/*=============FONTS================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
	font-family: "Filson Pro";
	src: url("../fonts/FilsonPro-Bold.woff2") format("woff2"),
		url("../fonts/FilsonPro-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Filson Pro";
	src: url("../fonts/FilsonPro-Medium.woff2") format("woff2"),
		url("../fonts/FilsonPro-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
/*=============COMMON CSS================*/

body {
	font-family: 'Montserrat', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Filson Pro';
	font-weight: bold;
	margin: 0;
}

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

a {
	text-decoration: none !important;
}

section {
	padding: 100px 0;
}

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

.pl-50 {
	padding-left: 50px;
}

.container {
	max-width: 1200px;
}

.default-common-btn {
	display: inline-block;
	height: 38px;
	border: 1px solid #E087A7;
	background: #E087A7;
	border-radius: 35px;
	width: 265px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.5s ease-in-out;
}

.default-common-btn:hover {
	background: #fff;
	color: #E087A7;
}

.common-btn-white {
	width: 200px;
	height: 38px;
	background: #fff;
	color: #000;
	line-height: 38px;
	display: inline-block;
	text-align: center;
	border-radius: 35px;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #1D1309;
	transition: all 0.5s ease-in-out;
}

.common-btn-white:hover {
	color: #E087A7;
}

.back-to-top {
	display: inline-block;
	position: fixed;
	bottom: 30px;
	right: 20px;
	width: 118px;
	height: 44px;
	line-height: 42px;
	background: #FFFFFF;
	border: 2px solid #000000;
	border-radius: 22px;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	color: #1D1309;
	transition: all 0.5s ease-in-out;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
}

.back-to-top:hover {
	background: #DA2F8A;
	color: #fff;
	border-color: #DA2F8A;
}

.back-to-top.active {
	opacity: 1;
	pointer-events: all;
}
/*=============HEADER CSS================*/
.site-header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
}

.site-header.sticky-header {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.navbar {
	background: #fff !important;
	padding: 15px 0;
}

.navbar-brand {
	padding: 0;
	/* margin-left: -20px; */
	width: 200px;
}

.navbar-brand img {
	width: 100%;
	height: auto;
}

.nav-link {
	padding: 0 !important;
	line-height: 1;
	font-size: 16px;
	color: #000 !important;
	transition: all 0.5s ease-in-out;
	font-weight: 500;
}

.navbar-nav .nav-item:not(:last-child) {
	margin-right: 30px;
}

.navbar-nav .nav-item {
	position: relative;
	padding: 10px 0;
}

.navbar-nav .nav-item:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #E087A7;
	transform: scale(0);
	transition: all 0.5s ease-in-out;
}

.navbar-nav .nav-item.active:after,
.navbar-nav .nav-item:hover:after {
	transform: scale(1);
}

.location-link a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family: 'Filson Pro';
	font-size: 20px;
}

.location-link a i {
	margin-right: 10px;
	color: #e087a7 !important;
}

.mr-dropdown-wrap {
	position: relative;
}

.mr-dropdown-wrap .mr-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	transform: scaleY(0);
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	width: 160px;
	padding: 10px 0 20px 0;
	transition: all 0.5s ease-in-out;
	pointer-events: none;
	transform-origin: top center;
}

.mr-dropdown-wrap:hover .mr-dropdown {
	transform: scaleY(1);
	pointer-events: all;
}

.mr-dropdown li a {
	display: block;
	padding: 5px 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #8A8A8A;
	transition: all 0.5s ease-in-out;
}

.mr-dropdown li a:hover {
	color: #E087A7;
}

/*=============INDEX CSS================*/
.hero-text {
	position: relative;
	z-index: 1;
}

.hero-text h1 {
	font-weight: 700;
	font-size: 47px;
	color: #000;
	margin-bottom: 20px;
}

.hero-text p {
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #000000;
	margin: 0 0 50px 0;
	max-width: 94%;
}

.book-announcement-title {
	font-weight: 700;
	font-size: 47px;
	color: #000;
	margin-bottom: 20px;
	font-family: 'Filson Pro';
	margin: 0;
	line-height: 1.2;
	margin-block-end: 0.83em;
}

.hero-text .subtitle {
	margin-bottom: 25px;
}

.subtitle span {
	display: inline-block;
	position: relative;
	color: #E087A7;
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	font-family: 'Filson Pro';
}

.subtitle span::before,
.subtitle span::after {
	content: "";
	position: absolute;
	height: 4px;
	border-bottom: 1px solid #E087A7;
	border-top: 1px solid #E087A7;
	width: 30%;
	top: 50%;
	transform: translateY(-50%);
}

.subtitle span::before {
	left: 0;
	margin-left: -35%;
}

.subtitle span::after {
	right: 0;
	margin-right: -35%;
}

.hero-text .subtitle,
.book-announecement-content {
	max-width: 100% !important;
}

.hero-img {
	margin-left: -200px;
}

.hero-img img {
	width: 100%;
}

.devdr img {
	width: 100%;
}

.msn-section {
	padding-bottom: 0;
}

.msn-section .video-holder {
	padding-right: 70px;
	padding-top: 60px;
}

.msn-section .video-holder iframe {
	width: 100%;
	height: 282px;
}

.msn-section .msn-text h2,
.hero-section .msn-text h2 {
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 25px;
}

.book-announcement-section {
	padding: 70px 0;
}

.book-cover-image-container {
	margin-top: 60px;
}

.msn-section .msn-text p {
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	margin: 0;
}

.msn-section .msn-text p:not(:last-child) {
	margin-bottom: 20px;
}

.msn-section .msn-text:not(:last-child) {
	margin-bottom: 35px;
}

.sc-girls-section .default-common-btn {
	margin-top: 40px;
	width: 250px;
}

.home-sc-girl.sc-girls-section h3 {
	margin-top: 70px;
}

.review-section {
	padding-top: 0;
}

.review-section .review-wrap {
	margin-top: 0;
}

.parents-testimonial-section {
	background: #E087A7;
}

.parents-testimonial-section h3 {
	font-weight: 700;
	font-size: 36px;
	color: #FFFFFF;
	margin-bottom: 40px;
}

.testimonial-wrapper .owl-stage {
	display: flex;
}

.testimonial-wrapper .owl-item {
	display: flex;
	flex: 1 0 auto;
}

.testimonial-wrapper .item {
	background: #fff;
	padding: 100px;
	position: relative;
	border-radius: 21px;
}

.testimonial-wrapper .item:after {
	content: '';
	position: absolute;
	width: 48px;
	height: 48px;
	background: url('/assets-new/images/frontend/Quote-Right.png') no-repeat center;
	bottom: 30px;
	right: 40px;
}

.testimonial-wrapper .item:before {
	content: '';
	position: absolute;
	width: 48px;
	height: 48px;
	background: url('/assets-new/images/frontend/Quote-Left.png') no-repeat center;
	top: 30px;
	left: 40px;
}

.testimonial-wrapper .items-inner {
	/* min-height: 120px; */
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
}

.testimonial-wrapper .items-inner .items-content {
	width: 100%;
}

.testimonial-wrapper .items-inner p {
	font-weight: 400;
	font-size: 22px;
	color: #1D1309;
	line-height: 30px;
	margin: 0;
}

.testimonial-wrapper {
	padding: 0 55px;
}

.testimonial-wrapper .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	pointer-events: none;
	display: flex;
	justify-content: space-between;
}

.testimonial-wrapper .owl-nav button {
	pointer-events: all;
}

.testimonial-wrapper .owl-nav button.owl-prev {
	margin-left: -55px;
}

.testimonial-wrapper .owl-nav button.owl-next {
	margin-right: -55px;
}

.testimonial-wrapper .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.testimonial-wrapper .owl-dots .owl-dot {
	border: 1px solid #ECC9D2;
	height: 15px;
	width: 15px;
	border-radius: 100%;
}

.testimonial-wrapper .owl-dots .owl-dot:not(:last-child) {
	margin-right: 10px;
}

.testimonial-wrapper .owl-dots .owl-dot.active {
	background: #fff;
	border-color: #fff;
}

.director-testimonial-section {
	background: #fff;
}

.director-testimonial-section h3 {
	color: #000000;
}

.director-testimonial-section .testimonial-wrapper .item {
	background: #1D1309;
}

.director-testimonial-section .testimonial-wrapper .items-inner p {
	color: #fff;
}

.director-testimonial-section .testimonial-wrapper .item:before {
	background: url('/assets-new/images/frontend/Quote-Left-light.png') no-repeat center;
}

.director-testimonial-section .testimonial-wrapper .item:after {
	background: url('/assets-new/images/frontend/Quote-Right-light.png') no-repeat center;
}

.director-testimonial-section  .testimonial-wrapper .owl-dots .owl-dot {
	border-color: #000;
}

.director-testimonial-section  .testimonial-wrapper .owl-dots .owl-dot.active {
	background: #000;
	border-color: #000;
}

.why-be-dtr-section {
	padding-top: 0;
}

.box-heading {
	max-width: 760px;
	height: 100px;
	margin: 0 auto 60px auto;
	background: #FFFFFF;
	border: 4px solid #000000;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.box-heading:after {
	content: '';
	position: absolute;
	left: -10px;
	bottom: -10px;
	background: #000;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.box-heading p {
	margin: 0;
	font-weight: 700;
	font-size: 24px;
	color: #000;
}

.video-wrap {
	height: 320px;
}

.video-wrap iframe {
	width: 100%;
	height: 100%;
	display: block;
}

.become-drt-wrap {
	padding-left: 150px;
}

.become-drt-wrap img {
	max-width: 100%;
}

.become-drt-wrap .dt-text h3 {
	font-weight: 700;
	font-size: 48px;
	color: #000000;
	margin-bottom: 5px;
}

.become-drt-wrap .dt-text p {
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 21px;
	margin-bottom: 35px;
}

.instagram-feeds-section {
	background: #ECC9D2;
	position: relative;
}

.insta-feed-wrap {
	padding: 0 55px;
}

