    @font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.eot');
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff'),
        url('../fonts/Roboto-Black.ttf') format('truetype'),
        url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.eot');
    src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff'),
        url('../fonts/Roboto-Thin.ttf') format('truetype'),
        url('../fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a:focus, *{ outline: none !important;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
.container {
	max-width: 1310px;
}
/* Globle css */
h1, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6, .site-title, .site-title a {
	font-family: 'Roboto' !important;
}
html, body {
    background-color: #000;
    overflow-x: hidden !important;
}
body {
    font-family: 'Roboto' !important;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    color: #241F25;    
    margin: 0 auto !important;    
    background: #000 !important;
    counter-reset: section;
}
p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    color: #241F25;
}
.cstm-btn {
	display: inline-block;
	text-align: center;
	padding: 16px 32px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 110%;
	color: #FFFFFF;
	background-color: #FD0202;
	border-radius: 8px;
}
.cstm-btn:hover {
    background-color: #fff;
    color: #241F25;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1 {
	font-style: normal !important;
	font-weight: 900 !important;
	font-size: 80px !important;
	line-height: 100% !important;
	text-transform: uppercase;
	color: #FFFFFF !important;
	margin: 0 0 8px !important;
}
a {
    color: inherit;
    transition: .3s all linear;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
h2 {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 36px;
    line-height: 110%;
}
:focus {
    outline: none;
    box-shadow: none;
}
ol, ul {
	padding: 0;
	margin: 0;
}
/* Globle css */
/* header css */
header {
    padding: 16px 25px;
    background-color: #000;
}
header .container {
    max-width: 100%;
}
header .row {
    align-items: center;
}
.logo img {
    display: block;
    margin: 0;
}
.header-login-btn ul.logout-ul {
    font-size: 0;
    text-align: right;    
}
.header-login-btn ul.logout-ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.header-login-btn ul.logout-ul li:last-child {
    margin-right: 0;
}
.header-login-btn ul.logout-ul li a {
    padding: 8px 15.5px;
    background: #FD0403;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    color: #FFFFFF;
    border-radius: 3px;
    height: 32px;
    text-align: center;
    border: 1px solid transparent;
}
.header-login-btn ul.logout-ul li:last-child a {
    background-color: transparent;
    border: 1px solid #fff;
}
.header-login-btn ul.logout-ul li a:hover {
    background-color: #fff;
    color: #241F25;
}
.login-ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.login-ul li {
    margin-left: 21px;
    position: relative;
}
.login-ul li:first-child {
    margin-left: 0;
}
.login-ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
}
.login-ul li a:hover {
    color: #FD0403;
}
.login-ul li img {
    display: block;
    margin: 0;
}
.login-ul li:first-child img {
    margin: 4px 0 0;
}
.login-ul li i {
    display: block;
    position: relative;
    padding-right: 20px;
}
.login-ul li i::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 12px;
    height: 8px;
    background: url(../img/admin-drp-dwn-icon.png) no-repeat center center;
}
.login-ul li .admin-drp-dwn {
	position: absolute;
	text-align: left;
	z-index: 1;
	width: 130px;
	height: 96px;
	background: rgba(0, 0, 0, 0.88);
	border: 1px solid #CCCCCC;
	right: 20px;
	padding: 10px;
	top: 100%;
	margin-top: 26px;
    opacity: 0;
    visibility: hidden;
    transition: .3s all linear;
}
.login-ul li:hover .admin-drp-dwn {
    margin-top: 13px;
    visibility: visible;
    opacity: 1;
}
.login-ul li .admin-drp-dwn ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #FFFFFF;
}
.login-ul li .admin-drp-dwn ul li {
	margin: 0 0 10px;
	line-height: 1;
}
.login-ul li .admin-drp-dwn ul li:last-child {
	margin: 0;
}
.login-ul li .admin-drp-dwn::before {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 13px;
	width: 6px;
	height: 5px;
	background: url(../img/top-icn-drp.png) no-repeat center center;
}
/* header css */
/* banner sec css */
.banner-sec {
    position: relative;
}
.banner-sec .container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 200px;
}
.banner-sec img {
    display: block;
    width: 100%;
}
.banner-sec span {
    display: block;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 8px;
}
.banner-sec h1 strong {
    color: #FD0403;
}
.banner-sec p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    color: #FFFFFF;
    margin: 0 0 24px;
}
.video-box {
	display: flex;
	align-items: center;
	max-width: 100%;
	flex: 0 0 100%;
    -ms-flex: 0 0 100%;
}
.video-box img {
	max-width: 170px;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;	
}
.video-box label {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: #FFFFFF;
	display: block;
    margin-left: 20px;
}
.video-box label span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    margin: 0;
}
/* banner sec css */
/* brand logo sec css */
.brand-logo-sec {
    padding: 30px 40px;
    background: #FD0403;
}
.brand-logo-sec ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}
.brand-logo-sec ul li {
    max-width: 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
}
.brand-logo-sec ul li img {
	display: block;
	margin: 0 auto;
	max-width: 150px;
}
.brand-logo-sec ul li:nth-child(8n) ~ li {
    display: none;
}
/* brand logo sec css */
/* choose course sec css */
.choose-course-sec {
	background: #000 url(../img/baseball-men.png) no-repeat left center / auto 100%;
	padding: 120px 0 89px;
}
.checkbox-ul li {	
    margin: 0 0 20px;
}
.checkbox-ul li a {
    background: #FFFFFF;
	border-radius: 12px;
	padding: 17px 20px;
	display: flex;
	align-items: center;
	max-width: 400px;
	width: 100%;		
	border: 2px solid transparent;
    position: relative;
    cursor: pointer;    
}
.checkbox-ul li a.active {
    border: 2px solid #FD0403;
}
.checkbox-ul li:last-child {
    margin: 0;
}
.checkbox-ul li input[type="checkbox"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.checkbox-ul li span {
    display: block;
    width: 48px;
    height: 48px;
    background: #CCCCCC;
    margin-right: 20px;
    position: relative;
}
.checkbox-ul li span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    background-color: #FD0403;
    opacity: 0;
}
.checkbox-ul li label {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 150%;
	color: #000000;
	cursor: pointer;
}
.checkbox-ul li input[type="checkbox"]:checked + span::before {
    opacity: 1;
}
.choose-course-sec .text-box {
	max-width: 400px;
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.choose-course-sec .text-box h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 110%;
    color: #FFFFFF;
    margin: 0 0 8px;
}
.choose-course-sec .text-box p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    margin: 0;
}
.choose-course-sec .text-box .cstm-btn {
	width: 100%;
	text-align: center;
	height: 51px;
}
.choose-course-sec .text-box .cstm-btn:hover {
    background-color: #fff;
    color: #241F25;
}
.choose-course-sec .text-box .get-course-box {
	margin-top: 40px;
    padding: 24px;
    background-color: #fff;
    position: relative;
}
.choose-course-sec .cstm-margin {
    margin-left: auto;
    margin-right: 65px;
}
.choose-course-sec .text-box .get-course-box span {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	color: #241F25;
	display: block;
	margin: 0 0 24px;
}
.choose-course-sec .text-box .get-course-box::before {
	content: "";
	position: absolute;
	left: -11px;
	top: -3px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid black;
	transform: rotate(-45deg);
}
.choose-course-sec .text-box .get-course-box::after {
	content: "";
	position: absolute;
	right: -11px;
	bottom: -3px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid black;
	transform: rotate(135deg);
}
/* .choose-course-sec .row {
	align-items: flex-start;
} */
.choose-course-sec .text-box .get-course-box .cstm-btn:hover {
    background-color: #000;
    color: #fff;
}
/* choose course sec css */
/* Course Features css */
.course-features-sec {
    background: url(../img/course-features-bg.png) no-repeat center center / 100%;
    padding: 120px 0 210px;
    text-align: center;
}
.course-features-sec h2 {
    color: #fff;
    margin: 0 0 32px;
}
.course-features-sec .features-box {
    max-width: 700px;
	width: 100%;
	margin: 0 auto;
}
.course-features-sec ul {	
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -10px 40px;
}
.course-features-sec ul li {
    max-width: 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding: 0 10px;
    margin-top: 20px;
}
.course-features-sec ul li:first-child, .course-features-sec ul li:nth-child(2), .course-features-sec ul li:nth-child(3) {
    margin-top: 0;
}
.course-features-sec ul li a {
    display: block;
    background: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    text-align: left;
    padding: 20px 20px 20px 56px;
    position: relative;
}
.course-features-sec ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 23.88px;
    width: 16.25px;
    height: 16.25px;
    background: url(../img/base-ball-icon.svg) no-repeat center center / 100%;
}
.course-features-sec .cstm-btn {	
	width: auto;
	height: 51px;
}
/* Course Features css */
/* red signup box css */
.red-signup-box {
    margin-top: 0;
    padding: 0 0 80px;
    position: relative;
    background-color: #000;
}
/* .red-signup-box::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 211px;
    background: #000;
    z-index: -1;
} */
.red-signup-box .inner-box {
	background: url(../img/red-shape.png) no-repeat center center;
	padding: 60px 70px 60px 60px;
	height: 262px;
}
.red-signup-box .inner-box h2 {
    font-size: 48px;
    line-height: 110%;
    color: #fff;
    margin: 0 0 8px;
}
.red-signup-box .inner-box p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    margin: 0;
}
.red-signup-box .inner-box form {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
}
.red-signup-box .inner-box form input {
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	text-align: center;
	height: 51px;
	margin: 0 0 10px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 110%;
	color: #7E7E7E;
	border: 0;
    display: block;
}
.red-signup-box .inner-box form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #7E7E7E;
}
.red-signup-box .inner-box form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #7E7E7E;
    opacity:  1;
}
.red-signup-box .inner-box form input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #7E7E7E;
    opacity:  1;
}
.red-signup-box .inner-box form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #7E7E7E;
}
.red-signup-box .inner-box form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #7E7E7E;
}
.red-signup-box .inner-box form input::placeholder { /* Most modern browsers support this now. */
    color: #7E7E7E;
}
.red-signup-box .inner-box form button, .red-signup-box .inner-box .cstm-btn {
    display: block;    
    border-radius: 8px;
    text-align: center;
    width: 100%;
    height: 51px;
    border: 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 110%;    
    background: #fff;
    color: #241F25;
    transition: .3s all linear;
}
.red-signup-box .inner-box .cstm-btn:hover {
    background: #000000;
    color: #FFFFFF;    
}
.red-signup-box .inner-box .row {
	align-items: center;
}
/* red signup box css */
/* members slider sec css */
.members-slider-sec {
    background-color: #000;
}
.members-slider-sec .row {
    align-items: center;
}
.members-slider-sec .txt {
    max-width: 350px;
    width: 100%;
    padding-left: 30px;
}
.members-slider-sec .txt h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 110%;
    color: #FFFFFF;
    margin: 0 0 8px;
}
.members-slider-sec .txt p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    margin: 0 0 40px;
}
.members-slider-sec .txt .cstm-btn {
    width: 100%;
    height: 51px;
}
.members-slider-sec .inner-slider-box {
	max-width: 611px;
	background-color: #fff;
	padding: 40px;
	position: relative;
	margin: 20px 0;
	float: right;
	transition: .3s all linear;
	min-height: 350px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.members-slider-sec .inner-slider-box::before {
	content: "";
	position: absolute;
	left: -11px;
	top: -3px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid black;
	transform: rotate(-45deg);
}
.members-slider-sec .inner-slider-box::after {
	content: "";
	position: absolute;
	right: -12px;
	bottom: -3px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid black;
	transform: rotate(135deg);
}
.members-slider-sec .inner-slider-box p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    color: #241F25;
    display: block;
    margin: 0 0 24px;
}
.members-slider-sec .inner-slider-box span {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	color: #241F25;
	display: block;
	margin: 0;
	position: relative;
	padding-left: 100px;
}
.members-slider-sec .inner-slider-box span img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.members-slider-sec .inner-slider-box span strong {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    color: #241F25;
    display: block;
    margin: 0 0 4px;
}
.members-slider-sec .slick-slide .inner-slider-box {
    opacity: 0.2;
}
.members-slider-sec .slick-slide.slick-current .inner-slider-box {
    opacity: 1;
    margin-right: 100px;    
}
.members-slider-sec .slider .slick-arrow {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border: 0;
	background-color: transparent;
	font-size: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	cursor: pointer;
	z-index: 1;
}
.members-slider-sec .slider .slick-arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg) translate(-50%, -50%);
}
.members-slider-sec .slider .slick-arrow.slick-prev {
	top: 168px;
}
.members-slider-sec .slider .slick-arrow.slick-next {
    bottom: 170px;
    transform: translateX(-50%) rotate(180deg);
}
/* members slider sec css */
/* monthly annual sec css */
.monthly-annual-sec {
    padding: 120px 0;
    text-align: center;
    background: linear-gradient(180deg, #000000 0%, #333333 27.28%, #000000 56.54%);
}
.monthly-annual-sec h2 {
    color: #fff;
    font-size: 36px;
    margin: 0 0 8px;
}
.monthly-annual-sec .sub-head {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 140%;
	text-align: center;
	color: #FFFFFF;
	display: block;
	margin: 0 0 60px;
}
.monthly-annual-sec .plan-box {
	max-width: 626px;
	width: 100%;
	margin: 0 auto 60px;
}
.monthly-annual-sec .plan-box .box {
	width: 100%;
	background: #fff;
	padding: 24px;
    position: relative;
}
.monthly-annual-sec .plan-box .box h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    color: #000000;
    margin: 0 0 8px;
}
.monthly-annual-sec .plan-box .box span {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	color: #000000;
	display: block;
}
.monthly-annual-sec .plan-box .row {
	margin: 0 -10px;
	margin-bottom: 28px;
	padding: 0 27px;
}
.monthly-annual-sec .plan-box .col-md-6 {
	padding: 0 10px;
}
.monthly-annual-sec .plan-box p {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 130%;
	color: #BDBDBD;
	text-align: center;
}
.monthly-annual-sec .btns {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 626px;
	width: 100%;
	margin: 0 auto 60px !important;
}
.monthly-annual-sec .btns li {
	max-width: 230px;
	flex: 0 0 230px;
    margin: 0 10px;
}
.monthly-annual-sec .btns li .cstm-btn {	
	width: 100%;
	padding: 16px;
}
.monthly-annual-sec .btns li:last-child .cstm-btn {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #000;
    transition: .3s all linear;
}
.monthly-annual-sec .btns li:last-child .cstm-btn:hover {
    background-color: #fff;
}
.monthly-annual-sec .plan-box .box.month {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid #FFFFFF;
}
.monthly-annual-sec .plan-box .box.month h4, .monthly-annual-sec .plan-box .box.month span {
	color: #fff;
}
.monthly-annual-sec .plan-box .box .bst-vlue {
	position: absolute;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
	text-align: center;
	color: #FFFFFF;
	background: #FD0403;
	border-radius: 4px;
	padding: 4px 12px;
	width: 92px;
	height: 26px;
	left: 50%;
	transform: translateX(-50%);
	top: -13px;
}
.faq-sec {
    padding-top: 120px;
}
.monthly-annual-sec .faq-sec .sub-head {
    margin: 0 0 60px;
}
.faq-sec .faq-box {
	max-width: 620px;
	width: 100%;
	margin: 0 auto 28px;
}
.faq-sec .faq-box:last-child {
    margin: 0 auto;
}
.faq-sec .faq-box h4 {
	width: 620px;
	height: 52px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 12px 45px 12px 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.faq-sec .faq-box h4::after {
    content: "";
    position: absolute;
    top: 14px;
    right: 14px;
    width: 24px;
    height: 24px;
    background: url(../img/faq-icon.svg) no-repeat center center / 100%;
}
.faq-sec .faq-box.open h4::after {
    transform: rotate(180deg);
}
.faq-sec .faq-box .content {
	padding: 20px;
    display: none;
}
.faq-sec .faq-box .content p {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 140%;
	display: flex;
	align-items: flex-end;
	color: #FFFFFF;
	text-align: left;
	margin: 0;
}
/* monthly annual sec css */
/* footer css */
footer {
    background: #000000;
    padding: 20px 0;
}
footer .copyright-txt {
    margin-top: 60px;
}   
footer .copyright-txt p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
}
footer .top-footer {
    max-width: 360px;
}
footer .top-footer p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    margin: 0 0 12px;
    text-align: center;
}
footer .top-footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .top-footer ul li {
    margin-right: 16px;
}
footer .top-footer ul li:last-child {
    margin-right: 0;
}
footer .top-footer {
	max-width: 360px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
footer .top-footer div:last-child {
    margin-left: auto;
}
/* footer css */
.banner-slide {
	position: relative;    
    float: left;
}
.banner-slide img {
	display: block;
	width: 100%;
	object-fit: cover;
	height: 425px;
	object-position: top;
}
.banner-slide iframe, .banner-slide video {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 425px;
}
.banner-slide .container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 80%;
	display: flex;
	align-items: center;
}
.banner-slide h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 110%;
    color: #FFFFFF;
    margin: 0 0 8px;
}
.banner-slide p {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 140%;
	color: #FFFFFF;
	margin: 0 0 16px;
	max-width: 350px;
	width: 100%;
}
.banner-slide .cstm-btn {
	width: auto;
	height: auto;
	display: inline-block;
	padding: 4px 28px 4px 8px;
	font-size: 12px;
	line-height: 130%;
	position: relative;
    border-radius: 4px;
    background-color: transparent;
}
.banner-slide .cstm-btn:hover {
    background-color: transparent;    
}
.banner-slide .cstm-btn img {
	width: 12px;
	object-fit: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 7px;
	height: auto;
}
.inner-page-banber .slick-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;    
}
.inner-page-banber .slick-dots li {
    padding: 0 6px;
}
.inner-page-banber .slick-dots li button {
	width: 36px;
	height: 3px;
	background: #FFFFFF;
	opacity: 0.4;
	border: 0;
	padding: 0;
	font-size: 0;
	display: block;
}
.inner-page-banber .slick-dots li.slick-active button {
    opacity: 1;
}
.video-libray-sec {
    background: #000;
}
.video-libray-sec .col-md-3{
	top:0;
}
.videobar {
	display: flex;
	align-items: center;
    cursor: pointer;
    padding: 12px 0 48px;
}
.videobar h5 {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 120%;
	color: #FFFFFF;
    margin: 0 0 0 8px;
}
.video-sidebar {
    padding: 0 12px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}
