
/*allsmart phone protrait mode*/
@media only screen and (max-width:767px) 
{
	 body{min-width:300px;}
	 .full, .full-page{  background:url(../img/nbg2.jpg) repeat-y top center;}
	 .progesimg{ width:300px;  display:none;}
	 .mobi{display:none;}
	 .ui-progress{display:none !important;}
	 
	 .progemob{display:block;}
	 .myloading{display:none;}
	 .mymobile{display:block;}
	 .mbrem{top:100px !important;}
	 
	 .flight-list:not(.round-trip) .flight-item .btn-book .btn{width:50%;}
}

/*all smartphone landscape mode*/
@media only screen and ( min-width:480px) and (max-width:767px)
{
	
	 body{min-width:440px;}
	 .ui-progress{display:none !important;}
	 .mbrem{top:100px;}
	 .flight-list:not(.round-trip) .flight-item .btn-book .btn{width:50%;}

}

@media only screen and ( min-width:481px) and (max-width:767px)
{
	  body{min-width:600px;}
	  .mbrem{top:100px;}
	  .flight-list:not(.round-trip) .flight-item .btn-book .btn{width:50%;}
	 
}
                                                                                            
																							/*for tab*/

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

    body{min-width:728px;}
    .mbrem{top:100px;}
    .flight-list:not(.round-trip) .flight-item .btn-book .btn{width:50%;}

}

@media (max-width: 575px) {
  .flight-list:not(.round-trip) .flight-item .company-info span {
    line-height: 15px;
  }
  .btn-sm{
      padding: 0.1rem 0rem;
      float: left;
      margin: -22px 0 0 0 !important;}
      .mbrem{top: 95px;
left: 135px;
padding: 0px 0;
width: 100%;}
  
}