@charset "utf-8";body{margin:0 0 0 0px;}
p{font-size:14px; font-family: 'Open Sans', sans-serif; color:#333;}
@font-face {
    font-family: 'alternategothic2_btregular';
    src: url('../font/altgot2n-webfont.woff2') format('woff2'),
         url('../font/altgot2n-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'Impact';
  src: url('../Impact.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
.form-group #firstname-error{
	background: #fff;
    max-width: 100%;
    border-radius: 4px;
    font-size: 11px;
    font-weight: normal !important;
    margin-bottom: 5px;
    position: absolute;
       bottom: 0px;
    right: -74px;
    border: 1px solid #e7e7e7;
    padding: 9px 6px;
    z-index: 99;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-family: 'Roboto', sans-serif;
    color: #cf0303;
    line-height: 2px;
}

.form-group #tc_pp_validate-error{
	background: #fff;
    max-width: 100%;
    border-radius: 4px;
    font-size: 11px;
    font-weight: normal !important;
    margin-bottom: 5px;
    position: absolute;
       bottom: 0px;
    right: -74px;
    border: 1px solid #e7e7e7;
    padding: 9px 6px;
    z-index: 99;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-family: 'Roboto', sans-serif;
    color: #cf0303;
    line-height: 2px;
}

.form-group input:focus { 
    background-color: #fff;

	}

.form-group #email-error{
	background: #fff;
    max-width: 100%;
    border-radius: 4px;
    font-size: 11px;
    font-weight: normal !important;
    margin-bottom: 5px;
    position: absolute;
      bottom: 0px;
    right: -74px;
    border: 1px solid #e7e7e7;
    padding: 9px 6px;
    z-index: 99;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-family: 'Roboto', sans-serif;
    color: #cf0303;
    line-height: 2px;
}



.form-group #phone-error{
	background: #fff;
    max-width: 100%;
    border-radius: 4px;
    font-size: 11px;
    font-weight: normal !important;
    margin-bottom: 5px;
    position: absolute;
       bottom: 0px;
    right: -74px;
    border: 1px solid #e7e7e7;
    padding: 9px 6px;
    z-index: 99;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-family: 'Roboto', sans-serif;
    color: #cf0303;
    line-height: 2px;
}



.form-group #otpvalidation-error{
	background: #fff;
    max-width: 100%;
    border-radius: 4px;
    font-size: 11px;
    font-weight: normal !important;
    margin-bottom: 5px;
    position: absolute;
          bottom: -44px;
    right: 76px;
    border: 1px solid #e7e7e7;
    padding: 9px 6px;
    z-index: 99;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-family: 'Roboto', sans-serif;
    color: #cf0303;
    line-height: 2px;
}
.mr-social{
	    margin-right: 15px;
}
.bottom-strip-popup{
background:#fff;	
	    padding: 10px 0px;    margin-top: -5px;
}


.bottom-strip-popup ul{

    list-style: none;
    /* padding: 0px; */
    margin: 0px;	}


.bottom-strip-popup li
{
    background: url(../image/tick-popup.png) no-repeat;
    padding-left: 24px;
    float: left;
    font-family: Raleway-Bold;
    font-size: 13px;
    margin-left: 43px;
	color:#181818;
	}