.insta-feed-wrap .items a {
	display: block;
	margin-right: 24px;
	width: 23.3%;
	margin-bottom: 24px;
}

.insta-feed-wrap .items a:nth-child(4),
.insta-feed-wrap .items a:nth-child(8) {
	margin-right: 0;
}

.insta-feed-wrap .items a:nth-child(5),
.insta-feed-wrap .items a:nth-child(6),
.insta-feed-wrap .items a:nth-child(7),
.insta-feed-wrap .items a:nth-child(8) {
	margin-bottom: 0;
}

.insta-feed-wrap .items a figure {
	margin: 0;
	height: 255px;
	position: relative;
	overflow: hidden;
}

.insta-feed-wrap .items a figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.insta-feed-wrap .items a figure figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 15px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	transform: translateY(100%);
	transition: all 0.5s ease-in-out;
}

.insta-feed-wrap .items a figure figcaption span {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.insta-feed-wrap .items a:hover figure figcaption {
	transform: translateY(0);
}

.insta-feed-wrap .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	pointer-events: none;
	display: flex;
	justify-content: space-between;
	height: 25px;
}

.insta-feed-wrap .owl-nav button {
	pointer-events: all;
	position: absolute;
}

.insta-feed-wrap .owl-nav button.owl-prev {
	top: 0;
	left: -55px;
}

.insta-feed-wrap .owl-nav button.owl-next {
	top: 0;
	right: -55px;
}

.insta-feed-wrap .owl-nav button.disabled {
	display: none;
}

.instagram-feeds-section .bdr {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	top: auto;
}

.instagram-feeds-section .bdr img {
	width: 100%;
}

.story-text {
	padding-right: 50px;
}

.story-text h3 {
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 25px;
}

.story-text p {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	margin-bottom: 25px;
}

.story-text a {
	margin-top: 15px;
}

.story-section figure {
	margin: 40px 0 0 0;
}

.story-section .videos-holder {
	margin-top: 70px;
}

.story-section .videos-holder iframe {
	width: 100%;
	height: 325px;
	display: block;
}

.map-heading {
	max-width: 535px;
	margin: 0 auto;
	text-align: center;
}

.map-heading h3 {
	font-weight: 700;
	font-size: 36px;
	color: #1D1309;
}

.map-heading a {
	margin-top: 30px;
}

.map-section figure {
	text-align: center;
}

.map-section figure img {
	max-width: 100%;
}

.ibm-link-section {
	background: #ECC9D2;
	min-height: 500px;
}

.ibm-link-section .box-heading {
	max-width: 645px;
	border: none;
	background: transparent;
	margin-bottom: 0;
}

.ibm-link-section .box-heading:after {
	z-index: 1;
}

.ibm-link-section .box-heading a {
	font-weight: 700;
	font-size: 24px;
	color: #000000;
	height: 100px;
	background: #FFFFFF;
	border: 4px solid #000000;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.ibm-link-section .box-heading a:hover {
	color: #ce658e;
}

.contact-page-section.home-contact-section {
	padding-top: 100px;
}

/*=============ABOUT CSS================*/
.about-section1 {
	padding-top: 0;
}

.about-section1 .section-wrapper .text-holder {
	width: 50%;
}

.about-section1 .section-wrapper .text-holder h1 {
	font-weight: 700;
	font-size: 49©px;
	color: #000;
	margin-bottom: 30px;
}

.about-section1 .section-wrapper .text-holder p {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 25px;
}

.about-section1 .section-wrapper .section-img {
	width: 50%;
}

.about-section1 .section-wrapper .section-img img {
	max-width: 100%;
}

.my-voice-section {
	position: relative;
}

.my-voice-section .section-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.my-voice-section .section-bg img {
	width: 100%;
	height: 100%;
}

.my-voice-section .texts {
	padding-right: 70px;
}

.my-voice-section .texts h2 {
	font-weight: 700;
	font-size: 32px;
	color: #000000;
	margin-bottom: 20px;
}

.my-voice-section .texts p {
	font-weight: 500;
	font-size: 20px;
	line-height: 27px;
	color: #000000;
	margin: 0;
}

.my-voice-section iframe {
	width: 100%;
	display: block;
	height: 370px;
}

.history-section figure img {
	max-width: 100%;
	border-radius: 15px;
}

.history-section .hist-text h3 {
	font-weight: 700;
	font-size: 36px;
	color: #000000;
	margin-bottom: 30px;
}

.history-section .hist-text p {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}

.history-section .hist-text p:last-child {
	margin: 0;
}

.behind-the-scenes-section {
	background: #1D1309;
}

.behind-the-scenes-section h3 {
	font-weight: 700;
	font-size: 36px;
	color: #fff;
	margin-bottom: 20px;
}

.behind-the-scenes-section p {
	font-weight: 400;
	font-size: 17.5px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 20px;
}

.behind-the-scenes-section p:last-child {
	margin: 0;
}

.behind-the-scenes-section figure img {
	max-width: 100%;
	border-radius: 15px;
}

.bts-text {
	padding-right: 20px;
}

.director-wrap {
	margin: 0 -15px;
}

.director-wrap:not(:last-child) {
	margin-bottom: 100px;
}

.director-wrap:nth-child(even) {
	flex-direction: row-reverse;
}

.director-wrap .director-img {
	padding: 0 15px;
	width: 320px;
}

.director-wrap .director-img figure {
	width: 100%;
	height: 364px;
}

.director-wrap .director-img figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.director-wrap .director-text {
	padding: 0 15px;
	width: calc(100% - 320px);
}

.director-name-designation {
	padding: 20px 30px;
	background: #fff;
	border: 4px solid #000000;
	border-radius: 10px;
	margin-left: 10px;
	position: relative;
	margin-bottom: 7px;
}

.director-name-designation:after {
	content: '';
	position: absolute;
	left: -10px;
	bottom: -7px;
	background: #000;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.director-name-designation .name {
	display: inline-block;
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	color: #000000;
	font-family: 'Filson Pro';
	font-weight: bold;
}

.director-name-designation .designation {
	font-weight: 500;
	font-size: 22px;
	line-height: 29px;
	color: #DA2F8A;
}

.dt-dtls {
	padding-left: 50px;
	padding-top: 50px;
	padding-right: 20px;
}

.dt-dtls p {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}

.dt-dtls p:last-child {
	margin: 0;
}

.find-group-section {
	background: #E3A6B1;
}

.find-group-section .text-center {
	max-width: 785px;
	margin: 0 auto;
}

.find-group-section .text-center p {
	font-weight: 700;
	font-size: 36px;
	color: #1D1309;
	line-height: 42px;
	font-family: 'Filson Pro';
	margin-bottom: 50px;
}

.image-blocks  figure {
	margin: 0;
	width: calc(100% / 3);
}

.image-blocks  figure img {
	width: 100%;
}

.my-vc-wrapper {
	max-width: 1050px;
	margin: 0 auto;
}

.my-vc-wrapper figure {
	margin: 0;
	text-align: center;
}

.my-vc-wrapper figure img {
	max-width: 100%;
}

.review-wrap {
	margin-top: 50px;
}

.review-wrap .review-img {
	width: 295px;
	height: 230px;
}

.review-wrap .review-img img {
	width: 100%;
	height: 100%;
}

/*=============CONTACT CSS================*/
.contact-page-section {
	padding-top: 50px;
	position: relative;
}

.contact-page-section .container {
	position: relative;
	z-index: 2;
}

.contact-page-section .border:not(.sc-enroll) {
	position: absolute;
	bottom: 200px;
	left: 0;
	width: 100%;
	border: none !important;
}

.contact-page-section .border img {
	width: 100%;
}

.contact-page-section h1 {
	font-weight: 700;
	font-size: 50px;
	color: #000000;
	line-height: 1;
	margin-bottom: 15px;
}

.contact-page-section .call {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #000;
}

.contact-page-section .call a {
	color: #000;
	transition: all 0.5s ease-in-out;
}

.contact-page-section .call a:hover {
	color: #DA2F8A;
}

.contact-page-section figure img {
	max-width: 100%;
}

.contact-form {
	border: 4px solid #000000;
	border-radius: 10px;
	position: relative;
	background: #fff;
	padding: 55px 40px;
	margin-top: 75px;
}

.contact-form:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 10px;
	background: #000;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.contact-form h2 {
	color: #DA2F8A;
	font-size: 32px;
	line-height: 32px;
}

.contact-form p {
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 30px;
}

.contact-form .form-inline {
	flex-flow: unset;
	margin: 0 -12.5px 25px -12.5px;
}

.contact-form .form-inline .form-group {
	padding: 0 12.5px;
	display: block;
	width: 50%;
	margin: 0;
}

.contact-form .form-group {
	margin-bottom: 25px;
}

.contact-form .form-inline .form-group.w-30 {
	width: 30%;
}

.contact-form .form-inline .form-group.w-40 {
	width: 40%;
}

.contact-form .form-inline label {
	display: block;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 5px;
}

.contact-form label {
	display: block;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 5px;
}

.contact-form .form-inline .form-control {
	width: 100%;
}

.form-control {
	height: 38px;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	outline: none !important;
	box-shadow: none !important;
	background: #fff;
}

.contact-form textarea.form-control {
	height: 115px;
	resize: vertical;
}

.captcha-holder {
	margin-top: 20px;
}

.contact-form .captcha {
	background: #f4f4f4;
}

.captcha-holder i {
	display: inline-block;
	margin: 0 30px;
	cursor: pointer;
}

.contact-submit {
	padding-top: 10px;
}

.contact-submit input[type="submit"],
.contact-submit button {
	width: 160px;
	height: 44px;
	padding: 0;
	border: 1px solid #E087A7;
	background: #E087A7;
	border-radius: 2px;
	outline: none;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	transition: all 0.5s ease-in-out;
}

.contact-submit input[type="submit"]:hover,
.contact-submit button:hover {
	background: #fff;
	color: #E087A7;
}

.contact-form .form-inline .invalid-feedback {
	left: 15px;
}

.contact-form .align-items-center {
	margin-bottom: 25px;
}

