.bg_primary {
    background-color: var(--primary_color)
}

.bg_secondary {
    background-color: var(--secondary_color)
}

.bg_grey {
    background-color: #edeef0
}

.bg_white {
    background-color: #fff
}

.txt_black,
.txt_black * {
    color: #000
}

.txt_white,
.txt_white * {
    color: #fff
}

.txt_primary {
    color: #003049;
}

.txt_secondary {
    color: var(--secondary_color)
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    outline: 0;
    padding: 12px
}

.form-control:hover {
    box-shadow: none;
    text-decoration: none;
    outline: 0
}

.form-control:focus {
    box-shadow: none;
    text-decoration: none;
    outline: 0
}

#return_to_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #003049;
    width: 45px;
    height: 45px;
    text-decoration: none;
    border-radius: 5px;
    display: none;
    z-index: 999
}

#return_to_top i {
    color: var(--white);
    margin: 0;
    position: relative;
    left: 16px;
    top: 11px;
    font-size: 16px
}

.btn_primary,
.btn_primary a,
.btn_primary input,
.btn_primary button,
.btn_secondary a,
.btn_secondary input,
.btn_secondary button {
    display: inline-block;
    padding: 7px 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    outline: 0;
    width: fit-content;
    border: 2px solid var(--primary_color);
    /* box-shadow: 0 10px 18px #ccc; */
}

.btn_primary a,
.btn_primary input,
.btn_primary button {
    background-color: var(--primary_color)
}

.btn_primary a:hover,
.btn_primary input:hover,
.btn_primary button:hover {
    color: #fff;
    background-color: var(--primary_color)
}

.btn_secondary a,
.btn_secondary input,
.btn_secondary button {
    background-color: var(--secondary_color)
}

.btn_secondary a:hover,
.btn_secondary input:hover,
.btn_secondary button:hover {
    color: #fff;
    background-color: var(--secondary_color)
}

.section_title h2 {
    font-weight: 500;
    font-size: 34px;
    line-height: 51px;
    text-align: center;
    color: #000
}

@media(max-width:767px) {
    .section_title h2 {
        font-size: 28px;
        line-height: 40px
    }

    .btn_primary a,
    .btn_primary input,
    .btn_primary button,
    .btn_secondary a,
    .btn_secondary input,
    .btn_secondary button {
        font-size: 18px
    }

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

p,
li {
    font-size: 18px;
    line-height: 30px;
}

a {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

a:hover {
    text-decoration: none;
    outline: 0
}

a:focus {
    text-decoration: none;
    outline: 0
}

.btn {
    border: 0;
    box-shadow: none;
    text-decoration: none;
    outline: 0
}

.btn:hover {
    box-shadow: none;
    text-decoration: none;
    outline: 0
}

.btn:focus {
    box-shadow: none;
    text-decoration: none;
    outline: 0
}

.list-inline::after {
    display: block;
    content: "";
    clear: both
}

.list-inline li {
    display: inline-block
}

@media(min-width:992px) and (max-width:1199px) {
    p {
        font-size: 15px;
        line-height: 25px
    }
}

.top_header {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: relative
}

.top_header nav.navbar {
    padding: 0
}

.top_header nav.navbar .navbar-brand img {
    width: 220px;
    height: auto;
}

.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li.nav-item {
    margin-right: 20px
}

.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li a {
    font-size: 16px;
    color: #000;
    padding: 28px 0
}

.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li.current-menu-item a {
    color: #003049;
}

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

.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li .megamenu {
    border: 0;
    border-radius: 0;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.12);
    padding: 30px 30px
}

.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li .megamenu h6.title {
    color: var(--primary_color);
    font-size: 20px;
    margin-bottom: 15px
}

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

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

.top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li .megamenu li a:hover {
    color: var(--primary_color)
}

.top_header nav.navbar .right_nav {
    align-items: center;
    padding-left: 10px
}

.top_header nav.navbar .right_nav li.contact_btn {
    margin-right: 25px
}

.top_header nav.navbar .right_nav li.contact_btn a {
    font-size: 16px;
    color: #000;
    display: inline-flex;
    align-items: center
}

.top_header nav.navbar .right_nav li.contact_btn a i {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #003049;
    color: #fff;
    font-size: 10px;
    vertical-align: middle;
    margin-right: 5px
}

.top_header nav.navbar .right_nav li.btn_primary a {
    font-size: 16px;
    padding: 9px 20px
}

.top_header button:focus,
.top_header a:focus {
    outline: 0
}

.top_header button.navbar-toggler {
    border: 0;
    color: #000;
    font-size: 20px
}

.top_header button.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none
}

@media(min-width:992px) {
    .top_header nav.navbar .navbar-collapse {
        order: 1
    }

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

    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0
    }

    .top_header nav.navbar .right_nav {
        order: 2
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li.nav-item {
        margin-right: 10px
    }

    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li a {
        font-size: 14px
    }

    .top_header nav.navbar .right_nav {
        padding-left: 0
    }

    .top_header nav.navbar .right_nav li.contact_btn {
        margin-right: 10px
    }

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

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

@media(min-width:992px) and (max-width:1199px) {
    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li.nav-item {
        margin-right: 08px;
    }

    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li a {
        font-size: 14px;
    }

    .top_header nav.navbar .navbar-brand img {
        width: 170px;
        height: auto;
    }

    .top_header nav.navbar .right_nav {
        padding-left: 0
    }

    .top_header nav.navbar .right_nav li.contact_btn {
        margin-right: 10px
    }

    .top_header nav.navbar .right_nav li.contact_btn a span {
        display: none
    }

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

@media(max-width:991px) {
    .top_header nav.navbar {
        padding: 15px 0
    }

    .top_header nav.navbar .navbar-brand img {
        width: 180px
    }

    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav {
        margin-top: 18px
    }

    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li.nav-item {
        margin-right: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.2)
    }

    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li.dropdown a.dropdown-toggle:after {
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        font-weight: 700;
        border: 0;
        vertical-align: middle;
        position: absolute;
        right: 0;
        font-size: 17px
    }

    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li a {
        font-size: 16px;
        padding: 10px 0
    }

    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li .megamenu {
        padding: 15px 1px 1px;
        box-shadow: none;
        margin-top: 0;
        border-top: 2px solid #dfdfdf
    }

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

    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li .megamenu h6.title {
        font-size: 16px;
        margin-bottom: 8px
    }

    .top_header nav.navbar .navbar-collapse .navbar-nav.main_nav li .megamenu li a {
        font-size: 14px
    }

    .top_header nav.navbar .right_nav {
        margin-left: auto;
        flex-direction: row;
    }

    .top_header nav.navbar .right_nav li.contact_btn {
        margin-right: 15px
    }

    .top_header nav.navbar .right_nav li.contact_btn a i {
        font-size: 18px;
        width: auto;
        height: auto;
        background-color: transparent;
        color: #000
    }

    .top_header nav.navbar .right_nav li.contact_btn a span {
        display: none
    }

    .top_header nav.navbar .right_nav li.btn_primary {
        display: none
    }
}

/* .homepage-banner .homepage-banner-content {
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px
} */

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

.homepage-banner .homepage-banner-content p.wp-block-heading {
    font-size: 31px;
    font-weight: 400;
    margin-bottom: 20px
}

.homepage-banner .homepage-banner-content p.wp-block-heading span,
.homepage-banner .homepage-banner-content p.wp-block-heading strong {
    color: var(--primary_color);
    font-weight: 600
}

.homepage-banner .homepage-banner-content p {
    margin-bottom: 25px
}

.homepage-banner .banner-img img {
    width: 100%
}

.homepage-logo {
    margin-bottom: 60px
}

.homepage-logo .row {
    align-items: center;
    justify-content: center;
}

.homepage-logo .logo-section {
    background-color: #fff;
    box-shadow: -8.746px 34.848px 60px 0 rgba(0, 0, 0, 0.1);
}

.homepage-logo .seprator {
    border-left: 2px solid #ccc;
}

.homepage-logo .logo-section .logo .img-fluid {
    padding: 20px 0
}

.founded-section {
    padding-bottom: 70px
}

.founded-section .section_title h2 {
    color: #000
}

.articles_section {
    padding: 100px 0;
    background: linear-gradient(180deg, rgb(239 170 4 / 10%) 0%, rgba(255, 255, 255, 1) 65%);

}


.articles_section .articles_area .row {
    margin-left: -15px;
    margin-right: -15px
}

.articles_section .articles_area .row div[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px
}

.articles_section .articles_area .article_item {
    padding: 35px;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.2);
    min-height: 100%;
}

