@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    background-image: linear-gradient(#f5f5f5d4, #ffffffde), url(../images/Bodyimage.png);
}

::selection {
    background-color: #3966a125;
    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: #d9dfff;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #6e99e9;
}

.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;
    z-index: 999999;

}

.blink-text {
    animation: blink 2s infinite;
}

.nav-link:hover {
    color: #fc5185;

}

a {
    padding-top: 10px;
    text-decoration: none;

}

h2 {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
}


.topbar {
    background: linear-gradient(70deg, #74ead5, #8acade, #9eafe6);
    padding-top: 5px;
    padding-bottom: 8px;

}

.topbar a {
    color: #000000;
}

.nav-link {
    color: rgb(0 0 0 / 55%);
    font-size: 17px;
    font-weight: 500;
}

.active {
    color: #3966a1 !important;
    font-weight: 700;
}


.about-us p {
    text-align: justify;
    color: #424141;
}

.about-us ol li {
    text-align: justify;
    color: #666;

}

.about-us ul li {
    text-align: justify;
    color: #666;

}

.about-us i{
    background-color: #417fd1;
    border-radius: 50px;
    padding: 10px;
    margin-right: 15px;
    text-align: center;
    color: #fff;
    border: 2px solid #417fd1;
    font-size: 20px;
}

.logo {
    height: 86px;
    width: 280px;
    max-height: 100%;
    border-radius: 28px;
}

.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: 500;
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}



.about-us h5 {
    color: #3966a1;
}

.about-us h2 {
    color: #3966a1;
    font-size: 35px;
    font-weight: 500;
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}



