.search-eng-box {
	position: relative;
	padding: 78px 0px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom,#051322,#15457c);
	margin: 0px 0px 0px 0px;
	position: absolute;
    width: 100%;
    top: 0px; 
    font-family: 'Lato', sans-serif;
    z-index:2;
    
}
.search_eng_wrapper {
    height: 396px;
}
.bus_eng_wrapper {
    height: 350px;
}
.hotel_eng_wrapper {
    height: 450px;
}
.holiday_eng_wrap {
    height: 435px;
}

.sear-top-nav {
	
	position: relative;
	z-index: 2;
	padding: 10px 0
}
.sear-nav nav ul {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.sear-nav nav ul li {
	display: inline-block;
	margin-right: 20px;
	padding: 0px;
}
.sear-nav nav a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	position: relative;
	-webkit-transition: 0.2s;
	white-space: nowrap
}
.sear-nav nav a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.sear-nav nav a:hover:after {
	width: 100%;
}
.sear-nav nav a:hover:before {
	content: '';
	position: absolute;
	bottom: 0px;
	background: #fec524;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.sear-nav nav ul li a:hover {
	    color: #008cff;
    border-bottom: 2px solid #008cff;
}
.sear-nav nav ul li a.active {
	    color: #008cff;
    border-bottom: 2px solid #008cff;
}
.sear-nav nav ul li a i {
	vertical-align: middle;
	margin-right: 5px;
	font-size:24px;
}
.sear-nav nav a {
	color: #4a4a4a;
    font-size: 16px;
    height: 50px;
    line-height: 38px;
    padding: 5px 0;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    display: inline-table;
    padding: 0px 10px 10px;
    text-align: center;
}
.sear-nav nav a span {
    display: block;
    line-height:6px;
}

