/*Video Banner Section CSS */
 #top__bar .master_class_link{
	display:none !important;
}

.banner {
    position: relative;
	overflow: hidden;
}
.banner .video-over-lay {
    width: 100%;
    height: 780px;
    position: absolute;
}
.banner .banner__image {
    height: 780px !important;
    object-fit: cover;
	width: 100%;
}

.banner-content {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner-content .aits-btn:hover {
    background-color: #fff;
    color: #03466c;
}


.banner-content h1 {
    color: var(--colorWhite);
    font-family: var(--fontSemplicitaPro);
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.banner-content  p.title {
    color: var(--colorWhite);
    font-family: var(--fontKumbh);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 12px;
}

/*END Video Banner Section CSS */

/* master-section */

.master_section {
    padding-bottom: 80px;
}
.master_section p.para_14 {
    width: 48%;
    margin: 20px auto;
    font-size: 16px;
    line-height: 24px;
}
/* master-section */

/*popup form*/
.modal.fade form input, .modal.fade textarea {
    width:100%;
    padding:12px;
    font-size: 16px;
    line-height: 24px;
    color: #5e5e5e;
    font-family: var(--fontKumbh);
    width:100%;
}
.modal.fade span.wpcf7-form-control-wrap {
    display: block;
}
.modal.fade .modal-dialog {
    max-width: 40%;
}
.modal.fade  .modal-body {
    padding: 2rem;
}
.modal.fade .modal-header{
     padding:1rem 2rem; 
     padding-top: 28px;
}
.modal.fade form input:focus-visible, #consultation-form form textarea:focus-visible {
    border: 1px solid #F80051;
}

.modal.fade form textarea{
    height: 180px;
}
.modal.fade button.close{
    border:0px;
    background:none;
}
.modal.fade button.close span{
    font-size: 32px;
}
.modal.fade .aits-btn {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    border: 1px solid red var(--colorPink);
}
.modal.fade h4 {
    font-size: 32px;
}
/*popup form*/

/* Challanges Section  */
.challanges {
	padding: 80px 0px;
	position: relative;
}
.challanges .chall-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: -1;
}
.challanges h2 {
	margin-top: 20px;
}
.challanges .chall {
	margin-top: 40px;
}
.challanges .box {
	display: flex;
	align-items: start;
	margin: 24px auto;
	border: 1px solid rgba(35, 35, 35, 0.40);
    padding: 16px;
    width: 95%;
}
.challanges .box p {
	margin-bottom: 0px;
}
.challanges .box .content {
	margin-left: 20px;
}
.challanges .box .content h3 {
	width: 90%;
}
.challanges .below_text {
	text-align: center;
	width: 62%;
	margin: auto;
	margin-top: 40px;
}
.challanges .below_text p {
	text-align: center;
	margin-bottom: 28px;
}
/* End Challanges Section  */

/* Solution Section  */
.product {
	padding: 80px 0px;
	position: relative;
	background-image: url('../images/product-bg.png');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: cover;
	overflow: hidden;
}
.product .bg1 {
    position: absolute;
    top: 20px;
    left: -140px;
}
.product .bg2 {
    position: absolute;
    bottom: -20px;
    right: -82px;
    width: 250px;
}
.product .heading2 {
    margin-top: 20px;
}
.product .box__container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 60px;
    margin-bottom: 60px;
    overflow-x: scroll;
}
.product .box__container::-webkit-scrollbar {
    display: none;
}
.product .box {
    max-width: 274px;
    width: 274px;
	background: rgba(255, 255, 255, 0.80);
	padding: 40px 16px;
	position: relative;
	margin-right: 40px;
}
.product .box img {
    width: 48px;
}
.product .box .box__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.product .box .box__top span.line {
    display: inline-block;
    width: 60%;
    height: 1px;
    background-color: #5b5b5b;
}
.product .box .box__top span.letter {
    display: inline-block;
    width: 30%;
    text-align: right;
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    font-family: var(--fontSemplicitaPro);
    color: var(--colorPink);
    text-transform: uppercase;
}
.product .inner-content .para_16 {
    width: 60%;
    margin: 0 auto;
}
.product .button-center {
	text-align: center;
	margin-top: 32px;
}
/* End Solution Section  */

