.main-header .button-area {
 
    margin-left: 80px;
}

.banner-one-inner {
    width: 60%;

    padding: 160px 0 190px 100px;

}
  @media only screen and (max-width: 600px) {
.banner-one-inner {
    width: 80%;
    padding: 160px 0 190px 0px;
}
}
.about-success-wrapper .single i {

    margin-right: 15px;

  }
  .about-one-thumbnail .experience {
    right: unset;
    left: 1%;  
}
.about-one-thumbnail .small-img {

    right: unset;
    left:0%;
   
  }
  
  .about-founder-wrapper .author-call-option img{
    margin-right:16px ;
  }
  .service-one-inner .thumbnail {
    margin-right: 37px;
  }
  @media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .service-one-inner .thumbnail {
      margin-right: 20px;
    }
  }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .service-one-inner .thumbnail {
      margin-right: 20px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .service-one-inner .thumbnail {
      margin-right: 20px;
    }
  }
  .service-one-inner .thumbnail img {
    max-width: 65px;
    height: auto;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .service-one-inner .thumbnail img {
      max-width: 50px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .service-one-inner .thumbnail img {
      max-width: 40px;
    }
  }
  .mapdetails-inner-one .single-wized .title::after {
  
    left: 0;
   
  }