@media (min-width: 100px) and (max-width: 991px) {
  
  /*** logo css start ***/
  .mobile-logo{
     width:85px;
  }
    /*** logo css End ***/
  
  /*** Banner CSS START ***/  
  .main-banner-wrap5 {
    position: relative;
    padding: 56px 0px 150px;
    background: no-repeat center center / cover;
    z-index: 2;
}
   /*** Banner CSS START ***/ 
  
  /**** Services css start **/
 .service-btn1{
	padding: 5px 30px;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    width: 128px;
	

 }
 
 .service-btn2{
    padding: 5px 30px;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
         width: 123px;
} 
 
/**** Services css End **/
}