/* .contact-page-section form {
	padding-right: 10px;
} */
/*=============COSTUME INFO CSS================*/
.costume-page-section {
	padding-bottom: 0;
	padding-top: 40px;
}

.costume-page-section .section-heading {
	margin-bottom: 50px;
}

.costume-page-section .section-heading h1 {
	font-weight: 700;
	font-size: 50px;
	color: #000;
}

.costume-page-section .section-heading p {
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #000000;
	margin: 0;
}

.custume-info-img img {
	max-width: 100%;
}

.costume-info-details-page-links a {
	display: block;
	width: 495px;
	background: #FFFFFF;
	border: 4px solid #000000;
	border-radius: 10px;
	padding: 15px 25px;
	position: relative;
}

.costume-info-details-page-links a:nth-child(2) {
	padding-top: 11.5px;
	padding-bottom: 11.5px;
	margin-top: 25px;
}

.costume-info-details-page-links a:after {
	content: '';
	position: absolute;
	left: 10px;
	bottom: -10px;
	width: 100%;
	height: 100%;
	background: #000;
	border-radius: 10px;
	z-index: -1;
}

.costume-info-details-page-links a figure figcaption {
	width: 206px;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #1D1309;
	font-family: 'Filson Pro';
	transition: all 0.5s ease-in-out;
}

.costume-info-details-page-links a:hover figure figcaption {
	color: #E087A7;
}

.costume-info-details-page-links .diable-costume-intro-link {
	cursor: not-allowed;
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
}

.coming-soon {
	font-size: 4em;
	font-weight: 600;
	position: absolute;
	z-index: 1;
	right: 0;
	left: 0;
	color: #E087A7;
	bottom: 46%;
}
/*=============SINGERS COMPANY COSTUME CSS================*/
.section-heading .default-common-btn {
	margin-top: 30px;
}

.costume-gallery {
	padding: 0 55px;
}

.costume-gallery .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	pointer-events: none;
}

.costume-gallery .owl-nav button {
	pointer-events: all;
}

.costume-gallery .owl-nav .owl-prev {
	margin-left: -55px;
}

.costume-gallery .owl-nav .owl-next {
	margin-right: -55px;
}

.costume-dtls {
	padding-left: 55px;
	padding-right: 55px;
}

.costume-dtls h3 {
	font-weight: 700;
	font-size: 36px;
	color: #000000;
	margin-bottom: 20px;
}

.costume-dtls p {
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #000000;
}

.costume-dtls p:last-child {
	margin: 0;
}

.costume-dtls hr {
	width: 305px;
	border: 1px solid #000000;
	margin: 20px auto 20px 0;
}

.costume-dtls hr:last-child {
	margin-bottom: 0;
}

.costume-dtls .lbl {
	display: block;
	font-weight: 700;
	font-size: 22px;
	color: #DA2F8A;
	margin-bottom: 10px;
}

.costume-dtls a {
	color: #DA2F8A;
}

.costume-dtls a:hover {
	text-decoration: underline !important;
}

.costume-details-section .row:not(:last-child) {
	margin-bottom: 100px;
}

.costume-details-section .row:nth-child(even) {
	flex-direction: row-reverse;
}

.costume-details-section .row:nth-child(even) .costume-dtls {
	padding-left: 55px;
	padding-right: 70px;
}

.ready-to-purchase-section {
	background: #E3A6B1;
}

.purchase-wrap {
	max-width: 525px;
	margin: 0 auto;
	color: #fff;
}

.purchase-wrap h3 {
	font-weight: 700;
	font-size: 48px;
	margin-bottom: 20px;
}

.purchase-wrap p {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 30px;
}

.purchase-wrap .default-common-btn {
	background: #DA2F8A;
	border-color: #DA2F8A;
}

.purchase-wrap .default-common-btn:hover {
	background: #fff;
	border-color: #fff;
	color: #DA2F8A;
}

.info-box:not(:last-child) {
	margin-bottom: 100px;
}

.info-box h3 {
	font-weight: 700;
	font-size: 36px;
	color: #000;
	margin-bottom: 25px;
}

.info-box ul li:not(:last-child) {
	margin-bottom: 15px;
}

.info-box ul li strong {
	display: block;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 5px;
	color: #DA2F8A;
}

.info-box ul li p {
	margin: 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #000000;
}

.sizing-chart {
	margin-top: 50px;
	max-width: 875px;
	margin-left: auto;
	margin-right: auto;
}

.chart-title {
	background: #ce658e;
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
}

.sizing-chart table {
	color: #212529;
}

.info-box>p {
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #000000;
}

.sizing-chart .table td, .table th {
	bordeR: none;
}

.sizing-chart p {
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #000000;
	margin: 50px 0 0 0;
}

.merch-section {
	background: #ECC9D2;
}

.merch-photo button.disabled {
	opacity: 0;
	pointer-events: none;
}

.merch-wrap {
	padding: 0 55px;
}

.merch-wrap h3 {
	font-weight: 700;
	font-size: 36px;
	color: #000;
	margin-bottom: 40px;
}

.merch-photo figure {
	height: 390px;
	border-radius: 15px;
	overflow: hidden;
}

.merch-photo figure img {
	height: 100%;
	width: 100%;
}

.merch-photo .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	pointer-events: none;
}

.merch-photo .owl-nav button {
	pointer-events: all;
}

.merch-photo .owl-nav .owl-prev {
	margin-left: -55px;
}

.merch-photo .owl-nav .owl-next {
	margin-right: -55px;
}

.merch-wrap .text-center {
	margin-top: 40px;
}

.bottom-border img {
	width: 100%;
}

.sg-costume .section-heading {
	margin-bottom: 0;
}
/*=============BECOME A DRRECTOR CSS================*/
.bcmd-section .section-heading h1 {
	margin-bottom: 40px;
}

.bcmd-section .form-wrap {
	margin-left: 30px;
	position: relative;
}

.bcmd-section .form-wrap .contact-form {
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.bcmd-section .form-block .block-title {
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 10px;
}

.bcmd-section .form-block:not(:last-child) {
	margin-bottom: 25px;
}

.bcmd-section .form-block .form-inline {
	margin: 0 -6px 25px -6px;
}

.bcmd-section .form-block .form-inline:last-child {
	margin-bottom: 0;
}

.bcmd-section .form-block .form-inline .form-group {
	padding: 0 6px;
}

.custom-select {
	background: #fff url('/assets-new/images/frontend/Arrow.png') right 0.75rem center/15px 15px no-repeat;
}

.custom-select:focus {
	box-shadow: none;
}

.bcmd-section .form-block .form-inline .form-group.w-40 {
	width: 40%;
}

.bcmd-section .form-block .form-inline .form-group.w-35 {
	width: 35%;
}

.bcmd-section .form-block .form-inline .form-group.w-25 {
	width: 25%;
}

.bcmd-section .form-block textarea {
	height: 72px;
	display: block;
	resize: none;
}

.bcmd-section .captcha-inputs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 300px;
}

.bcmd-section .captcha-inputs .input-box {
	width: 58px;
}

.bcmd-section .captcha-inputs .input-box .form-control {
	background: #E0E0E0;
}

.bcmd-section .captcha-inputs .sign {
	width: 38px;
	text-align: center;
}

.bcmd-section .captcha-inputs .sign i {
	font-style: normal;
	font-size: 24px;
	color: #DA2F8A;
}

.bcmd-section .captcha-inputs .ans-box {
	width: calc(100% - 192px);
	position: relative;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.submit-btn-wrap {
	width: 300px;
}

.submit-btn-wrap button,
.submit-btn-wrap input[type="submit"],
#submitEnrollmentForm {
	width: 100%;
	height: 44px;
	padding: 0;
	background: #DA2F8A;
	border: 1px solid #DA2F8A;
	border-radius: 2px;
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
	transition: all 0.5s ease-in-out;
	border-radius: 2px;
}

.submit-btn-wrap button:hover,
.submit-btn-wrap input[type="submit"]:hover,
#submitEnrollmentForm:hover {
	background: #fff;
	color: #DA2F8A;
}

.as-director-section {
	background: #ECC9D2;
	position: relative;
}

.as-director-section h3 {
	font-weight: 700;
	font-size: 28px;
	color: #1D1309;
	margin-bottom: 30px;
}

.as-director-section p {
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	color: #1D1309;
}

.as-director-section p:not(:last-child) {
	margin-bottom: 20px;
}

.as-director-section .curved-border-solid {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.as-director-section .curved-border-solid img {
	width: 100%;
}

.great-section {
	overflow: hidden;
	padding-top: 280px;
	padding-bottom: 0;
}

.great-section h3 {
	font-weight: 700;
	font-size: 36px;
	color: #000000;
	margin-bottom: 30px;
}

.great-section .text-block {
	position: relative;
}

.great-section .text-block p {
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #1D1309;
	margin: 0;
}

.great-section .text-block .text-img {
	width: 925px;
	padding-right: 25px;
}

.great-section .text-block .only-img {
	width: calc(100% - 925px);
	text-align: center;
}

.great-section .text-block .only-img img {
	max-width: 100%;
}

.great-section .inner-text-img {
	margin-top: 40px;
}

.great-section .inner-text-img .t-img {
	width: 45%;
	padding-right: 20px;
}

.great-section .inner-text-img .t-img img {
	max-width: 100%;
}

.great-section .inner-text-img .t-text {
	width: 55%;
	padding-left: 20px;
}

.pink-box {
	background: #DA2F8A;
	border-radius: 35px 0 0 35px;
	padding: 20px 60px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 64%;
}

.pink-box:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #DA2F8A;
}

.great-section .text-block .pink-box p {
	color: #fff;
	margin: 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
}

.great-section .text-block:not(:last-child) {
	margin-bottom: 70px;
}

.great-section .text-block:last-child {
	flex-direction: row-reverse !important;
}

.great-section .text-block:last-child .text-img {
	width: 970px;
}

.great-section .text-block:last-child .only-img {
	width: calc(100% - 970px);
}

.great-section .text-block:last-child .inner-text-img {
	flex-direction: row-reverse;
	align-items: flex-end;
}