.admin-bar .video-sidebar {
    top: 32px;
}
.video-serach {
	position: relative;
    padding: 0 0 16px;
}
.video-serach input[type="text"] {
	margin: 0;
	display: block;
	width: 100%;
	height: 44px;
	padding: 0 16px;
	background: #383838;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 140%;
	color: rgba(255, 255, 255, 0.6);
	text-shadow: 0px 8px 20px rgba(0, 0, 0, 0.6);
	border-radius: 0;
	font-family: 'Roboto';
}
.video-serach input[type="text"]:focus {
    color: rgba(255, 255, 255, 0.6);
	text-shadow: 0px 8px 20px rgba(0, 0, 0, 0.6);
    background: #383838;
}
.video-serach input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 0px 8px 20px rgba(0, 0, 0, 0.6);
}
.video-serach input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 0px 8px 20px rgba(0, 0, 0, 0.6);
    opacity:  1;
}
.video-serach input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 0px 8px 20px rgba(0, 0, 0, 0.6);
    opacity:  1;
}
.video-serach input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 0px 8px 20px rgba(0, 0, 0, 0.6);
}
.video-serach input::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 0px 8px 20px rgba(0, 0, 0, 0.6);
}
.video-serach input::placeholder { /* Most modern browsers support this now. */
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 0px 8px 20px rgba(0, 0, 0, 0.6);
}
.video-serach button {
	position: absolute;
	padding: 0;
	border: 0;
	background: transparent;
	top: 38%;
	transform: translateY(-50%);
	right: 14.19px;
}
.video-serach button img {
    display: block;
    margin: 0;
}
.video-serach button:hover {
    background: transparent;
}
.sidebar-main-ul li {
    position: relative;
}
.sidebar-main-ul li a.head {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    padding: 17px 40px;
    display: block;
    box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.28);
    position: relative;
}
.sidebar-main-ul li a.head::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
    width: 20px;
    height: 18px;
    background: url(../img/video-sidebar-icon.png) no-repeat center center / 100%;
}
.sidebar-main-ul li a.head::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: 9.5px;
    width: 8px;
    height: 6px;
    background: url(../img/sidebar-li-icon.png) no-repeat center center / 100%;
}
.sidebar-main-ul li.open a.head::after {
    transform: translateY(-50%) rotate(0);
}
.inner-sidebar-ul {
    padding: 8px 40px 20px;
    display: none;
}
.inner-sidebar-ul li {
    margin: 0 0 4px;
}
.inner-sidebar-ul li:last-child {
    margin: 0;
}
.inner-sidebar-ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    transition: .3s all linear;
}
.inner-sidebar-ul li a:hover, .inner-sidebar-ul li a.active, .inner-sidebar-ul li.active a {
    border-left: 4px solid #FD0403;
    padding-left: 8px;
    font-weight: 700;
}
.close-open .video-serach, .close-open .video-sidebar-listing {
    display: none;
}
.close-open .videobar h5 {
    display: none;
}
.close-open .col-md-3 {
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    max-width: 75px;
}
.close-open .col-md-9 {
    -ms-flex: 0 0 calc(100% - 75px);
    flex: 0 0 calc(100% - 75px);
    max-width: calc(100% - 75px);
}
.videobar .img {
	position: relative;
}
.videobar .img p {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 120%;
	color: #FFFFFF;
	padding: 4px 8px;
	background: #474747;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 105px;
	height: 21px;
	margin-top: -2px;
	left: 40px;
    margin-left: -20px;    
    opacity: 0;
    visibility: hidden;
    transition: .3s all linear;
}
.videobar .img p::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    width: 5px;
    height: 6px;
    background: url(../img/video-libery-icon.png) no-repeat center center / 100%;
}
.close-open .videobar .img:hover p {
    margin-left: 0;    
    opacity: 1;
    visibility: visible;   
}
.img img {
	display: block;
}
.video-libray-sec .col-md-9 {
    border-left: 1px solid #474747;
}
.popular-box {
	padding: 60px 0;
	/* border-top: 1px solid rgba(255, 255, 255, 0.28);  */
	position: relative;
}
.popular-box .video-box1 {
	width: 100%;
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	position: relative;
}

