.main-header .logo-box .logo img.main-logo {
  max-width: 300px;
}

.text-justify {
  text-align: justify;
}

/* .service-box-container {
  display: grid;
  column-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
} */

.service-box-title h3 {
  font-size: 18px;
}

.services-box {
  border: 1px solid lightgray;
  margin-bottom: 30px;
}

.services-box .service-box-content {
  padding: 10px;
}

.services-box .service-box-content .btn {
  padding: 10px 10px;
}

.services-box .service-box-content .btn span {
  font-weight: 400;
}

.text-black {
  color: #000 !important;
}

.service-section {
  background: #f4fcff;
  padding-top: 30px;
}

.top-contact-form {
  display: none;
}

.whatsapp-button {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 99;
  background-color: #25d366;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
}

.whatsapp-button:hover {
  color: #fff;
}

@media (max-width: 768px) {
    
    .contact-box .contact-box-inner .content {
    min-height: auto !important;
}
    
        .main-footer .footer-bottom .copyright {
   
        text-align: center;
    }
    .other-office-section .contact-box .contact-box-inner .content {
    min-height: auto !important;
}
    
    .contact-section .contact-form {
 
    margin-top: 0; 
    padding-top: 0;
}
    .row-reverse{
        flex-direction:column-reverse;
    }
    
    .service-box-img{
        margin-top:30px;
    }
    
    .footer-bottom .d-flex.justify-content-between{
        justify-content:center !important;
    }
    .main-footer .widgets-section {
 
    padding: 10px 0px 10px;
}

.business-section-two.bg-1{
    margin-bottom:30px;
}
    .key-list ul li {
 
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    font-size: 14px;
    letter-spacing: 0;
    word-spacing: 0;
}

.testimonial-section { 
    padding: 0px 0px 100px; 
}
.testimonial-section.two .title-column .inner-column {
    padding-top: 50px;
}

.testimonial-section.two .title-column .inner-column .sec-title h1 {
     font-size: 23px;
}

.testimonial-section.two .carousel-column .owl-dots {
 
    left: 40px;
}

.process-section.client-section {
    margin-bottom:30px;
}

  .service-content-box.pr-50 {
    padding-right: 0px;
  }

  .page_header {

    padding: 150px 0px 50px 0px; 
  }

  .map-section {
    padding-left: 0px;
  }

  .service-content-box.pl-50 {
    padding-left: 0px;
  }

  .top-contact-form {
    display: block;
  }

  .main-header.two .aside_open {
    display: none !important;
  }

  .main-header .logo-box .logo img.main-logo {
    max-width: 200px;
  }

  .main-header.two .header-top {
    padding: 0px !important;
    display: none;
  }

  .page-wrapper {
    padding-top: 0px;
  }

  .service-box-title h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
    min-height: auto;
  }



  .service-box-des p {
    min-height: auto;
    max-height: max-content;
    overflow-y: visible;
  }

  .services-box .service-box-content .btn {
    padding: 5px;
    font-size: 16px;
    min-width: -webkit-fill-available;
  }

  .contact-section.home .contact-form .btn-submit {
    width: -webkit-fill-available;
  }

  .process-section {
    padding: 0px 0;
  }

  .whatsapp-button {
    bottom: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    font-size: 25px;
  }

  .main-slider .active h1 {
    font-size: 20px !important;
    line-height: 1.6;
  }

  .main-slider .slide {
    padding: 150px 0px 50px;
  }

  .main-slider {
    padding-bottom: 0px !important;
    max-height: 530px;
  }

  .about-section .content-column .inner-column {
    padding: 0;
  }

  .about-section .content-column .title-box h1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.3;
  }

  .about-section .work-list {
    padding: 10px;
  }
}