/*
Theme Name: BestHouse
Author: Tetracube
Version: 1.0
Text Domain: bestbouse
*/

@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');

body {
    font-family: 'Nunito Sans', sans-serif;
    padding-top: 80px;
    color: rgb(3, 3, 3);
    direction: ltr;
}

a {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    color: rgb(3, 3, 3);
}

a:hover {
    text-decoration: none;
    color: rgb(3, 3, 3);
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol {
    list-style-type: none;
    counter-reset: item;
    padding-left: 29px;
}

ol li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 24px;
}

ol li:before {
    content: counter(item) ') ';
    counter-increment: item;
    color: rgb(0, 74, 33);
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
}

h3,
h4,
h5,
h6 {
    font-size: 26px;
    font-family: "Lora";
    line-height: 1.2;
    font-weight: 400;
}

strong {
    font-weight: 700;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    .header .container {
        width: 63%;
    }

    ::-webkit-scrollbar {
        width: 6px;
        height: 7px;
        z-index: 100;
    }

    ::-webkit-scrollbar-track {
        background: #fff;
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgb(0, 74, 33);
    }

    :root {
        scrollbar-width: thin;
        scrollbar-color: rgb(0, 74, 33) #fff;
    }
}

button,
button:hover {
    border: none;
    outline: none;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

input,
input:hover {
    outline: none;
}

input,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    direction: ltr;
}

input:not([type=submit]),
.nice-select,
select {
    border-width: 1px;
    border-color: rgb(112, 126, 95);
    border-style: solid;
    border-radius: 4px;
    width: 100%;
    height: 48px;
    background: none;
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-align: left;
    outline: none;
    padding: 0 15px;
}

select {
    padding: 0 15px;
}

.form__select {
    position: relative;
}

option {
    color: rgb(3, 3, 3);
    text-align: left;
}

input:not([type=submit]):focus,
select:focus {
    border-color: #fff;
}

input::-moz-placeholder {
    font-family: 'Nunito Sans', sans-serif;
    color: rgb(255, 255, 255);
}

input:-ms-input-placeholder {
    font-family: 'Nunito Sans', sans-serif;
    color: rgb(255, 255, 255);
}

input::-ms-input-placeholder {
    font-family: 'Nunito Sans', sans-serif;
    color: rgb(255, 255, 255);
}

input::-webkit-input-placeholder {
    font-family: 'Nunito Sans', sans-serif;
    color: rgb(255, 255, 255);
}

input::placeholder {
    font-family: 'Nunito Sans', sans-serif;
    color: rgb(255, 255, 255);
}

input[type=submit] {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    height: 46px;
    font-size: 18px;
    color: rgb(0, 74, 33);
    font-weight: 700;
    border: none;
    display: inline-block;
}

.wpcf7 {
    direction: ltr;
}

.wpcf7 .ajax-loader, .wpcf7 .wpcf7-spinner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.nice-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    direction: ltr;
}

.nice-select .list li:first-child {
    display: none;
}

.nice-select .list {
    overflow-y: scroll;
    overflow-x: hidden;
    bottom: 100%;
    top: auto;
    max-height: 195px;
    padding-right: 2px;
}

.nice-select.open .list::-webkit-scrollbar {
    width: 2px;
    height: 7px;
    z-index: 100;
}

.nice-select.open .list::-webkit-scrollbar-track {
    background: #fff;
}

.nice-select.open .list::-webkit-scrollbar-thumb {
    background-color: rgb(0, 74, 33);
}

.nice-select.open .list:root {
    scrollbar-width: thin;
    scrollbar-color: rgb(0, 74, 33) #fff;
}

.article .sidebar {
    padding-top: 74px;
}

.sidebar {
    height: 100%;
}

@media(max-width: 991px) {
    .sidebar {
        padding-top: 0;
        margin: 0 -3px;
        padding-bottom: 62px;
    }
}

.sidebar-form__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.sidebar-form__bottom p:first-child {
    width: 62%;
}

.sidebar-form__bottom p:last-child {
    width: 34%;
}

.sidebar-form {
    border-radius: 10px;
    background-color: rgb(0, 74, 33);
    -webkit-box-shadow: 0px 19px 49px 0px rgba(0, 45, 20, 0.17);
    box-shadow: 0px 19px 49px 0px rgba(0, 45, 20, 0.17);
    position: sticky;
    top: 103px;
    margin-bottom: 67px;
}

.sidebar-form__inner {
    position: relative;
    padding: 33px 39px 62px 37px;
    overflow: hidden;
}

.sidebar-form__inner:before {
    content: "";
    position: absolute;
    bottom: -406px;
    right: -46px;
    height: 801px;
    width: 749px;
    background-color: rgb(255, 255, 255);
    opacity: 0.039;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
    border-radius: 126% 0 0 0;
    z-index: -1;
}

.sidebar-form form {
    padding: 0 1px;
}

.sidebar-form p {
    margin-bottom: 0;
}

.sidebar-form input:not([type=submit]) {
    margin-top: 13px;
}

.sidebar-form input[type=submit] {
    min-width: 195px;
    margin: 0 auto;
    margin-top: 24px;
}

.sidebar-form__title {
    font-size: 1.875rem;
    font-family: "Lora", serif;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    margin-bottom: 11px;
}

.sidebar-form__title span:not(.none-mobile) {
    color: #f4d2a8;
}

@media (max-width: 1440px) {
    .sidebar-form__title {
        font-size: 24px
    }

    .sidebar-form input:not([type=submit]) {
        margin-top: 10px
    }

    .sidebar-form input:not([type=submit]),
    .sidebar-form .nice-select {
        height: 44px
    }
}

@media (max-width: 1199px) {
    .sidebar-form__inner {
        position: relative;
        padding: 33px 18px 35px 19px;
        overflow: hidden;
    }

    .sidebar-form input[type=submit] {
        font-size: 17px;
        height: 40px;
    }

    .sidebar-form input:not([type=submit]),
    .sidebar-form .nice-select {
        font-size: 15px
    }
}

@media (max-width: 991px) {
    .sidebar-form {
        max-width: 420px;
        margin: 0 auto;
    }

    .sidebar-form__inner {
        padding: 30px 35px 52px 32px;
    }

    .sidebar-form__title {
        font-size: 26px;
        line-height: 1.154;
        text-align: center;
        margin: 0 -11px 23px -17px;
    }

    .sidebar-form input:not([type=submit]),
    .sidebar-form .nice-select {
        height: 46px;
        font-size: 16px;
    }
}
@media (max-height: 820px) and (min-height: 650px) and (min-width: 1025px) {
    .sidebar-form input:not([type=submit]) {
        margin-top: 5px;
    }
    .sidebar-form__inner {
        padding: 33px 39px 33px 37px;
    }
}


.header {
    padding-top: 17px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 45, 20, 0.09);
    box-shadow: 0px 3px 16px 0px rgba(0, 45, 20, 0.09);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    min-height: 80px;
    z-index: 10;
}

@media (max-width: 767px) {
    .header {
        padding-top: 6px;
        min-height: 62px;
    }

    .header .container-fluid {
        padding-left: 11px;
        padding-right: 11px;
    }

    .logo img {
        width: 31px;
    }

    .container {
        padding-left: 17px;
        padding-right: 17px;
    }
}

.header__beetween {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo {
    padding-top: 5px;
    padding-left: 36px;
}

@media (max-width: 1199px) {
    .logo {
        padding-left: 0;
    }
}

.logo>a,
.logo>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo__text {
    font-size: 1.25rem;
    line-height: 1.2;
    font-family: 'Metropolis';
    font-weight: 500;
    padding-left: 10px;
    position: relative;
    top: 3px;
}

.logo__text span {
    font-weight: 800;
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: .35px;
}

@media (max-width: 767px) {
    .logo__text {
        font-size: 15px;
        top: 4px;
        padding-left: 8px;
    }

    .logo__text span {
        display: block;
    }
}

.btn {
    border-radius: 4px;
    height: 46px;
    font-size: 1.125rem;
    color: rgb(255, 255, 255);
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .btn {
        font-size: 17px;
        height: 52px;
    }
}

.btn:hover {
    color: #fff;
}

.green-btn {
    background-color: rgb(0, 74, 33);
}

.green-btn:hover {
    background: #02632d;
}

.border-btn {
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    width: 170px;
}

.green-border-btn {
    border: 1px solid rgb(0, 74, 33);
    color: #004a21;
}

.green-border-btn:hover {
    color: #fff;
    background: rgb(0, 74, 33);
}

.bktoblg {
    min-width: 156px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media (max-width: 767px) {
    .bktoblg {
        margin-top: 30px;
    }
}

.header__link {
    width: 170px;
    margin-right: 40px;
}

@media (max-width: 1199px) {
    .header__link {
        position: fixed;
        bottom: 50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 2;
        visibility: hidden;
        opacity: 0;
    }
}

.header__link:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 20px 38px rgba(146, 146, 146, 0.29);
    box-shadow: 0 20px 38px rgba(146, 146, 146, 0.29);
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -32px;
    z-index: 2;
}

.header__nav>li {
    position: relative;
}

.header__nav>li>a {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    padding-bottom: 30px;
}

@media (max-width: 1199px) {
    .header__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-height: 380px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .header__nav>li {
        text-align: center;
        margin-bottom: 38px;
    }

    .header__nav>li>a {
        font-size: 18px;
        padding-bottom: 0;
        line-height: 1;
    }
}

.menu-item-has-children:after,
.item-has-children>a:after {
    content: "\f078";
    top: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 8px;
    color: #5f5f5f;
    position: absolute;
    right: -19px;
    top: 6px;
}

.item-has-children>a:after {
    top: 3px;
}

.sub-menu>li:last-child {
    border-bottom: 0;
}

.sub-menu>li>a {
    font-size: 13px;
    color: rgb(95, 95, 95);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.308;
}

.sub-menu>li>a:hover {
    color: rgb(0 74 33);
}

.banner {
    position: relative;
    background-color: #f8fcf4;
}

.banner:not(.main-banner) {
    padding-bottom: 139px;
    padding-top: 25px;
}

@media(max-width: 767px) {
    .banner:not(.main-banner) {
        padding-bottom: 0;
        padding-top: 16px
    }
}

.main-banner {
    padding-top: 6.5%;
    overflow: hidden;
}

.banner__title-block {
    margin-bottom: 29px;
}

.main-banner .banner__title-block {
    margin-bottom: 37px;
}

.banner__title {
    font-size: 3.125rem;
    font-family: 'Lora', serif;
    line-height: 1.2;
    text-align: center;
    display: block;
    overflow: hidden;
    font-weight: normal;
    padding-bottom: 15px;
    margin-bottom: -15px;
}

@media(max-width: 767px) {
    .banner__title {
        font-size: 34px;
    }
}

.main-banner .banner__title {
    margin-left: -30px;
    margin-right: -30px;
}

.animate-border {
    position: relative;
    display: inline-block;
    z-index: 1;
}

@-webkit-keyframes slidein {
    from {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    to {
        -webkit-transform: scaleX(100%);
        transform: scaleX(100%)
    }
}

@keyframes slidein {
    from {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    to {
        -webkit-transform: scaleX(100%);
        transform: scaleX(100%)
    }
}

.animate-border:before {
    content: "";
    width: 100%;
    height: 9px;
    background: #c3e398;
    position: absolute;
    left: 0;
    bottom: 8px;
    z-index: -1;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-name: slidein;
    animation-name: slidein;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@media(max-width: 767px) {
    .animate-border:before {
        height: 4px;
        bottom: 6px;
    }
}

.banner__sub-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-top: -8px;
}

.main-banner__sub-title {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 47px;
}

@media (max-width: 767px) {
    .main-banner {
        padding-top: 37px;
    }

    .main-banner .banner__title-block {
        padding: 0 3px;
        margin-bottom: 27px;
    }

    .main-banner .banner__title {
        font-size: 32px;
        margin-left: 0;
        margin-right: 0;
    }

    .main-banner__sub-title {
        font-size: 18px;
        line-height: 1.222;
        margin-bottom: 19px;
    }

    .main-banner:before,
    .main-banner:after {
        display: none
    }
}

.cash-offer {
    position: relative;
    height: 58px;
}

.cash-offer input {
    font-size: 18px;
    width: 100%;
    height: 58px;
    background: none;
    border: none;
    border-width: 1px;
    border-color: #bcc9ad;
    border-style: solid;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    color: #030303;
    background-image: url('/wp-content/themes/BestHouse/img/location.svg');
    background-repeat: no-repeat;
    background-position: 16px center;
    background-size: 19px;
    padding-left: 47px;
    padding-right: 215px;
}

.cash-offer input:focus {
    border-color: #bcc9ad;
}

.cash-offer input::-webkit-input-placeholder {
    font-family: 'Nunito Sans', sans-serif;
    color: #030303;
}

.cash-offer input::-moz-placeholder {
    font-family: 'Nunito Sans', sans-serif;
    color: #030303;
}

.cash-offer input:-ms-input-placeholder {
    font-family: 'Nunito Sans', sans-serif;
    color: #030303;
}

.cash-offer input::-ms-input-placeholder {
    font-family: 'Nunito Sans', sans-serif;
    color: #030303;
}

.cash-offer input::placeholder {
    font-family: 'Nunito Sans', sans-serif;
    color: #030303;
}

.cash-offer .btn {
    width: 195px;
    position: absolute;
    right: 7px;
    top: 5px;
}

.main-banner .cash-offer .btn {
    top: 5px;
}

@media (max-width: 767px) {
    .cash-offer {
        height: auto !important;
    }

    .cash-offer input {
        height: 50px;
        font-size: 16px;
        background-position: 12px center;
        background-size: 16px;
        padding-left: 38px;
        padding-right: 12px;
    }

    .cash-offer .btn {
        position: relative;
        margin: 0 auto;
        margin-top: 30px;
        width: 180px;
        right: 0;
        top: 0;
    }
}

.pac-container {
    box-shadow: none;
    border: none;
    margin-top: -3px;
    padding-top: 3px;
    font-family: 'Nunito Sans', sans-serif;
    background: none;
    overflow: visible;
    padding-left: 1px;
}

.pac-container:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    right: -.3%;
    top: 0;
    bottom: -2px;
    background: #fff;
    border-top: 1px solid #e9e9e9;
    border-radius: 0 0 4px 4px;
    border: 1px solid #bcc9ad;
    z-index: -1;
}

.pac-item {
    border-top: 0;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
    color: rgb(3, 3, 3);
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}

.pac-item:hover {
    background-color: #f8f9f9;
}

.pac-item-query {
    font-size: 18px;
    color: rgb(3, 3, 3);
}

.pac-icon-marker {
    background-image: url('/wp-content/themes/BestHouse/img/location.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
    padding-left: 44px;
    margin: 0;
    opacity: .5;
    transition: all ease .3s;
}

.pac-item:hover .pac-icon-marker {
    opacity: 1;
}

.pac-logo:after {
    display: none !important;
}

@media(max-width: 767px) {

    .pac-item,
    .pac-item-query {
        font-size: 16px;
    }

    .pac-icon-marker {
        background-size: 16px;
        padding-left: 32px;
        margin-top: -2px;
        margin-right: 2px;
    }

    .pac-item {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .pac-container:before {
        right: -.5%;
    }
}

.testimonials__rating {
    height: 18px;
    position: relative;
    margin-right: 26px;
    top: 0px;
    background-size: contain;
    background-position: right;
}

.banner__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 51px;
    position: relative;
}

.banner__rating-text {
    font-size: 20px;
    line-height: 1.2;
}

.banner__rating-text p {
    margin-bottom: 0;
}

.banner__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
}

.banner__stars img,
.rating img {
    width: 15px;
    margin-left: 4px;
    margin-right: 3px;
}

.banner__stars img:first-child {
    margin-left: 0;
}

@media (max-width: 767px) {
    .banner__rating {
        margin-left: -8px;
        margin-top: 29px;
    }

    .banner__stars {
        margin-right: 7px;
    }

    .banner__stars img {
        width: 12px;
        margin-left: 3px;
    }

    .banner__rating-text {
        font-size: 16px;
    }
}

.banner-animation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -6.2%;
    position: relative;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}

.banner-animation-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-banner .banner-animation-block:first-child {
    width: 23.7%;
    padding-left: 2%;
}

.main-banner .banner-animation-block:nth-child(2) {
    width: 25.2%;
    padding-right: 7%;
}

@media (max-width: 767px) {
    .banner-animation {
        margin-top: -24px;
    }

    .main-banner .banner-animation img {
        margin-top: 20px;
    }
}

.banner-desktop-img {
    position: absolute;
}

.banner-desktop-img.left {
    left: 0;
    bottom: 0;
    width: 21.3%;
}

.banner-desktop-img.right {
    right: 0;
    bottom: -18px;
    width: 21%;
}

@media (max-width: 767px) {
    .banner-desktop-img {
        display: none
    }
}

.main-banner:before,
.main-banner:after {
    content: "";
    width: 33vw;
    height: 57vw;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    position: absolute;
    bottom: -55%;
}

.main-banner:before {
    -webkit-transform: rotate(-51deg);
    -ms-transform: rotate(-51deg);
    transform: rotate(-51deg);
    left: -12%;
}

.main-banner:after {
    -webkit-transform: rotate(51deg);
    -ms-transform: rotate(51deg);
    transform: rotate(51deg);
    right: -12%;
}

.header__toggler {
    display: none;
}

@media (max-width: 1199px) {
    .header__toggler {
        width: 25px;
        height: 22px;
        padding: 25px 19px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header__toggler span,
    .header__toggler span:before,
    .header__toggler span:after {
        background-color: #030303;
        min-width: 25px;
        height: 2px;
        position: relative;
    }

    .header__toggler span:before {
        content: "";
        position: absolute;
        top: -9px;
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
    }

    .header__toggler span:after {
        content: "";
        position: absolute;
        bottom: -9px;
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
    }

    .mobile-nav-active .header__toggler span {
        visibility: hidden;
    }

    .mobile-nav-active .header__toggler span:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        visibility: visible;
    }

    .mobile-nav-active .header__toggler span:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 0;
        visibility: visible;
    }

    .mobile-nav-active .header {
        background: #fff;
        bottom: 0;
    }
}

