@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');


body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}


::selection {
    background-color: #3898af;
    color: #fff;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #3898af;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #d40001;
}

a {
    text-decoration: none;
}

h1 {
    color: #3898af;
    font-size: 40px;
    font-weight: bolder;
    font-family: "Old Standard TT", serif;
}

h2 {
    color: #3898af;
    font-size: 40px;
    font-weight: 700;
    font-family: "Old Standard TT", serif;
    font-weight: bolder;
}

h5 {
    font-size: 20px;
    font-weight: bolder;
    color: #d40001;

}

p {
    color: #000000;
    text-align: justify;
}



@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {


    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider::before,
.slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: auto;
    position: absolute;
    width: 300px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: 300px;
    width: 250px;
}

.slider .slide img {
    height: 250px;
    width: 250px;
}


.topbar {
    background: linear-gradient(45deg, #3898af, #3898af, #3898af);
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.topbar .social-icons {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.topbar .social-icons i {
    color: #4f5f50;
    background-color: #fff;
    padding: 7px;

    border-radius: 50%;
}

nav .logo {
    width: 100px;
}

footer .logo {
    width: 200px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

footer .social-icons {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

footer .social-icons i {
    color: #4f5f50;
    background-color: #fff;
    padding: 7px;

    border-radius: 50%;
}

.contact .social-icons {
    display: flex;
    gap: 20px;
    justify-content: start;
}

.contact .social-icons i {
    color: #fff;
    background-color: #4f5f50;
    padding: 7px;

    border-radius: 50%;
}

.topbar p {
    margin-bottom: 0px;
    color: #fff;
}

.topbar a {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.navbar-light .navbar-nav .active {
    color: #bd0603 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #f9e3e3;
}

.about-doctors .card {
    margin: 10px;
    padding: 10px;
    border: none;
    box-shadow: 15px 13px 20px 2px #3898af33;
    border-radius: 20px;
    transition: 0.5s;
}

.about-doctors .card:hover {
    box-shadow: -15px -20px 20px 2px #d400011a;
    margin: 30px;
}

.about-doctors .card img {
    width: 80%;
}

.about-doctors .card h3 {
    color: #d40001;
}

.about-doctors .card h6 {
    color: #3898af;
    font-size: 16px;
    font-weight: 600;
}

.about-doctors .card a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background-color: #3898af;
    padding: 5px 10px;
    border: 2px solid #3898af;
    border-radius: 16px 0px 16px 0px;
    transition: 1s;
}

.about-doctors .card a:hover {
    border-radius: 0px 16px 0px 16px;
    background-color: transparent;
    color: #4f5f50;
}

.about-choose .d-flex span {
    font-size: 40px;
    margin-right: 15px;
}

.about-choose .d-flex p {
    margin-bottom: 0px;
}

.about-choose .d-flex {
    margin-bottom: 20px;
}

.services .card {
    margin: 10px;
    padding: 80px 30px;
    border: 2px solid #ccc;
    border-radius: 50%;
    width: 100%;
    height: 300px;
    box-shadow: 15px 20px #3898af;

}

.services .card h4 {
    font-weight: 600;
    text-align: center;
    color: #4f5f50;
}

.services .card a {
    color: #4f5f50;
    box-shadow: 12px 8px 13px -4px #ccc;
    padding: 5px;
    font-weight: 600;
}

.services .card a:hover {
    background-color: #4f5f50;
    color: #fff;
}

.kenburns-slideshow {
    aspect-ratio: 16 / 9;
    display: grid;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
    margin: 0;
    padding: 0;
    height: 500px;
}

.kenburns-slide {
    aspect-ratio: inherit;
    contain: strict;
    grid-area: 1/-1;
    opacity: 0;
    position: relative;
}

.kenburns-slide:not(:first-of-type) {
    display: none;
}

.kenburns-img {
    aspect-ratio: inherit;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    display: block;
    /* -o-object-fit: cover;
    object-fit: cover; */
    outline: none;
    padding: 0;
    position: relative;
    text-shadow: none;
    /* vertical-align: middle; */
    width: 100%;
    height: 500px;
}








@keyframes pan-right {
    0% {
        transform: translateX(calc(-1 * var(--pan))) scale(var(--min-scale));
    }

    100% {
        transform: translateX(var(--pan)) scale(var(--min-scale));
    }
}

@keyframes pan-left {
    0% {
        transform: translateX(var(--pan)) scale(var(--min-scale));
    }

    100% {
        transform: translateX(calc(-1 * var(--pan))) scale(var(--min-scale));
    }
}

@keyframes pan-down {
    0% {
        transform: translateY(calc(-1 * var(--pan))) scale(var(--min-scale));
    }

    100% {
        transform: translateY(var(--pan)) scale(var(--min-scale));
    }
}

@keyframes pan-up {
    0% {
        transform: translateY(var(--pan)) scale(var(--min-scale));
    }

    100% {
        transform: translateY(calc(-1 * var(--pan))) scale(var(--min-scale));
    }
}

@keyframes pan-zoom-in-right {
    0% {
        transform: translateX(calc(-1 * var(--pan))) scale(var(--min-scale));
    }

    100% {
        transform: translateX(var(--pan)) scale(var(--max-scale));
    }
}

@keyframes pan-zoom-in-left {
    0% {
        transform: translateX(var(--pan)) scale(var(--min-scale));
    }

    100% {
        transform: translateX(calc(-1 * var(--pan))) scale(var(--max-scale));
    }
}

@keyframes pan-zoom-in-down {
    0% {
        transform: translateY(calc(-1 * var(--pan))) scale(var(--min-scale));
    }

    100% {
        transform: translateY(var(--pan)) scale(var(--max-scale));
    }
}

@keyframes pan-zoom-in-up {
    0% {
        transform: translateY(var(--pan)) scale(var(--min-scale));
    }

    100% {
        transform: translateY(calc(-1 * var(--pan))) scale(var(--max-scale));
    }
}

@keyframes pan-zoom-out-right {
    0% {
        transform: translateX(calc(-1 * var(--pan))) scale(var(--max-scale));
    }

    100% {
        transform: translateX(var(--pan)) scale(var(--min-scale));
    }
}

@keyframes pan-zoom-out-left {
    0% {
        transform: translateX(var(--pan)) scale(var(--max-scale));
    }

    100% {
        transform: translateX(calc(-1 * var(--pan))) scale(var(--min-scale));
    }
}

@keyframes pan-zoom-out-down {
    0% {
        transform: translateY(calc(-1 * var(--pan))) scale(var(--max-scale));
    }

    100% {
        transform: translateY(var(--pan)) scale(var(--min-scale));
    }
}

@keyframes pan-zoom-out-up {
    0% {
        transform: translateY(var(--pan)) scale(var(--max-scale));
    }

    100% {
        transform: translateY(calc(-1 * var(--pan))) scale(var(--min-scale));
    }
}

@keyframes pan-zoom-in-top-left-to-bottom-right {
    0% {
        transform: translate(calc(-1 * var(--pan)), calc(-1 * var(--pan))) scale(var(--min-scale));
    }

    100% {
        transform: translate(var(--pan), var(--pan)) scale(var(--max-scale));
    }
}

@keyframes pan-zoom-out-bottom-right-to-top-left {
    0% {
        transform: translate(var(--pan), var(--pan)) scale(var(--max-scale));
    }

    100% {
        transform: translate(calc(-1 * var(--pan)), calc(-1 * var(--pan))) scale(var(--min-scale));
    }
}

@keyframes pan-zoom-in-bottom-left-to-top-right {
    0% {
        transform: translate(calc(-1 * var(--pan)), var(--pan)) scale(var(--min-scale));
    }

    100% {
        transform: translate(var(--pan), calc(-1 * var(--pan))) scale(var(--max-scale));
    }
}

@keyframes pan-zoom-out-top-right-to-bottom-left {
    0% {
        transform: translate(var(--pan), calc(-1 * var(--pan))) scale(var(--max-scale));
    }

    100% {
        transform: translate(calc(-1 * var(--pan)), var(--pan)) scale(var(--min-scale));
    }
}

@keyframes pan-zoom-in-top-right-to-bottom-left {
    0% {
        transform: translate(var(--pan), calc(-1 * var(--pan))) scale(var(--min-scale));
    }

    100% {
        transform: translate(calc(-1 * var(--pan)), var(--pan)) scale(var(--max-scale));
    }
}

@keyframes pan-zoom-out-bottom-left-to-top-right {
    0% {
        transform: translate(calc(-1 * var(--pan)), var(--pan)) scale(var(--max-scale));
    }

    100% {
        transform: translate(var(--pan), calc(-1 * var(--pan))) scale(var(--min-scale));
    }
}

@media (max-width:51.29875em) {
    .kenburns-slideshow {
        aspect-ratio: 4/3;
    }
}


/* call Button */


.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 1rem;
    bottom: 2rem;
    background: #3898af;
    width: 35px;
    height: 35px;
    padding: 10px;
    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(0, 114, 162, 0.2), 0 0 0 0 rgba(0, 55, 182, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(6, 101, 180, 0.2);
        box-shadow: 0 4px 10px rgba(0, 88, 219, 0.2), 0 0 0 0 rgba(0, 98, 185, 0.2), 0 0 0 5px rgba(0, 86, 139, 0.2), 0 0 0 10px rgba(7, 97, 148, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(8, 83, 174, 0.2), 0 0 0 5px rgba(12, 85, 159, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(0, 66, 158, 0);
        box-shadow: 0 4px 10px rgba(7, 91, 186, 0.2), 0 0 0 5px rgba(5, 81, 163, 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(2, 58, 164, 0.2), 0 0 0 0 rgba(13, 103, 206, 0.2), 0 0 0 5px rgba(3, 58, 177, 0.2), 0 0 0 10px rgba(6, 59, 184, 0.2);
        box-shadow: 0 4px 10px rgba(8, 116, 239, 0.2), 0 0 0 0 rgba(5, 131, 203, 0.2), 0 0 0 5px rgba(4, 112, 206, 0.2), 0 0 0 10px rgba(3, 89, 188, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(12, 69, 184, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(11, 82, 169, 0);
        box-shadow: 0 4px 10px rgba(2, 70, 171, 0.2), 0 0 0 5px rgba(7, 76, 141, 0.2), 0 0 0 10px rgba(1, 61, 150, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}


/* Back to top button */
#button {
    display: inline-block;
    background-color: #3898af;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 8rem;
    right: 1rem;
    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: 17px;
    line-height: 35px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


/* whatsapp Button */
.float {
    position: fixed;
    width: 35px;
    height: 35px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 35px;
}


.gallery-slider {
    background: url(../Images/gallery-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 200px;
    padding-bottom: 200px;
}

.gallery-slider a {
    background-color: #ffffff;
    color: #4f5f50;
    font-weight: bold;
    padding: 10px 25px;
    animation: blink 3s infinite;
}




@keyframes blink {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.7;
        background-color: rgb(0, 0, 0);
        color: #fff;
    }

    50% {
        opacity: 0.5;
        background-color: rgb(0, 0, 0);
        color: #fff;
    }

    75% {
        opacity: 0.7;
        background-color: #4f5f50;
        color: #fff;
    }

    100% {
        opacity: 1;
    }
}




.card img {
    width: 171px;
    margin-left: 90px;
    margin-top: -77px;
}

.contact a {
    color: #000;
}

.contact a:hover {
    color: #4f5f50;
}

footer {
    background: linear-gradient(45deg, #3898af8f, #3898afb3, #3898afcc), url(../Images/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 100px;
    color: #fff;
}

footer h2 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 30px;
}

footer a {
    color: #fff;
    font-weight: bold;
}

footer p {
    color: #fff;
    font-weight: bold;
}

footer a:hover {
    color: #000000;

}

.banner {
    background: linear-gradient(84deg, #3898afc9, #3898af8a), url(../Images/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 200px;
    padding-bottom: 180px;
}

.services-banner-2 {
    background: linear-gradient(84deg, #3898afc9, #3898af8a), url(../Images/service-banner-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 200px;
    padding-bottom: 180px;
}

.banner h2 {
    color: #fff;
    font-size: 40px;
}

.services-banner-2 h2 {
    color: #fff;
    font-size: 40px;
}

.banner h5 {
    color: #c1c0c0;
}

.services-banner-2 h5 {
    color: #e2e2e2;
}

.banner a {
    color: #c1c0c0;
}

.banner a:hover {
    color: #fff;
}

.services-banner-2 a {
    color: #e2e2e2;
}

.services-banner-2 a:hover {
    color: #fff;
}


.gallery-banner {
    background: linear-gradient(84deg, #3898afc9, #3898af8a), url(../Images/gallery-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 200px;
    padding-bottom: 200px;
}

.bullets .card {
    text-align: center;
    border: none;
    box-shadow: 15px 13px 20px 2px #3898af29;
    padding: 10px;
    margin: 10px;
    height: 150px;
}

.bullets .card i {
    color: #3898af;
    font-size: 40px;
}

.gallery-banner h2 {
    color: #fff;
    font-size: 40px;
}

.gallery-banner h5 {
    color: #fff;
    font-size: 20px;
}

.gallery-banner a {
    color: #fff;
    font-size: 20px;
}

@media screen and (max-width:1024px) {

    .services .card {

        height: 320px;
    }

    .card img {
        width: 134px;
        margin-left: 44px;
        margin-top: -76px;
    }
}

@media screen and (max-width:800px) {
    .topbar p {
        font-size: 15px;
    }

    .topbar {
        font-size: 11px;
    }

    .bullets .card {
        height: auto;
    }

    h1 {
        font-size: 26px;
    }

    h5 {
        font-size: 18px;
    }

    h2 {
        font-size: 30px;
    }

    .services .card {
        height: auto;
    }

    .gallery-slider {
        background-image: url(../Images/gallery-bg.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        height: 100vh;
        width: 100vw;
    }





    footer h2 {
        font-size: 30px;
    }

    .kenburns-img {
        aspect-ratio: auto;

        height: 250px;
    }

    .kenburns-slide {
        aspect-ratio: auto;

    }

    .kenburns-slideshow {

        height: 300px;
    }
}
@media screen and (max-width:800px) { 

    
    .card img {
        width: 69px;

    }   
        
}


@media screen and (max-width:480px) {


    .card img {
        width: 190px;
        margin-left: 47px;
        margin-top: -32px;
        margin-bottom: 15px;
    }

    .gallery-slider {
        background-image: url(../Images/gallery-bg.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        height: 100vh;
        width: 100vw;
    }

    .topbar a {

        font-size: 12px;
    }

    .topbar {

        font-size: 11px;
    }

    .kenburns-img {
        aspect-ratio: auto;

        height: 250px;
    }

    .kenburns-slide {
        aspect-ratio: auto;

    }

    .kenburns-slideshow {

        height: auto;
    }

    h1 {

        font-size: 30px;
    }

    h5 {
        font-size: 18px;

    }

    p {
        font-size: 15px;
    }

    h2 {
        font-size: 30px;
    }

    .services .card {
        margin: 10px 0px 40px 0px;
        height: auto;
    }







    footer h2 {
        font-size: 30px;
    }

    .banner {


        padding-top: 30px;
        padding-bottom: 30px;
    }

    .services-banner-2 {


        padding-top: 30px;
        padding-bottom: 30px;
    }

    .banner h2 {
        font-size: 20px;
    }

    .banner h5 {
        font-size: 14px;
    }

    .gallery-banner {
        background: linear-gradient(45deg, #4f5f506f, #4f5f506c), url(../Images/gallery-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    nav .logo {
        width: 60px;
    }

    footer .logo {
        width: 130px;
    }

    .slider .slide {
        height: 225px;
        width: 200px;
    }

    .slider .slide img {
        height: 200px;
        width: 200px;
    }

    .gallery-banner h2 {
        color: #fff;
        font-size: 30px;
    }

    .gallery-banner h5 {
        color: #fff;
        font-size: 18px;
    }

    .gallery-banner a {
        color: #fff;
        font-size: 18px;
    }
}