html {
  scroll-behavior: smooth;
}

body{
	font-family: 'Open Sans', sans-serif;
	color: #404852;
}
/*font-family: 'Roboto Slab', serif;*/

@font-face{
	font-family: Rupee-Foradian;
	src: url(../fonts/Rupee-Foradian.ttf);
}
.rupee-foradian{
	font-family: Rupee-Foradian;
	font-weight: 400;
}

.main-wrapper,
.top-2-combine,
.top-wrapper,
section,
.wrapper,
.wrapper-grey,
header,
figcaption,
.heading,
.panelBodyAccordian,
.whiteBoxAccordianInside,
.section4,
footer{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.wrapper{
	padding:20px 0;
}
.wrapper-grey{
	background-color: #e7e7e7;
}
.posRel{
	position: relative;
}
.overlay{
	position: absolute;
	top: 0; right: 0; left: 0; bottom: 0;
}
.black-overlay{
	background-color: #000;
}

.op40{
	opacity: 0.4;
}
.op70{
	opacity: 0.7;
}
.op80{
	opacity: 0.8;
}

.container-top{
	max-width: 1200px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

header{
	padding: 0 15px;
}
.top-wrapper {
    height: auto;
    background: #037fda;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3d2c87+0,4e53ed+50,0c0f8e+100 */
background: #3d2c87; /* Old browsers */
background: -moz-linear-gradient(top,  #3d2c87 0%, #4e53ed 50%, #0c0f8e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #3d2c87 0%,#4e53ed 50%,#0c0f8e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #3d2c87 0%,#4e53ed 50%,#0c0f8e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d2c87', endColorstr='#0c0f8e',GradientType=0 ); /* IE6-9 */

}

.logo {
    float: left;
    border-radius: 50%;
    text-align: center;
    margin-top: 30px;
}


.logo a img{
	margin-top:0px;
}
.phone{
	float: right;
	margin-top: 35px;
}


.imgCaption{
	margin-top: 50px;
}
.doctor-img,.engineer-img{
	float: left;
	width: 50%;
	display: block;

}
figcaption{
	
	width: 100%;
	text-align: center;
	position: relative;
	
	
}
.imgCaption{
	position: absolute;
	bottom: 0;
}
figcaption .figcaption{
	width: 100%;
	bottom: 0;
	position: absolute;
	left: 0;
}
.figcaption-mob{
	display: none;
}



/*Form css Start*/
.form{width: 100%; max-width: 400px; min-height: 650px; position: relative; float: right; z-index: 2; background-color: #fff; 
}

.formHeader{width: 100%; float: left;}
.formHeader h3 {
    width: 100%;
    float: left;
    background: url(../images/form-shape.png) center bottom no-repeat #00afef;
    background-size: cover;
    height:89px;
    background-repeat: no-repeat;
    margin-top: 0px;
    padding-top: 28px;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
}`
.formHeader p{font-family: 'Roboto Slab', serif; font-size: 14px; font-weight: 400;margin:0 0 0;}
.formBody{padding:20px 40px 10px 40px; width: 100%; float: left;}
.formBody .form-group{padding-left: 50px; margin: 0 0 10px; position: relative; background-color: #fff;  border-bottom: 1px solid #e1e1e1;}
.formBody .form-group figure{position: absolute; left: 0; top: 0; width: 50px; text-align: center; height: 46px; line-height: 46px;}
.formBody .form-group .form-control{height: 46px; padding:0 0 0 0; border:none; font-size: 14px; 
  color: #2e2e2e;  box-shadow: none; background-color: transparent; -webkit-box-shadow: none;}
.formBody .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #404852;
}
.formBody .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #404852;
}
.formBody .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #404852;
}
.formBody .form-group .form-control:-moz-placeholder { /* Firefox 18- */
  color: #4c5667;
}

.course-price{
	font-size: 14px;
	color: #404852;
}
.course-price strong{
	font-size: 18px;
	margin-left: 5px;
}

.submit{
	color: #fff; height: 46px; line-height: 46px; padding: 0 15px; width: 100%; margin:10px auto 0; border:none; font-size: 18px; font-weight: 500; letter-spacing: 0.4px; border-radius: 999px; background-color: #f09b22;
	box-shadow: 0px 15px 50px 0 rgb(255, 232, 199), 0px 10px 15px -5px rgb(249, 203, 139);
	-webkit-box-shadow: 0px 15px 50px 0 rgb(255, 232, 199), 0px 10px 15px -5px rgb(249, 203, 139);
}
.submit:hover,.submit:focus,.submit:focus:hover{
  color: #fff;outline: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


select.form-control{ /* background-image:url(../images/down-arrow.png);*/
  background-repeat: no-repeat;
  background-position: right 20px center;}

.form-group-radio{width: 100%; float: left; clear: both; margin: 5px 0;}
  .i-am,.radio-form-div{float: left; margin-right: 15px;}

  .radioInpt{position: absolute; opacity: 0;}
  .radioLbl{position: relative; height: 16px; width: 16px; border-radius: 50%; border:2px solid #ccc; float: left; display: block; cursor: pointer; margin-top: 3px; background-color: #fff;}
  .radioSpan{float: left; display: block; margin-left:10px;}

  .radioInpt:checked + .radioLbl{border-color:#0e6ce3; box-shadow: inset 0 0 0 2px #fff; background-color: #0e6ce3;}

.form-group.form-group-radio{ border:1px solid #f7f7f7; padding: 0 0; margin-top:15px;}

.form-group.form-group-radio > div:first-child{border-right: 1px solid #e0e0e0;}
.form-group.form-group-radio > .radio-form-div{padding: 10px 15px 8px; text-align: center; width: 50%; margin:0 0; position:relative;}
.form-group.form-group-radio .radioLbl{width: 20px; height: 20px; margin:0 0 0 0;}

.info{
	position:absolute;
	right:0;
	top:-10px;
	right:-10px;
	cursor:pointer;
	background-color:transparent;
	padding:0 0;
	border:none; 
	outline:none;
}
.termsAndConditionDiv{
	width:200px;
  padding: 10px;
  text-align: left;
  position: absolute;
  bottom: 65px; right: -25px; 
  background-color: #fff;
  display: none;
  border-radius: 5px;
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.2);
}
.termsAndConditionDiv::before{content: ''; position: absolute; bottom: -20px; right: 15px; 
border-top:10px solid #fff;
border-bottom:10px solid transparent;
border-left:10px solid transparent;
border-right:10px solid transparent;
}
.termsAndConditionDiv p{font-size: 13px; color: #3d3d3d; line-height: 20px; margin-bottom: 0; letter-spacing: 0.2px;}

.tc-pp{font-size: 12px; text-align: center; margin-top: 30px;}
.tc-pp p{margin-bottom: 0;}
.tc-pp a:hover,.tc-pp a:focus{color: #1435d2; text-decoration: none;}
/*For Tooltip by Chandan Kumar on 01-10-2018 start*/
.tooltipEmailCustom{
    position: absolute;
    max-width: 200px; 
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 5px;
    color: #2e2e2e;
    z-index: 2;
    font-size: 12px;
    top: 50px;
    left: 15px;
    box-shadow: 0px 0px 30px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,.3);
    display: none;

}
.tooltipEmailCustom:after{
    content: '';
    position: absolute;
    border-top:5px solid transparent;
    border-bottom: 10px solid #fff;
    border-left:5px solid transparent;
    border-right: 5px solid transparent;
    left: 15px;
    top: -15px;
}
.tooltipEmailCustom p{
    margin-bottom: 0;
}

.tooltipOver:hover + .tooltipEmailCustom{
    display: block;
} 

.tooltipOver:focus + .tooltipEmailCustom{
    display: none;
} 
/*For Tooltip by Chandan Kumar on 01-10-2018 End*/

/*Form css End*/

.top-2-combine{
	background-color: #0a334b;
}
.marg50{
	margin-top: 50px;
}
.scholarship-bg{
	    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.05;
    background: url(../images/bg-2.jpg) left center;
    background-size: auto 50%;
    background-attachment: fixed;
}

.scholarshipDiv{
	position: relative;
	z-index: 1;
}

.heading{
	margin-bottom: 20px;
}
.heading h2{
	font-size: 36px;
	color: #2e2e2e;
	position: relative;
	font-weight: 700;
	margin-bottom: 0;
	margin-top:5px;
}
.heading-white h2{
	color: #2fa7eb;
	font-weight: 700;

}
.heading h2 span{
	position: absolute; top: 50%;
	left: 0;
	z-index: -1;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.heading p{
	font-size: 16px;
	letter-spacing: 0.4px;
	color: #2f2d2d;
	margin-top: 10px;
	font-weight: 400;
	font-family: 'Roboto Slab', serif;
}
.heading-white p{
	color: #fff;
	font-weight: 300;
}

/*Tab Start*/
.student-girl{
	position: absolute;
	bottom: 0;
	width: 20%;
	left: auto;
	max-width: 250px;
	opacity: 0.6;
}
.tabNav li a{
	background-color: #fff;
	padding: 0 7px;
	color: #17222f;
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
	height: 60px;
	line-height: 60px;
	margin-bottom: 30px;
	border-radius:999px 0 0 999px;
	position: relative;
}
.tabNav li.active a{
	background-color: #2fa7eb;
	color: #fff;
}
.tabNav li.active a:after{
	content: '';
	left: 100%;
	top: 20px;
	height: 18px;
	width: 10px;
	background: url(../images/right-traingle.png) no-repeat;
	position: absolute;
	z-index: 1;
}
.tabNavIcon{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	margin-top: 7px;
	float: left;
	margin-right: 10px;
}
.icon-1{
	background-image:url(../images/foundation-1.png);
}
.tabNav li.active a .icon-1{
	background-image:url(../images/foundation-2.png);
}
.icon-2{
	background-image:url(../images/medical-1.png);
}
.tabNav li.active a .icon-2{
	background-image:url(../images/medical-2.png);
}
.icon-3{
	background-image:url(../images/engineer-1.png);
}
.tabNav li.active a .icon-3{
	background-image:url(../images/engineer-2.png);
}
/*Tab End*/


/*Accordian Start*/
.mobileAccrdn{
	display: none
}
.customAccordian{
	margin-top: -30px;
}
.customAccordian .panel{
	border:none;
}
.customAccordian .panel-heading{
	padding: 0 0;
}

.customAccordian .panel-heading a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	font-family: 'Roboto Slab', serif;
	color: #fff;
	background-color: #2fa7eb;
	padding: 21px 15px 20px 80px ;
	border:none;
	margin-top: 30px;
}
.customAccordian .panel-heading a.collapsed{
	background-color:#fff;
	color: #404852;
}
.customAccordian .panel-heading a .accordianIcon{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 60px;
	background:url(../images/minus.png) center center no-repeat;
	background-position: center center; 
	border-right:1px solid #1d8ccb;
}
.customAccordian .panel-heading a.collapsed .accordianIcon{
	background:url(../images/plus-blue.png) #ebebeb center center no-repeat;
	border-right:1px solid #d5d5d5;
}
.customAccordian .panel-default>.panel-heading+.panel-collapse>.panel-body{
	padding: 0 0;
	border-top: none;
}
.panelBodyAccordian{
	padding: 10px;
	background-color: #ebebeb;
}
.panelBodyAccordian .col-md-12,
.panelBodyAccordian .col-md-6{
	padding: 10px;
	
}

.whiteBoxAccordianInside{
	background-color: #fff;
	padding: 20px;
}

.whiteBoxAccordianInside h3{
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #656565;
	font-weight: 600;
}
.whiteBoxAccordianInside h3 img{
	margin-right: 6px;
}
.whiteBoxAccordianInside p{
	font-size: 14px;
	color: #404852;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 0;
	padding-left: 50px;
}
.whiteBoxAccordianInside p span{
	color: #2fa7eb;
	font-weight: 700;
}
.whiteBoxAccordianInside p strong{
	font-weight: 700;
}
.whiteBoxAccordianInside p small{
	font-size: 12px;
}

.coursePackageInfo{
	list-style-type: none; 
	margin:0 0 0 0; 
	padding:0 0 0 12px;
}
.coursePackageInfo li{
	padding-left: 35px; 
	font-size: 14px; 
	line-height: 20px;
	font-family: 'Roboto Slab', serif;
	padding-top: 8px; 
	background: url(../images/bullet.png) left top 8px no-repeat; 
	color: #404852;
}

/*Accordian End*/
.section4{
	padding-top:5px;
	padding-bottom:30px;
}
.enrollment-process-bg{
	background: url(../images/bg-3.jpg) no-repeat center center;
	background-size: cover;
}

.enrollment{
	margin: 50px 0 0;
}


.enrollment-section h3{
	color: #00baff;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	margin: 20px 0 10px;
}
.enrollment-section p{
	color: #e6e6e6;
	font-size: 15px;
	margin: 0 0 0;
	height: 70px;
}
.enrollment-step{
	position: relative;
	width: 100%;
	margin-top: 20px;
}
.enrollment-step span{
	border:1px solid #e6e6e6;
	border-radius: 50%;
	height: 38px;
	width: 38px;
	line-height: 36px;
	font-weight: 700;
	color: #e6e6e6;
	font-size: 18px;
	display: inline-block;
}

.enrollment-dash{
	position: absolute;
	top: 18px;
	width: calc(100% - 10px);
	height: 1px;
	background-image: url(../images/dashed.png);
	left:calc(50% + 23px);
}

.enroll-now{
	margin-top: 20px;
	margin-bottom: 20px;
}



.testimonial-kid{
	position: relative;
	margin-top: 30px;
}
.testimonial-kid .item{
	min-height: 140px;
}
.testim-img img {
    text-align: center;
    display: block!important;
    margin: 0px auto 24px auto;
}

.testim-img img {
    
}

.testim-words {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-left: 20px;
    text-align: center;
}

.testim-controls{
	position: absolute;
	right: 0;
	top: -40px;
}

.carousel-indicators{
	position: static;
	width: 100%;
	clear: both;
	margin:20px 0 0 0;
}
.carousel-indicators li.active{
	background-color: #008aff;
	border-color: #008aff;
}
.carousel-indicators li{
	background-color: #404852;
}

.student{
 margin:30px 0 20px;
}
.student-info {
    width: 100%;
    text-align: center;
    margin: 0px 0px 0px;
    padding: 0 0;
    list-style-type: none;
}

.student-info li{
	display: inline-block;
}
.student-info-1{
	background: url(../images/divider-AIR.png) center right no-repeat;
	padding-right: 10px;
}
.student-info-1 .air{
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
}
.student-info-1 .air big{font-size: 45px; font-weight: 700; color: #fff;}
.student-info-2 h5 {
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0;
}

.student-info-2 p{
	text-align: left;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0;
}

.card{
	background-color: #fff;
	box-shadow: 2.121px 2.121px 8px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2.121px 2.121px 8px 0px rgba(0, 0, 0, 0.1);
	padding:20px 10px; 
}
.card > h4{
	font-size: 24px;
	margin:0 0 10px;
	font-weight: 400;
	text-transform: uppercase;
}
.card .badgeInfo p{
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 700;
	color: #008aff;
	font-family: 'Roboto Slab', serif;
}
.card .badgeInfo h4{
	font-size: 20px;
	font-weight: 700;
	color:#2e2e2e;
	margin:0 0 0;
}
.card .badgeInfo h4 em{
	font-style: normal;
	font-weight: 300;
}
.price{
	font-size: 50px;
	font-weight: 700;
	color: #2e2e2e;
	line-height: 58px;
}
.card .badgeInfo .price b{
	font-size: 48px;
}

.num{
	font-size: 48px;
	color: #fff;
	font-weight: 500;
	line-height: 50px;

}
.qualified{
	margin-top: 20px;
}
.qualified span{
	color: #fff;
}
.qualified h3{
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	margin:5px 0 0;
}

h2.glance {
    text-align: center!important;
    font-size: 30px;
    font-weight: 800;
    color: #fff!important;
}

.well{padding:0px;}

.institute-centers{
	margin:30px 0 10px;
}
.institute-centers img{
	max-width: 100%;
}

.mockTest{
	background-image: url(../images/mock-test.jpg);
	background-size:cover;
	padding: 30px 0;
}
.mockTest .simplify{
	font-size: 36px;
	color: #fff;
	font-weight: 300;
}
.mockTest .mock{
	font-size: 52px;
	color: #fff001;
	font-weight: 300;
	line-height: 50px;
}
.mockTest .submit{
	margin-top: 45px;
	
}
.link,.link:hover{
	color: #008aff;
	text-decoration: none;
}
.know-more{
	text-align: right;
}

/*Bottom Section Start*/
.advantage h2,.testimonial h2{font-size: 21px; color:#2fa7eb; text-transform: uppercase;
margin:20px 0 10px; font-weight: 700;}
.advantage p,.testimonial p{font-size: 14px; color: #656565; line-height: 20px;font-family: 'Roboto Slab', serif;}

.advantageList{list-style-type: none; margin:25px 0 15px; padding: 0 0 0 0;font-family: 'Roboto Slab', serif;}
.advantageList li{padding-left: 25px; background: url(../images/teer.png) left top 12px no-repeat; font-size: 16px; line-height: 30px; color: #404852;}

.result{position: relative; margin:10px 0; padding: 0 0; float: left; width: 100%;font-family: 'Roboto Slab', serif;}
.result li{width: 33.33%; float: left; list-style-type: none;color: #5e5e5e;}
.result li span{display: inline-block; text-align: center;}
.result li span div{font-style: 16px;}
.result li span strong{font-size: 16px; font-weight: 700; }
.result li span h4{font-size: 32px; color: #173373;font-weight: 700; margin:2px 0 0;font-family: 'Poppins', sans-serif;color:#2fa7eb;}


.testimonial h3{font-size: 24px; color: #404852; font-weight: 700;}
.testimonial h4{font-size: 16px; color: #898989; font-style: italic;}
.testimonial p.paraTesti{max-width: 422px; font-size: 15px; margin:20px auto 30px; color: #5e5e5e;}

.testimonial img{margin:10px auto 0;}

.section5{border-top: 1px solid #e7e7e7; height: 55px; line-height: 55px; text-align: center; font-size: 13px; color: #7f7f7f;}

/*Bottom Section End*/



/* sh code */
table tr td{padding: 2px 12px;}
.pcourse{line-height: 26px;}
.pcourse h4 {color: #2fa7eb;  font-weight: 700;  font-size: 14px; margin-bottom: 5px;  margin-top: 23px;}
.pcourse h5 {color: #2fa7eb;  font-weight: 700;  font-size: 21px; margin-bottom: 5px;  margin-top: 23px; text-transform:uppercase;}
.topimg {position: absolute; top:50px; right: -70px;}
.topimgmob{display:none;}
.topcontent {
    margin-top:14%;
    font-size: 16px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #504e4e;
    line-height: 32px;
}

.topcontent h3 {
    font-size: 34px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.topcontent p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}

.topcontent h1 {
    font-size: 80px;
    font-weight: 900;
    color: #FFEB3B;     margin-top: 0px;
}

span.dateset {
    color: #05355f;
    font-size: 20px;
    font-weight: bold;
}

span.feegst {
    color: #08689e;
    font-size:20px;    font-weight: 700; 
}


.tabbb {
    width: 90%;
    /* margin-top: 22px; */
    /*min-height: 205px;*/
    height: auto;
    font-size: 16px;
    line-height: 44px;
    margin-top: 20px;
	    overflow: hidden;
}

.acsttab p {
        font-size: 18px;
    line-height: 23px;
    font-family: 'Poppins', sans-serif;
}
.acsttab {
    width: 100%;
    float: left;
}

.acsttab h3 {
    font-size: 32px;
    /* line-height: 58px; */
    color: #0893b3;
    font-weight: bold;
    margin: 0px;
}

span.incl {
    font-size: 14px;
}

.secodsection {
    margin-top: 15px;
    line-height: 58px;
}

.interested {
   color: #fff; text-align:center;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    width: 268px;
    margin: 10px auto 0;
    border: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.4px;
    border-radius: 999px;
    background-color: #f09b22;
    box-shadow: 0px 15px 50px 0 rgb(255, 232, 199), 0px 10px 15px -5px rgb(249, 203, 139);
    -webkit-box-shadow: 0px 15px 50px 0 rgb(255, 232, 199), 0px 10px 15px -5px rgb(249, 203, 139);
}

a:hover {
    text-decoration: none;
}

.interested:hover {
    background: #0893b3;
}

.video {
    position: absolute;
}

.video img {
    width: 100%;
    /*box-shadow: 5.657px 5.657px 0px 0px rgba(0, 0, 0, 0.2);*/
    /* -webkit-box-shadow: 5.657px 5.657px 0px 0px rgba(0, 0, 0, 0.2);*/
}

h3.acstt {
    text-transform: uppercase;
    color: #2fa7eb;
    font-weight: 700;
    font-size: 21px;
}

.paymentmethod .radio {
    line-height: 24px;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
}

legend.scheduler-border {
    padding-left: 20px;
    background: #fff;
    border: none;
}

#paymentoption input[type="radio"] {
    width: 20px;
    height: 15px;
}

.text-oops {
    color: #ff0202;
    font-size: 20px;
}

.paymentfail {
    line-height: 25px;
    font-size: 15px;
    color: #000;
}

.paymentfailcotainer form {
    min-height: 563px;
    padding-top:0px;
}

#paymentoption.formBody {
    padding: 20px 40px 32px;
    width: 100%;
    float: left;
	background: #fff;
}

#paymentoption.formBody {
    padding: 20px 0px 14px;
    width: 100%;
    float: left;
}

.formSuccessDiv.text-center h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 23px;
}


#paymentoption.formBody fieldset#scheduler-border {
    padding: 0 1.4em 20px 1.4em !important;
    width: 92%;
    margin-left: 20px!important;
    margin: 0px auto;
}

legend#scheduler-border {
    padding-left: 20px;
    background: #fff;
    border: none;
    font-size: 13px !important;
    margin-bottom: 26px;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

#paymentoption .form-group {
    padding-left: 0px;
    margin: 0 0 10px;
    position: relative;
    border: none;
    background: none!important;
    border-radius: 999px;
    font-weight: 500!important;
}

fieldset#scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 22px 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

#paymentoption input#register-submit {
    color: #fff;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    width: 100%;
    margin: 10px auto 0;
    border: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.4px;
    border-radius: 999px;
    background-color: #2fa7eb;
    box-shadow: 0px 15px 50px 0 rgba(0, 189, 253, 0.22), 0px 10px 15px -5px rgba(0, 189, 253, 0.18);
    -webkit-box-shadow: 0px 15px 50px 0 rgba(0, 189, 253, 0.22), 0px 10px 15px -5px rgba(0, 189, 253, 0.18);
}

div#paymentoption fieldset.scheduler-border {
    width: 90%;
    margin-left: 20px!important;
}


/* accordian */
/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  /*border:1px solid #ddd;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);*/
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
    line-height: 26px;
    font-size: 14px;
}

div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color:#00afef;
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #00afef;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}


.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #00afef; color:#fff;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 27px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}




.tabsection h3 {
    font-size: 23px;
    margin: 75px 0px 30px 0px;
    font-weight: 700;
    color: #2fa7eb;
}

.sbg{position: absolute; right: 0px;  top: 0;  z-index: 1;}
.padding20 {
    padding: 12px;
    margin: 20px 0px;
}

section#faq {
    background: url(../images/faqbg.png);
    min-height: 230px;
    background-size: cover;
    margin: 45px 0px;
}

.faqcon {
    padding-top: 30px;
    text-align: center;
    margin-top: 30px;
}

span.fqr {
    font-size: 23px;
    color: #fff;
    font-weight: 400; font-family: Montserrat;
}

.faqcon h3 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin: 10px;
}
span.formfee {
    font-size: 20px;
    font-weight: 700;
    color: #167ac6;
}

.btnfaq {
    width: 137px;
    height: 38px;
    background: #fff;
    border-radius: 999px;
    margin: 20px auto;
    padding: 6px;
    color: #0639c4;
    font-size: 17px;
    font-weight: 500;
}

section#benefits ul li img {
    margin-right: 20px;
}

section#benefits ul li {
    list-style: none; line-height: 30px;
}

section#benefits ul {
    margin: 20px 0px;
    padding: 0px;
}

section#benefits h3 {
    font-size: 25px;
	font-weight: 700;
    color: #2fa7eb;
}

section#benefits {
    padding:0px 0px 0px 0px;
}

img#win {
    margin-top:-50px;
}

.benibg {
    position: absolute;
    top: 0;
    left: 0;
}

.benibg img{width:100%;}
.testi h3.notes-heading {
    text-align: center;
    text-transform: uppercase; color:#fff;
}
.list-group-item{border-top:none;}

span.prep {
       font-size: 34px;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
}

.whyakash {
    margin-bottom: 53px;
}

/* accordian close */


section.testimonials {
    background: url('../images/story_bg.jpg');
    background-size: cover;
}

section#adbanefits {
    margin-top: 30px;
    padding: 20px 0px;
}

.carousel-inner {
    position: relative;
    width: 100%;
   overflow: hidden;}

 section.aakashglance {
    margin: 25px 0px 0px 0px;
    background: #037fda;
}

.akglbg {
    position: absolute!important;
    top: -223px;
    z-index: -2;
}

.akglbg img {
    width: 100%;
}

.btnfaq:hover {
    background: #f09b22;
    color: #fff;
    cursor: pointer;
}



/* accordian for mob */
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
   /* margin: 0 30px 10px 30px;*/
    overflow: hidden;
    position: relative;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding: 15px 35px 15px 10px;
    margin: 0;
    background: #fe7725;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
    position: relative; 
    text-decoration: none;
}
#accordion .panel-title a.collapsed{ background:#92affd;}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: fontawesome;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    background: #fe7725;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    position: absolute;
    top: 10px;
    right: 14px;
}
#accordion .panel-title a.collapsed:before {
    content: "\f067";
    background: #2196F3;
    border: 4px solid #ffffff;
}


#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "";
    width: 17px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 22px;
    right: 0;
}
#accordion .panel-title a.collapsed:after{
    width: 19px;
    background:#ffffff;
}
#accordion .panel-body{
    border-left: 3px solid #fe7725;
    border-top: none;
    background: #fff;
    /*font-size: 15px;*/
    color: #1c2336;
    line-height: 27px;
    position: relative;
}
#accordion .panel-body:before{
    content: "";
    height: 3px;
    width: 50%;
    background: #fe7725;
    position: absolute;
    bottom: 0;
    left: 0;
}
#accordion .panel-body p{
  padding: 10px;
}

section#service{display:none;}

.imgpara {
    display: flex;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.imgbullot {
    float: left;
    width: 35px;
    display: inline;
}

a{text-decoration:none;}

section#whyjee h2 {
    font-size: 25px;
    font-weight: 700;
    margin: 30px 0px 30px 0px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    text-transform: uppercase;
}

.iframe-youtube:after {
    background-image: radial-gradient(#dee1e0 15%,transparent 25%);
    background-size: 20px 20px;
    content: "";
    position: absolute;
    width: 204px;
    height: 200px;
    right: 55px;
    top: -40px;
    z-index: -1;
}

section#whyjee ul li {
    margin: 20px 0px;
    font-size: 17px;
    color: #696565;
}

section#adbanefits ul li {
    margin: 0px;
}

/* accordian for mob close */

.iitaspirants{list-style:none;}
ul.iitaspirants {
    margin: 0px;
    padding: 0px;
    padding: 5px 20px;
    min-height: 215px;     border: 1px solid #cccccc4f;
}

ul.iitaspirants li {
    clear: both;
    line-height: 33px;
    font-size: 14px;
}

.tabsection h2 {
    font-size: 30px;
    font-weight: 800;
    color: #004988;
    margin: 30px 0px 12px 0px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.section-title.tabsection {
    margin-bottom: 32px;
}

ul.courseh{font-size: 16px;
    line-height: 34px;
    margin: 0px;
    padding: 0px 20px;}
	
ul.courseh li {
    margin: 17px 0px 0px 0px;
    float: left;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.section-bottom-only {
    padding-bottom:10px;
}

.services .content {
    text-align: center;
    padding: 15px;
    background: #f8f8fc;
    border-radius: 15px;
    transition: all .3s ease;
    min-height: 290px!important;
}

p.jeerep {
    font-family: 'Roboto', sans-serif;
    text-align: center;     line-height: 23px;
}

div#stp img {
    text-align: center;
    display: block;
    margin: 30px auto;
}

div#stp .col-md-3 {
    border: 1px solid #f7f6f6;
    margin: 10px 2px;
    min-height: 240px;
    max-width: 24%;
    background: #fdfdfd;
}

section#story {
    margin: 50px 0px 80px;
    background: #eff5fa45;
    padding: 30px 0px 0px;
}

section#whataakash h3 {
    font-size: 25px;
    font-weight: 800;
    color: #004988;
    margin: 50px 0px 30px 0px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

img#stripp {
    text-align: center;
    margin: 0px auto 30px;
}

section#adbanefits h2 {
    font-size: 30px;
    font-weight: 800;
    color: #004988;
    margin: 30px 0px 30px 0px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.row {
    margin-bottom: 30px;
}


.content p {
    font-size: 16px;
    line-height: 27px;
}

.serv-icon img {
    margin-bottom: 30px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
	    z-index: 1;
}

table.faqs tr:nth-child(odd) {
    background-color: #f1f1f1a1;
    line-height: 22px;
    color: #10269e;
}


table.faqs tr:nth-child(odd) b {
    color: #10269e; margin-right: 10px;
}

table.faqs tr td {
    padding: 10px 12px;
    font-size: 14px;
}



.modal-header h4.modal-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    color: #2196F3;
}


.submit:hover{background: #00afef;  box-shadow: none;}
.container-fluid.whakash { background: url(../images/bg-banner-2.jpg) center center;}
.whyakash h2 { font-size: 25px; margin: 25px 0px 30px 0px; font-weight: 500; color: #fff;}
.whyakash h3 {font-size: 18px;  margin: 18px 0px; color: #fff; #fff!important}
ul.iitaspirants li{ clear: both;line-height: 33px; font-size: 14px; color: #fff;
    font-weight: 500;}
ul.iitaspirants:hover{background: #124271;}	
h3.mclass{font-size: 25px;  margin: 25px 0px 30px 0px; font-weight: 500; color: #007db8;}
ul#iitas:hover{background:none;}
ul#iitas li{color: #000;}
section#adbanefits {background: #cccccc42; margin-top: 40px; padding: 35px 0px;}
ul#iitas{border: none;}
label.error {
    font-size: 12px;
    color: red;
    font-weight: 500;
}

span.otp-msg {
    color: #673AB7;
}

i.fas.fa-check {
    position: absolute;
    right: 13px;
    top: 18px;
    color: green;
}

span.otp-msg {
    font-size: 12px;
    color: #099009;
    position: absolute;
    top: 19px;
    right: 0;
}

small.statusMsg {
    color: red;
}

ul.successtory li {
    text-align: center;
    list-style: none;
    margin: 20px 2px;
    float: left;     padding: 35px 0px;
    width: 24%;
    border: 0.5px solid #f7f7f7;
}

ul.successtory li p , ul.successtorycenter li p{
    line-height: 31px;
    margin: 20px 0px;
    font-size: 15px;
}

section#story h3 {
    font-size: 30px;
    font-weight: 800;
    color: #004988;
    margin: 30px 0px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}


ul.successtorycenter li {
    text-align: center;
    float: left;
    width: 32%;     padding: 35px 0px;
    margin: 6px 5px; list-style:none; border: 0.5px solid #f7f7f7;
}

p.stories {
    text-align: center;
    margin: 20px 0px;
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding: 20px;
}

div#imgcarosel img {
    width: auto;
    text-align: center;
    margin: 0px auto;
}

span.names {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}


span.scorejee, span.persentile, span.centeriit {
    color: #867f7f;
    font-size: 14px;
}

.controller {
    position: absolute;
    right: 17px;
    top: -19px;
}
a.left.carousel-control {
    width: 37px;
    height: 30px;
    background: #000;
}

a.right.carousel-control {
    width: 37px;
    height: 30px;
    background: #000;
    margin: 0px 5px;
}

.well {
    background: none;
    border: none;
    box-shadow: none;
}

.carousel-control {
  padding-top:10%;
  width:5%;
}

iframe#youtubevideo {
    width: 800px;
    height: 370px;
}

/* sh code close */


.modal{
	background-color: rgba(0,0,0,0.7);
}

@media screen and (max-width: 991px){
   .boy-img{
   		right: 20px;
   		left: auto;
   		top: auto;
   		bottom: 0;
   }
   .enrollment-section h3{
   		font-size: 15px;
   		text-transform: initial;
   }

 .light-sky-bg,
 .video-bg{
 	display: none;
 }

 .testimonials{
 	background-color: #c0e2ff;
 }

 .heading h2,.heading p{
   	text-align: center;
   }
   .heading h2 span{
   	left: 50%;
   	
   	z-index: 0;
   }
   .heading h2 span img{
   	width: 100px;
   	-webkit-transform: translate(-50%,-50%);
   	-webkit-transform: translate(-50%,-50%);
   	position: absolute;
   	left:50%;
   	top: 50%;
   }
   
   
   ul.iitaspirants {
    margin: 0px;
    padding: 0px;
    border: 1px solid #cccccc4f;
    padding: 5px 20px;
    min-height: auto;
}


}

@media screen and (max-width: 767px){

.figcaption{display: none;}
.figcaption-mob{
	display: block;
	width: 100%
}

.phone img{
	height: 28px;
	margin-top: 0;
}
.formBody{
	padding: 5px 20px 15px;
}
.imgCaption{
	margin-top: 0;
	position: static;
}
.marg115{
	margin-top: 10px;
}
.marg115 .heading h2{
	margin-bottom: 30px;
}

.tc-pp{
	    margin-top: 20px;
}


.form{
	max-width: none;
	margin-top: 20px;
}
.formHeader img{
	height: 40px;
}
.formHeader h3{
	font-size: 15px;
	margin: 0px 0 15px;
}
.heading h2{
	margin-top: 10px;
}
.scholarshipDiv{
	padding: 0 0 0 0;
}
.student-girl{
	display: none;
}
/*Accordian css Start*/
.tabContent .mobileAccrdn{display: block;}
.tabNav{display: none;}

.tabContent .tab-pane,
.panelBodyAccordian .col-md-12, .panelBodyAccordian .col-md-6{
	float: left;
	clear:both;
	width: 100%;
}
.panelBodyAccordian .col-md-12, .panelBodyAccordian .col-md-6{
	padding: 5px 5px 0;
}
.whiteBoxAccordianInside p,.coursePackageInfo{
	padding: 0 0 0 0;
}

.panelBodyAccordian{
	padding: 0 0 5px;
}
.customAccordian{
	padding: 10px;
	margin: 0 0 0 0;
	background-color: #fff;
}
.panel-default>.panel-heading a{
	font-size: 16px;
	margin-top: 0;
	padding: 10px 45px 10px 10px;
	    background-color: #2fa7eb;
	    color: #fff;
}
.customAccordian .panel-heading a.collapsed{
	background-color: #0e344b;
	 color: #fff;
	
}
.customAccordian .panel-heading a .accordianIcon{
	right: 0;
	width: 40px;
	left: auto;
	background-size: 40%;
	    border-left: 1px solid #1d8ccb;
	    border-right: none;
}
.customAccordian .panel-heading a.collapsed .accordianIcon{
   background: url(../images/plus.png) #0e344b center center no-repeat;
   border-right:none;
   border-left: 1px solid #092638;
   background-size: 14px;
}
.whiteBoxAccordianInside{
	padding: 10px;
}
.panelBodyAccordian > .clearfix{
	display: none;
}

.mobileAccrdn{
  
  padding: 10px 15px; color:#0e344b;margin-top: 15px; cursor: pointer; position: relative; 
  background-color:#ffffff;
  display: block;
  float: left;
  width: 100%;
}
.mobileAccrdn::before{
  content: ''; width: 20px; height: 20px; position: absolute; top: 11px; right: 10px;
  background: url(../images/mob-plus.png) no-repeat center center;
}
.mobileAccrdn.active::before{
  background: url(../images/mob-minus.png) no-repeat center center; 
}

.mobileAccrdn.active,.tab-content>.active{
  
    background-color: #2fa7eb;
  color: #fff;
  clear: both;
}

.mobileAccrdn:hover,.mobileAccrdn:focus{text-decoration:none;}

.whiteBoxAccordianInside h3 img{
	height: 30px;
}
.whiteBoxAccordianInside h3{
	font-weight: 500;
	font-size:14px;
	padding-bottom: 8px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ebebeb;
}
.whiteBoxAccordianInside p{
	padding: 0 0 0 0;
	font-size: 13px;
}
.coursePackageInfo li{
	font-size: 12px;
	line-height: 18px;
	padding-left: 28px;
	background-size: 16px;
	padding-top: 6px;
}














/*Accordian css End*/



   .enrollment-step{
   	display: none;
   }
   .student-name,
   .student-info-2 h5,
   .student-info-2 p{
   	text-align: center;
   }
   

   .testimonial-kid .item{
   	padding: 0 0;
   }
   
   .testimonial-kid .testim-img{
   	position: static;
   	text-align: center;
   	width: 100%;
   	margin-bottom: 10px;
   	    margin-top: 20px;
   }
   .testi .heading span{
   	z-index: 0;
   }
   .testim-controls{
   	left: 50%;
   	top: -18px;
   	right: auto;
   	transform: translateX(-50%);
   	-webkit-transform: translateX(-50%);
   }
   .student-info-1{
   	background-image: none;
   	text-align: center;
   }
   .student-info li{
   	display: block;
   	width: 100%;
   }
   .carousel-indicators{
   	margin: 0 0 0 0;
   }
   .card{
   	margin: 20px auto;
   	max-width: 300px; 
   }
   .card .badgeInfo h4{
   	font-size: 16px;
   }
   .price,.card .badgeInfo .price b{
   	font-size: 40px;
   }

   .heading p{
   	font-size: 14px;
   }

.section4{
	padding-top: 0;
}
   .advantage,.testimonial{
    	float: left;
    	clear: both;
    	width: 100%;
    }
    .advantage{
    	background-color: #f1f1f1;
    }
    .heading{
    	margin-bottom: 0;
    }
    .advantageList li{
    	font-size: 15px;
    }

}

@media screen and (max-width: 640px){

.heading h2{
		font-size: 24px;
		font-weight: 700;
	}
	.boy-img{
		display: none;
	}
	.panel-default>.panel-heading .panel-title a{
	font-size: 14px;
}
	.qualified{
		border-radius: 5px;
    background-color: #ededed;
		max-width: 300px;
		padding: 5px 15px 15px;
		margin: 20px auto 20px;
	}
	.enroll-now{
		margin-top: 0;
	}
	.num{
		font-weight: 700;
		font-size: 30px;
		line-height: 36px;
	}
	.institute-centers{
		margin:0 0 0;
	}
	.mockTest .simplify,
	.mockTest .mock,
	.link,.know-more{
		text-align: center;
		line-height: 1.2;
	}

	.mockTest .simplify{
		font-size: 22px;
	}
	.mockTest .mock{
		font-size: 30px;
	}
	.mockTest .submit{
		margin-top: 20px;
	}

	.result li{display: block; width: 100%; text-align: center; margin-bottom: 15px;border: 1px solid #e7e7e7;padding: 10px 0; background-color: #fff;}
    .advantage h2, .testimonial h2{
    	text-align: center;
    	font-size: 24px;
    }
    

}







.downloadpdf {
    text-align: center;
    margin-top:-26px!important;
    color: #000;
    background: #003feff0;
    width: 255px;
    padding: 7px 10px;
    margin: 12px;
    border-radius: 999px;
    color: #fff;
    box-shadow: 1px 3px 2px #030715;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background-color: #049af1;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

.downloadpdf:hover {
    background-color: #2EE59D;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
}

ul.cdesc, ul.chigh {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 10px;
}

ul.cdesc, ul.chigh {
    margin-top: 10px;
    line-height: 27px;
}

section.sectionfv {
    background: #f5f5f5;
    padding: 10px 0px 10px 0px;
    color: #000;
}

.home-section {
	position: relative;
	overflow: hidden;
	position: relative;
  	padding-top:20px;
  	padding-bottom: 140px; 
  	/* background-color: #1e90ff; */
	background:url('../images/header_bg.png');
}

.home-section h1{
	margin-bottom: 15px;
    color: #0abdd4;
}

.home-section h1 {
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}

section#home p {
    font-size: 24px;
    color: #bcf7ff;
    margin: 20px 0px 30px;
}

section#about h2 {
    text-transform: uppercase;
    font-weight: 900;
    margin: 0px 0px 26px;
}

/* -----  Register ----- */
.register-form-wrapper{
	margin-top: 25px;
	padding-right: 20px;
}

input.register-input, select.register-input{
	width: 100%!important;
    height: 48px!important;
    padding-left: 4%!important;
    padding-right: 4%!important;
    margin-bottom: 10px!important;
    color: #fff!important;
    border: 2px solid #fff!important;
    background-color: transparent;!important;
    font-size: 16px!important;
    border-radius: 5px 5px 5px 5px!important;
}

input.register-submit{
	background: #fff;
    border: none;
    color: #0c75fb;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    max-width: 535px;
    padding: 16px 0;
    text-transform: uppercase;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

input.register-submit:hover{
	background-color:#eaeaea;
	color: #065bec;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

#register-form input.register-input:focus, #register-form select.register-input:focus {
  border-color:#fff!important;
  color: #fff!important;
  outline: none;
}

#register-form input.register-input:placeholder, #register-form select.register-input:placeholder {
  border-color:#fff!important;
  color: #fff!important;
  outline: none;
}

#register-form input.register-input[type="text"]::placeholder, #register-form input.register-input[type="email"]::placeholder { /* Firefox, Chrome, Opera */ 
    color: #fff!important;
} 
  
#register-form input.register-input[type="text"]:-ms-input-placeholder, #register-form input.register-input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #fff!important;
} 
  
#register-form input.register-input[type="text"]::-ms-input-placeholder, #register-form input.register-input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #fff!important;
}

#register-form input.register-input:focus, #register-form select.register-input:focus {
  border-color:#fff!important;
  color: #fff!important;
  outline: none;
}

p.register_success_box{
	display:inline-block;
	color:#fff;
	border: 1px solid #dedede;
	padding: 25px 25px;
	font-size:19px;
	text-shadow: none;
	font-style:italic;
	border-radius: 8px 8px;
	margin:15px 0;
}

p.register-form-terms{
	margin-top: 15px;
	font-size: 14px;
	color: #eaeaea;
}

/* -----  Integration ----- */
.integration-platforms{
	margin: 45px 0 0 20px;
}

.integration-platforms h5{
	color: #fff;
	float: left;
	margin: 7px 10px 0 0;
}

ul.integration-mentions{
	float: left;
}

ul.integration-mentions li {
    display: inline-block;
    margin: 7px 15px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

ul.integration-mentions li img {
    max-height: 32px;
}

/* ========================================================== */
/* 			               05. TEAM                           */
/* ========================================================== */

.team-item{
	margin-top:40px;
    text-align: center;
    transition: all 1s;
	border-radius: 8px 8px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.team-item:hover{
	transition: all 1s;
}

.team-item h3{
	margin:20px 0 1px 0!important;
	color:#454545;
	font-size:18px;
	font-weight: 700;
	text-transform:uppercase;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.team-item p{
	padding: 0 30px;
}

.team-info {
	display: block;
	margin-bottom:0;
}

.team-info p{
	color:#acacac;
	font-style:italic;
}

.team-info::after {
    background: #1e90ff;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 50px;
    height: 3px;
    margin-top: -20px;
}

.team-img{
	width: 160px;
	padding: 7px 7px;
	background-color: #f9f9f9;
	border:3px solid #eaeaea;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

ul.team-icon {
	margin: 15px 0 0 0;
}

ul.team-icon li{
	display: inline-block;
	margin:0 3px;
	text-align: center;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

ul.team-icon li a{
	margin: 0;
	display: inline-block;
	padding: 5px 5px;
	font-size: 20px;
	line-height: 22px;
	color:#4099ff;
}

ul.team-icon li a.twitter{
	color: #4099ff;
}

ul.team-icon li a.pinterest{
	color: #C92228;
}

ul.team-icon li a.facebook{
	color: #3b5998;
}

ul.team-icon li a.dribble{
	color: #ea4c89;
}

.team-icon li a:hover{
	opacity: 0.59;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/* ========================================================== */
/* 			                06. FEATURES                      */
/* ========================================================== */

.services-wrapper{
	position: relative;
	z-index: 999;
	overflow: hidden;
}

.services-wrapper::before {
    background-image: radial-gradient(#e2ecf9 15%,transparent 25%);
    background-size: 20px 20px;
    position: absolute;
    content: "";
    width: 800px;
    height: 225px;
    left: 0;
    margin-left: -412px;
    top: 0;
    margin-top: 5px;
    z-index: -1;
}

.services-wrapper::after {
    background-image: radial-gradient(#e2ecf9 15%,transparent 25%);
    background-size: 20px 20px;
    position: absolute;
    content: "";
    width: 800px;
    height: 200px;
    left: 50%;
    margin-left: 195px;
    bottom: 0;
    margin-bottom: 50px;
    z-index: -1;
}

.main-services {
	position: relative;
    margin:50px 5px 40px 5px;
    padding: 50px 5px 10px 5px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e5efff;
    background-color: #fff;
    border-radius: 8px 8px;
    box-shadow: 12px 14px 0 #e5edfa;
	transition:all 1s;     min-height: 400px!important;
}

.main-services:hover{
	border: 1px solid #89c7f7;
	transform: scale(1.025);
	transition:all 1s;
}

.main-services img{
	width:auto;
    margin-bottom: 25px;
}

.main-services h3{
	font-size: 17px;
	color: #292929;
	margin-bottom: 15px;
}

.main-services p{
	padding: 0 10px;
	margin-bottom: 25px;
}



blockquote {
	font-size: 16px;
	color: #4285f4;
	border-left: 2px solid #4285f4;
}

/* Features */
.feature-box{
	text-align: center;
	margin: 30px 0 0 0;
	transition: all 1s;
}

.faq-box{
	margin: 30px 0 0 0;
	transition: all 1s;
}

.feature-box i{
	margin-bottom: 10px;
	font-size: 46px;
	color: #1e90ff;
}

.feature-box:hover i{
	transform: scale(1.15);
	transition: all 1s;
}

.feature-box h4, .faq-box h4{
	font-size: 22px;
	margin-bottom: 10px;
}

.faq-box h5{
	margin-bottom: 7px;
}

.feature-box p, .faq-box p{
	color: #7c8595; font-size: 17px;
    text-align: center; min-height: 87px;
}

/* ========================================================== */
/* 			               07. PRICING                        */
/* ========================================================== */

.pricing-wrapper {
    position: relative;
    z-index: 999;
    overflow: hidden;
}

.pricing-wrapper::before {
    background-image: radial-gradient(#e2ecf9 15%,transparent 25%);
    background-size: 20px 20px;
    position: absolute;
    content: "";
    width: 800px;
    height: 245px;
    left: 0;
    margin-left: -412px;
    top: 0;
    margin-top: -40px;
    z-index: -1;
}

.pricing-wrapper::after {
    background-image: radial-gradient(#e2ecf9 15%,transparent 25%);
    background-size: 20px 20px;
    position: absolute;
    content: "";
    width: 800px;
    height: 200px;
    left: 50%;
    margin-left: 195px;
    bottom: 0;
    margin-bottom: 50px;
    z-index: -1;
}

.price-box{
	position: relative;
    margin: 40px 10px 20px 5px;
    padding: 50px 10px 32px 10px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e5efff;
    background-color: #fff;
    border-radius: 8px 8px;
    box-shadow: 12px 14px 0 #e5edfa;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.price-box.grey-price-box{
	background-color: #fcfcfc;
}

.price-box:hover{
	transform: scale(1.025);
	transition: all 1s;
}

.price-box .price-subtitle,.price-box .price-text{
	color: #6a6a6a;
}

ul.pricing-list{
	padding: 0 30px;
}

ul.pricing-list li.price-title{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #071e55;
}

ul.pricing-list li.price-value{
	font-family: 'Dosis', sans-serif;
	font-size: 70px;
	line-height: 70px;
	display: block;
	margin-top:20px;
	margin-bottom: 10px;
	color: #071e55;
}

ul.pricing-list li.price-subtitle{
	font-family: 'Lato', sans-serif;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #6a6a6a;
}

ul.pricing-list li.price-text{
	display: block;
	font-family: 'Lato', sans-serif;
	text-align: left;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 5px;
}

ul.pricing-list li.price-tag a{
	color: #fff;
	background: #1e90ff;
	border:1px solid #1e90ff;
	border-radius: 5px 5px;
	padding: 15px 30px;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	margin: 30px 0 5px 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

ul.pricing-list li.price-tag a:hover{
	background: #037aef;
}

ul.pricing-list li.price-tag-line a{
	color: #1e90ff;
	background: transparent;
	border:1px solid #1e90ff;
	border-radius: 5px 5px;
	padding: 15px 30px;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	margin: 30px 0 5px 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

ul.pricing-list li.price-tag-line a:hover{
	color: #fff;
	background: #037aef;
	border:1px solid #037aef;
}

/* ========================================================== */
/* 			                   08. BLOG                       */
/* ========================================================== */

.blog-item{
	position: relative;
    margin: 50px 5px 40px 5px;
    overflow: hidden;
    border: 1px solid #e5efff;
    background-color: #fff;
    border-radius: 8px 8px;
    box-shadow: 12px 14px 0 #e5edfa;
    transition: all 1s;
}

.blog-item:hover{
	border: 1px solid #89c7f7;
	transform: scale(1.025);
	transition:all 1s;
}

.blog-item img {
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.blog-item-inner{
	margin-bottom: 30px;
	padding:5px 25px;
}

.blog-item-inner p{
	margin:12px 0 2px 0;
}

h3.blog-title{
	margin-top:10px;
	margin-bottom:10px;
}

h3.blog-title a{
	color: #071e55;
	font-size:20px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

h3.blog-title a:hover{
	color:#017df7;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

a.blog-icons{
	color:#858585;
	font-size:14px;
	font-style:italic;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #aaa;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

a.blog-icons i{
	padding-right: 4px;
	color:#656565;
	font-size:17px;
	line-height:18px;
	vertical-align: text-bottom;
}

a.blog-icons:hover {
	color:#017df7;
}

a.blog-icons.last{
	border-right: none;
}

a.blog-icons:hover{
	color:#228798;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

/* ========================================================== */
/* 						    09. CONTACT                       */
/* ========================================================== */

iframe.contact-maps {
	padding-right: 20px;
}

p.contact-info{
	margin-bottom:8px;
}

p.contact-info a{
	margin-bottom:8px;
	color: #7c8595;
}

p.contact-info a:hover{
	text-decoration: underline;
}

p.contact-info i{
	font-size:18px;
	padding-right:5px;
	vertical-align: middle;
	color: #1e90ff;
}

#contact-form{
	margin-top: 30px;
}

input.contact-input{
	width:96%;
	height:50px;
    padding-left:2%;
    padding-right:2%;
	margin-bottom:12px;
	color: #727272;
	background-color: #f6f7f8;
    border: 1px solid #ececec!important;
    font-size:14px;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

textarea{
	height:100px;
	margin-bottom:12px;
	width:96%;
    padding-left:2%;
    padding-right:2%;
    padding-top:10px;
    padding-bottom:10px;
	color: #727272;
	background-color: #f6f7f8;
    border: 1px solid #ececec!important;
    font-size:14px;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

input.contact-submit{
	color: #fff;
	background: #1e90ff;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
	font-weight:600;
    padding: 16px 30px;
    position: relative;
    text-transform: uppercase;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

input.contact-submit:hover{
	color: #fff;
	background: #037aef;
}

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#454545;
}
input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#454545;
}
input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#454545;
}
input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#454545;
}

#contact-form input.contact-input:focus, #contact-form textarea.contact-commnent:focus {
  border-color:#fff;
  outline: none;
}

p.contact_success_box{
	display:inline-block;
	color:#0c75fb;
	font-size:20px;
	font-style:italic;
}

/* ========================================================== */
/* 			               10. OTHER ELEMENTS                 */
/* ========================================================== */

/* -----  a) Newsletter ----- */
.newsletter_form_wrapper{
	width:100%;
	text-align:center;
	margin-bottom:30px;
}

.newsletter_form_box{
	margin:0 auto;
	max-width:730px;
}

#newsletter-form #email_newsletter {
	width:100%;
	max-width:450px; 
	height:65px;
    padding:0 20px;
	border: 2px solid #fff;
	background-color: transparent;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
	color:#fff;  
    font-size:16px;
	margin:0;
}

#newsletter-form #submit-button-newsletter {
    width: 165px;
	height:65px;
    background: #fff;
	border: none;
    color:#1e90ff;  
    display: inline;
	margin:0 0 0 -5px;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
	font-size:16px;
	font-weight:700;
	vertical-align: top;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

#newsletter-form #submit-button-newsletter:hover {
	cursor: pointer;
	color:#0370ec;
    background-color:#fff;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

input#email_newsletter::-webkit-input-placeholder { /* WebKit browsers */
    color:#fff;
}
input#email_newsletter:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
input#email_newsletter::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#fff;
}
input#email_newsletter:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#fff;
}

.newsletter_success_box{
	font-size:18px;
	font-style:italic;
	color:#fff;
	margin:5px 0;
}

/* b) Buttons */

.btn-white {
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #1089d4;
	background-color: #ffffff;
	border: 1px solid #fff;
    box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.37);
	border-radius: 5px 5px;
    letter-spacing: 1px;
	margin: 10px 10px 0 10px 0;
	padding: 16px 26px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-white:hover{
	box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
	color: #0470ea!important;
	background:#f9f9f9;
}

.btn-white-border {
	color: #fff;
	background: transparent;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	border: 1px solid #fff;
	border-radius: 5px 5px;
	margin: 10px 10px;
	padding: 16px 26px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-white-border:hover{
	box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
	color: #0470ea!important;
	background:#f9f9f9;
}

.btn-white i, .btn-white-border i {
	font-size: 22px;
	line-height: 22px;
	margin-right: 10px;
	vertical-align: text-top;
}

.btn-blue {
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #fff;
	background-color: #1089d4;
	border: 1px solid #1089d4;
    box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.37);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
    letter-spacing: 1px;
	border-radius: 5px 5px;
	margin: 10px 10px 0 10px 0;
	padding: 20px 30px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-blue:hover{
	box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
	color: #fff!important;
	background:#3498db;
}

.btn-blue.small, .btn-blue-line.small {
	font-size: 16px;
	padding: 14px 20px;
}

.btn-blue-line {
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #017df7;
	background-color: #fff;
	border: 1px solid #1089d4;
	border-radius: 5px 5px;
	margin: 20px 10px 0 10px 0;
	padding: 20px 30px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-blue-line:hover{
	color: #fff!important;
	background:#3498db;
}

a.btn-blue:visited, a.btn-blue:focus{
	color: #fff!important;
}

/* -----  c) Gallery PopUp ----- */

.popup-wrapper{
	display:block;
	position:relative;
	overflow:hidden;
}

.popup-gallery{
	display:inline-block;
	position:relative;
}

.first-gallery{
	margin-bottom:15px;
}

.popup-gallery img {
	position:relative;
	z-index:10;
	width: 100%;
	height: auto;
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popup-gallery:hover img {
	opacity: 0.25;
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popup-gallery a span.eye-wrapper, 
.popup-gallery a span.eye-wrapper2 {
	background-color:#000;
	position: absolute;
	display: block;
	overflow:hidden;
	z-index: 2;
	height:100%!important;
	top: 0%;
	margin-top: 0px;
	left: 0%;
	right: 0%;
	font-size: 22px;
	color:#fff;
	text-align: center;
	font-weight:300;
	opacity: 0;
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popup-gallery-rounded a span.eye-wrapper, 
.popup-gallery-rounded a span.eye-wrapper2 {
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.popup-gallery a span.eye-wrapper i.eye-icon, .popup-gallery a span.eye-wrapper2 i.eye-icon{
	position: absolute;
	display: inline-block;
	font-size:36px;
	z-index: 3;
	top: 50%!important;
	margin-top: -18px!important;
	left: 0%;
	right: 0%;
}

.popup-gallery a:hover span{
	opacity: 1;
}

.popup-gallery img,
.popup-gallery a span {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.gallery-item{
	margin: 0 15px 37px 10px;
}

.portfolio-box{
	text-align:center;
	background-color: #f6f7f8;
    border-bottom: 2px solid #e0e0e0;
	margin-bottom:20px;
	padding:1px 20px 12px 20px;
	-webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.portfolio-box h3{
	margin:10px 0 1px 0!important;
	line-height: 20px;
}

.portfolio-box h3 a{
	color:#454545;
	font-size:18px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.portfolio-item h3 a:hover{
	color:#3498db;
}

.portfolio-box p.portfolio-info{
	font-size:15px;
	font-style:italic;
	margin-bottom:1px;
}

.carousel-showcase{
	padding-right: 15px;
	padding-left: 15px;
}

.showcase-wrapper {
    position: relative;
    z-index: 999;
    overflow: hidden;
    padding: 25px 30px 0 30px;
}

.showcase-wrapper::before {
    background-image: radial-gradient(#e2ecf9 15%,transparent 25%);
    background-size: 20px 20px;
    position: absolute;
    content: "";
    width: 800px;
    height: 245px;
    left: 0;
    margin-left: -410px;
    top: 0;
    margin-top: -25px;
    z-index: -1;
}

.showcase-wrapper::after {
    background-image: radial-gradient(#e2ecf9 15%,transparent 25%);
    background-size: 20px 20px;
    position: absolute;
    content: "";
    width: 800px;
    height: 200px;
    left: 50%;
    margin-left: 245px;
    bottom: 0;
    margin-bottom: -25px;
    z-index: -1;
}

/* d) Testimonials */
.testim-inner{
	margin-top: 10px;
	max-width: 800px;
	text-align: center;
}

.testim-inner img{
	max-width: 130px;
	border:1px solid #efefef;
	border-radius: 50% 50%;
	padding: 5px 5px;
	background-color: #fff;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
	display: inline-block!important;
}

.testim-inner h6{
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	color: #1e90ff;
}

.testim-inner span.job-text{
	font-size: 19px;
	font-weight: 400;
}	

.testim-inner p{
	font-size: 20px;
	line-height: 32px;
	font-style: italic;
	margin-top: 20px;
}

/* ----- Testimonial Single ----- */

p.testimonial-single{
	margin-bottom: 25px;
	font-size: 28px;
	line-height: 38px;
	font-weight: 300;
	font-style: italic;
}

/* e) Accordion Tabs */

.card{
	border:none;
}

.card-header {
    padding: 6px 0 9px 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #f4f5f6;
}

.card-header h5 .btn-link {
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    color: #101010;
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
}

.card-header h5 .btn-link:hover, .card-header h5 .btn-link:focus {
	text-decoration: none;
}

.card-body {
    padding: 10px 0;
    border-top: 2px solid #1e90ff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #4b4f58;
}

/* f) Carousel */

.carousel-indicators {
    bottom: -15px;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 25px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,.5);
    border-radius:5px 5px;
}

.carousel-indicators.testimonials-indicators {
    bottom: -40px;
}

.carousel-indicators.testimonials-indicators li {
    background-color: #e0e0e0;
}

.carousel-indicators.testimonials-indicators .active {
    background-color: #1e90ff;
}

.gallery-show {
    margin: 20px 0 40px 0;
    max-width: 100%;
    border-radius: 8px 8px;
    border: 8px solid rgba(255, 255, 255, 0.8);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

/* g) Features List */

ul.benefits {
    margin-bottom: 30px;
}

ul.benefits li {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 8px;
}

ul.benefits li i {
    font-size: 18px;
    line-height: 18px;
    margin-right: 8px;
    color: #1e90ff;
}

.no-padding-bottom{
	padding-bottom: 0;
}

/* ----- h) Dropcaps Features ----- */
.nav-pills .nav-link {
	margin-bottom: 10px;
}

.nav-pills .nav-link, .nav-pills .show > .nav-link {
    border: none!important;
	transition: all 1s;
}

.nav-pills .nav-link:hover {
    color: #fff;
    background-color: #fff;
    border: none!important;
    border-radius: 8px !important;
	box-shadow: 0 12px 55px 0 rgba(0,0,0,.05) !important;
	-moz-box-shadow: 0 12px 55px 0 rgba(0,0,0,.05) !important;
	-webkit-box-shadow: 0 12px 55px 0 rgba(0,0,0,.05) !important;
	transition: all 1s;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #fff;
    border: 1px solid #f4f5f6!important;
    border-radius: 8px !important;
	box-shadow: 0 12px 55px 0 rgba(0,0,0,.05) !important;
	-moz-box-shadow: 0 12px 55px 0 rgba(0,0,0,.05) !important;
	-webkit-box-shadow: 0 12px 55px 0 rgba(0,0,0,.05) !important;
	transition: all 1s;
}

.features-second{
	margin: 10px 0;
}

.features-second h4{
	margin-top: 10px;
	font-size: 21px;
}

.features-second p{
	margin-bottom: 10px;
}

.dropcaps-circle {
    float: left;
    margin: 1px 25px 10px 0;
	background-color: #fcfcfc;
	border: 1px solid #eaeaea;
	width: 80px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    color: #017df7;
    font-size: 40px;
    line-height: 80px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

/* ----- i) Partners ----- */

.partners-paddings{
	padding: 50px 0 25px 0;
}

ul.partners-mentions li {
	display:inline-block;
    margin: 15px 30px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

ul.partners-mentions li img {
    max-height: 62px;
    opacity: 0.4;
}

ul.partners-mentions li img:hover {
    opacity: 0.8;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/* Custom Code */
.datecl {background: #fff;  width: 210px; height: 168px;  border-radius: 5px; text-align: center; margin: 0px 10px; float:left; box-shadow: 1px 4px 10px #00000024;}
.dnum {font-size: 65px;float: left; margin-left:38px; color: #fca600;font-weight: 800; background: #fff;}
span.aug {color: #f41700; font-size: 19px; font-weight: 400;}
.dttop {background: #0064ea; text-align:center; padding: 15px 0px;}
span.yr {color: #000; font-size: 19px; font-weight: 400;}
span.dticon {font-size: 23px; color: #fff;}
.dtaug{float: left; background: #fff; margin: 20px 12px;}
span.dticon img {margin-right: 15px;}
.dtime {width: 480px;margin: -66px auto;z-index: 999;}
section#about{border: none;}
.enroll{font-size: 18px; border:1px solid #ffffff61; width: 145px;color: #fff; padding: 5px 0px; 
 border-radius: 999px; margin: 0px 0px 30px; text-align: center;}
#bxbg1 {background: #6858b9;  border-radius: 5px; border: 1px solid #fff; }
#bxbg2 {background: #995c84; border-radius: 5px; border: 1px solid #fff; }
#bxbg3 {background: #d45826;  border-radius: 5px; border: 1px solid #fff;}

#bxbg1 .feature-box h4, #bxbg1 .feature-box p{color:#fff; margin-bottom: 30px;}
#bxbg2 .feature-box h4, #bxbg2 .feature-box p{color:#fff; margin-bottom: 30px;}
#bxbg3 .feature-box h4, #bxbg3 .feature-box p{color:#fff; margin-bottom: 30px;}
#bxbg5 .feature-box h4, #bxbg5 .feature-box p{color:#fff; margin-bottom: 30px;}

.feature-box img {margin: 0px auto 30px;}
.whtbg {background: #fff; padding: 10px; border-radius: 5px; min-height: 280px;}
.whtbg h4 {font-size: 18px;}
.feature-box.wow.fadeIn ul {margin: 0px 25px; padding: 0px;}
.feature-box.wow.fadeIn ul li {color: #fff;list-style: disc;}
#bxbg1 .feature-box, #bxbg2 .feature-box{text-align:left!important;}
#bxbg5{background:linear-gradient(to top, #0B4778, #16B1DE);}

.register_nowbtn {background: #0066ff;width: 100%;margin: 0px auto 28px;
    padding: 12px 0px;color: #fff; text-align: center; font-family: 'Roboto', sans-serif; font-size:20px;}
.md-form input#materialRegisterFormPhone {
    width: 90%;border-radius: 999px; padding: 25px 24px;
    margin: 0px auto; box-shadow:0px 10px 18px -12px #000;
}

.payment-msg {
	padding: 10px;
	text-align: center;
}

label#otp {color: #00a7e2; font-weight: 600;
    float: right; margin-right: 48px; margin-top: -40px;
}

label#lbl_otp {font-weight: 600;
    float: right; margin-right: 48px; margin-top: -40px;
}
label#lbl_otp a{color: #00a7e2;}

#optform {width: 100%;max-width: 480px; margin: 0px auto;}
.verifybutton {
    margin:16px auto 0;
    width: 190px;
}

#optform {padding: 0px 0px 5px; background: #fff; margin-top: -100px; box-shadow: 0px 5px 5px #00000029;}
.verifybutton img {display: block; margin: 0px auto;}

section#features .feature-box.wow.fadeIn p {
    font-size: 19px;     min-height: 92px;
    line-height: 30px; text-align: center;
}
span.classmt {
    font-size:19px;
    color: #fff700;
    font-weight:600;
    line-height: 18px;
}
.enrollnow {
    width: 196px;
    background: #FF9800;
    color: #fff;
    padding: 15px 10px;
    border-radius: 999px;
    margin: 61px auto 0px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}
section#faq {
    margin: 60px 0px;
}
section#videotutorial{border-bottom:0px;}
section#getquote {
    margin: 0px 0px 2px;
}

.avc {
    padding: 0px 0px 20px;
    text-align: center;
}
.phn a {
    color: #fff;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
}
.phn {
    padding: 20px 0px;
}
section#getquote h3.section-title.white-text {
    text-transform: uppercase;
}


/* custom code */

.sbg{position: absolute; right: 0px;  top: 0;  z-index: 1;}
.padding20 {
    padding: 12px;
    margin: 20px 0px;
}

section#faq {
    background: url(../images/faqbg.png);
    min-height: 230px;
    background-size: cover;
    margin: 45px 0px;
}

.faqcon {
    padding-top: 30px;
    text-align: center;
    margin-top: 30px;
}

span.fqr {
    font-size: 23px;
    color: #fff;
    font-weight: 400; font-family: Montserrat;
}

.faqcon h3 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin: 10px;
}
span.formfee {
    font-size: 20px;
    font-weight: 700;
    color: #167ac6;
}

.btnfaq {
    width: 137px;
    height: 38px;
    background: #fff;
    border-radius: 999px;
    margin: 20px auto;
    padding: 6px;
    color: #0639c4;
    font-size: 17px;
    font-weight: 500;
}

section#benefits ul li img {
    margin-right: 20px;
}

section#benefits ul li {
    list-style: none; line-height: 30px;
}

section#benefits ul {
    margin: 20px 0px;
    padding: 0px;
}

section#benefits h3 {
    font-size: 25px;
	font-weight: 700;
    color: #2fa7eb;
}

section#benefits {
    padding:0px 0px 0px 0px;
}

img#win {
    margin-top:-50px;
}

.benibg {
    position: absolute;
    top: 0;
    left: 0;
}

.benibg img{width:100%;}
.testi h3.notes-heading {
    text-align: center;
    text-transform: uppercase; color:#fff;
}
.list-group-item{border-top:none;}

span.prep {
       font-size: 34px;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
}

.whyakash {
    margin-bottom: 53px;
}

/* accordian close */


section.testimonials {
    background: url('../images/story_bg.jpg');
    background-size: cover;
}

section#adbanefits {
    margin-top: 30px;
    padding: 20px 0px;
}

.carousel-inner {
    position: relative;
    width: 100%;
   overflow: hidden;}

 section.aakashglance {
    margin: 25px 0px 0px 0px;
    background: #037fda;
}

.akglbg {
    position: absolute!important;
    top: -223px;
    z-index: -2;
}

.akglbg img {
    width: 100%;
}

.btnfaq:hover {
    background: #f09b22;
    color: #fff;
    cursor: pointer;
}



/* accordian for mob */
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
   /* margin: 0 30px 10px 30px;*/
    overflow: hidden;
    position: relative;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding: 15px 35px 15px 10px;
    margin: 0;
    background: #fe7725;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
    position: relative; 
    text-decoration: none;
}
#accordion .panel-title a.collapsed{ background:#92affd;}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: fontawesome;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    background: #fe7725;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    position: absolute;
    top: 10px;
    right: 14px;
}
#accordion .panel-title a.collapsed:before {
    content: "\f067";
    background: #2196F3;
    border: 4px solid #ffffff;
}


#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "";
    width: 17px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 22px;
    right: 0;
}
#accordion .panel-title a.collapsed:after{
    width: 19px;
    background:#ffffff;
}
#accordion .panel-body{
    border-left: 3px solid #fe7725;
    border-top: none;
    background: #fff;
    /*font-size: 15px;*/
    color: #1c2336;
    line-height: 27px;
    position: relative;
}
#accordion .panel-body:before{
    content: "";
    height: 3px;
    width: 50%;
    background: #fe7725;
    position: absolute;
    bottom: 0;
    left: 0;
}
#accordion .panel-body p{
  padding: 10px; font-family:'Roboto', sans-serif;
}

section#service{display:none;}

.imgpara {
    display: flex;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.imgbullot {
    float: left;
    width: 35px;
    display: inline;
}

a{text-decoration:none;}

section#whyjee h2 {
    font-size: 25px;
    font-weight: 700;
    margin: 30px 0px 30px 0px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    text-transform: uppercase;
}

.iframe-youtube:after {
    background-image: radial-gradient(#dee1e0 15%,transparent 25%);
    background-size: 20px 20px;
    content: "";
    position: absolute;
    width: 204px;
    height: 200px;
    right: 55px;
    top: -40px;
    z-index: -1;
}

section#whyjee ul li {
    margin: 20px 0px;
    font-size: 17px;
    color: #696565;
}

section#adbanefits ul li {
    margin: 0px;
}

/* accordian for mob close */

.iitaspirants{list-style:none;}
ul.iitaspirants {
    margin: 0px;
    padding: 0px;
    padding: 5px 20px;
    min-height: 215px;     border: 1px solid #cccccc4f;
}

ul.iitaspirants li {
    clear: both;
    line-height: 33px;
    font-size: 14px;
}

.tabsection h2 {
    font-size: 30px;
    font-weight: 800;
    color: #004988;
    margin: 30px 0px 12px 0px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.section-title.tabsection {
    margin-bottom: 32px;
}

ul.courseh{font-size: 16px;
    line-height: 34px;
    margin: 0px;
    padding: 0px 20px;}
	
ul.courseh li {
    margin: 17px 0px 0px 0px;
    float: left;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.section-bottom-only {
    padding-bottom:10px;
}

.services .content {
    text-align: center;
    padding: 15px;
    background: #f8f8fc;
    border-radius: 15px;
    transition: all .3s ease;
    min-height: 290px!important;
}

p.jeerep {
    font-family: 'Roboto', sans-serif;
    text-align: center;     line-height: 23px;
}

div#stp img {
    text-align: center;
    display: block;
    margin: 30px auto;
}

div#stp .col-md-3 {
    border: 1px solid #f7f6f6;
    margin: 10px 2px;
    min-height: 240px;
    max-width: 24%;
    background: #fdfdfd;
}

section#story {
    margin: 50px 0px 80px;
    background: #eff5fa45;
    padding: 30px 0px 0px;
}

section#whataakash h3 {
    font-size: 25px;
    font-weight: 800;
    color: #004988;
    margin: 50px 0px 30px 0px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

img#stripp {
    text-align: center;
    margin: 0px auto 30px;
}

section#adbanefits h2 {
    font-size: 30px;
    font-weight: 800;
    color: #004988;
    margin: 30px 0px 30px 0px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.row {
    margin-bottom: 30px;
}


.content p {
    font-size: 16px;
    line-height: 27px;
}

.serv-icon img {
    margin-bottom: 30px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
	    z-index: 1;
}

table.faqs tr:nth-child(odd) {
    background-color: #f1f1f1a1;
    line-height: 22px;
    color: #10269e;
}


table.faqs tr:nth-child(odd) b {
    color: #10269e; margin-right: 10px;
}

table.faqs tr td {
    padding: 10px 12px;
    font-size: 14px;
}



.modal-header h4.modal-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    color: #2196F3;
}


.submit:hover{background: #00afef;  box-shadow: none;}
.container-fluid.whakash { background: url(../images/bg-banner-2.jpg) center center;}
.whyakash h2 { font-size: 25px; margin: 25px 0px 30px 0px; font-weight: 500; color: #fff;}
.whyakash h3 {font-size: 18px;  margin: 18px 0px; color: #fff; #fff!important}
ul.iitaspirants li{ clear: both;line-height: 33px; font-size: 14px; color: #fff;
    font-weight: 500;}
ul.iitaspirants:hover{background: #124271;}	
h3.mclass{font-size: 25px;  margin: 25px 0px 30px 0px; font-weight: 500; color: #007db8;}
ul#iitas:hover{background:none;}
ul#iitas li{color: #000;}
section#adbanefits {background: #cccccc42; margin-top: 40px; padding: 35px 0px;}
ul#iitas{border: none;}
label.error {
    font-size: 12px;
    color: red;
    font-weight: 500;
}

span.otp-msg {
    color: #673AB7;
}

i.fas.fa-check {
    position: absolute;
    right: 13px;
    top: 18px;
    color: green;
}

span.otp-msg {
    font-size: 12px;
    color: #099009;
    position: absolute;
    top: 19px;
    right: 0;
}

small.statusMsg {
    color: red;
}

ul.successtory li {
    text-align: center;
    list-style: none;
    margin: 20px 2px;
    float: left;     padding: 35px 0px;
    width: 24%;
    border: 0.5px solid #f7f7f7;
}

ul.successtory li p , ul.successtorycenter li p{
    line-height: 31px;
    margin: 20px 0px;
    font-size: 15px;
}

section#story h3 {
    font-size: 30px;
    font-weight: 800;
    color: #004988;
    margin: 30px 0px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}


ul.successtorycenter li {
    text-align: center;
    float: left;
    width: 32%;     padding: 35px 0px;
    margin: 6px 5px; list-style:none; border: 0.5px solid #f7f7f7;
}

p.stories {
    text-align: center;
    margin: 20px 0px;
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding: 20px;
}

div#imgcarosel img {
    width: auto;
    text-align: center;
    margin: 0px auto;
}

span.names {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}


span.scorejee, span.persentile, span.centeriit {
    color: #867f7f;
    font-size: 14px;
}

.controller {
    position: absolute;
    right: 17px;
    top: -19px;
}
a.left.carousel-control {
    width: 37px;
    height: 30px;
    background: #000;
}

a.right.carousel-control {
    width: 37px;
    height: 30px;
    background: #000;
    margin: 0px 5px;
}

.well {
    background: none;
    border: none;
    box-shadow: none;
}

.carousel-control {
  padding-top:10%;
  width:5%;
}

iframe#youtubevideo {
    width: 800px;
    height: 370px;
}


/* ========================================================== */
/* 			             14. MEDIA QUERIES                    */
/* ========================================================== */

@media (max-width: 768px) {

	.home-section {
		padding-top:0px;
	  	padding-bottom: 55px;
	}

	#newsletter-form #email_newsletter {
        width: 80%;
    	max-width: 320px;
    }

    .hero-image{
    	margin-top: 70px;
    }

    .padding-top-120 {
	    padding-top: 30px !important;
	}
	
	.home-section p{font-size: 27px;line-height:42px;}
    .home-section h1{font-size: 30px;}
	
	.main-services{min-height:auto!important;  margin:35px 5px 0px 5px!important;}
    .section-grey{padding: 10px 0 70px 0;}
    section#home p {font-size: 21px; line-height: 29px;}
	#optform{margin-top: -50px;}
	.padding-top-20 {padding-top:40px !important;}
    #logo{text-align: center; margin: 26px 0px;}
    .phn {padding: 20px 0px 0px; text-align: center;}
    p.section-subtitle {font-size: 16px; line-height: 28px;}
   h2.section-title{font-size:22px;}
   .register_nowbtn{font-size:17px;}
   .small-col-inside{padding-left: 15px; width: 100%;}
   .btn{white-space:inherit; text-align:left;}
   
   div#stp .col-md-3{max-width:100%!important;}
   
}

header{
	padding: 0 15px;
}
.top-wrapper {
    height: auto;
    background: #037fda;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3d2c87+0,4e53ed+50,0c0f8e+100 */
background: #3d2c87; /* Old browsers */
background: -moz-linear-gradient(top,  #3d2c87 0%, #4e53ed 50%, #0c0f8e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #3d2c87 0%,#4e53ed 50%,#0c0f8e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #3d2c87 0%,#4e53ed 50%,#0c0f8e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d2c87', endColorstr='#0c0f8e',GradientType=0 ); /* IE6-9 */

}

.logo {
    float: left;
    border-radius: 50%;
    text-align: center;
    margin-top: 30px;
}


.logo a img{
	margin-top:0px;
}
.phone{
	float: right;
	margin-top: 35px;
}


.imgCaption{
	margin-top: 50px;
}
.doctor-img,.engineer-img{
	float: left;
	width: 50%;
	display: block;

}
figcaption{
	
	width: 100%;
	text-align: center;
	position: relative;
	
	
}
.imgCaption{
	position: absolute;
	bottom: 0;
}
figcaption .figcaption{
	width: 100%;
	bottom: 0;
	position: absolute;
	left: 0;
}
.figcaption-mob{
	display: none;
}



/*Form css Start*/
.form{width: 100%; max-width: 400px; min-height: 650px; position: relative; float: right; z-index: 2; background-color: #fff; 
}

.formHeader{width: 100%; float: left;}
.formHeader h3 {
    width: 100%;
    float: left;
    background: url(../images/form-shape.png) center bottom no-repeat #00afef;
    background-size: cover;
    height:89px;
    background-repeat: no-repeat;
    margin-top: 0px;
    padding-top: 28px;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
}`
.formHeader p{font-family: 'Roboto Slab', serif; font-size: 14px; font-weight: 400;margin:0 0 0;}
.formBody{padding:20px 40px 10px 40px; width: 100%; float: left;}
.formBody .form-group{padding-left: 50px; margin: 0 0 10px; position: relative; background-color: #fff;  border-bottom: 1px solid #e1e1e1;}
.formBody .form-group figure{position: absolute; left: 0; top: 0; width: 50px; text-align: center; height: 46px; line-height: 46px;}
.formBody .form-group .form-control{height: 46px; padding:0 0 0 0; border:none; font-size: 14px; 
  color: #2e2e2e;  box-shadow: none; background-color: transparent; -webkit-box-shadow: none;}
.formBody .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #404852;
}
.formBody .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #404852;
}
.formBody .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #404852;
}
.formBody .form-group .form-control:-moz-placeholder { /* Firefox 18- */
  color: #4c5667;
}

.course-price{
	font-size: 14px;
	color: #404852;
}
.course-price strong{
	font-size: 18px;
	margin-left: 5px;
}

.submit{
	color: #fff; height: 46px; line-height: 46px; padding: 0 15px; width: 100%; margin:10px auto 0; border:none; font-size: 18px; font-weight: 500; letter-spacing: 0.4px; border-radius: 999px; background-color: #f09b22;
	box-shadow: 0px 15px 50px 0 rgb(255, 232, 199), 0px 10px 15px -5px rgb(249, 203, 139);
	-webkit-box-shadow: 0px 15px 50px 0 rgb(255, 232, 199), 0px 10px 15px -5px rgb(249, 203, 139);
}
.submit:hover,.submit:focus,.submit:focus:hover{
  color: #fff;outline: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


select.form-control{ /* background-image:url(../images/down-arrow.png);*/
  background-repeat: no-repeat;
  background-position: right 20px center;}

.form-group-radio{width: 100%; float: left; clear: both; margin: 5px 0;}
  .i-am,.radio-form-div{float: left; margin-right: 15px;}

  .radioInpt{position: absolute; opacity: 0;}
  .radioLbl{position: relative; height: 16px; width: 16px; border-radius: 50%; border:2px solid #ccc; float: left; display: block; cursor: pointer; margin-top: 3px; background-color: #fff;}
  .radioSpan{float: left; display: block; margin-left:10px;}

  .radioInpt:checked + .radioLbl{border-color:#0e6ce3; box-shadow: inset 0 0 0 2px #fff; background-color: #0e6ce3;}

.form-group.form-group-radio{ border:1px solid #f7f7f7; padding: 0 0; margin-top:15px;}

.form-group.form-group-radio > div:first-child{border-right: 1px solid #e0e0e0;}
.form-group.form-group-radio > .radio-form-div{padding: 10px 15px 8px; text-align: center; width: 50%; margin:0 0; position:relative;}
.form-group.form-group-radio .radioLbl{width: 20px; height: 20px; margin:0 0 0 0;}

.info{
	position:absolute;
	right:0;
	top:-10px;
	right:-10px;
	cursor:pointer;
	background-color:transparent;
	padding:0 0;
	border:none; 
	outline:none;
}
.termsAndConditionDiv{
	width:200px;
  padding: 10px;
  text-align: left;
  position: absolute;
  bottom: 65px; right: -25px; 
  background-color: #fff;
  display: none;
  border-radius: 5px;
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.2);
}
.termsAndConditionDiv::before{content: ''; position: absolute; bottom: -20px; right: 15px; 
border-top:10px solid #fff;
border-bottom:10px solid transparent;
border-left:10px solid transparent;
border-right:10px solid transparent;
}
.termsAndConditionDiv p{font-size: 13px; color: #3d3d3d; line-height: 20px; margin-bottom: 0; letter-spacing: 0.2px;}

.tc-pp{font-size: 12px; text-align: center; margin-top: 30px;}
.tc-pp p{margin-bottom: 0;}
.tc-pp a:hover,.tc-pp a:focus{color: #1435d2; text-decoration: none;}
/*For Tooltip by Chandan Kumar on 01-10-2018 start*/
.tooltipEmailCustom{
    position: absolute;
    max-width: 200px; 
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 5px;
    color: #2e2e2e;
    z-index: 2;
    font-size: 12px;
    top: 50px;
    left: 15px;
    box-shadow: 0px 0px 30px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,.3);
    display: none;

}
.tooltipEmailCustom:after{
    content: '';
    position: absolute;
    border-top:5px solid transparent;
    border-bottom: 10px solid #fff;
    border-left:5px solid transparent;
    border-right: 5px solid transparent;
    left: 15px;
    top: -15px;
}
.tooltipEmailCustom p{
    margin-bottom: 0;
}

.tooltipOver:hover + .tooltipEmailCustom{
    display: block;
} 

.tooltipOver:focus + .tooltipEmailCustom{
    display: none;
} 
/*For Tooltip by Chandan Kumar on 01-10-2018 End*/

/*Form css End*/

.top-2-combine{
	background-color: #0a334b;
}
.marg50{
	margin-top: 50px;
}
.scholarship-bg{
	    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.05;
    background: url(../images/bg-2.jpg) left center;
    background-size: auto 50%;
    background-attachment: fixed;
}

.scholarshipDiv{
	position: relative;
	z-index: 1;
}

.heading{
	margin-bottom: 20px;
}
.heading h2{
	font-size: 36px;
	color: #2e2e2e;
	position: relative;
	font-weight: 700;
	margin-bottom: 0;
	margin-top:5px;
}
.heading-white h2{
	color: #2fa7eb;
	font-weight: 700;

}
.heading h2 span{
	position: absolute; top: 50%;
	left: 0;
	z-index: -1;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.heading p{
	font-size: 16px;
	letter-spacing: 0.4px;
	color: #2f2d2d;
	margin-top: 10px;
	font-weight: 400;
	font-family: 'Roboto Slab', serif;
}
.heading-white p{
	color: #fff;
	font-weight: 300;
}

/*Tab Start*/
.student-girl{
	position: absolute;
	bottom: 0;
	width: 20%;
	left: auto;
	max-width: 250px;
	opacity: 0.6;
}
.tabNav li a{
	background-color: #fff;
	padding: 0 7px;
	color: #17222f;
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
	height: 60px;
	line-height: 60px;
	margin-bottom: 30px;
	border-radius:999px 0 0 999px;
	position: relative;
}
.tabNav li.active a{
	background-color: #2fa7eb;
	color: #fff;
}
.tabNav li.active a:after{
	content: '';
	left: 100%;
	top: 20px;
	height: 18px;
	width: 10px;
	background: url(../images/right-traingle.png) no-repeat;
	position: absolute;
	z-index: 1;
}
.tabNavIcon{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	margin-top: 7px;
	float: left;
	margin-right: 10px;
}
.icon-1{
	background-image:url(../images/foundation-1.png);
}
.tabNav li.active a .icon-1{
	background-image:url(../images/foundation-2.png);
}
.icon-2{
	background-image:url(../images/medical-1.png);
}
.tabNav li.active a .icon-2{
	background-image:url(../images/medical-2.png);
}
.icon-3{
	background-image:url(../images/engineer-1.png);
}
.tabNav li.active a .icon-3{
	background-image:url(../images/engineer-2.png);
}
/*Tab End*/


/*Accordian Start*/
.mobileAccrdn{
	display: none
}
.customAccordian{
	margin-top: -30px;
}
.customAccordian .panel{
	border:none;
}
.customAccordian .panel-heading{
	padding: 0 0;
}

.customAccordian .panel-heading a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	font-family: 'Roboto Slab', serif;
	color: #fff;
	background-color: #2fa7eb;
	padding: 21px 15px 20px 80px ;
	border:none;
	margin-top: 30px;
}
.customAccordian .panel-heading a.collapsed{
	background-color:#fff;
	color: #404852;
}
.customAccordian .panel-heading a .accordianIcon{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 60px;
	background:url(../images/minus.png) center center no-repeat;
	background-position: center center; 
	border-right:1px solid #1d8ccb;
}
.customAccordian .panel-heading a.collapsed .accordianIcon{
	background:url(../images/plus-blue.png) #ebebeb center center no-repeat;
	border-right:1px solid #d5d5d5;
}
.customAccordian .panel-default>.panel-heading+.panel-collapse>.panel-body{
	padding: 0 0;
	border-top: none;
}
.panelBodyAccordian{
	padding: 10px;
	background-color: #ebebeb;
}
.panelBodyAccordian .col-md-12,
.panelBodyAccordian .col-md-6{
	padding: 10px;
	
}

.whiteBoxAccordianInside{
	background-color: #fff;
	padding: 20px;
}

.whiteBoxAccordianInside h3{
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #656565;
	font-weight: 600;
}
.whiteBoxAccordianInside h3 img{
	margin-right: 6px;
}
.whiteBoxAccordianInside p{
	font-size: 14px;
	color: #404852;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 0;
	padding-left: 50px;
}
.whiteBoxAccordianInside p span{
	color: #2fa7eb;
	font-weight: 700;
}
.whiteBoxAccordianInside p strong{
	font-weight: 700;
}
.whiteBoxAccordianInside p small{
	font-size: 12px;
}

.coursePackageInfo{
	list-style-type: none; 
	margin:0 0 0 0; 
	padding:0 0 0 12px;
}
.coursePackageInfo li{
	padding-left: 35px; 
	font-size: 14px; 
	line-height: 20px;
	font-family: 'Roboto Slab', serif;
	padding-top: 8px; 
	background: url(../images/bullet.png) left top 8px no-repeat; 
	color: #404852;
}

/*Accordian End*/
.section4{
	padding-top:5px;
	padding-bottom:30px;
}
.enrollment-process-bg{
	background: url(../images/bg-3.jpg) no-repeat center center;
	background-size: cover;
}

.enrollment{
	margin: 50px 0 0;
}


.enrollment-section h3{
	color: #00baff;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	margin: 20px 0 10px;
}
.enrollment-section p{
	color: #e6e6e6;
	font-size: 15px;
	margin: 0 0 0;
	height: 70px;
}
.enrollment-step{
	position: relative;
	width: 100%;
	margin-top: 20px;
}
.enrollment-step span{
	border:1px solid #e6e6e6;
	border-radius: 50%;
	height: 38px;
	width: 38px;
	line-height: 36px;
	font-weight: 700;
	color: #e6e6e6;
	font-size: 18px;
	display: inline-block;
}

.enrollment-dash{
	position: absolute;
	top: 18px;
	width: calc(100% - 10px);
	height: 1px;
	background-image: url(../images/dashed.png);
	left:calc(50% + 23px);
}

.enroll-now{
	margin-top: 20px;
	margin-bottom: 20px;
}



.testimonial-kid{
	position: relative;
	margin-top: 30px;
}
.testimonial-kid .item{
	min-height: 140px;
}
.testim-img img {
    text-align: center;
    display: block!important;
    margin: 0px auto 24px auto;
}

.testim-img img {
    
}

.testim-words {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-left: 20px;
    text-align: center;
}

.testim-controls{
	position: absolute;
	right: 0;
	top: -40px;
}

.carousel-indicators{
	position: static;
	width: 100%;
	clear: both;
	margin:20px 0 0 0;
}
.carousel-indicators li.active{
	background-color: #008aff;
	border-color: #008aff;
}
.carousel-indicators li{
	background-color: #404852;
}

.student{
 margin:30px 0 20px;
}
.student-info {
    width: 100%;
    text-align: center;
    margin: 0px 0px 0px;
    padding: 0 0;
    list-style-type: none;
}

.student-info li{
	display: inline-block;
}
.student-info-1{
	background: url(../images/divider-AIR.png) center right no-repeat;
	padding-right: 10px;
}
.student-info-1 .air{
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
}
.student-info-1 .air big{font-size: 45px; font-weight: 700; color: #fff;}
.student-info-2 h5 {
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0;
}

.student-info-2 p{
	text-align: left;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0;
}

.card{
	background-color: #fff;
	box-shadow: 2.121px 2.121px 8px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2.121px 2.121px 8px 0px rgba(0, 0, 0, 0.1);
	padding:20px 10px; 
}
.card > h4{
	font-size: 24px;
	margin:0 0 10px;
	font-weight: 400;
	text-transform: uppercase;
}
.card .badgeInfo p{
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 700;
	color: #008aff;
	font-family: 'Roboto Slab', serif;
}
.card .badgeInfo h4{
	font-size: 20px;
	font-weight: 700;
	color:#2e2e2e;
	margin:0 0 0;
}
.card .badgeInfo h4 em{
	font-style: normal;
	font-weight: 300;
}
.price{
	font-size: 50px;
	font-weight: 700;
	color: #2e2e2e;
	line-height: 58px;
}
.card .badgeInfo .price b{
	font-size: 48px;
}

.num {
    font-size: 48px;
    color: #fff;
    font-weight: 500;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
}
.qualified{
	margin-top: 20px; font-family: 'Roboto', sans-serif;
}
.qualified span{
	color: #fff; font-family: 'Roboto', sans-serif;
}
.qualified h3{
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	margin:5px 0 0; font-family: 'Roboto', sans-serif;
}

h2.glance {
    text-align: center!important;
    font-size: 30px;
    font-weight: 500;
    color: #fff!important;
    font-family: 'Roboto', sans-serif;
    padding-top: 30px;
	}

.well{padding:0px;}

.institute-centers{
	margin:30px 0 10px;
}
.institute-centers img{
	max-width: 100%;
}

.mockTest{
	background-image: url(../images/mock-test.jpg);
	background-size:cover;
	padding: 30px 0;
}
.mockTest .simplify{
	font-size: 36px;
	color: #fff;
	font-weight: 300;
}
.mockTest .mock{
	font-size: 52px;
	color: #fff001;
	font-weight: 300;
	line-height: 50px;
}
.mockTest .submit{
	margin-top: 45px;
	
}
.link,.link:hover{
	color: #008aff;
	text-decoration: none;
}
.know-more{
	text-align: right;
}

/*Bottom Section Start*/
.advantage h2,.testimonial h2{font-size: 21px; color:#2fa7eb; text-transform: uppercase;
margin:20px 0 10px; font-weight: 700;}
.advantage p,.testimonial p{font-size: 14px; color: #656565; line-height: 20px;font-family: 'Roboto Slab', serif;}

.advantageList{list-style-type: none; margin:25px 0 15px; padding: 0 0 0 0;font-family: 'Roboto Slab', serif;}
.advantageList li{padding-left: 25px; background: url(../images/teer.png) left top 12px no-repeat; font-size: 16px; line-height: 30px; color: #404852;}

.result{position: relative; margin:10px 0; padding: 0 0; float: left; width: 100%;font-family: 'Roboto Slab', serif;}
.result li{width: 33.33%; float: left; list-style-type: none;color: #5e5e5e;}
.result li span{display: inline-block; text-align: center;}
.result li span div{font-style: 16px;}
.result li span strong{font-size: 16px; font-weight: 700; }
.result li span h4{font-size: 32px; color: #173373;font-weight: 700; margin:2px 0 0;font-family: 'Poppins', sans-serif;color:#2fa7eb;}


.testimonial h3{font-size: 24px; color: #404852; font-weight: 700;}
.testimonial h4{font-size: 16px; color: #898989; font-style: italic;}
.testimonial p.paraTesti{max-width: 422px; font-size: 15px; margin:20px auto 30px; color: #5e5e5e;}

.testimonial img{margin:10px auto 0;}

.section5{border-top: 1px solid #e7e7e7; height: 55px; line-height: 55px; text-align: center; font-size: 13px; color: #7f7f7f;}

/*Bottom Section End*/



/* sh code */
table tr td{padding: 2px 12px;}
.pcourse{line-height: 26px;}
.pcourse h4 {color: #2fa7eb;  font-weight: 700;  font-size: 14px; margin-bottom: 5px;  margin-top: 23px;}
.pcourse h5 {color: #2fa7eb;  font-weight: 700;  font-size: 21px; margin-bottom: 5px;  margin-top: 23px; text-transform:uppercase;}
.topimg {position: absolute; top:50px; right: -70px;}
.topimgmob{display:none;}
.topcontent {
    margin-top:14%;
    font-size: 16px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #504e4e;
    line-height: 32px;
}

.topcontent h3 {
    font-size: 34px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.topcontent p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}

.topcontent h1 {
    font-size: 80px;
    font-weight: 900;
    color: #FFEB3B;     margin-top: 0px;
}

span.dateset {
    color: #05355f;
    font-size: 20px;
    font-weight: bold;
}

span.feegst {
    color: #08689e;
    font-size:20px;    font-weight: 700; 
}


.tabbb {
    width: 90%;
    /* margin-top: 22px; */
    /*min-height: 205px;*/
    height: auto;
    font-size: 16px;
    line-height: 44px;
    margin-top: 20px;
	    overflow: hidden;
}

.acsttab p {
        font-size: 18px;
    line-height: 23px;
    font-family: 'Poppins', sans-serif;
}
.acsttab {
    width: 100%;
    float: left;
}

.acsttab h3 {
    font-size: 32px;
    /* line-height: 58px; */
    color: #0893b3;
    font-weight: bold;
    margin: 0px;
}

span.incl {
    font-size: 14px;
}

.secodsection {
    margin-top: 15px;
    line-height: 58px;
}

.interested {
   color: #fff; text-align:center;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    width: 268px;
    margin: 10px auto 0;
    border: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.4px;
    border-radius: 999px;
    background-color: #f09b22;
    box-shadow: 0px 15px 50px 0 rgb(255, 232, 199), 0px 10px 15px -5px rgb(249, 203, 139);
    -webkit-box-shadow: 0px 15px 50px 0 rgb(255, 232, 199), 0px 10px 15px -5px rgb(249, 203, 139);
}

a:hover {
    text-decoration: none;
}

.interested:hover {
    background: #0893b3;
}

.video {
    position: absolute;
}

.video img {
    width: 100%;
    /*box-shadow: 5.657px 5.657px 0px 0px rgba(0, 0, 0, 0.2);*/
    /* -webkit-box-shadow: 5.657px 5.657px 0px 0px rgba(0, 0, 0, 0.2);*/
}

h3.acstt {
    text-transform: uppercase;
    color: #2fa7eb;
    font-weight: 700;
    font-size: 21px;
}

.paymentmethod .radio {
    line-height: 24px;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
}

legend.scheduler-border {
    padding-left: 20px;
    background: #fff;
    border: none;
}

#paymentoption input[type="radio"] {
    width: 20px;
    height: 15px;
}

.text-oops {
    color: #ff0202;
    font-size: 20px;
}

.paymentfail {
    line-height: 25px;
    font-size: 15px;
    color: #000;
}

.paymentfailcotainer form {
    min-height: 563px;
    padding-top:0px;
}

#paymentoption.formBody {
    padding: 20px 40px 32px;
    width: 100%;
    float: left;
	background: #fff;
}

#paymentoption.formBody {
    padding: 20px 0px 14px;
    width: 100%;
    float: left;
}

.formSuccessDiv.text-center h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 23px;
}


#paymentoption.formBody fieldset#scheduler-border {
    padding: 0 1.4em 20px 1.4em !important;
    width: 92%;
    margin-left: 20px!important;
    margin: 0px auto;
}

legend#scheduler-border {
    padding-left: 20px;
    background: #fff;
    border: none;
    font-size: 13px !important;
    margin-bottom: 26px;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

#paymentoption .form-group {
    padding-left: 0px;
    margin: 0 0 10px;
    position: relative;
    border: none;
    background: none!important;
    border-radius: 999px;
    font-weight: 500!important;
}

fieldset#scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 22px 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

#paymentoption input#register-submit {
    color: #fff;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    width: 100%;
    margin: 10px auto 0;
    border: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.4px;
    border-radius: 999px;
    background-color: #2fa7eb;
    box-shadow: 0px 15px 50px 0 rgba(0, 189, 253, 0.22), 0px 10px 15px -5px rgba(0, 189, 253, 0.18);
    -webkit-box-shadow: 0px 15px 50px 0 rgba(0, 189, 253, 0.22), 0px 10px 15px -5px rgba(0, 189, 253, 0.18);
}

div#paymentoption fieldset.scheduler-border {
    width: 90%;
    margin-left: 20px!important;
}


/* accordian */
/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  /*border:1px solid #ddd;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);*/
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
    line-height: 26px;
    font-size: 14px;
}

div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color:#00afef;
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #00afef;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}


.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #00afef; color:#fff;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 27px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}




.tabsection h3 {
    font-size: 23px;
    margin: 75px 0px 30px 0px;
    font-weight: 700;
    color: #2fa7eb;
}

.sbg{position: absolute; right: 0px;  top: 0;  z-index: 1;}
.padding20 {
    padding: 12px;
    margin: 20px 0px;
}

section#faq {
    background: url(../images/faqbg.png);
    min-height: 230px;
    background-size: cover;
    margin: 45px 0px;
}

.faqcon {
    padding-top: 30px;
    text-align: center;
    margin-top: 30px;
}

span.fqr {
    font-size: 23px;
    color: #fff;
    font-weight: 400; font-family: Montserrat;
}

.faqcon h3 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin: 10px;
}
span.formfee {
    font-size: 20px;
    font-weight: 700;
    color: #167ac6;
}

.btnfaq {
    width: 137px;
    height: 38px;
    background: #fff;
    border-radius: 999px;
    margin: 20px auto;
    padding: 6px;
    color: #0639c4;
    font-size: 17px;
    font-weight: 500;
}

section#benefits ul li img {
    margin-right: 20px;
}

section#benefits ul li {
    list-style: none; line-height: 30px;
}

section#benefits ul {
    margin: 20px 0px;
    padding: 0px;
}

section#benefits h3 {
    font-size: 25px;
	font-weight: 700;
    color: #2fa7eb;
}

section#benefits {
    padding:0px 0px 0px 0px;
}

img#win {
    margin-top:-50px;
}

.benibg {
    position: absolute;
    top: 0;
    left: 0;
}

.benibg img{width:100%;}
.testi h3.notes-heading {
    text-align: center;
    text-transform: uppercase; color:#fff;
}
.list-group-item{border-top:none;}

span.prep {
       font-size: 34px;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
}

.whyakash {
    margin-bottom: 53px;
}

/* accordian close */


section.testimonials {
    background: url('../images/story_bg.jpg');
    background-size: cover;
}

section#adbanefits {
    margin-top: 30px;
    padding: 20px 0px;
}

