:root {
    --bs-body-font-family: "Manrope", sans-serif;
    --bs-heading-font-family: "Playfair", serif;
    --primary_color: #003049;
    --black: #000;
    --white: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--bs-heading-font-family);
}

body {
    font-family: var(--bs-body-font-family);
}

.btn_primary {
    background-color: #003049;
    border: 2px solid #003049;
}

.btn_primary:hover {
    transform: translateY(-10px);
    border: 2px solid #003049;
    color: #003049 !important;
    background-color: var(--white);
}

/* .breadcrumbs ol li {
    font-size: 16px;
} */

.breadcrumbs ol li>a {
    color: #000;
}

.breadcrumbs ol li.active {
    color: #003049;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
}

.footer_item img {
    width: 250px;
}

/*============= Hero Banner V4 =======================*/
.hero-banner-v4 {
    position: relative;
    height: 80vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-banner-image {
    position: absolute;
    width: 100%;
    height: 80vh;
    top: 0px;
}

.hero-banner-v4::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000;
    opacity: 0.6;
    z-index: 1;
}

.banner-image-item img {
    height: 80vh;
    width: 100%;
    object-fit: cover;
}

.hero-banner-content {
    position: relative;
    z-index: 3;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
}

.hero-content {
    width: 100%;
    text-align: left;
}

.hero-content h1,
.hero-content p {
    color: #fff;
}


.hero-content h1 {
    color: #fff;
    line-height: 1;
    font-size: 75px;
    margin-bottom: 20px;
}

.hero-content h1 b {
    color: #003049;
}

.hero-btn .btn_primary {
    background-color: #fff;
    color: #003049;
    border: 2px solid #ffff;
}

.hero-ab-gallery-item {
    display: flex;
    justify-content: start;
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 10px;
}

.hero-gallery-content {
    position: relative;
}

.hero-gallery-content img {
    width: 200px !important;
    height: 200px;
    border: 2px solid #fff;
    padding: 5px;
    margin: 0 10px;
}

/* Treatment Section */
.treatment-section {
    background: #f7f7f7;
    padding-top: 70px;
}

.treatment-section h2 {
    font-size: 34px;
    margin-bottom: 30px;
    font-weight: 600;
}