.section-title {
    font-family: 'Lora', serif;
    font-size: 38px;
    line-height: 1.2;
    text-align: center;
    font-weight: 400;
    overflow: hidden;
    padding-bottom: 5px;
}

@media (max-width: 767px) {
    .section-title {
        font-size: 28px;
        line-height: 1.143;
    }
}

.steps {
    padding-top: 75px;
    padding-bottom: 89px;
}

@media (max-width: 767px) {
    .steps {
        padding-top: 63px;
        padding-bottom: 68px;
    }
}

.step {
    text-align: center;
    padding-top: 54px;
}

.step__icon {
    border-radius: 50%;
    background-color: rgb(246, 246, 246);
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 35px;
}

.step__icon img {
    width: 45%;
}

.step__number {
    font-size: 13px;
    color: rgb(152, 151, 151);
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .6px;
    margin-bottom: 17px;
}

.step__title {
    font-size: 28px;
    font-family: 'Lora', serif;
    line-height: 1.214;
    padding: 0 12%;
    margin-bottom: 20px;
}

.step__text {
    font-size: 17px;
    line-height: 1.471;
}

@media (max-width: 1199px) {
    .step__title {
        padding: 0 1%;
    }
}

@media (max-width: 991px) {
    .step__title {
        padding: 0 19%;
    }
}

@media (max-width: 767px) {
    .step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        padding-top: 38px;
        margin-bottom: -15px;
    }

    .step__icon {
        min-width: 56px;
        height: 56px;
        margin-right: 15px;
    }

    .step__icon img {
        width: 60%;
    }

    .step__number {
        font-size: 11px;
        margin-bottom: 11px;
    }

    .step__title {
        padding: 0;
        font-size: 22px;
        line-height: 1.091;
        margin-bottom: 13px;
    }

    .step__text {
        font-size: 16px;
        line-height: 1.5;
    }
}

.why-us {
    background: #f8fcf4;
    padding-top: 99px;
    padding-bottom: 115px;
}

.why-us .video-player a {
    width: 769px;
    height: 429px;
    margin: 0 auto;
    margin-top: 45px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 17px 46px 0px rgba(133, 133, 133, 0.29);
    box-shadow: 0px 17px 46px 0px rgba(133, 133, 133, 0.29);
    overflow: hidden;
}

.why-us__text {
    font-size: 17px;
    line-height: 1.471;
    text-align: center;
    padding-top: 53px;
    margin-bottom: 57px;
}

.why-us__text p {
    margin-bottom: 0;
}

.why-us-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.why-us-info img {
    width: 100px;
}