.carousel-inner {
    position: relative;
    width: 100%;
   overflow: hidden;}

 section.aakashglance {
    margin: 25px 0px 0px 0px;
    background: #037fda;
}

.akglbg {
    position: absolute!important;
    top: -223px;
    z-index: -2;
}

.akglbg img {
    width: 100%;
}

.btnfaq:hover {
    background: #f09b22;
    color: #fff;
    cursor: pointer;
}



/* accordian for mob */
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
   /* margin: 0 30px 10px 30px;*/
    overflow: hidden;
    position: relative;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding: 15px 35px 15px 10px;
    margin: 0;
    background: #fe7725;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
    position: relative; 
    text-decoration: none;
}
#accordion .panel-title a.collapsed{ background:#92affd;}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: fontawesome;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    background: #fe7725;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    position: absolute;
    top: 10px;
    right: 14px;
}
#accordion .panel-title a.collapsed:before {
    content: "\f067";
    background: #2196F3;
    border: 4px solid #ffffff;
}


#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "";
    width: 17px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 22px;
    right: 0;
}
#accordion .panel-title a.collapsed:after{
    width: 19px;
    background:#ffffff;
}
#accordion .panel-body{
    border-left: 3px solid #fe7725;
    border-top: none;
    background: #fff;
    /*font-size: 15px;*/
    color: #1c2336;
    line-height: 27px;
    position: relative;
}
#accordion .panel-body:before{
    content: "";
    height: 3px;
    width: 50%;
    background: #fe7725;
    position: absolute;
    bottom: 0;
    left: 0;
}
#accordion .panel-body p{
  padding: 10px;
}