.card-treatment {
    height: 566px;
    width: calc(100% / 4 - 8px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.treatment-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.procedures-title {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1em;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

/* .card-treatment:hover .procedures-title {
    color: var(--primary_color);
} */

.procedures-line {
    background: #ffff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    height: 1px;
    width: 0%;
    margin-bottom: 20px;
}

.card-treatment:hover .procedures-line {
    width: 100%;
}

.card-treatment ul {
    list-style: none;
    padding-left: 0px;
}

.card-treatment li a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 6px 0;
    transition: all 0.3s ease-in-out;
}

.card-treatment li:hover a {
    color: var(--primary_color);
}

.card-treatment-inner {
    padding: 2rem;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgb(0 0 0 / 60%);
    min-height: 100%;
    transform: translate(0px, 84%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;

}

.card-treatment:hover .card-treatment-inner {
    transform: translate(0px, 0%);
}

/* Testimonials New  */
.testimonials {
    padding: 70px 0px;
    background: #f7f7f7;
}

.testimonials .sec_middle_title {
    margin-bottom: 40px;
    text-align: center;
}

.testimonials .sec_middle_title h2 {
    font-size: 52px;
    margin-bottom: 30px;
    font-weight: 600;
}

.testimonials .text-box {
    padding: 40px;
    background-color: #000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.testimonials .drname {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.client-img {
    border: 3px solid var(--primary_color);
    padding: 5px;
    transition: all 0.3s ease-in-out;
}

.testimonial_bx:hover .client-img {
    padding: 0px;
    transition: all 0.3s ease-in-out;
}

.testimonials .testimonial_bx .drname,
.testimonials .testimonial_bx p {
    color: #fff;
}

.testimonial_bx:hover .text-box {
    transform: translateY(-30px);
}

.testimonials .owl-nav {
    position: absolute;
    top: -90px;
    right: 2px;
}

.testimonials .owl-nav button {
    background-color: var(--primary_color) !important;
    border-radius: 5px !important;
    margin: 0px 10px;
}

.testimonials .owl-nav button .fa {
    padding: 10px 12px;
    color: #fff !important;
}


/* after_before_gallery New */
.after_before_gallery .overlay {
    width: 100%;
    height: 100%;
    padding: 100px 0 90px;
}

.after_before_gallery::before {
    content: '';
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 540px;
    position: absolute;
}

.after_before_gallery .after_before_title {
    z-index: 1;
    position: relative;
    text-align: center;
    max-width: 1040px;
    margin: auto;
    padding-bottom: 60px;
}

.after_before_gallery .after_before_title h2 {
    color: #fff;
}

.after_before_gallery .gallery_col {
    width: 985px;
    margin: auto;
    height: 375px;
    background-color: #FFF;
    border-radius: 10px;
    display: flex;
    position: relative;
}

.after_before_gallery .gallery_col .before_bx {
    width: 50%;
    background-color: transparent;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}


.after_before_gallery .gallery_col .after_bx {
    width: 50%;
    background-color: transparent;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.after_before_gallery .gallery_col .before_bx img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.after_before_gallery .gallery_col .before_bx h3 {
    text-transform: uppercase;
    color: #cc6e6e;
    font-size: 30px;
    text-align: center;
    padding-top: 43px;
}

.after_before_gallery .sidebar-heading {
    position: absolute;
    z-index: 3000;
    left: -40px;
    top: 20px;
    writing-mode: vertical-rl;
}

.after_before_gallery .sidebar-heading h4 {
    font: 16px;
    position: relative;
    color: #fff;
    letter-spacing: 5px;
    margin: 0px;
    font-weight: 300;
}

.after_before_gallery .sidebar-heading-rght {
    position: absolute;
    z-index: 3000;
    right: -40px;
    top: 20px;
    writing-mode: vertical-rl;
}

.after_before_gallery .sidebar-heading-rght h4 {
    font: 16px;
    position: relative;
    color: #fff;
    letter-spacing: 5px;
    margin: 0px;
    font-weight: 300;
}

.after_before_gallery .owl-nav .owl-prev {
    margin-right: 10px;
    top: 40%;
    left: 0px;
    position: absolute;
    color: var(--primary_color) !important;
    font-size: 22px;
    margin: 5px;
    padding: 0px;
    background: transparent !important;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    border: 2px solid var(--primary_color) !important;
    line-height: 32px;
}

.after_before_gallery .owl-nav .owl-next {
    margin-right: 10px;
    top: 40%;
    right: 0;
    position: absolute;
    color: var(--primary_color) !important;
    font-size: 22px;
    margin: 5px;
    padding: 0px;
    background: transparent !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    border: 2px solid var(--primary_color) !important;
    line-height: 32px;
}

/*  lts blog Items */

.lts_blg_items {
    padding: 94px 0 39px;
    background-color: #f7f7f7;
}

.lts_blg_items h2 {
    margin-bottom: 40px;
}

.lts_blg_image img {
    border-radius: 24px;
}

.lts_blg_items .lts_blogpost_item_right {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.lts_blogpost_item_right .lts_blg_sm_image img {
    width: 170px !important;
    height: 140px !important;
    object-fit: cover;
    border-radius: 10px;
}

.author_rea_area {
    padding-top: 10px;
    margin-bottom: 10px;
}

.lts_blg_items .lts_blogpost_item .lts_blg_text a {
    color: var(--primary_color);
    font-size: 14px;
    font-weight: 500;
}

.lts_blg_items .lts_blogpost_item .lts_blg_text p {
    /* line-height: 26px; */
    color: #797979;
    /* font-size: 16px; */
    letter-spacing: .51px;
    padding-bottom: 20px;
}

.lts_blg_items .lts_blogpost_item {
    margin-bottom: 30px;
}

.lts_blogpost_item_right .lts_blg_sm_image {
    overflow: hidden;
    position: relative;
    z-index: 2;
    border-radius: 4px;
    width: 28%;
}

.lts_blg_items .lts_blogpost_item_right .lts_blg_text {
    padding: 10px;
    background-color: #FFF;
    width: 68%;
}

.lts_blg_text h3 {
    font-size: 24px !important;
    color: var(--black);
}

.founded-border {
    padding: 40px 30px;
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    position: relative;
}

.founded-border:hover .top-border::before,
.founded-border:hover .bottom-border::before {
    width: 100%;
}

.founded-border:hover .top-border::after,
.founded-border:hover .bottom-border::after {
    height: 100%;
}

.top-border::before {
    content: '';
    position: absolute;
    top: 0px;
    height: 3px;
    width: 80px;
    transition: all 0.3s ease-in-out;
    left: 0px;
    background-color: var(--primary_color);
}


.top-border::after {
    content: '';
    position: absolute;
    top: 0px;
    height: 80px;
    width: 3px;
    left: 0px;
    background-color: var(--primary_color);
    transition: all 0.3s ease-in-out;
}

.bottom-border::before {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 3px;
    width: 80px;
    right: 0px;
    background-color: var(--primary_color);
    transition: all 0.3s ease-in-out;
}


.bottom-border::after {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 80px;
    width: 3px;
    right: 0px;
    background-color: var(--primary_color);
    transition: all 0.3s ease-in-out;
}


.founded-border p {
    /* font-size: 18px;
    line-height: 1.3; */
    margin-bottom: 0px;
}

.left-image-right-descr {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
    padding: 70px 0px;
}

.left-image-right-descr .descr-wrapper {
    padding-top: 48px;
}

.left-image-right-descr .descr-wrapper h2 .title-with-line:after {
    margin-left: 37px;
}

.left-image-right-descr .descr-wrapper h2 .title {
    margin-right: 0;
}

.left-image-right-descr .descr-text {
    margin-bottom: 53px;
}

.title-with-line:after {
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    border-bottom: 2px solid var(--primary_color);
    margin: auto;
}

.main-img {
    position: relative;
    margin-right: 80px;
}

.main-img img:first-child {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -40px;
    top: -40px;
    z-index: -1;
    opacity: 0.9;
    filter: blur(4px);
}

.main-img img:last-child {
    box-shadow: 0 0 21px rgb(0 0 0 / 10%);
}

.descr-title {
    margin-bottom: 20px;
}

.descr-title h2 {
    font-size: 52px;
    font-weight: 600;
}

span.title-with-line {
    display: flex;
    align-items: center;
}

#section_right_procedures .main-img {
    margin-right: 0;
    margin-left: 80px;
}

/* New Footer */
.footer_title,
.footer_item p,
.footer_section .footer_content .footer_item li,
.footer_item a {
    color: #fff;
}

.footer_item p {
    font-size: 16px;
    line-height: 1.3;
}

.footer_title {
    position: relative;
}

.footer_title::after {
    content: '';
    position: absolute;
    bottom: 14px;
    width: 50px;
    left: 0px;
    background-color: #fff;
    height: 2px;
}

/* .booking_section_v2::before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */

/* .booking_section_v2::after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #000;
} */
.threeway-section_parent {
    background: #CCE0E9;
}

.booking_section_v2 label {
    color: #fff;
}

.booking_section_v2 .ratio {
    height: 100%;
}

form.wpcf7-form label {
    color: #fff;
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px);
    height: 120px;
    margin-bottom: 15px;
}

/* =========================================== */
/* Hero Banner  */
.hero-banner-v5 {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    height: 750px;
    align-items: center;
}

.hero-banner-v5::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 53%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, #CCE0E9 100%);
}

.hero-banner-v5::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 47%;
    background-size: cover;
    height: 100%;
    background-position: right;
    background-repeat: no-repeat;
}

.banner-content-v4 span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.6px;
}

