.left_right_sidebar_with_price_list_inner .left_sec .sidebar_inner_wrapper_list .price_list_comp_menu {
    margin: 0;
    padding: 0;
}

.left_right_sidebar_with_price_list_inner .left_sec .sidebar_inner_wrapper_list .price_list_comp_menu .menu-item {
    border-top: 1px solid rgba(61, 107, 137, .2);
    padding: 12px 0 0;
    margin: 0 0 14px;
}

.left_right_sidebar_with_price_list_inner .left_sec .sidebar_inner_wrapper_list .price_list_comp_menu .menu-item:first-child {
    border-top: medium none;
}

.left_right_sidebar_with_price_list_inner .left_sec .sidebar_inner_wrapper_list .price_list_comp_menu .menu-item:before {
    display: none;
}

.left_right_sidebar_with_price_list_inner .left_sec .sidebar_inner_wrapper_list .price_list_comp_menu .menu-item a {
    text-transform: capitalize;
    color: #3d6b89;
    font-size: 16px;
    line-height: 26px;
}

.left_right_sidebar_with_price_list_inner .left_sec .sidebar_inner_wrapper_list .price_list_comp_menu .menu-item.current-menu-item a {
    color: #3d6b89;
    font-family: OpenSans-Bold;
    padding-left: 20px;
    position: relative;
}

.left_right_sidebar_with_price_list_inner .left_sec .sidebar_inner_wrapper_list .price_list_comp_menu .menu-item.current-menu-item a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url(../images/right_icon_grey.svg);
    background-size: cover;
    background-position: 50%;
    width: 6px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.left_right_sidebar_with_price_list_inner .left_sec .sidebar_inner_wrapper_list .price_list_comp_menu .menu-item a:hover {
    color: #e45c39;
}

.left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .sub_heading {
    padding-bottom: 40px;
    /* border-bottom: 2px solid #DED4CC; */
    margin-bottom: 0;
}