section#service{display:none;}

.imgpara {
    display: flex;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 36px;
    padding: 5px 10px;
background:linear-gradient(14deg, #56483a 0%, rgba(69,7,144,1) 48%, #eadede 100%);
}

.imgbullot {
    float: left;
    width: 35px;
    display: inline;
}

a{text-decoration:none;}

section#whyjee h2 {
    font-size: 25px;
    font-weight: 700;
    margin: 30px 0px 30px 0px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    text-transform: uppercase;
}

.iframe-youtube:after {
    background-image: radial-gradient(#dee1e0 15%,transparent 25%);
    background-size: 20px 20px;
    content: "";
    position: absolute;
    width: 204px;
    height: 200px;
    right: 55px;
    top: -40px;
    z-index: -1;
}

section#whyjee ul li {
    margin: 20px 0px;
    font-size: 17px;
    color: #696565;
}

section#adbanefits ul li {
  background: #ffd400;
    margin: 1px 0px!important;
    color: #fff;
}

/* accordian for mob close */

.iitaspirants{list-style:none;}
ul.iitaspirants {
    margin: 0px;
    padding: 0px;
    padding: 5px 20px;
    min-height: 215px;     border: 1px solid #cccccc4f;
}

ul.iitaspirants li {
    clear: both;
    line-height: 33px;
    font-size: 14px;
}

