@media (max-width: 1500px) {
  .controls {
    position: unset;
    bottom: -3%;

    width: 100%;

    display: flex;

    justify-content: end;
  }
}

@media (max-width: 1400px) {
  .image-overlay h3 {
    width: 135px;
  }

  .image-box img {
    height: 70%;
  }

  .service-box img {
    height: 85%;
  }

  .service-box {
    height: 120%;
  }

  .controls {
    position: unset;
    bottom: -3%;

    width: 100%;

    display: flex;

    justify-content: end;
  }

  .image-box {
    height: unset;
  }
}

@media (max-width: 1200px) {
  header {
    /* width: 90% ; */
  }

  .active-image {
    width: 80%;
  }

  .image-overlay h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 60px;
  }

  .image-overlay h3 {
    width: 120px;
  }

  .image-box img {
    height: 80%;
  }

  .arrow-btn1 {
    position: unset;
  }

  .testimonial-content {
    width: unset;
  }
}

@media (max-width: 992px) {
  .image-container {
    display: inline-block;
    width: 100%;
    gap: 5px;
  }

  .image-box {
    height: 500px;
    margin-top: 50px;
  }

  .image-overlay h3 {
    width: unset;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 85px;
  }

  .right {
    text-align: left;
    justify-content: left;
    display: flex;
    align-items: flex-start;
    padding: 20px 50px 50px 30px;
  }

  .info-block {
    gap: 25px;
  }

  .ftr_social_media {
    margin-bottom: 40px;
  }

  .light-black p {
    margin-bottom: 30px;
  }

  .icon {
    font-size: 24px;

    padding: 11px;
    width: 50px;
    height: 50px;
  }

  .dr-main-img img {
    margin-bottom: 30px;
  }

  .service-box img {
    height: 85%;
  }

  .service-box {
    height: 120%;
  }

  .profile-images {
    gap: 0;
  }

  .down {
    margin-bottom: 0px;
  }

  h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 25px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 25px;
  }

  h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 25px;
  }

  .text-overlay {
    font-size: 30px;
    line-height: 40px;
  }

  .active-image {
    width: 85%;
  }

  .image-overlay {
    font-size: 20px;
  }

  .arrow-btn {
    width: 40px;
    height: 40px;
  }

  .image-box img {
    height: 100%;
    object-position: top;
  }

  .bottom-pick {
    padding-bottom: 0px !important;
  }

  .down {
    margin-top: 50px;
  }

  .split-section {
    display: flex;
    flex-direction: column;
  }

  .light-black {
    width: 100%;
    padding-left: 30px;
  }

  .dark-black {
    width: 100%;
  }

  .box {
    flex: unset;
    margin-bottom: 30px;
  }

  .about-banner {
    width: 100%;
    height: 250px;
    margin-top: 5%;
  }

  .reduce {
    padding-top: 0px;
  }

  .about-sec h2 {
    text-align: left;
    margin-left: 0px;
  }

  .about-sec p {
    text-align: justify;
    margin-left: 0px;
  }

  .about-doc2 {
    margin-top: 35px;
  }

  .about-doc h2 {
    margin-bottom: 10px;
  }

  .about-doc h5 {
    margin-bottom: 25px;
  }

  .about-doc2 h2 {
    margin-bottom: 10px;
  }

  .about-doc2 h5 {
    margin-bottom: 25px;
  }
}

@media (max-width: 789px) {
  .text-overlay {
    font-size: 17px;
    line-height: 26px;
  }

  .faq-question h5 {
    font-size: 18px;
    line-height: 35px;
    width: 90%;
    padding: 5px;
  }

  .about-banner h2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
  }

  .slide-number {
    font-size: 12px;
  }

  .controls button {
    padding: 8px;
  }

  .ftr_social_media {
    margin-bottom: 20px;
  }

  .active-image {
    width: 85%;
  }

  /* .image-box img {
  
        height: 100%;
      
    } */

  h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 25px;
  }

  /* h2 {
    font-size: 24px;
    line-height: 30px;
 font-weight: 400;
   margin-bottom: 25px;
  }
   */
  h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 25px;
  }

  .overlap-section p {
    text-align: justify;
  }

  /* 
.service-section p{
    text-align: justify;
}
    
#testimonial-text p{
    text-align: justify !important;
}
   */
  .footer-bottom {
    display: block;
  }
}

@media (max-width: 768px) {
  .doc-pics img {
    margin-bottom: 35px;
  }

  h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .move {
    margin-left: 1px;
  }

  h2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 25px;
  }

  .service-box img {
    height: 85%;
  }

  .service-box {
    height: 120%;
  }
}

@media (max-width: 500px) {
}
