.l{box-shadow: 0 0 1px red;}
.g{box-shadow: 0 0 1px green;}
.extra_option_hide{display: none!important;}
.padding_left_c{padding-left: 0px!important;}
.padding_right_c{padding-right: 0px!important;}
.headerfixed{
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 800;
}
header{
	background-color:#10376D!important;
	padding-top: 6px!important;
	padding-bottom: 6px!important;
}
header .navbar{
	margin-bottom: 0px;
	border-radius: 0px;
	min-height: 1px;
	background-color: transparent;
	border: none;
	box-shadow: none;
	min-height: 30px;
}
header .navbar-nav > li > a{
	padding: 0px 10px;
  display: block;
  font-size: 14px;
  color: #DDDDDD;
  text-transform: capitalize;
  height: 36px;
  line-height: 36px;
}
header .navbar-nav > li:first-child > a{
	padding-left: 0px;
}
header .navbar-nav > li.active a,header .navbar-nav > li.active a:hover{
	color: #F86810; 
	text-decoration: none;
}
header .navbar-nav > li > a .img_o{display: none;}
header .navbar-nav > li.active .img_o,
header .navbar-nav > li.active a:hover .img_o,
header .navbar-nav > li a:hover .img_o{
	display: inline-block
}
header .navbar-nav > li.active .img_w,
header .navbar-nav > li.active a:hover .img_w,
header .navbar-nav > li a:hover .img_w{
	display: none
}
header .navbar-nav > li > a:hover{
	color: #F86810; 
	text-decoration: none;
	background-color:transparent; 
}
header .navbar-nav > .open > a,
header .navbar-nav > .open > a:hover, 
header .navbar-nav > .open > a:focus {
	background-color:#10376D;
	color: #ffffff;
}
header .dropdownlist .dropdown-menu li{
	display: block!important;
	width: 100%;
}
header .dropdownlist .dropdown-menu li a{
	background-color: transparent;
	display: block!important;
	width: 100%;
	color: #666;
	height: 36px;
	font-size: 13px;
  line-height: 36px;
  text-transform: uppercase;
  padding: 0px 14px;
}
header .dropdownlist .dropdown-menu li a:hover{
	color: #fff;
	background-color:#4267B2;
}
header .nav > li > a:focus{
	background-color: transparent;
	color: #F86810;
}
header .dropdownlist .dropdown-menu{
	border-radius: 0 0 2px 2px;
	padding: 3px 0;
}
header .navbar-brand{
	margin-left: 0px!important;
  height: 36px;
  line-height: 36px;
  padding: 0px 5px;
}
header .navbar-brand img{
	width: 100%;
	display: block;
	max-width: 140px;
	margin-top: 3px;
}
.currency_drop ul.dropdown-menu{
	max-width: 80px!important;
	min-width: 80px!important;
	width: 80px!important;
	padding: 0px!important;
	border-radius: 0px 0px 3px 3px !important;
}
.currency_drop .dropdown-toggle{
	padding: 0px 10px;
  display: block;
  font-size: 14px;
  color: #DDDDDD!important;
  text-transform: capitalize;
  height: 36px;
  line-height: 36px;
}
.currency_drop .dropdown-toggle:hover{
	color: #F86810!important; 
	text-decoration: none;
}
.currency_drop .dropdown-menu li a{
	color: #666!important;
}
.currency_drop .dropdown-menu li:hover a{
	background-color: #4267B2!important;
	color: #fff!important;
}
.currency_drop.open > a, .currency_drop.open > a:hover, .currency_drop.open > a:focus{
	background-color: transparent;
	text-decoration: none!important;
	border: none;
	color: #F86810!important;
}
.cart_count_sec{
	position: relative;
	font-size: 16px;
}
.cart_count_sec .cart_count {
  background-color: #f66930;
  border: 1px solid #232F3E;
  border-radius: 50%;
  color: #fff !important;
  display: block;
  font-size: 9px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  right: -6px;
  text-align: center;
  top: -5px;
  width: 16px;
  text-shadow: 1px 1px 1px #222;
}
.loginuser{
	cursor: pointer;
	position: relative;
	padding: 4px 16px 4px 1px;
	position: relative;
}
.loginuser span.user_image{
	display:	inline-block;
	float: left;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-image: url('https://www.goeventz.com/web/images/flight/default.png');
	background-size: cover;
	overflow: hidden;
	margin-right: 5px;
	margin-top: 4px;
}
.loginuser span.user_name{
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 2px;
	color: #ffffff;
}
.loginuser span img{
	width: 100%;
	height: 100%;
	display: block;
}
.loginuser .fa-angle-down{
	position: absolute;
	right: 0px;
	top: 50%;
	font-weight: 600;
	margin-top: -7px;
	font-size: 16px;
	color: #ffffff;
}
.loginuser_option{
	border-radius: 0 0 2px 2px;
	padding: 3px 0;
	padding-top: 1px;
	position: absolute;
	right: 0px;
	top: 36px;
	min-width: 120px;
	background-color:#ffffff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	display: none;
	z-index: 999;
}
.loginuser_option li{
	display: block;
	width: 100%;
}
.loginuser_option li a{
	background-color: transparent;
	display: block!important;
	width: 100%;
	color: #666;
	height: 34px;
	font-size: 12px;
  line-height: 34px;
  text-transform: uppercase;
  padding: 0px 12px;
  padding-left: 3px;
  white-space: nowrap;
  text-decoration: none!important;
}
.loginuser_option li a i{
	text-align: center;
  width: 26px;
  font-size: 13px;
}
.loginuser_option li a:hover{
	color: #fff;
	background-color:#4267B2;
	text-decoration: none!important;
}
.loginuser:hover .loginuser_option{display: block;}
@media(max-width: 1080px){
	header{display: none !important;}
}

