html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0 !important;
    /* font-family: "Lora", serif; */
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    overflow-x: hidden;
    background-image: url(../images/appoinment-new.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.spl-font {
    /* font-family: "Lobster Two", sans-serif; */
    font-family: "Plus Jakarta Sans", sans-serif;
}


::selection {
    background: #c72034;
    color: #fff;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}

/*buttons-start*/
button:focus {
    outline: none !important;
}

.default-btn {
    background: #c72034;
    font-size: 16px;
    text-transform: capitalize;
    border: 2px solid;
    border-color: #c72034;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
}

.alt-default-btn {
    background: #c72034;
    font-size: 16px;
    text-transform: capitalize;
    border: 2px solid;
    border-color: #c72034;
    color: #fff;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.new-default-btn {
    background: #6d16d2;
    font-size: 16px;
    text-transform: capitalize;
    border: 2px solid;
    border-color: #6d16d2;
    color: #fff;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

.default-btn:hover,
.default-btn:focus {
    color: #fff;
    background: #c72034;
    border-color: #c72034;
    transition: 0.3s ease-in-out;
}

.alt-default-btn:hover,
.alt-default-btn:focus {
    color: #fff;
    background: #c72034;
    border-color: #c72034;
    transition: 0.3s ease-in-out;
}

.new-default-btn:hover,
.new-default-btn:focus {
    color: #fff;
    background: #ff9800;
    border-color: #ff9800;
    transition: 0.3s ease-in-out;
}

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

/*buttons-end*/

/* custom-heading-start */
.heading-text {}

.heading-text h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    color: #1e1e1e;
}

.heading-text h2 span {
    color: #c72034;
}


@media only screen and (max-width:575px) {
    .heading-text h2 {
        font-size: 32px;
        line-height: 40px;
    }

}

/* custom-heading-end */

/* header-start */

header {}

.pre-header {
    background-color: #ff9800;
}

.ph-left {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    column-gap: 20px;
}

.ph-left a {
    color: #fff;
    position: relative;
    transition: 0.3s ease-in-out;
}

.ph-left a:hover {
    color: #6d16d2;
    transition: 0.3s ease-in-out;
}

.ph-left a:before {
    position: absolute;
    content: "";
    right: -10px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #fff;
}

.ph-left a:last-child:before {
    display: none;
}

.ph-left a i {
    color: #fff;
    text-shadow: 1px 1px #0f0f0f30;
}

.ph-left a:hover i {
    color: #fff;
}

.ph-right {
    display: flex;
    justify-content: end;
    align-items: center;
}

.ph-social {}

.ph-social a {
    color: #ffffff;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}

.ph-social a i {
    text-shadow: 1px 1px #0f0f0f30;
}

.ph-social a:hover {
    color: #6d16d2;
    transition: 0.3s ease-in-out;
}

.ph-right .default-btn {
    border-radius: 0px;
    height: 50px;
}

.header {
    position: absolute;
    top: 0px;
    z-index: 50;
    width: 100%;
    background: #fff;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 3px 10px #0000000a;
}

.navbar-brand img {
    width: 200px;
}

.nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #121212 !important;
    transition: 0.3s ease-in-out;
}

.nav-link.active {
    color: #c72034 !important;
    transition: 0.3s ease-in-out;
}

.navbar-light .navbar-toggler {
    padding: 5px 7px;
    border: none;
    background: #c72034;
    border-radius: 3px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 30%) !important;
}

.navbar-light .navbar-toggler i {
    font-size: 24px;
    color: #fff;
}

@media only screen and (max-width:1399px) {
    .ph-left a {
        font-size: 14px;
    }

    .ph-right .default-btn {
        font-size: 14px;
    }

    .nav-link {
        font-size: 16px;
    }

    .ph-left a:nth-child(2):before {
        display: none;
    }

}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: end;
    }
}

@media only screen and (max-width:767px) {
    .ph-right {
        justify-content: space-between;
    }

    .ph-right .default-btn {
        height: 46px;
        padding: 0px 6px;
    }

    /* .header {
        top: 46px;
    } */
}

/* header-end */

