


/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
 height: 100%;
 font-family: 'Poppins', sans-serif;
 scroll-behavior: smooth;
 } 

body > #wrapper {height: auto; min-height: 100%; background:#fff ;
	}
body
#main{
	  width:100%;
	  padding:0;
	  margin:0 auto;
	  /*padding-top: 80px;*/
	}
*{
	padding:0;
	margin:0;
	}

table{
	width: 100%;
}
table, th, td {
    border: 1px solid #1a5f80;
    border-collapse: collapse;    
}
th, td {
    padding: 10px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
th {
    background-color: #104660;
    color: #fff;
}

a{
	cursor: pointer;
	display: inline-block;
}
span{
	display: inline-block;
}
p{
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	color: #000;
	padding: 0 0 10px 0;
	font-weight: 500;
}

/* #Grid system
================================================== */
.container{
	width:1170px;
	margin:0 auto;
	}
.container:before, .container:after, .row:before, .row:after{
	content:"";
	display:table;
	}
.container:after, .row:after{clear:both;}
.row{
	margin-left:-10px;
	margin-right:-10px;
	}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
	position:relative;
	min-height:1px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	}

.col-sm-12{width:100%;}
.col-sm-11{width:91.66666667%;}
.col-sm-10{width:83.33333333%;}
.col-sm-9{width:75%;}
.col-sm-8{width:66.66666667%;}
.col-sm-7{width:58.33333333%;}
.col-sm-6{width:50%;}
.col-sm-5{width:41.66666667%;}
.col-sm-4{width:33.33333333%;}
.col-sm-3{width:25%;}
.col-sm-2{width:16.66666667%;}
.col-sm-1{width:8.33333333%;}
.flt-right { float: right; }
.flt-left { float: left; }

.clr{
	clear:both;
	}
.contain_90{
	width: 90%;
	margin: auto;
}
.width_20{
	width: 20%;
}
/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
/*	position: fixed;*/
	top:0px;
	left: 0;
	z-index: 999;
	padding: 25px 0;
	background:#85297c;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	z-index: 999;
    position: relative;
}
header .logo {
	width: 267px;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0;
}
header .inner_container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .inner_container .right_text{
	font-size: 38px;
    line-height: 1.2em;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-style: italic;
}
header.smaller {
	top:0;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background:#fff;
	padding: 1% 6% 0.5% 7%;
}
header.smaller .logo {
	width:14%;
}

.form-group {
    margin-bottom: 15px;
}
.form_error span{
	font-size: 12px;
/*    padding: 0 0 5px 0;*/
    margin: 0 0 5px 15px;
    color: #ff4c4c;
    font-weight: 600;
}
.form-control {
    display: block;
    width: 100%;
/*    height: 34px;*/
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    color: #555;
    background: none;
    background-image: none;
    border: 1px solid #c3bfbf;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.width_33{
	width: 33%;
}
.width_27{
	width: 27%;
}
.width_30{
	width: 30%;
}
.width_35{
	width: 35%;
}
.width_40{
	width: 40%;
}
.width_45{
	width: 45%;
}
.width_55{
	width: 55%;
}
.width_65{
	width: 65%;
}
#batchSizeWrapper {
    display: none;
}
/*banner*/
.banner img{
	width: 100%;
}
.mobile_display{
	display: none;
}
/*hero*/
.hero{
/*	background: #85297d;*/
/*	margin: 0 0 60px 0;*/
	position: relative;
	z-index: 1;
}
.hero .inner_container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index: 1;
}
/*.hero::before {
    position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    left: -100px;
    top: -50px;
    background: url(../images/leaf-logo-white.png) no-repeat;
    background-size: contain;
    z-index: -1;
}*/

