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

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

.top_header .navbar-toggler {
    color: var(--black);
    padding-right: 0 !important;
}

li.item_popular {
    display: flex !important;
    gap: 10px;
}

li.item_popular>a,
li.item_popular>a>b,
li.item_popular span {
    display: inline-flex !important;
    width: max-content;
}

.booking-section .booking-form .btn_secondary input[type="submit"] {
    width: 100%;
    background-color: var(--black);
    border: none;
    padding: 12px 10px;
    color: var(--white);
}

.booking-section .booking-form .btn_secondary,
.booking-section .booking-form .btn_secondary p,
.booking-section .booking-form .wpcf7-response-output {
    margin-bottom: 0;
}

.booking-section .booking-form .wpcf7-not-valid-tip {
    color: var(--white);
}

.cms_section ul li a {
    color: var(--black);
}

.single-post .cms_section ul li a {
    color: var(--bs-link-color);
}

.cms_section p:last-child {
    margin-bottom: 0px !important;
}

.cms_section .row {
    margin-bottom: 20px;
}

.ppc_surgeon .surgeon_content h3 {
    color: var(--primary_color)
}

.cms_section p,
.cms_section ul,
.cms_section ol {
    margin-bottom: 35px;
    word-break: break-word;
}

.seo_main_section .cms_section h3 {
    padding-top: 20px;
}

.oneline_trustpilot {
    margin-top: 30px;
    margin-bottom: 30px;
}

.oneline_trustpilot .trustpilot-widget {
    max-width: 425px;
}

.related_articles .related_articles_area .rel_article_item span {
    color: var(--black);
}

.gallery_images a.ratio img {
    object-fit: cover;
}

.btn_white,
.btn_white input,
.btn_white button {
    display: inline-block;
    padding: 11px 28px;
    border-radius: 10px;
    color: var(--black);
    border: 2px solid var(--black);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    outline: 0;
    width: fit-content;
    background-color: var(--white);
    transition: all 0.3s ease-in-out;
}

.btn_white:hover,
.btn_white input:hover,
.btn_white button:hover {
    background-color: var(--black);
    color: var(--white);
}


/* -------- START HEADER - MEGA MENU -----------  */
/* .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav .megamenu-holder .megamneu_col>a {
    color: var(--primary_color);
    font-size: 20px;
    margin-bottom: 15px;
} */

.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav .megamenu-holder .megamneu_col a {
    padding-right: 10px;
}

.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li.megamenu-holder.dropdown:hover .dropdown-menu.megamenu.depth_0.show,
.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li.megamenu-holder.dropdown .dropdown-menu.megamenu.show.depth_0 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav .megamenu-holder .megamn#eu_col {
    flex: 50% 0 0;
    margin-right: 0;
    position: static;
    display: inline-block;
    border: none;
    padding: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.sub-menu {
    position: static !important;
}

.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav .megamenu-holder .megamneu_col ul {
    list-style-type: none;
    padding-left: 0;
}

@media(min-width: 992px) {
    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav .megamenu-holder li * {
        display: block;
    }
}

.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav .megamenu-holder li * {
    position: static !important;
    box-shadow: none;
    white-space: normal;
}

.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav .megamenu-holder li *:hover {
    background-color: transparent;
}

.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li .megamenu .megamenu {
    padding: 0;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}

.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li .megamenu li a {
    white-space: break-spaces;
}

.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav>li.dropdown:not(.megamenu-holder) .megamenu.dropdown-menu.depth_0 {
    min-width: 240px;
    padding: 15px 20px;
}

.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li.nav-item.dropdown li.nav-item {
    margin-right: 0;
}

@media(max-width: 1199px) and (min-width: 992px) {
    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li .megamenu {
        padding: 20px 20px;
    }

    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav ul a {
        font-size: 12px;
    }
}

@media(min-width: 992px) {
    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav .megamenu-holder .megamneu_col {
        flex: 1 0 0;
    }

    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li.megamenu-holder {
        position: static !important;
    }

    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li.megamenu-holder.dropdown:hover .dropdown-menu.megamenu.depth_0,
    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li.megamenu-holder.dropdown .dropdown-menu.megamenu.show.depth_0 {
        flex-wrap: nowrap;
    }

    .top_header.ppc_header .navbar-collapse {
        display: none !important
    }

    .footer_section {
        padding: 60px 0 30px;
    }
}

@media(max-width: 991px) {
    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav>li {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }

    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li.megamenu-holder li.megamneu_col {
        margin-bottom: 20px;
    }

    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li.megamenu-holder .megamenu .megamenu {
        border: none;
        padding-left: 21px;
        padding-top: 10px;
    }

    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li.megamenu-holder .megamenu li.nav-item {
        border: none;
    }

    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li.megamenu-holder .megamenu li.nav-item a.dropdown-toggle:after {
        content: none;
    }

    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav>li.dropdown:not(.megamenu-holder) .megamenu.dropdown-menu.depth_0 {
        padding: 0;
    }

    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav>li.dropdown:not(.megamenu-holder) .megamenu.dropdown-menu.depth_0 li a {
        padding-top: 8px;
        padding-bottom: 3px;
    }

    /* OFFCANVAS / SIDE NAVBAR */
    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav {
        padding: 0 20px;
        width: 100%;
    }

    .top_header nav.navbar .navbar-collapse {
        overflow-y: auto;
    }

    .mobile_menu_header {
        padding: 15px 20px 0;
    }

    .offcanvas-backdrop.show {
        opacity: 0.8;
    }

    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav .megamenu-holder .megamneu_col {
        flex: 100% 0 0;
    }

    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav .megamenu-holder .megamneu_col>a {
        position: relative !important;
        padding-left: 20px;
        margin-bottom: 0;
    }

    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav .megamenu-holder .megamneu_col>a:before {
        content: "\f105";
        font-family: "Font Awesome 5 Pro";
        font-weight: 700;
        border: none;
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: 3px;
        font-size: 17px;
    }
}

/* -------- END HEADER - MEGA MENU ------- */

.homepage-banner .banner-img img {
    width: 100%;
    max-width: 100% !important;
}

.cms_section img {
    border: none;
    outline: 1px solid var(--white);
    margin-bottom: 30px;
}

.team_item img {
    object-fit: cover;
}

.team_item .ratio {
    width: 60%;
    margin: 0 auto;
}

.blog_cms_section h2 a,
.blog_cms_section h3 a,
.blog_cms_section h4 a {
    color: var(--black);
}

.blog_cms_section h3 {
    margin-top: 35px;
}

.blog_cms_section .addtoany_share_save_container {
    text-align: center;
    padding-top: 30px;
}

.blog_cms_section .addtoany_share_save_container .a2a_kit a span.a2a_svg {
    border-radius: 26px !important;
}

.blogs_list .blog_item .ratio img {
    object-fit: cover;
}

.blogs_list .blog_item .blog_info .title {
    font-size: 20px;
    line-height: 29px;
}

.blogs_list .blog_item .blog_info .title a {
    color: #003049;
}

.blogs_list .blog_item {
    height: 100%;
    border: 0px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.blogs_list .blog_item .blog_info .date {
    display: inline-block;
    margin-bottom: 10px;
    color: #afafaf;
    font-size: 14px;
}

.blogs_list .blog_item .blog_info .date i {
    margin-right: 10px;
    color: #003049;
}

.blogs_list .blog_item:hover .blog-item-img img {
    transform: scale(1.15) rotate(2deg);
}

.blog-item-img {
    position: relative;
    overflow: hidden;
    height: 350px;
}

.blog-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.blogs_list .blog_item .catg {
    top: 20px;
    right: 20px;
    position: absolute;
    background-color: rgb(0 48 73 / 70%);
    border: 2px solid #003049;
    color: var(--white);
    padding: 2px 7px;
    font-size: 14px;
    border-radius: 0 10px;
}

.blog_info {
    padding: 1.25rem;
}

.blog_pagination ul.page-numbers li {
    list-style-type: none;
    display: inline-block;
}

.blog_pagination ul.page-numbers li a.page-numbers,
.blog_pagination ul.page-numbers li span {
    color: var(--black);
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    min-width: 30px;
    border-radius: 50px
}

.blog_pagination ul.page-numbers li span.page-numbers.current {
    background-color: var(--primary_color);
    color: var(--white);
}

.blog_pagination ul.page-numbers {
    padding: 0;
    text-align: center;
}

.blog_info_content p {
    min-height: 108px;
}

.blog_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}