/* header-sticky-start */

.header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
    background: #fff;
    transition: 0.3s ease-in-out;
}

/* header-sticky-end */

/* modal-start */

.appointment-modal {}

.appointment-modal .modal-dialog {}

.appointment-modal .modal-content {}

.appointment-modal .modal-header {
    border: none;
    padding: 20px 30px 20px;
}

.appointment-modal .modal-title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
}

.appointment-modal .modal-title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -6px;
    width: calc(100% + 20px);
    height: 2px;
    background: #c72034;
}

.appointment-modal .btn-close {
    height: 28px;
    width: 28px;
    background: #c72034;
    opacity: initial;
    padding: 0px;
    border-radius: 4px;
    margin: -0.5rem 0px -0.5rem auto;
}

.appointment-modal .btn-close i {
    font-weight: 600;
    color: #fff;
}

.appointment-modal .modal-body {
    padding: 0px;
}

.appointment-form {
    padding: 0px 30px 30px;
}

.appointment-form input {
    background: #f4f5f8;
    border: 1px solid #d9d9d9;
    height: 45px;
    color: #707981;
    box-shadow: none !important;
}

.appointment-form textarea {
    resize: none;
    background: #f4f5f8;
    border: 1px solid #d9d9d9;
    box-shadow: none !important;
}

.appointment-form .form-control:focus {
    background-color: #f6f6f6;
    border-color: #c72034;
}

.appointment-form .default-btn {
    height: 45px;
}

@media only screen and (max-width:575px) {
    .appointment-modal .modal-header {
        padding: 20px 15px 20px;
    }

    .appointment-form {
        padding: 0px 15px 20px;
    }
}

/* modal-end */

/* banner-start */

.banner-section {
    margin-top: 95px;
    background-image: url(../images/charnock-home-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 1920 / 860;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.banner-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000040;
}

/* Wrapper to Center the Typewriter */
.banner-type-wrap .wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-type-wrap .centeredBox {
    width: 100%;
    text-align: center;
}

.banner-type-wrap .centeredBox h2 {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #c72034;
    padding: 10px 16px;
    border-radius: 50px;
    background: #fff;
    margin-bottom: 6px;
    letter-spacing: 0.25px;
}

.banner-type-wrap .centeredBox h1 {
    font-size: 60px;
    line-height: 76px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
    text-shadow: 2px 2px 5px #0000004a;
}

/* The Typewriter */

.banner-type-wrap #typewriter {
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    color: #fff;
    text-shadow: 2px 2px 5px #0000004a;
}

.cursor {
    border-left: 3px solid #c72034;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #fff;
}

.banner-form-wrap {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding-bottom: 16px;
    overflow: hidden;
    box-shadow: 1px 1px 5px #0000005c;
}

.banner-form-wrap h4 {
    padding: 12px;
    background: #c72034;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.banner-form-wrap form {
    padding: 12px 15px 0;
}

.banner-form-wrap form label {
    font-weight: 500;
    font-size: 16px;
    color: #0f3d6e;
    margin-bottom: 4px;
}

.banner-form-wrap form input {
    height: 48px;
}

.banner-form-wrap form textarea {
    resize: none;
    display: block;
}

.banner-form-wrap form input:focus,
.banner-form-wrap form textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #c72034;
}

.banner-form-wrap form .btn.btn-primary {
    display: block;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 0px solid #c72034;
    background-color: #c72034;
    color: #fff !important;
    font-size: 18px;
    line-height: 28px;
    transition: 0.3s ease-in-out;
}

.banner-form-wrap form .btn.btn-primary:hover {
    background: #0f3d6e;
    transition: 0.3s ease-in-out;
}















.banner-section video {
    display: block;
}

.carousel-item {
    position: relative;
    overflow: hidden;
}

/* .carousel-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 10, 22, 0.17);
} */

.carousel-item img {}

.carousel-caption {
    position: absolute;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px !important;
    top: 0;
}

.carousel-caption h5 {
    font-size: 40px;
    line-height: 50px;
    color: #6d16d2;
    text-shadow: 1px 1px #000000b5;
}

