iframe #root > div {
	background-color: white !important;
}
.retention-problem-btn{    
    outline: 2px solid #fcff43;
    background-color: rgb(32, 36, 96);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 25px;
    font-family: 'myriad_proregular';
    color: rgb(234, 234, 234);
}
.mt-6 {
	margin-top: 4rem !important;
}

.main-heading h1 {
	font-size: 43px;
	font-family: 'myriad_probold';
	color: #202460;
}

.main-heading h1 span, .demo-info h3 span, footer span {
	color: rgb(254, 1, 1);
	font-weight: bold;
}

.secondary-heading h2 {
	font-size: 29px;
    font-family: 'myriad_proregular';
	color: rgb(0, 0, 0);
	font-weight: bold;
	background-color: rgb(255, 255, 54);
	padding: 1rem 5rem;
	border-radius: 50px;
	width: fit-content;
	text-align: center;
}

.page-details p {
	font-size: 21px;
	font-family: 'myriad_proregular';
	color: rgb(0, 0, 0);
}

.video-bg {
	background: url("../images/video-bg.png");
	background-position: center center;
	background-size: cover;
	height: 700px;
	margin-bottom: 20rem;
}

.video-bg h3 {
	font-size: 43px;
	font-family: 'myriad_probold';
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.video-bg h4 {
	font-size: 55px;
	font-family: 'myriad_probold';
	color: rgb(255, 255, 54);
}

.yt-video-main {
	position: relative;
    width: 1065px;
    height: 695px;
	margin: 5rem auto 0;
	background-image: url(../images/Black_Generic_Gloss_TV.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 1rem 15px 6rem 15px;
	/* border: 22px solid #000; */
	/* border-radius: 30px; */
	/* outline: 3px solid #c5c5c8; */
	/* box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; */
}

.yt-thumbnail {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
}

#yt-video {
	display: none;
	width: 100%;
	height: 100%;
}

.yt-video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
	height: 100px;
	background: url('../images/yt-video-btn.png') center/contain no-repeat;
	cursor: pointer;
}