@media (max-width: 575px) {
    .blog_pagination ul li {
        padding: 0 5px;
        margin: 0;
    }

    .blog_pagination ul {
        padding-left: 0rem;
    }
}

@media (max-width: 767px) {
    .blog_pagination ul li {
        padding: 0 5px;
        margin: 0;
    }

    .blog_pagination ul {
        padding-left: 0rem;
    }

}

.pricelist_cms h2 {
    color: var(--primary_color);
}

.pricelist_cms h5 {
    font-weight: 600;
}

.about_section .social_links li,
.member_socials li {
    list-style-type: none;
    display: inline-block;
}

.about_section .social_links li a,
.member_socials li a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    background-color: #0E72A3;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 22px;
    color: var(--white);
}

.about_section .social_links li.linkedin a,
.member_socials li.linkedin a {
    background-color: #0E72A3;
}

.about_section .social_links li.twitter a,
.member_socials li.twitter a {
    background-color: #1C9CEA;
}

.consult_locations {
    padding-bottom: 60px;
    padding-top: 60px;
    background-color: #f7f7f7;
}

.consult_locations .location_box {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 35px 35px;
    overflow: hidden;
    border-radius: 35px 0px;
}

.consult_locations .location_box .owl-item img {
    padding-right: 15px;
    border-radius: 35px 0px;
}

.consult_locations .location_box .location_info h4,
.consult_locations .location_box .location_info p {
    color: var(--primary_color);
    padding-bottom: 10px;
}

.consult_locations .owl-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--tertiary_color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--primary_color);
    margin: 0 5px;
}

.consult_locations .owl-carousel .owl-nav {
    text-align: center;
    position: absolute;
    bottom: -110px;
    left: 0;
    right: 0;
    z-index: 9;
}

.benefits_section .benefit_content .benefit {
    margin: 0;
}

@media(max-width: 768px) {
    .consult_locations .location_box .location_info {
        padding-bottom: 20px;
    }
}

@media(max-width: 575px) {
    .consult_locations .location_box {
        padding: 25px;
    }

    .consult_locations .owl-carousel .owl-nav {
        bottom: -90px;
    }

    .benefits_section .benefit_content {
        padding: 0 40px 60px;
    }

    .ppc-banner .banner_img_col {
        padding-left: 0;
        padding-right: 0;
    }
}

.reviews_slider .review_item .rating_star {
    color: var(--primary_color);
    display: inline-block;
}

.review_platform .section_title h2 {
    text-align: left;
    margin-right: 0px;
}

.reviews_slider.owl-carousel .review_item {
    background-color: var(--white);
    margin: 10px;
    border-radius: 0 30px;
    border: 2px solid var(--primary_color);

}

.reviews_slider.owl-carousel .review_item .rating_img {
    width: 120px;
}

.reviews_slider.owl-carousel .review_item p {
    height: 250px;
    overflow-x: auto;
}



.reviews_slider.owl-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    border-radius: 0 15px;
    background-color: var(--primary_color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--white);
    margin-left: 10px;
}

.reviews_slider.owl-carousel .owl-nav {
    text-align: center;
    position: absolute;
    top: -80px;
    right: 20px;
}

.review_platform:not(:last-child) {
    margin-bottom: 40px;
}

.reviews_slider.owl-carousel .owl-dots {
    margin-top: 30px;
}

.reviews_slider .owl-dots .owl-dot span {
    transition: all 0.3s ease-in-out;
}

.reviews_slider .owl-dots .owl-dot.active span {
    width: 45px !important;
    background: var(--primary_color);
}

.surgeries_list ul li a,
.surgeries_list * {
    color: var(--white);
}

.surgeries_list ul li {
    margin-top: 13px;
    list-style-type: none;
}

.surgeries_list ul li:before {
    content: "\f0a9";
    font-family: "Font Awesome 5 Pro";
    margin-left: -30px;
    margin-right: 10px;
    color: var(--white);
    font-weight: 700;
}

.benefits_section .benefit_content .benefit {
    height: 100%;
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ppc_footer_section.footer_section .our_locations .location_area {
    background-color: var(--white);
}

.ppc_footer_section.footer_section {
    border-top: 1px solid #edeef0;
}

.ppc_surgeon .surgeon_img img {
    object-fit: cover;
}

.ppc_surgeon .surgeon_img {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
}

.ppc_address_section .ppc_address ul li a {
    color: var(--black);
}

.ppc_address_section .ppc_address .address_section .map {
    line-height: 0;
}

.ppc_footer_section.footer_section .ppc_footer_info ul {
    text-align: center;
    padding: 0;
}

.ppc_footer_section.footer_section .our_locations .location_area h3 {
    line-height: initial;
}

.ppc_banner_form .wpcf7-form-control {
    border: 1px solid var(--white);
    outline: none !important;
    color: var(--black);
    margin: 0;
}

.ppc_banner_form .wpcf7-not-valid-tip {
    color: var(--white);
    font-size: 14px;
}

.ppc_banner_form .wpcf7-submit {
    border: none;
    color: var(--white);
    width: 100%;
    background-color: var(--black) !important;
}

.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li .megamenu li:not(:last-child) {
    margin-bottom: 10px;
}

@media(max-width: 991px) {
    .homepage-banner.blog_section {
        padding-bottom: 40px;
    }

    .homepage-banner.clinic_banner .homepage-banner-content .btn_primary a {
        background-color: var(--primary_color);
    }

    .clinic_banner .clinic_banner_content {
        padding: 0 0 30px;
    }

    .clinic_banner .breadcrumbs {
        margin-top: 0px;
    }

    .homepage-logo.innerpages_logo .logo-section {
        margin-top: 0px;
    }

    .ppc_footer_section.footer_section .ppc_footer_info ul li {
        border: none;
        padding: 0;
        margin: 0;
        display: block;
    }

    .ppc_footer_section.footer_section .ppc_footer_info ul {
        padding: 12px 10px;
    }

    .ppc_footer_section.footer_section .ppc_footer_info ul li:not(:last-child) {
        border: none;
        padding: 0 0 5px;
        margin: 0;
    }

    .mobile_book_btn {
        display: inline-block;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        background-color: #003049;
        text-align: center;
        padding: 11px 10px;
        font-size: 16px;
        color: var(--white);
        text-transform: uppercase;
    }

    .mobile_book_btn:hover,
    .mobile_book_btn:focus {
        color: var(--white);
    }

    #return_to_top {
        bottom: 40px;
    }

    .top_header {
        padding: 0 10px;
    }

    .ppc_address_section .ppc_address {
        padding-bottom: 0;
        overflow: hidden;
    }

    .ppc_address_section .address_section .px_xs {
        padding: 0 40px;
    }

    .clinic_banner .clinic_banner_content h2 {
        color: var(--black);
    }

    .blog_section .breadcrumb li {
        color: var(--black)000;
    }
}

@media(max-width: 767px) {
    .ppc_footer_section.footer_section .ppc_footer_info {
        border-radius: 15px;
    }

    .ppc_footer_section.footer_section .ppc_footer_info ul li a {
        font-size: 15px;
    }

    .top_header.ppc_header .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .surgeons-section.clinic_surgeon_section .section_title h2 {
        color: var(--black);
    }

    .surgeons-section.clinic_surgeon_section {
        padding-top: 0;
    }

    .surgeons-section.clinic_surgeon_section .surgeons-slider .owl-carousel .owl-nav {
        padding-bottom: 0px;
    }
}