.banner-content-v4 h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px;
    margin-top: 20px;
}

.hero-banner-v5 {
    display: flex;
    align-items: center;
}

.hero-banner-v5 .container {
    position: relative;
    z-index: 2;
}

/* .hero-banner-v5 .accordion-item {
    margin-bottom: 10px;
    border: 0;
    background-color: transparent;
    box-shadow: 0 10px 24px #00000012;
}

.hero-banner-v5 button.accordion-button {
    background-color: transparent !important;
    font-size: 18px;
    box-shadow: none !important;
}

.hero-banner-v5 .accordion-button:not(.collapsed) {
    color: #003049;
    font-weight: 700;
}

.hero-banner-v5 .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
} */


/* Right_new_section */
.right_new_section,
.left_new_section {
    padding: 100px 0px;
    position: relative;
}

.right_new_section::after,
.left_new_section::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.left_new_section::after {
    left: 0px;
}

.right_new_section .row,
.left_new_section .row {
    align-items: center;
}

.right_new_content {
    padding-right: 70px;
}

.left_new_content {
    padding-left: 70px;
}

.right_new_content h2,
.left_new_content h2 {
    margin-bottom: 30px;
}

.right_new_content ul,
.left_new_content ul {
    list-style: none;
}

.right_new_content ul li,
.left_new_content ul li {
    position: relative;
}