.sear-body {
	padding: 10px 0;
	color: #fff;
}
.flight-trip {
	letter-spacing: -0.5px;
}
.flight-trip ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
.flight-trip ul li {
	font-weight: 900;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    vertical-align: middle;
    color: #9b9b9b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.flight-trip span {
	margin-right: 24px;
	cursor: pointer
}
.flight-city-sear {
	margin-top: 1%;
	position: relative;
}
.flight-city-sear label {
	font-weight: 600;
    text-transform: uppercase;
    color: #545353;
}
.flight-city-sear input {
	width: 100%;
	padding-right: 4%;
	display: block;
	outline: none;
	font-size: 13px;
	border: 1px solid #bcc8d1;
	border-radius: 2px;
	padding: 10px;
	/* height: 50px; */
	box-sizing: border-box
}
.sear-body button {	 
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	 
	height: 50px;
}
.flight-city-sear [class*="col-"] {
	padding-right: 5px
}
.flight-city-sear .form-control:focus {
/* 	border: 3px solid #fec524; */
	box-shadow: none;
}
.flight-city-sear input {
	    padding-left: 0px;
    padding-right: 20px;
    background: transparent;
    border: 0;
    box-shadow: none ;
    color: #000;
    font-size: 20px;
    font-weight: 800;
}
.flight-city-sear i {
	position: absolute;
	display:none;
	left: 20px;
	top: 40px;
	font-size: 20px;
}
.flight-active {
	background: #d7d7da
}
.flight-city-sear .row {
	/* margin-bottom: 5px */
}
.flg-nostop {
	margin-top: 5px;
}
.flg-nostop input[type=checkbox]:not(old)+label {
	left: 7px;
}
.flg-nostop span {
	float: left;
	margin-left: 20px;
	line-height: 18px;
}
.flg-mult-remove {
	padding-top: 11%;
	box-sizing: border-box;
	color: red;
	cursor: pointer;font-weight: 500
}
.flg-mult-addcity {    box-sizing: border-box;
    color: #fff;
    text-align: right;
    width: 22%;
    position: absolute;
    right: 0;
    top: 115px;
    border-right:0px !important;
    background:transparent !important;
}
.flg-mult-addcity a {
	text-decoration: none;
	color: #fff
}
.flg-mult-addcity a:hover {
}
.flg-mult-addcity a {
	position: relative;
	color: #39adf0;
	text-decoration: none;
	-webkit-transition: 0.2s;
	text-align: left;
	position: relative;
	    background: #fff;
    padding: 5px 5px;
    font-weight: 500;
    
}
.flg-mult-addcity a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #39adf0;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.flg-mult-addcity a:hover:after {
	width: 100%;
}
.flg-mult-addcity a:hover:before {
	content: '';
	position: absolute;
	bottom: 0px;
	background: #39adf0;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.passenger-drop {
	position: absolute;
	width: 254px;
	right: 0px;
	background: #fff;
	border-radius: 3px;
	margin-top: 10px;
	color: #333;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #d1d1d1;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	display: none;
	z-index:5;
}
.passenger-drop [class*="col-"] {
	padding-right: 10px;
}
.passenger-drop span {
	color: #c2c2c2;
	font-size: 12px;
	padding-left: 5px;
}
.prepar-air-wrp{border-top:1px solid #ccc; padding-top: 5px}
.home-done{border-top:1px solid #ccc;margin-top: 5px; }
.done-btn{    padding: 3px 10px;
    display: inline-block;
    border-radius: 3px;
    float: right;margin-top: 10px}



.flg-eco-wrp {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.flg-eco-wrp:before {
	border-bottom: 8px solid #fff;
	border-right: 6px solid transparent;
	border-left: solid 6px transparent;
	content: "";
	height: 0;
	left: 60%;
	position: absolute;
	top: -8px;
	width: 0;
}
.pass-count {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pass-count .row {
	margin-bottom: 15px
}
.pass-count .row:last-child {
	margin-bottom: 0px
}
.pass-count i {
	position: initial
}
.pass-count button {
	background: #fff;
}

.airicon,.modif-airicon {
    position: absolute;
    top: 27px;
    right: -14px;
    font-size: 15px;
    z-index: 110;
    background: #fff;
    padding: 6px 1px;
    border-radius: 160px;
       border: 1px solid #999;
    color: #999;
    line-height: 17px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.airicon{
    top: 20px;
    right: -18px;
    border:0px;
    line-height: 26px;
    width: 40px;
    height: 40px;
    text-align: center;
    box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
}


.flg-domestic-menu{float: left;    margin-right: 20px;}
.flg-trip-menu{float: left}
.flg-trip-menu input[type=radio]:not(old){    width: 15px;    top: 6px;}
.flg-domestic-menu ul {margin: 0px; padding: 0px}
.flg-domestic-menu ul li{    margin-right: 0px;}
.flg-domestic-menu ul li a{    text-decoration: none;
    padding: 5px 10px;
    background: #fff;    border-radius: 3px;
    color: #000;}
.flg-domestic-menu ul li a.active{background: #8dc63f; color: #fff;}

.flg-domestic-menu ul li a:hover{background: #8dc63f; color: #fff;}
.return_dt_row .active{ 
    background-color: #eceaea!important;
    padding-left: 5px !important;}
/*-----------flight special fare-------*/
.flight-specialfare-wrp {
	letter-spacing: -0.5px;
    margin-top: 1%;
    margin-bottom: 15px;
}
.hotel-specialfare-wrp {
    margin-bottom: 0px;
    margin-top: 0px;
}
.flg-special-trip-wrp{float: left}
.flg-special-menu{float: left;    margin-right: 20px;}
.flg-special-menu ul {margin: 0px; padding: 0px}
.flg-special-menu ul li{    margin-right:3px; display: block;float: left;}
.flg-special-menu ul li span{  text-decoration: none;  padding: 5px 10px;  background: #fff;border-radius: 3px;     color: #000;}
.flg-special-menu ul li span.active{background: #faf1c5; color: #333;}
.flg-special-menu ul li span:hover{background: #faf1c5; color: #333; }

.flg-special-trip-wrp ul{margin: 0px; padding: 0px}
.flg-special-trip-wrp span {
    margin-right: 24px;
    cursor: pointer;
}
.flg-special-trip-wrp ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    vertical-align: middle;    line-height: 25px;
    color:#191919;
}
.flg-special-trip-wrp input[type=checkbox]:not(old){    top: 5px;
    left: 1px;
    width: 17px;
 }


/* new css */

.flight_specialfare_paddi{
	margin-bottom:0px;
	margin-top:0px;
} 
.sear_nav_bg {
       padding: 15px 25px 3px;
      box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
    background-color: #fff;
    border-radius: 10px;
    width: 75%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.sear_body_bg {
       box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 10px;
    padding: 70px 30px 30px;
    margin-top: -31px;
}
.label_border {
    border: 1px solid #e7e7e7;
    display: block;
    float: left;
    width: 100%;
    border-radius: 10px;
}
.flight-city-sear .col-md-3{
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 10px 10px 20px;
    min-height:82px;
    
    
}
.flight-city-sear .col-md-3:hover{
    background:#eaf5ff;
}

.flight-city-sear .col-md-2{
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 10px 10px 20px;
    min-height:82px;
}
.col-xs-3.col-md-2.flg-mult-addcity {
    border-bottom: 1px solid transparent;
}

.flight-city-sear .col-md-2:hover{
    background:#eaf5ff;
}


.home-travellers-div {
	border-right:0px !important;
   background:transparent !important;
}
.multicityWrp1, .multicityWrp2, .multicityWrp3, .multicityWrp4, .multicityWrp5, .multicityWrp6 {
    /* border-top: 1px solid #e7e7e7; */
}
.flight-city-sear .form-control::placeholder {
    color: #000;
}
.htl-city-sear label{
	font-weight: 600;
    text-transform: uppercase;
    color: #545353;
}













/*-----------End flight special fare-------*/

 
/*----------bus-searchenginepage--------*/
.bus-city-wrp {
    margin-bottom: 0px;
}
.bus-city-wrp i {
    position: absolute;
    left: 12px;
    top: 43px;
    font-size: 20px;
}

.holiday_city_wrap i {
    top: 40px;
    left: 18px;
}

.bus-city-wrp .row {
    margin-bottom: 0px;
}
.bus-city-wrp .form-control {
    padding-left: 35px;
    padding-right: 20px;
    background: transparent;
    border: 0 ;
    box-shadow: none ;
    color: #000;
    font-size: 20px;
    font-weight: 800;
}
.bus-type{    font-weight: 500;
    display: block;
    padding-bottom: 10px;}
.bus-passdrop-wrp {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.bus-passdrop-wrp select{margin-bottom: 8px;}
.bus-count {
    padding-top: 10px;
    padding-bottom: 10px;
}
.bus-count .row {
    margin-bottom: 15px;
}

.bus-count:before {
    border-bottom: 8px solid #fff;
    border-right: 6px solid transparent;
    border-left: solid 6px transparent;
    content: "";
    height: 0;
    left: 60%;
    position: absolute;
    top: -8px;
    width: 0;
}



.buspassenger-drop {
	position: absolute;
	width: 254px;
	right: 0px;
	background: #fff;
	border-radius: 3px;
	margin-top: 10px;
	color: #333;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #d1d1d1;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	display: none;
	z-index:5;
}
.buspassenger-drop [class*="col-"] {
	padding-right: 10px;
}
.buspassenger-drop span {
	color: #c2c2c2;
	font-size: 12px;
	padding-left: 5px;
}

.bus-city-wrp label {
    font-weight: 600;
    text-transform: uppercase;
    color: #545353;
}
.bus_bdr_right {
    border-right: 1px solid #e7e7e7;
        padding-top: 10px;
    padding-bottom: 10px;
}
.bus_search_btn{
	text-align:center;
}
.bus-specialfare-wrp {
    margin: 0;
}
.bus_search_btn .btn{
    position: absolute;
    left: 40%;
    top: 32px;
}
.bus_bdr_paddi .form-control {
    padding-left: 0px !important;
}
.bus-city-wrp .travellers-div {
    padding-top: 10px;
    padding-bottom: 10px;
}
.holiday_bdr_right {
    border-right: 1px solid #e7e7e7;
    padding: 10px 10px 10px 20px;
    min-height: 82px;
}
.holiday_bdr_top {
    border-top: 1px solid #e7e7e7;
}
.travellers_paddi{
	padding-top:10px;
	padding-bottom:10px;
}
.holiday_search_btn .btn {
    position: absolute;
    left: 40%;
    top: 32px;
}



/*--------Hotel Home page-----*/
.htl-city-sear .row {    margin-bottom: 0px;}
 .htl-domestic-menu {   float: left;   margin-right: 20px;}
.htl-domestic-menu ul {margin: 0px; padding: 0px}
.htl-domestic-menu ul li{    margin-right: 0px; display: block; float: left;margin-right: 3px;}
.htl-domestic-menu ul li a{    text-decoration: none;
    padding: 5px 10px;
    background: #fff;    border-radius: 3px;
    color: #000;}
.htl-city-sear {   margin-top: 1%;}

.htl-city-sear i {
   position: absolute;
    left: 10px;
    top: 40px;
    font-size: 20px;
}
.htl-city-sear .ibe-advance-search {
    padding: 10px 10px;
}

.htl-city-sear .form-control {
    padding-left: 35px;
    padding-right: 20px;
    /* height: 50px; */
    background: transparent;
    border: 0 ;
    box-shadow: none;
    color: #000;
    font-size: 16px;
    font-weight: 800;
}


.htl-city-sear select{
	padding-left: 10px;
    background: transparent;
    border: 0 ;
    box-shadow: none;
    color: #000;
    font-size: 16px;
    font-weight: 800;

}

.htl-city-sear .ibe-advance-search select{
	padding-left: 10px;
    background: #fff;
    border: 1px solid #e7e7e7!important;
    box-shadow: none !important;

}



.htlpassenger-drop {
	position: absolute;
	width: 254px;
	right: 0px;
	background: #fff;
	border-radius: 3px;
	margin-top: 10px;
	color: #333;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #d1d1d1;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	display: none;
	z-index:5;
}
.htlpassenger-drop [class*="col-"] {
	padding-right: 10px;
}
.htlpassenger-drop span {
	color: #c2c2c2;
	font-size: 12px;
	padding-left: 5px;
}
.htl-pass-resi-wrp{border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 10px;}
.prepar-htl-wrp:before {
    border-bottom: 8px solid #fff;
    border-right: 6px solid transparent;
    border-left: solid 6px transparent;
    content: "";
    height: 0;
    left: 60%;
    position: absolute;
    top: -8px;
    width: 0;
}
.htl-remove {
    min-height: 60px;
    line-height: 60px;
    padding-top: 10px;
    box-sizing: border-box;
     
}
.htl-room-count {
    min-height: 60px;
    line-height: 60px;
    padding-top: 0px;
    box-sizing: border-box;
}

.hotel_search_btn {
    text-align: center;
}

.htl_first_input .form-control {
    padding-left: 0 !important;
}
.htl_bdr_top {
    border-top: 1px solid #e7e7e7;
}
.hotel_input_hvr{
     border-right: 1px solid #e7e7e7;
     padding-top: 10px;
    padding-bottom: 10px;
}
.left_side_border{
	border-radius:10px 0px 0px 0px;
}
.hotel_input_hvr:hover{
    background:#eaf5ff;
}
.loca_icon .icon {
    display: none;
}



.hotel_search_btn .btn{
    position: absolute;
    left: 40%;
    top: 30px;
}

/*--------End Hotel Home page-----*/


















/*--------------Utility-Search------------*/
.utility-search-box{ clear: both;   } 
 
.utility-search-box label{   font-weight: 600; }
.tab-content > .tab-pane{padding: 10px 0}
.utility-search-box .nav-tabs{border-bottom: none;    margin-top: 2px;}
.utility-search-box .nav{margin-bottom: 8px}
.utility-search-box .nav-tabs a{    background: #fff; text-decoration: none;
    padding: 4px 5px;
    color: #000;
    border-radius: 3px;background: #fff;  }
.utility-book-wrp label{width: 100%}

.utility-search-boxr .form-control {
    padding-left: 35px!important;
    padding-right: 20px!important;
}
.utility-search-box input {
    width: 100%;
    padding-right: 4%;
    display: block;
    outline: none;
    font-size: 13px;
    border: 1px solid #bcc8d1;
    border-radius: 2px;
    padding: 10px;
    height: 50px;
    box-sizing: border-box;
}
.utility-search-box select {
    width: 100%;
    padding-right: 4%;
    display: block;
    outline: none;
    font-size: 13px;
    border: 1px solid #bcc8d1;
    border-radius: 2px;
    padding: 10px;
    height: 50px;
    box-sizing: border-box;
}

 .utility-city-wrp  .searcherror{margin-bottom: 10px;}
/*--------------End Utility-Search------------*/
 
 
/*  new css  */
 
 @media(max-width:991px){
 .search-eng-box {
    position: relative;
 }
 
 
 }
 
 
 
 
 
 
 @media (max-width: 768px) {
    .search-eng-box{position: relative;margin-top: 0px;top: 0px; z-index: 1;padding-top: 10px;padding-bottom:20px;}
    .carousel-indicators{      z-index: 1;  bottom: -7px;}
    .sear-body{    padding: 0px ;}
    .flg-mult-addcity{    float: right;
    position: static;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
    top: -21px;
    margin-top: -28px;}
    .flg-mult-remove {   line-height: inherit;min-height: inherit;  }
    .home-btn-box{text-align: center;}
    .ibe-mulflight-city-sear .multicityWrp1 .col-xs-6{width: 100%}
    .ibe-mulflight-city-sear .multicityWrp2 .col-xs-6{width: 100%}
    .ibe-mulflight-city-sear .multicityWrp3 .col-xs-6{width: 100%}
    .ibe-mulflight-city-sear .multicityWrp4 .col-xs-6{width: 100%}
    .ibe-mulflight-city-sear .multicityWrp5 .col-xs-6{width: 100%}
    .hotel-trip{margin-top: 10px;}
    
 }
 
 /* new css 768 */
 
 @media(max-width:991px){
 .search_eng_wrapper {
    height: auto;
}


 }
 @media(max-width:767px){
 .flight-city-sear .col-md-3 {
    border-right: 0;
    border-bottom: 0;
    padding: 5px;
    min-height: auto;
}
.label_border {
    border: 0;
    display: block;
    float: left;
    width: 100%;
    border-radius: 0;
}
.flight-city-sear .col-md-2 {
    border-right: 0;
    border-bottom: 0;
    padding: 5px;
    min-height: auto;
}
.flight-city-sear input {
    width: 100%;
    display: block;
    outline: none;
    font-size: 13px;
    border: 1px solid #bcc8d1;
    border-radius: 2px;
    padding: 10px 10px 10px 30px;
    height: 50px;
    box-sizing: border-box;
}
.flight-city-sear i {
    position: absolute;
    display: block;
    left: 10px;
    top: 43px;
    font-size: 20px;
}
.return_dt_row .active {
    padding-left: 30px !important;
}

.sear_body_bg {
    padding: 50px 10px 24px 15px;
}
.sear_nav_bg {
    padding: 15px 10px 3px;
    width: 96%;
}
.sear-nav nav ul li {
    margin-right: 2px;
}
.flight-city-sear .col-md-3:hover {
    background: transparent;
}
.flight-city-sear .col-md-2:hover {
    background: transparent;
}
.hotel_input_hvr:hover {
    background: transparent;
}
.flight-trip ul li {
    margin-right: 10px;
    font-size: 12px;
}


















/* hotel cs  start */

.hotel_input_hvr {
    border-right: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}
.label_border {
    border: 0;
    border-radius: 0;
}
.htl-city-sear .form-control{
    width: 100%;
    font-weight: 400;
    outline: none !;
    font-size: 13px;
    border-radius: 3px;
    border: 1px solid #d0d7e1;
    height:50px;
}
.htl_first_input .form-control {
     padding-left: 35px !important;
}
.loca_icon .icon {
    display: block;
}
.htl-city-sear i {
    left: 20px;
}
.hotel_search_btn .btn {
    position: relative;
    top: 30px;
    left: auto;
} 
.bus_bdr_right {
    border-right: 0;
    padding-bottom: 0px;
}
.bus_bdr_paddi .form-control {
    padding-left: 35px !important;
} 
.bus-city-wrp .form-control {
    width: 100%;
    font-weight: 400;
    outline: none !;
    font-size: 13px;
    border-radius: 3px;
    border: 1px solid #d0d7e1;
    height:50px;
} 
.bus-city-wrp i {
    position: absolute;
    left: 20px;
    top: 50px;
}
.bus_search_btn .btn {
    position: relative;
    left: auto;
    top: 32px;
}
header.result_header {
    background: transparent;
}
.holiday_search_btn .btn {
    position: relative;
    left: auto;
    top: 0;
    margin: 0 auto;
    display: block;
}
.holiday_bdr_right {
    border-right: 0;
    padding: 10px 10px 10px 10px;
    min-height: auto;
}
.htl_bdr_top {
    border-top: 0;
}
 
 
 
 
 
 
 
 }
 
 