@media(max-width:991px) and (min-width:577px)
{
.col-sm-12
{
width:100%;max-width:100%;    flex: 100%;
}		
.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

}
@media(min-width:992px)
{

}
@media(max-width:1199px)
{
.col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}	

.flt_box {
margin: 0;
}	
.back_btn
{
margin: 1em 0;	
}	
.taxi_booking 
{
/* margin:0 2em;	 */
}
}
@media(max-width:991px)
{
.fleetsType
{
width:100% !important;
}
.fleets_lists .fleets_list{
	max-width:100%;
	flex:100%;
}
.bkng_dtls_row
{
	margin-bottom:25px;
}
}	
@media(max-width:767px)
{
.col-sm-12 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
}	
}
@media(max-width:610px)
{
.nav-tabs .nav-link {
    width: 100%;
}	
}
@media(max-width:575px)
{	
.filter_sorting .form-inline
{
    float: none !important;
    display: block;
text-align:center;	
}	
.filter_sorting .form-inline .form-group {
    margin-bottom: 0;
}
.bkng_dtls_row .col-sm-2 {   
    flex: 0 0 20%;
    max-width: 20%;
}
.bkng_dtls_row .col-sm-10 {   
    flex: 0 0 80%;
    max-width: 80%;
}
.bkng_dtls_row
{
	margin-bottom:15px;
}
}
@media(max-width:414px)
{
.bkng_dtls_row .col-sm-2 {   
    flex: 0 0 30%;
    max-width: 30%;
}
.bkng_dtls_row .col-sm-10 {   
    flex: 0 0 70%;
    max-width: 70%;
}	
	
}
@media(max-width:340px)
{
.info_btn
{   display: block;
    width: 100%;margin-bottom:10px;	
}
}

@media(max-width:1199px) and (min-width:576px)
{
.fleets_lists .col-lg-3 {
    flex: 0 0 35% !important;
    max-width: 35%;
}
.fleets_lists .col-lg-6 {
   flex: 0 0 40% !important;
    max-width: 40%;
}	

}
@media(max-width:630px) and (min-width:576px)
{
.fleets_price strong {
    font-size: 16px;
    white-space: pre-wrap;
    word-break: break-word;
}
}
















