.right_new_content ul li:before,
.left_new_content ul li:before {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    margin-left: -30px;
    margin-right: 10px;
    color: #003049;
    font-weight: 700
}


/* ====================================== */
.faq_v2 {
    padding: 100px 0px;
    background-color: #f7f7f7;
}

.faq_v2_heading span {
    color: #003049;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.faq_v2_heading h2 {
    font-size: 44px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.faq_v2_heading_listing {
    position: sticky;
    top: 80px;
    display: block;
}

.faq_v2_heading_listing ul {
    list-style: none;
    padding: 2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, #CCE0E9 100%);
    border: 2px solid #003049;
}

.faq_v2_left {
    padding-right: 50px;
    position: relative;
}

.faq_v2_heading_listing li>a {
    color: #000;
    display: inline-block;
    font-size: 17px;
}

.faq_v2_heading_listing li>a.active {
    color: #003049;
}

.faq_v2_heading_listing li {
    padding: 5px 0px;
}

.faq_v2_content {
    padding-left: 30px;
    border-left: 1px solid #000;
}

.faq_v2_card {
    margin-bottom: 40px;
}

.faq_v2_card_heading h3 {
    font-size: 24px;
}

/* ========================== */
.faq_v3 {
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.faq_v3::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
}

.faq_v3 .row {
    justify-content: center;
    z-index: 9;
    position: relative;
}

.faq_v3_content {
    position: relative;
}

.faq_v3_heading {
    text-align: center;
    margin-bottom: 30px;
}

.faq_v3_heading span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.faq_v3_heading h2 {
    text-align: center;
    color: #fff;
}

.faq_v3_card {
    padding: 15px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 14px;
}

.faq_v3_card_heading {
    font-weight: 500;
    cursor: pointer;
    position: relative;
    margin: 0;
    /* font-size: 22px; */
}

/* .faq_v3_card_heading::after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 28px;
    font-weight: 500;
    transition: transform 0.3s ease;
    line-height: 0;
    top: 12px;
} */

/* .faq_v3_card.open .faq_v3_card_heading::after {
    content: "-";
    transform: rotate(180deg);
} */

.faq_v3_card_body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

.faq_v3_card.open .faq_v3_card_body {
    max-height: 500px;
    /* adjust as needed */
    opacity: 1;
    margin-top: 10px;
}

.pricing_v3 {
    padding: 100px 0px;
    background-color: #f7f7f7;
}

.full_video_section iframe {
    height: 590px;
}

/*===================== PPC Page =============================== */
.hero-banner-v6 {
    padding: 100px 0px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-banner-v6::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
}

.hero-banner-v6 .container {
    position: relative;
    z-index: 3;
}

.hero-banner-v6 .row {
    align-items: center;
}

.hero-v6-content {
    padding-right: 70px;
}

.hero-v6-content h1 {
    color: var(--primary_color);
    font-size: 66px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 30PX;
}

.hero-v6-content p {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 30px;
}

.hero-v6-content span {
    font-size: 32px;
    color: #fff;
    line-height: 1.3;
    font-weight: 600;
    display: inline-block;
}

.hero-v6-content span b {
    color: var(--primary_color);
}

.hero-v6-form {
    margin-left: 70px;
    /* border: 2px solid #000; */
    background-color: rgba(0, 0, 0, 0.4);
    padding: 2rem;
    box-shadow: 0 10px 24px rgb(0 0 0 / 60%);
}

.hero-v6-form h2 {
    font-size: 34px;
    color: #fff;
    margin-bottom: 30px;
}

/* location-section-v2 */
.location-section-v2 {
    position: relative;
    padding: 100px 0px;
}

.location-section-v2 .container {
    position: relative;
    z-index: 111;
}

.location-section-v2::after {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 50%;
    left: 0px;
    right: 0px;
    background-color: rgba(239, 170, 4, 0.24);
}

#location-slider .item {
    margin: 1.25rem;
}

