@media only screen and (max-width: 600px)
{
    .service3-boxarea1{
        height: auto !important;
    }
    .banner{
      background: #FBF6F2;
    }
    
}


@media only screen and (max-width: 425px)
{
  .bannerdetails{
    padding-top: 3rem !important;
  }
  .contactdetails{
    width: 100% !important;
    height: 570px !important;
  }
  .clients_words{
 
    min-height: 650px !important;
  
  }
}

@media only screen and (min-width: 426px) and (max-width: 767px)  {
  .contactdetails{
    width: 100% !important;
    height: 550px !important;
  }
  .clients_words{
    min-height: 700px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1440px)  {
  .contactdetails{
    width: 100% !important;
    height: 570px !important;
  }
  .clients_words{
    min-height: 400px !important;
  }
}

  @media only screen and (min-width: 1441px) and (max-width: 2560px)  {
    .contactdetails{
      width: 100% !important;
      height: 570px !important;
    }
    .clients_words{
      min-height: 400px !important;
    }
  }