.great-section .text-block:last-child .inner-text-img .t-text {
	padding-left: 0;
	padding-right: 20px;
	width: 45%;
	margin-bottom: 50px;
}

.great-section .text-block:last-child .inner-text-img .t-img {
	padding-left: 20px;
	padding-right: 0;
	width: 55%;
}

.lern-more-sec {
	background: #1D1309;
}

.lern-more-sec .text-center {
	max-width: 670px;
}

.lern-more-sec .text-center p {
	color: #FFFFFF;
}

.image-gallery-section {
	width: 100%;
	display: inline-flex;
}
/* .image-gallery-section figure{
	width:28%;
} */
.image-gallery-section figure img {
	width: 100%;
}
/* .image-gallery-section figure:last-child{
	width:16%;
} */

.contact-form .form-group {
	position: relative;
}

.invalid-feedback {
	position: absolute;
	left: 7px;
	top: 100%;
    /* bottom: -18px; */
	font-size: 11px !important;
	line-height: 10px !important;
}

/*=============ENROLL CSS================*/
.interested-form h2 {
	margin-bottom: 20px;
}

.interested-form .form-group.w-80 {
	width: 85%;
}

.interested-form .form-inline.w-70 {
	width: 70%;
}

.add-more-perticipant {
	margin: 35px 0;
}

.add-more-perticipant .add-more {
	border: none;
	padding: 0;
	background: transparent;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #000;
	transition: all 0.5s ease-in-out;
}

.add-more-perticipant .add-more i {
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	margin-right: 7px;
	color: #DA2F8A;
}

.interested-form .captcha-inputs {
	width: 100%;
}

.interested-form .captcha-inputs .input-box {
	width: 95px;
}

.interested-form .captcha-inputs .ans-box {
	width: calc(100% - 266px);
}

.interested-form .radio-btn-wrap .radio-btn-holder input[type="radio"], 
.interested-form .radio-btn-wrap .radio-btn-holder input[type="checkbox"] {
	display: none;
}

.interested-form .radio-btn-wrap .radio-btn-holder label {
	display: block;
	position: relative;
	padding-left: 30px;
	line-height: 20px;
	margin: 0;
	font-weight: 500;
	font-size: 14px;
	color: #000000;
}

.interested-form .radio-btn-wrap .radio-btn-holder label:before {
	content: '';
	height: 20px;
	width: 20px;
	border: 1px solid #1D1309;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.interested-form .radio-btn-wrap .radio-btn-holder input[type="radio"]:checked + label:before,
.interested-form .radio-btn-wrap .radio-btn-holder input[type="checkbox"]:checked + label:before {
	background: #DA2F8A url('/assets-new/images/frontend/tick.png') no-repeat center;
	border-color: #DA2F8A;
}

.interested-form .submit-btn-wrap {
	width: 300px;
}

.interested-form .radio-btn-wrap .radio-btn-holder:not(:last-child) {
	margin-right: 25px;
}

.interested-form .submit-btn-wrap .submit-form {
	margin-top: 15px;
}

.bcmd-section .form-wrap .interested-form {
	position: static;
}

.bcmd-section.enroll-section .section-heading {
	margin-bottom: 50px;
	padding-right: 40px;
}

.bcmd-section.enroll-section .section-heading h1 {
	margin-bottom: 20px;
}

.bcmd-section.enroll-section .section-heading p {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}

.bcmd-section.enroll-section .section-heading figure {
	margin-top: 50px !important;
}

.enroll-section {
	position: relative;
	padding-bottom: 0;
}

.bdr {
	position: absolute;
	left: 0;
	top: 815px;
}

.sc-girls-section h3 {
	font-weight: 700;
	font-size: 48px;
	color: #000;
	margin-bottom: 20px;
	margin-top: 130px;
}

.sc-girls-section ul li {
	position: relative;
	padding-left: 29px;
	color: #000;
	font-weight: 400;
	font-size: 20px;
}

.sc-girls-section ul li:not(:last-child) {
	margin-bottom: 6px;
}

.sc-girls-section ul li:before {
	content: '';
	position: absolute;
	left: 12px;
	height: 5px;
	width: 5px;
	border-radius: 100%;
	background: #000;
	top: 14px;
}

.Participant-set:not(:last-child) {
	margin-bottom: 15px;
}

.Participant-set h5 {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
}

.Participant-set:nth-child(3) h5:after {
	content: '2';
	font-size: 20px;
	line-height: 24px;
	color: #000;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	padding-left: 7px;
}

.Participant-set:nth-child(4) h5:after {
	content: '3';
	font-size: 20px;
	line-height: 24px;
	color: #000;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	padding-left: 7px;
}

.Participant-set:nth-child(5) h5:after {
	content: '4';
	font-size: 20px;
	line-height: 24px;
	color: #000;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	padding-left: 7px;
}

.add-more-perticipant.hide {
	display: none;
}
/*================MEET OUR DIRECTOR START==================*/
.meet-ur-dtr .section-heading p {
	margin-top: 30px;
	font-size: 16px;
	line-height: 26px;
}

.meet-ur-dtr .section-heading p a {
	color: #ce658e;
}

.meet-ur-dtr .custume-info-img {
	padding-left: 70px;
}

.director-filter {
	padding-top: 40px;
}

select.director-list {
	max-width: 300px;
}

.mt-dr-list .name span {
	display: block;
}

.mt-dr-list .name small {
	font-size: 16px;
}

.mt-dr-list .dt-dtls h4 {
	margin-bottom: 10px;
	color: #da2f8a;
}

.mt-dr-list .dt-dtls p {
	font-size: 16px;
}

/* .mt-dr-list .dt-dtls p br {
	display: none;
} */

.mt-dr-list .dt-dtls ul {
	margin-bottom: 1rem;
	list-style-type: unset;
}

.mt-dr-list .director-img figure {
	height: auto;
}

.d-map #map_holder {
	max-width: 100%;
	width: 100% !important;
	overflow: hidden;
}

.d-map #map_inner svg {
	max-width: 100%;
	width: 100% !important;
	height: auto;
}

.mt-dr-list .director-heading {
	position: relative;
	margin-left: 10px;
	border: 4px solid #e087a7;
	border-radius: 10px;
}

.mt-dr-list .director-heading::after {
	content: '';
	position: absolute;
	left: -10px;
	bottom: -7px;
	background: #e087a7;
	border-radius: 10px;
	width: 100%;
	height: 100%;
}

.mt-dr-list .director-heading .director-name-designation {
	border-color: #e087a7;
	z-index: 2;
	margin-left: 0;
	border: none;
	margin-bottom: 0;
}

.mt-dr-list .director-heading .director-name-designation::after {
	display: none;
}

.mt-dr-list .director-name-designation:after {
	background: #e087a7;
}

/*=============FOOTER CSS================*/
.site-footer {
	background: #E087A7;
	padding: 60px 0;
}

.footer-logo-holder a {
	display: inline-block;
}

footer .hel-45 {
	color: #fff;
	font-size: 43px;
	margin: 30px 0 0 0;
}

.footer-links-wrapper>li>a,
.footer-links-wrapper>li>h5 {
	font-weight: 500;
	font-size: 20px;
	color: #FFFFFF;
	font-family: 'Filson Pro';
	display: inline-block;
	line-height: 24px;
}

.footer-links-wrapper>li>h5 {
	margin-bottom: 10px;
}

.footer-links-wrapper>li ul li:not(:last-child) {
	margin-bottom: 7px;
}

.footer-links-wrapper>li ul li a {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	line-height: 19px;
	display: inline-block;
}

.footer-links-wrapper>li ul li a:hover {
	text-decoration: underline !important;
}

.social-link-wrap li a {
	height: 46px;
	width: 46px;
	color: #fff;
	font-size: 40px;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	display: inline-block;
}

.social-link-wrap li:not(:last-child) {
	margin-right: 20px;
}

.copy-right-text {
	text-align: right;
	margin: 10px 0 0 0;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
}

.xmark-circle {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 155px;
}

.gray-bg {
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 54%, rgba(241,241,241,1) 100%);
	padding: 70px 0;
}

/*================RESPONSIVE START==================*/
@media only screen and (max-width: 2560px) and (min-width: 1920px) {
	.bdr {
		width: 48%;
		top: 813px;
	}

	.bdr img {
		width: 100%;
	}

	.image-gallery-section figure {
		width: 28%;
		height: 470px;
	}

	.image-gallery-section figure:last-child {
		width: 16%;
	}

	.image-gallery-section figure img {
		width: 100%;
		object-position: top;
		object-fit: cover;
		height: 100%;
	}

	.contact-page-section .border {
		bottom: 175px;
	}
}

@media (max-width: 1300px) {
	.mr-dropdown-wrap:last-child .mr-dropdown {
		left: auto;
		right: 0;
	}
}

@media (max-width: 1290px) {
	.costume-gallery .owl-nav img {
		max-width: 55%;
	}

	.costume-gallery .owl-nav .owl-prev {
		margin-left: -32px;
	}

	.costume-gallery .owl-nav .owl-next {
		margin-right: -32px;
	}
}

@media (max-width: 1199px) {
	.container {
		padding: 0 5%;
	}

	.about-section1 .section-wrapper .text-holder h1 {
		font-size: 44px;
	}

	.costume-dtls p {
		font-size: 20px;
	}

	.bcmd-section.enroll-section .section-heading h1 {
		font-size: 38px;
	}

	.bdr {
		left: -95px;
		top: 787px;
	}

	.sc-girls-section h3 {
		font-size: 40px;
	}

	.items-inner p {
		font-size: 22px;
	}

	.insta-feed-wrap .items a {
		width: 23.1%;
	}

	.video-wrap {
		height: 290px;
	}

	.become-drt-wrap .dt-text h3 {
		font-size: 46px;
	}

	.story-section .videos-holder iframe {
		height: 300px;
	}

	.costume-page-section .section-heading h1 {
		font-size: 45px;
	}

	.great-section .text-block .text-img {
		width: 850px;
	}

	.great-section .text-block .only-img {
		width: calc(100% - 850px);
	}

	.great-section .text-block:last-child .text-img {
		width: 850px;
		padding-right: 0;
	}

	.great-section .text-block:last-child .only-img {
		width: calc(100% - 850px);
	}
}