.location-item {
    padding: 1.25rem;
    background-color: #fff;
    box-shadow: 0 10px 24px rgb(0 0 0 / 10%);
    border-radius: 24px;
}

.location-map iframe {
    height: 250px;
}

.location-address {
    width: 68%;
    margin-top: 20px;
    min-height: 95px;
}

.location-address-info .fas {
    font-size: 24px;
    color: var(--primary_color);
}

.location-address-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

#location-slider .owl-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #f3e4bd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    margin-left: 10px;
    position: absolute;
    top: 40%;
}

#location-slider button.owl-prev {
    left: -20px;
}

#location-slider button.owl-next {
    right: -10px;
}

/* blog_banner */
.blog_banner {
    padding: 100px 0px;
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
}

.blog_banner .row {
    justify-content: space-between;
}

.blog_banner::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    position: absolute;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
}

section.blogs_list {
    padding-bottom: 70px;
}

.text-speech-grid {
    margin-bottom: 40px;
}

.left-sidebar {
    border-right: 1px solid #dddddd;
    padding-right: 30px;
}

.booking_form_blog {
    padding: 2rem;
    background-color: #000;
    border-radius: 0 25px;
}



.booking_form_blog h5 {
    color: #fff;
}

.before-after__slider-content a {
    margin-bottom: 10px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.before-after__slider-content a img {
    margin-bottom: 0px;
}

.before-after__img-cont .before-after__img {
    width: 160px !important;
    min-width: 160px !important;
    height: 250px;
    object-fit: cover;
    margin-left: 15px;
}

.before-after__slider-content-title {
    font-size: 20px;
    font-weight: 600;
}

p.before-after__title {
    font-size: 24px;
    color: var(--primary_color);
}

.before-after.before-after__clinic {
    background-color: #f7f7f7;
    padding: 1.25rem;
    position: relative;
    box-shadow: 0 10px 24px rgb(0 0 0 / 10%);
    margin: 30px 0px;
}

.before-after__slider-content a>i {
    color: var(--primary_color);
}

.before-after__slider .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}

.before-after__slider .owl-nav [class*=owl-]:hover {
    background: unset !important;
    color: #000 !important;
}

/*  */
.sidebar_finance {
    border-top: 2px solid #ccc;
    margin: 30px 0px;
    padding-top: 30px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 30px;
}

.medically-review-card {
    display: flex;
    align-items: center;
    gap: 30px;
    border: 2px solid #003049;
    padding: 2rem;
    border-radius: 34px 0px;
    position: relative;
    margin-bottom: 40px;
}

.medically-review-doctor img {
    min-width: 95px;
    height: 95px;
    border-radius: 100%;
    margin-bottom: 0px;
}

.medically-review-card p,
.medically-review-card p>a {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
}

.side-bar-gallery {
    padding: 1.2rem;
    box-shadow: 0 10px 24px rgb(0 0 0 / 10%);
    margin: 30px 0px;
}

.side-bar-gallery h3 {
    margin-top: 0px !important;
    text-align: center;
}

.side-bar-gallery img {
    margin-bottom: 0px !important;
}

.sidebar_finance_content img {
    width: 100%;
}

#section_before_and_after_gallery_popup {
    padding: 70px 0px;
}

.after_gallery_card_img {
    height: 232px;
}

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

.location-iframe p {
    margin-bottom: 0px;
    height: 100%;
    display: block;
}

.location-iframe,
.location-iframe iframe {
    height: 100%;
}

.image-caption {
    margin-top: 10px;
}

.new_three_card {
    padding: 70px 0px;
    background: #cce0e9;
}

