.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);
}
.about-img-slider {
	position: relative;
}
.about-img-slider .slick-dots {
    display: flex;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translatex(-50%);
}
.about-img-slider .slick-dots > li:not(:last-child) {
    margin-right: 8px;
}
.about-img-slider .slick-dots > li > button {
    text-indent: -9000px;
    width: 11px;
    height: 11px;
    box-shadow: none;
    background-color: rgba(153, 2, 40, 0.5);
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.about-img-slider .slick-dots > li.slick-active button {
    background-color: #990228;
}

@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;
}



/* 27/05/2024 */

.result_info .image img{
	width: auto;
	/* height: auto; */
}
@media (max-width: 991px) {
	.result_info .image img{
		height: 220px;
	}
	.result_info .sec-title {
		text-align: center;
	}
	.result_info .sec-title.line::after {
		left: 50%;
    	transform: translate(-50%);
	}
}

.var-section-3 .img-box::before {
	content: "";
    width: 48%;
    height: calc(100% - 50px);
    background-color: #e6bac5;
    position: absolute;
	left: -8%;
    top: -10%;
    z-index: -1;
}
.community-values-section .img-box::before{
    left: 59%;
}
.community-values-section {
    padding-bottom: 220px;
}

/* 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;
}

/* Gallery Video Play Button */
.play-button {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
}
.play-button svg {
	width: 100%;
}
.gallery-grid .grid-item .img-box .icon a:hover .play-button {
	background: #000;
}