.gym-section-4, .training-2, .training-3, .training-4, .training-5, .training-6 {
	background-image: url(../images/member_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.demo-info h3 {
	font-size: 55px;
	font-family: 'myriad_probold';
	color: rgb(32, 36, 96);
}

.demo-info p {
	font-size: 20px;
	font-family: 'myriad_proregular';
	color: rgb(39, 38, 38);
}

.demo-info .p-blue {
	color: #21235F;
	font-weight: 600;
}

.banner-section-names {
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding: 3rem 0;
}

.banner-section-names-1 {
	background-image: url(../images/banner-section-names.png);
}

.banner-section-names-2 {
	background-image: url(../images/banner-section-names-2.png);
}

.banner-section-names-3 {
	background-image: url(../images/banner-section-names-3.png);
}

.banner-section-names-4 {
	background-image: url(../images/banner-section-names-4.png);
}

.banner-section-names-5 {
	background-image: url(../images/banner-section-names-5.png);
}

.banner-section-names-6 {
	background-image: url(../images/banner-section-names-6.png);
}

.banner-section-names h3 {
	margin: 0;
	font-size: 48px;
	font-family: 'myriad_probold';
	color: rgb(255, 255, 255);
}
  
.banner-section-names h4 {
	margin: 0;
	font-size: 58px;
	font-family: 'myriad_probold';
	color: rgb(255, 255, 54);
}

.training {
	padding: 5rem 0;
}

.training p {
	margin-bottom: 1.5rem;
}

.training h4 {
	font-size: 45px;
	font-family: 'myriad_probold';
	color: rgb(32, 36, 96);
	margin: 2.5rem 0;
}

.training-info p, .training-info ul, .training p {
	font-size: 20px;
	font-family: 'myriad_proregular';
	color: rgb(39, 38, 38);
}

.training-info ul {
	list-style: none;
}

.training-info ul li {
	position: relative;
}

.training-info ul li:before {
	position: absolute;
	content: "\2713";
	top: 5px;
    left: -25px;
	background-color: #48B94C;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bolder;
}

.training-badge {
	padding: 2rem 0;
	background-image: url(../images/badge_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.badge-inner {
	display: flex;
	gap: 3rem;
	max-width: 70%;
	margin: 0 auto;
	align-items: center;
}
  
.badge-desc p, .badge-desc h5 {
	font-size: 25px;
	font-family: 'myriad_proregular';
	color: rgb(39, 38, 38);
	line-height: 1.4;
	text-align: center;
	margin-bottom: 0;
}

.badge-desc h5 {
	font-family: 'myriad_probold';
}

.gym-section-5 h2 {
	font-size: 40px;
	font-family: 'myriad_probold';
	color: rgb(32, 36, 96);
	line-height: 1.2;
}

.gym-section-5 h2 {
	text-align: center;
	font-size: 40px;
	font-family: 'myriad_probold';
	color: rgb(32, 36, 96);
	line-height: 1.2;
	width: 90%;
	margin: 0 auto;
}

.gym-section-5 h2 span {
	color: rgb(254, 1, 1);
}

.training-image {
	text-align: center;
}

.request-more {
	background-color: rgb(255, 255, 54);
	border-radius: 10px;
}

.request-more h3 {
	font-size: 40px;
	font-family: 'myriad_probold';
	color: rgb(20, 20, 20);
}

.request-more form {
	padding: 0 2rem;
	/*display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;*/
}

.request-more input {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(32, 36, 96);
	border-radius: 6px;
	background-color: rgb(234, 234, 234);
	box-shadow: 0px 6px 8.55px 0.45px rgba(0, 0, 0, 0.12);
	width: 288px;
	height: 48px;
	padding: 0 0 0 1rem;
}

.request-more-form .submit-button {
	border: 0;
	background-color: rgb(32, 36, 96);
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	width: 288px;
	height: 48px;
	font-size: 25px;
	font-family: 'myriad_proregular';
	color: rgb(234, 234, 234);
}

footer p {
	font-size: 25px;
	font-family: 'myriad_proregular';
	color: rgb(0, 0, 0);
}

.opt-in-form {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	justify-content: center;
}

.opt-in-form-captcha {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 1rem 0;
}

.overlay-container {
    position: absolute;
    top: 1rem;
    left: 15px;
    width: 1036px;
    height: 584px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: rgba(0, 0, 0, 0.8);*/
}

.overlay-text {
    color: #62a2f4;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
}

.play-button {
	position: absolute;
}

.play-button i {
	font-size: 56px;
	color: white;
	opacity: 0.8;
	cursor: pointer;
}

/* Responsiveness */
@media screen and (max-width: 1200px) {
	.secondary-heading h2 {
		width: 100%;
		padding: 1rem 0;
		text-align: center;
	}
	
}
@media screen and (max-width: 1100px) {
	.yt-video-main {
		width: 760px;
		height: 500px;
		margin: 3rem auto 0;
		padding-bottom: 70px;
		padding-top: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.overlay-container {
		top: 14px;
		left: 10px;
		width: 740px;
		height: 415px;
	}
}

@media screen and (max-width: 991px) {
	.main-heading h1 {
		font-size: 25px;
	}
	.secondary-heading h2 {
		font-size: 20px;
	}
	.page-details p {
		font-size: 20px;
	}
	.video-bg {
		margin-bottom: unset;
	}
	.demo-info h3 {
		font-size: 30px;
	}
	footer p {
		font-size: 20px;
	}
	.video-bg h3 {
		font-size: 25px;
	}
	.video-bg h4 {
		font-size: 30px;
	}
	.request-more h3 {
		font-size: 30px;
	}
	.yt-video-btn {
		width: 100px;
		height: 80px;
	}
	.badge-inner {
		max-width: 100%;
	}
	.training h4,.gym-section-5 h2 {
		font-size: 30px;
	}
}
@media screen and (max-width: 767px) {
	.main-heading h1 {
		font-size: 25px;
	}
	.secondary-heading h2 {
		font-size: 16px;
		padding: 1rem 2rem;
	}
	.page-details p {
		font-size: 18px;
	}
	.yt-video-main {
		width: 536px;
		height: 367px;
		margin: 3rem auto 0;
		padding-bottom: 53px;
		padding-top: 14px;
		padding-left: 7px;
		padding-right: 7px;
	}
	.overlay-container {
		top: 17px;
		left: 7px;
		width: 522px;
		height: 295px;	
	}
	.overlay-text {
		font-size: 30px;
	}
	.video-bg {
		height: 100%;
		padding-bottom: 3rem;
	}
	.yt-video-btn {
		width: 80px;
		height: 60px;
	}
	.badge-inner {
		flex-direction: column;
		gap: 2rem;
	}
	.banner-section-names h3 {
		font-size: 35px;
	}
	.banner-section-names h4 {
		font-size: 50px;
	}
	.training h4,.gym-section-5 h2 {
		font-size: 25px;
	}
}
@media screen and (max-width: 575px) {
	.overlay-text {
		font-size: 18px;
	}
	.overlay-container {
		top: 18px;
		left: 4px;
		width: 322px;
		height: 182px;
	}
	.yt-video-main {
		width: 330px;
		height: 240px;
		margin: 3rem auto 0;
		padding-bottom: 42px;
		padding-top: 18px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.yt-video-btn {
		width: 60px;
		height: 40px;
	}
	.secondary-heading h2 {
		font-size: 10px;
		padding: 1rem;
	}
	.main-heading h1 {
		font-size: 16px;
	}
	.page-details p {
		font-size: 15px;
	}
	.video-bg h3 {
		font-size: 16px;
	}
	.video-bg h4 {
		font-size: 20px;
	}
	.demo-info h3 {
		font-size: 20px;
	}
	.demo-info p {
		font-size: 15px;
	}
	.request-more h3 {
		font-size: 25px;
	}
	footer p {
		font-size: 15px;
	}
	.badge-desc p, .badge-desc h5 {
		font-size: 20px;
	}
	.banner-section-names h3 {
		font-size: 25px;
	}
	.banner-section-names h4 {
		font-size: 40px;
	}
	.gym-section-5 h2 {
		font-size: 20px;
	}
	.training-info p, .training-info ul, .training p {
		font-size: 16px;
	}
	.training-info ul li:before {
		top: 2px;
	}
	.retention-problem-btn {
    font-size: 18px;
	}
}