@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    background-image: linear-gradient(#ffffffc4, #fefffe), url(../images/body.png);
}

::selection {
    background-color: #60caaf42;
    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: #60cab0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #1862a8;
}

.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: 13PX;
    font-weight: 650;
    box-shadow: 1px 4px 6px 2px #972121;
}

.blink-text {
    animation: blink 2s infinite;
}

.nav-link:hover {
    color: #fc5185;

}

a {
    padding-top: 10px;
    text-decoration: none;

}

h2 {
    font-family: "Playfair Display", serif;
}

p {
    font-family: "Public Sans", serif;
}

.topbar {
    background: linear-gradient(83deg, #19c1d7, #89cf9a, #e2db6a);
    padding-top: 10px;
    padding-bottom: 10px;

}

.topbar a {
    color: #000000;
}

.nav-link {
    color: rgb(0 0 0 / 55%);
    font-size: 17px;
    font-weight: 500;
}

.active {
    color: #00347a !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 {

    margin-left: 45px;
    width: 280px;
    max-height: 100%;
    border-radius: 100px;
}

.navbar-brand {
    padding: 0;
    display: flex;
    align-items: center;

}

.about_banner {
    background-image: linear-gradient(#517ac5d9, #2343b73b), url(../images/background_img.png);
    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: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}



.about-us h5 {
    color: #00347a;
}

.about-us h2 {
    color: #00347a;
    font-size: 35px;
    font-weight: 600;
    font-family: "Playfair Display", 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: "Playfair Display", 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: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.contact-banner {
    background-image: linear-gradient(25deg, #ffa2a25e, #cdffd88a, #b7d581), url(../images/background_img.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: 600;
    font-family: "Playfair Display", 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: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.microscopic-root h2 {

    color: #00347a;
    font-size: 31px;
    font-weight: 600;
    font-family: "Playfair Display", 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: #00347a;
}

.service-box {
    background-color: #a0bba324;
    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: #00347a;
}

.service-box p {
    color: #666;
}


/*Footer */
.footer-link:hover {
    color: #fff;
}


.footer-logo {
    width: 268px;
    margin: auto;
    border-radius: 13px;
    margin-bottom: 10px;
}

footer h4 {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}



.footer_social_icons i {
    color: #00347a;
    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: #00347a;
    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: #00347a;
    font-weight: 600;
    font-size: 35px;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

/* form  */
/* #accordion {
    font-family: "Playfair Display", serif;
} */



/* Contact page */
.contact .service-box {
    height: 170px;

}

.address-home h2 {
    color: #00347a;
    font-size: 32px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100
}

.address-home {
    background-color: #8dd09814;
    border-radius: 10px;
    padding: 10px 22px;
    border: 1px solid;
    margin: 25px 58px;
}








footer {
    background: linear-gradient(83deg, #15c2db, #87cf9b, #f6dc5d);
    padding-top: 100px;
}

footer p {
    color: #000000;
    font-size: 15px;

}

footer a {
    color: #000000;
    font-size: 15px;
}

footer a:hover {
    color: #fff;
}


#button {
    display: inline-block;
    background-color: #646cd3;
    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: #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;
    }
}

.our-service-link {
    background-color: #00347a;
    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:1200px) {

    .contact .height {
        height: auto;
    }
}






@media only screen and (min-width: 767px) and (max-width: 995px) {
    .service-box {

        height: 413px;
    }

    .logo {

        width: 242px;
        margin-left: 10px;
    }


}


@media only screen and (max-width:480px) {
    .service-box {
        height: 385px;
    }

    .logo {

        width: 242px;
        margin-left: -4px;
    }

    .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;

    }

    #carouselExampleControls img {
        height: 174px;
    }

    .topbar {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .topbar a {
        font-size: 11px;
    }




    .contact-banner {
        padding-top: 80px;
        padding-bottom: 80px;


    }

    .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: 11px;
        bottom: 75px;

    }


    .contact .height {
        height: auto;
    }


    .address-home {
        background-color: #8dd0981c;
        border-radius: 15px;
        padding: 0px 0px;
        border: 1px solid;
        margin: 20px 12px;
    }

    .footer-logo {
        width: 258px;
        margin: auto;
        border-radius: 13px;
        margin-bottom: 10px;
    }

    footer {
        background: linear-gradient(83deg, #15c2db, #87cf9b, #f6dc5d);
        padding-top: 60px;
    }

}