.three_card_inner {
    padding: 40px;
    background-color: #000;
    text-align: center;
    border-radius: 30px 0px;
    min-height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.three_card_inner>a {
    color: #fff;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.three_card_inner h3 {
    color: #fff;
}

.three_card_inner p {
    color: #fff;
}

/* New CTA Section */
.new_our_location {
    padding: 70px 0px;
    background: #000;
}

.new_our_location .address {
    background-color: #cce0e9;
    padding: 20px;
    border-radius: 20px 0px;
    height: 100%;
}

.main_address {
    background-color: #cce0e9;
    padding: 20px;
    border-radius: 20px 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

ul.partial_socials.social-v2 {
    list-style: none;
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 20px 0px;
}

ul.partial_socials.social-v2 li a {
    color: #003049;
    font-size: 36px;
}

a.reviews-holder.block {
    color: #000;
}

.reviews-holder.block p {
    margin-bottom: 4px;
    font-size: 18px;
}

.new_our_location p.label.bold {
    color: #003049;
    font-weight: 600;
    font-size: 22px;
}

.new_our_location p>a {
    color: #000;
}

.new_our_location .address a {
    color: #000;
}

a.ppc-href.fax.has-icon {
    color: #000;
    margin: 10px 0px;
    display: block;
}

span.visuallyhidden {
    display: block;
    color: #000;
    padding-bottom: 5px;
}

a.tel.ppc-href.has-icon {
    color: #000;
    padding-bottom: 10px;
    display: block;
}

/* Contact Us Page */
.location_contact_section {
    padding: 70px 0px;
}

.clinic_banner {
    height: 550px;
    position: relative;
    padding: 70px 0px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, #CCE0E9 100%);
}

.clinic_banner::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.location_card {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 50px;
    display: block;
    top: 0px;
    position: sticky;
    background-color: #fff;
}

.location_card:last-child {
    margin-bottom: 0px;
}

.location_card_info {
    padding: 46px;
    background: #cce0e9;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.location_card_info a:not(.btn_primary) {
    color: #003049;
    font-weight: 500;
}

.location_card_info h2 {
    margin-bottom: 25px;
}

.location_card_info a.btn_primary {
    margin-top: 15px;
}

/*  */
.pricelist_cms .cms_section {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    padding: 40px;
    border-radius: 25px 0px;
    margin-bottom: 50px;
}

.pricelist_cms .cms_section:nth-child(even) {
    background-color: #cce0e9;
}

.policy_content {
    padding: 70px 0px;
}

.policy_content .cms_section {
    background: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    padding: 2rem;
}

.policy_content .cms_section h3 {
    color: var(--primary_color);
    background-color: #cce0e9;
    border-left: 3px solid var(--primary_color);
    padding: 15px;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
}

/* Responsiv Css */
@media (max-width:1600px) {
    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li a {
        font-size: 14px;
    }

    .top_header nav.navbar .right_nav li.contact_btn a {
        font-size: 14px;
    }

    .top_header .col-xxl-11 {
        width: 100% !important;
    }

    .hero-banner-v4,
    .banner-image-item img {
        height: 100vh;
    }
}

@media (max-width:1400px) {
    .hero-content h1 {
        font-size: 48px;
        margin-bottom: 30px;
    }
    .founded-border p {
        font-size: 18px;
    }

    .testimonials .text-box {
        padding: 30px;
    }

    .testimonials .drname {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .hero-gallery-content img {
        width: 150px !important;
        height: 150px;
    }

    .btn_primary {
        padding: 6px 20px;
        font-size: 14px;
        font-weight: 400;
    }

    .card-treatment {
        height: 400px;
    }

    .procedures-title {
        font-size: 22px;
    }

    .card-treatment li a {
        font-size: 14px;
        padding: 3px 0;
    }

    .client-img img {
        width: 100%;
    }

    .testimonial_bx p {
        font-size: 16px;
    }

    .left-image-right-descr .descr-wrapper {
        padding-top: 0px;
    }

    .footer_section .footer_content .footer_item li {
        font-size: 16px;
        line-height: 1.3;
    }

    .footer_title,
    .footer_item p,
    .footer_section .footer_content .footer_item li,
    .footer_item a {
        font-size: 16px;
    }
}

@media (max-width:1100px) {

    .hero-banner-v4,
    .banner-image-item img {
        height: 700px;
    }

    .hero-banner-v5::before {
        background-position: center;
    }

    .clinic_banner::after {
        background-repeat: no-repeat;
        /* background-size: 100% 100%; */
        background-position: center;
    }
    .hero-banner-v5{
        height: auto;
    }
}

@media (max-width:991px) {
    .founded-section .col-lg-6 {
        margin-bottom: 40px;
    }

    .card-treatment {
        width: calc(100% / 2 - 8px);
    }

    .card-treatment-inner {
        transform: translate(0px, 0%);
    }

    .card-treatment .procedures-line {
        width: 100%;
    }

    .main-img {
        margin-right: 20px;
        margin-left: 60px;
    }

    .left-image-right-descr .descr-wrapper {
        padding-top: 50px;
    }

    .blog_banner {
        height: auto;
        min-height: auto;
        padding: 0px;
    }

    .blog_banner .container {
        padding: 0px !important;
    }

    .hero-banner-v5 {
        padding-top: 0px;
        height: auto;
    }

    .hero-banner-v5::before {
        display: none;
    }

    .banner-content-v4 {
        margin-top: 40px;
    }

    .hero-banner-v5::after {
        width: 100%;
    }

    .banner-content-v4 h1 {
        font-size: 35px;
    }

    .blog_banner::after {
        display: none;
    }

    .right_new_section::after,
    .left_new_section::after {
        display: none;
    }

    .right_new_section,
    .left_new_section {
        padding: 50px 0px;
    }

    .right_new_section .row {
        flex-direction: column-reverse;
    }

    .right_new_content {
        padding-right: 0px;
        padding-top: 20px;
    }

    .left_new_content {
        padding-top: 20px;
        padding-left: 0px;
    }

    .faq_v2_content {
        padding-left: 0px;
        border-left: 0px solid #000;
    }

    .faq_v2_left {
        padding-right: 0px;
        padding-bottom: 20px;
    }

    #section_right_procedures .row {
        flex-direction: column-reverse;
    }

    #section_right_procedures .main-img {
        margin-right: 0;
        margin-left: 0px;
    }

    .clinic_banner {
        height: auto;
        padding: 0px;
    }

    .clinic_banner .banner-img img {
        height: 350px;
        object-fit: cover;
        width: 100%;
    }

    .clinic_banner::after {
        display: none;
    }

    .clinic_banner .container {
        padding: 0px !important;
    }

    .clinic_banner .order-2 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .location_card_info {
        margin-bottom: 20px;
        padding: 30px;
        background: #cce0e9;
    }

    .location_card {
        padding: 15px;
    }

    .location_card:nth-child(even) .row {
        flex-direction: column-reverse;
    }

    .pricelist_cms .cms_section {
        padding: 20px;
    }
}


@media (max-width:767px) {
    .top_header nav.navbar .right_nav li:last-child {
        display: none;
    }

    .hero-banner-v5 .container {
        padding: 0px !important;
    }

    .banner-content-v4 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .homepage-logo .seprator {
        border-left: 0px;
        border-top: 2px solid #ccc;
        padding-top: 20px;
        margin-top: 20px;
    }

    .card-treatment {
        width: 100%
    }

    .hospital-section .section_title .h2 {
        font-size: 36px;
        line-height: 1.3;
    }

    .descr-title h2 {
        font-size: 36px;
    }

    .lts_blg_text h3 {
        font-size: 14px !important;
    }

    .lts_blg_items h2 {
        font-size: 36px;
        font-weight: 600;
    }

    .hero-banner-content {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .hero-banner-v4,
    .banner-image-item img {
        height: 450px;
    }

    .hero-ab-gallery {
        margin-left: -10px;
    }

    .hero-content h1 {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .hero-gallery-content img {
        width: 100px !important;
        height: 100px;
    }

    .hero-ab-gallery-item {
        margin-bottom: 25px;
    }

    .hero-v6-form {
        margin-top: 30px;
        margin-left: 0px;
    }

    .section_title h2 {
        margin-right: 0px;
    }

    .testimonials .sec_middle_title h2 {
        font-size: 28px;
        text-align: left;
    }

    .testimonials .owl-nav {
        top: -70px;
    }

    .article_section .article_area ul li {
        width: 100%;
    }

    .left-sidebar {
        padding-right: 0px;
        border-right: 0px;
    }

    .medically-review-doctor img {
        min-width: 68px;
        height: 68px;
    }

    .medically-review-card {
        gap: 10px;
        padding: 12px 10px;
        align-items: center;
    }

    .medically-review-card p {
        font-size: 13px;
    }

    .article_section .article_area {
        border-left: 0px;
        padding: 15px;
    }

    .treatment-section h2 {
        font-size: 28px;
    }

    .double-btn {
        flex-wrap: wrap;
    }

    .booking_modal h3 {
        font-size: 24px !important;
    }
}

/* Remove Form */
.page-id-26117 .booking_section_v2,
.page-id-20168 .booking_section_v2 {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff;
    border-color: #fff;
}

.blog_right_side .wpcf7-form p {
    margin-bottom: 22px !important;
}