@media(max-width: 576px) {
    .clinic_banner .clinic_banner_content .btn_primary {
        display: block;
    }

    .procedures_section .procedure_content {
        padding: 30px 26px 20px;
    }
}


.ratio .rll-youtube-player {
    position: absolute;
}

.footer_section .copyright_section .copyright p,
.ppc_footer_section.footer_section .copyright_section .copyright p {
    font-weight: 400;
}

.booking_modal .modal-body {
    padding: 0;
}

.booking_modal .btn-close {
    position: absolute;
    right: 10px;
    opacity: 1;
    filter: invert(1);
    top: 10px;
}

.booking_modal .modal-content {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 36%);
    border: none;
    background-color: #000;
}

.footer_section .footer_content .footer_item li {
    margin-bottom: 8px;
}

.top_header.sticky-top {
    position: sticky;
}

.footer-other-logo {
    display: flex;
    gap: 20px;
    margin: 20px 0px;
}

.footer-other-logo>div {
    width: 45%;
}

.footer-other-logo div:last-child {
    border-radius: 10px;
    border: 1px solid var(--black);
    height: 126px;
    object-fit: contain;
    background: var(--white);
    overflow: hidden;
}

.booking_modal .booking-form .section_title h2 {
    font-size: 20px;
}

.toc_section .toc_area .toc_items ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.toc_section .toc_area .toc_items ul li {
    margin-bottom: 10px;
    width: calc(100% / 2 - 20px);
}

.toc_section .toc_area .toc_items li a {
    font-size: 17px;
    color: var(--white);
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    align-items: center;
    color: var(--white);
    background: rgb(0 0 0 / 80%);
    transition: all 0.3s ease-in-out;
}

.toc_section .toc_area .toc_items p {
    font-size: 28px;
    margin-bottom: 35px;
}

.toc_section .toc_area .toc_items li:hover a {
    background: #000;
}

.homepage_procedures .article_img img {
    object-fit: cover;
}

.blog_cms_section ul li:before,
body.single.single-post .article_section .article_area ul li:before {
    font-weight: 400;
}

.blog_cms_section iframe {
    height: 440px !important;
}

.quali_section.cms_section ul li:not(:last-child) {
    margin-bottom: 13px;
}

.quali_section.cms_section ul li:before {
    font-weight: 400;
}

.clinic_banner .clinic_banner_content h2 {
    margin-bottom: 20px;
}

.gallery_images .ratio img {
    object-fit: cover;
}

/* .article_section .section_title p {
    font-size: 60px !important;
} */

/* .page-id-1264 .homepage-banner.seo_banner .homepage-banner-content i[class*="quote"],
.page-id-1264 .homepage-banner.seo_banner .homepage-banner-content .btn_primary,
.page-id-1264 .toc_section .toc_items,
.page-id-20100 .homepage-banner.clinic_banner .homepage-banner-content .btn_primary,
.page-id-19993 .homepage-banner.clinic_banner .clinic_banner_content .btn_primary,
.page-id-20005 .homepage-banner.clinic_banner .clinic_banner_content .btn_primary,
.page-id-20010 .homepage-banner.clinic_banner .clinic_banner_content .btn_primary,
.page-id-19742 .homepage-banner .homepage-banner-content .btn_primary {
    display: none;
} */

.page-id-19821 .gallery_images .ratio img {
    object-fit: contain;
    background-color: #f6f6f6;
    padding: 20px;
}

@media(min-width: 992px) {
    .page-id-1264 .homepage-banner.seo_banner .homepage-banner-content h2 {
        margin-bottom: 20px;
    }

    .content_right_img img {
        max-width: 48%;
        margin-left: 30px;
    }

    .content_left_img img {
        max-width: 48%;
        margin-right: 30px;
    }

    .page-template-seo-manchester .seo_main_section iframe {
        max-width: 74% !important;
        margin: 20px auto 0;
        display: block;
    }
}

.navigation.pagination {
    margin: 0 auto;
    border: none;
    padding: 0;
    text-align: center;
}

.navigation.pagination .nav-links {
    margin: 0 auto;
}

.navigation.pagination .nav-links .page-numbers {
    margin: 0 auto;
    font-size: 16px;
    padding: 10px 10px;
    text-align: center;
    border-radius: 5px;
}

.navigation.pagination .nav-links .page-numbers.current {
    text-decoration: none;
    background-color: #003049;
    color: var(--white);
}

.navigation.pagination .nav-links .page-numbers:hover {
    text-decoration: none;
}

.page_meta_info p a {
    color: #c44655;
}

iframe:not(.instagram_videos_section iframe) {
    width: 100%;
    /*     height: auto; */
    margin: auto !important;
}


.ppc_banner_with_bg {
    background-repeat: no-repeat;
    background-position: top center;
}

@media(min-width: 768px) {
    .ppc-banner {
        /*margin-top: 50px;*/
        margin-top: 0px;
    }
}

@media(max-width: 991px) {
    .ppc_banner_with_bg {
        background-position: top right;
    }
}

@media(max-width: 767px) {
    .ppc_banner_with_bg {
        background-image: none !important;
    }

    .surgeon_profile .surgeon_profile_img {
        margin: 20px 20px 0;
    }

    .ppc_banner_with_bg .banner_img_col img {
        width: 100%;
    }
}

.blog_cms_section h2,
.blog_cms_section h3,
.blog_cms_section h4,
.blog_cms_section h5,
.blog_cms_section h6,
.cms_section h2 {
    clear: none;
}

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

.surgeon_profile .surgeon_profile_img img {
    border-radius: 45px 0px;
    border: 5px solid #003049;
    padding: 5px;
}

.page-template-about .cms_section ul li a {
    color: var(--bs-link-color);
}

.page-id-20168 .seo_main_section {
    padding-bottom: 40px;
}

.toc_section .toc_area .toc_items p {
    font-size: 28px;
}

.toc_section .toc_area .toc_items p i {
    margin-right: 10px;
    color: #003049;
}

.single-post .section_title p,
.section_title h3 {
    font-weight: 500;
    font-size: 34px;
    line-height: 1.2;
    text-align: center;
    color: var(--black)000;
}

.booking-section .booking-form .section_title h3 {
    font-weight: 400;
    color: var(--white);
    font-size: 34px;
    line-height: 51px;
    text-align: center;
}

.booking-section .threeway-section .section_title h3 {
    text-align: left;
    line-height: 40px;
}

@media(max-width: 767px) {

    .toc_section .toc_area .toc_items h3 button,
    .toc_section .toc_area .toc_items p button {
        font-size: 28px;
    }

    .section_title h3,
    .single-post .section_title p {
        font-size: 28px;
        line-height: 40px;
    }
}

.navigation.pagination .nav-links {
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

nav.navigation.pagination .nav-links .page-numbers {
    min-width: 30px;
    min-height: auto;
    height: 30px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fff;
    border-radius: 0px;
    border: 2px solid #003049;
}

nav.navigation.pagination .svg-icon {
    width: 20px;
    height: 20px;
    top: 1px;
}

.full_banner_quote {
    background-size: cover;
    position: relative;
}

.full_banner_quote:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.full_banner_quote .banner_quote_area {
    position: relative;
    z-index: 9;
}

#return_to_top {
    bottom: 80px;
}


/* NEW DESIGN @ 18-08-2023  */
.treatment_item_v2 {
    background-color: #f7f7f7;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;

}

.treatment_item_v2 .content_area {
    padding: 25px;
    position: relative;
}

.treatment_item_v2 .content_area h3 {
    font-size: 20px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 30px;
    position: absolute;
    top: -43px;
    left: 0px;
    padding: 10px;
    background-color: rgb(239 170 4 / 70%);
    width: 100%;
}

