
@media (max-width: 1199px) {
.nav__toggler { font-size: 10px !important;text-transform: uppercase;letter-spacing: 1px; }
.nav__toggler .icon {
    width: 42px;
    height: 18px;
    border-top: 2px solid #8B8B89;
    border-bottom: 2px solid #8B8B89;
    display: block;
    position: relative;
    margin-top: 7px;
}
.nav__toggler .icon::after {
    width: 42px;
    height: 2px;
    background-color: #8B8B89;
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
}

}


@media screen and (max-width:1023px) { 
header .navbar-brand { margin-left: 15px;}
header .navbar-brand img{ width: 180px; height: auto;}	
.top-header {
    top: 14px;
    right: 65px;
}	
header .navbar-toggler-icon {
    content: '';
    background: url(../images/menu.svg) center top/100% no-repeat;
    width: 35px;
    height: 30px; 
    transition-property: all .2s linear 0s;
    -moz-transition: .2s linear;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
}	
.navbar-collapse {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
	top: 65px;padding: 15px;text-align: center;
	background: #fff;box-shadow: 0 7px 8px rgba(0, 0, 0, 0.1);
}
.navbar-collapse .nav-link { padding: 8px; }
header.fixed .navbar-collapse {
    top: 45px;
}		
header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 10px;
}
}

@media (min-width:992px) {
    .form__wrapp.detail__form { margin-top: -7rem; }
}
@media(max-width:991px) {
.icons_details { background-color: #FAF9F9B2; }	
h2 { font-size: 30px;}
h3{ font-size: 38px;}
.head_mob { font-size: 14px;}
.head_mob img { width: 26px;}
img.head_logo { width: 150px;}
.menu_fs { font-size: 15px !important;}
.services_slider{ text-align: center;  margin: 0 20px;}
}


@media (max-width:767px) {
.head_top_social a svg { width: 2.5rem;height: 2.5rem; }
.our_vehicles_shape { left: -10px; bottom: 110px;}
h3{ font-size: 28px;}
.first_transfer{ flex-direction: column-reverse;}
.p0{ padding-right: 15px; border-right: 1px solid transparent;}
.p1{ padding-left: 15px;}
.wrap{ display: none;}
.main_header .row{ flex-wrap: nowrap;}
.main_header .col-md-1,.main_header .col-md-3{ width: auto;}
h1{ font-size: 43px;}


header .navbar-brand img {
    width: 120px;
}	 
.top-header li a {
    font-size: 16px;
    padding: 1px 10px;
}	 
header .navbar-toggler-icon {
    right: 20px;
}
header.fixed {
    padding: 10px 0;
}	 
header.fixed .navbar-brand img {
    width: 100px;
}	 
 header.fixed .navbar-toggler-icon{
	 top: 12px;
 }
 header.fixed .navbar-collapse {
    top: 60px;
}	 
	 
	 
.navbar-collapse {
    top: 67px;
}
 
.inner__banner {
    padding: 40px 0;
}
.inner__banner h1 {
    font-size: 24px;
}
.aboutwrap, .showcaseWrap, .safetywrap {
    padding: 45px 0;
}
.showcaseWrap h2, .Aboutchoose h2 {
    font-size: 24px;
}
.showcaseWrap li {
    display: block;
    padding: 13px 0 15px 90px;
    font-size: 24px;
    line-height: 26px;
    text-align: left;
}
.safteyBx {
    padding: 20px;
}
.safetywrap h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.safetywrap p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
}

.thankyou {
    padding: 40px 0;
}
.thankyou img{ width: 80px; height: auto;}
.thankyou h1 {
    font-size: 32px;
    margin: 15px 0 10px;
}
.thankyou p {
    font-size: 16px;
    line-height: 22px;
}
.loginwrap {
    padding: 30px 0;
}
.airportspage, .airdetailwrap {
    padding: 30px 0;
}
.airdetailwrap h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 28px;
}
.airportmore h2 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 26px;
}
.airportmore h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.airportmore p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
}
.airportspage .air-header {
    height: 190px;
    margin-bottom: 15px;
}
.airportspage h3 a {
    font-size: 20px;
}
.blogdetail {
    padding: 35px 0;
}
.tableview{ overflow-y: scroll;}
.tableview table { width: 700px;}
.blogIndent h3 {
    font-size: 20px;
}
.blog-header {
    height: 220px;
}
.Blogswrap h2 a {
    font-size: 20px;
    line-height: 20px;
}
}

@media(max-width:479px) {
h1 { font-size: 27px;}
h2 { font-size: 26px;}
.home_banner .nav-pills .nav-link,.tab-pane .btn{ font-size: 19px;}
.what_we_offer svg { width: 35px;}
h6{ font-size: 17px;}
h3{ font-size: 21px;}
.accordion-button{ font-size: 15px; }
	
}

 @media (min-width:991px) and (max-width: 1200px) {
            .navbar .navbar-collapse.show { display: flex !important;flex-direction: row; }
            .navbar .navbar-collapse.show .navbar-nav { width: 50%; } 
        }
        @media (max-width: 767px) {
            .navbar-collapse {
                top: 100%;
            }
        }
