body.hidden{
    overflow: hidden;
}
.trust-city-title{
    text-align: center;
}
.trust-city-box{
    width: 100px;
}
.trust-city-left-line {
    width: 70px;
    right: -58px;
}
@media screen and (max-width: 991px) {
    .trust-city-box{
        width: 75px;
    }
    .trust-city-left-line {
        width: 65px;
        right: -48px;
    }
}
@media screen and (max-width: 767px) {
    .trust-city-title{
        font-size: 12px;
    }
    .trust-city-box{
        width: 40px;
    }
    .trust-city-left-line {
        width: 40px;
        right: -35px;
    }
}
@media screen and (max-width: 479px) {

}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  #form-modal  .wpcf7-response-output{
    color: #fff;
  }