@media (max-width: 1100px) {
	.great-section .text-block .text-img {
		width: 795px;
	}

	.great-section .text-block .only-img {
		width: calc(100% - 795px);
	}
}

@media (max-width: 1080px) {
	.bdr {
		top: 776px;
	}

	.insta-feed-wrap .items a figure {
		height: 197px;
	}

	.become-drt-wrap .dt-text h3 {
		font-size: 40px;
	}

	.video-wrap {
		height: 265px;
	}

	.sc-girls-section figure img {
		max-width: 100%;
	}

	.msn-section .video-holder iframe {
		height: 225px;
	}

	.insta-feed-wrap .items a {
		width: 22.9%;
	}

	.hero-text h1,
	.book-announcement-title {
		font-size: 36px;
	}

	.about-section1 .section-wrapper .text-holder h1 {
		font-size: 40px;
	}

	.my-voice-section iframe {
		height: 425px;
	}

	.costume-page-section .section-heading h1 {
		font-size: 40px;
	}

	.contact-page-section h1 {
		font-size: 40px;
	}

	.pink-box {
		padding: 20px 45px;
	}
}

@media (max-width: 1024px) {
	section {
		padding: 50px 0;
	}

	.book-announcement-section {
		padding: 35px 0;
	}

	.about-section1 .section-wrapper .text-holder h1 {
		font-size: 38px;
		margin-bottom: 20px;
	}

	.about-section1 .section-wrapper .text-holder p {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.about-section1 {
		padding: 50px 0;
	}

	.my-voice-section .texts h2 {
		font-size: 30px;
	}

	.my-voice-section .texts p {
		font-size: 18px;
	}

	.my-voice-section iframe {
		height: 315px;
	}

	.history-section .hist-text p {
		font-size: 16px;
		line-height: 23px;
	}

	.behind-the-scenes-section p {
		font-size: 16px;
	}

	.dt-dtls p {
		font-size: 16px;
	}

	.dt-dtls {
		padding: 30px 0 0 30px;
	}

	.director-name-designation .name {
		font-size: 20px;
	}

	.director-name-designation .designation {
		font-size: 18px;
	}

	.director-name-designation {
		padding: 10px 20px;
	}

	.director-wrap:not(:last-child) {
		margin-bottom: 50px;
	}

	.find-group-section .text-center p {
		font-size: 27px;
		line-height: 34px;
		margin-bottom: 25px;
	}

	.contact-page-section h1 {
		font-size: 40px;
	}

	.contact-form {
		margin-top: 65px;
	}

	.contact-page-section .border {
		bottom: 160px;
	}

	.contact-form .form-inline {
		flex-wrap: wrap;
	}

	.contact-form .form-inline .form-group.w-30 {
		width: 50%;
	}

	.contact-form .form-inline .form-group.w-40 {
		width: 100%;
		margin-top: 25px;
	}

	.costume-page-section .section-heading h1 {
		font-size: 40px;
	}

	.costume-info-details-page-links a {
		width: 100%;
	}

	.costume-dtls p {
		font-size: 16px;
		line-height: 20px;
	}

	.costume-dtls h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.costume-details-section .row:not(:last-child) {
		margin-bottom: 50px;
	}

	.purchase-wrap h3 {
		font-size: 40px;
	}

	.purchase-wrap p {
		font-size: 16px;
	}

	.purchase-wrap p br {
		display: none;
	}

	.info-box ul li strong {
		font-size: 19px;
	}

	.info-box ul li p {
		font-size: 16px;
		line-height: 20px;
	}

	.info-box:not(:last-child) {
		margin-bottom: 50px;
	}

	.info-box>p {
		font-size: 16px;
		line-height: 20px;
	}

	.sizing-chart p {
		font-size: 16px;
		line-height: 20px;
		margin-top: 30px;
	}

	.merch-photo figure {
		height: 365px;
	}

	.contact-form p br {
		display: none;
	}

	.bcmd-section .form-wrap .contact-form {
		padding: 30px 20px;
	}

	.bcmd-section .form-wrap {
		margin-left: 0;
	}

	.bcmd-section .form-block textarea {
		height: 38px;
	}

	.as-director-section p {
		font-size: 16px;
		line-height: 20px;
	}

	.great-section .text-block p {
		font-size: 16px;
		line-height: 20px;
	}

	.great-section .text-block .text-img {
		width: 700px;
	}

	.great-section .text-block .only-img {
		width: calc(100% - 700px);
	}

	.great-section .text-block:not(:last-child) {
		margin-bottom: 50px;
	}

	.great-section .text-block p.mb-5 {
		margin-bottom: 30px !important;
	}

	.great-section .text-block:last-child .text-img {
		width: 750px;
	}

	.great-section .text-block:last-child .only-img {
		width: calc(100% - 750px);
		padding-right: 30px;
	}

	.great-section .text-block:last-child .inner-text-img .t-text {
		margin: 0;
	}

	.great-section .text-block:last-child .inner-text-img {
		align-items: flex-start;
	}

	.bcmd-section.enroll-section .section-heading p {
		font-size: 16px;
		line-height: 20px;
	}

	.bdr {
		left: -163px;
		top: 692px;
	}

	.sc-girls-section figure img {
		max-width: 100%;
	}

	.sc-girls-section ul li {
		font-size: 16px;
		line-height: 20px;
	}

	.sc-girls-section ul li:before {
		top: 8px;
	}

	.hero-text h1,
	.book-announcement-title {
		font-size: 40px;
	}

	.book-cover-image-container {
		margin-top: 30px;
	}

	.hero-text p,
	.subtitle span {
		margin-bottom: 30px;
	}

	.hero-text .subtitle {
		margin-bottom: 0;
	}

	.hero-img {
		margin-left: -100px;
	}

	.msn-section .msn-text p {
		font-size: 16px;
		line-height: 20px;
	}

	.msn-section .video-holder iframe {
		height: 230px;
	}

	.msn-section .video-holder {
		padding-right: 40px;
	}

	.testimonial-wrapper .item {
		padding: 60px;
	}

	.testimonial-wrapper .items-inner {
		min-height: 80px;
	}

	.testimonial-wrapper .items-inner p {
		font-size: 16px;
		line-height: 20px;
	}

	.director-testimonial-section .testimonial-wrapper .item:before,
	.director-testimonial-section .testimonial-wrapper .item:after,
	.testimonial-wrapper .item:before,
	.testimonial-wrapper .item:after {
		height: 30px;
		width: 30px;
		background-size: contain;
	}

	.testimonial-wrapper .item:before {
		left: 30px;
	}

	.testimonial-wrapper .item:after {
		right: 30px;
	}

	.video-wrap {
		height: 250px;
	}

	.become-drt-wrap .dt-text h3 {
		font-size: 35px;
	}

	.become-drt-wrap {
		padding-left: 100px;
	}

	.insta-feed-wrap .items a {
		width: 22.7%;
	}

	.insta-feed-wrap .items a figure {
		height: 210px;
	}

	.story-section .videos-holder iframe {
		height: 255px;
	}

	.ibm-link-section {
		min-height: 300px;
	}

	.contact-page-section.home-contact-section {
		padding-top: 50px;
	}

	.story-text p {
		font-size: 16px;
		line-height: 20px;
	}

	.custume-info-img.text-center {
		text-align: right !important;
	}

	.contact-page-section .call {
		font-size: 18px;
	}

	.bcmd-section .form-block .form-inline .form-group.w-30 {
		width: 30% !important;
	}

	.contact-page-section .call {
		font-size: 15px;
	}

	.costume-page-section.intro-page .custume-info-img {
		padding-top: 205px;
	}

	.find-group-section .text-center {
		max-width: 600px;
	}

	.great-section .text-block .pink-box {
		width: 60%;
		bottom: -36px;
	}

	.great-section .text-block .pink-box p {
		font-size: 18px;
	}

	.gray-bg {
		padding: 50px 0;
	}

	.costume-gallery {
		padding: 0;
	}

	.costume-dtls {
		padding-right: 0;
	}
}

@media (max-width: 1023px) {
	.navbar {
		padding: 15px;
	}

	.navbar-nav .nav-item {
		padding: 0;
	}

	.mr-dropdown-wrap .nav-link {
		padding-right: 40px;
		position: relative;
	}

	.mr-dropdown-wrap .nav-link:before {
		content: '';
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		background: url('/assets-new/images/frontend/plus-solid.svg') no-repeat center;
		height: 20px;
		width: 20px;
		transition: all 0.5s ease-in-out;
	}

	.mr-dropdown-wrap.dp-show .nav-link {
		color: #E087A7 !important;
	}

	.mr-dropdown-wrap.dp-show .nav-link:before {
		background: url('/assets-new/images/frontend/minus-solid.svg') no-repeat center;
	}

	.mr-dropdown-wrap .mr-dropdown {
		transform: scale(1);
		position: static;
		box-shadow: none;
		width: 100%;
		pointer-events: all;
		padding: 0;
		max-height: 0;
		transition: all 0.5s ease-in-out;
		overflow: hidden;
	}

	.mr-dropdown-wrap.dp-show .mr-dropdown {
		max-height: 300px;
	}

	.mr-dropdown li a {
		padding: 5px 15px;
		font-size: 18px;
	}

	.navbar-nav .nav-item.active:after, 
	.navbar-nav .nav-item:hover:after {
		display: none;
	}

	.navbar-nav .nav-item.active .nav-link {
		color: #E087A7 !important;
	}

	.about-section1 .section-wrapper {
		align-items: center !important;
	}

	.about-section1 .section-wrapper .text-holder h1 {
		font-size: 30px;
	}

	.my-voice-section .texts {
		padding-right: 0;
	}

	.my-voice-section .texts h2 {
		font-size: 28px;
	}

	.my-voice-section iframe {
		height: 250px;
	}

	.history-section .hist-text {
		margin-top: 30px;
	}

	.history-section .hist-text h3 {
		font-size: 30px;
	}

	.history-section .col-lg-5 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}

	.history-section .col-lg-7 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}

	.find-group-section .text-center {
		max-width: 600px;
	}

	.review-wrap .review-img {
		width: 230px;
		height: 175px;
	}

	.review-wrap {
		margin-top: 20px;
	}

	footer {
		padding: 40px 0;
	}

	.contact-form {
		padding: 35px 20px;
	}

	.contact-form h2 {
		font-size: 24px;
	}

	.contact-form p br {
		display: none;
	}

	.contact-form .form-inline {
		flex-wrap: wrap;
	}

	.contact-form .form-inline .form-group.w-30 {
		width: 50%;
	}

	.contact-form .form-inline .form-group.w-40 {
		width: 100%;
		margin-top: 25px;
	}

	.costume-page-section .section-heading h1 {
		font-size: 30px;
	}

	.costume-page-section .section-heading p {
		font-size: 18px;
	}

	.costume-info-details-page-links a figure figcaption {
		font-size: 16px;
	}

	.costume-info-details-page-links a {
		padding: 10px 15px;
	}

	.costume-info-details-page-links a figure figcaption {
		width: 166px;
	}

	.costume-info-details-page-links a:nth-child(2) {
		padding-top: 6.5px;
		padding-bottom: 6.5px;
	}

	.sg-costume .row {
		align-items: center;
	}

	.costume-dtls {
		padding-left: 20px;
		padding-right: 0;
	}

	.costume-details-section .row:nth-child(even) .costume-dtls {
		padding-left: 0;
		padding-right: 20px;
	}

	.merch-photo figure {
		height: 285px;
	}

	.as-director-section h3 {
		font-size: 20px;
	}

	.great-section h3 {
		font-size: 30px;
	}

	.bcmd-section .form-block .form-inline .form-group.w-25 {
		width: 100% !important;
	}

	.bcmd-section .form-block .form-inline .form-group.w-40,
	.bcmd-section .form-block .form-inline .form-group.w-35 {
		margin-bottom: 15px;
		margin-top: 0 !important;
		width: 50%;
	}

	.bcmd-section .section-heading {
		margin-bottom: 150px;
	}

	.pink-box {
		width: 55%;
		font-size: 18px;
		padding: 15px 0 15px 30px;
	}

	.great-section .text-block .pink-box p {
		font-size: inherit;
	}

	.great-section .text-block .text-img {
		width: 600px;
	}

	.great-section .text-block .only-img {
		width: calc(100% - 600px);
	}

	.great-section .text-block:last-child .text-img {
		width: 570px;
		padding-right: 0;
	}

	.great-section .text-block:last-child .only-img {
		width: calc(100% - 570px);
	}

	.great-section .text-block:last-child .inner-text-img {
		align-items: flex-end;
	}

	.great-section .text-block:last-child .inner-text-img .t-text {
		margin-bottom: 50px;
	}

	.bcmd-section.enroll-section .section-heading h1 {
		font-size: 29px;
	}

	.bdr {
		left: -45px;
		top: 650px;
		height: 60px;
	}

	.bdr img {
		height: 100%;
	}

	.interested-form .form-group.w-80 {
		width: 100%;
	}

	.interested-form .form-inline.w-70 {
		width: auto;
	}

	.interested-form .captcha-inputs {
		width: 100%;
	}

	.interested-form .captcha-inputs .input-box {
		width: 60px;
	}

	.interested-form .captcha-inputs .ans-box {
		width: calc(100% - 196px);
	}

	.sc-girls-section h3 {
		font-size: 30px;
		margin-top: 100px;
	}

	.hero-text h1,
	.book-announcement-title {
		font-size: 30px;
	}

	.hero-img {
		margin-left: -60px;
	}

	.msn-section .video-holder {
		padding-right: 20px;
	}

	.msn-section .video-holder iframe {
		height: 175px;
	}

	.home-sc-girl.sc-girls-section h3 {
		margin-top: 25px;
	}

	.video-wrap {
		height: 198px;
	}

	.become-drt-wrap {
		padding-left: 0;
	}

	.insta-feed-wrap .items a {
		width: 22%;
	}

	.insta-feed-wrap .items a figure {
		height: 155px;
	}

	.insta-feed-wrap .items a figure figcaption {
		height: 100%;
		top: 0;
		left: 0;
		bottom: auto;
		text-align: center;
	}

	.story-section figure img {
		max-width: 100%;
	}

	.story-text {
		padding-right: 20px;
	}

	.story-section .videos-holder iframe {
		height: 205px;
	}

	.story-section .videos-holder {
		margin-top: 50px;
	}

	.map-heading h3 {
		font-size: 30px;
	}

	.parents-testimonial-section h3 {
		font-size: 30px;
		margin-bottom: 25px;
	}

	.costume-page-section.intro-page .custume-info-img {
		padding-top: 40px;
	}

	.bcmd-section .section-heading h1 {
		font-size: 34px;
	}
}