/* About Section CSS */

section.about_us {
    padding: 80px 0px;
    position: relative;
}
.about_us .bg--image {
    position: relative;
}
.about_us .about-bg {
    position: absolute;
    left: -24%;
    top: 3%;
}
.about_us .about__img {
    text-align: center;
    position: relative;
    width: 100%;
}
.about_us .about__img img {
    position: relative;
    width: 90%;
    max-width: 150%;
    border: 3px solid #03466c;
    border-radius: 5px;
    top: 0;
}
.about_us .about__img__mobile{
	display:none
}
.about_us .about__info {
	display:flex;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	padding-left: 54px;
}
.about_us .col-lg-6 {
	display:flex;
	overflow: hidden;
}
.about_us .para__content {
    width: 100%;
}
.about_us .para__content p {
    font-family: var(--fontKumbh);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--colorHeadingBlack);
    margin-bottom: 12px;
}
.about_us .para__content ul {
    padding-left: 1.5rem;
    list-style-type: none;
    margin-top: 0px;
}
.about_us .para__content ul li {
    font-family: var(--fontKumbh);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--colorHeadingBlack);
    position: relative;
    margin-bottom: 8px;
}
.about_us .para__content ul li::before {
    content: url(../images/pink-bulletsnew.png);
    position: absolute;
    left: -23px;
    top: 2px;
}

.about_us .above__title {
	margin-bottom: 20px;
}
.about_us .above__title.dash::before {
    left:0;
}
.about_us .heading2 {
	margin-bottom: 20px;
}
.about_us .aits-btn {
	margin-top: 8px;
}

.about_us .about__boxes {
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
}
.about_us .about__boxes .box {
    width: 236px;
    padding: 32px 16px;
    position: relative;
    background-color: #f2f2f2;
    margin-left: 32px;
    top: -80px;
}
.about_us .about__boxes .box:first-child {
    background-color: var(--colorPink);
}
.about_us .about__boxes .box .number {
    font-family: var(--fontKumbh);
    font-size: 48px;
    line-height: 56px;
    font-weight: 400;
    font-style: normal;
    color: var(--colorPink);
}
.about_us .about__boxes .box:first-child .number {
    color: var(--colorHeadingBlack);
}
.about_us .about__boxes .box .para_20 {
    margin-bottom: 0px;
}
.about_us .about__boxes .box:first-child .para_20 {
    color: #fff;
}
.about_us .about__boxes .box .number .num {
    color: var(--colorHeadingBlack);
}
.about_us .about__boxes .box:first-child .number .num {
    color: #fff;
}
.about_us .about__boxes .box .svg__icon {
    position: absolute;
    top: 16px;
    right: 31px;
}
/* End About Section CSS */

/* Training Section CSS  */
.training__section {
	padding: 80px 0px;
	position: relative;
	background-image: url('../images/training-bg.png');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: cover;
}
.training__section .training__info {
	text-align: center;
}
.training__section .training__info h2 {
	margin-top: 20px;
}
.training__section .training__wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 60px;
}
.training__section .training__box {
	width: 32%;
}
.training__section .training__box .content {
	padding: 24px;
	background: #fff;
}
.training__section .training__box .content .text {
	min-height: 70px;
}
.training__section .training__box .content .bottom__part {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #E5E5E5;
	padding-top: 12px;
}
.training__section .training__box .content .bottom__part .time, 
.training__section .training__box .content .bottom__part .watch__type {
	display:flex;
	align-items:center;
	gap: 8px;
}
/* End Training Section CSS  */

/* Benefits Section  */
.benefits {
	padding: 80px 0px;
	position: relative;
	overflow: hidden;
}
.benefits .img-bg1 {
	position: absolute;
    right: -320px;
    top: -305px;
    z-index: 1;
    width: 800px;
}
.benefits .img-bg2 {
	position: absolute;
    left: -360px;
    bottom: -280px;
    z-index: 1;
    width: 800px;
}

