@import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:ital,wght@0,400..700;1,400..700&display=swap');

body {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

::selection {
    background-color: #ffffff;
    color: #000000;
}



::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(255, 255, 255);
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2eabd8;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #2eabd8;
}

.appointment_btn {
    position: fixed;
    background-color: #ff0000;
    right: 20px;
    bottom: 120px;
    padding: 8px 15px;
    border: 2px solid #ff0000;
    border-radius: 50px;
    color: #fff;
    font-size: 15PX;
    font-weight: 650;
    box-shadow: 1px 4px 6px 2px #972121;
}

.blink-text {
    animation: blink 2s infinite;
}

.nav-link:hover {
    color: #579cb1f2;

}

a {
    padding-top: 10px;
    text-decoration: none;

}


.topbar {
    background-color: #2eabd8;
    padding-top: 10px;
    padding-bottom: 10px;

}

.topbar a {
    color: #fff;
    font-size: 15px;
}

.nav-link {
    color: rgb(0 0 0 / 55%);
    font-size: 17px;
    font-weight: 500;
}

.active {
    color: #579cb1f2 !important;
    font-weight: 700;
}


.about-us p {
    text-align: justify;
    color: #666;
}

.about-us ol li {
    text-align: justify;
    color: #666;

}

.about-us ul li {
    text-align: justify;
    color: #666;

}

.logo {
    height: 101px;
    width: 100px;
    max-height: 100%;
    border-radius: 12px;
}

.navbar-brand {
    padding: 0;
    display: flex;
    align-items: center;

}

