/* Responsive */
@media (max-width: 991px) {
}

/* Responsive */
@media (max-width: 768px) {
  .why-choose-us .nummber-box {
    position: static;
    transform: none !important;
    margin: 10px auto;
  }

  .why-choose-us .img.has-hover {
    margin-bottom: 20px;
  }
}
@media (max-width: 650px) {
  .banner h3 br{
    display: none;
  }
  .banner .button{
    font-size: 16px;
  }
  .dt-title br{
    display: none;
  }
  .dt-title{
    font-size: 28px;
  }
  .comit-block{
      flex: 0 0 100%;
    min-width: 100%;
  }
  .swiper-button-prev{
    left: unset;
    right: 15%;;
  }
  .popup-content{
    margin: 0 auto;
    height: 100%;
  }
  #popup-register .dialog h4,.stats{
    display: none;
  }
  .popup-left{
    padding-right: 0;
    border: none;
  }
  .popup-right{
    padding: 16px;
    margin-top: 15px ;
  }
  .dialog{
    padding: 20px;
    display: block;
  }
  body .dialog input, body .dialog select{
    margin-bottom: 20px;
  }
}
