@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Khojki:wght@400,700&family=Roboto:wght@400;700&display=swap");
:root {
	--yellow-text: #ffc700;
	--black: #131313;
	--white: #fff;
	--white_bg: #fffbf3;
	--silver: #f6cc84;
	--orange-color: #ff9945;
	--pink: #fd705a;
	--notoserif: "Noto Serif Khojki", serif;
	--roboto: "Roboto", sans-serif;
}
* {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: none;
	text-decoration: none;
	list-style: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
body {
	font-family: "Poppins", sans-serif;
	color: var(--white);
	background-color: var(--black);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--notoserif);
	letter-spacing: 0.6px;
	text-transform: capitalize;
}
p,
li {
	text-transform: capitalize;
}
a {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.row {
	width: 100%;
	float: left;
}
.center {
	text-align: center;
}
.p_t {
	padding-top: 50px;
}
.p_b {
	padding-bottom: 50px;
}
.pt-24{
	padding-top: 24px;
}
.pb-24{
	padding-bottom: 24px;
}
.pt-40{
	padding-top: 40px;
}
.pb-40{
	padding-bottom: 40px;
}
.center {
	text-align: center;
}
.wp-block-columns:where(.wp-block-columns) {
	margin-bottom: auto;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flexwrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
body .align_center {
	-webkit-box-align: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important;
}
.justify_center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.justify_space_between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.wrapper {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto !important;
	-webkit-box-flex: unset !important;
	    -ms-flex-positive: unset !important;
	        flex-grow: unset !important;
	-ms-flex-preferred-size: auto !important;
	    flex-basis: auto !important;
}
.main {
	width: 100%;
	float: left;
	margin-bottom: 80px;
}
.yellow_text {
	color: var(--yellow-text);
}
.orange_text {
	color: var(--orange-color);
}
h1 {
	font-size: 44px;
	font-weight: bold;
}
h1 .title_notification {
	background-color: #cd2b2e;
	color: var(--white);
	max-width: 200px;
	width: 100%;
	display: table;
	margin: -54px auto 12px auto;
	font-size: 20px;
	padding: 8px;
	border-radius: 8px;
}
h1 .small_text {
	font-size: 28px;
	color: var(--silver);
}
h2 {
	font-size: 44px;
	font-weight: bold;
	color: var(--silver);
	margin-bottom: 48px;
}
h2 .orange_text {
	color: var(--pink);
}
h3 {
	font-size: 32px;
	margin: 20px 0;
}
h2::after {
	content: "";
	display: block;
	width: 150px;
	height: 4px;
	border-radius: 10px;
	background-color: var(--pink);
	margin: 20px auto 0px;
}
h2.no_effect::after {
	display: none;
}
.white_bg {
	background-color: var(--white);
}
.deepblue_bg{background-color: #0e409b;}
.white_bg h1,
.white_bg h2,
.white_bg h3 {
	color: var(--black);
}
.white_bg p {
	color: var(--black);
}
.header .box {
	border: solid 2px var(--yellow-text);
	border-radius: 16px;
	padding: 20px 20px 28px 20px;
	max-width: 1050px;
	width: 100%;
	margin: 70px auto 40px auto;
}
.header h1 {
	font-size: 40px;
	text-transform: capitalize;
}

.video_section video,
.video_section iframe {
	border: solid 2px var(--white);
    background: #000;
    width: 100% !important;
    border-radius: 8px;
    height: auto !important;
    aspect-ratio: 16 / 8;
}
.mentor_details {
	gap: 24px;
	text-align: left;
	padding: 24px 0px;
}
.mentor_details > div {
	width: 50%;
}
.mentor_details .about_mentor {
	gap: 24px;
}
.mentor_details .about_mentor img{
	border: solid 3px #fff;
    border-radius: 16px;
}
.mentor_details .about_mentor p {
	color: var(--silver);
}
.mentor_details .about_mentor h3 {
	margin: 8px 0 4px;
	font-size: 40px;
}
.mentor_details .about_mentor .video_section {
	width: 100%;
	margin-bottom: 0;
}
.mentor_details .cont {
	background-color: #1c1d1e;
	padding: 32px;
	border-radius: 16px;
}
.mentor_details .cont h2 {
	font-size: 32px;
	margin-bottom: 32px;
}
.mentor_details .cont h2::after {
	margin-left: initial;
}

.details_section .details_content {
	border: solid 2px var(--yellow-text);
	border-radius: 8px;
	gap: 16px;
	padding: 24px 30px;
	margin: 40px 0;
}
.details_section .details_content .col {
	width: calc(33.33% - 12px);
	position: relative;
	padding-left: 58px;
}
.details_section .details_content .col figure{margin: 0;}
.details_section .details_content .col img {
	position: absolute;
	left: 0;
	top: 0;
	width: 46px;
}
.details_section .details_content .col:last-child img {
	width: 52px;
}
.details_section .details_content p {
	font-size: 24px;
	font-family: var(--notoserif);
	font-weight: bold;
}
.details_section .details_content p span {
	display: block;
	font-weight: normal;
	font-size: 18px;
}

.spacer {
	width: 100%;
	float: left;
	height: 60px;
}

.btn {
	/* background-color: var(--orange-color); */
	color: var(--black);
	display: table;
	text-align: center;
	margin: 0 auto;
	font-family: var(--notoserif);
	font-size: 26px;
	line-height: 32px;
	font-weight: bold;
	padding: 12px 24px;
	border-radius: 8px;
	/*min-width: 340px;*/
	text-transform: capitalize;

	position: relative;
	background: -o-linear-gradient(135deg, #fc6076, #ff9a44, #ef9d43, #e75516);
	background: linear-gradient(-45deg, #fc6076, #ff9a44, #ef9d43, #e75516);
	background-size: 600%;
	-webkit-animation: anime 5.5s linear infinite;
	animation: anime 5.5s linear infinite;
	z-index: 1;
}
.btn::after {
	position: absolute;
	content: "";
	z-index: -1;
	-webkit-filter: blur(20px);
	        filter: blur(20px);
	opacity: 0.8;
	background: -o-linear-gradient(135deg, #fc6076, #ff9a44, #ef9d43, #e75516);
	background: linear-gradient(-45deg, #fc6076, #ff9a44, #ef9d43, #e75516);
	background-size: 600%;
	-webkit-animation: anime 5.5s linear infinite;
	animation: anime 5.5s linear infinite;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 10px;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.btn:hover,
.btn:hover::after {
	-webkit-animation-play-state: paused;
	        animation-play-state: paused;
	-webkit-transform: scale(1.02);
	    -ms-transform: scale(1.02);
	        transform: scale(1.02);
}
.btn span {
	display: block;
	font-family: var(--roboto);
	font-weight: normal;
	font-size: 18px;
}

.bonus_section h3 {
	font-size: 28px;
	font-weight: 600;
	font-family: var(--roboto);
}
.divider {
	width: 100% !important;
	float: left;
	margin: 22px 0 40px;
	border: none !important;
}
.divider::after {
	content: "";
	display: block;
	width: 100%;
	max-width: 500px;
	height: 2px;
	background-color: #b57d4f;
	margin: auto;
}
.golden_triangle img {
	max-width: 650px !important;
	width: 100%;
}
.video_grid {
	gap: 16px;
	margin: 40px 0;
}
.video_grid .col {
	width: calc(33.33% - 12px);
}
.video_grid img,
.video_grid video,
.video_grid iframe {
	border: solid 6px var(--white);
}

.tick_list {
	text-align: left;
}
.tick_list.col2 {
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
	-webkit-column-gap: 40px;
	   -moz-column-gap: 40px;
	        column-gap: 40px;
}
.tick_list li {
	padding-left: 32px;
	margin-bottom: 22px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	position: relative;
	display: inline-block;
	float: left;
}
.tick_list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	background: url(../images/check-icon.svg) center center no-repeat;
	background-size: cover;
}
.tick_list li strong {
    display: inline-block;
    margin-bottom: 6px;
	font-weight: 600;
	color: #fd705a;
}
.tick_list li:last-child {
	margin-bottom: 0;
}

.bonus_section .tick_list {
	margin-bottom: 40px;
}

.testimonials_section .img {
	margin: 40px 0;
}

div.learn_boxes {
	gap: 16px;
	margin-bottom: 40px;
	-ms-flex-wrap: wrap !important;
	    flex-wrap: wrap !important;
}
.learn_boxes > div {
	width: calc(25% - 12px);
	text-align: left;
	min-width: 280px;
}
.learn_boxes img {
	border-radius: 8px;
	aspect-ratio: 1/0.7;
	-o-object-fit: cover;
	   object-fit: cover;
}
.learn_boxes h4 {
	color: var(--yellow-text);
	font-size: 22px;
	font-weight: 900;
	margin: 22px 0 12px;
}
.learn_boxes p {
	font-size: 16px;
}

.testimonials_section .learn_boxes {
	gap: 24px;
}
.testimonials_section .learn_boxes > div {
	width: calc(33.33% - 16px);
	max-width: 480px;
	margin: auto;
}
.testimonials_section .learn_boxes h4 {
	color: var(--white);
	text-align: center;
}
.testimonials_section .learn_boxes img {
	aspect-ratio: 1.2/1;
	-o-object-fit: cover;
	   object-fit: cover;
}
/* .course_section .split_box {
text-align: left;
gap: 32px;
}
.course_section .split_box > div {
width: calc(50% - 16px);
}
.course_section .content ul li {
background: var(--white);
box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
padding: 16px 24px 16px 98px;
border-radius: 8px;
margin-bottom: 24px;
counter-increment: count 1;
position: relative;
}
.course_section .content ul li:last-child {
margin-bottom: 0;
}
.course_section .content ul li:before {
content: "0" counter(count, decimal);
color: #000;
background-color: var(--orange-color);
position: absolute;
left: 12px;
top: 12px;
bottom: 11px;
width: 65px;
display: flex;
align-items: center;
justify-content: center;
font-size: 28px;
font-weight: bold;
border-radius: 5px;
}
.course_section h3 {
font-family: var(--roboto);
margin-top: 0;
font-size: 24px;
line-height: 34px;
margin-bottom: 4px;
}
.course_section .img img {
height: 600px;
width: 100%;
object-fit: cover;
border: solid 3px #ff9945;
border-radius: 30px;
padding: 2px;
}
.course_section .btn {
margin-top: 40px;
} */

.program_boxes {
	gap: 24px;
	text-align: left;
}
.wp-block-columns.program_boxes {
	-ms-flex-wrap: wrap !important;
	    flex-wrap: wrap !important;
}
/* .wp-block-columns.program_boxes .box{
flex-wrap: wrap !important;
} */
.program_boxes .box {
	width: calc(50% - 12px);
	background-color: var(--white_bg);
	color: #000;
	padding: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
}
.program_boxes .box > figure{flex-basis: 50px;}
.program_boxes .box > div{flex: 1;}
.program_boxes h4 {
	font-family: var(--roboto);
	color: var(--orange-color);
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 4px;
}
.program_boxes p {
	line-height: 23px;
}

.program_section .btn {
	margin-top: 40px;
}

.mentor_section .about_mentor {
	gap: 24px;
}
.mentor_section .about_mentor .img {
	width: 50%;
}
.mentor_section .about_mentor .img img {
	width: 350px;
	aspect-ratio: 1/1;
	border-radius: 200px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	padding: 4px;
}
.mentor_section .about_mentor .img h4 {
	color: var(--pink);
	font-size: 28px;
	margin-top: 22px;
}
.mentor_section .about_mentor .img h4 span {
	display: block;
	color: var(--black);
	font-size: 22px;
}
.mentor_section .about_mentor .cont {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: left;
}
.mentor_section .about_mentor .cont p{
	font-size: 16px;
	line-height: 26px;
}

.workshop_boxes {
	gap: 16px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 40px;
}
.workshop_boxes > div {
	width: calc(26% - 12px);
	min-width: 220px;
	border-radius: 8px;
	padding: 16px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	background: #282828;
	min-height: 95px;
	border: solid 1px var(--yellow-text);
}
.workshop_boxes h4 {
	font-family: var(--roboto);
	font-size: 24px;
	color: var(--white);
}

.course_price_section .tick_list {
	margin-top: 30px;
}
.course_price_section .tick_list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    li {
        width: calc(50% - 10px);
        color: #000;
        font-size: 22px;
        font-weight: 600;
        background-size: 28px;
        padding-left: 40px;
    }
}
.course_price_section .tick_list li:before {
	width: 26px;
	height: 26px;
}
.course_price_section .price {
	margin: 40px 0 0 0;
}
.course_price_section .btn {
	margin: 40px auto 0 auto;
}

.guarantee_section .split_box {
	max-width: 1000px;
	margin: 0 auto;
	gap: 48px;
}
.guarantee_section .split_box > div {
	-ms-flex-preferred-size: unset !important;
	    flex-basis: unset !important;
}
.guarantee_section .split_box .content {
	text-align: left;
	flex: 1 !important;
}
.guarantee_section .split_box .img{
    flex-basis: 340px !important;
    flex-grow: unset !important;
}
.guarantee_section .proof_imgs {
	gap: 24px;
	margin-bottom: 40px;
}
.guarantee_section .proof_imgs > div {
	width: calc(33.33% - 16px);
	border: solid 2px var(--orange-color);
	padding: 2px;
	border-radius: 8px;
}
.guarantee_section .proof_imgs figure{
    margin-bottom: 0 !important;
}
.guarantee_section .split_box .content h3 {
	font-size: 36px;
	line-height: 46px;
	margin: 0 0 16px 0;
}
.guarantee_section .split_box .btn{float: left; margin-top: 32px !important;font-size: 22px;}

.promise_section{
    background: #242424;
    padding: 48px;
    border-radius: 32px;
    margin-bottom: 40px;
}
.promise_section h2{
    margin-bottom: 32px;
}
.promise_section h4{
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    margin-bottom: 32px;
}

.claim_section {
	background-color: #cd2b2e;
	padding: 20px 0;
}
.claim_section h3 {
	font-size: 40px;
}

.before_after_section .split_box {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto 30px auto;
	gap: 24px;
}
.before_after_section .split_box > div {
	width: calc(50% - 12px);
	text-align: left;
	border-radius: 16px;
	padding: 16px;
	background: #282828;
}
.before_after_section h3 {
	color: var(--black);
	margin: 0;
	background: var(--yellow-text);
	padding: 12px 16px;
	border-radius: 6px;
	font-size: 32px;
	margin-bottom: 20px;
	text-align: center;
}
.before_after_section ul li {
	color: var(--white);
	background-color: #323232;
	margin-bottom: 16px;
	background-image: url(../images/check-icon.svg);
	background-position: 16px 13px;
	background-repeat: no-repeat;
	padding: 10px 16px 10px 44px;
	font-weight: 500;
	border-radius: 8px;
	background-size: 18px;
	font-size: 18px;
	line-height: 26px;
}
.before_after_section ul li:last-child {
	margin-bottom: 0;
}

.footer {
	padding: 20px 0;
}
.footer p {
	font-size: 14px;
}

.sticky_bar {
	position: sticky;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--black);
	z-index: 999;
	padding: 12px 0;
	-webkit-box-shadow: 0px 0px 24px rgba(255, 199, 0, 0.3);
	        box-shadow: 0px 0px 24px rgba(255, 199, 0, 0.3);
}
.sticky_bar .flex{
	-ms-flex-wrap: nowrap !important;
	    flex-wrap: nowrap !important;
}
.sticky_bar .flex > div{
	-webkit-box-flex: unset !important;
	    -ms-flex-positive: unset !important;
	        flex-grow: unset !important;
	-ms-flex-preferred-size: auto !important;
	    flex-basis: auto !important;
}
.sticky_bar .cost {
	font-size: 24px;
	font-weight: 600;
}
.sticky_bar .cost s {
	text-decoration: line-through;
	font-weight: 300;
	margin-left: 10px;
}
.sticky_bar .btn {
	font-size: 22px;
	line-height: 28px;
	margin: unset;
	min-width:auto;
}

@-webkit-keyframes anime {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes anime {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/* FAQ CSS */
#rank-math-faq .rank-math-list-item {
	position: relative;
	z-index: 1;
	margin-bottom: 16px;
	border-radius: 16px;
	overflow: hidden;
	cursor: pointer;
	text-align: left;
	background-color: #282828;
}
.rank-math-list-item .rank-math-answer {
	display: none;
	border-top: solid 1px #2e2e2e;
	padding: 16px 24px;
}
.rank-math-list-item .rank-math-answer p {
	color: #000;
}
.rank-math-list-item.active .rank-math-answer {
	display: block;
}
#rank-math-faq .rank-math-question {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
	width: 100%;
	padding: 16px 24px 16px 52px;
	margin: 0;
}
.rank-math-list-item .rank-math-question::before {
	content: "";
	position: absolute;
	left: 24px;
	top: 22px;
	width: 18px;
	height: 18px;
	-webkit-filter: brightness(0);
	filter: brightness(0);
	background: url("/wp-content/uploads/2024/02/plus-minus.svg") 2px 4px no-repeat;
	background-size: 36px;
}
.rank-math-list-item .rank-math-question::after {
	content: "";
	position: absolute;
	left: 20px;
	top: 20px;
	width: 23px;
	height: 23px;
	border-radius: 20px;
	background-color: var(--white);
	z-index: -1;
}
.rank-math-list-item.active .rank-math-question::before {
	background-position: -24px center;
}
#rank-math-faq .rank-math-question strong {
	font-weight: 500;
}

#rank-math-faq .rank-math-list-item.active {
	background-color: var(--yellow-text);
}
#rank-math-faq .rank-math-list-item.active .rank-math-question {
	color: #000;
}
.rank-math-list-item.active .rank-math-question::after {
	background-color: #000;
	background-image: none;
}
.rank-math-list-item.active .rank-math-question::before {
	-webkit-filter: brightness(1);
	filter: brightness(1);
}
#rank-math-faq .rank-math-list-item:hover:before {
	opacity: 0.2;
}

.whatsapp_button{
	background: #37CA37;
    color: #fff;
    font-size: 24px;
    padding: 10px 32px;
    border-radius: 9px;
    display: inline-block;
}
.whatsapp_button svg{vertical-align: middle; margin-right: 8px;}
.thankyou_sec .mentor_details .cont{
	padding: 0;
	background: transparent;
}
.thankyou_sec .mentor_details .cont h1{font-size: 40px; line-height: 50px; margin-bottom: 16px;}
.thankyou_sec .mentor_details .cont h1::after{display: none;}
.thankyou_sec .mentor_details .cont h1 + p{font-size: 24px; line-height: 34px;}
.thankyou_sec h2{font-size: 32px; margin-bottom: 24px;}
.thankyou_sec .mentor_details{-webkit-box-align: center !important;-ms-flex-align: center !important;align-items: center !important;}

.pum-overlay{background: transparent !important;}
.pum-overlay > .pum-container{padding: 0 !important;margin-left: -23% !important;max-width: 600px !important;width: 90% !important;}
.popmake-content > p > br{display: none;}
#_builder-form{padding: 30px !important;}
.popmake-content .fields-container{padding: 0 !important;}

.page-id-353{
	background-color: #1d4ea7;
	h1 .title_notification{
		background-color: var(--yellow-text);
		color: #000;
	}
	h2{
		color: var(--yellow-text);
		&::after {
			background-color: var(--silver);
		}
	}
	.divider::after{height: 1px; background-color: var(--white);}
	.mentor_details .cont{
		background-color: #0e409b;
	}
	.header .box, .details_section .details_content{
		background: #0e409b;
		border: none;
	}
	.details_section .details_content .col img{
		filter: brightness(0) invert(1);
	}
	.tick_list li strong{
		color: var(--yellow-text);
	}
	.course_price_section {
		h2{
			color: #fff;
			.orange_text{color: var(--yellow-text);}
		}
	}
	.promise_section, .before_after_section .split_box > div, .workshop_boxes > div, #rank-math-faq .rank-math-list-item{background-color: #0e3781;}
	#rank-math-faq .rank-math-list-item.active{background-color: var(--yellow-text);}
	.before_after_section ul li{background-color: #1d4ea7;}
	.mentor_section .about_mentor .img h4{
		color: var(--yellow-text);
		span{color: #fff;}
	}
	.course_price_section .tick_list li{color: #fff;}
	.tick_list li:before{filter: hue-rotate(40deg) brightness(1.2);}
	.tick_list li{float: none;}
	.strong-view.wpmtst-default.slider-container{
		& > .wpmslider-wrapper > .wpmslider-viewport {
			padding-top: 44px;
		}
	}
	.strong-view.wpmtst-default .wpmtst-testimonial-inner{
		background: #84a5e1; color: #000; border: none; border-radius: 16px; padding-top: 54px;
		&:before{
			content: "";
			position: absolute;
			left: 0;
			right: 0;
			top: -44px;
			width: 80px;
			height: 80px;
			border-radius: 150px;
			margin: auto;
			background-image: url(/wp-content/uploads/2025/02/quotation.webp);
			background-position: center center;
			background-repeat: no-repeat;
			background-size: 32px;
			background-color: #84a5e1;
		}
		p{font-size: 16px; line-height: 26px; font-weight: 400;}
	}
	.strong-view.wpmtst-default .wpmtst-testimonial{border: none;}
	.strong-view.pager-style-buttons .wpmslider-pager-link:before{background: #fff;}
	.mentor_section .about_mentor .cont p{font-size: 20px; line-height: 32px; font-weight: 300;}
	@media (max-width: 768px){
		.step_box {
			display: flex !important; padding: 0;
			&:before{left: 0;transform: none;margin: unset;}
			&:after{left: 9px;transform: none;margin: unset;}
			> div{width: 100%; padding: 0 0 0 40px;}
			.content{order: 1;}
			.img{order: 2;}
		}
		.guarantee_section .split_box{
			gap: 0;
			.btn{float: none;}
		}
	}
}
.page-id-466{
	background-color: #1d4ea7;
	.mentor_details .cont h2 {
		font-size: 60px; margin-bottom: 60px;
		&::after{margin: 20px auto 0 auto;}
	}
	@media (max-width: 480px){
		.mentor_details .cont h2{font-size: 40px;}
	}
}

.step_box{
	max-width: 1000px;
	width: 100%;
	margin: auto;
	display: block !important;
	position: relative;
	&:before{content: ''; position: sticky; display: table; left: 50%; transform: translateX(-50%); top: 10px; width: 20px; height: 20px; border-radius: 30px; background: var(--orange-color); margin: auto;}
	&:after{content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 2px; background: var(--orange-color); margin: auto;}
	> div{
		width: calc(50% - 15px);
		display: inline-block !important;
		padding: 0 48px;
		vertical-align: middle;
	}
	h4{font-size: 32px; margin-bottom: 22px; color: var(--wp--preset--color--black); background: var(--orange-color); display: table; padding: 5px 16px; border-radius: 8px;}
	.img img{border-radius: 16px;}
	p{font-size: 16px;}
	p strong{ font-size: 20px; font-weight: 600; color: var(--yellow-text); }
}

@media (max-width: 980px) {
	.details_section .details_content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		max-width: 480px;
		margin: 40px auto;
	}
	.details_section .details_content .col {
		width: 100%;
	}
	.video_grid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.video_grid .col {
		width: 100%;
		max-width: 600px;
		margin: auto;
	}
	.course_section .split_box,
	.program_boxes,
	.mentor_section .about_mentor {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.course_section .split_box > div {
		max-width: 600px;
		width: 100%;
	}
	.program_boxes .box {
		max-width: 600px;
		width: 100%;
		margin: auto;
	}
	.mentor_section .about_mentor .cont {
		text-align: center;
	}
	div.learn_boxes {
		gap: 32px;
	}
}
@media (max-width: 768px) {
	.tick_list.col2 {
		-webkit-column-count: 1;
		   -moz-column-count: 1;
		        column-count: 1;
	}
	h1,
	h2 {
		font-size: 40px;
	}
	.claim_section h3 {
		font-size: 32px;
	}
	.guarantee_section .split_box .content {
		text-align: center;
	}
	.learn_boxes h4{margin: 12px 0;}
	.sticky_bar .flex > div.price{-ms-flex-preferred-size: 230px !important;flex-basis: 230px !important;}
	.sticky_bar .flex > div.button{-ms-flex-preferred-size: auto !important;flex-basis: auto !important;}
	.sticky_bar .btn{font-size: 20px; line-height: 22px;}
	.sticky_bar .offer{font-size: 13px; line-height: 16px;}
}