.benefits h2 {
	margin-top: 20px;
}
.benefits .chall {
	margin-top: 40px;
}
.benefits .box {
	display: flex;
	align-items: start;
	margin: 24px auto;
	border: 1px solid rgba(35, 35, 35, 0.40);
    padding: 16px;
    width: 90.5%;
    position: relative;
}
.benefits .box .svg__icon {
    position: absolute;
    left: -30px;
    margin: auto 0;
    z-index: 1;
}
.benefits .box p {
	margin-bottom: 0px;
}
.benefits .box .content p > span {
	font-weight: 600;
}
.benefits .box .content {
	margin-left: 20px;
}
.benefits .box .content h3 {
	width: 90%;
}
.benefits .below_text {
	text-align: center;
	margin: auto;
	margin-top: 40px;
}
.benefits .below_text p {
	text-align: center;
	margin-bottom: 28px;
}
/* End Benefits Section  */


/* Testimonial Section  */
.testimonial {
	padding: 80px 0px;
	position: relative;
	background-image: url('../images/testimonials-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.testimonial .box {
	display: flex;
	align-items: start;
	margin: 24px auto;
    padding: 16px;
    width: 100%;
}
.testimonial .box h3 {
	color: #fff;
}
.testimonial .box p {
	margin-bottom: 0px;
	color: #fff;
}
.testimonial .box .designation {
	color: var(--colorPink);
}
.testimonial .box .content {
	margin-left: 20px;
}
.testimonial .box .content .above__part {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}
.testimonial .testi__slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0px 8px;
}
.testimonial .testi__slider .slick-dots  button {
    background-color: #979797;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.testimonial .testi__slider .slick-dots .slick-active button {
    background-color: var(--colorPink);
}

/* End Testimonial Section  */

/* Book Section CSS */