.popular-box .video-box1 img {
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
}

.popular-box.course-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.28);
    height: 1px;
    width: 96%;
} 
.video-libray-sec .popular-box h3 {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 110%;
    color: #FFFFFF;
    margin: 0 0 28px;
    padding: 0;
}
.slider-video-box .video-box {
	width: 100%;
	height: auto;
	background: #000;
	position: relative;
}
.slider-video-box .video-box .time {
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 100%;
	color: #FFFFFF;
	position: absolute;
	bottom: 4px;
	left: 6px;
}
.slider-video-box .video-box .icon {
	position: absolute;
	right: 4px;
	bottom: 4px;
    cursor: pointer;
}
.slider-video-box .video-box .icon img {
    display: block;
}
.slider-video-box .video-details {
	background: #fff;
	padding: 12px 32px 8px 12px;
    min-height: 53px;
}
.slider-video-box .video-details span {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	color: #000000;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
}
.slider-video-box {
	position: relative;
	padding: 0 10px;
}
/* .slider-video-box::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 16px;
    height: 16px;
    background: url(../img/video-right-shape.png) no-repeat center center / 100%;
} */
.popular-slider {
	margin: 0 -10px;
}
.popular-slider .slick-list{
    padding: 0 150px 0 0 !important;
}
.popular-slider .slick-arrow {
	padding: 0;
	margin: 0;
	background: transparent url(../img/slide-arrow-video.png) no-repeat center center;
	border: 0;
	font-size: 0;
	position: absolute;
	top: -53px;
	right: 0;
	width: 19px;
	height: 19px;	    
}
.popular-slider .slick-arrow.slick-next {
	right: 65px;
}
.popular-slider .slick-arrow.slick-prev {
	right: 92px;
	transform: rotate(180deg);	
}
.popular-slider .slick-arrow.slick-disabled {
    opacity: .5;
}
.popular-box .slick-arrow {
	padding: 0;
	margin: 0;
	background: transparent url(../img/slide-arrow-video.png) no-repeat center center;
	border: 0;
	font-size: 0;
	position: absolute;
	top: -53px;
	right: 0;
	width: 19px;
	height: 19px;	    
}
.popular-box .slick-arrow.slick-next {
	right: 65px;
}
.popular-box .slick-arrow.slick-prev {
	right: 92px;
	transform: rotate(180deg);	
}
.popular-box.course-box::before .slick-arrow.slick-disabled {
    opacity: .5;
}
.popular-slider::after {
    content: "";
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 84px;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}
.popular-box.course-box {
	padding: 80px 0;
	width: 100%;
}
.course-box .img {
	position: relative;
/*     background: #919191; */
	min-height: 240px;
}
.course-box .img img {
    width: 100%;
    display: block;
}
/* .course-box .img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: url(../img/back-side-iocn.png) no-repeat center center;
}
.course-box .img::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: url(../img/back-side-iocn.png) no-repeat center center;
    transform: rotate(180deg);
} */
.course-box h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
    margin: 12px 0 0;
}
.popular-box.course-box .col-md-6, .popular-box.course-box .col-md-4 {
	margin-top: 28px;
}
.popular-box.course-box .col-md-6:first-child, 
.popular-box.course-box .col-md-6:nth-child(2),
.popular-box.course-box .col-md-4:first-child, 
.popular-box.course-box .col-md-4:nth-child(2),
.popular-box.course-box .col-md-4:nth-child(3) {
    margin-top: 0;
}    
.video-libray-sec h3 a {
    width: auto;
    height: auto;
    display: flex;
    padding: 4px 28px 4px 8px;
    font-size: 12px;
    line-height: 130%;
    position: relative;
    margin-left: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
}
.video-libray-sec h3 a:hover {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
.video-libray-sec h3 a img {
	width: 12px;
	object-fit: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 7px;
}
.video-libray-sec .col-md-9 .popular-box.course-box:last-child {
    border: 0;
}
.inner-md-9 {
	padding: 0 0 0 45px;
}
/* .left-pd-inner {
    padding-left: 45px;
} */
.video-libray-sec .popular-box .left-pd-inner {
	padding: 0 45px;
}
.popular-box h5 {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: #FFFFFF;
	margin: 12px 0 0;
	width: 100%;
}
.popular-inner-slider h5 {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 110%;
	color: #FFFFFF;
	margin: 0 0 12px;
	display: flex;
	align-items: center;
}
.popular-inner-slider h5 .cstm-btn {
    width: auto;
    height: auto;
    display: flex;
    padding: 4px 28px 4px 8px;
    font-size: 12px;
    line-height: 130%;
    position: relative;
    margin-left: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
	white-space: nowrap;
}
.popular-inner-slider h5 .cstm-btn:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}
.popular-inner-slider h5 .cstm-btn img {
	width: 12px;
	object-fit: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 7px;
}
.popular-box .popular-inner-slider {
	margin: 0 0 80px;
}
.popular-box .popular-inner-slider:last-child {
    margin: 0;
}
.popular-inner-slider .slick-arrow {
	top: -30px;
    width: 15px;
    height: 15px;
    background: transparent url(../img/slide-arrow-video.png) no-repeat center center / 80%;
}
.bred-crum {
    margin: 0 0 60px;
}
.bred-crum h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 110%;
    color: #FFFFFF;
    margin: 0 0 8px;
}
.bred-crum ul {
	display: flex;
	align-items: center;
}
.bred-crum ul li {
	margin-right: 34px;
	position: relative;
	line-height: 1;
}
.bred-crum ul li:last-child {
    margin: 0;
}
.bred-crum ul li a {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
}
.bred-crum ul li a:hover {
    color: #FD0202;
}
.bred-crum ul li::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -17px;
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	margin-top: 1px;
}
.bred-crum ul li:last-child:after {
    display: none;
}
.col-md-9.innermini .popular-box {
	border: 0;
    position: relative;
}
.col-md-9.innermini .popular-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 95%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.28);
}
.checkbox-ul li img {
	margin-right: 20px;
}
.video-prdt-sec {
    background-color: #000;
}
.video-prdt-sec .bred-crum {
	margin: 0 0 40px;
}
.video-prt-box {
    padding: 80px 0;    
}
.video-prt-box .row {
    margin: 0 -12px;
}
.video-prt-box .col-md-8, .video-prt-box .col-md-4 {
    padding: 0 12px;
}
.video-img img, .video-img iframe, .video-img video, .video-img .video {
	display: block;
	width: 100%;
	margin: 0 0 20px;
	height: 475px;
	object-fit: cover;
}
.video-img h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 110%;
	color: #FFFFFF;
	margin: 0;
	display: flex;
	align-items: center;
	padding-right: 2px;
}
.video-img h3 a {
    width: auto;
    height: auto;
    display: flex;
    padding: 4px 28px 4px 8px;
    font-size: 12px;
    line-height: 130%;
    position: relative;
    margin-left: auto;
    border-radius: 4px;
    border: 1px solid transparent;
}
.video-img h3 a img {
    width: 12px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
}
.video-img h3 a:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.video-detail {
	position: relative;
	border: 1px solid #191919;
	padding: 106px 11px 11px;
	height: 475px;	
}
.video-detail ul::-webkit-scrollbar {
    display: none;
}
.video-detail ul {
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.video-detail ul li {
    padding-left: 21px;
    margin: 0 0 8px;    
    position: relative;
}
.video-detail ul li:last-child {
    margin: 0;    
}
.video-detail ul li::before {
	content: "" counter(section) "";
	counter-increment: section;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 120%;
	color: #FFFFFF;
	width: 17px;
	text-align: center;
}
.video-detail ul li::after {
    content: "";
    position: absolute;
    top: 10.5px;
    right: 10.5px;
    width: 16px;
    height: 16px;
    background: url(../img/small-play-icon.png) no-repeat center center / 100%;
}
.video-detail ul li:hover::after, .video-detail ul li.open::after {
    background: url(../img/blck-small-play-icon.png) no-repeat center center / 100%;
}
.video-detail ul li a {
    padding: 10px 36px 10px 10px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
    display: block;
}
.video-detail ul li a:hover, .video-detail ul li.open a {
    background: #fff;
    color: #000;
}
.video-detail h3 {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
	color: #FFFFFF;
	padding: 12px;
	background: #1F1F1F;
	z-index: 1;
	padding-right: 60px;
}
.video-detail h3 span {
    display: block;
    margin: 8px 0 0;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
}
.video-detail .txt {
    display: none;
}
.video-detail .txt p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
    margin: 0;
    padding: 0 10px 10px;
    background: #fff;
    color: #000;
}
.video-course-box h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    color: #FFFFFF;
    margin: 0 0 20px;
}
.video-course-box .cstm-btn {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 4px 28px 4px 8px;
    font-size: 12px;
    line-height: 130%;
    position: relative;
    margin: 12px 0 0;
    border-radius: 4px;
    border: 1px solid transparent;
}
.video-course-box .cstm-btn:hover {
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
}
.video-course-box .cstm-btn img {
	width: 12px;
	object-fit: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 7px;
}
.video-course-box .popular-box {
	padding: 0 0 80px;
	border-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
.related-prd .popular-box {
    padding: 80px 0 120px;    
    width: 100vw;
    max-width: 100vw;
}
.related-prd .popular-box h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 110%;
    color: #FFFFFF;
    margin: 0 0 32px;
}
.related-prd .popular-box h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    color: #FFFFFF;
    margin: 0 0 12px;
}
.related-prd::after {
    content: "";
    clear: both;
    display: table;
}
.innerhme-slider {
	position: relative;
}
.banner-sec .slick-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
    margin: 0;
}
.banner-sec .slick-dots li {
	padding: 0 6px;
}
.banner-sec .slick-dots li button {
	width: 36px;
	height: 3px;
	background: #FFFFFF;
	opacity: 0.4;
	border: 0;
	padding: 0;
	font-size: 0;
	display: block;
}
.banner-sec .slick-dots li.slick-active button {
	opacity: 1;
}
.col-md-9.innermini .left-pd-inner:last-child .popular-box::after {
	display: none;
}
.related-prd .popular-box h6 {
    display: flex;
    align-items: center;
}
.related-prd .popular-box h6 a {
    width: auto;
    height: auto;
    display: flex;
    padding: 4px 28px 4px 8px;
    font-size: 12px;
    line-height: 130%;
    position: relative;
    margin-left: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
}
.related-prd .popular-box h6 a img {
    width: 12px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
}
.related-prd .popular-box h6 a:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.cstm-mnu ul {
	margin: 0;
	padding: 0;
}
#tabs {
	margin: 0;
}
::selection {
    color: #fff;
    background: #FD0202;
}
.cstm-video-popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
	opacity: 0;
	visibility: hidden;
	transition: .3s all linear;
	z-index: 99999;
}
.changeCursorBlogMob .cstm-video-popup {
    opacity: 1;
    visibility: visible;
}
.cstm-video-popup .innner-pop {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 5px;	
    background: transparent;    
    /* max-width: 800px; */
	height: 600px;
    width: 70%;
	border-radius: 0;    
}
.cstm-video-popup .innner-pop .box, .cstm-video-popup .innner-pop .box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cstm-video-popup .close {
    width: 60px;
    height: 60px;
    display: flex;
    background: #000;
    opacity: 1;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
}   
.monthly-annual-sec .plan-box .box a {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.cstm-video-popup .innner-pop .box .close:hover {
    opacity: .8;
}
ul, ol {
    margin: 0 !important;
}
/* 23-12-2021 css */
.single-post-sec {
	padding: 80px 0;
	background: #000;
}
.single-post-sec .img-video-sec {
	margin: 0 0 40px;
}
.single-post-sec .img-video-sec img,
.single-post-sec .img-video-sec iframe,
.single-post-sec .img-video-sec video,
.single-post-sec .img-video-sec .video {
	width: 100%;
	height: 700px;
	object-fit: cover;
}
.single-post-sec .single-txt h3 {
	font-style: normal;
	font-weight: 700 !important;
	font-size: 32px;
	line-height: 110%;
	color: #fff;
	margin: 0 0 20px;
	text-transform: capitalize;
}
.single-post-sec .single-txt p:empty {
    display: none;
}
.single-post-sec .single-txt p {
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 140%;
	text-align: left;
    color: #fff;
	margin: 0 0 15px;
}
.single-post-sec .single-txt h4 {
	font-style: normal;
	font-weight: 700 !important;
	font-size: 24px;
	line-height: 110%;
	margin: 40px 0 20px;
    color: #fff;
}
.single-post-sec .single-txt p a, .single-post-sec .single-txt p b, .single-post-sec .single-txt p em {
    color: #fff;
    font-weight: 600;
}
.single-post-sec .single-txt p a:hover {
    text-decoration: underline;
}
.popular-box .row .slick-list {
	padding: 0 150px 0 0 !important;
}
.popular-box .row .slick-track {
    margin: 0;
}
.popular-box .row .slick-track .slick-slide{
	display: flex;
	width: 100%;
	height: auto;
}
.popular-box .row .slick-track .slick-slide > div{
	display: flex;
	width: 100%;
}
.popular-box .slick-track {
	margin: 0;
	/* height: 315px; */
}
.slider-video-box .video-box > img {
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
	height: 100%;
	object-fit: cover;
    object-position: center;
}
.popular-box .row .slick-arrow {
	padding: 0;
	margin: 0;
	background: transparent url(../img/slide-arrow-video.png) no-repeat center center;
	border: 0;
	font-size: 0;
	position: absolute;
	top: -53px;
	right: 0;
	width: 19px;
	height: 19px;
}
.popular-box .row .slick-arrow.slick-next {
	right: 70px;
}
.popular-box .row .slick-arrow.slick-prev {
	right: 97px;
	transform: rotate(180deg);
}
.popular-box .row .slick-arrow.slick-disabled {
	opacity: .5;
}
.inner-page-banber {
    height: 425px;
}
.video-prt-box + .video-course-box .popular-box:first-child::before {
    display: none;
}
.video-prt-box + .video-course-box .popular-box .next-lesson .slick-list {
    padding: 0 !important;
}
.video-prt-box + .video-course-box .popular-box .next-lesson  {
    width: 33.3%;
}
/* .video-prt-box + .video-course-box .popular-box .next-lesson .slick-arrow.slick-next {
	right: auto;
	top: auto;
	left: 0;
	bottom: 1px;
	width: 106px;
	height: 26px;
	z-index: 10;
	opacity: 0;
	position: absolute;
}
.video-prt-box + .video-course-box .popular-box .next-lesson .slick-arrow.slick-prev {
	visibility: hidden;
	opacity: 0;
	display: none !important;
} */
.archive .bred-crum ul li:nth-child(3), .archive .bred-crum ul li:last-child {
    display: none;
}
.archive .bred-crum ul li:nth-child(2) {
    margin: 0;
    padding: 0;
}
.archive .bred-crum ul li:nth-child(2)::after {
    display: none;
}
/* .video-img .slick-prev {
    display: none !important;
}
.video-img .slick-next {
	position: absolute;
	font-size: 0;
	border: 0;
	background-color: transparent;
	padding: 0;
	width: 107px;
	height: 31px;
	bottom: 4px;
	right: 0px;
} */
/* 23-12-2021 css */
.popular-box.course-box h5 a {
    color: #fff !important;
}
/* 28-12-2021 css */
.choose-course-sec .cstm-margin .checkbox-ul {
	margin-top: 7px !important;
}
.elementor-12502 .elementor-element.elementor-element-4af6034 .elementor-button {
	margin-top: 20px;
}
.page-template header {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
    background: rgba(0, 0, 0, 0.8);
}
.video-img strong {
	color: #fff;
    display: block;
}
.video-img p {
	color: #fff;
	font-weight: 400;
	margin: 0;
	line-height: 1;
	font-size: 0;
}

/* .popular-slider .slick-arrow.slick-prev {
	display: none !important;
}
.popular-slider .slick-arrow.slick-next {
	right: auto;
	left: 94px;
	width: 105px;
	height: 26px;
	opacity: 0;
	top: -38px;
} */
.popular-slider {	
	height: 100%;
}
.page-template-member-page .popular-box.course-box .popular-box.course-box {
	padding-bottom: 0;
    margin-top: 80px;
}
.popular-box .row .slick-track .slick-slide .col-md-12,
.popular-box .row .slick-track .slick-slide a {
	display: block !important;
}
.popular-box .img,
.slider-video-box .video-box {
	min-height: inherit;
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
}
.popular-box .img > img,
.slider-video-box .video-box > img {
	width: 100%;
	object-fit: cover;
	height: auto;
	position: absolute;
	height: 100% !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/* .related-prd .popular-slider .slick-arrow.slick-next {	
	left: 249px;
} */
.innerhme-slider > img {
	width: 100%;
	object-fit: cover;
	height: 760px;
	object-position: top;
}
.related-prd .popular-box .slick-arrow.slick-next {
	right: 20%;
}
.related-prd .popular-box .slick-arrow.slick-prev {
	right: 21.5%;
}
.video-prt-box + .video-course-box .popular-box .next-lesson .slick-arrow.slick-next {
    right: 0;
}
.video-prt-box + .video-course-box .popular-box .next-lesson .slick-arrow.slick-prev {
    right: 30px;
}
.video-img .slick-arrow {
	display: none !important;
}
.banner-sec .slick-slide, .banner-sec .slick-track {
	display: block;
	height: 300px;
}
@media only screen and (min-width: 768px) {
	.banner-sec .slick-slide, .banner-sec .slick-track {
		display: block;
		height: 100%;
	}	
}

.popular-box.course-box .img > img.ls-is-cached{
/*     display:none; */
}
.video-img .slick-arrow.slick-next {
	display: block !important;
    position: absolute;
    right: 1px;
    bottom: 8px;
    padding: 0;
    font-size: 0;
    width: 75px;
    height: 25px;
    opacity: 0;
}
.popular-non-slider .custom_row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.popular-non-slider .custom_row .slider-video-box {
	padding: 0;
}
.popular-non-slider .custom_row a {
    display: block;
}
.popular-non-slider .custom_row .col-md-3 {
    margin-top: 30px;
}
.popular-non-slider .custom_row .col-md-3:first-child, 
.popular-non-slider .custom_row .col-md-3:nth-child(2), 
.popular-non-slider .custom_row .col-md-3:nth-child(3),
.popular-non-slider .custom_row .col-md-3:nth-child(4){
    margin-top: 0;
}
.popular-non-slider .custom_row .slider-video-box::after {	
	right: 0;
}
.popular-non-slider .custom_row .slider-video-box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	background: url(../img/video-right-shape.png) no-repeat center center / 100%;
	transform: rotate(180deg);
	z-index: 1;
}
.tax-courses_category .left-pd-inner {
	padding: 0 45px;    
}
/* New Homepage Css */
.banner-email form {
    font-size: 0;
}
.banner-email input {
	display: inline-block;
	vertical-align: top;
	background: #F4F4F4 !important;
	border-radius: 8px !important;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 110%;
	color: #7E7E7E !important;
	padding: 0 20px !important;
	max-width: 250px;
	width: 100%;
	height: 51px !important;
	border: 0 !important;
}
.banner-email input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	background: #FD0403 !important;
	border-radius: 8px !important;
	padding: 16px 32px !important;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 110%;
	color: #FFFFFF !important;
	border: 0 ~;
	height: 51px !important;
	transition: .3s all linear;
	margin-left: 12px;
	max-width: 119px;
}
.banner-email input[type="submit"]:hover {
    background: #000 !important;
    color: #fff;
}
.banner-email input::-webkit-input-placeholder { 
    color: #7E7E7E;
}
.banner-email input:-moz-placeholder { 
    color: #7E7E7E;
    opacity:  1;
}
.banner-email input::-moz-placeholder { 
    color: #7E7E7E;
    opacity:  1;
}
.banner-email input:-ms-input-placeholder { 
    color: #7E7E7E;
}
.banner-email input::-ms-input-placeholder { 
    color: #7E7E7E;
}
.banner-email input::placeholder { 
    color: #7E7E7E;
}
.cstm-mnu.new-home-page {
	display: flex;
	align-items: center;
    justify-content: flex-end;
}
.cstm-mnu.new-home-page .login-ul {
	margin-right: 36px !important;
}
.cstm-mnu.new-home-page .login-ul li.drp-dwn > a {
    padding-right: 18px;
}
.cstm-mnu.new-home-page .login-ul li.drp-dwn > a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 12px;
	height: 8px;
	background: url(../img/admin-drp-dwn-icon.png) no-repeat center center;
}
.red-signup-box.new-home-page .inner-box p {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 140%;
	color: #FFFFFF;
	margin: 0 0 24px;
}
.red-signup-box.new-home-page .inner-box button {
	max-width: 320px;
	width: 100%;
	display: block;
	background: #000000;
	border-radius: 8px;
	text-align: center;
	height: 51px;
	border: 0;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 110%;
	color: #FFFFFF;
	transition: .3s all linear;
}
.red-signup-box.new-home-page .inner-box button:hover {
    background: #fff;
    color: #000;
}
.red-signup-box.new-home-page .inner-box {
    height: auto;
    padding: 60px;
    background-size: 100% 100%;
    position: relative;
    margin-top: -150px;
    text-align: center;
}
.red-signup-box.new-home-page .inner-box #learn-about-us {
	margin: 0 auto;
}
/* .red-signup-box.new-home-page .inner-box::before {
	content: "";
	position: absolute;
	left: -27px;
	top: -6px;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid black;
	transform: rotate(-45deg);
}
.red-signup-box.new-home-page .inner-box::after {
	content: "";
	position: absolute;
	right: -27px;
	bottom: -6px;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid black;
	transform: rotate(135deg);
} */
.red-signup-box.new-home-page .row {
    align-items: center;
}
.red-signup-box.new-home-page ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.red-signup-box.new-home-page ul li {
    padding-right: 50px;
}
.red-signup-box.new-home-page ul li span {
    display: block;
    width: 85px;
    max-width: 85px;
    flex: 0 0 85px;
    -ms-flex: 0 0 85px;
    height: 85px;
    background: #D7D7D7;
}
.red-signup-box.new-home-page ul li:last-child {
    padding-right: 0;
}
.red-signup-box.new-home-page {
	padding: 0;
	background: transparent;
	margin-top: -50px;
}
.new-farm-system-sec {
    padding: 120px 0;
}
.new-farm-system-sec .row {
    align-items: flex-end;
}
.new-farm-system-sec h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 110%;
	color: #FFFFFF;
	margin: 0 0 20px;
}
.new-farm-system-sec p {
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 140%;
	color: #FFFFFF;
	margin: 0 0 30px;
}
.new-farm-system-sec img {
	width: 100%;
	display: block;
}
.new-farm-system-sec .txt {
    padding-left: 19px;
}
.new-homepage-tabing-sec {
    padding: 40px 0 0;
}
.new-homepage-tabing-sec .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px !important;
}
.new-homepage-tabing-sec .tabs li {
	margin: 0 20px;
	max-width: 242px;
	flex: 0 0 242px;
	-ms-flex: 0 0 242px;
	height: 60px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #241F25;
    cursor: pointer;
    transition: .3s all linear;
    position: relative;
}
.new-homepage-tabing-sec .tabs li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(../img/video-right-shape.png) no-repeat center center / 100%;
	transform: rotate(180deg);
}
.new-homepage-tabing-sec .tabs li::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 16px;
	height: 16px;