.carousel-caption h1 {
    font-size: 80px;
    text-shadow: 1px 1px #000000b5;
}

.carousel-caption h1 span {
    color: #c72034;
}

@media only screen and (max-width:767px) {
    .carousel-caption h5 {
        display: none !important;
    }

    .carousel-caption h1 {
        font-size: 60px;
    }

    .carousel-item img {
        min-height: 300px;
        object-fit: cover;
    }
}

@media only screen and (max-width:575px) {
    .carousel-caption h1 {
        font-size: 40px;
    }

    .carousel-item img {
        min-height: 200px;
    }
}

/* banner-end */

/* services-start */

.services-section {
    margin-top: -60px;
}

.services-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgb(0 0 0 / 30%);
}

.services-card .card {
    border: none !important;
    border-radius: 0px !important;
}

.services-card .card-img-top {}

.services-card .card-body {
    background: #c72034;
}

.services-card.sc-2 .card-body {
    background: #c72034;
}

.services-card.sc-3 .card-body {
    background: #6d16d2;
}

.services-card .card-title {
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    text-shadow: 1px 1px #0f0f0f30;
}

.services-card .card-text {
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 1px #0f0f0f30;
}

.services-card .btn {}

.services-card .alt-default-btn:hover {
    background: #6d16d2;
    border-color: #6d16d2;
}

@media only screen and (max-width:991px) {
    .services-section {
        margin-top: 0px;
        padding-top: 50px;
    }
}



/* services-end */

/* about-start */

.about-section {
    padding: 80px 0px 80px;
    position: relative;
    overflow: hidden;
    background: #e7faff;
}

/* .about-bg {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: none;
    height: 140px;
} */

.about-text {}

.about-top {}

.about-top h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    color: #1e1e1e;
    margin-bottom: 8px;
}

.about-top h2 span {
    color: #c72034;
    display: block;
}

.about-top h3 {
    margin: 6px 0;
    color: #6d16d2;
    position: relative;
}

.about-top h3:before {
    position: absolute;
    content: "";
}

.about-top p {
    font-weight: 500;
    line-height: 26px;
    color: #121212;
    text-align: justify;
    margin-bottom: 8px;
}

.about-bottom {}

.about-card {
    display: flex;
    justify-content: space-between;
}

.about-card-img {
    width: 70px;
    height: 70px;
    padding: 15px;
    background: #c72034;
    border-radius: 50px;
    box-shadow: 0px 0px 20px #c7203499;
}

.about-card.ac-2 .about-card-img {
    background: #c72034;
    box-shadow: 0px 0px 20px #c7203499;

}

.about-card.ac-3 .about-card-img {
    background: #6d16d2;
    box-shadow: 0px 0px 20px #6d16d299;

}

.about-card.ac-4 .about-card-img {
    background: #ff9800;
    box-shadow: 0px 0px 20px #ff980099;

}

.about-card-img img {
    filter: invert(1);
}

.about-card-text {
    width: calc(100% - 85px);
}

.about-card-text h6 {
    font-size: 20px;
    line-height: 28px;
    color: #c72034;
}

.about-card.ac-2 .about-card-text h6 {
    color: #c72034;
}

.about-card.ac-3 .about-card-text h6 {
    color: #6d16d2;
}

.about-card.ac-4 .about-card-text h6 {
    color: #ff9800;
}

.about-card-text p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    color: #1e1e1e;
}

.about-image {}

.about-image img {
    border-radius: 12px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 17%);
}

@media only screen and (max-width:991px) {
    .about-section {
        padding: 25px 0px 150px;
    }

    .about-top p {
        text-align: center;
    }
}