.hero .inner_container .circle_1{
	position: absolute;
    left: 3px;
    top: 248px;
    width: 30px;
}
.hero .inner_container .triangle_1{
	position: absolute;
    left: 326px;
    top: 64px;
    width: 32px;
}
.hero .inner_container .plus{
	position: absolute;
    left: 475px;
    top: 34px;
    width: 30px;
}
.hero .inner_container .circle_2{
	position: absolute;
    left: 639px;
    top: 235px;
    width: 30px;
}
.hero .inner_container .star{
	position: absolute;
    left: 406px;
    bottom: 35px;
    width: 30px;
}
.hero .inner_container .triangle_2{
	position: absolute;
    right: -50px;
    top: 130px;
    width: 32px;
    transform: rotateZ(90deg);
}
.hero .main_banner .item_box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.hero .inner_container .left_sec{
	padding: 60px 0 0 0;
}
.hero .inner_container .middle_sec{
	padding: 0 25px 0 0;
}
.hero .inner_container .middle_sec .banner_line{
    padding: 0 0 15px 0;

	border-bottom: 3px solid #0dc4ee;
}
.hero .inner_container .middle_sec .line1{
	font-size: 35px;
    line-height: 1.2em;
    color: #000;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    display: inline;
}
.hero .inner_container .middle_sec .line2{
	font-size: 55px;
	line-height: 1.2em;
	color: #85297c;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
    display: inline;
}
.hero .inner_container .banner_girl_box .middle_sec .line2{
	font-size: 36px;
}
.hero .inner_container .middle_sec .line3{
	font-size: 27px;
	line-height: 1.2em;
	color: #000;
	font-weight: 500;
	font-family: 'Roboto Slab', serif;
	padding: 15px 0;
}
.hero .inner_container .middle_sec .line4{
	font-size: 16px;
	line-height: 1.2em;
	color: #000;
	font-weight: 500;
	font-family: 'Roboto Slab', serif;
}
.hero .inner_container .middle_sec .line4 .line{
	color: #fff;
}
.hero .inner_container .form_box{
    background: #fff;
    border: 1px solid #85297c;
    padding: 0;
    border-radius: 20px;
    margin: 30px 0;
}
.hero .inner_container .form_box form{
	padding: 30px 30px 5px 30px;
}
.hero .inner_container .form_box .title{
	font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    padding: 20px 0 0 0;
    text-align: center;
    color: #85297c;
}
.hero .inner_container .form_box .form-group{
	margin: 0 0 15px 0;
	z-index: 2;
}
.hero .inner_container .form_box .form-control{
	border-radius: 50px;
	color: #000;
}
.hero .inner_container .form_box .form-control::placeholder{
	color: #000;
}
.hero .inner_container .form_box .btn_2{
	font-size: 20px;
    text-transform: uppercase;
    border: none;
    outline: none;
    display: inline-block;
    padding: 12px 0;
    position: relative;
    color: #fff;
    width: 70%;
    margin: auto 15%;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 50px;

	box-shadow: inset 0 0 30px 30px #85297c, inset 0 0 1px 1px #000;
	background: transparent;
	transition: all 0.5s ease;
}
.hero .inner_container .form_box .btn_2:hover{
	box-shadow: inset 0 0 0px 2px #85297c, inset 0 0 30px 30px #fff;
    background: transparent;
    color: #85297c;
}
.hero .inner_container .form_box [type="button"].btn_2{
	box-shadow: inset 0 0 30px 30px #cdcdcd, inset 0 0 1px 1px #000;
}
.hero .inner_container .form_box [type="button"].btn_2:hover{
	box-shadow: inset 0 0 30px 30px #cdcdcd, inset 0 0 1px 1px #000;
	color: #fff;
}
.hero .inner_container .form_box .form-group.mobile_wrapper{
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.hero .inner_container .form_box .form-group.mobile_wrapper .number_box{
/*	width: calc(100% - 120px);*/
	width: 100%;
}
.hero .inner_container .form_box .form-group.mobile_wrapper .get_otp_btn_wrapper button{
	width: 100px;
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.4em;
    border-radius: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #85297c;
}
.hero .inner_container .form_box .form-group.otp_wrapper_container{
	display: none;
}
.hero .inner_container .form_box .form-group .otp_wrapper{
	/*display: flex;
    justify-content: space-between;
    align-items: flex-end;*/
    display: block;
}
.hero .inner_container .form_box .form-group .otp_wrapper .number_box{
	width: 100%;
}
.hero .inner_container .form_box .form-group .otp_wrapper .get_otp_btn_wrapper{
	width: 100%;
	margin: 7px 0 0 0;
}
.hero .inner_container .form_box .form-group .otp_wrapper .get_otp_btn_wrapper button{
	width: 100%;
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.4em;
    border-radius: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #025ec5;
}

.captcha_numbers{
	font-size: 15px;
    font-weight: 600;
    font-style: italic;
    color: #000;
}
.hero .inner_container .form_box .form-group.submit_btn_wrapper{
	z-index: 1;
}
.checkbox_input{
	display: flex;
	align-items: center;
	padding: 0 0 0 15px;
}
label{
    font-size: 14px;
    color: #000;
    padding: 0 10px 0 5px;
    display: inline-block;
    font-weight: 500;
}
#terms_n_conditions_label{
/*	position: relative;*/
	cursor: pointer;
}
#terms_n_conditions_label span.blue{
	color: #0000ff;
}
#terms_n_conditions_label .tool_tip_text{
	position: absolute;
    width: 100%;
    right: 0;
    top: 17px;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    visibility: hidden;
    transition: all 0.3s;
    box-shadow: 0 0 10px -5px #444;
    margin: 10px 0 0 0;
}
#terms_n_conditions_label:hover .tool_tip_text{
	visibility: visible;
}