.articles_section .articles_area .article_item .article_img {
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 48px
}

.articles_section .articles_area .article_item h3 {
    color: var(--primary_color);
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 20px
}

.articles_section .articles_area .article_item p {
    margin-bottom: 20px
}

.articles_section .articles_area .article_item .btn_primary a {
    padding: 8px 27px
}

.surgeons-section {
    padding-top: 40px;
    background: linear-gradient(60deg, #003049 40%, #fff 30%)
}

.surgeons-section .surgeons-slider .owl-carousel .surgeons-content {
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.22);
    margin-top: 120px;
    margin-bottom: 60px
}

.seopage_surgeons.surgeons-section .surgeons-slider .owl-carousel .surgeons-content .surgeon-info p {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 0;
}

.surgeons-section .surgeons-slider .owl-carousel .surgeons-content .surgeon-info {
    padding: 40px 0 40px 60px
}

.surgeons-section .surgeons-slider .owl-carousel .surgeons-content .surgeon-info h3,
.surgeons-section .surgeons-slider .owl-carousel .surgeons-content .surgeon-info span.h3 {
    font-size: 30px;
    margin-bottom: 18px;
    display: block;
    font-weight: 500;
}

.seopage_surgeons.surgeons-section .surgeons-slider .owl-carousel .surgeons-content .surgeon-info strong.h5 {
    margin-bottom: 15px;
}

.surgeons-section .surgeons-slider .owl-carousel .surgeons-content .surgeon-info p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px
}

.surgeons-section .surgeons-slider .owl-carousel .surgeons-content .surgeon-image {
    margin-top: -60px;
    padding-bottom: 60px
}

.surgeons-section .surgeons-slider .owl-carousel .surgeons-content .surgeon-image img {
    width: 335px;
    box-shadow: 0 0 80px -44px rgba(0, 0, 0, 0.75)
}

.surgeons-section .surgeons-slider .owl-carousel .owl-nav {
    text-align: right;
    width: 83.33333333%;
    margin: 0 auto
}

.surgeons-section .surgeons-slider .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-left: 10px
}

.achieve-section {
    padding: 80px 0 50px
}

.achieve-section .achieve-item {
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin: 0 5px;
    text-align: center;
    border-radius: 15px;
}

.achieve-section .achieve-item .icon-section {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 90px;
    background: var(--primary_color);
    border-radius: 50%;
    margin-bottom: 25px
}

.achieve-section .achieve-item .icon-section i {
    font-size: 44px;
    color: #fff
}

.achieve-section .achieve-item h3 {
    font-size: 55px;
    color: var(--primary_color);
    font-weight: 600;
    margin-bottom: 10px
}

.achieve-section .achieve-item h5 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0
}

.hospital-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f7f7f7;
}

.hospital-section .section_title {
    margin-bottom: 60px
}

.hospital-section .section_title .h2 {
    font-size: 52px;
    margin-bottom: 30px;
    font-weight: 600;
}

.hospital-section .hospital-video {
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.2);
    height: 360px !important;
}

.hospital-section .hospital-content p {
    margin-bottom: 18px
}

.hospital-section .hospital-content ul li {
    list-style-type: none;
    margin-bottom: 18px;
    /* font-size: 17px */
}

.hospital-section .hospital-content ul li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    margin-left: -30px;
    margin-right: 10px;
    color: var(--primary_color)
}

.clients-section {
    margin: 30px 0
}

.clients-section .clients-slider {
    padding: 50px 0
}

.clients-section .owl-carousel .owl-stage-outer {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1)
}

.clients-section .item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