.section_banner h3 {
    color: #000000;
    font-size: 40px;
    font-weight: 500;
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.section_banner{
    background-color: #6fa3e7;
    padding: 40px;
    border-radius: 8px;
}


.services h2 {
    color: #000000;
    font-size: 35px;
    font-weight: 500;
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.contact-banner {
    background-image: linear-gradient(90deg, #75e8d5c7, #9db1e699), url(../images/back.png);
    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: 500;
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.contact-banner h1 {

    color: #000000;
    font-size: 35px;
    font-weight: 500;
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.microscopic-root h2 {

    color: #3966a1;
    font-size: 35px;
    font-weight: 500;
    font-family: "Roboto Slab", 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: #3966a1;
}

.service-box {
    background-color: #b8c9e736;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    height: 372px;

}

.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: #3966a1;
}

.service-box p {
    color: #666;
}






/* services index */
.serviceBox .service-icon:before {
    content: "";
    border: 6px solid #fff;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    border-radius: 50% 50%;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
    transform: translateX(-50%) translateY(0);
    position: absolute;
    top: 6px;
    left: 50%;
}

.serviceBox .service-icon {
    color: #fff;
    background: #4ca8fd;
    font-size: 40px;
    line-height: 115px;
    height: 110px;
    width: 110px;
    margin: -50px auto 30px;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s;
}

.serviceBox {
    color: #555;
    text-align: center;
    padding: 0 10px 20px;
    border-radius: 30px 30px;
    position: relative;
    border: 3px solid #4ca8fd   ;
    margin: 50px auto 0;
    z-index: 1;
    height: 320px;
}

.serviceBox .title {
    color: #3966a1;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.services-index a {
    background-color: #4ca8fd;
    color: #fff;
    padding: 5px 13px;
    margin: 5px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid #00439b;
}


.services-index a:hover {
    background-color: #95bafe;
    color: #fff;
}


.services-index h5{
    font-size: 35px;
    color: #3966a1  ;
    
    font-weight: 500;
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.services-index p{
    text-align: justify;
}


/* testimonial */

.container-testimonial{
    background: linear-gradient(90deg, #74ead5, #8acade, #9eafe6);
}





/* address footer */
.address-home {
    border: 2px solid;
    border-color: #3966a1;
    margin: 9px 9px 8px 9px;
    border-radius: 21px;
}

.address-home {
    color: #666;
}

.address-home a {
    color: #3a3737;

}


.address-home h2 {
    color: #3966a1;
    font-family: "Roboto Slab", serif;
    font-size: 35px;
    font-weight: 500;
}


.address-home h4 {
    color: #3966a1;
    font-family: "Roboto Slab", serif;
    font-size: 25px;
    font-weight: 500;
}



.about-us video {
    width: 100%;
    height: 330px;
}


/*Footer */
.footer-link:hover {
    color: #ffffff;
}


.footer-logo {
    width: 278px;
    margin: auto;
    border-radius: 15px;
    margin-bottom: 15px;
}

footer h4 {
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}



.footer_social_icons i {
    color: #3966a1;
    background-color: #fff;
    padding: 10px;
    border-radius: 50px;
}

.footer_social_icons i:hover {
    color: #fff;
    background-color: #36d7e6;

}

/* our services */
.service-box-link {
    background-color: #3966a1;
    border: none;
    color: #fff;
    padding: 15px 32px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
}

.service-box-link:hover {
    background-color: #006770;
    color: #fff;
}

/* /Button up down/ */


.section_fac h2 {
    color: #3966a1;
    font-weight: 500;
    font-size: 35px;
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

/* form  */
/* #accordion {
     font-family: "Roboto Slab", serif;
} */



/* Contact page */
.contact .service-box {
    height: 195px;

}


footer {
    background : linear-gradient(90deg, #74ead5, #8acade, #9eafe6);
    padding-top: 100px;
}

footer p {
    color: #000000;
    font-size: 16px;

}

footer a {
    color: #000000;
    font-size: 16px;
}

footer a:hover {    
    color: #fff;
}


#button {
    display: inline-block;
    background-color: #646cd3;
    width: 37px;
    height: 37px;
    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: #3878d7;
    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);
}

@-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;
    }
}





/* 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: #3966a1;
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
}

.our-service-link:hover {
    background-color: #95bafe;
    color: #fff;
}

/* Media */
@media only screen and (min-width:768px) and (max-width:1198px) {

    .contact .service-box {
        height: auto;
    }

    .contact .service-box {
        height: auto;
    }

    .footer-logo {
        width: 222px;
        margin: auto;
        border-radius: 15px;
        margin-bottom: 15px;
    }

    .serviceBox {
        height: 459px;
    }
    .service-box {
        height: auto;
    }

}






@media only screen and (max-width:480px) {
    .contact .service-box {
        height: auto;
    }

    .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: 28px;
    }

    p {
        font-size: 15px;
    }

    ol li {
        font-size: 15px;
    }

    .section_banner h3 {
        font-size: 24px;
    }

    .appointment_btn {
        right: 20px;
        bottom: 75px;

    }

    .logo {
        height: 58px;
        width: 183px;
        max-height: 100%;
        border-radius: 20px;
    
    }



    .appointment_btn {
        position: fixed;
        background-color: #ff0000;
        right: 20px;
        bottom: 120px;
        padding: 5px 7px;
        border: 2px solid #ff0000;
        border-radius: 50px;
        color: #fff;
        font-size: 9PX;
        font-weight: 650;
        box-shadow: 1px 2px 3px 1px #972121;
        z-index: 999999;
    }

    .pulse {
        position: fixed;
        cursor: pointer;
        display: block;
        width: 50px !important;
        height: 50px;
        bottom: 81px;
        left: 11px;
        background-color: rgba(0, 200, 0, 1);
        color: white;
        border-radius: 60px;
        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: 24px;
    }

    .call-button .cc-calto-action-ripple {
        z-index: 99999;
        position: fixed;
        left: 11px;
        bottom: 14px;
        background: #3878d7;
        width: 47px;
        height: 45px;
        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;
    }

    .about-us video {
        width: 100%;
        height: 211px;
    }


    .footer-logo {
        width: 229px;
        margin: auto;
        border-radius: 14px;
        margin-bottom: 15px;
    
    }


    .topbar a {
        font-size: 10px;
    }

    .microscopic-root h2 {
      
        font-size: 28px;
    }
}