html,
body {
    position: relative;
    width: 100%;
    font-family: nunito_reg, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen, Ubuntu, Cantarell, open sans, helvetica neue, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 !important
}

.navbar-brand img {
    width: 120px
}

a:hover {
    text-decoration: none
}

.adsbygoogle.adsbygoogle-noablate {
    display: none !important
}

header {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    right: 0;
    z-index: 4;
    width: 100%;
    background-color: #fff
}

.of_cover {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.primary-menu {
    margin-left: auto
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.menu-container {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0
}

.menu-item {
    position: relative
}

.menu-item+.menu-item {
    margin: 0 0 0 24px
}

.nav-link {
    display: block;
    font-family: nunito_bold;
    color: #333
}

.nav-link.active {
    color: #007e3b;
    text-decoration: none;
    background: 0 0
}

.nav-link:hover {
    color: #006430;
    text-decoration: none
}

.has-children>.nav-link {
    margin-right: 8px
}

.has-children>.nav-link::after {
    margin-left: .3rem;
    vertical-align: .2em;
    content: "";
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.has-children .nav-link:hover::after {
    border-color: #007e3b
}

.nav-link.active::after {
    border-color: #007e3b
}

.has-children .sub-menu {
    position: absolute;
    top: 100%;
    width: 200px;
    opacity: 0;
    z-index: 9;
    visibility: hidden;
    padding: 16px;
    border: 1px solid transparent;
    right: -50px;
    padding-top: 20px
}

.has-children.sub-menu-item .sub-menu {
    padding-left: 20px;
    padding-top: 16px;
    left: 90%;
    top: -12px
}

.has-children .sub-menu:after {
    content: '';
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 6px);
    z-index: 0;
    border: 1px solid #ccc;
    margin-top: 6px;
    border-radius: 8px
}

.has-children.sub-menu-item .sub-menu:after {
    height: 100%;
    width: calc(100% - 6px);
    left: auto;
    right: 0
}

.sub-menu-item {
    display: block;
    position: relative;
    z-index: 9;
    color: #333;
    font-family: nunito_bold
}

.sub-menu-item:hover {
    text-decoration: none;
    color: #007e3b
}

.sub-menu-item+.sub-menu-item {
    margin-top: 8px
}

.sub-menu::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    transform: rotate(45deg) translateY(-10px);
    position: absolute;
    top: 7px;
    right: 33%;
    background-color: #fff;
    z-index: 9
}

.sub-menu-item .sub-menu::before {
    transform: rotate(-45deg);
    right: auto;
    left: 0;
    top: 18px
}

.has-children:hover>.sub-menu {
    opacity: 1;
    z-index: 9;
    visibility: visible
}

.wrapper {
    overflow-y: visible;
    overflow-x: visible
}

.mobile-menu-toggle {
    display: none
}

.search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .33);
    backdrop-filter: blur(8px);
    z-index: -1;
    display: flex;
    justify-content: center;
    padding-top: 48px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .33s, visibility .33s, z-index .33s
}

.search-modal.search-open {
    opacity: 1;
    visibility: visible;
    z-index: 9
}

.search-form {
    position: relative
}

.search-form__prepend {
    position: absolute;
    height: 100%;
    left: 24px
}

.search-form__input {
    background-color: #fff;
    padding: 15px;
    border-radius: 50px;
    border: 0;
    width: 100%;
    font-size: 22px;
    padding-left: 80px;
    padding-right: 168px
}

.search-form__input:focus {
    outline: none
}

.btn_green_primary {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    background-color: #007e3b;
    box-shadow: 0 18px 24px rgb(0 126 59/20%);
    padding: 19px 28px 18px 29px;
    border-radius: 100px;
    display: inline-block;
    font-family: nunito_extrabold;
    text-decoration: none;
    border: 1px solid #007e3b
}

.btn_green_primary h2 {
    font-size: 16px;
    margin: 0
}

.btn_green_primary:hover {
    text-decoration: none;
    color: #fff
}

.btn_green_search {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    background-color: #007e3b;
    box-shadow: 0 18px 24px rgb(0 126 59/20%);
    padding: 10px 18px;
    border-radius: 100px;
    display: inline-block;
    font-family: nunito_extrabold;
    text-decoration: none;
    border: 1px solid #007e3b
}

.btn_green_search:hover {
    text-decoration: none;
    color: #fff
}