.treatment_item_v2 .treatment_img img {
    height: 100%;
    object-fit: cover;
}

.treatment_item_v2 .treatment_list ul {
    margin-bottom: 0;
}

.treatment_item_v2 .treatment_list ul li:not(:last-child) {
    margin-bottom: 13px;
}

.treatment_item_v2 .treatment_list ul li {
    font-size: 19px;
    font-weight: 400;
    list-style-type: none;
}

.treatment_item_v2 .treatment_list ul li:before {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    margin-left: -28px;
    margin-right: 10px;
    color: var(--primary_color);
    font-size: 16px;
    font-weight: 600;
}

.treatment_item_v2 .treatment_list ul li a {
    color: var(--black)000;
}

.treatment_item_v2 .treatment_list ul li a:hover {
    color: var(--primary_color)
}

.booking_section_v2 {
    margin: 0;
    padding: 65px 0;
    background-color: #000;
    position: relative;
}

.booking_section_v2 textarea.form-control {
    height: 120px;
}

.booking_section_v2 .booking-form .section_title h3 {
    text-align: left;
}


.booking_section_v2 .threeway-section .section_title h3,
.booking_section_v2 .threeway-section .section_title .h3 {
    color: #000;
}

.booking_section_v2 .threeway-section .btn_secondary a {
    border: 1px solid #000;
    background: #000;
    color: var(--white);
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    font-size: 20px;
    padding: 25px 20px 30px;
    width: 100%;
}

.booking_section_v2 img {
    height: 100%;
}

.booking_section_v2 .threeway-section .btn_secondary a i {
    font-size: 42px;
    margin-bottom: 18px;
}

.booking_section_v2 .threeway-section .btn_secondary a:hover {
    background-color: var(--primary_color);
}

.booking_section_v2 .threeway-section .btn_secondary a:focus {
    background-color: transparent;
}

.booking_section_v2 .threeway-section {
    z-index: 1;
    position: relative;
}

.booking_modal .booking-section .booking-form .col-lg-4.col-md-6,
.booking_modal .booking-section .booking-form .col-lg-4.col-md-12 {
    width: 100%;
    flex: 0 0 100%;
}

.icons_section_v2 .service_box {
    padding: 0;
    display: flex;
    text-align: left;
    column-gap: 15px;
    align-items: center;
}

.icons_section_v2 .service_box p {
    margin-bottom: 0;
}

.icons_section_v2 .service_box .icon-section {
    height: 60px;
    min-height: 60px;
    min-width: 60px;
    max-width: 60px;
    margin: 0;
    border-radius: 24px 0px;
}

.icons_section_v2 .service_box .icon-section i {
    font-size: 30px;
}

.seo_services_section .service_box p br {
    display: none;
}

@media(max-width: 1199px) and (min-width: 992px) {
    .treatment_item_v2 .content_area {
        padding: 30px 15px 30px 0;
    }

    .treatment_item_v2 .treatment_list ul li {
        font-size: 16px;
    }

    .treatment_item_v2 .content_area h3 {
        margin-bottom: 20px;
    }
}

@media(min-width: 992px) {
    .homepage_banner_v2 {
        background-position: center;
        min-height: 750px;
        height: 89vh;
        background-size: cover;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding: 100px 0 100px;
    }

    .homepage_banner_v2 .homepage-banner-content {
        background: rgba(0, 0, 0, 0.63);
        max-width: 780px;
        padding: 34px 50px 40px;
        text-align: center;
        color: var(--white);
    }

    .homepage_banner_v2 .homepage-banner-content h1 {
        color: var(--white);
    }
}

@media(max-width: 991px) {
    .homepage_banner_v2 {
        background-image: none !important;
    }

    #return_to_top {
        bottom: 80px;
        width: 35px;
        height: 35px;
    }

    #return_to_top i {
        left: 11px;
        top: 5px;
    }
}

@media(max-width: 767px) {
    .booking-section.booking_section_v2 .row div[class*=col]:nth-child(1) {
        background-color: transparent;
    }

    .booking-section.booking_section_v2 .booking-form .section_title h3 {
        line-height: 38px;
        font-size: 24px;
    }

    .booking_section_v2 .row {
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }

    .booking_section_v2 .row>*,
    .booking_section_v2 .row div[class*=col] {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .booking_section_v2 .threeway-section .btn_secondary a i {
        font-size: 32px;
    }

    .booking_section_v2 .threeway-section .btn_secondary a {
        padding: 20px 10px 15px;
        font-size: 18px;
    }

    .booking_section_v2 .threeway-section .btn_secondary {
        margin-bottom: 8px;
    }

    .booking_section_v2 .threeway-section {
        padding-top: 0;
    }

    .toc_section .toc_area .toc_items ul {
        gap: 0px;
    }

    .toc_section .toc_area .toc_items ul li {
        width: 100%;
        margin-bottom: 0px;
    }
}

.ppc_banner_form .row div[class*="col-"] {
    width: 100% !important;
}

.blog_section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*  ======= SOCIAL PAGES | PATIENT STORIES PAGES =======  */
@media(min-width: 992px) {

    .social_page_hero {
        background: linear-gradient(90deg, white 73%, var(--primary_color) 0%);
        margin: 0;
        padding: 60px 0;
    }

    .footer_section .footer_item iframe {
        width: 80%
    }
}

.patient_story_item {
    padding: 3px 3px 0;
    border: 1px solid #d1d1d1;
    display: inline-block;
    width: 100%;
    position: relative;
}

.patient_story_item .ratio img {
    object-fit: cover;
}

.patient_story_item .info_area h4 {
    font-size: 16px;
    color: var(--black);
}

.patient_story_item .info_area i {
    min-width: 27px;
    min-height: 27px;
    max-width: 27px;
    max-height: 27px;
    border: 1px solid #d1d1d1;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #c3c3c3;
    font-size: 14px;
}

.patient_story_item .badge {
    background-color: var(--primary_color);
    border-radius: 0;
    font-weight: 400;
    padding: 5px 10px;
    position: absolute;
    bottom: -10px;
}

.patient_story_item:hover {
    box-shadow: 0px 0px 30px 0px var(--black)00024;
}

.patient_filter_select {
    border: none !important;
    outline: none !important;
    box-shadow: none;
    background-color: transparent;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
}

.homepage-banner.finance_banner.social_page_hero .homepage-banner-content {
    color: var(--black);
}


.welcome_social_sec {
    padding: 65px 75px;
    background: #edeef0;
    background: linear-gradient(180deg, #edeef0 50%, var(--white) 50%);
}

.welcome_social_sec .section_title h2 {
    font-size: 46px;
    line-height: 120%;
    margin-top: -5px;
}

.welcome_social_sec .social_items_list {
    background-color: var(--white);
    padding: 35px;
    box-shadow: 0px 0px 40px 0px var(--black)0001f;
    height: 100%;
}

.welcome_social_sec .social_items_list ul,
.patient_stories_cats {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.welcome_social_sec .social_items_list ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    width: 100%;
    color: var(--black);
    font-weight: 500;
}

.welcome_social_sec .social_items_list ul li a i {
    width: 37px;
    height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--primary_color);
    background-color: var(--white);
    color: var(--primary_color);
    border-radius: 50%;
    transition: 0.3s;
}

.welcome_social_sec .social_items_list ul li a:hover {
    color: var(--primary_color);
}

.welcome_social_sec .social_items_list ul li a:hover i {
    background-color: var(--primary_color);
    color: var(--white);
}

.welcome_social_sec .social_items_list ul li:not(:last-child) a {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}

.patient_stories_cats li a {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 26px 10px;
    color: var(--black);
    background-color: #f9f9f9;
    font-size: 18px;
    font-weight: 500;
}

.patient_stories_cats li a img {
    margin-bottom: 16px;
}

.patient_stories_cats li:not(:last-child) {
    margin-bottom: 12px;
}

.patient_stories_cats li a:hover {
    background-color: #eaebed;
}

.dark_grey {
    background-color: #eaebed;
}

.dark_grey .section_title h2,
.ig_journeys .section_title h2 {
    font-size: 46px;
    margin-bottom: 30px;
}

.dark_grey .cms_section p:last-child {
    margin-bottom: 0;
}

.ig_journeys_icon {
    top: -45px;
    right: -15px;
}

.ig_journeys {
    padding-top: 80px;
    padding-bottom: 20px;
}

.stories_blog_section {
    background-image: url(https://manchesterprivatehospital.uk/wp-content/uploads/2023/10/blog-sec-bg.jpg);
    background-size: cover;
    padding-top: 80px;
}

.ig_blog_tags {
    background-color: var(--white);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 40px 0px var(--black)0001f;
    text-align: center;
    position: relative;
}

.ig_blog_tags a {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--black);
}

.ig_blog_tags a.active,
.ig_blog_tags a:hover {
    color: var(--primary_color);
}

.pt_60 {
    padding-top: 60px;
}

.py_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.mt_60 {
    margin-top: 60px;
}

.object-cover {
    object-fit: cover;
}

.patient_story_day {
    margin-top: 50px;
}

.patient_story_day .ratio {
    height: 100%;
}

#comparisonModal1.modal:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.blog_banner_content {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.single-post .banner-img {
    height: 100%;
}