@media(min-width:1200px) and (max-width:1399px) {
    .homepage-banner .homepage-banner-content {
        padding-right: 10px
    }

    .homepage-banner .homepage-banner-content h1 {
        font-size: 50px
    }

    .homepage-banner .homepage-banner-content p.wp-block-heading {
        font-size: 28px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .homepage-banner {
        margin-bottom: 50px
    }

    .homepage-banner .homepage-banner-content {
        padding-right: 10px
    }

    .homepage-banner .homepage-banner-content h1 {
        font-size: 48px
    }

    .homepage-banner .homepage-banner-content p.wp-block-heading {
        font-size: 28px
    }

    .homepage-logo {
        margin-bottom: 35px
    }

    .founded-section {
        padding-bottom: 50px
    }
}

@media(max-width:991px) {
    .homepage-banner {
        margin-top: 0;
        margin-bottom: 0
    }

    .homepage-banner .container-fluid {
        padding-left: 0;
        padding-right: 0;
        background-color: var(--primary_color)
    }

    .homepage-banner .homepage-banner-content {
        background-color: var(--primary_color);
        color: #fff;
        padding: 35px 30px 42px
    }

    .homepage-banner .homepage-banner-content h1 {
        color: #fff
    }

    .homepage-banner .homepage-banner-content p.wp-block-heading {
        color: #fff
    }

    .homepage-banner .homepage-banner-content p.wp-block-heading span {
        color: #fff
    }

    .homepage-banner .homepage-banner-content p {
        color: #fff
    }

    .homepage-banner .homepage-banner-content .btn_primary a {
        background-color: #000
    }

    .homepage-logo {
        margin-bottom: 50px
    }

    .homepage-logo .logo-section {
        margin-top: -18px
    }

    .founded-section {
        padding-bottom: 40px
    }

    .articles_section {
        padding: 60px 0
    }

    .surgeons-section .surgeons-slider .owl-carousel .owl-nav {
        text-align: right;
        width: 100%;
        margin: 0 auto
    }

    .hospital-section .section_title {
        margin-bottom: 25px
    }

    .hospital-section .hospital-content {
        padding-bottom: 15px
    }

    .clients-section {
        margin: 0 0 10px
    }

    .booking-section {
        margin-bottom: 0
    }
}

@media(min-width:768px) and (max-width:991px) {
    .homepage-banner .homepage-banner-content {
        max-width: 760px;
        margin: 0 auto
    }

    .achieve-section {
        padding: 60px 0 40px
    }

    .achieve-section .achieve-item {
        padding: 30px 20px;
        margin: 0
    }

    .achieve-section .achieve-item .icon-section {
        height: 80px;
        width: 80px
    }

    .achieve-section .achieve-item .icon-section i {
        font-size: 34px
    }

    .achieve-section .achieve-item h3 {
        font-size: 44px
    }

    .achieve-section .achieve-item h5 {
        font-size: 16px
    }
}

@media(max-width:767px) {
    .homepage-banner .homepage-banner-content {
        padding: 30px 25px 42px
    }

    .homepage-banner .homepage-banner-content h1 {
        font-size: 42px;
        font-weight: 400
    }

    .homepage-banner .homepage-banner-content p.wp-block-heading {
        font-size: 28px
    }

    .homepage-banner .homepage-banner-content p {
        font-size: 17px
    }

    .homepage-banner .homepage-banner-content .btn_primary a {
        font-size: 18px
    }

    .homepage-logo .logo-section .row div[class*=col]:nth-child(1) img {
        margin-left: 0 !important
    }

    .articles_section .articles_area {
        padding: 0;
    }

    .articles_section .articles_area .article_item .article_img {
        margin-bottom: 25px
    }

    .articles_section .articles_area .article_item h3 {
        margin-bottom: 15px
    }

    .surgeons-section {
        background: var(--primary_color)
    }

    .surgeons-section .section_title h2 {
        color: #fff
    }

    .surgeons-section .surgeons-slider .owl-carousel .surgeons-content {
        margin-top: 70px;
        margin-bottom: 35px
    }

    .surgeons-section .surgeons-slider .owl-carousel .surgeons-content .surgeon-info {
        text-align: center;
        padding: 30px
    }

    .surgeons-section .surgeons-slider .owl-carousel .surgeons-content .surgeon-info h3 {
        font-size: 25px
    }

    .surgeons-section .surgeons-slider .owl-carousel .surgeons-content .surgeon-info p {
        font-size: 17px;
        line-height: 26px
    }

    .surgeons-section .surgeons-slider .owl-carousel .surgeons-content .surgeon-image {
        margin-top: -40px;
        padding-bottom: 0
    }

    .surgeons-section .surgeons-slider .owl-carousel .surgeons-content .surgeon-image img {
        width: 233px;
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1)
    }

    .surgeons-section .surgeons-slider .owl-carousel .owl-nav {
        text-align: center;
        padding-bottom: 40px
    }

    .booking-section .row {
        margin-left: -20px;
        margin-right: -20px
    }

    .booking-section .row div[class*=col] {
        padding-left: 20px;
        padding-right: 20px
    }

    .booking-section .booking-form {
        padding-left: 0;
        padding-right: 0
    }

    .booking-section .threeway-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .booking-section .threeway-section .section_title {
        margin-bottom: 24px
    }

    .booking-section .threeway-section h5 {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 28px
    }

    .booking-section .threeway-section h5 br {
        display: none
    }

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

    .booking-section .threeway-section .btn_secondary a span i {
        margin-right: 5px;
        width: 20px
    }

    .booking-section .threeway-section .btn_secondary a span+i {
        font-size: 22px
    }

    .hospital-section .hospital-video {
        height: 188px !important;
    }
}

.footer_section {
    padding: 80px 0;
    background-color: #000;
}

.footer_section .footer_content .footer_item li {
    list-style: none;
    font-size: 17px;
    line-height: 27px
}

.footer_section .footer_content .footer_item li a:hover {
    color: var(--primary_color);
}

.footer_section .footer_content .footer_item h4 {
    font-size: 28px
}

.footer_section .footer_content .footer_item .contacts {
    padding-right: 58px
}

.footer_section .footer_content .footer_item .contacts li {
    padding-bottom: 14px
}

.footer_section .footer_content .footer_item .footer_logo_2 {
    width: 183px
}

.footer_section .footer_content .footer_item .footer_social a {
    font-size: 22px;
    display: inline-block;
    margin-right: 15px
}

.footer_section .copyright_section .copyright p {
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    font-weight: bold
}

.footer_section .copyright_section .copyright p a {
    text-decoration: none;
    color: #fff;
}

.footer_section hr {
    border-top: 1px solid #cccc;
}

.ppc-banner {
    margin-top: 60px
}

.ppc-banner h1 {
    font-size: 46px;
    margin-bottom: 20px
}

.ppc-banner .banner_text {
    padding: 40px 0
}

.ppc-banner .banner_text i {
    color: var(--primary_color);
    font-size: 31px;
    margin-bottom: 20px
}

.ppc-banner .banner_text p em {
    color: var(--primary_color)
}

.ppc-banner .ppc_banner_form {
    background-color: var(--primary_color);
    padding-left: 28px;
    padding-right: 28px;
    box-shadow: 2px 10px 60px 0 rgba(0, 0, 0, 0.2);
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px
}

.ppc-banner .ppc_banner_form h5 {
    color: #fff;
    text-align: center
}

.ppc-banner .ppc_banner_form .btn_primary input {
    background-color: #000
}

.ppc-banner .banner_img_col {
    position: relative
}

.ppc-banner .banner_img_col .upper_img_mobile {
    position: absolute;
    right: 25px;
    top: 40px;
    z-index: 9;
    border-radius: 10px;
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 140px;
    padding: 15px 15px 15px
}

.ppc-banner .banner_img_col .upper_img_mobile:after {
    content: "";
    width: 50px;
    height: 17px;
    background-color: white;
    display: inline-block;
    position: absolute;
    bottom: 0;
    transform: rotate(124deg) skew(-57deg);
    -webkit-transform: rotate(124deg) skew(-57deg);
    -moz-transform: rotate(124deg) skew(-57deg);
    left: 1px;
    z-index: -1
}