/*disrupting_education*/
.unique_approach{
	position: relative;
}
.unique_approach img{
	width: 100%;
}
.unique_approach .enquire_now{
	text-align: center;
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
}
.unique_approach .enquire_now a{
	font-size: 20px;
    color: #fff;
    background: #81297d;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 50px;
}


/*section founder*/
.founder{
	margin: 0 0 30px 0;
/*	padding: 50px 0 0 0;*/
	background: #fafaf7;
	position: relative;
}
.founder img{
	width: 100%;
}
.founder .inner_container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.founder .text_box{
	padding: 0 0 50px;
}
.founder .title{
	font-size: 45px;
	line-height: 1.2em;
	font-family: 'Roboto Slab', serif;
	color: #000;
	font-weight: 800;
}
.founder .heading{
	font-size: 60px;
	line-height: 1.2em;
	font-family: 'Roboto Slab', serif;
	color: #85297d;
	font-weight: 700;
	padding: 0 0 25px;
}
.founder .text{
	padding: 0 87px 0 0;
}
.founder .text p{
	font-size: 17px;
	padding: 0 0 15px;
}
.founder .img_box{
	padding: 0 0 100px 0;
    width: 80%;
    margin: auto;
}
.founder .overlay_text{
	background: #85297d;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	padding: 20px 0;
	text-align: center;
	color: #fff;

	position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.founder .overlay_text .founder_name{
	font-size: 40px;
	line-height: 1.2em;
	font-weight: 600;
	font-style: italic;
}
.founder .overlay_text .position{
	font-size: 25px;
	line-height: 1.2em;
	font-weight: 600;
	padding: 0 0 5px 0;
}
.founder .overlay_text .achievements{
	font-size: 15px;
	line-height: 1.2em;
	font-weight: 600;
}

/*img_txt*/
.img_txt .inner_container{
	display: flex;
    align-items: center;
    padding: 0 0 60px 0;
}
.img_txt .inner_container .col-sm-6{
	padding: 0 15px;
}
.img_txt .inner_container .col-sm-6:nth-child(2){
	padding: 0;
}
.img_txt .inner_container .text_box{
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
    font-weight: 500;
}
.img_txt .inner_container .img_boxes{
	display: flex;
}
.img_txt .inner_container .img_boxes .img_box{
	padding: 0 15px;
}


/*input_and_output*/
.input_and_output{
	padding: 0 0 60px 0;
}

/*blue_band*/
.blue_band{
	background: #85297d;
    padding: 80px 0;
    z-index: 2;
    position: relative;
}
.blue_band .inner_container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.blue_band .left_text{
	font-family: 'Roboto Slab', serif;
	color: #fff;
	font-size: 35px;
	line-height: 53px;
	font-style: italic;
/*	padding: 0 0 34px 0;*/
}
.blue_band .right_btn a{
	background: #fff;
    color: #000;
    font-size: 25px;
	font-family: 'Roboto Slab', serif;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 50px;
}
.blue_band .right_btn .below_txt{
	font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 10px 0 0 0;
    font-family: 'Roboto Slab', serif;
}

/*features*/
.features{
/*	background: #ffe4fa;*/
    position: relative;
    z-index: 1;
/*    margin: 0 0 60px 0;*/
overflow: hidden;
}
.features .inner_container{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.features::before{
	position: absolute;
    content: '';
    background: url(../images/girl-logo.png) no-repeat;
    right: -43px;
    bottom: -75px;
    width: 300px;
    height: 300px;
    background-size: contain;
}
.features .img_box{
	width: 50%;
}
.features .img_box img{
	width: 100%;
}
.features .text_box{
	width: 585px;
}
/*.features .text_box::before{
	position: absolute;
    content: '';
    left: -40%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
}*/
.features .text_box p{
	font-size: 17px;
}
.features .text_box ul li{
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 500;
	color: #000;
	padding: 0 0 10px 0;
	position: relative;
    margin: 0 0 0 20px;
}
.features .text_box ul li::before{
	position: absolute;
    content: '\2713';
    left: -20px;
    top: 2px;
    background: #85297d;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 16px;
    text-align: center;
    border-radius: 50px;
}
.features .text_box .book_demo a{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background: #85297d;
	border-radius: 50px;
	padding: 10px 25px;
	text-transform: uppercase;
	margin: 15px 0 -15px 0;
}

.online_matter img{
	width: 100%;
}

/*three_boxes*/
.three_boxes{
	padding: 80px 0;
	background: #eecfff;
}
.three_boxes .inner_container{
	padding: 0 35px 50px 35px;
	position: relative;
}
.three_boxes .inner_container::before{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 100px);
	background: #fff;
	border-radius: 30px;
    box-shadow: 0px 5px 0 0 #e4c3ec;
}
.three_boxes .info_box{
	padding: 0 25px 20px 25px;
	text-align: center;
}
.three_boxes .info_box .title{
	font-size: 32px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 500;
    color: #85297d;
    padding: 20px 0 5px;
}
.three_boxes .info_box .age_group{
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    color: #000;
    padding: 0 0 15px;
    position: relative;
    margin: 0 0 12px 0;
}
.three_boxes .info_box .age_group::before{
	position: absolute;
    content: '';
    left: calc(50% - 20px);
    bottom: 0;
    width: 40px;
    height: 4px;
    background: #d9dada;
}
.three_boxes .info_box p{
	font-weight: 600;
}
.three_boxes .info_box .text_box{
	padding: 0 25px;
}
.three_boxes .enquire_now{
	text-align: center;
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -22px;
}
.three_boxes .enquire_now a{
	font-size: 20px;
    color: #fff;
    background: #81297d;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 50px;
}

/*girl_with_list_text*/
.girl_with_list_text{
	position: relative;
    padding: 0 0 20px 0;
}
.girl_with_list_text .img_box img{
	width: 100%;
}
.girl_with_list_text .text_box{
	position: absolute;
    width: 100%;
    left: 0;
    top: 66%;
}
.girl_with_list_text .text_box .list_box ul{
	margin: 0 0 0 25px;
}
.girl_with_list_text .text_box .list_box ul li{
	font-size: 22px;
	line-height: 1.4em;
    color: #000;
    font-weight: 500;
	font-family: 'Poppins', sans-serif;
	position: relative;
	padding: 0 0 15px;
}
.girl_with_list_text .text_box .list_box ul li::before{
	content: '\2713';
    font-size: 28px;
    line-height: 1em;
    font-weight: 700;
    color: #81297d;
    position: absolute;
    left: -25px;
    top: 0;
}
.girl_with_list_text .text_box .list_box ul li span{
	position: relative;
    padding: 0 0 0 20px;
}
.girl_with_list_text .text_box .list_box ul li span::before{
	position: absolute;
    content: '';
    left: 0px;
    top: 9px;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
}
/*girl_with_list_text end*/


/*testimonials*/
.testimonials{
/*	padding: 80px 0;*/
/*	background: #d0e6fe;*/
}
.testimonials .inner_container{
/*	padding: 80px 35px;*/
	position: relative;
	padding: 0;
}
.testimonials .inner_container .heading_box{
	text-align: center;
	padding: 25px 0 0 0;
}
.children_slider{
	padding: 25px 0;
}
.children_slider .item_box{
	text-align: center;
}
.children_slider.owl-theme .owl-nav{
	margin: 0;
	text-align: right;
}
.children_slider.owl-theme .owl-nav button[class*=owl-]{
	font-size: 40px;
    line-height: 25px;
    border: 1px solid #85297d;
    outline: none;
    border-radius: 0;
    width: 30px;
    height: 30px;
    color: #85297d;
}
.children_slider.owl-theme .owl-nav button[class*=owl-]:hover{
	background: #85297d;
    color: #fff;
}

.text_slider .item_box{
	padding: 0 50px;
}
.text_slider .item_box .inner_box{
	padding: 70px;
    background: url(../images/testimonials-bg-center.png);
    background-size: contain;
    background-position: center;
    position: relative;
    z-index: 1;
}
.text_slider .item_box .inner_box::before{
	position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/testimonials-bg-top.png) no-repeat;
    background-size: contain;
    background-position: top;
    z-index: -1;
}
.text_slider .item_box .inner_box::after{
	position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/testimonials-bg-bottom.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    z-index: -1;
}
.text_slider .item_box .inner_box p{
	font-size: 15px;
}
.text_slider .item_box .inner_box .testimont{
	text-align: right;
    font-size: 16px;
    font-weight: 700;
    color: #85297d;
    padding: 10px 0 0;
}

