.bannerpanel {
	padding: 40px 0;
	background-size: cover;
	background-position: center;
	position: relative;
}

.bannerpanel:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000000bf;
	z-index: 1;
	content: '';
}

.bannerContent {
	position: relative;
	z-index: 9;
}

.bannerContent .btn {
	min-width: 180px;
	background: #FFBD06;
	border-radius: 30px;
	font-weight: 600;
	color: #4e00a7;
}

.event-detailspanel {
	padding: 50px 0;
}

.evnticon img {
	height: 20px;
	width: 20px;
	object-fit: contain;
}

.eventinfo .btn {
	background: #fff;
	color: #F512FD;
	font-weight: 600;
	padding: 4px 15px;
	font-size: 13px;
	border-radius: 30px;
}

.evntheighlight {
	padding: 50px 0;
	position: relative;
	background-size: cover;
}

.evntheighlight:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000000bf;
	z-index: 1;
	content: '';
}

.evntheighlight .container {
	position: relative;
	z-index: 9;
}

.box-pnllist {
	padding-left: 20px;
	font-size: 15px;
}

.box-pnllist li {
	margin-bottom: 5px;
}

.evdesc p {
	color: #fff;
}

.homeevent-box {
	box-shadow: 0px 0px 30px #00000026;
	padding: 12px;
	border: #fff;
	border-radius: 8px;
	transition: all .3s;
	height: 100%;
}

.homeevent-box:hover {
	text-decoration: none;
	box-shadow: 0 0 30px #00000054;
}

.homeevent-box p {
	font-size: 15px;
	margin: 0;
	font-weight: 500;
	color: #000;
}

.homeeventimg {
	min-width: 100px;
	height: 100px;
	width: 100px;
}

.homeeventimg img {
	height: 100px;
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.performerBox {
	transition: all .3s;
	display: block;
}

.performerBox:hover {
	text-decoration: none;
	color: #fff;
	transform: scale(1.03);
}

.performerBox img {
	height: 360px;
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 14px;
}

.performerBox h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 4px;
}

.performerBox h4 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 10px;
}

.performerBox.otherperformer img {
	height: 220px;
}

.scheduletab .nav-pills .nav-item {
	padding: 0 5px;
}

.scheduletab .nav-pills>li>.nav-link {
	display: block;
	width: 100%;
	border-radius: 8px !important;
	box-shadow: 0px 0px 10px #33333330;
	background: #E5E6EC;
	color: #255BEF;
	font-size: 15px;
	font-weight: 600;
	border: 2px solid #efefef;
}

.scheduletab .nav-pills>li>.nav-link.active {
	border: 2px solid #255BEF;
}

.eventBox {
	background: #E5E6EC;
	padding: 15px;
	border-radius: 8px;
	box-shadow: 0px 2px 10px #00000021;
}

.evImg img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 10px;
	border: 1px solid #bfbfbf;
	padding: 1px;
	background: #fff;
}

.evImg h3 {
	font-size: 15px;
	font-weight: 600;
	color: #008104;
	line-height: 1.2;
	margin: 0;
}

.evImg h4 {
	font-size: 13px;
	font-weight: 500;
	color: #008104;
	line-height: 1.2;
	margin: 0;
}

.evnt-top h3 {
	font-size: 14px;
	color: #DF7700;
	font-weight: 600;
	margin: 0;
	line-height: 1.2;
}

.evnt-top h4 {
	color: #6C00FB;
	font-size: 13px;
	margin: 0;
}

.evnt-top p {
	color: #000;
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 10pxpx;
}

.evntbox-detail p {
	font-size: 13px;
	line-height: 1.5;
	color: #000;
	margin: 0;
}

.eventBox {
	height: 100%;
}

.ticketbg {
	background-size: cover;
}

.ticketbox {
	padding: 6px;
	background: #000;
}

.ticket-banner {
	margin-bottom: 10px;
}

.ticket-banner img {
	height: 160px;
	object-fit: cover;
	width: 100%;
}

.ticketcontent h3 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin-bottom: 2px;
}

.oldprice {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-decoration: line-through;
	margin-bottom: 2px;
}

.ticketcontent h5 {
	margin-bottom: 2px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
}

.currentprice {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	color: #fff;
}

.tickeinfo {
	color: #fff;
	padding: 0 10px;
}

.tickeinfo li {
	display: block;
	margin-bottom: 8px;
	position: relative;
}

.btn-cart {
	min-width: 180px;
	background: #FFBD06;
	border-radius: 30px;
	font-weight: 600;
	color: #4e00a7;
}

.gallerypanel {
	background-size: cover;
}