.search-form__btn {
    position: absolute;
    right: 16px;
    top: calc(50% - 21px);
    width: 128px
}

.search-results {
    background-color: #fff;
    padding: 24px;
    border-radius: 24px;
    margin-top: 24px
}

.search-result-item {
    margin-bottom: 16px;
    display: block
}

.search-result-item:hover .search-result-item__title {
    color: #007e3b
}

.search-result-item__title {
    color: #333;
    font-weight: 400;
    font-family: nunito_extrabold, sans-serif;
    margin-bottom: 0;
    font-size: 20px
}

.search-result-item__desc {
    color: #777;
    margin-bottom: 0
}

.search-result-block {
    max-height: 64vh;
    overflow-y: auto
}

.overflow-hidden {
    overflow: hidden
}

.wrap_thumb_article {
    margin-bottom: 0
}

.wrap_filter {
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #eee
}

.head_filter_text {
    padding: 10px;
    text-align: center;
    background-color: #eee
}

.head_filter_text h3,
.head_filter_text h2 {
    padding: 0;
    margin: 0;
    color: #333;
    font-family: nunito_extrabold, sans-serif;
    font-size: 16px;
    text-align: center
}

.inside_wrap {
    padding: 15px
}

.inside_wrap p {
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 16px;
    text-align: left
}

.custom_select {
    margin-top: 10px;
    position: relative;
    display: inline-block;
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc
}

.custom_select:focus-visible {
    border: 1px solid #eee
}

.custom_select:focus:not(:focus-visible) {
    background: 0 0
}

.custom_select:focus-visible {
    outline: 1px solid #eee;
    background: 0 0
}

.form_filter {
    position: relative;
    margin-bottom: 15px
}

.kta_lainnya_wrapper {
    position: relative;
    margin-bottom: 20px
}

.kta_lainnya_wrapper h4 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #000;
    font-family: nunito_reg, sans-serif;
    font-weight: 400
}

.kta_lainnya_wrapper h4 a {
    font-size: 16px;
    color: #000;
    font-family: nunito_reg, sans-serif
}

.kta_lainnya_wrapper h4 a:hover {
    color: #007e3b
}

.thumb_kta_lainnya {
    position: relative;
    padding: 5px;
    margin: 0;
    text-align: center;
    border: 1px solid #ccc
}

.thumb_kta_lainnya img {
    margin: 0 auto
}

.other_heading {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative
}

.other_heading h2 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    color: #000;
    font-family: nunito_extrabold, sans-serif
}

.mb_30 {
    margin-bottom: 30px !important
}

.js-tabs__title:hover {
    color: #000
}

.wrap_hero_button {
    position: relative;
    margin-top: 30px
}

.wrap_article_post {
    width: 100%;
    position: relative;
    background-color: #f9f9f9
}

.wrap_thumb_article {
    position: relative
}

.wrap_thumb_article img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.wrap_content_post {
    padding: 30px 20px;
    position: relative
}

.wrap_content_post h3 {
    padding: 0 0 10px;
    line-height: normal;
    margin: 0;
    font-family: nunito_extrabold
}

.wrap_content_post h3 a:hover {
    color: #007e3b
}

.wrap_content_post h3 a {
    color: #292929;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: 22px;
    font-family: nunito_extrabold
}

.wrap_content_post ul {
    padding: 0;
    margin: 0
}

.wrap_content_post ul li {
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
    line-height: 26px;
    color: #494949;
    font-family: nunito_semi
}

.wrap_content_post ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-family: nunito_semi
}

.wrap_content_post p {
    padding: 10px 0 0;
    margin: 0;
    font-size: 16px;
    color: #494949;
    line-height: 26px;
    font-family: nunito_semi
}

.wrap_content_post p a {
    color: #007e3b;
    text-decoration: none;
    font-family: nunito_bold
}

.text-center {
    text-align: center !important
}

.wrap_related_post {
    width: 100%;
    position: relative;
    background-color: #f9f9f9
}

.wrap_thumb_related {
    position: relative;
    margin: 0
}

.wrap_thumb_related img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.wrap_related_post_content {
    padding: 15px 10px;
    position: relative
}

.wrap_related_post_content h3 {
    padding: 0 0 10px;
    line-height: normal;
    margin: 0;
    font-family: nunito_extrabold
}