.single-post .banner-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media(min-width: 768px) {
    .patient_story_day:nth-child(even) .row {
        flex-direction: row-reverse;
    }
}

@media(min-width: 1200px) {
    .social_page_hero .banner-img {
        max-width: 85%;
    }
}

@media(max-width: 1199px) and (min-width: 992px) {
    .ig_blog_tags a {
        font-size: 16px;
    }
}

@media(max-width: 767px) {
    .welcome_social_sec .section_title h2 {
        font-size: 36px;
    }

    .welcome_social_sec {
        padding: 45px 45px;
    }

    .dark_grey .section_title h2,
    .ig_journeys .section_title h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .ig_blog_tags a {
        font-size: 16px;
    }

    .ig_journeys_icon {
        width: 100px;
    }
}

@media(max-width: 575px) {
    .welcome_social_sec {
        padding: 25px;
    }

    .welcome_social_sec .social_items_list {
        padding: 20px;
    }

    .welcome_social_sec .social_items_list ul li a {
        font-size: 16px;
    }

    .welcome_social_sec .social_items_list ul li a i {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .ig_blog_tags a {
        font-size: 14px;
    }

    .ig_blog_tags {
        padding: 13px;
    }

    .pt_xs_0 {
        padding-top: 0;
    }
}


div.cqc-widget .cqc-widget-inner,
div.cqc-widget div.cqc-widget-inner div {
    font-weight: 400 !important;
}

#price_finance ul a,
#price_finance p a {
    color: var(--bs-link-color);
}

.cky-consent-bar .cky-banner-btn-close {
    top: 9px !important;
}

.cky-notice-des p {
    line-height: 22px;
}

.blog_section .breadcrumb li,
.blog_section .breadcrumb li a,
.clinic_banner .breadcrumbs ol li,
.clinic_banner .breadcrumbs ol li a {
    font-size: 14px;
}

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

.cms_section ol,
.cms_section p,
.cms_section ul {
    margin-bottom: 22px;
}

@media(max-width: 767px) {
    .related_articles .related_articles_area .rel_article_item h5 {
        font-size: 15px;
    }

    .related_articles .related_articles_area .rel_article_item img {
        margin-right: 15px;
    }

    .related_articles .related_articles_area {
        padding: 14px 14px 10px;
    }
}



/* ======= PPC ========  */
.ppc-banner.ppc_banner_with_bg .banner_text p.wp-block-heading {
    font-size: 14px;
}

.page-template-ppc-manchester .top_header.ppc_header {
    box-shadow: none;
    background-color: transparent;
}

.page-template-ppc-manchester .top_header.ppc_header.white_header {
    background-color: var(--white);
}

@media(min-width: 1900px) {
    .ppc-banner.ppc_banner_with_bg {
        background-size: 100% auto;
    }
}

.ppc-banner.ppc_banner_with_bg {
    background-size: auto;
}

@media(min-width: 992px) {
    .ppc-banner.ppc_banner_with_bg {
        position: relative;
        padding-bottom: 250px;
        padding-top: 30px;
        background-image: url(/wp-content/uploads/2023/11/shape.png);
        background-repeat: no-repeat;
        background-position: bottom center;
    }

    .ppc-banner.ppc_banner_with_bg .container {
        position: relative;
        z-index: 9;
    }

    .ppc_img_desktop {
        position: absolute;
        left: calc(50% - 295px);
        z-index: -1;
        max-width: 590px;
        max-height: 100% !important;
        height: auto;
        display: block;
        width: 590px;
        text-align: center;
        bottom: 18%;
    }

    .ppc_img_desktop img {
        width: 460px;
        max-height: 780px;
        object-fit: contain;
    }
}

.ppc_banner_form form p {
    margin-bottom: 0px;
}

.ppc-banner.ppc_banner_with_bg .ppc_banner_form {
    box-shadow: 2px 10px 30px 0px rgba(0, 0, 0, 0.2);
    min-height: 533px;
    border-radius: 0;
}

.ppc-banner.ppc_banner_with_bg .ppc_banner_form textarea {
    resize: none;
}

.ppc_banner_form .wpcf7 form .wpcf7-response-output {
    margin: 8px 0 0;
    padding: 4px 10px;
    line-height: 19px;
}

.ppc_banner_form .wpcf7 form .mb-3 {
    margin-bottom: 0px !important;
}

.ppc_banner_form .wpcf7-form-control-wrap {
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
    margin: 0;
    width: 100%;
}

.ppc_banner_form .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -3px;
}

.ppc_banner_form .wpcf7 form .btn_secondary {
    position: relative;
    margin-top: 0 !important;
}

.ppc_banner_form .wpcf7 form .wpcf7-spinner {
    position: absolute;
    top: 5px;
    right: 10px;
}

.ppc-banner.ppc_banner_with_bg .trustpilot-widget {
    max-width: 420px;
    margin-left: -13px;
}

@media(max-width: 991px) and (min-width: 767px) {
    .ppc_img_desktop {
        background-color: #e4e4e4;
    }

    .ppc_img_desktop img {
        max-height: 450px;
        height: 400px;
        width: auto;
    }

    .bg-content-section .section_title {
        padding-right: 0px;
    }
}

@media(max-width: 575px) {
    .ppc-banner.ppc_banner_with_bg .trustpilot-widget {
        width: 420px;
    }
}


div.cqc-widget.cleanslate {
    max-width: 320px !important;
    margin-bottom: 60px !important;
}

.pdf_item {
    padding: 10px 10px 0;
    border: 1px solid #e7e7e7;
}

.pdf_thumbnail {
    background-color: #efefef;
    display: inline-block;
    width: 100%;
}

.pdf_name {
    text-align: center;
}

.pdf_name a {
    color: var(--primary_color);
}

.pdf_item:hover {
    background-color: #f3f3f3;
}

.pdf_item p {
    text-align: center;
}

@media(max-width: 575px) {
    .pdf_thumbnail img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }
}