.gallerypanel .container {
	position: relative;
	z-index: 9;
}

.gallerypanel:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #0000009e;
}

.galleryImg img {
	height: 180px;
	object-fit: cover;
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 0 8px #a9a9a9;
}

.galleryImg {
	display: block;
}

.venuepanle {
	background-size: cover;
}

.venuepanle .owl-next {
	position: absolute;
	right: 0;
	top: 44%;
	width: 35px;
	height: 35px;
	background: #ffffffb3 !important;
	color: #000 !important;
}

.venuepanle .owl-prev {
	position: absolute;
	left: 0;
	top: 44%;
	width: 35px;
	height: 35px;
	background: #ffffffb3 !important;
	color: #000 !important;
}

.venuepanle .btn {
	min-width: 180px;
	background: #FFBD06;
	border-radius: 30px;
	font-weight: 600;
	color: #4e00a7;
}

.afterparty {
	background-size: cover;
	position: relative;
	background-attachment: fixed;
	background-position: center;
}

.afterparty:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #00000038;
}

.boxparty-content {
	position: relative;
	background: #ffffff96;
	z-index: 9;
	padding: 10px 0;
	color: #000;
	margin-bottom: 300px;
}

.partynavpanel {
	position: relative;
	z-index: 9;
	background-size: cover;
}

.partynavpanel a:hover {
	text-decoration: none;
}

.theme2.bannerpanel:after {
	background: #ffffffad;
}

.pricing-plan-box img {
	max-width: 100%;
}

.currentPrice {
	color: #D71B25;
	font-size: 32px;
}

.pricing-plan-box ul {
	display: block;
	padding: 0;
	color: #fff;
}

.pricing-plan-box ul li {
	display: flex;
	margin-bottom: 6px;
}

.pricing-plan-box ul li i {
	min-width: 20px;
	height: 20px;
	line-height: 22px;
}

.pricing-plan-box .btn {
	min-width: 180px;
	background: #FFBD06;
	border-radius: 30px;
	font-weight: 600;
	color: #4e00a7;
}

.text-dark {
	color: #000 !important;
}

.borderheading {
	position: relative;
	padding: 20px 0;
}

.borderheading:after {
	position: absolute;
	width: 250px;
	height: 4px;
	top: 0;
	background: #D71B25;
	content: '';
	left: 0;
	right: 0;
	margin: auto;
}

.borderheading:before {
	position: absolute;
	width: 250px;
	height: 4px;
	bottom: 0;
	background: #D71B25;
	content: '';
	left: 0;
	right: 0;
	margin: auto;
}

.videosinglePnl iframe {
	height: 600px;
}

.divider {
	height: 3px;
	width: 100%;
	background: #fff;
}

.videotestimonial iframe {
	width: 100%;
	height: 180px;
}

.imgboxsize {
	max-height: 350px;
	object-fit: contain;
}

ul.cumtomy li::before {
	display: inline-block;
	content: '';
	-webkit-border-radius: 0.375rem;
	border-radius: 0.375rem;
	height: 5px;
	width: 5px;
	margin-right: 0.5rem;
	background-color: #ffffff;
	flex-shrink: 0;
	position: relative;
	top: 7px;
}

  /* media query start */
  @media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
	.list_l_m h4 {
		padding-top: 46px !important;
	}
   .btn_start_end{
	margin-bottom:20px !important;
   }
   .ppxv{
	padding-right: 0px !important;
   }
   .ddfgq{
	padding-left: 0px !important;
   }
   .prtwer{
	padding-right: 0px !important;
   }
   .pmcwwx{
	padding: 0px !important;
   }
   .bradcampsectionh{
	padding-top: 5px;
   }
   .acp_btnmk {
    flex-wrap: wrap !important;
}
.all_nmb {
    margin-bottom: 12px !important;
}
input.previous.prebtn.action-button-previous {
    float: inherit !important;
}
.order_summary {
	margin-left: 8px !important;
	margin-right: 8px !important;
}
.ass_app_secrt h2 {
	padding-left: 4px !important;
	padding-right: 4px !important;
}
}
/* 
@media (max-width:320px)  { 
	.list_l_m h4 {
		padding-top: 46px !important;
	}
   .btn_start_end{
	margin-bottom:20px !important;
   }
   .ppxv{
	padding-right: 0px !important;
   }
   .ddfgq{
	padding-left: 0px !important;
   }
   .prtwer{
	padding-right: 0px !important;
   }
   .pmcwwx{
	padding: 0px !important;
   }
   .bradcampsectionh{
	padding-top: 50px;
   }

 } */

/* media query end */