.mf{
	
	margin-left:0px!important;
}
::placeholder {
    color: #fff!important;
    opacity: 1!important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff!important;
}
.popup{position: fixed;
    /* center the div */
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    /* give it dimensions */
    min-height: 10em;
    width: 650px;
    /* just for example presentation */
    top: 5em !important;
    background-color: #439fda;z-index:9999;}
	
	.popup2{ display:none;position: fixed;
    /* center the div */
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    /* give it dimensions */
   
    width: 650px;
    /* just for example presentation */
    top: 5em!important;
    background-color: #439fda;z-index:9999;    border-radius: 4px;}
	
	
	.form-popup {
    position: relative;
    width: 62%;
    float: left;
    padding-bottom: 20px;
    padding-top: 20px;
}
.ad-popup {
    width: 38%;
    float: left;
 /* -webkit-box-shadow:4px -10px 4px 4px #0000002b; 
  -moz-box-shadow:   4px -10px 4px 4px #0000002b; 
  box-shadow:         4px -10px 4px 4px #0000002b;  */
}

.ad-popup img{
	    margin-right: -3px;
}
.popup-heading p{
    margin: 0px;
    font-size: 23px;
    font-family: 'alternategothic2_btregular';
    color: #fff;
	line-height: 30px;
}
/*.popup-heading{
	
	    padding:12px 28px 0px
}*/
.popup-heading p span{
	margin:0px;
		font-size:23px;
        font-family: 'alternategothic2_btregular';
    color: #fffc00;
}

.form-group {
    margin-bottom: 12px;
	    position: relative;
}


/*input { 
   background-color:#fff; 
     opacity: 0.1;
   color:black; } 
 placeholder only style 
input:-ms-input-placeholder { 
   font-style:italic; 
   color: red; 
   background-color: yellow; 
}*/ 
.form-control {
       display: block;
    width: 100%;
    height: 31px;
    padding: 0px 8px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.42857143;
 color:#000;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border:solid 1px rgba(255, 255, 255, 0.5);
	
    border-radius: 2px;

}

.form-popup2 p{
	    font-family: 'alternategothic2_btregular';
    font-size: 16px;
    color: #ffffff;
    line-height: 23px;
}
.fontsforweb_fontid_31244{font-family:'Aileron-Bold' !important;font-weight:normal;font-style:normal}
.select-input {width: 173px;height: 26px;}
.submit_btn_predictor {background-image: linear-gradient(to bottom, #216897 0%, #1b6495 100%);border: 2px solid #598bae;border-radius: 5px;-moz-border-radius: 5px;-pie-border-radius: 5px;-webkit-border-radius: 5px;color: #FFF;font-size: 18px;font-family: helveticaneuelt-condensed-webfont;text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;padding-left: 20px;padding-right: 20px;margin-left: 0px;margin-top: -5px;cursor: pointer;}
.red-bg{background:#86BE00;color:#FFF;font-family:Raleway-Bold;font-size:15px;line-height:20px;}
.name-icon-sprite{background:url(/images/landing-page-sprite.png?v=1.5)-6px -214px;padding:1px 17px 26px 17px;position:absolute;top:16px;}
.email-icon-sprite{background:url(/images/landing-page-sprite.png?v=1.5) -6px -196px;padding:0px 17px 19px 17px;position:absolute;top:64px;}
.contact-icon-sprite{background:url(/images/landing-page-sprite.png?ver=1.5)  -6px -236px;padding:0px 17px 26px 14px;position:absolute;top:108px;left: 3px;}
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
.otp-error{
	
	    padding-top: 0px!important;
  margin: 4px 0px!important;
    margin-top: 11px;
    text-align: center;
    font-family: sans-serif;
    font-size: 12px;
    color: #9e0000;
    text-align: left;
}

.otp-btn{
	cursor: pointer;
    float: right;
    margin-left: 1px;
    color: #fff;
    border: none;
    padding: 6px 30px 6px 10px;
    border-radius: 3px;
    margin-top: 2px;
    font-size: 12px;
    background: url(../image/refresh.png) #005aa7 no-repeat right 6px center;
}

.otp-textbox{
	 
	float: left;
    width: 172px;
    padding-left: 11px!important;
    box-sizing: border-box;
}
.form-popup form{    width: 100%;
    margin: 1px 0px 0px 0px;
    position: relative;
    padding: 10px 67px;
    box-sizing: border-box;}
.form input[type="submit"]{    background: #38e829 ;
    border: 0px solid #fff;
    padding: 6px 20px;
    box-sizing: border-box;
    margin-top: 7px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -pie-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #000;
    font-size: 13px;
    font-family: 'alternategothic2_btregular';
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    Width: auto;
    cursor: pointer; }
.top{padding-right:20px;background:#261F41;text-align:right;}
.main{margin:0 auto;padding:40px 20px;max-width:960px;font-size:19px;line-height:30px;}
.main a{color:#DB7580;text-transform:none;}
/*.popup{display:none;position:fixed;top:100px;left:47%;width:72%;margin-left:-289px;padding:20px 30px 0px 30px;border-radius:5px;    background: #ebefef url(../image/bg111.jpg) no-repeat center;background-size:cover;color:#333;font-size:19px;line-height:30px;z-index:9999;border: 5px solid rgba(255, 255, 255, 0.7);}*/
.popup-mobile{position:relative;top:0;left:0;margin:0 auto;width:92%;}
.popup-btn-close{position:absolute;    top: 0px;
    right: 1px;color:#0b6386;font-size:14px;font-weight:bold;text-transform:uppercase;cursor:pointer;background: url(../image/close_button.png) no-repeat;
padding: 12px 22px 16px 7px;}
.popup-btn-close2{position:absolute;top:8px;right:9px;color:#0b6386;font-size:14px;font-weight:bold;text-transform:uppercase;cursor:pointer;background: url(/images/landing-page-sprite.png?ver=4.1) -7px -168px;
padding: 11px 22px 20px 7px;}
/*.popup2{display:none;position:fixed;top:100px;left:47%;width:72%;margin-left:-289px;padding:20px 30px 0px 30px;border-radius:5px;    background: #ebefef url(../image/bg111.jpg) no-repeat center;background-size:cover;color:#333;font-size:19px;line-height:30px;z-index:9999;border: 5px solid rgba(255, 255, 255, 0.7);}*/
.form-popup2{width:100%;float:left;}
.form{width:100%;height:auto;text-align:center;padding:0px 0px 20px 0px;}
.form label{font-size:22px;font-family:Raleway;color:#191b1b;padding:0px 0px 5px 0px;line-height:28px;display:block;/*width:100%;*/}
.form label span{font-size:21px;font-family:Raleway;color:#000;}

/*.form input[type="text"]{border-radius: 2px;margin-bottom:0px;border:None;color:#025485;border:1px solid #ccc;font-size:14px;line-height:32px;height:32px;padding-left:0px;width:100%;}*/
/*input#firstname{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:87%;}
input#email{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:87%;}
input#phone{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:87%;}*/
input::-webkit-input-placeholder{color:rgba(2,84,133,1);text-transform:capitalize;}
input::-moz-placeholder{color:rgba(2,84,133,1);text-transform:capitalize;}
input:-moz-placeholder{color:rgba(2,84,133,1);text-transform:capitalize;}
input:-ms-input-placeholder{color:rgba(2,84,133,1);text-transform:capitalize;}
.form .textarea{background:url(../images/form-icons.png) no-repeat 6px -42px;margin-bottom:12px;border:1px solid #5a869e;border-radius:5px;color:#fff;font-size:13px;line-height:32px;padding-left:34px;width:237px;}
.form-dropdown{width:246px;position:relative;border:none;outline:none;margin-bottom:12px;height:32px;font-family:Arial, Helvetica, sans-serif;}
select.select-option{cursor:pointer;height:32px;line-height:32px;position:relative;width:242px;z-index:1;background:#205a81;color:#fff;border:none;outline:none;font-size:14px;}
select.centre{cursor:pointer;height:34px;line-height:32px;position:relative;width:246px;z-index:1;color:#FFF;border:none;outline:none;font-size:14px;background:url(../image/form-icons.png) no-repeat -6px -185px;padding:0px 10px 1px 41px;-webkit-appearance:none;-moz-appearance:none;}
select.form-courseselect{cursor:pointer;height:34px;position:relative;width:246px;z-index:1;color:#FFF;border:none;outline:none;font-size:14px;background:url(../image/form-icons.png) no-repeat scroll -6px -141px;padding:0px 2px 0px 41px;-webkit-appearance:none;-moz-appearance:none;}
span.centre{bottom:0;font-size:14px;text-align:left;color:#fff;cursor:pointer;float:left;height:32px;left:0;position:absolute;padding-left:28px;text-indent:5px;width:238px;z-index:1;}

.you_img_desk{display:block;}
.you_img_mobile{display:none;}
.form-group #tc_pp_validate-error {
    background: #fff;
    max-width: 100%;
    border-radius: 4px;
    font-size: 11px;
    font-weight: normal !important;
    margin-bottom: 5px;
    position: absolute;
    bottom: 0px;
    right: -74px;
    border: 1px solid #e7e7e7;
    padding: 9px 6px;
    z-index: 99;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    /*font-family: 'alternategothic2_btregular';*/
    color: #cf0303;
    line-height: 2px;
}

input#resendotp {
    background: #053c9e;
    margin-top: 12px;
    text-align: center!important;
}

input#resendotp {
    background: #0f649a;
    margin-top: 12px;
    text-align: center!important;
    color: #000;
    background: url(../image/refresh.png) #fff700;
    background-repeat: no-repeat;
    background-position: 59px 5px;
}

input#resendotp:hover {
    background: #106398;
    background: url(../image/refresh.png) #106398;
    background-repeat: no-repeat;
    background-position: 59px 5px;
    color: #fff;
}
table tr td {padding: 5px 12px!important;}
h2.wneet {
    padding: 0px;
    margin: 0px;
    font-size: 19px;
}
@media (max-width:767px){
	.video-img{
		display:none;
	}
	table tr td {
padding: 5px 3px !important;
font-size: 12px;
line-height: 18px;
}
h2.wneet {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
}
}

@media (min-width:1368px){.container-header{width:100%;height:100px;background:#fff;}
.logo{background:url(../image/aakash-logo.png?ver=1.5) no-repeat;width:136px;height:90px;float:left;margin-top:5px;}
.info{float:right;font-family:Raleway;margin-top:25px;}
.info .top-sms, .info .top-call{float:left;padding:7px 1px 0px 40px;color:#787979;font-size:14px;line-height:19px;}
.fb_share_image{float:left;width:166px;height:34px;background:url(/images/landing-page-sprite.png?v=1.5) -5px -312px;margin-left:40px;margin-top:33px;}
.info .top-sms span, .info .top-call span{font-size:14px;color:#787979;float: left;}
.info .top-sms span, .info .top-call span a{font-size:21px;color:#787979;}
.info .top-sms{background:url(../image/sms.png?ver=1.5) 0px 8px no-repeat;}
.info .top-call{/*background:url(../image/call.png?ver=1.5) 6px 15px no-repeat;*/}
.call-icon-sprite {
    background: url(/images/landing-page-sprite.png?v=1.5) 0px -2px;
    padding: 10px 17px 29px 17px;
    float: left;
    margin-top: 3px;
}

.banner{background:url(../image/banner.png?ver=1.5);background-repeat:no-repeat;background-size:cover;background-position:top center;Width:100%;}
.top-header{margin:0 Auto;/*width:1020px;*/}
.banner-content{margin:0 Auto;width:1020px;height:411px;}
.left-panel{width:100%;float:left;font-family:Raleway;font-size:26px;color:#FFF;margin-top:18px;line-height:35px;}
.model{background:url(../image/model.png?ver=4.1) no-repeat;width:247px;height:357px;float:left;margin-top:36px;margin-left:40px;background-position:bottom;}
.tagline{width:630px;height:170px;float:right;margin-top:140px;text-align:right;line-height:34px;}
.yellow-tag{font-family:Raleway-Bold;color:#ffcc00;font-weight:bold;}
.white-tag{font-family:Raleway-Bold;color:#FFF;font-size:30px;}
.right-panel{Width:283px;float:right;margin-right:12px;padding-right:10px;}
.panel-1{background:#FFF;font-family:helveticaneuelt-condensed-webfont;padding:30px 0px 30px 0px;}
.exam-solution{margin:0 Auto;width:1020px;font-size:28px;font-weight:normal;color:#666;line-height:28px;padding-bottom:0px;height:545px;}
.me-exam-solution{margin:0 Auto;width:1020px;font-size:28px;font-weight:normal;color:#666;line-height:28px;padding-bottom:20px;height:auto;}
.answer-solutions td{font-size:14px;padding:4px 5px 4px 5px;;border-bottom:1px solid #a5a7a9;border-right:1px solid #a5a7a9;border-left:1px solid #a5a7a9;}
.aakashian-form td{font-size:14px;color:#5c5c5c;padding:10px 5px 5px 5px;border-bottom:1px solid #e3e3e3;border-right:1px solid #e3e3e3;}
.frm_heading{margin:0 auto;width:450px;font-family:Raleway;font-size:18px;color:#77787a;text-align:center;padding-top:13px;}
.frm_heading span{font-family:Raleway-bold;}
.aakashform{width:345px;margin:0 auto;margin-top:12px;}
.aakashform label{width:250px;line-height:30px;}
/*input[type="text"]{line-height:20px;width: 165px;}*/
#edit-profile-dob-month-wrapper, #edit-profile-dob-day-wrapper, #edit-profile-dob-year-wrapper{width:100px;display:inline;}
.aakashian{color:#06F;font-size:11px;}
.nonaakashian{color:#F00;font-size:11px;}
.aakashian-form{background:#f1f2f4;width:340px;height:545px;border:1px solid #ABADB0;}
.blue-bg{background:#3f5b62;color:#FFF;font-family:Raleway-Bold;font-size:15px;line-height:20px;}
.blue-bg span{font-family:Raleway;}
.video-solution{width:100%;background:url(../image/grey-bg.jpg?ver=4.1) repeat;height:auto;padding-bottom:30px;padding-top:30px;}
.video-box{float:left;text-align:center;color:#3e83c3;font-size:13px;font-family:'Raleway',sans-serif;margin:0px 10px;}
.video-box p{padding:0px 0px;}
.subject-video{float:right;width:370px;padding:0px 0px;}
.subject-videos{float:left;width:370px;padding:0px 3px;}
.video-heading h4{font-family:Raleway;color:#00527e;font-size:30px;width:100%;text-align:center;border-bottom:1px solid #ff9e41;padding-top:0px;margin-bottom:25px;}
.fs-video{width:550px;height:290px}
.video-heading  h4 span{font-family:Raleway-Bold;color:#ff9e41;font-size:30px;width:610px;}
.all-Video-area{margin:0 Auto;width:1004px;}
.pdf-icon{background:url(../image/answer-icon.png) no-repeat;padding:4px 14px}
.video-icon{background:url(../image/answer-icon.png) no-repeat;padding:7px 20px;background-position:0px -25px;}
.features-text{margin:0 Auto;width:1020px;font-size:28px;font-weight:normal;color:#666;line-height:40px;padding-bottom:20px;}
.Solution-heading h2{font-family:Raleway;color:#00527e;font-size:21px;width:680px;margin-bottom:10px;}
.aakashian-form{background:#f1f2f4;width:450px;height:545px;border:1px solid #ABADB0;}
.answer-solutions{font-family:Raleway;font-size:14px;width:715px;float:left;margin-top:5px;line-height:35px;}
.marksevaluator-solution{border:1px solid #3e83c3;width:678px;text-align:center;background:#fff;float:left;font-family:Raleway;margin-top:15px;line-height:25px;}
.marksevaluator-solution-heading{float:left;width:100%;padding:17px 0px;background:url(../image/table.jpg) no-repeat center bottom;color:#3e83c3;font-size:19px;margin-bottom:10px;}
.markevaluator-table{width:100%;}
.me-cutoff-solution{margin:0px auto;width:1020px;font-size:28px;font-weight:normal;color:#666;line-height:28px;padding-bottom:20px;}
.cutoff-solutions{font-family:Raleway;font-size:18px;width:680px;float:left;margin-top:10px;line-height:24px;}
.cutoff-category{border:1px solid #3e83c3;width:678px;text-align:center;background:#fff;float:left;line-height:50px;height:466px;}
.cutoff-category-heading{float:left;width:100%;padding:17px 0px;background:url(../image/table.jpg) no-repeat center bottom;color:#0074bc;font-size:21px;}
.td-head{border-top:1px solid #e3e3e3;color:#0074bc;font-size:18px;}
.right-side-area{width:286px;float:right;margin-top:8px;margin-right:5px;}
.answer-solution{background:url(../image/jee_main_answer_solution.jpg);width:283px;height:75px;}
.rank-predictor{background:url(../image/rank-predictor.jpg?ver=4.1);width:283px;height:75px;}
.jee_long_course{background-image:url(../image/jee_long_course.jpg?ver=4.1);margin-top:10px;width:283px;height:128px;}
.jeeaddv{background:url(../image/jee-advanced.jpg);width:283px;height:102px;margin-top:13px;}
.ad-banner{width:283px;Height:283px;background:url(../image/ad-banner.jpg?ver=4.1);margin-top:10px;}
.Solution-heading span{font-weight:bold;color:#ff9e41;}
.feature-box{background-color:rgb(79, 72, 214);width:100%;height:auto;padding-top:30px;padding-bottom:30px;}
.feature-box-Detail{width:930px;margin:0 Auto;color:#FFF;font-family:Raleway;font-size:21px;text-align:center;}
.feature-heading{font-family:Raleway;font-weight:normal;color:#FFF;font-size:26px;padding-top:0px;width:100%;text-align:center;}
.detail-analysis{width:270px;height:auto;float:left;margin-top:25px;font-family:Raleway;font-weight:normal;color:#FFF;font-size:20px;}
.icon_1{width:189px;height:162px;float:left;margin-top:10px;background-image:url(/images/landing-page-sprite.png?v=1.5);background-repeat:no-repeat;background-position:-172px -386px;margin-left: 41px;}
.detailed_anatysis{width:270px;height:35px;float:left;margin-top:10px;}

.click_1 a:hover{background-color:#000;color:#FFF;}
.analysis_aespl{width:270px;height:auto;float:left;margin-top:25px;margin-left:50px;font-family:Raleway;font-weight:normal;color:#FFF;font-size:20px;}
.icon_2{width:179px;height:162px;float:left;margin-top:10px;background-image:url(/images/landing-page-sprite.png?v=1.5);background-repeat:no-repeat;background-position:0px -389px;margin-left: 39px;}
.analysis_aespl_1{width:270px;height:35px;float:left;margin-top:10px;}
.marks_evaluator{width:270px;height:auto;float:left;margin-top:25px;margin-left:50px;font-family:Raleway;font-weight:normal;color:#FFF;font-size:20px;}
.icon_3{width:180px;height:162px;float:left;margin-top:10px;background-image:url(/images/landing-page-sprite.png?v=1.5);background-repeat:no-repeat;background-position:-357px -378px;margin-left: 41px;}
.marks_evaluator_1{width:270px;height:35px;float:left;margin-top:10px;}
.cut-off{width:297px;height:188px;background:rgba(147, 203, 103, 0.5);float:right;margin-top:15px;}
.cut-off:hover{width:297px;height:188px;background:rgba(147, 203, 103, 0.75);float:right;margin-top:15px;}
.icon-4{background:url(../image/cut-off.png) no-repeat;margin-left:95px;height:80px;margin-top:10px;}
ul{}
.footer{height:25px;background-color:#515355;padding:10px;}

.brief_section{width:100%;height:auto;background-color:#fff;margin:0 auto;padding-bottom:5px;padding-top:40px;}
.brief_container{width:1020px;height:auto;margin:0 auto;}
.brief_heading h1{width:100%;float:left;color:#666;font-family:Raleway;font-size:20px;text-align:left;padding-bottom:10px;}
.brief_1{width:100%;float:left;color:#666;font-family:Raleway;font-size:13px;text-align:justify;line-height:20px;}
/*.popup{display:none;position:fixed;top:100px;left:47%;width:40%;margin-left:-289px;padding:30px 30px 15px 30px;    background: #ebefef url(../image/bg111.jpg) no-repeat center;background-size:cover;color:#333;font-size:19px;line-height:30px;z-index:9999;border: 5px solid rgba(255, 255, 255, 0.7);}
.popup2{display:none;position:fixed;top:100px;left:47%;width:33%;margin-left:-289px;padding:30px 30px 15px 30px;    background: #ebefef url(../image/bg111.jpg) no-repeat center;background-size:cover;color:#333;font-size:19px;line-height:30px;z-index:9999;border: 5px solid rgba(255, 255, 255, 0.7);}*/
/*input#firstname{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:88%;}
input#email{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:88%;}
input#phone{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:88%;}*/
.you_img_desk{display:block;}
.you_img_mobile{display:none;}
}
@media (min-width:900px) and (max-width:1022px){
	.select-input {width: 148px;height: 26px;}
.marksevaluator-solution td{font-size: 14px;padding: 10px 5px 5px 5px!important;border-bottom: 1px solid #e3e3e3!important;border-right: 1px solid #e3e3e3!important;border-left: 1px solid #e3e3e3!important;}
.container-header{width:100%;height:75px;background:#fff;}
.logo{background:url(../image/aakash-logo_m.png?ver=1.5) no-repeat;width:91px;height:60px;float:left;margin-left:15px;margin-top:7px;}
.info{float:right;padding:0px 0px 0px 5px;font-family:Raleway;}
.fb_share_image{float:left;width:163px;margin-right:14px;height:36px;background:url(/images/landing-page-sprite.png?v=1.5)-7px -312px;margin-left:20px;margin-top:24px;}
.info .top-sms, .info .top-call{float:left;padding:0px 0px 5px 35px;color:#787979;font-size:13px;line-height:20px;}
.info .top-sms span, .info .top-call span{font-size:13px;color:#787979;float: left;}
.info .top-sms span, .info .top-call span a{font-size:19px;color:#787979;}
.info .top-sms{background:url(../image/sms.png?ver=1.5) 0px 8px no-repeat;}
.info .top-call{/*background:url(../image/call.png?ver=1.5) 0px 8px no-repeat;*/}
.call-icon-sprite {
    background: url(/images/landing-page-sprite.png?ver=4.1)-5px -2px;
    padding: 10px 17px 29px 17px;
    float: left;
    margin-top: 4px;
}

.banner{Width:100%;background:url(../image/banner.png?ver=1.5);background-repeat:no-repeat;background-size:cover;background-position:top center;}
.top-header{margin:0 Auto;width:100%;}
.banner-content{margin:0 Auto;width:750px;height:300px;}
.left-panel{float:left;font-family:Raleway;font-size:22px;color:#FFF;margin-left:0px;margin-top:0px;width:100%;}
.model{background:url("../image/model_tablet.png?ver=1.5") no-repeat scroll center bottom transparent;width:190px;height:275px;float:left;margin-left:20px;margin-top:25px;}
.tagline{width:470px;height:auto;float:right;margin-top:102px;text-align:right;line-height:38px;margin-right:20px;}
.yellow-tag{font-family:Raleway-Bold;color:#ffcc00;font-weight:bold;}
.white-tag{font-family:Raleway-Bold;color:#FFF;font-size:22px;}
.right-panel{Width:289px;margin-left:10px;padding-top:18px;float:right;}
.panel-1{width:100%;background:#FFF;font-family:Raleway;height:auto;margin-bottom: 29px;}
.exam-solution{margin:0px auto;width:894px;font-size:15px;font-weight:normal;color:#666;line-height:20px;float:none;}
.answer-solutions td{border-bottom:1px solid #a5a7a9;border-right:1px solid #a5a7a9;border-left:1px solid #a5a7a9;}
.me-exam-solution{margin:-70px auto 0px 10px;width:748px;font-size:15px;font-weight:normal;color:#666;line-height:20px;float:left;}
.me-exam-solution{margin:0px auto;width:894px;font-size:15px;font-weight:normal;color:#666;line-height:20px;float:none;}
.marksevaluator-solution{border:1px solid #3e83c3;width:100%;text-align:center;background:#fff;float:left;font-family:Raleway;margin-top:15px;line-height:21px;}
.marksevaluator-solution-heading{float:left;width:100%;padding:17px 0px;background:url(../image/table.jpg) no-repeat center bottom;color:#3e83c3;font-size:19px;margin-botton:10px;}
.marksevaluator-subheading{font-size:15px;height:100px;line-height:20px;}
.markevaluator-table{width:100%;}
.me-cutoff-solution{margin:-70px auto 0px 10px;width:748px;font-size:15px;font-weight:normal;color:#666;line-height:20px;float:left;}
.cutoff-solutions{font-family:Raleway;font-size:14px;width:440px;float:left;margin-top:10px;line-height:10px;float:left;}
.cutoff-category{border:1px solid #3e83c3;width:440px;text-align:center;background:#fff;float:left;line-height:43px;height:442px;}
.cutoff-category-heading{float:left;width:100%;padding:17px 0px;background:url(../image/table.jpg) no-repeat center bottom;color:#0074bc;font-size:18px;line-height:30px;}
.td-head{border-top:1px solid #e3e3e3;color:#0074bc;font-size:14px;}
.answer-solutions{font-family:Raleway;font-size:13px;width:580px;float:left;line-height:42px;margin-left:10px;}
.Solution-heading h2{font-family:Raleway;color:#00527E;font-size:18px;text-align:center;margin-bottom:7px;width:100%;line-height:25px;}
.Solution-heading span{font-weight:bold;color:#ff9e41;}
.blue-bg{background:#3f5b62;color:#FFF;font-family:Raleway-Bold;font-size:12px;line-height:14px;}
.blue-bg span{font-family:Raleway;}
.right-side-area{width:283px;float:right;margin-right:10px;}
.answer-solution{background:url(../image/jee_main_answer_solution.jpg);width:283px;height:102px;}
.rank-predictor{background:url(../image/rank-predictor.jpg?ver=4.1);width:283px;height:75px;}
.jee_long_course{background-image:url(../image/jee_long_course.jpg?ver=4.1);margin-top:10px;width:283px;height:128px;}
.jeeaddv{background:url(../image/jee-advanced.jpg);width:283px;height:102px;margin-top:13px;}
.ad-banner{width:283px;Height:283px;background:url(../image/ad-banner.jpg?ver=4.1);margin-top:10px;}
.video-solution{width:100%;font-family:helveticaneuelt-condensed-webfont;background:url(../image/grey-bg.jpg?ver=4.1) repeat;height:540px;}
.video-box{float:left;text-align:center;color:#3E83C3;font-size:12px;font-family:Raleway;text-transform:uppercase;margin-left:17px;}
.video-heading h4{font-family:Raleway;color:#00527e;font-size:26px;width:740px;text-align:center;border-bottom:2px solid #ff9e41;padding-top:25px;padding-bottom:10px;}
.fs-video{width:550px;height:290px;margin-top:15px;}
.subject-video{float:left;width:740px;margin-top:15px;}
.video-heading h4 span{font-family:Raleway-Bold;color:#ff9e41;font-size:26px;width:610px;}
.all-Video-area{margin:0 Auto;width:740px;font-weight:normal;line-height:10px;}
.features-text{margin:0 Auto;width:740px;font-size:24px;font-weight:normal;color:#666;line-height:40px;padding-bottom:20px;}
.feature-box{background-color:rgb(79, 72, 214);width:100%;height:auto;padding-bottom:20px;padding-top:20px;}
.feature-box-Detail{width:720px;margin:0 Auto;font-family:Raleway;font-weight:normal;color:#FFF;padding-top:5px;font-size:18px;}
.feature-heading{font-family:Raleway;font-weight:normal;color:#FFF;font-size:30px;width:100%;text-align:center;}
.detail-analysis{width:225px;height:auto;float:left;margin-top:25px;font-family:Raleway;font-weight:normal;color:#FFF;text-align:center;font-size:16px;}
.icon_1{width:181px;height:162px;float:left;margin-top:10px;background:url(/images/landing-page-sprite.png?v=1.5);background-repeat:no-repeat;background-position:-174px -384px;margin-left: 22px;}
.detailed_anatysis{width:225px;height:35px;float:left;text-align:center;margin-top:10px;}

.click_1 a:hover{background-color:#000;color:#FFF;}
.analysis_aespl{width:225px;height:auto;float:left;margin-top:25px;margin-left:5px;font-family:Raleway;font-weight:normal;color:#FFF;text-align:center;font-size:16px;}
.icon_2{width:184px;height:162px;float:left;margin-top:10px;background-image:url(/images/landing-page-sprite.png?v=1.5);background-repeat:no-repeat;background-position:0px -390px;margin-left: 24px;}
.analysis_aespl_1{width:225px;height:35px;float:left;text-align:center;margin-top:10px;}
.marks_evaluator{width:225px;height:auto;float:left;margin-top:25px;margin-left:5px;font-family:Raleway;font-weight:normal;color:#FFF;text-align:center;font-size:16px;}
.icon_3{width:186px;height:162px;float:left;margin-top:10px;background-image:url(/images/landing-page-sprite.png?v=1.5);background-repeat:no-repeat;background-position:-350px -378px;margin-left: 25px;}
.marks_evaluator_1{width:225px;height:35px;float:left;margin-top:10px;}
.cut-off{width:240px;height:180px;background:rgba(147, 203, 103, 0.5);float:right;margin-top:15px;text-align:center;}
.cut-off:hover{width:240px;height:180px;background:rgba(147, 203, 103, 0.75);float:right;margin-top:15px;}
.icon-4{background:url(../image/cut-off.png) no-repeat;margin-left:70px;height:80px;margin-top:10px;}
ul{}
.course-subheading{font-family:helveticaneuelt-condensed-webfont;font-weight:bold;color:#fec300;padding-top:10px;}
.course-subheading span{font-family:helveticaneuelt-condensed-webfont;font-weight:normal;color:#FFF;padding-top:25px;}
.eligibility-heading{font-family:helveticaneuelt-condensed-webfont;font-weight:bold;color:#fec300;padding-top:13px;}
.result-section{width:100%;height:245px;}
.medical-result{background-image:url(../image/result.png);width:715px;height:223px;margin-top:10px;}
.result-division{margin:0 Auto;height:100px;width:750px;}
.result-heading{font-family:helveticaneuelt-condensed-webfont;font-weight:normal;font-size:40px;color:#333;text-align:center;padding-top:15px;padding-bottom:20px;}
.aipmt-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;float:left;margin-left:10px;margin-right:10px;border-bottom:2px dotted #818181;}
.aipmt-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#315d96;margin-top:-22px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.aiims-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;margin-left:10px;margin-right:10px;border-bottom:2px dotted #818181;float:left;}
.aiims-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#ff6666;margin-top:-22px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.jee-m-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;margin-left:10px;margin-right:10px;border-bottom:2px dotted #818181;float:left;}
.jee-m-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#315d96;margin-top:0px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.jee-a-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;float:left;border-bottom:2px dotted #818181;}
.jee-a-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#ff6666;margin-top:0px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.footer{Width:100%;height:50px;background-color:#515355;}
.brief_section{width:100%;height:auto;background-color:#fff;margin:0 auto;padding-bottom:10px;padding-top:25px;}
.brief_container{width:870px;height:auto;margin:0 auto;}
.brief_heading h1{width:100%;float:left;color:#666;font-family: 'alternategothic2_btregular';font-size:20px;text-align:left;padding-bottom:10px;}
.brief_1{width:100%;float:left;color:#666;font-family:Raleway;font-size:13px;text-align:justify;line-height:20px;}
/*.popup{display:none;position:fixed;top:90px;left:48%;width:65%;margin-left:-289px;padding:28px 30px 4px 30px;    background: #ebefef url(../image/bg111.jpg) no-repeat center;background-size:cover;color:#333;font-size:19px;line-height:30px;z-index:9999;border: 5px solid rgba(255, 255, 255, 0.7);}
.popup2{display:none;position:fixed;top:90px;left:48%;width:65%;margin-left:-289px;padding:28px 30px 4px 30px;    background: #ebefef url(../image/bg111.jpg) no-repeat center;background-size:cover;color:#333;font-size:19px;line-height:30px;z-index:9999;border: 5px solid rgba(255, 255, 255, 0.7);}*/
/*input#firstname{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:88%;}
input#email{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:88%;}
input#phone{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:88%;}*/
.you_img_desk{display:block;}
.you_img_mobile{display:none;}
}
@media (min-width:1023px) and (max-width:1367px){
    .call-icon-sprite{
        background:url(/images/earphone.png) no-repeat;
        padding:10px 17px 29px 17px;
        float: left;
    }
    /*.call-icon-sprite{background:url(/images/landing-page-sprite.png?v=1.5) -3px -1px;
        padding:10px 17px 29px 17px;    float: left;
    }*/
	
.container-header{width:100%;height:100px;background:#fff;}
.logo{background:url(../image/aakash-logo.png?ver=1.5) no-repeat;width:180px;height:119px;float:left;margin-top:5px;}
.info{float:right;padding:32px 0px 10px 5px;font-family:Raleway;}
.info .top-sms, .info .top-call{/*float:left;*/padding:2px 0px 5px 33px;color:#787979;font-size:14px;line-height:19px;}
.fb_share_image{float:left;width:160px;height:36px;background:url(/images/landing-page-sprite.png?v=1.5)  -9px -311px;margin-left:40px;}
.info .top-sms span, .info .top-call span{color:#787979;font-size:14px;float:left;}
.info .top-sms span, .info .top-call span a{color:#787979;font-size:21px;float:left;}
.info .top-sms{background:url(../image/sms.png?ver=1.5) 0px 8px no-repeat;}
.banner{Width:100%;background:url(../image/banner.png?ver=1.5);background-repeat:no-repeat;background-size:cover;background-position:top center;}
.top-header{margin:0 Auto;/*width:997px;*/}
.banner-content{margin:0 Auto;width:997px;height:auto;}
.left-panel{width:100%;float:left;font-family:Raleway;font-size:26px;color:#FFF;margin-top:2px;line-height:35px;}
.model{background:url(../image/model.png?ver=4.1) no-repeat;width:247px;height:280px;float:left;margin-top:26px;margin-left:30px;background-position:bottom;}
.tagline {
    width: 540px;
    min-height: 295px;
    float: right;
    margin-top: 45px;
    margin-right: 40px;
    text-align: right;
    line-height: 45px;
    text-transform: uppercase;
    font-family: 'alternategothic2_btregular';
}

.yellow-tag{font-family: 'alternategothic2_btregular';color:#ffcc00;}
.white-tag{font-family: 'alternategothic2_btregular';color:#FFF;font-size:22px;     background: #0086e8;
    border-radius: 999px;  padding: 7px 20px;}
.right-panel{Width:283px;float:right;margin-right:12px;padding-right:10px;}
.panel-1{background:#FFF;font-family:helveticaneuelt-condensed-webfont;height:auto;padding:10px;background:#fff;}
.panel-2{background:#FFF;font-family:helveticaneuelt-condensed-webfont;height:auto;padding:10px;}
.answer-solutions td{font-size:14px;padding:4px 5px 4px 5px;;border-bottom:1px solid #e3e3e3;border-right:1px solid #e3e3e3;border-left:1px solid #e3e3e3;}
.aakashian-form td{font-size:14px;color:#5c5c5c;padding:10px 5px 5px 5px;border-bottom:1px solid #e3e3e3;border-right:1px solid #e3e3e3;}
.frm_heading{margin:0 auto;width:450px;font-family:Raleway;font-size:18px;color:#77787a;text-align:center;padding-top:13px;}
.frm_heading span{font-family:Raleway-bold;}
.aakashform{width:345px;margin:0 auto;margin-top:12px;}
.aakashform label{width:250px;line-height:30px;}
/*input[type="text"]{line-height:20px;width: 165px;}*/
#edit-profile-dob-month-wrapper, #edit-profile-dob-day-wrapper, #edit-profile-dob-year-wrapper{width:100px;display:inline;}
.aakashian{color:#06F;font-size:11px;}
.nonaakashian{color:#F00;font-size:11px;}
.aakashian-form{background:#f1f2f4;width:340px;height:545px;border:1px solid #ABADB0;}
.exam-solution{margin:0 Auto;width:997px;font-size:28px;font-weight:normal;color:#666;line-height:28px;padding-bottom:20px;}
.me-exam-solution{margin:0 Auto;width:997px;font-size:28px;font-weight:normal;color:#666;line-height:28px;padding-bottom:20px;}
.blue-bg{background:#3f5b62;color:#FFF;font-family:Raleway-Bold;font-size:15px;line-height:20px;}
.blue-bg span{font-family:Raleway;}
.video-solution{width:100%;background:url(../image/grey-bg.jpg?ver=4.1) repeat;height:430px;}
.video-box{float:left;text-align:center;color:#3e83c3;font-size:15px;font-family:'Raleway',sans-serif;margin:0px 9px;}
.video-box p{padding:0px 0px;}
.subject-video{float:left;width:370px;padding:0px 3px;margin-left:10px;}
.subject-videos{float:left;width:370px;padding:0px 3px;}
.video-heading h4{font-family:Raleway;color:#00527e;font-size:30px;width:524px;float:left;margin-left:10px;border-bottom:2px solid #ff9e41;padding-top:0px;margin-bottom:10px;}
.fs-video{width:550px;height:290px;float:left;margin-left:5px;}
.video-heading h4 span{font-family:Raleway-Bold;color:#ff9e41;font-size:30px;width:610px;}
.all-Video-area{margin:0 Auto;width:997px;}
.pdf-icon{background:url(/images/landing-page-sprite.png?ver=4.1) -3px -44px;padding:6px 14px;}
.video-icon{background:url(/images/landing-page-sprite.png?ver=4.1) no-repeat;padding:7px 20px;background-position: -3px -110px;}
.features-text{margin:0 Auto;width:997px;font-size:28px;font-weight:normal;color:#666;line-height:40px;padding-bottom:20px;}
.Solution-heading h2{font-family:Raleway;color:#00527e;font-size:20px;width:680px;margin-bottom:10px;margin-top:0px;}
.aakashian-form{background:#f1f2f4;width:450px;height:545px;border:1px solid #ABADB0;}
.answer-solutions{font-family:Raleway;font-size:14px;width:695px;float:left;margin-top:15px;line-height:35px;}
.marksevaluator-solution{height: auto;border:1px solid #3e83c3;width:678px;text-align:center;background:#fff;float:left;font-family:Raleway;margin-top:15px;padding-bottom:0px;}
.marksevaluator-solution-heading{float:left;width:100%;padding:17px 0px;background:url(../image/table.jpg) no-repeat center bottom;color:#3e83c3;font-size:19px;margin-bottom:10px;}
.collegelist{height:397px;overflow:scroll;}
.marksevaluator-subheading{font-size:16px;height:100px;}
.markevaluator-table{width: 98%;margin: 0 auto;margin-top: 10px;}
.me-cutoff-solution{margin:0px auto;width:1020px;font-size:28px;font-weight:normal;color:#666;line-height:28px;padding-bottom:20px;}
.cutoff-solutions{font-family:Raleway;font-size:18px;width:680px;float:left;margin-top:10px;line-height:24px;}
.cutoff-category{border:1px solid #3e83c3;width:678px;text-align:center;background:#fff;float:left;line-height:50px;height:466px;}
.cutoff-category-heading{float:left;width:100%;padding:17px 0px;background:url(../image/table.jpg) no-repeat center bottom;color:#0074bc;font-size:21px;}
.td-head{border-top:1px solid #e3e3e3;color:#0074bc;font-size:18px;}
.right-side-area{width:285px;float:right;margin-top:18px;margin-right:0px;}
.answer-solution{background:url(../image/jee_main_answer_solution.jpg);width:283px;height:75px;}
.rank-predictor{background:url(../image/rank-predictor.jpg?ver=4.1);width:283px;height:75px;}
.jee_long_course{background-image:url(../image/jee_long_course.jpg?ver=4.1);margin-top:10px;width:283px;height:128px;}
.jeeaddv{background:url(../image/jee-advanced.jpg);width:283px;height:102px;margin-top:13px;}
.ad-banner{width:283px;Height:283px;background:url(../image/ad-banner.jpg?ver=4.1);margin-top:10px;}
.Solution-heading span{font-weight:bold;color:#ff9e41;}
.feature-box{background-color:rgb(79, 72, 214);width:100%;height:auto;padding-bottom:20px;padding-top:20px;}
.feature-box-Detail{width:950px;margin:0 Auto;color:#FFF;font-family:Raleway;font-size:21px;text-align:center;}
.feature-heading{font-family: 'alternategothic2_btregular';font-weight:normal;color:#FFF;font-size:30px;width:100%;text-align:center;}
.detail-analysis{width:270px;height:auto;float:left;margin-top:25px;font-family:Raleway;font-weight:normal;color:#FFF;font-size:20px;}
.icon_1{width:182px;height:162px;float:left;margin-top:10px;background-image:url(/images/landing-page-sprite.png?v=1.5);background-repeat:no-repeat;background-position:-173px -385px;margin-left: 40px;}
.detailed_anatysis{width:270px;height:35px;float:left;margin-top:10px;}

.click_1 a:hover{background-color:#000;color:#FFF;}
.analysis_aespl{width:270px;height:auto;float:left;margin-top:25px;margin-left:50px;font-family:Raleway;font-weight:normal;color:#FFF;font-size:20px;}
.icon_2{width:229px;height:162px;float:left;margin-top:10px;background-image:url(/images/landing-page-sprite.png?v=1.5);background-repeat:no-repeat;background-position:49px -389px;}
.analysis_aespl_1{width:270px;height:35px;float:left;margin-top:10px;}
.marks_evaluator{width:270px;height:auto;float:left;margin-top:25px;margin-left:50px;font-family:Raleway;font-weight:normal;color:#FFF;font-size:20px;}
.icon_3{width:180px;height:162px;float:left;margin-top:10px;background-image:url(/images/landing-page-sprite.png?ver=1.5);background-repeat:no-repeat;background-position:-354px -378px;margin-left: 37px;}
.marks_evaluator_1{width:270px;height:35px;float:left;margin-top:10px;}
.cut-off{width:297px;height:188px;background:rgba(147, 203, 103, 0.5);float:right;margin-top:15px;}
.cut-off:hover{width:297px;height:188px;background:rgba(147, 203, 103, 0.75);float:right;margin-top:15px;}
.icon-4{background:url(../image/cut-off.png) no-repeat;margin-left:95px;height:80px;margin-top:10px;}
ul{}
.footer{height:41px;background-color:#515355;padding:10px;}
.footer-text{margin:0 Auto;max-width:1167px;color:#fff;font-family:helvetica;font-size:12px;padding-top:6px;}
.brief_section{width:100%;height:auto;background-color:#fff;margin:0 auto;padding-bottom:10px;padding-top:25px;}
.brief_container{width:997px;height:auto;margin:0 auto;}
.brief_heading h1{width:100%;float:left;color:#666;font-family:Raleway;font-size:20px;text-align:left;padding-bottom:10px;}
.brief_1{width:100%;float:left;color:#666;font-family:Raleway;font-size:13px;text-align:justify;line-height:20px;}
/*.popup{display:none;position:fixed;top:125px;box-sizing: border-box;margin-top:30px;left:49%!important;width:644px!important;margin-left:-289px;padding:0px 22px 3px 23px;background:#ebefef url(../image/bg111.jpg) no-repeat center;background-size:cover!important;color:#333;font-size:19px;line-height:12px;z-index:9999;border: 5px solid rgba(255, 255, 255, 0.7);}
.popup2{display:none;position:fixed;top:125px;box-sizing: border-box;margin-top:30px;left:49%!important;width:644px!important;margin-left:-289px;padding:0px 22px 3px 23px;background:#ebefef url(../image/bg111.jpg) no-repeat center;background-size:cover!important;color:#333;font-size:19px;line-height:12px;z-index:9999;border: 5px solid rgba(255, 255, 255, 0.7);}*/

.form label{font-size:22px;font-family:Raleway;color:#191b1b;padding:22px 0px 5px 0px;line-height:28px;display:block;/*width:100%;*/}

/*input#firstname{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:88%;}
input#email{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:88%;}
input#phone{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:88%;}*/
.you_img_desk{display:block;}
.you_img_mobile{display:none;}
}
@media (min-width:320px) and (max-width:358px){
	.form-group #phone-error {
    background: #fff;
    max-width: 100%;
    border-radius: 4px;
    font-size: 11px;
    font-weight: normal !important;
    margin-bottom: 5px;
    position: absolute;
    bottom: 0px;
    right: -41px;
    border: 1px solid #e7e7e7;
    padding: 9px 6px;
    z-index: 99;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-family: 'Roboto', sans-serif;
    color: #cf0303;
    line-height: 2px;
}


.form-group #firstname-error{
	background: #fff;
    max-width: 100%;
    border-radius: 4px;
    font-size: 11px;
    font-weight: normal !important;
    margin-bottom: 5px;
    position: absolute;
       bottom: 0px;
    right: -41px;
    border: 1px solid #e7e7e7;
    padding: 9px 6px;
    z-index: 99;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-family: 'Roboto', sans-serif;
    color: #cf0303;
    line-height: 2px;
}



.form-group #email-error{
	background: #fff;
    max-width: 100%;
    border-radius: 4px;
    font-size: 11px;
    font-weight: normal !important;
    margin-bottom: 5px;
    position: absolute;
      bottom: 0px;
    right: -41px;
    border: 1px solid #e7e7e7;
    padding: 9px 6px;
    z-index: 99;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-family: 'Roboto', sans-serif;
    color: #cf0303;
    line-height: 2px;
}




.form-group #otpvalidation-error{
	background: #fff;
    max-width: 100%;
    border-radius: 4px;
    font-size: 11px;
    font-weight: normal !important;
    margin-bottom: 5px;
    position: absolute;
          bottom:-32px;
    right: -41px;
    border: 1px solid #e7e7e7;
    padding: 9px 6px;
    z-index: 99;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-family: 'Roboto', sans-serif;
    color: #cf0303;
    line-height: 2px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	.mr-social {
    margin-right: 7px;
}
	
	.popup-btn-close {
    position: absolute;
    top: 4px;
    right: 11px;
    color: #0b6386;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    background: url(/images/landing-page-sprite.png?ver=4.1) -7px -168px;
    padding: 12px 22px 19px 3px;
}
	
	.popup {
   
    position: fixed;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    min-height: 10em;
    width: 270px;
  
    background-color: #439fda;
    z-index: 9999;
}

	.popup2 {
    display: none;
    position: fixed;
right: 0;
left: 0;
margin-right: auto;
margin-left: auto;
min-height: 10em;
width: 270px;
background-color: #439fda;
z-index: 9999;
padding: 23px 8px 0px;
box-sizing: border-box;
}
	.form-popup {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 6px;
    padding-top: 20px;
}
.popup-heading {
    padding: 14px 16px 0px;
}
.popup-heading p {
    margin: 0px;
    font-size: 14px;
    font-family: 'alternategothic2_btregular';
    color: #fff;
    line-height: 20px;
}
.popup-heading p span {
    margin: 0px;
    font-size: 13px;
    font-family: Raleway-Bold;
    color: #fffc00;
}
.form-popup form {
    width: 100%;
    margin: 1px 0px 0px 0px;
    position: relative;
    padding: 12px 21px;
    box-sizing: border-box;
}.form-group {
    margin-bottom: 9px;
}
.form-control {
    display: block;
    width: 100%;
    height: 31px;
    padding: 0px 8px;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 1.42857143;
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border:solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 2px;
}
	
	.bottom-strip-popup li {
    background: url(../image/tick-popup.png) no-repeat;
    padding-left: 19px;
    float: left;
    font-family: 'alternategothic2_btregular';
    font-size: 12px;
    margin-left: 0;
    color: #181818;
    width: 122px;
    margin-bottom: 9px;
}
.otp-error {
    text-align: center;
    font-family: sans-serif;
    font-size: 12px;
    color: #b03014;
    text-align: left;
}
.otp-btn {
    cursor: pointer;
    float: right;
    margin-left: 1px;
    color: #fff;
    border: none;
    padding: 6px 30px 6px 10px;
    border-radius: 3px;
    margin-top: 8px;
    font-size: 11px;
    background: url(../image/refresh.png) #005aa7 no-repeat right 6px center;
    margin-bottom: 9px;
}
.form input[type="submit"] {
    background: #38e829 ;
    border: 0px solid #fff;
    padding: 4px 20px;
    box-sizing: border-box;
    margin-top: 7px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -pie-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #000;
    font-size: 13px;
    font-family: 'alternategothic2_btregular';
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    Width: auto;
    cursor: pointer;
}
.bottom-strip-popup ul {

    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-left: 15px;

}
.bottom-strip-popup {
    background: #fff;
    padding: 10px 0px 0px;
    margin-top: -5px;
}
	
	
	
	.form-popup2 p {
   font-family: 'alternategothic2_btregular';
font-size: 12px;
color: #fff;
line-height: 19px;
margin-bottom: 19px;
}
	
	

	
.select-input {width: 145px;height: 26px;}
.name-icon-sprite{background:url(/images/landing-page-sprite.png?v=1.5) -5px -212px;padding:0px 17px 24px 17px;position:absolute;top:9px;}
.email-icon-sprite{background:url(/images/landing-page-sprite.png?v=1.5) -2px -194px;padding:4px 17px 18px 17px;position:absolute;top:55px;}
.contact-icon-sprite{background:url(/images/landing-page-sprite.png?v=1.5) -4px -235px;padding:4px 17px 18px 14px;position:absolute;top:92px;}
.container-header{width:100%;height:65px;background:#fff;}
.logo{background:url(../image/aakash-logo-m.png) no-repeat;width:76px;height:50px;float:left;margin-top:7px;margin-left:4px;}
.info{float:right;padding:0px 0px 0px 0px;font-family:Raleway;margin-left:0px;margin-right:10px;}
.info .top-sms, .info .top-call{float:left;padding:2px 0px 5px 3px;color:#787979;font-size:11px;line-height:15px;}
.info .top-sms span, .info .top-call span{font-size:11px;color:#787979;}
.info .top-sms span, .info .top-call span a{font-size:11px;color:#787979;}
.info .top-sms{background:url(../image/sms.png?ver=1.5) 0px 8px no-repeat;}
.info .top-call{/*background:url(../image/call_m.png) 0px 8px no-repeat;*/}

.call-icon-sprite {
    background: url(/images/landing-page-sprite.png?v=1.5) -4px -144px;
    padding: 0px 17px 29px 17px;
    float: left;
    margin-top: 2px;
}


.fb_share_image{float:left;width:30px;height:30px;background:url(/images/landing-page-sprite.png?v=1.5)-7px -76px;margin-left:10px;margin-top:17px;}
.banner{background:url(../image/banner.png?ver=1.5);background-repeat:no-repeat;background-size:cover;background-position:top center;Width:320px;}
.top-header{margin:0 Auto;width:100%;}
.banner-content{margin:0 Auto;width:320px;height:165px;}
.left-panel{float:left;font-family:Raleway;font-size:16px;color:#FFF;margin-left:10px;margin-right:10px;text-align:center;line-height:21px;}
.model{display:none;}
.tagline{width:268px;float:left;padding-bottom:20px;padding-top:20px;margin-left:13px;}
.yellow-tag{font-family:Raleway-Bold;color:#ffcc00;}
.white-tag{font-family:Raleway-Bold;color:#FFF;}
.right-panel{Width:300px;margin-left:15px;padding-top:130px;}
.me-exam-solution{margin:0 Auto;width:300px;font-size:14px;margin-left:10px;margin-right:10px;font-weight:normal;color:#666;line-height:24px;padding-bottom:20px;}
.Solution-heading h2{font-family:Raleway;color:#00527e;font-size:16px;width:315px;margin:0 auto;text-align:center;margin-top:10px;margin-bottom:10px;line-height:21px;}
.aakashian-form{background:#f1f2f4;width:340px;height:545px;border:1px solid #ABADB0;}
.frm_heading{color:#77787a;font-family:Raleway;font-size:15px;margin:0 auto;padding-top:13px;text-align:center;width:340px;}
.frm_heading span{font-family:Raleway-bold;}
.aakashform{width:303px;margin:0 auto;margin-top:12px;}
.aakashform label{width:250px;line-height:30px;}
/*input[type="text"]{line-height:20px;}*/
#edit-profile-dob-month-wrapper, #edit-profile-dob-day-wrapper, #edit-profile-dob-year-wrapper{width:100px;display:inline;}
.aakashian{color:#06F;font-size:11px;}
.nonaakashian{color:#F00;font-size:11px;}
.answer-solutions td{padding:4px 5px 4px 5px;;border-bottom:1px solid #a5a7a9;border-right:1px solid #a5a7a9;border-left:1px solid #a5a7a9;}
.panel-1{width:100%;background:#FFF;font-family:Raleway;height:auto;margin-top:10px;}
.exam-solution{margin:0 Auto;font-size:11px;width:320px;font-weight:normal;color:#666;line-height:20px;padding-bottom:20px;height:auto;}
.blue-bg{background:#3f5b62;color:#FFF;font-family:Raleway-Bold;font-size:11px;line-height:14px;}
.blue-bg span{font-family:Raleway;}
.me-exam-solution{margin:0 Auto;font-size:10px;font-weight:normal;color:#666;line-height:15px;padding-bottom:20px;height:auto;}
.marksevaluator-solution{border:1px solid #3e83c3;width:290px;text-align:center;background:#fff;float:none;font-family:Raleway;margin-top:15px;line-height:21px;font-size:12px;}
.marksevaluator-solution-heading{float:left;width:100%;padding:7px 0px;background:url(../image/table.jpg) no-repeat center bottom;color:#3e83c3;font-size:14px;margin-botton:10px;}
.marksevaluator-subheading{font-size:15px;height:100px;line-height:20px;}
.markevaluator-table{width:100%;}
.me-cutoff-solution{margin:0 Auto;font-size:12px;font-weight:normal;color:#666;line-height:15px;padding-bottom:20px;width:340px;height:917px;}
.cutoff-solutions{font-family:Raleway;font-size:12px;width:290px;float:left;margin-top:10px;line-height:10px;float:left;margin-left:15px;}
.cutoff-category{border:1px solid #3e83c3;width:290px;text-align:center;background:#fff;float:left;line-height:25px;height:381px;}
.cutoff-category-heading{float:left;width:100%;padding:17px 0px;background:url(../image/table.jpg) no-repeat center bottom;color:#0074bc;font-size:14px;line-height:20px;}
.td-head{border-top:1px solid #e3e3e3;color:#0074bc;font-size:14px;}
.right-side-area{width:295px;margin:0 auto;margin-top:20px;}
.answer-solution{background:url(../image/jee_main_answer_solution.jpg);width:283px;height:75px;margin-top:10px;margin-left:10px;}
.rank-predictor{background:url(../image/rank-predictor.jpg?ver=4.1);width:283px;height:75px;margin: auto;}
.jee_long_course{background-image:url(../image/jee_long_course.jpg?ver=4.1);margin-top:10px;width:283px;height:128px;margin: 14px auto;}
.jeeaddv{background:url(../image/jee-advanced.jpg);width:283px;height:102px;margin-top:13px;}
.ad-banner{width:283px;Height:283px;background:url(../image/ad-banner.jpg?ver=4.1);margin-top:15px;margin: 0px auto;}
.Solution-heading span{color:#00aeef;}
.video-solution{width:100%;font-family:helveticaneuelt-condensed-webfont;background:url(../image/grey-bg.jpg?ver=4.1) repeat;height:auto;}
.video-box{float:left;text-align:center;color:#3e83c3;font-size:13px;font-family:'Raleway',sans-serif;margin:0px 10px;}
.video-box{float:left;text-align:center;color:#3e83c3;font-size:13px;font-family:'Raleway',sans-serif;margin:10px 10px;}
.video-box p{padding:0px 0px;}
.video-heading h4 {font-family:Raleway;color:#00527e;font-size:30px;width:450px;border-bottom:2px solid #ff9e41;padding-top:20px;margin-bottom:10px;}
.video-heading h4{font-family:Raleway;color:#00527E;font-size:18px;width:280px;margin:0 auto;text-align:center;line-height:25px;border-bottom:2px solid #FF9E41;padding-top:15px;padding-bottom:5px;}
.fs-video{width:300px;height:158px;margin-top:10px;}
.subject-video{width:auto;height:auto;}
.subject-videos{float:left;width:180px;padding:15px 3px;}
.video-heading h4 span{font-family:Raleway-Bold;color:#ff9e41;font-size:18px;width:610px;}
.all-Video-area{margin:0 Auto;width:300px;font-weight:normal;line-height:15px;}
.features-text{margin:0 Auto;font-size:16px;font-weight:normal;color:#666;line-height:25px;padding-bottom:20px;}
.feature-box{background-color:rgb(79, 72, 214);width:100%;height:auto;padding-bottom:30px;padding-top:30px;}
.feature-box-Detail{width:294px;margin:0 Auto;font-family:Raleway;font-weight:normal;color:#FFF;font-size:13px;line-height:20px;}
.feature-heading{font-family:Raleway;font-weight:normal;color:#FFF;font-size:18px;line-height:40px;padding-top:10px;width:100%;text-align:center;}
.detail-analysis{width:270px;height:auto;padding-bottom:10px;margin:0 auto;margin-top:25px;font-family:Raleway;font-weight:normal;color:#FFF;text-align:center;font-size:20px;}
.icon_1{width:181px;height:162px;float:left;margin-top:10px;background-image:url(/images/landing-page-sprite.png?v=1.5);background-repeat:no-repeat;background-position:-177px -385px;margin-left: 43px;}
.detailed_anatysis{width:270px;height:35px;float:left;text-align:center;margin-top:10px;}

.click_1 a:hover{background-color:#000;color:#FFF;}
.analysis_aespl{width:270px;height:auto;padding-bottom:10px;margin:0 auto;margin-top:50px;font-family:Raleway;font-weight:normal;color:#FFF;text-align:center;font-size:20px;}
.icon_2{width:221px;height:162px;float:left;margin-top:10px;background-image:url(/images/landing-page-sprite.png?v=1.5);background-repeat:no-repeat;background-position:41px -390px;}
.analysis_aespl_1{width:270px;height:35px;float:left;text-align:center;margin-top:10px;}
.marks_evaluator{width:270px;height:auto;padding-bottom:10px;margin:0 auto;margin-top:50px;font-family:Raleway;font-weight:normal;color:#FFF;text-align:center;font-size:20px;}
.icon_3{width:199px;height:162px;float:left;margin-top:10px;background-image:url(/images/landing-page-sprite.png?ver=4.1);background-repeat:no-repeat;background-position:-350px -378px;margin-left: 45px;}
.marks_evaluator_1{width:270px;height:35px;text-align:center;float:left;margin-top:10px;}
.cut-off{width:98px;height:150px;background:rgba(147, 203, 103, 0.5);float:right;margin-top:15px;text-align:center;}
.cut-off:hover{width:98px;height:150px;background:rgba(147, 203, 103, 0.75);float:right;margin-top:15px;}
.icon-4{background:url(../image/cut-off-m.png) no-repeat;margin-left:28px;height:45px;margin-top:10px;}
ul{list-style:url(../image/bullet-icon-m.png);}
.course-subheading{font-family:helveticaneuelt-condensed-webfont;font-weight:bold;color:#fec300;padding-top:10px;}
.course-subheading span{font-family:helveticaneuelt-condensed-webfont;font-weight:normal;color:#FFF;padding-top:25px;}
.eligibility-heading{font-family:helveticaneuelt-condensed-webfont;font-weight:bold;color:#fec300;padding-top:13px;}
.result-section{width:100%;height:100px;}
.medical-result{background-image:url(../image/result-m.png);width:280px;height:87px;margin-top:10px;}
.result-division{margin:0 Auto;height:100px;width:300px;}
.result-heading{font-family:helveticaneuelt-condensed-webfont;font-weight:normal;font-size:40px;color:#333;text-align:center;padding-top:15px;padding-bottom:20px;}
.aipmt-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;float:left;margin-left:10px;margin-right:10px;border-bottom:2px dotted #818181;}
.aipmt-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#315d96;margin-top:-22px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.aiims-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;margin-left:10px;margin-right:10px;border-bottom:2px dotted #818181;}
.aiims-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#ff6666;margin-top:0px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.jee-m-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;margin-left:10px;margin-right:10px;border-bottom:2px dotted #818181;}
.jee-m-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#315d96;margin-top:0px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.jee-a-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;}
.jee-a-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#ff6666;margin-top:0px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.footer{Width:100%;padding-bottom:20px;padding-top:20px;background-color:#515355;}

.brief_section{width:100%;height:auto;background-color:#fff;margin:0 auto;padding-bottom:10px;padding-top:15px;}
.brief_container{width:300px;height:auto;margin:0 auto;}
.brief_heading h1{width:100%;float:left;color:#666;font-family:Raleway;font-size:16px;text-align:left;padding-bottom:10px;}
.brief_1{width:100%;float:left;color:#666;font-family:Raleway;font-size:12px;text-align:justify;line-height:20px;}
/*.popup{position:fixed;top:100px;margin-top: 20px;left:104%;width:64%;margin-left:-289px;padding:9px 15px 0px 15px;    background: #ebefef url(../image/bg111.jpg) no-repeat center;color:#333;font-size:19px;line-height:30px;z-index:9999;border: 5px solid rgba(255, 255, 255, 0.7);}

.popup2{position:fixed;top:100px;margin-top: 20px;left:104%;width:64%;margin-left:-289px;padding:9px 15px 0px 15px;    background: #ebefef url(../image/bg111.jpg) no-repeat center;color:#333;font-size:19px;line-height:30px;z-index:9999;border: 5px solid rgba(255, 255, 255, 0.7);}*/
.ad-popup{display:none;}


.form-popup2{width:100%;float:left;}
/*input#firstname{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:81%;}
input#email{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:81%;}
input#phone{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:81%;}*/
.form label{font-size:15px;font-family:Raleway;color:#191b1b;padding:0px 0px 1px 0px;line-height:20px;display:block;/*width:100%;*/margin-top:22px;}
/*.form input[type="text"]{margin-bottom:0px;border:None;color:#025485;border:1px solid #ccc;font-size:12px;line-height:32px;height:27px;padding-left:0px;width:100%;}*/

.you_img_desk{display:none;}
.you_img_mobile{display:block;}
}
@media (min-width:359px) and (max-width:365px){
		.form-group #phone-error {
    background: #fff;
    max-width: 100%;
    border-radius: 4px;
    font-size: 11px;
    font-weight: normal !important;
    margin-bottom: 5px;
    position: absolute;
    bottom: 0px;
    right: -41px;
    border: 1px solid #e7e7e7;
    padding: 9px 6px;
    z-index: 99;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-family: 'Roboto', sans-serif;
    color: #cf0303;
    line-height: 2px;
}


.form-group #firstname-error{
	background: #fff;
    max-width: 100%;
    border-radius: 4px;
    font-size: 11px;
    font-weight: normal !important;
    margin-bottom: 5px;
    position: absolute;
       bottom: 0px;
    right: -41px;
    border: 1px solid #e7e7e7;
    padding: 9px 6px;
    z-index: 99;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-family: 'Roboto', sans-serif;
    color: #cf0303;
    line-height: 2px;
}



.form-group #email-error{
	background: #fff;
    max-width: 100%;
    border-radius: 4px;
    font-size: 11px;
    font-weight: normal !important;
    margin-bottom: 5px;
    position: absolute;
      bottom: 0px;
    right: -41px;
    border: 1px solid #e7e7e7;
    padding: 9px 6px;
    z-index: 99;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-family: 'Roboto', sans-serif;
    color: #cf0303;
    line-height: 2px;
}




.form-group #otpvalidation-error{
	background: #fff;
    max-width: 100%;
    border-radius: 4px;
    font-size: 11px;
    font-weight: normal !important;
    margin-bottom: 5px;
    position: absolute;
          bottom:-32px;
    right: -41px;
    border: 1px solid #e7e7e7;
    padding: 9px 6px;
    z-index: 99;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-family: 'Roboto', sans-serif;
    color: #cf0303;
    line-height: 2px;
}
	
	
	
	
	
	.mr-social {
    margin-right: 7px;
}
	.popup-btn-close {
    position: absolute;
    top: 4px;
    right: 11px;
    color: #0b6386;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    background: url(/images/landing-page-sprite.png?ver=4.1) -7px -168px;
    padding: 12px 22px 19px 3px;
}
	
	.popup {
    
    position: fixed;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    min-height: 10em !important;
    width: 270px;
  
    background-color: #439fda;
    z-index: 9999;
}

	.popup2 {
    display: none;
   position: fixed;
right: 0;
left: 0;
margin-right: auto;
margin-left: auto;
min-height: 10em;
width: 270px;
background-color: #439fda;
z-index: 9999;
padding: 23px 8px 0px;
box-sizing: border-box;
}
	.form-popup {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 6px;
    padding-top: 20px;
}
.popup-heading {
    padding: 14px 16px 0px;
}
.popup-heading p {
    margin: 0px;
    font-size: 14px;
    font-family: 'alternategothic2_btregular';
    color: #fff;
    line-height: 20px;
}
.popup-heading p span {
    margin: 0px;
    font-size: 13px;
    font-family: Raleway-Bold;
    color: #fffc00;
}
.form-popup form {
    width: 100%;
    margin: 1px 0px 0px 0px;
    position: relative;
    padding: 10px 21px;
    box-sizing: border-box;
}.form-group {
    margin-bottom: 9px;
}
.form-control {
    display: block;
    width: 100%;
    height: 31px;
    padding: 0px 8px;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 1.42857143;
    color: #000;
     background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border:solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 2px;
}
	
	.bottom-strip-popup li {
    background: url(../image/tick-popup.png) no-repeat;
    padding-left: 19px;
    float: left;
    font-family: 'alternategothic2_btregular';
    font-size: 12px;
    margin-left: 0;
    color: #181818;
    width: 122px;
    margin-bottom: 9px;
}
 
.otp-btn {
    cursor: pointer;
    float: right;
    margin-left: 1px;
    color: #fff;
    border: none;
    padding: 6px 30px 6px 10px;
    border-radius: 3px;
    margin-top: 8px;
    font-size: 11px;
    background: url(../image/refresh.png) #005aa7 no-repeat right 6px center;
    margin-bottom: 9px;
}
.form input[type="submit"] {
    background: #38e829 ;
    border: 0px solid #fff;
    padding: 4px 20px;
    box-sizing: border-box;
    margin-top: 7px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -pie-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #000;
    font-size: 13px;
    font-family: 'alternategothic2_btregular';
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    Width: auto;
    cursor: pointer;
}
.bottom-strip-popup ul {

    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-left: 15px;

}
.bottom-strip-popup {
    background: #fff;
    padding: 10px 0px 0px;
    margin-top: -5px;
}
	
	
	
	
	
	
	
	.form-popup2 p {
   font-family: 'alternategothic2_btregular';
font-size: 12px;
color: #fff;
line-height: 19px;
margin-bottom: 19px;
}

.select-input {width: 148px;height: 26px;}
.name-icon-sprite{background:url(/images/landing-page-sprite.png?v=1.5) -3px -214px;padding:0px 17px 23px 17px;position:absolute;top:12px;}
.email-icon-sprite{background:url(/images/landing-page-sprite.png?v=1.5) -3px -192px;padding:4px 17px 23px 17px;position:absolute;top:53px;}
.contact-icon-sprite{background:url(/images/landing-page-sprite.png?v=1.5) -3px -237px;padding:0px 17px 23px 14px;position:absolute;top:96px;}
.container-header{width:100%;height:65px;background:#fff;}
.logo{background:url(../image/aakash-logo-m.png) no-repeat;width:76px;height:50px;float:left;margin-top:7px;margin-left:4px;}
.info{float:right;padding:0px 0px 0px 0px;font-family:Raleway;margin-left:0px;margin-right:10px;}
.info .top-sms, .info .top-call{float:left;padding:2px 0px 0px 3px;color:#787979;font-size:11px;line-height:15px;}
.call-icon-sprite {
    background: url(/images/landing-page-sprite.png?v=1.5)-3px -143px;
    padding: 10px 17px 17px 17px;
    float: left;
    margin-top: -1px;
}
.info .top-sms span, .info .top-call span{font-size:11px;color:#787979;}
.info .top-sms span, .info .top-call span a{font-size:11px;color:#787979;}
.info .top-sms{background:url(../image/sms.png?ver=1.5) 0px 8px no-repeat;}
.info .top-call{/*background:url(../image/call_m.png) 0px 8px no-repeat;*/}
.fb_share_image{float:left;width:30px;height:30px;background:url(/images/landing-page-sprite.png?v=1.5)-7px -76px;margin-left:10px;margin-top:17px;}
.banner{background:url(../image/banner.png?ver=1.5);background-repeat:no-repeat;background-size:cover;background-position:top center;Width:100%;}
.top-header{margin:0 Auto;width:100%;}
.banner-content{margin:0 Auto;width:320px;height:165px;}
.left-panel{float:left;font-family:Raleway;font-size:16px;color:#FFF;margin-left:10px;margin-right:10px;text-align:center;margin-top:0px;line-height:21px;}
.model{display:none;}
.tagline{width:268px;float:left;padding-bottom:20px;padding-top:20px;margin-left:13px;}
.yellow-tag{font-family:Raleway-Bold;color:#ffcc00;}
.white-tag{font-family:Raleway-Bold;color:#FFF;}
.right-panel{Width:300px;margin-left:15px;padding-top:130px;}
.me-exam-solution{margin:0 Auto;width:300px;font-size:14px;margin-left:10px;margin-right:10px;font-weight:normal;color:#666;line-height:24px;padding-bottom:20px;}
.Solution-heading h2{font-family:Raleway;color:#00527e;font-size:16px;width:315px;margin:0 auto;text-align:center;margin-top:10px;margin-bottom:10px;line-height:21px;}
.aakashian-form{background:#f1f2f4;width:340px;height:545px;border:1px solid #ABADB0;}
.frm_heading{color:#77787a;font-family:Raleway;font-size:15px;margin:0 auto;padding-top:13px;text-align:center;width:340px;}
.frm_heading span{font-family:Raleway-bold;}
.aakashform{width:303px;margin:0 auto;margin-top:12px;}
.aakashform label{width:250px;line-height:30px;}
/*input[type="text"]{line-height:20px;}*/
#edit-profile-dob-month-wrapper, #edit-profile-dob-day-wrapper, #edit-profile-dob-year-wrapper{width:100px;display:inline;}
.aakashian{color:#06F;font-size:11px;}
.nonaakashian{color:#F00;font-size:11px;}
.answer-solutions td{padding:4px 5px 4px 5px;;border-bottom:1px solid #a5a7a9;border-right:1px solid #a5a7a9;border-left:1px solid #a5a7a9;}
.panel-1{width:100%;background:#FFF;font-family:Raleway;height:auto;margin-top:10px;}
.exam-solution{margin:0 Auto;font-size:11px;width:320px;font-weight:normal;color:#666;line-height:20px;padding-bottom:20px;height:auto;}
.blue-bg{background:#3f5b62;color:#FFF;font-family:Raleway-Bold;font-size:11px;line-height:14px;}
.blue-bg span{font-family:Raleway;}
.me-exam-solution{margin:0 Auto;font-size:10px;font-weight:normal;color:#666;line-height:15px;padding-bottom:20px;height:auto;}
.marksevaluator-solution{border:1px solid #3e83c3;width:290px;text-align:center;background:#fff;float:none;font-family:Raleway;margin-top:15px;line-height:21px;font-size:12px;}
.marksevaluator-solution-heading{float:left;width:100%;padding:7px 0px;background:url(../image/table.jpg) no-repeat center bottom;color:#3e83c3;font-size:14px;margin-botton:10px;}
.marksevaluator-subheading{font-size:15px;height:100px;line-height:20px;}
.markevaluator-table{width:100%;}
.me-cutoff-solution{margin:0 Auto;font-size:12px;font-weight:normal;color:#666;line-height:15px;padding-bottom:20px;width:340px;height:917px;}
.cutoff-solutions{font-family:Raleway;font-size:12px;width:290px;float:left;margin-top:10px;line-height:10px;float:left;margin-left:15px;}
.cutoff-category{border:1px solid #3e83c3;width:290px;text-align:center;background:#fff;float:left;line-height:25px;height:381px;}
.cutoff-category-heading{float:left;width:100%;padding:17px 0px;background:url(../image/table.jpg) no-repeat center bottom;color:#0074bc;font-size:14px;line-height:20px;}
.td-head{border-top:1px solid #e3e3e3;color:#0074bc;font-size:14px;}
.right-side-area{width:293px;margin:0 auto;margin-top:20px;}
.answer-solution{background:url(../image/jee_main_answer_solution.jpg);width:283px;height:75px;margin-top:10px;margin-left:10px;}
.rank-predictor{background:url(../image/rank-predictor.jpg?ver=4.1);width:283px;height:75px;margin: 0px auto;}
.jee_long_course{background-image:url(../image/jee_long_course.jpg?ver=4.1);margin-top:10px;width:283px;height:128px;margin: 14px auto;}
.jeeaddv{background:url(../image/jee-advanced.jpg);width:283px;height:102px;margin-top:13px;}
.ad-banner{width:283px;Height:283px;background:url(../image/ad-banner.jpg?ver=4.1);margin-top:15px;margin: 0px auto;}
.Solution-heading span{color:#00aeef;}
.video-solution{width:100%;font-family:helveticaneuelt-condensed-webfont;background:url(../image/grey-bg.jpg?ver=4.1) repeat;height:auto;padding-bottom:20px;padding-top:20px;}
.video-box{float:left;text-align:center;color:#3e83c3;font-size:13px;font-family:'Raleway',sans-serif;margin:0px 10px;}
.video-box{float:left;text-align:center;color:#3e83c3;font-size:13px;font-family:'Raleway',sans-serif;margin:10px 10px;}
.video-box p{padding:0px 0px;}
.video-heading h4{font-family:Raleway;color:#00527e;font-size:30px;width:450px;border-bottom:2px solid #ff9e41;padding-top:20px;margin-bottom:10px;}
.video-heading h4{font-family:Raleway;color:#00527E;font-size:18px;width:280px;margin:0 auto;text-align:center;line-height:25px;border-bottom:2px solid #FF9E41;padding-top:15px;padding-bottom:5px;}
.fs-video{width:300px;height:158px;margin-top:10px;}
.subject-video{width:auto;height:auto;}
.subject-videos{float:left;width:180px;padding:15px 3px;}
.video-heading  h4 span{font-family:Raleway-Bold;color:#ff9e41;font-size:18px;width:610px;}
.all-Video-area{margin:0 Auto;width:300px;font-weight:normal;line-height:15px;}
.features-text{margin:0 Auto;font-size:16px;font-weight:normal;color:#666;line-height:25px;padding-bottom:20px;}
.feature-box{background-color:rgb(79, 72, 214);width:100%;height:auto;padding-bottom:30px;padding-top:30px;}
.feature-box-Detail{width:294px;margin:0 Auto;font-family:Raleway;font-weight:normal;color:#FFF;font-size:13px;line-height:20px;}
.feature-heading{font-family:Raleway;font-weight:normal;color:#FFF;font-size:18px;line-height:40px;padding-top:10px;width:100%;text-align:center;}
.detail-analysis{width:270px;height:auto;margin:0 auto;margin-top:25px;font-family:Raleway;font-weight:normal;color:#FFF;text-align:center;font-size:20px;}
.icon_1{width:180px;height:162px;float:left;margin-top:10px;background-image:url(/images/landing-page-sprite.png?v=1.5);background-repeat:no-repeat;background-position: -178px -385px;margin-left: 44px;}
.detailed_anatysis{width:270px;height:35px;float:left;text-align:center;margin-top:10px;}

.click_1 a:hover{background-color:#000;color:#FFF;}
.analysis_aespl{width:270px;height:auto;margin:0 auto;margin-top:50px;font-family:Raleway;font-weight:normal;color:#FFF;text-align:center;font-size:20px;}
.icon_2{width:225px;height:162px;float:left;margin-top:10px;background-image:url(/images/landing-page-sprite.png?v=1.5);background-repeat:no-repeat;background-position:43px -391px;}
.analysis_aespl_1{width:270px;height:35px;float:left;text-align:center;margin-top:10px;}
.marks_evaluator{width:270px;height:auto;margin:0 auto;margin-top:50px;font-family:Raleway;font-weight:normal;color:#FFF;text-align:center;font-size:20px;}
.icon_3{width:193px;height:162px;float:left;margin-top:10px;background-image:url(/images/landing-page-sprite.png?v=1.5);background-repeat:no-repeat;background-position:-348px -377px;margin-left: 47px;}
.marks_evaluator_1{width:270px;height:35px;text-align:center;float:left;margin-top:10px;}
.cut-off{width:98px;height:150px;background:rgba(147, 203, 103, 0.5);float:right;margin-top:15px;text-align:center;}
.cut-off:hover{width:98px;height:150px;background:rgba(147, 203, 103, 0.75);float:right;margin-top:15px;}
.icon-4{background:url(../image/cut-off-m.png) no-repeat;margin-left:28px;height:45px;margin-top:10px;}
ul{list-style:url(../image/bullet-icon-m.png);}
.course-subheading{font-family:helveticaneuelt-condensed-webfont;font-weight:bold;color:#fec300;padding-top:10px;}
.course-subheading span{font-family:helveticaneuelt-condensed-webfont;font-weight:normal;color:#FFF;padding-top:25px;}
.eligibility-heading{font-family:helveticaneuelt-condensed-webfont;font-weight:bold;color:#fec300;padding-top:13px;}
.result-section{width:100%;height:100px;}
.medical-result{background-image:url(../image/result-m.png);width:280px;height:87px;margin-top:10px;}
.result-division{margin:0 Auto;height:100px;width:300px;}
.result-heading{font-family:helveticaneuelt-condensed-webfont;font-weight:normal;font-size:40px;color:#333;text-align:center;padding-top:15px;padding-bottom:20px;}
.aipmt-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;float:left;margin-left:10px;margin-right:10px;border-bottom:2px dotted #818181;}
.aipmt-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#315d96;margin-top:-22px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.aiims-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;margin-left:10px;margin-right:10px;border-bottom:2px dotted #818181;}
.aiims-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#ff6666;margin-top:0px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.jee-m-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;margin-left:10px;margin-right:10px;border-bottom:2px dotted #818181;}
.jee-m-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#315d96;margin-top:0px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.jee-a-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;}
.jee-a-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#ff6666;margin-top:0px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.footer{Width:100%;padding-bottom:40px;background-color:#515355;}

.brief_section{width:100%;height:auto;background-color:#fff;margin:0 auto;padding-bottom:10px;padding-top:15px;}
.brief_container{width:300px;height:auto;margin:0 auto;}
.brief_heading h1{width:100%;float:left;color:#666;font-family:Raleway;font-size:16px;text-align:left;padding-bottom:10px;}
.brief_1{width:100%;float:left;color:#666;font-family:Raleway;font-size:12px;text-align:justify;line-height:20px;}
/*.popup{position:fixed;top:100px;margin-top: 20px;left:90%;width:64%;margin-left:-289px;padding:21px 30px 7px 30px;    background: #ebefef url(../image/bg111.jpg) no-repeat center;color:#333;font-size:19px;line-height:30px;z-index:9999;border: 5px solid rgba(255, 255, 255, 0.7);}
.popup2{position:fixed;top:100px;margin-top: 20px;left:90%;width:64%;margin-left:-289px;padding:21px 30px 7px 30px;    background: #ebefef url(../image/bg111.jpg) no-repeat center;color:#333;font-size:19px;line-height:30px;z-index:9999;border: 5px solid rgba(255, 255, 255, 0.7);}*/
.ad-popup{display:none;}


.form-popup2{width:100%;float:left;}
/*input#firstname{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:81%;}
input#email{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:81%;}
input#phone{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:81%;}*/
.form label{font-size:15px;font-family:Raleway;color:#191b1b;padding:0px 0px 10px 0px;line-height:20px;display:block;width:100%;}
/*(.form input[type="text"]{margin-bottom:0px;border:None;color:#025485;border:1px solid #ccc;font-size:12px;line-height:32px;height:27px;padding-left:0px;width:100%;}*/

.you_img_desk{display:none;}
.you_img_mobile{display:block;}

}
@media (min-width:366px) and (max-width:642px){
		.form-group #phone-error {
    background: #fff;
    max-width: 100%;
    border-radius: 4px;
    font-size: 11px;
    font-weight: normal !important;
    margin-bottom: 5px;
    position: absolute;
    bottom: 0px;
    right: -41px;
    border: 1px solid #e7e7e7;
    padding: 9px 6px;
    z-index: 99;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-family: 'Roboto', sans-serif;
    color: #cf0303;
    line-height: 2px;
}


.form-group #firstname-error{
	background: #fff;
    max-width: 100%;
    border-radius: 4px;
    font-size: 11px;
    font-weight: normal !important;
    margin-bottom: 5px;
    position: absolute;
       bottom: 0px;
    right: -41px;
    border: 1px solid #e7e7e7;
    padding: 9px 6px;
    z-index: 99;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-family: 'Roboto', sans-serif;
    color: #cf0303;
    line-height: 2px;
}



.form-group #email-error{
	background: #fff;
    max-width: 100%;
    border-radius: 4px;
    font-size: 11px;
    font-weight: normal !important;
    margin-bottom: 5px;
    position: absolute;
      bottom: 0px;
    right: -41px;
    border: 1px solid #e7e7e7;
    padding: 9px 6px;
    z-index: 99;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-family: 'Roboto', sans-serif;
    color: #cf0303;
    line-height: 2px;
}




.form-group #otpvalidation-error{
	background: #fff;
    max-width: 100%;
    border-radius: 4px;
    font-size: 11px;
    font-weight: normal !important;
    margin-bottom: 5px;
    position: absolute;
          bottom:-32px;
    right: -41px;
    border: 1px solid #e7e7e7;
    padding: 9px 6px;
    z-index: 99;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-family: 'Roboto', sans-serif;
    color: #cf0303;
    line-height: 2px;
}
	
		
	
	.mr-social {
    margin-right: 7px;
}
	.popup-btn-close {
    position: absolute;
    top: 4px;
    right: 11px;
    color: #0b6386;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    background: url(/images/landing-page-sprite.png?ver=4.1) -7px -168px;
    padding: 12px 22px 19px 3px;
}
	.popup {
   
    position: fixed;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    min-height: 10em;
    width: 90%;
  
    background-color: #439fda;
    z-index: 9999;
}	
.popup2 {
    display: none;
   position: fixed;
right: 0;
left: 0;
margin-right: auto;
margin-left: auto;
min-height: 10em;
width: 270px;
background-color: #439fda;
z-index: 9999;
padding: 23px 8px 0px;
box-sizing: border-box;
}
	.form-popup {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 6px;
    padding-top: 20px;
}
.popup-heading {
    padding: 14px 16px 0px;
}
.popup-heading p {
    margin: 0px;
    font-size: 22px;
    font-family: 'alternategothic2_btregular';
    color: #fff;
    line-height: 28px;
}
.popup-heading p span {
    margin: 0px;
       font-size: 22px;
    font-family: 'alternategothic2_btregular';
    color: #fffc00;
}
.form-popup form {
    width: 100%;
    margin: 1px 0px 0px 0px;
    position: relative;
    padding: 10px 21px;
    box-sizing: border-box;
}.form-group {
    margin-bottom: 9px;
}
.form-control {
    display: block;
    width: 100%;
    height: 31px;
    padding: 0px 8px;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 1.42857143;
    color: #000;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border:solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 2px;
}
	
	.bottom-strip-popup li {
    background: url(../image/tick-popup.png) no-repeat;
    padding-left: 19px;
    float: left;
    font-family: 'alternategothic2_btregular';
    font-size: 18px;
    margin-left: 0;
    color: #181818;
    width: 122px;
    margin-bottom: 9px;
}
.otp-error {
    margin-top: 11px;
    text-align: center;
    font-family: sans-serif;
    font-size: 12px;
    color: #b03014;
    text-align: left;
}
.otp-btn {
    cursor: pointer;
    float: right;
    margin-left: 1px;
    color: #fff;
    border: none;
    padding: 6px 30px 6px 10px;
    border-radius: 3px;
    margin-top: 8px;
    font-size: 11px;
    background: url(../image/refresh.png) #005aa7 no-repeat right 6px center;
    margin-bottom: 9px;
}
.form input[type="submit"] {
    background: #38e829 ;
    border: 0px solid #fff;
    padding: 4px 20px;
    box-sizing: border-box;
    margin-top: 7px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -pie-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #000;
    font-size: 13px;
    font-family: 'alternategothic2_btregular';
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    Width: auto;
    cursor: pointer;
}
.bottom-strip-popup ul {

    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-left: 15px;

}
.bottom-strip-popup {
    background: #fff;
    padding: 10px 0px 0px;
    margin-top: -5px;
}
	
	
	
	
	
	
	
	.form-popup2 p {
   font-family: 'alternategothic2_btregular';
font-size: 12px;
color: #fff;
line-height: 19px;
margin-bottom: 19px;
}
	

	
	
.select-input {width: 148px;height: 26px;}
.name-icon-sprite{background:url(/images/landing-page-sprite.png?v=1.5) -8px -212px;padding:0px 17px 24px 17px;position:absolute;top:11px;}
.email-icon-sprite{background:url(/images/landing-page-sprite.png?v=1.5) -5px -192px;padding:0px 17px 23px 17px;position:absolute;top:53px;}
.contact-icon-sprite{background:url(/images/landing-page-sprite.png?v=1.5) -7px -235px;padding:0px 17px 31px 14px;position:absolute;top:93px;}
.container-header{width:100%;height:65px;background:#fff;}
.logo{background:url(../image/aakash-logo-m.png) no-repeat;width:76px;height:50px;float:left;margin-top:7px;}
.info{float:right;padding:0px 0px 0px 0px;font-family:Raleway;margin-left:10px;}
.info .top-sms, .info .top-call{float:left;padding:18px 0px 5px 1px;color:#787979;font-size:11px;line-height:15px;}
.info .top-sms span, .info .top-call span{font-size:11px;color:#787979;}
.info .top-sms span, .info .top-call span a{font-size:11px;color:#787979;}
.info .top-sms{background:url(../image/sms.png?ver=1.5) 0px 8px no-repeat;}
.info .top-call{/*background:url(../image/call_m.png) 0px 8px no-repeat;*/}
.call-icon-sprite {
    background: url(/images/landing-page-sprite.png?v=1.5) -6px -139px;
    padding: 0px 17px 29px 17px;
    float: left;
    margin-top: -4px;
}

.fb_share_image{float:left;width:30px;height:30px;background:url(/images/landing-page-sprite.png?v=1.5)-7px -77px;margin-left:10px;margin-top:17px;}
.banner{background:url(../image/banner.png?v=1.5);background-repeat:no-repeat;background-size:cover;background-position:top center;Width:100%;}
.top-header{margin:0 Auto;width:100%;}
.banner-content{margin:0 Auto;width:100%;height:auto;}
.left-panel{float:none;font-family:Raleway;font-size:17px;color:#FFF;margin-left:0px;margin-right:0px; margin:0px auto; text-align:center;}
.model{display:none;}
.tagline{width:100%;float:left;padding-bottom:20px;padding-top:20px;margin-left:0px;line-height:23px;}
.yellow-tag{font-family:Raleway-Bold;color:#ffcc00;}
.white-tag{font-family:Raleway-Bold;color:#FFF;}
.right-panel{Width:300px;margin-left:15px;padding-top:130px;}
.me-exam-solution{margin:0 Auto;width:300px;font-size:14px;margin-left:10px;margin-right:10px;font-weight:normal;color:#666;line-height:24px;padding-bottom:20px;}
.Solution-heading h2{font-family:Raleway;color:#00527e;font-size:16px;width:100%;margin:0 auto;text-align:center;margin-top:10px;margin-bottom:10px;line-height:21px;}
.aakashian-form{background:#f1f2f4;width:340px;height:545px;border:1px solid #ABADB0;}
.frm_heading{color:#77787a;font-family:Raleway;font-size:15px;margin:0 auto;padding-top:13px;text-align:center;width:340px;}
.frm_heading span{font-family:Raleway-bold;}
.aakashform{width:303px;margin:0 auto;margin-top:12px;}
.aakashform label{width:250px;line-height:30px;}
/*input[type="text"]{line-height:20px;}*/
#edit-profile-dob-month-wrapper, #edit-profile-dob-day-wrapper, #edit-profile-dob-year-wrapper{width:100px;display:inline;}
.aakashian{color:#06F;font-size:11px;}
.nonaakashian{color:#F00;font-size:11px;}
.answer-solutions td{padding:4px 5px 4px 5px;border-bottom:1px solid #a5a7a9;border-right:1px solid #a5a7a9;border-left:1px solid #a5a7a9;}
.panel-1{width:100%;background:#FFF;font-family:Raleway;height:auto;margin-top:10px;}
.exam-solution{margin:0 Auto;font-size:11px;width:95%;font-weight:normal;color:#666;line-height:20px;padding-bottom:20px;height:auto;}
.blue-bg{background:#3f5b62;color:#FFF;font-family:Raleway-Bold;font-size:11px;line-height:14px;}
.blue-bg span{font-family:Raleway;}
.me-exam-solution{margin:0 Auto;font-size:10px;font-weight:normal;color:#666;line-height:15px;padding-bottom:20px;height:auto;}
.marksevaluator-solution{border:1px solid #3e83c3;width:290px;text-align:center;background:#fff;float:left;font-family:Raleway;margin-top:15px;line-height:21px;font-size:12px;}
.marksevaluator-solution-heading{float:left;width:100%;padding:7px 0px;background:url(../image/table.jpg) no-repeat center bottom;color:#3e83c3;font-size:14px;margin-botton:10px;}
.marksevaluator-subheading{font-size:15px;height:100px;line-height:20px;}
.markevaluator-table{width:100%;}
.me-cutoff-solution{margin:0 Auto;font-size:12px;font-weight:normal;color:#666;line-height:15px;padding-bottom:20px;width:340px;height:917px;}
.cutoff-solutions{font-family:Raleway;font-size:12px;width:290px;float:left;margin-top:10px;line-height:10px;float:left;margin-left:15px;}
.cutoff-category{border:1px solid #3e83c3;width:290px;text-align:center;background:#fff;float:left;line-height:25px;height:381px;}
.cutoff-category-heading{float:left;width:100%;padding:17px 0px;background:url(../image/table.jpg) no-repeat center bottom;color:#0074bc;font-size:14px;line-height:20px;}
.td-head{border-top:1px solid #e3e3e3;color:#0074bc;font-size:14px;}
.right-side-area{width:283px;margin:0 auto;margin-top:20px;float: none;}
.answer-solution{background:url(../image/jee_main_answer_solution.jpg);width:283px;height:75px;margin-top:10px;margin-left:10px;}
.rank-predictor{background:url(../image/rank-predictor.jpg?ver=4.1);width:283px;height:75px;}
.jee_long_course{background-image:url(../image/jee_long_course.jpg?ver=4.1);margin-top:10px;width:283px;height:128px;}
.jeeaddv{background:url(../image/jee-advanced.jpg);width:283px;height:102px;margin-top:13px;}
.ad-banner{width:283px;Height:283px;background:url(../image/ad-banner.jpg?ver=4.1);margin-top:15px;}
.Solution-heading span{color:#00aeef;}
.video-solution{width:100%;font-family:helveticaneuelt-condensed-webfont;background:url(../image/grey-bg.jpg?ver=4.1) repeat;height:auto;padding-bottom:20px;padding-top:20px;}
.video-box{float:left;text-align:center;color:#3e83c3;font-size:13px;font-family:'Raleway',sans-serif;margin:0px 10px;}
.video-box{float:left;text-align:center;color:#3e83c3;font-size:13px;font-family:'Raleway',sans-serif;margin:10px 10px;}
.video-box p{padding:0px 0px;}
.video-heading h4{font-family:Raleway;color:#00527e;font-size:30px;width:450px;border-bottom:2px solid #ff9e41;padding-top:20px;margin-bottom:10px;}
.video-heading h4{font-family:Raleway;color:#00527E;font-size:18px;width:280px;margin:0 auto;text-align:center;line-height:25px;border-bottom:2px solid #FF9E41;padding-top:15px;padding-bottom:5px;}
.fs-video{width:300px;height:158px;margin-top:10px;}
.subject-video{width:auto;height:auto;}
.subject-videos{float:left;width:180px;padding:15px 3px;}
.video-heading h4 span{font-family:Raleway-Bold;color:#ff9e41;font-size:18px;width:610px;}
.all-Video-area{margin:0 Auto;width:300px;font-weight:normal;line-height:15px;}
.features-text{margin:0 Auto;font-size:16px;font-weight:normal;color:#666;line-height:25px;padding-bottom:20px;}
.feature-box{background-color:rgb(79, 72, 214);width:100%;height:auto;padding-bottom:30px;padding-top:30px;}
.feature-box-Detail{width:294px;margin:0 Auto;font-family:Raleway;font-weight:normal;color:#FFF;font-size:13px;line-height:20px;}
.feature-heading{font-family:Raleway;font-weight:normal;color:#FFF;font-size:18px;line-height:40px;padding-top:10px;width:100%;text-align:center;}
.detail-analysis{width:270px;height:auto;margin:0 auto;margin-top:25px;font-family:Raleway;font-weight:normal;color:#FFF;text-align:center;font-size:20px;}
.icon_1{width:183px;height:162px;float:left;margin-top:10px;background-image:url(/images/landing-page-sprite.png?v=1.5);background-repeat:no-repeat;background-position:-176px -386px;margin-left: 39px;}
.detailed_anatysis{width:270px;height:35px;float:left;text-align:center;margin-top:10px;}

.click_1 a:hover{background-color:#000;color:#FFF;}
.analysis_aespl{width:270px;height:auto;margin:0 auto;margin-top:50px;font-family:Raleway;font-weight:normal;color:#FFF;text-align:center;font-size:20px;}
.icon_2{width:234px;height:162px;float:left;margin-top:10px;background-image:url(/images/landing-page-sprite.png?v=1.5);background-repeat:no-repeat;background-position:49px -389px;}
.analysis_aespl_1{width:270px;height:35px;float:left;text-align:center;margin-top:10px;}
.marks_evaluator{width:270px;height:auto;margin:0 auto;margin-top:50px;font-family:Raleway;font-weight:normal;color:#FFF;text-align:center;font-size:20px;}
.icon_3{width:270px;height:162px;float:left;margin-top:10px;background-image:url(/images/landing-page-sprite.png?v=1.5);background-repeat:no-repeat;background-position:-348px -378px;margin-left: 44px;}
.marks_evaluator_1{width:270px;height:35px;text-align:center;float:left;margin-top:10px;}
.cut-off{width:98px;height:150px;background:rgba(147, 203, 103, 0.5);float:right;margin-top:15px;text-align:center;}
.cut-off:hover{width:98px;height:150px;background:rgba(147, 203, 103, 0.75);float:right;margin-top:15px;}
.icon-4{background:url(../image/cut-off-m.png) no-repeat;margin-left:28px;height:45px;margin-top:10px;}
ul{list-style:url(../image/bullet-icon-m.png);}
.course-subheading{font-family:helveticaneuelt-condensed-webfont;font-weight:bold;color:#fec300;padding-top:10px;}
.course-subheading span{font-family:helveticaneuelt-condensed-webfont;font-weight:normal;color:#FFF;padding-top:25px;}
.eligibility-heading{font-family:helveticaneuelt-condensed-webfont;font-weight:bold;color:#fec300;padding-top:13px;}
.result-section{width:100%;height:100px;}
.medical-result{background-image:url(../image/result-m.png);width:280px;height:87px;margin-top:10px;}
.result-division{margin:0 Auto;height:100px;width:300px;}
.result-heading{font-family:helveticaneuelt-condensed-webfont;font-weight:normal;font-size:40px;color:#333;text-align:center;padding-top:15px;padding-bottom:20px;}
.aipmt-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;float:left;margin-left:10px;margin-right:10px;border-bottom:2px dotted #818181;}
.aipmt-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#315d96;margin-top:-22px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.aiims-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;margin-left:10px;margin-right:10px;border-bottom:2px dotted #818181;}
.aiims-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#ff6666;margin-top:0px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.jee-m-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;margin-left:10px;margin-right:10px;border-bottom:2px dotted #818181;}
.jee-m-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#315d96;margin-top:0px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.jee-a-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;}
.jee-a-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#ff6666;margin-top:0px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.footer{Width:100%;padding-bottom:40px;background-color:#515355;}

.brief_section{width:100%;height:auto;background-color:#fff;margin:0 auto;padding-bottom:10px;padding-top:20px;}
.brief_container{width:300px;height:auto;margin:0 auto;}
.brief_heading h1{width:100%;float:left;color:#666;font-family:Raleway;font-size:16px;text-align:left;padding-bottom:10px;}
.brief_1{width:100%;float:left;color:#666;font-family:Raleway;font-size:12px;text-align:justify;line-height:20px;}
/*.popup{position:fixed;top:45px;left:71%;width:64%;margin-left:-289px;padding:30px 30px 16px 30px;background:#ebefef url(../image/bg111.jpg) no-repeat center;color:#333;font-size:19px;line-height:30px;z-index:9999;border: 5px solid rgba(255, 255, 255, 0.7);}
.popup2{position:fixed;top:45px;left:71%;width:64%;margin-left:-289px;padding:30px 30px 16px 30px;background:#ebefef url(../image/bg111.jpg) no-repeat center;color:#333;font-size:19px;line-height:30px;z-index:9999;border: 5px solid rgba(255, 255, 255, 0.7);}*/
.ad-popup{display:none;}


.form-popup2{width:100%;float:left;}
/*input#firstname{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:87%;}
input#email{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:87%;}
input#phone{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:87%;}*/
.form label{font-size:17px;font-family:Raleway;color:#191b1b;padding:0px 0px 10px 0px;line-height:20px;display:block;width:100%;}
/*.form input[type="text"]{margin-bottom:0px;border:None;color:#025485;border:1px solid #ccc;font-size:14px;line-height:32px;height:27px;padding-left:0px;width:100%;}*/

.you_img_desk{display:none;}
.you_img_mobile{display:block;}
}
@media (min-width:643px) and (max-width:770px){
	

	
	
	.select-input {width: 148px;height: 26px;}
.container-header{width:100%;height:75px;background:#fff;}
.logo{background:url(../image/aakash-logo_m.png?ver=1.5) no-repeat;width:91px;height:60px;float:left;margin-left:5px;margin-top:7px;}
.info{float:right;padding:0px 0px 0px 5px;font-family:Raleway;}
.fb_share_image{float:left;width:167px;margin-right:14px;height:35px;background:url(/images/landing-page-sprite.png?v=1.5) -4px -312px;margin-left:20px;margin-top:24px;}
.info .top-sms, .info .top-call{float:left;padding:0px 0px 5px 35px;color:#787979;font-size:13px;line-height:20px;}
.info .top-sms span, .info .top-call span{font-size:13px;color:#787979;float: left;}
.info .top-sms span, .info .top-call span a{font-size:20px;color:#787979;}
.info .top-sms{background:url(../image/sms.png?ver=1.5) 0px 8px no-repeat;}
.info .top-call{/*background:url(../image/call.png?ver=1.5) 0px 8px no-repeat;*/}
.call-icon-sprite {
    background: url(/images/landing-page-sprite.png?v=1.5) -4px -3px;
    padding: 10px 17px 29px 17px;
    float: left;
    margin-top: 5px;
}


.banner{Width:768px;background:url(../image/banner.png?ver=1.5);background-repeat:no-repeat;background-size:cover;background-position:top center;}
.top-header{margin:0 Auto;width:100%;}
.banner-content{margin:0 Auto;width:750px;height:300px;}
.left-panel{float:left;font-family:Raleway;font-size:22px;color:#FFF;margin-left:0px;margin-top:0px;width:100%;}
.model{background:url("../image/model_tablet.png?ver=1.5") no-repeat scroll center bottom transparent;width:190px;height:275px;float:left;margin-left:20px;margin-top:25px;}
.tagline{width:470px;height:auto;float:right;margin-top:97px;text-align:right;line-height:38px;margin-right:20px;}
.yellow-tag{font-family:Raleway-Bold;color:#ffcc00;font-weight:bold;}
.white-tag{font-family:Raleway-Bold;color:#FFF;font-size:22px;}
.right-panel{Width:289px;margin-left:10px;padding-top:18px;float:right;}
.panel-1{width:100%;background:#FFF;font-family:Raleway;height:auto;}
.exam-solution{margin:22px auto 0px 10px;width:748px;font-size:15px;font-weight:normal;color:#666;line-height:20px;float:left;}
.me-exam-solution{margin:-70px auto 0px 10px;width:748px;font-size:15px;font-weight:normal;color:#666;line-height:20px;float:left;}
.me-exam-solution{margin:0px auto 0px 10px;width:748px;font-size:15px;font-weight:normal;color:#666;line-height:20px;float:left;}
.marksevaluator-solution{border:1px solid #3e83c3;width:100%;text-align:center;background:#fff;float:left;font-family:Raleway;margin-top:15px;line-height:26px;}
.marksevaluator-solution-heading{float:left;width:100%;padding:17px 0px;background:url(../image/table.jpg) no-repeat center bottom;color:#3e83c3;font-size:14px;margin-botton:10px;}
.marksevaluator-subheading{font-size:15px;height:100px;line-height:20px;}
.markevaluator-table{width:100%;}
.me-cutoff-solution{margin:-70px auto 0px 10px;width:748px;font-size:15px;font-weight:normal;color:#666;line-height:20px;float:left;}
.cutoff-solutions{font-family:Raleway;font-size:14px;width:440px;float:left;margin-top:10px;line-height:10px;float:left;}
.cutoff-category{border:1px solid #3e83c3;width:440px;text-align:center;background:#fff;float:left;line-height:43px;height:442px;}
.cutoff-category-heading{float:left;width:100%;padding:17px 0px;background:url(../image/table.jpg) no-repeat center bottom;color:#0074bc;font-size:18px;line-height:30px;}
.td-head{border-top:1px solid #e3e3e3;color:#0074bc;font-size:14px;}
.answer-solutions td{border-bottom:1px solid #a5a7a9;border-right:1px solid #a5a7a9;border-left:1px solid #a5a7a9;}
.answer-solutions{font-family:Raleway;font-size:13px;width:450px;float:left;line-height:20px;}
.Solution-heading h2{font-family:Raleway;color:#00527E;font-size:18.5px;text-align:center;width:440px;line-height:25px;}
.Solution-heading span{font-weight:bold;color:#ff9e41;}
.blue-bg{background:#3f5b62;color:#FFF;font-family:Raleway-Bold;font-size:10px;line-height:14px;}
.blue-bg span{font-family:Raleway;}
.right-side-area{width:283px;float:right;}
.answer-solution{background:url(../image/jee_main_answer_solution.jpg);width:283px;height:102px;}
.rank-predictor{background:url(../image/rank-predictor.jpg?ver=4.1);width:283px;height:75px;}
.jee_long_course{background-image:url(../image/jee_long_course.jpg?ver=4.1);margin-top:10px;width:283px;height:128px;}
.jeeaddv{background:url(../image/jee-advanced.jpg);width:283px;height:102px;margin-top:13px;}
.ad-banner{width:283px;Height:283px;background:url(../image/ad-banner.jpg?ver=4.1);margin-top:10px;}
.video-solution{width:100%;font-family:helveticaneuelt-condensed-webfont;background:url(../image/grey-bg.jpg?ver=4.1) repeat;height:540px;}
.video-box{float:left;text-align:center;color:#3E83C3;font-size:12px;font-family:Raleway;text-transform:uppercase;margin-left:17px;}
.video-heading h4{font-family:Raleway;color:#00527e;font-size:26px;width:740px;text-align:center;border-bottom:2px solid #ff9e41;padding-top:25px;padding-bottom:10px;}
.fs-video{width:550px;height:290px;margin-top:15px;}
.subject-video{float:left;width:740px;margin-top:15px;}
.video-heading h4 span{font-family:Raleway-Bold;color:#ff9e41;font-size:26px;width:610px;}
.all-Video-area{margin:0 Auto;width:740px;font-weight:normal;line-height:10px;}
.features-text{margin:0 Auto;width:740px;font-size:24px;font-weight:normal;color:#666;line-height:40px;padding-bottom:20px;}
.feature-box{background-color:rgb(79, 72, 214);width:100%;height:auto;padding-bottom:20px;padding-top:20px;}
.feature-box-Detail{width:720px;margin:0 Auto;font-family:Raleway;font-weight:normal;color:#FFF;padding-top:5px;font-size:18px;}
.feature-heading{font-family:Raleway;font-weight:normal;color:#FFF;font-size:30px;width:100%;text-align:center;}
.detail-analysis{width:225px;height:auto;float:left;margin-top:25px;font-family:Raleway;font-weight:normal;color:#FFF;text-align:center;font-size:16px;}
.icon_1{width:184px;height:162px;float:left;margin-top:10px;background-image:url(/images/landing-page-sprite.png?v=1.5);background-repeat:no-repeat;background-position:-177px -384px;margin-left: 27px;}
.detailed_anatysis{width:225px;height:35px;float:left;text-align:center;margin-top:10px;}

.click_1 a:hover{background-color:#000;color:#FFF;}
.analysis_aespl{width:225px;height:auto;float:left;margin-top:25px;margin-left:5px;font-family:Raleway;font-weight:normal;color:#FFF;text-align:center;font-size:16px;}
.icon_2{width:204px;height:162px;float:left;margin-top:10px;background-image:url(/images/landing-page-sprite.png?v=1.5);background-repeat:no-repeat;background-position:20px -391px;}
.analysis_aespl_1{width:225px;height:35px;float:left;text-align:center;margin-top:10px;}
.marks_evaluator{width:225px;height:auto;float:left;margin-top:25px;margin-left:5px;font-family:Raleway;font-weight:normal;color:#FFF;text-align:center;font-size:16px;}
.icon_3{width:225px;height:162px;float:left;margin-top:10px;background-image:url(/images/landing-page-sprite.png?v=1.5);background-repeat:no-repeat;background-position:-355px -377px;margin-left: 26px;}
.marks_evaluator_1{width:225px;height:35px;float:left;margin-top:10px;}
.cut-off{width:240px;height:180px;background:rgba(147, 203, 103, 0.5);float:right;margin-top:15px;text-align:center;}
.cut-off:hover{width:240px;height:180px;background:rgba(147, 203, 103, 0.75);float:right;margin-top:15px;}
.icon-4{background:url(../image/cut-off.png) no-repeat;margin-left:70px;height:80px;margin-top:10px;}
ul{}
.course-subheading{font-family:helveticaneuelt-condensed-webfont;font-weight:bold;color:#fec300;padding-top:10px;}
.course-subheading span{font-family:helveticaneuelt-condensed-webfont;font-weight:normal;color:#FFF;padding-top:25px;}
.eligibility-heading{font-family:helveticaneuelt-condensed-webfont;font-weight:bold;color:#fec300;padding-top:13px;}
.result-section{width:100%;height:245px;}
.medical-result{background-image:url(../image/result.png);width:715px;height:223px;margin-top:10px;}
.result-division{margin:0 Auto;height:100px;width:750px;}
.result-heading{font-family:helveticaneuelt-condensed-webfont;font-weight:normal;font-size:40px;color:#333;text-align:center;padding-top:15px;padding-bottom:20px;}
.aipmt-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;float:left;margin-left:10px;margin-right:10px;border-bottom:2px dotted #818181;}
.aipmt-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#315d96;margin-top:-22px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.aiims-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;margin-left:10px;margin-right:10px;border-bottom:2px dotted #818181;float:left;}
.aiims-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#ff6666;margin-top:-22px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.jee-m-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;margin-left:10px;margin-right:10px;border-bottom:2px dotted #818181;float:left;}
.jee-m-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#315d96;margin-top:0px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.jee-a-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;float:left;border-bottom:2px dotted #818181;}
.jee-a-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#ff6666;margin-top:0px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.footer{Width:100%;height:50px;background-color:#515355;}
.brief_section{width:100%;height:auto;background-color:#fff;margin:0 auto;padding-bottom:10px;padding-top:25px;}
.brief_container{width:750px;height:auto;margin:0 auto;}
.brief_heading h1{width:100%;float:left;color:#666;font-family:Raleway;font-size:20px;text-align:left;padding-bottom:10px;}
.brief_1{width:100%;float:left;color:#666;font-family:Raleway;font-size:13px;text-align:justify;line-height:20px;}
/*.popup{display:none;position:fixed;top:105px;left:47%;width:77%;margin-left:-289px;padding: 0px 16px 4px 15px    background: #ebefef url(../image/bg111.jpg) no-repeat center;background-size:cover;color:#333;font-size:19px;line-height:30px;z-index:9999;border: 5px solid rgba(255, 255, 255, 0.7);margin-top: 30px;}
.popup2{display:none;position:fixed;top:105px;left:47%;width:77%;margin-left:-289px;padding:30px 4px 15px 30px;background:url(../image/bg11.jpg?ver=4.1);background-size:cover;color:#333;font-size:19px;line-height:30px;z-index:9999;}*/
/*input#firstname{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:87%;}
input#email{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:87%;}
input#phone{border:1px solid #DADADA;margin-top:10px;padding-left:35px;width:87%;}*/
.you_img_desk{display:block;}
.you_img_mobile{display:none;}
}
@media (min-width:772px) and (max-width:899px){
.select-input {
    width: 148px;
    height: 26px;
}


.container-header{width:100%;height:75px;background:#fff;}
.logo{background:url(../image/aakash-logo_m.png?ver=1.5) no-repeat;width:91px;height:60px;float:left;margin-left:5px;margin-top:7px;}
.info{float:right;padding:0px 0px 0px 5px;font-family:Raleway;}
.fb_share_image{float:left;width:160px;margin-right:14px;height:38px;background:url(/images/landing-page-sprite.png?v=1.5)-9px -310px;margin-left:20px;margin-top:24px;}
.info .top-sms, .info .top-call{float:left;padding:0px 0px 5px 35px;color:#787979;font-size:13px;line-height:20px;}
.info .top-sms span, .info .top-call span{font-size:13px;color:#787979;float: left;}
.info .top-sms span, .info .top-call span a{font-size:19px;color:#787979;}
.info .top-sms{background:url(../image/sms.png?ver=1.5) 0px 8px no-repeat;}
.info .top-call{/*background:url(../image/call.png?ver=1.5) 0px 8px no-repeat;*/}
.call-icon-sprite {
    background: url(/images/landing-page-sprite.png?ver=4.1)-3px 1px;
    padding: 10px 17px 29px 17px;
    float: left;
    margin-top: 1px;
}



.banner{Width:100%;background:url(../image/banner.png?ver=1.5);background-repeat:no-repeat;background-size:cover;background-position:top center;}
.top-header{margin:0 Auto;width:100%;}
.banner-content{margin:0 Auto;width:750px;height:300px;}
.left-panel{float:left;font-family:Raleway;font-size:22px;color:#FFF;margin-left:0px;margin-top:0px;width:100%;}
.model{background:url("../image/model_tablet.png?ver=1.5") no-repeat scroll center bottom transparent;width:190px;height:275px;float:left;margin-left:20px;margin-top:25px;}
.tagline{width:470px;height:auto;float:right;margin-top:102px;text-align:right;line-height:38px;margin-right:20px;}
.yellow-tag{font-family:Raleway-Bold;color:#ffcc00;font-weight:bold;}
.white-tag{font-family:Raleway-Bold;color:#FFF;font-size:22px;}
.right-panel{Width:289px;margin-left:10px;padding-top:18px;float:right;}
.panel-1{width:100%;background:#FFF;font-family:Raleway;height:auto;}
.exam-solution{margin:22px auto 0px 0px;width:100%;font-size:15px;font-weight:normal;color:#666;line-height:20px;float:left;}
.me-exam-solution{margin:-70px auto 0px 10px;width:748px;font-size:15px;font-weight:normal;color:#666;line-height:20px;float:left;}
.me-exam-solution{margin:0px auto 0px 0px;width:771px;font-size:15px;font-weight:normal;color:#666;line-height:20px;float:left;}
.marksevaluator-solution{border:1px solid #3e83c3;width:100%;text-align:center;background:#fff;float:left;font-family:Raleway;margin-top:15px;line-height:21px;}
.marksevaluator-solution-heading{float:left;width:100%;padding:17px 0px;background:url(../image/table.jpg) no-repeat center bottom;color:#3e83c3;font-size:14px;margin-botton:10px;}
.marksevaluator-subheading{font-size:15px;height:100px;line-height:20px;}
.markevaluator-table{width:100%;}
.me-cutoff-solution{margin:-70px auto 0px 10px;width:748px;font-size:15px;font-weight:normal;color:#666;line-height:20px;float:left;}
.cutoff-solutions{font-family:Raleway;font-size:14px;width:440px;float:left;margin-top:10px;line-height:10px;float:left;}
.cutoff-category{border:1px solid #3e83c3;width:440px;text-align:center;background:#fff;float:left;line-height:43px;height:442px;}
.cutoff-category-heading{float:left;width:100%;padding:17px 0px;background:url(../image/table.jpg) no-repeat center bottom;color:#0074bc;font-size:18px;line-height:30px;}
.td-head{border-top:1px solid #e3e3e3;color:#0074bc;font-size:14px;}
.answer-solutions td{padding:4px 5px 4px 5px;border-bottom:1px solid #a5a7a9;border-right:1px solid #a5a7a9;border-left:1px solid #a5a7a9;}
.answer-solutions{font-family:Raleway;font-size:13px;width:450px;float:left;line-height:20px;margin-left:10px;}
.Solution-heading h2{font-family:Raleway;color:#00527E;font-size:18.5px;text-align:center;margin-bottom:7px;width:100%;line-height:25px;}
.Solution-heading span{font-weight:bold;color:#ff9e41;}
.blue-bg{background:#3f5b62;color:#FFF;font-family:Raleway-Bold;font-size:12px;line-height:14px;}
.blue-bg span{font-family:Raleway;}
.right-side-area{width:283px;float:right;margin-right:10px;}
.answer-solution{background:url(../image/jee_main_answer_solution.jpg);width:283px;height:75px;}
.rank-predictor{background:url(../image/rank-predictor.jpg?ver=4.1);width:283px;height:75px;}
.jee_long_course{background-image:url(../image/jee_long_course.jpg?ver=4.1);margin-top:10px;width:283px;height:128px;}
.jeeaddv{background:url(../image/jee-advanced.jpg);width:283px;height:102px;margin-top:13px;}
.ad-banner{width:283px;Height:283px;background:url(../image/ad-banner.jpg?ver=4.1);margin-top:10px;}
.video-solution{width:100%;font-family:helveticaneuelt-condensed-webfont;background:url(../image/grey-bg.jpg?ver=4.1) repeat;height:540px;}
.video-box{float:left;text-align:center;color:#3E83C3;font-size:12px;font-family:Raleway;text-transform:uppercase;margin-left:17px;}
.video-heading h4{font-family:Raleway;color:#00527e;font-size:26px;width:740px;text-align:center;border-bottom:2px solid #ff9e41;padding-top:25px;padding-bottom:10px;}
.fs-video{width:550px;height:290px;margin-top:15px;}
.subject-video{float:left;width:740px;margin-top:15px;}
.video-heading h4 span{font-family:Raleway-Bold;color:#ff9e41;font-size:26px;width:610px;}
.all-Video-area{margin:0 Auto;width:740px;font-weight:normal;line-height:10px;}
.features-text{margin:0 Auto;width:740px;font-size:24px;font-weight:normal;color:#666;line-height:40px;padding-bottom:20px;}
.feature-box{background-color:rgb(79, 72, 214);width:100%;height:auto;padding-bottom:20px;padding-top:20px;}
.feature-box-Detail{width:720px;margin:0 Auto;font-family:Raleway;font-weight:normal;color:#FFF;padding-top:5px;font-size:18px;}
.feature-heading{font-family:Raleway;font-weight:normal;color:#FFF;font-size:30px;width:100%;text-align:center;}
.detail-analysis{width:225px;height:auto;float:left;margin-top:25px;font-family:Raleway;font-weight:normal;color:#FFF;text-align:center;font-size:16px;}
.icon_1{width:165px;height:162px;float:left;margin-top:10px;background-image:url(/images/landing-page-sprite.png?v=1.5);background-repeat:no-repeat;background-position:-182px -385px;margin-left: 27px;}
.detailed_anatysis{width:225px;height:35px;float:left;text-align:center;margin-top:10px;}

.click_1 a:hover{background-color:#000;color:#FFF;}
.analysis_aespl{width:225px;height:auto;float:left;margin-top:25px;margin-left:5px;font-family:Raleway;font-weight:normal;color:#FFF;text-align:center;font-size:16px;}
.icon_2{width:189px;height:162px;float:left;margin-top:10px;background-image:url(/images/landing-page-sprite.png?v=1.5);background-repeat:no-repeat;background-position:10px -390px;margin-left: 12px;}
.analysis_aespl_1{width:225px;height:35px;float:left;text-align:center;margin-top:10px;}
.marks_evaluator{width:225px;height:auto;float:left;margin-top:25px;margin-left:5px;font-family:Raleway;font-weight:normal;color:#FFF;text-align:center;font-size:16px;}
.icon_3{width:189px;height:162px;float:left;margin-top:10px;background-image:url(/images/landing-page-sprite.png?v=1.5);background-repeat:no-repeat;background-position:-356px -377px;margin-left: 24px;}
.marks_evaluator_1{width:225px;height:35px;float:left;margin-top:10px;}
.cut-off{width:240px;height:180px;background:rgba(147, 203, 103, 0.5);float:right;margin-top:15px;text-align:center;}
.cut-off:hover{width:240px;height:180px;background:rgba(147, 203, 103, 0.75);float:right;margin-top:15px;}
.icon-4{background:url(../image/cut-off.png) no-repeat;margin-left:70px;height:80px;margin-top:10px;}
ul{}
.course-subheading{font-family:helveticaneuelt-condensed-webfont;font-weight:bold;color:#fec300;padding-top:10px;}
.course-subheading span{font-family:helveticaneuelt-condensed-webfont;font-weight:normal;color:#FFF;padding-top:25px;}
.eligibility-heading{font-family:helveticaneuelt-condensed-webfont;font-weight:bold;color:#fec300;padding-top:13px;}
.result-section{width:100%;height:245px;}
.medical-result{background-image:url(../image/result.png);width:715px;height:223px;margin-top:10px;}
.result-division{margin:0 Auto;height:100px;width:750px;}
.result-heading{font-family:helveticaneuelt-condensed-webfont;font-weight:normal;font-size:40px;color:#333;text-align:center;padding-top:15px;padding-bottom:20px;}
.aipmt-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;float:left;margin-left:10px;margin-right:10px;border-bottom:2px dotted #818181;}
.aipmt-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#315d96;margin-top:-22px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.aiims-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;margin-left:10px;margin-right:10px;border-bottom:2px dotted #818181;float:left;}
.aiims-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#ff6666;margin-top:-22px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.jee-m-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;margin-left:10px;margin-right:10px;border-bottom:2px dotted #818181;float:left;}
.jee-m-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#315d96;margin-top:0px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.jee-a-selection{font-family:helveticaneuelt-condensed-webfont;font-size:16px;font-weight:bold;color:#333;width:300px;text-align:center;float:left;border-bottom:2px dotted #818181;}
.jee-a-total-selection{padding-bottom:4px;font-family:helveticaneue-bold;font-size:82px;-webkit-text-stroke:2px white;color:#ff6666;margin-top:0px;text-shadow:3px 3px 0 #CCC,
-1px -1px 0 #FFF,
1px -1px 0 #FFF,
-1px 1px 0 #FFF,
1px 1px 0 #FFF;}
.footer{Width:100%;height:50px;background-color:#515355;}

.brief_section{width:100%;height:auto;background-color:#fff;margin:0 auto;padding-bottom:10px;padding-top:20px;}
.brief_container{width:760px;height:auto;margin:0 auto;}
.brief_heading h1{width:100%;float:left;color:#666;font-family:Raleway;font-size:20px;text-align:left;padding-bottom:10px;}
.brief_1{width:100%;float:left;color:#666;font-family:Raleway;font-size:13px;text-align:justify;line-height:20px;}
.you_img_desk{display:block;}
.you_img_mobile{display:none;}
}
.msg{color:#FFF;font-size:23px;padding:1px;text-align:center;width:270px;padding-bottom:86px;}
.msg p{padding:0px;margin:0px;}
.msg a{color:#FF0;}
.thanks_frm{color:#FFF;margin-top:-30px;}
.thanks{color:#FFF;margin-top:-11px}
.all-Video-area a{text-decoration:none;color:#000;}
.answer-solutions a{text-decoration:underline;}
a{text-decoration:none;}
a:hover{color:#000;text-decoration:none;}
.marks-evaluator .feature-button:hover{background-color:#517824;}
.cut-off .feature-button:hover{background-color:#517824;}
.cut-off a:hover{color:#FFF;}
.analysis-aespl .feature-button:hover{background-color:#1c6f90;}
.analysis-aespl a:hover{color:#FFF;}
.detail-analysis a:hover{color:#FFF;}
.detail-analysis .feature-button:hover{background-color:#892a2a;}
.acsttext{font-family:Raleway-bold;color:#000;font-size:14px;line-height:18px;padding-left:9px;padding-top:15px;}
.acsttext span{font-family:Raleway-bold;color:#E70000;font-size:15px;}
.acst{font-size:14px;font-family:Raleway;padding-top:120px;padding-left:18px;color:#ed1c24;font-weight:bold;line-height:19px;}
.acstdate{font-size:15px;font-family:Raleway;padding-top:150px;color:#000;}
.source{cursor:pointer;}
#page_effect{display:none;width:auto;height:auto;padding:5px;margin:auto;position:absolute;z-index:10000;background-position:initial initial;background-repeat:initial initial;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.frm{font-family:Raleway-bold;width:400px;height:64px;color:#039;font-size:17px;text-align:center;margin-top:10px;background-color:#fff;padding-top:50px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.frms{font-family:Raleway-bold;width:400px;height:64px;color:#039;font-size:17px;text-align:center;margin-top:10px;background-color:#fff;padding-top:50px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;display:none;}
.submit_btn{background-image:linear-gradient(to bottom, #216897 0%, #1b6495 100%);border:2px solid #598bae;padding:5px 10px;margin-top:10px;border-radius:5px;-moz-border-radius:5px;-pie-border-radius:5px;-webkit-border-radius:5px;color:#FFF;font-size:22px;font-family:helveticaneuelt-condensed-webfont;text-shadow:0px 1px 2px rgba(0, 0, 0, 0.15);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;Width:244px;}
.answer-solutions tr:nth-child(odd){background:#ffffff;}
.answer-solutions tr:nth-child(even){background:#F2F5F9;}
.acsttext .orange{color:#fcbe00;}
.acsttext .orange-smal{color:#fcbe00;font-size:12px;}
.share{cursor:pointer;}
.footerlink{float:right;color:#FFF;}
.footerlink a{color:#FFF;}
.clear{clear:both;}
.info a{color:#538353;}
a{color:#033;text-decoration:none;}
a:hover{color:#930;}
.form-popup2{text-align:center;}
.formError{z-index:990;}
.formError .formErrorContent{z-index:991;}
.formError .formErrorArrow{z-index:996;}
.formErrorInsideDialog.formError{z-index:5000;}
.formErrorInsideDialog.formError .formErrorContent{z-index:5001;}
.formErrorInsideDialog.formError .formErrorArrow{z-index:5006;}
.inputContainer{position:relative;float:left;}
.formError{position:absolute;top:200px;left:200px;display:block;cursor:pointer;}
.ajaxSubmit{padding:20px;background:#55ea55;border:1px solid #999;display:none}
.formError .formErrorContent{width:100%;background:#ee0101;position:relative;color:#fff;width:150px;font-size:11px;border:2px solid #ddd;box-shadow:0 0 6px #000;-moz-box-shadow:0 0 6px #000;-webkit-box-shadow:0 0 6px #000;padding:4px 10px 4px 10px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;}
.greenPopup .formErrorContent{background:#33be40;}
.blackPopup .formErrorContent{background:#393939;color:#FFF;}
.formError .formErrorArrow{width:15px;margin:-2px 0 0 13px;position:relative;}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow{margin:-2px 13px 0 0;}
.formError .formErrorArrowBottom{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;margin:0px 0 0 12px;top:2px;}
.formError .formErrorArrow div{border-left:2px solid #ddd;border-right:2px solid #ddd;box-shadow:0 2px 3px #444;-moz-box-shadow:0 2px 3px #444;-webkit-box-shadow:0 2px 3px #444;font-size:0px;height:1px;background:#ee0101;margin:0 auto;line-height:0;font-size:0;display:block;}
.formError .formErrorArrowBottom div{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;}
.greenPopup .formErrorArrow div{background:#33be40;}
.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}
.formError .formErrorArrow .line10{width:15px;border:none;}
.formError .formErrorArrow .line9{width:13px;border:none;}
.formError .formErrorArrow .line8{width:11px;}
.formError .formErrorArrow .line7{width:9px;}
.formError .formErrorArrow .line6{width:7px;}
.formError .formErrorArrow .line5{width:5px;}
.formError .formErrorArrow .line4{width:3px;}
.formError .formErrorArrow .line3{width:1px;border-left:2px solid #ddd;border-right:2px solid #ddd;border-bottom:0 solid #ddd;}
.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}



h1.jeemain{color: #2fa7eb; font-weight: 700; font-size:24px;}


.form-control {background-color: #fff0!important;}

.form-group #firstname-error,.form-group #email-error,.form-group #phone-error {
    background: #fff;
    max-width: 100%;
    border-radius: 4px;
    font-size: 11px;
    font-weight: normal !important;
    margin-bottom: 5px;
    position: absolute;
    bottom: -13px;
    right: 1px;
    border: 1px solid #e7e7e7;
    padding: 9px 6px;
    z-index: 99;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-family: 'Roboto', sans-serif;
    color: #cf0303;
    line-height: 2px;
}

label#tc_pp_validate-error {
    position: absolute;
    top: 44px;
    right: 3px!important;
}


.video-solution {
    padding: 20px;
}
.click_1 a {
    width: 107px;
    padding-top: 4px;
    background-color: #ffd101;
    border-radius: 4px;
    margin-left: 90px;
    margin-top: 10px;
    float: left;
    font-family: 'alternategothic2_btregular';
    color: #000;
    font-size: 19px;
}

.subject-video{display:contents!important;}
.video-heading {
    font-size: 20px;
    padding: 0px 0px 15px 0px;
}



@media only screen and (max-width:680px)
{
	.form-control{height: 44px;!important}
}

/*@media only screen and (min-device-width:375px) and (max-device-height:667px) and (orientation:portrait){.popup{position:fixed;top:45px;margin-top: 20px;left:71%;width:69%;margin-left:-244px;padding:30px 30px 16px;background: #ebefef url(../image/bg111.jpg) no-repeat center;color:#333;font-size:19px;line-height:30px;border:2px solid #150E2D;z-index:9999; border: 3px solid rgba(255, 255, 255, 0.7);}
}
@media only screen and (min-device-width:414px) and (max-device-height:736px) and (orientation:portrait){.popup{position:fixed;top:45px;margin-top: 20px;left:71%;width:61%;margin-left:-244px;padding:30px 30px 16px;    background: #ebefef url(../image/bg111.jpg) no-repeat center;color:#333;font-size:19px;line-height:30px;border:2px solid #150E2D;z-index:9999; border: 3px solid rgba(255, 255, 255, 0.7);}
}


@media only screen and (min-device-width:375px) and (max-device-height:667px) and (orientation:landscape){.popup{position:fixed;top:45px;margin-top: 20px;left:71%;width:41%;margin-left:-289px;padding:30px 30px 16px;    background: #ebefef url(../image/bg111.jpg) no-repeat center;color:#333;font-size:19px;line-height:30px;z-index:9999; border: 3px solid rgba(255, 255, 255, 0.7);}*/


.video-box {
    float: left;
    text-align: center;
    color: #3e83c3;
    font-size: 15px;
    font-family: 'Raleway',sans-serif;
    margin: 8px 9px 1px 9px;
    width: auto!important;
}

.video-box p{margin-top:15px;}
.click_2 a{padding:7px 15px;}

/*#fade{margin:auto; position: fixed; top: 0%; left: 0%; width: 100%;
    background-color: rgb(0, 0, 0);  height: 100%;  z-index: 1001;
    opacity: 0.8;  overflow: auto; display:inherit!important;}*/

.form-control{background:none!important; color:#fff!important;}
input#otpvalidation {
    color: #fff;
}

.form-control::-webkit-input-placeholder{color:#fff!important;}

h1.neet {
    font-family: 'Impact';
    font-size: 25px;
    color: #0673c3;
    text-transform: uppercase;
}

.bg-img.bg-img-1 {
    background: -webkit-linear-gradient(45deg, #114bb5 0%, #5225f8 100%);
    padding-bottom: 50px; margin: 0px 0px;
}

.single-counter, .single-counter p {
    text-align: center;
    color: #ffffff;
}

.single-counter .counter {
    font-size: 36px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.single-counter .counter-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.single-counter .counter-icon {
    margin-bottom: 30px;
}

.result {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    /* margin-bottom: 35px; */
    margin-bottom: 30px;
    text-transform: uppercase;
}

.result {
    position: relative;
    margin: 10px 0;
    padding: 0 0;
    float: left;
    width: 100%;
}
@media (max-width: 420px) and (min-width: 320px){
.info .top-sms span, .info .top-call span {
    float: none;
   font-size: 11px;
   color: #787979;
   display: inline-block;
   vertical-align: middle;
}
.call-icon-sprite {
   background: url(/images/landing-page-sprite.png?v=1.5)-12px -143px;
   padding: 10px 10px 16px 10px;
   float: none; 
   margin-top: -2px;
}
.info .top-sms, .info .top-call {
   float: none; 
   padding: 12px 0px 0px 3px;
   color: #787979;
   font-size: 11px;
   line-height: 15px;
   text-align: center;
}
.banner-content {
   margin: 0 Auto;
   width: 100%;
   height: 165px;
   display: flex;
   align-items: center;
   background: rgba(25, 25, 25, 0.5);
   justify-content: center;
}
.left-panel {
   float: none; 
   font-family: Raleway;
   font-size: 20px;
   line-height: 1.4;
   color: #FFF;
    margin-left: 0px; 
   margin-right: 0px; 
   text-align: center;
   margin-top: 0px;
   width: 100%;
   padding: 0px 15px;
}
.tagline {
   width: auto; 
   float: none; 
   padding-bottom: 0px; 
   padding-top: 0px; 
    margin-left: 13px; 
}
.single-counter {
    margin-bottom: 40px;
}
.single-counter .counter-icon {
    margin-bottom: 10px;
}
.single-counter .counter {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 1.2;
    margin: 0px;
}

}