.about_banner {
    background-image: linear-gradient(#93ffff00, #00c1db00), url(../images/background_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;

    /* height: 100vh; */
    /* padding-top: 200px;
    padding-bottom: 200px; */
}


.about_banner h2 {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    font-family: "Ibarra Real Nova", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}



.about-us h5 {
    color: #2eabd8;
}

.about-us h2 {
    color: #2eabd8;
    font-size: 35px;
    font-weight: 600;
    font-family: "Ibarra Real Nova", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}



.section_banner h3 {
    color: #000000;
    font-size: 40px;
    font-weight: 600;
    font-family: "Ibarra Real Nova", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.services h2 {
    color: #000000;
    font-size: 35px;
    font-weight: 600;
    font-family: "Ibarra Real Nova", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.contact-banner {
    background-image: linear-gradient(#cbd7d7d9, #9ad6de17), url(../images/background_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 170px;
    background-attachment: fixed;
}

.contact-banner a {
    color: #333;
}

.section-text {
    color: #16293e;
}

.section_banner h2 {
    color: #000000;
    font-size: 35px;
    font-weight: 600;
    font-family: "Ibarra Real Nova", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.contact-banner h1 {

    color: #000000;
    font-size: 35px;
    font-weight: 600;
    font-family: "Ibarra Real Nova", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.microscopic-root h2 {

    color: #000000;
    font-size: 35px;
    font-weight: 600;
    font-family: "Ibarra Real Nova", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.microscopic-root p {
    text-align: justify;
    color: #666;
}

.microscopic-root ul li {
    text-align: justify;
    color: #666;

}

/* /service css/ */
.services h2 {
    font-size: 32px;
    font-weight: bold;
    color: #2eabd8;
}

.service-box {
    background-color: #f9f9f9;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    height: 380px;

}

.service-box:hover {
    background-color: #e9ecef;
    transform: translateY(-5px);
}

.service-box img {
    width: auto;
    height: 150px;
}

.service-box h4 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    color: #2eabd8;
}

.service-box p {
    color: #666;
}


/*Footer */
.footer-link:hover {
    color: #fff;
}


.footer-logo {
    width: 120px;
    margin: auto;
    border-radius: 15px;
    margin-bottom: 20px;
}

footer h4 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    font-family: "Ibarra Real Nova", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}



.footer_social_icons i {
    color: #2eabd8;
    background-color: #fff;
    padding: 10px;
    border-radius: 50px;
}

.footer_social_icons i:hover {
    color: #fff;
    background-color: #006770;

}

/* our services */
.service-box-link {
    background-color: #2eabd8;
    border: none;
    color: #fff;
    padding: 15px 32px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
}

.service-box-link:hover {
    background-color: #2eabd8;
    color: #fff;
}

/* /Button up down/ */


.section_fac h2 {
    color: #2eabd8;
    font-weight: 600;
    font-size: 35px;
    font-family: "Ibarra Real Nova", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

/* form  */
#accordion {
    font-family: "Ibarra Real Nova", serif;
}



/* Contact page */
.contact .service-box {
    height: 170px;

}


footer {
    background-color: #2eabd8;
    padding-top: 100px;
}

footer p {
    color: #ffffff;
    font-size: 15px;

}

footer a {
    color: #fff;
    font-size: 15px;
}

footer a:hover {
    color: #fff;
}


#button {
    display: inline-block;
    background-color: #2eabd8;
    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: 23px;
    line-height: 20px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


.call-button i {
    color: white;
}

.call-button .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    background: #2eabd8;
    width: 3rem;
    height: 3rem;
    padding: 1rem;
    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: 1.2rem;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}



/* wh btn */
.pulse i {
    position: relative;
    z-index: 20;
    top: 7px;
    font-size: 30px;
}

.pulse {
    position: fixed;
    cursor: pointer;
    display: block;
    width: 60px !important;
    height: 60px;
    bottom: 85px;
    left: 11px;
    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;
}


@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(23, 44, 160, 0.2), 0 0 0 0 rgba(44, 8, 173, 0.2), 0 0 0 5px rgba(14, 5, 128, 0.2), 0 0 0 10px rgba(31, 62, 240, 0.2);
        box-shadow: 0 4px 10px rgba(27, 125, 190, 0.2), 0 0 0 0 rgba(10, 12, 139, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(14, 52, 179, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(26, 42, 184, 0.2), 0 0 0 5px rgba(54, 56, 172, 0.651), 0 0 0 10px rgba(36, 38, 155, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(27, 13, 107, 0.2), 0 0 0 5px rgba(0, 15, 145, 0.2), 0 0 0 10px rgba(12, 45, 153, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(20, 34, 114, 0.2), 0 0 0 0 rgba(30, 46, 185, 0.2), 0 0 0 5px rgba(33, 30, 177, 0.2), 0 0 0 10px rgba(32, 129, 219, 0.2);
        box-shadow: 0 4px 10px rgba(27, 6, 216, 0.2), 0 0 0 0 rgba(42, 21, 165, 0.2), 0 0 0 5px rgba(17, 47, 214, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(38, 66, 219, 0.2), 0 0 0 5px rgba(32, 50, 209, 0.2), 0 0 0 10px rgba(42, 72, 206, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(32, 69, 233, 0.2), 0 0 0 5px rgba(25, 22, 219, 0.2), 0 0 0 10px rgba(19, 90, 223, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}




@keyframes blink {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.5;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.our-service-link {
    background-color: #2eabd8;
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
}

.our-service-link:hover {
    background-color: #007b87;
    color: #fff;
}

/* Media */
@media only screen and (max-width:480px) {
    .service-box {
        height: 385px;
    }

    .about_banner {
        padding-top: 80px;
        padding-bottom: 80px;
        background-image: linear-gradient(#dbdbdbc2, #00c1db6b), url(../images/banner.png);
    }

    .section_banner {
        padding-top: 50px;
        padding-bottom: 50px;

    }




    .contact-banner {
        padding-top: 100px;
        padding-bottom: 100px;


    }

    .about_banner h2 {
        font-size: 35px;
    }

    .about_banner h5 {
        font-size: 16px;
    }

    .about-us h2 {
        font-size: 30px;
    }

    p {
        font-size: 15px;
    }

    ol li {
        font-size: 15px;
    }

    .section_banner h3 {
        font-size: 30px;
    }

    .appointment_btn {
        right: 10px;
        bottom: 100px;
        font-size: 12PX;
        padding: 5px 10px;

    }


    .pulse {
        position: fixed;
        cursor: pointer;
        display: block;
        width: 52px !important;
        height: 52px;
        bottom: 85px;
        left: 11px;
        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 i {
        position: relative;
        z-index: 20;
        top: 5px;
        font-size: 26px;
    }

    .call-button .cc-calto-action-ripple {
        z-index: 99999;
        position: fixed;
        left: 1rem;
        bottom: 1rem;
        background: #2eabd8;
        width: 43px;
        height: 41px;
        padding: 1rem;
        border-radius: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #ffffff;
        -webkit-animation: cc-calto-action-ripple 0.6slinear infinite;
        animation: cc-calto-action-ripple 0.6slinear 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;
    }

}