@media only screen and (max-width:575px) {
    .about-top h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

/* about-end */

/* gallery-start */

.gallery-section {
    padding: 70px 0 80px;
}

.gallery-image a {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgb(0 0 0 / 40%);
    position: relative;
    display: flex;
    z-index: 0;
}

.gallery-image a:before {
    position: absolute;
    content: "";
    background-image: url(../images/glass.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-100px);
    z-index: 5;
    background-color: rgb(0 0 0 / 41%);
    border: 10px solid transparent;
    border-radius: 4px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.gallery-image a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    background-color: #c7203499;
    opacity: 0;
    transition: 0.3s ease-in-out;
}


.gallery-image a.pink:after {
    background-color: #c7203499;
}

.gallery-image a.purple:after {
    background-color: #6d16d299;
}

.gallery-image a:hover::before {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.3s ease-in-out;
}

.gallery-image a:hover::after {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

@media only screen and (max-width:991px) {
    .gallery-section {
        padding: 45px 0 50px;
    }
}

/* gallery-end */

/* testimonial-start */

.testimonial-section {
    padding: 70px 0 64px;
    /* background-image: url(../images/testimonial-banner.jpg); */
    /* background-image: url(../images/footer-bg-img.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

/* .testimonial-section:before {
    position: absolute;
    content: "";
    background-color: rgb(0 201 255 / 70%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
} */

.testimonial-section .container {
    position: relative;
}

.testimonial-card {
    padding: 16px 0px;
    border-radius: 10px;
    /* background: #c72034; */
}

.testimonial-card.card-pink {
    background: #c72034;
}

.testimonial-card.card-purple {
    background: #6d16d2;
}

.testimonial-card.card-yellow {
    background: #ff9800;
}

.testimonial-top {}

.testimonial-top p {
    color: #fff;
    line-height: 28px;
    margin-bottom: 20px;
}

.testimonial-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tb-left {
    position: relative;
    color: #fff;
}

.tb-left h2 {
    font-size: 28px;
    margin-bottom: 6px;
    text-shadow: 1px 1px #0f0f0f30;
}

.tb-left h6 {
    font-size: 20px;
    text-shadow: 1px 1px #0f0f0f30;
}

.tb-left i {
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 110px;
    height: 110px;
    color: #ffffff29;
    font-weight: 600;
}

.tb-right {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 0px solid #fff;
    overflow: hidden;
}

.tb-right img {}

#testimonial-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
}

#testimonial-carousel.owl-theme .owl-dots .owl-dot.active span,
#testimonial-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #c72034;
}

#testimonial-carousel.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #7e7e7e7d;
}

@media only screen and (max-width:991px) {
    /* .testimonial-section {
        padding: 45px 0 45px;
    }

    .testimonial-card {
        padding: 20px;
    } */

    .testimonial-top p {
        margin-bottom: 10px;
    }

    .tb-left h2 {
        font-size: 22px;
    }

    .tb-left h6 {
        font-size: 18px;
    }
}

@media only screen and (max-width:575px) {
    .tb-left h2 {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .tb-right {
        height: 65px;
        width: 65px;
    }
}

/* testimonial-end */

/* contact-start */

.contact-section {
    /* padding: 90px 0 80px; */
}

.contact-left {}

.contact-left img {}

.contact-right {
    padding: 30px;
    background: #fff;
    box-shadow: 0 4px 20px rgb(0 0 0 / 20%);
    border-radius: 10px;
    position: relative;
}

.contact-right .pin-1 {
    position: absolute;
    top: -15px;
    right: 0px;
    width: 40px;
    height: 40px;
    z-index: 5;
    filter: invert(55%) sepia(90%) saturate(2554%) hue-rotate(148deg) brightness(99%) contrast(101%);
}

.contact-right .pin-2 {
    position: absolute;
    top: -15px;
    left: 0px;
    width: 40px;
    height: 40px;
    z-index: 5;
    filter: invert(58%) sepia(90%) saturate(3523%) hue-rotate(325deg) brightness(101%) contrast(124%);
}

.contact-right label {
    margin-bottom: 4px;
    font-size: 18px;
}

.contact-right input {
    background: #f4f5f8;
    border: 1px solid #d9d9d9;
    height: 45px;
    box-shadow: none !important;
}

.contact-right textarea {
    background: #f4f5f8;
    border: 1px solid #d9d9d9;
    resize: none;
    box-shadow: none !important;
}

.contact-right .form-control:focus {
    background-color: #f6f6f6;
    border-color: #c72034;
}

.contact-right .default-btn {
    height: 45px;
}

@media only screen and (max-width:991px) {
    /* .contact-section {
        padding: 50px 0 50px;
    } */
}

@media only screen and (max-width:575px) {
    .contact-right {
        padding: 30px 15px 20px;
    }
}

/* contact-end */

/* footer-start */

footer {}

.upper-footer {
    padding: 80px 0px 60px;
    /* border-top: 2px solid #0F3D6E; */
    position: relative;
    /* background-image: url(../images/testimonial-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; */
}

.upper-footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.footer-box {}

.footer-box.fb-3 {
    margin-left: -60px;
}

.footer-logo {
    width: 200px;
    margin-bottom: 10px;
}

.footer-box.fb-1 p {
    margin-bottom: 0px;
    text-align: justify;
    font-weight: 500;
}

.footer-box h6 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 16px;
    display: inline-block;
}