/* 	background: url(../img/video-right-shape.png) no-repeat center center / 100%; */
/* 	content: "";
    position: absolute;
    top: 14px;
    right: 14px;
    width: 24px;
    height: 24px;
    background: url(../img/faq-icon.svg) no-repeat center center / 100%; */
}
.new-homepage-tabing-sec .tabs li.current::after {
    transform: rotate(
180deg
);
}
.new-homepage-tabing-sec .tabs li.current, .new-homepage-tabing-sec .tabs li:hover {
    background: #FD0403;
    color: #fff;
}
.new-homepage-tabing-sec .tab-content {
	display: none;
}
.new-homepage-tabing-sec .tab-content.current {
	display: block;
}
.new-homepage-tabing-sec h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 8px;
}
.new-homepage-tabing-sec .sub-head {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 60px;
}
.new-homepage-tabing-sec .tab-content#tab-2 .sub-head {
	margin: 0 auto;
	max-width: 980px;
}
.new-homepage-tabing-sec .cstm-row {
	display: flex;
	flex-wrap: wrap;
}
.new-homepage-tabing-sec .cstm-row .columns {	
	max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    background: #fff;
}
.new-homepage-tabing-sec img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	object-fit: cover;
}
.new-homepage-tabing-sec .txt {
	padding: 40px;
	text-align: center;
}
.new-homepage-tabing-sec .txt h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 110%;
    color: #000000;
    margin: 0 0 8px;
} 
.new-homepage-tabing-sec .txt p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
	margin: 0 auto 32px;
	max-width: 400px;
}
.input-row {
	display: flex;
	flex-wrap: wrap;
    margin: 0 -6px;
}
.input-row .input-box {
	padding: 0 6px;
	max-width: 100%;
    -ms-flex: 0 0 100%;
	flex: 0 0 100%;
    margin-bottom: 20px;
}
.input-row .half.input-box {
    max-width: 50%;
    -ms-flex: 0 0 50%;
	flex: 0 0 50%;    
}
.input-row .input-box input, .input-row .input-box select {
	background: #F4F4F4;
	border-radius: 8px;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 110%;
	color: #7E7E7E;
	border: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-weight: 400;
}
.input-row .input-box input {
    background: #F4F4F4 !important;   
}
.input-row .input-box input::-webkit-input-placeholder { 
    color: #7E7E7E;
}
.input-row .input-box input:-moz-placeholder { 
    color: #7E7E7E;
    opacity:  1;
}
.input-row .input-box input::-moz-placeholder { 
    color: #7E7E7E;
    opacity:  1;
}
.input-row .input-box input:-ms-input-placeholder { 
    color: #7E7E7E;
}
.input-row .input-box input::-ms-input-placeholder { 
    color: #7E7E7E;
}
.input-row .input-box input::placeholder { 
    color: #7E7E7E;
}
.input-row .input-box select {
    background: #F4F4F4 url(../img/select-drp-dwn.png) no-repeat center right 20px;
    color: #000000;
}
.input-row .input-box button {
    height: 51px;
    background: #FD0403;
    border-radius: 8px;
    border: 0;
    font-size: 16px;
    line-height: 110%;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    transition: .3s all linear;
}
.input-row .input-box button:hover {
    background: #000;
    color: #fff;
}
.tab-course .video-prdt-sec {
	padding: 30px 15px 0;
	border: 2px solid #babbbb;
	border-radius: 40px;
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
    position: relative;
}
.tab-course .video-prt-box {
	padding: 40px 35px 0;
	border: 2px solid #babbbb;
	border-radius: 20px;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/* .tab-course .video-prdt-sec::after {
	content: "";
	position: absolute;	
	right: 0;
    left: 0;
	bottom: 0;
	width: 100%;
	height: 150px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	z-index: 1;
} */
.img-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.img-row .cstm-half {
	max-width: 50%;
    -ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 0 10px;
}
.img-row .cstm-full {
	max-width: 100%;
    -ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding: 0 10px;
    margin-top: 20px;
}
.img-row img {
    width: 100%;
    display: block;
}
.img-row .img {
	position: relative;
}
.img-row .img .img-txt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 32px;
    text-align: left;
}
.img-row .img .img-txt h2 {
    color: #000;
    margin: 0 0 4px;
    text-align: left;
}
.img-row .img .img-txt p {
	margin: 0 0 20px;
}
.img-row .img .img-txt .cstm-btn {
	padding: 8.5px 20px;
	min-height: 35px;
	width: auto;
}
.img-row .img .img-txt .cstm-btn:hover {
    background: #000;
    color: #fff;
}
.img-row .cstm-full .img-txt .cstm-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 32px;
}
.new-homepage-tabing-sec .video-detail .txt {
	padding: 0;
}
.new-homepage-tabing-sec .video-detail .txt p {
    margin: 0;
}
.members-slider-sec.homepage-new {
	padding: 120px 0;
}
.home-contact-sec {
	padding: 0 0 120px;
}
.home-contact-sec .contact-box {
    background: #fff;
    padding: 40px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.contact-box h2 {
	margin: 0 0 8px;
}
.contact-box .sub-head {
	font-size: 20px;
	line-height: 140%;
	text-align: center;
	color: #000000;
	margin: 0 0 32px;
}
.contact-box ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-box ul li {
	padding: 0 20px;
    margin: 0 0 32px;
    font-size: 0;
}
.contact-box ul li strong {
    font-weight: 900;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
}
.contact-box ul li a {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
.contact-box ul li a:hover {
    color: #FD0202;
}
.home-contact-sec .contact-box input, .home-contact-sec .contact-box textarea {
	width: 100% !important;
	background: #F4F4F4 !important;
	border-radius: 8px !important;
	padding: 0 20px !important;
	font-family: 'Roboto';
	font-size: 16px !important;
	line-height: 110% !important;
	color: #7E7E7E !important;
	margin: 0 0 20px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: 0 !important;
	height: 50px !important;
	resize: none;
	font-weight: 400;
}
.home-contact-sec .contact-box textarea {
    padding: 16px 20px !important;
    height: 143px !important;
    margin: 0 0 24px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 0 !important;
}
.home-contact-sec .contact-box ::-webkit-input-placeholder { 
    color: #7E7E7E;
}
.home-contact-sec .contact-box :-moz-placeholder { 
    color: #7E7E7E;
    opacity:  1;
}
.home-contact-sec .contact-box ::-moz-placeholder { 
    color: #7E7E7E;
    opacity:  1;
}
.home-contact-sec .contact-box :-ms-input-placeholder { 
    color: #7E7E7E;
}
.home-contact-sec .contact-box ::-ms-input-placeholder { 
    color: #7E7E7E;
}
.home-contact-sec .contact-box ::placeholder { 
    color: #7E7E7E;
}
.home-contact-sec .contact-box button {
    width: 100%;
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 110%;
    color: #FFFFFF;
    background: #FD0403;
    border-radius: 8px;
    border: 0;
    padding: 17px;
    transition: .3s all linear;
}
.home-contact-sec .contact-box button:hover {
    background: #000;
}
.cstm-btn.red {
	color: #FFFFFF;
	background-color: #FD0202 !important;
	border: 0 !important;
}
.video-img p:empty {
    display: none;
}
/* New Homepage Css */
.innerhme-slider video {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 760px;
}
/* 10-01-2022 */
.home-contact-sec .wpforms-field-container .wpforms-field-medium {
	max-width: 100% !important;
}
.banner-email form {
	display: flex;
}
.home-contact-sec .contact-box button {
	background: #FD0403 !important;
	width: 100% !important;
	color: #FFFFFF !important;
	height: 50px !important;
	border-radius: 8px !important;
	border: 0 !important;
}
.home-contact-sec .contact-box button:hover {
    background: #000 !important;
}
.choose-course-sec {
	background: #000 url(../img/baseball-men.png) no-repeat left / auto 750px;
	background-position: -20%;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}
/* 11-01-2022 */
.popular-non-slider .custom_row .slider-video-box::before, .popular-non-slider .custom_row .slider-video-box::after {
    display: none;
 }
 .tab-course.tab-2-sec a.cstm-btn {
    display: table;
    margin: 31px auto 0;
 }
 .new-homepage-tabing-sec .txt .wpforms-field-container {
	margin: 0 -6px;
	width: auto;
	max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.new-homepage-tabing-sec .txt .wpforms-field {
	max-width: 100%;
	flex: 0 0 100%;
	padding: 0 6px !important;
	margin-top: 20px;
}
.new-homepage-tabing-sec .txt .wpforms-field:first-child {
    margin-top: 0;
}
.new-homepage-tabing-sec .txt #wpforms-39012-field_9-container, .new-homepage-tabing-sec .txt #wpforms-39012-field_11-container {
    max-width: 50%;
    flex: 0 0 50%;
}
.new-homepage-tabing-sec .txt input, .new-homepage-tabing-sec .txt select {
	background: #F4F4F4 !important;
	border-radius: 8px !important;
	width: 100% !important;
	height: 50px !important;
	padding: 0 20px !important;
	font-family: 'Roboto';
	font-size: 16px !important;
	line-height: 110% !important;
	color: #7E7E7E !important;
	border: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-weight: 400;
	max-width: 100% !important;
}
.new-homepage-tabing-sec .txt div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0 6px !important;
}
.new-homepage-tabing-sec .txt div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 0 !important;
}
.new-homepage-tabing-sec .txt div.wpforms-container-full .wpforms-form .wpforms-submit-container button {
    height: 51px;
    background: #FD0403;
    border-radius: 8px;
    border: 0;
    font-size: 16px;
    line-height: 110%;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    transition: .3s all linear;
    margin: 24px 0 0;
}
.new-homepage-tabing-sec .txt div.wpforms-container-full .wpforms-form .wpforms-submit-container button:hover {
    background: #000;
    color: #fff;
}
/* 11-01-2022 */