.ppc-banner .banner_img_col .upper_img_mobile i {
    color: var(--primary_color);
    opacity: .5;
    margin-bottom: 4px;
    font-size: 22px;
    font-weight: 300
}

.ppc-banner .banner_img_col .upper_img_mobile p {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.ppc-banner .banner_img_col .upper_img_mobile h6 {
    color: var(--primary_color);
    font-weight: 300;
    margin-bottom: 0
}

.ppc_navlinks {
    background-color: var(--primary_color);
    text-align: center;
    padding: 15px 0
}

.ppc_navlinks ul li a {
    color: #fff;
    padding: 0 20px
}

.ppc_navlinks ul li a:hover {
    color: #fff
}

.ppc_navlinks ul li:not(:last-child) a {
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}

.ppc_surgeon {
    background-color: #f9ecee
}

.ppc_surgeon .surgeon_area {
    border-right: 1px solid #e7d4d7;
    border-left: 1px solid #e7d4d7
}

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

.ppc_surgeon .surgeon_img {
    display: flex;
    align-items: center;
    justify-content: center
}

.ppc_surgeon .surgeon_img img {
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.2)
}

.testimonial_section {
    padding: 70px 0
}

.testimonial_section .testimonial_area .card {
    border: 0;
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.1)
}

.testimonial_section .testimonial_area .card .card-body {
    padding: 32px 40px
}

.testimonial_section .testimonial_area .card .card-body h6 {
    color: var(--primary_color);
    font-size: 17px
}

.video_testimonial .video_area {
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.1)
}

.ppc_footer_section.footer_section {
    padding: 0;
    background-color: #fff
}

.ppc_footer_section.footer_section .ppc_footer_info {
    background-color: #f3f3f3;
    border-radius: 50px;
    overflow: hidden
}

.ppc_footer_section.footer_section .ppc_footer_info .left_area {
    background-color: #000;
    padding: 15px 10px;
    color: #fff
}

.ppc_footer_section.footer_section .ppc_footer_info .left_area h5 {
    font-weight: 500;
    margin: 0
}

.ppc_footer_section.footer_section .ppc_footer_info ul {
    margin: 0
}

.ppc_footer_section.footer_section .ppc_footer_info ul li {
    font-size: 17px;
    color: #000;
    display: inline-block;
    list-style-type: none
}

.ppc_footer_section.footer_section .ppc_footer_info ul li:not(:last-child) {
    border-right: 1px solid #a5a2a2;
    padding-right: 20px;
    margin-right: 15px
}

.ppc_footer_section.footer_section .ppc_footer_info ul li a {
    font-size: 17px;
    color: #000
}

.ppc_footer_section.footer_section .our_locations {
    padding: 65px 0
}

.ppc_footer_section.footer_section .our_locations .location_area {
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.1);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 100%;
    padding: 26px 12px;
    text-align: center
}

.ppc_footer_section.footer_section .our_locations .location_area h5,
.ppc_footer_section.footer_section .our_locations .location_area h3,
.ppc_footer_section.footer_section .our_locations .location_area p {
    margin: 0
}

.ppc_footer_section.footer_section .our_locations .location_area h3 {
    font-size: 24px
}

.ppc_footer_section.footer_section .our_locations .location_area h5 {
    color: var(--primary_color);
    font-size: 18px
}

.ppc_footer_section.footer_section .our_locations .location_area .location_name {
    background-color: #edeef0;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px 0
}

.ppc_footer_section.footer_section .ppc_social {
    text-align: center;
    margin: 0;
    padding-top: 20px
}

.ppc_footer_section.footer_section .ppc_social li a {
    color: #000;
    font-size: 22px;
    display: inline-block;
    margin: 0 10px
}

.ppc_footer_section.footer_section .copyright_section {
    background-color: #000;
    padding: 25px 0
}

.ppc_footer_section.footer_section .copyright_section .copyright p {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px
}

.ppc_cms_section.cms_section .row {
    margin-bottom: 0
}

.pricing_section {
    background-color: #fff
}

.pricing_section .pricing_content {
    padding: 35px 50px;
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.2)
}

.pricing_section .pricing_content .pricing_area .section_title h2 {
    text-align: start
}

.pricing_section .pricing_content .pricing_area ul li {
    list-style-type: none;
    margin-bottom: 15px
}

.pricing_section .pricing_content .pricing_area ul li:before {
    content: "\f0a9";
    font-family: "Font Awesome 5 Pro";
    margin-left: -30px;
    margin-right: 10px;
    color: var(--primary_color);
    background-color: #fff;
    font-weight: 700
}

.pricing_section .pricing_content .price_list table {
    width: 100%
}

.pricing_section .pricing_content .price_list table .heading th {
    font-weight: 400
}

.pricing_section .pricing_content .price_list table tr th {
    padding: 10px 20px
}

.pricing_section .pricing_content .price_list table tr td {
    background-color: #f7f7f7;
    font-size: 18px;
    border: 0;
    padding: 10px 20px
}

.pricing_section .pricing_content .price_list table tr td p {
    margin: 0
}

.pricing_section .pricing_content .price_list table tr th {
    background-color: var(--primary_color);
    color: #fff;
    font-size: 18px
}

.pricing_section .pricing_content .pricing_text {
    color: var(--primary_color);
    line-height: 19px;
    padding: 0
}

.pricing_section .pricing_content i {
    color: var(--primary_color)
}

.benefits_section {
    background-image: url("../images/red_bg.webp");
    background-repeat: no-repeat;
    background-size: cover
}

.benefits_section .benefit_content {
    padding-bottom: 80px
}

.benefits_section .benefit_content .benefit {
    background-color: var(--primary_color);
    border: 2px solid #d45d6b;
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 47px 0;
    margin: 0 8px
}

.benefits_section .benefit_content .benefit p {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    padding-top: 17px
}

.benefits_section .benefit_content .benefit .benefit_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 50px
}

.ppc_address_section {
    padding: 94px 0;
    background-color: #f9ecee
}

.ppc_address_section .ppc_address {
    background-color: #fff;
    padding: 50px 0;
    border-radius: 10px;
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.2)
}

.ppc_address_section .ppc_address ul {
    padding-left: 0rem
}

.ppc_address_section .ppc_address ul li {
    list-style-type: none;
    padding-bottom: 10px
}

.ppc_address_section .ppc_address ul li i {
    padding-right: 10px
}

.ppc_address_section .ppc_address .address_section {
    padding: 50px 40px
}

.ppc_address_section .ppc_address .address_section .map {
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.2)
}