.gallery_images a.ratio,
.gallery_images div.ratio {
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

/* Patient Section Slider */
.patient_section_slider {
    padding: 70px 0px;
}

.first_slide_img img {
    max-height: 360px;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.first_slide_img {
    position: relative;
    overflow: hidden;
    border-radius: 0px 34px;
    margin-bottom: 20px;
}

.first_slide_content {
    position: absolute;
    bottom: 0;
    padding: 0 20px;
}

.first_slide_content h2,
.first_slide_content p {
    color: var(--white);
    transition: all 0.3s ease-in-out;
}

.patient_slider_content h3,
.patient_slider_content p {
    color: var(--black);
}

.patient_slider_content h3 {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.patient_slider_content p {
    font-size: 15px;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: var(--bs-body-font-family);
}

.first_slide_content:hover h2 {
    text-decoration: underline;
}

.patient_slider_item {
    background-color: #f1f1f1;
    overflow: hidden;
}

.patient_slider_item>a {
    display: block;
    width: 100%;
}

.patient_slider_item span {
    color: var(--black);
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

.patient_slider_item:hover span {
    color: #003049;
}

.patient_slider_img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.patient_slider_img img {
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
}

.patient_slider_item:hover img {
    transform: scale(1.2);
}

.patient_slider_content {
    padding: 1.2rem;
    padding-left: 0px;
}

#patient_slider .owl-nav .owl-prev,
#patient_slider .owl-nav .owl-next {
    position: absolute;
    top: 40%;
}

#patient_slider .owl-nav .owl-prev {
    left: -20px;
}

#patient_slider .owl-nav .owl-next {
    right: -20px;
}

#patient_slider .owl-nav button {
    background-color: #003049;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

#patient_slider .owl-nav button .fa {
    color: var(--white);
    font-size: 12px;
}

.patient_section_slider .btn_primary {
    text-align: center;
    margin-top: 20px;
}

.patient_section_slider .btn_primary>a {
    color: var(--white);
    font-size: 16px;
}

/* Instagram new section */
#storiesList h2 {
    font-size: 22px;
}

.insta_feed_slider {
    background-color: #f3f3f3;
    padding: 70px 0px;
}

.insta_feed_ifram {
    position: relative;
    padding-right: 40px;
    padding-top: 30px;
}

.insta_feed_card {
    background-color: var(--white);
    padding: 1.25rem 3rem;
    position: relative;
}

.insta_feed_card::after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #e6e7e8;
}

.insta_feed_card h2 {
    z-index: 9;
    margin-bottom: 15px;
    position: relative;
}

#insta_feed_slider .owl-nav button {
    position: absolute;
    top: 50%;
}

#insta_feed_slider .owl-nav button {
    background-color: #003049;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#insta_feed_slider button.owl-prev {
    left: -65px;
}

#insta_feed_slider button.owl-next {
    right: -65px;
}

#insta_feed_slider .owl-nav button .fa {
    color: var(--white);
    font-size: 12px;
}

#insta_feed_slider {
    position: relative;
}

.insta_feed_content .row {
    position: relative;
    z-index: 99;
    align-items: center;
}

.video-thumbnail,
.video-iframe {
    position: relative;
}

.video-iframe p>iframe {
    position: unset !important;
    height: 315px !important;
}

.video-iframe p {
    margin-bottom: 0px;
}


/* hero hero Banner */
.new_homepage_banner {
    margin-top: 60px;
    margin-bottom: 68px;
}

.new_homepage_banner .row {
    align-items: center;
}

.new_homepage_banner .video-thumbnail img {
    width: 100%;
    object-fit: cover;
}

.new_homepage_banner h1 {
    margin-bottom: 30px;
}

.banner_img_slider {
    position: relative;
    height: 400px;
}

#banner_slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 9;
}

.banner_slider_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    position: absolute;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

#banner_slider .owl-dots {
    text-align: center;
}

#banner_slider .owl-dots .owl-dot span {
    height: 8px;
    width: 8px;
    margin: 0 3px;
    display: block;
    background-color: #ccc;
    border-radius: 50%;
}

#banner_slider .owl-dots .owl-dot.active span {
    background-color: var(--primary_color)
}

.banner_img {
    height: 400px;
}

.banner_img img {
    border-radius: 20px 0 20px 0px;
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.1);
}

.banner_img img.img-fluid {
    height: 100%;
    object-fit: cover;
}

.insta_feed_heading strong {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}

.insta_feed_heading p {
    font-size: 30px;
    letter-spacing: 0.2px;
    line-height: 1.4;
}

.copy_text {
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 18px;
    margin-left: 10px;
    color: #003049;
}

.copy_text {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.insta_bottom_content {
    margin-top: 20px;
}

.insta_bottom_content a {
    font-size: 14px;
}

h2:hover .copy_text,
h3:hover .copy_text,
h4:hover .copy_text,
h5:hover .copy_text,
h6:hover .copy_text {
    opacity: 1;
}

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

.insta_ifram {
    position: relative;
    height: 400px;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.insta_ifram>div {
    width: 100%;
}

.insta_ifram>div p>iframe {
    position: unset !important;
}

.insta_ifram iframe {
    width: 100%;
    height: auto !important;
    object-fit: contain;
}

.insta_feed_heading {
    margin-right: 30px;
    margin-bottom: 50px;
}

.video-container {
    position: relative;
    width: 560px;
    height: 315px;
    cursor: pointer;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--white);
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;
}

.play-button .fas {
    color: var(--white);
    font-size: 26px;
}

/* New css */
.new_section {
    padding-top: 40px;
}

.new_section>div:not(:last-child) {
    margin-bottom: 3rem !important;
}

/* .new_section .row {
    align-items: center;
} */

.new_section .right_image {
    text-align: center;
    height: 100%;
}

.new_section .right_image img {
    object-fit: contain;
    height: 100%;
}

.new_section h2,
.new_section h3 {
    text-align: inherit !important;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
}

.new_section .cms_section:not(:last-child) {
    margin-bottom: 30px;
}

/* New Search Bar */
.search_bar_modal {
    position: relative;
    display: flex;
    align-items: center;
    width: 80%;
    margin: auto;
}

.suggest_list {
    width: 80%;
    margin: auto;
}

.overlay_input_icon {
    position: relative;
    width: 60px;
    height: 55px;
    display: -ms-flexbox;
    display: flex;
}

.overlay_input_icon>i {
    position: absolute;
    left: 50%;
    top: calc(50% - 2px);
    transform: translate(-50%, -50%);
    font-size: 20px;
}

input#search_input {
    border: none;
    background: 0 0;
    width: 100%;
    margin-right: 25px;
    outline: 0px;
}

#suggestions {
    list-style: none;
    margin: 0;
    margin-top: 50px;
    padding: 0;
}

#suggestions li {
    padding: 10px;
    cursor: pointer;
    color: var(--white);
}

#suggestions li:hover {
    background-color: var(--primary_color);
    color: var(--white);
}

.search_bar_continar {
    width: 100%;
    border: 2px solid var(--primary_color);
    border-radius: 40px;
    height: 55px;
    display: -ms-flexbox;
    display: flex;
    background: var(--white) 0 0 no-repeat padding-box;
    position: relative;
    margin-right: 20px;
}

.btn_primary #search-button {
    padding: 13px 45px;
}

.search_result_modal .modal-content {
    background: rgb(58 58 58 / 78%);
    backdrop-filter: blur(5px);
}

.search_result_modal button.btn-close {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 999;
    filter: brightness(1) invert(1);
    opacity: 1;
}

/* Search Page Result */
#accordion_search .accordion-button {
    border-bottom: 2px solid var(--primary_color);
    box-shadow: none !important;
    padding: 15px 0px 15px 0px;
    background-color: transparent !important;
    border-radius: 0px !important;
    color: var(--primary_color);
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 500;
}

#accordion_search .accordion-button:not(.collapsed)::after {
    filter: invert(39%) sepia(55%) saturate(668%) hue-rotate(304deg) brightness(87%) contrast(98%);
}

#accordion_search .accordion-item {
    border: 0px !important;
    margin-bottom: 25px;
}

#accordion_search .accordion-body {
    padding-left: 40px;
}

.search_card {
    padding: 2rem;
    margin-bottom: 20px;
    border: 1px solid var(--primary_color);
}

.search_card h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--primary_color);
}