.switch {
    position: relative;
    width: 94px;
    max-width: 94px;
    flex: 0 0 94px;
    height: 39px;
    margin: 0 14px;
    background: #000;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .switch-label {
    position: relative;
    z-index: 2;
    float: left;
    max-width: 50%;
    flex: 0 0 50%;
    line-height: 26px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    cursor: pointer;
    opacity: 0;
  }
  .switch-label:active {
    font-weight: bold;
  }
  .switch-label-off {
    padding-left: 2px;
  }
  .switch-label-on {
    padding-right: 2px;
  }
  .switch-input {
    display: none;
  }
  .switch-input:checked + .switch-label {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.65);
    text-shadow: 0 1px rgba(255, 255, 255, 0.25);
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -ms-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-transition-property: color, text-shadow;
    -moz-transition-property: color, text-shadow;
    -ms-transition-property: color, text-shadow;
    -o-transition-property: color, text-shadow;
    transition-property: color, text-shadow;
  }
  .change-open  .switch-selection, .switch-input:checked + .switch-label-on ~ .switch-selection {
    left: 60px;    
  }
  .switch-selection {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	left: 2px;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	background-color: #FD0403;
	-webkit-transition: left 0.15s ease-out;
	-moz-transition: left 0.15s ease-out;
	-ms-transition: left 0.15s ease-out;
	-o-transition: left 0.15s ease-out;
	transition: left 0.15s ease-out;
    cursor: pointer;
}
.cstmradio-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 43px;
}
.cstmradio-btn label.left-label, 
.cstmradio-btn label.right-label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;    
    margin: 0;
    max-width: 200px;
    flex: 0 0 200px;
}
.dolar-detail-box {
	max-width: 500px;
    width: 100%;
	margin: 0 auto 32px;
	background: #fff;
	padding: 15px 22px 17px;
}
.dolar-detail-box h2 {
	margin: 0;	
	font-style: normal;
	font-size: 65px;
	line-height: 130%;
	text-align: center;
	color: #000000;
}
.dolar-detail-box h6 {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	text-align: center;
	color: #000000;
    margin: 0 0 17px;
}
.dolar-detail-box p {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 130%;
	text-align: center;
	color: #000000;
	margin: 0 0 17px;
}
.dolar-detail-box a.cstm-btn {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 110%;
	color: #FFFFFF;
	padding: 17px 34px;
	background: #FD0403;
	border-radius: 8px;
	margin: 0 0 22px;
}
.dolar-detail-box a.cstm-btn + a {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 130%;
	text-align: center;
	color: #000000;
	padding: 0 0 4px;
	margin: 0 auto;
	display: table;
	border-bottom: 1px solid #FF0000;
}
span#spinner-image {
    display: none;
}
.mobile-menu {
	display: none;    
}
html, body {
	/* overflow-x: hidden; */
}
.new-homepage-tabing-sec .txt select {
	background: #F4F4F4 url(../img/select-drp-dwn.png) no-repeat center right 20px !important;
	color: #000000 !important;
}
.new-homepage-tabing-sec .txt label {
	display: none !important;
}
.home-contact-sec div.wpforms-container-full {
	margin-bottom: 0;
}
.home-contact-sec div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	padding: 0;
}
html {
    scroll-behavior: smooth;
} 