.footer-box h6:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -6px;
    width: calc(100% + 20px);
    height: 2px;
    background: #c72034;
}

.footer-box ul {}

.footer-box ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 6px;
}

.footer-box ul li a {
    transition: 0.3s ease-in-out;
}

.footer-box ul li b {}

.footer-box ul li a:hover {
    color: #c72034;
    transition: 0.3s ease-in-out;
}

.gallery-image a {
    border-radius: 6px;
}

.footer-box .gallery-image a:before {
    height: 32px;
    width: 32px;
    border: 8px solid transparent;
}

.footer-social {}

.footer-social a {
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    /* border: 1px solid #c72034; */
    background: #c72034;
    /* margin-right: 6px; */
    transition: 0.3s ease-in-out;
    box-shadow: 0 4px 20px rgb(0 0 0 / 20%);
}

.footer-social a i {
    filter: invert(1);
    font-size: 18px;
    transition: 0.3s ease-in-out;
}

.footer-social a:hover {
    background: #fff;
    transition: 0.3s ease-in-out;
}

.footer-social a:hover i {
    color: #c72034;
    filter: invert(0);
    transition: 0.3s ease-in-out;
}

.lower-footer {
    background: #c72034;
    padding: 15px 0;
}

.lf-text {}

.lf-text p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 15px;
}

.lf-text a {
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}

.lf-text a:hover {
    /* text-decoration: underline; */
    transition: 0.3s ease-in-out;
}

@media only screen and (max-width:1399px) {
    .footer-box.fb-3 {
        margin-left: -40px;
    }
}

@media only screen and (max-width:1199px) {
    .footer-box.fb-3 {
        margin-left: 0px;
    }
}

@media only screen and (max-width:991px) {
    .upper-footer {
        padding: 40px 0px 35px;
    }

    .footer-box.fb-1 p {
        text-align: center;
    }

    /* .footer-social a {
        margin-right: 3px;
        margin-left: 3px;
    } */

    .footer-box h6:after {
        left: -10px;
    }
}

@media only screen and (max-width:575px) {
    .lf-text p span {
        display: block;
    }

    .lower-footer {
        padding: 10px 0;
    }
}

/* footer-end */

/* Custom Design Start */

.header .navbar {
    padding-top: 14px;
    padding-bottom: 14px;
}

.upper-footer {
    text-align: center;
    /* border-top: 1px solid #c72034; */
}


.upper-footer ul {
    margin: 0;
    padding: 0;
}

.footer-logo {
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
}

.footer-logo a {}

.footer-logo img {
    width: 200px;
}

.footer-list {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
}

.footer-list li {
    list-style: none;
}

.footer-list li a {
    font-weight: 600;
    line-height: 36px;
    transition: 0.4s ease-in-out;
}

.footer-list li a:hover {
    color: #c72034;
    transition: 0.4s ease-in-out;
}

.footer-contact {}

.footer-contact {}

.footer-contact h6 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #0f3d6e;
    margin-bottom: 4px;
}

.footer-contact h6:after {
    position: absolute;
    content: "";
}

.footer-contact li {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    list-style: none;
}

.footer-contact li b {
    font-weight: 600;
}

.footer-contact li a {
    transition: 0.4s ease-in-out;
}