section.book {
    position: relative;
	z-index: 2;
	padding-top: 120px;
}
.book .inner-content {
	 background: #EFF6F7;
	padding: 70px 40px 50px;
	position: relative;
}
.book .book__img {
    text-align: center;
}
.book .book__img span{
	margin-bottom:12px;
	display: inline-block;
}
.book .heading5 {
	margin-bottom: 20px;
	text-transform: uppercase;
}
.book .points {
	margin-top: 32px;
}
.book .points li {
	list-style: none;
	color: var(--colorHeadingBlack);
	font-family: var(--fontKumbh);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; 
	position: relative;
	padding-left:12px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.book .points li::before {
	content: url('../images/li-icon.svg');
	position: absolute;
	top: 2px;
	left: -25px;
}
.book .comment__text {
	position: absolute;
    top: -25px;
    left: 0;
    border-radius: 8px;
    background: #232323;
    right: 0;
    width: fit-content;
    margin: auto;
}
.book .comment__text p {
	padding: 12px 20px;
	color: #fff;
	margin-bottom: 0px;
}
.book .comment__text .comment__icon {
	position: absolute;
	bottom: -20px;
	left: 8rem;
}
.book .form__content {
	margin-top: 80px;
}
.book .form__content p {
	text-transform: capitalize;
}
.book .form__content a {
	margin-top: 16px;
}
/* End book Section CSS */

/* Review Section CSS */
section.review {
    position: relative;
	background: var(--colorHeadingBlack);
	padding: 150px 20px 80px 20px;
	top: -100px;
	z-index: 1;
}
.review .has-border:nth-child(1) {
	border-right: 1px solid rgba(239, 243, 244, 0.20);
}
.review .box {
	text-align: center;
	width: 75%;
	margin: 0 auto;
}
.review .box .stars{
	margin-bottom: 16px;
}
.review .box p {
	color: #fff;
	margin-bottom: 16px;
}
.review .box p.name {
	margin-bottom: 0px;
	color: var(--colorPink);
}
.review .box p.name > span {
	font-weight: 300;
	display: block;
	color: #fff;
}
/* End Review Section CSS */






/* Schedule Section CSS  */
.schedule__section {
    position: relative;
}
.schedule__section .blue__box {
    justify-content: center;
}
.schedule__section .heading__info h2 {
    margin-top: 32px;
	margin-bottom: 32px;
}
.schedule__section .schedule__info {
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 40px 0px;
}
.schedule__section .schedule__info .border__red {
    position: absolute;
    border: 4px solid #03466c;
    width: 67%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index:-1;
}
.schedule__section .schedule__info .left {
    background-color: #fff;
    width: 50%;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.schedule__section .schedule__info .right {
    background-color: #fff;
    width: 50%;
    padding-left: 40px;
    display:flex;
    align-items:center;
    
}
.workwith img {
    border: 3px solid #03466c;
    border-radius: 5px;	
        max-width: 100%;
}	
.schedule__section .schedule__info .points p {
	margin-bottom: 27px;
}
.schedule__section .schedule__info .points ul {
    margin-bottom: 0px;
    padding-left: 1.4rem;
}
.schedule__section .schedule__info .points li {
	list-style: none;
    color: var(--colorHeadingBlack);
    font-family: var(--fontKumbh);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    padding-left: 12px;
    margin-bottom: 16px;
}
.schedule__section .schedule__info .points li::before {
	content: url(../images/li-icon.png);
    position: absolute;
    top: 2px;
    left: -25px;
}
.schedule__section .aits-btn {
	padding: 12px 25px;
    margin-top: 32px;
    display: block;
    text-align: center;
}
/* End Schedule Section CSS */

/* Media Query for Tablets Ipads landscape mode */
@media (min-width: 991px) and (max-width: 1024px){ 
    #consultation-form .modal-dialog {
        max-width: 60%;
    }

    /* Banner */
    .banner-content .inner-content {
        padding: 16px;
        width: unset;
    }
    /* End Banner  */
    
    /*Challanges Section */
    .challanges .box {
        margin: 12px auto;
        padding: 12px;
        width: 100%;
    }
    /*End Challanges Section */
    
    /*About Section*/
    .about_us .about__info {
        padding-left: 16px;
    }
    .about_us .heading2 {
        margin-bottom: 12px;
    }
    .about_us .para__content {
        width: 100%;
    }
    .about_us .para__content p , .about_us .para__content ul li {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }
    .about_us .about__img {
        margin-top: 0;
        padding:317px 0px;
    }
    .about_us .about__img img {
        width: 127%;
    }
    .about_us .about-bg {
        left:-48%;
        top: 7%;
    }
    .about_us .about__boxes .box .svg__icon {
        right: 14px;
    }
    /*End About Section*/
    
    /*Benefit Section */
    .benefits .box {
        margin: 12px auto;
        width: 96%;
    }
    .benefits .box p {
        font-size:14px;
        line-height: 22px;
    }
    
    /*End Benefit Section */
    
    /*Book*/
    .book .form__content {
		margin-top: 40px;
	}
    
    /*Schedule Section */
    .schedule__section .schedule__info .points p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 16px;
    }
    .schedule__section .schedule__info .points li{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }
    .schedule__section .schedule__info .right img {
        width: 100%;
    }
    
    /*End Schedule Section */


 }

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 991px){
    
    #consultation-form .modal-dialog {
        max-width: 60%;
    }

/*     Banner */
	.banner-content {
		top: 58%;
		padding: 16px;
	}
	.banner .video-over-lay {
		height: 60vh;
		position: absolute;
	}
	.banner-content p.title {
	    font-size: 14px;
	}
	.banner-content h1 {
		font-size: 40px;
		line-height: 56px;
	}
	.banner .banner__image {
        height: 580px !important;
        width: 100%;
    }
	
/* challange section  */
	.challanges {
		padding: 40px 0px;
	}
	.challanges .chall {
		margin-top: 12px;
		margin-bottom: 40px;
	}
	.challanges .box {
		margin: 12px auto;
	}
	.challanges .box .content h3 {
		width: 100%;
		margin-bottom: 4px;
		font-weight: 600;
	}
	.challanges .below_text {
	    width: 80%;
	}
/* Product Section  */
	.product {
		padding: 40px 0px;
	}
	.product .inner-content .para_16 {
		margin: 0px auto;
		width: 80%;
	}
	.product .box__container {
	    margin-bottom:20px;
	}
	.product .box .flow__icon {
		top: 30px;
		width: 60px;
		left: -32px;
	}
	.product .box {
		padding: 24px 40px 12px;
		margin-bottom: 28px;
	}

	
