.wrapper{
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
}
.row{
	margin: 0;
}
.carousel-inner img {
	width: 100%;
	height: 100%;
}
/*SHADOW*/
.shadow1{
	box-shadow: 0px 0px 5px 1px #ddd7d7;
    background: #fff;
}
/*HOME PAGE*/
.match-info{

}
/*MOVIE DETAILS*/
.t-minus, .t-plus{
	cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    background-color: #dcdcdc;
    font-weight: 600;
}
.t-minus:hover, .t-plus:hover {
    background: #ffc600;
}
.t-count{
	color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 2px;
    min-width: 35px;
    text-align: center;
}
.input-number-qty {
    border: none;
    width: 3%;
}
.inc-dec{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mov-det .nav-tabs .nav-item.show .nav-link, .mov-det .nav-tabs .nav-link.active{
	border: none;
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background: #ffc600;
    color: #fff;
    border-radius: 0;
}
.mov-det .nav-tabs, .mov-det .nav-link{
	border: none;
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 5px 5px;
}
.mov-det .nav-link:hover{
	border: none;
}
/*CONFIRMATION PAGE*/
.confirmation-table .table-bordered td, .table-bordered th{
	border: none;
}
/*CUSTOMER DETAILS*/
.customer-det-wrapper{
	background: url('../images/bg-cust-det.jpg');
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover; 
	padding: 1% 0 4% 0;
}
.after-plus::after{
	content: '+';
	position: absolute;
    top: 10px;
    right: 0;
}
.after-equals::after{
	content: '=';
	position: absolute;
    top: 10px;
    right: 0;
}
.cust-det-calcu{
	background-color: #343a40;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.customer-details-ul{
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 5px;
}
.customer-details-ul ul{
	list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: left;
    padding: 20px 5% 20px 0;
}
.bor-bot-li{
	display: inline-block;
	border-bottom: 1px solid #000;
}
.cust-det-form{
	padding: 20px;
    background-color: rgba(0, 0, 0, 0.8215686274509804);
    color: #fff;
    font-size: 14px;
}
.cust-det-form input, .cust-det-form select,.cust-det-form input:focus, .cust-det-form select:focus{
	/*background: transparent;*/
	color: #000;
}
select > option{
	color: #000;
}
/*FOOTER*/
.footer-ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer-ul li{
	padding-right: 10px;
}
.footer .fab{
	padding: 10px;
}
.footer a{
	color: #fff;
}
.footer a:hover{
	color: #fff;
}
.footer-line{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
/*FONTS*/
.f-14{
	font-size: 14px;
}
/*COLOR*/
.c-white{
	color: #fff;
}
.c-white-imp{
	color: #fff !important;
}
.c-black{
    color: #000 !important;
}
.c-grey{
	color: #6a6a6a
}
.c-orange{
	color: #f9a03c;
}
.c-red{
	color: #ef3e38;
}
.c-purple{
	color: #58459e;
}
.c-green{
	color: #75c041;
}
.c-pink{
	color: #ed1b7e;
}
.c-sky{
	color: #329dcb;
}
/*BACKGROUND*/
.bg-orange{
	background-color: #f9a03c;
}
.bg-red{
	background-color: #ef3e38;
}
.bg-purple{
	background-color: #58459e;
}
.bg-green{
	background-color: #75c041;
}
.bg-pink{
	background-color: #ed1b7e;
}
.bg-sky{
	background-color: #329dcb;
}
.bg-yelow{
	background-color: #ffc600;
}
/*BORDER*/
.br-right{
    border-radius: 0 5px 5px 0px !important;
}
.br-left{
    border-radius: 5px 0 0 5px !important;
}
.br-18{
	border-radius: 18px;
}
.b-white{
	border: 2px solid #fff;
}
/*CUSTOM*/
.w-40{
    width: 40%;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover{
    color: #fff;
}
.float-right-resp-center{
	float: right;
}
/*LINE HEIGHT*/
.lh-2{
	line-height: 2;
}
/*PADDING*/
.p0{
	padding: 0;
}
.align-v-h-center{
    display: flex;
	align-items: center;
	justify-content: center;
}
.align-v-h-center-resp{
	display: flex;
	align-items: center;
	justify-content: center;
}
.resp-pr-4{
    padding-right: 1.5rem;
}
.resp-mr-4{
    margin-right: 1.5rem;
}
a:hover{
	text-decoration: none;
	cursor: pointer;
}
h4{
	margin: 0;
}
p{
	margin: 0;
}
button{
	font-size: 14px !important;
}

/*CUSTOM RADIO BUTTON*/
/* The container */
.payment-chioce {
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px;
}

/* Hide the browser's default radio button */
.payment-chioce input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.payment-chioce:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.payment-chioce input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.payment-chioce input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.payment-chioce .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/*PILLS*/
.t-10-pills .nav-link {
    border-radius: .25rem;
    background: #e2e2e2;
    margin: 0;
    color: #5e5d5d;
    font-weight: 600;
    border: 1px solid #fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #470272;
}
.t-10-pills-resp li a:hover{
    color: #fff;
}
/*EVENT DETAILS*/
.celebrity{
    font-weight: 600;
    text-transform: uppercase;
    background: rgba(116, 193, 17, 0.7607843137254902);
    padding: 8px;
    margin-top: 10px;
    border-radius: 10px;
}
.celebrity-view{
    padding: 4px 10px;
    border-radius: 18px;
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 14px;
    background-color: #ffc600;
}
.cust-eve-det-height{
    height: 130px;
    padding-top: 15px;
}
/*MODAL CENTER*/
.modal-center{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 800px;
}
/*MEDIA QUERIES*/
@media only screen and (max-width: 320px){
	.navbar-brand{
		width: 65%;
	}
	.font-10-resp{
		font-size: 10px;
	}
}
@media only screen and (min-width: 321px) and (max-width: 426px){	
	.navbar-brand{
		width: 70%;
	}
    .cust-eve-det-height {
        height: 140px;
    }
}
@media only screen and (max-width: 426px){
    /*EVENT DETAIL*/
    .mob-pos-fixed{
        position: fixed;
        bottom: 0;
        background: #dcdcdc;
        padding: 10px !important;
        z-index: 999;
    }
    .nav-link{
        padding:5px;
    }
    .resp-w-20{
        width: 20%;
    }
	.verses-img{
		width: 51%;
	}
	/*FONTS*/
	.font-12-resp{
		font-size: 12px;
	}
	.font-14-resp{
		font-size: 14px;
	}
	.align-v-h-center-resp{
		display: block;
	}
	.footer h4{
		font-size: 18px;
	}
	.footer .col-sm-4{
		border-bottom: 1px solid rgba(255,255,255,0.07);
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	/*CUSTOM*/
	.text-center-mob{
		text-align: center;
	}
	.float-right-resp-center{
		float: inherit;
	}
	p{
		font-size: 13px;
	}
    ::-webkit-input-placeholder {
        color:#fff;
    }
    ::-moz-placeholder {
        color:#fff;
    }
    ::-ms-placeholder {
        color:#fff;
    }
    ::placeholder {
        color:#fff;
    }
	/*CUSTOMER DETAILS*/
	.customer-details-ul ul {
	    /*display: block;*/
	    text-align: center;
	    padding: 5px;
	}
	/*CUSTOMER DETAILS*/
	.after-plus::after {
	    top: 60px;
	    right: 47%;
        width: 20px;
        height: 20px;
        background: #000;
        border-radius: 50%;
        font-size: 13px;
	}
	.after-equals::after {
	    top: 60px;
	    right: 47%;
        width: 20px;
        height: 20px;
        background: #000;
        border-radius: 50%;
        font-size: 13px;
	}
	.mob-pad-10{
		padding: 10px;
	}	
    .mob-pad-15{
		padding: 15px;
	}	
    /*EVENT LIST*/
    .t-10-pills{
        font-size: 10px;
    }
    /*STICKY TOP*/
    .sticky-top{
        background: rgba(0, 0, 0, 0.8784313725490196);
        padding-bottom: 4%;
    }
    .sticky-back{
        background: rgba(0, 0, 0, 0.8784313725490196);
        padding-bottom: 4%;
    }
    .width-15-resp{
        width: 15%;
    }
    .resp-center{
        text-align: center;
    }
}
@media only screen and (min-width:427px) and (max-width:768px){
	.customer-details-ul ul{
		padding: 10px 12px;
	}
}
@media only screen and (min-width:769px) {  
    .img-width-35{
        width:35%;
    }  
    .img-width-40{
        width:40%;
    }
    .img-width-45{
        width:45%;
    }
    .cust-background-desk{
        background: rgba(96, 130, 50, 0.4);
        padding: 10px 0;
    }
}
@media only screen and (min-width:769px) and (max-width:1024px){
	.customer-details-ul ul{
		padding: 15px 20px;
	}
    .resp-pr-4{
        padding-right: 0;
    }
    .resp-mr-4{
        margin-right: 0;
    }
    .resp-md-f-11{
        font-size: 11px !important;
    }

    .img-match {
        max-width: 50%;
    }
}
@media only screen and (min-width:1024px) and (max-width:1366px){
	.resp-padding{
        padding: 0 10%;
	}
}
.test{
    padding:0;
}