/*------search section------*/
.bottomheader{
	margin-top: 3px;
	margin-bottom: 3px;
}
.setlocation_sec{
	position: relative;
	width:100%;
	height: 32px;
	padding-left: 22px;
	padding-top: 10px;
	margin-top: 4px;
	margin-left: 21px;
}
.set_location_place .chooselocation{
	position: absolute;
	left: 22px;
	top: 1px;
	line-height: 100%;
	font-size: 13px;
	color: #E5E5E5;
	font-weight: normal;
	text-transform: none;
}
.set_location_place{
	cursor: pointer;
}
.setlocation_sec .set_location_place{
	display: block;
	font-size: 15px;
  color: #ffffff;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.setlocation_sec .set_location_place i.fa-map-marker{
	font-size: 22px;
	position: absolute;
	left: 4px;
	top: 4px;
	color: #fff;
}
.setlocation_sec .searchlocationbox{
	width: 300px;
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
	position: absolute;
	left: 0px;
	top: 43px;
	z-index: 1050;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3)!important;
	border-radius: 2px;
	display: none;
}
.searchinput{
	padding: 10px;
	background-color: #f4f4f4;
	position: relative;
}
.searchinput::after{
	content: " ";
  position: absolute;
  left: 18px;
  top: -6px;
  width: 11px;
  height: 11px;
  border-left: 1px solid #ddd; 
  border-top: 1px solid #ddd; 
  transform: rotate(45deg);
  background-color:#f4f4f4; 
}
.searchinputinner{position: relative}
.searchinputinner input{
	height: 38px;
	font-size: 14px!important; 
	border-radius: 2px!important; 
	width: 100%;
}
.autolocationlist{
	margin: 0px;
	list-style-type: none;
	background-color: #fff;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 36px;
	border: 1px solid #ddd;
	z-index: 100;
	box-sizing: border-box;
	padding: 0px!important;
	display: none;
	max-height: 250px;
	overflow: hidden;
	overflow-y: auto;
}
.autolocationlist li{
	padding: 0px;
	border-bottom: 1px solid #eee;
}
.autolocationlist li a{
	display: block;
	padding: 4px 10px;
	font-size: 13px;
	color: #666666;
	margin: 0px;
	
}
.autolocationlist li a:hover{
	background-color: #4267B2;
	color: #ffffff;
	text-decoration: none;
}
.searchtext{padding: 10px;border-top: 1px solid #eee;}
.searchtext h4{
	margin: 0px;
	padding-bottom: 7px;
	font-size: 14px;
	font-weight: 500;
	color: #ef7f1a;
}
.searchtext ul{padding: 0px;margin: 0px;}
.searchtext ul li{
	display: inline-block;
	padding: 5px 10px;
	padding-left: 0px;
	line-height: 100%;
	list-style-type: none;
}
.searchtext ul li a{color: #4267B2;}
.searchtext ul li:last-child a{color: #F86810;}
.searchtext ul li a:hover{color: #F86810;text-decoration: none;}
.search_container{
	position: absolute;
	width: 100%;
	max-width: 686px;
	top: 5px;
	left: 200px;
}
.search_inner_box{
	position: relative;
	border-radius: 2px;
}
.search_inner_box input[type="text"]{
	border-radius: 2px!important; 
	padding-left: 15px!important;
	padding-right: 60px!important;
	border: none!important;
  height: 36px;
  font-size: 14px!important;
  line-height: 36px;
}
.btnsearch{
	background-color: #f86810;
	border: 1px solid #f86810;
	border-radius: 0px 2px 2px 0px!important;
	color: #ffffff!important;
	font-size: 20px!important;
	font-weight: 400!important;
	height: 36px;
	line-height: 100%;
	padding: 0px 16px!important;
	box-shadow: none!important;
	position: absolute;
	right: 0px;
	top: 0px;
}
.autosearch{
	position: absolute;
	left: 0px;
	background-color: #ffffff;
	top: 37px;
	z-index: 300;
	width: 100%;
	max-height: 300px;
	overflow: hidden;
	overflow-y: auto;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-radius: 0px 0px 2px 2px;
	display: none;
}
.autosearch ul{padding: 0px;margin: 0px;}
.autosearch ul li{display: block; border-bottom: 1px solid #eee;}

.autosearch ul li a{
	color: #666;
	line-height: 120%;
	position: relative;
	display: block;
	font-size: 13px;
	padding: 8px 10px 8px 30px;
}
.autosearch ul li:last-child a{border-bottom: none;}
.autosearch ul li a i{
	position: absolute;
	width: 20px;
	left: 6px;
	top: 10px;
	font-size: 15px;
	text-align: center;
	color: #F86810;
}
.autosearch ul li a small{color: #848484;}
.autosearch ul li a:hover{
	background-color: #4267B2;
	text-decoration: none;
	color: #ffffff;
}
.extraoption_list a{
	display: block;
	height: 36px;
	width: 100%;
	background-size: auto;
	background-position: right;
	background-repeat: no-repeat;
}

/* ---------web category section---- */
.web_category_parent{background-color: #ffffff;}
.web_category{
	padding: 0px;
	margin: 0px;
	height: 40px;
	overflow: hidden;
}	
.web_category li{
	float: left;
	list-style-type: none;
	margin-right: 5px!important;
}
.web_category li a{
	height: 40px;
	line-height: 40px;
	padding: 0px 5px;
	display: block;
	font-size: 13px;
	color: #454545;
	color: rgba(16, 55, 109, 0.8);
	text-decoration: none!important;
}
.web_category li a:hover{
	text-decoration: none;
	color: #F86810;
}
.web_category li .flexMenu-popup{
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	padding: 3px 0px;
	right: 1px;
	top: 40px;
	border-radius: 0 0 2px 2px;
	overflow: hidden;
	border-top: 1px solid #eee;
} 
.web_category li .flexMenu-popup li{
	float: none;
	padding: 0px!important;
	margin: 0px!important;
	border-bottom: none;
}
.web_category li .flexMenu-popup li a{
	color: #454545;
	display: block;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	padding: 0 11px!important;
}
.web_category li .flexMenu-popup li a:hover{
	text-decoration: none;
	color: #F86810!important;
}
/* --end category-- */

/* --------flight search----- */
.colpadLR{
	padding-left: 3px!important;
	padding-right: 3px!important;
}
.count_class{
	display: block;
	font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #e0e0e0;
  height: 36px;
  line-height: 34px;
	width: 100%;
}
.flightform_h input[type="text"]{
	border-radius: 0px; 
	padding: 0px 1px!important;
	border: none!important;
	border-bottom: 1px solid #e0e0e0!important;
	background-color: transparent!important;
  height: 32px;
  font-size: 14px!important;
  color: #f0f0f0!important;
  line-height: 31px;
}
.flightform_h input:focus ~ .floating_label,
.flightform_h input:not(:focus):valid ~ .floating_label{
  top: -12px;
  left: 0px;
  font-size: 12px;
  opacity: 0.65;
}
.flightform_h .floating_label {
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #fff!important;
  transition: 0.2s ease all;
}
.select_f_class select{
	border-radius: 0px; 
	padding: 0px!important;
	border: none!important;
	border-bottom: 1px solid #e0e0e0!important;
	background-color: transparent!important;
  height: 32px!important;
  font-size: 13px!important;
  color: #ffffff;
  line-height: 31px;
}
.select_f_class select option {
  color: #444!important;
}
.passengersbox{
	position: relative;
}
.passengertype{
	position: absolute;
	left: 50%;
	margin-left: -130px;
	top: 46px;
	display: none;
}
.passengerinner{
	background-color: #ffffff;
	width: 260px;
	padding: 10px 20px;
	border-radius:2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	position: relative;
}
.passengerinner::after{
	content: " ";
  position: absolute;
  left: 124px;
  top: -6px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #ddd; 
  border-top: 1px solid #ddd; 
  transform: rotate(45deg);
  background-color:#ffffff; 
}
.passengertype select{
	border-radius: 0px; 
	border: 1px solid #e0e0e0!important;
	background-color: transparent!important;
  height: 34px;
  padding: 0px 6px!important;
  font-size: 14px!important;
  font-weight: 500!important;
  color: #666!important;
  line-height: 32px;
}
.passengertype label{
	line-height: 100%!important;
	margin-bottom: 0px!important;
}
.gobtn{
	background-color: #eee;
	border: 1px solid #ddd;
	border-radius: 2px;
	color: #444!important;
	font-size: 15px;
	font-weight: 500;
	padding: 0px 5px;
	height: 33px;
	line-height: 100%;
	box-shadow: none!important;
	text-transform: uppercase;
	margin-top: 24px;
}
.gobtn:hover{
	background-color: #ddd;
	color: #212121!important;
}
.flightinput{
	margin-top: 5px;
	position: relative;
}
.flighttype{
	padding: 0px;
	margin: 0px;
}
.flighttype li{
	float: left;
	list-style-type: none;
	margin-right: 20px;
	margin-bottom: 2px;
}
.flighttype li label{
	margin-bottom: 0px;
	color: #323232;
	padding: 0 8px 0 5px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.4);
}
.flighttype li label.small-radio input[type="radio"]:checked ~ span.radiospan:after{
	background: #F86810!important;
}
.flighttype li label.small-radio input[type="radio"]:checked ~ span.radiospan{
	border-color: #4267B2!important;
}
/* --end flight search-- */


/* -----------mobile header css---------- */
.mobileheader{
	min-height: 108px;
	position: relative;
}
.mobileheader_hide{
	visibility: hidden;
}
.mobileheader_f{
	background-color:#10376D;
	height: 36px;
	line-height: 36px;
	color: #e5e5e5;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	border-top: 1px solid rgba(255, 255, 255, 0.2)
}
.mobileheader_top{
	background-color:#10376D;
	position: relative;
	padding: 8px 10px 4px 46px;
}
.mobileheader_flight .mobileheader_top{
	padding-bottom: 9px;
}
.mobileheader.mobileheader_flight{
	min-height: 78px;
}
.mobilebar{
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 25px;
	color: #eee;
	text-align: center;
	position: absolute;
	left: 9px;
	top: 10px;
	cursor: pointer;
	z-index: 1;
}
.mobileheader_logo{
	display: block;
  height: 26px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mobileheade_user{
	width: 26px;
	height: 26px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 8px;
	cursor: pointer;
	z-index: 1;
}
.mobile_user_pic{
	width: 26px;
	height: 26px;
	border: 1px solid #ddd;
	border-radius: 50%;
	overflow: hidden;
	background-image: url('https://www.goeventz.com/web/images/no-images.png');
	background-size: cover;
}
.mobile_user_pic img{
	width: 100%;
	height: 100%;
	display: block;
}
.mobileheader_search{
	box-sizing: border-box;
	padding: 6px 10px;
	background-color: #10376D;

}
.mobileheader_search input[type="text"],.mobileheader_search input:focus{
	box-shadow: none!important;
	padding-right: 34px!important;
	height: 36px!important;
	font-size: 13px!important;
	font-weight: 400!important;
	border: none!important;
	border-radius: 2px!important;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.95)!important;
}
.mobileheader_search_inner{
	position: relative;
}
.mobileheader_search_inner .input_v.myautobox {
  left: 0;
  max-height: 300px !important;
  position: absolute;
  top: 37px;
  width: 100% !important;
  display: none;
}
.mobileheader_search .fa-search{
	position: absolute;
	right: 6px;
	top: 7px;
	font-size: 22px;
  color: #9f9f9f;
  z-index: 0;
}
.mobileheader_location{
	position: relative;
	color: #c5c5c5;
	font-size: 14px;
	margin-top: 0px;
	line-height: 26px;
	background-color: #10376D;
	padding: 4px 10px 4px 28px;
}
.mobileheader_location .fa-map-marker{
	position: absolute;
	left: 12px;
	top: 6px;
	color: #eee;
	font-size: 20px;
	z-index: 0;
}
.mobileheader_location .location_search{
	cursor: pointer;
	font-size: 13px;
}
.mobileheader_location .searchlocationbox{
	position: absolute;
	top: 32px;
	left: 10px;
	max-width: 340px;
	border-top: 1px solid #e5e5e5;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) !important;
	background-color: #ffffff;
	z-index: 1050;
	display: none;
}
.mobileheader_search .mobileheader_search_inner .mobilebar{
	position: absolute;
	left: 0px;
	top: 5px;
	visibility: hidden;
}
.mobileheader_search .mobileheader_search_inner .mobileheade_user{
	position: absolute;
	right: 0px;
	top: 6px;
	visibility: hidden;
}
.mobileheader_search.mobile_search_fixed{
	position: fixed;
  top:0px; 
  left:0px;
  width: 100%; 
  box-sizing: border-box;
  padding: 6px 10px;
  z-index: 1050;
  animation:slide-down 600ms;
}
@keyframes slide-down {
  0%{transform: translateY(-116px);} 
  100%{transform: translateY(0);} 
}

.mobileheader_search.mobile_search_fixed .mobileheader_search_inner{
	padding-left: 30px;
	padding-right: 30px;
}
.mobileheader_search.mobile_search_fixed .mobileheader_search_inner .mobilebar{
	position: absolute;
	left: 0px;
	top: 5px;
	visibility: visible;
}
.mobileheader_search.mobile_search_fixed .mobileheader_search_inner .mobileheade_user{
	position: absolute;
	right: 0px;
	top: 6px;
	visibility: visible;
}
.mobileheader_search.mobile_search_fixed .mobileheader_search_inner .fa-search{
	position: absolute;
	right: 36px;
	top: 7px;
	font-size: 22px;
  color: #9f9f9f;
  z-index: 1;
}
.nevigationparent{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	margin-left: -101%;
	z-index: 9999!important;
	transition: 500ms;
}
.nevigationparentshow{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	margin-left: 0;
	z-index: 9999!important;
	transition: 500ms;
}
.nevigationparent_inner{
	position: relative;
	padding-top: 50px;
}

.nevigationparent_inner .navigationlist_sec{
	width: 280px;
	height: 100vh;
	background-color: #fff;
	position: absolute;
	top: 0px;
	padding-top: 78px;
	left: 0;
	overflow-y: auto;
}
.nevigation_heading{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 280px;
	z-index: 100;
}
.nevigation_heading_inner{
	position: relative;
	padding-right: 38px;
	height: 42px;
	background-color: #232F3E;
}
.nevigation_heading a{
	font-size: 15px;
	padding: 0px 10px;
	line-height: 42px;
	font-weight: 500;
	color: #fff;
	display: block;
	text-decoration: none!important;
	text-transform: uppercase;
}
.nevigation_heading_inner .close_navigation{
	position: absolute;
	right: 6px;
	top: 7px;
	color: #fff;
	cursor: pointer;
	border: 1px solid transparent;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 26px;
	font-size: 18px;
	border-radius: 2px;
	background-color: #F66930;
}
.nevigation_heading img{
	width: 16px;
	margin-top: -4px;
	margin-right: 8px;
}
.bodylayers::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5000;
	background-color: rgba(50, 50, 50, 0.6);
}
.mobile_cart_item{
	position: absolute;
	right: 50px;
	top: 9px;
	width: 30px;
	display: block;
	text-align: center;
}
.mobile_cart_item a{
	font-size: 16px;
	color: #fff;
	position: relative;
}
.cart_count{
	display: block;
	background-color: #F66930;
	width: 16px;
	height: 16px;
	border: 1px solid #232F3E;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	font-size: 8px;
	color: #fff!important;
	position: absolute;
	top: -7px;
	right: -6px;
}
.mobileheader_top .viator_drop{
	position: absolute;
	right: 85px;
	width: 64px;
	text-align: right;
	top: 11px;
}
.mobileheader_top .viator_drop .dropdown-toggle{
	color: #fff;
}
.viator_drop a.active,.viator_drop a:focus{ 
	outline: none!important;
	text-decoration: none!important;
	border-bottom: none!important; 
	color: #F66930!important;
}
.viator_drop ul.dropdown-menu{
	max-width: 60px!important;
	min-width: 60px!important;
	width: 60px!important;
	padding: 0px!important;
	border-radius: 0px 0px 3px 3px !important;
}
.viator_drop ul.dropdown-menu li{display: block!important;width: 100%;text-align: center;}
.viator_drop ul.dropdown-menu li a{display: block;padding: 3px!important;}
.nevigation_cat_list{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.nevigation_cat_list li a{
	padding: 0px 10px;
	line-height: 40px;
	font-size: 13px!important;
	display: block;
	color: #666666;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nevigation_cat_list li a img{
	max-width: 20px;
	margin-right: 8px;
	margin-top: -1px;
}
.nevigation_cat_list li a:hover{
	text-decoration: none;
	color: #EF801C;
}
.nevigation_cat_parent{
	border-bottom: 1px solid #eeeeee;
	padding: 10px 0px;
}
.nevigation_cat_parent:last-child{
	border-bottom: none;
}
.cat_list_w_img a{
line-height: 34px!important;
}
.main_cat_mob{
	background-color: #ccc;
}
.main_cat_mob{
	width: 100%;
	height: 40px;
	background-color:#ccc;
}
.main_cat_mob ul{
	padding: 0px;
	margin: 0px;
}
.main_cat_mob ul li{
	width: 25%;
	float: left;
	list-style-type: none;
}
.main_cat_mob ul li a{
	width: 100%;
	height: 40px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #7f7f7f;
	padding-top: 4px;
	position: relative;
	border-right: 1px solid #d5d5d5;
}
.main_cat_mob ul li a::after{
	content: '';
	width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -2px;
  display: none;
}
.main_cat_mob ul li.active a::after{
	display: block;
}
.main_cat_mob ul li a img{
	display: block;
	margin: auto;
	max-width: 18px;
	max-height: 18px;
}
.main_cat_mob ul li a small{
	display: block;
	color: #7f7f7f;
	text-transform: capitalize;
	font-size: 10px;
	line-height: 120%;
	padding-top: 2px;
}
.main_cat_mob ul li a span{
	display: block;
	height: 18px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center
}
.main_cat_mob ul li.active a small,
.main_cat_mob ul li a:hover small{
	color: #074E86;
}
.main_cat_mob ul li a span.eventsicon{
	background-image: url('../images/bottom-nav/events.png');
}
.main_cat_mob ul li.active a span.eventsicon,
.main_cat_mob ul li a:hover span.eventsicon{
	background-image: url('https://www.goeventz.com/web/images/bottom-nav/events-hover.png');
}
.main_cat_mob ul li a span.touricon{
	background-image: url('https://www.goeventz.com/web/images/bottom-nav/tour.png');
}
.main_cat_mob ul li.active a span.touricon,
.main_cat_mob ul li a:hover span.touricon{
	background-image: url('https://www.goeventz.com/web/images/bottom-nav/tour-hover.png');
}
.main_cat_mob ul li a span.flighticon{
	background-image: url('../images/bottom-nav/flight.png');
}
.main_cat_mob ul li.active a span.flighticon,
.main_cat_mob ul li a:hover span.flighticon{
	background-image: url('../images/bottom-nav/flight-hover.png');
}
.main_cat_mob ul li a span.hotelicon{
	background-image: url('../images/bottom-nav/hotel.png');
}
.main_cat_mob ul li.active a span.hotelicon,
.main_cat_mob ul li a:hover span.hotelicon{
	background-image: url('https://www.goeventz.com/web/images/bottom-nav/hotel-hover.png');
}
.mobileheader_container{display: none;}
@media(max-width: 1080px){
.marginheadermobile{display: none;}
.mobileheader_container{display: block;}
.searchbg{padding-top: 15px!important;}
}
/* end mobile header */


/* --bottom nevigation-- */
.bottom_nav{
	width: 100%;
	height: 48px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 300;
	background-color:#f0f0f0;
	border-top: 1px solid #E7E7E7;
	display: none;
}
.bottom_nav ul{
	padding: 0px;
	margin: 0px;
}
.bottom_nav ul li{
	width: 20%;
	float: left;
	list-style-type: none;
}
.bottom_nav ul li a{
	width: 100%;
	height: 48px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #7f7f7f;
	padding-top: 7px;
}
.bottom_nav ul li a img{
	display: block;
	margin: auto;
	max-width: 24px;
	max-height: 20px;
}
.bottom_nav ul li a small{
	display: block;
	color: #7f7f7f;
	text-transform: capitalize;
	font-size: 10px;
	padding-top: 2px;
}
.bottom_nav ul li a span{
	display: block;
	height: 20px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center
}
.bottom_nav ul li.active a small,
.bottom_nav ul li a:hover small{
	color: #074E86;
}
.bottom_nav ul li a span.homeicon{
	background-image: url('../images/bottom-nav/home.png');
}
.bottom_nav ul li.active a span.homeicon,
.bottom_nav ul li a:hover span.homeicon{
	background-image: url('../images/bottom-nav/home-hover.png');
}
.bottom_nav ul li a span.eventsicon{
	background-image: url('../images/bottom-nav/events.png');
}
.bottom_nav ul li.active a span.eventsicon,
.bottom_nav ul li a:hover span.eventsicon{
	background-image: url('https://www.goeventz.com/web/images/bottom-nav/events-hover.png');
}
.bottom_nav ul li a span.touricon{
	background-image: url('https://www.goeventz.com/web/images/bottom-nav/tour.png');
}
.bottom_nav ul li.active a span.touricon,
.bottom_nav ul li a:hover span.touricon{
	background-image: url('https://www.goeventz.com/web/images/bottom-nav/tour-hover.png');
}
.bottom_nav ul li a span.flighticon{
	background-image: url('../images/bottom-nav/flight.png');
}
.bottom_nav ul li.active a span.flighticon,
.bottom_nav ul li a:hover span.flighticon{
	background-image: url('../images/bottom-nav/flight-hover.png');
}
.bottom_nav ul li a span.hotelicon{
	background-image: url('../images/bottom-nav/hotel.png');
}
.bottom_nav ul li.active a span.hotelicon,
.bottom_nav ul li a:hover span.hotelicon{
	background-image: url('https://www.goeventz.com/web/images/bottom-nav/hotel-hover.png');
}

/* --end bottom nevigation-- */
.hotelicon{position: relative}
.betacolor{
    background-color: #F8CB10;
    color: #10376D!important;
    display: block;
    position: absolute;
    right: 7px;
    font-weight: 500;
    top: -4px;
    height: 13px!important;
    padding: 0px 3px!important;
    padding-top: 3px!important;
    line-height: 100%!important;
    border-radius: 2px;
    font-size: 9px!important;
}
/* ------------Download App Strip ------------------ */
.download_app_strip{
  background-color: #FFFBE2;
  position: relative;
  padding-left: 28px;
  display: none;
  width: 100%;
}
.download_app_strip a{
  color: #556890;
  display: block;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding-left: 26px;
  padding-right: 55px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: url('../images/small-icon/cellphone.svg');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 0px center;
  position: relative;
}
.tryit{
  display: block;
  width: 44px;
  line-height: 26px;
  font-size: 13px!important;
  background-color: #3E80FD;
  color: #ffffff;
  position: absolute;
  right: 7px;
  border-radius: 2px;
  top: 9px;
  text-align: center;
}
.closestrip{
  display: block;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  position: absolute;
  top: 12px;
  left: 5px;
  border: 1px solid #556890;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.5;
  background-image: url('../images/small-icon/close_w.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
.fixed_download_app_strip{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 99999;
}
.fixed_download_app_strip ~ .hotel_mobile_search {
  margin-top: 44px;
}
/*----holiday header change---*/
.holidaylink{position: relative;}
.trbl_space{
	padding-top: 35px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.holidaysublink{
	background-color: #ffffff;
	padding: 7px;
	margin: 0px;
	width: 100%;
	min-width: 240px;
	list-style-type: none;
	border-radius: 2px 2px 3px 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 50%;
	top: 36px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 999999;
	display:none;
}
.holidaysublink::after{
	content: '';
	width: 12px;
	height: 12px;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	position: absolute;
	left: 50%;
	top: -6px;
	margin-left: -6px;
	background-color:#ffffff;
	transform: rotate(-45deg);
}
.holidaysublink li a{
	padding: 11px 10px;
	font-size: 14px;
	text-transform: capitalize;
	color: #323232!important;
	display:block;
	line-height: 100%;
	font-weight: 500;
}
.holidaysublink li a:hover{text-decoration: none;color: #F86810!important;background-color:#10376D;}
.holidaylink:hover .holidaysublink{display:block;}
/*--end--*/

@media(max-width: 1080px){
.download_app_strip{display: block;}
}
@media(max-width: 1080px){
.bottom_nav{display: block;}
}