/* About Us  */
	section.about_us {
		padding: 40px 0px;
	}
	.about_us .about__img__mobile{
		display: none;
	}
	.about_us .about__info {
		padding-left: 0px;
		margin-bottom: 40px;
	}
	.about_us .heading2 {
		width: 51%;
		display: block;
		margin-bottom: 12px;
	}
	.about_us .about-bg {
	    left: -37%;
	    z-index: -1;
	    width: 100%;
	}
	.about_us .about__img {
	    width: 50%;
	    margin: 32px auto 32px auto;
	    padding: 200px 0px;
	}
	.about_us .about__img img {
	    width: 114%;
	}
	.about_us .about__boxes {
	    justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 32px;
	}
	.about_us .about__boxes .box {
	    top: unset;
	    width: 24%;
        padding: 16px 16px;
        margin-left: unset;
	}
	.about_us .about__boxes .box .number {
	    font-size: 36px;
	    line-height: 44px;
	    margin-bottom: 20px;
	}
	.about_us .about__boxes .box .para_20 {
	    font-size: 14px;
	}
	.about_us .about__boxes .box .svg__icon {
	    right: 10px;
	}
	
	/*Trainnig Section */
	.training__section .training__wrap {
        margin-top: 28px;
        margin-bottom: 40px;
    }
	.training__section .training__box .content {
	    padding: 12px;
	}
	.training__section .training__box .content .text {
	    min-height: 90px;
	}
	.training__section .training__box .content .para_14 {
	    margin-bottom: 8px;
	}
	.training__section .training__box .content .bottom__part .time > span, .training__section .training__box .content .bottom__part .watch__type > span{
	    font-size: 14px;
	    line-height: 22px;
	}
	
	/*Benefits section */
	.benefits .box {
	    margin: 16px auto;
	}
/* Book  */
	section.book {
		padding-top: 60px;
	}
	.book .comment__text {
	    width: 75%;
	}
	.book .comment__text .para_16 {
		font-size: 16px;
		line-height: 24px;
		padding: 10px 12px;
		text-align: center;
	}
	.book .comment__text .comment__icon {
		left: unset;
		right: 11rem;
	}
	.book .inner-content {
		padding: 75px 28px 40px;
	}
	.book .book__img {
	    margin-bottom: 40px;
	}
	.book .points {
		margin-top:20px;
	}
	.book .points li {
		padding-left: 16px;
		margin-bottom: 16px;
	}
	.book .form__content {
		margin-top: 32px;
	}
	.book .form__content a {
		margin-top: 8px;
	}
	.book .form__content .para_16 {
		font-size: 16px;
		line-height: 24px;
		font-weight: 600;
		text-transform: uppercase;
	}
	
/* Review  */
	.review .has-border:nth-child(1) {
		border: unset;
		border-bottom: 1px solid rgba(239, 243, 244, 0.20);
	}
	section.review {
		padding: 110px 20px 10px 20px;
	}
	.review .box {
		width: 100%;
		margin: 40px 0px;
	}

/* Schedule  */
    .schedule__section {
        margin-top: -50px;
    }
    .schedule__section .schedule__info {
        flex-direction: column-reverse;
        text-align: center;
    }
    .schedule__section .schedule__info .border__red {
        display:none;
    }
	.schedule__section .schedule__info h2 {
		width: 95%;
		margin: 12px auto;
	}
	.schedule__section .schedule__info .left {
	    padding-right: unset;
	    width:100%;
	}
	.schedule__section .schedule__info .right {
	    justify-content: center;
	    padding-left: 0px;
	    width:100%;
	}
	.schedule__section .schedule__info .points .para_16 {
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
	}
	.schedule__section .schedule__info .points li {
		font-size: 16px;
		line-height: 28px;
		padding-left: 16px;
		margin-bottom: 16px;
		text-align: center;
		display: inline-block;
	}
	.schedule__section .aits-btn {
		width: 100%;
		margin-top: 16px;
		padding: 10px 20px;
	}
	.schedule__section .schedule__info .points li::before {
		top: 0px;
	}
	.schedule__section .fade__bg {
		display:none;
	}
	.schedule__section .schedule__info .border__red {
	    display:none;
	}
}

