.main-pricing {
	padding-bottom: 30px;
	padding-top: 30px;
}

.pricing-cap {
	padding: 15px;
}

.pricing-cap h4 {
	color: #000;
	text-transform: uppercase;
	font-family: 'montserratbold';
	font-size: 16px;
}

.pricing-cap p {
	text-align: center;
	font-family: 'montserratregular';
	background-image: linear-gradient(to right, #1f1f1f, rgb(31, 31, 31), rgb(202, 30, 44));
	height: 60px;
	border-radius: 50%;
	width: 60px;
	margin: auto;
	margin-bottom: 15px;
}

.pricing-cap p i {
	color: #fff;
	font-size: 40px;
	padding-top: 10px;
	text-align: center;
}

.pricing-cap span {
	color: #000;
	font-size: 60px;
	font-family: 'montserratregular';
	text-align: center;
	width: 100%;
	float: left;
}

.pricing-cap h4 i {
	display: block;
	background: #fff;
	color: #000;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: auto;
	margin-bottom: 15px;
	padding-top: 17px;
}

.pricing-sold {
	background-image: linear-gradient(to right, #1f1f1f, rgb(31, 31, 31), rgb(202, 30, 44));
	color: #fff;
	top: 0;
	position: absolute;
	padding: 4px 19px;
	font-family: 'montserratbold';
	right: 0px;
	font-size: 18px;
	border: 1px solid #ccc;
	line-height: normal;
	display: inline-block;
	overflow: hidden;
}

.pricing-f {
	text-align: center;
	padding: 30px;
	display: inline-block;
	width: 100%;
	z-index: 999;
	position: absolute;
	bottom: 0;
}

.pricing-cap span i {
	font-size: 24px;
}

.product-description-tabs .event-tab {
	padding: 15px;
}

.product-description-tabs .event-tab h1 {
	font-family: 'montserratbold';
	font-size: 24px;
	color: #484848;
	text-transform: uppercase;
}

.product-description-tabs .event-tab span {
	display: block;
	font-size: 14px;
	text-transform: capitalize;
	font-family: 'montserratlight';
	text-transform: capitalize;
}

.our-product .common-title span i {
	color: #ca1e2c;
	float: left;
	margin-right: 5px;
}

.product-description-tabs {
	margin-top: 15px;
	border: 1px solid #ccc;
}

.product-description-tabs .event-tab p {
	margin-bottom: 6px;

}


.product-description-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: blue;
	border-color: #002930 #dee2e6 #fff;
}

.product-description-tabs .nav-tabs {
	border-bottom: 1px solid #002930;
}

.product-description-tabs .nav-link {
	color: #000;
}

.terms-cond {
	overflow: auto;
}

.pricing-cap span {
	color: #ffffff;
	font-size: 30px;
	font-family: 'montserratbold';
	text-align: center;
	width: 100%;
	float: left;
	position: absolute !important;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	padding-top: 18px;
}

.card-container {
	cursor: pointer;
	position: relative;
	background: #fff;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 4px;
	min-height: 405px;
}

.overlay {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: #000;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
	text-align: center;
}

.card-container:hover .overlay {
	bottom: 0;
	height: 100%;
}

.text {
	color: white;
	font-size: 14px;
	padding: 15px;
}

.pricing-cap p {
	position: relative;
	overflow: hidden;
}

.item {
	position: relative;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.image {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.item:hover .image {
	opacity: 0.3;
}

.item:hover .middle {
	opacity: 1;
}

.card-container .side span {
	font-size: 18px;
	color: #fff;
	padding: 4px 13px;
	border: 1px solid #ccc;
	font-family: auto;
	line-height: normal;
	display: inline-block;
	overflow: hidden;
	background-color: #002930;
	/*background: linear-gradient(to right, #1f1f1f, rgb(31, 31, 31), rgb(202, 30, 44*/
}

.ticket-list {
	font-size: 11px;
	font-family: 'montserratregular';
	text-align: center;
}

.ticket-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ticket-list li {
	line-height: 24px;
	font-size: 14px;
	border-bottom: 1px dashed #ccc;
	text-align: left;
	font-family: sans-serif;
}

.ticket-list i {
	color: #0ab;
	padding-right: 5px;
}

.ticket-list li:last-child {
	border-bottom: none;
}

.pricing-f .event-btn {
	z-index: 1000;
	margin-top:10px;
	position: relative;
}

p {
	font-family: auto;
}

.ticket-purchase {
	padding: 30px 0;
}

.tikt-heading h4 {
	color: #1f1f1f;
	text-transform: uppercase;
	font-family: 'montserratbold';
}

.tikt-heading span {
	color: #ff1b2e;
	display: block;
	margin-top: 15px;
	position: relative;
}

.tikt-heading span:before {
	position: absolute;
	top: -13px;
	left: 0;
	content: "";
	background: #ff1b2e;
	width: 75px;
	height: 4px;
}

.ticket-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ticket-nav li {
	color: #1f1f1f;
	line-height: 34px;
}

.ticket-nav i {
	margin-right: 10px;
	color: #002930;
}

.card-img-fixed {
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow: hidden;
	padding: 4px;
}

small {
	text-transform: uppercase;
	font-family: 'montserratbold';
	font-size: 12px;
}
.product-description-tabs .terms-cond iframe {
    padding: 15px 0;
}

.tabs-to-dropdown .tab-content .container-fluid p {
    overflow:auto ;
}