
.whatsapp-float {
    position: fixed;
    bottom: 115px;
    right: 37px;
    z-index: 9999;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: transform 0.3s;
}
.whatsapp-float:hover {
    transform: scale(1.1);
}
.whatsapp-float img {
    width: 60px;
    height: 60px;
}
@media (max-width: 1024px) {
    .whatsapp-float {
        bottom: 70px;
        right: 15px;
    }
    .whatsapp-float img {
        width: 50px;
        height: 50px;
    }
}

.appointment-form {
    margin-left: 45px; 
}


@media (max-width: 991px) {
    .appointment-form {
        margin-left: 0; 
        margin-top: 20px; 
    }
}

.text{
    
  background: none; 
  background-color: #fff;
}

.text-justify {
  text-align: justify;
  margin-bottom: 12px!important;
  color:#527282;
}

.service-entry h3{
    margin-bottom: 20px !important;
}

.service-entry ul{
    row-gap: 10px!important;
    column-gap: 10px!important;
}
.color{
    color:#0E384C;
}

.gap{
    row-gap: 0 !important;
    column-gap: 0 !important;
}
.contact-list{
     list-style: none !important; 
}

 ol.custom-list {
    list-style-type: lower-alpha; 
    color: #1e84b5; 
  }
  ol.custom-list li {
    color: #0e384c; 
  }
  ol.custom-list li::marker {
    color: #1e84b5; 
   
  }
  
  .full-screen-image {
    width: 100%;           
    height: 100%;       
    overflow: hidden; 
    border-radius: 20px;
}
.page-techonology {
    padding-bottom: 0px!important;
}