.why-us-info__left {
    font-size: 26px;
    font-family: 'Lora', serif;
    line-height: 1.462;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.why-us-info__left .content {
    padding: 0 15px 0 47px;
    margin-top: 8px;
}

.why-us-info__left p {
    margin-bottom: 0;
}

.why-us-info__right {
    padding: 0 27px;
    margin-right: -30px;
    position: relative;
}

.why-us-info__right:before {
    content: "";
    width: 1px;
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: -15px;
    background: #c2d5c6;
}

.why-us-info ul li {
    position: relative;
    padding-left: 41px;
    font-size: 17px;
    line-height: 1.471;
    margin-bottom: 25px;
}

.why-us-info ul li:last-child,
.why-us-info ul li p:last-child {
    margin-bottom: 0;
}

.why-us-info ul li .icon {
    content: "";
    border-radius: 50%;
    background-color: rgb(216, 237, 187);
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    color: #8eca3c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
}

.why-us-info ul li strong {
    position: relative;
    text-underline-offset: 2px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: rgb(3, 3, 3);
}


/*
.why-us-info ul li strong:before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgb(3, 3, 3);
    position: absolute;
    bottom: 2px;
    left: 0;
}
*/

.why-us-info .animate-border {
    font-weight: 600;
}

.why-us-info .animate-border:before {
    height: 7px;
    bottom: 5px;
}

@media (max-width: 1440px) {
    .why-us-info__right {
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .why-us-info__left {
        font-size: 20px;
        line-height: 1.4;
    }
}

@media (max-width: 991px) {
    .why-us .video-player a {
        width: 100%;
        height: 44vh;
    }

    .why-us__text {
        font-size: 16px;
    }

    .why-us__text p {
        margin-bottom: 16px;
    }

    .why-us-info__left {
        text-align: center;
        margin-bottom: 36px;
    }

    .why-us-info img {
        display: none;
    }

    .why-us-info__left .content {
        padding: 0;
    }

    .why-us-info__right {
        padding: 0;
        margin-right: 0;
    }

    .why-us-info ul li {
        font-size: 16px;
        line-height: 1.5;
        padding-left: 44px;
        margin-bottom: 20px;
    }

    .why-us-info__right:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .why-us {
        padding-top: 71px;
        padding-bottom: 72px;
    }

    .why-us .video-player a {
        height: 28.4vh;
        margin-top: 32px;
    }

    .why-us__text {
        padding-top: 35px;
    }
}

.video-player {
    height: 100%;
}

.video-player a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.video-player video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-player__play-icon {
    border-width: 2px;
    border-color: rgb(249, 250, 251);
    border-style: solid;
    border-radius: 50%;
    background-color: rgba(3, 3, 3, 0.302);
    position: absolute;
    width: 92px;
    height: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 2;
}

.home .video-player__play-icon {
    margin-top: -25px;
}

.video-player__play-icon svg {
    position: relative;
    right: -2px;
}

.video-player__play-icon:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media(max-width: 767px) {
    .video-player__play-icon {
        width: 67px;
        height: 67px;
        margin-top: 0;
    }
}

.sell-table {
    padding-top: 96px;
    padding-bottom: 120px;
}

.section-text {
    padding-top: 23px;
    text-align: center;
    font-size: 17px;
    line-height: 1.471;
}

@media (max-width: 767px) {
    .section-text {
        font-size: 16px;
        line-height: 1.5;
        padding-top: 19px;
        margin-bottom: 38px;
    }
}

.sell-table .section-text {
    margin-bottom: 70px;
}

.sell-type {
    height: 168px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 25px 27px 0px 27px;
}

.sell-type__title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.471;
    margin-bottom: 30px;
}

.sell-type__fees {
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 0.735;
    position: relative;
    padding-top: 3px;
}

.sell-type__hidden-fees {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 0.833;
}

.sell-type__mark {
    font-size: 1.0625rem;
    line-height: 1.471;
    font-weight: 400;
    margin-top: 7px;
    margin-left: 2px;
}

.sell-type-1 {
    background: #eef7e2;
}

.sell-type-2 {
    color: #fff;
    background: #004a21;
    height: 198px;
    border-radius: 4px 4px 0 0;
    padding: 56px 23px 0px 23px;
}

.sell-type-3 {
    background: #fdf3e3;
}

.sell-table__title,
.sell-table__value {
    min-height: 78px;
    font-size: 17px;
    line-height: 1.294;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sell-table__title {
    padding-right: 20%;
}

.sell-table__value {
    padding: 0 28px;
}

.sell-table__content .row {
    position: relative;
}

.sell-table__content .row:before {
    content: "";
    height: 1px;
    background: rgba(165, 166, 165, 0.329);
    position: absolute;
    left: 15px;
    right: 15px;
    z-index: 2;
    top: 0;
}

.sell-table__content .row>div:nth-child(2) .sell-table__value {
    background: #eef7e2;
}

.sell-table__content .row>div:nth-child(3) .sell-table__value {
    background: #004a21;
    color: #fff;
}

.sell-table__content .row>div:nth-child(4) .sell-table__value {
    background: #fdf3e3;
}

@media (max-width: 991px) {
    .sell-table__content .row:before {
        display: none
    }

    .sell-table__top {
        text-align: center;
    }

    .sell-table__top .row,
    .sell-table__content .row {
        margin-left: 0;
        margin-right: 0;
    }

    .sell-table__top .row>div,
    .sell-table__content .row>div {
        padding: 0;
    }

    .sell-table__title,
    .sell-table__value {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .sell-table__title {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .sell-table {
        padding-top: 71px;
        padding-bottom: 70px;
    }

    .sell-table .section-text {
        margin-bottom: 38px;
    }

    .sell-type,
    .sell-type-2 {
        height: 159px;
        padding: 21px 0 0 0;
    }

    .sell-type-2 {
        border-radius: 0;
    }

    .sell-type__title {
        font-size: 14px;
        line-height: 1.286;
        margin: 0 auto;
        margin-bottom: 21px;
        max-width: 101px;
    }

    .sell-type__fees,
    .sell-type__hidden-fees {
        font-size: 22px;
        line-height: 0.818;
    }

    .sell-type__mark {
        font-size: 13px;
        line-height: 1.231;
        margin-top: 8px;
        margin-left: 0;
    }

    .sell-type__hidden-fees {
        margin-top: -2px;
        line-height: 1.091;
    }

    .sell-table__title,
    .sell-table__value {
        min-height: 42px;
        height: 100%;
    }

    .sell-table__title {
        font-size: 16px;
        line-height: 1.375;
        padding-top: 26px;
        padding-bottom: 8px;
    }

    .sell-table__value {
        font-size: 14px;
        line-height: 1.571;
        padding: 3px 3px 2px 3px;
    }
}

.move-btn {
    width: 80px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-transition: all ease .1s;
    -o-transition: all ease .1s;
    transition: all ease .1s;
    pointer-events: none;
}

.move-btn:before,
.move-btn:after {
    content: "\f078";
    top: 18px;
    right: 18px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
}

.move-btn:before {
    left: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 34px;
}

.move-btn:after {
    right: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 10px;
}

@media (max-width: 991px) {
    .move-btn {
        display: none !important;
    }
}

.testimonials {
    background: #f8f9f9;
    padding-top: 95px;
    padding-bottom: 88px;
    overflow: hidden;
}

.testimonials-carousel {
    /* padding-top: 43px; */
    /* margin-top: -16px; */
    margin-top: 57px;
    margin-bottom: 25px;
}

.testimonials-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonials-carousel .slide {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.testimonials-carousel.owl-grab .slide {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

@media (max-width: 991px) {
    .testimonials {
        padding-top: 78px;
        padding-bottom: 77px;
    }

    .testimonials-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .testimonials-carousel {
        padding-top: 43px;
        margin-top: -16px;
    }
}

@media (max-width: 767px) {
    .testimonials .section-title {
        margin: 0 -2px;
    }

    .testimonials-carousel {
        max-width: 298px;
        margin: 0 auto;
        padding-top: 32px;
    }

    .testimonials-carousel .owl-nav {
        left: -23px;
        width: calc(100% + 42px);
    }

    .testimonials+.reviews {
        padding-top: 72px;
    }
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.testimonials-carousel .rating img {
    width: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.testimonial {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 27px 0px rgba(133, 133, 133, 0.17);
    box-shadow: 0px 0px 27px 0px rgba(133, 133, 133, 0.17);
    height: 429px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.testimonial__text {
    font-size: 16px;
    color: rgb(82, 82, 82);
    line-height: 1.438;
    text-align: center;
    background-image: url('img/testimonials/quote.svg');
    background-repeat: no-repeat;
    background-position: center 35px;
    background-size: 42px;
    padding: 0 21px;
    padding-top: 91px;
    height: 347px;
    border-bottom: 1px solid #e8e9e8;
}

.testimonial__video {
    height: 347px;
}

.testimonial__video a {
    height: 100%;
}

.testimonial video {
    width: 100%;
}

.testimonial__video .video-player__play-icon {
    width: 66px;
    height: 66px;
    background-color: rgba(3, 3, 3, 0.2);
    position: relative;
    top: 15px;
}

.testimonial__about-person {
    font-size: 16px;
    color: rgb(82, 82, 82);
    line-height: 1.438;
}

.testimonial__autor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 14px 16px;
}

.testimonial__avatar {
    border-radius: 50%;
    width: 46px;
    height: 46px;
    overflow: hidden;
    margin-right: 10px;
}

@media(min-width: 767px) {
    .testimonial__short-review.scrolled {
        max-height: 156px;
        overflow-y: scroll;
        overflow-x: hidden;
        margin-right: -5px;
        padding-right: 5px;
        margin-bottom: 39px;
    }

    .testimonial__short-review.scrolled::-webkit-scrollbar {
        width: 2px;
        height: 7px;
        z-index: 100;
    }

    .testimonial__short-review.scrolled::-webkit-scrollbar-track {
        background: #fff;
    }

    .testimonial__short-review.scrolled::-webkit-scrollbar-thumb {
        background-color: rgb(0, 74, 33);
    }

    .testimonial__short-review.scrolled:root {
        scrollbar-width: thin;
        scrollbar-color: rgb(0, 74, 33) #fff;
    }
}

.verified {
    font-size: 13px;
    color: rgb(82, 82, 82);
    line-height: 1.769;
    padding-left: 22px;
    background-image: url('img/testimonials/verified.svg');
    background-repeat: no-repeat;
    background-position: 1px 5px;
    background-size: 15px;
    padding-bottom: 6px;
    padding-top: 1px;
}

.video-player__preview {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.work-with-us {
    padding-top: 95px;
    padding-bottom: 80px;
}

.work-with-us .section-text {
    margin-bottom: 56px;
}

.work-with-us .accordion {
    display: none;
}

@media (max-width: 991px) {
    .work-with-us .container:nth-child(2) {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .work-with-us {
        padding-top: 73px;
        padding-bottom: 65px;
    }

    .work-with-us .section-text {
        padding-top: 8px;
        margin-bottom: 37px;
    }

    .work-with-us .accordion {
        display: block;
    }

    .work-with-us .accordion-item {
        margin-bottom: 8px;
        border-width: 1px;
        border-color: rgb(223, 223, 223);
        border-style: solid;
    }

    .work-with-us .accordion .toggle-item {
        font-size: 16px;
        line-height: 1.563;
        min-height: 56px;
        padding: 0 30px 0 67px;
    }

    .work-with-us .accordion .toggle-item:before {
        width: 9px;
        height: 9px;
        border: 2px solid #000;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: none;
        border-left: none;
        right: 17px;
        top: 22px;
    }

    .work-with-us .accordion-content {
        font-size: 15px;
        padding: 33px 11px 35px 19px;
        line-height: 1.6;
        border-top: 1px solid #d8d8d8;
    }

    .work-with-us .accordion-content p {
        margin-bottom: 14px;
    }
}

.tabs__content {
    display: none;
    font-size: 17px;
    line-height: 1.471;
    padding-left: 4px;
}

.tabs__content.active {
    display: block;
}

.tabs__content-title {
    font-size: 30px;
    font-family: "Lora", serif;
    line-height: 1.2;
    margin-bottom: 26px;
}

.tabs__content p {
    margin-bottom: 26px;
}

.tabs__item {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 94px;
    font-size: 1.0625rem;
    line-height: 1.471;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.tabs__icon {
    border-radius: 50%;
    background-color: #fdf3e3;
    min-width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    margin-right: 24px;
}

.tabs__item.active .tabs__icon {
    background-color: rgb(0, 74, 33);
}

.tabs__icon img {
    width: 7%;
    position: absolute;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.tabs__item .tabs__icon img:first-child {
    z-index: 2;
}

.tabs__item:hover {
    color: #004a21;
}

.tabs__item.active {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 45, 20, 0.15);
    box-shadow: 0px 0px 24px 0px rgba(0, 45, 20, 0.15);
    border-radius: 10px 0 0 10px;
}

.tabs__item.active .tabs__icon img:first-child {
    z-index: -1;
}

.tabs__item:hover .tabs__icon {
    background-color: rgb(0, 74, 33);
}

.tabs__item:hover .tabs__icon img:first-child {
    opacity: 0;
}

.tabs__caption {
    max-height: 590px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-left: 15px;
    margin-left: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.tabs>div:first-child {
    position: relative;
    top: -15px;
}

.tabs>div:first-child:before {
    content: "";
    width: 1px;
    background: #cecfce;
    position: absolute;
    right: 17px;
    top: 15px;
    bottom: 15px;
    z-index: -1;
}

.tabs__caption::-webkit-scrollbar {
    width: 5px;
    height: 7px;
    z-index: 100;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.tabs__caption::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 3px;
}

.tabs__caption::-webkit-scrollbar-thumb {
    background-color: #004a21;
    border-radius: 3px;
}

.tabs__caption:root {
    scrollbar-width: thin;
    scrollbar-color: #004a21 transparent;
}

.tabs__caption::-webkit-scrollbar-track-piece {
    width: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#mapwrapper {
    margin-top: -72px;
    margin-left: 8px;
    position: relative;
}

@media (max-width: 991px) {
    #mapwrapper {
        margin-top: 0;
        margin-left: 1px;
    }
}

@media (max-width: 767px) {
    #mapwrapper {
        margin-top: 38px;
    }

    #mapbase svg {
        height: 214px;
    }
}

.us-map {
    background: #fff7ea;
    padding-top: 141px;
    padding-bottom: 111px;
}

.us-map .section-text {
    margin-bottom: 41px;
}

.us-map__location-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    display: inline-block;
    letter-spacing: .95px;
    margin-top: 59px;
    margin-bottom: 46px;
}

.us-map__location-title span {
    background: #fff7ea;
    padding: 0 33px;
    position: relative;
    z-index: 1;
    margin-left: -13px;
}

.us-map__location-title:before {
    content: "";
    height: 1px;
    background: #ded9d1;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    z-index: 0;
}

.us-map__location-links {
    margin-bottom: 23px;
}

.us-map__location-links ul li a {
    font-size: 17px;
    line-height: 1.471;
    position: relative;
}

.us-map__location-links ul li a:before,
.footer-menu ul li a:before {
    content: "";
    height: 1px;
    background: rgb(3, 3, 3);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.us-map__location-links ul li a:hover:before,
.footer-menu ul li a:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

@media (max-width: 992px) {

    .us-map .section-title,
    .us-map .section-text {
        text-align: left;
    }

    .us-map .section-title {
        padding-right: 10%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .us-map {
        padding-top: 69px;
        padding-bottom: 78px;
        overflow-x: hidden;
    }

    .us-map .section-text {
        margin-bottom: 30px;
    }

    .us-map__location-title {
        font-size: 12px;
        margin-left: 5px;
        margin-top: 62px;
        margin-bottom: 32px;
    }

    .us-map__location-links ul {
        padding-left: 9vw;
    }

    .us-map__location-links ul li a {
        font-size: 16px;
        line-height: 1.563;
    }

    .us-map__location-links:nth-child(even) ul {
        padding-left: 12.2vw;
    }
}

.location-list {
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .location-list {
        margin-bottom: 23px;
    }
}

.all-location-btn {
    font-size: 18px;
    display: inline-block;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    padding-right: 17px;
    margin-left: 16px;
    cursor: pointer;
}

.all-location-btn i {
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 4px;
}

.all-location-btn:before {
    content: "";
    height: 1px;
    background: #004a21;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.all-location-btn:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.all-location-btn .hide-text {
    display: none;
}

.all-location-btn.hide-location .viev-text {
    display: none;
}

.all-location-btn.hide-location .hide-text {
    display: block;
}

@media (max-width: 767px) {
    .all-location-btn {
        font-size: 17px;
        margin-left: 9px;
    }

    .all-location-btn:before {
        bottom: -4px;
    }
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.qa {
    padding-top: 99px;
    padding-bottom: 80px;
}

.qa__image {
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 11px;
    padding: 17px 0 46px 3%;
}

.qa__image:before {
    content: "";
    width: 892px;
    height: 892px;
    background: #f6f6f6;
    position: absolute;
    top: 0px;
    left: -442px;
    border-radius: 50%;
}

.qa__image img,
.qa__image lottie-player {
    width: 250px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.qa .accordion {
    padding-top: 57px;
}

@media (max-width: 991px) {
    .qa {
        padding-bottom: 49px;
    }

    .qa .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .qa__image {
        position: relative;
        bottom: 0;

    }

    .qa__image:before {
        top: 40px;
    }
}

@media (max-width: 767px) {
    .qa {
        padding-top: 71px;
        padding-bottom: 27px
    }

    .qa .row>div {
        overflow: hidden;
    }

    .qa__image {
        padding: 21px 0 0 33px;
        left: 0
    }

    .qa__image:before {
        width: 520px;
        height: 520px;
        left: -262px;
    }

    .qa__image img,
    .qa__image lottie-player {
        width: 171px;
    }

    .qa__image lottie-player {
        margin: 0
    }

    .qa .accordion {
        padding-top: 25px;
    }
}

.accordion-item {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.accordion .toggle-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
}

.accordion .toggle-item:before {
    content: "";
    position: absolute;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.dafault-accordion .accordion-item {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(86, 86, 86, 0.15);
    box-shadow: 0px 0px 24px 0px rgba(86, 86, 86, 0.15);
    margin-bottom: 17px;
}

.dafault-accordion .toggle-item {
    font-size: 17px;
    line-height: 1.471;
    min-height: 74px;
    padding: 0 55px 0 25px;
    font-weight: 600;
}

.dafault-accordion .toggle-item:before {
    content: "\f078";
    top: 18px;
    right: 18px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    border-radius: 50%;
    background-color: rgb(253, 243, 227);
    font-size: 10px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dafault-accordion .toggle-item.in:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dafault-accordion .accordion-content {
    font-size: 17px;
    line-height: 1.471;
    padding: 3px 26px 28px 26px;
}

.dafault-accordion .accordion-content p {
    margin-bottom: 21px;
}

.dafault-accordion .accordion-content p:last-child {
    margin-bottom: 0;
}

.dafault-accordion .accordion-content ul {
    padding-left: 29px;
    width: 95%;
    margin-bottom: 24px;
}

.dafault-accordion .accordion-content ul li {
    padding-left: 27px;
    line-height: 1.294;
    position: relative;
    margin-bottom: 12px;
}

.dafault-accordion .accordion-content ul li:before {
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #004a21;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 6px;
}

@media (max-width: 767px) {
    .dafault-accordion .accordion-item {
        margin-bottom: 9px;
    }

    .dafault-accordion .toggle-item {
        min-height: 58px;
        line-height: 1.563;
        font-size: 16px;
        padding: 0 55px 0 14px;
    }

    .dafault-accordion .toggle-item:before {
        width: 37px;
        height: 37px;
        top: 11px;
        right: 11px;
    }

    .dafault-accordion .accordion-content {
        font-size: 15px;
        line-height: 1.55;
        padding: 13px 17px 13px 17px;
    }

    .dafault-accordion .accordion-content p {
        margin-bottom: 17px;
    }

    .dafault-accordion .accordion-content p:last-child {
        margin-bottom: 0;
    }

    .dafault-accordion .accordion-content ul {
        padding-left: 3px;
        margin-bottom: 17px
    }

    .dafault-accordion .accordion-content ul li {
        padding-left: 18px;
        margin-bottom: 8px;
        line-height: 1.55
    }
}

.green-section {
    margin-bottom: 120px;
}

.green-section__inner {
    border-radius: 10px;
    background-color: rgb(0, 74, 33);
    -webkit-box-shadow: 0px 19px 49px 0px rgba(0, 45, 20, 0.35);
    box-shadow: 0px 19px 49px 0px rgba(0, 45, 20, 0.35);
}

.green-section__inner.with-circle {
    position: relative;
    overflow: hidden;
}

.green-section__inner.with-circle:before {
    content: "";
    position: absolute;
    top: 0;
    right: -507px;
    height: 590px;
    width: 1270px;
    background-color: rgb(255, 255, 255);
    opacity: 0.039;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotate(-3.9deg);
    -ms-transform: rotate(-3.9deg);
    transform: rotate(-3.9deg);
    border-radius: 81% 0 0 0;
    pointer-events: none;
}

.green-section .row>div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    min-height: 299px;
}

.green-section__logo {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 188px;
    height: 188px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.green-section__logo img {
    width: 85px;
}

.green-section .section-title {
    text-align: left;
    font-size: 38px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    padding-top: 48px;
    margin-bottom: 37px;
}

.green-section .section-title span {
    color: #f4d2a8;
}

.green-section .cash-offer {
    width: 100%;
    max-width: 468px;
}

@media(max-width: 991px) {
    .green-section .section-title span {
        color: inherit;
    }

    .green-section {
        margin-bottom: 68px;
    }

    .green-section .row>div:first-child {
        min-height: auto;
    }

    .green-section__inner {
        padding-top: 35px;
        padding-bottom: 52px;
    }

    .green-section .section-title {
        text-align: center;
        font-size: 24px;
        padding: 0 30px;
        padding-top: 30px;
        margin-bottom: 23px;
    }

    .green-section__logo {
        width: 70px;
        height: 70px;
    }

    .green-section__logo img {
        width: 27px;
        margin-top: -3px;
    }

    .green-section .cash-offer {
        margin: 0 auto;
    }
}

@media(max-width: 767px) {
    .green-section__inner.with-circle:before {
        right: -759px;
        height: 466px;
        width: 1110px;
        border-radius: 50% 0 0 0;
    }

    .green-section .cash-offer {
        max-width: 290px;
        margin: 0 auto
    }

    .green-section .cash-offer .btn {
        border: 1px solid #fff;
        background: none;
    }
}

.footer-top {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding-top: 38px;
    padding-bottom: 27px;
    background: #fff;
}

.footer-top__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 239px;
}

.footer-top .row>div:nth-child(1) .footer-top__item {
    margin-left: -5px;
}

.footer-top .row>div:nth-child(2) .footer-top__item {
    margin-left: -31px;
}

.footer-top__icon {
    margin-right: 19px;
}

.footer-top__icon img {
    width: 35px;
}

.footer-top__text {
    font-size: 17px;
    line-height: 1.294;
}

.footer-top__text p {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .footer-top .row>div:nth-child(1) .footer-top__item {
        margin-left: -26px;
    }
}

@media (max-width: 991px) {
    .footer-top {
        padding-top: 29px;
        padding-bottom: 0;
    }

    .footer-top .row>div:nth-child(1) .footer-top__item {
        margin-left: 0;
    }

    .footer-top .row>div:nth-child(2) .footer-top__item {
        margin-left: 0;
    }

    .footer-top__item {
        max-width: 340px;
        margin-bottom: 24px;
        padding-left: 9px;
    }

    .footer-top__icon {
        margin-right: 21px
    }

    .footer-top__icon img {
        width: 28px;
    }

    .footer-top__text {
        font-size: 15px
    }
}

.footer-bottom {
    background: #fffcf6;
    padding-top: 76px;
}

@media (max-width: 991px) {
    .footer-bottom {
        background: none;
    }
}

@media (max-width: 767px) {
    .footer-bottom {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .footer__item:before {
        content: "";
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 0;
        height: 1px;
        background: #dedede;
    }

    .footer__item:nth-child(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 10px
    }
}

.footer-menu {
    padding-right: 15%;
}

.footer__item:nth-child(2) .footer-menu {
    padding-left: 25.3%;
}

.footer__item:nth-child(3) .footer-menu {
    padding-left: 12%;
}

.footer-menu__title {
    font-size: 14px;
    color: rgb(0, 74, 33);
    font-weight: 800;
    line-height: 1.571;
    margin-bottom: 12px;
}

.footer-menu ul li a {
    font-size: 15px;
    line-height: 2;
    position: relative;
}

.footer-menu ul li a:before {
    bottom: 3px;
}

@media (max-width: 991px) {
    .footer__item:nth-child(2) .footer-menu {
        padding-left: 0
    }

    .footer__item:nth-child(3) .footer-menu {
        padding-left: 0
    }

    .footer-menu {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .footer-menu {
        margin-bottom: 0;
        padding-right: 0;
    }

    .footer-menu__title {
        padding: 21px 0 16px 5px;
        position: relative;
        margin-bottom: 0;
    }

    .footer-menu__title:before {
        content: "\f078";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 7px;
        font-size: 11px;
    }

    .footer-menu ul {
        display: none;
        margin-bottom: 16px;
        padding-left: 6px;
    }
}

.footer-logo {
    width: 48px;
    padding-top: 5px;
    margin-bottom: 33px;
}

.footer-logo img {
    margin-bottom: 14px;
}

@media (max-width: 767px) {
    .footer-logo {
        padding-left: 2px;
        margin-bottom: 19px;
    }

    .footer-logo>a,
    .footer-logo>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-logo img {
        width: 25px;
        margin-bottom: 0;
        margin-right: 11px;
    }
}

.copyright {
    font-size: 14px;
    line-height: 1.429;
    text-align: center;
    padding-top: 10.5%;
    padding-bottom: 24px;
}

@media (max-width: 767px) {
    .copyright {
        font-size: 13px;
        padding-top: 20px;
        padding-bottom: 40px;
        margin-bottom: 46px;
    }
}

.site-bottom-btn {
    display: none;
}

@media (max-width: 767px) {
    .site-bottom-btn {
        left: 0;
        right: 0;
        bottom: 0;
        position: fixed;
        height: 46px;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 5
    }
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.socials a {
    border-radius: 4px;
    background-color: rgb(0, 74, 33);
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    position: relative;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.socials a:hover,
.float-socials__links a:hover,
.info__link a:hover {
    background: #20632d;
    -webkit-box-shadow: 0 20px 38px rgb(146 146 146 / 29%);
    box-shadow: 0 20px 38px rgb(146 146 146 / 29%);
}

@media (min-width: 1200px) {

    .socials a:hover,
    .float-socials__links a:hover,
    .info__link a:hover {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

.socials img {
    height: 16px;
}

@media (max-width: 767px) {
    .socials a {
        width: 31px;
        height: 31px;
        margin-right: 0;
        margin-left: 8px;
    }
}

.breadcrumb {
    position: relative;
    margin-bottom: 6.7%;
}

.breadcrumb,
.breadcrumb a {
    font-size: 14px;
    line-height: 1.2;
}

.breadcrumb span>span>span:last-child {
    font-weight: 700;
}

.breadcrumb a {
    font-weight: 400;
}

@media(max-width :767px) {
    .breadcrumb {
        margin-left: -1px;
        margin-bottom: 66px;
    }

    .breadcrumb,
    .breadcrumb a {
        font-size: 12px;
    }
}

.banner-mobile-img {
    display: none;
}

@media(max-width :767px) {
    .banner-mobile-img {
        display: block;
        margin-top: -42px
    }
}

.step-section-content {
    padding-bottom: 129px;
    position: relative;
    padding-top: 74px;
}

.step-section .section-title {
    margin-left: -30px;
    margin-right: -30px;
}

.step-section {
    position: relative;
    margin-bottom: -5px;
}

.step-section-content:after {
    content: "";
    border-radius: 50%;
    background-color: rgb(0, 74, 33);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0px;
    margin: 0 auto;
    width: 8px;
    height: 8px;
}

.step-section-content .row {
    position: relative;
}

.step-section-content .row>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.step-section-content .row:nth-child(even)>div:first-child {
    padding-top: 72px;
    padding-bottom: 85px;
    padding-left: 86px;
    overflow: hidden;
}

.step-section-content .row:nth-child(even)>div .dashed-parallax-vertical {
    left: 15px;
}

.step-section-content .row:nth-child(odd)>div .dashed-parallax-vertical {
    left: 0;
}

.step-section-content .row:nth-child(odd)>div:first-child {
    padding-top: 56px;
    padding-bottom: 56px;
}

.step-section-content .row:nth-child(odd)>div:first-child {
    padding-top: 70px;
    padding-left: 86px;
    margin-right: -2px;
}

.step-section-content .row:nth-child(odd)>div:last-child {
    padding-left: 85px;
}

.step-section-content .row:first-child>div {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 86px;
}

.step-section-content img {
    width: 55%;
    margin: 0 auto;
    display: block;
}

.step-section__title {
    font-size: 32px;
    font-family: "Lora", serif;
    line-height: 1.2;
    margin-bottom: 22px;
}

.step-section__text {
    font-size: 17px;
    line-height: 1.471;
}

.step-section__text a {
    color: #004a21;
    text-decoration: underline;
}

.step-section__number {
    font-size: 13px;
    color: rgb(0, 74, 33);
    font-weight: 700;
    position: relative;
    margin-bottom: 24px;
    margin-top: -4px;
}

.step-section__number:before {
    content: "";
    border-radius: 50%;
    background-color: rgb(0, 74, 33);
    position: absolute;
    left: -88px;
    top: 3px;
    width: 8px;
    height: 8px;
}

.step-section-content .row:nth-child(even)>div:first-child .step-section__number:before {
    left: -74px;
}

@media(max-width: 1440px) {
    .step-section-content .row:first-child>div {
        padding-top: 0 !important
    }
}

@media(max-width: 991px) {

    .step-section-content .row:nth-child(odd)>div:last-child,
    .step-section-content .row:nth-child(odd)>div:first-child,
    .step-section-content .row:nth-child(even)>div:first-child,
    .step-section-content .row:nth-child(even)>div:last-child {
        padding-left: 50px;
        padding-bottom: 0;
        padding-top: 0
    }

    .step-section-content .row:nth-child(odd)>div:first-child {
        padding-top: 0;
        padding-bottom: 0
    }

    .step-section-content .row:nth-child(odd)>div:first-child .dashed-parallax-vertical {
        right: auto;
        left: 15px
    }

    .step-section-content .row:nth-child(odd)>div .dashed-parallax-vertical {
        left: 15px
    }

    .step-section__number:before,
    .step-section-content .row:nth-child(even)>div:first-child .step-section__number:before {
        left: -38px
    }

    .step-section-content .row:nth-child(odd)>div:last-child,
    .step-section-content .row:nth-child(even)>div:first-child {
        position: static;
        overflow: visible
    }

    .step-section-content .row:nth-child(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .dashed-parallax.dashed-bottom {
        display: none
    }

    .step-section__text {
        margin-bottom: 40px
    }

    .step-section-content {
        padding-bottom: 0
    }

    .step-section-content:after {
        margin: 0;
        left: -3px
    }

    .step-section-content img {
        margin: 8px;
        margin-bottom: 60px
    }

    .step-section-content .row:last-child img {
        margin-bottom: 0
    }

    .step-section+.testimonials {
        padding-top: 74px;
        padding-bottom: 73px;
    }

    .step-section {
        margin-bottom: 81px
    }
}

@media(max-width: 767px) {
    .step-section .section-title {
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
        overflow: visible
    }

    .step-section__number {
        font-size: 11px;
        letter-spacing: .8px;
        margin-bottom: 19px
    }

    .step-section__title {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 17px
    }

    .step-section__text {
        font-size: 16px;
        color: rgb(3, 3, 3);
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .step-section-content {
        padding-top: 49px
    }

    .step-section-content img {
        width: 202px
    }

    .step-section-content .row:nth-child(odd)>div:last-child,
    .step-section-content .row:nth-child(odd)>div:first-child,
    .step-section-content .row:nth-child(even)>div:first-child,
    .step-section-content .row:nth-child(even)>div:last-child {
        padding-left: 41px
    }

    .step-section__number:before,
    .step-section-content .row:nth-child(even)>div:first-child .step-section__number:before {
        left: -29px;
    }

    .step-section-investors .step-section-content {
        padding-top: 39px;
    }

    .step-section-investors+.testimonials .testimonials-carousel {
        padding-top: 0;
    }

    .step-section-investors.step-section+.testimonials {
        padding-bottom: 50px;
        margin-bottom: 75px;
    }
}

.dashed-parallax.dashed-bottom {
    height: 129px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.dashed-parallax {
    position: absolute;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.dashed-parallax-vertical {
    width: 2px;
    bottom: 0;
    top: 0;
    background-image: url('img/dashed-vertical.png');
}

.dashed-parallax-horizontal {
    bottom: 0;
    left: 15px;
    right: 0;
    height: 1px;
    background-image: url('img/dashed-horizontal.png');
}

@media(max-width: 991px) {
    .dashed-parallax-horizontal {
        display: none
    }
}

.testimonials+.green-section {
    margin-top: -35px;
}

@media(max-width: 991px) {
    .testimonials+.green-section {
        margin-top: 48px;
    }
}

.banner-desktop-img.top {
    width: 37%;
    top: -4px;
    right: 156px;
}

.banner:not(.main-banner).banner-left-text {
    padding-bottom: 51px;
}

@media(max-width: 767px) {
    .banner:not(.main-banner).banner-left-text {
        padding-bottom: 14px;
    }
}

.banner:not(.main-banner).banner-blog {
    padding-top: 30px;
    padding-bottom: 8px;
}

.banner:not(.main-banner).banner-blog .banner-desktop-img.top,
.banner:not(.main-banner).banner-search .banner-desktop-img.top {
    width: 32.6%;
    right: 273px;
}

@media(max-width: 1199px) {
    .banner:not(.main-banner).banner-blog .banner-desktop-img.top {
        right: 0;
    }
}

@media(max-width: 767px) {
    .banner:not(.main-banner).banner-blog {
        padding-top: 17px
    }

    .banner:not(.main-banner).banner-blog .banner-desktop-img.top,
    .banner:not(.main-banner).banner-search .banner-desktop-img.top {
        right: -44%;
        top: 0;
        width: 100%;
    }
}

.banner-left-text .banner__sub-title,
.banner-left-text .banner__title {
    text-align: left;
}

.banner-left-text .breadcrumb {
    margin-bottom: 4.2%;
}

.banner-left-text.banner-blog .breadcrumb {
    margin-bottom: 3.2%;
}

.banner-left-text .banner__sub-title {
    margin-top: -16px;
    letter-spacing: -.3px;
}

@media(max-width: 767px) {
    .banner-left-text .breadcrumb {
        margin-bottom: 46px;
    }

    .banner-left-text.banner-blog .breadcrumb {
        margin-bottom: 45px
    }

    .banner-left-text {
        overflow: hidden;
    }

    .banner-left-text .banner-desktop-img {
        display: block;
        width: 114%;
        top: -4px;
        right: -55%;
        display: block;
    }

    .banner-left-text .banner__sub-title {
        margin-top: 22px;
        letter-spacing: -0.2px;
    }
}

.faq {
    background: #f8fcf4;
    padding-bottom: 92px;
}

.faq .accordion {
    padding-right: 46px;
}

.faq-bottom-btn {
    max-width: 203px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: -6px;
}

@media(max-width: 1199px) {
    .faq .accordion {
        padding-right: 0
    }
}

@media(max-width: 991px) {
    .faq .dafault-accordion .toggle-item {
        line-height: 1.375;
    }

    .faq {
        padding-bottom: 11px
    }

    .faq .accordion {
        margin-bottom: 67px
    }
}

.blog {
    background: #f8fcf4;
}

@media(max-width: 767px) {
    .blog .green-section {
        margin-bottom: 74px;
    }
}

.blog-bottom {
    padding-top: 44px;
    padding-bottom: 92px;
}

.blog-bottom .post-item__image {
    padding-top: 49%;
    margin-bottom: 26px;
}

.blog-bottom .post-item__content {
    padding: 0 32px;
}

.blog-bottom .post-item__category {
    margin-bottom: 14px;
}

.blog-bottom .post-item {
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .blog-bottom {
        padding-top: 37px;
        padding-bottom: 63px
    }

    .blog-bottom .post-item__image {
        margin-bottom: 21px;
    }

    .blog-bottom .post-item__content {
        padding: 0 24px;
    }

    .blog-bottom .post-item__category {
        margin-bottom: 7px;
    }

    .blog-bottom .post-item__title {
        font-size: 22px;
        line-height: 1.273;
    }

    .blog-bottom .post-item {
        margin-bottom: 20px;
    }
}

.post-item {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 27px 0px rgba(133, 133, 133, 0.17);
    box-shadow: 0px 0px 27px 0px rgba(133, 133, 133, 0.17);
    overflow: hidden;
    max-height: 495px;
}

.post-item__image {
    position: relative;
    padding-top: 50%;
}

.post-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.post-item__content {
    padding: 0 28px;
}

.post-item__title {
    font-size: 1.625rem;
    font-family: "Lora", serif;
    line-height: 1.385;
    display: inline;
    background-repeat: no-repeat;
    -webkit-transition: background-size .3s cubic-bezier(.2, .75, .5, 1);
    -o-transition: background-size .3s cubic-bezier(.2, .75, .5, 1);
    transition: background-size .3s cubic-bezier(.2, .75, .5, 1);
    background-position: left bottom 3px;
    background-size: 0 1px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #030303), to(#030303));
    background-image: -o-linear-gradient(left, #030303 0, #030303 100%);
    background-image: linear-gradient(to right, #030303 0, #030303 100%);
}

.post-item:hover .post-item__title {
    background-size: 100% 1px;
}

.post-item__category {
    font-size: 12px;
    color: #5f5f5f;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.167;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .6px;
    margin-left: -1px;
}

.post-item__excerpt {
    font-size: 17px;
    color: rgb(95, 95, 95);
    line-height: 1.529;
    padding-top: 20px;
    margin-left: -3px;
    padding-right: 0;
    padding-bottom: 80px;
}

.post-item__category span {
    color: #004a21;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 23px;
}

.post-item__category span:before {
    content: "";
    border-radius: 50%;
    background-color: rgb(148, 148, 148);
    position: absolute;
    width: 3px;
    height: 3px;
    right: -13px;
}

@media (max-width: 991px) {
    .post-item__excerpt {
        padding-bottom: 35px
    }
}

@media (max-width: 767px) {
    .post-item .post-item__title {
        font-size: 22px;
        line-height: 1.273;
    }

    .post-item__content {
        padding: 0 20px;
    }

    .post-item__title:not(.main-post-item__title) {
        font-size: 18px;
        line-height: 1.389;
    }

    .post-item__excerpt {
        padding-top: 13px;
        margin-left: -2px;
    }
}

.main-post-item__content {
    padding-right: 7%;
}

.main-post-item__image {
    padding-top: 52%;
    margin-bottom: 26px;
}

.main-post-item__title {
    font-size: 2.375rem;
    line-height: 1.2;
    background-position: left bottom 5px;
}

.main-post-item__category {
    margin-bottom: 9px;
}

.main-post-item {
    padding-bottom: 35px;
    max-height: none;
}

@media (max-width: 1440px) {
    .main-post-item__image {
        padding-top: 50%;
    }
}

@media (max-width: 767px) {
    .main-post-item__image {
        padding-top: 54%;
        margin-bottom: 18px;
    }

    .main-post-item {
        padding-bottom: 22px;
    }

    .main-post-item__title {
        font-size: 22px;
        line-height: 1.273;
    }
}

.most-popular .post-item__category {
    margin-bottom: 12px;
}

.most-popular {
    padding-top: 16px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.most-popular__title {
    font-size: 16px;
    color: rgb(0, 74, 33);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.625;
    letter-spacing: .9px;
    margin-bottom: 16px;
}

.most-popular .post-item {
    margin-bottom: 25px;
    padding-top: 23px;
    padding-bottom: 27px;
}

.most-popular .post-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .most-popular {
        padding-top: 41px;
    }
}

@media (max-width: 767px) {
    .most-popular__title {
        font-size: 13px;
        letter-spacing: .6px;
        padding-left: 2px;
    }

    .most-popular .post-item {
        padding-top: 9px
    }

    .most-popular .post-item__category {
        margin-bottom: 2px;
    }

    .most-popular .post-item {
        padding-bottom: 14px;
        margin-bottom: 12px;
        min-height: 95px;
    }
}

.blog-category {
    position: relative;
    z-index: 2;
}

.blog-category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1px;
    padding-top: 14px;
}

.blog-top {
    margin-bottom: 73px;
}

@media(max-width: 767px) {
    .blog-top {
        margin-bottom: 45px;
    }
}

.blog-category ul li {
    margin-right: 47px;
    position: relative;
}

.blog-category ul li a {
    font-size: 13px;
    color: #5f5f5f;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    letter-spacing: .7px;
    padding-bottom: 20px;
}

.blog-category ul li:hover a,
.blog-category ul li:hover i {
    color: #004a21;
}

.blog-category ul li .sub-menu a,
.blog-category ul li .sub-menu i {
    color: #5f5f5f;
}

.blog-category ul li .sub-menu a:hover,
.blog-category ul li .sub-menu i:hover {
    color: #004a21;
}

.blog-category ul li.active a {
    color: rgb(0, 74, 33);
}

.blog-category ul li.active a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    height: 4px;
    background: #c3e398;
    z-index: -1;
}

.blog-category ul li .sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-category ul li .sub-menu li {
    margin: 0;
}

@media(max-width: 1199px) {
    .blog-category ul li a {
        font-size: 11px;
        padding-bottom: 0
    }

    .blog-category ul li.active a:before {
        bottom: 0
    }

    .blog-category ul li .sub-menu {
        padding-left: 10px
    }

    .blog-category ul li {
        margin-right: 0
    }
}

.blog-search form {
    position: relative;
}

.blog-search input[type=submit] {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0px;
    overflow: hidden;
    color: transparent;
    background: none;
    z-index: 2;
}

.blog-search input[type="text"] {
    border-width: 1px;
    border-color: rgb(220, 229, 209);
    border-style: solid;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 48px;
    font-size: 16px;
    color: rgb(95, 95, 95);
    line-height: 1.2;
    padding: 0 15px 0 43px;
    background-image: url(img/blog/search.svg);
    background-repeat: no-repeat;
    background-position: 16px 14px;
    background-size: 15px;
}

.blog-search input::-webkit-input-placeholder {
    color: #5f5f5f;
    font-family: 'Nunito Sans', sans-serif;
}

.blog-search input::-moz-placeholder {
    color: #5f5f5f;
    font-family: 'Nunito Sans', sans-serif;
}

.blog-search input:-ms-input-placeholder {
    color: #5f5f5f;
    font-family: 'Nunito Sans', sans-serif;
}

.blog-search input::-ms-input-placeholder {
    color: #5f5f5f;
    font-family: 'Nunito Sans', sans-serif;
}

.blog-search input::placeholder {
    color: #5f5f5f;
    font-family: 'Nunito Sans', sans-serif;
}

@media(max-width: 767px) {
    .blog-search {
        padding-left: 1px
    }

    .blog-search input[type="text"] {
        background-position: 15px 14px;
    }
}

.search-no-results .search-top .row>div:last-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

.search-no-results .bktoblg {
    margin-top: 121px;
    margin-bottom: 155px;
}

@media(max-width: 991px) {
    .search-no-results .bktoblg {
        margin-top: 44px;
        margin-bottom: 44px;
    }
}

.categories .toggle-item {
    display: none;
}

@media(max-width: 1199px) {
    .categories {
        padding-top: 15px
    }

    .categories .toggle-item {
        display: inline-block;
        position: relative;
        font-size: 13px;
        color: rgb(0, 74, 33);
        font-weight: 700;
        text-transform: uppercase;
    }

    .categories .toggle-item:after {
        content: "\f078";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 8px;
        color: #5f5f5f;
        position: relative;
        right: -5px;
        top: -1px;
    }

    .categories ul {
        display: none;
        padding-top: 5px;
        margin-bottom: 5px;
        padding-left: 2px;
    }

    .categories ul li {
        margin-bottom: 5px
    }
}

@media(max-width: 767px) {
    .categories {
        padding-top: 14px;
        padding-left: 17px;
        padding-right: 0;
    }

    .categories .toggle-item {
        letter-spacing: .7px;
    }

    .categories .toggle-item:after {
        right: -1px
    }
}

.container.bordered {
    border-bottom: 4px solid #e8f2dd;
}

.default-content {
    font-size: 17px;
    line-height: 1.54;
}

.default-content p a,
.default-content ul li a,
.default-content h3 a,
.default-content h4 a,
.default-content h2 a,
.section-text a {
    color: #004a21;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.default-content p a:before,
.default-content ul li a:before,
.default-content h3 a:before,
.default-content h4 a:before,
.default-content h2 a:before,
.section-text a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #004a21;
    position: absolute;
    bottom: 4px;
}

.default-content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #004a21;
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 50%;
}

.default-content ul li a:before {
    bottom: 6px;
}

.default-content h3 a,
.default-content h4 a,
.default-content h2 a {
    font-weight: 400;
}

.default-content p {
    margin-bottom: 24px;
    font-size: 1.0625rem;
    line-height: 1.765;
}

.article__introduction p {
    line-height: 1.55;
}

.default-content h2 {
    font-size: 2.125rem;
    font-family: "Lora";
    color: rgb(0, 74, 33);
    line-height: 1.176;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 59px;
}

.default-content img {
    border-radius: 10px;
    width: 100%;
    margin: 14px 0 10px 0;
    height: auto;
}

.wp-caption {
    max-width: 100%;
}

.default-content ul {
    padding-left: 30px;
    margin-top: -2px;
    margin-bottom: 24px;
}

.default-content ul li {
    position: relative;
    font-size: 1.0625rem;
    line-height: 1.765;
    margin-bottom: 23px;
    padding-left: 26px;
}

blockquote,
.default-content blockquote p {
    font-size: 26px;
    font-family: "Lora";
    line-height: 1.385;
    position: relative;
    padding-left: 36px;
    margin-top: 42px;
    margin-bottom: 42px;
}

blockquote:before {
    content: "";
    width: 6px;
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    background: rgb(142, 202, 60);
}

.default-content ol {
    margin-top: 24px;
}

.default-content h3 {
    margin-top: 43px;
    margin-bottom: 25px;
}

.default-content h4,
.default-content h5,
.default-content h6 {
    font-size: 24px;
    font-family: "Lora", serif;
    color: rgb(3, 3, 3);
    line-height: 1.2;
    margin-top: 32px;
    margin-bottom: 23px;
}

@media(max-width: 767px) {

    blockquote,
    .default-content blockquote p {
        font-size: 20px;
        line-height: 1.4;
        padding-left: 26px;
        margin-top: 24px;
        margin-bottom: 26px;
    }

    blockquote:before {
        left: 2px;
        top: 7px;
        width: 4px
    }

    .default-content p {
        font-size: 16px;
        line-height: 1.563;
        margin-bottom: 15px
    }

    .default-content h2 {
        font-size: 26px;
        line-height: 1.231;
        margin-bottom: 21px;
        margin-top: 38px;
    }

    .default-content ul,
    .default-content ol {
        padding-left: 6px;
        padding-top: 10px
    }

    .default-content ul li,
    .default-content ol li {
        font-size: 16px;
        line-height: 1.563;
        padding-left: 23px;
        margin-bottom: 20px;
    }

    .default-content ul li:before {
        width: 5px;
        height: 5px;
        top: 10px;
    }

    .default-content img {
        margin-bottom: 8px
    }

    .default-content h3 {
        margin-top: 28px;
        margin-bottom: 21px
    }

    .default-content h4,
    .default-content h5,
    .default-content h6 {
        font-size: 22px;
        line-height: 1.2;
        margin-top: 20px;
        margin-bottom: 13px;
    }
}

.article-header__description {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 27px 0px rgba(133, 133, 133, 0.17);
    box-shadow: 0px 0px 27px 0px rgba(133, 133, 133, 0.17);
    height: 100%;
    border-radius: 10px 0 0 10px;
    margin-left: -39px;
    padding: 44px 0 64px 53px;
}

.article-header__title {
    font-size: 2.625rem;
    font-family: "Lora";
    line-height: 1.19;
    padding-top: 31px;
    font-weight: 400;
    padding-right: 15%;
    margin-bottom: 83px;
}

.article-header__description--location {
    margin-right: -43px;
    border-radius: 10px;
    background-image: url('/wp-content/themes/BestHouse/img/location/map.svg');
    background-repeat: no-repeat;
    background-size: 132px;
    background-position: right 65px top 80px;
    padding-bottom: 67px;
    padding-right: 18.5%;
    padding-top: 32px;
}

.article .article-header__description--location .cash-offer,
.article .article-header__description--location .cash-offer input {
    height: 58px;
}

.article .article-header__description--location .cash-offer {
    margin-top: 32px;
}

@media(max-width: 1440px) {
    .article-header__description {
        margin-left: 15px
    }
}

@media(min-width: 992px) {
    .article .green-section {
        margin-top: 49px;
        margin-bottom: 68px;
    }

    .article-location.article .green-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 44px;
        margin-bottom: 52px;
    }

    .article .green-section__inner {
        padding: 27px 105px 42px 35px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .article .green-section .section-title {
        font-size: 30px;
        line-height: 1.2;
        padding-top: 0;
        margin-bottom: 21px;
    }

    .article .green-section__inner.with-circle:before {
        top: -138px;
        right: -547px;
        height: 634px;
        width: 984px;
    }

    .article .green-section .row>div:first-child {
        min-height: auto;
    }

    .article .cash-offer,
    .article .cash-offer input {
        height: 49px;
    }

    .article .cash-offer .btn {
        right: 3px;
        height: 42px;
        top: 4px;
    }

    .article .article-header__description .cash-offer .btn {
        height: 46px;
        top: 6px;
    }
}

@media(max-width: 767px) {

    .article .article-header__description--location .cash-offer,
    .article .article-header__description--location .cash-offer input {
        height: 50px;
    }

    .article .article-header__description--location .cash-offer {
        margin-top: 18px;
        margin-left: -5px;
    }
}

@media(max-width: 991px) {
    .article-header .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .article-header__description {
        margin-left: 0;
        padding-left: 30px;
        border-radius: 0;
    }

    .article-header__title {
        font-size: 28px;
        line-height: 1.286;
        padding-top: 7px;
        padding-right: 20px;
        margin-bottom: 21px;
    }

    .article-header__description--location {
        margin-right: 0;
    }
}

@media(max-width: 767px) {
    .article-header__description {
        padding: 18px 16px 27px 16px;
    }

    .article-header__description--location {
        background-image: none;
    }
}

.article__autor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.375;
}

.article__avatar {
    overflow: hidden;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    margin-right: 18px;
}

.article__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.article__date {
    color: #5f5f5f;
}

.article__image {
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    margin-right: -40px;
}

.article__content {
    padding-top: 70px;
    padding-right: 5.1%;
    position: relative;
}

.article__content h2:first-child {
    margin-top: 0 !important;
}

.article__anchor {
    position: sticky;
    top: 78px;
    background: #fff;
    padding: 27px 0;
    z-index: 5;
    margin-left: -1px;
    margin-bottom: -22px;
}

.article__anchor.sticky ul {
    height: 0;
    overflow: hidden;
    padding-bottom: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.article__anchor.sticky ul.in {
    height: auto;
    padding-bottom: 35px;
    visibility: visible;
}

.article__anchor-title {
    padding: 24px 32px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    border-width: 1px;
    border-color: rgb(245, 228, 201);
    border-style: solid;
    border-radius: 4px;
    background-color: rgb(255, 247, 234);
    border-bottom: 0;
    padding-top: 37px;
}

.article__anchor.sticky .article__anchor-title {
    display: inline-block;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-right: 19px;
    cursor: pointer;
}

.article__anchor.sticky .article__anchor-title.in {
    padding-top: 37px;
    width: 100%;
    padding-right: 32px;
}

.article__anchor-title i {
    font-size: 10px;
    margin-left: 11px;
    opacity: 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.article__anchor.sticky .article__anchor-title i {
    opacity: 1;
}

.article__anchor.sticky .article__anchor-title.in i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.article__anchor-title span {
    font-size: 24px;
    line-height: 1.2;
    position: relative;
    font-family: "Lora", serif;
    z-index: 2;
}

.article__anchor-title span:before {
    content: "";
    width: 100%;
    height: 6px;
    background: #e5d5bc;
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: -1;
}

.article__anchor ul {
    padding-left: 54px;
    padding-bottom: 29px;
    border-width: 1px;
    border-color: rgb(245, 228, 201);
    border-style: solid;
    border-radius: 4px;
    background-color: rgb(255, 247, 234);
    border-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 54px;
}

.article__anchor ul li {
    padding-left: 27px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.article__anchor ul li:before {
    width: 5px;
    height: 5px;
    top: 7px;
}

.article__anchor ul li a:before {
    display: none;
}

.article__anchor ul li a {
    font-weight: 400;
    color: rgb(3, 3, 3);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.article__breadcrumb {
    padding-top: 33px;
}

.article__breadcrumb .breadcrumb {
    margin-bottom: 25px;
}

@media (max-width: 1440px) {
    .article__image {
        margin-right: 15px
    }

    .article__anchor.sticky {
        padding: 26px 0 18px 0;
    }

    .article__anchor.sticky .article__anchor-title {
        padding-top: 9px;
        padding-bottom: 11px
    }

    .article__anchor.sticky .article__anchor-title span {
        font-size: 20px
    }
}

@media(max-width: 1199px) {
    .article__content {
        padding-right: 16px;
    }
}

@media(max-width: 991px) {
    .article__content {
        padding-right: 0;
    }

    .article__image {
        margin-right: 0;
        height: 408px;
        border-radius: 0;
    }

    .article__image img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .article__autor {
        font-size: 14px;
        line-height: 1.429;
    }

    .article__avatar {
        width: 46px;
        height: 46px;
        margin-right: 11px;
    }

    .article__breadcrumb {
        padding-top: 16px;
        margin-left: -1px;
        margin-bottom: 0;
    }

    .article__breadcrumb .breadcrumb {
        margin-bottom: 14px;
    }

    .article__anchor.sticky {
        padding: 10px 0;
    }

    .article__anchor.sticky:before {
        content: "";
        position: absolute;
        left: -71px;
        right: -71px;
        top: 0;
        background: #fff;
        height: 100%;
        z-index: -1;
    }

    .article__anchor.sticky .article__anchor-title {
        padding-top: 10px;
        padding-bottom: 12px;
    }
}

@media(max-width: 767px) {
    .article__image {
        height: 208px;
    }

    .article__content {
        padding-top: 40px
    }

    .article .row>div {
        padding-right: 18px;
        padding-left: 18px;
    }

    .article__anchor-title {
        padding: 20px;
        padding-top: 19px;
    }

    .article__anchor-title span {
        font-size: 20px;
        line-height: 1.2;
    }

    .article__anchor {
        top: 62px;
        margin-bottom: -27px
    }

    .article__anchor ul {
        padding-left: 29px;
        padding-right: 65px;
        padding-top: 0
    }

    .article__anchor ul li {
        font-size: 15px;
        line-height: 1.2;
        padding-left: 22px;
        margin-bottom: 11px
    }
}

.about-autor {
    background-color: rgb(244, 245, 245);
    border-radius: 10px;
    margin-top: 69px;
    padding: 16px 33px 10px 33px;
    margin-bottom: 66px;
}

.about-autor__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-autor__image {
    width: 81px;
    height: 81px;
    position: relative;
    margin-right: 30px;
}

.about-autor__image img {
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-autor__socials {
    position: absolute;
    bottom: -15px;
    right: 0;
    display: flex;
}

.about-autor__socials a {
    border-radius: 50%;
    background-color: rgb(10, 102, 194);
    margin-left: 5px;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
}

.about-autor__title {
    font-size: 12px;
    color: rgb(0, 74, 33);
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 15px;
    letter-spacing: .7px;
    margin-bottom: 15px;
}

.about-autor__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2px;
}

.about-autor__position {
    font-size: 16px;
    color: #5f5f5f;
}

.about-autor__text {
    padding-top: 24px;
}

.about-autor__text p {
    font-size: 16px;
    color: rgb(95, 95, 95);
    line-height: 1.625;
}

@media(max-width: 767px) {
    .about-autor {
        margin-top: 34px;
        padding: 6px 14px 10px 18px;
        margin-bottom: 42px;
    }

    .about-autor__image {
        width: 66px;
        height: 66px;
        margin-right: 23px;
    }

    .about-autor__image a {
        right: -4px;
    }

    .about-autor__title {
        padding-top: 12px;
        margin-bottom: 10px;
    }

    .about-autor__name {
        font-size: 22px
    }

    .about-autor__position {
        font-size: 14px
    }

    .about-autor__text {
        padding-top: 15px;
    }

    .about-autor__text p {
        font-size: 14px;
        line-height: 1.6;
    }
}

.float-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 67px;
}

.float-socials__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.float-socials__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.float-socials__links a {
    border-radius: 4px;
    background-color: rgb(0, 74, 33);
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
}

.float-socials a i {
    color: #fff;
    font-size: 16px;
}

@media(max-width: 767px) {
    .float-socials {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 50px;
    }

    .float-socials__title {
        text-align: center;
        font-size: 20px;
        margin-bottom: 22px;
    }

    .float-socials__links a {
        width: 32px;
        height: 32px;
        margin: 0 4px;
    }
}

.related-articles {
    margin-bottom: 105px;
}

.related-articles__title {
    font-family: "Lora", serif;
    font-size: 38px;
    line-height: 1.2;
    padding-top: 62px;
    margin-bottom: 28px;
}

.related-articles__image {
    padding-top: 48%;
    margin-bottom: 29px;
}

.related-articles .post-item__content {
    padding: 0 32px;
}

.related-articles .post-item__category {
    margin-bottom: 14px;
}

@media(max-width: 991px) {
    .related-articles .post-item {
        margin-bottom: 35px
    }
}

@media(max-width: 767px) {
    .related-articles {
        margin-bottom: 28px;
    }

    .related-articles .post-item {
        max-height: none;
    }

    .related-articles__title {
        font-size: 30px;
        text-align: center;
        padding-top: 35px;
        margin-bottom: 32px;
    }

    .related-articles .row,
    .more-locations .row {
        margin: 0
    }

    .related-articles .owl-item {
        padding: 0 22px;
    }

    .related-articles .owl-item>div,
    .more-locations .owl-item>div {
        padding: 0
    }

    .related-articles__image {
        padding-top: 49%;
        margin-bottom: 18px;
    }

    .related-articles .post-item__content {
        padding: 0 20px;
    }

    .related-articles .post-item__category {
        margin-bottom: 6px;
        margin-left: 0;
    }

    .related-articles .post-item__excerpt {
        font-size: 15px;
        line-height: 1.6;
        padding-top: 11px
    }
}

.orange-bg {
    background: #fef7ed;
}

.banner-about .banner-desktop-img.right {
    bottom: -42px;
}

.banner-about .banner-desktop-img.left {
    bottom: -45px;
    width: 21%;
}

@media(max-width:767px) {
    .banner-about .banner__sub-title {
        margin-top: -23px;
    }

    .banner-about .banner-mobile-img {
        margin-top: -45px
    }
}

.about-steps {
    padding-top: 6px;
    padding-bottom: 74px;
}

.about-steps .step__icon {
    margin-bottom: 33px;
}

.about-steps .step__title {
    margin-bottom: 17px;
}

@media(max-width:991px) {
    .about-steps .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .about-steps .step {
        margin-bottom: 50px
    }
}

@media(max-width:767px) {
    .about-steps {
        padding-top: 16px;
        padding-bottom: 27px
    }

    .about-steps .section-title {
        margin-bottom: 35px
    }

    .about-steps .step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .about-steps .step__icon {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        margin-bottom: 27px;
    }

    .about-steps .step__title {
        font-size: 24px;
        line-height: 1.417;
        margin-bottom: 12px
    }
}

.team {
    background: #f8f9f9;
    padding-top: 91px;
    padding-bottom: 103px;
}

.team .section-title {
    margin-bottom: 50px;
}

.team-item {
    border-radius: 10px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 27px 0px rgba(133, 133, 133, 0.17);
    box-shadow: 0px 0px 27px 0px rgba(133, 133, 133, 0.17);
    margin-bottom: 20px
}

.team-item__image {
    position: relative;
    padding-top: 61.5%;
    overflow: hidden;
}

.team-item__image img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.team-item__content {
    text-align: center;
    padding: 25px 15px 42px 15px;
}

.team-item__title {
    font-size: 30px;
    font-family: "Lora", serif;
    line-height: 1.133;
    margin-bottom: 7px;
}

.team-item__sub-title {
    font-size: 12px;
    color: rgb(0, 74, 33);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.167;
    letter-spacing: .6px;
    margin-bottom: 14px;
}

.team-item__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team-item__links a {
    border-radius: 4px;
    background-color: #eff5e9;
    width: 36px;
    height: 36px;
    font-size: 15px;
    color: #030303;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 4px;
}

.team-item__links a:hover {
    background: #004a21;
    color: #fff;
}

@media(max-width: 991px) {
    .team-item__title {
        font-size: 26px;
        line-height: 1.308;
    }

    .team-item__sub-title {
        font-size: 12px;
    }

    .team-item__content {
        padding-top: 15px;
        padding-bottom: 29px
    }

    .team {
        padding-top: 75px;
        padding-right: 7px;
        padding-left: 7px;
        padding-bottom: 63px
    }

    .team .section-title {
        margin-bottom: 24px;
    }
}

.map-markers {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -32px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media(max-width: 1199px) {
    .map-markers {
        width: 98%;
        height: 79%;
        top: 0;
    }
}

@media(max-width: 991px) {
    .map-markers {
        width: 101%;
        height: 97%;
    }
}

@media(max-width: 767px) {
    .map-markers {
        width: 365px;
        height: 95%;
    }
}

.map-icon {
    width: 27px;
    height: 27px;
    position: absolute;
}

.map-icon img {
    width: 100%;
}

.map-icon-1 {
    top: 51%;
    left: 9%;
}

.map-icon-2 {
    top: 75%;
    left: 46%;
}

.map-icon-3 {
    top: 86%;
    left: 79%;
}

.map-icon-4 {
    top: 25%;
    left: 86%;
}

.map-icon-5 {
    top: 29%;
    left: 84%;
}

@media (max-width: 767px) {
    .map-icon {
        width: 19px;
        height: 19px;
    }
}

.us-map__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 161px;
    font-size: 18px;
    padding: 0 15px;
}

.us-map__link:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 20px 38px rgb(146 146 146 / 29%);
    box-shadow: 0 20px 38px rgb(146 146 146 / 29%);
}

.location-items {
    padding-top: 50px;
    margin-bottom: -115px;
}

.location-items .location-item {
    width: 18.2%;
}

@media(max-width: 991px) {
    .location-items {
        margin-bottom: -360px;
    }
}

@media(max-width: 767px) {
    .location-items {
        padding-top: 57px;
        margin-bottom: -467px;
    }

    .location-items .location-item,
    .location-item:nth-child(3n) {
        width: 47% !important;
        margin-right: 6% !important;
    }

    .location-items .location-item:nth-child(2n) {
        margin-right: 0 !important
    }
}

.us-map-about {
    padding-bottom: 0px;
    margin-bottom: 150px;
    padding-top: 154px;
}

.us-map-about .section-title {
    padding-top: 33px;
    text-align: left;
}

.us-map-about .section-text {
    padding-top: 10px;
    margin-bottom: 39px;
    text-align: left;
}

.us-map-about #us_vn43,
.us-map-about #us_vn5,
.us-map-about #us_vn9 {
    display: none;
}

.us-map-about+.testimonials {
    padding-top: 62px;
    padding-bottom: 122px;
    background: none;
}

.us-map-about+.testimonials .testimonials-carousel {
    padding-top: 42px;
}

@media(max-width: 991px) {
    .us-map-about {
        padding-top: 36px;
        margin-bottom: 422px;
        text-align: center;
    }

    .us-map-about .section-title,
    .us-map-about .section-text {
        text-align: center;
    }

    .us-map .section-title {
        padding-right: 0;
    }

    .us-map-about .section-text {
        padding-top: 15px;
        margin-bottom: 34px;
    }

    .us-map__link {
        min-width: 138px;
    }
}

@media(max-width: 767px) {
    .us-map-about {
        text-align: center;
        margin-bottom: 460px
    }

    .us-map-about .section-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .us-map-about+.testimonials .testimonials-carousel {
        padding-top: 0;
    }

    .us-map-about+.testimonials {
        padding-bottom: 0;
        margin-bottom: -9px;
    }
}

.location-map-banner {
    height: 501px;
}

@media(max-width: 767px) {
    .location-map-banner {
        height: 374px;
    }
}

.location-zip-search {
    max-width: 568px;
    margin: 0 auto;
    position: relative;
    top: -123px;
    margin-bottom: 7px;
}

@media(max-width: 767px) {
    .location-zip-search.cash-offer .btn {
        position: absolute;
        margin: 0;
        width: 95px;
        height: 42px;
        top: 4px;
        right: 4px;
    }

    .location-zip-search.cash-offer {
        top: 0;
        background: #fff;
        width: 339px;
        height: 50px;
        margin-top: 22px;
        margin-bottom: 47px;
    }
}

.locations .section-text {
    padding-top: 14px;
}

#cities_hold .no_cities {
    display: none;
    padding: 20px 0 96px;
    text-align: center;
}

#cities_hold .btn_more_hold {
    display: none;
}

#cities_hold.has_next_page .btn_more_hold {
    display: block;
    padding: 20px 0 96px;
}

#cities_hold.no_posts .no_cities {
    display: block !important;
}

#cities_hold.no_posts .btn_more_hold {
    display: none !important;
}

#cities_hold.no_posts .cities_hold {
    display: none !important;
}

#zip_search_form.loading {
    position: relative;
}

#zip_search_form.loading:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url('img/loader_2.gif') no-repeat 50% 50%;
    opacity: 0.5;
}

#cities_hold.ajax_loading {
    position: relative;
}

#cities_hold.ajax_loading:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url('img/loader_3.gif') no-repeat 50% 50%;
    opacity: 0.5;
}

@media(max-width: 767px) {
    .locations .section-title {
        font-size: 34px;
        line-height: 1.2;
    }

    .locations .section-text {
        font-size: 17px;
        line-height: 1.471;
        padding-top: 9px;
        margin-bottom: 0;
    }
}

.locations-list .location-item {
    margin-bottom: 36px;
}

.locations-list {
    padding-top: 40px;
}

.locations-list .location-item__image {
    padding-top: 57%;
}

.locations-list .location-item__content {
    padding: 21px 19px 28px 27px;
}

.locations-list .location-item__lacation {
    margin-bottom: 12px;
}

.locations-list .location-item__title {
    font-size: 32px;
    line-height: 1.063;
}

.locations-list+.article {
    margin-top: -15px;
    margin-bottom: 109px;
}

@media(max-width: 991px) {
    .locations-list .location-item {
        width: 100%;
    }

    .locations-list+.article .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media(max-width: 767px) {
    .locations-list {
        padding-top: 31px;
    }

    .locations-list .row>div:nth-child(odd) {
        padding-right: 10px;
    }

    .locations-list .row>div:nth-child(even) {
        padding-left: 10px;
    }

    .locations-list .location-item {
        margin-bottom: 19px;
    }

    .locations-list .location-item__image {
        padding-top: 51%;
    }

    .locations-list .location-item__content {
        padding: 13px 19px 23px 14px;
    }

    .locations-list .location-item__lacation {
        margin-bottom: 6px;
    }

    .locations-list+.article {
        margin-top: -46px;
        margin-bottom: 52px;
    }
}

.locations-state .breadcrumb {
    padding-top: 24px;
    margin-bottom: 44px;
}

.locations-state .section-title {
    letter-spacing: 1px;
}

.locations-state .section-text {
    padding-top: 16px;
}

@media(max-width: 767px) {
    .locations-state .breadcrumb {
        padding-top: 16px;
        margin-bottom: 35px;
    }

    .locations-state .section-title {
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .locations-state .section-text {
        padding-top: 11px;
        margin-bottom: 16px;
    }
}

.location-content {
    padding-right: 5.4%;
    padding-top: 24px;
    margin-left: -3px;
}

.location-content h2,
.location-content h3,
.location-content h4,
.location-content h5 {
    font-size: 32px;
    color: rgb(3, 3, 3);
    line-height: 1.2;
    margin-bottom: 26px;
    margin-top: 46px;
}

.location-content p {
    font-size: 17px;
    line-height: 1.57;
    margin-bottom: 17px;
}

@media (max-width: 767px) {
    .location-content {
        padding-top: 0;
        margin-top: -48px;
        padding-right: 0;
    }
}

.flex-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .flex-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .flex-items .location-item {
        width: 31.56%;
        margin-bottom: 19px;
        margin-right: 2.65%;
    }
}

.location-item {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 27px 0px rgba(133, 133, 133, 0.17);
    box-shadow: 0px 0px 27px 0px rgba(133, 133, 133, 0.17);
    overflow: hidden;
}

.location-item__content {
    text-align: left;
    padding: 21px 19px 33px 19px;
}

.location-item__lacation {
    font-size: 12px;
    color: rgb(0, 74, 33);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 8px;
}

.location-item__title {
    font-size: 26px;
    font-family: "Lora", serif;
    line-height: 1.308;
    display: inline;
    background-repeat: no-repeat;
    -webkit-transition: background-size .3s cubic-bezier(.2, .75, .5, 1);
    -o-transition: background-size .3s cubic-bezier(.2, .75, .5, 1);
    transition: background-size .3s cubic-bezier(.2, .75, .5, 1);
    background-position: left bottom 3px;
    background-size: 0 1px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #030303), to(#030303));
    background-image: -o-linear-gradient(left, #030303 0, #030303 100%);
    background-image: linear-gradient(to right, #030303 0, #030303 100%);
}

.location-item:hover .location-item__title {
    background-size: 100% 1px;
}

.location-item__image {
    position: relative;
    padding-top: 50%;
    overflow: hidden;
}

.location-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.location-item:hover .location-item__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media(max-width :1199px) {

    .location-item__title,
    .locations-list .location-item__title {
        font-size: 21px;
    }
}

@media(max-width: 767px) {
    .location-item__image {
        height: 80px;
    }

    .location-item__content {
        padding: 15px 13px 23px 13px;
    }

    .location-item__lacation {
        margin-bottom: 3px
    }
}

.banner-reviews.banner:not(.main-banner) {
    padding-bottom: 154px;
}

.banner-reviews .banner-desktop-img.left {
    bottom: -103px;
    width: 20.7%;
}

.banner-reviews .banner-desktop-img.right {
    bottom: -106px;
    width: 21.1%;
}

.banner-reviews .banner__rating {
    margin-top: 28px;
}

.banner-reviews .banner__stars {
    margin-right: 12px;
}

.banner-reviews .banner__rating-text {
    font-size: 22px;
    line-height: 1.2;
}

.banner-reviews .banner__stars img {
    width: 17px;
}

@media(max-width: 767px) {
    .banner-reviews .banner__rating-text {
        font-size: 18px;
    }

    .banner-reviews .banner__rating {
        margin-left: -2px;
        margin-top: -18px;
    }

    .banner-reviews .banner__stars img {
        width: 13px;
        margin-left: 2px;
    }

    .banner-reviews .banner__stars {
        margin-right: 5px;
    }

    .banner-reviews .breadcrumb {
        margin-bottom: 24px;
    }

    .banner-reviews.banner:not(.main-banner) {
        padding-bottom: 0;
    }

    .banner-reviews .banner-mobile-img {
        margin-top: -29px;
    }
}

.reviews {
    padding-top: 28px;
    padding-bottom: 33px;
}

.review {
    margin-bottom: 73px;
    border-radius: 10px;
    overflow: hidden;
}

.review.with-video .testimonial {
    margin-left: -30px;
}

.review.with-video .col-lg-4:first-child .testimonial {
    margin-left: 0;
    margin-right: -30px;
}

.review.with-text .testimonial {
    margin-right: -30px;
    background: #f6f6f6;
    position: relative;
    border-radius: 10px 0 0 10px;
}

.review.with-text .col-lg-8+.col-lg-4 .testimonial {
    margin-right: 0;
    margin-left: -30px;
}

.review.with-text .testimonial:before {
    content: "";
    position: absolute;
    right: -1px;
    border-top: 17px solid transparent;
    border-right: 34px solid #fff;
    border-bottom: 17px solid transparent;
    top: calc(50% - 17px);
}

.review.with-text .col-lg-8+.col-lg-4 .testimonial:before {
    right: auto;
    left: -1px;
    transform: rotate(180deg);
}

.review .testimonial__text {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.364;
    border-bottom: 0;
    background-position: center 57px;
    padding: 0 75px;
    padding-top: 110px;
    height: auto;
}

.review .testimonial__about-person {
    font-size: 16px;
    text-align: center;
    line-height: 1.438;
    margin: 0 auto;
}

.review .verified {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    margin-top: 5px;
}

.review__text {
    padding: 0 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding-top: 7px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.review__text p {
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 1.471;
}

.review__video {
    height: 100%;
}

@media(max-width: 991px) {
    .review.with-video .testimonial {
        margin-left: 0;
    }

    .review.with-video .col-lg-4:first-child .testimonial {
        margin-right: 0;
    }

    .review.with-text .testimonial {
        margin-right: 0;
    }

    .review.with-text .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .review.with-text .testimonial:before,
    .review.with-text .col-lg-8+.col-lg-4 .testimonial:before {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: -2px;
        right: calc(50% - 10px);
        border-top: 13px solid transparent;
        border-right: 25px solid #fff;
        border-bottom: 13px solid transparent;
        margin: 0 auto;
    }

    .review.with-text .col-lg-8+.col-lg-4 .testimonial {
        margin-left: 0;
        padding-bottom: 20px;
    }

    .review.with-text .col-lg-8+.col-lg-4 .testimonial:before {
        top: auto;
        bottom: -2px;
        left: auto;
        transform: rotate(90deg);
    }

    .review.with-video .video-player {
        position: relative;
    }

    .review.with-video .video-player:before {
        content: "";
        position: absolute;
        right: calc(50% - 10px);
        border-top: 13px solid transparent;
        border-right: 25px solid #fff;
        border-bottom: 13px solid transparent;
        bottom: -2px;
        transform: rotate(90deg);
        z-index: 2;
    }

    .review.with-video .col-lg-4+.col-lg-8 .video-player:before {
        bottom: auto;
        top: -2px;
        transform: rotate(-90deg);
    }

    .review__video {
        height: 191px;
    }

    .review__text {
        padding: 0 25px;
        padding-top: 29px;
        display: block;
        padding-bottom: 21px;
    }
}

@media(max-width: 767px) {
    .review .testimonial__text {
        font-size: 20px;
        line-height: 1.3;
    }

    .review__text {
        font-size: 16px;
        line-height: 1.5;
    }

    .review {
        margin-bottom: 20px;
    }

    .review__text p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 9px;
    }
}

.reviews .rating {
    margin-bottom: 31px;
}

.reviews .rating img {
    width: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.reviews .testimonial__autor {
    padding: 0 0 47px 10px;
}

.reviews+.testimonials {
    padding-bottom: 108px;
}

@media(max-width:991px) {
    .reviews .testimonial {
        /* min-height: 305px; */
        height: auto;
    }

    .reviews .testimonial__autor {
        padding: 32px 0 25px 9px;
    }
}
@media(min-width:992px) {

    .review.with-video  .testimonial {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}
@media(max-width:991px) {

    .review.with-video  .testimonial {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
@media(max-width:767px) {
    .reviews .video-player__play-icon {
        width: 66px;
        height: 66px;
    }
    

    .review .testimonial__text {
        background-size: 31px;
        background-position: center 34px;
        padding: 0 18px;
        padding-top: 79px;
    }


    .reviews .rating {
        margin-bottom: 18px;
    }

    .review.with-text .testimonial {
        padding-top: 15px;
    }

    .review.with-text .col-lg-8+.col-lg-4 .testimonial {
        padding-top: 0;
    }

    .reviews {
        padding-bottom: 55px;
    }

    .reviews+.testimonials {
        padding-top: 68px;
        padding-bottom: 89px;
    }

    .reviews+.testimonials .testimonials-carousel {
        padding-top: 0;
    }

    .reviews+.testimonials .testimonials-carousel .faq-bottom-btn {
        max-width: 156px;
    }

    .reviews+.testimonials .faq-bottom-btn {
        margin-top: 11px;
        height: 48px
    }

    .reviews+.green-section {
        padding-bottom: 68px;
    }
}

.info {
    margin-top: -92px;
    position: relative;
    z-index: 3;
    margin-bottom: 81px;
}

.info+.reviews {
    margin-top: -150px;
    padding-top: 178px;
}

.info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 27px 0px rgba(133, 133, 133, 0.17);
    box-shadow: 0px 0px 27px 0px rgba(133, 133, 133, 0.17);
    padding: 29px 39px 16px 39px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info__icon {
    border-radius: 50%;
    background-color: rgb(246, 246, 246);
    min-width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 38px;
    margin-top: -19px;
}

.info__icon img {
    width: 45px;
    margin-top: -3px;
}

.info__text {
    font-size: 1.0625rem;
    line-height: 1.471;
}

.info__link {
    min-width: 220px;
    padding-left: 51px;
}

.info__link a {
    margin-top: -13px;
}

@media (max-width: 1440px) {
    .info__inner {
        margin: 0 auto;
        width: 80%;
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (max-width: 1199px) {
    .info {
        margin-top: -5px;
    }

    .info__icon {
        margin: 0 auto;
        margin-top: -66px;
        border: 4px solid #fff;
    }

    .info__text {
        margin-bottom: 25px;
        margin-top: 20px;
    }

    .info__link {
        padding: 0 20px;
        padding: 0;
        margin: 0 auto;
    }

    .info__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 35px
    }

    .info+.reviews {
        margin-top: -363px;
        padding-top: 363px;
    }
}

@media (max-width: 767px) {
    .info__inner {
        width: 100%;
        padding-left: 23px;
        padding-right: 23px;
        padding-top: 0
    }

    .info+.reviews {
        margin-top: -390px;
    }

    .info {
        margin-bottom: 64px
    }

    .info__icon {
        min-width: 70px;
        height: 70px;
        margin-top: -35px;
        margin-bottom: 10px;
    }

    .info__icon img {
        width: 34px
    }

    .info__text {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 0;
        margin-bottom: 22px;
    }

    .info__link {
        min-width: 181px;
    }

    .info__link a {
        height: 48px;
    }
}

.green-bg {
    background: #f8fcf4;
}

.testimonials+.reviews {
    padding-top: 115px;
}

.load-more {
    margin-top: -13px;
    z-index: 2;
    position: relative;
    margin-bottom: 61px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 170px;
}

.load-more-posts {
    margin: 0 auto;
    margin-top: 21px;
}

.load-more--locations {
    margin-top: 20px;
    margin-bottom: 96px;
}

@media (max-width: 767px) {
    .load-more {
        margin-top: 43px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        min-width: 157px;
        margin-bottom: 18px;
    }

    .load-more-posts {
        width: 155px;
        margin-top: 8px
    }

    .load-more--locations {
        margin-top: 19px;
        margin-bottom: 73px;
    }
}

.reviews+.green-section {
    margin-bottom: 0;
    padding-bottom: 121px;
}

.slide {
    /* padding-top: 25px; */
    /* padding-bottom: 25px; */
}

.contact-form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 54px 71px 0 71px;
}

.contact-form .green-section__inner {
    padding-bottom: 65px;
}

.contact-form__inner>div {
    width: 48.2%;
}

.contact-form__title {
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.625;
    letter-spacing: .75px;
    margin-bottom: 26px;
}

.contact-form .section-title {
    font-size: 30px;
    line-height: 1.267;
    margin-bottom: 38px;
}

.contact-form p {
    margin-bottom: 10px;
}

.contact-form input[type=submit] {
    min-width: 194px;
    margin-top: 42px;
    height: 60px;
}

.contact-form .green-section__inner.with-circle:before {
    right: -702px;
    height: 748px;
    width: 1611px;
}

.contact-form .green-section {
    margin-bottom: 100px;
}

@media(max-width: 991px) {
    .contact-form__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contact-form__inner>div {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .contact-form .section-title {
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 33px;
    }

    .contact-form .p-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .contact-form__inner {
        padding: 0 36px 0 31px;
    }

    .contact-form__title {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .contact-form input[type=submit] {
        margin-top: 17px;
        height: 46px;
        font-size: 17px;
    }

    .contact-form .green-section__inner {
        padding-bottom: 48px;
    }

    .contact-form .green-section {
        margin-bottom: 71px;
    }

    .contact-form .green-section__inner.with-circle:before {
        right: -738px;
        height: 584px;
        width: 1108px;
        top: 238px
    }
}

.contact-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact-flex p {
    width: 49%;
}

.banner:not(.main-banner).banner-contacts {
    padding-bottom: 139px;
}

@media(max-width: 767px) {
    .banner:not(.main-banner).banner-contacts {
        padding-bottom: 0;
    }
}

.banner-contacts+.info {
    margin-bottom: 66px;
}

.banner-contacts+.info .info__inner {
    padding-top: 43px;
    padding-bottom: 29px;
}

.banner-contacts .banner-desktop-img.left {
    bottom: -18px;
    width: 21%;
}

.banner-contacts .banner-desktop-img.right {
    bottom: -39px;
}

@media(max-width: 1199px) {
    .banner-contacts+.info .info__inner {
        padding-top: 29px;
        padding-bottom: 0;
    }
}

@media(max-width: 767px) {
    .banner-contacts .breadcrumb {
        margin-bottom: 38px;
    }

    .banner-contacts .banner-mobile-img {
        margin-top: -22px;
    }

    .banner-contacts+.info {
        margin-top: -14px;
        margin-bottom: 47px;
    }

    .banner-contacts+.info .info__inner {
        padding-top: 0;
    }

    .banner-contacts+.info .info__text {
        margin-bottom: 13px;
    }
}

.map {
    height: 335px;
    position: relative;
}

.page-template-template_contact-us .gm-style>div+div>div+div:before {
    content: "";
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}

.gm-style .gm-style-iw-c {
    border-radius: 10px;
    box-shadow: 0px 0px 43px 0px rgba(133, 133, 133, 0.44);
    padding: 0 !important;
    top: 11px;
}

.gm-style .gm-style-iw-t::after {
    display: none;
}

.marker__content {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 21px 18px 10px 18px;
    line-height: 1.438;
}

.gm-ui-hover-effect {
    top: 3px !important;
    right: 3px !important;
}

.marker__image {
    border-radius: 50%;
    background-color: rgb(240, 247, 234);
    width: 71px;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
}

.marker__image img {
    width: 28px;
}

@media(max-width: 767px) {
    .map {
        height: 292px;
    }

    .marker__content {
        font-size: 13px;
        line-height: 1.404;
        padding: 16px 0 5px 14px;
    }

    .gm-style-iw.gm-style-iw-c {
        max-width: 277px !important;
    }

    .marker__image {
        width: 57px;
        min-width: 57px;
        height: 57px;
        margin-right: 14px;
    }

    .marker__image img {
        width: 22px;
    }

    .gm-ui-hover-effect {
        top: -2px !important;
        right: -3px !important;
    }
}

.horizontal-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.horizontal-form p {
    width: 24%;
}

@media(max-width: 991px) {
    .horizontal-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .horizontal-form p {
        width: 48%;
    }
}

@media(max-width: 767px) {
    .horizontal-form p {
        width: 100%;
    }
}

.banner-investors+.info {
    margin-bottom: 98px;
}

.banner-investors+.info .info__inner {
    padding-top: 42px;
}

.banner-investors .banner-desktop-img.left {
    bottom: -42px;
    width: 21%;
}

@media(max-width: 767px) {
    .banner-investors .breadcrumb {
        margin-bottom: 45px;
    }

    .banner-investors .banner__sub-title {
        margin-top: -23px;
    }

    .banner-investors .banner-mobile-img {
        margin-top: -29px;
    }

    .banner-investors+.info .info__inner {
        padding-top: 0;
    }

    .banner-investors+.info {
        margin-top: -20px;
        margin-bottom: 73px;
    }
}

.testimonials+.green-section.investors-form {
    margin-top: -23px;
    margin-bottom: 112px;
}

.investors-form .green-section__inner {
    padding: 0 88px 0 85px;
}

.investors-form .section-title {
    font-size: 38px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 26px;
    padding-top: 41px;
}

.investors-form input[type=submit] {
    min-width: 195px;
    margin-top: 15px;
    height: 60px;
    margin-bottom: 50px;
}

.investors-form+.get-cash {
    display: none;
}

@media(max-width: 991px) {

    .investors-form+.get-cash {
        display: block;
    }
    .testimonials+.green-section.investors-form {
        margin-bottom: 68px;
    }
}

@media(max-width: 767px) {
    .investors-form .green-section__inner {
        padding: 0 36px 0 31px;
    }
}

.article-location {
    background: #f8f9f9;
    padding-bottom: 397px;
}

.article-location__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.article-location__image {
    width: calc(50% - 15px);
}

.article-location__image img {
    width: 100%;
    min-height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
}

.article-location__top-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.article-location__title {
    font-size: 4.375rem;
    font-family: "Lora", serif;
    color: rgb(3, 3, 3);
    line-height: 1.2;
    margin-left: -5px;
    margin-top: 51px;
    font-weight: 400;
}

.article-location__sub-title {
    font-size: 22px;
    line-height: 1.136;
    max-width: 495px;
    margin-top: 23px;
}

.article-location .default-content p {
    line-height: 1.529;
}

.article-location .default-content ul li {
    margin-bottom: 0;
}

.article-location .default-content h2 {
    margin-top: 51px;
    margin-bottom: 31px;
}

.article-location .default-content ul {
    margin-top: 27px;
}

.article-location .default-content img {
    margin: 28px 0 8px 0;
    width: 98%;
}

@media(max-width: 991px) {
    .article-location__top-container {
        position: static;
    }

    .article-location__image {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
        height: 408px;
    }

    .article-location__image img {
        min-height: 100%;
        height: 100%;
    }

    .article-location__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media(max-width: 767px) {
    .article-location {
        padding-bottom: 309px;
    }

    .article-location .sidebar {
        display: none;
    }

    .article-location__top-container {
        max-width: 100%;
    }

    .article-location__image {
        height: 208px;
    }

    .article-location__title {
        font-size: 36px;
        line-height: 1;
    }

    .article-location .breadcrumb {
        margin-bottom: 0;
    }

    .article-location__title {
        margin-top: 23px;
    }

    .article-location__sub-title {
        font-size: 18px;
        line-height: 1.389;
        margin-top: 15px;
        margin-left: -3px;
    }

    .article-location .default-content h2 {
        margin-bottom: 21px;
        margin-top: 36px;
    }

    .article-location .default-content p {
        line-height: 1.563;
    }

    .article-location .default-content ul {
        margin-bottom: 13px;
        margin-top: 0;
        padding-top: 6px;
        padding-left: 2px;
    }

    .article-location .default-content ul li {
        margin-bottom: 8px;
        padding-left: 23px;
    }

    .article-location .default-content img {
        margin: 18px 0 8px 0;
        width: 100%;
    }
}

.imginfo,
.default-content p.wp-caption-text {
    font-size: 15px;
    color: rgb(146, 146, 146);
    font-style: italic;
    line-height: 1.733;
    text-align: center;
    margin-bottom: 0;
}

.more-locations {
    margin-top: -299px;
}

.more-locations .section-title {
    font-size: 40px;
    line-height: 1.2;
}

.more-locations .locations-list {
    padding-top: 36px;
}

@media (max-width: 767px) {

    .more-locations .location-item,
    .more-locations .location-item:nth-child(3n) {
        padding-right: 0;
    }

    .more-locations .owl-item {
        padding: 0 22px;
    }

    .more-locations .locations-list .row>div:nth-child(odd) {
        padding-right: 0;
    }

    .more-locations .locations-list .row>div:nth-child(even) {
        padding-left: 0;
    }

    .more-locations .locations-list .location-item__image {
        padding-top: 57%;
    }

    .more-locations .location-item__title {
        font-size: 26px;
    }

    .more-locations .locations-list .location-item__content {
        padding: 15px 19px 19px 20px;
    }

    .more-locations {
        margin-top: -272px;
        margin-bottom: 61px;
    }

    .more-locations .locations-list {
        padding-top: 25px;
    }

    .more-locations .load-more {
        display: none;
    }

    .more-locations .related-articles-carousel .owl-nav {
        top: calc(50% - 24px);
    }

    .more-locations .section-title {
        font-size: 30px;
        line-height: 1.2;
    }
}

.thank-404 {
    padding-top: 19px;
    padding-bottom: 89px;
}

.thank-404 .breadcrumb {
    margin-bottom: 8.3vh;
}

.thank-404__title {
    margin-bottom: 3vh;
    font-size: 3.125rem;
    line-height: 1.2;
}

.thank-404__title span {
    position: relative;
    z-index: 1;
}

.thank-404__title span:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 8px;
    background-color: #c3e398;
    position: absolute;
    z-index: -1;
    height: 6px;
}

.thank-404__sub-title {
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 4vh;
}

.thank-404__sub-title p {
    margin-bottom: 0;
}

.thank-404__link a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 195px;
}

.thank-image {
    margin-top: 7.3vh;
}

.thank-image img {
    width: 300px;
    position: relative;
    left: -7px;
}

@media (max-width: 1440px) {
    .thank-404 .breadcrumb {
        margin-bottom: 5.3vh;
    }
}

@media (max-width: 767px) {
    .thank-404__title {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .thank-404__sub-title {
        font-size: 18px;
        line-height: 1.222;
        margin-bottom: 36px;
    }

    .thank-404 {
        padding-top: 17px;
        padding-bottom: 81px;
    }

    .thank-404 .breadcrumb {
        margin-bottom: 16.3vh;
    }

    .thank-image {
        margin-top: 71px;
    }

    .thank-image img {
        width: 219px;
        position: relative;
        left: -12px;
    }
}

.error {
    padding-bottom: 104px;
}

.error .breadcrumb {
    margin-bottom: 9.5vh;
}

.error-image {
    margin-top: 14vh;
}

.error-image img {
    width: 100%;
}

@media (max-width: 767px) {
    .error .thank-404__sub-title {
        margin-bottom: 28px;
    }

    .error-image img {
        width: 375%;
        margin-left: -138%
    }

    .error-image {
        margin-top: 19vh;
        overflow: hidden;
    }

    .error {
        padding-bottom: 100px;
    }
}

.form-message {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.16);
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transition: all ease .3s;
}

.mail-sended .form-message {
    visibility: visible;
    opacity: 1;
}

.form-message:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.16;
    background: linear-gradient(180deg, #000000 0%, #000000 100%);
    overflow: hidden;
}

.form-message__inner {
    height: 99px;
    width: 430px;
    border-radius: 5px;
    background-color: #F6F6F6;
    box-shadow: 0 19px 40px rgba(37, 40, 42, 0.14);
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    left: 15px;
    padding: 16px 0 0 16px;
    top: -18px;
}

.form-message__inner p {
    color: #030303;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 0;
}

.form-message__inner i {
    height: 23px;
    width: 23px;
    border-radius: 50%;
    background-color: #8ECA3C;
    color: #fff;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.form-message__inner a {
    font-size: 15px;
    text-transform: uppercase;
    height: 36px;
    width: 50px;
    margin-left: 17px;
}

@media(max-width: 767px) {
    .form-message__inner {
        flex-direction: column;
        width: 95%;
        left: 0;
        height: auto;
        padding: 33px 0 19px 0;
    }

    .form-message__inner i {
        display: flex;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .form-message__inner a {
        margin: 0;
        margin-top: 10px;
    }
}

@media (max-width: 1440px) {
    html {
        font-size: 14px;
    }

    .menu-item-has-children:after {
        top: 5px
    }
}

@media(min-width: 1200px) {
    .sub-menu {
        display: block;
        position: absolute;
        top: 39px;
        right: calc(50% - 100px);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
        padding: 15px 10px 16px 20px;
        border-radius: 10px;
        background-color: rgb(255, 255, 255);
        min-width: 183px;
        border-width: 1px;
        border-color: rgb(220, 229, 209);
        border-style: solid;
        border-radius: 4px;
        background-color: rgb(255, 255, 255);
        -webkit-box-shadow: 0px 24px 27px 0px rgba(133, 133, 133, 0.17);
        box-shadow: 0px 24px 27px 0px rgba(133, 133, 133, 0.17);
    }

    .menu-item-has-children:hover .sub-menu,
    .blog-category ul li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
    }

    .header__nav>li>a:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #004a21;
        position: absolute;
        bottom: 33px;
        left: 0;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }

    .header__nav>li>a:hover:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@media (max-width: 1199px) {
    .header__menu {
        position: fixed;
        top: 115px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        transition: all ease .3s;
        padding-top: 50px;
    }

    .mobile-nav-active .header__menu {
        opacity: 1;
        visibility: visible;
    }

    .menu-item-has-children:after {
        display: none;
    }

    .show-sub-menu {
        width: 40px;
        height: 40px;
        position: absolute;
        top: -10px;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 10px;
    }

    .sub-menu {
        display: none;
        padding: 15px 0 0 0;
        margin-bottom: -22px;
    }

    .sub-menu>li {
        margin-bottom: 10px;
        white-space: nowrap;
    }

    .sub-menu>li>a {
        display: inline-block;
        font-size: 14px;
        padding: 0;
    }

    .mobile-nav-active .header__link {
        visibility: visible;
        opacity: 1;
    }

    /* .work-with-us .offset-lg-1.col-lg-4 {
        margin-left: 0;
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .work-with-us .col-lg-6 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    } */
    .banner-desktop-img.right,
    .banner-desktop-img.left {
        width: 33%
    }

    /* .banner-desktop-img.top {
        right: 0
    } */
    .item-has-children>a:after {
        position: relative;
        top: -1px;
        left: 5px
    }
}

@media (min-width: 992px) {
    progress {
        position: fixed;
        left: 0;
        top: 80px;
        width: 100%;
        height: 4px;
        z-index: 10;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        background: transparent;
    }

    progress::-webkit-progress-bar {
        background: transparent;
        -webkit-transition: all ease .6s;
        transition: all ease .6s;
    }

    progress::-webkit-progress-value {
        background: #87c23a;
        -webkit-transition: all ease .6s;
        transition: all ease .6s;
    }

    progress::-moz-progress-bar {
        background: none;
    }

    .progress-container {
        width: 100%;
        height: 100%;
    }

    .progressbar {
        /* background: #87c23a; */
        width: 0%;
        display: block;
        height: inherit;
    }

    .testimonials-on-page {
        background: #fff;
    }
}

@media(max-width: 991px) {
    progress {
        display: none
    }

    .form__select:before {
        content: "\f078";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 11px;
        top: 18px;
        color: #fff;
        font-size: 8px;
    }

    .banner-faq .animate-border:before {
        display: none
    }

    .location-item:nth-child(3n) {
        margin-right: 0
    }

    .contact-address .contact-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contact-address .contact-flex p {
        width: 100%;
    }

    .property-address {
        margin-bottom: 19px;
    }

    .property-address .form__select {
        width: 34%;
    }

    .property-address .form__select+p {
        width: 62%;
    }

    .none-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .search-top .text-right {
        text-align: center;
    }

    body {
        padding-top: 62px;
    }

    .header__menu {
        top: 92px;
    }

    .owl-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        pointer-events: none;
        position: absolute;
        top: calc(50% - 22px);
    }

    .owl-nav button {
        pointer-events: all;
        width: 8px;
        height: 8px;
        border: 2px solid #000 !important;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .owl-nav button span {
        visibility: hidden
    }

    .owl-nav .owl-prev {
        border-top: none !important;
        border-right: none !important;
    }

    .owl-nav .owl-next {
        border-bottom: none !important;
        border-left: none !important;
    }

    .accordion-icon {
        border-radius: 50%;
        background-color: rgb(253, 243, 227);
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 8px;
        left: 10px
    }

    .accordion-icon img {
        width: 40%;
        position: absolute;
    }

    .accordion-icon img:first-child {
        z-index: 2;
    }

    .accordion-item.in {
        border: none;
        -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 45, 20, 0.15);
        box-shadow: 0px 0px 24px 0px rgba(0, 45, 20, 0.15);
        margin-bottom: 18px;
    }

    .toggle-item.in .accordion-icon {
        background-color: rgb(0, 74, 33);
    }

    .toggle-item.in .accordion-icon img:first-child {
        opacity: 0;
    }

    .accordion-content-title {
        font-size: 22px;
        font-family: "Lora", serif;
        line-height: 1.136;
        margin-bottom: 18px;
        margin-top: -3px
    }

    .accordion-content-inner {
        max-height: 382px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-right: 8%
    }

    .accordion-content-inner::-webkit-scrollbar {
        width: 1px;
        height: 7px;
        z-index: 100;
    }

    .accordion-content-inner::-webkit-scrollbar-track {
        background: #cfd0cf;
    }

    .accordion-content-inner::-webkit-scrollbar-thumb {
        background-color: #004a21;
    }

    .accordion-content-inner:root {
        scrollbar-width: thin;
        scrollbar-color: #004a21 #cfd0cf;
    }

    .footer .socials {
        padding-top: 10px
    }

    .banner:not(.main-banner) .banner__title-block {
        margin-bottom: 17px
    }

    .testimonials-on-page .section-title {
        font-size: 26px;
        line-height: 1.231;
    }

    .banner-faq.banner-left-text .banner__sub-title {
        margin-top: -12px;
    }

    h3,
    h4,
    h5,
    h6 {
        font-size: 20px;
        line-height: 1.3;
    }

    .related-articles-carousel .owl-nav {
        top: calc(50% - 34px);
        width: 100%;
    }

    .related-articles-carousel .owl-nav button {
        width: 8px;
        height: 8px
    }

    .article-location .default-content .imginfo+*,
    .default-content p.wp-caption-text+* {
        margin-top: 8px;
    }

    p+.green-section {
        margin-top: 38px;
        display: block;
        margin-bottom: 63px;
    }

    p+.green-section .green-section__inner {
        padding-top: 9px;
        padding-bottom: 59px;
    }

    p+.green-section .cash-offer .btn {
        margin-top: 31px;
        height: 46px;
    }

    p+.green-section {
        margin-bottom: 37px;
    }
}

@media(max-width: 576px) {
    .article__anchor.sticky:before {
        left: -19px;
        right: -19px;
    }
}

.wpcf7-not-valid-tip {
    text-align: right;
    font-size: 12px;
    color: rgb(229 20 20);
    font-weight: 800;
    position: absolute;
    top: -33px;
    right: 0;
}

.ajax-loader, .wpcf7-spinner,
.wpcf7-response-output,
.contact-form .wpcf7-not-valid-tip,
.horizontal-form .wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid {
    border: 1px solid rgb(229 20 20) !important;
}

.sidebar-form .wpcf7-not-valid {
    margin-top: 23px !important;
}