/* Mobile Responsive */

@media screen and (max-width:767.98px) {
	
	.master_section p.para_14 {
    width: 100%;
    margin: 20px auto;
    font-size: 14px;
    line-height: 24px;
		margin-top: 12px;
	}
	.master_section h2{
		margin-top: 20px;
	}
		.master_section{
		margin-top: -70px;
    padding-bottom: 100px;
	}
	
	
	.banner-content {
		top: 64%;
		padding: 12px;
	}
    
	.banner .video-over-lay {
		height: 500px;
		position: absolute;
	}
	.banner .banner__image {
		height: 500px !important;
	}

	.banner-content  h1 {
		font-size: 28px;
		line-height: 36px;
	}

/*popup-form*/
    .modal.fade .modal-dialog {
        max-width: 90%;
        margin: auto;
    }
    .modal.fade .modal-body {
        padding: 1rem;
    }
	.modal.fade .modal-header {
        padding: 8px 16px;
    }
    .modal.fade  .wpcf7-response-output {
        font-size: 12px;
    }
     .modal.fade span.wpcf7-not-valid-tip {
        font-size: 13px;
    }
    .modal.fade h4 {
        font-size: 20px;
    }
	.modal.fade form input, .modal.fade textarea {
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
	}
	.modal.fade form>p br {
    	display: none;
	}
	.modal.fade form>p span{
    	margin-bottom:12px;
	}
/* challange section  */
	.challanges {
		padding: 32px 0px;
	}
	.challanges h2 {
        width: 90%;
        margin: 20px auto 0;
    }
    .challanges h2 br {
        display:none;
    }
	.challanges .chall {
		margin-top: 20px;
		margin-bottom: 24px;
	}
	.challanges .box {
		margin: 8px 0px;
		width: 100%;
	}
	.challanges .box .content h3 {
		width: 100%;
		margin-bottom: 4px;
		font-weight: 600;
	}
	.challanges .below_text {
	    width: 100%;
	    margin-top: 24px;
	}
	.challanges .below_text b {
	    display: block;
	}
/* Product Section  */
	.product {
		padding: 40px 0px;
	}
	.product .box__container {
	    margin-top: 20px;
	    margin-bottom: 0px;
	}
	.product .box .flow__icon{
	    width: 32px;
	}
	.product .box .box__top span.letter {
	    font-size: 32px;
	    line-height: 40px;
	}
	.product .para_16 {
		/*margin: 28px auto;*/
		width: 100%;
	}
	.product .inner-content .para_16 {
	    width: 100%;
	}
	.product .box {
		padding: 20px 16px;
		margin-bottom: 28px;
		width: 184px;
		margin-right: 24px;
	}
	
	/* About Us  */
	section.about_us {
		padding: 40px 0px 24px;
	}
	.about_us .about__img__mobile{
		display: none;
	}
	.about_us .about__info {
		padding-left: 0px;
		margin-bottom: 28px;
	}
	.about_us .heading2 {
		width: 80%;
		display: block;
		margin-bottom: 12px;
	}
	.about_us .about-bg {
	    left: -40%;
	    z-index: -1;
	    width: 138%;
	    top: 0px;
	}
	.about_us .para__content p {
	    font-size: 14px;
	    line-height: 22px;
	}
	.about_us .para__content ul li {
	    font-size: 14px;
	    line-height: 22px;
	}
	.about_us .about__img {
	    width: 85%;
	    margin: 32px auto 32px auto;
	    padding: 220px 0px;
	}
	.about_us .about__img img {
	    width: 120%;
	}
	.about_us .about__boxes {
	    justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 0px;
	}
	.about_us .about__boxes .box {
	    top: unset;
	    width: 48.5%;
        padding: 16px 16px;
        margin-left: unset;
        margin-bottom: 12px;
	}
	.about_us .about__boxes .box .number {
	    font-size: 32px;
	    line-height: 40px;
	    margin-bottom: 10px;
	}
	.about_us .about__boxes .box .para_20 {
	    font-size: 16px;
	    line-height: 24px;
	}
	.about_us .about__boxes .box .svg__icon {
	    right: 10px;
	}
	
	/*Training */
	.training__section {
	    padding: 32px 0px;
	}
	.training__section .training__wrap {
	    margin-top: 24px;
	    margin-bottom: 32px;
	    flex-direction: column;
	}
	.training__section .training__box {
	    width: 100%;
	    margin-bottom: 24px;
	}
	.training__section .training__box .content {
	    padding: 24px 16px;
	}
	.training__section .training__box .img__container img {
	    width: 100%;
	}
	.training__section .training__box .content .para_14 {
	    margin-bottom: 12px;
	}
	.training__section .training__box .content .text {
	    min-height: auto;
	}
	
	/*Benefits */
	.benefits {
	    padding: 32px 0px;
	}
	.benefits .img-bg1 {
        right: -134px;
        top: -125px;
        width: 330px;
    }
    .benefits .img-bg2 {
        left: -136px;
        bottom: -105px;
        width: 360px;
    }
    .benefits .chall {
        margin-top: 12px;
    }
    .benefits .box {
        margin: 12px 0px 12px auto;
        width: calc(100% - 30px);
        padding: 24px;
    }
    .benefits .below_text {
        margin-top: 20px;
    }
    .benefits .below_text p {
        margin-bottom: 8px;
    }
     .benefits .below_text p br {
        display:none;
    }
	section#schedule h2>br {
    	display: none;
	}
    
    /*Testimonials */
    .testimonial {
        padding: 32px 0px;
    }