.menu-search-icon .menu-link i::after {
	display: none;
}
.login-ul .menu-search-icon .menu-link i {
	padding-right: 0;
}
.cstm-mnu .header-search-form {
	position: absolute;
	right: 211px;
	top: -5px;
    z-index: 1;
}
/* .checkbox-ul li a::after {
	content: "";
	border-left: 2px solid #000;
	border-top: 2px solid #000;
	width: 10px;
	height: 10px;
	transform: rotate(-165deg);
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%) rotate(-135deg);
} */

  .cstm-mnu .header-search-form input, .cstm-mnu .header-search-form input:focus {
    width: 300px;
    background: #353535;
    border-color: #353535;
  }
  .cstm-mnu .header-search-form form {
    position: relative;
  }
  .cstm-mnu .header-search-form form button {
    background: transparent;
    width: auto;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
  }
  .menu-socail-icon{display:none;}


  .swpm-button-wrapper .stripe-button-el {
	background: transparent;
}

/* .cstmradio-btn .left-label {
	text-align: right;
}
.cstmradio-btn .right-label {
	position: absolute;
	margin-left: 0;
	text-align: left;
} */



.dolar-detail-box .link_etc {
    /* font-size: 12px; */
    /* font-weight: 400; */
    /* order: 5; */
    /* margin-top: 15px; */
  }
  .dolar-detail-box h2 {
    /* order: 1; */
  }
  .dolar-detail-box h6 {
    /* order: 2; */
  }
  .dolar-detail-box p {
    /* order: 3; */
  }
  .dolar-detail-box .membership-annual * {
    height: 100%;
  }
  .dolar-detail-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.login-ul li#menu-item-35637 > .menu-link {
	font-size: 0;
}
.login-ul li {
	height: 32px;
}
.cstmradio-btn label.left-label {
    color: #FD0202;
}
.monthly-annual-sec.change-open label.right-label {
    color: #FD0202;
}
.monthly-annual-sec.change-open label.left-label {
    color: #fff;
}
.dolar-detail-box.month {
	display: none;
}
.monthly-annual-sec.change-open .dolar-detail-box {
    display: none;
}
.monthly-annual-sec.change-open .dolar-detail-box.month {
	display: flex !important;
}
.menu-socail-icon {
	display: none;
}
.sub-menu li {
	height: auto;
}
.cstm-mnu .header-search-form input {
	color: #fff !important;
}
.new-homepage-tabing-sec.mobile {
    display: none;
}
.search-pagination a.pagination-link.active {
	background-color: #FD0403 !important;
	color: #fff;
}
.search-pagination a.pagination-link {	
	line-height: 1;
}
.logged-out .header-login-btn ul.logout-ul li:nth-child(3) ~ li {
    display: none;
}
.left-pd-inner > .popular-box {
	/* padding-bottom: 40px; */
}
.red-signup-box.new-home-page .col-md-6:last-child {
    display: none;
}
.red-signup-box.new-home-page .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.banner-sec h1 span {
	font-style: normal;
	font-weight: 900;
	font-size: 80px;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: normal;
}
.popular-box h3 {
	padding-left: 15px;
}
.cstm-video-popup .innner-pop iframe {
	width: 100%;
	height: 100%;
}
.new-homepage-tabing-sec .txt .cstm-btn:hover {
    background-color: #000;
    color: #fff;
}
/** Mobile menu fix by developer **/
.open-cstm-menu.ovrflw-inh {
    overflow: hidden !important;
}
.open-cstm-menu .cstm-mnu{
    overflow-y: scroll;
}
.open-cstm-menu header{
    z-index:1000
}
.overflow {
	overflow: hidden !important;
}
.page-id-40608 .swpm-button-wrapper input[type="image"] {
	width: 100% !important;
	height: 50px !important;
	object-fit: cover;
}