.content_search {
    margin: 15px 0px;
}

.read_more {
    background-color: var(--primary_color);
    border: 1px solid var(--primary_color);
    border-radius: 30px;
    color: var(--white);
    padding: 9px 22px;
}

.pricing_section {
    margin-top: 60px;
}

.read_more:hover {
    border: 1px solid var(--primary_color);
    color: var(--primary_color);
}


/* Responsive Css */
@media (max-width:768px) {
    .search_bar_modal {
        flex-wrap: wrap;
        width: 100%;
    }

    .search_bar_continar {
        margin-bottom: 20px;
        margin-right: 0;
        margin-top: 30px;
    }

    .search_bar_modal .btn_primary {
        text-align: center;
        width: 100%;
    }
}

/* New Hero Banner */
@media (max-width:767px) {
    .insta_ifram {
        height: auto;
        margin-bottom: 20px;
    }

    .insta_feed_ifram {
        padding-right: 0;
        border-top: 1px solid #ccc;
        padding-top: 20px;
    }

    .insta_feed_heading {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .insta_feed_card {
        padding: 1.25rem 1rem;
    }

    .insta_feed_card::after {
        display: none;
    }

    #insta_feed_slider .owl-nav button {
        top: 20%;
    }

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

    .video-thumbnail {
        margin-bottom: 0px;
    }

    .single-post .homepage-banner .banner-img img {
        clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 86%);
    }
}

@media (max-width:575px) {
    .patient_slider_content {
        padding-left: 1.2rem;
    }

    #insta_feed_slider button.owl-prev {
        left: -35px;
    }

    #insta_feed_slider button.owl-next {
        right: -35px;
    }

    .new_homepage_banner {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .banner_content .btn_primary>a,
    .banner_content .btn_white>a {
        display: block;
        width: 100%;
        font-size: 16px;
    }

    .banner_slider_bg {
        display: none;
    }

    .banner_img_slider {
        height: 220px;
    }

    .new_section .right_image {
        margin-top: 23px;
    }

    .ppc_cms_section h2 {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    body {
        overflow-x: hidden !important;
    }

    html {
        overflow-x: hidden;
    }
}

/* After and Before image */

/* Modal Styles */
.img_view {
    position: relative;
}

.img_view img {
    cursor: pointer;
    width: 100%;
}

.blurry_images .img_view img {
    filter: blur(30px);
    transition: filter 0.5s ease;
}

.blurry_images .img_view .ratio {
    overflow: hidden;
}

.blurry_images .img_wrapper.clicked img {
    filter: unset;
}

.img_view .far {
    position: absolute;
    right: 12px;
    bottom: 10px;
    z-index: 9;
    display: block;
    color: var(--white);
    font-size: 20px;
    cursor: pointer;
}

.after_before {
    padding: 0px 0px;
}

#comparisonModal1 .modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#comparisonModal1 .modal-content {
    position: relative;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 503px;
    background-color: var(--white);
    padding-top: 60px;
    padding-bottom: 80px;
    z-index: 9;
}

#comparisonModal1 .modal-content h5 {
    position: absolute;
    top: 15px;
    left: 20px;
}

#comparisonModal1 .close {
    position: absolute;
    top: 0px;
    right: 15px;
    color: var(--black);
    font-size: 30px;
    cursor: pointer;
    display: inline-block;
    z-index: 999;
}

/* Image comparison container */

.modal-container {
    display: grid;
    place-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    --position: 50%;
}

.image-container {
    max-height: 100%;
}

.slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.image-before {
    position: absolute;
    inset: 0;
    width: var(--position);
}

input.slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    /* for Firefox */
    width: 100% !important;
    height: 100% !important;
}

.slider:focus-visible~.slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.slider-line {
    position: absolute;
    inset: 0;
    width: .2rem;
    height: 100%;
    background-color: var(--white);
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
}

.slider-button {
    position: absolute;
    background-color: var(--white);
    color: black;
    padding: .5rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}

span.before_image,
span.after_image {
    position: absolute;
    bottom: 10px;
    z-index: 99;
}

span.before_image,
span.after_image {
    padding: 5px 15px;
    border: 2px solid #003049;
    color: var(--white);
    border-radius: 20px;
    cursor: pointer;
    background-color: #003049;
}

span.after_image {
    right: 10px;
}

span.before_image {
    left: 10px;
}

span.before_image.active,
span.after_image.active {
    border: 2px solid var(--white);
    background-color: var(--white);
    color: #003049;
}

/* Fillter Gallery  */
.gallery-filter {
    text-align: center;
    margin-bottom: 20px;
}

.filter_button {
    padding: 7px 15px;
    border: none;
    background-color: #f6f6f6;
    border: 2px solid #003049;
    color: #003049;
    cursor: pointer;
    margin: 0 5px;
    transition: background-color 0.3s;
    border-radius: 34px;
    -webkit-appearance: none;
    appearance: none;
    transition: all 0.3s ease-in-out;
}

.filter_button.active,
.filter_button:hover {
    background-color: #003049;
    color: var(--white);
}

.gallery-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.modal_control_arrow {
    position: absolute;
    bottom: 15px;
    left: 37%;
    z-index: 99;
    display: flex;
    gap: 20px;
}

.modal_control_arrow a {
    box-shadow: 0 0 10px #ccc;
    background-color: var(--white);
    border-radius: 50%;
    min-width: 46px;
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
}

.modal_control_arrow a>i {
    color: #003049;
}

@media (max-width:575px) {
    .filter_button {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 6px 10px;
    }

    .page-id-2226 .modal-content h5 {
        font-size: 18px;
        padding-right: 25px;
    }

    span.before_image,
    span.after_image {
        padding: 3px 10px;
        font-size: 14px;
    }

    .banner_img img.img-fluid {
        object-fit: contain;
    }

    .banner_img {
        height: 100%;
    }
}


body.page.page-id-24190 section.patient_section_slider,
body.page.page-id-24190 section.insta_feed_slider {
    display: none;
}

.new_homepage_banner.seo_banner .banner_content {
    display: block !important;
}

.top_header.header_fixed {
    position: fixed;
    width: 100%;
    top: 0px;
}


/* Dec-2024 */
.microphone_search {
    position: relative;
    width: 60px;
    height: 55px;
    display: -ms-flexbox;
    display: flex;
}

.microphone_search>i {
    position: absolute;
    left: 50%;
    top: calc(50% - 2px);
    transform: translate(-50%, -50%);
    font-size: 20px;
    cursor: pointer;
}

/* TTS CSS */
#tts-play-button,
#tts-speed-button {
    font-size: 16px;
    border-radius: 5px;
    margin-right: 10px;
    transition: background-color 0.3s ease;
}

#tts-play-button {
    color: #003049;
    font-size: 45px;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
}

#tts-speed-button {
    color: #003049;
    background: var(--white) !important;
    font-size: 16px;
    -webkit-appearance: none;
    border: 1px solid #333;
    background: transparent;
    padding: 2px 6px;
    margin-left: 10px;
    border-radius: 0;
    cursor: pointer;
}

#tts-speed-display,
#tts-timing-display {
    color: #003049;
    font-weight: bold;
}

#tts-progress-bar {
    width: 0%;
    height: 100%;
    background-color: #003049;
    transition: width 0.5s ease-in-out;
}


.text-speech-grid {
    display: flex;
    align-items: center;
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
}

/*********/
.trust-widget-section {
    padding: 100px 0px;
}

.trust-widget-section h1 {
    margin-bottom: 50px;
}

.trust-widget-section h1>span {
    color: #003049;
}

