
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
body {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    background-image: url(../images/background_body.png);
}

::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: #e77c1e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #e77c1e;
}

.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: #e77c1e;
    padding-top: 10px;
    padding-bottom: 10px;

}

.topbar a {
    color: #fff;
}

.nav-link {
    color: rgb(0 0 0 / 55%);
    font-size: 17px;
    font-weight: 500;
}

.active {
    color: #a4ce51 !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: 55px;
    width: 173px;
    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: "Dancing Script", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}



.about-us h5 {
    color: #e77c1e;
}

.about-us h2 {
    color: #e77c1e;
    font-size: 35px;
    font-weight: 600;
     font-family: "Dancing Script", 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: "Dancing Script", 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: "Dancing Script", 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.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: "Dancing Script", 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: "Dancing Script", serif; */
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.microscopic-root h2 {

    color: #e77c1e;
    font-size: 35px;
    font-weight: 600;
     font-family: "Dancing Script", 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: 37px;
    font-weight: bold;
    color: #e77c1e;
}

.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: #e77c1e;
}

.service-box p {
    color: #666;
}



#contact-text h2{
    font-family: "Dancing Script", serif;
}


/*Footer */
.footer-link:hover {
    color: #fff;
}


.footer-logo {
    width: 242px;
    margin: auto;
    border-radius: 15px;
    margin-bottom: 16px;
}

footer h4 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
     font-family: "Dancing Script", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}



.footer_social_icons i {
    color: #e77c1e;
    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: #e77c1e;
    border: none;
    color: #fff;
    padding: 15px 32px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
}

.service-box-link:hover {
    background-color: #e77c1e;
    color: #fff;
}

/* /Button up down/ */


.section_fac h2 {
    color: #e77c1e; 
    font-weight: 600;
    font-size: 35px;
     font-family: "Dancing Script", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

/* form  */



/* Contact page */
.contact .service-box {
    height: 170px;

}





footer {
    background-color: #e77c1e  ;
    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: #e77c1e;
    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: #e77c1e;
    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: #e77c1e;
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
}

.our-service-link:hover {
    background-color: #007b87;
    color: #fff;
}





/* address home */
.address-home {
    color: #666;
}

.contact-home{
    color: #666;
}

.address-home p {
    text-align: justify;
    font-size: 17px;
    


}

.address-home h2 {
    font-family: "Roboto Slab", serif;
    font-weight: 360;
    color: #e77c1e;
    font-size: 35px;
}

.address-home a {
    color: #32363a;
    font-size: 17px;

}

.address-home{
    
    border: 2px solid;
    border-color: #e9a86f;
   
    margin: 9px 9px 8px 9px;
}





/* 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;
        
    }


    .appointment_btn {
        
        
        right: 20px;
        bottom: 95px;
        padding: 8px 10px;
        border: 2px solid #ff0000;
        border-radius: 50px;
        color: #fff;
        font-size: 10PX;
        font-weight: 650;
       
    }

    #button {
        display: inline-block;
        background-color: #e77c1e;
        width: 38px;
        height: 38px;
        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;
    }

    .pulse {
        position: fixed;
        cursor: pointer;
        display: block;
        width: 54px !important;
        height: 57px;
        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;
    }

    .call-button .cc-calto-action-ripple {
        z-index: 99999;
        position: fixed;
        left: 1rem;
        bottom: 1rem;
        background: #e77c1e;
        width: 47px;
        height: 39px;
        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;
    }

    .pulse i {
        position: relative;
        z-index: 20;
        top: 7px;
        font-size: 27px;
    }


    footer {
        
        padding-top: 71px;
    }


    .topbar a {
        color: #fff;
        FONT-SIZE: 11PX;
    }

    .topbar {
        background-color: #e77c1e;
        padding-top: 0px;
        padding-bottom: 7px;
    }


}