a::after {
  display: none;
  content: "";
}
a:hover::after {
  display: inline;
}
.create-button{background: #F16334;border-radius: 3px; padding: 3px 7px !important;}
@media (pointer: fine) {
  a span {
    display: none;
  }
  a:hover span {
    display: inline-block;
  }
}

.header-wrapper{
	position: relative;
	background: #222222;
}
.main-logo{
	width: auto;
	height: 85px;
}
.header-social{
	padding:10px 10px; 
}
.header-social a i{
	color:#000;
	text-align: center;
	width: 25px;
	border-radius: 2px;
	background: #fff;
}
.header-menu{
	height:auto;
}
.header-menu li.lia{
	display: inline-block !important;
}
.header-menu li{
	position: relative;
	text-decoration: none;
	display: inline-block;
}
.header-sub-menu{
	display: none;
	top:53px;
	right:0;
	text-align: left;
	width:300px; 
	background: #182934;
	position: absolute;
	z-index: 1;
}

.header-sub-menu:before {
    content: "";
    display: block;
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #09b7d2; 
    position: absolute;
    top: -15px;
    right: 37px;
}
.header-sub-menu li{
	width: 100%;
}

.header-sub-menu li a:hover{
	transition: all 0.3s;
	background:#09b7d2;
	color:#fff !important;
}
.header-menu li:hover > ul.header-sub-menu{
	display: block;
}
.header-sub-menu li a{

	display: flex;
	color:#acb4ba !important;
	font-size: 14px;
}
.header-sub-menu li:nth-of-type(1){
	background:#09b7d2; 
}
.header-sub-menu li a i{
	font-size: 16px;
}
.sub-menu-header img{
	height: 45px;
	width: 45px;
	border-radius: 50%;
}
.sub-menu-header p{
	font-size: 14px;
	color:#fff;
	font-family:Proxima Nova Rg; 
}
.header-menu li.header-li{
	/*padding-bottom: 20px !important;*/
	/*margin: 25px 20px 0px 20px;*/
	cursor: pointer;
}
.header-menu li.header-li a{
	display: block;
	padding: 2px;
}
.header-menu li,
.header-menu li a{
	cursor: pointer !important;
}
/*.header-menu li.header-li a.lia:hover{
    display: block;
}*/
.header-menu li a{
	color: #fff;
	font-family:Proxima Nova Rg; 
}
/*.header-menu li :hover + .header-sub-menu{
	display: block;
}
*/
.header-menu li a:focus{
	outline: 0;
}
.header-menu-list{
	background: #09b7d2;
	height: auto;
	padding: 23px;
}
.header-menu-list i{
	color: #fff;	
}
.bars-btn-mrgn{
	font-size: 2.3em;
}
#mega-menu{
	background: #09B7D2;
	display: none;
	right: 0;
	top:0;
	width: 40%;
	z-index: 9;
	position: fixed;
	height:100%;
	overflow-y: scroll;
}
.mega-menu-inner{
	font-family:Proxima Nova Rg; 
}
.mega-menu-inner h2{
	width: 50%;
	border-bottom:1px solid #fff;
	color:#fff;
	font-size: 21px;
}
.mega-menu-inner ul li a{
	color:#fff;
}
#mega-menu i {
	color: #fff;
}
/*Footer*/

.new-footer-wrapper{
	border-top:4px solid #09b7d2;
	background: #24282b;
	color:#fff;
	font-family:Proxima Nova Rg; 
}
.new-footer-title{
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1px;
}
.new-footer-span{
	/*background:#09b7d2; */
	width:40px;
	height: 1px;
	border-top:1px solid #09b7d2;
}
.new-footer-ulli{
	font-size: 13px;
}
.new-footer-ulli li a{
	color:#fff;
}
.new-footer-signup-form h4{
	letter-spacing: 1px;
	border-bottom: 2px solid #3c4042;
}
.new-footer-signup-form input{
	border:none;
	background: #3a3c3d;
	border-radius:2px; 
	color:#fff;
}
.new-footer-signup-form input.form-control:active{
}
.new-footer-signup-form input.form-control:focus{
	color: #fff;
	box-shadow: none !important;
	background: #3a3c3d;
}
.new-footer-signup-form button{
	border:1px solid #ffffff;
	font-size: 15px;
	font-weight: bold;
	background: transparent;
	color: #fff;
	border-radius: 2px;
}
.new-footer-signup-form button.btn:focus{
	box-shadow: none;
}
.new-footer-social{
	background: #191d20;
}
.new-footer-copyright{
	background: #101214;
}
.new-footer-copyright p{
	font-family:Proxima Nova Rg;
	font-size:14px;
	color: #52585b;
}
#add-section,#remvoe-section{
	font-family:Proxima Nova Rg;
}
.new-footer-copyright a{
	color:#09B7D2;
}
.events-image-dit{
	width: 100%;
	height: auto;
}
.add-events-lable .row.mt-5.mb-5 input{
	text-transform: none !important;
}
/*.pagination > .active > span{
	background: #F16334 !important;
	border: 1px solid #333333 !important;
}
.pagination > .active > span, .pagination > .active > span:hover{
	background: #FA4A2C;
	border-color:none !important; 
}
.pagination > .active > span:hover{
 	background: #24282B !important;
 }*/
