.wpcf7-validation-errors {
	display: none !important;
}

.wpcf7-mail-sent-ok {
	display: none !important;
}

.wpcf7-response-output {
	display: none !important;
}

.latest-news-sec-wrap .latest-news-main-wrap .latest-news-box:not(:last-child) {
	margin-bottom: 60px;
}

strong.search-highlight {
	color: #b2022f;
}

.map-box-wrap .map-inner {
	padding: 50px 100px;

	max-width: none;
}

.sitemap-links-sec .main-links li a:hover,
.sitemap-links-sec .main-links li a:focus {
	color: #b2022f;
}

.mv_dlg.ui-dialog .ui-dialog-content {
	z-index: -1 !important;
}

div.mv_dlg.ui-dialog {
	z-index: 100 !important;
}

.dress-code-list li.is_subtitle {
	list-style: none;

	margin-left: -19px;
}

.fee-structure-box .info,
.fee-structure-box li.box-header .info,
.fee-structure-box li.box-header .fees,
.fee-structure-box .fees {
	text-align: center;
}

.dress-code-content .tg {
	width: 100%;
}

.page-template-dress-code .dress-code-wrap {
	padding-bottom: 0;
}

@media (max-width: 991px) {
	.latest-news-sec-wrap
		.latest-news-main-wrap
		.latest-news-box:not(:last-child) {
		margin-bottom: 40px;
	}

	.map-box-wrap .map-inner {
		padding: 50px;
	}
}

@media (max-width: 767px) {
	.latest-news-sec-wrap
		.latest-news-main-wrap
		.latest-news-box:not(:last-child) {
		margin-bottom: 25px;
	}

	.map-box-wrap .map-inner {
		padding: 40px 30px;
	}

	.fee-structure-box .subtitle {
		font-size: 14px;
		padding: 8px;
	}
}

.fee-structure-box .subtitle {
	background-color: #e6bac5;
	color: #444953;
}

/* subscriber-form-starts */

.subscriber-wrap .btn-wrap {
	text-align: center;
}
.subscriber-wrap .btn-wrap input {
	max-width: 210px;
	margin: 0 auto;
}

.subscriber-wrap .btn-wrap .cta-btn {
	display: inline-block;
	padding: 10px 16px;
	font-size: 16px;
	line-height: 25px;
	font-weight: 700;
}

.subscriber-wrap .btn-wrap .cta-btn-blue {
	background: #ffffff;
	color: #b2022f;
	border: 2px solid #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.subscriber-wrap .btn-wrap .cta-btn-blue:hover,
.subscriber-wrap .btn-wrap .cta-btn-blue:focus {
	background: #ffffff;
	color: #990228;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0 0.5em 0.5em -0.4em #ffffff;
	-moz-box-shadow: 0 0.5em 0.5em -0.4em #ffffff;
	box-shadow: 0 0.5em 0.5em -0.4em #ffffff;
	-webkit-transform: translate(0px, -4px);
	-moz-transform: translate(0px, -4px);
	-o-transform: translate(0px, -4px);
	-ms-transform: translate(0px, -4px);
	transform: translate(0px, -4px);
}

@media (max-width: 991px) {
	.subscriber-wrap .btn-wrap .cta-btn {
		padding: 8px 12px;
		font-size: 14px;
		line-height: 19px;
		font-weight: 700;
	}
}

/* @media(max-width:767px){
	.subscriber-wrap .btn-wrap .cta-btn {
		padding: 8px 12px;
        font-size: 14px;
        line-height: 19px;
        font-weight: 700;
	}
} */

/* subscriber-form-ends */

.subscriber-wrap {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}

.subscribe-box .sec-title.line {
	display: inline-block;
}


/* New FAQ */


.tab-wrap .nav-item {
	padding-right: 24px;
}
.tab-wrap .nav-tabs .nav-link {
    display: inline-block;
    padding: 8px 18px;
    text-transform: uppercase;
    border: 1px solid #b2022f;
    border-radius: 0px;
    color: #000;
	font-size: 16px;
    line-height: 25px;
    font-weight: 700;
}
.tab-wrap .nav-link.active {
	background-color: #b2022f;
    color: #fff;
	transition: all 0.3s ease-in-out;
}
.tab-wrap .nav-tabs {
	padding-bottom: 24px;
	border-bottom: 0;
}