.tabsection h2 {
    font-size: 30px;
    font-weight: 800;
    color: #65696d;
    margin: 30px 0px 12px 0px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.section-title.tabsection {
    margin-bottom: 32px;
}

ul.courseh{font-size: 16px;
    line-height: 34px;
    margin: 0px;
    padding: 0px 20px;}
	
ul.courseh li {
    margin: 17px 0px 0px 0px;
    float: left;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.section-bottom-only {
    padding-bottom:10px;
}

.services .content {
    text-align: center;
    padding: 15px;
    background: #f8f8fc;
    border-radius: 15px;
    transition: all .3s ease;
    min-height: 290px!important;
}

p.jeerep {
    font-family: 'Roboto', sans-serif;
    text-align: center;     line-height: 23px;
}

div#stp img {
    text-align: center;
    display: block;
    margin: 30px auto;
}

div#stp .col-md-3 {
    border: 1px solid #f7f6f6;
    margin: 10px 2px;
    min-height: 240px;
    max-width: 24%;
    background: #fdfdfd;
}

section#story {
    margin: 15px 0px 80px;
    background: #eff5fa45;
    padding: 0px 0px 0px;
}

section#whataakash h3 {
    font-size: 25px;
    font-weight: 800;
    color: #004988;
    margin: 50px 0px 30px 0px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