.footer-contact li a:hover {
    color: #c72034;
    transition: 0.4s ease-in-out;
}

.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    column-gap: 15px;
}

.footer-social a {
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #c72034;
    background: #c72034;
    border-radius: 50%;
    transition: 0.4s ease-in-out;
}

.footer-social a img {
    filter: invert(29%) sepia(98%) saturate(3371%) hue-rotate(135deg) brightness(93%) contrast(80%);
    width: 16px;
    transition: 0.4s ease-in-out;
}

.footer-social a:hover {
    background: #fff;
    border-color: #c52034;
    transition: 0.4s ease-in-out;
}

.footer-social a:hover img {
    filter: invert(1);
    transition: 0.4s ease-in-out;
}

.lower-footer {
    background: #0F3D6E;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }
}

.header-call {
    background: #0f3d6e;
    border: 4px solid #0f3d6e;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
}

.header-call:hover {
    background: #c72034;
    border: 4px solid #c72034;
    transition: 0.3s ease-in-out;
}

.header-call .hi-wrap {
    background: #fff;
    display: inline-block;
    border-radius: 50px;
    margin-right: 4px;
}

.header-call img {
    width: 40px;
    padding: 7px;
    filter: invert(21%) sepia(73%) saturate(4332%) hue-rotate(342deg) brightness(80%) contrast(92%);
}

.header-call a {
    font-weight: 500;
    color: #fff;
    padding-right: 5px;
    display: inline-block;
}

.header-call a:hover {
    /* color: #c72034; */
}

#contact iframe {
    width: 100%;
    height: 600px;
    display: block;
}




#testimonial-carousel {
    padding: 0px 60px;
    position: relative;
}

#testimonial-carousel.owl-theme .owl-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
    pointer-events: none;
}

#testimonial-carousel.owl-theme .owl-nav button {
    pointer-events: all;
    width: 45px;
    height: 45px;
    background: #c72034;
    border-radius: 100px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
}

#testimonial-carousel.owl-theme .owl-nav button:hover {
    background: #0f3d6e;
    transition: .3s ease;
}

#testimonial-carousel.owl-theme .owl-nav button span {
    font-size: 30px;
    height: 31px;
    display: inline-block;
    color: #fff;
}

/* 1. The perspective container */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 200px;
    perspective: 1000px;
    /* Gives the 3D depth effect */
}

/* 2. The inner canvas wrapper that actually rotates */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s ease-in-out;
    transform-style: preserve-3d;
    /* Ensures child elements exist in 3D space */
}

/* Trigger the flip on hover */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* 3. Common styles for both faces */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    backface-visibility: hidden;
    /* Hides the reverse side when facing away */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    cursor: pointer;
}

.flip-card-front h2,
.flip-card-back p {
    margin-bottom: 0px;
    position: relative;
}

.flip-card-back p {
    max-height: 120px;
    overflow-y: auto;
}

.flip-card-front h2 {
    font-size: 24px;
    line-height: 36px;
    color: #0f3d6e;
    /* text-shadow: 2px 2px 5px #000000cf; */
}

/* Front side styling */
.flip-card-front {
    /* background-color: #0F3D6E; */
    /* background-image: url(../images/med-bg.png); */
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    flex-direction: column;
    border: 2px solid #c72034;
}

.flip-card-front:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: #00000026; */
    background-color: #e7faff;
    background-image: url(../images/medico-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    mix-blend-mode: darken;
    opacity: 0.35;
    z-index: 0;
    border-radius: 10px;
}

.flip-card-front .fcf-icon {
    position: relative;
    width: 90px;
    margin-bottom: 16px;
}

.flip-card-front .fcf-icon img {
    /* filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.5)); */
}


/* Back side styling - starts mirrored */
.flip-card-back {
    background-color: #c72034;
    color: white;
    transform: rotateY(180deg);
    /* Pre-flips the back so it sits properly */
}

.doctors-section {
    padding: 70px 0 80px;
    background: #e7faff;
}

.doctors-tab-wrap {}

.nav.doctors-nav {
    justify-content: center;
    column-gap: 20px;
}

.nav.doctors-nav .nav-item {}