.wrap_related_post_content h3 a:hover {
    color: #007e3b
}

.wrap_related_post_content h3 a {
    color: #292929;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: 18px;
    font-family: nunito_extrabold
}

.wrap_related_post_content ul {
    padding: 0;
    margin: 0
}

.wrap_related_post_content ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    line-height: 26px;
    color: #494949;
    font-family: nunito_semi
}

.wrap_related_post_content ul li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-family: nunito_semi
}

.wrap_related_post_content p {
    padding: 10px 0 0;
    margin: 0;
    font-size: 14px;
    color: #494949;
    line-height: 1.5;
    font-family: nunito_semi
}

.wrap_related_post_content p a {
    color: #007e3b;
    text-decoration: none;
    font-family: nunito_bold
}

.heading_title_sm {
    padding: 30px 0;
    text-align: center;
    position: relative
}

.heading_title_sm h2 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: normal;
    font-family: nunito_extrabold
}

.heading_title_sm p {
    padding: 0;
    margin: 0 auto;
    font-size: 16px;
    max-width: 100%;
    line-height: 28px;
    font-family: nunito_semi
}

.heading_title p a {
    color: #007e3b !important
}

.wrap_logo_foot {
    position: relative
}

.wrap_disclaimer {
    position: relative
}

.wrap_disclaimer h4 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: normal;
    font-family: nunito_extrabold
}

.wrap_disclaimer p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: normal;
    font-family: nunito_reg
}

.wrap_sosmed_foot {
    position: relative
}

.wrap_sosmed_foot ul {
    list-style: none;
    text-align: right
}

.wrap_sosmed_foot ul li {
    margin-right: 5px;
    display: inline-block
}

.wrap_sosmed_foot ul li a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 100%;
    background-color: #ccc
}

.wrap_sosmed_foot ul li a img {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 100%
}

.foot_menu {
    padding-bottom: 30px
}

.pad_section_breadcrumb {
    padding: 15px 0 10px
}

.wrap_single_post figure {
    margin-bottom: 16px
}

.wrap_single_post figure.image_resized {
    margin-left: 20%
}

.wrap_single_post h1,
.wrap_single_post h2,
.wrap_single_post h3,
.wrap_single_post h4,
.wrap_single_post h5,
.wrap_single_post h6 {
    font-family: nunito_extrabold
}

.wrap_nodata {
    position: relative;
    text-align: center
}

.wrap_nodata .thumb_nodata {
    position: relative
}

.wrap_nodata .thumb_nodata img {
    width: 80px
}

.wrap_nodata p {
    padding: 15px 0 0;
    margin: 0;
    font-size: 18px;
    color: #000;
    line-height: normal;
    font-weight: 600
}

.wrap_single_post ul li a {
    color: #007e3b
}

.wrap_single_post img {
    max-width: 100% !important;
    margin-bottom: 15px;
    margin-top: 5px;
    height: auto
}

.wrap_single_post figure img {
    max-width: 100%;
    height: auto
}

.wrap_single_post a {
    color: #007e3b
}

.js-tabs__content table tr:nth-child(even) {
    background-color: #e5f2eb
}

.wrap_single_post .table {
    overflow: auto;
    border: 2px solid #007e3b;
    margin-bottom: 15px !important
}

.wrap_single_post table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px !important;
    overflow-x: auto
}

.wrap_single_post table thead {
    border-bottom: 2px solid #007e3b
}

.wrap_single_post table td,
.wrap_single_post table th {
    border: 1px solid #ddd;
    padding: 8px
}

.wrap_single_post td,
.wrap_single_post table th {
    border: 1px solid #ddd;
    padding: 8px
}

.wrap_single_post table tr:nth-child(even) {
    background-color: #e5f2eb
}

blockquote {
    background: #f9f9f9 !important;
    border-left: 10px solid #ccc !important;
    margin: 1.5em 10px !important;
    padding: .5em 10px !important;
    quotes: "\201C" "\201D" "\2018" "\2019" !important
}

blockquote:before {
    color: #ccc !important;
    content: open-quote !important;
    font-size: 4em !important;
    line-height: .1em !important;
    margin-right: .25em !important;
    vertical-align: -.4em !important
}

blockquote p {
    display: inline !important
}

.js-tabs__content p a {
    color: #007e3b !important
}