img#stripp {
    text-align: center;
    margin: 0px auto 30px;
}

section#adbanefits h2 {
    font-size: 30px;
    font-weight: 800;
    color: #004988;
    margin: 30px 0px 30px 0px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.row {
    margin-bottom: 30px;
}


.content p {
    font-size: 16px;
    line-height: 27px;
}

.serv-icon img {
    margin-bottom: 30px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
	    z-index: 1;
}

table.faqs tr:nth-child(odd) {
    background-color: #f1f1f1a1;
    line-height: 22px;
    color: #10269e;
}


table.faqs tr:nth-child(odd) b {
    color: #10269e; margin-right: 10px;
}

table.faqs tr td {
    padding: 10px 12px;
    font-size: 14px;
}



.modal-header h4.modal-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    color: #2196F3;
}


.submit:hover{background: #00afef;  box-shadow: none;}
.container-fluid.whakash { background: url(../images/bg-banner-2.jpg) center center;}
.whyakash h2 { font-size: 25px; margin: 25px 0px 30px 0px; font-weight: 500; color: #fff;}
.whyakash h3 {font-size: 18px;  margin: 18px 0px; color: #fff; #fff!important}
ul.iitaspirants li{ clear: both;line-height: 33px; font-size: 14px; color: #fff;
    font-weight: 500;}
ul.iitaspirants:hover{background: #124271;}	
h3.mclass{font-size: 25px;  margin: 25px 0px 30px 0px; font-weight: 500; color: #007db8;}
ul#iitas:hover{background:none;}
ul#iitas li{color: #000;}
section#adbanefits {background: #cccccc42; margin-top: 40px; padding: 35px 0px;}
ul#iitas{border: none;}
label.error, .statusMsg, .status_otp, .status_mobile, .courses-msg {
    font-size: 12px;
    margin-left: 30px;
    font-family: 'Roboto', sans-serif;
    color: #cf0303;
    font-weight: normal;
    margin-top: 8px;
}

label#tc_pp_validate-error {
    position: absolute;
    margin-top: 45px;
    margin-left: 0px;
}

label#tc_pp_validate_whatsapp-error {
    position: absolute;
    margin-top: 38px;
    left: 26px;

}
.whatsapp-option p{
    font-size: 12px;
    font-weight: 400;
}
.radio-course {
    width: 150px;
    float: left;
    font-size: 15px;
    font-family: calibri;
    text-align: center;
    margin-bottom: 10px;
}

span.otp-msg {
    color: #673AB7;
}

i.fas.fa-check {
    position: absolute;
    right: 13px;
    top: 18px;
    color: green;
}

span.otp-msg {
    font-size: 12px;
    color: #099009;
    position: inherit;
    top: 19px;
    right: 0;
}

small.statusMsg {
    color: red;
}

ul.successtory li {
    text-align: center;
    list-style: none;
    margin: 20px 2px;
    float: left;     padding: 35px 0px;
    width: 24%;
    border: 0.5px solid #f7f7f7;
}

ul.successtory li p , ul.successtorycenter li p{
    line-height: 31px;
    margin: 20px 0px;
    font-size: 15px;
}

section#story h3 {
    font-size: 30px;
    font-weight: 800;
    color: #004988;
    margin: 30px 0px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}


ul.successtorycenter li {
    text-align: center;
    float: left;
    width: 32%;     padding: 35px 0px;
    margin: 6px 5px; list-style:none; border: 0.5px solid #f7f7f7;
}

p.stories {
    text-align: center;
    margin: 20px 0px;
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding: 20px;
}

div#imgcarosel img {
    width: auto;
    text-align: center;
    margin: 0px auto;
}

span.names {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}


span.scorejee, span.persentile, span.centeriit {
    color: #867f7f;
    font-size: 14px;
}

.controller {
    position: absolute;
    right: 17px;
    top: -19px;
}
a.left.carousel-control {
    width: 37px;
    height: 30px;
    background: #000;
}

a.right.carousel-control {
    width: 37px;
    height: 30px;
    background: #000;
    margin: 0px 5px;
}

.well {
    background: none;
    border: none;
    box-shadow: none;
}

.carousel-control {
  padding-top:10%;
  width:5%;
}

iframe#youtubevideo {
    width: 800px;
    height: 370px;
}