.nav.doctors-nav .nav-item .nav-link {
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 2px solid #c72034;
    color: #c72034 !important;
    font-size: 18px;
}

.nav.doctors-nav .nav-item .nav-link:hover {}

.nav.doctors-nav .nav-item .nav-link.active {
    color: #fff !important;
    background: #c72034 !important;
    border: 2px solid #c72034;
}

.nav.doctors-nav .nav-item .nav-link.active:hover {}

.tab-content.doctors-tab-content {}

.tab-content.doctors-tab-content .tab-pane {}

.dtc-box {}

.dtc-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    box-shadow: 1px 1px 5px #00000017;
    transition: all .5s ease-in-out;
}

.dtc-card:hover {
    transform: translateY(-5px);
    transition: all .5s ease-in-out;
}

.dtc-img {}

.dtc-img img {
    aspect-ratio: 1 / 1.1;
    object-fit: cover;
    object-position: top;
    background: #141317;
}

.dtc-text {
    padding: 8px 10px 10px;
    text-align: center;
}

.dtc-text h6 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 4px;
    color: #0f3d6e;
}

.dtc-text p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

.dtc-text p b {
    display: block;
}

.whatsapp-btn-sticky {
    position: fixed;
    bottom: 70px;
    right: 15px;
    z-index: 9;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #25d366;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 5px 3px rgb(0 0 0);
    animation: 2s ease-in-out infinite breathe;
    opacity: 0;
    pointer-events: none;
}

.whatsapp-btn-sticky.fixed {
    opacity: 1;
    pointer-events: all;
}

.whatsapp-btn-sticky i {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    animation: 2s ease-in-out infinite beat;
    /* text-shadow: 0 3px 10px #0000008c; */
}

@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 #25d366
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0)
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes beat {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }
}

@media only screen and (max-width:767px) {
    .whatsapp-btn-sticky {
        bottom: 85px !important;
        right: 10px !important;
    }
}

.home-banner-btn-box {
    margin-top: 24px;
}

.home-banner-btn-box a {
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 2px solid #c72034;
    background: #c72034;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.home-banner-btn-box a:hover {
    background: #0f3d6e;
    border: 2px solid #0f3d6e;
    transition: 0.3s ease-in-out;
}

/* Custom Design End */

/* Custom Responsive Start */

@media only screen and (max-width:1199px) {
    .about-section {
        padding: 55px 0px 60px;
    }

    .testimonial-section {
        padding: 55px 0 44px;
    }

    #contact iframe {
        height: 500px;
    }

    .doctors-section {
        padding: 50px 0 60px;
    }

    .nav.doctors-nav .nav-item .nav-link {
        padding: 10px 16px;
        font-size: 16px;
    }

    .nav.doctors-nav {
        column-gap: 15px;
    }
}

@media only screen and (max-width:991px) {
    .navbar-brand.me-0 {
        margin-right: auto !important;
    }

    button.navbar-toggler {
        order: 2;
        margin-left: 16px;
    }

    .navbar-collapse {
        order: 3;
    }

    .banner-type-wrap .centeredBox h2 {
        margin-bottom: 0px;
    }

    .banner-type-wrap .centeredBox h1 {
        font-size: 48px;
        line-height: 64px;
        margin-bottom: 0px;
    }

    .banner-type-wrap #typewriter {
        font-size: 36px;
        line-height: 52px;
    }

    .home-banner-btn-box {
        margin-top: 16px;
    }

    .about-section {
        padding: 35px 0px 40px;
    }

    .about-top h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .about-top h2 span {
        display: inline-block;
    }

    .testimonial-section {
        padding: 35px 0 24px;
    }

    .heading-text h2 {
        font-size: 36px;
        line-height: 42px;
    }

    #contact iframe {
        height: 450px;
    }

    .doctors-section {
        padding: 35px 0 40px;
    }

    .nav.doctors-nav {
        column-gap: 10px;
    }

    .nav.doctors-nav .nav-item .nav-link {
        padding: 6px 10px;
        font-size: 13px;
    }
}