.js-tabs__content .table {
    overflow: auto
}

.search-form__btn:disabled {
    opacity: .6
}

.event-none {
    pointer-events: none
}

.breadcrumb_wrap_single {
    position: relative
}

.breadcrumb_wrap_single ul {
    padding: 10px 16px 0 0;
    list-style: none
}

.breadcrumb_wrap_single ul li+li:before {
    padding: 8px;
    color: #000;
    margin-left: .5rem;
    margin-right: 1rem;
    vertical-align: .1em;
    content: "";
    border: solid #000;
    border-width: 2px 0 0 2px;
    display: inline-block;
    padding: 2px;
    transform: rotate(132deg);
    -webkit-transform: rotate(132deg)
}

.wrap_single_post figcaption {
    color: #777;
    font-style: italic
}

.wrap_single_post .card-wrapper {
    background: #ffeca9;
    padding: 1em;
    margin-bottom: .5em;
    border-radius: .5em
}

.wrap_single_post .card-title {
    font-size: 20px
}

.wrap_single_post .card-content ol {
    padding: 0 0 0 20px !important
}

.form_group input[type=submit]:disabled {
    width: 108px;
    margin: 0 auto;
    padding: 19px 34px 18px 35px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #292929;
    border: 0;
    border-radius: 28px;
    opacity: .7;
    cursor: auto
}

.breadcrumb_wrap_single ul li {
    display: inline;
    font-size: 16px;
    font-family: nunito_bold;
    color: #02622f;
    line-height: 22px
}

.breadcrumb_wrap_single ul li a,
.breadcrumb_wrap_single ul li h1,
.breadcrumb_wrap_single ul li h2 {
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-family: nunito_bold;
    color: #292929;
    display: inline
}

.breadcrumb_wrap_single ul li a:hover,
.breadcrumb_wrap_single ul li h1:hover {
    color: #02622f
}

.section_sticky_ads_bottom {
    position: fixed;
    bottom: 0;
    padding: 15px;
    background-color: #fff;
    text-align: center;
    left: 0;
    z-index: 9;
    width: 100%
}

.item_list_post .thumb {
    margin: 7px 0 0
}

.ads_half_page_banner {
    margin: 0 auto;
    background-color: #fff;
    width: 300px;
    margin-bottom: 30px;
    height: 600px;
    position: relative
}

.ads_square_banner {
    margin: 0 auto;
    background-color: #fff;
    width: 300px;
    height: 250px;
    position: relative
}

.ads_square_banner.mobile-change {
    margin: 0 auto;
    background-color: #fff;
    width: 300px;
    height: 331px;
    position: relative
}

.ads_leaderboard_banner {
    margin: 0 auto;
    background-color: #fff;
    width: 728px;
    height: 90px;
    position: relative
}

.ads_970x90 {
    margin: 0 auto;
    background-color: #fff;
    width: 970px;
    height: 90px;
    position: relative
}

.ads_320x50 {
    margin: 0 auto;
    background-color: #fff;
    width: 320px;
    height: 50px;
    position: relative
}

.img-search {
    width: 80px;
    margin-bottom: 1.5em
}

.wrap_table_content ul li a:hover {
    color: #007e3b
}

.tags_wrapper {
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative
}

.tags_wrapper h3 {
    padding: 0 0 5px;
    margin: 0;
    font-size: 20px;
    text-align: left;
    line-height: normal;
    font-family: nunito_reg
}

.tags_wrapper ul {
    list-style: none;
    text-align: left;
    margin-top: 20px;
    padding: 0
}

.tags_wrapper ul li {
    list-style: none;
    margin-bottom: 20px;
    display: inline-block
}

.tags_wrapper ul li a {
    padding: 8px 10px;
    border-radius: 30px;
    margin: 0;
    border: 1px solid #88ab98;
    font-size: 14px;
    line-height: normal;
    color: #007e3b;
    font-family: nunito_reg
}

.tags_wrapper ul li a:hover {
    background: #f5fffa
}

.foot_ad {
    padding-bottom: 0px
}

.js-tabs__header {
    overflow-x: auto;
    width: 100%;
    white-space: nowrap
}

.wrap_box_kamus {
    position: relative;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px
}

.wrap_box_kamus p {
    padding: 0;
    margin: 0 auto;
    font-size: 18px;
    line-height: 28px;
    font-family: nunito_semi
}