.trust-widget-card {
    background-color: var(--white);
    padding: 2rem;
    height: 100%;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.trust-widget-card h3 {
    text-align: center;
    margin-bottom: 20px;
}

/******* New Footer CTA *************/
@media(min-width:992px) {
    .cta-footer-exspersss {
        display: none;
    }
}

.cta-footer-exspersss {
    padding: 20px 0px;
    position: fixed;
    bottom: 46px;
    width: 100%;
    background: #edeef0;
    text-align: center;
}

.footer-cta-title strong {
    font-size: 22px;
}

.footer-cta-contant p {
    font-size: 14px;
}

.footer-cta-btn>a {
    display: inline-block;
    width: 100%;
    z-index: 99;
    background-color: var(--primary_color);
    text-align: center;
    padding: 11px 10px;
    font-size: 16px;
    color: var(--white);
}

@media(max-width:575px) {
    .footer-cta-title strong {
        font-size: 18px;
    }
}

/******* New Footer CTA *************/

/*********** Video Gallery Card ********/
.video_gallery_card {
    position: relative;
    height: 220px;
}

.video_gallery_card .badge {
    position: absolute;
    bottom: -12px;
    left: 6px;
    font-size: 15px;
    background-color: var(--primary_color);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

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

.video_gallery_card .fa-play-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    font-size: 62px;
}

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

.video_gallery_card_info .date {
    color: var(--black);
    margin-bottom: 10px;
}

.video_gallery_card_info .date>.far {
    font-size: 16px;
    color: var(--primary_color);
}

.video_gallery_card_info .title {
    color: #003049;
}

.team_list hr.section_title {
    margin-top: 40px;
}

.filter-video-grid {
    border: 1px solid #ccc;
    padding: 15px;
    align-items: center;
    margin-bottom: 40px;
}

#video-category-filter {
    width: 100%;
    border: 0px;
    font-size: 20px;
    outline: none !important;
}

.filter-title {
    font-size: 16px;
}

.video-shadow iframe {
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.2);
}



/******************* New SEO Page Css *************/
.new-hero-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 150px 0px;
}

.new-banner-content {
    padding: 40px;
    background-color: rgb(255 255 255 / 35%);
    backdrop-filter: blur(10px);
    border: 2px solid #cbcbcbdd;
}

.new-banner-content h1 {
    font-family: Montserrat, sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 46px;
    margin-bottom: 15px;
}

.new-banner-content .far {
    margin-right: 5px;
    font-size: 18px;
    color: var(--black);
}

.new-banner-content ul {
    list-style: none;
}

.new-banner-content li {
    font-weight: 600;
    color: #000;
    font-size: 17px;
    position: relative;
}

.new-banner-content li:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Pro";
    margin-left: -30px;
    margin-right: 10px;
    color: var(--black);
    font-weight: 700;
}

.new-banner-content p {
    font-weight: 600;
    color: var(--primary_color);
}

.new-banner-btn {
    background-color: #003049;
    display: block;
    padding: 11px 28px;
    line-height: 1.6;
    border-radius: 50px;
    color: #fff;
    font-weight: 400;
    border: 2px solid #003049;
    text-align: center;
    outline: 0;
    width: max-content;
    transition: all 0.3s ease-in-out;
}

.new-banner-btn:hover {
    background-color: transparent;
    color: #003049;
}


.double-btn {
    display: flex;
    gap: 20px;
}

.new-banner-btn-wp {
    background-color: transparent !important;
    color: var(--black) !important;
    border: 2px solid var(--black);
    padding-left: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.double-btn .new-banner-btn-wp img {
    width: 42px;
    margin-bottom: 0;
    outline: 0
}


.client-name-date p {
    color: #000;
}

.client-name-date strong {
    color: #003049;
    color: #fff;
}


/* Pricing Section */
.pricing-section {
    padding: 80px 0px;
    /* background-color: #f5f5f5; */
}

.pricing-section h2 {
    color: #003049;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.pricing-card {
    background-color: #fff;
    padding: 32px;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .22);
    border-top: 10px solid #003049;
}

/* 
.pricing-card::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -47%;
    right: -59%;
    background-color: #003049;
    transform: rotate(40deg);
} */

.pricing-card-inner {
    position: relative;
    z-index: 11;
}

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

.pricing-card-inner .far {
    color: #003049;
    padding-right: 5px;
}

.pricing-card-inner li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.pricing-bottom span {
    font-size: 40px;
    margin-top: -18px;
    display: block;
    font-weight: 600;
}

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

.featured-slider-section {
    padding: 80px 0px;
    background-color: #f5f5f5;
}

.featured-card-img {
    border: 1px solid #ddd;
    padding: 5px;
    background-color: #f6f6f6;
}

.featured-slider .owl-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--tertiary_color) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #003049 !important;
    margin-left: 10px;
    position: absolute;
    top: 30%;
}

.featured-slider .owl-nav .owl-next {
    right: -50px;
}

.featured-slider .owl-nav .owl-prev {
    left: -50px;
}

.why-chooes-section {
    padding: 70px 0px;
}

.why-choooes-card {
    background-color: #f6f6f6;
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.2);
    padding: 30px;
    min-height: 100%;
    text-align: center;
    border-radius: 15px;
}

.why-chooes-section h2 {
    text-transform: capitalize;
    color: #fff;
}

.why-chooes-section h2+p {
    color: #fff;
}

.why-choooes-card h3 {
    color: #003049;
}

.our-loaction {
    padding-top: 70px;
    padding-bottom: 70px;
}

.testimonial-slider {
    padding: 80px 0px;
}

.testimonial-wrapper {
    background-color: #fff;
    border-radius: 10px;
    /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); */
    border: 1px solid #ccc;
    padding: 30px;
    margin: 20px;
    text-align: center;
    position: relative;
}

.testimonial-item {
    position: relative;
}

.testimonial-item img {
    width: 100px !important;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
    object-fit: contain;
}

.testimonial-item {
    position: relative;
    z-index: 111;
}

.testimonial-item h3 {
    font-size: 22px;
    color: #333;
    margin: 10px 0;
}

.testimonial-item p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 20px;
}

.testimonial-item .rating {
    color: #003049;
}

.testimonial-wrapper .fa-quote-left {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #003049;
    font-size: 50px;
    opacity: 0.3;
}

.testimonial-wrapper .fa-quote-right {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #003049;
    font-size: 50px;
    opacity: 0.3;
}

.bg-content-section {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0px;
    position: relative;
}

.bg-content-section .section_title {
    padding-right: 30px;
}

.bg-content-section .section_title h2 {
    margin-right: 0px !important;
}

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

.bg-content-section h2,
.bg-content-section p {
    position: relative;
    z-index: 99;
    color: #fff;
}

section.our-location {
    background-color: #f7f7f7;
    margin: 70px 0px;
}

.location-content {
    padding: 70px;
}

/* After Befor New Gallery */
.after_befor_new_gallery {
    padding: 70px 0px;
}

.gallery-grid {
    padding: 1.2rem;
    position: relative;
}

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

.gallery-grid h2,
.gallery-grid h2+p {
    color: #fff;
}

.gallery-grid .row {
    position: relative;
    z-index: 11;
}

.after_gallery_card {
    background: #fff;
    border-radius: 4px;
}

.after_gallery_card p {
    text-align: center;
    color: #003049;
    padding: 10px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
}

.after_gallery_card ul {
    padding-left: 0;
    list-style: none;
    padding: 20px;
}

.after_gallery_card li {
    padding-bottom: 15px;
    font-size: 20px;
}

.after_gallery_card li img {
    width: 24px;
    margin-right: 5px;
}

.seo_services_section.icons_section_v2 {
    padding-bottom: 50px;
}

@media (max-width:767px) {
    .testimonial-wrapper {
        width: 100%;
        margin: 0px !important;
    }

    .location-content {
        padding: 30px 0px;
    }

    .testimonial-slider {
        padding: 50px 0px;
    }

    .pricing-section {
        padding: 50px 0px;
    }

    .consult_locations .location_box .owl-item img {
        padding-right: 0px;
        padding-bottom: 15px;
    }
}


/******************* New SEO Page Css *************/