.left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_list {
    margin: 40px 0;
    display: flex;
    width: 100%;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_list .products_list_item {
    width: calc(33.33% - 13.33px);
    padding: 25px 33px 55px;
    border-radius: 0 45px;
}

.left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_list .products_list_item.box_teal {
    background-color: #4AA3A3;
}

.left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_list .products_list_item.box_blue {
    background-color: #3D6B89;
}

.left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_list .products_list_item.box_purple {
    background-color: #8094BC;
}

.left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_list .products_list_item .products_list_item_inner .waterstone_icon {
    max-width: 44px;
    margin-bottom: 51px;
}

.left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_list .products_list_item .products_list_item_inner .product_name {
    font-size: 20px;
    line-height: 30px;
    font-family: 'OpenSans-SemiBold';
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_list .products_list_item .products_list_item_inner .product_price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 25px;
}

.left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_list .products_list_item .products_list_item_inner .product_price .price {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Lato-Bold';
    font-weight: normal;
    color: #FFFFFF;
}

.left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_list .products_list_item .products_list_item_inner .product_price .price_prefix {
    font-size: 16px;
    line-height: 24px;
    font-family: 'OpenSans-Regular';
    font-weight: normal;
    color: #FFFFFF;
    margin-left: 4px;
}

.left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_list .products_list_item .products_list_item_inner .product_short_desc {
    font-size: 14px;
    line-height: 23px;
    font-family: 'OpenSans-Regular';
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 45px;
}

.left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_description * {
    font-size: 18px;
    line-height: 27px;
    color: #56504E;
    font-family: 'OpenSans-Regular';
}

.left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_description p {
    margin-bottom: 20px;
}

.left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_description p a {
    color: #56504E;
    text-decoration: underline;
}

.left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_description p a:hover {
    text-decoration: none;
}

.left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_description strong {
    font-family: 'OpenSans-SemiBold';
    color: #000000;
}

.left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_description p:last-child {
    margin-bottom: 0;
}

.team__popup__inner__top__left .btn {
    margin: 20px 0 0 0;
}

@media (max-width: 1440px) {
    .left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_list .products_list_item {
        padding: 25px 20px 40px;
        border-radius: 0 35px;
    }

    .left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_list .products_list_item .products_list_item_inner .waterstone_icon {
        margin-bottom: 30px;
    }

    .left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_list .products_list_item .products_list_item_inner .product_price {
        margin-bottom: 15px;
    }

    .left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_list .products_list_item .products_list_item_inner .product_short_desc {
        margin-bottom: 25px;
    }
}

@media (max-width: 1199px) {
    .left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_list .products_list_item {
        width: calc(50% - 10px);
    }

    .left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_list .products_list_item .products_list_item_inner .product_price .price {
        font-size: 45px;
        line-height: 55px;
    }

    .left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .sub_heading {
        padding-bottom: 30px;
    }

    .left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_list {
        margin: 32px 0;
    }
}

@media (max-width: 991px) {
    .left_right_sidebar_with_price_list.products_list_sec .left_sec .sidebar_inner_wrapper .sidebar_inner_wrapper_list {
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        height: 0;
        opacity: 0;
        pointer-events: none;
    }

    .left_right_sidebar_with_price_list.products_list_sec .left_sec .sidebar_inner_wrapper.active_child .sidebar_inner_wrapper_list {
        height: 100%;
        opacity: 1;
        margin: 30px 0 0;
        pointer-events: all;
    }
}

@media (max-width: 767px) {
    .left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_description * {
        font-size: 16px;
        line-height: 24px;
    }

    .left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_list .products_list_item .products_list_item_inner .product_price .price {
        font-size: 40px;
        line-height: 50px;
    }

    .left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .sub_heading {
        padding-bottom: 23px;
    }

    .left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_list {
        margin: 25px 0;
    }
}

@media (max-width: 575px) {
    .left_right_sidebar_with_price_list.products_list_sec .right_sec_inner .products_list .products_list_item {
        width: 100%;
    }
}


/* Header */
.site-logo.desktop {
    opacity: 1;
}

.menu_active .site-logo.desktop {
    opacity: 0;
}

/* /Header */
/* .hero_banner__inner__content:before {
    background: linear-gradient(rgba(222, 212, 204, 1), rgba(234, 227, 215, 0.2), rgba(222, 212, 204, 0.05), rgba(222, 212, 204, 0));
    height: 233px;
} */

.treatments_card_slider_inner .treatments_card_list .treatments_card_item_inner .hover_box__inner .short_description {
    font-size: 18px;
}

.left_right_sidebar_with_content_inner .right_sec .right_sec_inner.small {
    max-width: 970px;
    margin: 0 auto;
}

.left_right_sidebar_with_content_inner .right_sec .right_sec_inner .post_published_date {
    color: #4AA3A3;
    font-family: 'Lato-Bold';
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.left_right_sidebar_with_content_inner .right_sec_inner .section_content_list_inner .section_content_list_item.rots {
    padding-top: 0;
}

.left_right_sidebar_with_content_inner .right_sec_inner .section_content_list_inner .section_content_list_item.robs {
    padding-bottom: 0;
    margin-bottom: 0;
}

.left_right_sidebar_with_content_inner .right_sec_inner .section_content_list_inner .section_content_list_item .section_content_list_item_content_list .section_content_list_item_content_list_item img.alignright {
    border-radius: 0;
    margin: 0;
    margin-left: 71px;
}

.left_right_sidebar_with_content_inner .right_sec_inner .section_content_list_inner .section_content_list_item .section_content_list_item_content_list .section_content_list_item_content_list_item img.alignleft {
    border-radius: 0;
    margin: 0;
    margin-right: 71px;
}

.left_right_sidebar_with_content_inner .right_sec_inner .section_content_list_inner .section_content_list_item.top_border_none::before {
    display: none !important;
}


@media (max-width: 1359px) {
    .left_right_sidebar_with_content_inner .right_sec_inner .section_content_list_inner .section_content_list_item .section_content_list_item_content_list .section_content_list_item_content_list_item img.alignright {
        margin-left: 40px;
    }

    .left_right_sidebar_with_content_inner .right_sec_inner .section_content_list_inner .section_content_list_item .section_content_list_item_content_list .section_content_list_item_content_list_item img.alignleft {
        margin-right: 40px;
    }
}

@media (max-width: 1199px) {
    .left_right_sidebar_with_content_inner .right_sec_inner .section_content_list_inner .section_content_list_item .section_content_list_item_content_list .section_content_list_item_content_list_item img.alignright {
        margin-left: 30px;
    }

    .left_right_sidebar_with_content_inner .right_sec_inner .section_content_list_inner .section_content_list_item .section_content_list_item_content_list .section_content_list_item_content_list_item img.alignleft {
        margin-right: 30px;
    }
}

@media (max-width: 991px) {
    .left_right_sidebar_with_content_inner .right_sec_inner .section_content_list_inner .section_content_list_item .section_content_list_item_content_list .section_content_list_item_content_list_item img.alignright {
        margin-left: 15px;
    }

    .left_right_sidebar_with_content_inner .right_sec_inner .section_content_list_inner .section_content_list_item .section_content_list_item_content_list .section_content_list_item_content_list_item img.alignleft {
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .left_right_sidebar_with_content_inner .right_sec_inner .section_content_list_inner .section_content_list_item .section_content_list_item_content_list .section_content_list_item_content_list_item img.alignright {
        border-radius: 0;
        margin: 0;
        margin-left: 0px;
    }

    .testimonials_list_nav_outer_wrapper {
        border-radius: 0 60px 0 60px;
    }

    .left_right_sidebar_with_content_inner .right_sec .right_sec_inner .post_published_date {
        margin-bottom: 20px;
    }

    .treatments_card_slider_inner .treatments_card_list .treatments_card_item_inner .hover_box__inner .short_description {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .inner_page_banner__inner .content_section {
        min-height: 580px;
    }
}

/* woocommerce */


/* woocommerce */

body.woocommerce-checkout .site-main {
    margin-top: 15rem;
    margin-bottom: 8rem;
}

body.woocommerce-checkout .site-main .form-row {
    position: relative;
}

body.woocommerce-checkout .site-main .form-row>label {
    position: absolute;
    top: 10px;
    left: 31px;
    margin: 0;
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    line-height: normal;
    color: #9EA0A0;
    z-index: 1;
    font-weight: normal;
}

body.woocommerce-checkout .site-main input,
body.woocommerce-checkout .site-main textarea {
    padding: 37px 10px 10px 26px;
    border: 1px solid;
    border-radius: 0px 8px;
    border: 1px solid rgba(128, 148, 188, 0.50);
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
}

body.woocommerce-checkout .site-main input#coupon_code {
    padding-top: 20px;
    padding-bottom: 20px;
}

body.woocommerce-checkout .site-main input::placeholder,
body.woocommerce-checkout .site-main textarea::placeholder,
body.woocommerce-checkout .site-main input::-webkit-input-placeholder,
body.woocommerce-checkout .site-main textarea::-webkit-input-placeholder,
body.woocommerce-checkout .site-main input::-moz-placeholder,
body.woocommerce-checkout .site-main textarea::-moz-placeholder {
    color: #9EA0A0;
    font-family: 'OpenSans-Regular';
    font-size: 14px;
    line-height: normal;
    overflow: visible;
}

body.woocommerce-checkout .site-main .form-row.form-row-first,
body.woocommerce-checkout .site-main .form-row.form-row-last {
    width: 49%;
}

body.woocommerce-checkout .site-main input {
    height: 74px;
}

body.woocommerce-checkout .site-main textarea {
    height: 127px;
    padding: 44px 10px 10px 26px;
}


body.woocommerce-checkout .site-main .form-row .selectric-wrapper.selectric-open {
    z-index: auto
}

body.woocommerce-checkout .site-main .form-row .selectric-wrapper.selectric-open .selectric:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

body.woocommerce-checkout .site-main .form-row .selectric-wrapper .selectric {
    border: 1px solid rgba(128, 148, 188, .5);
    background: #fff;
    position: relative;
    border-radius: 0 8px
}

body.woocommerce-checkout .site-main .form-row .selectric-wrapper .selectric:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: 0;
    right: 21px;
    width: 9px;
    height: 5px;
    background-image: url(../images/selectric_icon.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

body.woocommerce-checkout .site-main .form-row .selectric-wrapper .selectric .label {
    color: #56504e;
    font-family: OpenSans-SemiBold;
    font-size: 18px;
    line-height: 150%;
    margin: 0;
    height: auto !important;
    text-transform: none;
    padding: 37px 50px 10px 26px
}

body.woocommerce-checkout .site-main .form-row .selectric-wrapper .selectric .button {
    display: none
}

body.woocommerce-checkout .site-main .form-row .selectric-wrapper .selectric-items {
    border-color: rgba(128, 148, 188, .5) !important;
    z-index: 10
}

body.woocommerce-checkout .site-main .form-row .selectric-wrapper .selectric-items ul {
    margin: 0;
    background: #eee9e5
}

body.woocommerce-checkout .site-main .form-row .selectric-wrapper .selectric-items ul li {
    border-color: rgba(128, 148, 188, .5) !important;
    margin: 0;
    padding: 15px 29px;
    font-size: 16px;
    font-weight: 500;
    line-height: 115% !important;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

body.woocommerce-checkout .site-main .form-row .selectric-wrapper .selectric-items ul li:before {
    content: none
}

@media (max-width:1199px) {
    body.woocommerce-checkout .site-main .form-row .selectric-wrapper .selectric-items ul li {
        padding: 14px 23px
    }
}

@media (max-width:767px) {
    body.woocommerce-checkout .site-main .form-row .selectric-wrapper .selectric-items ul li {
        padding: 12px 18px
    }
}

body.woocommerce-checkout .site-main .form-row .selectric-wrapper .selectric-items ul li.highlighted,
body.woocommerce-checkout .site-main .form-row .selectric-wrapper .selectric-items ul li.selected,
body.woocommerce-checkout .site-main .form-row .selectric-wrapper .selectric-items ul li:focus,
body.woocommerce-checkout .site-main .form-row .selectric-wrapper .selectric-items ul li:hover {
    color: #fff;
    background: #e45c39
}

body.woocommerce-checkout .site-main .woocommerce-form__label-for-checkbox input[type=checkbox]+span:before {
    top: 9px;
}

body.woocommerce-checkout .site-main button,
body.woocommerce-checkout .site-main input[type=submit] {
    text-decoration: none !important;
    color: #fff !important;
    font-family: OpenSans-Regular !important;
    font-size: 18px !important;
    line-height: 150% !important;
    padding: 15px 25px !important;
    background: #e45c39 !important;
    border-radius: 0 8px !important;
    border: none !important;
    -webkit-transition: all .5s ease !important;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
    letter-spacing: normal !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}


body.woocommerce-checkout .site-main button:hover,
body.woocommerce-checkout .site-main input[type=submit]:hover {
    background: #2d2926 !important;
    border-radius: 8px 0 !important;
    color: #fff !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
    padding-left: 0;
}

.woocommerce-checkout #payment ul.payment_methods li:before {
    opacity: 0;
}


body.woocommerce-checkout .site-main .woocommerce-checkout-review-order [type=checkbox]:checked,
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

body.woocommerce-checkout .site-main .woocommerce-checkout-review-order [type=checkbox]:checked+label,
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order [type=checkbox]:not(:checked)+label {
    position: relative;
    overflow: hidden;
    padding-left: 37px;
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none
}

body.woocommerce-checkout .site-main .woocommerce-checkout-review-order [type=checkbox]+label:after,
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order [type=checkbox]+label:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

body.woocommerce-checkout .site-main .woocommerce-checkout-review-order [type=checkbox]:not(:checked)+label:before {
    top: 4px;
    left: 3px;
    width: 20px;
    height: 20px;
    background-image: url(../images/tick.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    opacity: 0
}

body.woocommerce-checkout .site-main .woocommerce-checkout-review-order [type=checkbox]:not(:checked)+label:after {
    top: 4px;
    width: 16px;
    height: 16px;
    border: 2px solid #56504e;
    background: #f7f9fb;
    background: #fff;
    border-radius: 4px;
    z-index: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

body.woocommerce-checkout .site-main .woocommerce-checkout-review-order [type=checkbox]:checked+label:before {
    opacity: 1;
    top: 6px;
    left: 2px;
    width: 16px;
    height: 16px;
    background-image: url(../images/tick.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

body.woocommerce-checkout .site-main .woocommerce-checkout-review-order [type=checkbox]:checked+label:after {
    top: 4px;
    width: 16px;
    height: 16px;
    border: 2px solid #56504e;
    background: #f7f9fb;
    border-radius: 3px;
    z-index: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 4px
}

body.woocommerce-checkout .site-main .woocommerce-checkout-review-order [type=checkbox]:disabled:checked+label:before,
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order [type=checkbox]:disabled:not(:checked)+label:before {
    top: 4px;
    left: 3px;
    opacity: 1;
    width: 16px;
    height: 16px;
    background-image: url(../images/tick.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

body.woocommerce-checkout .site-main .woocommerce-checkout-review-order [type=checkbox]:disabled+label {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

body.woocommerce-checkout .site-main .woocommerce-checkout-review-order [type=checkbox]:disabled:not(:checked)+label:focus:before,
body.woocommerce-checkout .site-main .woocommerce-checkout-review-order [type=checkbox]:disabled:not(:checked)+label:hover:before {
    opacity: 1;
    top: 4px;
    left: 3px;
    width: 16px;
    height: 16px;
    background-image: url(../images/tick.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

body.woocommerce-checkout .site-main .woocommerce-checkout-review-order .woocommerce-form__label {
    position: relative !important;
    left: auto !important;
    top: auto !important;
}

body.woocommerce-checkout .site-main .woocommerce-checkout-review-order .woocommerce-form__label span {
    font-size: 16px;
}

body.woocommerce-checkout .site-main .woocommerce-checkout-review-order .woocommerce-form__label span:before {
    top: 1px !important;
}

body.woocommerce-checkout .cart_item td {
    text-align: left;
    padding: 9px 12px !important;
}

.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 20px;
}

body.woocommerce-checkout table thead tr th:first-child {
    min-width: auto !important;
}

@media (max-width:1199px) {
    body.woocommerce-checkout .site-main {
        margin-top: 12rem;
        margin-bottom: 7rem;
    }
}

@media (max-width:991px) {
    body.woocommerce-checkout .site-main input {
        height: 70px;
    }

    body.woocommerce-checkout .site-main {
        margin-top: 10rem;
        margin-bottom: 6rem;
    }
}


@media (max-width:767px) {

    body.woocommerce-checkout .site-main {
        margin-top: 8rem;
        margin-bottom: 5rem;
    }

    body.woocommerce-checkout .site-main button,
    body.woocommerce-checkout .site-main input[type=submit] {
        font-family: Lato-Semibold !important;
        font-size: 16px !important;
        line-height: 19px !important;
        padding: 11px 25px !important;
    }

    body.woocommerce-checkout .site-main .woocommerce-form__label-for-checkbox input[type=checkbox]+span {
        padding-left: 27px;
    }

    body.woocommerce-checkout .site-main .woocommerce-form__label-for-checkbox input[type=checkbox]+span:before {
        top: 4px;
    }
}

/* Treatments Card Slider */
.treatments_card_slider_inner .treatments_card_list .treatments_card_item_inner .hover_box,
.treatments_card_slider_inner .treatments_card_list .treatments_card_item_inner .hover_box.even_box {
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
}

.treatments_card_slider_inner .treatments_card_list .treatments_card_item_inner:hover .hover_box {
    opacity: 1;
}

.treatments_card_slider_inner .treatments_card_list .treatments_card_item_inner .hover_box__inner .hover_logo {
    margin-left: 15%;
    transition: all 0.7s ease-in-out;
}

.treatments_card_slider_inner .treatments_card_list .treatments_card_item_inner:hover .hover_box__inner .hover_logo {
    margin-left: 0;
}

/* /Treatments Card Slider */

@media (max-width: 991px) {
    /* .inner_page_banner__inner:before {
        background: linear-gradient(180deg, #ded4cc 50%, hsla(38, 31%, 88%, .2) 69.04%, hsla(27, 21%, 84%, .05) 90.24%, hsla(27, 21%, 84%, 0) 104.08%);
        height: 100vh;
        z-index: 0;
    }

    .inner_page_banner__inner .img_sec {
        top: 200px;
        z-index: 0;
    }

    .inner_page_banner__inner .content_section {
        z-index: 2;
    }

    .inner_page_banner__inner:after {
        z-index: 1;
    }

    .inner_page_banner__inner {
        min-height: 800px;
    } */
}

@media (max-width: 767px) {
    /* .inner_page_banner__inner:after {
        display: none;
    }

    .inner_page_banner__inner .content_section {
        min-height: auto;
        background-color: #ded4cc;
        border-radius: 0 0 0;
    } */

    /* .inner_page_banner__inner {
        display: flex;
        min-height: auto;
        flex-direction: column;
    } */

    /* .inner_page_banner__inner .img_sec {
        margin-top: 0;
        z-index: 0;
        position: relative;
        padding-top: 60%;
        order: 1;
        top: 0;
    } */

    /* .inner_page_banner__inner .content_section {
        order: 0;
    }

    .inner_page_banner__inner .img_sec .for_mob {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 0;
    } */

    .inner_page_banner__inner .content_section_inner .heading_sec .heading {
        font-size: 38px;
        margin: 0 0 30px;
    }
}

.standard_editor_section .post_content {
    margin-bottom: 50px;
}

#menu-sitemap .menu-item .sub-menu-toggle {
    display: none !important;
}

.post_list .news_list_section .pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 50px;
}

.post_list .news_list_section .pagination .page-item {
    margin: 0;
    padding: 0;
}

.post_list .news_list_section .pagination .page-item:before {
    display: none;
}

.post_list .news_list_section .pagination .page-item.prev a,
.post_list .news_list_section .pagination .page-item.next a {
    font-size: 14px;
    line-height: 14px;
}

.post_list .news_list_section .pagination .page-item:not(.prev, .next) a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #e45c39;
    border: 2px solid #e45c39;
    transition: all 0.5s ease;
    font-size: 14px;
    line-height: 14px;
}

.post_list .news_list_section .pagination .page-item:not(.prev, .next).active a,
.post_list .news_list_section .pagination .page-item:not(.prev, .next) a:hover {
    background-color: #e45c39;
    color: #ffffff;
}

@media (max-width: 1440px) {
    .site-header-main-wrapper #primary-menu-list>li>.sub-menu>li>.submenu-toggle {
        right: 7px;
    }
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
    text-transform: none !important;
}


@media (max-width: 767px) {
    /* .hero_banner__inner .inner_overlap_image {
       
        top: 40%;
    }
	.site-header-main {
		z-index: 9999999;
	}*/


    /*.hero_banner__inner__content {
       position: relative;
	   z-index:999999
    }*/

    .hero_banner__inner__content {
        z-index: 9;
    }
}