@media (max-width: 999px) {
	.navbar {
		padding: 0 15px;
	}

	.navbar-light .navbar-brand {
		padding: 15px 0;
	}

	.navbar-nav .nav-item:not(:last-child) {
		padding-right: 0;
		margin-right: 0;
		border: none;
	}

	.navbar-collapse {
		margin: 0 -15px;
		/* background: rgba(240, 81, 145, 0.3); */
		border-top: 2px solid rgba(240, 81, 145, 0.3);
		border-bottom: 2px solid rgba(240, 81, 145, 0.3);
	}

	.navbar-collapse ul {
		padding: 15px 0;
	}

	.navbar-light .navbar-nav .nav-link {
		padding: 7px 15px !important;
		display: block;
	}

	.navbar-light .navbar-toggler {
		background: #E087A7;
		border: none;
		outline: none;
		height: 48px;
		width: 48px;
		padding: 0;
	}

	.navbar-light .navbar-toggler span {
		display: block;
		width: 25px;
		height: 3px;
		border-radius: 5px;
		background: #fff;
		margin: 0 auto;
		transition: all 0.5s ease-in-out;
	}

	.navbar-light .navbar-toggler span:not(:last-child) {
		margin-bottom: 5px;
	}

	.navbar-light .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}

	.navbar-light .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
		transform: rotate(45deg) translateX(5px) translateY(6px);
	}

	.navbar-light .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
		transform: rotate(-45deg) translateX(5px) translateY(-6px);
	}

	footer .hel-45 {
		font-size: 32px;
		text-align: center;
		margin-top: 20px;
		line-height: 1;
		margin-bottom: 30px;
	}

	.footer-logo-holder {
		text-align: center;
	}

	.site-footer .col-md-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.site-footer .col-md-8 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.social-link-wrap {
		padding-top: 30px;
		justify-content: center !important;
	}

	.copy-right-text {
		text-align: center;
	}

	.costume-info-details-page-links a figure img {
		max-width: 150px;
	}

	.costume-info-details-page-links a figure figcaption {
		width: 160px;
	}

	.costume-info-details-page-links a {
		min-height: 101px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.contact-form .captcha-input {
		width: calc(100% - 196px);
	}

	.bdr {
		top: 636px;
	}

	.subtitle span::before, .subtitle span::after {
		width: 18%;
	}

	.subtitle span::before {
		margin-left: -23%;
	}

	.subtitle span::after {
		margin-right: -23%;
	}
}

@media (max-width: 820px) {
	.bdr {
		top: 652px;
	}
}

@media (max-width: 810px) {
	.bdr {
		top: 667px;
	}
}

@media (max-width: 800px) {
	.bdr {
		top: 693px;
	}
}