.wrap_box_kamus p a {
    padding: 0;
    margin: 0 auto;
    font-size: 16px;
    line-height: normal;
    font-family: nunito_semi;
    color: #000;
    text-decoration: none
}

.wrap_box_kamus p::first-letter {
    font-size: 16px;
    color: #007e3b;
    font-family: nunito_extrabold
}

.wrap_cc {
    position: relative;
    border: 1px solid #eee;
    padding: 20px;
    display: block;
    text-align: center;
    background-color: #fff;
    margin-bottom: 10px
}

.cc_info {
    position: relative
}

.cc_info h3 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    color: #000;
    line-height: normal;
    font-family: nunito_extrabold
}

.card_cover {
    position: relative;
    background-color: #eee
}

.card_cover img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%
}

.content_cc_short_desc {
    text-align: left;
    position: relative
}

.content_cc_short_desc h3 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #000;
    line-height: normal;
    font-family: nunito_extrabold
}

.content_cc_short_desc h3 a {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #000;
    line-height: normal;
    font-family: nunito_extrabold
}

.content_cc_short_desc h3 a:hover {
    color: #2d925d
}

.wrap_important_info {
    position: relative;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    margin-bottom: 10px;
    margin-top: 10px
}

.wrap_important_info p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: normal;
    font-family: nunito_reg
}

.wrap_important_info h3 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #000;
    line-height: normal;
    font-family: nunito_extrabold
}

.fitur_cc {
    position: relative;
    text-align: left
}

.fitur_cc ul {
    padding: 0 0 0 15px;
    margin: 0
}

.fitur_cc ul li {
    font-size: 14px;
    padding-bottom: 5px;
    color: #000;
    line-height: normal;
    font-family: nunito_reg
}

.fitur_cc ul li::marker {
    content: '✓ ';
    font-size: 14px;
    color: #00d264;
    padding-inline-start: 1ch
}

.wrap_button {
    position: relative
}

a.btn_green_more:hover {
    text-decoration: none;
    color: #fff
}

a.btn_green_more:hover {
    text-decoration: none;
    color: #007e3b;
    background: #f2fff2
}

a.btn_green_more {
    font-size: 14px;
    line-height: normal;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    color: #007e3b;
    border: 1px solid #007e3b;
    padding: 10px 20px;
    border-radius: 25px;
    font-family: nunito_bold;
    text-decoration: none
}

.checkmark {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px
}

.checkmark::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 48%;
    width: 3px;
    background-color: #26c63f;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom
}

.checkmark::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #26c63f;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom
}

.js-tabs__content img {
    max-width: 100%
}

a.button-back {
    text-transform: none;
    color: #000;
    font-weight: 600
}

a.button-back:hover {
    color: #006430
}

a.button-back:hover:before {
    border: solid #006430;
    border-width: 2px 0 0 2px
}

.button-back:before {
    padding: 8px;
    color: #000;
    margin-right: 1rem;
    vertical-align: .1em;
    content: "";
    border: solid #000;
    border-width: 2px 0 0 2px;
    display: inline-block;
    padding: 2px;
    transform: rotate(314deg);
    -webkit-transform: rotate(314deg)
}

.comparison-search-box {
    width: 100%;
    background: #fff;
    padding: 1em;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .1);
    font-family: nunito_reg, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen, Ubuntu, Cantarell, open sans, helvetica neue, sans-serif
}

.comparison-search-box input {
    background: 0 0;
    border: none;
    outline: none;
    width: 90%
}

.form_filter button {
    background-color: #3a7e3c;
    color: #fff;
    border-radius: .4em;
    transition: all .3s ease;
    outline: none;
    border: none;
    padding: .3em 1.5em
}

.form_filter button:hover {
    background: #02622f
}

.search-comparison-input {
    border: 1px solid #ccc;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    outline: none
}

.wrap_btn_cta {
    position: relative
}

a.btn_border_cta {
    font-size: 14px;
    line-height: normal;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    color: #007e3b;
    border: 1px solid #007e3b;
    padding: 10px 20px;
    border-radius: 25px;
    font-family: nunito_bold;
    text-decoration: none
}

a.btn_border_cta:hover {
    text-decoration: none;
    color: #007e3b;
    background: #f2fff2
}

.wrap_single_post figure {
    text-align: center
}