@media(min-width:992px) {
    .top_header.ppc_header {
        padding: 15px 0
    }

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

    .top_header.ppc_header nav.navbar .right_nav {
        margin-right: 0;
        margin-left: auto
    }

    .top_header.ppc_header nav.navbar .right_nav li.contact_btn {
        margin-right: 15px
    }

    .top_header.ppc_header nav.navbar .right_nav li.contact_btn a {
        background-color: #000;
        color: #fff;
        padding: 9px 20px;
        border-radius: 50px
    }

    .top_header.ppc_header nav.navbar .right_nav li.contact_btn a i {
        /* width: auto; */
        margin-right: 10px;
        font-size: 14px
    }

    .top_header.ppc_header nav.navbar .right_nav li.contact_btn a span {
        display: block
    }
}

@media(max-width:991px) {
    .ppc_surgeon .surgeon_area {
        border: 0
    }
}

@media(max-width:767px) {
    .ppc-banner {
        margin-top: 0
    }

    .ppc-banner h1 {
        font-size: 42px
    }

    .ppc-banner .container {
        max-width: 100%;
        padding: 0
    }

    .ppc-banner .container .row {
        margin-left: 0;
        margin-right: 0
    }

    .ppc-banner .container .row .banner_text {
        padding-left: 10px;
        padding-right: 10px
    }

    .ppc-banner .banner_img_col {
        background: -moz-linear-gradient(90deg, #c6c6c6 0, #e7e7e9 100%);
        background: -webkit-linear-gradient(90deg, #c6c6c6 0, #e7e7e9 100%);
        background: -ms-linear-gradient(90deg, #c6c6c6 0, #e7e7e9 100%)
    }
}

@media(max-width:575px) {
    .pricing_section .pricing_content {
        padding: 0;
        box-shadow: none
    }

    .benefits_section .benefit_content {
        padding: 0 40px
    }

    .ppc_navlinks ul li a {
        padding: 0 10px;
        font-size: 14px
    }

    .ppc-banner .banner_text .btn_primary a {
        font-size: 14px
    }
}

.homepage-banner.seo_banner .homepage-banner-content img {
    max-width: 100%;
    margin-bottom: 30px
}

.homepage-banner.seo_banner .homepage-banner-content p em {
    color: var(--primary_color)
}

.homepage-banner.seo_banner .homepage-banner-content i[class*="quote"] {
    color: var(--primary_color);
    font-size: 31px;
    margin-bottom: 10px;
    padding-top: 10px
}

.homepage-banner.seo_banner .banner-img {
    position: relative
}

.homepage-banner.seo_banner .banner-img .upper_img_mobile {
    position: absolute;
    right: 25px;
    top: 40px;
    z-index: 9;
    border-radius: 10px;
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 140px;
    padding: 15px 15px 15px
}

.homepage-banner.seo_banner .banner-img .upper_img_mobile:after {
    content: "";
    width: 50px;
    height: 17px;
    background-color: white;
    display: inline-block;
    position: absolute;
    bottom: 0;
    transform: rotate(124deg) skew(-57deg);
    -webkit-transform: rotate(124deg) skew(-57deg);
    -moz-transform: rotate(124deg) skew(-57deg);
    left: 1px;
    z-index: -1
}

.homepage-banner.seo_banner .banner-img .upper_img_mobile i {
    color: var(--primary_color);
    opacity: .5;
    margin-bottom: 4px;
    font-size: 22px;
    font-weight: 300
}

.homepage-banner.seo_banner .banner-img .upper_img_mobile p {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.homepage-banner.seo_banner .banner-img .upper_img_mobile h6 {
    color: var(--primary_color);
    font-weight: 300;
    margin-bottom: 0
}

.seo_services_section .service_box {
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.1);
    padding: 16px 25px;
    text-align: center;
    height: 100%
}

.seo_services_section .service_box .icon-section {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    width: 68px;
    background: #000;
    border-radius: 50%;
    margin-bottom: 20px
}

.seo_services_section .service_box .icon-section i {
    font-size: 39px;
    color: #fff
}

.seo_services_section .service_box p {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px
}

.gallery-section {
    padding-top: 70px;
    padding-bottom: 50px;
}

.gallery-section .gallery-heading span {
    color: var(--primary_color);
    font-weight: 600;
    letter-spacing: 0.6px;
    font-size: 16px;
}

.gallery-section .gallery-heading h2 {
    /* margin-bottom: 30px; */
    margin-top: 10px;
}

.gallery-section .gallery-slider .owl-dot span {
    height: 6px;
    width: 6px;
    transition: all 0.3s ease-in-out;
    margin: 0 5px
}

.gallery-section .gallery-slider .owl-dot.active span {
    width: 36px;
    background: #003049 !important;
    transition: all 0.3s ease-in-out;
}


.gallery-slider .item {
    box-shadow: 0 10px 24px rgb(0 0 0 / 10%);
    padding: 1.25rem;
    margin: 30px 20px;
}

.gallery-slider .item h5 {
    padding-top: 15px;
    margin-bottom: 15px;
    color: #003049;
}

.gallery-slider .item p {
    margin-bottom: 0px;
}

.gallery-section .gallery-btn {
    text-align: center;
    padding-top: 20px
}

.gallery-section .gallery-btn a {
    color: #fff;
    text-align: center;
    font-size: 20px
}

.gallery-slider .owl-nav button {
    background-color: #003049 !important;
    width: 36px;
    height: 36px;
    border-radius: 50% !important;
}

.gallery-slider .owl-nav button .far {
    color: var(--white);
    font-size: 12px;
}

.toc_section {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #CCE0E9;
}

.toc_section .features_item p {
    font-size: 18px;
    margin-bottom: 0px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.toc_section .features_item p .far {
    color: #003049;
    font-size: 22px;
}

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

.toc_section .toc_area .seo_features .d-flex {
    margin-bottom: 10px
}

.toc_section .toc_area .seo_features .d-flex p {
    margin-bottom: 0
}

.toc_section .toc_area .seo_features .d-flex i {
    margin-right: 10px;
    font-size: 18px
}

.toc_section .toc_area .breadcrumbs_area .breadcrumb {
    background-color: #003049;
    display: inline-flex;
    padding: 5px 25px;
    --bs-breadcrumb-divider: '\f101'
}

.toc_section .toc_area .breadcrumbs_area .breadcrumb li {
    color: #fff;
    font-size: 17px
}

.toc_section .toc_area .breadcrumbs_area .breadcrumb li a {
    color: #fff
}

.toc_section .toc_area .breadcrumbs_area .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-size: 12px;
    float: none;
    margin: 0 3px
}

.toc_section .toc_area .toc_items {
    padding-top: 20px
}

.toc_section .toc_area .toc_items h2 button {
    font-size: 34px
}

.toc_section .toc_area .toc_items h2 button i {
    margin-right: 15px
}

.toc_section .toc_area .toc_items .accordion-body {
    padding-top: 10px
}

.toc_section .toc_area .toc_items .accordion-body ol {
    padding-left: 20px
}

.toc_section .toc_area .toc_items .accordion-body ol li {
    margin-bottom: 10px;
    color: #fff
}

.toc_section .toc_area .toc_items .accordion-body ol li a {
    font-size: 17px;
    color: #fff;
}

.page_meta_info img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #fff;
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.2);
    margin-right: 20px
}

.page_meta_info p {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 0
}

.page_meta_info p a {
    color: #000
}

.faq_section {
    padding-top: 50px;
    padding-bottom: 40px
}

.faq_section .accordion .accordion-item {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px
}

.faq_section .accordion .accordion-item h2.accordion-header button.accordion-button {
    font-size: 28px;
    font-weight: 500;
    color: #003049;
    background-color: transparent;
    padding: 0 0 20px;
    box-shadow: none
}

.faq_section .accordion .accordion-item h2.accordion-header button.accordion-button:not(.collapsed) {
    background-color: transparent
}

.faq_section .accordion .accordion-item h2.accordion-header button.accordion-button:after {
    content: none
}

.faq_section .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0 0 10px
}