.head-img-section{
	position: relative;
}
#detail-serch{
	/*position: absolute;
	top: 65%;
	left: 29%;*/
}

@media screen and (max-width: 320px){
	/*#profile-menu{
		width:270px;
	}*/
	.header-menu li{
		display: block;
	}
	.header-menu .pb-4{
		padding-bottom: 0px !important;
	}
	.header-menu .mt-4{
		margin-top:5px !important;
	}
	.header-sub-menu{
		width: 260px;
		top:28px;
	}
	.header-sub-menu::before{
		display: none;
	}
	.header-sub-menu li:nth-of-type(1){
		border-bottom: 1px solid #222;
	}
	#mega-menu{
		width:100%;
	}
} 
@media(min-width:320px) and (max-width: 575px){
	.mega-menu-inner h2{
		width: 100%;
	}
	#mega-menu{
		width: 100%;
	}
	.header-menu{
		text-align: center !important;
	}
	.header-menu li{
		margin: 0 !important;	
		padding:0 !important;
		/*margin-right:10px !important;*/
    	padding: 0 0 8px 0 !important;
    	position: unset!important;
	}
	.header-menu-list{
		/*padding: 5px;*/
	}
	#icon-close{
		/*margin-bottom: 0px;*/
	}
	#icon-close i{
		font-size: 30px;

	}
	.sub-menu-header{
		padding-top:10px;
		width:100%; 
	}
	.sub-menu-header .col-sm-3.col-4{
		padding: 0px 46px;
	}
	.header-sub-menu{
		top: 50px;
		width:100%;
		/*right: -16px;*/
	}
	.header-sub-menu::before{
		display: none;
	}
}
@media (min-width: 576px ) and (max-width: 768px) {
	.mega-menu-inner h2{
		width: 55%;
	}
	#mega-menu{
		width: 80%;
	}
}
@media screen and (min-width: 992px){
	#detail-serch{
		position: relative;
		bottom: 170px;
		left:24px;
	}

}

.new-code-btn{
	padding: 10px 15px;
	border-radius: 4px;
	font-size: 14px;
	border: 2px solid #E7E7E7;	

}
.discount-body{
	background: #F8F7FA;
}
.discount-header{
	background: #EEEDF2;
	border-radius: 7px 7px 0 0;
	padding: 20px;
}
.discount-header i{
	cursor: pointer;
	font-size: 20px;
}
.discount-inner-header {
	padding-left:30px;
	padding-top:15px;
	padding-bottom:15px;
}
.discount-form{
	padding: 0px 50px;
}
.discount-footer{
	padding:20px;
	text-align: right;
	background: #fff;
	border: 2px solid #F8F7FA;
}
#continue,#save-finish{
	padding: 8px 40px;
	cursor: pointer;
	background: #FB492B;
	border:none;
	border-radius: 2px;
	color:#fff;
}
#save-finish{
	background: #179C55;
}
#discount-2{
	width: 100%;
	padding:30px 0px;
}
.dicsount-label{
	color: #666666;
}
.discount-code{
	font-weight: bold;
}
.refund-cancle-delete{
	background: #FB492B !important;
	color: #fff !important;
	padding: 5px 8px;
	border-radius: 3px;
}

/*============== Trakign Date menu Deaisdn =================*/
#traking-header{
	background: #444444;
}
.traking-header-text{
	color: #fff;
	padding:10px; 
	font-size: 14px;
}
.traking-body{
	font-size: 14px;
	padding:10px; 
	background: #EFEFEF;
	color: #000;
}
.traking-body{
	border-bottom: 1px solid #dee2e6;
}
.traking-body:hover{
	background: #DEDEDE;
}
/*============== Trakign Date menu Deaisdn =================*/