.sections {
    display: block;
    overflow: hidden;
    position: relative;
}

body.modal-open {
    overflow: hidden;
}

.service-container.help-container {
    background-color: #606c48;
}

input#txtWhyInsightPhone {
    direction: ltr;
    text-align: left;
    height: 38px;
}

.section-intro {
    background: url(/public/images/bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 80vh;
}

.sections.section-intro h1 {
    text-align: center;
    width: 100%;
    margin-top: 30vh;
    font-size: 40px;
    color: #606C48;
    text-shadow: 0 0 11px #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

.tint-intro-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-color: rgb(137 137 82 / 40%);
    text-align: center;
}

.keys-container {
    display: block;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    background: #FFFFFF;
    opacity: 0.9;
    border: 1px solid #EFDFD0;
    box-sizing: border-box;
    position: relative;
    top: -60px;
    padding: 15px 0px;
    max-width: 870px;
}

.key-container span {
    margin-top: 10px;
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.sections.section-why {
    max-width: 1280px;
    margin: 0 auto 40px;
    text-align: center;
    padding: 0px 40px 130px;
    overflow: visible;
}

.why-container {
    display: inline-block;
    width: 50%;
    margin-left: 9%;
    vertical-align: top;
    font-size: 18px;
}

.why-info-form-container-sent img {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -4px;
}

.why-info-form-container-sent span {
    display: inline-block !important;
    vertical-align: middle;
    width: calc(100% - 110px);
    margin-right: 15px;
    margin-bottom: 0 !important;
}

.why-info-form-container.why-info-form-container-sent,
.services-form-container.services-form-container-sent{
    display: none;
}

.why-info-form-container.why-info-form-container-sent.show,
.services-form-container.services-form-container-sent.show{
    display: block;
}


.iti__country-list {
    left: 0;
    width: 340px;
    direction: ltr;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    height: 38px !important;
}

#frmBookingModal .iti__country-list{
    left: 1px;
    width: 260px;
    direction: ltr;
}

img.why-img {
    width: 40%;
    display: inline-block;
}

.why-info-form-container {
    position: absolute;
    bottom: 10px;
    width: 50%;
    text-align: right;
}

.why-info-form-container span.text-color-1 {
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}

.form-container input {
    background-color: rgb(208 229 98 / 16%);
    border: 1px solid rgb(0 0 0 / 20%);
    height: 35px;
    width: calc(50% - 70px);
    margin-left: 10px;
    border-radius: 5px;
    padding-right: 5px;
    font-size: 16px;
    vertical-align: middle;
}

.why-info-form-container button.primary-btn {
    font-size: 16px;
    padding: 0 20px;
    border-radius: 5px;
    display: inline-block;
    width: 75px;
    vertical-align: middle;
}

.why-container p {
    text-align: right;
}

.sections.section-services {
    background-color: #F7EFE7;
    padding: 40px 40px 5px 40px;
}

.why-container .header {
    text-align: right;
}

.header {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}

.subheader {
    font-size: 16px;
    font-weight: 400;
    width: 640px;
}

.services-container {
    margin-top: 30px;
    text-align: center;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    /* align-content: space-between; */
    /* align-items: center; */
    column-count: 3;
    column-gap: 55px;
}

.service-container {
    width: 100%;
    display: inline-block;
    text-align: center;
    /* height: 263px; */
    background: #CFCD89;
    border: 1px solid #EFDFD0;
    box-sizing: border-box;
    box-shadow: 0px 0px 44px rgb(0 0 0 / 9%);
    border-radius: 30px 0px;
    padding: 30px;
    margin-bottom: 40px;
}

.service-container img {
    width: 63px;
    display: block;
    margin: 0px auto 15px;
    object-fit: cover;
}

.service-header {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.service-description {
    font-weight: 300;
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 5; */
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
    -webkit-transition: all 5s ease-out;
    -moz-transition: all 5s ease-out;
    -o-transition: all 5s ease-out;
    transition: all 5s ease-out;
}

.review-text {
    white-space: normal;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
}

.review-name {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.review-wrapper img {
    width: 27px;
}

.reviews-container {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 30px;
    margin-top: 30px;
    padding-right: calc((95vw - 1280px)/2 + 40px);
}

.sections.section-reviews .sections-wrapper {
    max-width: none;
}

.guarantee-container {
    display: inline-block;
    width: 33%;
    text-align: center;
    vertical-align: top;
}

.guarantee-container img {
    display: block;
    margin: 0 auto 15px;
}

span.grt-title {
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}

span.grt-description {
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin: 0 auto;
    width: 80%;
    white-space: pre-wrap;
}

.sections.section-guarantee .sections-wrapper {
    white-space: nowrap;
    text-align: center;
}

.sections.section-tina {
    padding: 45px 40px 25px 40px;
}

.bio-text-container {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-bottom: 100px;
    font-size: 16px;
}

.bio-image-container {
    display: inline-block;
    width: 40%;
    overflow: hidden;
    margin-right: 9%;
}

.bio-image-container img {
    width: 100%;
}

.sections.section-tina .secondary-btn {
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 240px;
    text-align: center;
}

.sections.section-tina .secondary-btn img {
    width: 28px;
    vertical-align: middle;
}

.sections.section-tina .sections-wrapper {
    position: relative;
}

.sections.section-therapist {
    background-color: #FFFFFF;
    padding: 0 40px;
}

.therapist-container {
    position: relative;
    width: 25%;
    overflow: hidden;
    display: inline-block;
    text-align: revert;
    margin-top: 30px;
    border: 1px solid #cfcd89;
    border-radius: 15px;
    padding: 15px;
    background-color: #fff9f2;
    min-height: 250px;
}

.therapist-info {
    border-bottom: 1px solid #cfcd8961;
    padding-bottom: 15px;
}

.therapist-containers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
    max-height: 10000px;
}

.therapist-container img {
    width: 80px;
    border-radius: 100px;
    height: 80px;
    object-fit: cover;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #fff;
}

.therapist-name-container {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: calc(100% - 110px);
}

.key-container {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}

.key-container img {
    width: 60px;
    display: block;
    margin: 0 auto;
}

.sections.section-reviews {
    padding: 40px 0 15px 0;
}

.review-wrapper {
    display: inline-block;
    width: 30vw;
    white-space: nowrap;
    height: 200px;
    background: rgba(147, 196, 139, 0.15);
    box-shadow: 0px 4px 4px rgb(137 137 82 / 25%);
    border-radius: 15px;
    padding: 0 30px 0px;
    position: relative;
    margin-left: 30px;
    vertical-align: top;
    overflow: hidden;
}

.review-gradient-top{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 40px;
    border-radius: 15px 15px 0 0;
    background: rgb(247,239,231);
    background: linear-gradient(180deg, rgb(238 246 238) 30%, rgb(238 246 238 / 0%) 100%);
}

.sections.section-therapist .sections-wrapper {
    padding: 40px 0px;
    position: relative;
}

.therapist-name {
    font-size: 18px;
    display: block;
    font-weight: 400;
}

.therapist-connections {
    font-size: 16px;
    display: block;
    font-weight: 400;
    margin-top: 3px;
}

.therapist-description {
    margin-top: 0px;
    border-top: 1px solid #fff;
    padding-top: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.therapist-education {
    margin-top: 0px;
    border-top: 1px solid #fff;
    padding-top: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

span.text-color-2.therapist-treatments {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sections.section-guarantee {
    background-color: #f7efe7;
    padding: 50px;
}

.show-more {
    width: 130px;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

.section-hide {
    position: absolute;
    display: block;
    width: 100%;
    height: 250px;
    padding-top: 20px;
    z-index: 1;
    bottom: 0;
    background: rgb(247,239,231);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
}

.section-services .section-hide {
    background: linear-gradient(180deg, rgb(247 239 231 / 0%) 0%, rgb(247 239 231) 50%)
}

.show-more span {
    display: block;
    color: #898952;
}

.therapist-containers.show-more-container.hidden{
    max-height: 830px;
}

.therapist-container .title {
    font-weight: 400;
}

.section-hide.show .show-more img {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.section-hide.show .show-more .show-less-txt{
    display: block;
}

.section-hide.show .show-more .show-more-txt{
    display: none;
}

.section-hide .show-more .show-less-txt{
    display: none;
}

.section-hide .show-more .show-more-txt{
    display: block;
}

.section-hide.show {
    background: none;
    height: 90px;
}

.show-more-container {
    margin-bottom: 60px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.contact-btn-container {
    position: sticky;
    bottom: 60px;
    width: 60px;
    height: 60px;
    right: 30px;
    z-index: 1;
    margin-bottom: 50px;
    margin-top: -110px;
}

.section-services .sections-wrapper.show-more-container.hidden {
    max-height: 80vh;
}

.section-services .sections-wrapper.show-more-container {
    max-height: 1000vh;
    margin-bottom: 90px;
}

.section-services .section-hide {
    bottom: -100px;
    left: -50px;
    right: -50px;
    width: auto;
}

.contacts-wrapper {
    display: block;
    width: 300px;
    position: absolute;
    bottom: 70px;
    border: 2px solid #d8d59e;
    border-radius: 8px;
    padding: 0px 10px 0;
    box-shadow: 0px 0px 10px #00000017;
    background-color: #d8d59e1a;
    height: 0px;
    opacity: 0;
    overflow: hidden;
    background-color: #ffffff;

    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.contact-btn-container.show .contacts-wrapper{
    padding: 15px 10px;
    height: 274px;
    opacity: 1;
}

.contact-btn {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #606c48c9;
    border-radius: 100%;
    padding: 13px;
    box-sizing: border-box;
    border: 2px solid #606c48;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    box-shadow: 0px 0px 15px #606c48c9;
    cursor: pointer;
}

.contact-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
}

.contact-btn span {
    display: block;
    text-align: center;
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: -30px;
    color: #606c48;
    text-shadow: 0 0px 10px #8d8d8d;
}

.contacts-wrapper a {
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    margin-bottom: 15px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.contacts-wrapper a span {
    border: 1px solid #606c48bf;
    vertical-align: middle;
    padding: 6px 10px;
    border-radius: 7px;
    color: #606c48;
    width: calc(100% - 100px);
    display: inline-block;
    margin-left: 10px;
    background-color: #d8d59e33;
    font-size: 16px;
}

.contacts-wrapper a img {
    vertical-align: middle;
    width: 35px;
}

.contacts-wrapper a:last-child {
    margin-bottom: 0;
}

button.close-btn {
    position: absolute;
    right: 25px;
    top: 23px;
    width: 25px;
    margin: 0;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.close-btn img {
    width: 24px !important;
}

.contacts-title {
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    background-color: #d8d59ec7;
    margin: -15px -10px 15px;
    border-bottom: 1px solid #fff;
    color: #898952;
    font-size: 18px;
    font-weight: 400;
}

input#txtWhyInsightPhone {
    width: 100%;
}

.iti.iti--allow-dropdown {
    width: calc(50% - 70px);
    margin-left: 10px;
}

.iti__arrow {
    margin-right: 5px;
}

.contact-info a {
    text-decoration: none;
}

.direction-ltr {
    direction: ltr;
}

@media (max-width: 1360px) {
    .review-wrapper{
        width: 30vw;
    }

    .reviews-container{
        padding-right: 40px !important;
    }

    .section-reviews .section-header-container{
        padding-right: 40px;
    }
}

.iti__selected-dial-code {
    direction: ltr !important;
    margin: 0 4px !important;
}

.section-services .sections-wrapper {
    position: relative;
}

.service-container .btnReadMore {
    display: none;
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #cfcd89;
    padding-right: 3px;
    color: #5a5ae6;
    text-decoration: underline;
}

.links-container {
    text-align: center;
    margin-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

.links-container a {
    margin: 0 10px;
    color: #5a5ae6;
    text-decoration: underline;
    cursor: pointer;
}

input#txtServicesName {
    width: 100% !important;
    background-color: rgb(207 205 137);
    border: 1px solid rgb(90 89 81);
    margin-left: 0px;
    display: block;
    margin-top: 15px;
    box-sizing: border-box;
    height: 38px;
    margin-bottom: 0 !important;
}

#frmServices .iti.iti--allow-dropdown {
    width: 100% !important;
    margin-top: 15px;
    height: 38px;
    margin-bottom: 0 !important;
}

input#txtServicesPhone {
    width: 100% !important;
    height: 38px;
    background-color: rgb(207 205 137);
    border: 1px solid rgb(90 89 81);
    direction: ltr;
    padding-left: 60px;
}

button.btnServicesReg.primary-btn {
    background: transparent;
    box-shadow: none;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 5px;
    display: inline-block;
    width: 70px;
    vertical-align: middle;
    margin-top: 15px;
    color: #fff;
    border-bottom: 2px solid;
    border-radius: 0;
    padding: 0;
}

form#frmServices {
    max-width: 300px;
    margin: 0 auto;
}

input.error {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

.review-container {
    height: 200px;
    display: inline-block;
    overflow: hidden;
    overflow-y: scroll;
    padding: 30px 0;
    box-sizing: border-box;
}

.highlighted-span span {
    background-color: #f3d7ba;
    border-radius: 25px;
    padding: 0 4px;
}

.highlighted-span {
    line-height: 28px;
}

span.review-gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    background: rgb(247,239,231);
    background: linear-gradient(180deg, rgb(238 246 238 / 0%) -40%, rgb(238 246 238) 100%);
    border-radius: 0 0 15px 15px;
}


@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@media (min-width: 1080px) {
    .therapist-container{
        width: 28%;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .services-container {
        column-count: 2;
    }

    .bio-text-container {
        padding-bottom: 0;
    }

    .sections.section-intro h1{
        width: 80%;
        margin: 20vh auto 30px;
    }

    .section-intro{
        height: 70vh;
    }

    .why-info-form-container{
        position: initial;
        width: 90vw;
        margin-top: 30px;
    }

    .guarantee-container {
        width: 45%;
        margin-bottom: 50px;
    }

    .sections.section-guarantee .sections-wrapper {
        white-space: normal;
        text-align: center;
    }

    .sections.section-tina .secondary-btn {
        position: initial;
        margin-top: 30px;
        display: block;
    }

    .therapist-container {
        width: 42%;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .help-container span.service-description.text-color-3 {
        -webkit-line-clamp: inherit;
        max-height: inherit;
    }

    .service-container .btnReadMore{
        display: block;
    }

    .service-container.read-more .service-description {
        -webkit-line-clamp: initial;
        max-height: inherit;
    }

    .service-container.read-more .btnReadMore{
        display: none;
    }

    .section-services .section-hide .show-more {
        bottom: 60px;
    }

    .section-services .sections-wrapper.show-more-container {
        margin-bottom: 0;
    }

    .section-services .section-hide.show {
        display: none;
    }

    .section-services .section-hide {
        bottom: -40px;
    }

    .service-header {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 15px;
        margin-right: 6px;
    }

    .service-container img {
        width: 35px;
        display: inline-block;
        vertical-align: middle;
    }

    .bio-text-container {
        padding-bottom: 0;
    }

    .therapist-education {
        -webkit-line-clamp: 2;
    }

    .therapist-description {
        -webkit-line-clamp: 8;
    }

    .sections.section-reviews {
        padding: 18px 0 20px 0;
    }

    .services-container {
        margin-top: 11px;
        column-count: initial;
        -webkit-transition: all 5s ease-out;
        -moz-transition: all 5s ease-out;
        -o-transition: all 5s ease-out;
        transition: all 5s ease-out;
    }

    .key-container {
        width: 45%;
        margin: 20px 0px;
    }

    .sections.section-intro h1 {
        font-size: 24px;
        width: 70%;
        margin: 90px auto 50px;
    }

    .sections.section-intro {
        height: 60vh;
    }

    .sections.section-why {
        margin: 0 !important;
        padding: 20px 20px 25px;
    }

    .why-container {
        width: 100%;
        margin-left: 0;
    }

    .iti {
        width: 100%;
        margin-bottom: 15px;
    }

    img.why-img {
        display: none;
    }

    .why-info-form-container {
        display: block;
        position: inherit;
        width: 100%;
        margin-top: 20px;
    }

    .form-container input {
        width: calc(100% - 12px) !important;
        margin-bottom: 15px;
        margin-left: 0;
        padding-right: 10px;
    }

    .iti.iti--allow-dropdown {
        width: 100%;
        margin-left: 0;
    }

    .iti-mobile .iti--container {
        top: 20px;
        left: 30px;
        right: 30px;
        width: auto;
        bottom: 70px;
        z-index: 99999;
    }

    .iti__arrow {
        margin-left: 6px;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 10px solid #555;
    }

    input#txtWhyInsightPhone {
        padding-left: 60px;
        width: 100% !important;
    }

    .why-info-form-container button.primary-btn {
        width: 100%;
    }

    .keys-container {
        margin-bottom: -60px;
    }

    .subheader {
        width: 100%;
    }

    .service-container {
        position: relative;
        margin-bottom: 20px;
        display: block;
        padding: 20px;
    }

    .guarantee-container {
        width: 100%;
        margin-bottom: 30px;
    }

    .sections.section-guarantee .sections-wrapper {
        white-space: normal;
    }

    .sections.section-guarantee {
        padding: 20px 20px 0 20px;
    }

    .bio-text-container {
        display: block;
        width: 100%;
    }

    .bio-image-container {
        display: none;
    }

    .sections.section-tina .secondary-btn {
        position: initial;
        display: block;
        width: 100%;
        padding: 7px 0px;
        max-width: 250px;
        margin: 20px auto;
    }

    .sections.section-services {
        padding: 20px 20px 5px;
    }

    .review-wrapper {
        width: 60%;
        padding: 15px;
        height: 280px;
        margin-left: 20px;
    }

    .review-container {
        height: 290px;
    }

    .sections.section-tina {
        padding: 25px 20px 2px 20px;
    }

    .sections.section-therapist {
        padding: 0 20px;
    }

    .therapist-container {
        width: 65vw;
        margin-left: 10px;
        height: calc(100% - 65px);
        white-space: normal;
        margin-top: 10px;
        position: relative;
    }

    /*.service-description {*/
    /*    overflow: hidden;*/
    /*    text-overflow: ellipsis;*/
    /*    display: -webkit-box;*/
    /*    -webkit-line-clamp: 2;*/
    /*    !* number of lines to show *!*/
    /*    line-clamp: 2;*/
    /*    -webkit-box-orient: vertical;*/
    /*}*/

    .sections.section-therapist .sections-wrapper {
        padding: 20px 0;
    }

    .service-description {
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: right;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 51px;
    }

    .service-container:hover .service-description {
        /*-webkit-line-clamp: initial;*/
        /*max-height: 2000px;*/
    }

    .bio-text-container img.visible-xs {
        width: 110px;
        border-radius: 120px;
        height: 110px;
        object-fit: cover;
        margin: 0 auto 20px;
    }

    .bio-text-container .header {
        text-align: center;
        width: 280px;
        margin: 0 auto 10px;
    }

    .show-more-container {
        margin-bottom: 90px;
    }

    .therapist-containers {
        white-space: nowrap;
        display: block;
        height: 75vh;
        overflow: hidden;
        overflow-x: scroll;
        width: calc(100% + 20px);
        margin-bottom: -20px;
        margin-right: -20px;
        margin-left: -20px;
        padding: 0 20px 0px 0;
    }

    .section-therapist .section-hide {
        display: none;
    }

    .therapist-container:last-child {
        margin-left: 20px;
    }

    .section-reviews .section-header-container {
        padding-right: 20px;
    }

    .reviews-container {
        padding-right: 20px !important;
        margin-top: 12px;
        padding-bottom: 20px;
        margin-bottom: -15px;
    }

    .contact-btn-container {
        margin-bottom: 0;
        margin-top: 0;
        width: 100%;
        right: 0;
        bottom: 0;
        background-color: #d7d49d;
        border-top: 1px solid #606c4838;
    }

    .contact-btn {
        background-color: transparent;
        border: navajowhite;
        box-shadow: none;
        padding: 14px 20px;
        border-radius: 0;
        width: 180px;
        margin: 0 auto;
    }

    .contact-btn img {
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
    }

    .contact-btn span {
        position: initial;
        display: inline-block;
        vertical-align: middle;
        text-shadow: none;
    }

    .contact-btn-container .contacts-wrapper {
        left: 0;
        right: 0;
        margin: auto;
    }

}