@media (max-width: 768px) {
	.about-section1 {
		padding-top: 0;
	}

	.about-section1 .section-wrapper {
		flex-direction: column-reverse;
	}

	.about-section1 .section-wrapper .text-holder {
		width: 100%;
		text-align: center;
	}

	.about-section1 .section-wrapper .section-img {
		width: 100%;
		text-align: center;
	}

	.my-voice-section .col-lg-5 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.my-voice-section .col-lg-7 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.my-voice-section iframe {
		height: 415px;
	}

	.my-voice-section .texts {
		margin-bottom: 30px;
		text-align: center;
	}

	.behind-the-scenes-section .row {
		flex-direction: column-reverse;
		text-align: center;
	}

	.behind-the-scenes-section .col-lg-5 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.behind-the-scenes-section .col-lg-7 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.bts-text {
		padding-right: 0;
		padding-top: 30px;
	}

	.director-wrap .director-img {
		width: 100%;
		padding-bottom: 30px;
		text-align: center;
	}

	.director-wrap .director-text {
		width: 100%;
	}

	.director-wrap .director-img figure {
		width: 290px;
		display: inline-block;
	}

	.review-wrap .review-img {
		width: 210px;
		height: 165px;
	}

	.captcha-input {
		width: calc(100% - 196px);
	}

	.costume-page-section .col-md-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.costume-info-details-page-links {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.costume-info-details-page-links a {
		width: calc(50% - 15px);
	}

	.costume-info-details-page-links a:nth-child(2) {
		margin-top: 0;
	}

	.costume-info-details-page-links a figure figcaption {
		font-size: 15px;
		width: 132px;
	}

	.costume-info-details-page-links a figure figcaption img {
		width: 128px;
	}

	.custume-info-img.text-center {
		text-align: center !important;
		margin-top: 30px !important;
	}

	.costume-page-section .section-heading {
		text-align: center;
		margin-bottom: 30px;
	}

	.merch-photo figure {
		height: 262px;
	}

	.pink-box {
		font-size: 16px;
	}

	.contact-page-section h1 {
		font-size: 30px;
	}

	.bcmd-section.enroll-section .section-heading {
		padding-right: 0;
	}

	.bdr {
		height: 60px;
		left: -38px;
		top: 644px;
	}

	.bdr img {
		height: 100%;
	}

	.interested-form .submit-btn-wrap {
		width: auto;
	}

	.sc-girls-section h3 {
		margin-top: 50px;
	}

	.story-text h3 {
		font-size: 25px;
	}

	.video-wrap,.story-section .videos-holder iframe {
		height: 185px;
	}

	.msn-section .msn-text h2,
	.subtitle span {
		font-size: 25px;
	}

	.subtitle span::before,
	.subtitle span::after {
		width: 10%;
	}

	.subtitle span::before {
		margin-left: -14%;
	}

	.subtitle span::after {
		margin-right: -14%;
	}

	.insta-feed-wrap .items a {
		width: 21.9%;
	}

	.interested-form .radio-btn-wrap .radio-btn-holder:not(:last-child) {
		margin-right: 15px;
	}

	.great-section .text-block .only-img {
		display: none;
	}

	.great-section .text-block .text-img {
		width: 100%;
		padding-right: 0;
	}

	.great-section .text-block .pink-box {
		width: 52%;
	}

	.great-section .text-block .pink-box p {
		font-size: 15px;
	}

	.great-section .text-block:last-child .text-img {
		width: 100%;
	}

	.meet-ur-dtr .custume-info-img {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	.bcmd-section .form-block .form-inline .form-group.w-30 {
		width: 100% !important;
	}

	.container {
		padding: 0 15px;
	}

	.about-section1 .section-wrapper .text-holder {
		text-align: center;
	}

	.about-section1 .section-wrapper .text-holder h1 {
		font-size: 25px;
	}

	.history-section .hist-text h3 {
		font-size: 25px;
	}

	.footer-links-wrapper li {
		width: 100%;
		text-align: center;
	}

	.footer-links-wrapper>li:not(:last-child) {
		margin-bottom: 15px;
	}

	.footer-links-wrapper>li ul li a br {
		display: none;
	}

	.site-footer {
		padding: 40px 0;
	}

	.director-wrap:nth-child(even) .director-img,
	.director-wrap .director-img {
		text-align: center;
	}

	.dt-dtls {
		padding-left: 0;
	}

	.director-name-designation .designation,
	.director-name-designation .name {
		width: 100%;
		text-align: center;
	}

	.dt-dtls p {
		text-align: center;
	}

	.find-group-section .text-center p {
		font-size: 18px;
		line-height: 26px;
	}

	.contact-page-section .section-heading {
		text-align: center;
	}

	.costume-info-details-page-links a figure {
		width: 100%;
		justify-content: center !important;
		text-align: center;
	}

	.costume-info-details-page-links a figure figcaption {
		width: 151px;
	}

	.costume-dtls hr {
		max-width: 100%;
	}

	.bottom-border {
		height: 30px;
	}

	.bottom-border img {
		height: 100%;
		object-fit: cover;
		object-position: top;
	}

	.sg-costume .section-heading {
		margin-bottom: 0;
	}

	.costume-dtls {
		padding-left: 0;
		margin-top: 30px;
	}

	.costume-dtls h3 {
		font-size: 25px;
		margin-bottom: 10px;
		line-height: 1;
	}

	.purchase-wrap h3 {
		font-size: 25px;
	}

	.costume-info-section {
		text-align: center;
	}

	.info-box h3 {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.sizing-chart .table td, .table th {
		vertical-align: middle;
	}

	.merch-wrap {
		padding: 0;
	}

	.merch-photo .owl-nav {
		position: static;
		margin-top: 30px;
	}

	.merch-photo .owl-nav .owl-next {
		margin: 0;
	}

	.merch-photo .owl-nav .owl-prev {
		margin: 0;
	}

	.merch-photo figure {
		height: auto;
	}

	.merch-wrap h3 {
		font-size: 25px;
		text-align: center;
		margin-bottom: 20px;
	}

	.merch-wrap .text-center {
		margin-top: 25px;
	}

	.bcmd-section .section-heading {
		margin-bottom: 0;
	}

	.bcmd-section .form-wrap .contact-form {
		position: static;
		margin-top: 30px;
	}

	.as-director-section {
		text-align: center;
	}

	.as-director-section p:last-child {
		margin-bottom: 0;
	}

	.great-section {
		padding-top: 50px;
		text-align: center;
	}

	.great-section .text-block .text-img {
		width: 100%;
		padding-right: 0;
	}

	.great-section .text-block .only-img {
		width: 100%;
	}

	.great-section h3 {
		font-size: 25px;
		text-align: center;
	}

	.great-section .inner-text-img .t-img {
		width: 100%;
		padding-right: 0;
	}

	.great-section .inner-text-img .t-text {
		width: 100%;
		padding-left: 0;
	}

	.great-section .inner-text-img {
		margin: 30px 0;
	}

	.great-section .inner-text-img .t-text {
		padding-top: 20px;
	}

	.great-section .text-block .pink-box {
		width: calc(100% + 30px);
		left: -15px;
		border-radius: 0;
		padding: 15px;
		position: static;
	}

	.pink-box:after {
		display: none;
	}

	.great-section .text-block:last-child .inner-text-img .t-img {
		width: 100%;
		padding: 20px 0 0 0;
	}

	.great-section .text-block:last-child .inner-text-img .t-text {
		width: 100%;
		padding: 0;
	}

	.great-section .text-block:last-child .inner-text-img {
		margin-bottom: 0;
		flex-direction: column-reverse;
		width: 100%;
	}

	.great-section .text-block:last-child .only-img {
		display: none;
	}

	.great-section .text-block:last-child .inner-text-img .t-text {
		margin-bottom: 30px;
	}

	.image-gallery-section {
		display: flex;
		flex-wrap: wrap;
	}

	.image-gallery-section figure {
		width: 50%;
		height: 135px;
	}

	.image-gallery-section figure img {
		height: 100%;
		object-fit: cover;
	}

	.bdr {
		width: 100%;
		bottom: auto;
		top: 690px;
		height: auto;
		left: 0;
	}

	.bdr img {
		max-width: 100%;
	}

	.bcmd-section.enroll-section .section-heading h1 {
		font-size: 25px;
	}

	.Participant-set h5,
	.Participant-set h5:after,
	.bcmd-section .form-block .block-title {
		font-size: 18px !important;
	}

	.sc-girls-section h3 {
		margin-top: 0;
	}

	.sc-girls-section h3 {
		font-size: 25px;
	}

	.sc-girls-section figure {
		margin: 30px 0 0 0;
	}

	.bcmd-section .form-wrap .contact-form {
		margin-top: 100px;
	}

	.hero-section .row {
		flex-direction: column-reverse;
	}

	.hero-img {
		margin-left: 0;
	}

	.hero-text {
		padding-top: 30px;
		text-align: center;
	}

	.hero-text h1,
	.book-announcement-title {
		font-size: 30px;
	}

	.devdr img {
		height: 40px;
		object-fit: cover;
		object-position: top;
	}

	.msn-section .video-holder {
		padding: 0;
		margin-bottom: 25px;
	}

	.msn-section .msn-text {
		text-align: center;
	}

	.msn-section .msn-text h2,
	.subtitle span {
		font-size: 25px;
	}

	.subtitle span::before,
	.subtitle span::after {
		width: 10%;
	}

	.subtitle span::before {
		margin-left: -14%;
	}

	.subtitle span::after {
		margin-right: -14%;
	}

	.home-sc-girl.sc-girls-section h3 {
		margin-top: 0;
	}

	.sc-girls-section .default-common-btn {
		margin-top: 25px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.home-sc-girl.sc-girls-section .row {
		flex-direction: column-reverse;
	}

	.home-sc-girl.sc-girls-section figure {
		margin-top: 0;
		margin-bottom: 25px;
	}

	.testimonial-wrapper {
		padding: 0;
	}

	.testimonial-wrapper .owl-nav {
		position: static;
		justify-content: center;
		margin-top: 30px;
	}

	.testimonial-wrapper .owl-nav .owl-prev {
		margin-right: 15px;
	}

	.testimonial-wrapper .item {
		padding: 25px;
		border-radius: 10px;
	}

	.testimonial-wrapper .item:before {
		left: 0;
		top: 0;
	}

	.testimonial-wrapper .item:after {
		right: 0;
		bottom: 0;
	}

	.items-inner {
		min-height: 200px;
	}

	.parents-testimonial-section h3 {
		font-size: 25px;
		text-align: center;
	}

	.box-heading {
		height: auto;
		padding: 15px;
		margin-bottom: 45px;
	}

	.box-heading p {
		font-size: 18px;
		text-align: center;
		line-height: 24px;
	}

	.video-wrap {
		height: auto;
	}

	.video-wrap iframe {
		width: 100%;
		height: 100%;
		display: block;
	}

	.why-be-dtr-section .row .col-md-6:not(:last-child) {
		margin-bottom: 25px;
	}

	.become-drt-wrap .row {
		flex-direction: column-reverse;
	}

	.become-drt-wrap .dt-text {
		text-align: center;
		margin-bottom: 25px;
	}

	.become-drt-wrap .dt-text h3 {
		font-size: 25px;
	}

	.become-drt-wrap .dt-text p {
		margin-bottom: 25px;
	}

	.insta-feed-wrap {
		padding: 0;
		justify-content: space-between;
	}

	.insta-feed-wrap .items a {
		width: calc(50% - 7.5px);
		margin-right: 15px;
		margin-bottom: 15px !important;
	}

	.insta-feed-wrap .items a:last-child {
		margin-bottom: 0 !important;
	}

	.insta-feed-wrap .items a:nth-child(even) {
		margin-right: 0 !important;
	}

	.home-sc-girl.sc-girls-section figure {
		text-align: center;
	}

	.become-drt-wrap .col-md-6 {
		text-align: center;
	}

	.insta-feed-wrap .items a figure {
		height: 300px;
	}

	.insta-feed-wrap .owl-nav {
		position: static;
		margin-top: 30px;
		justify-content: center;
	}

	.insta-feed-wrap .owl-nav button.owl-next,
	.insta-feed-wrap .owl-nav button.owl-prev {
		position: static;
	}

	.insta-feed-wrap .owl-nav button+button {
		margin-left: 30px;
	}

	.insta-feed-wrap .owl-nav button.owl-next {
		margin-right: 15px;
	}

	.story-text {
		text-align: center;
	}

	.story-section figure {
		text-align: center;
		margin: 0 0 30px 0;
	}

	.story-section .row {
		flex-direction: column-reverse;
	}

	.story-text a {
		margin-top: 0;
	}

	.story-section .videos-holder .row .col-md-6:last-child {
		margin-bottom: 30px;
	}

	.ibm-link-section .box-heading {
		padding: 0;
	}

	.ibm-link-section .box-heading a {
		padding: 15px;
		height: auto;
	}

	.msn-section .video-holder iframe {
		height: 400px;
	}

	.items-inner {
		min-height: 145px;
	}

	.video-wrap {
		height: 400px;
	}

	.story-section .videos-holder iframe {
		height: 400px;
	}

	.my-voice-section iframe {
		height: 400px;
	}

	.merch-photo figure {
		height: auto;
		max-height: 371px;
	}

	.merch-photo figure img {
		object-fit: cover;
		object-position: top;
	}

	.bottom-border img {
		height: 100%;
		object-fit: cover;
		object-position: bottom;
		width: 100%;
	}

	.contact-page-section .border {
		display: none;
	}

	.xmark-circle {
		max-width: 150px;
	}

	.costume-gallery .owl-nav .owl-prev,
	.costume-gallery .owl-nav .owl-next {
		background: #fff;
		padding: 7px 2px !important;
	}

	.costume-gallery .owl-nav .owl-prev {
		margin-left: 0;
	}

	.costume-gallery .owl-nav .owl-next {
		margin-right: 0;
	}
}

@media (max-width: 715px) {
	.bdr {
		top: 689px;
	}

	.review-wrap .review-img {
		width: 215px;
		height: 180px;
	}

	.coming-soon {
		bottom: 38%;
	}
}

@media (max-width: 712px) {
	.my-voice-section iframe {
		height: 380px;
	}
}

@media (max-width: 667px) {
	.my-voice-section iframe {
		height: 320px;
	}

	/* .costume-info-details-page-links a:nth-child(2) {
		margin-top: 20px;
	} */

	.review-wrap .review-img {
		width: 200px;
		height: 160px;
	}
}

@media (max-width: 660px) {
	.review-wrap .review-img {
		width: 200px;
		height: 160px;
	}

	.costume-info-details-page-links a:nth-child(2) {
		margin-top: 0;
	}
}

@media (max-width: 600px) {
	.msn-section .video-holder iframe {
		height: 320px;
	}

	.items-inner {
		min-height: 145px;
	}

	.video-wrap {
		height: 320px;
	}

	.story-section .videos-holder iframe {
		height: 320px;
	}

	.review-wrap .review-img {
		width: 180px;
		height: 160px;
	}

	/* .contact-form .align-items-center {
		margin-bottom: 0px;
	} */

	.costume-info-details-page-links a {
		width: 100%;
	}

	.costume-info-details-page-links a:nth-child(2) {
		margin-top: 30px;
	}
}

@media (max-width: 533px) {
	.my-voice-section iframe {
		height: 280px;
	}
}

@media (max-width: 500px) {
	.my-voice-section iframe {
		height: 215px;
	}

	.image-blocks figure {
		width: 100%;
	}

	.review-wrap .review-img {
		width: 100%;
		height: auto;
	}

	.review-wrap .review-img:not(:last-child) {
		margin-bottom: 15px;
	}

	.bcmd-section .form-block .form-inline .form-group.w-40, .bcmd-section .form-block .form-inline .form-group.w-35 {
		width: 100%;
	}

	.bcmd-section .form-block .form-inline .form-group {
		width: 100%;
		margin-bottom: 15px;
	}

	.bcmd-section .form-block .form-inline .form-group:last-child {
		margin-bottom: 0;
	}

	.bdr {
		top: 694px;
	}

	.bcmd-section .form-wrap .contact-form {
		margin-top: 80px;
	}

	.msn-section .video-holder iframe {
		height: 250px;
	}

	.video-wrap {
		height: 250px;
	}

	.insta-feed-wrap .items a figure {
		height: 225px;
	}

	.story-section .videos-holder iframe {
		height: 250px;
	}

	.ibm-link-section .box-heading a {
		font-size: 20px;
		text-align: center;
	}

	.contact-form .form-inline {
		margin-bottom: 0px;
	}

	.contact-form .form-inline .form-group.w-30 {
		width: 100%;
	}

	.contact-form .form-inline .form-group.w-40 {
		margin-top: 0px;
	}

	.contact-form .form-inline .form-group {
		margin-bottom: 25px;
	}
}

@media (max-width: 480px) {
	.my-voice-section iframe {
		height: 250px;
	}
}

@media (max-width: 414px) {
	.contact-form .captcha-holder {
		justify-content: center;
	}

	.contact-form .captcha-input {
		width: 100%;
	}

	.costume-info-details-page-links a {
		padding: 25px !important;
	}

	.costume-info-details-page-links a figure {
		flex-direction: column-reverse;
	}

	.costume-info-details-page-links a figure img {
		margin-bottom: 15px;
	}

	.costume-info-details-page-links a figure figcaption {
		width: 70%;
		margin: 0 auto;
		text-align: center;
	}

	.costume-info-details-page-links a figure figcaption br {
		display: none;
	}

	.costume-page-section .section-heading h1 {
		font-size: 25px;
	}

	.costume-page-section .section-heading p {
		font-size: 16px;
	}

	.image-gallery-section figure {
		width: 100%;
		height: auto;
	}

	.bdr {
		top: 662px;
	}

	.video-wrap,
	.msn-section .video-holder iframe,
	.story-section .videos-holder iframe {
		height: 215px;
	}

	.insta-feed-wrap .items a figure {
		height: 190px;
	}

	.map-heading h3 {
		font-size: 25px;
	}

	.home-contact-section .contact-form {
		margin-top: 40px;
	}

	.map-heading {
		margin-bottom: 20px;
	}

	.instagram-feeds-section .bdr {
		display: none;
	}

	.my-voice-section iframe {
		height: 215px;
	}
}

@media (max-width: 400px) {
	.my-voice-section iframe {
		height: 205px;
	}
}

@media (max-width: 395px) {
	.bdr {
		top: 644px;
	}

	.bcmd-section .form-wrap .contact-form {
		margin-top: 60px;
	}

	.video-wrap, 
	.msn-section .video-holder iframe, 
	.story-section .videos-holder iframe {
		height: 205px;
	}
}

@media (max-width: 390px) {
	.my-voice-section iframe {
		height: 200px;
	}
}

@media (max-width: 375px) {
	.interested-form .captcha-inputs .input-box {
		width: 45px;
	}

	.interested-form .captcha-inputs .ans-box {
		width: calc(100% - 166px);
	}

	.bdr {
		top: 652px;
	}

	.video-wrap, 
	.msn-section .video-holder iframe, 
	.story-section .videos-holder iframe {
		height: 195px;
	}

	.insta-feed-wrap .items a {
		width: 100%;
		margin-right: 0 !important;
	}

	.insta-feed-wrap .items a figure {
		height: 355px;
	}

	.ibm-link-section .box-heading a {
		text-align: center;
		font-size: 16px;
	}

	.my-voice-section iframe {
		height: 185px;
	}
}

@media (max-width: 360px) {
	.interested-form .radio-btn-wrap .radio-btn-holder:not(:last-child) {
		margin-right: 15px;
	}

	.bdr {
		top: 640px;
	}

	.insta-feed-wrap .items a figure {
		height: 290px;
	}
}

@media (max-width: 320px) {
	.interested-form .radio-btn-wrap .radio-btn-holder:not(:last-child) {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.bdr {
		top: 649px;
	}

	.video-wrap, .msn-section .video-holder iframe, .story-section .videos-holder iframe {
		height: 165px;
	}

	.my-voice-section iframe {
		height: 162px;
	}
}
/* @media only screen and (width: 1024px) and (height: 1292px) {
	.costume-page-section.intro-page .custume-info-img{
		padding-top:160px;
	}
} */
@media only screen and (width: 820px) and (height: 1180px) {
	.costume-page-section.intro-page .custume-info-img {
		padding-top: 55px;
	}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.coming-soon {
		font-size: 36px;
		text-align: center;
		rotate: -30deg;
		bottom: 38%;
	}

	.coming-soon.desktop {
		display: none;
	}

	.coming-soon.not-desktop {
		display: block;
	}
}

@media only screen and (max-width: 320px) {
	.coming-soon {
		font-size: 32px;
		text-align: center;
		rotate: -30deg;
		bottom: 40%;
	}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.coming-soon {
		font-size: 3em;
		text-align: center;
		rotate: -26deg;
		bottom: 16%;
		left: -18px;
	}

	.coming-soon.desktop {
		display: none;
	}

	.coming-soon.not-desktop {
		display: block;
	}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.coming-soon {
		font-size: 38px;
		bottom: 32%;
	}

	.coming-soon.desktop {
		display: none;
	}

	.coming-soon.not-desktop {
		display: block;
	}
}

@media only screen and (min-width: 800px) and (max-width: 912px) {
	.coming-soon {
		bottom: 44%;
		font-size: 38px;
		rotate: -22deg;
		left: -26px;
	}

	.coming-soon.desktop {
		display: none;
	}

	.coming-soon.not-desktop {
		display: block;
	}
}

@media only screen and (min-width: 912px) and (max-width: 960px) {
	.coming-soon {
		bottom: 50%;
		font-size: 44px;
		rotate: -20deg;
		left: -30px;
	}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.coming-soon {
		font-size: 66px;
		rotate: -20deg;
		text-align: left;
		left: -24px;
		bottom: 62%;
	}

	.coming-soon.desktop {
		display: block;
	}

	.coming-soon.not-desktop {
		display: none;
	}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.coming-soon {
		font-size: 75px;
		rotate: -20deg;
		bottom: 28%;
		text-align: left;
		left: -78px;
		bottom: 56%;
	}

	.coming-soon.desktop {
		display: block;
	}

	.coming-soon.not-desktop {
		display: none;
	}
}
