@media only screen and (min-width: 992px) and (max-width: 1280px) { 

}


@media only screen and (min-width: 768px) and (max-width: 991px) { 

}

@media only screen and (max-width: 991px) {

  #hotline{ padding-left: 30px;}
  #hotline a{ font-size: 30px;}

  #slideTestimonial .carousel-control-prev{left:30%;}
  #slideTestimonial .carousel-control-next{right:30%;}

  #banner1 .carousel-control-prev{left:30%;}
  #banner1 .carousel-control-next{right:30%;}
  .slider_main { margin-top: 0; padding-top: 0;}
  .footer .container{ padding-left: 30px;}
  .creative p{  padding-top: 10px; padding-bottom: 10px;}

  .creative h1{width: 100%; overflow: hidden; text-overflow: ellipsis; line-height: 40px; -webkit-line-clamp: 2; height: 80px; display: -webkit-box; -webkit-box-orient: vertical;}

  .pro_file i img{ height: 200px;}
  .test_box p{ margin-top: 20px; padding-top: 10px; padding-bottom: 10px;}
  .clients_banner .relative{ min-height: 400px;}

  .row_home_pro .home_pro{ width: 50%;}

}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {



}