input#mobile_no, input#otp_code, input#fname, input#email_id, input#contact_no, input#otpcode, input#father_name, input#dob {
    width: 90%;
    border-radius: 999px;
    padding: 25px 24px;
    margin: 0px auto;
    box-shadow: 0px 10px 18px -12px #000;
    margin-top: 20px;
}

select.form-control {
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    width: 90%;
    border-radius: 999px;
    padding: 5px 24px;
    min-height: 50px;
    margin: 0px auto;
    box-shadow: 0px 10px 18px -12px #000;
    /*margin-top: 20px;*/
}

select {
   background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -ms-appearance: none;
    cursor: pointer;
    text-transform: capitalize;
    padding-right: 40px;
}

input#tc_pp_validate {
    margin-top: 8px;
}

input#tc_pp_validate_whatsapp {
    margin-top: 5px;
}
.whatsapp-option{
    position: relative;
    padding-right: 10px;
}
legend {
    color: #fff;
    background: #0093eb;
    font-size: 17px;
    padding: 10px;
}

fieldset {
	margin: 0 20px;
}

input#effort_advisor{vertical-align: sub;  float: left;  margin:2px 8px 0px 5px;  width: 20px;  height: 15px;}

label#courses-error {
    position: relative;
    margin-left: 0px;
}