@media only screen and (max-width:767px) {
    .banner-section {
        aspect-ratio: 575 / 475;
    }

    .banner-type-wrap .centeredBox h2 {
        margin-bottom: 4px;
    }

    .banner-type-wrap .centeredBox h1 {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 0px;
    }

    .banner-type-wrap #typewriter {
        font-size: 26px;
        line-height: 34px;
    }

    .cursor {
        font-size: 26px;
        line-height: 34px;
    }

    .about-top h2 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 6px;
    }

    .flip-card {
        height: 220px;
    }

    .heading-text h2 {
        font-size: 26px;
        line-height: 34px;
    }

    #contact iframe {
        height: 400px;
    }

    .lf-text.text-center span {
        display: block;
    }

    .nav.doctors-nav {
        column-gap: 15px;
        row-gap: 15px;
    }

    .nav.doctors-nav .nav-item {
        width: calc(33.33% - 10px);
    }

    .nav.doctors-nav .nav-item .nav-link {
        padding: 10px 10px;
        font-size: 15px;
        width: 100%;
    }
}

@media only screen and (max-width:575px) {
    .banner-type-wrap .centeredBox h1 {
        font-size: 28px;
        line-height: 42px;
    }

    .banner-type-wrap #typewriter {
        font-size: 22px;
        line-height: 30px;
    }

    .cursor {
        font-size: 24px;
        line-height: 28px;
    }

    .home-banner-btn-box {
        margin-top: 16px;
    }

    #testimonial-carousel.owl-theme .owl-nav button {
        width: 30px;
        height: 30px;
    }

    #testimonial-carousel {
        padding: 0px 40px;
    }

    #contact iframe {
        height: 350px;
    }

    .nav.doctors-nav .nav-item {
        width: calc(50% - 8px);
    }

    .nav.doctors-nav {
        column-gap: 16px;
        row-gap: 15px;
    }
}

@media only screen and (max-width:575px) and (min-width:411px) {
    .dtc-card {
        width: 75%;
        margin: 0 auto;
    }
}

@media only screen and (max-width:475px) {
    .header .container {
        padding-left: 10px;
    }

    .navbar-brand.me-0 {
        margin-right: auto !important;
    }

    .navbar-brand img {
        width: 120px;
    }

    button.navbar-toggler {
        margin-left: 8px;
    }

    .navbar-light .navbar-toggler i {
        font-size: 20px;
    }

    .header-call {
        border: 2px solid #0f3d6e;
    }

    .header-call a {
        padding-right: 4px;
        font-size: 11px;
    }

    .header-call .hi-wrap {
        margin-right: 1px;
    }

    .header-call img {
        width: 30px;
        padding: 5px;
    }

    .banner-section {
        margin-top: 72px;
    }

    .banner-type-wrap .centeredBox h2 {
        font-size: 14px;
        padding: 10px 16px;
    }

    .banner-type-wrap .centeredBox h1 {
        font-size: 21px;
        line-height: 30px;
    }

    .banner-type-wrap #typewriter {
        font-size: 15px;
        line-height: 24px;
    }

    .home-banner-btn-box a {
        padding: 10px 20px;
        font-weight: 600;
        font-size: 16px;
    }

    .cursor {
        font-size: 18px;
        line-height: 24px;
    }

    .home-banner-btn-box {
        margin-top: 12px;
    }

    .flip-card-front h2 {
        font-size: 22px;
        line-height: 36px;
    }

    .flip-card-front,
    .flip-card-back {
        padding: 15px;
    }

    .flip-card-back p {
        max-height: 168px;
        overflow-y: auto;
    }

    .footer-contact li {
        font-size: 16px;
        line-height: 28px;
    }

    .footer-social {
        margin-top: 8px;
        column-gap: 12px;
    }

    .footer-logo img {
        width: 160px;
    }
}

@media only screen and (max-width:410px) {
    .dtc-card {
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width:375px) {
    .nav.doctors-nav {
        column-gap: 10px;
    }

    .nav.doctors-nav .nav-item .nav-link {
        padding: 8px 4px;
        font-size: 13px;
        width: 100%;
    }
}

/* Custom Responsive End */