/*our_affiliations*/
.our_affiliations{
	padding: 40px 0 50px 0;
    z-index: 1;
    position: relative;
    background: #fff;
}
.our_affiliations .heading{
	font-size: 28px;
	line-height: 1em;
/*	font-weight: 700;*/
	color: #000;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 30px;
	width: 75%;
}
.our_affiliations .associations_boxes{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
/*	padding: 50px 0 0 0;*/
}
.our_affiliations .associations_boxes .two_boxes{
	border-right: 3px solid #c5c6c6;
	padding: 0 70px 0 0;
	width: 80%;
    margin: auto;
}
.our_affiliations .associations_boxes .img_box{
/*	padding: 0 80px;*/
}
.our_affiliations .associations_boxes .text_box{
	text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

/*footer_line*/
.footer_line{
	background: #85297d;
	padding: 30px 0;
}
.footer_line .text{
	font-size: 25px;
/*	font-weight: 500;*/
	color: #fff;
	text-align: center;
	padding: 15px 0;
}
.footer_line .inner_container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.footer_line .inner_container .left_info{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer_line .inner_container .left_info .line_1{
	font-size: 25px;
	color: #fff;
	font-family: 'Roboto Slab', serif;
}
.footer_line .inner_container .left_info .line_2{
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	font-family: 'Roboto Slab', serif;
	padding: 0 20px;
}
.footer_line .inner_container .left_info .line_2 .line{
	color: #fecc00;
}
.footer_line .inner_container .left_info .enrol_btn a{
	font-size: 22px;
	line-height: 1em;
	font-weight: 500;
	color: #85297c;
	background: #fff;
	text-transform: uppercase;
	padding: 10px 25px;
	border-radius: 50px;
}
.footer_line .inner_container .right_info ul li{
	display: inline-block;
}
.footer_line .inner_container .right_info ul li a{
	margin: 0 0 0 5px;
}
.footer_line .inner_container .right_info ul li a img{
	width: 25px;
}


.overlay_buttons{
	position: fixed;
    right: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateZ(270deg) translateY(-49px);
    transform-origin: right top;
    z-index: 999;
    width: 100vh;
}
.overlay_buttons .call_now a{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background: #85297d;
	padding: 10px 30px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font-family: 'Roboto Slab', serif;
	margin: 0 20px 0 0;
}
.overlay_buttons .whatsapp a{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background: #85297d;
	padding: 10px 30px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font-family: 'Roboto Slab', serif;
}



/*Thank You Page*/
.thankyou_page{
	text-align: center;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.thankyou_page .logo{
	width: 100%;
    background: #85297c;
}
.thankyou_page .logo a{
	display: inline-block;
}
.thankyou_page .logo img{
	width: 220px;
    padding: 20px 0;
}
.thankyou_page .line1{
	font-size: 40px;
    color: #85297c;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    padding: 15px 0 15px 0;
}
.thankyou_page .line2{
	font-size: 22px;
	line-height: 28px;
	padding: 0 0 15px 0;
}
.thankyou_page .line3{
	font-size: 22px;
	padding: 15px 10% 0 10%;
}
.thankyou_page .line3 a{
/*	padding: 0 10%;*/
	word-break: break-word;
}

@keyframes flipInYmyStyle {
  from {
    transform: perspective(400px) rotateY(-1440deg) scale(0);
    animation-timing-function: ease-in;
    /*opacity: 0;*/
  }

  50% {
    transform: perspective(400px) rotateY(-720deg) scale(0.5);
  }

  to {
    transform: perspective(400px) rotateY(00deg) scale(1);
  }
}

.flipInYmyStyle {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInYmyStyle;
  animation: flipInYmyStyle 1s;
}

/*.main section.advantages .boxes .adv_box .img_box::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-top-left-radius: 15px;
	background: linear-gradient(180deg, #00000029 5%, transparent 75%);
	transform: skewX(-15deg);
	animation: bg_slide_down 1s ease 1s forwards;
}*/
@keyframes bg_slide_down{
	from{
		top: 0;
	}
	to{
		top: 50%;
	}
}


[type=submit][disabled]{
	position: relative;
}
[type=submit][disabled]::before{
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	color: #fff;
	z-index: 10;
}
[type=submit][disabled]::after{
	position: absolute;
    content: '';
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    z-index: 11;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*.whatsapp_btn{
	text-align: center;
}
.whatsapp_btn .or{
	font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
    padding: 10px 0 15px 0;
}*/


/*testimonials*/

.enroll_now{
	text-align: center;
}
.enroll_now a{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background: #85297d;
	border-radius: 50px;
	padding: 10px 25px;
	text-transform: uppercase;
	margin: 15px 0 -15px 0;
}

/*five_features*/
.five_features{
	background: #f3f3f3;
}
.five_features .boxes{
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
}
.five_features .boxes .box{
	height: 100%;
	border-right: 2px solid #d9dada;
	display: flex;
	flex-direction: column;
	padding: 0 25px;
}
.five_features .boxes .width_20:last-child .box{
	border: none;
}
.five_features .boxes .box .icon{
	text-align: center;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.five_features .boxes .box .icon img{
	max-width: 110px;
	max-height: 110px;
	margin: auto;
}
.five_features .boxes .box .text{
	font-size: 16px;
	text-align: center;
	color: #000;
	line-height: 1.2em;
	padding: 10px 0 0 0;
	height: calc(100% - 120px);
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.five_features .boxes .box .text .big{
	font-size: 25px;
	font-weight: 700;
	display: block;
	line-height: 1.2em;
}

/*city_slider_wrapper*/
.city_slider_wrapper{
	padding: 50px 0;
    background: #eecfff;
}

.city_slider_wrapper .heading{
	font-size: 40px;
	line-height: 1.2em;
	font-family: 'Roboto Slab', serif;
	color: #85297d;
	font-weight: 700;
	padding: 0 0 40px;
	text-align: center;
}