input#mobile_no, input#otp_code, input#fname, input#email_id, input#contact_no, input#otpcode, input#father_name, input#dob
{ margin-top:6px;}


input#effort_advisor{vertical-align: sub;
    float: left!important;
    margin: 2px 0px 0px 24px!important;
    width: 20px!important;
    height: 15px!important;
    padding: 0px 0px 1px 0px!important;
}

input#study_booster{margin-left: 10px;  vertical-align: sub;   float: left;   margin: 2px 0px 0px 24px;
    width: 20px!important;   height: 15px;}

input#success_enhancer{margin-left: 10px; vertical-align: sub;  float: left;   margin: 2px 0px 0px 10px;  width: 20px!important;
    height: 15px;}

/* sh code close */


.modal{
	background-color: rgba(0,0,0,0.7);
}

@media screen and (max-width: 991px){
   .boy-img{
   		right: 20px;
   		left: auto;
   		top: auto;
   		bottom: 0;
   }
   .enrollment-section h3{
   		font-size: 15px;
   		text-transform: initial;
   }

 .light-sky-bg,
 .video-bg{
 	display: none;
 }

 .testimonials{
 	background-color: #c0e2ff;
 }

 .heading h2,.heading p{
   	text-align: center;
   }
   .heading h2 span{
   	left: 50%;
   	
   	z-index: 0;
   }
   .heading h2 span img{
   	width: 100px;
   	-webkit-transform: translate(-50%,-50%);
   	-webkit-transform: translate(-50%,-50%);
   	position: absolute;
   	left:50%;
   	top: 50%;
   }
   
   
   ul.iitaspirants {
    margin: 0px;
    padding: 0px;
    border: 1px solid #cccccc4f;
    padding: 5px 20px;
    min-height: auto;
}


}

