@media screen and (max-width: 768px) and (min-width: 320px) {
.booking-area .fa-clock{
    display:inline-block;
}
.booking-area .fa-calendar{
    display:inline-block;
}   
.booking-form .fa-clock{
    display:inline-block;
}
.booking-form .fa-calendar{
    display:inline-block;
}

.hero-section .booking-area{
    margin-top:-285px;
}
.btn-booking-cab {
        font-size: 14px;
        border-radius: 25px;
        background: #f87f4a;
        color: #fff;
        padding: 0px 15px;
        text-transform: uppercase;
    }
.call-for-booking{
    display:inline-block;
} 
.site-breadcrumb img{
    margin-top:0;
    width:100%;
}
.booking-form.bg-white{
    padding-top:15px;
}
.book-ride .booking-form {
    padding: 5px 5px 25px 5px;
}
.site-breadcrumb{
    padding-top:45px;
}
.footer-area{
    padding-bottom:40px;
}
.fa-clock{
    display:inline-block;
}

.fa-calendar{
    display:inline-block; 
}    
    
.nice-select.select .current{
    font-size:10px;
}    
input[type="date"]{
   font-size:10px;
}
.breadcrumb-title{
    display:none;
}    
.navbar-brand img{
    width: auto;
    height: 26px;
}  
.col-lg-6.col-mview{
    width:50%;
}
.col-lg-3.col-mview{
    width:50%;
}
.hero-content{
	display: none;
}
.service-download a{
    padding:12px 10px;
    font-size:12px;
}
.service-details .site-heading .site-title {
    font-size: 24px;
}
.booking-area .tab button {
    background: #F87F4A;
    position: relative;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 10px;
    transition: 0.3s;
    font-size: 12px;
    color: #fff;
    margin-right: 2.5px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.booking-area {
    position: relative;
    top: 10px!important;
    right: 0px;
    width: 100%;
    max-width: 650px;
    background: #333333cf;
    z-index: 2;
    padding: 15px;
    height: 100%;
    top: 10px;
}
.site-breadcrumb .booking-area{
    top: 0px!important;
}
.booking-area .tab button.active:after {
    background: #00246F;
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -5px;
}
.booking-form {
    margin-top: 0px;
    padding: 0px 10px 10px 10px;
    background: #333333cf;
}

}