@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    background-image: linear-gradient(#ffffffb5, #ffffffad), url(../images/body.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    scroll-behavior: smooth;
    font-family: "Public Sans", serif;
}

::-webkit-scrollbar {
    width: 12px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(255, 255, 255);
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #004178;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #006fff;
}

a {
    text-decoration: none;
}

h2 {
    font-family: "Libre Baskerville", serif;
    font-weight: 600;
}

.Logo {
    width: 350px;
}

.topbar {

    background: linear-gradient(90deg, #5de0e6, #004aad);
    padding-top: 8px;
    padding-bottom: 8px;
}

.topbar p {
    margin-bottom: 0px;
    color: #fff;
    font-family: "Raleway", serif;
    font-weight: 400;
    text-align: center;
}

.topbar a {
    color: #fff;
    font-family: "Raleway", serif;
    font-weight: 400;
}

.topbar .social_icon i {
    background-color: #01336e;
    color: #fff;
    padding: 10px;
    border: 2px solid #FFF;
    border-radius: 50%;
}

.topbar .social_icon i:hover {
    background-color: #01336e;
    color: #fff;
    border: 2px solid #01336e;
}

.banner img {
    width: 100% !important;
}

nav .nav-link {
    font-size: 18px;
    font-weight: 500;

}

nav .active {
    color: #01336e !important;
    font-weight: bold;
}

nav .dropdown .active {
    background-color: transparent !important;
    color: #003d34;
    font-weight: bold;
}

.video-testimonials h2 {
    font-weight: 600;
    font-size: 40px;
    color: #003d91;

}

.video-testimonials h1 {
    font-weight: 600;
    font-size: 35px;
    color: #007563;
    padding-top: 0px;
}

.video-testimonials h5 {
    color: #009fa7;
    font-size: 20px;
}

.tabs-container {
    width: 100%;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.tab-links {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
}

.tab-link span {
    font-size: 12px;
    font-weight: bold;
}

.tab-link {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 6px;
    color: #308dc4;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}

.tab-link.active,
.tab-link:hover {
    color: #003d91;
}

.tab-link i {
    margin-right: 1px;
}

.tab-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -1px;
    left: 50%;
    background: linear-gradient(45deg, #003d91, #003d91);
    transition: all 0.4s ease;
}

.tab-link.active::after {
    width: 100%;
    left: 0;
}

.tab-content {
    display: none;
    animation: fadeInUp 0.5s ease;

}

.tab-content.active {
    display: block;
}

.section_one p {
    text-align: justify;
}

.section_one h2 {
    color: #009fa7;
    font-size: 26px;
}

.section_one h3 {
    font-size: 20px;
    color: #003d91;
}



.section_one .about-us-btn {
    color: #fff;
    background-color: #76480d;
    padding: 10px 15px;
    border: 2px solid #fff;
    border-radius: 8px;
    font-weight: bold;
    transition: 1s;
}

.section_one .about-us-btn:hover {
    background-color: #007563;
}

.Section_two h2 {
    font-weight: 600;
    font-size: 40px;
    color: #003d91;
}


.section_one .d-flex i {
    background-color: #003c7b;
    padding: 10px;
    border: 2px solid #003c7b;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 20px;
}

.btn-previous,
.btn-next {
    background-color: #003478;
    color: #fff;
    border: 2px solid #003478;
}

.btn-previous:hover,
.btn-next:hover {
    background-color: transparent;
    color: #003478;
}

.about-doctor h3 {
    color: #004091;
    font-size: 18px;
    font-weight: 600;
}

.about-doctor h2 {
    font-weight: 600;
    font-size: 28px;
    color: #003d91;
}

.about-doctor h3 {
    color: #009fa7;
    font-size: 20px;
}

.about-doctor .d-flex i {
    background-color: #004144;
    color: #fff;
    padding: 10px;
    font-size: 30px;
    margin-bottom: 20px;
    margin-right: 20px;
    border: 2px solid #004144;
    border-radius: 50%;
}

.Section_two .card {
    border: none;
    background-image: linear-gradient(90deg, #5de0e6d9, #004aadb8), url(../images/Why-choose-us.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    object-fit: cover;
    height: 300px;
    padding: 5px;
    margin: 5px;
    box-shadow: 1px 0px 9px 0px #007563b5;
}

.Section_two .card h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

.Section_two .card i {
    background-color: #fff;
    padding: 10px;
    border: 2px solid #213c7b;
    text-align: center;
    color: #003d91;
    border-radius: 50%;
    font-size: 30px;
}

.Section_two .card p {
    color: #fff;
    font-weight: 400;
    text-align: justify;
}

.vision-mission i {
    background-color: #014bae;
    padding: 10px;
    border: 2px solid #014bae;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 20px;
}

.vision-mission .d-flex p {
    margin-bottom: 0;
}

.vision-mission h2 {
    font-weight: 600;
    font-size: 40px;
    color: #003d91;
}

.about h2 {
    font-weight: 600;
    font-size: 40px;
    color: #003d91;
}
.about h1 {
    font-weight: 600;
    font-size: 40px;
    color: #003d91;
}

.about p {
    text-align: justify;
}

.about h4 {
    color: #009fa7;
    font-size: 22px;

}
.about h3 {
    color: #009fa7;
    font-size: 22px;

}

:root {
    --main-color: #009fa7;
}


.our_services h2 {
    font-weight: 600;
    font-size: 40px;
    color: #003d91;
}

.our_services h5 {
    color: #009fa7;
    font-size: 20px;
}

.our_services .btn {
    border: 2px solid #003d91;
    color: #000;
    font-size: 17px;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 12px;
    transition: 3s;
    background: linear-gradient(90deg, #5de0e6, #004aad);
}

.our_services .btn:hover {
    background: transparent;
    color: #003d91;
    border: 2px solid #76480d;
}

.pricingTable {
    color: var(--main-color);
    background: linear-gradient(90deg, #5de0e6, #004aad);
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 75px 0;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    margin: 15px
}

.pricingTable:before {
    content: "";
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 20px;
    left: 10px;
    right: 10px;
    bottom: 20px;
    z-index: -1;
}

.pricingTable .pricingTable-header {
    margin: 0px 20px 15px;
}

.pricingTable .title {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}

.pricingTable .pricing-content {
    text-align: left;
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    display: inline-block;
}

.pricingTable .price-value {
    color: var(--main-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    width: 80%;
    padding: 10px 0;
    margin: 0 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: inline-block;
    text-align: justify;
    padding: 10px;
}

.pricingTable .pricingTable-signup a {
    color: #fff;
    font-size: 17px;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 8px;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease 0s;
    background: linear-gradient(90deg, #5de0e6, #004aad);
    border: 2px solid #52cfdf;
}

.pricingTable .pricingTable-signup a:hover {
    text-decoration: none;
    background: transparent;
    color: #003d91
}

.pricingTable.purple {
    --main-color: #007160;
}

.pricingTable.green {
    --main-color: #000;
}



:root {
    --white: #fff;
    --color1: #840161;
    --color2: #550052;
}

.about_card .btn {
    border: 2px solid #003d91;
    color: #ffffff;
    font-size: 17px;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 12px;
    background: linear-gradient(90deg, #5de0e6, #004aad);
}

.about_card .btn:hover {
    background: transparent;
    color: #003d91;
    border: 2px solid #003d91;

}

.about_card .pricingTable {
    color: var(--white);
    background: linear-gradient(to top, #014bae, #5bdde5);
    text-align: center;
    border-radius: 50px 0;
    padding: 50px 0 24px;
    position: relative;
    z-index: 1;
}

.about_card .pricingTable:before {
    content: "";
    background: linear-gradient(to bottom, #034caa, #58d8e3);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-radius: 40px 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.about_card .pricingTable .pricingTable-header {
    margin: 0 auto 15px;
}

.about_card .pricingTable .title {
    font-size: 25px;
    font-weight: 600;
    margin: 0px 20px;
}

.about_card .pricingTable .pricing-content {
    color: var(--white);
    text-align: left;
    padding: 0;
    margin: 20px 35px 20px;
    list-style: none;
    display: inline-block;
}

.about_card .pricingTable .pricing-content li {
    font-size: 13px;
    position: relative;
    line-height: 30px;
    padding: 5px 20px;
}

.about_card .pricingTable .pricing-content li:last-child {
    margin: 0;
}

.about_card .pricingTable .pricing-content li:before {
    content: "\f00c";
    color: var(--white);
    font-weight: 900;
    position: absolute;
    top: 6px;
    left: 0;
}

.about_card .pricingTable .pricing-content li.disable:before {
    content: "\f00d";
}

.about_card .pricingTable .price-value {
    margin: 0 0 30px;
}

.about_card .pricingTable .price-value .amount,
.about_card .pricingTable .price-value .duration {
    font-size: 15px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
}

.about_card .pricingTable .pricingTable-signup a {
    color: #014bad;
    background: var(--white);
    font-size: 18px;
    font-weight: 700;
    padding: 6px 15px;
    text-transform: capitalize;
    transition: all 0.3s;
    border-radius: 10px;
}

.about_card h2 {
    font-weight: 600;
    font-size: 40px;
    color: #003d91;
}

.about_card h5 {
    color: #009fa7;
    font-size: 20px;
}

.about_card .pricingTable .pricingTable-signup a:hover {
    background-color: #003478;
    color: #fff;
}

.about_card .pricingTable.blue {
    --color1: #26ABE2;
    --color2: #27819E;
}

.about_card .pricingTable.orange {
    --color1: #F4A81B;
    --color2: #E97C12;
}


.tandem-tabs {
    --indexA: 1;
    --indexB: 1;
    --itemHeight: 3em;
    --tabs-background: #EEE;
}

.tandem-tabs input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tt__panel,
.tt__xpanel {
    display: none;
}

.tandem-tabs:has(input.A1:checked) {
    --indexA: 1
}

.tandem-tabs:has(input.A2:checked) {
    --indexA: 2
}

.tandem-tabs:has(input.A3:checked) {
    --indexA: 3
}

.tandem-tabs:has(input.A4:checked) {
    --indexA: 4
}

.tandem-tabs:has(input.A1:checked) .tt__panel.A1,
.tandem-tabs:has(input.A2:checked) .tt__panel.A2,
.tandem-tabs:has(input.A3:checked) .tt__panel.A3,
.tandem-tabs:has(input.A4:checked) .tt__panel.A4,
.tandem-tabs:has(input.A5:checked) .tt__panel.A5 {
    display: block;
}


/* .tandem-tabs Styling */

.tandem-tabs {
    display: grid;
    grid-template-columns: auto auto;
}


.tt__control {
    display: grid;
    grid-template-columns: auto auto;
    align-self: start;
    position: relative;
}

.tt__control:after {
    content: "";
    display: block;
    position: absolute;
    inset: 0 0 auto 0;
    height: var(--itemHeight);
    background-color: #bfecf3;
    transition: transform .3s ease-in-out;
    transform: translateY(calc((max(var(--indexA), var(--indexB)) - 1) * var(--itemHeight)));
}

.tt__control__A,
.tt__control__B {
    transition: margin .3s ease-in-out;
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
}

.tt__control__A {
    padding-right: 1em;
    margin-top: max(0px, calc((var(--indexB) - var(--indexA)) * var(--itemHeight)));
}

.tt__control__B {
    padding-left: 1em;
    margin-top: max(0px, calc((var(--indexA) - var(--indexB)) * var(--itemHeight)));
}

/* .tt__control__A:before,
.tt__control__B:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: .5em;
    background-color: #888;
} */
.tt__control__A:before {
    right: -.25em;
}

.tt__control__B:before {
    left: -.25em;
}

.tt__panels h2 {
    color: #003478;
    font-size: 40px;
    font-weight: 600;
}

.tt__panels p {
    color: #000;
    text-align: justify;

}

.tt__control label {
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    position: relative;
    display: block;
    white-space: nowrap;
    height: var(--itemHeight);
    line-height: var(--itemHeight);
    overflow: hidden;
    z-index: 1;
    transition: color .3s ease-in-out;
}

.tt__control label:has(input:checked) {
    color: #004091;
}

.tt__panels {
    background: linear-gradient(45deg, #5cdfe561, #014bad47);
    padding: 2em 3em 5em;
}






.testimonials h5 {
    color: #009fa7;
    font-size: 20px;
}

.testimonials h2 {
    font-weight: 600;
    font-size: 40px;
    color: #003d91;
}



.testimonial-section {
    padding-top: 82px;
    padding-bottom: 72px;
}

.testimonial-section .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-section .swiper-slide {
    text-align: justify;
    border-radius: 40px;
    padding: 30px 23px;
    background: var(--primary-text);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.testimonial-section .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-section .testimonial-section .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,
            var(--swiper-pagination-bullet-size, 15px));
    height: var(--swiper-pagination-bullet-height,
            var(--swiper-pagination-bullet-size, 15px));
    background: #d9d9d9;
    background: #504b4b;
}

.testimonial-section.swiper-horizontal>.swiper-pagination-bullets,
.testimonial-section.swiper-pagination-bullets.swiper-pagination-horizontal,
.testimonial-section.swiper-pagination-custom,
.testimonial-section.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, -4px);
}

.testimonial-section.swiper-pagination-bullet-active {
    background: var(--primary-text);
}

.testimonial-section.swiper.testimonial-wrapper {
    padding-top: 59px;
    padding-bottom: 60px;
}

.testimonial-section.testimonial-items .testimonial-text {
    color: #ccc;
    text-align: justify;
    font-size: 15px;
    font-family: "Outfit";
    font-weight: normal;
    font-style: normal;
    max-width: 330px;
    margin-bottom: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    -webkit-line-clamp: 4;
}

.testimonial-section.testimonial-items .testimonial-title {
    color: var(--white-text-white);
    text-align: center;
    font-size: 16px;
    font-family: "Outfit";
    font-weight: bold;
    font-style: normal;
    margin-bottom: 35px;
    position: relative;
}

.testimonial-section.testimonial-items .testimonial-title::before {
    content: "";
    position: absolute;
    left: -23px;
    top: 9px;
    width: 20px;
    height: 1px;
    background-color: var(--white-text-white);
}






.testimonial-section .testimonial-img.tm-img-2::before {
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS2IYhSn8Y9S9_HF3tVaYOepJBcrYcd809pBA&s);
}

.testimonial-section .testimonial-img.tm-img-3::before {
    background-image: url(https://png.pngtree.com/element_our/png/20181206/female-avatar-vector-icon-png_262142.jpg);
}

/* media query  */
@media screen and (min-width: 768px) {
    .testimonial-section .swiper-pagination-bullet {
        width: var(--swiper-pagination-bullet-width,
                var(--swiper-pagination-bullet-size, 24px));
        height: var(--swiper-pagination-bullet-height,
                var(--swiper-pagination-bullet-size, 24px));
    }

    .testimonial-section .section-title::before,
    .testimonial-section .section-title::after {
        width: 141px;
    }

    /*   .section-title::before,
    .section-title::after {
      left: 25%;
    }
    .section-title::after {
      right: 25%;
    } */
}





.contact h2 {
    font-weight: 600;
    font-size: 40px;
    color: #003d91;
}

.contact h3 {
    color: #009fa7;
    font-size: 20px;
}

.contact p,
a {
    color: #000;
}

.contact a:hover {
    color: #003d91;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 15px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

.section_doctor h2 {
    font-weight: 500;
    font-size: 40px;
    color: #003d91;
}

.section_doctor h5 {
    color: #009fa7;
    font-size: 20px;

}

.Gallery {
    background-image: linear-gradient(90deg, #5de0e6e0, #004aade8), url(../images/banner/1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 100px;
    padding-top: 100px;
}

.Gallery h5 {
    color: #fff;
    font-size: 20px;
}

.Gallery h2 {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
}

.Gallery .btn {
    border: 2px solid #003d91;
    color: #fff;
    font-size: 17px;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 12px;
    width: 100%;
    transition: 3s;
    background: linear-gradient(90deg, #5de0e6, #004aad);
}

.Gallery .btn:hover {
    background: transparent;
    color: #003d91;
    border: 2px solid #003d91;
}

.contact .btn {
    border: 2px solid #003d91;
    color: #003d91;
    font-size: 17px;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 12px;
    background: linear-gradient(90deg, #5de0e6, #004aad);
}

.contact .btn:hover {
    background: transparent;
    color: #003d91;
    border: 2px solid #003d91;
}

footer {
    background-image: linear-gradient(90deg, #5de0e6, #004aad), url(../images/footer.gif);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
}

footer .Logo {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
}

footer p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #000000;
}

footer i {
    color: #fff;
    margin-right: 2px;
}

footer h3 {
    color: #fff;
    font-weight: bold;
}

footer .social_icon i {
    background-color: #003d91;
    color: #fff;
    padding: 10px;
    border: 2px solid #FFF;
    border-radius: 50%;
}

footer .social_icon i:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #fff;
}

#button {
    display: inline-block;
    background-color: #009fa7;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}




.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    left: 20px;
    bottom: 2rem;
    background: #ec8b00;
    width: 3rem;
    height: 3rem;
    padding: 15px;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 20px;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}


.pulse i {
    position: relative;
    z-index: 20;
    line-height: 20px;
    font-size: 25px;
}

.pulse {
    position: fixed;
    cursor: pointer;
    display: block;
    width: 18rem;
    height: 3rem;
    padding: 15px;
    right: 20px;
    bottom: 5rem;
    background-color: rgba(0, 200, 0, 1);
    color: white;
    border-radius: 50px;
    text-align: center;
    transition-duration: 0.5s;
    animation: pulse-btn 3s infinite;
    z-index: 9000;
}

.pulse:hover {
    background-color: rgba(0, 150, 0, 1);
    color: white;
}

.my-float {
    margin-top: 15px;
}

@-webkit-keyframes pulse-btn {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
    }
}

.pulse a {
    color: #fff;
}

.Appoinment {
    position: fixed;
    bottom: 22%;
    right: 20px;
    background-color: #003d91;
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px 0 0px 20px;
    z-index: 9999;
}

.Appoinment:hover {
    color: #fff;
    background-color: #003b7bc5;
}





.section_about h2 {
    font-weight: 600;
    font-size: 40px;
    color: #39584e;
}

.section_about h5 {
    color: #76480d;
    font-size: 20px;
}

.section_about p {
    text-align: justify;
}



.section_banner img {
    width: 100%;
    height: auto;
}



/* faq */
/* .faq h3 {
    font-weight: 600;
    font-size: 50px;
    color: #003d91;
    font-family: "Berkshire Swash", serif;
} */

.faq h2 {
    color: #009fa7;
    font-size: 20px;
}

/* Detail styling */
.details {
    --padding: 10px;
    border: 1px solid #8d8d8d;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.details+.details {
    margin-top: 15px;
}

.details__title {
    --width: 20px;
    --height: 3px;
    --radius: 1px;
    --color: rgb(57 88 78);
    margin: 0;
    padding: var(--padding) calc(var(--width)* 2) var(--padding) var(--padding);
    cursor: pointer;
    transition: all .2s ease-in-out;
    position: relative;
    font-size: 17px;
    font-weight: 400;
}

.details__title:before,
.details__title:after {
    content: '';
    display: block;
    width: var(--width);
    height: var(--height);
    background-color: var(--color);
    position: absolute;
    border-radius: var(--radius);
    top: calc(50% - (var(--height) / 2));
    right: calc(var(--width) / 2);
    transition: all .2s ease-in-out;
}

.details__title:after {
    rotate: 90deg;
}

.details__container[open] .details__title:before {
    rotate: 45deg;
    /* rotate: 135deg; */
}

.details__container[open] .details__title:after {
    rotate: 135deg;
    /* rotate: 225deg; */
}

.details__container[open] .details__title {
    background-color: #f3f3f3;
}

.details__summary::marker {
    content: '';
}

.details__desc {
    visibility: hidden;
    display: grid;
    grid-template-rows: 0fr;
    transition: all .2s ease-in-out;
    overflow: hidden;
    padding-inline: var(--padding);
    pointer-events: none;
}

.details__container[open]+.details__desc {
    visibility: visible;
    grid-template-rows: 1fr;
    padding-block: var(--padding);
}

.details__desc-inner {
    min-height: 0;
}


.gallery img {
    margin-bottom: 20px;
}


.Hydra-facial h2 {
    font-weight: 500;
    font-size: 40px;
    color: #003d91;
}

.Hydra-facial p {
    text-align: justify;
}

.Hydra-facial ul li {
    text-align: justify;
}



.count {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 40px;
    font-weight: bold;
}

.counter-wrapper {
    background: linear-gradient(90deg, #5de0e670, #004aad7a);
    background-image: url('../images/services/RoboticKneeReplacement\(2\).png');
    background: cover;
    background-position: center center;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.counter-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, #5de0e670, #004aad7a);
}

.counter-inner {
    position: relative;
    z-index: 2;
}

.count-icon {
    font-size: 48px;
}


/* video Slider */
.slider {
    --slider-padding: 1rem;
    --slider-column-gap: 1rem;
    --slide-width: 25%;
    --slide-min-width: 15rem;
    position: relative;
    overflow: hidden;
}

.slider__track {
    display: flex;
    overflow-x: auto;
    justify-content: center;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    padding-inline: var(--slider-padding);
    scroll-behavior: smooth;
    list-style-type: none;
    padding: 0;
    margin-right: calc(var(--slider-column-gap) * -1);
    scrollbar-width: none;
}

.slider__track>* {
    flex: 0 0 var(--slide-width);
    min-width: var(--slide-min-width);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    padding-right: var(--slider-column-gap);
}

.slider__track::-webkit-scrollbar {
    display: none;
}

.slider__buttons {
    margin-top: 1rem;
    text-align: center;
}

.slider__buttons [disabled] {
    opacity: 0.5;
    background-color: #003d91;
    color: #fff;
    padding: 0px 15px;
}

.slider__buttons button {
    background-color: #003d91;
    color: #fff;
    padding: 0px 15px;
    border-radius: 6px;

}

.video-testimonials .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 1rem;
    font-size: 3rem;
    font-weight: 700;
}

.blog .card {
    padding: 10px;
    margin: 10px;
    background-color: #f9f8f8;
}

.blog .card h3 {
    color: #003478;
    font-size: 25px;
    font-weight: bold;
    text-align: justify;
}

.img-fluid {
    width: 100%;
}

.blog .card p {
    text-align: justify;
}

@media only screen and (max-width: 1024px) {
    .Logo {
        width: 250px;
    }

    .navbar-light .navbar-nav .nav-link {

        font-size: 14px;
    }
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin: 0 0 40px;
    }
}



@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }

    .topbar a {
        font-size: 11px;
    }

    .topbar p {
        font-size: 11px;
    }

    .topbar .social_icon i {
        padding: 5px;
    }

    .Logo {
        width: 150px;
    }

    .section_one h5 {
        font-size: 16px;
    }
    
    .section_one h1 {
        font-size: 36px;
        font-weight:600;
        color: #003d91;
    }


    .tab-links {
        display: block;
        padding: 10px 0px;
        text-align: center;
    }

    .Section_two h2 {
        font-size: 25px;
    }

    .Section_two .card h4 {
        font-size: 20px;
    }

    .vision-mission h2 {
        font-size: 25px;
    }

    .our_services h2 {
        font-size: 25px;
    }

    .our_services h5 {
        font-size: 17px;
    }

    .testimonials h5 {
        font-size: 17px;
    }

    .testimonials h2 {
        font-size: 25px;
    }

    .testim {
        margin-top: 150px;
    }

    .testim .dots {
        top: 220px;
    }

    .testim .arrow.left {
        left: 15px;
    }

    .testim .arrow.right {
        right: 15px;
    }

    .Appoinment {
        padding: 7px 9px;
        font-size: 10px;
        bottom: 22%;
    }

    .pulse {
        width: 10rem;
        height: 2rem;
        padding: 7px;
        font-size: 10px;
        bottom: 15%;
    }

    .pulse i {
        font-size: 15px;
    }

    .call-buton .cc-calto-action-ripple {
        width: 2rem;
        height: 2rem;
        padding: 11px;
    }

    .call-buton .cc-calto-action-ripple i {
        font-size: 15px;
    }

    #button {
        width: 30px;
        height: 30px;
    }

    #button::after {
        font-size: 20px;
        line-height: 31px;
    }

    .faq h5 {
        font-size: 17px;
    }

    .faq h3 {
        font-size: 25px;
    }

    .details__title {
        font-size: 15px;
    }

    .Gallery h5 {
        font-size: 17px;
    }

    .Gallery h2 {
        font-size: 25px;
    }

    .Gallery .btn {
        border-radius: 12px;
        width: 50%;
    }

    .Gallery {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .contact h2 {
        font-size: 25px;
    }

    .contact h4 {
        font-size: 16px;
    }

    .section_about h5 {
        font-size: 17px;
    }

    .section_about h2 {
        font-size: 25px;
    }

    nav .dropdown-item {

        font-size: 10px;
    }

    .section_doctor h2 {
        font-size: 25px;
        ;
    }

    .section_doctor h5 {
        font-size: 17px;
    }

    .tandem-tabs {
        display: block;
    }

    .tt__control label {
        white-space: unset;
        overflow: visible;
        height: auto;
    }

    .tt__control:after {
        height: auto;
    }

    .tt__control label:has(input:checked) {
        color: #006fff;
    }

    .tt__panels h2 {
        font-size: 25px;
    }

    .tt__panels {
        padding: 15px;
    }

    .about_card h2 {
        font-size: 30px;
    }

    .testim .wrap {
        padding: 0px 0px;
    }

    .about h2 {
        font-size: 30px;
    }

    .about h4 {
        font-size: 18px;

    }

    .btn-previous,
    .btn-next {
        background-color: #003478;
        color: #fff;
        border: 2px solid #003478;
        font-size: 10px;
    }

    .video-testimonials h2 {
        font-size: 30px;
    }
    
    .video-testimonials h1 {
        font-size: 30px;
    }

    .video-testimonials h5 {
        font-size: 15px;
    }
}



/* .edu h3{
    margin-top: 20px;
} */