@media screen and (max-width: 767px){

.figcaption{display: none;}
.figcaption-mob{
	display: block;
	width: 100%
}

.phone img{
	height: 28px;
	margin-top: 0;
}
.formBody{
	padding: 5px 20px 15px;
}
.imgCaption{
	margin-top: 0;
	position: static;
}
.marg115{
	margin-top: 10px;
}
.marg115 .heading h2{
	margin-bottom: 30px;
}

.tc-pp{
	    margin-top: 20px;
}


.form{
	max-width: none;
	margin-top: 20px;
}
.formHeader img{
	height: 40px;
}
.formHeader h3{
	font-size: 15px;
	margin: 0px 0 15px;
}
.heading h2{
	margin-top: 10px;
}
.scholarshipDiv{
	padding: 0 0 0 0;
}
.student-girl{
	display: none;
}
/*Accordian css Start*/
.tabContent .mobileAccrdn{display: block;}
.tabNav{display: none;}

.tabContent .tab-pane,
.panelBodyAccordian .col-md-12, .panelBodyAccordian .col-md-6{
	float: left;
	clear:both;
	width: 100%;
}
.panelBodyAccordian .col-md-12, .panelBodyAccordian .col-md-6{
	padding: 5px 5px 0;
}
.whiteBoxAccordianInside p,.coursePackageInfo{
	padding: 0 0 0 0;
}

.panelBodyAccordian{
	padding: 0 0 5px;
}
.customAccordian{
	padding: 10px;
	margin: 0 0 0 0;
	background-color: #fff;
}
.panel-default>.panel-heading a{
	font-size: 16px;
	margin-top: 0;
	padding: 10px 45px 10px 10px;
	    background-color: #2fa7eb;
	    color: #fff;
}
.customAccordian .panel-heading a.collapsed{
	background-color: #0e344b;
	 color: #fff;
	
}
.customAccordian .panel-heading a .accordianIcon{
	right: 0;
	width: 40px;
	left: auto;
	background-size: 40%;
	    border-left: 1px solid #1d8ccb;
	    border-right: none;
}
.customAccordian .panel-heading a.collapsed .accordianIcon{
   background: url(../images/plus.png) #0e344b center center no-repeat;
   border-right:none;
   border-left: 1px solid #092638;
   background-size: 14px;
}
.whiteBoxAccordianInside{
	padding: 10px;
}
.panelBodyAccordian > .clearfix{
	display: none;
}

.mobileAccrdn{
  
  padding: 10px 15px; color:#0e344b;margin-top: 15px; cursor: pointer; position: relative; 
  background-color:#ffffff;
  display: block;
  float: left;
  width: 100%;
}
.mobileAccrdn::before{
  content: ''; width: 20px; height: 20px; position: absolute; top: 11px; right: 10px;
  background: url(../images/mob-plus.png) no-repeat center center;
}
.mobileAccrdn.active::before{
  background: url(../images/mob-minus.png) no-repeat center center; 
}

.mobileAccrdn.active,.tab-content>.active{
  
    background-color: #2fa7eb;
  color: #fff;
  clear: both;
}

.mobileAccrdn:hover,.mobileAccrdn:focus{text-decoration:none;}

.whiteBoxAccordianInside h3 img{
	height: 30px;
}
.whiteBoxAccordianInside h3{
	font-weight: 500;
	font-size:14px;
	padding-bottom: 8px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ebebeb;
}
.whiteBoxAccordianInside p{
	padding: 0 0 0 0;
	font-size: 13px;
}
.coursePackageInfo li{
	font-size: 12px;
	line-height: 18px;
	padding-left: 28px;
	background-size: 16px;
	padding-top: 6px;
}


/*Accordian css End*/



   .enrollment-step{
   	display: none;
   }
   .student-name,
   .student-info-2 h5,
   .student-info-2 p{
   	text-align: center;
   }
   

   .testimonial-kid .item{
   	padding: 0 0;
   }
   
   .testimonial-kid .testim-img{
   	position: static;
   	text-align: center;
   	width: 100%;
   	margin-bottom: 10px;
   	    margin-top: 20px;
   }
   .testi .heading span{
   	z-index: 0;
   }
   .testim-controls{
   	left: 50%;
   	top: -18px;
   	right: auto;
   	transform: translateX(-50%);
   	-webkit-transform: translateX(-50%);
   }
   .student-info-1{
   	background-image: none;
   	text-align: center;
   }
   .student-info li{
   	display: block;
   	width: 100%;
   }
   .carousel-indicators{
   	margin: 0 0 0 0;
   }
   .card{
   	margin: 20px auto;
   	max-width: 300px; 
   }
   .card .badgeInfo h4{
   	font-size: 16px;
   }
   .price,.card .badgeInfo .price b{
   	font-size: 40px;
   }

   .heading p{
   	font-size: 14px;
   }

.section4{
	padding-top: 0;
}
   .advantage,.testimonial{
    	float: left;
    	clear: both;
    	width: 100%;
    }
    .advantage{
    	background-color: #f1f1f1;
    }
    .heading{
    	margin-bottom: 0;
    }
    .advantageList li{
    	font-size: 15px;
    }

}

@media screen and (max-width: 640px){

.heading h2{
		font-size: 24px;
		font-weight: 700;
	}
	.boy-img{
		display: none;
	}
	.panel-default>.panel-heading .panel-title a{
	font-size: 14px;
}
	.qualified{
		border-radius: 5px;
    background-color: #ededed;
		max-width: 300px;
		padding: 5px 15px 15px;
		margin: 20px auto 20px;
	}
	.enroll-now{
		margin-top: 0;
	}
	.num{
		font-weight: 700;
		font-size: 30px;
		line-height: 36px;
	}
	.institute-centers{
		margin:0 0 0;
	}
	.mockTest .simplify,
	.mockTest .mock,
	.link,.know-more{
		text-align: center;
		line-height: 1.2;
	}

	.mockTest .simplify{
		font-size: 22px;
	}
	.mockTest .mock{
		font-size: 30px;
	}
	.mockTest .submit{
		margin-top: 20px;
	}

	.result li{display: block; width: 100%; text-align: center; margin-bottom: 15px;border: 1px solid #e7e7e7;padding: 10px 0; background-color: #fff;}
    .advantage h2, .testimonial h2{
    	text-align: center;
    	font-size: 24px;
    }
    

}




@media only screen and (max-width:990px)
{
.topcontent{width:100%; margin-top:2%;}	
.topimg{position:relative; top:0px;}
.topimg img{width:70%}	
.video{position: relative;}
.video img{width:auto; display:block; margin:0px auto;}
section.aakashglance{margin:0px 0px 0px 0px;}
img#win{margin-top:0px; width:auto;}
.student-info{width: 100%;  text-align: center;  margin: 0px 0px 0px;  padding: 0 0;  list-style-type: none;}
.topimg {display:none}
.topimgmob{display:inherit;}
.topimgmob img{ display:block; margin:0px auto;}

}


@media only screen and (max-width:800px)
{
.tabbb{width:90%; margin: 0px auto;}
.topcontent{width:100%; font-size:17px; text-align: left; margin-top:0px;}
.topimg{position:relative; top:0px;}
.topimg img{position:relative; display:block; margin:0px auto; width: 60%; }
.sbg{display:none;}	
.tabsection h3{margin-left:20px;}
.services .content {min-height: auto!important; margin: 10px;}	
.row{margin-bottom:0px;}
section#benefits{padding:5px 0px 40px 0px!important;}
section#adbanefits h2{font-size:20px;}
ul#iitas {padding: 0px!important;}
section#whataakash h3 {font-size: 20px;  line-height: 29px;}
section#adbanefits{margin-top: 0px;}
section#whyjee h2{font-size:18px;}
iframe#youtubevideo {
    width: 100%;
    height: 380px;
}
}

@media only screen and (max-width:640px)
{
.tabbb{width:100%; margin: 0px auto;}
.top-2-combine{background:#fff;}
.topcontent{font-size:17px; width:90%; margin:0px auto; text-align: left;}
.topimg{position: relative; top: 40px;}
.topimg img{display: block; margin: 0px auto;}
.heading-white p{color:#000!important; padding: 0px 20px;}
.secodsection{text-align:left!important; margin-left:9%!important;}
.qualified {
    border-radius: 5px;
    background-color: #0495ff;
    max-width: 300px;
    padding: 5px 15px 15px;
    margin: 0 auto 20px;
    width: 100%;
    float: none;
}
.sbg{display:none;}
section#service{display:inherit; z-index:1;}
div.bhoechie-tab-container{display:none;}
section#benefits ul li {
    list-style: none;
    background: #f5f4f4;
    padding: 10px 8px;
    margin: 5px 0px;
}

.form{min-height:auto;}
.phone {
     float: none;
    margin-top: 0px;
    margin: 0px auto;
    display: contents;
}

.topcontent p {
    font-size:18px; text-align: center;
    color: #fff;
}
span.prep {
    font-size: 40px;
    color: #fff;
}

.phone img {
    height: 28px;
    margin: 45px auto 10px auto;
    display: block;
}

.whyakash h3 {
    font-size: 16px;
    margin: 18px 0px;
}

.tabsection h3 {
    font-size: 20px;
    margin: 75px 0px 30px 0px;
    font-weight: 700;
    color: #2fa7eb;
    text-align: center;
}

img#win {
    margin-top: 41px;
    width: auto;
}

.topcontent h3{text-align:center;}
div#stp .col-md-3{width:100%; max-width:100%;}

}


.downloadpdf {
    text-align: center;
    margin-top:-26px!important;
    color: #000;
    background: #003feff0;
    width: 255px;
    padding: 7px 10px;
    margin: 12px;
    border-radius: 999px;
    color: #fff;
    box-shadow: 1px 3px 2px #030715;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background-color: #049af1;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

.downloadpdf:hover {
    background-color: #2EE59D;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
}

ul.cdesc, ul.chigh {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 10px;
}

ul.cdesc, ul.chigh {
    margin-top: 10px;
    line-height: 27px;
}

section.sectionfv {
    background: #f5f5f5;
    padding: 10px 0px 10px 0px;
    color: #000;
}

div#optform{clear:both;}
section#formwell {margin-bottom: 50px;}

.efad{background: rgb(163,116,4); background: linear-gradient(90deg, rgb(7 64 25) 0%, rgba(100,121,9,1) 49%, rgb(47 52 53) 100%); color: #fff;   padding: 20px 10px;  border: 2px solid #fff; min-height:280px;}
.efad h4{text-align:center; font-weight:700; margin:20px auto;}
.efad p{text-align:center;}

.taketesttbn {
    padding: 7% 0px;
    text-align: center;
    background: #a24bf1;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 999px;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    margin: 0px auto;
    text-transform: uppercase;
    position: absolute;
    left: 36%;
    bottom: -15%; box-shadow: 2px 3px 16px #736b6b;
}

.taketesttbn:hover {
    background:#fe7725; color:#fff;
    border: 4px solid #fff;
    padding: 21px 0px;
}

.whp {
    background: #fff;
    padding:20px; min-height: 290px;
}

.whp h3 {
    font-weight: 700;
    font-size: 15px;
}

/* How to test your talent */

.talentbg {
    background: #667db6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    min-height: 300px;
    padding: 50px 0px; color:#fff;
}

.texticon img {
    display: block;
    text-align: center;
    margin: 0px auto;
}

.talentbg p {
    text-align: center;
    margin: 20px; font-size: 17px;
}

h3.htest {
    text-transform: uppercase;
    color: #fff!important;
    margin: 0px 0px 50px 0px!important;
}

.ese {
    width: 100%;
    background: #efefef52;
    padding: 50px;
    clear: both;
}

.efferts ul li {
    width: 33%;
    display: inline-block;
    text-align: center;
    border: 1px solid #dad9d9d4;
    min-height: 100px;
    padding: 32px 0px;
    background: #fff;
}

.efferts ul li p {
    font-size: 18px;
    font-weight: 600;
}

.btneffert {
    background: green;
    width: 100px;
    margin: 0px auto;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
}

.efferts ul li p {
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 15px;
}

h4.impdetails {
    margin: 20px 0px;
    font-size: 19px;
    color: #000;
    font-weight: 600;
}

ul.pointers li {
    font-size: 14px;
    line-height: 26px;
    color: #8a8383;
}

#lbl_otp #get_otp {
    z-index: 1 !important;
    display: inherit;
    position: absolute;
}

label#lbl_otp {
    font-weight: 600;
    float: right;
    margin-right: 120px;
    margin-top: -36px;
    display: inherit;
}

div#non-form ul li {
    list-style: none;
    line-height: 28px;
    border: 1px solid #cccccc47;
    display: grid;
    width: 100%!important;
    margin: 13px 0px;
    padding: 0px 10px;
    font-size: 15px;
}

div#non-form ul {
    margin: 0px;
    padding: 0px 26px;
}


.register_nowbtn {
    background: #0066ff;
    width: 100%;
    margin: 0px auto 28px;
    padding: 12px 0px;
    color: #fff;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}


.register_nowbtn {
    background: #0066ff;
    width: 100%;
    margin: 0px auto 28px;
    padding: 12px 0px;
    color: #fff;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}


fieldset.col-md-11.select-payment-card input#paymentmethod1, fieldset.col-md-11.select-payment-card input#paymentmethod2, fieldset.col-md-11.select-payment-card input#paymentmethod3, fieldset.col-md-11.select-payment-card input#paymentmethod4 {
    margin-right: 10px;
}

@media only screen and (max-width:480px)
{
	
	.phone img {
    height: 28px;
    margin: 10px auto 10px auto;
    display: block;
}

.logo{float:none;}
.topcontent h3{font-size:28px; line-height: 42px;     text-align: center;}
.topcontent {font-size: 16px; width:100%; margin: 0px auto; text-align: left;}
.topimg{position: relative;  top: 22px;}
.topimg img{width: 60%; display: block; margin: 0px auto;}
.secodsection{text-align:left!important; margin-left:9%!important;}
.video img{width:100%}
.sbg{display:none;}
.tabbb{min-height:auto;}
section.aakashglance {margin: 20px auto;}
.form{min-height:auto;}
section#benefits {
    padding: 105px 0px 40px 0px;
}
span.prep{font-size:28px;}
.phn a{font-size:15px;}
.efad{min-height:255px; margin-bottom: 75px;}
.efferts ul li{width:100%; margin:5px 0px;}
.efferts ul{padding:0px;}
.radio-course{text-align:left;}
input#effort_advisor, input#study_booster, input#success_enhancer {margin-right:15px!important;}
input#effort_advisor {
    float: left!important;
    margin: 2px 16px 0px 10px!important;
    width: 20px!important;
    height: 15px!important;
    padding: 0px 0px 1px 0px!important;
}
.radio-course {width: 100%!important;}
fieldset.col-md-11.select-payment-card .form-group.col-sm-6 .row{margin-bottom:0px;}
}