/* Book  */
	section.book {
		padding-top: 60px;
	}
	.book .comment__text .para_16 {
		font-size: 14px;
		line-height: 22px;
		padding: 10px 12px;
		text-align: center;
	}
	.book .comment__text {
		width: 84%;
/* 		left: 21%; */
	}
	.book .comment__text .comment__icon {
		left: unset;
		right: 11rem;
	}
	.book .inner-content {
		padding: 75px 20px 20px;
	}
	.book .points {
		margin-top:16px;
	}
	.book .points li {
		padding-left: 12px;
		margin-bottom: 12px;
		font-size: 14px;
		line-height: 22px;
	}
	.book .points li::before {
		top: 2px;
	}
	.book .form__content {
		margin-top: 30px;
	}
	.book .form__content p {
	    font-size: 16px;
	    line-height: 24px;
	}
	.book .form__content .para_16 {
		font-size: 16px;
		line-height: 24px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.book .form__content a {
		margin-top: 4px;
		text-align: center;
		width: 100%;
	}
	.book .book__img {
		margin-bottom: 20px;
	}
/* Review  */
	.review .has-border:nth-child(1) {
		border: unset;
		border-bottom: 1px solid rgba(239, 243, 244, 0.20);
	}
	section.review {
		padding: 110px 20px 10px 20px;
	}
	.review .box {
		width: 100%;
		margin: 40px 0px;
	}

/* Schedule  */
    .schedule__section {
        margin-top: -50px;
    }
    .schedule__section .schedule__info {
        flex-direction: column-reverse;
        padding: 12px 0px;
    }
    .schedule__section .schedule__info .border__red {
        display:none;
    }
	.schedule__section .heading__info h2 {
		width: 88%;
		margin: 12px auto;
	}
	.schedule__section .schedule__info .left {
	    padding-right: unset;
	    width:100%;
	}
	.schedule__section .schedule__info .right {
	    justify-content: center;
	    padding-left: 0px;
	    width:100%;
	}
	.schedule__section .schedule__info .right img {
	    width:100%;
	}
	.schedule__section .aits-btn {
		width: 100%;
		margin-top: 16px;
		padding: 10px 20px;
	}
	.schedule__section .schedule__info .points li {
	    font-size: 14px;
	    line-height: 22px;
	}
	.schedule__section .fade__bg {
		display:none;
	}
	.schedule__section .schedule__info .border__red {
	    display:none;
	}

}