.related_articles {
    background-color: #003049;
    padding-top: 50px;
    padding-bottom: 70px
}

.related_articles .section_title h2 {
    color: #fff
}

.related_articles .related_articles_area {
    /* background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.1); */
    margin-top: 40px;
    /* padding: 40px; */
}

.rel_article_item {
    padding: 10px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.1);
}

.related_articles .related_articles_area .rel_article_item {
    display: inline-flex;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 25px;
    transition: all 0.3 ease-in-out;
}

.related_articles .related_articles_area .rel_article_item:hover {
    transform: translateY(-20px);
}

.related_articles .related_articles_area .rel_article_item img {
    width: 110px;
    height: 110px;
    border-radius: 15px;
    object-fit: cover;
    margin-right: 20px
}

.related_articles .related_articles_area .rel_article_item h5 {
    font-size: 18px;
    line-height: 1.3;
    color: #000
}

.related_articles .related_articles_area .rel_article_item .fas,
.related_articles .related_articles_area .rel_article_item:hover h5 {
    color: #003049;
}

@media(min-width:992px) and (max-width:1199px) {
    .seo_services_section .service_box {
        padding: 16px 5px
    }

    .toc_section .toc_area .seo_features .d-flex p {
        font-size: 17px
    }
}

@media(max-width:991px) {
    .related_articles .related_articles_area {
        border-radius: 20px
    }

    .homepage-banner.seo_banner .container-fluid {
        background-color: #fff;
        color: #000
    }

    .homepage-banner.seo_banner .container-fluid .homepage-banner-content {
        background-color: #fff;
        padding-bottom: 0
    }

    .homepage-banner.seo_banner .container-fluid .homepage-banner-content h1,
    .homepage-banner.seo_banner .container-fluid .homepage-banner-content p {
        color: #000
    }

    .homepage-banner.seo_banner .container-fluid .homepage-banner-content .btn_primary a {
        background-color: var(--primary_color)
    }

    .seopage_logos .logo-section {
        margin-top: 40px
    }
}

@media(max-width:767px) {
    .homepage-banner.seo_banner .container-fluid .homepage-banner-content h1 {
        font-size: 34px
    }

    .homepage-banner.seo_banner .container-fluid .homepage-banner-content .btn_primary a {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px
    }

    .related_articles .related_articles_area {
        padding: 20px 20px 10px;
        border-radius: 10px
    }

    .seo_services_section .service_box {
        padding: 20px 15px 15px
    }

    .toc_section .toc_area {
        background-image: none;
        background-color: transparent;
        padding: 0px;
    }

    .toc_section .toc_area .toc_items h2 button {
        font-size: 28px
    }

    .page_meta_info p {
        font-size: 13px;
        line-height: 23px
    }

    .toc_section .toc_area .breadcrumbs_area .breadcrumb {
        padding: 5px 16px
    }

    .page_meta_info img {
        width: 85px;
        height: 85px;
        margin-right: 15px
    }

    .faq_section .accordion .accordion-item h3.accordion-header button.accordion-button {
        font-size: 19px;
        line-height: 27px
    }
}

@media(max-width:575px) {
    .gallery-section .container {
        padding-left: 0;
        padding-right: 0
    }

    .mb_xs_0 {
        margin-bottom: 0 !important
    }

    .seo_last_section img {
        margin-bottom: 0 !important;
        width: 100%
    }

    .seo_last_section .container {
        padding-left: 0;
        padding-right: 0
    }

    .seo_last_section .container .row {
        margin-left: 0;
        margin-right: 0
    }

    .seo_last_section .container .row div[class*=col]:not(.p_xs_lr) {
        padding-left: 0;
        padding-right: 0
    }

    .seo_last_section .p_xs_lr {
        padding-left: 20px;
        padding-right: 20px
    }
}

.cms_section .row {
    margin-bottom: 60px
}

.cms_section h2,
.cms_section .h2 {
    margin-bottom: 35px;
    font-size: 34px !important;
    line-height: 40px;
    font-weight: 600;
}

.cms_section h2 strong {
    font-weight: 600
}

.cms_section h3 {
    margin-bottom: 35px;
    font-size: 30px;
    font-weight: 400
}

.cms_section h3 strong {
    font-weight: 600
}

.cms_section h4 {
    font-size: 28px;
    font-weight: 500
}

.cms_section h5 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px
}

.cms_section p {
    /* line-height: 27px; */
    /* font-size: 18px; */
    margin-bottom: 15px
}

/* .cms_section img {
    border: 1px solid #fff;
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.1);
    max-width: 100%;
    margin-bottom: 20px
} */
.cms_section img {
    width: 100%;
}

.cms_section ol li {
    list-style-type: decimal;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 27px
}

.high_light_point ul li,
.cms_section ul li {
    list-style-type: none;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 27px
}


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

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

.high_light_point p em {
    color: #003049;
}

.high_light_point .fa-quote-left {
    color: #003049;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 31px;
}

.cms_section .border_box {
    border: 1px solid #f5f5f5;
    padding: 40px 40px 20px;
    margin-bottom: 40px
}