.dolar-detail-box .membership-monthly {
	height: 60px;
	background: #fd0202;
	border-radius: 12px;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}

.dolar-detail-box .membership-monthly:hover {
	background: #b10000;
}

.dolar-detail-box .membership-monthly *{
	height:100%;
}

.dolar-detail-box .membership-annual {
	position: relative;
	height: 20px;
	width: 100%;
}

.dolar-detail-box .membership-monthly:before,
.dolar-detail-box .membership-annual:before {
	content:attr(data-name);
	position:absolute;
	color:#fff;
	width:100%;
	height:100%;
	display:flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height:1.2;
	pointer-events:none;
}

.dolar-detail-box .membership-annual:before {
	content:attr(data-name);
	color:#737373;
	font-size: 14px;
	font-weight:500;
}

.dolar-detail-box .swpm-button-wrapper input[type="image"] {
	width: 100% !important;
	height: 100% !important;
	box-shadow: none;
	background: transparent;
}


.get-course-box-link {
    position: relative;
    margin-bottom: 10px;
}

.get-course-box-link img.play-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.get-course-box-link:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.get-course-box-link:hover:before {
    background: rgba(0, 0, 0, 0.4)
}
.choose-course-sec .faq-sec .faq-box .content p {
    display: block;
}
.get-course-box span {
    text-align: center;
}
/* 04-02-2022 */
div#loadMore, div#showLess {
    background: #fd0202;
    width: 100%;
    max-width: 200px;    
    border-radius: 5px;
    text-align: center;
    color: #fff;
    padding: 6px 10px;
    cursor:pointer;
    margin:5px auto 0;
}
div#showLess {
     margin:11px auto 0;
    }
 
