
body::after{
	position:absolute; 
	width:0; 
	height:0; 
	overflow:hidden; 
	z-index:-1; 
	
 }

.flex_b {
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.norecfound{
	color:red;
}

.h_box {
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	/*box-orient: vertical;
	-webkit-box-orient: vertical;
	box-direction: normal;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;*/
	-webkit-flex-flow: column;
	-ms-flex-direction: column;
	flex-flow: column;
	flex-direction: column;
}

.flex_item_vertical_placing {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex_width {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.h_center_if_elem_is_vertical_aligned {
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
}

.v_center {
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center
}

.both_center {
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}

.justify-content-center{
	justify-content: center;
}

.justify-space-betwen{
	-webkit-box-pack: justify ;
	-ms-flex-pack: justify ;
	justify-content: space-between ;
}

.align_right {
	-webkit-align-items: flex-end;
	-webkit-box-align: flex-end;
	align-items: flex-end;
}

.align-end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.align-end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.self_start{
	align-items:self-start;
}

.flex_wrap{
	flex-wrap:wrap;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.min_height200{
	flex-basis: 200px;
}

.flex-1{
	flex:1
}

.flexw100{
	flex: 0 0 100%;
}

#ptkregloginpopup [style*=flex],
.flexh100 {
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.scrolling {
	-webkit-overflow-scrolling: touch;
}

.touch-action {
	-ms-touch-action: none;
	touch-action: none;
}

.overflow_y_vis{
	overflow-y:visible !important;
}

.page_top_offset{
	padding-top:30px;
}

.page_bottom_offset{
	padding-bottom:30px;
}

.border_bottom_sty01{
	border-bottom:1px solid #ccc;
}

.p-0{
	padding:0 !important;
}

.offset_b0{
	padding-bottom: 0 !important;
}

.sep_blk{
	padding:30px 0;
}
.sep_blk_b{
	padding-bottom:30px;
}
.sep_blk_t{
	padding-top:30px;
}

.row_bs4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.row_bs4:before, .row_bs4:after {
	display: table;
	content: "";
	line-height: 0;
	width: 100%;
}

body ul.r li{
	line-height: 2.1 !important;
	/*font-family:'Muli', sans-serif;*/
	font-family:'Figtree', sans-serif;
	font-weight:600;
	color:#111;
}

html, body {
	height: 100%;
	display: flex; /* for no event found */
	flex-direction: column; /* for no event found */
}

body > [ng-controller="eventController"]{
	flex: 1; /* for no event found */
}

body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body h1, body h2, body h3, body h4, body h5, body h6{
	font-family:'Figtree', sans-serif;
}

body.ddmenu_on {
	overflow: hidden;
	height: 100%;
}

html body {
	font-family:'Muli', sans-serif;
	font-family:'Figtree', sans-serif;
	color: #000;
	line-height: 1.4;
	font-size: 16px;
}

body.single, body[class*=checkout], body[class*=bookingthankyou]  {
	background-color: #f7f7f7;
}

.carousel-control.left, 
.carousel-control.right {
	background-image: none;
}

.carousel-control{
	opacity: 1;
}

[onclick*="showPanel"]{
	cursor:pointer;
}

.cookiefoter{
	display: none;
	position: fixed;
	z-index: 1000;
	left:20px;
	bottom:20px;
	right:20px;
}

.cookiefoter .bx{
	background-color: #fff;
	padding: 20px;
	border-radius: 6px;
	max-width:600px;
	box-shadow: 0 0 12px rgba(0,0,0,0.15);
}

.cookiefoter p{
	font-size: 15px;
	margin:10px 0;
}

.cookiefoter h4{
	font-size: 20px;
	font-weight: 700;
}

.upper_case{
	text-transform: uppercase;
}

.mb-0{
	margin-bottom: 0 !important;
}

.mb-1{
	margin-bottom: 10px;
}

.mb-2{
	margin-bottom: 20px;
}

.mt-1{
	margin-top:5px;
}

.mt-2{
	margin-top:10px;
}

.mt-3{
	margin-top:15px;
}

.mt-4{
	margin-top:20px;
}

.mt-5{
	margin-top:25px;
}

.mt-6{
	margin-top:30px;
}

.ml-3{
	margin-left:15px;
}

.ml-4{
	margin-left:20px;
}

.ml-5{
	margin-left:25px;
}

.my-0{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-2{
	margin-top:10px;
	margin-bottom:10px;
}

.my-3{
	margin-top:15px;
	margin-bottom:15px;
}

.my-4{
	margin-top:20px;
	margin-bottom:20px;
}

.my-5{
	margin-top:25px;
	margin-bottom:25px;
}

.mt-0{
	margin-top: 0 !important;
}

.pt-1{
	padding-top:10px;
}

.pt-2{
	padding-top:20px;
}

.p-1{
	padding:10px;
}

.p-2{
	padding:20px;
}

.px-1{
	padding-inline:10px;
}

.py-1{
	padding-block:10px;
}

.pb-1{
	padding-bottom: 10px;
}

.pb-2{
	padding-bottom: 20px;
}

.pb-3{
	padding-bottom: 30px;
}

.px-2{
	padding-inline:20px;
}

.pr-10{
	padding-right:10px;
}

.flex_sm4_lg5{
	padding-left: 15px;
	padding-right: 15px;
}	


@media (min-width:768px){
	
	.flex_sm4_lg5{
		flex:0 0 25%;
	}	

	.allmenu .flex_sm4_lg5{
		flex:0 0 20%;
	}

	.flex_b_sm {
		display: -ms-flexbox;
		display: -ms-flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
	}

	.mt-sm-0{
		margin-top: 0;
	}

	.mt-sm-3{
		margin-top:20px;
	}

	.mt-sm-4{
		margin-top:40px;
	}

	.ordr-revrt-sm{
		order:revert !important;
	}
	
}

@media (min-width:768px) and (max-width:991px){

	.row_bs4.ev_container.nd2 [class*="col-md-"] {
		width: 100%;
	}

}



@media (max-width:767px) {
	
	.row_bs4 [class*="col-md-"]:not(.col-xs-6) {
		width:100%
	}


}
	
#recaptcha-accessible-status {
	display: block !important;
}

img {
	max-width: 100%;
}

body a.a-link,
body a {
	color: #051f98;
}

body a.black:hover,
body a.black {
	color: #111;
}

body a.black70:hover,
body a.black70 {
	color: #727272;
}

body a:hover{
	color: #3047b3;
	cursor:pointer;
}
	
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body ul,
body p {
margin: 0;
padding: 0;
}

.offset_0 {
margin: 0;
}

body ul {
list-style: none;
}

body a {
	transition: all 0.2s;
}

button.link_tx {
border: 0;
background-color: transparent;
}

.disabled {
opacity: 0.4;
}

body a:hover,
body a:focus {
text-decoration: none;
transition: background-color 0.2s linear;
}

button.btn_flse {
background: transparent;
border: 0;
}

button:hover,
button:focus,
li:hover,
li:focus {
transition: background-color 0.2s linear;
}
.m5{
	margin-bottom:5px;
}
.m10{
	margin-bottom:10px;
}
.m-t-10{
	margin-top:10px;
}

.w-100{
	width: 100% !important;
}

.carousel-inner {
	max-width: 1920px;
	margin-left:auto;
	margin-right:auto;
}
div.wpcf7-validation-errors,
.wpcf7-validation-errors {
	color: #a94442;
	background-color: #f2dede;
	border: 1px solid #ebccd1;
	margin:15px 0 10px;
	padding:4px 8px;
	display:none !important;
}
span.wpcf7-not-valid-tip {
	font-size:0.9em;
	display:none !important;
}
.upload span.wpcf7-not-valid-tip {
	display:block !important;
}

#loader_home {
	text-align: center;
	background:rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:8888;
}
#loader_home img{
	position:absolute;
	top:50%;
	margin-top:-50px;
}
input[type=checkbox], input[type=radio]{
	margin:0;
}

input[type=password],
textarea,
input[type=tel],
input[type=email],
input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #bcbcbc;
	border-radius: 3px;
	outline: none;
}
	
select, textarea{
	border-radius: 3px;
}

textarea::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=text]::placeholder{
	color:#111 !important;
	opacity:1;
	font-size:15px;
	font-weight:400;
}

.dash_con span.error_msg_profile,
.user_reg_pass_ot span.error_msg{
	display:block;
	color:red;
	font-size:12px;
	margin-top:5px;
}

.dropdown-menu {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.alert {
	margin: 0;
}

.btn_premier_05 {
	display: inline-block;
	background: #154a93;
	color: #fff;
	border: 0;
}

.btn_premier_05:hover,
.btn_premier_05:focus,
.btn_premier_05:active {
	background: #2265c1;
	color: #fff;
}

.btn_premier_02 {
	background: #838181;
	color: #fff;
	border: 0;
	font-weight: 700;
	transition:all 0.2s linear;
}

.btn_premier_02:hover,
.btn_premier_02:focus,
.btn_premier_02:active {
	background: #666;
	color: #fff;
}

.btn_premier_01.disabled:hover {
	background: #30af0a;
}

.btn_premier_01 {
	background:#ff405f;
	color: #fff;
	border: 0;
	transition:all 0.2s linear;
	display: inline-block;
	text-align: center;
}

.btn_premier_01:hover,
.btn_premier_01:focus,
.btn_premier_01:active {
	background: #ff2347;
	color: #fff;
}

.btn_bookingclosed,
.btn_bookingclosed:hover {
	background: #595959 !important;
	color:#fff !important;
	border-radius: 3px;
	cursor: default;
}

.btn_bookingclosed.dropdownmulti {
	display:inline-block;
	padding:6px 10px;
	white-space: nowrap;
}


.btn_soltout,
.btn_soltout:hover {
	font-weight: 600;
	background: transparent !important;
	color:#dc050a !important;
	cursor: default;
}

.btn_soltout.dropdownmulti{
	display:inline-block;
	background:#fff !important;
	color: #d41717;
	padding:6px 10px;
	cursor: default;
}

.link_button01 {
	display: inline-block;
	background: #5bc0de;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s linear;
}

.link_button01:hover,
.link_button01:focus {
	background: #45abc9;
	color: #fff;
}

.link_button02 {
	display: inline-block;
	background: #fc4366;
	color: #fff;
	text-decoration: none;
	border: 0;
	transition: all 0.2s linear;
}

.link_button02:active,
.link_button02:hover,
.link_button02:focus {
	background: #e0284a;
	color: #fff;
}

.link_button15 {
	display: inline-block;
	background:#848484;
	border: 0;
	border-radius:4px;
	padding:6px 15px;
	color: #fff !important;
	text-decoration: none;
	transition: all 0.2s linear;
}

.protectedPopup input[type="submit"],
.link_button03 {
	display: inline-block;
	background:#ff405f;
	border: 0;
	border-radius:4px;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s linear;
}
	

.protectedPopup input[type="submit"]:hover,
.link_button03:focus,
.link_button03:active,
.link_button03:hover {
	background: #ff2347;
	color: #fff;
}
	
.link_button04 {
	display: inline-block;
	background: #838181;
	border: 0;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s linear;
}

.link_button04:focus,
.link_button04:hover {
	background: #6f6e6e;
}

.btn_sm{
	padding: 6px 15px;
}

.border-0{
	border:0;
}

@media (max-width:991px) {
	
	.ev_container .order_xs_1{
		order:1;
	}
	
	.ev_container .order_xs_2{
		order:2;
	}

}

@media (max-width:767px) {
	
	.order_xs_1{
		order:1;
	}
	
	.order_xs_2{
		order:2;
	}

}


.ico_pt {
	display: inline-block;
	vertical-align: middle;
	background: url(assets/images/sprite_premier_ticket.png);
}

.fa_calendar_o {
	height: 22px;
	width: 22px;
	background-position: 0 -672px;
}

.fa_calendar_o:hover {
/*background-position:0 -697px;*/
}

.fa_location_arrow2{
	-webkit-mask-image: url(assets/images/location-arrow-thin.svg);
	mask-image: url(assets/images/location-arrow-thin.svg);
	mask-repeat: no-repeat;
	background-color:#011e94;
	width:30px ;
	height: 20px;
	display: inline-block;
}


i.location_arrow,
.location_arrow {
	height: 22px;
	width: 22px;
	background-position: -60px -676px;
}

i.location_arrow2 {
	height: 20px;
	width: 20px;
	background-position: -60px -646px;
}

.ticket_icon {
	height: 72px;
	width: 125px;
	background-position: -514px -876px;
}

.location_arrow:hover {
/*background-position:-60px -701px;*/
}

.angle_double_right {
	background-position: -332px -265px;
	width: 11px;
	height: 11px;
}

.container {
	max-width: 1525px;
	margin: auto;
}
.header_menu.brandcolor_bg,
.header_menu {
	padding: 10px 0 0px;
	background-color: #e0e0e0;
	/* box-shadow:inset 0px -3px 6px rgba(0, 0, 0, 0.075);  new design 24 */
}


body[class*=event_listing] .header_menu {
background: #fff;
}

.header_menu .container {
	max-width: 1525px;
	width: 100%;
}
.logo img {
	width: auto;
	height: auto;
	max-width: 165px;
}
.header_menu .nav a {
	color: #4c4c4c;
	text-transform: uppercase;
	padding: 9px 20px;
	margin: 0 1px;
	color:#303030;
	font-size: 14px;
}

.header_menu .navbar-nav {
	float: none;
	text-align: center;
}

.header_menu .navbar-nav li {
	float: none;
	display: inline-block;
}

.header_menu .right_pan_top {
	float: right;
	margin-top: 12px;
}
	
.right_pan_top .serch {
	margin-top: 10px;
}

.right_pan_top .tickt {
	margin-left: 20px;
	margin-top: 1px;
}

.right_pan_top a.tickt_btn {
	position: relative;
}

.right_pan_top a.tickt_btn span {
	position: absolute;
	top: -16px;
	right: -11px;
	display: block;
	text-align: center;
	font-size: 10px;
	line-height: 1.8;
	background: #d82c2c;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	color: #fff;
}


/*contact form 7 overwrite s*/

.subscribe-form span.wpcf7-not-valid-tip {
	font-size: 0.9em;
	margin-top: -9px;
	margin-bottom: 8px;
}

.subscribe_pop div.wpcf7-response-output {
	margin: 10px 15px;
	padding: 5px;
	font-size: 14px;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

/*contact form 7 overwrite e*/

.wpcf7-response-output:empty{
	padding: 0 !important;
	margin: 0 !important;
}

.wpcf7 .wpcf7-response-output.alert-danger,
.wpcf7 .wpcf7-response-output.alert-success{
	display: block;
	text-align: center;
	width:auto;
	margin-left:auto;
	margin-right:auto;
}

.wpcf7-response-output.alert-danger{
	color: #a94442 !important;
	background:#fff1f1 !important;
}

.wpcf7-response-output.alert-success {
	color:#1e4c0c !important;
    background-color: #dff0d8 !important;
	width:100%;
}

.wpcf7 form .modal-body ~ .wpcf7-response-output {
	margin-left: 15px;
	margin-right: 15px;;
	display: block;
	width: auto;
}

.subscribe_pop .close-cross {
	position: absolute;
	right: 10px;
	top: 8px;
	cursor: pointer;
}

.container .container {
	padding: 0;
}

#loader_topcart {
	text-align: center;
}

#loader_topcart img {
	max-height: 46px;
}


.notification_top {
	float: right;
	margin-left: 20px;
	margin-top: 13px;
}

.notification_top a {
	position: relative;
}

.notification_top a span {
	position: absolute;
	top: -12px;
	right: -5px;
	display: block;
	text-align: center;
	font-size: 13px;
	background: #fc4365;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	color: #fff;
}

.sign_btn>a {
	text-transform: uppercase;
	color: #333333;
}

.sign_btn .dropdown-menu {
	left: auto;
	right: 0;
	top: calc(100% + 10px);
	width: 200px;
	border-radius: 0;
	padding: 0;
}

.sign_btn .pan_sign a {
	display: inline-block;
	padding:6px 6px;
	font-size: 14px;
	width:100%;
	color:#000
}
	
.sign_btn .pan_sign a:hover {
	color: #051f98;
}

.sign_btn .dropdown-menu .pan_sign {
	padding:15px;
}
.sign_btn .alert-danger {
	border-radius: 0;
}
/*.sign_btn .pan_sign{
	text-align:center;
}*/

.sign_btn .pan_sign .signinb {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	width:100%;
}

.sign_btn .regpan {
	padding: 12px 0px 0;
}

.sign_btn .regpan h5 {
	color: #333;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.sign_btn .regpan a {
	padding: 5px 20px;
}

.sign_btn .regpan a:hover,
.sign_btn .regpan a:focus,
.sign_btn .regpan a:active {
	text-decoration: none;
}

.sign_btn .dropdown-menu:before {
	content: "";
	position: absolute;
	top: -9px;
	right: 9px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #e7e8e6;
}

.select_contry > a { /* new design 24 */
	text-transform: uppercase;
	color: #111;
	cursor: pointer;
}

.select_contry > a:hover{
	color: #111;
}

.select_contry > a:hover i{
	opacity:1;
}

.select_contry>a:hover i.location_pin3,
.select_contry.open>a i.location_pin3 {
	background-position: -547px -708px;
}

.select_contry .serch_city {
	background: #e7e8e6;
}

.select_contry .serch_city input[type=text] {
	width: 100%;
	border: 0;
	padding: 8px 8px;
}

.select_contry p.city {
	text-align: right;
	padding-top: 8px;
}

.select_contry p.city a {
	color: #ff1e00;
}

.select_contry p.city a:hover {
	text-decoration: underline;
}

.select_contry .contry_s h5 {
	color: #154a93;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.select_contry .contry_s a:first-of-type {
	margin-left: 0px;
}

.select_contry .contry_s a {
	color: #111;
	padding: 3px 6px;
	margin: 0 2px;
}
	
.select_contry .contry_s a:hover {
	background: #30af0a;
	border-radius: 3px;
	color: #fff;
}

.rgt_menu_group ul li {
	display: inline-block;
}

.rgt_menu_group ul li a {
	color: #4c4c4c;
	text-transform: uppercase;
	padding: 9px 20px;
	margin: 0 1px;
	font-size: 14px;
}

a.search_ico {
	background: url(assets/images/sprite_premier_ticket.png);
	background-position: -401px -116px;
	display: inline-block;
	height: 19px;
	width: 18px;
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
}
i.slltickt1{
	background-position: -379px -1062px;
	height:40px;
	width:40px;
}
i.slltickt3{
	background-position: -539px -1063px;
	height:40px;
	width:40px;
}
i.slltickt2{
	background-position: -460px -1063px;
	height:40px;
	width:40px;
}
i.ph_b1 {
	background-position: -423px -985px;
	height:52px;
	width:52px;
}
i.st_addrs {
	background-position: -501px -984px;
	height:52px;
	width:52px;
}
i.po_addrs {
	background-position: -579px -984px;
	height:52px;
	width:60px;
}
i.standard_size {
	background-position: -469px -682px;
	height: 17px;
	width: 16px;
}

i.scroll_hand {
	background-position: -152px -164px;
	height: 28px;
	width: 31px;
}

i.arrow_left {
	background-position: -373px -32px;
	height: 18px;
	width: 14px;
}

i.close_s {
	background-position: -339px -36px;
	height: 13px;
	width: 12px;
}

i.close_s2 {
	background-position: -339px -1px;
	height: 18px;
	width: 18px;
}

i.arrow_on_white_right {
	background-position: -414px -748px;
	height: 22px;
	width: 12px;
}

i.arrow_prev_on_white_right {
	background-position: -611px -748px;
	height: 22px;
	width: 12px;
}

i.lock {
	background-position: -339px -64px;
	height: 16px;
	width: 14px;
}

i.user_gray {
	background-position: -119px -905px;
	height: 24px;
	width: 24px;
}

i.expand {
	background-position: -309px -1px;
	height: 18px;
	width: 18px;
}

i.angle_double_right2 {
	background-position: -278px -750px;
	width: 22px;
	height: 22px;
}

i.trash {
	background-position: -338px -678px;
	width: 15px;
	height: 17px;
}

i.location_pin {
	background-position: -116px -677px;
	width: 16px;
	height: 20px;
}
	
i.notificason {
background-position: -508px -680px;
width: 24px;
height: 24px;
}

i.location_pin2 {
background-position: -288px -677px;
width: 16px;
height: 20px;
}

i.location_pin3 {
background-position: -547px -678px;
width: 18px;
height: 22px;
}

i.location_pin4 {
background-position: -315px -429px;
width: 16px;
height: 22px;
}

i.serch {
background-position: -180px -741px;
width: 30px;
height: 32px;
}

i.serch_s1 {
background-position: -548px -55px;
width: 24px;
height: 26px;
}

i.serch_s2 {
background-position: -233px -742px;
width: 25px;
height: 28px;
}

i.serch_gry { /* new design 24 */
	background-position:-401px -112px;
	width: 20px;
	height: 23px;
}

i.cart_ptk {
background-position: -180px -901px;
width: 35px;
height: 32px;
}

i.next_arrow {
background-position: -399px 0;
width: 18px;
height: 22px;
}

i.next_arrow3 {
background-position: -516px -4px;
width: 12px;
height: 16px;
}

i.next_arrow2 {
background-position: -433px 0;
width: 18px;
height: 22px;
}

i.next_arrow2down {
background-position: -461px -4px;
width: 22px;
height: 18px;
}

i.my_acc {
background-position: 0 -737px;
width: 36px;
height: 40px;
}

i.my_cart {
background-position: -88px -737px;
width: 43px;
height: 40px;
}

i.user_login_m {
background-position: -112px -897px;
width: 38px;
height: 38px;
}

i.envelope_w {
background-position: -556px -621px;
width: 24px;
height: 20px;
}

i.evnt {
background-position: -399px -264px;
width: 24px;
height: 24px;
}

i.fb_2 {
background-position: -548px -11px;
width: 20px;
height: 20px;
}

i.fb_2 {
background-position: -548px -11px;
width: 20px;
height: 20px;
}

i.g_2 {
background-position: -578px -11px;
width: 20px;
height: 20px;
}

i.grid_box {
background-position: -5px -431px;
width: 21px;
height: 21px;
}

i.grid_box.isActive {
background-position: -41px -431px;
}

i.grid_row {
background-position: -141px -426px;
width: 21px;
height: 21px;
}

i.grid_row.isActive {
background-position: -99px -428px;
}

i.grid_box_row {
background-position: -199px -430px;
width: 21px;
height: 21px;
}

i.grid_box_row.isActive {
background-position: -251px -429px;
}

.menu_items_others .cir_ot {
display: block;
width: 4px;
height: 4px;
margin: 3px 0;
border-radius: 100%;
background-color: #666;
}
.menu_items_others a .cir_ot:nth-child(3){
margin-bottom:0;
}

i.cart_ico {
background: url(assets/images/sprite_premier_ticket.png);
background-position: -42px -891px;
display: inline-block;
height: 21px;
width: 24px;
vertical-align: middle;
margin-right: 5px;
}

i.eye_view {
background-position: -160px -682px;
width: 18px;
height: 12px;
}

a:hover i.eye_view,
i.eye_view:hover {
background-position: -160px -707px;
width: 18px;
height: 12px;
}

i.facebook_small {
background-position: -208px -678px;
width: 16px;
height: 16px;
}

a:hover i.facebook_small,
i.facebook_small:hover {
background-position: -208px -703px;
width: 16px;
height: 16px;
}

i.twitter_small {
background-position: -241px -678px;
width: 16px;
height: 16px;
}

i.twitter_small:hover {
background-position: -241px -703px;
width: 16px;
height: 16px;
}

i.clock {
background-position: -346px -747px;
width: 28px;
height: 28px;
}

i.tick {
background-position: -277px -45px;
width: 13px;
height: 12px;
}

i.arrdown2_ico {
background-position: -463px -49px;
height: 7px;
width: 12px;
}

i.isNotLogged {
background-position: -4px -890px;
height: 27px;
width: 27px;
opacity: 0.8;
transition: all 0.2s;
}

i.isNotLogged:hover {
opacity: 1;
}

i.isLogged {
background-position: -4px -920px;
height: 27px;
width: 27px;
opacity: 0.8;
transition: all 0.2s;
}

i.isLogged:hover {
opacity: 1;
}

i.userCir {
background-position: -36px -890px;
height: 27px;
width: 27px;
opacity: 0.8;
transition: all 0.2s;
}


i.sort_ico {
background-position: -362px -355px;
width: 16px;
height: 16px;
}

i.filter_ico {
background-position: -385px -354px;
width: 24px;
height: 18px;
}

i.list_ico {
background-position: -420px -354px;
width: 18px;
height: 20px;
}

i.blview1 {
background-position: -533px -167px;
width: 50px;
height: 50px;
}

i.blview2 {
background-position: -533px -238px;
width: 50px;
height: 50px;
}

i.li_view1 {
background-position: -533px -303px;
width: 50px;
height: 50px;
}

i.li_view2 {
background-position: -533px -370px;
width: 50px;
height: 50px;
}

i.arrdown_ico {
background: url(assets/images/sprite_premier_ticket.png);
background-position: -463px -73px;
display: inline-block;
height: 7px;
width: 12px;
vertical-align: middle;
margin-left: 5px;
}

i.seatico {
background-position: -223px -60px;
width: 27px;
height: 25px;
}

i.seatico2 {
background-position: -223px -97px;
width: 27px;
height: 25px;
}

i.seatico3 {
background-position: -140px -105px;
width: 20px;
height: 20px;
}
.srchnote{
font-size:15px;
padding:15px;
color:#999;
text-align:center;
}
.rsetbtn{
color:#666;
width: 100%;
text-align: right;
}
.custom_radio[type="radio"] {
display: none;
}

.custom_radio+.radio_btn {
display: inline-block;
position: relative;
vertical-align: middle;
width: 25px;
height: 24px;
margin: 0;
background-image: url(assets/images/sprite_premier_ticket.png);
background-position: -139px -515px;
}

.custom_radio[type="radio"]:checked+.radio_btn {
background-image: url(assets/images/sprite_premier_ticket.png);
background-position: -87px -515px;
}
.event_wrap_mob .homesearch,
.srch_pan_n_grid_02 .homesearch{
	color:#707070;
	padding:5px;
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
}

.srch_pan_n_grid_02 .wrapper_02:after{
content:"";
display:table;
height:1px;
clear:both;
}
.srch_pan_n_grid_02 {
padding: 6px 0;
}
.homesearch span{
color:#d41616;
}
.srch_pan_n_grid_02 .wrapper_02 {
max-width: 1525px;
margin:4px auto 0;
}

.srch_pan_n_grid_02 .grid_pan02 {
display:inline-block;
vertical-align:middle;
width: 72px;
text-align: right;
}
body[class*=event_listing] .srch_pan_n_grid_02 .grid_pan02,
body.home .srch_pan_n_grid_02 .grid_pan02{
float:right;
}
.srch_pan_n_grid_02 .grid_pan02 i:hover {
cursor: pointer;
}

.srch_pan_n_grid_02 .serch_pan02 {
width: calc(100% - 146px);
background-color: #fff;
border-radius: 5px;
border: 1px solid #ccc;
position: relative;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.122);
}

.srch_pan_n_grid_02 .serch_pan02 input[type=text] {
width: calc(100% - 57px);
border: 0;
padding: 9px 10px;
margin: 0 0 0 4px;
font-size: 16px;
line-height: 1.5;
}

.srch_pan_n_grid_02 .serch_pan02 button.srch_02 {
background-color: #a0a0a0;
border: 0;
border-radius: 0 5px 5px 0;
padding: 7px 10px;
position: absolute;
right: 0;
top: 0px;
}

.event_name_time {
background: #fff;
padding: 10px 18px;
min-height: 72px;
}

.event_name_time h3 {
color: #7f7f7f;
font-size: 13px;
text-transform: uppercase;
margin-bottom: 6px;
}

.event_name_time h2 {
	color: #525252;
	font-size: 15px;
}

.event_details {
	position:relative;
	transition: transform 0.2s;
	box-shadow: 0 0 9px #ccc;
}

.event_details a {
	text-decoration: none;
}

.event_wrapper [class*=col-] {
	padding-left: 17px;
	padding-right: 17px;
	margin-bottom: 30px;
}

.event_wrapper .poster {
	max-height: 302px;
	max-height: 405px; /* adjust poster size on home page on 11-03-22 */
	overflow: hidden;
}
	
.wpcf7-form .error_msg, #updateprofilefrm .error_msg /*, #registrationFrm .error_msg*/{
	display: none;
}
	
@media (min-width:768px){ 
	
	.wpcf7-form .modal-body + .wpcf7-response-output{
		margin:-30px 80px 30px;
		display:block;
	}

	.exprssIntrstbox  .wpcf7-form .modal-body + .wpcf7-response-output{
		margin:-10px 40px 10px;
		display:block;
	}
	
	.enqu-form .wpcf7-response-output{
		margin:6px 0px 0px !important;
	}

	.wpcf7 form .modal-body ~ .wpcf7-response-output {
		/* transform: translateY(-20px);*/
		margin-left: 40px;
		margin-right: 40px;;
	}

	.sell-ticket-hero .wpcf7 form .modal-body ~ .wpcf7-response-output {
		transform: translateY(0);
	}

}
	
	
@media (min-width:1200px){ 

	body .flex_sm4_lg5{
		flex:0 0 20%;
	}	

	.wpcf7 form .modal-body ~ .wpcf7-response-output {
		margin-left: 70px;
		margin-right:70px;;
	}

	.event_wrapper .poster {
		min-height: 325px;
		max-height: 325px;
	}


	.home .event_wrapper .row{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	/* new design 24 
	.home .event_wrapper .row .col-xl-20{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}*/

	.home .event_wrapper .event_details{
		height:100%;   
	}
}
	
	
	
@media (min-width:1500px){ /* adjust poster size on home page on 20-12-22 */

	.event_wrapper .poster {
		min-height: 390px;
		max-height: 390px;
	}

}
	
	


.event_cat_tab {
margin-bottom: 40px;
}

.event_cat_tab ul li {
display: inline-block;
position: relative;
margin-right: 10px;
}

.event_cat_tab ul li a {
display: inline-block;
background: #fff;
border: 1px solid #e0e0e0;
color: #000;
padding: 10px 45px;
cursor: pointer;
text-decoration: none;
font-size: 16px;
}

.event_cat_tab ul li a:hover {
background: #5bc0de;
color: #fff;
}

.event_cat_tab ul li.active a {
background: #fc4365;
border: 1px solid #fc4365;
color: #fff;
}

.event_cat_tab ul li.active:after {
content: "";
position: absolute;
left: calc(50% - 10px);
top: 100%;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 8px solid #fc4365;
}

.listing_type {
float: right;
list-style: none;
}

.listing_type li {
display: inline-block;
margin-left: 5px;
}

.listing_type li:first-child a:hover i {
background-position: -328px -612px;
}

.listing_type li:last-child a:hover i {
background-position: -396px -612px;
}

.listing_type a {
background: #fff;
display: block;
padding: 4px 6px 2px;
cursor: pointer;
}

.listing_type a i {
background: url(assets/images/sprite_premier_ticket.png);
display: inline-block;
width: 28px;
height: 27px;
}

.listing_type a.grid_view i {
background-position: -328px -212px;
}

.listing_type a.grid_view.active i {
background-position: -328px -161px;
}

.listing_type a.list_view i {
background-position: -396px -161px;
}

.listing_type a.list_view.active i {
background-position: -396px -212px;
}

.event_list_row {
position: relative;
}

.event_list_row .row {
margin-left: 0;
margin-right: 0;
}

.event_wrapper .event_list_row [class*=col-] {
margin-bottom: 0;
}

.list_view {
margin-bottom: 30px;
}

.event_list_row .pos_img {
position: absolute;
width: 160px;
top: 0;
left: 0;
max-height: 141px;
overflow: hidden;
}

.event_list_row .left_pan {
padding-left: 175px;
}

.event_info_book h4 {
text-transform: uppercase;
font-size: 15px;
margin: 4px 0 10px;
}

.event_info_book input.btn_premier_01 {
	font-size: 17px;
	padding: 6px 24px;
}

.event_info_book h2 {
	color: #000;
	font-size: 28px;
	padding: 6px 0px;
	margin: 0px;
}

.event_list_row .event_info_book {
text-align: center;
}

.event_list_row h2.event_title {
	color: #105aa3;
	font-size: 19px;
	margin-top: 0;
}

.event_list_row a:hover h2.event_title {
	color: #30af0a;
}

.tx_event_all .address {
	color: #666;
	padding: 8px 0;
}

.event_list_row .listing_row_share {
	margin: 15px 0 0;
}

.listing_row_share .tx_blak66 {
	color: #666;
	font-size: 13px;
}

.listing_row_share .tx_blak66:hover {
	color: #5bc0de;
}

.footer-join-community {
	background-image: url(assets/images/join-community.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 429px;
	position: relative;
	z-index: 0;
	padding: 70px 0 0;
	text-align: center;
	margin-top: 40px;
}


.header_menu .appstr{
padding-right:15px;
}

.thankyou.appstr a,
.right_pan .appstr a,
.header_menu .appstr a{
border:1px solid #e3e3e3;
text-align:center;
}

.thankyou.appstr a{
padding:10px 30px;
}

.thankyou.appstr.my-4{
margin-top:15px;
margin-bottom:15px;
}

.right_pan .appstr a{
width:calc(50% - 6px);
}

.support_pan {
background: #f2f2f2;
text-align: center;
}

.support_pan .ch_supp {
transition: transform 0.2s;
}

.support_pan .ch_supp:hover {
	transform: scale(1.15);
}

.support_pan [class*=ico] {
	background-image: url(assets/images/sprite_premier_ticket.png);
	background-repeat: no-repeat;
	height: 105px;
	width: 122px;
	margin: auto;
}

.support_pan .ico01 {
	background-position: -514px -167px;
}

.support_pan .ico02 {
	background-position: -514px -334px;
}

.support_pan .ico03 {
	background-position: -515px 0;
}

.support_pan .htx {
	font-size: 19px;
	padding: 15px 0;
	font-weight: 700;
}

.support_pan p {
	max-width: 250px;
	margin: auto;
}
	
.footerCntr {
	margin-bottom: 0;
	padding-top: 50px;
	padding-bottom: 30px;
	font-weight: 300;
}

.footerCntr .logo_footer {
	padding-top: 6px; /* new design 24 */
}

.footerCntr .appstr{
	padding-top:27px; /* new design 24 */
}

.appstr a{
	display:inline-block;
	vertical-align:middle;
	background:#fff;
	padding:6px 12px;
	border-radius:4px;
	transition:all 0.2s;
}

.right_pan .appstr a{
	padding:8px 12px;
}

.footerCntr.promotor {
	padding-top: 25px;
	padding-bottom: 20px;
}

.footer-top h3 {
	font-size: 26px;
	color: #fff;
	margin: 0px 0 25px;
}

.sell-ticket .sell_ticket {
	margin-top: 0;
	display: inline-block !important;
	width: 274px;
	height: 74px;
	background-image: url(assets/images/sprite_premier_ticket.png);
	background-repeat: no-repeat;
	background-position: 0 -330px;
}

.sell-ticket .ad_here {
	display: inline-block !important;
	width: 274px;
	height: 74px;
	background-image: url(assets/images/sprite_premier_ticket.png);
	background-repeat: no-repeat;
	background-position: 0 -224px;
}

.footerCntr ul {
	list-style: none;
}

.promotor.footerCntr .footer-top h3 {
	margin: 0 0 10px;
}

.promotor.footerCntr .follow {
	text-align: right;
	margin-top: 45px;
}

.follow a {
	display: inline-block;
	height: 32px;
	width: 32px;
	background-image: url(assets/images/sprite_premier_ticket.png);
	opacity: 0.9;
}

.follow li a{
	display: inline-block !important;
}

.follow a:hover {
	opacity: 1;
}

.follow li {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
}

.tw_awesome {
	background-position: -57px 0;
}

.utube_awesome {
	background-position: -109px 0;
}

.gplus_awesome {
	background-position: -164px 0;
}

.footer-top li a {
	line-height: 1.7;
	color:#000;
}

.footer-top li a:hover {
	color: #ffcbcb;
}

.footer-top .call {
	margin-top: 32px;
}

.footer-top p {
	font-size: 24px;
	color: #fff;
}

.footer-top .tx2 {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.our_clients {
	background: #fff;
	padding: 50px 0;
}

.our_clients ul {
	list-style: none;
}

.our_clients ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 60px;
}

.our_clients ul i {
	background-image: url(assets/images/sprite_premier_ticket.png);
	display: inline-block;
}

.our_clients i.bwit {
	background-position: -428px -504px;
	height: 46px;
	width: 183px;
}

.our_clients i.haveli {
	background-position: -342px -345px;
	height: 63px;
	width: 91px;
}

.our_clients i.star_alliance {
	background-position: 0px -608px;
	height: 39px;
	width: 192px;
}

.our_clients i.aussie {
	background-position: -231px -493px;
	height: 61px;
	width: 142px;
}

.our_clients i.indus {
	background-position: 0 -502px;
	height: 52px;
	width: 147px;
}

.footer-bottom {
	padding: 20px 0;
}

.footer-bottom p {
	font-size: 14px;
	line-height: 2;
}

.footer_payment_icon {
	display: inline-block;
	width: 170px;
	height: 36px;
	background-image: url(assets/images/sprite_premier_ticket.png);
	background-repeat: no-repeat;
	background-position: 0px -55px;
}


/* pagination */

.pagination_pt {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 5px;
	padding: 16px 20px;
	margin-top: 10px;
	color: #666;
	font-size: 14px;
}

.pagination_pt>* {
	vertical-align: middle;
}

.pagination_pt a {
	text-decoration: underline;
}

.pagination_pt i {
	margin-left: 15px;
	margin-right: 10px;
}

.page_inner_content .alert-danger {
	border-radius: 3px;
}

.page_inner_content .alert-warning {
	padding: 10px 15px;
	border-radius: 3px;
}

.seat_selector_page .alert-dismissable .close {
	right: 0;
}

.page_inner_content {
	margin: 16px 0 30px;
}

.active .seat-plan-container {
	max-height: 300px;
}

body .defaul_find_ticket,
body .default_seating_layout,
body .box_split_section {
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 9px;
	background: rgb(255, 255, 255);
	padding: 15px 15px;
	transition: all 0.2s linear;
}

.event_detail_box .row.offset_0 {
	border-top: 1px solid #d8d8d8;
	padding-top: 15px;
	margin-top: 15px;
}
.box_split_section .panel-group {
	margin-bottom: 0;
}
.payment_detail_page .event_detail_box {
	padding: 10px 18px;
}

.event_detail_box {
	margin-bottom: 20px;
}

.event_detail_box .vmap_ab_d {
	position: absolute;
	bottom: 5px;
	right: 8px;
	font-size: 14px;
	color: rgb(253, 253, 253);
	background: rgb(18, 86, 159);
	padding: 4px 10px;
	border-radius: 2px;
}

.event_detail_box h2 {
	padding-bottom: 16px;
	padding-top: 0px;
	font-size: 28px;
	font-weight: 700;
	margin: 0px;
}

.event_detail_box h2 a[aria-expanded="true"] {
	color: #474747;
}

.single_pg_checkout .panel-group a[aria-expanded="false"] {
	color: #474747;
}

.payment_detail_page .event_detail_box h2 {
	font-size: 20px;
	padding-bottom: 8px;
}

.event_detail_box .details_tx span {
	color: #333;
	font-size: 15px;
}

.event_detail_box .event_info>.panel {
	margin-bottom: 0px;
	box-shadow: none;
}

.event_detail_box .event_info>div {
	margin-bottom: 10px;
}

.event_detail_box .hd_sblk .head_tx_collpasible{
	margin-bottom: 10px;
	display: block;
}

.hd_sblk span {
    font-size: 16px;
    font-weight: 700;
    color: #646464;
    display: block;
    margin-bottom: 6px;
}

.customer_detail_page .event_detail_box .event_info>div {
	margin-bottom: 9px;
}

.event_info.ch_inline_b .short_time,
.event_info.ch_inline_b .short_address,
.event_info.ch_inline_b .viewmap_2 {
	display: inline-block;
}

.event_info.ch_inline_b .short_time {
	margin-right: 10px;
	display: block;
	margin-bottom: 10px;
}

.event_detail_box .event-short-info p {
	color: #666;
	font-size: 16px;
}

.content_main {
	margin-top: 16px;
}

.event_detail_box .viewmap_2 {
	padding: 2px 5px;
	border-radius: 2px;
	margin-left: 4px;
	font-size: 12px;
}

.event_ticket_info {
	color: #000;
	font-size: 15px;
	margin-bottom: 20px;
}

.tkt_book .head_tx,
.event_ticket_info .head_tx {
	background: #f0f0f0;
	text-transform:uppercase;
	color: #111;
	padding: 11px 10px;
	font-weight: 700;
	font-size: 15px;
}

.event_ticket_info li {
	display: inline-block;
}

main > .error-404.not-found{
	max-width:1160px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
main > .error-404.not-found h1{
	color:#da302c;
}
.page-content.not-found-content{
	margin-bottom:40px;
}
.error-404.not-found input[type=text]{
	width:100%;
	max-width:300px;
	height:40px;
}
.error-404.not-found form{
	margin-top:15px;
}
/* new design 021117 */

.event_ticket_info .booking_total_price {
	float: right;
	color: #747474;
	font-size: 28px;
	margin-top: 30px;
}

.event_ticket_info .booking_total_price strong {
	color: #103d7b;
}

.event_ticket_info .ticket_category_n1 {
	font-size: 17px;
	flex:1;
}

.book_ticket_panel {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.error_qty {
	border: 1px solid #fda8b8;
	background: #fff;
	border-radius: 3px;
	padding: 3px 18px;
	position: relative;
}

.error_qty:after {
	content: "";
	position: absolute;
	top: 99%;
	left: 50%;
	margin-left: -2px;
	background-image: url(assets/images/sprite_premier_ticket.png);
	height: 8px;
	width: 12px;
	background-position: -433px -49px;
}

.book_ticket_panel .ticket_qty span {
	position: relative;
	display: inline-block;
	border: #e0e0e0 1px solid;
	border-radius: 1px;
	width: 28px;
	height: 28px;
	padding-top: 3px;
	margin: 10px 4px;
	color: #939191;
	text-align: center;
	font-size: 14px;
}

.ticket_qty span:before {
	display: none;
}

.ticket_qty span:after {
	display: none;
}

.book_ticket_panel .ticket_qty{
	max-width:388px;
	margin-left:auto;
	margin-right:auto;
}

.book_ticket_panel .ticket_qty span:hover{
	background-color: #e0e0e0;
	color:#939191;
	cursor:pointer;
}

.book_ticket_panel .ticket_qty span:active,
.book_ticket_panel .ticket_qty span.active {
	background-color: #fc4365;
	color: #fff;
	border: 1px solid transparent;
	cursor: pointer;
}

.book_ticket_panel h5 {
	font-size: 14px;
	color: #154b95;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
}

.book_ticket_panel .msg {
	font-size: 16px;
	color: #707070;
	text-transform: none;
	/*display: inline-block;*/
	padding-left: 10px;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 25px;
}

.book_ticket_panel .msg01 {
	font-size: 14px;
	color: #707070;
}

.book_ticket_panel .ticket_selection {
	margin-top: 20px;
}

.book_ticket_panel .ticket_selection .block_pan {
	display: inline-block;
	margin-right: 30px;
}

.book_ticket_panel .ticket_selection h4 {
	margin-bottom: 15px;
	color: #4c4c4c;
	font-weight: 700;
	font-size: 14px;
}

.book_ticket_panel .ticket_selection label {
	width: 239px;
	border: 1px solid #ccc9c9;
	margin-right: 7px;
	padding: 6px 15px;
	color: #585858;
	font-weight: 400;
}

.ticket_selection .ttype {
	margin-top: 20px;
}

.book_ticket_panel .ticket_selection select {
	border: 1px solid #ccc9c9;
	padding: 5px 10px;
	color: #585858;
	font-weight: 400;
}

.book_ticket_panel .btn_panel {
	margin-top: 15px;
	margin-bottom: 15px;
}

.book_ticket_panel .btn_panel a.btn_main {
	display: inline-block;
	background-color: #30af0a;
	border-radius: 1px;
	padding: 9px 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}

.ticket_cat_group {
	margin-right: 15px;
}

.book_ticket_panel .btn_panel a.btn_main i {
	margin-left: 10px;
}

.book_ticket_panel .btn_panel a.btn_main:hover {
	background-color: #229002;
}

.book_ticket_panel .btn_panel a.cancel_btn {
	display: inline-block;
	margin-left: 45px;
	color: #7f7f7f;
	text-transform: uppercase;
	font-size: 14px;
}

.book_ticket_panel .btn_panel a.cancel_btn:hover {
	color: #ff1343;
}

.event_ticket_info .panel {
	border-bottom: 1px solid #e6e5eb;
}

.event_ticket_info .panel:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.event_detail_box .panel-group{
	margin:10px 0 0;
}

/* new design */

.event_ticket_info .ticket_category {
	width: 35%;
	max-width: 336px;
}



.event_ticket_info .price {
	width: 30%;
	max-width: 220px;
}

.event_ticket_info .qty {
	width: 15%;
	max-width: 72px;
}

.event_ticket_info .qty {
	width: 20%;
	max-width: none;
}

.event_ticket_info select {
	padding: 3px 6px;
}


.ticket_info_row {
	padding: 3px 0px;
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-flow: wrap;
}

.event_ticket_info .action_btn {
	text-align: right;
}

.event_ticket_info .action_btn.single_btn {
	text-align: left;
}

.event_ticket_info .action_btn .btn_premier_01 {
	padding: 7px 20px;
	font-size: 15px;
}

#eventDetail .advert_panel {
	margin-top: 15px;
}

.poster_img_pan {
	margin-bottom: 15px;
	text-align:center;
}
.poster_img_pan a{
	cursor:zoom-in;
}
.organiser-button {
	color: #fff;
	font-size: 19px;
	background-color: #164a95;
	width: 100%;
	text-align: center;
	display: block;
	padding: 9px 0px;
	text-decoration: none;
	margin: 0px;
	max-width: 340px;
}
	
.organiser-button:hover {
	background:#2265c1;
	color:#fff;
}
.organiser-button:focus,
.organiser-button:active,
.organiser-button:hover {
	color: #fff;
}
.share_offer .text01 {
	padding-right: 7px;
}

.share_offer {
	margin-bottom: 20px;
	position: relative;
}

.share_offer .subscribe_btn {
	cursor: pointer;
	padding: 9px 20px;
	width:100%;
	text-align: center;
	font-size: 17px;
}

.share_offer .offers h6 {
	font-size: 17px;
	font-weight:600;
	margin-bottom:10px;
}

.share_offer .offers h5 {
	margin-top: 5px;
	font-weight: 700;
	font-size: 14px;
}

.share_offer .offers .ico_pt {
	background-position: -267px -609px;
	height: 35px;
	width: 44px;
	position: absolute;
	top: 0;
	left: 0;
}

.share_offer .follow {
	text-align: right;
}

.seating_map .seating {
	position: relative;
	text-align: center;
	margin: 12px auto;
	padding: 44px 0;
	color: #fff;
	font-size: 15px;
}

.seating_map .stage {
	background-color: #000;
}

.seating_map .color1 {
	background-color: #ffc709;
}

.seating_cta a {
	display: inline-block;
}

.seating_cta a.view {
	font-size: 17px;
	padding: 8px 20px;
	cursor: pointer;
}

.actual_seating_btn {
	display: inline-block;
	background: #039fd2;
	color: #fff;
	font-size: 17px;
	padding: 8px 20px;
	text-decoration: none;
}

.head_tx4 {
	color: #144c95;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 22px;
}

.head_tx5 {
	color: #f05450;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 22px;
}
.event_description {
	padding: 40px 0;
	line-height: 1.5;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 5px;
	padding: 20px;
	margin-top: 20px;
}

.event_description h2 {
	font-size: 24px;
}

.event_description h3 {
	color: #144c95;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 22px;
}
.event_description ul,
.event_description p {
	margin: 30px 0;
}
.right_pan .box_content {
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
}
.event_info_list li {
	position: relative;
	padding-left: 19px;
}
.info_short_listing .head_tx_info {
	color: #333;
	text-transform: uppercase;
	padding: 15px 0 10px 0px;
	font-size: 14px;
}

.info_short_listing .head_tx_info i {
	margin-right: 8px;
}

.event_info_list li i {
	position: absolute;
	left: 0;
	top: 4px;
}

.right_pan .box_content {
	margin-top:10px;
	margin-bottom: 20px;
}

.right_pan .box_content a[href*=http],
.right_pan .box_content a[href*=mailto] {
	word-break: break-all;
}

.org_info h4,
.testimonial_pan h4,
.sponsors_info h4 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 14px;
}

.org_info .img_box,
.sponsors_info .img_box {
	text-align: center;
	margin: 20px 0;
}

.sponsors_info .carousel .item {
	height: 240px;
	text-align: center;
}

.sponsors_info .carousel img {
	max-height: 100%;
	display: inline-block;
}
.tcr h5{
	font-weight:700;
	margin:15px 0;
}
.tcr ul li{
	margin:6px 0;
}
.tcr p{
	margin:8px 0;
}
.testimonial_pan p {
	margin: 24px 0;
	font-style: italic;
}

.testimonial_pan .author {
	color: #12549d;
	font-size: 16px;
	font-style: normal;
	margin: 20px 0 0;
	padding: 0 10px;
}

a.view_all_btn {
	background: #b5b5b5;
	line-height: 1px;
	padding: 2px 8px 14px;
	color: #fff;
	display: inline-block;
	border-radius: 25px;
	font-size: 25px;
	float: right;
}

[class=col-md-4] .right_pan .box_content {
	padding: 14px;
}

.checkout_pan .tx_h5 a {
	color: #d82d2d;
	font-size: 17px;
	padding: 0 0 10px;
}

.checkout_pan .event_info {
	padding: 18px 0;
	color: #666;
}

.checkout_pan .event_info .short_time {
	margin-bottom: 15px;
}

.short_address,
.short_time {
	position: relative;
	padding-left: 28px;
}

.event_detail_box .short_address, .event_detail_box .short_time {
	padding-left:0;
}
	

.short_time .svg01, 
.short_address .svg01,
.contct_orgnisr .svg01 {
	width:14px;
	position: absolute;
	left: 0;
	top: 0;
}

.timee.svg01{
	width:17px;
}

.svg01.orgnn{
	width:18px;
}

.checkout_pan .allticket_info {
	padding: 15px 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

.top_checkout_pan .allticket_info {
	border-bottom: 0;
}

.allticket_info .ticket_category {
	margin-bottom: 8px;
}

.categoryprice .ticket_category {
	display: inline-block;
	margin-right: 20px;
}

.allticket_info .ticket_category i {
	margin-left: 10px;
	cursor: pointer;
}

.ticket_category i:hover {
	background-position: -379px -678px;
}

.allticket_info .ticket_booking_info {
	margin-bottom: 11px;
	color: #666;
}

.top_checkout_pan .ticket_booking_info {
	display: inline-block;
	padding-right: 30px;
	font-size: 16px;
}

.checkout_pan.top_checkout_pan .check_head {
	display: inline-block;
}

.top_checkout_pan .payment_info_01 {
	text-align: right;
}

.btn_seat_checkout .check_head button {
	font-size: 15px;
	text-transform:uppercase;
	padding: 7px 30px;
}

.ticket_booking_info .total_amount {
	float: right;
	color: #949494;
}

.top_checkout_pan .total_amount {
	padding-left: 30px;
}

.allticket_info .seating_info {
	color: #666;
}

.top_checkout_pan .allticket_info .seating_info {
	display: inline-block;
}

.seating_info .remove_seat {
	padding-left: 20px;
	display: inline-block;
}

.remove_seat a {
	color: #979797;
}

.remove_seat a:hover {
	color: #fa3e61
}

.remove_seat a:hover i {
	background-position: -379px -678px;
}

.checkout_pan .check_head {
	margin-top: 11px;
}

.check_head .select_seat {
	background: #666;
}

.checkout_pan .check_head button {
	font-weight: 700;
	width: 100%;
	font-size: 22px;
	padding: 13px 0;
}

.check_head button i.angle_double_right2 {
	margin-left: 10px;
}

.seat_selector_heading {
	text-align: center;
	margin-bottom: 17px;
	margin-top: 3px;
}

.seat_selector_heading strong {
	color: #4c4c4c;
	margin-right: 15px;
	font-size: 22px;
	vertical-align: middle;
}

.seat_selector_heading a {
	font-size: 14px;
	color: #154a93;
	text-decoration: underline;
}

.seat_selector_heading a.cancel_booking {
	text-decoration:underline;
	vertical-align: middle;
}
.seat_selector_heading a:hover {
	text-decoration: none;
}
.seat_selector_heading .selectedCat {
	color: #555;
}
.seat_selector_heading select {
	border: 1px solid #bfbfbf;
	padding: 5px 10px;
	color: #818181;
	font-size: 18px;
}
.seat_booking .scroll_message {
	text-align: center;
	position: relative;
	color: #7f7f7f;
	font-size: 16px;
	margin-top: 12px;
}
.seat_booking .scroll_message strong {
	color: #fc4365;
}

.seat_selector_page.active {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	z-index: 8888;
	background: #fff;
}

.seat_selector_page.active [class*=col-] {
	padding: 0;
}
.seat_selector_page.active #viewMapPopup1,
.seat_selector_page.active #showAdd2 {
	display: none;
}

.seat_selector_page.active .event_info_pan2 {
	background: #fff;
	background: -webkit-linear-gradient(#ffffff, #eee);
	background: -o-linear-gradient(#ffffff, #eee);
	background: -moz-linear-gradient(#ffffff, #eee);
	background: linear-gradient(#ffffff, #eee);
}

.seat_selector_page.active .box_split_section,
.seat_selector_page.active .panel {
	background: transparent;
	box-shadow: none;
}

.seat_selector_page.active .event_detail_box {
	max-width: 1120px;
	margin: auto;
}

.seat_selector_page.active .zoom_in_out {
	max-width: 1120px;
	margin: auto;
	left: 0;
	right: 0;
	pointer-events: none;
}
.seat_selector_page.active .zoom_in_out a{
	pointer-events: all;
}
.seat_selector_page.active .zoom_in_out p {
	text-align: left;
}

.seat_selector_page.active .checkout_seat_price {
	max-width: 1120px;
	margin: auto;
	text-align: left;
}

.seat_selector_page.active .event_detail_box h2 {
	text-align: center;
}

.isExpanded i.expand {
	background-position: -339px -1px;
	height: 18px;
	width: 18px;
}

.checkout_seat_price {
	padding: 8px 0 10px;
	display: inline-block;
}

.checkout_seat_price>.ng-scope {
	display: inline-block;
	vertical-align: middle;
}

.checkout_seat_price .ticket_booking_info,
.checkout_seat_price .seating_info,
.checkout_seat_price .check_head {
	display: inline-block;
	vertical-align: top;
}

.checkout_seat_price .ticket_booking_info {
	font-size: 16px;
	color: #949494;
}

.checkout_seat_price .ticket_booking_info .total_amount {
	float: none;
	padding-left: 30px;
}

.checkout_seat_price .seating_info {
	padding-right: 15px;
	min-height: 15px;
	text-align: left;
	color: #333;
}

.checkout_seat_price .check_head {
	text-align: right;
}

.seat_booking .stage_pan {
	background: #d5d3d4;
	color: #111;
	padding: 8px 0;
	text-transform: uppercase;
	text-align: center;
	width: 90%;
	max-width: 465px;
	margin: 8px auto 12px;
	font-size: 18px;
}

.seat_available {
	padding: 0;
	width: auto !important;
	margin-top: 5px;
	text-align: center;
}

.seat_available span {
	display: inline-block;
	padding: 10px 5px;
	color: #666666;
}

.seat_available span i {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 17px;
	border-radius: 2px;
	margin-right: 5px;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.seat_available span strong {
	vertical-align: middle;
	font-weight: 400;
}

.seat_available span.available i {
	background-color: #fff;
	border: 1px solid #ccc;
}

.seat_available span.incart i {
	background-color: #30af0a;
	border: 1px solid #30af0a;
}

.seat_available span.othercart i {
	background-color: #ff5e3c;
	border: 1px solid #ea5535;
}

.seat_available span.booked_s i {
	background-color: #5bc0de;
	border: 1px solid #5bc0de;
}

.seat_available span.blocked_s i {
	background-color: #f1a6ff;
	border: 1px solid #f1a6ff;
}

.seat_available span.disabled_s i {
	background-color: #fc4366;
	border: 1px solid #fc4366;
}

.seat_available span.not_av i {
	background-color: #d5d3d3;
	border: 1px solid #d5d3d3;
}

.heading_tx01 {
	color: #d82d2d;
	font-weight: 700;
	font-size: 24px;
}
.address .heading_tx01{
	margin-bottom:15px;
} 
.heading_tx01.inner_01 {
	margin-bottom: 10px;
}

.customer_detail .heading_tx01 {
	margin-bottom: 20px;
}

.customer_detail h4.s4 {
	font-size: 15px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.customer_detail .sub_head {
	font-size: 16px;
}

#payment_pan button.check_out,
.customer_detail button.check_out {
	padding: 10px 35px;
	font-size: 21px;
}

button.check_out .loader,
button.check_out .loader_payment {
	display: inline-block;
	/* background-color: rgba(255,255,255,0.5); */
	border-radius: 3px;
}

.loader_booknow_single img,
button.check_out img {
	max-height: 30px;
}

.customer_detail_tab input[type=radio] {
	width: auto;
	height: auto;
}

.payment_page .sec_inblk,
.customer_detail_tab .sec_inblk {
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
}

.element_group input {
	font-size: 16px;
	width: 100%;
	max-width: 657px;
	padding: 4px 10px;
	height: 36px;
	border: 1px solid #bfbfbf;
	display: inline;
	vertical-align: middle;
}

.payment_page .element_group input {
	max-width: none;
}

.element_group input.error {
	background: #ffefef;
	border: 1px solid #da302c;
}

.element_group select {
	width: 100%;
	max-width: 959px;
	padding: 4px 10px;
	height: 40px;
	border: 1px solid #bfbfbf;
	color:#000;
}

.element_group .elem {
	margin-top: 8px;
	margin-bottom: 8px;
}

.promo_panel .box {
	height:41px;
}

.promo_panel input[type=text] {
	background: transparent;
	padding: 3px 16px;
	height: 100%;
	border:1px solid #ccc;
	border-radius: 3px 0 0 3px;
}

.promo_panel input::placeholder{
	color:#999 !important;
}

.promo_panel #PromoCode:focus{
	background-color:#fff;
}
.promo_panel .apply_btn {
	padding: 4px 20px;
	height: 100%;
	border-radius:0 3px 3px 0;
}

.promo_panel .error_tx {
	color: #ff1440;
	font-size: 14px;
}

.ticket_amount_detail {
	padding: 11px 0;
	border-bottom: 1px solid #d8d8d8;
}

.ticket_amount_detail.gtotal {
	padding: 8px 0;
}

.allticket_info .ticket_booking_info.m0 {
	margin-bottom: 0;
}

.ticket_amount_detail.gtotal p {
	color: #000;
}

.ticket_amount_detail p {
	line-height: 1.75;
	color: #666;
	font-size: 15px;
}

.seating_info.cusdt {
	color: #666;
	position: relative;
	font-size: 16px;
}

.seating_info.cusdt .seatico2 {
	position: absolute;
	left: 0;
	top: 0;
}

.cut_price {
	text-decoration: line-through;
}

.ticket_booking_info .after_discout {
	margin-left: 7px;
}

.after_discout {
	color: #fc4366;
}

.timeout .child {
	padding-left:10px;
	position:relative;
}

.timeout .time_now {
	color: #da251c;
	font-size: 15px;
	width:45px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.timeout .child .tx_01 {
	font-size: 15px;
	display:inline-block;
	vertical-align:middle;
}

.timeout .child .txt_l {
	color: #666;
	text-transform: uppercase;
	font-size: 13px;
	margin-top:5px;
}

.remove_promo {
	color: #30ae09;
	font-size: 14px;
}

.remove_promo a {
	color: #666;
	font-size: 13px;
	padding-left: 8px;
}

.remove_promo a:hover,
.remove_promo a:focus {
	color: #fa7e96;
}

.remove_promo a:hover i {
	background-position: -379px -678px;
}

.card_data {
	background: url(assets/images/credit_card_bg.jpg);
	padding: 25px 28px 28px;
	max-width: 551px;
	background-repeat: no-repeat;
}

.card_data label {
	display: block;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: 16px;
}

.card_data input {
	height: 45px;
	padding: 6px 12px;
	width: 100%;
	border: 0;
}

.card_data li {
	margin-bottom: 24px;
}

.card_data .cvv {
	float: left;
	margin-top: 10px;
	width: 38%;
	margin-right: 1px;
}

.card_data .cvv label,
.card_data .expir label {
	display: inline-block;
	width: auto;
}

.card_data .cvv input {
	width: 90px;
}

.card_data .expir {
	float: right;
	text-align: right;
	margin-right: 2px;
	margin-top: 10px;
	width: 59%;
}

.card_data li.expir select {
	width: 80px;
	display: inline-block;
	margin-right: 4px;
	border-radius: 0;
	height: 40px;
	padding: 5px;
}

.terms,
.payment_page .terms,
#CustomerPaymentBlock .terms {
	position: relative;
	padding: 3px 0 7px 30px;
	margin-bottom: 10px;
}

.terms input,
.payment_page .terms input,
#CustomerPaymentBlock .terms input {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}
.payment_page .terms input{
	/*width: 20px;
	height: 20px;*/
	transform: scale(1.5) translate(5px, 6px);
	margin: 0;
}
#CustomerPaymentBlock .secure,
.secure_msg {
	color: #666;
	position: relative;
	padding-left: 30px;
	margin-top: 30px;
}

.secure_msg p {
	font-size: 14px;
    color: #777;
	margin-top: 5px;
}

.single_pg_checkout .secure_icon {
	margin-top: 20px;
}

.secure_msg i {
	position: absolute;
	left: 0;
	top: 0;
}

label.card_choice {
	margin-bottom: 15px;
}

label.card_choice span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

label.card_choice input {
	margin: 0;
	vertical-align: middle;
}
.reset_pass_pg,
.activate_user_pg {
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}
.error_tx_box {
	background: #f2dede;
	position: relative;
	border: 1px solid #eccfd4;
	padding: 8px 15px;
	color: #a94442;
	margin: 8px 0;
	font-size: 14px;
}

.success_page.dt {
	height: 100dvh;
}

.success_msg_box {
	background: #dff0d8;
	position: relative;
	border: 1px solid #d7e9c8;
	padding: 10px 15px;
	color: #3c763d;
	margin: 8px 0;
	text-align: center;
	font-size: 16px;
}

.success_page .alert-success{
	text-align:center;
}

.success_page .ticket_book {
	padding: 28px 0;
	text-align: center;
}

.success_page .ticket_book a {
	padding: 11px 40px;
	font-size: 16px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.success_page .ticket_book a i {
	margin-left: 10px;
}

.error_tx_box i {
	position: absolute;
	right: 6px;
	top: 10px;
}

/*.search_header .search_button {
	width: 24px;
	height: 26px;
	background-image: url(assets/images/sprite_premier_ticket.png);
	background-position: -453px -111px;
}*/

.search_header .search_button {
	width: 24px;
	height: 24px;
	background-color: #30af0a;
	color: #fff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
}

.search_header .wrapper_menu {
	position: relative;
	padding: 0 0 0 10px;
}

.popblocker {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1050;
}

.popup_panel {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 50%;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	z-index: 1051;
}

#checkoutPopup {
	z-index: 8889;
}

.checkout_pop.popup_panel {
	z-index: 8890;
}

.ptm_poptop .close_link,
.popup_panel .close_link {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor:pointer;
}



.terms-checkbox span.wpcf7-not-valid-tip{
	position: absolute;
	min-width: 200px;
	line-height: 2.5;
}
.modal_pmt input[type="checkbox"]{
	width:17px;
	height:17px;
	vertical-align: middle;
	display: inline-block;
}
.modal_pmt .tandc {
	margin:8px 0 25px;
}
.tnc .wpcf7-list-item-label{
	display:none;
}
.tnc span.wpcf7-list-item {
	margin: 0;
}

.tandc span.wpcf7-list-item input {
	margin: 0;
	vertical-align: middle;
}

.tandc .wpcf7-list-item-label {
	font-size: 0;
}

.modal_pmt .social_pan{
	text-align:center;
	margin-bottom:25px;
}

/* checkout popup */

.checkout_pop {
	max-width: 544px;
	padding: 50px 40px 40px;
	text-align: center;
	top: 50%;
	margin-top: -150px;
	margin-left:auto;
	margin-right:auto;
}

.checkout_pop h2 {
	font-size: 23px;
}

.checkout_pop .ticket_category {
	margin: 18px 0;
	color: #4f4d4d;
	text-transform: uppercase;
	font-size: 16px;
}

.checkout_pop .seating_info {
	margin: 15px 0;
	color: #949494;
}

.checkout_pop .check_head {
	margin: 20px 0 10px;
}

.checkout_pop .check_head button {
	font-size: 18px;
	padding: 10px 40px;
}

.checkout_pop a.cancel_btn {
	display: inline-block;
	color: #7f7f7f;
	font-size: 14px;
}

.checkout_pop a.cancel_btn:hover {
	color: #ff1343;
}


/* checkout popup */


/* login popup */

.popblocker .login_pop {
	max-width: 544px;
	padding: 40px 40px 30px;
	top: 50%;
	margin-top: -200px;
}

.login_pop h2 {
	margin-bottom: 15px;
	text-align: center;
	color: #d82d2d;
}

.login_pop input {
	margin-bottom: 12px;
	width: 100%;
	padding: 8px 10px;
}

.login_pop .reset a {
	color: #d82d2d;
	cursor: pointer;
}

.login_pop .reset a:hover {
	text-decoration: underline;
}


/* login popup */


/* city choose popup */

.popup_panel.city_choose_pop {
	max-width: 544px;
	text-align: center;
	margin-top: -130px;
}

.city_choose_pop h2 {
	background: #e7e8e6;
	color: #144c95;
	padding: 20px;
	font-size: 30px;
}

.city_choose_pop>h5 {
	font-size: 24px;
	color: #333;
	padding: 20px 10px 16px;
	text-transform: uppercase;
}

.city_choose_pop .city_links {
	padding: 0 20px;
}

.city_choose_pop .city_links a {
	color: #111;
	display: inline-block;
	padding: 3px 4px;
	margin: 4px 6px;
	font-size: 16px;
}

.city_choose_pop .city_links a:hover {
	background: #30af0a;
	border-radius: 3px;
	color: #fff;
}

.city_choose_pop p {
	padding: 10px 10px 25px;
	max-width: 355px;
	margin: auto;
	color: #3b3b3b;
	font-size: 13px;
}


/* city choose popup */

.star_alliance {
	color: #474747;
}

.star_alliance .ph_em {
	font-size: 16px;
}

.star_alliance .text_sa {
	font-size: 13px;
	color: #474747;
	margin-top: 15px;
}

.event_row_listing {
	margin-top: 20px;
}

.heading_page_01 {
	background-image: url(assets/images/bg_head_top_01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 25px 0;
}

.heading_page_01 h2 {
	color: #fff;
	font-size: 48px;
}

#viewMapPopup,
#viewMapPopup1 {
	margin-top: 15px;
	min-height: 400px;
	position: relative;
}

#viewMapPopup .loader_map,
#viewMapPopup1 .loader_map1 {
	position: absolute;
	left: 0;
	top: 49%;
	width: 50px;
	margin: auto;
	right: 0;
	/*background: url('./images/ajax_loader.svg') no-repeat 10px 10px #0d0d0d;*/
	background:no-repeat 10px 10px #0d0d0d;
	background: url('./images/ajax_loader.svg') no-repeat 10px 10px #0d0d0d;
}

.page_heading_bloc h3,
.page_heading_bloc.blank_h h3 {
	position: relative;
	text-align:center;
	color: #fff;
	font-weight: 600;
	font-size: 40px;
}
.page_heading_bloc.sellticket2 h3{
	text-transform:uppercase;
}
.page_heading_bloc h4,
.page_heading_bloc.blank_h h4 {
	text-align:center;
	color: #fff;
	font-size: 21px;
	max-width:1012px;
	margin:auto;
	padding-top:20px;
	position: relative;
}
.page_heading_bloc{
	padding:80px 0;
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
}
.page_heading_bloc.blog {
	background-image: url(assets/images/bg_blog.jpg);
}

.page_heading_bloc.contact {
	background-image: url(assets/images/bg_contact2.jpg);
}
.page_heading_bloc.seltickt {
	background-image: url(assets/images/banner_evnt_clap.jpg);
}
.page_heading_bloc.about2banner {
	background-image: url(assets/images/banner_show_light.jpg);
}
.page_heading_bloc.artist {
	background-image: url(assets/images/banner_show_light.jpg);
}

.page_heading_bloc.venuee.blank_h {
	background-image: url(assets/images/venue_main_banner.jpg);
}

.page_heading_bloc.blank_h {
	background-image: url(assets/images/banner_show_light.jpg);
}

.page_heading_bloc.artistss {
	background-image: url(assets/images/artist_banner01.jpg);
}



.top_checkout_pan .tx_h5 {
	font-size: 16px;
}

.top_checkout_pan .details_tx {
	display: inline-block;
	margin-right: 15px;
}

.zoom_in_out,
.expand_link_pan {
	display: none;
}


/* checkout single page s*/

.single_pg_checkout .order_sum {
	margin-top: 15px;
}

.order_sum .h_pan {
	background: #ebebeb;
	padding: 7px 12px;
	text-transform: uppercase;
}

.order_sum .recalculate_pan {
	padding-block: 15px 4px;
}

.order_sum .sub_pan p {
	color: #7f7f7f;
	margin: 9px 0;
}

.order_sum .d_pan {
	padding-bottom: 9px;
	border-bottom: 1px dashed #ccc;
}

.single_pg_checkout a:hover i.trash {
	background-position: -379px -678px;
}

.order_sum .d_pan .det h6 {
	font-size: 16px;
}

.order_sum .d_pan .det p {
	margin: 1px 0 1px 0px;
	color: #111;
	font-size: 14px;
	font-weight:700;
}
.order_sum .d_pan .det p span{
	color: #666;
	font-weight:400;
}
.order_sum .d_pan .det p strong {
	color: #111;
}

.order_sum .qty,
.order_sum .price,
.order_sum .total {
	display:inline-block;
	padding-right: 10px;
}

.order_sum .sub_pan .total {
	width: 30%;
}

.order_sum .sub_pan p.t_price {
    padding-top: 8px;
}

.order_sum .det {
    padding-bottom: 6px;
}

.order_sum .sub_pan p.t_price strong {
    color: #111;
}

.order_sum .p_pan {
    padding: 4px 0px;
    border-bottom: 1px dashed #d5dae5;
}

.order_sum .sub_pan .price {
	width: 70%;
	text-align:right;
}

.single_pg_checkout a.ch {
	font-size: 13px;
	text-decoration: underline;
}

.single_pg_checkout .ch:hover {
	text-decoration: none !important;
}

.order_sum div.total,
.order_sum div.qty,
.order_sum div.price {
	padding-top: 1px;
	padding-bottom: 1px;
}

.order_sum .total {
	width: 15%;
	text-align: right;
}
.sub_pan .price,
.sub_pan .total{
	float:left;
}

.single_pg_checkout .panel-group h2 {
	position: relative;
}

.single_pg_checkout .panel-group h4 a.anchor_a1 {
	position: absolute;
	top: 2px;
	left: 200px;
	font-size: 13px;
	text-decoration: underline;
}

.single_pg_checkout .panel-group h4 .st01 {
	float: right;
	text-transform: none;
	color: #666;
	margin-right: 45px;
	width: 60%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
}
.chngebtn .ch{
	display:inline-block;
	margin-top:8px;
}

#payment_pan_div {
	border: 1px solid transparent;
	padding: 1px;
	font-weight:600 ;
	font-size: 18px;
}

.single_pg_checkout .panel-group .event_detail_box h4 a[data-toggle="collapse"]{
	font-size: 18px;
	color:#051f98;
}

.single_pg_checkout .panel-group h4 a[data-toggle="collapse"]{
	font-size: 16px;
	display:block;
	color:#000;
}

body .single_pg_checkout .panel {
	margin-bottom: 20px;
}

.single_pg_checkout .panel-group a .plusminus {
	width: 15px;
	height: 15px;
	background-position: -533px -131px;
}

.single_pg_checkout .panel-group a[aria-expanded="true"] .plusminus {
	background-position: -563px -131px;
}

.single_pg_checkout .panel-group a .arrow_accordian {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 22px;
	background-position: -414px -749px;
}

.single_pg_checkout .panel-group a[aria-expanded="true"] .arrow_accordian {
	background-position: -456px -780px;
	width: 22px;
}

.element_group .elem_f {
	margin-bottom: 15px;
}

.elem_f input {
	max-width: none;
}

.single_pg_checkout .f_elem_01 form,
.single_pg_checkout .f_elem_01 .element_group {
	padding: 8px 0px;
}

.single_pg_checkout .f_elem_01 .customer_detail {
	padding: 10px 20px;
}

.payment_page {
	padding-left: 2px;
}

.payment_page.f_elem_01 .customer_detail {
	padding-left: 0px;
}

.single_pg_checkout .btn_panel {
	padding: 0px 2px 10px;
}

.customer_detail_page .box_split_section {
	padding: 15px 22px;
}

.single_pg_checkout .btn_panel .login {
	padding: 8px 36px;
	font-size: 16px;
}

.single_pg_checkout .btn_panel .continue {
	padding: 8px 30px;
	font-size: 15px;
	text-transform: uppercase;
}

.single_pg_checkout .promo_panel input {
	outline: 0;
}

.recalculate_pan .ot_button_group {
	float: right;
	text-align: right;
	margin-top: 1px;
}

.ot_button_group input[type=button],
.recalculate_pan .ot_button_group button {
	text-transform: uppercase;
	padding: 7px 25px;
	margin-left: 15px;
}

.single_pg_checkout .promo_panel .box {
	vertical-align: middle;
	max-width: 450px;
}

.single_pg_checkout .f_elem_01 {
	position: relative;
	background: #fff;
}

.single_pg_checkout .f_elem_01 .tabs-left li {
	line-height: 1.8;
}

.single_pg_checkout .f_elem_01 .tabs-left li a {
	color: #808080;
	display: block;
	padding: 12px 10px;
}

.single_pg_checkout .f_elem_01 .tabs-left li.active a {
	background-color: #fff;
	color: #484646;
}

.customer_detail_page .btn_panel a {
	text-transform: uppercase;
}

.single_pg_checkout .event_info.ch_inline_b {
	padding-top: 8px;
}

.single_pg_checkout .card_data {
	padding: 25px 28px 5px;
}

.single_pg_checkout .user_fill_info {
	padding: 6px 5px 0;
}

.user_fill_info .info1 {
	font-size: 16px;
}

.user_fill_info .info1 p {
	margin: 3px 0;
	display: inline-block;
	padding-right: 15px;
}

.user_fill_info .info1 .hed_tx {
	margin-bottom: 10px;
	display: block;
}

.user_fill_info .info1 .email {
	color: #0b57b6;
}

.user_fill_info .info1 .email a {
	font-size: 13px;
	padding-left: 15px;
	text-decoration: underline;
}

.user_fill_info .info1 .email a:hover {
	text-decoration: none;
}

.user_fill_info .msg02 {
	color: #fc4365;
	margin: 10px 0 0;
	font-size: 13px;
}


/*----- home seach panel -----*/

.serch_event_category_pan {
	margin-bottom: 30px;
}

.serch_event_category_pan .list_boxpan,
.serch_event_category_pan .input_boxpan {
	display: inline-block;
	vertical-align: middle;
}

.serch_event_category_pan .list_boxpan {
	background: #144589;
	color: #fff;
	padding: 10px 15px;
	height: 46px;
	width: 250px;
}

.serch_event_category_pan .list_boxpan a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
}

.serch_event_category_pan .list_boxpan a i {
	float: right;
	margin-top: 10px;
}

.serch_event_category_pan .input_boxpan {
	width: calc(100% - 400px);
	margin-left: -2px;
}

.serch_event_category_pan .input_boxpan input[type=text] {
	width: calc(100% - 100px);
	height: 46px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	border: 1px solid #f0f0f0;
	border: 0;
	padding: 8px 8px;
}

.serch_event_category_pan .input_boxpan .btn_premier_01 {
	padding: 8px 24px;
	height: 46px;
	vertical-align: middle;
	margin-left: -3px;
}

.serch_event_category_pan .list_boxpan .dropdown-menu {
	background: #144589;
	border-radius: 0;
	width: 250px;
	padding: 0;
	margin: 1px 0 0;
}

.list_boxpan .dropdown-menu li {
	padding: 6px 12px;
	text-transform: uppercase;
}

.list_boxpan .dropdown-menu li:hover {
	background: #275aa0;
	cursor: pointer;
}


/*----- home seach panel -----*/


/********* PROMOTER BOOKING DASHBOARD ********/


.user_dashboard .dashbord_table,
.promoter_ev_list .dashbord_table{  /* dashboard page - event table list */
    min-width:1000px;
}



/* bootstrap override */


body .pagination>.active>a, body .pagination>.active>a:focus, 
body .pagination>.active>a:hover, body .pagination>.active>span, 
body .pagination>.active>span:focus, body .pagination>.active>span:hover{
	background-color:transparent ;
    border-color: #ff0030;
	color: #ff0030;
}

body .pagination>li {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

body .pagination>li>a, 
body .pagination>li>span{
	color: #767676;
	border-radius: 4px;
}

body .pagination-sm>li>a, 
body .pagination-sm>li>span {
    padding: 8px 14px;
    font-size: 14px;
}


@media (max-width:767px){
    
    .table-responsive>.table>tbody>tr>td, 
    .table-responsive>.table>tbody>tr>th, 
    .table-responsive>.table>tfoot>tr>td, 
    .table-responsive>.table>tfoot>tr>th, 
    .table-responsive>.table>thead>tr>td, 
    .table-responsive>.table>thead>tr>th {
        white-space: normal;
    }

	body .pagination-sm>li>a, 
	body .pagination-sm>li>span {
		padding: 6px 10px;
		font-size: 13px;
	}

	body .pagination>li {
		margin-right: 3px;
		margin-left: 3px;
	}

	.btn_soltout.dropdownmulti,
    .btn_bookingclosed.dropdownmulti {
		float: left;
	}

}

.table>thead>tr>th {
	vertical-align: top;
	border-bottom: 2px solid #ddd;
}

.dashbord_table { /* seat management page */
	background: #fff;
	table-layout:fixed;
}

.dashbord_table tr:hover {
	background: #F1F7F5 !important;
}

.dashbord_table thead tr th {
	background: #154A94;
	color: #fff;
	font-weight: normal;
	padding: 12px 8px;
	text-align: center;
}

.dashbord_table .t_c {
	text-align: left !important;
}

.dashbord_table td {
	color: #222;
	padding: 11px 8px;
	border-bottom: 1px solid #cfcfcf;
}

.row.booking_payment {
	margin: 0;
}

.booking_payment {
	padding: 20px 0px 20px;
	line-height: 1.5;
	font-size: 16px;
	color: #111;
}

.block_details {
	padding-left: 40px !important;
}

.tr_footer td {
	background: #f0f0f0;
	font-weight: bold;
	font-size: 17px;
}

.booking_payment h1 {
	font-size: 35px;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.5;
}

.booking_payment .booking h1 {
	color: #4b9f3d
}

.booking_payment .payment h1 {
	color: #1c93e3;
}

.booking_payment .refund h1 {
	color: #db241c;
}

.booking_payment .net_payment h1 {
	color: #4b9f3d
}

.booking_payment .remittance h1 {
	color: #164a93
}

.booking_payment h2 {
	font-size: 23px;
	text-transform: uppercase;
	line-height: 1.5;
	margin-bottom: 0;
	padding-left: 0;
	color: #737373
}

.booking_payment h2:after,
.booking_payment h2:before {
	content: none;
}

h2.event_name {
	font-size: 30px;
	color: #111;
	margin-top: 0;
	padding: 10px 0 10px 0;
}

.error_tx {
	color: red;
	font-size:17px;
}

.error_tx .alert {
	margin-bottom: 10px;
}

#forgetpassdiv .regsuccessmsg {
	background-color:#f6e89d;
	color: #575556;
	font-size:15px;
	font-weight: 600;
	text-align: center;
	padding: 8px 10px;
}
#registrationdiv .regsuccessmsg {
	background-color:#91dd85;
	color: #575556;
	font-size:15px;
	font-weight: 600;
	text-align: center;
	padding: 8px 10px;
}
.success_tx {
	color:#30af0a;
	text-align: center;
	font-size: 20px;
}
.user_reg_pass_ot .regsuccessmsg {
	margin-top:30px;
	margin-bottom:30px;
}
.continuebtn {
	padding: 4px 15px;
	font-size: 15px;
}


/* checkout single page e*/
.timeout.pay_page.isFixed{
	position:fixed;
	top:68px;
	z-index: 1;
	width: 100%;
	max-width: 744px;
}
.timeout.pay_page .box_content {
	background: #f5f5f5;
	padding:7px 15px;
	border-radius: 4px;
}

.page_inner_content .sub_head_01 {
	font-size: 16px;
	padding: 8px 0;
}

/* sell ticket */

.partner p {
	font-size: 17px;
	line-height: 1.3;
	margin: 11px 0;
}

.partner h3 {
	color: #144c95;
	font-weight: 700;
	font-size: 22px;
	margin: 20px 0;
}

.partner b {
	font-weight: 700;
}

ul.content-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 7px;
}

ul.content-list li:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	background-image: url(assets/images/sprite_premier_ticket.png);
	background-position: -279px -70px;
}

.partner .btn-subscribe {
	display: inline-block;
	padding: 6px 20px;
	font-size: 20px;
	background: #fc4366;
	border: 0;
	color: #fff;
	text-decoration: none;
}

.partner .btn-subscribe:hover {
	background: #e02b4d;
	transition: all 0.2s;
}


/* sell ticket */


/* contact us */

.address p {
	line-height: 1.5;
}

.tx_seprated_01 {
	margin-top: 10px;
	font-size: 14px;
}

h5.sm_headtx {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.address  h5.sm_headtx {
	margin-top: 15px;
}
.alert_box {
	margin-top: 30px;
}

.registration-form .wpcf7-submit.btn-pay {
	background: #ff405f;
	padding: 8px 24px;
	border-radius: 4px;
	font-size:16px;
	color: #fff;
	border: 0;
	text-transform:uppercase;
}

.captch-field {
	margin-top: 5px;
}

.registration-form .event-info.form li.captcha {
	margin-top: 10px;
}

.registration-form .contact .iti  .wpcf7-form-control{
	padding-left: 90px !important;
}

#ptkpartnerenquiry .subscribe_pop select, 
#ptkpartnerenquiry .subscribe_pop textarea, 
#ptkpartnerenquiry .subscribe_pop input[type=text], 
#ptkpartnerenquiry .subscribe_pop input[type=email], 
#ptkpartnerenquiry .subscribe_pop input[type=tel]{
	margin-bottom:0;
	width:100%;
}
#ptkpartnerenquiry .subscribe_pop textarea{
	max-height:150px;
}
#ptkpartnerenquiry .subscribe_pop .wpcf7-submit.btn-pay {
	margin-top: 0px;
}

.registration-form .event-info.form input[type="text"],
.registration-form .event-info.form input[type="tel"],
.registration-form .event-info.form input[type="email"],
.registration-form .event-info.form input[type="number"],
.registration-form .event-info.form select {
	width: 95%;
	padding:6px 12px;
	/*height: 38px;
	border: 1px solid #cbcbcb;
	padding: 1%;*/
}
.registration-form .event-info.form .full input[type="email"]{
	width: 97%;
}
.event-info.form.contact textarea {
	width: 97%;
	height: 134px;
	resize: none;
	border: 1px solid #cbcbcb;
	padding: 1%;
}
.partnerenquiry .event-info.form li {
	margin-bottom:12px;
	padding-right: 15px;
	padding-left: 15px;
}
.event-info.form li {
	width: 50%;
	margin-bottom: 10px;
	float: left;
}

.event-info.form li.full {
	clear: both;
	float: none;
	width: 100%;
}

.event-info.form li label {
	float: left;
	font-weight: normal;
	margin-bottom: 0;
	margin-right: 20px;
	text-align: right;
	width: 20%;
}

.registration-form .event-info.form li label {
	display: block;
	float:none;
	font-weight: normal;
	margin-bottom: 0;
	margin-right: 0;
	text-align: left;
	width: auto;
}


/* contact us */


/* side bar */

.sponsors_info h4 {
	color: #333;
	font-size: 14px;
	margin: 0 0 20px;
	padding: 0;
	text-transform: uppercase;
}

.widget-photos .view_all_btn a,
.upcoming-events .view_all_btn a {
	background: #b5b5b5;
	line-height: 1px;
	padding: 2px 8px 14px;
	color: #fff;
	display: inline-block;
	border-radius: 25px;
	font-size: 25px;
}

.widget-photos li {
	display: inline-block;
	margin: 0 12px 20px 0;
}

.widget-photos li:not(.view_all_btn) {
	width: 30%;
}

.widget-photos li:nth-child(4),
.widget-photos li:nth-child(7) {
	margin-right: 0;
}

.widget-photos .view_all_btn {
	position: absolute;
	right: 0;
	top: -40px;
	overflow: visible;
	margin: 0;
}

.widget-photos {
	position: relative;
}

.upcoming-events {
	position: relative;
}

.upcoming-events img {
	float: left;
	margin-right: 20px;
}

.upcoming-events li {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}

.upcoming-events .view_all_btn {
	position: absolute;
	right: 0;
	top: -40px;
	overflow: visible;
}

.upcoming-events .event-text-block {
	overflow: hidden;
}

.upcoming-events h5,
.upcoming-events h5 a {
	color: #474747;
	font-weight: bold;
	margin: 0 0 15px;
}

.upcoming-events .date {
	color: #a3a3a3;
	font-size: 13px;
}

.upcoming-events .venue {
	color: #a3a3a3;
	font-size: 13px;
	border-left: 1px solid #a3a3a3;
	padding-left: 12px;
	margin-left: 12px;
}


/* side bar */


/* FAQ */

.faq_pg .faq p {
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	padding-bottom:10px;
}
.faq_pg .inner-content{
	padding:15px 25px 15px;
	box-shadow:0 1px 3px rgba(0,0,0,0.19);
	margin-bottom: 15px;
	margin-top:-15px;
	font-size: 16px;
}

.faq.panel.panel-default {
	border:0;
	margin-bottom: 0;
	padding: 6px 0;
}

.faq .accordion-heading {
	background: #f1efef;
	padding:12px 10px;
	margin-bottom: 15px;
}

.faq .accordion-toggle {
	position:relative;
	padding-right:20px;
	color: #111;
	display: block;
	font-weight: 700;
	line-height: 25px;
	background: url(images/button-faq-plus.png) right top no-repeat;
	transition: none 0s ease 0s;
}
.faq .accordion-toggle:before{
	content:"";
	position:absolute;
	right:0;
	top:0;
	display: inline-block;
	vertical-align: middle;
	background-image: url(assets/images/sprite_premier_ticket.png);
	background-position:-32px -573px;
	height:20px;
	width:20px;
}

.faq .accordion-toggle.collapsed:before{
	background-position:-6px -573px;
}

/* FAQ */
.dot_patern:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(assets/images/dotted_pattern.png);
}

/* Blog */

.category-entertainment .page-header {
	margin: 0 0 20px;
	font-weight: 700;
	font-size: 25px;
	color: #d41616;
}

.single .blog p {
	font-size: 15px;
	margin: 15px 0;
}

.blog-block {
	margin-bottom: 20px;
}

.content-box.blog h2,
.blog article h1.entry-title {
	color: #105aa3;
	font-size: 22px;
	margin: 0 0 20px;
	padding: 0;
}

.content-box.blog h2 a,
.blog article h1.entry-title a {
	color: #105aa3;
}

.content-box.blog h2 a:hover,
.blog article h1.entry-title a:hover {
	color: #30af0a;
}
h3.pg_sub_head{
	font-size:20px;
	margin: 0 0 10px;
	padding: 0;
}
.content-box.blog .blog-block .detail,
.blog .detail {
	font-size: 15px;
	background-color: #f2f2f2;
	margin-bottom: 20px;
	padding: 10px;
}

.content-box.blog span.author {
	margin: 0 35px;
	color: #000;
}

.content-box.blog .detail img {
	margin-right: 8px;
}

.content-box.blog .blog-thumg-image {
	float: left;
	margin: 0 20px 0 0;
}

.content-box.blog .blog-thumg-image img {
	width: 200px;
	height: auto;
}

.content-box.blog .blog-text-block {
	overflow: hidden;
}

.content-box.blog .blog-block p {
	font-size: 17px;
}

.content-box.blog .comment-detail {
	clear: both;
	padding-top: 7px;
}

.content-box.blog .comment-detail img {
	padding-right: 4px;
}

.content-box.blog .comment-detail span {
	margin-right: 40px;
	color: #798fb8;
	font-size: 15px;
}

.content-box.blog .blog-block .read-more {
	color: #e22430;
	font-size: 15px;
}

.blog-block .author a,
.blog-block .place a {
	color: #e22430;
}

.blog-block .author a:hover,
.blog-block .place a:hover {
	color: #111;
}


/* Charity */

.charity ul li {
	margin-bottom: 30px;
}

.charity .img-box,
.charity .desc_tx {
	display: inline-block;
}

.charity .desc_tx {
	padding-left: 40px;
}

.inner-vision-ptk h3 {
	color: #105aa3;
	font-weight: 700;
	font-size: 21px;
	margin: 0 0 15px 0;
}

.charity .about_desctx img {
	display: block;
	padding: 7px 0;
}


/* Gallery */

.event-gallery .event-info-box {
	position: relative;
	margin-bottom: 20px;
	background: #fff;
}

.event-gallery .event-info-box h2 {
	color: #105aa3;
	font-size: 19px;
	min-height: 50px;
	padding: 0 0 10px;
}

.event-gallery .event-quick-view {
	padding: 8px;
}

.event-gallery .event-info-box .btn-subscribe {
	display: inline-block;
	padding: 5px 15px;
	font-size: 16px;
	background: #fc4366;
	border: 0;
	color: #fff;
}

.gallry_pg{
	margin-bottom: 30px;
}

.gallery-box [class*="col-"],
.gallery-list>li {
	margin-block: 10px;
}

#loader_home_banner {
	text-align: center;
	padding: 40px;
}

.ptm_poptop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
}

.ptm_poptop .center_v {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2));
}

.ptm_poptop .cont_main {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.popup_blocker {
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

	
	/*--------User Panel---------*/

.ico_user {
	display: inline-block;
	vertical-align: middle;
	background: url(assets/images/sprite_user_login.png);
}

i.menu_u {
	background-position: -203px 6px;
	width: 32px;
	height: 33px;
}

i.setup_u,
.dash_menu .navbar-collapse {
	padding: 0;
}

.dash_menu .whatsnew-link a:before {
	background-position: -1px -394px;
	width: 32px;
	height: 33px;
}

i.scanlog_u {
	background-position: -1px -345px;
	width: 32px;
	height: 33px;
}

.dash_menu li.scan-log-link a:before {
	background-position: 4px -345px;
	width: 32px;
	height: 33px;
}

.dash_menu li.group-scan-link a:before {
	background-position: 4px -345px;
	width: 32px;
	height: 33px;
}

i.tlog_u {
	background-position: -1px -292px;
	width: 32px;
	height: 33px;
}

.dash_menu li.ticket-log-link a:before {
	background-position: 5px -292px;
	width: 32px;
	height: 33px;
}

i.attendee_u {
	background-position: -1px -246px;
	width: 32px;
	height: 33px;
}

.dash_menu .tickets-link a:before,
.dash_menu li.attendee-link a:before {
	background-position: -1px -246px;
	width: 32px;
	height: 33px;
}

i.reports_u {
	background-position: -1px -196px;
	width: 32px;
	height: 33px;
}

.dash_menu li.reports-link a:before {
	background-position: 4px -196px;
	width: 32px;
	height: 33px;
}

i.tscan_u {
	background-position: -1px -145px;
	width: 32px;
	height: 33px;
}

.dash_menu li.ticket-scan-link a:before {
	background-position: 3px -145px;
	width: 32px;
	height: 33px;
}

.scan_ic {
	background-position: 3px -145px;
	width: 32px;
	height: 33px;
}

i.dash_u {
	background-position: -1px 2px;
	width: 32px;
	height: 33px;
}

.dash_menu li.dashboard-link a:before {
	background-position: 3px 2px;
	width: 32px;
	height: 33px;
}

.dash_menu .event-link:before {
	content: "";
	background-position: -101px -94px;
	width: 32px;
	height: 33px;
}

.dash_menu .log-server-side a:before,
.dash_menu .log-client-side a:before {
	background-position: -101px -94px;
	width: 32px;
	height: 33px;
}

i.event_u {
	background-position: -109px -94px;
	width: 32px;
	height: 33px;
}

i.booking_u {
	background-position: -1px -44px;
	width: 32px;
	height: 30px;
}

.dash_menu li.booking-link a:before {
	background-position: 4px -41px;
	width: 32px;
	height: 30px;
}

.dash_menu li.ticket-scan-link.current-menu-item a:before{
	background-position: -46px -145px;
}
.dash_menu li.booking-link.current-menu-item a:before {
	background-position: -47px -41px;
}

i.excel_ico {
	background-position: -171px -1px;
	height: 18px;
	width: 15px;
}

i.ticket_logo {
	background-position: -100px 0;
	height: 44px;
	width: 40px;
}

.user_login .event_wrapper {
	margin: 29px auto;
}

.user_login .event_details {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.user_login h2.headtx_u {
	color: #144c95;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 30px;
}

/*body:not(.home) .header_menu.onlogged {
	padding: 15px 0;
	background:#fff;
}*/

body:not(.home) .onlogged .logo{
	float:left;
}
body .dataTables_wrapper .dataTables_processing {
	margin-left: calc(-50% + 31px);
}
.user_log_pan {
	margin-top: 5px;
	position: relative;
}

.user_log_pan .bx_01 {
	padding-right: 40px;
	display: inline-block;
	vertical-align: middle;
}

.user_log_pan img.cir {
	border-radius: 50%;
	width: 36px;
	height: auto;
}

.user_log_pan .tx_headtx_05 {
	color: #fff;
}

.user_log_pan .user_type {
	padding-left: 4px;
}

.user_log_pan a.user_type {
	color: #fff;
	max-width: 210px;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.user_log_pan .log_link {
	position: absolute;
	right:25px;
	top: 45px;
	width: 240px;
	border-radius: 0;
	border: 1px solid #e0e0e0;
}

.user_log_pan .log_link ul {
	background: #e7e8e6;
	padding: 7px 0;
}

.user_log_pan .log_link ul li {
	padding: 0 20px;
}

.user_log_pan .log_link ul li:hover {
	background: #d0d0d0;
}

.user_log_pan .log_link ul li a {
	color: #111;
	padding: 7px 0;
	display: block;
}

.user_log_pan .log_link p {
	padding: 15px 20px 15px;
}

.user_log_pan .log_link p a {
	padding: 5px 12px;
}

.user_log_pan .log_link:before {
	content: "";
	position: absolute;
	top: -12px;
	right: 9px;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 12px solid #e7e8e6;
}

.log_link.dropdown-menu {
	padding: 0;
	margin: 0;
}

.promoter_action_panel h3 {
	font-size: 36px;
}

.promoter_action_panel .pan2 h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

.promoter_action_panel h6 {
	font-size: 15px;
	color: #606060;
	margin: 10px 0 14px;
}

.promoter_action_panel h3 span {
	color: #f90f05;
}

.promoter_action_panel .btn_premier_01 {
	padding: 10px 20px;
	display: block;
	text-align: center;
	font-size: 18px;
}

.promoter_action_panel .link_u01_pan {
	text-align: center;
	margin: 14px 0 7px;
}

.user_login_f .footer-top h3 {
	margin: 0;
	padding-right: 5px;
	font-size: 23px;
}

.user_dashboard a {
	cursor: pointer;
}

.content_main.user_dashboard {
	display: -ms-flexbox;
	display: -ms-flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: stretch;
}

.user_dashboard .left_u {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 200px;
	transition: all 0.45s linear;
	z-index: 12;
}

.user_dashboard .right_u {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	transition: all 0.4s linear;
}

.dash_menu span.tx {
	position: relative;
}

.user_dashboard .box_split_section.b1 {
	margin-bottom: 20px;
	z-index: 12;
}

.user_dashboard .event_head_box .fl_r {
	float: right;
	margin-left: 12px;
	padding: 6px 15px;
	font-size: 15px;
}

.user_dashboard .event_head_box {
	position: relative;
}

.user_dashboard .event_head_box a.bktickt {
	font-size: 22px;
}

.event_list12 .serch_event {
	background: #ececec;
	padding: 15px 15px 10px;
}

.event_list12 .serch_event input {
	width: 300px;
	border: 1px solid #e0e0e0;
	padding: 9px 12px;
}

.event_list12 .serch_event .btn_premier_01 {
	padding: 9px 16px;
	vertical-align: middle;
	margin-left: -3px;
	float: none;
}

.event_head_box .event_list12 {
	background: #fff;
	border: 1px solid #e0e0e0;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	top: calc(100% + 10px);
	left: -18px;
	width: 100%;
	max-width: 800px;
	max-height: 300px;
	padding: 0;
	overflow-y: auto;
}

.event_head_box .event_listing_box2 li a {
	padding: 8px 10px 8px 15px;
	display: block;
	text-transform: uppercase;
}

.event_head_box .event_listing_box2 li a:hover {
	background-color: #ededed;
}

.user_dashboard .dash_con .expor {
	float: right;
}

.dataTables_filter input[type="search"] {
	margin-left: 6px;
	padding: 6px;
}

body table.dataTable tbody tr {
	background-color: transparent;
}

.user_dashboard .dash_con h5.htx_u1 {
	font-size: 20px;
	font-weight:700;
	color: #222;
}

.user_dashboard h5.htx_u2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
}
	
.user_dashboard .dash_con .r2 {
	margin-top: 20px;
}

.user_dashboard .dash_con .r2 select,
.user_dashboard .dataTables_length select {
	padding: 4px;
	border-radius: 2px;
	border: 1px solid #b4b0b0;
	margin: 0 5px;
}

.search_u01 .sbox {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	border: 1px solid #b4b0b0;
	padding: 3px 5px;
	border-radius: 3px;
}

.search_u01 .sbox input {
	border: 0;
}

.search_u01 .sbox input[type=text] {
	width: calc(100% - 29px)
}

.search_u01 .sbox input.sbmit {
	background: url(assets/images/sprite_premier_ticket.png);
	background-position: -401px -116px;
	display: inline-block;
	height: 19px;
	width: 18px;
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
}

.user_dashboard .table_data_u {
	margin-top: 20px;
	color: #000;
	font-size: 14px;
}

.table_data_u .container {
	max-width: none;
	width: 100%;
}

.dataTables_scrollBody {
	min-height: 50px;
}

.table>thead>tr>th {
	border-bottom: 0;
}

.table_data_u th {
	background-color: #f2f2f2;
}

.table_data_u .email_tx {
	color: #154a93;
}

.table_data_u .cancel_tx {
	color: #48494b;
}

.table_data_u .pending_tx {
	color: #154a93;
}

.table_data_u .complete_tx {
	color: #30af0a;
}

.table {
	margin-bottom: 0px;
}

.table_data_u .table {
	table-layout: fixed;
}

.user_dashboard .table_data_u td {
	font-size: 13px;
	overflow: hidden; /* fix overlaping issue */
    white-space: nowrap;
    text-overflow: ellipsis;
}

.user_dashboard .table_data_u td,
.user_dashboard .table_data_u th {
	padding: 14px 7px;
}

.table_data_u .id_col {
	width: 60px;
}

.table_data_u .date_col {
	width: 100px;
}

.table_data_u .booking_col {
	width: 80px;
}

.table_data_u .qty_col {
	width: 50px;
}

.table_data_u .amount_col {
	width: 80px;
}

.table_data_u .name_col {
	width: 150px;
}

.table_data_u .mobile_col {
	width: 110px;
}

.table_data_u .email_col {
	width: 250px;
}

.table_data_u .status_col {
	width: 100px;
}

.table_data_u .method_col {
	width: 100px;
}

.user_dashboard .table_data_u tr:hover {
	background: #f0f0f0;
}

.user_dashboard .paginaton {}

.paginaton a {
	color: #999;
	display: inline-block;
	padding: 0 6px;
}

.paginaton a.active {
	background: #30af0a;
	border-radius: 2px;
	color: #fff;
	padding: 6px 12px;
	margin: 0 6px;
}

.paginaton a.prev_nx {
	color: #111;
}
	

/* menu */

.dash_menu {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 5px;
	text-align: left;
}

.dash_menu a {
	color: #494848;
	display: block;
	padding-left: 19px;
}

.dash_menu a i {
	padding: 5px;
	display: inline-block;
	vertical-align: middle;
	color: #494848;
	transform: translateY(0);
	transition: all 0.4s linear;
}

.dash_menu li.current-menu-item a i{
	color: #fff;
}
.dash_menu li a:before {
	content: "";
	display: inline-block;
	position:absolute;
	left:7px;
	vertical-align: middle;
	background-image: url(assets/images/sprite_user_login.png);
}

.dash_menu li {
	position: relative;
	border-bottom: 1px solid #ececec;
	padding: 9px 6px 9px 19px;
	min-height: 50px;
}

.dash_menu li a span {
	display: none;
	text-align: center;
	position: absolute;
	width: 100px;
	bottom: calc(100% + 12px);
	left: calc(50% - 50px);
	background: #019ed1;
	color: #fff;
	padding: 3px;
	border-radius: 2px;
	word-wrap: break-word;
}

.dash_menu li a i {
	font-style: normal;
}

.dash_menu li.current-menu-item {
	background-color: #30af0a;
}
.dash_menu li:hover {
	background-color: #9a9a9a;
}
.dash_menu a#shrink_m {
	padding: 8px 8px 4px 16px;
	display: block;
	border-bottom: 1px solid #ececec;
}


.dash_menu li.dashboard-link.current-menu-item a:before{
	background-position: -46px 2px;
}

.dash_menu li.event-link.current-menu-item a:before {
	background-position: -141px -94px;
}
.dash_menu li.log-server-side.current-menu-item a:before,
.dash_menu li.log-client-side.current-menu-item a:before {
	background-position: -141px -94px;
}
.dash_menu li.tickets-link.current-menu-item a:before,
.dash_menu li.attendee-link.current-menu-item a:before {
	background-position: -50px -246px;
}
.dash_menu li.reports-link.current-menu-item a:before {
	background-position: -47px -196px;
}
.dash_menu li.ticket-log-link.current-menu-item a:before {
	background-position: -47px -292px;
}
.dash_menu li.scan-log-link.current-menu-item a:before {
	background-position: -47px -345px;
}

.dash_menu li.group-scan-link.current-menu-item a:before{
	background-position: -47px -345px;
}
.dash_menu li.whatsnew-link.current-menu-item a:before {
	background-position: -50px -394px;
}







.dash_menu .ad_pos {
	padding: 20px 14px !important;
}

.box_row_group .box_split_section {
	margin-top: 22px;
	padding: 0;
}

.user_booking_data .row01 {
	background-color: #f3f3f3;
	padding: 20px 0;
}

.user_booking_data .row01 h5 {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.user_booking_data .row01 p {
	color: #838383;
}

.user_booking_data .row02 {
	padding: 12px 0;
	position: relative;
}

.user_booking_data .row02 .spacee {
	padding: 0 7px;
}

.user_booking_data .row01>div {
	display: inline-block;
	padding: 0 20px 0 0;
}

.user_booking_data {
	position: relative;
}

.user_booking_data .img_pan img {
	max-width: 114px;
	max-height: 158px;
	border: 1px solid #e3e2e2;
	padding: 4px;
}

.user_booking_data .row02 h4 {
	font-size: 17px;
	margin-bottom: 5px;
}

.user_booking_data .row02 p {
	color: #838383;
}

.user_booking_data .ticket_info {
	margin-top: 7px;
}

.user_booking_data .seating_info {
	padding-left: 20px;
}

.next_prev {
	margin: 25px 0;
	text-align: right;
}

.next_prev a {
	display: inline-block;
	text-transform: uppercase;
	padding: 6px 20px;
}

.next_prev .prev_btn {
	background-color: #6d6d6d;
	color: #fff;
	margin-right: 12px;
}

.next_prev .prev_btn:hover {
	background-color: #9c9c9c;
}

.next_prev .next_btn {
	background-color: #30af0a;
	color: #fff;
}

.next_prev .next_btn:hover {
	background-color: #40c718;
}

.table_data_u .im_loading {
	position: absolute;
	top: 49%;
	left: 49%;
	margin: -15px 0px 0px -55px;
	background: url(assets/images/loader.gif) no-repeat center center;
	width: 50px;
	height: 50px;
	z-index: 100;
	font-size: 0;
}

div.dt-buttons {
	float: right !important;
	margin-top: -58px;
	position: relative;
}

div.dt-buttons a {
	background: #30af0a;
	color: #fff;
	border: 0;
	font-weight: 700;
	border: 0 !important;
}

div.dt-buttons a.buttons-pdf {
	background: #0a5caf;
	color: #fff;
	border: 0;
	font-weight: 700;
	border: 0 !important;
}

div.dt-buttons a.buttons-excel {
	background: #3f96bf;
	color: #fff;
	border: 0;
	font-weight: 700;
	border: 0 !important;
}

div.dt-buttons a:hover {
	background: #5bc0de !important;
}

.table_data_u {
	min-height: 350px;
}

table.dataTable,
table.dataTable.no-footer {
	margin: 0 !important;
	border: 0 !important;
}

.dataTables_scrollHeadInner{
	width: 100% !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 1px solid #ddd !important;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
	margin-top: 15px;
}

.im_loading {
	position: absolute;
	top: 49%;
	left: 49%;
	margin: -15px 0px 0px -55px;
	background: url(assets/images/loader.gif) no-repeat center center;
	width: 50px;
	height: 50px;
	z-index: 100;
	font-size: 0;
}

.dollaric {
	background-image: url(images/sprite_user_login1.png);
	background-position:2px -444px;
	height:30px;
	width:24px;
}

.dash_menu li.dollor-log-link a::before {
	background-image: url(images/sprite_user_login1.png);
	background-position: 4px -444px;
	height:30px;
	margin-top:3px;
	width: 30px;
}

.modal_pmt .hed_tx{
	font-size: 30px;
	font-weight:700;
	color: #000;
	text-align:center;
	margin:1px 0 15px;
}

.protectedPopup form p:first-child,
.modal_pmt .hed_tx_sub{ 
	font-size: 18px;
	color: #333;
	text-align:center;
	margin:15px 0px 15px;
}

.modal_pmt .sub_head {
	font-size: 20px;
	margin-bottom: 10px;
	text-align:center;
}

.modal_pmt .cls_btn,
.modal_pmt .cls_btn2,
.modal_pmt .cls_btn3{
	position:absolute;
	top:20px;
	right:20px;
	line-height: 0;
	z-index:2;
	cursor:pointer;
	display: block;
	width: 16px;
	height: 16px;
}

.hidepopup {
	transform: translate(-20px, 20px);
}

.organiserbox .closepop{
	padding-top:12px;
}

.logindiv .sec2{
	margin:8px 0 24px;
}
.logindiv .sec2 .tx_link{
	float:right;
}
.logindiv .regpan{
	margin:30px 0;
	text-align:center;
}

.logindiv div{
	color:#666;
}
.modal_pmt .tx_link{
	text-decoration:underline;
}
.modal_pmt .tx_link:hover{
	text-decoration:none;
	cursor:pointer;
}
.user_reg_pass_ot .btn_pan {
	margin-bottom: 25px;
}
.ticketbooking_popup .btn_pan {
	margin-bottom: 25px;
}
.modal_pmt input[type="radio"]{
	width:auto;
}
.modal_pmt select,
.modal_pmt .btn_pan button,
.modal_pmt .btn_pan a,
.modal_pmt textarea,
.modal_pmt input{
	width:100%;
	display:block;
}
.modal_pmt select,
.modal_pmt input[type=text],
.modal_pmt input[type=email],
.modal_pmt input[type=tel],
.modal_pmt input[type=password]{
	font-size: 16px;
	height:46px;
	border:1px solid #c6c3c3;
	margin-bottom:17px;
	padding-left:15px;
	padding-right:15px;
}
.ptkpartnerenquiry .modal_pmt input[type=text],
.ptkpartnerenquiry .modal_pmt input[type=email],
.ptkpartnerenquiry .modal_pmt input[type=tel],
.ptkpartnerenquiry .modal_pmt input[type=password]{
	height:45px;
	margin-bottom:15px;
}
.organiserbox .modal_pmt select,
.organiserbox .modal_pmt input[type=text],
.organiserbox .modal_pmt input[type=email],
.organiserbox .modal_pmt input[type=tel],
.organiserbox .modal_pmt input[type=password]{
	height:42px;
	margin-bottom:14px;
	color:#727272;
}
.modal_pmt textarea{
	height:84px;
	max-height:84px;
	max-width:100%;
	border:1px solid #c6c3c3;
	margin-bottom:17px;
	padding-left:15px;
	padding-right:17px;
	color:#727272;
}
.modal_pmt br{
	display:none;
}

.modal_pmt .search-results .tx01 br{
	display:block;
}

.protectedPopup input[type="submit"],
.modal_pmt .link_button03 {
	height:44px;
	font-size:20px;
	line-height: 2;
}

.modal_pmt .can-btn{
	display:block;
	text-align:center;
	color:#777;
}
.modal_pmt .can-btn a{
	color:#707070;
	cursor:pointer;
}
.modal_pmt .can-btn a:hover{
	color:#333;
}

.pg_hed01{
	font-size:32px;
	margin-bottom:15px;
	text-align:center;
	text-transform:uppercase;
}
.pg_hed01_sub.sub2{
	font-size:23px;
}
.pg_hed01_sub{
	font-size:26px;
	line-height:1.4;
	margin-bottom:30px;
	text-align:center;
	color:#174b94;
	max-width:930px;
	margin:auto;
}
.contact_pg .support{
	margin-top:20px;
	/*max-width:1080;*/
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.contact_pg .support h6{
	font-size: 18px;
	margin: 15px 0;
	text-align: center;
	color: #174b94;
}
.contact_pg .img_contct{
	margin-top:20px;
	margin-bottom:20px;
}



.registration-form .sub01_hed{
	font-size: 24px;
	/*text-transform:uppercase;*/
}
.registration-form .subhed_2{
	font-size:18px;
	margin:15px 0;
}
.event-info.form.contact{
	margin-top:15px;
}
.contact_pg .support .ph{
	column-gap: 34px;
	text-align:left;
	margin: auto;
}
.contact_pg .support .ph span{
	color:#555;
}

h5.hd5_stp{
	text-transform:uppercase;
	margin-top:20px;
	margin-bottom:20px;
	font-weight:700;
	font-size:18px;
}
.selltict_pg .section2{
	padding:40px 0;
	background-image:url(assets/images/bg_sellticket01.jpg);
	background-size:cover;
}
.faq_pg p,
.selltict_pg p{
	margin:30px 0;
	font-size: 17px;
}
.selltict_pg .tx_stp p{
	margin-bottom:0;
}
.selltict_pg .section2 .pg_hed02{
	text-align:center;
	text-transform:uppercase;
	margin-bottom:30px;
}
.selltict_pg .section2 .pg_hed01_sub{
	font-size:22px;
	color:#fff;
	margin-bottom:30px;
}
.selltict_pg .section2 .icobox{
	color:#111;
	text-align:center;
	display:table;
	vertical-align:middle;
}
p:empty{
	display:none;
}

.ico_st {
	display: inline-block;
	vertical-align: middle;
	background: url(assets/images/sellticket_sprite.png);
}
i.boxoff{
	background-position:16px 5px;
	height:110px;
	width:110px;
}
i.scan_feature{
	background-position:-137px 6px;
	height:110px;
	width:110px;
}
i.cashbook{
	background-position:6px -132px;
	height:110px;
	width:110px;
}
i.dashbord{
	background-position:125px -122px;
	height:110px;
	width:110px;
}
i.rport{
	background-position:0px -259px;
	height:110px;
	width:110px;
}
i.pvtevent{
	background-position:-138px -263px;
	height:110px;
	width:110px;
}
i.fastloading{
	background-position:-6px -413px;
	width:36px;
	height:36px;
}
i.cleanui{
	background-position:-73px -411px;
	width:36px;
	height:36px;
}
i.mutiseat{
	background-position:-152px -409px;
	width:36px;
	height:36px;
}
/*.selltict_pg .det_tx .ico_stp{
	display:inline-block;
	vertical-align: middle;
	width:80px;
	height:80px;
	padding-top:20px;
	border-radius:50%;
	background-image: linear-gradient(90deg, #184f9b, #2f77da);
}
.cha_col_handl .offset_el{
	display:table-cell;
	vertical-align:middle;
	padding: 0 50px;
}*/
.cms_pg [class*=section],
.selltict_pg .section3 {
	padding: 40px 0;
}
.faq_pg h3,
.cms_pg h3,
.selltict_pg h3{
	font-size:24px;
	font-weight:700;
	margin-bottom:15px;
}

.faq_pg h3 span,
.cms_pg h3 span,
.selltict_pg h3 span{
	font-weight:400;
}

.selltict_pg  .section3 .offset_b1{
	margin-top:15px;
}
.cms_pg  p{
	margin:10px 0;
}
.faq_pg .enquirnow,
.cms_pg .enquirnow,
.selltict_pg .enquirnow{
	padding:14px 40px;
	text-transform:uppercase;
}
h2.head_pg01 {
	font-size:24px;
	font-weight:700;
	color:#000;
	max-width:600px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.qa_pan h5{
	font-size:22px;
	font-weight:700;
	margin-bottom:15px;
	text-align:center;
}
.qa_pan h6{
	font-size:15px;
	margin-bottom:15px;
	text-align:center;
}
.hed_line01{
	background:#164c96;
	height:3px;
	width:100px;
	margin:20px auto;
}
.hed_line02{
	background:#000;
	height:3px;
	width:100px;
	margin:20px 0;
}
.selltict_pg .seltickt .det_tx{
	text-align:center;
	padding:15px;
}

/*.selltict_pg .det_tx:hover .ico_stp{
	background-color:#5497f4;
	background-image:none;
}*/
.about_pg .section2{
	color:#fff;
	background-image:url(assets/images/bg_about3.jpg);
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
	padding:40px 0 60px;
}
.promotion_fq_pan,
.about_pg .section4{
	color:#fff;
	text-align:center;
	background-image:url(assets/images/bg_ev_pro_easy.jpg);
	background-size:cover;
	background-position:center top;
	/*background-attachment:fixed;*/
	padding:150px 0 150px;
}
.promotion_fq_pan h3,
.about_pg .section4 h3{
	font-size:36px;
}
.promotion_fq_pan h4,
.about_pg .section4 h4{
	font-size:24px;
}
.promotion_fq_pan .offset_b1{
	margin-top:20px;
}
.about_pg .section2 .vcen{
	
}

.about_pg .section2 .row > div{
	display: inline-block;
	float: none;
	vertical-align: middle;
	width:49%;
	padding:0 20px;
}
.faq_pg .promotion_fq_pan{
	margin-bottom: -10px;
	position:relative;
}
.faq_pg .promotion_fq_pan *{
	position:relative;
}
.tcpage ol,
.tcpage ul{
	margin-top:10px;
	margin-bottom:10px;
}
.tcpage p,
.tcpage li{
	font-size:1.6rem;
	line-height:1.7;
	margin:10px 0;
}

.tcpage .subhed,
.tcpage h3{
	font-size:2.2rem;
	font-weight:700;
	margin:20px 0;
}

.countereset {
    counter-reset: my-sec-counter;
}

.countereset .numcounter::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter) ". ";
}

.lst_st01 {
    counter-reset: aa;
	list-style: none !important;
	padding: 0;
}

.lst_st01 h5::before,
.lst_st01 li::before {
    counter-increment: aa;
    content: attr(data-start) "." counter(aa) " ";
}

.tcpage .lst_st01 h5,
.tcpage .lst_st01 li{
	font-size:1.6rem;
	font-weight:600;
	margin:10px 0;
}

#bookseatInfo{
	font-size: 18px;
	color: #da251c;
	font-weight: 600;
}
.alreadypopup{
	text-align:center;
}
.alreadypopup p{
	font-size:17px;
	font-weight:600;
}
.opsicon{
	height: 72px;
	width: 72px;
	background-position: -278px -1013px;
}
.alreadypopup h5{
	font-size: 30px;
	color:#e41212;
	font-weight: 600;
	margin: 1px 0 15px;
}
.alreadypopup .btn_pan{
	margin-top:15px;
	margin-bottom:15px;
}
.alreadypopup .btn_pan a{
	width: 100%;
	cursor:pointer;
	display: block;
	height: 44px;
	font-size: 20px;
	line-height: 2;
}
.registration-form  label{
	display:block;
}
.registration-form .bl01{
	margin-bottom:10px;
}
.adv_pg .event-info.form.contact textarea{
	height: 187px;
}
.adv_pg .captcha-image{
	max-width:100px;
}

ul#country-list li{
	line-height:2;
}
ul#country-list li:hover{
	color:#e0284a;
}
#country-list{
	margin-bottom: 30px;
}

#choose_contry .country.allcountry.country_active,
.country.allcountry.country_active,
#choose_contry .country.allcountry:hover {
	background-position: 0 -240px;
}

#choose_contry .country.australia {
	background-position: 0 0;
	height: 84px;
	width: 84px;
}

#choose_contry .country.australia:hover {
	background-position: 0 -240px;
}
#choose_contry .country.australia.country_active{
	background-position: 0 -490px;
}

#choose_contry .country.canada {
	background-position: -157px -1px;
	height: 85px;
	width: 90px;
}

#choose_contry .country.canada.country_active{
	background-position: -157px -490px;
}

#choose_contry .country.canada:hover {
	background-position: -157px -241px;
}
#choose_contry .country.india {
	background-position: -321px -1px;
	height: 85px;
	width: 75px;
}

#choose_contry .country.india:hover {
	background-position: -321px -240px;
}

#choose_contry .country.india.country_active{
	background-position: -321px -484px;
}


#choose_contry .country.zealand {
	background-position: -1px -123px;
	height: 92px;
	width: 75px;
}

#choose_contry .country.zealand:hover {
	background-position: -1px -364px;
}

#choose_contry .country.zealand.country_active{
	background-position: -1px -603px;
}

#choose_contry .country.usa {
	background-position: -152px -123px;
	height: 92px;
	width: 108px;
}
#choose_contry .country.usa:hover {
	background-position: -152px -362px;
}
#choose_contry .country.usa.country_active{
	background-position: -152px -603px;
}

#choose_contry .country.uk {
	background-position: -338px -123px;
	height: 93px;
	width: 56px;
}

#choose_contry .country.uk:hover {
	background-position: -338px -360px;
}


.country.dubai {
	background-position: -432px 0px;
	height: 92px;
	width: 89px;
}

.country.singapore + span:after,
.country.dubai + span:after{
	content:' Coming Soon';
	font-size:9px;
	font-weight:700;
	color: red;
}

.country.dubai:hover {
	background-position: -432px -242px;
}

.country.singapore {
	background-position: -432px -145px;
	height:75px;
	width: 89px;
}
.country.singapore:hover {
	background-position: -432px -376px;
}

#choose_contry span b{
	font-size:9px;
	color: red;
}
.user_booking_data .resendticket {
	text-align: right;
	padding-right: 20px;
}
.resendticket a{
	display: inline-block;
	background: #039fd2;
	color: #fff;
	font-size: 15px;
	padding: 8px 20px;
	text-decoration: none;
}
.resendticket a:hover {
	color: #fff;
	background: #0488b3;
}

.advertise_pg.container{
	max-width:800px;
}
.advertise_pg .event-info.form.contact textarea{
	width:95%;
}
.contact_pg{
	padding:30px 0;
}
.suuprt_pg .shadow_b {
	position: relative;
	text-align: center;
	background-color: #fff;
	padding: 25px 12px;
	border-radius: 6px;
	box-shadow: 0 0 12px rgba(0,0,0,0.15);
}

.suuprt_pg .ico_contct {
	display: inline-block;
	vertical-align: middle;
	background-image: url(assets/images/supoort_icons.png);
	background-repeat: no-repeat;
}

.suuprt_pg i.ico_contct.phne {
	width: 136px;
	height: 159px;
	background-position: 0 10px;
}
.suuprt_pg i.ico_contct.tickt {
	width: 157px;
	height: 159px;
	background-position: -189px 0px;
}

.suuprt_pg i.ico_contct.emelc {
	width: 127px;
	height: 159px;
	background-position: -416px 10px;
}

.suuprt_pg i.ico_contct.chatc {
	width: 187px;
	height: 159px;
	background-position: -605px 10px;
}


.suuprt_pg .shadow_b .tx01{
	min-height:45px;
}
.suuprt_pg .shadow_b h4 {
	font-size: 21px;
	color: #144c95;
	font-weight: 700;
	margin: 22px 0;
}
.suuprt_pg .offhed {
	font-size: 27px;
	font-weight: 700;
	color: #144c95;
}
.suuprt_pg .offclist h5 {
	font-size: 20px;
	font-weight: 700;
	margin: 6px 0;
}
.suuprt_pg .offclist {
	padding: 10px 15px 10px 0;
	margin-bottom: 20px;
}
.suuprt_pg .offclist p {
	margin: 2px 0;
}

.suuprt_pg .lsts{
	max-width:1150px;
	margin:0 auto;
}

.seat_booking  .close_seat_choose {
	display:none;
}
.msgnorecord {
	padding-top: 40px;
	padding-bottom: 40px;
}
.msgnorecord .tx1{
	color: #d41616;
	text-align: center;
	font-size: 40px;
	margin-bottom:20px;
}
.msgnorecord .tx2{
	color: #666;
	text-align: center;
	font-size: 17px;
}
/*.gotowebsite a{
	display:inline-block;
	background: #154a93;
	color: #fff;
	border: 0;
	padding: 6px 15px;
	font-size: 15px;
}
.gotowebsite a:hover{
	background: #2265c1;
	color: #fff;
}*/

.artiist_pg th,
.artiist_pg td{
	padding:3px;
}
.artiist_pg table,
.artiist_pg p,
.artiist_pg h3{
	margin-bottom:15px;
}
#ytvideo2{
	clear:both; /* artist page */
}

@media (min-width:768px) {
	
	.user_dashboard .right_u {
		max-width: calc(100% - 270px);
	}

	.contact_pg .support .ph{
		max-width:730px; 
		column-count:3;
	}
	
	.artist_pot{
		float: left;
		margin-right: 28px;
		margin-bottom: 10px;
	}
	.sep_blk{
		padding:60px 0;
	}
	.sep_blk_b{
		padding-bottom:60px;
	}
	.sep_blk_t{
		padding-top:60px;
	}

	.sep_blk_t.hmpg{
		padding-top:30px;
	}

	.contact_pg{
		padding:60px 0;
	}
	.msgnorecord .tx2 {
		font-size: 28px;
	}
	.event-gallery .col-sm-6:nth-child(2n+1){
		clear:both;
	}
	
	.user_login .event_details {
		min-height: 390px;
	}
	#country-list{
		margin-bottom:60px;
	}
	ul#country-list li{
		display:inline-block;
		line-height:2.5;
		width:50%;
	}
	.gotowebsite{
		float: left;
		width: 40%;
		text-align: center;
	}

	.header_menu  .gotowebsite{
		margin-top: 7px;
	}


	.customer_detail_page .head_tx_collpasible i{
		display:none;
	}
	.customer_detail_page .f_elem_01.collapse{
		display:block;
		visibility: visible;
		height: auto !important;
	}
	.modal_pmt div.wpcf7-response-output,
	.modal_pmt div.wpcf7-mail-sent-ok {
		margin-left: 80px;
		margin-right: 80px;
	}
	.promotion_fq_pan h3,
	.about_pg .section4 h3{
		font-size:56px;
	}
	.promotion_fq_pan h4,
	.about_pg .section4 h4{
		font-size:36px;
	}
	.about_pg .section4{
		padding:220px 0 200px;
	}
	.about_pg .section2{
		padding:42px 0 0px;
	}
	.faq_pg .enquirnow,
	.cms_pg .enquirnow,
	.selltict_pg .enquirnow{
		padding:20px 60px;
	}
	.cms_pg  p{
		margin:40px 0;
		font-size:16px;
	}
	h2.head_pg01 {
		font-size:38px;
	}
	h5.hd5_stp{
		margin-top:25px;
		margin-bottom:25px;
	}
	.hed_line01{
		margin:40px auto;
	}
	.hed_line02{
		margin:40px 0;
	}
	.qa_pan h5{
		font-size:32px;
	}
	.qa_pan h6{
		font-size:17px;
		margin-bottom:30px;
	}
	.faq_pg h3,
	.cms_pg h3,
	.selltict_pg h3{
		font-size:40px;
		margin-bottom:30px;
	}

	.selltict_pg  .section3 .offset_b1{
		margin-top:30px;
	}

	.tx_st1{
		transform: translateY(100%);
	}

	.selltict_pg .section2{
		padding:60px 0 80px;
	}
	/*.cha_col_handl .con_tx{
		position:relative;
		min-height:232px;
		text-align:left;
	}
	.cha_col_handl > [class*=col-]{
		padding:0;
	}
	.selltict_pg .section2 .icobox{
		position:absolute;
		top:0;
		width:232px;
		height:232px;
	}
	.selltict_pg .section2 .icobox.box1{
		right:0;
	}
	.selltict_pg .section2 .icobox.box2{
		left:0;
	}
	.selltict_pg .section2 .con_tx.box1{
		padding-right:250px;
	}
	.selltict_pg .section2 .con_tx.box2{
		padding-left:250px;
	}*/
	.advertise_pg .row{
		margin-top:15px;
		margin-top:15px;
	}
	.seltickt > [class*=col-]{
		padding-right: 20px;
		padding-left: 20px;
	}
	.registration-form .sub01_hed{
		font-size:36px;
	}

	.contact_pg .img_contct{
		margin-top:60px;
		margin-bottom:60px;
	}
	.contact_pg .support{
		margin-top:60px;
	}
	.pg_hed01{
		font-size:40px;
		margin-bottom:20px;
	}
	.pg_hed01_sub{
		font-size:32px;
		margin-bottom:30px;
	}
	.modal_pmt .modal-dialog {
		width: 600px;
	}
	.user_dashboard .left_u {
		width: 250px;
	}
	.shrinked .dash_menu li a i {
		transform: translateX(-9999px);
	}
	.user_dashboard .left_u.shrinked {
		width: 100px;
		transition: all 0.4s linear;
		min-width: 0;
	}
	.left_u.shrinked {
		text-align: center;
	}
	.user_dashboard .right_u.shrinked {
		margin-left: -110px;
		padding-left: 110px;
		transition: all 0.45s linear;
	}
	.shrinked .dash_menu span.tx {
		display: none;
	}
	.shrinked .dash_menu li:hover span {
		display: block;
	}
	.shrinked .dash_menu li:hover span:after {
		content: "";
		position: absolute;
		left: calc(50% - 3px);
		top: 100%;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #019ed1;
	}
	.gallery-list {
		margin-top: -15px;
	}

	.gallery-list>li {
		float: left;
		height: 180px;
		padding: 15px;
		overflow: hidden;
		width:33.33%;
	}
	
	.gallery-list li a {
		position: relative;
		display: block;
	}
	.registration-form .wpcf7-submit.btn-pay {
		padding: 12px 40px;
		font-size:16px;
		width:50%;
		max-width: 400px;
	}
	.registration-form .event-info.form input[type="text"], .registration-form .event-info.form input[type="tel"], .registration-form .event-info.form input[type="email"], .registration-form .event-info.form input[type="number"], .registration-form .event-info.form select {
		width: 95%;
		padding:10px 12px;
	}
	.captcha-image.wpcf7-captchar{
		max-width:90px;
	}
	textarea::placeholder,
	input[type=password]::placeholder,
	input[type=tel]::placeholder,
	input[type=email]::placeholder,
	input[type=text]::placeholder{
		font-size:16px;
	}
	.event-info.form.contact textarea {
		width: 98.5%;
		max-width:1244px;
		height: 110px;
	}
	.event-info.form li {
		margin-bottom: 24px;
	}
	/* choose country popup s */
	.country_choose_pop .cont_main {
		max-width: 600px;
		margin: auto;
	}
	#choose_contry .close {
		font-size: 40px;
		line-height: 21px;
	}
	#choose_contry {
		text-align: center;
	}
	#choose_contry .country {
		background-image: url(assets/images/popup-country-sprite.png);
		background-repeat: no-repeat;
		margin-left: auto;
		margin-right: auto;
		cursor: pointer;
	}
	#choose_contry .country.allcountry {
		background-position: 0 0;
		height: 84px;
		width: 84px;
	}
	
	#choose_contry .country_p span {
		padding-top: 12px;
	}
	#choose_contry .modal-body {
		margin-top: 15px;
	}
	#choose_contry .country_p {
		padding: 25px 0 40px;
		text-align: center;
	}
	.country_p>.r1 {
		margin-bottom: 35px;
	}
	.cancel_t_m {
		margin-top: 25px;
		margin-bottom: 15px;
		clear: both;
	}
	.cancel_t_m a {
		color: #666;
	}
	.cancel_t_m a:hover {
		color: #444;
	}
	/* choose country popup e */
}

@media (min-width:768px) and (max-width:1119px){
	
	.order_sum .recalculate_pan {
		padding: 15px 4px 4px;
	}

	.contact_pg .support .ph {
		column-gap: 20px;
	}
	.user_booking_data .row01>div {
		margin-bottom: 15px;
	}

	.user_booking_data .row01 .payment,
	.user_booking_data .row01 .dt{
		width: 55%;
	}

	.user_booking_data .img_pan img {
		max-height: 128px;
	}
	
}
	
	


@media (min-width:1200px) {
	
	.gallery-list>li {
		height:212px;
		width: 25%;
	}

	.user_dashboard .left_u {
		width: 270px;
	}

	.contact_pg .support .ph{
		max-width:810px; 
	}

	.right_pan .box_content {
		margin-top: 30px;
	}
	
	.footerCntr {
		padding-top: 72px;
		padding-bottom: 45px;
	}
	
}
	

@media (max-width:767px) {


	body .box_split_section {
		padding: 15px 10px;
	}

	.event-gallery [class*=col-] {
		/*padding: 0;*/
	}
	.dataTables_paginate.paging_full_numbers{
		text-align:center;
	}
	.dataTables_paginate.paging_full_numbers span{
		display:inline-block;
		margin:5px 0;
	}
	
	.user_dashboard .dash_con h5.htx_u1 {
		font-size: 18px;
	}

	.user_login h2.headtx_u {
		font-size:15px;
	}
	
	.user_login h2.headtx_u i{
		display:none;
	}
	
}
	

/* Partner + Venue */

.inner-wrap-ptk .location-ptk {
	font-size: 15px;
	color: #9f9f9f;
	margin-bottom: 15px;
}

.inner-wrap-ptk p {
	color: #474747;
	font-size: 14px;
	line-height: normal;
}

.inner-wrap-ptk>h3 {
	color: #105aa3;
	font-weight: 700;
	font-size: 22px;
	padding: 0 0 15px;
	margin: 0px;
}

.partner-logo-ptk {
	margin-bottom: 20px;
}

.tag-partner-ptk {
	background: #105aa3;
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
	margin-left: -30px;
	padding: 5px 20px;
	position: relative;
}

.tag-partner-ptk::before {
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid #043362;
	bottom: -10px;
	content: "";
	left: -9px;
	position: absolute;
}

.venue-list .blog-block {
	background-color: #fff;
	box-shadow: 0 1px 4px 2px #eaeaea;
	margin: 0px 0 10px;
	padding: 15px 10px;
}

.venue-list .blog-block .imagebox {
	text-align: center;
}

.venue-list .blog-block .imagebox img {
	height: 160px;
}

.venue-list .blog-block .textbox {
	overflow: hidden;
}

.venue-list .blog-block h3 {
	color: #105aa3;
	font-size: 24px;
	margin: 10px 0 5px;
	padding: 0;
}

.venue-list .blog-block .view-map {
	color: #154b94;
	display: inline-block;
	margin-bottom: 10px;
	border-bottom: 1px solid #c4d2e4;
	margin-left: 5px;
}

.venue-list p {
	font-size: 14px;
	line-height: 22px;
	padding: 0 0 10px;
}

.clear {
	width: 100%;
	overflow: hidden;
	height: 0px;
	clear: both;
}

.content-box.artist .blog-block {
	background-color: #fff;
	box-shadow: 0 1px 4px 2px #eaeaea;
	margin: 0px 0 20px;
	padding: 15px 20px;
}

.content-box.artist .blog-block .imagebox {
	text-align: center;
	margin-bottom: 15px;
}

.content-box.artist .blog-block .textbox {
	overflow: hidden;
}

.content-box.artist .blog-block h3 {
	font-size: 22px;
	margin: 0 0 20px;
	padding: 0;
}

.content-box.artist .blog-block h3 a {
	color: #105aa3;
}

.content-box.artist p {
	font-size: 17px;
	line-height: 24px;
}

.about_page h3 {
	color: #105aa3;
	font-weight: 700;
	font-size: 21px;
	margin: 0 0 15px 0;
}

.about_page p {
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 20px;
}

.tc_p h3 {
	color: #105aa3;
	font-size: 19px;
	margin: 15px 0;
}

.tc_p p {
	font-size: 14px;
	line-height: 22px;
	padding: 0 0 10px;
}

.tc_p ul,
.tc_p ol {
	font-size: 14px;
	line-height: 22px;
}
	
	

/* New Header */
	/* new design 24 */
.hederv2.header_menu{
	padding-top:18px;
	padding-bottom:19px; 
}

.header_menu .flex_b.r1{
	position:relative;
}

.srch_bx_02 {
	margin-right: 30px;
	/*width:36px;
	height:33px;
	position:relative;
	margin-top: -5px;
	transition:all 0.2s;
	position:absolute;
	right:228px;
	background:#fff;
	border: 1px solid #bcbcbc;*/
}
.srch_bx_02 .close_s2{
	position: absolute;
	right: 6px;
	top: 6px;
}
.srch_bx_02 form{
	display:none;
}
/*.srch_bx_02.expanded form{
	display:block;
}*/

.hederv2 .srch_bx_02 .show_sech{
	/*position: relative;
	right: -5px;
	top: 2px;
	display:block;*/
}

.hederv2 .srch_bx_02{
	border: 0 !important;
	outline: 0 !important;
}

.expanded .show_sech{
	display:none !important;
}

.expanded button.btn_flse{
	display:block !important;
}

.hederv2 button.btn_flse{
	display:none;
	position: absolute;
	right: 32px;
	top: 1px;
}

.hederv2 .srch_bx_02 input{
	padding:4px 10px;
	padding-right:68px;
	width:100%;
	border:0;
}

.hederv2 .select_contry{
	text-align: right;
	padding-right: 10px;
	padding-left: 20px;
}

.hederv2 .city_dd_01{
	min-width:212px;
	position:relative;
}

.hederv2 .city_dd_01:before{
	content:"";
	position:absolute;
	right:10px;
	top:14px;
	background-position: -463px -49px;
	height: 7px;
	width: 12px;
	pointer-events:none;
	display: inline-block;
	background-image: url(assets/images/sprite_premier_ticket.png);
}

.hederv2 .city_dd_01 .city_bt{
	background:#fff;
	border:1px solid #c0c0c0;
	padding:6px 10px;
	width:95%;
	text-align:left;
}


.hederv2 .city_dd_01 .city_bt:hover{
	border:1px solid #999;
}
.hederv2 .city_bt i{
	float:right;
	margin-top:8px;
}
.hederv2 .head_navigation{
	flex:1;
}
.heder_w_serch.header_menu .navbar-nav {
	text-align: left;
}

/* new design 24 */
.hederv2.header_menu .nav a {
	padding: 15px 1px 14px; 
	border-bottom:4px solid #fff;
	text-transform:none;
	color:#333;
	font-size:18px;
}
	


.hederv2.header_menu .navbar-nav li{
	margin-right:24px;
}
.hederv2 .nav>li>a:focus, .hederv2 .nav>li>a:hover {
	background-color:transparent;
	color: #000;
}

.gotowebsite a,
.selltickets a{
	display: inline-block;
	font-weight:500;
	padding: 6px 17px;
	background: #ff002a;
	color: #fff;
	text-decoration: none;
	border: 0;
	border-radius:4px;
	transition: all 0.2s linear;
}

.gotowebsite a:focus,
.gotowebsite a:hover,
.gotowebsite a:active,
.selltickets a:focus,
.selltickets a:active,
.selltickets a:hover{
	background: #e0284a;
	color: #fff;
	text-decoration: none;
}

.hederv2 .sell_ptk{
	padding:6px 17px;
}
.city_dd_01 .dropdown-menu{
	width:100%;
	border-radius:0;
}
.city_dd_01 .dropdown-menu a{
	display: block;
	padding:6px 10px;
	color: #111;
}
.hederv2 .hedr2_blk02{
	color:#707070;
	width: 124px;
}

.hederv2 .sign_btn > a {
	text-transform: capitalize;
	color: #707070;
}

.hederv2 .sign_btn .uname{
	text-transform: capitalize;
	max-width:85px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display: inline-block;
	vertical-align: middle;
}

.hederv2 .sign_btn > a:hover {
	color: #444;
}
.sign_btn > a:hover .userCir{
	opacity: 1;
}
	
/* New Header */
	
	

/* Seat Popup rem */

.ev_dt_seat_pop {
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	max-width: 630px;
}

.ev_dt_seat_pop .hed_pan {
	background-color: #1b5095;
	color: #fff;
	padding: 17px 0;
	line-height: 1;
	text-align: center;
}

.ev_dt_seat_pop .hed_pan h3 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
}

.ev_dt_seat_pop .booking_pan {
	padding: 30px 60px;
	text-align: center;
}

.ev_dt_seat_pop .booking_pan h4 {
	font-size: 24px;
	color: #d32020;
	margin-bottom: 19px;
}

.ev_dt_seat_pop .booking_pan h6 {
	font-size: 18px;
	font-weight: 700;
	color: #7f7f7f;
	margin-bottom: 20px;
}

.ev_dt_seat_pop .ticket_qty span {
	display: inline-block;
	border: #ededed 1px solid;
	border-radius: 2px;
	width: 34px;
	height: 34px;
	padding-top: 4px;
	margin: 10px 5px;
	color: #939191;
	font-weight: 700;
	font-size: 16px;
}

.ev_dt_seat_pop .ticket_qty span:hover,
.ev_dt_seat_pop .ticket_qty span:active {
	background-color: #fc4365;
	color: #fff;
	border: 1px solid transparent;
	cursor: pointer;
}

.ev_dt_seat_pop .btn_panel {
	margin-top: 25px;
}

.ev_dt_seat_pop .btn_panel a {
	display: inline-block;
	background-color: #30af0a;
	border-radius: 1px;
	padding: 8px 16px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}

.ev_dt_seat_pop .msg {
	font-size: 15px;
	color: #707070;
	font-weight: 400;
	margin-top: 20px;
}

.citytag {
	font-size: 13px;
	line-height: 2;
	margin: 15px 0 0;
}
.loader_popup{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(255,255,255,0.5);
	text-align:center;
}

.loader_popup img{
	position:absolute;
	top:50%;
	margin-top:-20px;
	margin-left:-10px;
}

.faq_pg [class*=section],
.selltict_pg [class*=section] {
	padding: 40px 0 40px;
}

@media (min-width:768px) {


	body:not(.home) .onlogged .logo{
		margin:5px 0 0;
	}
	.select_contry {
		/*float: right;
		position: relative;
		margin-left: 20px;
		margin-top: 0px;*/
	}
	.ev_dt_seat_pop .btn_panel a {
		padding: 11px 60px;
		font-size: 18px;
	}
	.col-md-20 {
		width: 25%;
		float: left;
		padding: 0 15px;
	}
	.f_elem_01 .left_p {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 210px;
		background: #f5f5f5;
	}
	.f_elem_01 .right_p {
		padding: 2px 4px 0 230px;
	}
	.select_contry .dropdown-menu {
		left: 0;
		right: 0;
		border-radius: 0;
		padding: 0;
	}
	.cart_header {
		left: 0;
		right: 0px;
		z-index: 100;
		padding: 0;
		border-radius: 0;
		border: 4px solid #e7e8e6;
	}
	.single_pg_checkout .panel h4 {
		position: relative;
	}
	.single_pg_checkout .contact_d .elem {
		float: left;
		width: 49%;
	}
	.single_pg_checkout .contact_d .elem:nth-child(2n+2) {
		float: right;
	}
	.nav>li>a:focus,
	.nav>li>a:hover {
		text-decoration: none;
		background-color: #fc4365;
		color: #fff;
	}
	.rgt_menu_group ul li a:hover {
		text-decoration: none;
		background-color: #fc4365;
		color: #fff;
	}
	.cart_header h3 {
		color: rgb(212, 22, 22);
		margin-bottom: 12px;
		font-size: 15px;
	}
	.cart_header:before {
		content: "";
		position: absolute;
		top: -12px;
		right: 9px;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-bottom: 12px solid #e7e8e6;
	}
	.cart_header .wrapper_menu {
		position: relative;
		margin: 10px;
		padding: 10px 5px 2px;
		background: #fff;
		border-radius: 3px;
	}
	.cart_header .check_head {
		padding-top: 8px;
	}
	.cart_header .btn_premier_01 {
		width: 49%;
		float: right;
		padding: 9px 0;
		font-size: 21px;
	}
	.cart_header .btn_premier_02 {
		width: 49%;
		float: left;
		padding: 9px 0;
		font-size: 21px;
	}
	.cart_header .allticket_info .ticket_booking_info {
		margin-bottom: 6px;
	}
	.cart_header .allticket_info {
		border-top: 1px solid #bfbfbf;
		border-bottom: 1px solid #bfbfbf;
		padding: 10px 0;
	}
	.cart_header .event_info {
		margin-bottom: 8px;
	}
	.cart_header .wrapper_menu:after {
		content: "";
		position: absolute;
		top: -10px;
		right: 48%;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #fff;
	}
	.search_header {
		position: absolute;
		width: 400px;
		right: -10px;
		top: calc(100% + 10px);
		left: auto;
		z-index: 100;
	}
	.search_header:before {
		content: "";
		position: absolute;
		top: -11px;
		right: 12px;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: 10px solid #d6d6d6;
	}
	.search_header:after {
		content: "";
		position: absolute;
		top: -10px;
		right: 13px;
		border-right: 9px solid transparent;
		border-left: 9px solid transparent;
		border-bottom: 10px solid #fff;
	}
	.search_header input {
		background: #fff;
		border: 0;
		width: calc(100% - 35px);
		height: 30px;
		vertical-align: middle;
	}
	
	.header_menu:before {
		/*background-image: url(assets/images/ticket_style_top_bottom.png);
		background-repeat: repeat-x;
		background-position: 0px -6px;
		top: 0;
		content: "";
		height: 6px;
		left: 0;
		position: absolute;
		width: 100%;*/
	}
	.seat_selector_heading select {
		min-width: 300px;
	}
	
	.event_wrapper {
		max-width: 1260px;
		margin: 10px auto 40px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.promter_pg .event_wrapper,
	.all_ev_pg.event_wrapper {
		padding-left: 3px;
		padding-right: 12px;
		padding-top:0;
	}
	
	.srch_pan_n_grid_02 .wrapper_02 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.event_wrapper [class*=col-]:nth-child(3n+1) {
		clear: both;
	}
	.footerCntr ul.collapse {
		display: block;
	}
	/* subscribe popup */
	.footerCntr ul.collapse li{
		white-space:nowrap;
	}
	
	.checkout_pop {
		margin-top: -150px !important;
	}
	
	/* subscribe popup */
	
	.modal_pmt .modal-body{
		padding: 40px 60px;
	}
	
	.checkout_seat_price .check_head {
		width: 286px;
	}
	.seltickt > [class*="col-"]:nth-child(2n+1){
		/*clear:both;*/
	}
	.venue-list .blog-block {
		padding: 15px 20px;
	}
	.content-box.artist .blog-block .imagebox {
		float: left;
		margin: 0 20px 0 0;
		width: 185px;
		height: auto;
	}
	.venue-list .blog-block .imagebox {
		float: left;
		margin: 10px 30px 10px 10px;
		width: 253px;
		height: auto;
		text-align: center;
	}
	
	.select_contry .dropdown-menu {
		left: auto;
		right: 0px;
		top: calc(100% + 20px);
		width: 552px;
	}
	
	.select_contry.dropdown button{
		color:#fff;
	}

}


	
@media (min-width:992px) {
	

	#organiserbox .modal_pmt .modal-body,
	#ptkpartnerenquiry .modal_pmt .modal-body{
		padding: 34px 80px;
	}
	
	.modal_pmt.country_choose_pop .modal-body{
		padding: 40px 50px;
	}
	.modal_pmt .modal-body{
		padding: 40px 72px;
	}
	
	.about_pg .section5{
		margin-bottom: -30px;
	}
	.about_pg .section5 [class*=col-]{
		padding-left:50px;
		padding-right:50px;
	}
	.about_pg .offset_b11{
		margin-top:20px;
		margin-bottom:0;
	}
	.about_pg .section1 .offset_01{
		margin-top:44px;
	}
	.advertise_pg [class*=section],
	.faq_pg [class*=section],
	.selltict_pg [class*=section] {
		padding: 80px 0 80px;
	}
	.selltict_pg .section2 .pg_hed01_sub {
		margin-bottom: 50px;
	}
	.selltict_pg .section3 {
		padding: 80px 0;
	}

	.event_wrapper [class*=col-]:nth-child(3n+1) {
		clear: none;
	}
	.event_wrapper [class*=col-]:nth-child(4n+1) {
		clear: both;
	}
	.dash_menu li:hover a i {
		color: #fff;
	}
	.dash_menu li.dollor-log-link:hover a:before {
		background-position: -45px -447px;
	}

	

	.dash_menu li:hover i.dash_u {
		background-position: -49px 2px;
	}
	.dash_menu li:hover i.event_u {
		background-position: -149px -94px;
	}
	.dash_menu li:hover i.tscan_u {
		background-position: -49px -145px;
	}
	
	.dash_menu li:hover i.booking_u {
		background-position: -50px -44px;
	}
	
	.dash_menu li:hover i.reports_u {
		background-position: -50px -196px;
	}
	.dash_menu li:hover i.tlog_u {
		background-position: -50px -292px;
	}
	.dash_menu li:hover i.scanlog_u {
		background-position: -49px -345px;
	}
	.dash_menu li.ticket-scan-link:hover a:before {
		background-position: -46px -145px;
	}
	.dash_menu li.booking-link:hover a:before {
		background-position: -47px -41px;
	}
	.dash_menu li.reports-link:hover a:before {
		background-position: -47px -196px;
	}
	.dash_menu li.tickets-link:hover a:before,
	.dash_menu li.attendee-link:hover a:before {
		background-position: -50px -246px;
	}
	.dash_menu li.log-server-side:hover a:before,
	.dash_menu li.log-client-side:hover a:before {
		background-position: -141px -94px;
	}
	.dash_menu li.dashboard-link:hover a:before {
		background-position: -46px 2px;
	}
	.dash_menu li.event-link:hover a:before {
		background-position: -141px -94px;
	}
	.dash_menu li:hover i.attendee_u {
		background-position: -50px -246px;
	}
	.dash_menu li.whatsnew-link:hover a:before,
	.dash_menu li:hover i.setup_u {
		background-position: -50px -394px;
	}
	.dash_menu li.group-scan-link:hover a:before {
		background-position: -47px -345px;
	}
	.dash_menu li.scan-log-link:hover a:before {
		background-position: -47px -345px;
	}
	.dash_menu li.ticket-log-link:hover a:before {
		background-position: -47px -292px;
	}
		
}

@media (min-width:768px) and (max-width:1023px) {

	.user_dashboard .booking_payment .col-md-20 {
        width: 49%;
		margin-bottom: 15px;
    }

	.user_dashboard .booking_payment .col-md-20:nth-child(2n+1){
		clear: both;
	}

}


@media (min-width:768px) {

	.modal_pmt.vrtcen {
		text-align: center;
		padding: 0 !important;
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	}
	.modal_pmt.vrtcen:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -4px; /* Adjusts for spacing */
	}
	.modal_pmt.vrtcen .modal-dialog {
		display: inline-block;
		text-align: left;
		vertical-align: middle;
	}


}

@media (min-width:1200px) {

	.flinks_p[class*=col-] {
		width: 15.5%
	}	

	.logo_footer[class*=col-] { 
		width:17.5%;
		margin-right: 45px;
	}

	.container {
		width: 100%;
	}
	.cms_pg [class*=section],
	.selltict_pg .section3 {
		padding: 80px 0;
	}

	body{
		padding-top:84px;
	}
	
	.hederv2 .sign_btn .uname {
		max-width: 150px;
	}
	.page_heading_bloc {
		padding: 148px 0;
		min-height: 396px;
	}

	.page_heading_bloc.contact2 {
		padding:222px 0;
	}

	.actual_seating_btn:hover {
		color: #fff;
		background: #0488b3;
	}
	.event-gallery .col-sm-6:nth-child(2n+1){
		clear:none;
	}
	i.close_s2 {
		opacity:0.7;
	}
	i.close_s2:hover{
		opacity:1;
		cursor:pointer;
	}
	.gethelp_pan h3{
		margin-top:50px;
	}
	.boxoffice_pan h3{
		margin-top:84px;
	}
	.platform_pan h3{
		margin-top:112px;
	}
	.modal-open{
		/* padding-right:0 !important; on 29-4-24 modal popup dacing fix */
	}
	
	/*.container {
		padding-right: 10px;
		padding-left: 10px;
	}
	*/
	.cart_header {
		left: auto;
		right: -10px;
		top: calc(100% + 19px);
		min-width: 440px;
	}
	.active .seat_booking .expand_link_pan {
		right:90px;
		top: 20px;
	}
	.zoom_in_out,
	.expand_link_pan {
		display: block;
	}
	.zoom_in_out {
		position: absolute;
		left: 18px;
		top: 20px;
	}
	.zoom_in_out p {
		color: #424242;
		text-align: center;
		text-transform: uppercase;
		font-size: 13px;
		margin-bottom: 5px;
	}
	.zoom_in_out a {
		background: #797979;
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
		color: #fff;
		border-radius: 4px;
		padding: 0 3px;
		text-align: center;
		display: inline-block;
		vertical-align: middle;
		width: 28px;
		height: 28px;
		margin-right: 2px;
		font-size: 30px;
		line-height: 0.8;
	}
	.zoom_in_out a.disabled_mode {
		opacity: 0.5;
		cursor: default;
		background: #797979;
	}
	.zoom_in_out a:hover {
		background: #30af0a;
	}
	.zoom_in_out a.disabled_mode:hover,
	.zoom_in_out a.max_w,
	.zoom_in_out a.max_w:hover,
	.zoom_in_out a.min_w,
	.zoom_in_out a.min_w:hover {
		opacity: 0.5;
		cursor: default;
		background: #797979;
	}
	.zoom_in_out .zoom_out {
		font-size: 36px;
		line-height: 0.65;
	}
	.seat_booking .expand_link_pan {
		position: absolute;
		right: 0px;
		left: auto;
		margin: auto;
		text-align: right;
		top: 17px;
		color: #111;
		font-size: 21px;
		z-index: 100;
	}
	.expand_link_pan a {
		display: inline-block;
		margin: 0 17px 0 0;
	}
	.footer-bottom .payment {
		max-width: 300px;
		float: right;
	}
	.seat_selector_page .col-md-8 {
		width: 810px;
	}
	.seat_selector_page .col-md-4 {
		width: 366px;
	}
	.customer_detail_page .col-md-8 {
		/*width: 810px;*/
	}
	.customer_detail_page .col-md-4 {
		/*width: 366px;*/
	}
	.event_wrapper [class*=col-]:nth-child(3n+1) {
		clear: none;
	}
	.event_wrapper [class*=col-]:nth-child(4n+1) {
		clear: both;
	}
	.event_details:hover {
		box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
		transform: scale(1.03);
	}
	#CustomerPaymentBlock .terms input {
		width: 24px;
		height: 24px;
	}
	.error_qty {
		margin-top: -4px;
		margin-right:auto;
		margin-left:auto;
		width:100%;
		max-width: 300px;
		text-align: center;
	}
	.ticket_qty span:before {
		display: none;
		position: absolute;
		width: 175px;
		top: -40px;
		left: -60px;
		content: attr(title);
		font-size: 14px;
		background: #e6e6e6;
		border: 1px solid #e0e0e0;
		border-radius: 3px;
		color: #313131;
		padding: 3px 6px;
	}
	.ticket_qty span:after {
		content: "";
		display: none;
		position: absolute;
		top: -16px;
		left: 48%;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #e6e6e6;
	}
	.container_l1 .container {
		/*max-width: 1100px;*/
	}
	.container_l1 .customer_detail_page {
		/*max-width: 842px;*/
	}

	/* sell ticket */
	.seltickt > [class*="col-"]:nth-child(2n+1){
		clear:none;
	}
	.seltickt > [class*="col-"]:nth-child(3n+1){
		clear:both;
	}
	/*.selltict_pg .seltickt .det_tx:hover{
		background-image: linear-gradient(90deg, #184f9b, #2f77da);
		color:#fff;
	}*/
	
	.footer-top [class*=follow] {
		width: 16%;
	}
		
	.appstr a:hover{
		box-shadow: inset 0 0 3px rgba(0,0,0,0.15);
	}
		
}

	
@media (min-width:1400px) {

	.flinks_p[class*=col-] {
		width: 16.2%
	}	

	.modal_pmt .modal-content{
		min-height:600px;
	}

	.modal_pmt.maxcon .modal-content{
		min-height:max-content;
	}

	.full_width .container {
		max-width: 1700px;
		width: 85%;
	}
	.container_l1 .container {
		/*max-width: 1000px;*/
	}
	.footer-bottom .container,
	.footerCntr .container {
		max-width: 1500px;
	}

	.flinks_p.aboutu[class*=col-] {
		width: 14%
	}

	.promote_p[class*=col-] {
		width: 24%;
	}
	.follow_p[class*=col-] {
		width: 20%;
		padding-left: 40px;
	}
	
	.thankyou.appstr a + a,
	.right_pan .appstr a + a{
		margin-left:6px;
	}
}




	
@media (min-width:1600px) {
	
	.header_menu .appstr{
		padding-right:45px;
	}
	
	body .container {
		padding-right: 0px;
		padding-left: 0px;
	}
	.container_l1 .container {
		/*max-width: 900px;*/
	}
	.active .seat-plan-container {
		max-height: 540px;
	}
	.subscribe_pop {
		padding: 30px 40px 20px;
		top: 50%;
	}
}



@media (min-width:1900px) {

	.container_l1 .container {
		/*max-width: 900px; after body flex */
	}

	.page_inner_content {
		/*min-height: 385px;
		margin:18px 0 0px; after body flex */
	}

	body > .page_inner_content {
		/*min-height: calc(100% - 570px) ; after body flex */
	}
}




	
	
@media (max-width:767px) {
	
	.event_wrapper [class*=col-]:nth-child(2n+1) {
		clear: both;
	}
	
}


.lb-nav .lb-next, .lb-nav .lb-prev {
	position:absolute;
    top: 45%;
}

.lb-nav .lb-next{
	right:10px;
	width:auto;
	height:auto;
}

.lb-nav .lb-prev {
	left:10px;
	height:auto;
	width:auto;
}

.lb-next:before, .lb-prev:before {
	content: "";
}

.lb-prev:before {
	display: inline-block;
	vertical-align: middle;
	background: url(assets/images/sprite_premier_ticket_n24.png);
}

.lb-prev:before{
	height: 27px;
	width: 27px;
	background-position: -118px -202px;
}

.lb-next:before {
	display: inline-block;
	vertical-align: middle;
	background: url(assets/images/sprite_premier_ticket_n24.png);
}

.lb-next:before{
	height: 27px;
	width: 27px;
	background-position: -157px -202px
}




/* common mob & tab start */

.header_menu_mob2 {
	background:#fff;
	position: relative;
	padding: 0 12px 0 12px;
}

.home .other_menu .header_menu_mob2,
.home .in .header_menu_mob2,
.home .modal .header_menu_mob2 {
	border-bottom: 1px solid #b9b9b9;
}

.home .header_menu_mob2 {
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
}
	
body[class*=event_listing] .serch_header,
.home .serch_header {
	padding:20px 15px;
}

.header_menu_mob2 .kart_pan {
	display: none/* remove card from header */
}

.header_menu_mob2 .menu_open_head {
	height: 50px;
	padding: 0 15px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.header_menu_mob2 .title_pan {
	flex: 1;
	font-size: 18px;
}


.footer_mob {
	background: #154a93;
	padding: 15px 10px;
}



.footerCntr .f_links ul {
	margin-top: 12px;
}

.footerCntr .f_links > a {
	display: block;
	color: #fff;
	font-size: 17px;
}

.footerCntr .f_links {
	padding: 8px 12px;
	margin-bottom: 15px;
}

.footerCntr .f_links:last-of-type {
	margin-bottom: 0;
}
	
.footerCntr .flinks_p a i {
	float: right;
	margin-top: 1px;
}

.footerCntr .flinks_p > a {
	display: block;
	color:#000;
	font-size: 17px;
}

.footerCntr .f_links ul {
	margin-top: 12px;
}

.footer_mob .f_links ul li a {
	color: #8aa5c9;
	display: block;
	padding: 4px 0;
}

.footer_head[aria-expanded="true"] i.next_arrow2 {
	background-position: -461px -4px;
	width: 22px;
	height: 18px;
}
	
.kart_pan .qty_cir {
	width: 21px;
	height: 21px;
	background: #fc4366;
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 1.8;
	color: #fff;
	border-radius: 50%;
	position: absolute;
}
	
/* common mob & tab end */
	

/* lightbox valiagn middle */
.lb-outerContainer{
    max-height:91vh;
}

body #lightbox{
    position:fixed;
    top:0 !important;
    bottom:0 !important;
}

#lightbox:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.lb-outerContainer {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    border:6px solid #fff;
}

.lb-dataContainer{
    position: fixed;
    top: 12px;
    right: 18px;
}

.lb-details{
    display:none;
}

.lb-container{
    padding:0;
}


	
/* Tablet Global */

@media (min-width:768px) and (max-width:1199px) {
	
	body {
		padding-top: 75px;
	}

	#lightbox .lb-dataContainer,
	#lightbox .lb-outerContainer{
		max-width: 99%;
	}

	.user_login h2.headtx_u {
		font-size:24px;
	}
	
	.gotowebsite {
		width: 27%;
	}
	
	.dash_menu a {
		padding-left: 15px;
		font-size: 15px;
	}
	
	.user_dashboard .left_u.shrinked {
		width: 78px;
	}
	
	.carousel-inner {
		min-height: 179px;
	}
		
	h5.hd5_stp {
		min-height:40px; /* sell tickit heding size fix*/
	}

	.right_pan {
		margin-top: 15px;
		max-width: 300px;
	}

	.right_pan .box_content.share_offer,
	.right_pan .box_content.info_short_listing{
		max-width: 400px;
	}
	
	.srch_bx_02 {
		margin-top: -6px;
	}
	
	.header_menu .flex_b.r1{
		flex-flow: wrap;
	}

	.header_menu.hederv2 .r2 {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}


	.hederv2:not(.heder_w_serch) .head_navigation{
		order: 4;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.hederv2.header_menu .navbar-nav li {
		margin-right: 12px;
	}
		
	.container {
		width: 100%;
	}
	
	.row {
		/*margin-right: 0;
		margin-left: 0;*/
	}
	
	.all_ev_pg .row {
		margin-right: -10px;
		margin-left: -10px;
	}
	
	.user_dashboard .right_u{
		margin-left:auto;
		width: calc(100% - 265px);
	}
	
	.user_dashboard .right_u.shrinked{
		width:100%;
	}
	
	.user_dashboard .right_u.shrinked {
		margin-left: -99px;
	}
	
	
	.booking_payment h2 {
		font-size: 16px;
	}
	.booking_payment h1 {
		font-size: 25px;
	}
	.event_detail_box .viewmap_2 {
		display: block;
		margin: 10px 0 0 4px;
	}

	.btn_seat_checkout .check_head button {
		padding: 7px 21px;
	}
	
	.timeout.pay_page {
		padding: 0 1px;
	}

	.timeout.pay_page .box_content {
		max-width: none;
		margin-bottom: 15px;
	}
	.header_menu {
		padding: 15px 0 12px;
	}
	.footerCntr {
		padding-top: 30px;
		padding-bottom: 22px;
	}
	.navbar-fixed-top {
		/*position: relative;*/
	}
	.footerCntr .promote_p {
		clear: both;
		width: 40%;
		margin-top: 29px;
	}
	.footerCntr .follow_p {
		width: 40%;
		margin-top: 29px;
	}
	.event_wrapper [class*=col-] {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 24px;
	}
	/* change bootstrap default behaviour of menu that change@1200px */
	.header_menu_mob2 .navbar-header {
		float: none;
	}
	.header_menu_mob2 .navbar-collapse.collapse {
		display: none!important;
	}
	.header_menu_mob2 .navbar-collapse.collapse.in {
		display: block!important;
	}
	.header_menu_mob2 .navbar-nav,
	.header_menu_mob2 .navbar-nav>li {
		float: none;
	}
	.navbar-toggle[aria-expanded="true"] span:nth-child(3) {
		display: none;
	}
	.navbar-toggle[aria-expanded="true"] span:nth-child(2) {
		transform: rotate(45deg) scale(0.8) translateY(6px)
	}
	.navbar-toggle[aria-expanded="true"] span:nth-child(4) {
		transform: rotate(-45deg) scale(0.8) translateY(-6px)
	}
	.rgt_items {
		flex: 1;
	}
	.navbar-toggle[aria-expanded="true"] span:nth-child(2) {
		transform: rotate(45deg) scale(1) translateY(6px)
	}
	.navbar-toggle[aria-expanded="true"] span:nth-child(4) {
		transform: rotate(-45deg) scale(1) translateY(-6px)
	}
	
/* home page listing grid */
	ul.listing_type {
		display: none;
	}
	.serch_event_category_pan .input_boxpan {
		width: calc(100% - 226px);
		margin-left: -2px;
	}
	.serch_event_category_pan .list_boxpan {
		width: 221px;
	}
	/* home page wrapper */
	.event_wrapper {
		margin: auto;
		padding: 20px 15px;
	}
	
	.all_ev_pg .event_wrapper {
		padding:0px ;
	}
		
	/* Footer Tab Start */
	.f_links_pr .f_links {
		flex: 0 0 50%;
		max-width: calc(50% - 10px);
		margin: 5px;
	}
	/* New Menu Tab Start */
	.header_menu_mob2 {
		height: 76px;
	}
	.header_menu_mob2 .navbar-collapse {
		position: absolute;
		padding: 0;
		top: 100%;
		left: 0;
		width: 100%;
		z-index: 100;
		background: #fff;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
	}
	.header_menu_mob2 button.navbar-toggle {
		flex: 0 0 60px;
	}
	.header_menu_mob2 .logo {
		flex: 0 0 130px;
		margin: 0;
	}
	.header_menu_mob2 .serch_pan {
		flex: 0 0 25%;
		position: static;
	}
	.header_menu_mob2 .kart_pan a,
	.header_menu_mob2 .serch_pan a {
		padding: 12px;
	}
	.header_menu_mob2 .kart_pan {
		flex: 0 0 20%;
		position: static;
		max-width: 72px;
	}
	.header_menu_mob2 .sign_btn {
		flex: 0 0 20%;
		position: static;
		max-width: 100px;
	}
	.header_menu_mob2 .select_contry {
		flex: 0 0 20%;
		position: static;
		max-width: 100px;
	}
	.kart_pan .qty_cir {
		margin-top: -15px;
		margin-left: 24px;
	}
	.navbar-nav>li>a {
		color: #333;
		padding: 10px 0;
		font-weight: 600;
	}
	.nav.navbar-nav li {
		padding-left: 10px;
		margin-top: 10px;
		margin-bottom: 0px;
	}
	.nav.navbar-nav li:before {
		display: inline-block;
		vertical-align: middle;
		background-image: url(assets/images/sprite_premier_ticket.png);
	}
	.header_menu_mob2 .events:before {
		background-position: -248px -908px;
		width: 30px;
		height: 24px;
	}
	.header_menu_mob2 .movies:before {
		background-position: -303px -907px;
		width: 30px;
		height: 24px;
	}
	.header_menu_mob2 .plays:before {
		background-position: -365px -910px;
		width: 30px;
		height: 24px;
	}
	.header_menu_mob2 .sports:before {
		background-position: -438px -907px;
		width: 30px;
		height: 24px;
	}
	.header_menu_mob2 .navbar-nav {
		margin: 0;
	}
	.header_menu_mob2 .srch_header,
	.header_menu_mob2 .other_menu {
		right: 0;
		border-radius: 0;
		border: 0;
		border-bottom: 1px solid #e0e0e0;
		box-shadow: none;
	}
	.header_menu_mob2 .other_menu .wrapper_menu {
		padding: 30px 10px;
	}
	.header_menu_mob2 .other_menu .wrapper_menu div {
		flex: 0 0 50%;
	}
	.header_menu_mob2 .change_city {
		text-align: right;
	}
	.header_menu_mob2 .change_city .dropdown-menu {
		left: auto;
		top: calc(100% + 17px);
		right: 0;
		max-width: 310px;
	}
	.header_menu_mob2 .serch_pan .wrapper_menu {
		padding: 10px 15px;
	}
	.header_menu_mob2 .serch_pan button,
	.header_menu_mob2 .serch_pan input,
	.header_menu_mob2 .serch_pan select {
		display: block;
		margin: 10px 0;
		width: 100%;
		padding: 10px 8px;
		font-size: 16px;
	}
	.subscribe_pop {
		padding: 20px 24px;
	}
	.modal.hedpop {
		margin-top: 50px;
	}
	.hedpop h2.h2 {
		text-align: left;
		margin-top: 0;
		font-size: 20px;
	}
	
	
	.hedpop .regpan a.link_button02 {
		padding: 6px 20px;
		text-transform: uppercase;
	}
	.hedpop .regpan a:not(.link_button02) {
		text-decoration: underline;
	}
	.single_pg_checkout .panel-group a .plusminus {
		display: none;
	}
	.popup_panel .city_links a {
		color: #111;
		display: inline-block;
		padding: 3px 4px;
		margin: 4px 1px;
		font-size: 14px;
	}
	.popup_panel .city_links a:hover {
		background: #30af0a;
		border-radius: 3px;
		color: #fff;
	}
	/* New Menu Tab End */
	.header_menu_mob2 .icon-bar {
		width: 36px;
		height: 4px;
		border-radius: 0px;
		background: #7f7f7f;
		transition: all 0.2s linear;
	}
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 5px;
	}
	.footer-bottom {
		padding: 5px 0;
	}
	.footer-bottom .payment {
		text-align: center;
	}
	.copyright {
		text-align: center;
		color: #797979;
		padding: 12px 5px;
		line-height: 2;
		font-size: 13px;
	}
	.copyright .payment {
		/*display:none;*/
	}
	.navbar-collapse.head_navigation:not(.navbar-right) {
		clear: both;
	}
}












	
/* Mobile Global */
	
@media (max-width:767px) {
	

	.footerCntr .flinks_p{
		width: 100%;
	}

	.footer-top li a,
	.footerCntr .flinks_p > a{
		color:#fff;
	}

	.footerCntr.foter_nd{
		background-color: #ff002a;
	}


	.ptkpartnerenquiry .modal-dialog,
	.mob100 .modal-dialog,
	.ticket_buy_pop .modal-dialog {
		margin: 0;
	}

	.mob100 .modal-content,
	.ticket_buy_pop .modal-content {
		border:0;
		height: 100vh;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
	}

	.modal_20up .modal-content{
		height: 80vh;
	}

	.mob100 .modal-body,
	.ticket_buy_pop .modal-body {
		flex:1;
	}


	body .modal-content {
		border: 1px solid rgba(0, 0, 0, .06);
		border-radius: 0px;
		-webkit-box-shadow:none;
		box-shadow:none;
	}

	.user_dashboard .wp-list-table.widefat{ /* https://beta.premiertickets.co/newdesign/promoter-dashboard/promoter-seat-management */
		width:100%; 
		padding:0 !important;
	}

	.user_dashboard .widefat td { /* https://beta.premiertickets.co/newdesign/promoter-dashboard/promoter-seat-management */
		padding: 0;
		padding-right: 6px;
	}
	
	body{
		/*display: -ms-flexbox;
		display: -ms-flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column; on 30-4-24 */
	}

	.home .header_menu_mob2{
		padding-bottom: 0;
	}

	.event-gallery [value="View Gallery"]{
		display:none !important;
	}
	.platform_pan [class*=col] + [class*=col]{
		margin-top:20px;
	}
	#payment_pan button.check_out, .customer_detail button.check_out {
		padding: 10px 7px;
		width: 100%;
	}

	.support [class*=col-]{
		margin-bottom:20px;
	}
	.contact_pg .support .ph{
		column-count: 1;
		line-height:1.7;
		text-align:center;
	}
	.page_inner_content{
		flex:1;
	}
	.user_booking_data .resendticket {
		text-align: center;
		margin: 20px 0 0;
	}
	.gotowebsite{
		float: right;
		margin-right: 15px;
	}
	.gotowebsite a {
		padding: 6px 12px;
		font-size: 12px;
	}
	
	.dash_con .gotowebsite {
		float: none;
		margin-right: 3px;
	}
	
	.dash_con td{
		min-width:100px;
		padding-right:6px;
	}

	/* issue in /promoter-dashboard/transaction-list/ 
	.dash_con td:empty{
		display:none;
	}
	*/
	
	.dash_con td select{
		min-width:100%;
	}
		
		
	html {
		width: 100%;
		overflow: hidden; /* for iphone 14-5-24 modal poopup was scrolling evne after body overflow hidded */
	}
	
	body {
		padding-top: 0px;
		/*height: 100%;
		position: fixed;
		fixed  prevent address bar scroll
		overflow-y: scroll; 
		-webkit-overflow-scrolling: touch;
		width: 100%;*/
		overflow-x: hidden;
		/* iOS velocity scrolling */
	}
	body[class*=event_listing],
	body.home {
		background: #fff;
	}
	.cms_pg [class*=section],
	.selltict_pg .section3 {
		padding: 30px 0;
	}
	.timeout .child {
		padding-left: 0;
	}
	.timeout .child .clock {
		position: relative;
		left: 0;
		top: 0;
	}
	.prmomotion_pan .box_prom {
		width: 100%;
		margin: 5px 0;
	}
	.single_pg_checkout .panel-group a .arrow_accordian {
		top: 8px;
		right: 8px;
	}

	.footerCntr {
		position:relative;
		padding-top: 15px;
		padding-bottom:3px;
	}

	body.home .footerCntr {
		padding-top:8px;
	}

	.footerCntr .flinks_p{
		padding-top:9px;
		padding-bottom:9px;
	}
	.footerCntr .flinks_p ul li{
		margin-top:6px;
	}
	.footerCntr2.mobilefooter{
		padding-bottom:15px;
		font-size: 14px;
	}
	.navbar-fixed-top {
		position: fixed;
	}
	.header_menu {
		position: relative;
		padding: 12px 0 12px;
		background: #e0e0e0;
		/*background: -moz-linear-gradient(top, #fefefe 0%, #f9f9f9 64%, #efefef 84%, #dbdbdb 100%);
		background: -webkit-linear-gradient(top, #fefefe 0%,#f9f9f9 64%,#efefef 84%, #dbdbdb 100%);
		background: linear-gradient(to bottom, #fefefe 0%,#f9f9f9 64%,#efefef 84%, #dbdbdb 100%);*/
	}
	.msgnorecord {
		min-height: calc(100vh - 272px);
	}
	body:not(.home) .onlogged .logo {
		margin: 0;
	}
	.header_menu .logo {
		margin-top: 0px;
	}
	.header_menu .navbar-toggler {
		float: right;
	}
	.header_menu .logo img {
		max-height:30px;
	}
	.header_menu .head_navigation {
		clear: both;
	}

	.header_menu.onlogged .head_navigation{
		position: absolute;
		left: 0px;
		right: 0px;
		background: #fff;
		top: 100%;
		box-shadow:  0px 2px 2px rgba(0, 0, 0, 0.2);
	}

	.header_menu.onlogged .user_log_pan{
		padding: 10px;
	}

	.header_menu.onlogged .user_log_pan a.user_type,
	.header_menu.onlogged .user_log_pan .tx_headtx_05 {
		color: #111;
	}

	.header_menu.onlogged .angle_down_2.i2{
		background-color: #111;
	}

	.header_menu_mob2 .bx1 {
		border-bottom: 1px solid #b9b9b9;
	}

	.other_menu .log_pan {
		flex: 1;
		margin-left: 15px;
	}

	.log_pan a.link_tx,
	.log_pan button.link_tx {
		font-size: 15px;
		font-weight: 600;
		color:#000;
		text-transform:uppercase;
		padding:8px 5px;
	}

		
	.page-template-contactus .content-box [class*=col-lg] {
		padding: 0;
	}

	.venue-list .spacer-left{
		margin-bottom:15px;
	}
	.content_main {
		margin-top: 1px;
	}
	.page_inner_content {
		margin: 10px 0px 10px;
	}

	.page_inner_content.ev_dt_pg  {
		margin: 0px;
	}

	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.header_menu_mob {
		background: red;
		background: -webkit-linear-gradient(#fff, #f3f3f3);
		background: -o-linear-gradient(#fff, #f3f3f3);
		background: -moz-linear-gradient(#fff, #f3f3f3);
		background: linear-gradient(#fff, #f3f3f3);
		padding: 9px 11px;
	}
	.content-box.blog h2,
	.blog article h1.entry-title {
		font-size: 20px;
		margin: 0 0 10px;
	}
	h3.pg_sub_head {
		font-size: 17px;
	}
	.box_split_section {
		padding: 15px 10px;
	}
	.box_split_section > [class*=col-]{
		padding-left:0;
		padding-right:0;
	}
	/* New Menu Start */
		
	.modal .poplogo{
		flex:1;
	}
	.modal .poplogo a{
		display:block;
		max-width:162px;
		margin:auto;
	}
	.modal .poplogo img{
		width:auto;
		height:auto;
		max-height: 36px; /* new design 24 */
	}
	.ios_scroll_fix{
		position:relative;
	}
	.header_menu_mob2 .navbar-collapse {
		position: fixed;
		padding: 0;
		top: -1px;
		bottom: 0;
		left: -101%; /* new design 24 */
		width: 100%;
		z-index: 100;
		background: #fff;
		box-shadow:none;
		height: 101vh !important;
		max-height: none;
		display: block;
		transition: all 200ms linear;
		overflow: hidden;
	}
	.header_menu_mob2.header_menu_inpop {
		height:57px;
		border-bottom: 1px solid #b9b9b9;
	}
	.header_menu_mob2 .navbar-collapse.in {
		left: 0; /* new design 24 */
		top: -1px;
		bottom: 0;
		position: fixed;
	}

	.header_menu_mob2 .logo.fullogo{
		padding-left: 0;
	}

	.header_menu_mob2 .logo {
		flex: 1;
		margin: 0;
		z-index: 1051;
		padding-left:18px; /* new design 24 */
	}
	.header_menu_mob2 .logo img {
		max-height: 33px; /* new design 24 */
		height: 30px;
	}
	.header_menu_mob2 .kart_pan a,
	.header_menu_mob2 .serch_pan a {
		padding: 12px;
	}
	.header_menu_mob2 .serch_pan.open a .serch_gry,
	.header_menu_mob2 .serch_pan a .close_s2 {
		display: none;
	}
	.header_menu_mob2 .serch_pan.open a .close_s2 {
		display: block;
	}
	.header_menu_mob2 .serch_pan {
		flex: 0 0 27%;
	}
	.header_menu_mob2 .serch_pan button {
		font-size: 13px;
		padding: 0;
	}
	.header_menu_mob2 .serch_pan button i{
		margin-left:2px;
	}
	.event_detail_box .get_directions,
	.event_detail_box .viewmap_2{
		padding: 6px 0px;
		font-size: 14px;
	}
	.event_detail_box .get_directions{
		width:calc(50% - 10px);
	}
	.header_menu_mob2 .menu_items_others {
		flex: 0 0 32px;
	}
	.menu_items_others>a {
		padding: 0px 2px 0px 12px;
	}

	.navbar-fixed-top-m{
		position:fixed;
		top:0;
		left:0;
		right:0;
		z-index:150;
		width: 100%;
	}

	.header_menu_mob2 .top_bar {
		padding: 13px 0 10px; /* new design 24 */
	}
	.serch_pan.open>a,
	.menu_items_others.open>a {
		z-index: 1001;
		position: fixed;
	}
	.menu_items_others>a>.close_s2 {
		display: none;
		transition: all 0.5s linear;
	}
	.menu_items_others.open>a>.close_s2 {
		display: block;
	}
	.menu_items_others.open>a>.cir_ot {
		display: none;
	}
	.navbar-nav>li>a {
		color: #333;
		padding: 10px 0;
		font-weight: 600;
	}
	.nav.navbar-nav li {
		margin-top:8px;
		margin-bottom:8px;
	}
	.nav.navbar-nav li button,
	.nav.navbar-nav li a {
		padding: 4px 0;
		font-weight:400;
		color: #222;
		font-size: 15px;
		text-align: left;
		display: inline-block;
		width: 100%;
	}
	.nav.navbar-nav li a:before {
		content: "";
		display: inline-block;
		margin-right:6px;
		vertical-align: middle;
		background-repeat: no-repeat;
	}
	.nav.navbar-nav li.current_evnt a:before{
		background-image: url(assets/images/icon-events.svg);
		width: 24px;
		height: 26px;
	}
	.nav.navbar-nav li.past_evnt a:before{
		background-image: url(assets/images/icon-events-gry.svg);
		width: 24px;
		height: 26px;
	}
	.nav.navbar-nav li.contct_us a:before{
		background-image: url(assets/images/icon-contact-us.svg);
		width: 23px;
		height: 26px;
	}
	.nav.navbar-nav li.about_us a:before{
		background-image: url(assets/images/icon-aboutus.svg);
		width: 23px;
		height: 26px;
	}
	.nav.navbar-nav li.selltickets a:before{
		background-image: url(assets/images/icon-sell-tickets.svg);
		width: 23px;
		height: 26px;
	}
	.nav.navbar-nav li.faqs_menu a:before{
		background-image: url(assets/images/icon-faqs.svg);
		width: 22px;
		height: 23px;
	}
	
	.other_menus .subnavs{
		border-top:1px solid #b9b9b9;
	}
	.subnavs li a:before{
		content:none !important;
	}
	.header_menu_mob2 .events a:before {
		background-image: url(assets/images/icon-events.svg);
		width: 24px;
		height: 22px;
	}
	.header_menu_mob2 .movies a:before {
		background-image: url(assets/images/icon-movies.svg);
		width: 24px;
		height: 24px;
	}
	.header_menu_mob2 .plays a:before {
		background-image: url(assets/images/icon-plays.svg);
		width: 24px;
		height: 22px;
	}
	.header_menu_mob2 .sports a:before {
		background-image: url(assets/images/icon-sports.svg);
		width: 24px;
		height: 23px;
	}
	.nav.navbar-nav li button img,
	.nav.navbar-nav li a img {
		max-width: 20px;
		padding-right: 2px;
	}
	.header_menu_mob2 .navbar-nav {
		margin: 0;
		width: 100%;
		padding: 0 10px;
	}
	.header_menu_mob2 .other_menu .navbar-nav {
		padding-left: 0;
	}

	.header_menu_mob2_offset {
		min-height:54px;
	}

	.header_menu_mob2 .srch_header,
	.header_menu_mob2 .other_menu {
		right: 0;
		border-radius: 0;
		border: 0;
		box-shadow: none;
		top: 0;
		bottom: 0;
		left: auto;
		display: block !important;
		height: 100vh !important;
		width: 100vw !important;
		right: -101% !important;
		position: fixed;
		float: none;
		margin: 0;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 0;
		transition: all 200ms linear;
	}
	.header_menu_mob2 .srch_header {
		top: 80%;
		opacity: 0 !important;
		z-index: -1;
		right: 0 !important;
	}
	.header_menu_mob2 .open .other_menu {
		right: 0 !important;
	}
	.header_menu_mob2 .open .srch_header {
		opacity: 1 !important;
		top: 0 !important;
		z-index: 1000;
	}
	.header_menu_mob2 .wrapper_menu {
		padding: 10px 15px;
	}
	.header_menu_mob2 .change_city {
		text-align: right;
	}
	.header_menu_mob2 .change_city .dropdown-menu {
		left: auto;
		top: calc(100% + 17px);
		right: 0;
		max-width: 310px;
	}
	.header_menu_mob2 .serch_pan .wrapper_menu {
		padding: 10px 15px;
	}
	/*.header_menu_mob2 .serch_pan button,*/
	.header_menu_mob2 .serch_pan input,
	.header_menu_mob2 .serch_pan select {
		display: block;
		margin: 10px 0;
		width: 100%;
		padding: 10px 8px;
		font-size: 16px;
	}
	.partnerenquiry h3{
		text-align:center;
		font-size:16px;
	}
	.popup_panel {
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0;
		height:100%;
		background-color: #fff;
		border-radius:0px;
		overflow: auto;
		box-shadow:none;
	}
	.faq_pg .enquirnow, .cms_pg .enquirnow, .selltict_pg .enquirnow {
		width:100%;
	}
	.registration-form .event-info.form input[type="text"], .registration-form .event-info.form input[type="tel"], .registration-form .event-info.form input[type="email"], .registration-form .event-info.form input[type="number"], .registration-form .event-info.form select {
		width: 97%;
	}
	.subscribe_pop .signin_s2 h4 {
		margin-bottom: 10px;
	}
	.subscribe_pop .signin_s2 button {
		border: 1px solid #999;
		border-radius: 2px;
		padding: 8px 30px;
		flex: 1;
	}

	.subscribe_pop .signin_s2 button:first-child {
		margin-right: 3px;
	}
	.subscribe_pop .signin_s2 button:last-child {
		margin-left: 3px;
	}
	.hedpop h2.h2 {
		text-align: left;
		margin-top: 0;
		margin-bottom: 15px;
		font-size: 20px;
	}
	
	.hedpop .regpan a.link_button02 {
		padding: 6px 20px;
		text-transform: uppercase;
	}
	.hedpop .regpan a:not(.link_button02) {
		text-decoration: underline;
	}
	.single_pg_checkout .panel-group a .plusminus {
		display: none;
	}
	.popup_panel .city_links a {
		color: #111;
		display: inline-block;
		padding: 3px 4px;
		margin: 4px 1px;
		font-size: 14px;
	}
	.popup_panel .city_links a:hover {
		background: #30af0a;
		border-radius: 3px;
		color: #fff;
	}
	body:not(.home)>.header_menu_mob2 .serch_header {
		display: none;
	}
	/* body:not(.home) .header_menu_mob2 {
		background:#fff;
		border-bottom:1px solid #b9b9b9;
	} new logo */
	#country-list {
		column-count: 2;
		column-gap: 40px;
	}
	ul#country-list li {
		line-height: 1.2;
		margin-bottom: 15px;
	}
	.header_menu_mob2 .serch_header {
		padding: 8px 0 8px;
	}
	.serch_header .pan_ch {
		width:100%;
		padding:2px 10px;
		border: 1px solid #bcbcbc;
		background: #fff;
		overflow: hidden;
	}
	.serch_header .pan_ch input[type=text] {
		padding: 5px 4px;
		width:100%;
		border: 0;
		line-height: 1.7;
		font-size: 16px;
	}
	.serch_header .pan_ch .serch_btn {
		background: #3ab215;
		color: #fff;
		padding: 7px 9px 6px;
		border: 0;
	}
	.serch_header .btn_panel{
		margin-top:8px;
	}
	
	/* New Menu End */
	.full_hw .footer_btn {
		position: absolute;
		padding: 10px 15px;
		width: 100%;
		bottom: 0;
	}
	.footer_btn a {
		display: block;
		text-align: center;
		font-size: 18px;
		padding: 8px 0;
	}
	.filter_pan button.btn_flse{
		padding:0;
		outline:0;
		white-space: nowrap; /* new design 24 */
	}
	
	.filter_pan i{
		transition:all 0.2s;
	}
	
	.filter_pan i.close_s2{
		display:none;
		margin-right:2px;
	}
	.filter_pan.expanded i.close_s2{
		display:inline-block;
	}
	.filter_pan.expanded i.serch_gry{
		display:none;
	}
	
	.filter_pan {
		padding: 4px 0px 4px; /* new design 24 */
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.filter_pan .pan_ch {
		flex: 1;
	}
	.filter_pan .pan_ch a {
		color: #4c4c4c;
	}
	
	.hed_filter { /* new design 24 */
		/* border-bottom: 1px solid #ccc; */
		padding: 20px 15px;
	}
	
	.hed_filter>div {
		flex: 1;
	}
	.hed_filter h5 {
		font-size: 15px;
		color: #041a9a; /* new design 24 */
	}
	.hed_filter h5.tx2 {
		font-size: 16px;
	}
	.hed_filter h5.tx2 button {
		background: transparent;
		border: 0;
	}
	.hed_filter .cltx {
		color: #4c4c4c;
	}
	.filter_item_l {
		margin-bottom: 12px;
		border-radius: 4px;
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	}
	.filter_item_l button {
		display: block;
		width: 100%;
		text-align: left;
		background: #fff;
		border: 0;
		color: #4c4c4c;
		padding: 9px 10px;
	}
	.filter_item_l i.next_arrow3 {
		float: right;
	}
	.filter_item_l .cat_sel {
		padding: 8px 10px;
	}
	.filter_item_l .cat_sel input[type=checkbox] {
		display:none;
	}
	.filter_item_l .cat_sel input[type=checkbox]+label {
		display: inline-block;
		vertical-align: middle;
		width: 25px;
		height: 25px;
		background-image: url(assets/images/sprite_premier_ticket.png);
		background-position: -33px -513px;
	}
	.filter_item_l .cat_sel .label_tx {
		display: inline-block;
		width: calc(100% - 38px);
	}
	.filter_item_l .cat_sel input[type=checkbox]:checked+label {
		background-position: -2px -513px;
	}
	#cityBox{
		padding:20px;
	}
	.detect_location .serch_city_pan {
		border-bottom: 1px solid #ccc;
		padding: 10px 15px;
	}
	.detect_location .serch_city_pan input[type=text] {
		border: 0;
	}
	.detect_location .serch_city_pan .serch_b {
		border: 1px solid #dbd8d8;
		border-radius: 5px;
		padding: 6px 10px;
	}
	.choose_contry .country {
		background-image: url(assets/images/popup-country-sprite.png);
		background-repeat: no-repeat;
		margin-left: auto;
		margin-right: auto;
		cursor: pointer;
	}
	.choose_contry [class*=col-] {
		padding-left: 5px;
		padding-right: 5px;
	}
	.choose_contry .country.australia {
		background-position: 0 0;
		height: 84px;
		width: 84px;
	}
	.choose_contry .country.australia.country_active {
		background-position: 0 -490px;
	}
	.choose_contry .country.canada {
		background-position: -154px -1px;
		height: 92px;
		width: 90px;
	}
	.choose_contry .country.canada.country_active {
		background-position:-157px -490px;
	}
	.choose_contry .country.india {
		background-position: -321px -1px;
		height: 100px;
		width: 75px;
	}
	.choose_contry .country.india.country_active {
		background-position: -321px -484px;
	}
	.choose_contry .country.zealand {
		background-position: -1px -123px;
		height: 92px;
		width: 75px;
	}
	.choose_contry .country.zealand.country_active {
		background-position: -1px -603px;
	}
	.choose_contry .country.usa {
		background-position: -152px -123px;
		height: 100px;
		width: 108px;
	}
	.choose_contry .country.usa.country_active {
		background-position: -152px -603px;
	}
	.choose_contry .country.uk {
		background-position: -333px -123px;
		height: 100px;
		width: 56px;
	}
	.choose_contry .country.uk.country_active {
		background-position: -338px -360px;
	}
	.choose_contry .country_p span {
		padding-top: 12px;
		font-size: 13px;
	}
	.choose_contry .country_p {
		text-align: center;
		border-bottom: 1px solid #ccc;
		padding: 20px 15px;
	}
	.book_btn2 input,
	.book_btn2 a {
		padding: 5px 10px;
		font-size: 15px;
	}
	.book_btn2 input[type=button]{
		-webkit-appearance: none;
		border-radius:0;
		padding: 8px 10px;
		width:100%;
	}
	.seat_booking .seating_info.cusdt {
		padding-left: 35px;
	}
	.event_ticket_info {
		margin-bottom: 0px;
	}
	.actual_seating_btn{
		width:100%;
		margin-top: 10px;
		padding: 8px 12px;
		text-align:left;
	}
	.share_offer {
		margin: 15px 0 8px;
		padding-bottom: 51px;
	}
	.seating_cta{
		margin-top:14px;
	}
	.seating_cta [class*=col-]{
		padding:0;
	}
	body .seating_cta a.view,
	body .seating_cta a{
		font-size:15px;
		background:#fff;
		color:#154a93;
		padding:0 0 0 10px !important;
	}
	body .seating_cta a i{
		display:none;
	}
		
	.seating_cta .arrdown_ico {
		float: right;
		margin-top: 10px;
	}
	.pagewrap_mob .event_ticket_info .action_btn {
		text-align: center;
		margin-top: 15px;
		width: 100%;
	}
	.expand_link_pan,
	.zoom_in_out {
		display: none;
	}
	.nav>li>a:focus,
	.nav>li>a:hover {
		background-color: transparent;
	}
	
	.navbar-toggle {
		position: relative;
		overflow: hidden;
		float: none;
		padding: 0;
		margin-top: 0;
		margin-right: 3px;
		margin-bottom: 0;
		background-color: rgba(146, 23, 23, 0);
		background-image: none;
		border: 1px solid transparent;
		border-radius:0px;
		width:25px;
	}

	.menu_bar .navbar-collapse {
		position: absolute;
		left: 0;
		width: 80%;
		min-width: 280px;
		z-index: 100;
		background: #164a95;
	}
	.cart_header h3 {
		color: #ff1440;
		margin-bottom: 12px;
		font-size: 15px;
	}
	.search_header,
	.cart_header {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0;
		z-index: 100;
		background: #fff;
		border-radius: 0;
		border: 0;
		border-bottom: 1px solid #e0e0e0;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
	}
	.cart_header .wrapper_menu,
	.search_header .wrapper_menu {
		position: relative;
	}
	.cart_header .wrapper_menu {
		padding: 15px 10px;
	}
	.cart_header .check_head {
		padding-top: 8px;
	}
	.cart_header .btn_premier_01 {
		width: 100%;
		padding: 9px 0;
		font-size: 17px;
	}
	.cart_header .allticket_info .ticket_booking_info {
		margin-bottom: 6px;
	}
	.cart_header .allticket_info {
		border-top: 1px solid #bfbfbf;
		border-bottom: 1px solid #bfbfbf;
		padding: 10px 0;
	}
	.cart_header .event_info {
		margin-bottom: 8px;
	}
	.cart_header .wrapper_menu:after {
		content: "";
		position: absolute;
		top: -13px;
		right: 20%;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #fff;
	}
	.search_header .wrapper_menu:after {
		content: "";
		position: absolute;
		top: -10px;
		right: 10px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #fff;
	}
	.search_header input {
		background: #fff;
		border: 0;
		width: calc(100% - 35px);
		height: 30px;
		vertical-align: middle;
	}
	.menu_bar .navbar-nav li {
		border-bottom: 1px solid #0f3468;
		position: relative;
		text-transform: uppercase;
		padding-left: 44px;
	}
	.navbar-nav li.gallery:before {
		height: 30px;
		width: 33px;
		background-position: -66px -827px;
	}
	.navbar-nav li.sell:before {
		height: 32px;
		width: 35px;
		background-position: -142px -827px;
	}
	.navbar-nav li.new:before {
		height: 30px;
		width: 35px;
		background-position: -217px -827px;
	}
	.navbar-nav li.faq:before {
		height: 30px;
		width: 40px;
		background-position: -297px -827px;
	}
	.navbar-nav li.blog:before {
		height: 30px;
		width: 30px;
		background-position: -468px -827px;
	}
	.navbar-nav li.contact:before {
		height: 30px;
		width: 34px;
		background-position: -381px -827px;
	}
	.navbar-nav li:last-child {
		border: 0;
	}
	.menu_bar .navbar-nav li:last-child:after {
		background: transparent;
	}
	.menu_bar .navbar-nav li:after {
		content: "";
		position: absolute;
		top: calc(100% + 1px);
		left: 0;
		height: 1px;
		width: 100%;
		background: #446ea8;
	}
	.menu_bar .navbar-nav>li>a {
		padding-top: 14px;
		padding-bottom: 12px;
		line-height: 20px;
	}
	.menu_bar .navbar-collapse a {
		color: #fff;
	}
	.menu_bar .dropdown-menu {
		top: calc(100% - 4px);
		border-radius: 0;
		border: 0;
	}
	.menu_bar {
		position: relative;
		background: #154a93;
		padding: 2px 4px;
	}
	.menu_bar a {
		display: inline-block;
		position: relative;
		vertical-align: top;
		padding: 2px 12px 4px;
	}
	.login_attop a {
		padding-top: 4px;
	}
	i.cart_item_qty {
		background: #d9534f;
		color: #fff;
		font-style: normal;
		display: inline-block;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		position: absolute;
		left: 6px;
		top: 0;
		padding: 2px;
	}
	
	.header_menu_mob2 .btn1:not(.collapsed) {
		visibility: hidden;
	}
	.header_menu_mob2 .btn2 i {
		margin-right: 10px;
	}

	.cntrybtn .txtt{
		font-size: 15px;
		display: inline-block;
    	vertical-align: middle;
		line-height: 0;
	}

	body:not(.home ) .select_contry.dropdown .angle_down{
		/*display: none;*/
	}

	.cntrybtn .angle_down{
		width:8px;
		transform: rotate(270deg);
	}
	
	.header_menu_mob2 .cntrybtn{  /* new design 24 */
		margin-right:15px;
	}
	
	.header_menu .navbar-toggler.btn_flse .icon-bar {
		display:block;
		width: 27px;
		height: 3px;
		border-radius: 0px;
		background: #fff;
		transition: all 0.2s linear;
	}
	
	.header_menu.onlogged .icon-bar {
		margin-bottom:5px;
	}
	
	.header_menu_mob2 .navbar-toggle .icon-bar+.icon-bar {
		margin-top:5px; /* new design 24 */
	}
	
	.header_menu_mob2 .icon-bar {
		width: 24px;
		height: 3px; /* new design 24 */
		border-radius: 3px;
		background: #fff;
		transition: all 0.2s linear;
	}
		
	.navbar-header > button {
		width: 22%;
		display: inline-block;
		vertical-align: middle;
	}
	.menu_bar .dropdown {
		position: static;
	}
	.navbar-header .sign_btn {
		float: none;
		display: inline-block;
		margin-left: 0;
		width: 22%;
		vertical-align: middle;
	}
	.navbar-header .cart_attop {
		display: inline-block;
		vertical-align: middle;
		width: 23%;
		text-align: center;
	}
	.navbar-header>.search_attop {
		display: inline-block;
		width: 25%;
		vertical-align: middle;
		text-align: right;
		padding-right: 6px;
	}
	.sign_btn .dropdown-menu {
		left: 0;
		right: 0;
		width: auto;
		border: 2px solid #154a93;
	}
	.sign_btn .pan_sign {
		background: #fff;
	}
	.sign_btn .dropdown-menu:before {
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #fff;
		right: auto;
		top: -10px;
		left: 31%;
	}
	.event_wrap_mob {
		margin: 12px 0;
		padding: 0 10px;
	}
	.event_all_info_mob {
		margin-bottom: 17px;
	}
	.event_all_info_mob a {
		color: #313131;
	}
	.event_all_info_mob .content_box {
		background: #fff;
		position: relative;
		border-radius: 4px;
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
		padding: 8px;
	}
	.event_all_info_mob .img_box {
		width: 25%;
		padding-right: 10px;
		max-height: 80px;
		overflow: hidden;
	}
	.event_all_info_mob .event_info_m {
		-ms-flex: 1;
		/*box-flex: 1;*/
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		padding-right: 30px;
	}
	.event_all_info_mob .next_page {
		display: block;
		color: #111;
	}
	/* -- List View --*/
	.event_wrap_mob.list_view_layout {
		margin: 0;
		padding: 0;
	}
	.event_wrap_mob.list_view_layout .content_box4 {
		position: relative;
		padding: 12px 15px;
		border-bottom: 1px solid #ccc;
	}
	.list_view_layout .event_all_info_mob {
		margin-bottom: 0;
	}
	.event-info.form li {
		width: 100%;
		float: none;
	}
		
	
	/* -- List View --*/
	/* -- Block List View --*/
	.block_list_view .poster_blk {
		text-align: center;
	}
	.block_list_view .event_all_info_mob .event_info_m {
		padding: 10px
	}
	/* -- Block List View --*/
	.event_all_info_mob .next_page .next_arrow {
		position: absolute;
		right: 3px;
		top: 50%;
		margin-top: -15px;
		display: block;
		padding: 8px 0 8px 8px;
	}
	.event_info_m .daytime {
		font-size: 12px;
		text-transform: uppercase;
	}
	.event_info_m .name {
		font-size: 15px;
		line-height: 1;
		margin-top: 5px;
	}
	.event_info_m .address {
		font-size: 14px;
		margin-top: 5px;
		color: #7f7f7f;
	}
	.footer-bottom {
		padding: 6px 0;
		text-align: center;
	}
	.footer-bottom p {
		font-size: 12px;
	}
	.footerCntr .follow_p,
	.footerCntr .promote_p,
	.footerCntr .logo_footer > img{
		display:none;
	}
	
	.footerCntr .logo_footer {
		padding-top: 0;
		text-align:center;
	}
	
	.footer_mob {
		background: #154a93;
		padding: 15px 10px;
	}
	.sell-ticket .sell_ticket {
		height: 64px;
		width: 100%;
		background-color: #da251c;
		background-position: 34px -330px;
	}
	.footer_advt {
		padding: 8px 12px;
		max-width: 360px;
		margin: auto;
	}
	.sell-ticket .ad_here {
		height: 64px;
		width: 100%;
		background-color: #039fd2;
		background-position: 38px -224px;
	}
	.sell-ticket span.sell_ticket_s {
		margin-bottom: 11px;
		display: block;
		width: 100%;
		background-color: #da251c;
	}
	.sell-ticket span.ad_here_s {
		margin-bottom: 11px;
		display: block;
		width: 100%;
		background-color: #039fd2;
	}
	.copyright {
		text-align: center;
		color: #797979;
		padding: 5px 0;
		line-height: 2;
		font-size: 13px;
	}
	#userLogin .alert {
		padding: 6px;
		margin-top: 5px;
	}
	.copyright .payment {
		display: none;
	}
	.right_pan {
		margin-top: 15px;
	}
	.user_reg_pass_ot .continue {
		/*width: 100%;*/
	}

	.modal-content .hed_tx { /*  how many tickets */
		font-size:22px;
		font-weight:700;
		margin: 1px 0 15px;
	}

	.modal-content .hed_tx.hnd{
		font-weight:700;
	}

	.modal-content .hed_tx_sub:not(.mt-3){
		font-size:16px;
		margin: 1px 0 9px;
		color:#595959;
	}
	.modal_pmt .can-btn {
		/*display: none;*/
	}
	.modal_pmt select, 
	.modal_pmt input[type=text], 
	.modal_pmt input[type=email], 
	.modal_pmt input[type=tel], 
	.modal_pmt input[type=password] {
		height: 44px;
		margin-bottom: 11px;
		padding-left: 12px;
		padding-right: 12px;
	}
	.modal_pmt select{
		padding-left: 10px;
	}
	
	.elem_pan_lrfp input[type="text"],
	.elem_pan_lrfp input[type="password"],
	.elem_pan_lrfp input[type="email"],
	.elem_pan_lrfp select{
		width:100%;
		margin-bottom:12px;
		padding:10px 10px;
		color: #727272;
	}
	.modal-content .btn_panel{
		margin-top:15px;
	}
	
	
	.forposter .modal-dialog{
		width: 100%;
		height: 100vh;
		margin: 0;
	}
	.forposter .modal-content {
		height: 100%;
		border:0;
		border-radius:0;
		box-shadow:none;
		text-align:center;
	}
	.forposter .modal-content img{
		max-height:calc(100vh - 150px)
	}
	.btn_panel .btn_mob_full{
		font-size:18px;
	}
	.btn_mob_full{
		padding:8px 30px;
		width:100%;
	}
	input[type=text],
	input[type=password],
	input[type=email],
	input[type=tel] {
		line-height: 1.4;
	}
	.subscribe_pop input[type=text],
	.subscribe_pop input[type=password],
	.subscribe_pop input[type=email],
	.subscribe_pop input[type=tel] {
		padding: 10px 6px;
		width:100%;
		margin-bottom: 8px;
	}
	.subscribe_pop .btn_panel input {
		padding: 8px 40px;
		font-size: 19px;
		width: 100%;
	}
	
	/* seat selector s 
	.seat_selector_page .cancel_popup {
		margin-top:15px;
	}

	.seat_selector_page .seat_booking{
		position: fixed;
		overflow-y:scroll;
		width: 100vw;
		height: 100vh;
		top: 0;
		z-index: 8888;
		left: 0;
	}
	 seat selector e */

	 .seat_booking  .close_seat_choose {
		display:block;
		text-align: right;
		margin-bottom: 10px;
	}
	
	/*Mobile inner pages */
	.timeout.on_top {
		background-color: #fbfac4;
		border: 1px solid #d6d585;
		margin: 0 10px;
		padding: 10px;
	}
	.modal .subscribe_pop .can-btn{
		display:none;
	}
	.popblocker,
	.ticketbooking_popup.modal {
		z-index:7373;
	}
	.full_hw .modal-dialog,
	.ticketbooking_popup .modal-dialog {
		margin: 0;
	}

	.full_hw .modal-content,
	.ticketbooking_popup .modal-content {
		height: 100vh;
		width: 100vw;
		overflow-y:scroll;
		padding: 0 15px;
		border-radius: 0;
		border: 0;
	}

	.modal.no_logo {
		z-index:7373;
	}
	.full_hw.no_logo .header_menu_inpop{
		height:40px;
		padding-right:15px;
	}
	.full_hw .scrol_pan{
		height:calc(100vh - 40px);
		padding-top: 0;
		overflow-x:hidden;
		overflow-y:auto;
	}
	.full_hw .modal-content {
		padding: 0;
	}
	.full_hw .popup_wrapper {
		padding: 15px;
	}
	
	.full_hw .h_box .popup_wrapper {
	/*	height:calc(90vh - 100px);
		overflow-y:scroll;
		flex:1;
		overflow:scroll;
		-webkit-overflow-scrolling: touch;
		transform: translate3d(0, 0, 0);*/
	}

	.modal.full_hw {
		/*position:absolute; issue with contact organiser*/
		position:fixed;
	}

	.popblocker .modal_pmt{
		position:fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.popblocker .modal_pmt .modal-dialog {
		margin: 0px;
	}
	.popblocker .modal_pmt .modal-content {
		height: 100dvh;
		width: 100vw;
		overflow-y: auto;
		padding: 0 15px;
		border-radius: 0;
		border: 0;
	}

	.ticketbooking_popup .modal-content h4 {
		padding-top: 10px;
	}
	.seat-plan-container {
		min-height: 172px;
	}
	.pagewrap_mob {
		padding: 0 8px;
	}
	.content_mob {
		margin: 8px 0;
	}
	.pagination_mob {
		background: #fff;
		padding: 6px 8px;
		text-transform: uppercase;
		position: relative;
		text-align: center;
	}
	.pagination_mob i.arrow_left {
		position: absolute;
		left: 8px;
		right: 0;
	}
	.split_box_mob {
		background: #fff;
		box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
		padding: 12px 8px;
	}
	.event_detail_box {
		margin-bottom: 15px;
		min-height: 44px;
	}
	.payment_detail_page .event_detail_box h2,
	.event_detail_box h2 {
		color:#000;
		font-size: 15px;
		text-transform: uppercase;
		padding-bottom: 0;
		margin-top: 2px;
	}
	.event_detail_box h2 .st01 {
		text-transform: none;
		text-overflow:ellipsis;
		overflow:hidden;
		white-space:nowrap;
		display:inline-block;
		width:100%;
	}

	.dis_t421{
		color:#343434;
		margin-bottom: 8px;
		font-size: 14px;
	}
	
	.timeout.on_top {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.timeout.pay_page .box_content {
		max-width:none;
		margin-bottom: 6px;
	}
	
	.single_pg_checkout .panel-group h4 a.anchor_a1 {
		position:relative;
		top:auto;
		left:auto;
		right:auto;
		margin-top:4px;
		text-align:left;
	}

	.single_pg_checkout .event_detail_box h2 {
		padding-right: 24px;
	}
	.single_pg_checkout  .customer_detail .heading_tx01 {
		margin-bottom:0px;
	}
	.order_sum .recalculate_pan {
		padding:10px 0px 4px;
	}

	.single_pg_checkout .promo_panel .box {
		display: block;
	}
	.recalculate_pan .ot_button_group {
		float: none;
		text-align: center;
		margin-top:20px;
	}
	.ot_button_group input[type=button]{
		margin-left: 0;
		width: 100%;
		padding: 8px 40px;
		font-size: 21px;
		text-transform: none;
	}
	.single_pg_checkout .panel-group h4 .st01 {
		float: none;
		font-size: 16px;
	}
	.single_pg_checkout .order_sum .det {
		width: 100%;
	}
	.single_pg_checkout .order_sum .d_pan {
		padding: 2px 0px;
	}
	.single_pg_checkout .order_sum .d_pan .price {
		width: auto;
	}
	
	.ticket_category.multi_book .price,
	.ticket_category.multi_book .tx_head {
		display: inline-block;
	}
	.ticket_category .tx_head {
		color: #666;
		margin-bottom: 5px;
	}
	.ticket_category .price {
		font-size: 16px;
	}
	.payment_option_tab .rd_label{
		font-size:12px;
	}
	.event_ticket_info .row_child {
		padding: 10px 0;
		border-bottom: 1px solid #bfbfbf;
	}
	.event_ticket_info .row_child:first-child {
		padding: 0px 0 10px;
	}
	.event_ticket_info .row_child:last-of-type {
		border: 0;
		padding: 10px 0 0;
	}
	.event_ticket_info .booking_pan a.btn_premier_01 {
		font-size: 15px;
		padding: 5px 14px;
	}
	.event_ticket_info .multi_book_btn {
		margin: 15px 0;
	}
	.event_ticket_info .ticket_category_n1 {
		font-size: 15px;
		padding-right: 20px;
	}
	.event_ticket_info .action_btn .btn_premier_01 {
		padding: 7px 10px;
		min-width: 110px;
	}
	.share_offer .follow {
		text-align: left;
		padding-left: 10px;
	}
	.share_offer .follow li {
		margin-right: 15px;
		line-height: 0;
	}
	.share_offer .follow a {
		height: 40px;
		width: 40px;
		opacity: 1;
	}
	.share_offer .follow a.fb_awesome {
		background-color: #3c5a9a;
		background-position: 4px 4px;
	}
	.share_offer .follow a.tw_awesome {
		background-color: #01a1d3;
		background-position: -52px 5px;
	}
	.share_offer .follow a.utube_awesome {
		background-color: #bd342e;
		background-position: -105px 4px;
	}
	.share_offer .follow a.gplus_awesome {
		background-color: #d24b38;
		background-position: -159px 4px;
	}
	.seating_cta a.view {
		display: block;
		font-size: 17px;
		padding: 8px 13px;
	}
	.seating_cta [class*=next_arrow] {
		float: right;
	}
	.seating_cta [aria-expanded="true"] .next_arrow2 {
		background-position: -461px -4px;
		width: 22px;
		height: 18px;
	}

	.event_description {
		padding: 12px 10px;
		box-shadow: none;
		margin-top: 10px;
	}
	#event_description{
		margin-top:15px;
		overflow-wrap: break-word;
	}
	.event_description .head_tx4 {
		margin-bottom: 0px;
		color:#4d4d4d;
		font-size: 18px;
	}
	.event_description h3{
		font-size:17px;
	}
	.organiser-button {
		font-size: 17px;
		padding: 9px 0px;
		text-decoration: none;
		margin:15px 0 0;
		max-width:none;
	}
	.allticket_info {
		padding: 11px 0;
		border-bottom: 1px solid #d8d8d8;
	}
	.event_info_list_box {
		margin-top: 20px;
	}
	a.head_tx_collpasible {
		display: block;
		position: relative;
		padding-right: 30px;
	}
	a.head_tx_collpasible i[class*=arrow] {
		position: absolute;
		right: 0;
		top: 0px;
	}
	.head_tx_collpasible[aria-expanded="true"] i[class*=arrow] {
		background-position: -457px -748px;
		width: 22px;
	}
	.event_info_list_box ul.event_info_list {
		margin-top: 15px;
	}
	.event_info_list_box .head_tx_info {
		display: inline-block;
		color: #333;
		text-transform: uppercase;
		font-size: 17px;
	}
	.event_info_list_box .head_tx_info i {
		margin-right: 8px;
	}

	.timeout { /* also used in event detail page */
		color: #727272;
		text-align: center;
	}

	.ticket_info_box {
		margin-bottom: 15px;
	}
	.timeout.on_top {
		margin-bottom: 15px;
	}
	.timeout .tx_label {
		padding-top: 5px;
		color:#111;
	}
	.customer_detail button.check_out {
		width: 100%;
	}
	.heading_tx01 {
		font-size: 19px;
	}
	.element_group .elem {
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.element_group.customer_detail_tab .elem {
		margin: 0;
	}
	.card_data {
		background: #fff;
		padding: 10px 0px;
		max-width: 551px;
		background-repeat: no-repeat;
	}
	.card_data li {
		margin-bottom: 10px;
	}
	.card_data label {
		color: #666;
		font-size: 15px;
	}
	.card_data .cvv {
		float: none;
		margin-top: 10px;
		width: 100%;
		margin-right: 0;
	}
	.card_data .expir {
		float: none;
		text-align: left;
		margin-right: 2px;
		margin-top: 10px;
		width: 100%;
	}
	.card_data .cvv input {
		width: 100%;
	}
	.card_data .cvv label,
	.card_data .expir label {
		display: block;
	}
	.payment_page .terms {
		font-size: 14px;
	}
	.pay_tx_01 {
		font-size: 18px;
		color: #666;
	}
	.seat_selector_heading select {
		border: 1px solid #bfbfbf;
		padding: 5px 6px;
		color: #111;
		font-size: 15px;
	}
	.seat_booking .stage_pan {
		padding: 3px 0;
		text-transform: none;
		margin: 0 auto 9px;
		width: 100%;
		color: #000;
		font-size: 15px;
	}
	.seat_selector_event_title {
		font-weight: 700;
		font-size: 17px;
	}
	.seat_selector_heading {
		margin-bottom: 10px;
	}
	.seat_available {
		margin-top: 15px;
		text-align: left;
	}

	.seat_available span {
		padding: 7px 1px;
		font-size: 11px;
		width:32.5%;
	}

	.seat_booking .scroll_message {
		text-align: left;
		padding-left: 32px;
		font-size: 12px;
	}
	.seat_booking .scroll_message i {
		position: absolute;
		left: 0;
		top: 0;
	}
	.checkout_mob button.check_out {
		padding: 10px 20px;
		font-size: 21px;
		width: 100%;
	}
	.seat_booking .seating_info.cusdt {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.btn_seat_checkout .check_head {
		text-align: center;
	}
	.seat_booking .totalselectedseat {
		text-align: center;
	}
	.checkout_seat_price {
		padding: 10px 0 5px;
	}
	.checkout_seat_price .ticket_booking_info,
	.checkout_seat_price .seating_info,
	.checkout_seat_price .check_head {
		text-align: center;
		display: inline-block;
		margin-bottom: 4px;
	}
	.checkout_pop {
		padding: 50px 25px 40px;
		border-radius: 0px;
		margin: 0;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.seat_selector_page .checkout_mob {
		margin-top: 15px;
	}
	.checkout_pop .check_head button {
		padding: 8px 0px;
		width: 100%;
	}
	.single_pg_checkout a.ch {
		font-size: 15px;
		display: block;
		text-align: center;
	}
	.order_sum .qty {
		text-align: left;
		width: 49px;
	}
	.single_pg_checkout .btn_panel .continue {
		width: 100%;
		padding: 10px 0;
	}
	.ot_button_group input[type=button] {
		font-size: 15px;
	}
	.ch_order_summary {
		margin: 10px 0;
	}
	
	.customer_detail_page {
		display: -ms-flexbox;
		display: -ms-flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.customer_detail_page .col-md-8{
		order:3;
	}
	.customer_detail_page .col-md-4{
		order:2;
	}
	.customer_detail_page .event_detail_box .event_info>div {
		margin-bottom: 12px;
	}
	.customer_detail_page .box_split_section {
		padding: 15px 10px;
	}
	.short_address,
	.short_time {
		margin-bottom: 6px;
	}
	.event_detail_box .event_info .map_dir{
		margin-bottom:0;
	}
	.seat_selector_heading strong {
		font-size: 17px;
	}
	.book_ticket_panel {
		padding-left: 2px;
		padding-right: 2px;
	}
	.book_ticket_panel .btn_panel a.cancel_btn {
		margin-left: 20px;
	}
	.book_ticket_panel .btn_panel a.btn_main {
		width: 100%;
		padding: 8px 0px;
		font-size: 16px;
	}
	.book_ticket_panel .ticket_qty span {
		margin: 9px 4px;
		width: 50px;
		height: auto;
		padding: 10px;
	}
	.event_detail_box .details_tx span {
		padding-left: 0;
	}

	
	.content-box.blog .blog-thumg-image {
		float: none;
	}
	.event_detail_box h2 [aria-expanded="true"] .st01{
		display:none;
	}
	.user_fill_info .info1 p {
		margin: 3px 0 5px;
		display:block;
		padding-right: 5px;
	}
	.single_pg_checkout .user_fill_info {
		padding: 6px 1px 0;
	}
	.promo_panel input[type=text] {
		font-size: 16px;
		width: calc(100% - 90px);
	}
	.promo_panel .error_tx{
		text-align: left;
		padding: 6px 0 0;
	}
	.order_sum .p_pan {
		padding: 0px 0px;
	}

	.order_sum .d_pan .det p{
		margin: 1px 0 6px 0px;
	}
	.order_sum .sub_pan .price {
		width: 75%;
		padding-right: 0;
	}
	.order_sum .sub_pan .price p{
		padding-right:20px;
	}
	.order_sum .price {
		width: 20%;
	}

	.order_sum .sub_pan .total {
		width: 25%;
		float:right;
	}

	.order_sum .det {
		flex:0 0 100%;
	}

	.order_sum div.total{
		width: auto;
	}

	.order_sum div.price{
		flex:1;
	}

	.order_sum .d_pan{
		display: flex;
		flex-wrap: wrap;
	}

	.listing_type {
		display: none;
	}
	.serch_event_category_pan {
		display: none;
	}
	.modal.fade .modal-dialog {
		transform: translate3d(0, 90vh, 0);
		transition-duration: 0.2s;
	}

	.modal.in.modal_20up .modal-dialog {
		transform: translate3d(0, 20vh, 0);
	}

	.modal.in .modal-dialog {
		transform: translate3d(0, 0, 0);
	}


	.layoutShow.in{
		z-index: 9999;
	}

	.modal.fade.layoutShow  .modal-dialog {
		transition-duration:0s;
	}

	.modal-backdrop {
		background-color: #111;
	}

	.modal-open .modal { 
		/* overflow: hidden;seating popup scroll not showing */
		z-index:7373;
	}
	.modal .header_menu_mob2 {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		transform: translate3d(0, 0, 0);
	}
	.modal .header_menu_mob2 i.close_s2{
		height: 18px;
	}

	.header_menu_mob2.header_menu_inpop .on_left{
		position: absolute;
		left: 13px;
		top: 13px;
	}
	/*body.modal-open {
		-webkit-overflow-scrolling: auto;
	}*/
	.ev_listing_pg .grid_pan02 {
		display: none;
	}
	.ev_listing_pg.srch_pan_n_grid_02 {
		padding: 8px 10px;
	}
	.ev_listing_pg.srch_pan_n_grid_02 .serch_pan02 {
		width: 100%;
	}
	.event_wrapper.ev_listing_pg {
		margin-top: 15px;
	}
	/* customer portal */
	.user_log_pan .bx_01,
	.user_log_pan .bx_02 {
		display: block;
		padding: 10px 0;
	}
	.user_log_pan .log_link.dropdown-menu {
		position: relative;
		/*display: block;*/
		top: 0;
		float: none;
		width: 100%;
		box-shadow: none;
		border-radius: 0;
	}
	.user_log_pan .log_link:before {
		content: none;
	}
	.user_dashboard .right_u {
		margin: 0 auto;
		padding: 0;
		width:93%;
	}
	.content_main.user_dashboard {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.user_dashboard .right_u {
		margin-top: 20px;
	}
	.box_row_group .box_split_section {
		padding: 4px;
		text-align: center;
	}
	.user_booking_data .row01>div {
		width: 45%;
		vertical-align: top;
		padding: 0 4px;
	}
	.user_booking_data .row01 .dt,
	.user_booking_data .row01 .payment {
		width: 55%;
	}


	.dash_menu .ad_pos {
		text-align: center;
		display: none;
	}
	.user_dashboard .event_head_box a.bktickt {
		font-size: 17px;
	}
	.dash_menu .ad_pos img {
		max-height: 150px;
	}
	.user_dashboard .event_head_box .fl_r {
		float: none;
		margin-left: 0;
		margin-right: 10px;
		font-size: 14px;
		padding: 6px 15px;
	}
	.user_dashboard .event_head_box a.bktickt {
		display: block;
		margin-top: 10px;
	}
	.event_head_box .event_list12 {
		left: -11px;
	}
	.booking_payment {
		padding: 8px 0px 0px;
		font-size: 13px;
	}
	.booking_payment h2 {
		font-size: 17px;
	}
	.booking_payment h1 {
		font-size: 26px;
		line-height: 1.2;
		margin-bottom: 0px;
	}
	.user_dashboard .table_data_u,
	div.dt-buttons {
		margin-top: 0;
	}

	.table_data_u .dt-buttons{
		text-align: right;
	}

	.booking_payment .blk {
		margin-bottom: 15px;
	}

	body #attendee_ticket_number {
		width: 100%;
	}
	#frm_scan .varify-btn {
		margin-top: 6px;
	}
	.booking_payment .col-md-20 {
		width: 50%;
		float: left;
		padding: 0 5px;
	}
	.booking_payment .col-md-20:nth-child(2n+1) {
		clear: both;
	}
	.event_wrap_mob .homesearch{
		padding:0 0 10px;
		display:inline-block;
		width:100%;
		font-size:17px;
	}
	/* event page */
	.event_list_row .col-md-9{
		min-height:150px;
	}
	.srch_pan_n_grid_02 {
		padding:0px 15px;
	}
	.srch_pan_n_grid_02 .serch_pan02 {
		width: calc(100% - 88px);
	}
	.event_wrapper{
		margin-top:5px;
	}
	.event_wrapper [class*=col-] {
		margin-bottom: 15px;
		padding-left: 12px;
		padding-right: 12px;
	}
	.event_wrapper #listRow{
		padding-left:15px;
		padding-right:15px;
	}
	.event_wrapper .list_view {
		margin-bottom: 15px;
	}
	.event-info.contact ul li{
		width: 100%;
	}

	
	.event_details:before{
		content:"";
		background: url(assets/images/sprite_premier_ticket.png);
		position: absolute;
		right: 3px;
		top: 50%;
		margin-top: -15px;
		display: block;
		padding: 8px 0 8px 8px;
		background-position: -399px 0;
		width: 18px;
		height: 22px;
	}
	.event_wrapper .event_details a{
		display: -ms-flexbox;
		display: -ms-flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		padding: 10px;
	}
	.event_wrapper .poster{
		width:25%;
		max-width:100px;
		max-height: 90px;
		overflow: hidden;
	}
	.event_wrapper .event_name_time{
		/*box-flex: 1;*/
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		padding:0 20px 0 10px;
	}
	
	.right_pan .textwidget.widget-text{
		text-align:center;
	}
	.page_heading_bloc{
		padding:40px 0;
	}
	.page_heading_bloc h3 {
		font-size: 30px;
	}
	.page_heading_bloc h4, .page_heading_bloc.blank_h h4 {
		font-size: 17px;
		padding-top: 15px;
	}
	/*.page_heading_bloc{
		
	}*/
	.promotion_fq_pan h3, .about_pg .section4 h3 {
		font-size: 27px;
	}
	
	.about_pg .section2 .row > div{
		width:100%;
	}
	
}
/* Mobile Global End old */








	/*.isLandscapeMode{
		display:none;
	}
	@media screen and (min-width:320px) and (max-width:900px) and (orientation:landscape){
		.isLandscapeMode{
			position: relative;
			display: -ms-flexbox;
			display: -ms-flex;
			display: -webkit-box;
			display: -webkit-flex;
			display: flex;
			z-index:9999;
			background:#154a93;
			padding:0 80px;
			height:100%;
			color:#fff;
			top:0;
			left:0;
			right:0;
			bottom:0;
			text-align:center;		
		}
		.isLandscapeMode .hedtx{
			font-size:26px;
			margin:15px 0;
		}
		i.rotate_dv{
			height:139px;
			width:152px;
			background-position:0 -960px;
		}
		.isLandscapeMode ~ div{
			display:none;
		}
	}
	*/
	
	
	
	.error {
		border: 1px solid #b31010 !important;
		background: #f9eded;
	}
	
	
	/******* CREDIT CARD VALIDATION PART START *************/
	
	#ewaycustomForm input.invalid,
	#ewaycustomForm select.invalid {
		background: none repeat scroll 0 0 #f8dbdb;
		border-color: #e77776;
	}
	
	#ewaycustomForm .validation.failed:after {
		color: #d82d2d;
		content: 'Validation failed';
	}
	
	#ewaycustomForm .validation.passed:after {
		color: green;
		content: 'Validation passed';
	}
	
	#ewaycustomForm input#EWAY_CARDNUMBER {
		background-image: url("images/icons_group_premier.png");
		background-repeat: no-repeat;
		background-position: -76px -90px;
	}
	
	#ewaycustomForm input#EWAY_CARDNUMBER.visa {
		background-image: url('images/icons/visa.jpg');
		background-repeat: no-repeat;
		background-position: 98% center;
	}
	
	#ewaycustomForm input#EWAY_CARDNUMBER.mastercard {
		background-image: url('images/icons/mastercard.jpg');
		background-repeat: no-repeat;
		background-position: 98% center;
	}
	
	#ewaycustomForm input#EWAY_CARDNUMBER.maestro {
		background-image: url('images/icons/maestro.jpg');
		background-repeat: no-repeat;
		background-position: 98% center;
	}
	
	#ewaycustomForm input#EWAY_CARDNUMBER.discover {
		background-image: url('images/icons/discover.jpg');
		background-repeat: no-repeat;
		background-position: 98% center;
	}
	
	#ewaycustomForm input#EWAY_CARDNUMBER.amex {
		background-image: url('images/icons/american-express.jpg');
		background-repeat: no-repeat;
		background-position: 98% center;
	}
	
	#ewaycustomForm input#EWAY_CARDNUMBER.dinersclub {
		background-image: url('images/icons/dinerclub.jpg');
		background-repeat: no-repeat;
		background-position: 98% center;
	}
	
	#ewaycustomForm input#EWAY_CARDNUMBER.laser {
		background-image: url('images/icons/laser.jpg');
		background-repeat: no-repeat;
		background-position: 98% center;
	}
	
	#ewaycustomForm input#EWAY_CARDNUMBER.jcb {
		background-image: url('images/icons/jcb.jpg');
		background-repeat: no-repeat;
		background-position: 98% center;
	}
	
	#ewaycustomForm input#EWAY_CARDNUMBER.unionpay {
		background-image: url('images/icons/union-pay.jpg');
		background-repeat: no-repeat;
		background-position: 98% center;
	}
	
	@media (min-width:1200px) {
		#ewaycustomForm input#EWAY_CARDNUMBER {
			background-position: 108px -90px;
		}
	}
	
	
	/******* CREDIT CARD VALIDATION PART END *************/
	
	[ng\:cloak],
	[ng-cloak],
	[data-ng-cloak],
	[x-ng-cloak],
	.ng-cloak,
	.x-ng-cloak {
		display: none !important;
	}
	
	
	/*---------*/
	
	
	/********** STRIPE CARD CSS PART START **********/
	
	
	/**
	* The CSS shown here will not be introduced in the Quickstart guide, but shows
	* how you can use CSS to style your Element's container.
	*/
	
	.StripeElement {
		background-color: white;
		height: 40px;
		padding:10px 10px;
		border:1px solid #bfbfbf;
		-webkit-transition: box-shadow 150ms ease;
		transition: box-shadow 150ms ease;
		width: 96%;
	}
	
	.StripeElement--focus {
		box-shadow: 0 1px 3px 0 #cfd7df;
	}
	
.StripeElement--invalid {
	border-color: #b31010;
}

.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}

.carddiv {
	padding-left: 0px !important;
}

#card-errors {
	color: #d82d2d;
	padding-top: 10px;
}


#payment_pan {
	margin-top:15px;
}

.payment_option_tab {
	margin: 10px 0 10px;
}

	.payment_option_tab .sec_inblk input{ /* payment page at pay now button */
		display: inline;
		vertical-align: middle;
		transform: translateY(-1px);

	}
	
	/********** STRIPE CARD CSS PART END **********/
	
	.site_blocker_element {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.4);
		z-index: 1000010;
	}
	
	@keyframes rotating {
		from {
		  -ms-transform: rotate(0deg);
		  -moz-transform: rotate(0deg);
		  -webkit-transform: rotate(0deg);
		  -o-transform: rotate(0deg);
		  transform: rotate(0deg);
		}
		to {
		  -ms-transform: rotate(360deg);
		  -moz-transform: rotate(360deg);
		  -webkit-transform: rotate(360deg);
		  -o-transform: rotate(360deg);
		  transform: rotate(360deg);
		}
	  }


	/*#ajax_loading_box{
		position: fixed;
		background-color: rgba(255,255,255,0.75);
		top: 50%;
		right: 50%;
		left: 50%;
		z-index: 100001;
		overflow: visible;
		margin-top: -26px;
		margin-left: -26px;
		padding: 0px;
		height: 52px;
		width: 52px;
		opacity: 0.8;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 3px solid #ff002a;
		box-shadow: 0 0 4px #ccc;
	}
	.ty-ajax-loading-box {
		background-image: url('assets/images/ptk-loader.svg');
		background-repeat: no-repeat;
		height:50px;
		width:50px;
		-webkit-animation: rotating 2s linear infinite;
		-moz-animation: rotating 2s linear infinite;
		-ms-animation: rotating 2s linear infinite;
		-o-animation: rotating 2s linear infinite;
		animation: rotating 2s linear infinite;
	}	
	*/

	#ajax_loading_box{
		position: fixed;
		background-color: rgba(255,255,255,0.01);
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 100001;
	}

	#seat_loader::before,
	#ajax_loading_box:before{
		content:"";
		position:absolute;
		z-index: 1;
		top:49%;
		left: 50%;
		margin-top: -21px;
		margin-left: -20px;
		display: block;
		background-image: url('assets/images/ptk-loader.svg');
		height: 57px;
		width: 57px;
	}

	.ty-ajax-loading-box {
		background-image: url('assets/images/spinner-third-duotone-solid.svg');
		background-color: #fff;
		background-repeat: no-repeat;
		height:69px;
		width:69px;
		-webkit-animation: rotating 0.75s linear infinite;
		-moz-animation: rotating 0.75s linear infinite;
		-ms-animation: rotating 0.75s linear infinite;
		-o-animation: rotating 0.75s linear infinite;
		animation: rotating 0.75s linear infinite;
		position: absolute;
		top:49%;
		left:50%;
		margin-top: -26px;
		margin-left: -26px;
    	border-radius: 50%;
		box-shadow: 0 0 4px #ccc;
	}
	
	.ticketbooking_popup {
		text-align: center;
	}
	
	.ticketbooking_popup .modal-header {
		border: 0;
		font-weight: 700;
	}
	
	.close {
		opacity: 1;
	}
	
	.icon_el {
		margin: 10px 0 20px;
	}

	.seat_selector_event_title span a{
		text-decoration:underline;
		padding-left:10px;
		font-size:15px;
	}

	.seat_selector_event_title span a:hover{
		text-decoration:none;
	}



@media (min-width:768px) {
	
	.srch_bx_02.expanded {
		/*width:288px;*/
	}
	

	.organiserbox .closepop{
		padding-top:15px;
		padding-right:15px;
	}
	
	.navbar-toggler {
		display: none;
	}
	.btn_seat_checkout {
		float: right;
		width: 26%;
		margin-right: 5px;
		text-align: right;
	}
	.seat_selector_event_title {
		text-align:center;
		color:#154992;
		font-size:17px;
		padding-top: 11px;
	}
	.totalselectedseat {
		display: inline-block;
		font-size: 18px;
	}

	.user_dashboard .paginaton {
		text-align: right;
		padding-right: 15px;
	}
	.user_login_f .follow {
		text-align: right;
		margin-top: 30px;
	}
	.search_u01 {
		float: right;
	}
	.user_booking_data .img_pan {
		position: absolute;
		margin: 10px 0 0 10px;
	}
	.user_booking_data .row02 h4 {
		font-size: 20px;
		padding-right: 200px;
	}
	.user_booking_data .row01,
	.user_booking_data .row02 {
		padding-left: 150px;
		padding-bottom: 22px;
	}
	.user_booking_data .barcode {
		position: absolute;
		right: 20px;
		top: 20px;
	}
	main > .error-404.not-found {
		min-height: 262px;
	}

	.icnw.arrdown2_nd {
		background-position: -83px -207px;
	}
	
	/* Register Slider 
	div.slides{
		overflow: hidden;
		position: relative;
		width: 100%;
		margin:auto;
	}
	div.slides-inner{
		-webkit-transition: -webkit-transform ease 0.3s;
		transition: transform 0.3s ease;
	}
	div.slides-inner {
		width:200%;
	}
	div.slide {
		float: left;
		height: 1px;
		visibility: none;
		width:50%;
	}
	div.slide.active {
		height: auto;
		visibility: visible;
	}
	div.slides-inner.pos-0 {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	div.slides-inner.pos-1 {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	Register Slider */
	
}

@media (min-width:768px) {

	
}

	
@media (min-width:1200px) {
	.totalselectedseat {
		/*right:60px;*/
	}
	
	.user_dashboard .left_u {
		padding-left: 15px;
		padding-right: 15px;
	}
	.user_login .event_wrapper [class*=col-]:nth-child(5n+1) {
		clear: none;
	}
	.user_login .event_wrapper .row .col-lg-4:nth-child(3n+1) {
		clear: both;
	}
	.user_login .event_wrapper .row .col-lg-4:nth-child(4n+1) {
		clear: none;
	}
	.user_booking_data .img_pan {
		margin: 15px 0 0 15px;
	}
	.user_booking_data .row01 .dt {
		width: 31%;
	}
	.user_booking_data .row01 .booking_id {
		width: 17%;
	}
	.user_booking_data .row01 .payment {
		width: 24%;
		text-align: right;
	}
	.user_booking_data .row01 .amt {
		width: 25%;
		text-align: right;
	}
}
	
	@media (min-width:1600px) {
		
		body.home .hederv2 .logo{ 
			/* width: 30%; new design 24 */
		}
		.hederv2.header_menu .navbar-nav li{
			margin-right:40px;
		}
		.event_wrapper [class*=col-]:nth-child(4n+1) {
			clear: none;
		}
		.event_wrapper [class*=col-]:nth-child(5n+1) {
			clear: both;
		}
		.page-template-page_event_listing .event_wrapper,
		.home .event_wrapper {
			max-width: 1260px; /* new design 24 */
			padding-left: 0px;
			padding-right: 0px;
			min-height:312px;
		}
		.srch_pan_n_grid_02 .wrapper_02 {
			padding-left: 0px;
			padding-right: 0px;
		}
		/* new design 24 
		.col-xl-20 {
			width: 20%;
		}
		*/
		.col-xl-20 {
			padding-left: 17px;
			padding-right: 17px;
		}
	}
	
	
	/* force desktop on mobile if choose */
	
	
	
	#loader_home_banner {
		display: none;
		position: relative;
		text-align: center;
		width: 100%;
		height: 174px;
		margin-top: 175px;
	}
	.banner_hide_old_data {
		display: none;
	}
	.user_type_mobile {
		margin-left: 8px;
		font-weight: bold;
		text-transform: capitalize;
	}
	.user_type_mobile span{
		font-weight:400;
	}

.ticket_category_desc {
	font-size:14px;
	font-weight:normal;
	text-transform:none;
}

	.listpricecut {
	text-decoration: line-through;
	color: red;
	}
	
	.forposter .modal-dialog {
		max-width: 460px;
		text-align:center;
	}
	.forposter .modal-header {
		padding: 6px 10px;
	}
	.forposter .tx_poster_title {
		text-align:center;
		padding:5px;
		color:#707070;
	}
	.selectStyle select {
	   background: transparent;
	   width: 210px;
	   padding: 4px;
	   font-size: 1em;
	   border: 1px solid #bcbcbc;
	   height: 35px;
	   -moz-appearance: none;
	   -webkit-appearance: none;
	}
	.selectStyle {
	   width: 210px;
	   height: 35px;
	   overflow: hidden;
	}
	.error_msg:not(:empty) {
		color:red;
		font-size:12px;
	}
	.footerCntr2{
		background-color:#f3f3f3;
		color:#666;
	}
	.modal_pmt div.wpcf7-response-output {
		color: #a94442;
		border-radius: 4px;
		border:1px solid transparent;
		text-align: center;
		font-size: 13px;
	}
	
	.modal_pmt div.wpcf7-mail-sent-ok {
		color: #3c763d;
		background-color: #dff0d8;
		border-radius: 4px;
		border:1px solid transparent;
		text-align: center;
		font-size: 13px;
	}
	.form.contact div.wpcf7-mail-sent-ok{
		font-size: 15px;
		padding:5px 0;
		color: #3c763d;
		background-color: #dff0d8;
		border-radius: 4px;
		border:1px solid transparent;
		text-align: center;
	}
	
	.modal_pmt div.wpcf7-response-output,
	.modal_pmt div.wpcf7-mail-sent-ok {
		margin-top: -20px;
		margin-bottom:25px;
	}
	
	input.wpcf7-not-valid[type="text"], 
	input.wpcf7-not-valid[type="tel"], 
	input.wpcf7-not-valid[type="email"], 
	input.wpcf7-not-valid[type="number"], 
	input.wpcf7-not-valid[type="file"],
	input.wpcf7-not-valid[type="checkbox"],
	.wpcf7-not-valid .wpcf7-list-item-label,
	textarea.wpcf7-not-valid {
		border: 1px solid #e77776 ;
		background: #fbe5e5 ;
		color: #000 ;
	}
	.terms-checkbox .wpcf7-not-valid{
		border: 2px solid #f20907;
		display:inline-block;
		height:20px;
	}
	.disableButton{
		background-color:#000; 
	}
	.seat_booking .row.offset_0{
		text-align:center;
		margin-top: 6px;
	}
	
	text{
		pointer-events:none;
	}
	polygon,
	path{
		cursor:pointer;
	}
	svg#Layer_1{
		max-width:100%;
		height:auto;
	}
	
	.link_button_skip {
		display: inline-block;
		background: #cccccc;
		border: 0;
		color: #707070 !important;
		text-decoration: none;
		transition: all 0.2s linear;
		padding: 8px 50px;
		width: 100%;
	}
	
	select#ctid {
		-webkit-appearance: button;
		-webkit-border-radius: 2px;
		-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
		-webkit-padding-end: 20px;
		-webkit-padding-start: 2px;
		-webkit-user-select: none;
		/*background-image: url(assets/images/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);*/
		background-image: -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
		background-position: 97% center;
		background-repeat: no-repeat;
		border: 1px solid #AAA;
		color: #555;
		font-size: inherit;
		/*margin: 20px;*/
		overflow: hidden;
		padding: 5px 10px;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 212px;
	}
	
	.bg-stage.lazyloaded {
	background-image: url(lazyloaded-bg.jpg);
	}
	
	/*********** PLUS ICON ********/
	.icon-plus {
	background-color: #30af0a;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	width: 16px;
	height: 16px;
	position: relative;
	top:0;
	left:0;
	display:inline-block;
	cursor: pointer;
	cursor: auto; 
	margin-left:5px;
	}
	.icon-plus:after {
	background-color: #fff;
	width: 8px;
	height: 2px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	position: absolute;
	top:7px;
	left: 4px;
	  content:"";
	}
	.icon-plus:before {
	background-color: #fff;
	width: 2px;
	height: 8px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	position: absolute;
	top:4px;
	left: 7px;
	  content:"";
	}
	
	.blockTicket {
		display: none;
		width: 100%;
	}
	
	.ptkselectseat{
		cursor:default;
	}

.ptkselectseat span {
	padding:6px 12px;
	background-color:#ff002a;
	color: #fff;
	border: 0;
	border-radius: 4px;
	transition:all 0.2s linear;
	cursor:default;
	display: inline-block;
}
	
	.ptkselectseat span:focus, 
	.ptkselectseat span.active {
		background-color:#ff2347;
		color:#fff;
		cursor:default;
	}
	
	.loadingg {
		position: absolute;   
		background: url(assets/images/loader.gif) no-repeat center center;
		width: 50px;
		height: 50px;
		margin-top: 16px;
		font-size:0;
	}
	
	.btn_r {   
		margin-left: 12px;
		padding: 6px 15px;
		font-size: 15px;
	}
	@-moz-document url-prefix() {
		  .srch_bx_02 {
			margin-top: -8px;
		}
	}
	
	/************ PROMO CODE CSS PART START *********/
	.prmomotion_pan [class*=tr_] {
		background: #fff;
		padding: 10px;
		margin-right: 0;
		margin-left: 0;
	}

	.prmomotion_pan h3 {
		color: #d32020;
		margin-top: 0px;
		margin-bottom: 15px;
		font-size: 20px;
	}

	.prmomotion_pan .remove_p{
		font-size:11px;
		text-transform:uppercase;
		color:#ff002a;
	}
	.prmomotion_pan .box_prom .remove_p{
		position:absolute;
		top:10px;
		right:10px;
	}
	.box_prom label{
		position:relative;
		padding-left:30px;
		padding-right: 50px;
		padding-top:3px;
		font-weight: 400;
		text-transform: uppercase;
		font-size:14px;
	}
	.box_prom label img{
		display:none;
		padding-left:5px;
		vertical-align:middle;
	}
	.box_prom h6{
		font-size:15px;
		color:#666;
	}
	
	.box_prom .prom_ch{
		display:none;
	}
	
	.box_prom .prom_ch + label:before{
		content:"";
		position:absolute;
		left:0;
		top:0;
		width:22px;
		height:22px;
		border:1px solid #c6c6c6;
		border-radius:50%;
	}
	.box_prom .prom_ch:checked + label:before{
		border:1px solid #06199a;
		z-index:12;
	}
	
	.box_prom .prom_ch:checked + label:after{
		content:"";
		position:absolute;
		z-index:11;
		left:0;
		top:0;
		width:22px;
		height:22px;
		background:#06199a;
		border:5px solid #fff;
		border-radius:50%;
	}
	.box_prom .prom_ch:checked + label + h6{
		color:#62a915;
	}
	.box_prom .prom_ch:checked + label img{
		display:inline-block;
	}
	
	.prmomotion_pan .promo_el{
		position:relative;
		margin:15px 0;
	}
	.prmomotion_pan .promo_el h5{
		font-size:16px;
		margin-bottom:10px;
	}
	.prmomotion_pan .promo_el .tbox{
		border: 1px solid #c6c6c6;
		padding:12px 6px;
		border-radius: 4px;
	}
	.prmomotion_pan .promo_el .tbox button,
	.prmomotion_pan .promo_el .tbox input{
		border:0;
		background:#fff;
	}

.prmomotion_pan .promo_el .tbox input{
	width:calc(100% - 60px)
}

.prmomotion_pan .promo_el .tbox button{
	color:#62a915;
	padding:5px;
}
.prmomotion_pan .invtx{
	color:#d82d2d;
	margin-top:8px;
}
.promapp span{
	font-size: 15px;
	color: #62a915;
	text-transform: uppercase;
}
.box_prom.b2{
	margin:15px 0;
}	
.promoexpiry {
	color:#154a93;
}
.promosave{
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color:#da251c;   
}

@media (min-width:768px){	

	.prmomotion_pan .box_prom {
		width: calc(50% - 15px);
		min-width:190px;
		margin:5px;
		margin-right: 10px;
	}

}

	
@media (min-width:1200px){	
	
	.prmomotion_pan .box_prom {
		min-width: 218px;
	}

	.box_prom.b2{
		margin:0 15px;
	}

	.prmomotion_pan .promo_el:before{
		content:"";
		position:absolute;
		top:0;
		bottom:0;
		left:-20px;
		width:1px;
		background:#c6c6c6;
	}

	.ptkselectseat span { 
		padding:9px 18px;
		width: 100%; /* find ticket - select seat book now button same width */
	}
	
}


	@media (min-width:768px) and (max-width:1023px){	

		.prmomotion_pan [class*=tr_] {
			padding: 1px;
		}

	}

	/************ PROMO CODE CSS PART END *********/
	.activecity {color:#fc4366;font-weight:bold;font-size:16px;}
	
	
	/* ssb on 25-07-22 event in group */
	
.eventingroup .h01{
	font-size: 18pt;
	font-weight:700;
	line-height:1.2;
	margin-bottom: 15px;
}

.eventingroup .h02{
	font-size: 17px; 
	margin-bottom:17px;
}

.eventingroup .btn_premier_01{
	display: block;
	padding: 8px 0;
	margin:0 10px 10px 10px;
	justify-content:center;
}
	
/* express interest */
.event-express-interest{
	margin-top:10px;
	margin-bottom:10px;
}

.event-express-interest h6{
	font-size:15px;
	font-weight:700;
	margin-top:10px;
	margin-bottom:6px;
}

.event-express-interest .link_button03 {
	padding:6px 30px;
}
/* express interest */
	
@media (min-width:768px){
	
	.eventingroup .event_wrapper {
		padding-left: 0px;
	}
	
	.eventingroup .col-xl-20:nth-child(3n+1){
		clear:both;
	}
	
}
	
@media (max-width:767px){
	
	.user_type_mobile .user_type_emailid{
		display: block;
	}

	#EventContainer{
		min-height:50vh;
	}

	.fullposter .event_details > .d-block{
		display:block;
	}
	
	.fullposter .event_details .poster{
		width:100%;
		max-width:none;
		max-height:none;
	}

	.eventingroup .event_details .event_name_time{
		margin-top:10px;
	}
	.eventingroup .event_name_time {
		min-height:1px;
	}

	.ticketpanel .ticket_category_desc {
		flex: 0 0 100%;
		order:3;
	}

}

	
/* banner adaptive height */
@media (min-width:768px)  {

	.carousel-inner {
		min-height: 179px;
	}

}
	
@media (min-width:820px)  {

	.carousel-inner {
		/*min-height: 191px;*/
	}

}

@media (min-width:1368px)  {

	.carousel-inner {
	/*min-height:318px;*/
	}

}

@media (min-width:1920px)  {

	.carousel-inner {
		/*min-height:443px;*/
	}

}
	/* banner adaptive height */
	
	
	/* home page poster */
	
@media (min-width:768px)  {

	.event_wrapper .row{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.event_wrapper .row .event_details {
		height: 100%;
	}

}
	
	/* cancel event */
.modal_pmt.cancel_event .modal-content{
	min-height:0;
}

@media (max-width:767px) {

	.modal.stripeconnect .modal-body{
		padding: 15px !important;
	}

	.modal.stripeconnect .hed_tx{
		margin-top: 30px;
	}

	.modal.stripeconnect p {
		width:calc(100% - 40px);
	}

	.modal.stripeconnect input[type="checkbox"] {
		width: 22px;
		height: 22px;
	}

	.modal.stripeconnect .modal-dialog{
		display: flex;
		align-items: center;
		height: 95%;
	}


}
	
/* stripe connect popup */
.modal.stripeconnect:after{
	content:"";
	position:fixed;
	background:rgba(0,0,0,0.75);
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:-1;
}

.modal.stripeconnect .terms input{
	transform: translateY(5px);
}

.modal.stripeconnect p{
	padding-left:15px;
}
/* stripe connect popup end */


	
	
	
	
	
/*New design css BY Abhishek*/
:root{
	--color-w:#fff;
	--color-b:#000;
	--color-light:#666;
	--smb:600;
	--rg:400;
	--bold:600;
	--light:300;
	--black:800;
	--md:500;
}
	
html{
	font-size: 62.5%;
}
.img-100 img{
	width: 100%;
}
.fw700{
	font-weight: 700;
}
.fw600{
	font-weight: 600;
}
.fw800{
	font-weight: 800;
}
.fw500{
	font-weight:500;
}
.fw400{
	font-weight:400;
}
.fw300{
	font-weight:300;
}
.cb{
	color: var(--color-b);
}
.cw{
	color: var(--color-w) !important;
}

.color-light{
	color: var(--color-light) !important;
}

.fz70pc{
	font-size: 70%;
}

.fz80pc{
	font-size: 80%;
}
.fz16{
	font-size: 16px;
}
.fz18{
	font-size: 18px;
}
.fz20{
	font-size: 20px;
}
.fz21{
	font-size: 2.1rem;
}
.fz24{
	font-size: 2.4rem;
}
.fz30{
	font-size: 3rem;
}
.fz36{
	font-size: 3.6rem;
}
.fz50{
	font-size: 5rem;
}
.fz60{
	font-size: 6rem;
}
.d-block {
	display: block!important;
}
	
.d-inline {
	display: inline !important;
}

.brand-stp-befo{
	position: relative;
}

.container{
	max-width: 1250px !important;
	width: 100%;
}

.brand-stp-befo:before {
	content: '';
	background-image: url(assets/images/brand-stp.png);
	position: absolute;
	left: 5%;
	bottom: calc(100% - 60px);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	max-width: 384px;
	max-height:87px;
	z-index: 6;
	background-size: 100%;
}

.ourclients-sec.brand-stp-befo:before {
	bottom: 100%;
}

.bg-prop{
	background-repeat: no-repeat !important;
	background-size: cover;
}

.about-hero .hero-text h1{
	font-size:5rem;
	line-height:1.1;
	color: var(--color-w);
	margin-top: 30px;
	font-weight: var(--bold);
}
.about-hero .hero-text p{
	line-height: 3.2rem;
	font-size:2.4rem;
	color: var(--color-w);
	margin-top: 30px;
}

.about-hero .container_nd{
	position: relative;
}

.about-hero .container_nd figure {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	max-width: 400px;
	z-index: 5;
}
.og-text h2 {
	line-height: 4rem;
}
.our-goal p {
	margin-top: 20px;
	line-height: 2.8rem;
}
.og-text {
	max-width: 611px;
}
.og-services{
	text-align: center;
	position: relative;
}
.og-services h3 {
	text-align: left;
	position: absolute;
	top: 13px;
	margin: auto;
	left: 0;
	right: 0;
	display:block;
	max-width: 115px;
	font-weight: 700;
}
.og-services h5{
	font-size: 18px;
	margin-top: 20px;
}
.og-row{
margin-top: 10rem;  
}

section.our-goal {
	background-image: url(assets/images/og-bg.png);
	background-position:left top;
	margin-top: -170px;
	padding: 101px 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

.sub-title{
	font-size: 3rem;
	color: #000;
	font-weight: var(--smb);
}
.title{
	font-size: 6rem;
	color: #000;
	font-weight: var(--bold);
}
.hassle-free-sec .hftext{
	max-width: 570px;
	margin: auto;
	margin-right: 0;
	display: flex;
	flex-direction: column;
}
.hassle-free-sec .hftext {
	max-width: 570px;
	margin: auto;
	margin-right: 0;
	display: flex;
	flex-direction: column;
	gap: 2.2rem;
}
.hassle-free-sec .hftext p{
	margin: 0;
}

.red-grd {
	background: rgb(254,2,99);
	background: linear-gradient(144deg, rgba(254,2,99,1) 0%, rgba(220,38,43,1) 97%);
}
.skyblue-grd {
	background: rgb(50,191,239);
	background: linear-gradient(144deg, rgba(50,191,239,1) 0%, rgba(18,163,213,1) 97%);
}
.yellow-grd {
	background: rgb(250,205,42);
	background: linear-gradient(144deg, rgba(250,205,42,1) 0%, rgba(251,81,61,1) 97%);
}
.blue-grd {
	background: rgb(45,11,249);
	background: linear-gradient(144deg, rgba(45,11,249,1) 0%, rgba(102,31,207,1) 97%);
}
.spt-img{
	background-image: url(assets/images/spt-img.png);
	background-repeat: no-repeat;
	display: block;
}
.spt-1{
	width:53px;
	height:43px;
	background-position: -17px -3px;
}
.spt-2{
	width: 42px;
	height: 37px;
	background-position: -17px -102px;
}
.spt-3{
	width: 48px;
	height: 37px;
	background-position: -17px -200px;
}
.spt-4{
	width: 53px;
	height: 43px;
	background-position: -17px -300px;
}
.hassle-free-sec .hff-col figure {
	height: 82px;
	width: 82px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin:0;
}
.hff-col{
display:flex;
align-items:center;
}

.hff-col h4 {
	font-size: 18px;
	font-weight:600;
	margin-left: 20px;
	max-width: 155px;
}

.about-ptk-sec .container{
	text-align: center;
}

.coman-btn{
font-weight:500;
background: #ff2b2b;
color: #fff;
text-decoration: none;
border: 0;
transition: all 0.2s linear;
border-radius: 4px;
max-width: 200px;
width: 100%;
height: 50px;
display:inline-flex;
justify-content: center;
align-items: center;
font-size: 18px;
}

.coman-btn:focus,
.coman-btn:active,
.coman-btn:hover{
background: #e0284a;
text-decoration: none;
color: #fff;
}

.about-ptk-sec h2{
margin-top: 79px;
margin-bottom: 35px;
}

.about-ptk-sec p{
margin-bottom: 35px;
}


.event-promo-sec .row{
	margin-top:40px;
}

.event-col svg {
	fill: #fff;
	max-width: 90px;
	margin: 40px 0px;
	margin-top: 55px;
	}
svg.hand {
	max-width: 113px;
}
svg.tag{
	max-width:95px;
}
svg.graph{
	max-width:94px;
}

.event-col br {
	display: none;
}

.event-promo-sec p {
	max-width: 846px;
	margin: auto;
	margin-top: 3rem;
}

.event-col {
	max-width: 260px;
	margin: auto;
	width: 100%;
}
.og-services img {
	max-width: 198px;
}
.ouroffering-sec h2.title {
	margin-top: 7rem;	
}
.ouroffering-sec ul {
	padding-left: 0;
	column-count: 1;
	column-gap: 6rem;
}
.ouroffering-sec ul li{
	padding-left: 25px;
	list-style: none;
	font-size: 18px;
	font-weight: var(--md);
	position: relative;
	margin-bottom:10px;
}

.ouroffering-sec ul li:before{
content: '';
background:url(assets/images/circle-check-regular.svg);
background-repeat: no-repeat;
position:absolute;
height:18px;
width: 18px;
left: 0;
top: 5px;
}
.off-col{
display: flex;
flex-direction: column;
gap: 30px;
}

.img-shadow{
position: relative;
}

.team-col{
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 40px;
}

.team-col h3{
	font-weight:700;
}

.team-col figure{
	max-width: 113px;
	margin: auto;
	margin-bottom: 25px;
}
.team-col figure svg{
	fill:#da2727 ;
	width: 100%;
}
svg.date {
	max-width: 79px;
}
svg.support{
	max-width:90px;
}
svg.excellence{
	max-width:68px;
}
.ourteam-sec p {
	max-width: 845px;
	margin: auto;
	margin-top: 4rem;
	margin-bottom:4.3rem;
}

.our-client-slide .slide-item{
	border: 1px solid #cdcbcb;
	padding: 15px;
}

.our-client-slide .slide-item img{
	max-width: 150px;
	max-height: 75px;
}

.ourclients-sec h2{
	margin-bottom: 3rem;
}

.enqu-form {
	max-width: 420px;
	margin: auto;
	margin-right: 0;
	background-color: #fff;
	padding: 4.4rem;
	border-radius: 16px;
}

.enqu-form .can-btn,
.enqu-form .cls_btn{
	display:none;
}


.enqu-form h2 {
	font-size: 2.4rem;
	font-weight:700;
	margin-bottom: 15px;
	color: var(--color-b);
}

.enqu-form .hed_tx_sub{
	font-size:17px;
	color: var(--color-b);
	opacity: .7;
	margin-bottom:10px;
}

.enqu-form .wpcf7-form-control-wrap{
	display:block;
	margin-bottom:12px;
}

.enqu-form .modal-body{
	padding:0;
}

.enqu-form .wpcf7-spinner{
	position: absolute;
	right: 0;
}

.enqu-form br{
	display:none;
}

.enqu-form textarea,
.enqu-form input{
	font-size: 16px;
	height: 48px;
	display: block;
	width: 100%;
	padding: 6px 12px;
}

.enqu-form textarea{
	height:100px;
}

input.submit-btn.coman-btn {
	width: 100%;
	max-width: 100%;
	text-transform: uppercase;
	font-weight: 700;
}

.enqu-form {
	max-width: 420px;
	margin: auto;
	background-color: #fff;
	padding: 4.4rem;
	border-radius: 16px;
	position: relative;
	z-index: 5;
	box-shadow: 0px 0px 40px rgba(0,0,0,.2);
}

.offer-col {
	max-width: 326px;
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.sec-hed{
	display: flex;
	flex-direction: column;
	gap: 4rem;
	margin-bottom: 50px;
}
.offer-service-sec .sec-hed p{
	max-width: 850px;
	margin: auto;
}
.offer-col h3 {
	font-size: 3rem;
	font-weight: 700;
}
.offer-col p{
	font-size: 18px
}
.offer-service-sec a.coman-btn {
	margin-top: 10rem;
}
.ach-col svg{
	fill: #fff;
	max-width: 143px;
}

.sec-hed p {
	max-width: 900px;
	margin: auto;
	font-weight: 600;
}

.host-col {
	max-width: 186px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	padding: 20px;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	gap:2.6rem ;
}
.host-col svg{
	width: 100%;
	max-width:46px;
	margin: auto;
}
svg.art {
	max-width: 75px;
}
svg.face {
	max-width: 58px;
}
svg.movi {
	max-width: 61px;
}
svg.bat {
	max-width: 55px;
}
svg.meet {
	max-width: 66px;
}
.host-col h3 {
	font-size: 20px;
	font-weight: 700;
}
.host-sec a.coman-btn {
	margin-top: 8rem;
	margin-bottom: 10rem;
}

section.host-sec {
	margin-top: -127px;
	padding-top: 166px;
}

.suitable-sec{
	padding: 9rem 0px;
	background:#fafafa ;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 150px;
	position: relative;
}


.suitable-col svg {
	fill: #ff2b2b;
	max-width: 102px;
}

.suitable-col h3{
	font-size: 2.4rem;
	font-weight:700;
	margin-top: 5rem;
	margin-bottom: 2.2rem;
}

.ach-col figure {
	max-width: 150px;
	height: 150px;
	margin: auto;
	display: flex;
	margin-bottom: 16px;
}
.ach-col figure img {
	width: 100%;
	max-width: 132px;
}
svg.safety {
	max-width: 85px;
}
svg.customer {
	max-width: 113px;
}
.suitable-sec a.coman-btn {
	margin-top: 6rem;
}

.site-back-sec img {
	border-radius: 10px;
}

.site-back-sec .off-col{
	gap:30px;
	justify-content:center;
}
svg.person {
	max-width:65px !important;
}
.accordion-header br {
	display: none;
}
svg.registration {
	max-width: 113px;
}
svg.ticket {
	max-width: 114px;
	transform: rotate(-45deg);
}
svg.donations {
	max-width: 79px;
}

.troubleshooting-sec .title_sec02,
.organizer-sec .sec-hed h2{
	max-width:800px;
	margin:auto;
}

.self-center{
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 25px;
}
.organizer-sec img {
	max-width:431px;
}
.org-text {
	max-width: 431px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.organizer-sec .row{
	margin: 50px 0px;
}

/*.faq-sec{
	position: relative;
	background-image: url(assets/images/faq-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	padding-top:9rem;
	padding-bottom:4rem;
}

.faq-sec:after{
	content: '';
	width: 100%;
	height: 97px;
	background-color: #fff;
	position: absolute;
	bottom: -49px;
	left: 0;
	transform: skew(0deg, 3deg);
	z-index: 1;
}*/


.faq-sec.brand-stp-befo:before {
	bottom: 50px;
}

.faq-col {
	max-width: 910px;
	margin: auto;
	padding-bottom: 50px;
}

button.accordion-button {
	background-color: transparent;
	border: 0;
	font-size: 24px;
	padding: 2px;
	display: block;
	width: 100%;
	text-align: left;
	padding-right: 50px;
	background: url("assets/images/circle-minus-light.svg");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 30px !important;
}

button.accordion-button.collapsed{
	background: url("assets/images/circle-plus-light.svg");
	background-repeat: no-repeat;
	background-position: center right;
}

.panel.panel-default,
.accordion-item {
	border:0;
	border-bottom: 1px solid rgba(4,26,154,10%);
	padding:15px 0px;
	background-color: transparent;
	-webkit-box-shadow:none;
	box-shadow: none;
}

.accordion-body {
	margin-top: 6px;
	font-size: 18px;
}


/* media */
@media (min-width: 768px){

	.suitable-sec::after {
		content: '';
		width: 100%;
		height: 97px;
		background-color: #fff;
		position: absolute;
		bottom: -9px;
		left: 0;
		transform: skew(0deg, 3deg);
		z-index: 1;
	}

	.site-back-sec .row,.row-flex{
		display: flex;
	}

	.row-reverse{
		flex-direction: row-reverse;
	}

	.ouroffering-sec {
		margin-top: -180px;
	}

	.ouroffering-sec ul {
		column-count:2;
	}

	.sell-ticket-hero {
		background-position: bottom;
	}

}

@media (min-width:992px){

	.suitable-sec::after {
		bottom: -47px;
	}

	.ouroffering-sec .col-md-7 {
		width: 54.333333%;
	}
	.ouroffering-sec .col-md-5{
		width: 45.666667%;
	}

	.about-hero .hero-text h1, .sell-ticket-hero .hero-text h1{
		font-size:7.2rem;
	}

	.suitable-sec{
		padding-bottom: 188px;
	}
	
	.site-back-sec {
		padding-top: 187px;
	}

}

@media (min-width: 768px) and (max-width: 1199px){
	
	.og-services h3 {
		text-align: left;
		position: absolute;
		top: 3px;
		margin: auto;
		left: 16px;
		right: 0;
		display: block;
		max-width: 115px;
		font-weight: 700;
	}


	.og-services .fz20 {
		font-size: 17px;
	}

}

@media (min-width: 1370px){

	body .container{
		max-width: 1250px !important;
		width: 100%;
	}

	.about-hero {
		background-position:bottom right;
		background-size: cover;
	}
	
}


@media (max-width:1199px){

	.host-col {
		gap: 16px;
		min-height: 170px;
		margin-bottom: 42px;
	}
	
} 

@media (max-width: 1199px) and (min-width:992px){

	.ouroffering-sec {
		margin-top: -132px;
	}
	.ouroffering-sec ul {
		column-gap: 2rem;
	}
	.ouroffering-sec ul li{
		font-size: 16px;
	}
	.off-col {
		gap: 15px;
	}
	.off-col a{
		margin-top:0px;
	}

	.brand-stp-befo:before {
		left: 4%;
		max-width:147px;
		max-height: 35px;
		background-size: cover;
	}

	.about-hero .container_nd figure {
		max-width: 300px;
	}
	.title {
		font-size: 5rem;
		color: #000;
		font-weight: var(--bold);
	}

	.title {
		font-size: 5rem;
	}
}

@media (max-width: 991px) and (min-width: 768px){
		
	.offer-col h3 {
		font-size: 2.6rem;
		font-weight: 700;
	}
	
	.offer-col p {
		font-size: 16px;
	}
	
	.fz60 {
		font-size:4.8rem;
	}

	.ach-col figure {
		max-width: 105px;
	}

	.part-achievement-sec .fz30 {
		font-size: 2.5rem;
	}
	
	.brand-stp-befo:before {
		left: 4%;
		max-width: 147px;
		max-height: 35px;
		background-size: cover;
	}

	.host-sec.brand-stp-befo:before {
		bottom: calc(100% - 75px);
	}
	
	.brand-stp-befo.site-back-sec:before {
		bottom: calc(100% - 13px);
	}

	.about-hero .hero-text h1 {
		font-size: 4.2rem;
		line-height: 6rem;
	}
	
	.title {
		font-size:3.8rem;
	}
	
	.fz18 {
		font-size: 16px;
	}
	
	.hff-col h4 {
		font-size: 16px;
		font-weight: 500;
		margin-left: 20px;
		max-width: 155px;
	}
	
	.hff-col {
		flex-direction: column;
		text-align: center;
		gap: 10px;
	}
	
	.hff-col h4 {
		margin-left: 0;
	}
	
	.og-text {
		margin-top: 30px;
	}
	
}

@media (max-width: 767px){

	.about-hero{
		padding:30px 0;
	}

	section.our-goal{
		background:#f7f7f7;
		margin:0;
		padding:30px 0;
	}

	.og-text h2 {
		line-height: 3rem;
	}

	.og-row {
		margin-top: 4rem;
	}

	.host-sec a.coman-btn,
	.offer-service-sec a.coman-btn,
	.suitable-sec a.coman-btn {
		margin-top:15px;
		margin-bottom:15px;
	}

	.our-client-slide {
		gap: 0.7rem;
	}

	.organizer-sec {
		padding-top: 60px;
		padding-bottom:1rem;
	}

	.enqu-form {
		padding: 2.4rem;
	}

	.achievement-sec {
		padding: 4.5rem 0;
		padding-bottom:9rem;
	}

	.suitable-sec {
		padding: 6rem 0px;
		padding-bottom:60px;
	}
	
	.ptkpartnerenquiry .modal-content{
		padding:15px;
		overflow-y: auto;
		height: 100vh;
	}

	.ach-col figure {
		max-width:63px;
		height:63px;
		margin-bottom: 10px;
	}
	.offer-service-sec {
		margin-top: 0;
		padding-top: 30px;
	}
	.about-hero .container_nd figure {
		position: static;
		text-align: center;
	}

	.about-hero figure img{
		width: auto;
		max-height: 500px;
	}

	.brand-stp-befo:before {
		max-width: 188px;
		max-height: 43px;
		bottom: calc(100% - 78px);
		display: none;
	}
	.og-services {
		margin-bottom: 38px;
	}
	.fz20 {
		font-size: 18px;
	}
	.fz50 {
		font-size:4rem;
	}
	.og-services h3 {
		max-width: 111px;
		left:9px;
		top:7px;
		font-size: 3rem;
	}
	.title {
		font-size: 3rem;
		line-height: 1.2;
	}
	.sub-title {
		font-size: 2.5rem;
	}

	.pull-right {
		float: initial !important;
	}

	.about-hero .hero-text h1{
		color:#000;
		font-size:3rem;
		line-height:1.2;
	}

	.about-hero .hero-text p{
		font-size:1.7rem;
		line-height: 1.2;
		color:#000;
		margin-top: 17px;
	}

	.hftext h3.sub-title {
		margin-top: 30px;
	}

	.hf-feature {
		margin-top: 49px;
		justify-content: space-between;
		overflow: auto;
		flex-direction: column;
		gap:10px;
	}
	.hff-col h4 {
		max-width:100%;
		font-size: 17px;
		margin-left: 10px;
	}
	.hassle-free-sec .hff-col figure {
		height: 60px;
		width: 66px;
	}
	.about-ptk-sec {
		padding: 4rem 0px;
		background-position: left center;
	}
	.event-col svg {
		max-width: 77px !important;
		margin: 14px 0px;
		margin-top: 30px;
	}
	.event-col {
		max-width: 100%;
		margin: auto;
		width: 100%;
	}
	.team-col figure {
		max-width:50px;
		margin-bottom: 10px;
	}
	svg.date {
		max-width:35px;
	}
	svg.support {
		max-width: 31px;
	}
	.team-col h5 {
		font-size: 15px;
	}
	svg.excellence {
		max-width: 26px;
	}
	.ourteam-sec p {
		margin-bottom: 2.3rem;
	}
	.fz18 {
		font-size: 16px;
	}

	.ourclients-sec {
		padding:6rem 0;
	}

	.fz60 {
		font-size:3rem;
	}
	.fz30 {
		font-size: 2rem;
	}

	.host-col h3{
		font-size: 18px;
		font-weight: 700;
	}
	.site-back-sec h2.title{
		margin-top: 20px;
	}
	.organizer-sec img {
		margin-bottom: 30px;
	}
	button.accordion-button{
		font-size: 20px;
		min-height: 29px;
	}
	.ach-col{
	margin-top: 20px;
	}
	.offer-col {
	margin-bottom: 20px;
	}
	
	.suitable-col h3 {
	margin-top: 2rem;
	}

}
/*New design css BY Abhishek*/
	
	
	
/* multi item main banner 
	
.multi-item-carousel {
	overflow: hidden;
}
.multi-item-carousel img {
	height: auto;
	width: 100%;
}

.item__third:first-child, 
.item__third:last-child {
	display: none;
}

.multi-item-carousel .carousel-inner{
	min-height:unset;
}

.ptk_slide .glyphicon-chevron-left:before,
.ptk_slide .glyphicon-chevron-right:before,
.carousel-app-download .glyphicon-chevron-left:before,
.carousel-app-download .glyphicon-chevron-right:before,
.multi-item-carousel .glyphicon-chevron-left:before,
.multi-item-carousel .glyphicon-chevron-right:before {
	content: "";
}

.ptk_slide .glyphicon-chevron-left:before,
.ptk_slide .glyphicon-chevron-right:before,
.carousel-app-download .glyphicon-chevron-left:before,
.carousel-app-download .glyphicon-chevron-right:before,
.multi-item-carousel .glyphicon-chevron-left:before,
.multi-item-carousel .glyphicon-chevron-right:before{
	display: inline-block;
	vertical-align: middle;
	background: url(assets/images/sprite_premier_ticket_n24.png);
}

.ptk_slide .glyphicon-chevron-left:before,
.carousel-app-download .glyphicon-chevron-left:before,
.multi-item-carousel .glyphicon-chevron-left:before{
	height: 27px;
	width: 27px;
	background-position: -118px -202px
}

.ptk_slide .glyphicon-chevron-right:before,
.carousel-app-download .glyphicon-chevron-right:before,
.multi-item-carousel .glyphicon-chevron-right:before{
	height: 27px;
	width: 27px;
	background-position: -157px -202px
}


@media (min-width: 1200px) {
	
	.multi-item-carousel.item-1 .carousel-inner{
		max-width:1260px;
		margin:auto;
		left:auto;
	}
	
	.carousel-app-download .glyphicon-chevron-left,
	.carousel-app-download .glyphicon-chevron-right{
		margin-top:-42px;
	}
	
	.carousel-app-download .glyphicon-chevron-right{
		right:24%;
	}
	
	.carousel-app-download .glyphicon-chevron-left{
		left:24%;
	}
	
	.multi-item-carousel .carousel-control.left, 
	.multi-item-carousel .carousel-control.right {
		background-image: none;
		width: 25%;
	}

	.multi-item-carousel .carousel-inner {
		width: 150%;
		left: -25%;
	}
	
	
	.item__third {
		display: block !important;
		float: left;
		position: relative; 
		width: 33.3333%;
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.item__third img{
		border-radius:3px;
	}


	.multi-item-carousel .carousel-inner {
		width:3000px;
		left:calc((100vw - 1000px)/2 - 1000px);
	}
	
	.item__third {
		width:1000px;
	}

	.carousel-inner > .item.next, 
	.carousel-inner > .item.active.right {
		-webkit-transform: translate3d(1000px, 0, 0);
		transform: translate3d(1000px, 0, 0);
	}

	.carousel-inner > .item.prev, 
	.carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-1000px, 0, 0);
		transform: translate3d(-1000px, 0, 0);
	}
	
}
	  
	  
@media (min-width: 1500px) {
	
	.multi-item-carousel .carousel-inner {
		width:calc(1251px * 3);
		left:calc((100vw - 1255px)/2 - 1255px);
	}
	
	.item__third {
		width:1250px;
	}
	
	.carousel-inner > .item.next, 
	.carousel-inner > .item.active.right {
		-webkit-transform: translate3d(1250px, 0, 0);
		transform: translate3d(1250px, 0, 0);
	}
	.carousel-inner > .item.prev, 
	.carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-1250px, 0, 0);
		transform: translate3d(-1250px, 0, 0);
	}
	
}
	  
@media (max-width:767px){

	.multi-item-carousel .item a{
		display:block;
		max-height:96px;
		overflow: hidden;
	}

}

 multi item main banner */
	
	
	/* new design 24 */
	
	
.blk_sep{
	padding-top:20px;
	padding-bottom:20px;
}

.blk_sep_b{
	padding-bottom:20px;
}

.blk_sep_t{
	padding-top:20px;
}

b, strong {
	font-weight: 400;
}

.row.n2{
	margin-left:-15px;
	margin-right:-15px;
}

.justify_betwen{
	justify-content: space-between;
}

.flex_start{
	align-items: flex-start;
}

.ev_list_nd .venu{
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
}

.countrycitypage [class*=col-],
.ev_list_nd > .row > [class*=col-]{
	margin-top:15px;
	margin-bottom:15px;
}

body .hmpg .icnw,
.icnw {
	display: inline-block;
	vertical-align: middle;
	background-image: url(assets/images/sprite_premier_ticket_n24.png);
	background-color: transparent;
}

.gifting {
	-webkit-mask-image: url(assets/images/gifts-thin.svg);
	mask-image: url(assets/images/gifts-thin.svg);
	background-color: #051f98;
	display: inline-block;
	height:21px;
	width:26px;
	vertical-align:middle;
}

body .hmpg .icnw.event,
.icnw.event {
	/*	background-position: 0 0px;*/
	-webkit-mask-image: url(assets/images/microphone-lines-light.svg);
	mask-image: url(assets/images/microphone-lines-light.svg);
	background-image: none;
	background-color: #111;
	height:40px;
	width:24px;
}

body .hmpg .icnw.exp,
.icnw.exp {
	height:40px;
	width:35px;
	background-color: #111;
	background-image: none;
	-webkit-mask-image: url(assets/images/masks-theater-sharp-light.svg);
	mask-image: url(assets/images/masks-theater-sharp-light.svg);
	margin-bottom: 3px;
	mask-repeat: no-repeat;
	/*background-position:-62px 0px;*/
}

.comedyevent {
    height: 35px !important;
    width:50px !important;
    background-color: #d82926 !important;
}

.icnw.comedy {
	height:40px;
	width:30px;
	background-position:-160px 0px;
}

body .hmpg .icnw.movie,
.icnw.movie {
	height:40px;
	width:30px;
	background-color: #111;
	background-image: none;
	-webkit-mask-image: url(assets/images/camera-movie-light.svg);
	mask-image: url(assets/images/camera-movie-light.svg);
	/*background-position:-237px 0px;*/
}

body .hmpg .icnw.Workshop,
.icnw.Workshop {
	height:40px;
	width:30px;
	background-color: #111;
	background-image: none;
	-webkit-mask-image: url(assets/images/presentation-screen-light.svg);
	mask-image: url(assets/images/presentation-screen-light.svg);
	margin-top: 2px;
	/*background-position:-518px 6px;*/
}

body .hmpg .icnw.sports,
.icnw.sports {
	height:40px;
	width:30px;
	background-color: #111;
	background-image: none;
	-webkit-mask-image: url(assets/images/cricket-bat-ball-light.svg);
	mask-image: url(assets/images/cricket-bat-ball-light.svg);
	/*background-position:-327px 0px;*/
}

.icnw.meet {
	height:70px;
	width:84px;
	background-position:-412px 10px;
}

.icnw.expr {
	height:36px;
	width:36px;
	background-position:-344px -95px;
}

.icnw.trndin {
	height:39px;
	width:40px;
	background-position:-51px -95px;
}

.icnw.crrnt {
	height:39px;
	width:35px;
	background-position:-199px -151px;
}

.icnw.fetred {
	height:39px;
	width:28px;
	background-position:-111px -95px;
}

.icnw.datic {
	height:39px;
	width:35px;
	background-position:-156px -95px;
}

.icnw.dat {
	height:22px;
	width:25px;
	background-position:-219px -103px;
}

.icnw.ven {
	height:22px;
	width:19px;
	background-position:-261px -103px;
}

.icnw.crss {
	height:15px;
	width:15px;
	background-position:-583px -1px;
}

.icnw.orgnzer {
	height:22px;
	width:21px;
	background-position:-298px -103px;
}

.catbx .bx{
	flex:0 0 calc(20% - 10px);
	border:1px solid #e2e2e2;
	box-shadow: 0 0 15px #eee;
	border-radius:4px;
	background:#fff;
	padding:9px 6px 0;
	color:#fff;
	text-align:center;
}

.catbx .bx a{
	display:block;
	height:100%;
}

.catbx .icnw {
	background-color: #111;
	background-image: none;
	mask-repeat: no-repeat;
}
/*.theatre.bx{
	background:#6039d9;
	background-image: linear-gradient(130deg, #356bf6, #661dcf);
}

.Workshop.bx{
	background:#32c0f0;
}

.movie.bx{
	background:#ff7f4a;
	background-image: linear-gradient(130deg, #fcc92e, #ff5d4e);
}

.sports.bx{
background:#00a99b;
}

.exp.bx{
	background:#4a85f6;
	background-image: linear-gradient(130deg, #23b2fd, #5a46ed);
}*/

.catbx .txx{
	font-size:12px;
	margin-top:9px;
	color:#111;
	display:block;
}
	
.hp_hed{
	font-size:21px;
	font-weight: 700;
}

.hp_hed.trnd{
	margin-bottom:0px;
}

.event_nd {
	position: relative;
	transition: transform 0.2s;
	border-radius:6px;
	overflow:hidden;
	height:100%;
}

.event_nd_2{
	height:100%;
}

.event_nd .poster_nd{
	max-height:123px;
	overflow:hidden;
}


.defaul_find_ticket,
.default_seating_layout{
	margin-bottom: 30px;;
}

.defaul_find_ticket .panel-group{
	margin-bottom: 0;
}

.event_nd_2 a,
.event_nd a{
	color:#111;
}

.ev_may_like .event_nd a{
	background-color: #fff;
}
.ev_may_like .event_nd{
	margin-bottom: 3px;
}

.ev_may_like .event_nd h2{
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-top: 10px;
	margin-bottom: 0;
	min-height: 42px;
}

.ev_may_like .short_address,
.ev_may_like .dete {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.event_nd h2{
	font-size: 16px;
	font-weight: 600;
	color: #111;
	margin-bottom:15px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;  
	/*line-clamp: 2;*/
	-webkit-box-orient: vertical;/* number of lines to show */

}

.event_nd_2 h2{
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-bottom:15px;
	line-height: 1.3;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;  
	/*line-clamp: 2;*/
	-webkit-box-orient: vertical;/* number of lines to show */

}

.evcon_nd .dete,
.event_nd_2 .dete,
.event_nd .dete{
	color: #4c4c4c;
	text-transform: uppercase;
	margin-bottom:10px;
	padding-left:25px;
	position: relative;
}

.evcon_nd .svg01,
.event_nd_2 .svg01,
.event_nd_2 .svg01 {
	position: absolute;
	left:0;
	top:0;
}

.event_nd .evcon_nd{
	padding-top:15px;
}
	
.container_nd{
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
}

.event_nd .bok_nd{
	margin-top:20px;
}

.event_nd .bok_nd b{
	font-size:17px;
	font-weight: 600;
}

.event_nd .bok_nd .butn{
	font-size:18px;
	font-weight:700;
	color:#da2727;
}
	
.link_button06 {
	font-weight:600;
	display: inline-block;
	background: #fff;
	color: #da2727;
	text-decoration: none;
	border:1px solid #da2727;
	border-radius:4px;
	transition: all 0.2s linear;
	padding:6px 15px;
}

.link_button06:focus,
.link_button06:hover {
	background: #da2727;
	color: #fff;
	border:1px solid #da2727;
}

.link_button06_1 {
	font-weight:600;
	display: inline-block;
	background: #fff;
	border:0;
	color: #da2727;
	text-decoration: none;
	transition: all 0.2s linear;
	padding:6px 6px;
}

.link_button06_1 > i{
	width: 11px;
	height: 15px;
	background-color:#da2727;
}

.link_button06_1:hover > i{
	background-color:#971717;
}

.link_button06_1:focus,
.link_button06_1:hover {
	color: #971717;
}

.link_button06_v1 {
	font-weight:600;
	display: inline-block;
	background: #fff;
	color: #666;
	text-decoration: none;
	border:1px solid #666;
	border-radius:4px;
	transition: all 0.2s linear;
	padding:6px 15px;
}

.link_button06_v1:focus,
.link_button06_v1:hover {
	background: #da2727;
	color: #fff;
	border:1px solid #da2727;
}

.link_button06_v1 .svgbg{
	background: #666;
}

.link_button06_v1:focus .svgbg,
.link_button06_v1:hover .svgbg {
	background: #fff;
}

.ev_list_nd .coming{
	font-weight:600;
	display: inline-block;
	background: #fff;
	color: #da2727;
	padding:6px 10px;
}

.event_nd_2 a,
.event_nd a{
	display:flex;
	flex-direction: column;
	height:100%;
}

.artist_photo img{
	height: auto;
}

.btn_adj .vewal,
.ev_list_nd .vewal{
	margin-top:15px;
}

@media (min-width:768px){
	
	.ev_may_like .ev_list_nd > .row_bs4 > .item{
		flex: 0 0 100%;
	}

	.ev_may_like.nocarosel-2 .item{
		flex:0 0 33.3333%;
		max-width: 400px;
	}

	.ev_may_like.nocarosel-2 .item > div{
		width:100%;
	}

	.event_nd_2 a .poster_nd,
	.event_nd a .poster_nd{
		flex:1;
	}

	.footerCntr {
		background-color:#e0e0e0; 
	}
	.footer-top li a { 
		color: #fff;
	}

	.footerCntr .flinks_p > a {
		color: #fff;
	}

	.right_slide_nav {
		margin-left:18px;
	}
	
	.right_slide_nav .btnb1{
		display:block;
	}
	
	.right_slide_nav .icon-bar + .icon-bar {
		margin-top: 5px;
	}
	
	.right_slide_nav .icon-bar {
		display: block;
		border-radius: 6px;
		width: 21px;
		height: 2px;
		border-radius: 0px;
		background: #fff;
		transition: all 0.2s linear;
	}
	
	.event_nd_2{
		position: relative;
		transition: transform 0.2s;
		border-radius:6px;
		overflow:hidden;
	}
	
	.event_nd_2 .evcon_nd{
		padding-top:9px;
	}

	.catbx .txx{
		font-size:17px;
		margin-top:10px;
	}
	
	.catbx .bx{
		min-width:150px;
		min-height:150px;
		padding:24px 9px;
	}

	.hp_hed {
		font-size:32px;
	}
	
	.blk_sep{
		padding-top:30px;
		padding-bottom:30px;
	}

	.blk_sep_b{
		padding-bottom:30px;
	}
	
	.blk_sep_t{
		padding-top:30px;
	}

}
	
@media (min-width:768px) and (max-width:1199px) {
	
	.catbx .bx{
		min-width:96px;
		min-height:96px;
		flex:0 0 18%;
		padding:12px 9px;
	}
	
	.event_nd_2 .dete, .event_nd .dete{
		font-size:12px;
	}
	
}
	
@media (min-width:1200px) {

	.container_nd_lg{
		max-width: 1240px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	.cat_continer .catbx {
		min-width:1000px;
	}
	
	.event_nd .poster_nd{
		max-height:216px;
	}
	
	.event_nd h2{
		font-size: 16px;
		line-height: 1.4;
		margin-top:15px;
	}
	
	.event_nd_2 h2{
		margin-top:15px;
	}
	
	.event_nd_2 .evcon_nd{
		padding-top:15px;
	}
	
	.event_nd_2 .poster_nd{
		max-height:420px;
		min-height: 400px;
		overflow:hidden;
	}
	
	.link_button06 {
		font-size:17px;
		padding:8px 30px;
	}

	.event_nd .evcon_nd{
		padding-top:21px;
	}
	
	.catbx .txx{
		font-size:20px;
	}


}

/*
@media (min-width:1350px) {

	.ev_list_nd .rx_2{  scroll showing at 1280 monitor 
		margin-left:-21px;
		margin-right:-21px;
	}
	
	.ev_list_nd .rx_2 > [class*=col-]{ scroll showing at 1280 monitor
		padding-left:21px;
		padding-right:21px;
	}

	.container_nd{ scroll showing at 1280 monitor 
		max-width:1320px;
	}

}
*/
	
@media (max-width:767px){
	
	body .hmpg .icnw.exp{
		mask-position: 0 3px;
	}

	.ev_may_like.nocarosel-2 .row_bs4{
		flex-wrap: nowrap;
		overflow: scroll;
	}

	.ev_may_like .event_nd .poster_nd {
		max-height: 170px;
	}

	.ev_may_like .short_address, .ev_may_like .dete{
		white-space: unset;
	}

	.ev_may_like.nocarosel-2 .item{
		flex:0 0 80%;
		max-width: 80%;
	}

	.event_nd {
		box-shadow: 0 0 3px #ccc;
		border-radius: 3px;
		height: 99%;
	}
	
	.ev_list_nd:not(.upcmin) .event_nd_2 .poster_nd{
		min-height: 220px;
	}
	
	.vewal .link_button06 {
		font-weight: 600;
		padding: 4px 13px;
		font-size: 13px;
	}

	/* home page evnet listing */
	
	.ev_list_nd.featred,
	.ev_list_nd.trndng{
		overflow-x: auto;
		padding-bottom:9px;
	}
	
	.trndng .row_bs4, .featred  .row_bs4{
		flex-wrap: nowrap;
	}
	
	.featred .col-xs-6{
		flex:0 0 60%;
	}
	
	.ev_cat_1 .rx_2 > div{
		flex: 0 0 80%;
		max-width: 400px;
	}
	
	.ev_list_nd > .row{
		margin-right:-15px;
		margin-left: -15px;
	}

	.btn_adj, .ev_list_nd {
		position: relative;
	}

	.btn_adj .vewal,
	.ev_list_nd  .vewal{
		position: absolute;
		top:-54px;
		right: 0;
		margin: 0;
	}

	.ev_list_nd.trndng + .vewal{
		top:-60px;
	}
	
	.ev_list_nd.trndng > .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.ev_list_nd.trndng > .row > [class*=col-]{
		margin-top:15px;
		margin-bottom:20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
	
	.ev_list_nd.trndng{
		padding-left: 1px;
	}
	
	.event_nd_2 h2 {
		font-size: 15px;
		margin-bottom:30px;
	}
	
	.ev_list_nd.cl2 .col-xs-6:nth-child(2n+1){
		padding-right:9px;
		clear:both;
	}
	
	.ev_list_nd.cl2 .col-xs-6:nth-child(2n+2){
		padding-left:9px;
	}
	
	.event_nd_2 .dete{
		font-size:11px;
		margin:10px 0 8px;
	}
	
	.event_nd_2 .poster_nd img{
		border-radius:6px;
	}
	
	.event_nd_2 .evcon_nd .icnw {
		display:none;
	}
	
	.flex_b.catbx{
		overflow:auto;
		gap:10px;
	}

	.cat_continer .flex_b.catbx{
		padding-bottom:14px;
	}
	
	.icnw.expr {
		zoom: 0.65;
	}
	
	.catbx .txx {
		margin-top: 1px;
	}

	.event_nd_2{
		position: relative;
		transition: transform 0.2s;
		box-shadow:0 0 12px #dfdfdf;
		border-radius: 5px;
		overflow: hidden;
	}
	
	.event_nd_2 .poster_nd img{
		border-radius:4px 4px 0 0;
	}
	
	.ev_list_nd.cl2 .col-xs-6{
		margin-bottom:15px;
	}
	
	.ev_list_nd .evcon_nd{
		padding:12px;
	}
	
	.event_nd_2 h2 {
		margin-bottom:0;
	}
	
	.event_nd_2 .dete {
        margin: 3px 0 8px;
    }

}
	
	
.homecaro {
	margin: 80px auto;
	max-width: 1254px;
}

.scnimge_p {
	position:relative;
}

.home_sec3 p{
	font-size:16px;
	margin-top:10px;
	margin-bottom:15px;
}


.ht05{
	font-size: 19px;
	text-transform: uppercase;
}

.appstr a {
	border: 2px solid transparent;
	text-align: center;
}

.boking_app .appstr a {
	border: 2px solid #bebebe;
}

.carousel-app-download br,
.sbcribe br{
	display:none;
}

.cstmrcre .sbcribe{
	position:relative;
}

.sbcribe .wpcf7-spinner{
	position:absolute;
	right:0px;
	top:9px;
	margin:0;
}

.cstmrcre .wpcf7-response-output{
	font-size:1.5rem;
	font-style:italic;
	margin:0 !important;
	padding: 0.1em 0!important;
	border: 0 !important;
}

.sbcribe .wpcf7-form-control-wrap input{
	color:#111;
	border:0;
	padding:9px 6px;
}

.sbcribe .btn_02{
	display: inline-block;
	background: #a01010;
	text-transform:uppercase;
	padding:10px 20px;
	color: #fff;
	text-decoration: none;
	border: 0;
	border-radius:0 4px 4px 0;
	transition: all 0.2s linear;
	transform:translateX(-4px);
}
	
.all_ev_pg  .filterpan{
	gap:6px
}
	
@media (min-width:768px){

	.ht05{
		font-size: 24px;
	}
	
	.sbcribe .btn_02 {
		padding:10px 30px;
	}
	
	.ev_list_nd > .flex_b.rx_2,
	.ev_list_nd > .row_bs4 {
		margin-top:-20px;
	}
	
	.ev_list_nd [class*=col-]{
		margin-top:20px;
		margin-bottom:20px;
	}

	.all_ev_pg .filterpan .form-control{
		flex:0 0 22%;
	}
	
}
	
	
	
@media (min-width:1200px){
	
	.ht011{
		font-size: 40px;
		font-weight:normal;
		margin-top:5px;
		margin-bottom:15px;
	}
	
	.home_sec3{
		padding-top:60px;
	}
	
	.all_ev_pg .filterpan .form-control{
		flex:0 0 27%;
	}


}
	
	
@media (max-width:1199px){

	.home_sec3 [class*=col-]+ [class*=col-]{
		margin-top:24px;
	}
	
}


	
@media (max-width:767px){

	.home_sec3 .tx_scn{
		padding-right:130px;   
	}
	
	.all_ev_pg .filterpan .link_button09{
		width:100%;
		max-width:none;
	}

	.homecaro {
		display: none;
	}
	
}
	
	
	
	
	
	
	
.cstmrcre {
	background:#da2727;
	border-top:1px solid #e15252;
	padding:6px 0;
	color:#fff;
	display:none;
}

.follw_nd{
	margin-top:15px;
}

.follw_nd h4{
	font-size:16px;
	margin-bottom:10px;
}

.follw_nd ul li{
	display:inline-block;
	padding-right:15px;
}

.icnw.fbk{
	height: 20px;
	width: 20px;
	background-color:#fff ;
	background-image:none;
	-webkit-mask-image: url(assets/images/facebook.svg);
	mask-image: url(assets/images/facebook.svg);

}

.icnw.twter{
	height: 20px;
	width: 20px;
	background-color:#fff ;
	background-image:none;
	-webkit-mask-image: url(assets/images/x-twitter.svg);
	mask-image: url(assets/images/x-twitter.svg);
	mask-repeat: no-repeat;
}

.icnw.instag{
	height:23px;
	width: 20px;
	background-color:#fff ;
	background-image:none;
	-webkit-mask-image: url(assets/images/instagram.svg);
	mask-image: url(assets/images/instagram.svg);
	mask-repeat: no-repeat;
}

.icnw.likdin{
	height:22px;
	width:19px;
	background-color:#fff ;
	background-image:none;
	-webkit-mask-image: url(assets/images/linkedin.svg);
	mask-image: url(assets/images/linkedin.svg);
	mask-repeat: no-repeat;
}

.icnw.twt{
	height: 27px;
	width: 27px;
	background-position: -160px -161px;
}

.icnw.utbe{
	height: 25px;
	width: 27px;
	background-color:#fff ;
	background-image:none;
	-webkit-mask-image: url(assets/images/youtube.svg);
	mask-image: url(assets/images/youtube.svg);
}
	
.icnw.boking{
	height:40px;
	width:51px;
	background-position:-447px -162px; 
}

.icnw.care24{
	height: 74px;
	width:96px;
	background-position:-100px -150px; 
}

.icnw.prtner{
	height: 74px;
	width:95px;
	background-position:-217px -142px; 
}

	
.foter_nd .footer-top h3{
	text-transform:uppercase;
	font-weight:600;
	margin-bottom: 18px;
}

.cstmrcre .fico h6{
	font-size:18px;
}

.cstmrcre .tx2{
	display:inline-block;
	padding-left:20px;
	padding-right:20px;
}
	
@media (min-width:768px){

	.cstmrcre{
		padding:21px 0 27px;
		display:block;
	}
	
	.sbcribe .wpcf7-form-control-wrap{
		display:inline-block;
		width:25%;
		margin-right:2px;
	}

	.sbcribe .wpcf7-form-control-wrap input{
		width:100%;
	}
	
	.cstmrcre .sbcr{
		flex:1;
	}

	.follw_nd h4{
		color:#fff;
	}
	
	.foter_nd .footer-top h3{
		font-size:16px;
	}

	.foter_nd .footer-top li{
		margin-bottom: 10px;
	}
	
	.foter_nd .footer-top li a {
		line-height:1.7;
	}

}
	
@media (min-width:768px) and (max-width:1199px) {
	
	.foter_nd .footer-top li a {
		white-space: break-spaces;
		line-height: 1.9;
	}

	.appstr a{
		padding: 6px 9px;
		margin: 0;
		margin-inline: 3px;
	}
	
	.cstmrcre .fico{
		flex: 0 0 100%;
	}
	
	.footerCntr .logo_footer{
		width:100%;
		display:flex;
		margin-bottom:30px;
		align-items: flex-start;
		justify-content: space-between;
	}
	
	.footerCntr .logo_footer img{
		max-width:150px;
	}
	
	.footerCntr .flinks_p{
		width:20%;
	}
	
	.footerCntr .appstr{
		padding:0;
		display: flex;
		align-items: flex-start;
	}
	
	.follw_nd {
		margin-top: 0;
	}
	
	.follw_nd h4 {
		margin-bottom: 0;
	}
	
}
	
	
@media (min-width:1200px){

	.cstmrcre .fico{
		display:block;
	}
	
	.follw_nd{
		margin-top:33px;
	}

	.enqu-form {
		margin-right: 0;
	}
	
}
	
	
	
	
@media (max-width:767px){

	.cstmrcre .row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.cstmrcre .col-xs-4{
		padding-left:10px;
		padding-right:10px;
	}

	.fico .txx {
		font-size: 14px;
	}

	.footer-bottom.copyrgt,
	.foter_nd{
		border-top:1px solid #d9d9d9;
	}

	.foter_nd .logo{
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.foter_nd .row{
		display: flex;
		flex-wrap: wrap;
	}

	.foter_nd .row .logo_footer{
		order:5;
		flex: 0 0 100%;
	}

	.foter_nd .footer_head {
		font-weight: 700;
	}

	.footer-top li a{
		font-size: 15px;
	}

	.foter_nd .flinks_p a i {
		float: right;
		margin-top: 1px;
		zoom: 0.75;
	}

	.foter_nd .custom-logo-link img{
		max-width: 150px;
		height: auto;
	}

	.follw_nd{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 0;
		padding-bottom:6px;
	}

	.follw_nd h4{
		font-weight: 700;
		margin-right: 16px;
		margin-bottom: 0;
		color:#fff;
	}

	/*  16-1-25 
	.icnw.fbk {
		height: 20px;
		width:20px;
		background-color:#1376f5 ;
	}

	.icnw.instag {
		height:21px;
		width:18px;
		background-color:#c328a8 ;
	}

	.icnw.twter{
		height: 18px;
        width: 18px;
		background-color:#111 ;
	}

	.icnw.likdin {
		height: 21px;
        width: 18px;
		background-color: #0c65c9;
        background-position: -526px -258px;
	}
		*/

	.foter_nd .appstr{
		display: none;
	}

	.single.single-event .footer-bottom{
		padding-bottom: 80px;
	}

}
	
	
	
/* nd event detail page */

.ev_all_info_nd {
	padding-top:6px;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px dashed transparent;
	margin-bottom: 3px;
}

.ev_all_info_nd h1,
.ev_all_info_nd h2{
	font-size: 16px;
	color: #111;
	margin-top:6px;
	margin-bottom:15px;
	font-weight:600;
}

.event-additional{
    padding-bottom:8px;
    border-bottom:1px solid #ccc;
    margin-bottom:15px;
}

.event-additional span:after{
    content:"|";
    display: inline-block;
    padding-left: 5px;
}

.event-additional span:last-child:after{
    content:none;
}

.ev_all_info_nd .link_button03{
	padding:9px 30px;
}

.promter_pg .ev_all_info_nd{
	padding-bottom: 0px;
}

.promter_pg .promoter-logo img{
	height:auto;
}

.pop_hed2{
	font-size: 16px;
	color: #111;
	margin-top: 20px;
	margin-bottom:15px;
	font-weight: 600;
}

.modal .pop_hed2.h2{
	font-size:21px;
}

.event_description_nd strong{
	font-weight: 700;
}

.event_description_nd ul.content-list li:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	background-image: url(assets/images/sprite_premier_ticket_n24.png);
	background-position: -572px -81px;
}

.hed_nd2,
.event_description_nd h4,
.event_description_nd h3{
	color: #111;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
}

.event_description_nd .blck_htx{
	margin-top: 10px;
	margin-bottom: 10px;
}

.event_description_nd h4 strong,
.event_description_nd h3 strong{
	font-weight:600;
}

.ev_all_info_nd a,
.ev_all_info_nd .short_time{
	white-space:nowrap;
}

.ev_all_info_nd .adrstime .short_time{
	white-space:normal;
}

.ev_all_info_nd .contct_orgnisr{
	font-size: 15px;
	margin-top:15px;
	color: #4c4c4c;
	position:relative;
	padding-left:30px;
}

.ev_all_info_nd .contct_orgnisr i{
	position:absolute;
	left:0;
	top:0;
}

.ev_all_info_nd .contct_orgnisr a{
	font-size:16px;
	text-transform: none;
}

.ev_all_info_nd .contct_orgnisr b{
	color:#000;
	font-weight: 600;
}

.btngrp01{
	gap:15px;
}

.link_button09.ticket_buy_popup{
	padding:11px 12px;
}

.link_button09{
	display: inline-block;
	padding:9px 12px;
	background: #ff405f;
	border-radius:4px;
	border: 0;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s linear;
}

.link_button09:hover,
.link_button09:focus{
	color: #fff;
	background: #ff2347;
	text-decoration:none;
}


.link_button10{
	display: inline-block;
	padding:9px 12px;
	background: #ff405f;
	border-radius:4px;
	border: 0;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s linear;
}

.link_button10:hover,
.link_button10:focus{
	color: #fff;
	background:#ff2347;
	text-decoration:none;
}

.ev_may_like{
	padding-bottom:15px;
}

.ev_may_like .whbx{
	padding: 15px 15px 0;
}

.ev_may_like .hed_nd2{
	margin-top: 0;
}



.ev_may_like .rev-control.left{
	left: 0;
}

.ev_may_like .rev-control.right{
	right: 0;
}

.ev_may_like .multi-item-carousel-01{
	padding-left:20px;
	padding-right:20px;
}

@media (min-width:768px) {


	.multi-item-carousel-01 .carousel-inner > .item {
		transition: 500ms ease-in-out left;
	}
	.multi-item-carousel-01 .carousel-inner .active.left {
		left: -33%;
	}
	.multi-item-carousel-01 .carousel-inner .active.right {
		left: 33%;
	}
	.multi-item-carousel-01 .carousel-inner .next {
		left: 33%;
	}
	.multi-item-carousel-01 .carousel-inner .prev {
		left: -33%;
	}
	
	@media all and (transform-3d),(-webkit-transform-3d) {
		.multi-item-carousel-01 .carousel-inner > .item {
			transition: 500ms ease-in-out left;
			transition: 500ms ease-in-out all;
			backface-visibility: visible;
			transform: none !important;
		}
	}

	.ev_may_like .rev-control{
		display: inline-block;
		position: absolute;
		top:50%;
		margin-top: -70px;
	}

	.multi-item-carousel-01 .carouse-control.left,
	.multi-item-carousel-01 .carouse-control.right {
		background-image: none;
	}

}

@media (max-width:767px) {
	
	.ev_may_like .whbx{
		padding-bottom: 50px;
	}

	.ev_may_like .rev-control{
		display: inline-block;
		position: absolute;
		top:50%;
		margin-top: -30px;
	}

	.ev_may_like .active.item .col-md-4:nth-child(3),
	.ev_may_like .active.item .col-md-4:nth-child(2) {
		display: none;
	}

}


.short_address,
.short_time {
	font-size:15px;
	color:#4c4c4c;
}

.short_address.details_tx .viewmap_2{
	padding-left:12px;
	vertical-align: middle;
}

.short_time {
	text-transform: uppercase;
}

.box2_nd{
	border:1px solid #cfcfcf;
	border-radius:6px;
	padding:12px;
	overflow: hidden;
}

.box2_nd .carousel-indicators{
	bottom:-3px;
	z-index: 0;
}

.box2_nd.abartis .carousel-indicators {
    z-index: 1;
}

.box2_nd .carousel-indicators li{
	border:1px solid #ccc;
}

.box2_nd .carousel-indicators .active{
	background:#ff002a;
}

.box2_nd .carousel-inner{
	padding-bottom:39px;
}
	
.hd_sm2 {
	font-size:20px;
	color: #111;
	margin-top: 5px;
	margin-bottom: 15px;
	font-weight: 600;
}

.right_pan .box2_nd + .box2_nd{
	margin-top:20px;
}

.hd_sm2.btbm{
	padding-bottom:10px;
	border-bottom:1px solid #cfcfcf;
}

.abartis h6{
	font-size:17px;
	margin:6px 0;
}

.abartis a{
	text-decoration:underline;
}

.abartis a:hover{
	text-decoration:none;
}


.box2_nd .subscribe-form{
	margin-top:24px;
}

.box2_nd .subscribe-form .form-control{
	border-radius:4px;
}

.box2_nd .subscribe-form span[class*=form-control],
.box2_nd .subscribe-form .form-control{
	margin-top:12px;
}

.box2_nd [type="checkbox"]{
	width:18px;
	height:18px;
}

[class*=contact] .elem_f input,
.form-control {
	font-size:16px;
	box-shadow: none;
	color:#333;
}
	
.box2_nd .tandc{
	margin-top:18px;
	margin-bottom:18px;
}

.payment_page .element_group input[placeholder="Card Holder Name"]{
	padding-left: 40px;
}
	
[type="checkbox"]{
	vertical-align:middle;
}
	
.box2_nd .subscribe_btn{
	width:100%;
}

.event_description_nd p{
	margin-top:10px;
	margin-bottom:10px;
}

.sbuscrebe [class*=widget_custom] .sicn,
.invitesocil .sicn {
	margin-top:15px;
}

.sicn li {
	display: inline-block;
	list-style:none;
	padding-right: 10px;
}

.icnw.instag2{
	height: 25px;
	width: 27px;
	background-position:-438px -106px;
}

.icnw.twt2{
	height: 25px;
	width: 27px;
	background-position:-478px -106px;
}

.icnw.fbk2{
	height: 25px;
	width: 27px;
	background-position:-522px -106px;
}

.icnw.whtap2{
	height: 25px;
	width: 27px;
	background-position:-561px -106px;
}

.modal .short_time,
.modal .short_address {
	display: inline-block;
}

.plus_minus{
	display:block;
	min-width:30px;
	max-width:30px;
	min-height:30px;
	max-height:30px;
	border-radius:50%;
	border:1px solid #ccc;
	text-align: center;
	line-height: 1.05;
	font-size: 25px;
}

.modal_pmt .tkt_book .seatqty input{
	margin:0 6px;
	max-width:60px;
	max-height:36px;
	text-align:center;
	font-size:17px;
}

.tkt_book .evtitle{
	font-size:15px;
}

.tkt_book .evtitle .tktdesc{
	font-size:85%;
	margin-right: 10px;
	color:#4c4c4c;
}
	
.ticket_category_desc strong,
.evtitle strong {
	font-weight:700;
}


.tkt_book .ticketpanel,
.ticket_buy_pop .tkt_book .ticketpanel { /* spacing between ticket book panel */
	margin-top:6px;
	margin-bottom:6px;
	padding-bottom:6px;
	border-bottom:1px solid #f1f1f1;
}

.tkt_book .ticketpanel:last-child,
.ticket_buy_pop .tkt_book .ticketpanel:last-child {
	border-bottom:0;
}

.ticket_buy_pop .divider{
	margin-top:20px;
	margin-bottom:20px;
}

.ticketpanel .namendesc{
	padding-right:5px;
}

/* ticket booking popup */
.modal-open .modal.ticket_buy_pop  {
    overflow-y: hidden;
}

.ticket_buy_pop .modal-content{
	display: flex;
	flex-direction: column;
}

.seatselector_xpress .modal-content .modal-body,
.ticket_buy_pop .modal-content .modal-body{
	display: flex;
    flex-direction: column;
    /*height: 94%;*/
	flex:1;
    overflow: hidden;
}

.ticket_buy_pop .modal-content .tkt_book{
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.ticket_buy_pop .tkt_book .non_seating ,
.ticket_buy_pop .tkt_book .isseating{
    overflow: auto;
	padding-right: 6px;
	max-height: 420px;
}

.ticket_buy_pop .tkt_book .non_seating .price{
	font-weight: 700;
}

.withbookbtn.withbookbtn .ticket_category_desc {
	display: block;
}

.withbookbtn.withbookbtn .action_btn{
	flex:0 0 100%;
	text-align:left;
}

.withbookbtn.withbookbtn .action_btn .link_button11{
	width:auto;
}

/* ticket booking popup */

.ticket_buy_pop .event_isSeatBooking.defaault_find_tkt{ /* ticket popup - scrolling not working if view set on 150% 6-11-24 */
	display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* modal popup - modal-body 100% height */


.modal_pmt .modal-dialog{
	margin-top: 0;
	margin-bottom: 0;
}

.modal_pmt .modal-content{
	display: flex;
	flex-direction: column;
}

#ptkregloginpopup .modal_hidden,
.modal_hidden{
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.modal_scrollable{
	overflow: auto;
}

.modal_pmt .modal-body{
	align-self: stretch;
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow-y: auto;
}

.modal_pmt .book_ticket_panel .ticket_qty,
.modal_pmt  .logindiv {
	flex:1;
}

.modal_pmt .book_ticket_panel{
	flex: 1;
	display: flex;
	flex-direction: column;
}

.modal_pmt .book_ticket_panel .ticket_qty{ /* qty pop - with options */
	margin-top:15px;
	width:100%;
}

.cncleatbotm .offset{ /* to keep cancel button at bottom */
	flex:1;
}

@media (min-width:768px){

	.modal_pmt .closepop {
		position: absolute;
		right:3px;
		top: 1px;
		z-index: 1;
		padding: 12px;
	}

	.ev_may_like .whbx{
		padding:30px 30px 0;
	}

}

@media (min-width:992px){


	.modal_pmt .modal-content{
		min-width:600px;
		max-height: 90vh;
		/*overflow: auto;*/
	}

	.scrollallow .modal-content{ /* scroll allow popup */
		max-height: none;
	}

}

@media (max-width:767px){

	.mob100 .modal-content{
		height: 100dvh;
	}

	/*.ios_phone .mob100 .modal-content,
	.ios_phone .ticket_buy_pop .modal-content {
		height: -webkit-fill-available;
	}

	.android_phone .mob100 .modal-content,
	.android_phone .ticket_buy_pop .modal-content {
		padding-bottom: 55px;
	}*/

	.ios_phone .seat-plan-container ul.r li{
		line-height: 2.2 !important;
	}


	.ios_phone .layoutShow .tab-content{
		touch-action: auto;
		touch-action:pan-x pan-y pinch-zoom;
	}

	.ev_all_info_nd {
		padding-top:15px;
	}

	.modal_pmt .close_pad{
		padding: 10px;
	}

	.invitesocil,
	.abartis{
		display:none;
	}

	.modal_pmt:not(.loginpopupv) .modal-body {
		padding: 0;
	}

	.modal_pmt .modal-body.site_search,
	.modal_pmt .modal-body .offset{
		padding:12px;
	}

	.modal_pmt .tkt_book .link_button11.w-100{
		width: 100%;
		padding:9px 0;
	}

	.modal_pmt.viewmap .modal-dialog iframe{  /* venue page */
		height: 100% !important;
	}
	.modal_pmt.viewmap .modal-dialog{
		height: 100% ;
	}
	
	#country_nd .modal-body{
		padding-left: 15px;
		padding-right: 15px;
	}

	#country_nd.modal_pmt .country_p.row{
		padding-left: 0;
		padding-right: 0;
	}

}




/* modal popup - modal-body 100% height */

.divider{
	background:#cccccc;
	height:1px;
}

.tkt_book .disabled{
	opacity:0.75;
}

.non-seating li{
	margin-bottom:10px;
}

.non-seating .short_address{
	margin-top:0px;
}

.tkt_book .flex_b {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
	
.tkt_book .link_button11{
	display: inline-block;
	padding:6px 19px;
	background:#ff2347;
	border-radius:4px;
	border: 0;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s linear;
}
	
.tkt_book .link_button11:hover,
.tkt_book .link_button11:focus{
	color: #fff;
	background:#ff2347;
}

.tkt_book .link_button11.btn_bookingclosed {
	padding:6px 12px;
}

.tkt_book .blockTicket .flex_b {
	margin-top:6px;
}

.tkt_book .head_tx .ticket_category,
.tkt_book .ticket_info_row .ticket_category{
	flex:1;
}

.tkt_book .ticket_info_row select {
    padding: 5px 6px;
}

.tkt_book .head_tx .price,
.tkt_book .ticket_info_row .price {
	flex:0 0 24%;
	font-weight:700;
}
	
.ticket_info_row .action_btn ,
.tkt_book .head_tx .qty,
.tkt_book .ticket_info_row .qty {
	flex:0 0 15%;
	text-align:center;
	list-style: none;
}
	
.tkt_book .ticket_info_row select{
	padding:6px 6px;
	height:auto;
	min-width: 56px;
	max-width:75px;
	margin-bottom:0;
	border:1px solid #ccc;
}

.non_seating .ticket_category_n1 {
	flex:1;
	margin-right:4px;
}

.wpcf7 form .wpcf7-response-output{
	margin-top:0;
	margin-left:0;
	border:0;
	font-size:15px;
	font-style:italic;
	margin-top: 6px;
}

.tkt_book .multibooking1 {
	padding-top:15px;
	border-top:1px solid #f0f0f0;
}

.tkt_book .multibooking1 .link_button11{
	width:auto;
}

.evinfohed.pop_hed2{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hmpg .timee.svg01{
	filter:invert(22%) sepia(48%) saturate(5947%) hue-rotate(339deg) brightness(98%) contrast(95%);
}

.tktbook_xpres .ticketpanel .price {
	font-size: 17px;
	font-weight: 500;
	padding-top: 3px;
    display: inline-block;
}

.seat_selector_page_xpress .alert-danger{
	border-radius: 0;
    border: 0;
	padding: 9px;
}

.seat_selector_page_xpress .totalselectedseat{
	display: block;
}

.seat_selector_page_xpress .selected_seat{
	color: #626262;
	padding-left: 7px;
}

.seat_selector_page_xpress .alrtbox{
	max-width: 600px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}

.seat_selector_page_xpress .alert-dismissable .close{
	right:0;
}
	
@media (min-width:768px){

	.ev_all_info_nd .link_button03{
		padding:12px 30px;
	}

	.tkt_book .head_tx .qty{
		min-width: 135px;
	}

	.ticket_info_row .action_btn{
		min-width: 145px;
	}

	.contct_orgnisr a + a{
		padding-left:30px;
	}

	.ev_all_info_nd .adrstime{
		padding-right:10px;
	}

	.tkt_book .link_button11{
		padding:6px 22px;
	}

	.tkt_book .evtitle{
		flex:0 0 50%;
	}

	.tkt_book .withseating .evtitle{
		flex:1;
	}
	
	.evinfo .evinfohed.pop_hed2,
	.pop_hed2{
		font-size:17px;
		font-weight: 500;
	}
	
	.tkt_book .seatqty {
		flex:0 0 30%;
	}
	
	.modal_pmt.modal_l3 .modal-dialog {
		width: 750px;
	}
	
	.modal_pmt.modal_l3 .modal-body {
		padding: 40px 15px 15px 30px;
	}
	
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	
	.short_address {
		margin-top:10px;
		width:100%;
	}
	
	.link_button09{
		padding:6px 22px;
	}

	.defaul_find_ticket .action_btn .link_button09{
		width:100%;
	}
	
	.ev_all_info_nd .link_button09,
	.ev_tickt_popup .link_button09{
		padding:12px 42px;
	}
	
	.filterpan .link_button09{
		padding:9px 22px;
	}

	.link_button10{
		font-size:17px;
		padding:9px 36px;
	}
	
	.ev_may_like{
		padding-top:30px;
		padding-bottom:30px;
	}


}

@media (min-width:992px){

	.modal_pmt.modal_l3 .modal-body {
		padding: 40px 30px 15px 45px;
	}
	
	.ev_all_info_nd .short_address span{
		display:inline-block;
		vertical-align: middle;
		max-width: 720px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}


}
	
	
@media (min-width:1200px){

	body.modal-open{ /* on 7-5-24 modal popup dacing fix */
		padding-right: 17px;
	}

	body:not(.modal-open){ /* on 7-5-24 modal popup dacing fix */
		padding-right: 0 !important;
	}

	.modal-open .navbar-fixed-top{ /* on 29-4-24 modal popup dacing fix */
		padding-right: 17px;
		 /* view map modal on laptop screen */
	}

	.modal_pmt.modal_l3 .modal-dialog {
		width:900px;
	}

	.ev_all_info_nd{
		position: sticky;
		top: 79px;
		background: #fff;
		z-index: 1;
	}

	.wpcf7 form .wpcf7-response-output{
		display:inline-block;
	}
	
	.gotowebsite a,
	.selltickets a{
		padding:10px 20px;
		font-size: 15px;
	}
	
	.plus_minus{
		cursor:pointer;
	}

	.tkt_book .link_button11{
		padding:7px 18px;
	}

	.ev_all_info_nd h1,
	.ev_all_info_nd h2{
		font-size: 26px;
	}
	
	.hed_nd2,
	.event_description_nd h4,
	.event_description_nd h3{
		font-size: 26px;
	}
	
	.adrstime .short_address {
		margin-top:12px;
	}

	.modal .adrstime .short_address {
		margin-top:0px;
	}

	.modal .short_time {
		margin-right: 9px;
	}
	
	.modal .adrstime .short_address {
		padding-right:0px;
		width:63%;
	}

	.right_pan .box2_nd {
		margin-top:12px;
	}
	
	.ev_container > .col-md-9{
		width:72%;
	}
	
	.ev_container > .col-md-3{
		width:28%;
	}

	.event_description_nd{
		padding-right:20px;
	}

}
	
@media (max-width:767px){
	
	.ev_all_info_nd a.link_button09 {
		width:100%;
		text-align: center;
		font-weight: 600;
	}

	.eventticketbox  .wpcf7-response-output,
	.ptkpartnerenquiry .wpcf7-response-output{ /* enquiry form */
		margin-top: -30px !important;
	}

	.link_button09{
		font-weight: 600;
	}

	.checkout_pop h2{
		font-size: 20px;
	}

	.withopt .sele_categ{
		font-size:19px ;
		font-weight:700;
		color:#ff002a;
	}

	.tkt_book .ticketpanel,
	.ticket_buy_pop .tkt_book .ticketpanel { /* spacing between ticket book panel */
		margin-top:10px;
		padding-bottom:10px;
	}

	.contct_orgnisr .contct_org,
	.non-seating .contct_org {
		display: block;
		margin-top:10px;
	}

	.contct_orgnisr .contct {
		display:block;
	}

	.contct_orgnisr b{
		display: none;
	}

	.contct_orgnisr .contct,
	.contct_orgnisr .contorg {
		padding-top:6px;;
	}

	.win_p {
		padding: 8px 13px;
		border: 1px dashed #a3a3a3;
		margin-top:10px;
		text-align: center;
	}

	.tkt_book .link_button11[value="Select Option"] {
		font-size: 15px;
		padding: 6px 12px;
	}

	.modal .ticketpanel .action_btn{ /* book now and select option button same width */
		margin-top:6px;
	}

	.modal .ticketpanel .ticket_category_name {
		flex:1;
		font-weight: 700;
	}

	.modal .ticketpanel .action_btn .link_button09,
	.modal .ticketpanel .action_btn .link_button15{
		padding:6px 18px;
		width: auto;
	}

	.modal .ticketpanel .action_btn .btn_soltout{
		padding-left: 0;
	}

	.tkt_book .head_tx .price,
	.tkt_book .ticket_info_row .price {
		text-align: right;
	}

	.modal_pmt .is_non_seating .ticket_info_row{
		margin-top: 6px;
		margin-bottom: 6px;
		padding-bottom: 6px;
		border-bottom: 1px solid #f1f1f1;
	}

	.modal .pop_hed2 {
		font-size: 16px;
		font-weight:600;
		margin-top:0;
		text-overflow: ellipsis;
        overflow: hidden;
        width: 98%;
        white-space: nowrap;
	}

	.modal .svg .pop_hed2 {
		text-overflow: revert;
        overflow: visible;
        white-space: normal;
	}

	.tkt_book .isseating {
		max-height:calc(100vh - 282px);
	}

	.ticketbooking_popup .btn_pan {
		margin-bottom: 12px;
	}

	.book_ticket_panel .msg {
		font-size: 14px;
		margin-top: 9px;
		margin-bottom: 0;
	}

	.isseating_qty_select .book_ticket_panel {
		padding-bottom: 6px;
	}

	.non_seating .head_tx .ticket_category,
	.isseating .head_tx .ticket_category{
		padding-left: 12px;
	}

	.fix_botom_pan{
		padding: 12px;
		box-shadow: -10px 18px 9px 18px rgba(0,0,0,0.15);
	}

	.modal-body .fix_botom_pan{
		margin-top: 4px;
	}
	
	.short_address{
		font-size: 15px;
		line-height: 1.3;
	}

	.tkt_book .evtitle{
		flex:1;
	}
	
	.ev_all_info_nd h1,
	.ev_all_info_nd h2 {
		margin-top: 0;
		margin-bottom: 10px;
		min-height: 19px;;
	}
	
	.ev_container.nd2 .ev_tickt_popup,
	.ev_all_info_nd .ev_tickt_popup{
		position:fixed;
		z-index: 99;
		left:0;
		right:0;
		bottom: 0;
		width: 100%;
		padding: 15px;
		background-color: #fff;
		box-shadow:-10px 18px 9px 18px rgba(0,0,0,0.15);
	}

	.panel.layout_nd.show{
		border: 0;
		box-shadow: none;
	}

	.ev_dt_pg .btngr-seating,
	.ev_dt_pg .ev_banner {
		margin-bottom: 12px;
	}

	.ev_banner.show + .container_nd{
		margin-top: -10px;
	}
	
	.tkt_book .head_tx .qty,
	.tkt_book .ticket_info_row .qty {
		flex:0 0 100%;
	}
	
	.tkt_book .ticket_info_row .qty{
		margin-top:9px;
	}

	.tkt_book .head_tx{
		background:#fff;
		padding:0;
		/* margin-bottom:15px; ticktet category heading */
	}
	
	.tkt_book .head_tx .ticket_category{
		color: #111;
		font-weight: 700;
	}
	
	.tkt_book .head_tx .price,
	.tkt_book .head_tx .qty{
		font-size:0;
	}

	.withopt .action_btn.qty{
		min-width: 66px;
		margin-left: 6px;
	}
	
}
	
	
/* Home footer app download */

	
.foter_app_dwnld{
	background-image:url(assets/images/bg_gray1px.jpg);
	background-repeat:repeat-x;
}

.foter_app_dwnld img{
	height: auto;
}
	
.foter_app_dwnld  .ht011 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

.foter_app_dwnld .appstr a {
    border: 2px solid #bebebe;
}
.foter_app_dwnld .appstr a br{
	display:none;
}

.foter_app_dwnld .tx_scn{
	max-width: 419px;
}

@media (min-width:768px){

	.foter_app_dwnld .cont_wrap{
		padding-bottom:40px;
	}

}


@media (min-width:1200px){

	.sep_blk.pb_100{
		padding-bottom: 100px;
	}

	.foter_app_dwnld{
		background-position: bottom left;
	}

	.foter_app_dwnld .cont_wrap{
		padding-bottom:0px;
	}

	.foter_app_dwnld .tx_scn{
		font-size: 20px;
	}

	.foter_app_dwnld .txcon {
		padding-left: 40px;
	}

	.foter_app_dwnld .ht011 {
		font-size: 44px;
	}
	
}

@media (max-width:767px) {
	
	.foter_app_dwnld figure{
		margin-top: 30px;
	}

}
	
	
	/* booking app and scanning app 
	
	
	.boking_app{
		background-image:url(assets/images/bookingapp_bg.jpg);
		background-repeat:no-repeat;
		padding:15px 0;
		border-radius:15px;
	}
	
	.scnig_app{
		background-image:url(assets/images/scaningapp_bg.jpg);
		background-repeat:no-repeat;
		padding:15px 0;
		border-radius:15px;
	}
	
.carousel .apppro{
	color:#fff;
}

.carousel .apppro.boking_app{
	color:#000;
}

.apppro .ht011 {
	font-size: 24px;
	font-weight:700;
	margin-top: 10px;
	margin-bottom: 10px;
}

.apppro .txcnt{
	padding-left:15px;
	display: flex;
	flex-direction: column;
	align-self: center;
}

.apppro .ht05{
	font-size:24px;
}

.apppro .appstr{
	margin-top:10px;
}

@media (min-width:768px){

	.carousel .apppro{
		padding-left:150px;
		padding-top:30px;
		padding-bottom:30px;
	}

	.homecaro .carousel-control {
		width: 5%;
	}

}

@media (min-width:768px) and (max-width:1023px){

	.scnig_app.apppro:before{
		content:"";
		position: absolute;
		left:0;
		right:0;
		top:0;
		bottom: 0;
		background-color: rgba(0,0,0,0.60);
	}

	.scnig_app.apppro .flex_b{
		position: relative;
	}

}

	
@media (min-width:1200px){
	
	.homecaro .carousel-control {
		width: 12%;
	}

	.apppro .tx_scn{
		padding-right: 120px;
	}

	.apppro .appstr{
		margin-top:21px;
	}
	
	.apppro .ht05{
		font-size:45px;
	}
	
	.carousel .apppro{
		padding-left:492px;
	}
	
	.apppro .txcnt{
		padding-left:35px;
	}
	
	.apppro .ht011 {
		font-size: 60px;
	}
	
}
	
	@media (max-width:767px){
		
		.apppro .tx_scn{
			display:none;
		}
		
		.apppro img{
			max-height:200px;
		}
		
		.scnig_app,
		.boking_app{
		   background-position:right; 
		   padding-left:15px;
		   padding-right:15px;
		}
		
		.apppro .appstr a{
			display:block;
			margin-bottom:6px;
		}
		
		.carousel-app-download .carousel-indicators {
			bottom: -10px;
		}
		
	}
*/
	
	
	/* new design 24 */
	
	
	
	
	
	
	/* header new design 24 */
	
svg, path, tspan, text{	
	font-weight:500;
}

.icnw.user_nd {
	height: 24px;
	width: 24px;
	background-position: -3px -195px;
}

.icnw.user_nd2 {
	height:49px;
	width:51px;
	background-position: -35px -235px;
}

/*.icnw.back_ic {
	height: 18px;
    width: 13px;
    background-position: -4px -232px;
}*/

.icnw.arrdown2_nd{
	height: 9px;
	width:12px;
	background-position: -83px -207px;
}

.icnw.arrdown2_nd_w{
	height: 9px;
	width:12px;
	background-position: -197px -207px;
}

.icnw.serch_nd{
	height: 24px;
	width: 24px;
	background-position: -43px -197px;
}

.ico_pt.crssbt{
	background-position: -30px -572px;
	width: 20px;
	height: 20px;
}

.srchsvg{
	width:21px;
}

.site_search .serch_bx{
	font-size: 16px;
	border:0;
	padding: 8px 12px;
	width:calc(100% - 41px);
}

.site_search .srch_frm{ /* event search form @ header */
	border:1px solid #e4e4e4;
	background-color:#fff;
	max-width: 540px;
	border-radius: 4px;
	outline: none;
}

.site_search .sbmt{
	background:transparent;
	border:0;
}

.site_search .crssbt{
	display:none;
	cursor:pointer;
}
	
.search-results .crssbt{
	display:block !important;
}

.search-results .fiiing_cont:not(.nodatafound){
	visibility: hidden;
}

.search-results .srchsvg{
	display:none;
}

button.trans{
	background:transparent;
	border:0;
}

.select_contry button figure{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	margin: 0;
}

.select_contry .dropdown-menu>div {
	padding: 20px;
}
	
	.serbtn .dropdown-menu:before,
	.select_contry .dropdown-menu:before {
		content: "";
		position: absolute;
		top: -12px;
		right: 18%;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-bottom: 12px solid #e7e8e6;
	}
	
	.serbtn .dropdown-menu:before{
		 right:4%;
	}
	
	
	@media (min-width:768px){
		
		.hederv2 .selltickets{
			margin-right:15px;
		}
		
		.serbtn .dropdown-menu:before, .select_contry .dropdown-menu:before {
			right: 6%;
		}
		
	}
	
	
	@media (min-width:768px) and (max-width:1199px){
		
		.hederv2 .logo{
			flex:0 0 15%;
		}
	
		.hederv2 .head_navigation {
			margin-left:21px;
			margin-right: 21px;
		}
		
		.hederv2 .selltickets{
			display:none;
		}
		
		
	}
	
@media (min-width:1200px){
	
	.site_search .serch_bx{
		padding: 10px 12px;
	}
	
	.hederv2 .logo{
		flex:0 0 18%;
	}

	.hederv2 .selltickets{
		margin-inline:30px;
	}
	
	.hederv2 .sign_btn {
		flex:0 0 150px;
		text-align: center;
	}
	
}
	
@media (max-width:767px){
		
	.select_contry button figure{
		border-radius: 5px;
		transform:scale(1.2);
	}
	
	/*.header_menu_mob2 .dropdown-menu{
		top:60px;
		border:0;
		position:fixed;
		width:99%;
		left:0px;
		right:0px;
		margin:auto;
		height:calc(100vh - 66px);
	}*/
		
	.carousel-indicators {
		display: none;
		bottom: -10px;
	}
	
	.navbar-collapse .bx .icnw {
		display:none;
	}
	.navbar-collapse .bx li,
	.navbar-collapse .bx {
		padding:9px 15px;
		background:transparent;
	}
	
	.navbar-collapse .bx a{
		color:#111;
	}
		
	.navbar-collapse .selltickets{
		margin-left:15px;
	}

	.navbar-collapse .selltickets a{
		width:100%;
		text-align: center;
		padding: 10px 15px;
	}
	
	.serbtn .dropdown-menu .srch_frm{
		margin:10px 6px;
	}
	
	.select_contry .dropdown-menu > div {
		padding: 12px 15px;
	}
	
	.serbtn .srch_btn{
		width:36px;
		padding:0;
		display:block;
	}
	
	.modal_pmt .site_search input{
		border:0;
		margin-bottom: 0;
	}

	.serbtn .btn_pan .crssbt,
	.serbtn .open .srch_btn .serch_nd,
	.serbtn .crssbt{
		display:none;
	}
	
	.serbtn .open .srch_btn .crssbt{
			display:block;
	}
	
	.serbtn .dropdown-menu:before,
	.select_contry .dropdown-menu:before {
		content:none;
	}

}
	
	
	/* country header */
	
.country_p [class*=col-]{
	margin-top:8px;
	margin-bottom:8px;
}

.flag_fig .Flag {
	width: 21px;
	max-width: 21px;
	height: 14px;
	-o-object-fit: none;
	object-fit: none;
}

.dropdown.select_contry .flag_fig .Flag {
	width: 26px;
	max-width: 26px;
	height: 19px;
}

.country_p .country_all{
	position: relative;
	padding-left: 26px;
	overflow-wrap: anywhere;
}

.country_p .country_all span {
	font-size:15px;
	padding-top: 12px;
}

.allcontry .country_active .Flag{
	box-shadow: 0 0 0 1px #ff002a;
	padding: 1px;
	margin-left: 2px;
}

.country_active .Flag{
	display: none;
}

.country_active .neme:before{
	content: "";
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-image: url(assets/images/circle-check-solid.svg);
    mask-image: url(assets/images/circle-check-solid.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #77c934;
    width:21px;
    height:21px;
    display: inline-block;
    vertical-align: middle;
	margin-right: 17px;
	transform: translateX(-2px);
}

.country_p .flag_fig{
	position: absolute;
	top: 0px;
	left: 0;
}

.Flag--countryAU {
	-o-object-position: -258px -10px;
	object-position: -258px -10px;
}

.Flag--countryCA {
	-o-object-position: -196px -35px;
	object-position: -196px -35px;
}
	
button .Flag--countryCA {
	-o-object-position: -199px -35px;
	object-position: -199px -35px;
}

.Flag--countryIN{
	-o-object-position: -10px -110px;
	object-position: -10px -110px;
}

.Flag--countryHU {
	-o-object-position: -382px -85px;
	object-position: -382px -85px;
}

button .Flag--countryIN{
	object-position: -10px -110px;
}


.Flag--countryNZ {
	-o-object-position: -382px -160px;
	object-position: -382px -160px;
}
	
.Flag--countryUS {
	-o-object-position: -10px -235px;
	object-position: -10px -235px;
}

.Flag--countryUAE,
.Flag--countryAE {
	-o-object-position: -41px -10px;
	object-position: -41px -10px;
}

.Flag--countrySG {
	-o-object-position: -475px -185px;
	object-position: -475px -185px;
}

.Flag--countryUK,
.Flag--countryGB {
	-o-object-position: -506px -60px;
	object-position: -506px -60px;
}

button .Flag--countryUK,
button .Flag--countryGB {
	-o-object-position: -509px -60px;
	object-position: -509px -60px;
}

.Flag--countryFJD {
	-o-object-position: -258px -235px;
	object-position: -258px -235px;
}

button .Flag--countryFJD {
	-o-object-position: -258px -235px;
	object-position: -258px -235px;
}

.Flag--countryBE {
	-o-object-position: -382px -10px;
	object-position: -382px -10px;
}

.Flag--countryCH {
	-o-object-position: -289px -35px;
	object-position: -289px -35px;
}

button .Flag--countryCH {
	-o-object-position: -292px -35px;
	object-position: -292px -35px;
}

.Flag--countryIE {
	-o-object-position: -444px -85px;
	object-position: -444px -85px;
}

button .Flag--countryIE {
	-o-object-position: -447px -85px;
	object-position: -447px -85px;
}

.Flag--countryFR {
	-o-object-position: -444px -60px;
	object-position: -444px -60px;
}

.Flag--countrySE {
	-o-object-position: -444px -185px;
	object-position: -444px -185px;
}

.Flag--countryDE {
	-o-object-position: -41px -60px;
	object-position: -41px -60px;
}

.Flag--countryJP {
	-o-object-position: -258px -110px;
	object-position: -258px -110px;
}

button .Flag--countryJP {
	-o-object-position: -262px -110px;
	object-position: -262px -110px;
}
	
.Flag--countryMY {
	-o-object-position: -134px -160px;
	object-position: -134px -160px;
}

.Flag--countryHK {
	-o-object-position: -258px -85px;
	object-position: -258px -85px;
}

.Flag--countryDK {
	-o-object-position: -103px -60px;
	object-position: -103px -60px;
}

.Flag--countryZA {
	-o-object-position: -227px -235px;
	object-position: -227px -235px;
}

/* phillinpine */
.Flag--countryPH{
	-o-object-position:-10px -185px;
	object-position:-10px -185px;
}
button .Flag--countryPH{
	-o-object-position:-10px -185px;
	object-position:-10px -185px;
}

/* qatar */
.Flag--countryQA{
	-o-object-position:-227px -185px;
	object-position:-227px -185px;
}

button .Flag--countryQA{
	-o-object-position:-227px -185px;
	object-position: -227px -185px;
}

/* Indonesia */
.Flag--countryID{
	-o-object-position:-320px -135px;
	object-position:-320px -135px;
}

button .Flag--countryID {
	-o-object-position:-320px -135px;
	object-position:-320px -135px;
}

/* Mauritus */
.Flag--countryMU{
	-o-object-position:-73px -161px;
	object-position:-73px -161px;
}

button .Flag--countryMU {
	-o-object-position:-73px -161px;
	object-position:-73px -161px;
}

/* kuwait */
.Flag--countryKW{
	-o-object-position:-476px -110px;
	object-position:-476px -110px;
}

button .Flag--countryKW{
	-o-object-position:-476px -110px;
	object-position:-476px -110px;
}

/* thailand */
button .Flag--countryTH,
.Flag--countryTH{
	background-image: url(assets/images/thailandflage.svg);
	object-position: -9999px;
}
/* nepal */
button .Flag--countryNP,
.Flag--countryNP{
	background-image: url(assets/images/nepalflag.svg);
	object-position: -9999px;
}
/* srilanka */
button .Flag--countryLK,
.Flag--countryLK{
	background-image: url(assets/images/srilankaflag.svg);
	object-position: -9999px;
}
/* oman */
button .Flag--countryOM,
.Flag--countryOM{
	background-image: url(assets/images/omanflag.svg);
	object-position: -9999px;
}
/* maldives */
button .Flag--countryMV,
.Flag--countryMV{
	background-image: url(assets/images/maldivesflag.svg);
	object-position: -9999px;
}
/* seychellesflag */
button .Flag--countrySC,
.Flag--countrySC{
	background-image: url(assets/images/seychellesflag.svg);
	object-position: -9999px;
}

/* belarus */
.Flag--countryBY{
	-o-object-position:-382px -135px;
	object-position:-382px -135px;
}

button .Flag--countryBY{
	-o-object-position:-382px -135px;
	object-position:-382px -135px;
}

/* Spain */
.Flag--countryES{
	-o-object-position:-286px -59px;
	object-position:-286px -59px;
}

button .Flag--countryES{
	-o-object-position:-286px -59px;
	object-position:-286px -59px;
}

/* bhutan */
.Flag--countryBT{
	-o-object-position:-135px -35px;
	object-position:-135px -35px;
}

button .Flag--countryBT{
	-o-object-position:-135px -35px;
	object-position:-135px -35px;
}
	
@media (min-width: 768px){
	
	.country_choose_pop .modal-dialog {
		width: 750px;
	}
	
}

@media (min-width:1200px){
	
	.country_p .country_all {
		cursor:pointer;
	}
	
}
	
	/* header new design 24 */
	
	
	
	
	
	/* search header dropdown new design 24 */
	
	.site_search .serch_evnt {
		max-width: 540px;
		min-width:300px;
		width:100%;
		position:absolute;
		max-height:450px;
		padding-left:12px;
		padding-right:6px;
		background:#fff;
		box-shadow:0 0 3px rgba(0,0,0,0.15);
		border-radius: 4px;
		overflow: auto;
	}
	
	.searchNoResult{
		padding: 12px;
		color: #c80101;
	}
	
	.serch_evnt a {
		text-decoration: none;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e0e0e0;
	}
	
	.serch_evnt h3 {
		font-size: 13px;
		text-transform: uppercase;
		color: #4c4c4c;
		margin: 0 0 5px;
	}
	
	.serch_evnt h2 {
		font-size: 16px;
		font-weight: 600;
		color: #111;
		margin: 0 0 5px;
	}
	
	.serch_evnt h4 {
		font-size: 12px;
		color: #737373;
		margin: 0px;
	}
	
	.serch_evnt .poster {
		max-height: 66px;
		max-width: 100px;
		overflow: hidden;
		border-radius: 3px;
	}
	
	.serch_evnt .ev_name_time {
		padding-left: 10px;
	}
	
	.sr_heding {
		font-size: 13px;
		background: #f2eeef;
		padding: 4px;
		color: #666;
	}
	
	@media (max-width:767px){
		
		.serch_evnt h2 {
			font-size: 15px;
		}
		
		.site_search .serch_evnt {
			padding-left:0;
			padding-right: 25px;
			width:96%;
			box-shadow: none;
			top:60px;
		}

		.header_menu_mob2 .menu_m{
			overflow: auto;
			height:calc(100vh - 230px);
		}
		
	}
	
	body.page-template-page-all-events{
		display: flex;
		flex-direction: column;
	}

	body.page-template-page-all-events > .cont_sec{
		flex:1
	}


	/* Safari 7.1+ */
	
	_::-webkit-full-page-media, _:future, :root body ul.r li { /* seat box */
	
		  line-height:1.5 !important;
	
	}
	
	_::-webkit-full-page-media, _:future, :root .filterpan .form-control { 
		height:40px;
	}

	_::-webkit-full-page-media, _:future, :root .faq-sec { 
	
		background-attachment:scroll;
	}







/* New mobile theme implementation */

.button_15{
	display: inline-block;
	padding:6px 18px;
	background: #848484;
	text-align: center;
	border-radius:4px;
	border: 0;
	color: #fff !important;
	text-decoration: none;
	transition: all 0.2s linear;
}

.success_page .hedsub b{
	font-weight: 600;
}

@media (max-width:767px) {

	.success_page .hedsub b{
		display: block;
	}

	.success_page .modal_pmt,
	.modal-open .modal.modal_pmt {
		overflow-y: hidden;
	}

	.modal_pmt_header {
		left: 0;
		right: 0;
		padding: 15px;
		-moz-box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.15);
		-webkit-box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.15);
		box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.15);
	}

	.modal_pmt_header_cros {
		left: 0;
		right: 0;
		padding: 15px;
	}

	.modal_pmt_header .logo_sec a{
		display: block;
		max-width: 120px;
	}

	.modal_pmt_back{
		position: absolute;
		z-index: 1053;
		left: 15px;
		display: block;
		width:13px;
		height: 19px;
		line-height: 0;
	}

	.serchtop_nd .fiiing_cont{
		padding-top: 12%;
	}

	.serchtop_nd .fiiing_cont .icn{
		background-image: url(assets/images/serchbigico.jpg);
		background-repeat: no-repeat;
		background-position: 50% 51%;
		min-height: 240px;
		width: 100%;
	}

	.serchtop_nd .fiiing_cont.nodatafound .icn{
		background-image: url(assets/images/serchbigico2.jpg);
	}

	.serchtop_nd .fiiing_cont .tx01{
		font-size: 15px;
		text-align: center;
		color:#ccc;
	}

	.seating_btn_gr{
		margin-bottom: 15px;
	}

	.seating_btn_gr li{
		flex:0 0 48%;
	}

	.seating_btn_gr li a{
		width:100%;
	}

	#viewMapPopUp iframe{
		height: calc(100vh - 130px) !important;
	}

}



.elem_f .iti { /* country flag in registration */
	width:100%;
}

.protectedPopup form p label{
	width:100%;
}


@media (max-width: 767px) {

	.protectedPopup .modal-dialog{
		height: 100%;
	}

	body #hubspot-messages-iframe-container[style*="92px"],
	body #hubspot-messages-iframe-container[style*="202px"]{
		bottom:80px !important;
	}

    /*.modal-content .hed_tx {  how many tickets
		margin-top: 55px;
    }*/

}


/*@media only screen and (min-device-width: 360px) and (max-device-width:800px) and (orientation: landscape) {

	.site_search .srch_frm{
		max-width: none;
	}

}*/




/* booking success page */

.downlodticket{
	color: #07189a;
	padding: 10px 0;
}

.success h2.heading_tx01 {
	text-align: center;
	padding: 10px 0 25px;
	font-size: 35px;
}

.success_page .offset2{
	padding-inline: 30px;
}

.success .img_pan {
	background: #f0f0f0;
	text-align: center;
	padding: 5px 0;
}

.success_page .tktinf{
	padding: 15px;
}

.success_page .boxtk {
    border: 1px solid #d3d3d3;
    border-radius: 9px;
}

.success_page .tknum {
    border-top: 1px dashed #b3b3b3;
}

.success_page.dt .bthanku {
    max-width:65px;
}

.success_page .scsss {
	font-size:26px;
	font-weight: 600;
	margin-bottom:20px;
}

.homeic{
	-webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-image: url(assets/images/house-solid.svg);
    mask-image: url(assets/images/house-solid.svg);
    background-color: #d82926; 
    width: 23px;
    height: 20px;
	display: inline-block;
}

.eventicons{
	display: inline-block;
	vertical-align:middle;
	-webkit-mask-size: cover;
    mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: #d82926; 
}

.pastev{
	-webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-image: url(assets/images/clock-rotate-left-regular.svg);
    mask-image: url(assets/images/clock-rotate-left-regular.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
    background-color: #d82926; 
    width: 30px;
    height: 30px;
	display: inline-block;
	vertical-align:middle;
}

.holi{
	-webkit-mask-image: url(assets/images/holi_1.svg);
	mask-image: url(assets/images/holi_1.svg);
    width:47px;
    height:36px;
}

.garba{
	-webkit-mask-image: url(assets/images/garba.svg);
	mask-image: url(assets/images/garba.svg);
    width:25px;
    height:37px;
	background-color: #d82926; 
}

.teeyan{
	-webkit-mask-image: url(assets/images/teeyan.svg);
	mask-image: url(assets/images/teeyan.svg);
    width:36px;
    height:28px;
}

.diwali{
	-webkit-mask-image: url(assets/images/diwali_1.svg);
	mask-image: url(assets/images/diwali_1.svg); 
    width:42px;
    height:36px;
}

.success_page.mob .modal-body .offset {
	padding: 30px;
}

.success_page.mob .hedsub {
	font-size: 15px;
	text-align: center;
	color: #5c5c5c;
}

.success_page.mob .tick{
	padding-left: 120px;
	padding-right: 120px;
}

.success_page.mob .tknum{
	border-top:1px dashed #b3b3b3;
}

.success_page.mob .boxtk{
	border: 1px solid #d3d3d3;
	border-radius: 9px;;
}

.boxtk .flex_b{
	padding: 15px;
	gap:15px;
}

.boxtk .tknum{
	padding: 15px;
}

.success_page.mob .ic01 img{
	width:17px;
}

.success_page.mob .evimg{
	flex:0 0 40%;
}

.success_page.mob .evimg img{
	border-radius: 4px;
}

.success_page.mob .tktinf{
	flex:0 0 60%;
}

.success_page.mob .evtitle{
	font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.3;
}
.success_page.mob .evven,
.success_page.mob .evdt{
	font-size: 14px;
	color:#777;
}

.success_page.dt .evven,
.success_page.dt .evdt {
	font-size: 14px;
	color:#666;
}

.success_page .evtitle{
	font-size: 1.8rem;
	font-weight: 600;
}

.tknum .tickqnt{
	font-size: 18px;
	font-weight: 600;
}

.tknum .tickcat b{
	font-weight: 500;
}

.tknum .tickname {
	font-size: 14px;
	color: #444;
}


@media (min-width:768px) {
	
	.success_page .offset2 {
		padding-inline: 100px;
	}

	.success_page .tktinf {
		padding:20px 30px;
	}

}

/* booking success page */


/* Registration checkout */

.hd_sblk{
	font-size:16px;
	font-weight:700;
}
.hd_p2{
	font-size:18px;
	font-weight:700;
}


.wpcf7-form .in-progress,
.btn-pay.in-progress{
	opacity:0.5;
	pointer-events: none;
}

.msgsoldout{ /* copied from single event page */
	font-size:40px;
	color:#d41616;
	margin-top:50px;
	text-transform: uppercase;
}

/* venue */

.venue-detail-img-slide{
	max-width: 360px;
}

.listing_02 figure{
	max-height:222px;
	margin: 0;
	overflow: hidden;
}

.listing_02 .short_address {
	margin-top: 0;
}

.listing_02 .short_address a{
	font-size: 13px;
	line-height: 1.3;
	text-transform: uppercase;
	color:#4c4c4c;
}

.listing_02 .list_title{
	font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.hedblok{
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.title01 {
	font-size: 17px;
	color: #111;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: 700;
}

.hed_s2{
	font-size: 17px;
    color: #111;
    font-weight:700;
}

.hedblok .short_address{
	text-transform:uppercase;
}

.hed_s2 .svg01{
	width:30px;
}

.map .hed_s2{
	margin-bottom:30px;
}

.detail_pg01 p{
	margin-bottom: 15px;
}

.venue-list .short_address br{
	display: none;
}

.blk_lins{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}

.listing_02 .evcon_nd{
	padding: 15px;
}

.listing_02 .short_address, .listing_02 .short_time {
    padding-left: 24px;
}

.artistdetel .txcon01 ul.dt{
    font-size:14px;
    color:#727272;
	margin-bottom:20px;
}

.artistdetel .txcon01 ul li{
    line-height:2.1;
}

.artistdetel .svg01{
    max-width:18px;
	margin-right:10px;
}

.sharing .tx11{
	font-size: 16px;
	color:#727272;
}

.con11 p{
	margin-bottom: 15px;
}

.albm ul li{
	flex: 0 0 50%;
	margin-top:8px;
	margin-bottom:9px;
}

@media (min-width:768px) {
	
	.albm ul li{
		flex: 0 0 20%;
	}
	
	.artistdetel .txcon01{
		position: relative;
		padding-right:150px;
	}

	.artistdetel .sharing{
		position: absolute;
		top:0;
		right:0;
		min-width: 127px;
	}

	.blk_lins{
		padding-top:30px;
		padding-bottom: 30px;
	}
	

	.listing_02 .list_title {
		font-size: 18px;
	}

	.listing_02 figure {
		min-height: 202px;
	}

	.title01 {
		font-size: 30px;
		margin-top: 6px;
		margin-bottom: 6px;
	}
	
	.hed_s2{
		font-size:24px;
		margin-bottom: 6px;
	}

	.blk_lins .site_search .serch_bx{
		min-width: 400px;
	}
	
}

@media (min-width:1200px) {

	.venue_gal .col-md-8{
		flex:1;
	}
	.venue_gal .col-md-4{
		width:auto;
	}

}

@media (min-width:1500px) {

	.detail_pg01 .gp01 .col-md-4{
		float: right;
		max-width: 391px;
	}

	.artistdetel .rx_2 .col-md-3{
		min-width: 350px;
	}

	.artistdetel .rx_2 .col-md-9{
		width:71%;
		padding-left: 45px;
	}
}


.artistdetel .con11 {
	background:#f4f4f4;
	padding:30px 0;
	margin:40px 0;
}

.artistdetel .svg01_1{
	max-width:29px;
    margin-right: 10px;
}

.artistdetel .svg02 {
    max-width: 33px;
    margin-right: 10px;
}

.artistdetel .artsimg{
	max-height: 360px;
	overflow: hidden;
}

/* slider */

.slider_caro{
	padding-left:40px;
	padding-right:40px;
}

.owl-carousel button img{
	width:20px;
}

.slider_caro .owl-nav{
	position:absolute;
	left: 0;
	right: 0;
	top:50%;
	margin-top:-50px;
}

.slider_caro .owl-nav button{
	position:absolute;
}

.slider_caro .owl-nav .owl-prev{
	left:-36px;
}

.slider_caro .owl-nav .owl-next{
	right:-36px;
}

.slider_caro .owl-item .item{
	max-width:225px;
}

@media (min-width:768px){

	.slider_caro.count1 .owl-item,
	.slider_caro.count2 .owl-item,
	.slider_caro.count3 .owl-item,
	.slider_caro.count4 .owl-item{
		width:auto !important;
		min-width:300px;
	}

	.slider_caro.count1 .owl-stage,
	.slider_caro.count2 .owl-stage,
	.slider_caro.count3 .owl-stage,
	.slider_caro.count4 .owl-stage{
		display: flex;
		width: 100% !important;
		transform: none !important;
	}

	.slider_caro.count1 .owl-item.cloned,
	.slider_caro.count2 .owl-item.cloned,
	.slider_caro.count3 .owl-item.cloned,
	.slider_caro.count4 .owl-item.cloned{
		display: none;
	}

}

@media (min-width:1200px){

	.slider_caro.count1,
	.slider_caro.count2,
	.slider_caro.count3,
	.slider_caro.count4{
		padding-left: 15px;
		padding-right: 15px;
	}

	.slider_caro.count1 .owl-item,
	.slider_caro.count2 .owl-item,
	.slider_caro.count3 .owl-item,
	.slider_caro.count4 .owl-item{
		min-width:300px;
	}

	.slider_caro.count1 .owl-item .item,
	.slider_caro.count2 .owl-item .item,
	.slider_caro.count3 .owl-item .item,
	.slider_caro.count4 .owl-item .item{
		max-width:275px;
	}	

}





@media (max-width:767px){

	.slider_caro .owl-nav {
		margin-top: -32px;
	}

	.success_page.mob .modal-body .offset {
		margin: auto;
		display: flex;
		flex-direction: column;
		gap: 22px;
	}

}

div.dt-buttons a.buttons-pdf {
    background: #0a5caf;
    color: #fff;
    border: 0;
    font-weight: 700;
    border: 0 !important;
}

div.dt-buttons a.buttons-excel {
    background: #3f96bf;
    color: #fff;
    border: 0;
    font-weight: 700;
    border: 0 !important;
}




/* contact support */
.title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    font-family: "Figtree", sans-serif;
    text-transform: capitalize;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px
}

.bg-red {
    background: #ff002a;
}

.mx-auto {
    margin-inline: auto;
}

.mb-23 {
    margin-bottom: 23px;
}

.custom-contact-input>p>span input {
    display: block;
    width: 100% !important;
    padding-left: 24px !important;
}

.custom-contact-input>p>span textarea {
    display: block;
    width: 100% !important;
    padding-left: 24px !important;
    border-radius: 8px;
}

.contact_us_form.new-contact-form {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(18, 18, 18, 0.08);
    max-width: 602px;
    padding:20px;
}

p.contact-form-text.fs-20 {
    color: black;
    padding-bottom: 36px;
}

.text-uppercase {
    text-transform: uppercase;
}

.page_heading_bloc.contact2{
	background-image: url('assets/images/contact-banner.jpg');
	min-height: 0;
}

.address-title .svg01 {
	width:22px;
	position: absolute;
	left: 0;
	top: 1px;
}

.address-title .svg01.adrrs {
	width:19px;
}

.contact-label .address-title {
	font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
	position: relative;
	padding-left: 30px;
}

.contact_pg .contact-country-list{
	position: relative;
	padding-left: 44px;
	margin-bottom: 18px;
}

.contact_pg .contact-country-list .flag{
	position: absolute;
	left: 0;
	top: 0;
}

.contact-country-list .flag_fig .Flag{
	transform: scale(1.5);
}

.contact-country-list figure {
    margin-top: 2px;
}

.country-info-wrapper .contact-info{
	font-weight: 700;
}

.contact_us_form .custom-contact-input .wpcf7-spinner{
	position: absolute;
    right: 1px;
    top: 37px;
}

.registration-form .custom-contact-input .wpcf7-submit.btn-pay {
	width: 100%;
	max-width: none;
}

.contact-label .col-md-6{
	margin-top: 15px;
}

.contact-label h4{
	font-weight: 600;
	margin-bottom: 6px;
}

.bmt15{
	margin-top: 18px;
}

.suport_pg .bx_shadow {
    padding: 15px;
	text-align: center;
}

.bx_shadow{
	transition: transform 0.2s;
	box-shadow: 0 0 9px #ccc;
	border-radius: 6px;
}

.bx_border{
	transition: transform 0.2s;
	border:1px solid #f3f3f3;
	border-radius: 6px;
}

.bx_shadow a.suprt{
	color:#000;
}

.suport_pg .bx_border .svg01 {
	max-width: 70px;
}

.bx_border a.suprt b{
	font-size: 17px;
	font-weight: 700;
	margin: 10px 0;
}

.suport_pg .para {
	max-width: 675px;
	margin:auto;
	margin-bottom: 30px;
}

.phne{
	height:55px;
	width: 55px;
	background-color:#da2727 ;
	-webkit-mask-image: url(assets/images/phone-light.svg);
	mask-image: url(assets/images/phone-light.svg);

}

.whtapp{
	height:59px;
	width: 52px;
	background-color:#da2727 ;
	-webkit-mask-image: url(assets/images/whatsapp.svg);
	mask-image: url(assets/images/whatsapp.svg);

}


.emeil{
	width: 59px;
	height: 61px;
	background-color:#da2727 ;
	-webkit-mask-image: url(assets/images/envelope-light.svg);
	mask-image: url(assets/images/envelope-light.svg);

}

.chatt{
	width: 70px;
	height: 56px;
	background-color:#da2727 ;
	-webkit-mask-image: url(assets/images/comments-sharp-light.svg);
	mask-image: url(assets/images/comments-sharp-light.svg);

}


.tckt{
	width: 55px;
	height: 55px;
	background-color:#da2727 ;
	-webkit-mask-image: url(assets/images/rocket-launch-light.svg);
	mask-image: url(assets/images/rocket-launch-light.svg);

}

.hornn{
	width: 55px;
	height: 55px;
	background-color:#da2727 ;
	-webkit-mask-image: url(assets/images/bullhorn-light.svg);
	mask-image: url(assets/images/bullhorn-light.svg);

}

.bullseye_arrow{
	width: 42px;
	height:42px;
	background-color:#da2727 ;
	-webkit-mask-image: url(assets/images/bullseye-arrow-light.svg);
	mask-image: url(assets/images/bullseye-arrow-light.svg);

}

.lightbulb_exclamation{
	width: 36px;
	height: 36px;
	background-color:#da2727 ;
	-webkit-mask-image: url(assets/images/lightbulb-exclamation-on-light.svg);
	mask-image: url(assets/images/lightbulb-exclamation-on-light.svg);

}

.display_chart{
	width: 36px;
	height: 36px;
	background-color:#da2727 ;
	-webkit-mask-image: url(assets/images/display-chart-up-light.svg);
	mask-image: url(assets/images/display-chart-up-light.svg);

}

.creditcard{
	width: 61px;
	height: 55px;
	background-color:#da2727 ;
	-webkit-mask-image: url(assets/images/credit-card-light.svg);
	mask-image: url(assets/images/credit-card-light.svg);

}

.faqq{
	width: 55px;
	height: 55px;
	background-color:#da2727 ;
	-webkit-mask-image: url(assets/images/circle-question-light.svg);
	mask-image: url(assets/images/circle-question-light.svg);

}

.bx_shadow .img_pan{
	height: 60px;
	overflow: hidden;
}

.suprt .img_pan i{
	display: inline-block;
}

.bx_border br,
.bx_shadow br{
	display: none;
}

.bx_border span, .bx_border b,
.bx_shadow span, .bx_shadow b{
	display: block;
}

.page_heading_bloc.supprt {
	background-image: url('assets/images/support_banner.jpg');
	min-height: 257px;
}

.page_heading_bloc.career {
	background-image: url('assets/images/careers_banner.jpg');
	min-height: 257px;
}

.partner-program-hero {
    background-image: url(assets/images/partner-banner.png);
    padding-top: 60px;
}

.parntr-acheiv {
    background-image: url(assets/images/partner_bg01.png);
	padding-top: 60px;
    padding-bottom: 122px;
}

.partnerpge .svg01{
	max-width: 80px;
	max-height: 90px;
}

.faq-sec-clr2 {
    position: relative;
    background-color:#f5f6fa;
}

.redsplash,
.redbluesplash{
	position: relative;
}

.redsplash:before,
.redbluesplash:before,
.redbluesplash:after{
	content:"";
	background-repeat: no-repeat;
	position: absolute;
	left:0;
	width: 100%;
	top:0;
	bottom: 0;
	z-index: -1;
}

.redsplash:before,
.redbluesplash:before{
	background-image: url(assets/images/redsplsh.png);
	background-position:190% -4%;
}

.redbluesplash:after{
	background-image: url(assets/images/bluesplash.png);
	background-position:-20% 110%;
}

.suitable-col {
	margin-bottom:35px;
}

.partnerpge .img-shadow img{
	max-width:875px;
}

.offer-service-sec .btnpan {
	margin-top: 15px;
}

.host-sec .btnpan {
	margin-top: 15px;
	margin-bottom: 45px;
}


@media(min-width:768px) {

	.offer-service-sec .btnpan {
		margin-top:40px;
	}	

	.host-sec .btnpan {
		margin-top: 35px;
		margin-bottom: 55px;
	}	

	.partner03 img{
		transform: translateY(90px);
		position: relative;
		z-index: 2;
		max-height:600px;
	}

	.parntr-acheiv {
		position: relative;
		padding-top: 90px;
		padding-bottom: 150px;
	}

	.sep_blk.partner03{
		padding-top: 0;
	}

	.rbribon{
		position: relative;
	}

	.rbribon:before {
		content: '';
		background-image: url(assets/images/brand-stp.png);
		position: absolute;
		left: 5%;
		bottom: 4%;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		max-width: 384px;
		max-height: 87px;
		z-index:100;
		background-size:72%;
	}

	.partner_program_hero.rbribon:before{
		bottom: -4%;
	}

	.event-promo-sec.rbribon:before,
	.suitable-sec.rbribon:before,
	.parntr-acheiv.rbribon:before {
        bottom: 6%;
    }

	.faq-sec.rbribon:before {
        bottom:7%;
    }

	.about-hero.rbribon:before {
        bottom:15%;
    }

	.part-why-choose.redbluesplash:before{
		top: -70px;
	}

	.bx_border a.suprt b{
		font-size: 20px;
	}

	.contact_us_form.new-contact-form {
		padding:45px;
	}

	.partner-program-hero {
		max-height: 600px;
		padding-top: 45px;
	}

    .contact_pg {
        padding-top: 51px;
    }

	.suport_pg .bx_border {
		padding:30px 23px;
		height: 100%;
	}

	.redsplash.partner03:before{
		top: -139px;
	}

	.achievement-sec {
		padding-bottom: 130px;
	}

	.redsplash:before,
	.redbluesplash:before{
		background-position:-80% -109%;
	}
	
	.redbluesplash:after {
		background-position:180% 150%;
	}

	.sellticket-template .link_button09,
	.partnerpge .link_button09{
		padding:12px 36px;
	}

}

@media (min-width:1200px){

	.host-sec .btnpan {
        margin-top: 60px;
        margin-bottom: 80px;
    }

	.offer-service-sec .btnpan {
		margin-top:60px;
	}	

	.partnerpge .img-shadow{
		margin-bottom: 3rem;
	}

	.part-why-choose{
		padding-top: 90px;
	}

	.parntr-acheiv {
		padding-top:160px;
		padding-bottom:290px;
	}

	.achievement-sec {
		padding-top: 100px;
		padding-bottom: 190px;
	}

	.redsplash:before,
	.redbluesplash:before{
		background-position:-18% -67%;
	}

	.redbluesplash:after {
		background-position:130% 130%;
	}

	.sellticket-template .title,
	.parnter-template .title {
		font-size: 60px;
	}

	.partnerpge .svg01{
		max-width: 130px;
		max-height: 100px;
	}

	.rbribon:before {
		background-size:100%;
	}

	.partner-program-hero {
		max-height: 700px;
		padding-top: 165px;
	}

	.contact-label .address-title {
		margin-left: -37px;
		padding-left: 37px;
	}

	.row_bs4 .g2{
        padding-left:75px;
    }

	.contact_pg .row_bs4 .g2{
        padding-left:55px;
    }

	.suitable-col {
		margin-bottom:60px;
	}

	.part-why-choose.redbluesplash:before{
		top: -100px;
	}

	.achievement-sec.rbribon:before{
		bottom:10%;
	}

	.partner_program_hero.rbribon:before{
		bottom: 9%;
	}

	.faq-sec.rbribon:before,
	.rbribon:before {
        bottom:2%;
    }

	.row_bs4.gap01{
		margin-left:-45px;
		margin-right:-45px;
	}

	.row_bs4.gap01 [class*=col-]{
		padding-left:45px;
		padding-right:45px;
	}

}

@media (min-width:1500px){

	.redsplash:before, .redbluesplash:before{
		background-position:-6% -47%;
	}

	.redbluesplash:after {
        background-position: 110% 130%;
    }

}


@media (max-width:767px){

	.event-info.form.contact {
		margin-bottom: 40px;
	}

	.row_bs4 .col-sm-6{
		width:100%;
	}

	.page_heading_bloc.supprt {
		min-height: 150px;
	}

	.suport_pg [class*=col-]{
		margin-top: 14px;
		margin-bottom: 14px;
	}

}


.content-box .gethelp_pan ul{
	list-style:disc;
	margin:15px 0 15px 15px;
}

.content-box .gethelp_pan p{
	margin:15px 0;
}

.content-box .gethelp_pan h2{
	font-size: 22px;
	font-weight: 600;
	margin:15px 0;
}

.content-box .gethelp_pan h3{
	font-size: 18px;
	font-weight: 600;
	margin:15px 0;
}

.content-box .gethelp_pan strong,
.content-box .gethelp_pan b{
	font-weight: 700;;
}


/* flag and phone prefix */

.iti.iti--allow-dropdown{
	margin-bottom: 12px;
	width: 100%;
}

.intl-tel-input.allow-dropdown{
	margin-bottom: 17px;
}

.wpcf7-form-control-wrap[class*=intl_tel],
.intl-tel-input.allow-dropdown,
.contact_us_form .wpcf7-form-control-wrap,
.contact_us_form .intl-tel-input.allow-dropdown{
	display: block;
	width: 100%;
}

.contact_pg .contact_us_form .intl-tel-input input[type="tel"]{
	padding-left:60px !important;
}

.selected-flag,
.contact_pg .selected-flag{
	background-color: #f1f1f1;
}

.custom-contact-input .country-list li{
	width: 100%;
	margin: auto;
}

.contact_us_form .intl-tel-input .country-list .divider {
    padding-bottom:0;
    margin:0;
	padding: 0;
	background: transparent;
	height: 0;
    border-bottom:0;
}

.contact_us_form .intl-tel-input .country-list{
	min-width: 289px;
}

#ewaycustomForm .iti.iti--allow-dropdown.iti--separate-dial-code{
	display:none;
}

select.wpcf7-not-valid{
    border: 1px solid #e77776;
    background: #fbe5e5;
    color: #000;
}
.iti__country-container .iti__country-list > li.iti__country,
.iti__flag-container .iti__country-list > li.iti__country{
    float: none;
	width: 100%;
	margin-bottom: 5px;
}

.iti__country-container .iti__divider,
.iti__flag-container .iti__divider{
    display: none;
}

@media (max-width:767px){
		
	/* country popup close icon */

	body .iti--fullscreen-popup.iti--container{
		padding: 0;
	}

	body .iti--fullscreen-popup.iti--container:before{
		content: '';
		position: absolute;
		z-index: 12;
		top:5px;
		right:5px;
		display: block;
		width: 24px;
		height: 24px;
		background-image: url(assets/images/xmark-regular.svg);
		background-repeat: no-repeat;
	}

	.iti--fullscreen-popup.iti--container:before .iti__dropdown-content:after{
		content: '';
		position: absolute;
		z-index: 13;
		top:0px;
		height: 30px;
		right:30px;
		left: 0;
		display: block;
		/*background-color: red-;*/
	}

	body .iti--fullscreen-popup.iti--container .iti__dropdown-content{
		border-radius: 0;
	}

	body .iti--fullscreen-popup.iti--container .iti__search-input{
		margin: 10px;
		margin-top: 40px;
		width: calc(100% - 20px);
	}

	
	body .iti--fullscreen-popup.iti--container {
		z-index: 9999;
	}
	
	.iti__search-input{
		padding: 10px;
	}
	body .intl-tel-input.iti-container{
		top: 0 !important;
		bottom:0 !important;
		left:0 !important;
		right:0 !important;
		z-index: 9999;
		background-color:rgba(0,0,0,0.7);
	}

	body.iti-mobile .iti--container {
		top: 0;
		bottom:0;
		left:0;
		right:0;
		z-index: 9999;
		background-color:rgba(0,0,0,0.7);
	}

	body .intl-tel-input.iti-container .country-list,
	body.iti-mobile .iti__country-list{
		margin: 30px;
		width: auto !important;
		max-height: calc(100% - 60px);
	}

	body .intl-tel-input .country-list .divider,
	.iti-mobile .iti__divider{
		display: none;
	}

	body .intl-tel-input .country-list .divider {
		padding-bottom:0;
		margin-bottom:0;
		border-bottom:0;
	}
}


/* new header on event detail & checkout */

.customer_detail_tab .sec_inblk .custmer_radio{
	width: 17px;
	height: 17px;
}

.sec_inblk label{
	font-weight: 400;
	font-size: 14px;
}



@media (min-width:768px){

	.event-detail-page.hederv2 .logo {
        flex: 0 0 169px;
    }

	.site_search .srch_frm{
		width: 100%;
		margin-bottom: 0;
	}

	.event-detail-page .site_search .serch_evnt {
		top: 46px;
	}

	.event-detail-page .site_search{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}


}



@media (max-width:767px) {
	
	.registerncheckout .modal_pmt.seatsummary .offset{
		padding: 0;
	}

	.registerncheckout .modal_pmt.seatsummary .offset .offset{
		padding: 12px;
		padding-top: 70px;
	}

	.registerncheckout .modal_pmt.in.seatsummary{
		display: flex !important;
		flex-direction: column;
		justify-content: flex-end;
	}

	.registerncheckout .modal_pmt.in.seatsummary .modal-content{
		height: auto;
	}

	.registerncheckout .modal_pmt.seatsummary .seat_selector_page{
		display: none;
	}

	.registerncheckout .modal_pmt.seatsummary .modal_pmt_header{
		display: none;
	}

	.registerncheckout .modal_pmt.seatsummary .hd22 {
		font-size:17px;
		font-weight: 700;
		color: #000;
		margin: 1px 0 15px;
	}

	.registerncheckout .modal_pmt.seatsummary .pop_hed3 {
        font-size: 18px;
        font-weight: 700;
    }

	.registerncheckout .modal_pmt.seatsummary .priceinta{
		font-size: 17px;
		padding-bottom: 20px;
	}

	.registerncheckout .modal_pmt.seatsummary .body2{
		min-height: 330px;
	}

}
											

/* new customer existing customer */

@media (max-width:767px) {

	.customer_detail_tab .sec_inblk {
		padding-right: 18px;
	}

	.customertype input[type=radio]{
		display: none;
	}
	
	.customertype label{
		padding: 4px 6px 4px 20px;
		border:1px solid transparent;
	}

	.customertype input:checked + label{
		border:1px solid #cccccc;
		border-radius: 3px;
	}

	.customertype .customradio{
		position: relative;
		padding-left:20px;
	}
	
	.customradio:before{
		content: '';
		position:absolute;
		left:4px;
		top: 7px;
		width:12px;
		height: 12px;
		border-radius: 50%;
		border: 1px solid #767676;
	}

	.customradio:after{
		content: '';
		position:absolute;
		left:7px;
		top: 10px;
		width:6px;
		height: 6px;
		border-radius: 50%;
	}
	
	.customertype input:checked + .customradio:before{
		border: 1px solid #0075ff;
	}

	.customertype input:checked + .customradio:after{
		background-color:#0075ff ;
	}
	
	.single_pg_checkout .box_split_section .headingloginemail .st01 {
		display: block;
		width: auto;
        float: none;
        text-align: left;
	}
	
	.timeout.pay_page .box_content {
		background: #f5f5f5;
		/*padding:6x 5px;*/
		border: 0;
	}

	.timeout .time_now {
		font-size: 15px;
		width: 42px;
	}

	.timeout .child .tx_01 {
		font-size: 14px;
		color: #000;
        padding-left: 4px;
        font-weight: 500;
	}

	.element_group.customer_detail_tab .elem{
		margin-top:8px;
	}

}
/* Recommit */

.clock2 {
	width:22px;
	height:22px;
	border:2px solid #da2727;
	border-radius: 50%;
	display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
  }

.c_wrapper {
	width:18px;
	height:18px;
	position: absolute;
}

.inner-1, .inner-2 {
	border-radius: 3px;
	background-color: #da2727;
	position: absolute;
	top: calc(51% - (2px /2));
	left: calc(51% - (2px /2));
}

.inner-1 {
	width:9px;
	height:2px;
}
.inner-2 {
	width:8px;
	height:2px;
}

.rotate-1 { 
	animation: rotate 6s linear infinite; 
}
.rotate-2 { 
	animation: rotate 60s linear infinite; 
}

@keyframes rotate {
	to { transform: rotate(360deg) }
}


.prmomotion_pan .box_prom .remove_p {
    z-index: 100;
}

.prmomotion_pan .box_prom .bordrbx {
	position: relative;
	border:2px dashed #c6c6c6;
	padding:10px;
	border-radius: 4px;
}

.single_pg_checkout .promo_panel{
	float: none;
}

.recalculate_pan .ot_button_group {
    margin-top: 15px;
}

@media (min-width:768px) {
	
	.prmomotion_pan .order_sum{
		flex: 0 0 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.prmomotion_pan .box_prom .bordrbx{
		height: 100%;;
	}

	.prmomotion_pan .tr_01{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
	}

	.prmomotion_pan .tr_01 .box_prom {
		width:50%;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 15px;
	}

}

@media (min-width:1200px) {

	.prmomotion_pan .tr_01 .box_prom {
		width:33.3333%;
		margin-left: 0;
		margin-right: 0;
	}

}

@media (max-width:767px) {

	.order_sum .d_pan > .flex_b{
		width: 100%;
	}

	#order_sum .order_sum .sub_pan {
		display: flex;
	}

	#order_sum .order_sum .sub_pan .price{
		flex:1;
	}

	#order_sum .order_sum .sub_pan .total{
		width:auto;
	}

}

/* new login popup */

.loginpopupv.modal_pmt .modal-content{
	min-height:0;
}

.loginpopupv.modal_pmt .hed_tx{
	text-align: left;
}

.loginpopupv .hed_tx_sub2{
	font-size: 16px;
	font-weight: 600;
	color: #111;
}

.loginpopupv .element_group input{
	max-width: none;
}

.loginpopupv .link_button09 {
	padding: 10px 22px;
}

.order_sum .tktpriinf .total{
	padding-right: 0;
}

.user_dashboard #msgshow{
	margin-top: 10px;
	margin-bottom: 10px;
}

.loginpopupv .iti--allow-dropdown ~ .error_msg:not(:empty){
	margin-top: -10px;
	margin-bottom: 15px;
	display: block;
}

.logoutmsg{
	font-size: 16px;
	position: fixed;
    right: 10px;
    top: 10px;
    z-index: 10000;
    padding:12px 40px;
	min-width: 200px;
	text-align: center;
}

@media (min-width:768px) {

	.loginpopupv .iti.iti--allow-dropdown{
		margin-bottom: 17px;
	}	

	.loginpopupv.modal_pmt.modal_l3 .modal-body {
        padding: 60px 45px 40px;
    }

	.loginpopupv.modal_pmt.modal_l3 .modal-dialog {
        max-width: 825px;
    }

	.loginpopupv .user_reg_pass_ot.sign_btn{
		min-height: 333px;
	}

	.single_pg_checkout .login_link{
		order:2
	}

	
	.modal_pmt_header.login_popup{
		display: none;
	}
	
}

@media (max-width:767px) {

	.loginpopupv .modal-dialog{
		margin:0;
	}

	.checkout_singlepg .order_sum .total{
		padding-right: 0;
	}

	.loginpopupv .registrform_dtmobcommon .btn_pan,
	.loginpopupv .logindiv .btn_pan{
		position: fixed;
		z-index: 1;
		bottom: 0;
		right:0;
		left:0;
		box-shadow: -10px 18px 9px 18px rgba(0,0,0,0.15);
	}

	.loginpopupv .registrform_dtmobcommon .btn_pan .offset,
	.loginpopupv .logindiv .btn_pan .offset{
		display: block;
		background-color: #fff;
		padding: 10px 15px;
	}

	.loginpopupv .logindiv{
		max-height: calc(100% - 45px);
		overflow: hidden;
	}

	.loginpopupv .logindiv img{
		max-height: calc(100% - 50px);
	}

	.logindiv .regpan{
		/*justify-content:center;*/
		min-height:40px
	}

	.loginpopupv.modal_pmt .hed_tx {
		/* padding-top: 30px; on 21-1-25 */
	}

	.loginpopupv .can-btn{
		display: none;
	}

	.single_pg_checkout .login_link{
		text-align: center;
		margin-bottom: 20px;
	}

	.single_pg_checkout .login_link a{
		border: 1px solid #cccccc;
        border-radius: 3px;
		padding: 4px 20px;
		margin-left: 4px;
	}

	.loginpopupv .user_reg_pass_ot .btn_pan {
		/*  margin-bottom: 25px;
		margin-top: 24px; 21-1-25 */
		margin-bottom: 0px; 
	}

	.atndeform .row_bs4 [class*=col-]{
		width: 100%;
	}

	.footerCntr.fotercheckout{
		padding: 0;
	}

	.registrform_dtmobcommon .contact_d {
		padding-bottom: 15px;
	}

}

#newcustomerpanel .btn_panel.align-end.flex_width{ /* registration > existing customer tab 30-10-24 */
	text-align: right;
}
#newcustomerpanel .btn_panel.align-end.flex_width #loginbtn{ /* registration > existing customer tab 30-10-24 */
	max-width: 150px;
}


/* modal popup vertical center */

.modalpop.vrtcen { 
	text-align: center;
	padding: 0 !important;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.modalpop.vrtcen:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px; /* Adjusts for spacing */
}
.modalpop.vrtcen .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}


/* New checkout design */

.chekapp_heder .btn_chekutheder{
	display: block;
	width:16px;
}

.chekapp_heder .btn_chekutheder.crss{
	width:18px;
}

.chekapp_heder .logo_app{
	text-align: center;
}

.chekapp_heder .logo_app img{
	max-width: 165px;
}

.box_split_section2{
	position: relative;
	border:1px solid #cfcfcf;
	border-radius: 6px;
    padding: 15px 15px;
}

.contact_detailsshow .isupdateprofile{
	width:16px;
	height: 16px;
}

.link_button09.w-100 {
	padding: 11px 0;
}

.atndeform .row_bs4 [class*=col-]{
	margin-top: 10px;
	margin-bottom: 10px;
}

.checkout_singlepg .ordersumry .st01 {
	font-size: 18px;
	padding-block:10px ;
}

.checkout_singlepg .ordersumry .details_tx{
	font-size: 15px;
	color:#666;
	margin-block:6px;
}

.promoexpiry {
    color: #041a9a;
    font-size: 12px;
	margin-top: 6px;
}

.box_prom h6 {
    font-size: 14px;
    color: #919191;
    font-weight: 400;
}

.single_pg_checkout .promo_panel .promocde{
	width: calc(100% - 100px);
}

.footerCntr.fotercheckout{
	padding-block: 25px;
	font-size: 15px;
	color:#fff;
}

.footerCntr.fotercheckout a{
	color:#fff;
}

.logo_footer2 img{
	max-width: 135px;
}

.checkout_singlepg .hd_sblk span{
	color:#111;
}

.checkout_singlepg .hd_sblk .hdb{
	font-size: 19px;
}

.checkout_singlepg .hd_sblk .hdbsub{
	font-size: 15px;
	font-weight: 400;
}

.checkout_singlepg .ev_dt_plc{
	border-bottom: 1px solid #cfcfcf;
	padding-bottom:10px;
}

.checkout_singlepg .order_sum{
	padding-top:15px;
}

.checkout_singlepg .ordersumry_details {
	margin-top: 15px;
}

.checkout_singlepg .ordersumry_details > div{
	margin-top: 5px;
	margin-bottom:5px;
}

.checkout_singlepg .totlamnt{
	border-top:1px dashed #cfcfcf;
	padding-top: 15px;
}

.checkout_singlepg .totlamnt strong{
	font-weight: 700;
}

.custmerinfo .cnam{
	font-size: 17px;
	font-weight: 700;
}

.custmerinfo .tx15{
	font-size: 15px;
	color:#666
}


#attendee_heading .contact_d  h4{
	margin-bottom: 10px;
	margin-top: 5px;
}

.customer_detail_page .timeout.pay_page {
	margin-bottom:24px;
}

.checkout_singlepg .timeout.pay_page {
	margin-bottom:12px;
}

.checkout_singlepg .ordersumry_details .totlamnt{
	margin-bottom: 0;
}

.atndebx .hdd11{
	font-weight: 600;
	margin-bottom:10px;
}

.checkout_singlepg .hedd{
	font-size: 17px;
	font-weight: 700;
}

.checkout_singlepg .element_group input {
    height: 40px;
}

.checkout_singlepg .iti.iti--allow-dropdown {
    margin-bottom: 0;
}

.checkout_singlepg .prmomotion_pan .box_prom .selectedPromo,
.checkout_singlepg .prmomotion_pan .box_prom .brdrbox {
    position: relative;
    border: 2px dashed #c6c6c6;
    padding: 10px;
    border-radius: 4px;
}

.checkout_singlepg .prmomotion_pan .box_prom .selectedPromo {
    border: 2px dashed #fd7790;
}

.crossbtn{
	width:18px;
}

.payment_canceling .modal-header{
	border:0
}

.payment_canceling .tex11{
	font-size:20px;
}

.payment_canceling .modal-footer button{
	min-width: 90px;
}

.send_ticket .chgrp{
	padding-left: 15px;
	width:auto
}

.send_ticket .chgrp input[type="checkbox"]{
	width: auto;
	height: auto;
}

.send_ticket .chgrp label{
	font-weight: 600;
	margin: 0;
	padding-left: 3px;
}

.paymenttermscondition .modal-dialog{
	margin: 0;
}

.paymenttermscondition .modal-body .container_nd,
.paymenttermscondition .modal-body{
	padding: 0;
}

.paymenttermscondition .modal-body .tcpage ol{
	padding-left: 20px;
}

@media (min-width: 768px) {

	.checkout_singlepg .timeout.pay_page {
		margin-bottom:24px;
	}
	
	.modal-body .iti--inline-dropdown .iti__country-list {
		max-height: 160px;
	}

	.paymenttermscondition .modal-dialog{
		margin-left:auto;
		margin-right: auto;
	}

	.payment_canceling .tex11 {
		font-size: 19px;
		padding-left:25px;
		padding-right: 25px;
		padding-bottom: 20px;
	}

    .prmomotion_pan .box_prom {
        margin-left: 0;
    }
	
	.footerCntr.fotercheckout{
		padding-block:35px;
	}

	.footerCntr.fotercheckout .copyrght{
		text-align: center;
	}

	.footerCntr.fotercheckout .bwitlink{
		text-align: center;
	}

	.prmomotion_pan .flex_b_sm{
		flex-wrap: wrap;
	}

	.checkout_singlepg .prmomotion_pan .box_prom .brdrbox,
	.checkout_singlepg .prmomotion_pan .box_prom .selectedPromo{
		height: 100%;
	}

}

@media (min-width: 768px) and (orientation: portrait) {

	body.page-template-register_checkout{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
	}

	body.page-template-register_checkout > [ng-app="module_registration"]{
		flex:1;
	}

}

@media (min-width: 1200px) {

	.footerCntr.fotercheckout .copyrght{
		text-align: right;
	}

	.footerCntr.fotercheckout .bwitlink{
		text-align: right;
	}

	.ordersumry_details .totlamnt{
		font-size: 17px;
	}

	.logo_footer2 img{
		max-width: 150px;
	}

	.row_bs4.g7{
		margin-left: -30px;
		margin-right: -30px;;
	}

	.row_bs4.g7 > [class*=col-]{
		padding-left: 30px;
		padding-right: 30px;;
	}

	.box_split_section2 {
		padding: 22px 22px;
	}

	.checkout_singlepg .order_sum .btn_panel.mt-6{
		margin-top:50px;
	}


}

@media (max-width:767px) {

	.eventticketbox .wpcf7-form .cls_btn,
	.organiserbox .wpcf7-form .cls_btn,
	.organiserbox .wpcf7-form .closepop,
	.exprssIntrstbox .wpcf7-form .cls_btn,
	.contactusbox .wpcf7-form .closepop {
		display:none;
	}

	.checkout_singlepg .order_sum .qty {
        width:auto;
    }

	.checkout_singlepg .order_sum .d_pan {
        padding-top: 9px;
		padding-bottom: 6px;
    }

	.checkout_singlepg .order_sum {
		padding-top: 5px;
	}

	.footerCntr.fotercheckout {
		padding-block: 10px;
	}

	.checkout_singlepg .prmomotion_pan .box_prom {
        margin: 15px 0;
    }

	.checkout_singlepg .btn_panel{
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index:1050;
		left: 0;
		right: 0;
		padding: 10px 15px;
        background: #fff;
	}

	.checkout_singlepg .totlamnt{
		padding-bottom: 12px;
	}

	.ordrsummry_mob{
		position: fixed;
		z-index:1050;
		bottom:60px;
		width: 100%;
		background-color: #fff;
	}

	#ordersumry_panel{
		height:calc(100dvh - 62px);
		overflow: scroll;
	}

	.ordrsummry_mob .box_split_section2 {
		border: 0;
		border-radius: 0;
	}

	.checkout_singlepg .totlamnt{
		/* border:0; */
	}

	.checkout_singlepg .ordersumry_details {
		margin-top: 10px;
	}

	.ordrsummry_mob .blck_bt{
		background: #fff;
		border-top: 1px solid #e5e5e5;
		box-shadow:0px -6px 10px 0px rgba(0,0,0,0.04);
		width: 100%;
		display: block;
		padding-left: 15px;
		padding-right: 15px;
	}

	.ordrsummry_mob .totlamnt .amnt{
		flex: 1;
		display: flex;
	}

	.ordrsummry_mob .panel {
		margin: 0;
	}

	.ordrsummry_mob .svgg{
		width:18px;
		transform: rotate(90deg);
	}

	.checkout_singlepg .hd_sblk .hdb{
		font-size: 0;
	}

	.checkout_singlepg .ordersumry .hd_sblk .hdb{
		font-size:16px;
	}

	.single_pg_checkout .ordersumry .order_sum {
		margin-top: 0px;
	}

	.custmerinfo .hd_sblk{
		border-top:1px solid #cfcfcf;
		padding-top: 10px;
	}

	.ordrsummry_mob .blck_bt[aria-expanded="true"] .totlamnt {
		display: none;
	}

	[aria-expanded="true"] .false_tog{
		display: block;
		position: absolute;
		top:2px;
		padding: 6px;
		right:10px;
		width: 100%;
        text-align: right;
        background: #fff;
	}

	.false_tog{
		display: none;
	}

	.ordrsummry_mob .ordersumry{
		padding-top: 40px;
		padding-bottom:1px;
	}

	.chekapp_heder .logo_app img {
		max-width: 115px;
	}

	.hederv2.header_menu {
		padding-top: 12px;
		padding-bottom: 15px;
	}

	#payment_pan button.check_out, .customer_detail button.check_out {
		font-size: 17px;
	}

	
}


.wpcf7-form .error_msg,#updateprofilefrm .error_msg /*,#registrationFrm .error_msg*/{
		display: none;
}

/* Register success @popup */

.regisucc *{
	text-align: center !important;
}

.regisucc .tick .svgg{
	max-width: 96px;
}
.regisucc .tx333 {
	color: #111;

}

@media (min-width:768px){

	#ticket_buy_pop .pop_hed2 {
		margin-top: -10px;
		padding-right: 20px;
	}

	#ticket_buy_pop .flex_b_sm.adrstime{
		flex-wrap: wrap;
	}

	#ticket_buy_pop .adrstime .short_address{
		width: 100%;
		margin-top: 10px;
	}

}



/* multi item main banner */
	
.multi-item-carousel {
	overflow: hidden;
}
.multi-item-carousel img {
	height: auto;
	width: 100%;
}

.multi-item-carousel:not(.item-1) .item__third:first-child, 
.multi-item-carousel:not(.item-1) .item__third:last-child {
	display: none;
}

.multi-item-carousel .carousel-inner{
	min-height:unset;
}

.ptk_slide .glyphicon-chevron-left:before,
.ptk_slide .glyphicon-chevron-right:before,
.carousel-app-download .glyphicon-chevron-left:before,
.carousel-app-download .glyphicon-chevron-right:before,
.multi-item-carousel .glyphicon-chevron-left:before,
.multi-item-carousel .glyphicon-chevron-right:before {
	content: "";
}

.ptk_slide .glyphicon-chevron-left:before,
.ptk_slide .glyphicon-chevron-right:before,
.carousel-app-download .glyphicon-chevron-left:before,
.carousel-app-download .glyphicon-chevron-right:before,
.multi-item-carousel .glyphicon-chevron-left:before,
.multi-item-carousel .glyphicon-chevron-right:before{
	display: inline-block;
	vertical-align: middle;
	background: url(assets/images/sprite_premier_ticket_n24.png);
}

.ptk_slide .glyphicon-chevron-left:before,
.carousel-app-download .glyphicon-chevron-left:before,
.multi-item-carousel .glyphicon-chevron-left:before{
	height: 27px;
	width: 27px;
	background-position: -118px -202px
}

.ptk_slide .glyphicon-chevron-right:before,
.carousel-app-download .glyphicon-chevron-right:before,
.multi-item-carousel .glyphicon-chevron-right:before{
	height: 27px;
	width: 27px;
	background-position: -157px -202px
}


@media (min-width: 1200px) {
	
	.multi-item-carousel.item-1 .carousel-inner{
		max-width:1300px;
		margin:auto;
		left:auto;
	}
	
	.carousel-app-download .glyphicon-chevron-left,
	.carousel-app-download .glyphicon-chevron-right{
		margin-top:-42px;
	}
	
	.carousel-app-download .glyphicon-chevron-right{
		right:24%;
	}
	
	.carousel-app-download .glyphicon-chevron-left{
		left:24%;
	}
	
	.multi-item-carousel .carousel-control.left, 
	.multi-item-carousel .carousel-control.right {
		background-image: none;
		width: 25%;
	}

	.multi-item-carousel .carousel-inner {
		width: 150%;
		left: -25%;
	}
	
	.item__third {
		display: block !important;
		float: left;
		position: relative; 
		width: 33.3333%;
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.item__third img{
		border-radius:3px;
	}

	.multi-item-carousel .carousel-inner {
		width:3000px;
		left:calc((100vw - 1000px)/2 - 1000px);
	}
	
	.item__third {
		width:1000px;
	}

	.item-1 .item__third {
		width:100%;
	}

	.carousel-inner > .item.next, 
	.carousel-inner > .item.active.right {
		-webkit-transform: translate3d(1000px, 0, 0);
		transform: translate3d(1000px, 0, 0);
	}

	.carousel-inner > .item.prev, 
	.carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-1000px, 0, 0);
		transform: translate3d(-1000px, 0, 0);
	}
	
}
	  
	  
@media (min-width: 1500px) {
	
	.multi-item-carousel .carousel-inner {
		width:calc(1301px * 3);
		left:calc((100vw - 1305px)/2 - 1305px);
	}
	
	.item__third {
		width:1300px;
	}
	
	.carousel-inner > .item.next, 
	.carousel-inner > .item.active.right {
		-webkit-transform: translate3d(1300px, 0, 0);
		transform: translate3d(1300px, 0, 0);
	}
	.carousel-inner > .item.prev, 
	.carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-1300px, 0, 0);
		transform: translate3d(-1300px, 0, 0);
	}
	
}
	  
@media (max-width:767px){

	.multi-item-carousel .item a{
		display:block;
		max-height:96px;
		overflow: hidden;
	}

}

/* multi item main banner */

@media (min-width:1360px) {

	.container_nd{ 
		max-width:1320px;
	}

	body.single-event .container_nd{ 
		max-width:1320px;
	}

	.ev_list_nd .rx_2{ 
		margin-left:-15px;
		margin-right:-15px;
	}
	
	.ev_list_nd .rx_2 > [class*=col-]{ 
		padding-left:15px;
		padding-right:15px;
	}

	.event_nd_2 .poster_nd{
		max-height:450px;
		min-height:450px;
		overflow:hidden;
	}
	
}

/*
@media (min-width:1800px) {

	.ev_list_nd .rx_2{ 
		margin-left:-15px;
		margin-right:-15px;
	}
	
	.ev_list_nd .rx_2 > [class*=col-]{ 
		width:20%;
		padding-left:15px;
		padding-right:15px;
	}

	.event_nd_2 .poster_nd{
		max-height:none;
		min-height: 0;
	}

}
*/

/* nd2 dec 24 

@media (min-width:2400px) {

	.page-template-front-page .container_nd{ 
		max-width:2200px;
	}

	.ev_list_nd .rx_2{ 
		margin-left:-25px;
		margin-right:-25px;
	}
	
	.ev_list_nd .rx_2 > [class*=col-]{ 
		width:16.6666%;
		padding-left:25px;
		padding-right:25px;
	}
	
}*/

@media (min-width:768px){

	.evntyp{
		background-color: #fff;
		padding-top:12px;
		padding-bottom:12px;
	}

	body:not(.home) .evntyp{
		border-bottom: 1px solid #cecece;
	}

	.evntyp .icnw{
		display: none;
	}
	
	.evntyp a{
		font-size:1.7rem ;
		font-weight: 500;
		color:#111;
		padding-right:20px;
	}

	.evntyp .active a{
		color:#ff002a;
	}
	
	.gotowebsite a,
	.hederv2 .selltickets a{
		border:1px solid #fff;
	}

	.hederv2 .selltickets a:hover{
		background-color: rgba(255,255,255,0.15);
	}

}

@media (min-width:1200px) {
	
	.evntyp a{
		padding-right:30px;
	}

}

@media (max-width:767px) {

	/*
	 html body {
			font-family: "Figtree", sans-serif;
			font-size:15px;
		}
		.hp_hed {
			font-weight: 700;;
		}
		.evcon_nd .dete, .event_nd_2 .dete, .event_nd .dete{
			font-size:12px;
			font-weight:400;
		}
		.event_nd_2 h2,
		.event_nd h2{
			font-size: 14px !important;
			font-weight:600 !important;
		}
		.ev_all_info_nd h1, .ev_all_info_nd h2{
			font-weight:700;
		}
		.hp_hed {
			font-size: 18px;
		}
	*/

	.header_menu_mob2 .menu_m .bx .mhed{
		font-weight: 600;
		text-transform: uppercase;
		text-indent: -8px;
	}

	.header_menu_mob2 .appstr a {
		border: 1px solid #e1e1e1;
		padding: 9px 15px;
	}

	.sep_blk_t.hmpg{
		padding-top:15px;
	}

}

/* Single Event Checkout dec24 */

.content_main.ev_container.nd2{
	margin-top: 5px;
}

.whbx{
	background-color: #fff;
}

.nd2 .whbx{
	padding: 20px;
}

.whbx + .whbx{
	margin-top: 20px;
}

.titlenbook .event-title{
	font-size:1.75rem;
	font-weight: 600;
}

.svg01 path{
	fill:red !important;
}

.price_bok .link_button09{
	font-weight: 600;
	text-align: center;
}

.price_bok .lowestprice{
	font-size:2.3rem;
	font-weight: 600;
}

.langngenr .ic_tx span{
	font-size: 80%;
	display: block;
	color:#868686;
	font-weight: 300;
}

.langngenr .ic_tx + .ic_tx{
	margin-top: 20px;
}

.icb img{
	filter: invert(.4);
	max-height: 20px;
}

.svgic.upthum{
	width:20px
}

.lik strong{
	font-size: 1.8rem;
	font-weight: 600;
}

.lik span{
	font-size: 85%;
	color:#69695f;
	display: block;
}

.nd2 .short_address.details_tx{
	position: relative;
	padding-right: 40px;
}

.nd2 .short_address.details_tx .viewmap_2{
	position: absolute;
	top:10px;
	right:0;
}

.rgtbaner .nd2 .short_address.details_tx .viewmap_2{
	top:0px;
}


.evinfo_ordrchnge .mob h1{
	order:1
}
.evinfo_ordrchnge .mob .langngenr{
	order:2;
	display: flex;
	color:#4c4c4c;
	margin-top: 10px;
	flex-wrap: wrap;
}
.evinfo_ordrchnge .mob .short_time {
	order:3
}
.evinfo_ordrchnge .mob .short_address  {
	order:4
}

.evinfo_ordrchnge .mob .langngenr .ic_tx span{
	display: none;
}

.evinfo_ordrchnge .mob .langngenr .ic_tx{
	white-space: nowrap;
}

.evinfo_ordrchnge .mob .langngenr .ic_tx + .ic_tx {
    margin-top: 0;
	padding-left: 10px;
}

.evinfo_ordrchnge .mob .langngenr .ic_tx:after{
	content:'|';
	padding-left: 5px;
}

.evinfo_ordrchnge .mob .langngenr .ic_tx:last-child:after{
	content:'';
}

.nd2 .ev_tickt_popup .price {
	flex:1;
	margin-right: 3px;
}

.header_menu_mob2 .angle_lft{
    height:24px;
    width:24px;
}

.check_head .terms{
	padding-left: 0;
}

.check_head .terms input{
	position: relative;
	margin-right: 7px;
	margin-top: 4px;
}

.rgtbaner .price_bok { 
	/*  display: none; hide if book ticket without popup */
}

.booktkt_nopopup .modal_hidden, .booktkt_nopopup .modal_scrollable{ /* if book ticket not in popup */
	overflow: visible;
}

.tkt_book .booktkt_nopopup .ticketpanel{
	border: 0;
}

.ptk_popup .hed_tx {
	font-weight: 700;
}

.ptk_popup .hed_tx_sub{
	font-size: 18px;
    color: #666;
    text-align: center;
    margin: 15px 0px 15px;
}

.stripeconnect.modal .hed_tx_sub{
	margin-top: 0;
}

.stripeconnect.modal .terms {
	margin-bottom: 0;
}

@media (min-width:768px) {

	.booktkt_nopopup .fix_botom_pan.text-center{
		text-align: right;
		padding: 15px 0 0;
	}

	.booktkt_nopopup .btn_panel_xprss .w-100, 
	.single_ev_chkout .booktkt_nopopup .fix_botom_pan .w-100, 
	.booktkt_nopopup .seat_selector_page_xpress .w-100 {
        max-width: 160px;
    }

	.content_main.ev_container.nd2{
		margin-top: 25px;
		margin-bottom:25px;
	}

	.rgtbannr .contct_orgnisr,
	.leftbaner .contct_orgnisr,
	.fulwidbaner .contct_orgnisr,
	.rgtbannr .langngenr,
	.leftbaner .langngenr,
	.fulwidbaner .langngenr {
		padding-top: 20px;
		margin-top:20px;
		border-top:1px solid #e6e6e6;
	}

	.rgtbannr .langngenr{
		border: 0;
	}

	.titlenbook .event-title{
		font-size:1.9rem;
	}	

	.langngenr .ic_tx {
		position: relative;
		padding-left: 55px;
		min-height: 42px;
	}

	.langngenr .ic_tx .icb{
		position: absolute;
		width: 40px;
		height:40px;
		border-radius: 5px;
		padding: 8px;
		left: 0;
		text-align: center;
		background-color: #f3f3f5;
	}
}

@media (min-width:1300px) {

	.rgtbaner .col-sm-7.c2{
		width: 817px;
	}
	.rgtbaner .col-sm-5.c2{
		width: 500px;
	}

}


@media (min-width:768px) and (max-width:1199px) {

	.mt-sm-0{
		margin-top: 0 !important;
	}

	.lftbaner .intersted .lik_p{
		flex-wrap: wrap;
	}

	.lftbaner .intersted .lik_p .interestedlogin{
		flex: 0 0 100%;
		margin-top: 10px;
		max-width: 140px;
        text-align: center;
	}

	.interestedlogin{
		white-space: nowrap;
	}

	.lftbaner .ticket_buy_popup.link_button09 {
        padding: 12px 20px;
    }

	.lftbaner .content_main.ev_container .order_xs_2 {
        margin-top: 0;
    }

}

@media (min-width:1200px) {
	
	.content_main.ev_container.nd2 .col-md-7{
		padding-right: 20px;
	}
	
	.content_main.ev_container.nd2 .col-md-5{
		padding-left: 20px;
	}
	
	.titlenbook .event-title{
		font-size:2.2rem;
	}	

}


@media (max-width:767px){

	.single_ev_chkout .link_button09.ticket_buy_popup {
		padding: 11px 30px;
	}

	.whbx + .whbx {
		margin-top: 15px;
	}

	.rgtbaner .poitrbaner{
		width:45%;
		max-width:201px ;
	}

	.rgtbaner .evinfo{
		padding-left: 15px;;
	}

	.lik span{
		max-width:200px ;
	}
}

/* Book now Popup */

.ptk_popup .logo_sec img,
.express_checkout .logo_sec img,
.modal_pmt .logo_sec img{
	width:135px;
	max-width: 135px;
}

.modal_pmt_header {
	left: 0;
	right: 0;
	padding: 15px;
	-moz-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.15);
}

.single_ev_chkout:not(.modal-default) ~ .modal-backdrop{
	background-color: #eee;
	opacity: 1;
}

.single_ev_chkout .modal-content{
	box-shadow:0 -2px 3px rgba(0,0,0,.15);
	border-radius:0;
	border:0;
	max-height: none;
}

.exprsscheckot .divider,
.single_ev_chkout .ticket_buy_pop .divider {
    margin:0;
}

.single_ev_chkout .tkt_book .head_tx, 
.single_ev_chkout .event_ticket_info .head_tx {
    background:transparent;
	padding-left: 0;
}

.single_ev_chkout .modal_pmt.modal_l3 .modal-body {
	padding: 0;
}

#ticket_buy_pop .flex_b_sm.adrstime{
	justify-content: center;
}

.promoffer .bx01{
	border: 1px solid #e6e6e6;
	padding: 10px;
	border-radius: 4px;
}

.promoffer h5{
	font-size:1.5rem;
	font-weight: 600;
}

.promoffer p{
	font-size:85%;
	color:#868686 ;
}

.single_ev_chkout .modal_pmt.modal_l3 .modal-dialog {
	max-width: 630px;
}

.single_ev_chkout .qty_pan_plus_minus{ /* ticket qty plus minus on book now popup */
	border: 1px solid #d92622;
	padding:3px 4px;
	border-radius: 4px;
	flex:0 0 110px;
	justify-content:center;
}

.single_ev_chkout .qty_pan_plus_minus input[type=text]{
	border: 0;
	width:calc(100% - 51px);
	text-align: center;
	padding:5px 6px;
	margin: 0;
    height: auto;
}

.qty_pan_plus_minus .plus,
.qty_pan_plus_minus .minus{
	font-size: 22px;
	line-height: 0.9;
	font-weight: 600;
	color: #d92622;
	padding: 4px 6px;
	cursor: pointer;
}

.single_ev_chkout .ticket_buy_pop .tkt_book .ticketpanel {
	margin-block: 10px;
	border: 0;
}

.single_ev_chkout .evdetailpage .ticketpanel .bx,
.single_ev_chkout .ticket_buy_pop .tkt_book .ticketpanel .bx{
	box-shadow: 0 0 6px #ddd;
	border-radius: 3px;
	padding: 10px 10px;
	/*margin-inline: 3px;*/
}

.single_ev_chkout .ticket_buy_pop.exprss_tktbuy.nopopup  .tkt_book .ticketpanel .bx{
	margin-inline:0;
}

.single_ev_chkout .modal_pmt .modal-body .offset{
	padding:15px;
}

.single_ev_chkout .modal_pmt .modal-body .seat_selector_page_xpress .seat_booking .offset{
	padding-top:0px;
}

.seatselector_xpress .offset.evinfo .pop_hed2,
.exprsscheckot .offset.evinfo .pop_hed2,
.group_option .pop_hed2,
.single_ev_chkout #ticket_buy_pop .pop_hed2,
.single_ev_chkout .ticket_buy_pop .pop_hed2 {
	margin-top: 0;
	margin-bottom: 3px;
	padding-right: 0px;
}

.single_ev_chkout .short_address, .short_time {
    font-size: 14px;
}

.fix_botom_pan{
	padding: 15px;
}

.seating.svgg{
	width: 20px;
}

.link_button09.b1{
	padding: 12px 60px;
}

.btn_seat_checkout_xpres  .tx1 {
	font-size: 13px;
	color:#606060;
}

.form_seat_selector.offset{
	padding: 15px;
}

.single_ev_chkout .msg {
	color: #444;
	font-size: 14px;
}

@media (min-width:768px) {
	.single_ev_chkout .evdetailpage .ticketpanel .bx,
	.single_ev_chkout .ticket_buy_pop .tkt_book .ticketpanel .bx{
		padding: 10px 20px;
	}

	.single_ev_chkout .modal-content{ /* book now popup */
		height: 100dvh;
	}

	.rgtbaner .price_bok {
		justify-content:flex-start;
	}

	.rgtbaner .price_bok .price{
		flex: revert;
		order:2;
		padding-left: 30px;
	}

	.seatplan{
		width: 800px;
	}

	.form_seat_selector.offset{
		padding: 30px;
	}

	.exprsscheckot .offset.evinfo,
	.single_ev_chkout .modal_pmt .modal-body .offset{
		padding:12px 30px;
	}	

	.single_ev_chkout .seatpicker .modal-dialog,
	.seatselector_xpress.modal_pmt .modal-dialog{
		width: 95%;
		max-width: 1500px;
	}

	.popupisopen .layoutsvg .ptk-content{
		width: 95%;
		max-width: 1350px;
	}

	.seatselector_xpress.modal_pmt .modal-body{
		padding: 0;
	}

}

/* Affiliate Registration Page */

.container.container_2{
	max-width: 900px !important;
}

.svgbg{
	display: inline-block;
	mask-repeat: no-repeat;
	vertical-align: middle;
}

.logored{
	filter:invert(19%) sepia(92%) saturate(5895%) hue-rotate(344deg) brightness(102%) contrast(101%);
}

.logowhite{
	filter:invert(84%) sepia(99%) saturate(5813%) hue-rotate(174deg) brightness(133%) contrast(109%);
}


.home_all:not(.bx){
	height:40px;
	width:30px !important;
	background-color: #111 !important;
	-webkit-mask-image: url(assets/images/house-light.svg) ;
	mask-image: url(assets/images/house-light.svg) ;
	mask-repeat: no-repeat;
	background-image: none !important;
}

.tickets_light{
	height:32px;
	width:32px;
	background-color: #d82926;
	-webkit-mask-image: url(assets/images/tickets-light.svg);
	mask-image: url(assets/images/tickets-light.svg);
}

.calender_user{
	height:33px;
	width:33px;
	background-color: #d82926;
	-webkit-mask-image: url(assets/images/calendar-users-light.svg);
	mask-image: url(assets/images/calendar-users-light.svg);
}

.microphone_stand{
	height:35px;
	width:28px;
	background-color: #d82926;
	-webkit-mask-image: url(assets/images/microphone-stand-light.svg);
	mask-image: url(assets/images/microphone-stand-light.svg);
}

.free_ev{
	height:35px;
	width:28px;
	background-color: #d82926;
	-webkit-mask-image: url(assets/images/square-0-light.svg);
	mask-image: url(assets/images/square-0-light.svg);
}

.facebook1{
	height:25px;
	width:18px;
	background-color: #d82926;
	-webkit-mask-image: url(assets/images/facebook-f-brands-solid.svg);
	mask-image: url(assets/images/facebook-f-brands-solid.svg);
}

.contact_pg .facebook1{
	height:19px;
	width:12px;
}

.contact_pg .tickets_light {
	height:52px;
	width:63px;
}

.users_group{
	height:25px;
	width:30px;
	background-color: #d82926;
	-webkit-mask-image: url(assets/images/users-regular.svg);
	mask-image: url(assets/images/users-regular.svg);
}

.location_smile{
	height:30px;
	width:25px;
	background-color: #d82926;
	-webkit-mask-image: url(assets/images/location-smile-light.svg);
	mask-image: url(assets/images/location-smile-light.svg);
}

.headset_light{
	height:30px;
	width:25px;
	background-color: #d82926;
	-webkit-mask-image: url(assets/images/headset-light.svg);
	mask-image: url(assets/images/headset-light.svg);
}

.angle_down_2{
	height:25px;
	width:25px;
	background-color: #111;
	-webkit-mask-image: url(assets/images/angle-down-duotone-regular.svg);
	mask-image: url(assets/images/angle-down-duotone-regular.svg);
}

.angle_down_2.i2{
	height:16px;
	width:16px;
	background-color: #fff;
}

.angle_rgt{
	height: 35px;
	width: 25px;
	background-color: #111;
	-webkit-mask-image: url(assets/images/angle-right-regular.svg);
	mask-image: url(assets/images/angle-right-regular.svg);
}

.angle_lft{
	height:35px;
	width:25px;
	background-color: #111;
	-webkit-mask-image: url(assets/images/angle-left-regular.svg);
	mask-image: url(assets/images/angle-left-regular.svg);
}

.angle_lft.size_2{
	height:21px;
	width:12px;
}

.hand_like{
	height:30px;
	width:30px;
	background-color: #ff002a;
	-webkit-mask-image: url(assets/images/thumbs-up-light.svg);
	mask-image: url(assets/images/thumbs-up-light.svg);
}

.handshake_light{
	height:30px;
	width:30px;
	background-color: #ff002a;
	-webkit-mask-image: url(assets/images/handshake-light.svg);
	mask-image: url(assets/images/handshake-light.svg);
}

.download_ic{
	height:21px;
	width: 21px;
	background-color: #07189a;
	-webkit-mask-image: url(assets/images/download-light.svg);
	mask-image: url(assets/images/download-light.svg);
}

.trsted{
	height:30px;
	width: 30px;
	background-color: #da2727;
	-webkit-mask-image: url(assets/images/shield-check-light.svg);
	mask-image: url(assets/images/shield-check-light.svg);
}

.netwrk{
	height:30px;
	width: 30px;
	background-color: #da2727;
	-webkit-mask-image: url(assets/images/chart-network-light.svg);
	mask-image: url(assets/images/chart-network-light.svg);
}

.chartmixed{
	height:30px;
	width: 30px;
	background-color: #da2727;
	-webkit-mask-image: url(assets/images/chart-mixed-regular.svg);
	mask-image: url(assets/images/chart-mixed-regular.svg);
}

.giftt{
	height:30px;
	width: 30px;
	background-color: #da2727;
	-webkit-mask-image: url(assets/images/gift-light.svg);
	mask-image: url(assets/images/gift-light.svg);
}

.userpls{
	height:30px;
	width: 30px;
	background-color: #da2727;
	-webkit-mask-image: url(assets/images/user-plus-light.svg);
	mask-image: url(assets/images/user-plus-light.svg);
}

.facedoted{
	height:30px;
	width: 30px;
	background-color: #da2727;
	-webkit-mask-image: url(assets/images/face-dotted-light.svg);
	mask-image: url(assets/images/face-dotted-light.svg);
}

.kingg{
	height:30px;
	width: 30px;
	background-color: #da2727;
	-webkit-mask-image: url(assets/images/chess-king-light.svg);
	mask-image: url(assets/images/chess-king-light.svg);
}

.handheart{
	height:30px;
	width: 30px;
	background-color: #da2727;
	-webkit-mask-image: url(assets/images/hand-holding-heart-light.svg);
	mask-image: url(assets/images/hand-holding-heart-light.svg);
}

.hands_heart{
	height:30px;
	width: 30px;
	background-color: #da2727;
	-webkit-mask-image: url(assets/images/hands-holding-heart-light.svg);
	mask-image: url(assets/images/hands-holding-heart-light.svg);
}

.upload_ic{
	height:20px;
	width: 20px;
	background-color: #111;
	-webkit-mask-image: url(assets/images/arrow-up-from-bracket-light.svg);
	mask-image: url(assets/images/arrow-up-from-bracket-light.svg);
}

.sheildheart{
	height:30px;
	width: 30px;
	background-color: #da2727;
	-webkit-mask-image: url(assets/images/shield-heart-light.svg);
	mask-image: url(assets/images/shield-heart-light.svg);
}

.clock247{
	height:30px;
	width: 30px;
	background-color: #da2727;
	-webkit-mask-image: url(assets/images/clock-light.svg);
	mask-image: url(assets/images/clock-light.svg);
}


.usertie{
	height:30px;
	width: 30px;
	background-color: #da2727;
	-webkit-mask-image: url(assets/images/user-tie-light.svg);
	mask-image: url(assets/images/user-tie-light.svg);
}

.globallight{
	height:30px;
	width: 30px;
	background-color: #da2727;
	-webkit-mask-image: url(assets/images/globe-sharp-light.svg);
	mask-image: url(assets/images/globe-sharp-light.svg);
}

.rocketlgt{
	height:30px;
	width: 30px;
	background-color: #da2727;
	-webkit-mask-image: url(assets/images/rocket-sharp-light.svg);
	mask-image: url(assets/images/rocket-sharp-light.svg);
}
.smileface{
	height:30px;
	width: 30px;
	background-color: #da2727;
	-webkit-mask-image: url(assets/images/face-smile-light.svg);
	mask-image: url(assets/images/face-smile-light.svg);
}

.exclamation{
	height:23px;
	width: 23px;
	background-color: #cb3d4a;
	-webkit-mask-image: url(assets/images/circle-exclamation-light.svg);
	mask-image: url(assets/images/circle-exclamation-light.svg);
}

.exclamation.s2{
	height:50px;
	width:50px;
}

.closex{
	height:18px;
	width:18px;
	background-color: #111;
	-webkit-mask-image: url(assets/images/xmark-regular.svg);
	mask-image: url(assets/images/xmark-regular.svg);
}



/* megamenu */

.allmenu a{
	color:#424242;
}

.allmenu .htxc{
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.allmenu ul li{
	padding-block: 8px;
}

.right_slide_nav.dropdown {
	position: static;
}

.megamenu .dropdown-menu {
	left: 0;
	right: 0;
	top:calc(100% - 3px);
}

.megamenu .offset {
	padding:30px 0;
}

.megamenu .log_reg a.link_tx{
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #111;
}

.megamenu .dropdown-menu {
	box-shadow:0 2px 1px rgba(0,0,0,.1);
	border: 0;
	border-radius: 0;
}

.megamenu.open .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(3px, 3px);
}

.megamenu.open .icon-bar:nth-child(2) {
    opacity: 0;
}

.megamenu.open .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -7px);
}

.header_menu.hederwhite{
	background-color: #fff;
}

.container_s1.container_nd{
	width: 100%;
	max-width: 600px;
	padding:0;
}

.header_menu.offset,
.registrationshow .offset {
	padding-inline: 25px;
}

.single_ev_chkout .qty_pan_plus_minus .ticktadd {
    text-align: center;
	color: #d62418;
    padding:4px 12px;
    height: auto;
	cursor: pointer;
}

.btn_panel_xprss{
	padding-top:20px;
	padding-bottom: 20px;
}

.overflow_y{
	overflow-y: auto;
	padding-right: 10px;
}

.modal_y_hiden{
	overflow-y: hidden !important;
}

.modal_pmt.style_03 .modal-content{
	box-shadow: none;
	border-radius: 0;
	max-height: none;
}

.style_03.modal_pmt .modal-content .modal-body {
	padding:25px;
}

.btn_panel_xprss2{
	padding: 20px 25px;
}

.style_03 .modal_pmt_back {
	position: absolute;
	z-index: 1053;
	left: 15px;
	display: block;
	width: 13px;
	height: 19px;
	line-height: 0;
}

.tktbook_xpres{
	position:relative;
}

.evdetailpage .svg_layout_click {
    right: 10px;
}

.tktbook_xpres .ofset_2{
	padding-left: 25px;
}

.tktbook_xpres .htx{
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 6px;
}

.modal_pmt.modal_l3.countrycitypopup .modal-dialog{
	max-width: 780px;
}

.countrycitypopup .country_p .flag_fig {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
}

.countries .country_all .country_name{
	font-size: 13px;
	display: inline-block;
	padding-top: 9px;
}

.countrycitypopup .country_p .country_all {
    padding: 0;
	text-align: center;
}

.citynames span{
	font-size: 1.5rem;
	color:#666;
}

.citynames span:hover{
	color:#111;
}

.pop00{
	font-size:2.0rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.h600{
	font-size:1.4rem;
	color: #666;
}

.pop001{
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.countrycitypopup .flag_fig .Flag {
    transform: scale(1.2);
	transform-origin:left;
}

.selectcity .elf{
	background-color: #f1f1f1;
	padding:20px 20px;
	position: relative;
}

.selectcity .elf input{
	margin: 0;
}

.selectcity .flag_fig{
	position: relative;
}

.selectedcountry:hover{
	cursor: pointer;
}

.selectcity .flag_fig img{
	margin-right:18px;
}


#countryBlock, #countryCities{
	transition: all 0.2s;
}

/*.country_p.hideother .pop001,
.country_p.hideother #countryCities,
.country_p.hideother #countryBlock{
	opacity: 0;
}*/

.country_p.hideother .pop001, 
.country_p.hideother .allcontry, 
.country_p.hideother #countryBlock {
    opacity: 0;
	pointer-events:none;

}

.selectcity .fix2input{
	position: absolute;
	z-index: 1;
	background-color: #fff;
	left:6px;
	right:6px;
	border: 1px solid #e6e6e6;
	border-top: 0;
}

.selectcity .fix2input [class*=col-]{
	float: none;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	margin: 0;
	padding: 10px 15px;
}

.selectcity .fix2input [class*=col-]:hover{
	cursor: pointer;
	background-color: #eef5ff;
}

.selectcity .fix2input [class*=col-]:hover span{
	color:#4f7ccb ;
}

.express_checkout .header_menu .cls_btn{
	width:15px;
}

.seatselector_xpress .short_time,
.exprss_tktbuy .short_time,
.express_checkout .short_time {
    text-transform: none;
}

.express_checkout .promo_panel .box {
	display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
	max-width: none;
}

.express_checkout .promo_panel .promocde {
    flex: 1;
}

.hldername{
	position: relative;
}

.hldername input{
	padding-left: 40px;
}

.hldername:before{
	content: '';
	-webkit-mask-image: url(assets/images/user-thin.svg);
	mask-image: url(assets/images/user-thin.svg);
	mask-repeat: no-repeat;
	background-color:#666;
	width:16px;
    height:16px;
    display: block;
	position: absolute;
	left: 14px;
    top: 19px;
}

#card_holder_name::placeholder{
	color:#32325d !important;
}

.countrycitypage .txlin{
	display: block;
	padding: 5px 0 10px;
}

.selectcity .citynames.citylist {
	max-height:250px;
}

.selectcity .citynames{
	overflow: auto;
	margin-left: -10px;
	margin-right: -10px;
}

.single_ev_chkout .error_qty {
	float: none;
    max-width: 330px;
    margin:0 auto;
	text-align: center;
}

.tnc_evdetailpage [aria-expanded="false"] .angle_down_2{
	transform: rotate(-90deg);
	transition:all 0.2s;
	cursor: pointer;
}

.event_description_nd .readMoreAbout{
	display: block;
	margin-top: 5px;
}

.event_description_nd .aboutContent .url, .event_description_nd .aboutContentR .url{
	word-break: break-all;
}

.single_ev_chkout .modal_pmt_back{
	width: 16px;
    left: 25px;
    position: absolute;
}

/* Qty selection complete - Checkout Popup at bottom 30-1-25 */
.seat_summary_on_seatselection {
	position: fixed;
	bottom: 0;
	top:0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .4);
}
.seat_summary_on_seatselection .pop_hed3 {
	font-size: 17px;
	font-weight: 600;
}

.seat_summary_on_seatselection .hd22 {
	font-size: 17px;
	font-weight: 700;
	color: #000;
}

.seat_summary_on_seatselection .selected_seat{
	color:#555;
}

.modal_pmt.stripeconnect .hed_tx{
	font-size: 27px;;
}

.modal_pmt.stripeconnect p{
	font-size: 15px;
}

#registrationdiv #termsconditions #is_terms{
	top:6px;
}

.header_menu .closex{
	background-color: #fff;
	height:24px;
}

@media (min-width:768px){
	
	.text-right-sm{
		text-align: right;
	}

	.selectcity .citynames{
		max-height: 190px;
	}

	.selectcity .fix2input{
		left:20px;
		right:20px;
	}

	.pop00{
		font-size:2.4rem;
	}

	.selectcity .citynames:not(.citylist){
		min-height: 190px;
	}

	.nopopup .ptk-content .fix_botom_pan:not(.forcenter),
	.ptk-content .fix_botom_pan_nopopup{
		text-align: right;
		padding-right: 0;
	}

	.nopopup .ptk-content .fix_botom_pan:not(.force100) .link_button09.w-100,
	.ptk-content .fix_botom_pan_nopopup .link_button09.w-100{
		width: auto !important;
		display: inline-block;
		padding: 11px 30px;
	}

	.promo_in2colmn .promoffer {
		display: flex;
		flex-wrap: wrap;
		
	}

	.promo_in2colmn .promoffer h4{
		flex:0 0 100%;
	}

	.promo_in2colmn .promoffer .promobx{
		flex:0 0 50%;
		padding-right: 10px;
	}

	.lftbaner .ev_nd_banner_top.show{
		margin-bottom: 20px;
	}
	
	.tktbook_xpres .htx{
		font-size: 1.8rem;
	}
	
	.express_checkout .header_menu .cls_btn{
		width:20px;
	}

	.express_checkout .pop_hed2 {
        font-size: 22px;
    }
	
	.btn_panel_xprss .w-100,
	.single_ev_chkout .fix_botom_pan .w-100,
	.seat_selector_page_xpress .w-100{
		max-width:240px ;
		display: inline-block;
	}

	.tktbook_xpres .ofset_2 {
		padding-left: 20px;
	}

	/* Qty selection complete - Checkout Popup at bottom 30-1-25 */
	.seat_summary_on_seatselection {
		display: -ms-flexbox;
		display: -ms-flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: center;
        justify-content: center;
	}

	.seat_summary_on_seatselection .modal-content{
		min-height: 0;
		min-width: 600px;
		max-width: 600px;
		height: fit-content;
	}

	.seat_summary_on_seatselection .check_head  button{
		display: inline;
		width: auto;
	}

	.seat_summary_on_seatselection .pop_hed3 {
		font-size: 19px;
	}

}

@media (min-width:1200px) {
	
	.rgtbaner .nd2 .whbx.rgtbannr{
		padding-top: 35px;
	}

	.rgtbaner .nd2 .whbx.rgtbannr img{
		max-width: 400px;
	}

	.rgtbaner .nd2 .whbx.rgtbannr .langngenr{
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

}

@media (min-width:768px) and  (max-width:991px){

	.content_main.ev_container .order_xs_2 { /* Event detail page - about the event */
		margin-top: 15px;
	}

	.hederv2.nd2 .logo{
		flex:0 0 169px;
	}

	body.home,
	body.single  {
    	padding-top: 84px;
	}

	.hederv2 .logo {
        flex: 0 0 169px;
    }

	.event_nd .poster_nd {
		max-height: 220px;
	}


}

@media (max-width:767px) {

	.express_checkout .modal.stripeconnect .modal-dialog{
		justify-content: flex-end;
        align-items: flex-end;
		margin: 0;
        height: 100dvh;
	}

	.row_bs4.countries{
		margin-left:-5px;
		margin-right: -5px;
	}

	.modal_pmt.stripeconnect .hed_tx {
		font-size: 18px;
		text-align: left;
	}

	.modal_pmt.stripeconnect .hed_tx_sub{
		text-align: left;
	}

	.express_checkout .modal.stripeconnect .modal-dialog .modal-content{
		padding: 15px;
	}

	.express_checkout .logo_sec img,
	.modal_pmt_header .logo_sec img{
		width:auto;
		height: auto;
		width: 103px;
	}
	
	.single_ev_chkout .modal_pmt_back {
		width: 27px;
		left: 12px;
		height: 34px;
		padding: 6px;
	}

	.ptkpartnerenquiry .modal_pmt  .modal-body{
		padding-top:45px;
	}

	.countrycitypage .flex_sm4_lg5{
		flex:0 0 50%;
	}

	.countrycitypage .col-sm-12{
		flex:0 0 100%;
	}
	
	.selectcity .elf{
		padding:5px 6px;
	}

	.modal_pmt.country_city .modal-body .country_p{
		padding-left: 0;
		padding-right: 0;
	}

	.header_menu.offset, .registrationshow .offset {
		padding-inline: 15px;
	}

	.exprsscheckot .evinfo.offset,
	.single_ev_chkout .seatselector_xpress .evinfo.offset,
	.modal_pmt .exprss_tktbuy .evinfo.offset {
		padding: 10px;
		padding-bottom: 6px;
	}

	.exprss_tktbuy .pop_hed2,
	.exprsscheckot .pop_hed2{
		margin-top: 9px;
   		margin-bottom: 3px;
		min-height: unset;
	}

	.seatselector_xpress .short_time,
	.exprss_tktbuy .short_time,
	.exprsscheckot .short_time {
		font-size: 13px;
		padding-left: 0;
		margin: 0;
	}

	.single_ev_chkout .tktbook_xpres .modal_hidden .offset {
		padding-top: 5px;
	}

	.tktbook_xpres .tx1{
		font-size: 90%;
	}

	.exprsscheckot .secure_msg {
		margin-top: 8px;
	}


	/* Qty selection complete - Checkout Popup at bottom 30-1-25 */
	.seat_summary_on_seatselection .modal-content{
		height: calc(100dvh - 200px);
		transform: translate3d(0px, 200px, 0px);
	}

	
}



/* ptk modal without popup 22-1-25 */

.popupisopen{
	overflow-y: hidden;
}

.ptk_popup .ptkbody.modal-body {
	padding: 0;
}

.popupisopen .ptk_popup{
	position: fixed;
	background-color: #eee;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.popupisopen .ptk-content{
	max-width: 600px;
	margin: auto;
}

.ptk_popup .offset {
	padding-inline:20px;
}

.ptk_popup .offset.evinfo{
	padding-block: 10px;
}

.onpage #modal_pmt_backnonpopup,
.onpage .logo_sec{
	display: none !important;
}

@media (min-width:768px) {
	
	.popupisopen .ptk-content{
		min-width: 600px;
	}

}

@media (max-width:767px) {
	
	.popupisopen #optionDiv .ptk-content,
	.ticket_buy_pop.exprss_tktbuy .ptk-content{
		height: 100dvh;
	}

}


/* Carousel Multi Item Featured Trending */

.caro_strt .carousel-control{
	display: none;
}

.cir_caro{
	display: block;
	background-color: rgba(255,255,255, 0.8);
	width:39px;
	height: 39px;
	border-radius: 50%;
	line-height: 1.8;
	box-shadow: 0 0 3px #ccc;
}

.cir_caro .angle_rgt,
.cir_caro .angle_lft {
    height:20px;
    width:14px;
}

.carousel_multitem  .event_nd_2 .evcon_nd,
.carousel_multitem .event_nd{
	background-color: #fff;
}

.vewal .link_button06_1{
	font-size: 18px;
}

@media (min-width: 1200px) {

	.caro_strt .carousel_multitem.nocarosel .item.active,
	.caro_strt .carousel_multitem.nocarosel .item{
		display: block;
	}

	.nocarosel .item.active{
		margin-left: -10px !important;
	}

	.caro_strt.ev_list_nd [class*=col-]{
		margin-block: 0;
	}

	.caro_strt [data-type=multi] .carousel-control{
		display: block;
	}

    .carousel_multitem .carousel-control{
        width: 25px;
        top:45%;
        margin-top: -30px;
    }

    .carousel_multitem  .event_nd h2{
        min-height: 46px;
        background-color: #fff;
    }

	.carousel_multitem  .carousel-inner .prev.right,
	.carousel_multitem  .carousel-inner .next.left,
    .carousel_multitem  .carousel-inner .active.item{
        display: flex;
    }

	.caroselnslide_4  .carousel-inner .prev.right > div,
	.caroselnslide_4  .carousel-inner .next.left > div,
    .caroselnslide_4  .carousel-inner .active.item > div{
        flex:0 0 25%
    }

	.caroselnslide_3  .carousel-inner .prev.right > div,
	.caroselnslide_3  .carousel-inner .next.left > div,
	.caroselnslide_3  .carousel-inner .active.item > div{
        flex:0 0 33.333%
    }

    .caroselnslide_4  .carousel-inner .active.left { 
        -webkit-transform: translate3d(-25%, 0, 0); 
        transform: translate3d(-25%, 0, 0);
    }
    .caroselnslide_4 .carousel-inner .active.right{ 
        -webkit-transform: translate3d(25%, 0, 0); 
        transform: translate3d(25%, 0, 0);
    }
    .caroselnslide_4 .carousel-inner .next { 
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0); 
    }
    .caroselnslide_4 .carousel-inner .prev { 
        -webkit-transform: translate3d(-25%, 0, 0); 
        transform: translate3d(-25%, 0, 0);
    }
    .caroselnslide_4 .item.active > div:first-child + div { display:block; }
    .caroselnslide_4 .item.active > div:first-child + div + div { display:block; }
    .caroselnslide_4 .item.active > div:first-child + div + div + div { display:block; }

	.caroselnslide_3  .carousel-inner .active.left { 
        -webkit-transform: translate3d(-33.333%, 0, 0); 
        transform: translate3d(-33.333%, 0, 0);
    }
    .caroselnslide_3 .carousel-inner .active.right{ 
        -webkit-transform: translate3d(33.3333%, 0, 0); 
        transform: translate3d(33.3333%, 0, 0);
    }
    .caroselnslide_3 .carousel-inner .next { 
        -webkit-transform: translate3d(33.333%, 0, 0);
        transform: translate3d(33.333%, 0, 0); 
    }
    .caroselnslide_3 .carousel-inner .prev { 
        -webkit-transform: translate3d(-33.333%, 0, 0); 
        transform: translate3d(-33.333%, 0, 0);
    }
    .caroselnslide_3 .item.active > div:first-child + div { display:block; }
    .caroselnslide_3 .item.active > div:first-child + div + div { display:block; }

}

@media (max-width:1199px) {
    
	.caroselnslide_3 .carousel-inner,
    .caroselnslide_4 .carousel-inner{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
		overflow-x:auto;
    }

    .caroselnslide_4 .item{
        display: block;
		flex: 0 0 40%;
    }

	.caroselnslide_3 .item{
        display: block;
		flex: 0 0 45%;
    }

	.caroselnslide_4 .item,
	.caroselnslide_3 .item{
		padding-top: 3px;
		padding-bottom: 10px;
		margin-left: -10px;
	}

	.caroselnslide_3 .item > div,
	.caroselnslide_4 .item > div{
		width: 100%;
		height: 100%;
	}

	.caroselnslide_3 .item > div + div,
	.caroselnslide_4 .item > div + div{
		display: none;
	}

	.caroselnslide_3 .item > div + div,
	.caroselnslide_4 .item > div + div{
		display: none;
	}

}

@media (max-width:767px) {


	.caroselnslide_4 .item{
		flex: 0 0 70%;
    }

	.caroselnslide_3 .item{
		flex: 0 0 80%;
    }

}


.venue_artist .venu{
	position: relative;
	width: 155px;
	height: 155px;
	border-radius: 4px;
	overflow: hidden;
}

.venue_artist .venu img{
	position: absolute;
	left:0;
	height: 100%;
	max-width: none;
}

.venue_artist [class*=col-] {
	margin-top: 20px;
	margin-bottom: 20px;
}

.venue_artist h3{
	font-size:1.5rem;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 90%;
	white-space: nowrap;
	font-weight: 600;
}

.venue_artist h6{
	font-size:1.4rem;
	color:#666;
}

@media (min-width:768px) {
	
	.venue_artist .col-sm-2{
		flex:0 0 20%;
		max-width: 188px;
	}

	.venue_artist .venu {
		width: 120px;
		height: 120px;
	}

}

@media (min-width:1200px) {

	.venue_artist .col-sm-2{
		flex:0 0 14.28%;
	}
	
	.venue_artist .venu {
		width: 155px;
		height: 155px;
	}

	.venue_artist .col-sm-2{
		flex:0 0 14.28%;
		max-width: 188px;
	}

}


/* FAQ Page 21-2-25 */

.ptk_tabing .btn01{
	font-size: 1.5rem;
	border:1px solid #ccc;
	padding: 6px 15px;
}

.ptk_tabing .active .btn01{
	background-color:#ff002a;
	border:1px solid #ff002a;
	color: #fff;
}


.ptk_qa_con .qs{
	font-size: 1.8rem;
	font-weight: 600;
	padding: 12px 0;
	padding-right: 60px;
	position: relative;
	width: 100%;
	text-align: left;
}

.panel.ptk_tabing,
.ptk_qa_con .panel{
	box-shadow: none;
}

.ptk_qa_con .panel{
	padding-bottom: 8px;
	background-color: transparent;
	border-bottom: 1px solid #ccc;
}

.ptk_qa_con br{
	display: none;
}

.ptk_qa_con .qs::before {
	content: '';
	display: block;
	position: absolute;
	top:8px;
	right: 0;
	background-color:#051a9a;
	padding: 2px;
	width:24px;
	height:24px;
	text-align: left;
	padding-right:35px;
	-webkit-mask-image:url("assets/images/minus-light.svg");
	mask-image:url("assets/images/minus-light.svg");
	mask-repeat: no-repeat;
	background-size: 30px !important;
}

.ptk_qa_con .qs.collapsed::before{
	-webkit-mask-image:url("assets/images/plus-light.svg");
	mask-image:url("assets/images/plus-light.svg");
	mask-repeat: no-repeat;
}

.ptk_tabing .nav li{
	padding: 3px;
}

@media (min-width:1200px) {


	.ptk_qa_con .qs::before {
		padding-right: 50px;
	}

	.mt-lg-12{
		margin-top: 60px;
	}

	.ptk_tabing .tbgrp {
		margin-left: -6px;
	}

	.ptk_tabing .nav li {
		padding: 6px;
	}

	.ptk_tabing .btn01 {
		padding: 9px 24px;
	}

	.ptk_qa_con .qs{
		padding:15px 0;
	}

	.ptk_qa_con .qs::before {
		top:20px;
	}
	
	.ptk_qa_con .ans{
		padding-bottom: 8px;
	}
	
}






/* regitration cut design */


.cust_n_affil .registration-form .wpcf7-submit.btn-pay{
	width: 100%;
	max-width: none;
	text-transform:none;
}

.cust_n_affil .form-control {
	padding-top: 10px ;
	padding-bottom: 10px ;
	height:auto ;
	border:1px solid #d3d3d3;
}

.cust_n_affil .container{
	max-width:950px !important;
}
.cust_n_affil .contact_us_form.new-contact-form{
	max-width:none
}

.cust_n_affil .contact_us_form.new-contact-form {
	padding: 25px;
}

.cust_n_affil .pg_hed02{
	font-size:24px;
	font-weight:600;
}

.cust_n_affil .pg_hed02sub{
	font-size:15px;
	font-weight:500;
	color:#737373;
}
.cust_n_affil .iti.iti--allow-dropdown {
	margin-bottom: 0;
}

.cust_n_affil .regis_conleft{
	position: relative;
	padding-left: 44px;
	margin-bottom: 18px;
	max-width: 420px;
}

.cust_n_affil .regis_conleft .ic {
	position: absolute;
	left: 0;
	top:5px;
}

.cust_n_affil .regis_conleft .hd2{
	font-size:17px;
}
.cust_n_affil .regis_conleft .tx01{
	font-size:15px;
}

.cust_n_affil .pg_hed02sub{
	font-size:15px;
	font-weight:500;
	color:#737373;
}

.cust_n_affil .iti.iti--allow-dropdown {
	margin-bottom: 0;
}

.cust_n_affil .regis_conleft{
	position: relative;
	padding-left: 44px;
	margin-bottom: 18px;
}

.cust_n_affil .regis_conleft .ic {
	position: absolute;
	left: 0;
	top:5px;
}

.cust_n_affil .regis_conleft .hd2{
	font-size:17px;
}
.cust_n_affil .regis_conleft .tx01{
	font-size:15px;
}

.db-RegisterAndLoginBackground-background{
	top: -286px;
	overflow: visible;
	z-index: -1;
	/*scrollbar-gutter: stable;*/
	width: 100vw;
	position: fixed;
	top: -250px;
	bottom: 0;
	left: 0;
	transform: skewY(-12deg);
}

.db-RegisterAndLoginBackground-grayBackground{
	transform-origin: 0%;
	height: 1698px;
	background-color:#f6f6f6;
	position: absolute;
	top: -1000px;
	left: 0;
	right: 0;
	height: 2098px;
	top: -1200px;
}

.ptk-LoginBackground-background {
	z-index: -1;
	/*scrollbar-gutter: stable;*/
	width: 100vw;
	position: fixed;
	top: -250px;
	bottom: 0;
	left: 0;
	overflow: hidden;
	transform: skewY(-12deg);
}
.ptk-LoginLayout--register .ptk-LoginBackground-background {
	top: -426px;
	overflow: visible;
}
.ptk-LoginBackground-firstLeftStripe {
	height: 40px;
	top: 668px;
	left: calc(50% - 700px);
	right: calc(50% + 540px);
}
.ptk-LoginBackground-grayBackground {
	transform-origin: 0%;
	background-color: #f6f6f6;
	position: absolute;
	left: 0;
	right: 0;
	height: 2098px;
	top: -1200px;
}
.ptk-LoginBackground-secondLeftStripe {
	height: 40px;
	top: 698px;
	left: -10px;
	right: calc(50% + 510px);
}
.ptk-LoginBackground-firstRightStripe {
	height: 40px;
	top: 658px;
	left: calc(50% + 430px);
	right: -10px;
}
.ptk-LoginBackground-firstAndSecondLeftStripeBlend, 
.ptk-LoginBackground-firstLeftStripe, 
.ptk-LoginBackground-firstRightStripe, 
.ptk-LoginBackground-secondLeftStripe {
	position: absolute;
}
.ptk-LoginLayout--register :where(.ptk-LoginBackground-firstLeftStripe,.ptk-LoginBackground-secondLeftStripe,.ptk-LoginBackground-firstAndSecondLeftStripeBlend,.ptk-LoginBackground-firstRightStripe) {
	translate: 0 200px;
}

.ptk-LoginBackground-firstAndSecondLeftStripeBlend {
	height: 10px;
	top: 698px;
	left: calc(50% - 700px);
	right: calc(50% + 540px);
}


@media (min-width:1500px) {

	.ptk-LoginLayout--register .ptk-LoginBackground-background {
		top: -286px;
	}

	.ptk-LoginBackground-secondLeftStripe {
		right: calc(50% + 490px);
	}

}

@media (max-width:767px) {

	.cust_n_affil .container {
		width: 92%;
	}
	
	.ptk-LoginBackground-grayBackground {
		top: -1120px;
	}
	.ptk-LoginLayout--register .ptk-LoginBackground-background {
		top: -514px;
	}

	.ptk-LoginBackground-secondLeftStripe {
		top: 760px;
		right: calc(50% + 05px);
	}

	.ptk-LoginBackground-firstRightStripe {
		top: 744px;
		left: calc(50% + 32px);
	}

	.ptk-LoginBackground-firstAndSecondLeftStripeBlend {
		top: 766px;
		left: calc(50% - 700px);
		right: calc(50% + 51px);
	}

	.ptk-LoginBackground-firstLeftStripe {
		z-index: 1;
		height: 20px;
		top: 747px;
		left: calc(50% - 700px);
		right: calc(50% + 40px);
	}

}

/* regitration cut design */





/* New CMS Pages 18-2-25 */

.affliate-hero {
	background-image: url(assets/images/affilate-bg.png);
    padding-block: 30px;
    background-repeat: no-repeat;
}

.start-earning-sec {
    background-image: url(assets/images/start-earning-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	padding-block: 50px;
	padding-bottom:125px;
}

.darkbg *{
	color: #fff;
}

.link_button09.cms_01{
	font-size:1.6rem ;
	font-weight: 500;
	padding: 10px 30px;
}

.feturebenef_odd svg,
.feturebenef_even svg,
.why-choose-sec svg,
.creation-custom-sec svg,
.why-promote-sec svg,
.join-affliated-sec svg, 
.affiliate-program-work-sec svg {
    max-width: 72px;
    fill: #da2727;
}
.evnt_marketin svg,
.atndemangemnt svg,
.why-choose-sec svg,
.payment-procss-sec svg,
.ticketing-flex-sec svg,
.creation-custom-sec svg{
	max-height: 40px;
}

.why-promote-sec svg{
	max-height: 75px;
}

.affiliate-program-work-sec svg{
	max-height: 60px;
}

.banner-sec .title{
	font-size: 2.5rem;
	font-weight:700;
}

.title_sec02{
	font-size: 3rem;
	font-weight: 700;
}

.common-blue-feature-bg .title_sec02{
	color: #fff;
}

.why-promote-sec {
    background-image: url(assets/images/event-promo-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
	padding-bottom:150px;
}

.darkbg svg{
	fill: #fff;
}

.row-gap01{ /* row gap */
	row-gap: 30px;
}

.common-para-hed{
	font-size: 2rem;
	font-weight: 600;
	margin: 15px 0;
}

.blck_htx{
	font-size:2rem;
	font-weight:700;
	margin: 10px 0;
}

.affliate-off-col ul li {
    position: relative;
    padding-left: 36px;
}

.affliate-off-col ul li::before {
    content: '';
    background: url(assets/images/circle-check-regular.svg);
    background-repeat: no-repeat;
    position: absolute;
    height: 18px;
    width: 18px;
    left: 0;
    top: 3px;
}

.ticket-support-sec ul,
.earn-an-affliate-sec ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.affliate-off-col ul li br{
	display: none;
}

.earn-an-affliate-sec .blck_htx {
    font-size: 2.2rem;
}

.earn-an-affliate-sec .row-gap + .row-gap{
	margin-top: 25px;
}

.common-blue-feature-bg,
.red-blue-spurge,
.creation-custom-sec,
.about-ptk-sec,
.slantatbottom,
.earn-an-affliate-sec,
.join-affliated-sec{
	position: relative;
}

.red-blue-spurge::before,
.creation-custom-sec::before,
.about-ptk-sec::before,
.earn-an-affliate-sec::before,
.join-affliated-sec::before{
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-image: url(assets/images/red-blur-bg.png);
	background-repeat: no-repeat;
	background-position:-240% center;
}


.red-blue-spurge::after,
.creation-custom-sec::after,
.about-ptk-sec::after,
.earn-an-affliate-sec::after,
.join-affliated-sec::after{
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background-image: url(assets/images/site-back-bg.jpg);
	background-repeat: no-repeat;
	background-position:-150% bottom;
}

.graywithribon{
	background-color: #fafafa;
}

.event-promo-sec{
	background-color:#fbf1f1;
	padding-bottom: 140px;
}

.event-col h3 { /* about us page */
	/*color: var(--color-w);*/
	font-size: 2.4rem;
	font-weight: var(--smb);
	max-width: 200px;
	margin: auto;
	line-height: 2.8rem;
}

.event-promo-sec .event-col p{ /* about us page */
	font-size:18px;
	margin-top: 18px;
}

.about-hero {
	background-image: url(assets/images/about_banner-8.png);
	background-repeat: no-repeat;
}

.about-hero .hero-text{
	max-width: 700px;
}

.ouroffering-sec {
	background: url(assets/images/ouroffering-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: -108px;
}

.hf-feature {
	display: flex;
	justify-content: space-between;
	overflow: auto;
}

.feature-benefit {
    background-image: url(assets/images/feature-banner-img.jpg);
    background-repeat: no-repeat;
	background-size:cover;
}

.customization-content-box {
    box-shadow: 0px 0px 16px 0px rgba(18, 18, 18, 0.1);
	background-color: #fff;
    padding:30px;
}

.feturebenef_odd .feature-icons-box,
.feturebenef_even .feature-icons-box {
    flex:0 0 50px;
}

.feturebenef_odd .feature-card,
.feturebenef_even .feature-card {
    gap: 20px;
}

.feturebenef_odd .feature-box-col,
.feturebenef_even .feature-box-col {
    flex-direction: column;
    gap: 20px;
}

.feturebenef_odd .blck_htx,
.feturebenef_even .blck_htx{
	margin: 0;
}

.feturebenef_odd .title_sec02,
.feturebenef_even .title_sec02{
	margin-bottom: 30px;
}

.htx-s2{
	font-size: 2.2rem;
	font-weight: 700;
}

.feturebenef_odd .htx-s2,
.feturebenef_even .htx-s2{
	margin-bottom: 30px;
}

.common-blue-feature-bg {
    background-image: url(assets/images/feature-blue-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.common-blue-feature-bg .customization-content-box {
    background-color: #e9f0fd;
}

.why-choose-sec {
    background-color: #fafafa;
}

.page_heading_bloc.faqs {
    background-image: url(assets/images/baner_faq.jpg);
}

.sell-ticket-hero{
	background-image: url(assets/images/baner_seltickt.jpg);
	background-position: top center;
}

.partner_program_hero{
	background-image: url(assets/images/bg_baner_partner.jpg);
	background-position: top center;
}

.partner_program_hero .hero-text *,
.sell-ticket-hero .hero-text{
	color: #fff;
}

.sell-ticket-hero .hero-text h2{
	font-size: 2.2rem;
}

.sell-ticket-hero .hero-text h1{
	font-size: 3.5rem;
}

.sell-ticket-hero .hero-text p{
	font-size:1.4rem;
}

.achievement-sec {
	background-image: url(assets/images/bg_bluestar.jpg);
}

.key_advntage{
	background-color: #011e94;
}

.key_advntage *{
	color: #fff;
}

.refund-sec .num-box p {
    font-size: 90px;
    color: #ef1620;
    font-weight: 700;
}

.social-icon-box img {
    height: 49px;
}

.stay-connected .social-icon-box {
	display: inline-block;
    background-color: #012396;
    width: 73px;
    padding: 12px;
    border-radius: 88%;
}

.stay-connected .social-icon-box.instabg {
    background: -webkit-linear-gradient(#6f3b90, #ed8a46);
	background: -o-linear-gradient(#6f3b90, #ed8a46);
	background: -moz-linear-gradient(#6f3b90, #ed8a46);
	background: linear-gradient(#6f3b90, #ed8a46);
}

.stay-connected .social-icon-box.xbg {
    background-color: #111;
}

.site_map_pg li{
	margin-bottom: 15px;
	margin-right: 15px;
}

.site_map_pg .htx{
	max-width: 240px;
}

.contact_pg .social-icon-box{
	display: inline-block;
    width: 48px;
    height: 48px;
	padding: 11px;
	border:1px solid #e63a38;
    border-radius: 50%;
}

.contact_pg .social-icon-box .instag {
    height: 24px;
    width: 21px;
    background-color: #e63a38;
}

.contact_pg .social-icon-box .twter {
    height: 21px;
    width: 22px;
    background-color: #e63a38;
}

.subscribe-form .tandc.tnc{
	position: relative;
    padding-left: 23px;
}

.subscribe-form .tandc.tnc [data-name="terms-checkbox"]{
	position: absolute;
	left: 0;
	top: 0;
}

@media (min-width:768px) {

	.site_map_pg .link_button06_v1 {
		padding: 8px 30px;
	}

	.hf-feature {
		margin-top: 102px;
	}

	.slantatbottom::after{
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height:175px;
		
		background-repeat: no-repeat;
		background-position: bottom;
	}

	.affiliate-program-work-sec{
		margin-top: -25px;
	}

	.custmersuportassitnce,
	.onsiteevmang,
	.evnt_marketin{
		margin-top: -60px;
	}

	.earn-an-affliate-sec{
		margin-top: -80px;
	}	

	.abt-icon-box{
		min-height: 110px;
	}

	.sell-ticket-hero .hero-text h2{
		font-size:4rem;
	}	

	.sell-ticket-hero .hero-text h1{
		font-size:7.2rem;
	}

	.sell-ticket-hero .hero-text p{
		font-size:1.7rem;
	}	

	.feature-benefit {
		padding-top: 113px;
		padding-bottom: 101px;
	}

	.ourclients-sec{
		margin-top: -60px;;
	}

	.link_button09.cms_01{
		font-size:1.8rem ;
		padding: 12px 40px;
	}

	.slantbotm:after,
	.common-blue-feature-bg:after {
		content: '';
		clip-path: polygon(0 86%, 100% 92%, 100% 100%, 0% 100%);
		position: absolute;
		left: 0;
		inset: 0;
		z-index: 99;
		background-color: #ffffff;
		bottom: -1px;
	}

	.common-blue-feature-bg .customization-content-box {
		padding-bottom: 130px;
	}

	.feturebenef_odd .feature-box-col,
	.feturebenef_even .feature-box-col {
		gap: 30px;
		padding-right: 33px;
	}

	.customization-content-box {
		padding:40px;
	}

	.htx-s2{
		font-size: 2.7rem;
		font-weight: 700;
	}

	.ouroffering-sec {
		margin-top: -70px;
	}

	.graywithribon{
		padding-top:60px;
		padding-bottom:200px;
	}
	
	.banner-sec .title{
		font-size: 5rem;
	}

	.title_sec02{
		font-size: 4.6rem;
	}
	
	.feturebenef_odd .title_sec02,
	.feturebenef_even .title_sec02{
		margin-bottom: 50px;
	}

	.row-gap01{
		row-gap: 40px;
	}

	.earn-an-affliate-sec .row-gap + .row-gap{
		margin-top: 50px;
	}

	.about-hero {
		padding:7.5rem 0px;
		padding-bottom: 200px;
	}

	.organizer-sec{
		padding-top:202px;
		padding-bottom:8rem;
		margin-top:-168px;
	}

	.key_advntage,
	.event-promo-sec{
		padding: 9rem 0px;
		padding-bottom:225px;
	}
	
	.ouroffering-sec {
		padding-top: 72px;
	}
	
	.bluespurgeafter::before,
	.creation-custom-sec::before,
	.about-ptk-sec::before,
	.earn-an-affliate-sec::before,
	.join-affliated-sec::before{
		background-position:-20% center;
	}

	.bluespurgeafter::after,
	.creation-custom-sec::after,
	.about-ptk-sec::after
	.earn-an-affliate-sec::after,
	.join-affliated-sec::after{
		background-position:125% bottom;
	}

	.earn-an-affliate-sec {
		margin-top: -50px;
		margin-bottom: -30px;
	}
	
}

@media (min-width:1200px) {
	
	.a-padinline-1200{
		padding-inline: 150px;
	}

	.b-padinline-1200{
		padding-inline:200px;
	}

	.partner_program_hero {
		background-position: bottom center;
		padding:110px 0 190px;
	}

	.sell-ticket-hero{
		padding:110px 0 220px;
	}

	.faq-sec.graywithribon{
		padding-bottom:80px;
	}

	.faq-sec.graywithribon.slantbotm{
		padding-bottom:240px;
	}

	.partner_program_hero .mt-4,
	.sell-ticket-hero .mt-5{
		margin-top: 50px;
	}

	.partner_program_hero p,
	.sell-ticket-hero .hero-text p{
		padding-inline: 150px;
		font-size:1.9rem;
	}

	.partner_program_hero .hero-text h2,
	.sell-ticket-hero .hero-text h2 {
        font-size: 5.9rem;
    }

	.sell-ticket-hero .hero-text h1 {
        font-size: 13rem;
    }

	.link_button09.cms_01{
		padding: 13px 60px;
	}


	.banner-sec .title{
		font-size: 6.6rem;
	}

	.slantbotm:after,
	.common-blue-feature-bg:after {
		clip-path: polygon(0 81%, 100% 92%, 100% 100%, 0% 100%);
	}

	.affliate-hero .title{
		max-width: 550px;
	}

	.title_sec02{
		font-size:5.8rem;
	}

	.site-back-sec .title_sec02{
		font-size:5.0rem;
	}

	.hassle-free-sec .title {
		font-size:5.2rem;
		font-weight: 500;
	}

	.feturebenef_odd .feature-card,
	.feturebenef_even .feature-card {
		gap: 30px;
	}

	.customization-content-box {
		padding:65px;
	}

	.key_advntage .heading-para,
	.suitable-sec .heading-para,
	.host-sec .heading-para,
	.affiliate-program-work-sec .heading-para{
		padding-inline: 300px;
	}

	.readytohelp-sec .heading-para,
	.refund-sec .heading-para,
	.key_advntage .heading-para,
	.suitable-sec .heading-para{
		padding-inline: 200px;
	}
	
	.row-gap01{
		row-gap: 60px;
	}

	.faqpg .subtx,
	.joinProgram-para{
		max-width: 800px;
		margin: 15px auto;
	}

	.faqpg .subtx{
		max-width:900px;
	}
	
	.page_heading_bloc.supprt {
		min-height: 393px;
	}

	.affiliate-program-work-sec .adj1{
		width:55%
	}

	.affiliate-program-work-sec .adj2{
		width:45%
	}

	.affiliate-program-work-sec .blck_htx{
		max-width: 225px;
		margin-inline: auto;
	}

	.contact_pg .affiliate-program-work-sec .blck_htx{
		max-width:280px;
	}

	.red-blue-spurge::before,
	.creation-custom-sec::before,
	.about-ptk-sec::before,
	.earn-an-affliate-sec::before,
	.join-affliated-sec::before{
		background-position:0% center;
	}

	.red-blue-spurge::after,
	.creation-custom-sec::after,
	.about-ptk-sec::after,
	.earn-an-affliate-sec::after,
	.join-affliated-sec::after{
		background-position:100% bottom;
	}

	.common-para-hed {
		font-size: 2.1rem;
		margin:20px 0;
	}

	.start-earning-sec .cw{
		padding-inline:152px;
	}

	.start-earning-sec .mt-5{
		margin-top: 35px;
	}

	.start-earning-sec {
		padding-block: 91px;
		padding-bottom: 170px;
	}

	.affiliate-program-work-sec {
		margin-top: 0px;
	}

	.start-earning-sec.rbribon:before {
        bottom: 5%;
    }


	.why-promote-sec.rbribon:before {
        bottom: 15%;
    }

	.key_advntage.rbribon:before,
	.graywithribon.rbribon:before,
	.event-promo-sec.rbribon:before {
        bottom: 12%;
    }

	.why-promote-sec .row_bs4.my-5{
		margin: 40px 0 60px;
	}

	.why-promote-sec .blck_htx {
		margin: 20px 0;
	}

	.earn-an-affliate-sec {
        margin-top: -10px;
    }

}

@media (max-width:767px) {
	
	.ticket-support-sec [class*=col-] + [class*=col-],
	.stay-connected [class*=col-] + [class*=col-],
	.why-choose-sec [class*=col-] + [class*=col-],
	.payment-procss-sec.sep_blk_b,
	.customization-content-box [class*=col-] + [class*=col-],
	.earn-an-affliate-sec .order_xs_2,
	.earn-an-affliate-sec  [class*=col-] + [class*=col-],
	.why-promote-sec [class*=col-] + [class*=col-]{
		margin-top: 30px;
	}

	.about-hero{
		background-position:0 -50%;
	}

	.countries.row_bs4 {
		margin-left: -5px;
		margin-right: -5px;
	}

	.countries .col-xs-3{
		padding-left: 5px;
		padding-right: 5px;
	}

	.modal_pmt.mob100 .logo_sec a{
		margin: auto;
	}

	.hmpg .catbx .bx {
		min-width: 72px;
	}

}

/*.svg_layout_click {
	position: absolute;
    right: 30px;
	cursor: pointer;
}*/

.btn_s2{
	font-size: 13px;
	display: inline-block;
	cursor: pointer;
	padding:6px 9px;
	border: 1px solid #d3d3d3;
	color:#4b4b4b;
	border-radius: 4px;
}

.btn_s2.isActive{
	border: 1px solid #dc2925;
	color:#dc2925;
}

.btn_s2.isActive .svgg{
	filter:invert(22%) sepia(48%) saturate(5947%) hue-rotate(339deg) brightness(98%) contrast(95%);
}

.sign_btn .angle_down_2 {
    height:15px;
    width:15px;
    background-color: #fff;
}

@media (min-width:768px) {

	.btn_s2{
		font-size: 14px;
		padding: 7px 20px;
	}
	

	.hederv2 .sign_btn > a:hover,
	.hederv2 .sign_btn > a:focus,
	.hederv2 .sign_btn > a {
		color:#fff
	}

	.hederv2 .sign_btn .nmeuser{
		display: inline-block;
		width: 80%;
		max-width: 150px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: right;
	}
}

/* Media kit, advertise pages */

.mediakit_baner {
    background-image: url(image/images.jpeg);
    background-position: top center;
}

.advertisewith_baner {
    background-image: url(assets/images/baner_advertise.jpg);
    background-position: top center;
}

.bx_border.offset1,
.bx_shadow.offset1{
	/*padding:30px;*/
	text-align: center;
}

.bx_shadow.iccon img{
	max-height:80px ;
}

.book_light{
	height:60px;
	width:60px;
	background-color: #d82926;
	-webkit-mask-image: url(assets/images/book-light.svg);
	mask-image: url(assets/images/book-light.svg);
}

.pen_ruler{
	height:60px;
	width:60px;
	background-color: #d82926;
	-webkit-mask-image: url(assets/images/pen-ruler-light.svg);
	mask-image: url(assets/images/pen-ruler-light.svg);
}

.ppt_ic{
	height:60px;
	width:60px;
	background-color: #d82926;
	-webkit-mask-image: url(assets/images/file-ppt-light.svg);
	mask-image: url(assets/images/file-ppt-light.svg);
}

.graybg {
    background-color: #fafafa;
}

.row-gap02.row_bs4 {
	margin-top: -30px;
}
.row-gap02 {
	row-gap: 30px;
}

.rbx{
	background-color: #f90f05;
}

.hed_tx11{
	font-size:3.2rem;
}

.cust_n_affil.advertisewith .regis_conleft {
    padding-left: 60px;
}

.wehiring .handheart,
.wehiring .hands_heart,
.advertisewith .globallight,
.advertisewith .lightbulb_exclamation,
.advertisewith .display_chart,
.advertisewith .hornn {
	height: 40px;
    width: 40px;
}

.advertisewith .headset_light{
	width: 40px;
	height: 45px;
}

.advertisewith .userpls,
.advertisewith .handshake_light,
.advertisewith .lightbulb_exclamation {
	width: 45px;
	height: 45px;
}

.cust_n_affil.advertisewith .regis_conleft {
    max-width:520px;
}

@media (min-width: 1200px) {

	.hed_tx11{
		font-size:4.8rem;
	}

	.advertisewith_baner,
    .mediakit_baner {
        padding: 100px 0 120px;
    }

	.mediaaset .section-hed-part p,
	.advertisewith_baner p,
	.mediakit_baner p {
        padding-inline: 170px;
        font-size: 1.9rem;
    }

	.bx_shadow.offset1{
		
	}	

}

.header_menu.onlogged.brandcolor_bg{
	padding-block:15px;
}

.modal_pmt_header.brandcolor_bg,
.header_menu_mob2.brandcolor_bg{
	background-color: #ff002a;
}

.convert_svg_white,
.brandcolor_bg .bak,
.brandcolor_bg .angle_lft{ /* for white sepia */
	filter:invert(84%) sepia(99%) saturate(5813%) hue-rotate(174deg) brightness(133%) contrast(109%);
}

.header_menu .logo img[src*=svg]{
	min-width: 150px;
}

.tktdesc ul,
.tktdesc ul li,
.ticket_category_desc ul,
.ticket_category_desc ul li,
ul.disc li,
ul.disc{
    list-style: disc;
}

.tktdesc ul,
.ticket_category_desc ul,
.ul.disc{
    padding-left: 12px;
}
 
.no_event_found{ /* for no event found */
	background-image: url(assets/images/baner_seltickt.jpg);
	background-size: cover;
	background-position: center top;
	height: 100%;
	color: #fff;
}

.no_event_found span{ /* for no event found */
	font-size: 24px;
	font-weight: 700;
	text-shadow: 0 1px rgba(0,0,0,0.5);
}

[class*=turnstile] iframe{
	min-width: 100%;
}
[class*=turnstile]{
	text-align: center;
}

/* submit a ticket on same page */
.sumiticket [data-name="phone_code"], .sumiticket .closepop,
.sumiticket .hed_tx {
	display: none;
}

@media (min-width: 768px) {
	
	.no_event_found span{ /* for no event found */
		font-size: 40px;
	}

	.no_event_found {
		min-height: 680px;
	}
	
	
}

@media (min-width: 1200px) {

	.no_event_found span{ /* for no event found */
		font-size:70px;
	}
	
}