.request_btn {
    margin: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.request_btn a:last-child {
    border-left: 1px solid #ccC;
    margin-right: 20px;
    padding-left: 20px;
}

.request_btn a>img {
    width: 175px;
    margin-bottom: 0px;
}

.before-after__img-cont {
    display: flex;
}

@media(min-width:992px) and (max-width:1199px) {

    .cms_section .btn_primary a,
    .cms_section .btn_secondary a {
        font-size: 17px
    }
}

@media(max-width:767px) {
    .cms_section h2 {
        font-size: 28px;
        margin-bottom: 20px
    }

    .cms_section .border_box {
        padding: 20px 20px 0
    }

    .cms_section .row {
        margin-bottom: 40px
    }

    .gallery-slider .item {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

/* .clinic_banner .breadcrumbs ol li {
    font-size: 17px
} */

.clinic_banner .breadcrumbs ol li i {
    font-size: 11px
}

.clinic_banner .breadcrumbs ol li a {
    color: #000
}

.clinic_banner .clinic_banner_content h1 {
    font-size: 46px;
    font-weight: 500
}

.journey_section h2 {
    font-size: 34px;
    font-weight: 500
}

.journey_section .row {
    margin-top: 58px
}

.journey_section .row .journey_item {
    background-color: #fff;
    padding: 30px 30px 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    height: 100%
}

.journey_section .row .journey_item h5 {
    text-align: start;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary_color)
}

.patient_slider_section {
    padding: 60px 0
}

.cms_section .address_section {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 10px
}

.cms_section .address_section h2 {
    margin-bottom: 20px;
    margin-bottom: 35px
}

.cms_section .address_section ul li:before {
    content: none
}

.cms_section .address_section ul li i {
    padding-right: 10px
}

.features_section {
    height: auto;
    background-image: url(../images/red_bg.webp)
}

.features_section .features_item p {
    color: #fff;
    margin-top: 1rem
}

.features_section .features_item p i {
    padding-right: 10px;
}

.finance_section {
    margin: 60px 0
}

.finance_section .finance_img img {
    width: 100%
}

.finance_section .finance_content .section_title h2 {
    text-align: start
}

.finance_section .finance_content .finance_img img {
    width: 100%
}

.procedures_section {
    margin: 60px 0
}

.procedures_section .procedure_content {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 30px 50px
}

.procedures_section .procedure_content .section_title h2 {
    text-align: start;
    margin-bottom: 30px
}

.procedures_section .procedure_content .procedure_item {
    padding-bottom: 12px
}

.procedures_section .procedure_content .procedure_item a {
    color: var(--primary_color);
    line-height: 27px;
    font-size: 17px
}

.procedures_section .procedure_content .procedure_item a i {
    padding-right: 10px
}

@media(max-width:576px) {
    .clinic_banner .breadcrumbs {
        margin-top: 20px
    }

    .clinic_banner .clinic_banner_content {
        padding: 0
    }

    .clinic_banner .clinic_banner_content h1 {
        font-size: 28px
    }

    .clinic_banner .clinic_banner_content .btn_primary {
        display: none
    }

    .cms_section .address_section ul li {
        font-size: 14px
    }

    .cms_section .address_section ul p {
        font-size: 14px
    }

    .journey_section h2 {
        font-size: 28px
    }
}

@media(max-width:767px) {
    .clinic_surgeon_section {
        background: transparent
    }

    .clinic_surgeon_section .section_title h2 {
        color: #fff
    }

    .clinic_surgeon_section .surgeons-slider .owl-carousel .surgeons-content {
        margin-top: 70px;
        margin-bottom: 35px
    }

    .clinic_surgeon_section .surgeons-slider .owl-carousel .surgeons-content .surgeon-info {
        text-align: center;
        padding: 30px
    }

    .clinic_surgeon_section .surgeons-slider .owl-carousel .surgeons-content .surgeon-info P {
        margin-bottom: 25px
    }

    .clinic_surgeon_section .surgeons-slider .owl-carousel .surgeons-content .surgeon-info h3 {
        font-size: 25px
    }

    .clinic_surgeon_section .surgeons-slider .owl-carousel .surgeons-content .surgeon-info p {
        font-size: 17px;
        line-height: 26px
    }

    .clinic_surgeon_section .surgeons-slider .owl-carousel .surgeons-content .surgeon-image {
        margin-top: -40px;
        padding-bottom: 0
    }

    .clinic_surgeon_section .surgeons-slider .owl-carousel .surgeons-content .surgeon-image img {
        width: 233px;
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1)
    }

    .clinic_surgeon_section .surgeons-slider .owl-carousel .owl-nav {
        text-align: center;
        padding-bottom: 40px
    }

    .features_section .feature_content .row {
        padding: 40px 0
    }

    .features_section .feature_content .row .features_item p {
        margin-top: 0rem !important
    }
}

@media(max-width:991px) {
    .clinic_banner .clinic_banner_content {
        background-color: transparent
    }

    .clinic_banner .clinic_banner_content h1 {
        color: var(--secondary_color)
    }

    .clinic_banner .clinic_banner_content p {
        color: var(--secondary_color)
    }

    .cms_section .address_section ul {
        padding-left: 0rem;
        padding-top: 1em
    }

    .request_btn {
        flex-wrap: wrap;
    }
}

.surgeon_profile {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, #CCE0E9 100%);
    padding-top: 60px;
    padding-bottom: 60px;
}

.surgeon_profile .surgeon_profile_content .breadcrumb li a {
    color: #000;
    font-size: 17px
}

.surgeon_profile .surgeon_profile_content .breadcrumb li i {
    font-size: 12px
}

.surgeon_profile_img img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.about_section .row .about_content h2 {
    margin-bottom: 20px
}

.about_section .row .about_content ul li {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    padding-right: 10px
}

.about_section .row .about_lower_list .linkedin_style {
    font-size: 40px;
    color: #0072b1
}

.quali_section .quali_area .left_area,
.quali_section .quali_area .right_area {
    height: 100%;
    padding: 35px;
    border-radius: 35px 0px;
    background-color: #CCE0E9;
}

.quali_section .quali_area .left_area ul li:before,
.quali_section .quali_area .right_area ul li:before {
    content: "\f058"
}

.quali_section .quali_area .left_area ul li a,
.quali_section .quali_area .right_area ul li a {
    color: var(--primary_color)
}

.cosmetic_procedure .procedure_content {
    box-shadow: none
}

.cosmetic_procedure .procedure_content .section_title h2 {
    margin-bottom: 10px
}

.cosmetic_procedure .procedure_content .procedure_item a {
    color: #000
}

.cosmetic_procedure .procedure_content .procedure_item a i {
    color: var(--primary_color)
}

.surgeon_page_slider .surgeon_gallery .col-lg-12 h2 {
    padding-bottom: 20px
}

.surgeon_page_slider .surgeon_gallery .owl-carousel {
    padding-bottom: 20px
}

.surgeon_page_slider .surgeon_gallery .gallery-btn {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px
}

.surgeon_page_slider .surgeon_gallery .gallery-btn a {
    color: var(--primary_color);
    vertical-align: middle;
    font-size: 20px
}

.surgeon_page_slider .surgeon_gallery .gallery-btn a i {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px
}

@media(max-width:991px) {
    .surgeon_profile {
        padding-top: 0
    }

    .surgeon_profile .surgeon_profile_content .breadcrumbs {
        padding-top: 20px
    }

    .surgeon_profile .surgeon_profile_content h1 {
        padding-bottom: 0;
        color: var(--primary_color)
    }

    .about_section {
        padding: 40px 0
    }
}

@media(max-width:575px) {
    .cosmetic_procedure .procedure_content {
        padding: 0 10px
    }
}

.finance_banner {
    margin: 60px 0 68px 0
}

.finance_banner .breadcrumbs ol li {
    font-size: 17px
}

.finance_banner .breadcrumbs ol li i {
    font-size: 11px;
    color: #000
}

.finance_banner .breadcrumbs ol li a {
    color: #000
}

.finance_banner .clinic_banner_content h1 {
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 15px
}

.finance_cms_section .cms_section .btn_primary {
    margin-bottom: 25px
}

.finance_cms_section .cms_section ul li:before {
    content: "\f14a";
}

.finance_faq .section_title h2 {
    text-align: start
}

.finance_faq ul li:before {
    content: "\f14a";
}

.payment_section {
    margin: 60px 0
}

.payment_section .payment_content {
    padding: 38px 38px;
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, 0.1)
}

.payment_section .payment_content .section_title h2 {
    text-align: start
}

.payment_section .payment_content .payment_area {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 0;
    border-bottom: 1px solid #e8e8e8
}

.payment_section .payment_content .payment_area .payment_btn a {
    color: var(--primary_color)
}

.payment_section .payment_content .payment_area .payment_btn a i {
    padding-left: 10px
}

.payment_section .payment_content .payment_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 135px;
    width: 135px;
    background: var(--primary_color);
    border-radius: 50%
}

.payment_section .payment_content .payment_icon i {
    font-size: 65px;
    color: #fff
}

@media(max-width:991px) {
    .homepage-banner.finance_banner {
        margin-top: 0
    }

    .homepage-banner.finance_banner .container-fluid {
        background-color: #fff;
        color: #000
    }

    .homepage-banner.finance_banner .container-fluid .homepage-banner-content {
        background-color: #fff;
        padding-bottom: 0
    }

    .homepage-banner.finance_banner .container-fluid .homepage-banner-content h1,
    .homepage-banner.finance_banner .container-fluid .homepage-banner-content p {
        color: #000
    }

    .homepage-banner.finance_banner .container-fluid .homepage-banner-content .btn_primary a {
        background-color: var(--primary_color)
    }

    .payment_section .payment_content .payment_icon {
        margin-bottom: 25px
    }
}

@media(max-width:767px) {
    .homepage-banner.finance_banner .container-fluid .homepage-banner-content h1 {
        font-size: 34px
    }

    .homepage-banner.finance_banner .container-fluid .homepage-banner-content .btn_primary a {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.blog_section .breadcrumb li a {
    color: #000;
    font-size: 17px
}

.blog_section .breadcrumb li i {
    font-size: 12px;
    color: #000;
}

.blog_section .blog_banner_content h5 {
    color: var(--primary_color);
    font-size: 18px
}

.article_section {
    padding: 60px 0
}

.article_section .article_area {
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    border-left: 8px solid #003049;
}

.article_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0px;
}

.article_section .article_area ul li {
    list-style-type: none;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 27px;
    width: 46%;
    border-bottom: 1px solid #ccc;

}

.article_section .article_area ul li a {
    color: #003049;
    transition: all 0.3s ease-in-out;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article_section .article_area ul li:hover a {
    color: #fff;
    background-color: #003049;
}

.article_section .article_area ul li a i.fas {
    padding-left: 10px;
}


.article_section .article_area .section_title h2 {
    text-align: start
}

.blog_cms_section h2 {
    margin-bottom: 20px;
    margin-top: 38px
}

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

.blog_cms_section p>a {
    color: #003049;
    font-size: 18px;
    font-weight: 600;
}

.tuck_section {
    padding: 60px 0
}

.tuck_section .tuck_area {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 40px
}

.tuck_section .tuck_area .gallery-btn {
    text-align: center;
    padding-top: 20px
}

.tuck_section .tuck_area .gallery-btn a {
    color: var(--primary_color);
    text-align: center;
    font-size: 20px
}

.tuck_section .tuck_area .gallery-btn a i {
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px
}

.tuck_section .tuck_area .tuck_option_area {
    padding-left: 20px
}

.tuck_section .tuck_area .tuck_option {
    border-left: 4px solid var(--primary_color);
    margin-top: 30px;
    padding-left: 10px
}

.tuck_section .tuck_area .tuck_option h3 a {
    color: var(--primary_color)
}

.blog_address .left_area {
    display: flex;
    align-items: center
}

.blog_address .left_area .location_btn a {
    color: var(--secondary_color)
}

.blog_address .left_area .address_area h3 {
    line-height: 45px;
    color: var(--primary_color)
}

.blog_address .left_area .address_area p {
    padding-bottom: 10px
}

.blog_address .blog_add_section {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 35px 45px
}

@media(max-width:991px) {
    .tuck_section .tuck_area {
        padding: 20px
    }

    .tuck_section .tuck_area .tuck_option_area {
        padding-left: 0
    }

    .blog_address .right_area img {
        padding-top: 25px
    }
}

@media(max-width:575px) {
    .tuck_section .tuck_area {
        box-shadow: none;
        padding: 0
    }

    .tuck_section .tuck_area .tuck_option_area {
        padding-left: 0
    }

    .tuck_section .tuck_area .tuck_option_area .tuck_option h2 {
        font-size: 28px
    }

    .tuck_section .tuck_area .tuck_option_area .tuck_option h2:after {
        content: "\f054";
        font-family: "Font Awesome 5 Pro";
        margin-left: 30px;
        margin-right: -10px;
        color: var(--primary_color);
        font-weight: 700
    }
}

/* Blur all images */
.blurry_images .gallery-slider img,
.blurry_images .gallery_images img,
/*.blurry_images .seo_main_section img, */
.blurry_images .blog_cms_section img,
.blurry_images .single-blur img,
.single-blur,

/*.blurry_images .content_right_img img,*/
.blurry_images .tummy_slider img {
    filter: blur(30px);
    transition: filter 0.5s ease;
}

/* Remove blur effect on hover or when clicked */
.blurry_images .gallery-slider .img_wrapper.clicked img,
.blurry_images .gallery_images .img_wrapper.clicked img,
.blurry_images .seo_main_section img.clicked,
.blurry_images .blog_cms_section img.clicked,
.blurry_images .single-blur img,
.single-blur.clicked,
/*.blurry_images .content_right_img img.clicked,*/
.blurry_images .tummy_slider .img_wrapper.clicked img {
    filter: none;
}

.blurry_images .img_wrapper {
    position: relative;
    cursor: pointer;
}

.blurry_images .img_wrapper:after {
    content: "👁 Click to reveal";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
    font-size: 23px;
}

.blurry_images .img_wrapper.clicked:after {
    content: none;
}

.img.unblur,
.unblur {
    filter: none !important;
}