html {
    height: 100%;
    box-sizing: border-box;
}
*{
    margin:0px;
    padding:0px;
    list-style:none;
}
body {
    position: relative;
    margin: 0;
    padding:0px;
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
}
.main-wrapper{
    width:100%;
}
.top-header{
   /* background: #2889fc;*/
    padding:20px;
    box-sizing: border-box;
    text-align:center;
}
.top-header p{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}
.outer-slide-main{
    width:100%;
    margin:50px 0px 0px;
    height:100%;
}
.wrapper-select{
    max-width:650px;
    margin:0 auto;
    text-align:center;
    padding:0px 15px;
    height:100%;
}
.top-header img{
	max-width:300px;
}
.clear{
    clear:both;
}
.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px 0px 25px;
    text-align: center;
    border-top: 1px solid #ccc;
    margin: 0px 20px;
}
.step-data{
    width:100%;
    display:inline-block;
}
.step-data h1{
    color:#333;
    position:relative;
    font-weight:400;
    text-align:center;
    font-size:16px;
}
.step-data h1:before{
    content: '';
    width: 55px;
    height: 2px;
    position: absolute;
    background: #ccc;
    text-align: center;
    right: 0;
    bottom: -4px;
    left: 0;
    margin: auto;
}
.step-data ul{
    margin:25px 0px 0px;
}
.step-data ul li{
    list-style: none;
    display: inline-block;
    font-weight: 500;
    font-size:15px;
    margin-right: 20px;
}
.step-data ul li span {
    background: #104a49;
    padding: 3px 10px;
    color: #fff;
    border-radius: 25px;
    margin-right: 10px;
}
.step-data ul li:last-child{
    margin:0;
}
.logo-part{
    width:100%;
    text-align:center;
}
.logo-part img{
    max-width:400px;
}
.outer-stream-main{
    width:100%;
    margin:50px 0px;
    position:relative;
    height:400px;
    overflow:hidden;
}

.stream-user{
    position:absolute;
    transition: all 0.5s ease;
    left: 0px;
    width: 100%;
    display: inline-block;
    float: left
}
.stream-user h1{
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
}
.select-stream{
    width:100%;
    display:inline-block;
    text-align:center;
    margin:15px 0px 0px;
    position:relative;
}
.select-stream ul li {
    display:inline-block;
    margin: 0px 20px 30px 0px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 3px;
    padding: 13px 50px;
    cursor:pointer;
}
.select-stream ul li.active{
    background:#008000;
    color: #fff !important;
    border-color: #008000;
}
.select-stream ul li:first-child{
    margin-left:0;
}
.main-btn{
    width:100%;
    text-align:center;
    margin-top:70px;
}
.main-btn  a{
    display: inline-block;
    background: #104a49;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 70px;
    font-size: 20px;
}
.new-cls1 {
    left: 100%;
}
.rmvetolft {
    left: -100%;
}
.select-stream ul li:hover{
    border-color:green;
    color:green;
}
.scd-page-btn{
    margin-top:120px;
}
.back-btn{
    width:100%;
    display:inline-block;
    margin-top: 20px;
}
.back-btn a{
    color:#0278cb;
    text-decoration:none;
    display: inline-block;
}
.select-stream input{
    width: 100%;
    padding: 15px 118px 15px 20px;
    box-sizing: border-box;
    font-size: 15px;
    position: relative;
    float: left;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
}
.stream-user p{
    font-size: 14px;
    color: #333;
	margin: 10px 0px;
}
input:focus{
    border-color:green;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.paste-url{
    padding: 15px 20px;
    background:green;
    color: #fff;
    float: right;
    cursor: pointer;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom:1px;
    border-radius: 0px 5px 5px 0px;
    font-size: 15px;
}
.disable a{
    opacity:0.5;
}
.paste-btn{
    margin-top: 40px;
}

/*nitin*/



.container{
    max-width: 1380px;
    margin: auto;
    padding: 0px 15px;
}
header h2 {
    display: block;
    text-align: center;
    padding: 20px 0px;
    background-color:  #2889fc;
    color: #fff;    
    font-weight: 100;
    font-size: 25px;
}
.detail-banner{
    text-align: center;
    padding: 10px 0px;
    background: #fff;
}
.detail-banner h1{
    font-weight: 500;
    position: relative;
    padding: 16px 0px;
}
.detail-banner h1:after{
    content: '';
    height: 1px;
    width: 200px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #ccc;
    margin: 0px auto;
}
.detail .student-detail{
    width: 65%;
    float: left;
}
.detail .question-detail{
    width: 35%;
    float: right;
}
.detail-wrapper{
    max-width: 1180px;
    margin: auto;
}
.detail .question-detail table{
    width: 100%;
    font-size: 15px;
    text-align: left;
}
.detail .student-detail table{
    width: 80%;
    text-align: left;
    font-size: 15px;
    color:#5a5a5a;
    border-collapse: collapse;
}
.detail .student-detail table tr td {
    padding: 13px 10px;
    font-weight: 500;
    
}
.detail .student-detail table tr{
	border: 1px solid #e9e9e9;
}

.detail .student-detail table tr {
    background: #f7f7f7;
}
.detail .question-detail table tr td {
    padding: 13px 10px;
    width: 20%;
}
.detail .question-detail table tr td:first-child{
    width:35%;
}
.detail .question-detail table tr:first-child{    
    background-color: #84a2a2;
    color: #fff;
}
.detail .question-detail table tr{
    background-color:#f7f7f7;
}
.detail .question-detail .table {
    margin-top: 2px;
}
.detail{
    margin-top: 15px;
}
.rank-link {
    display: block;
    width:100%;
}
.rank-link a{
   padding: 8px 15px;
font-size: 18px;
display: inline-block;
background:#178a17;
color: #fff;
text-decoration:none;
margin-top: 10px;
width: 100%;
box-sizing: border-box;
text-transform: uppercase;
border-radius:4px;
}
.rank-link a:hover{
	background: #178a17cc;
}
h3.section-heading{
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding: 14px 0px;
}
.question-section{
    padding: 20px 0px;
	margin-top:10px;
	background:#6663;
}
.question{
    width: 70%;
    float: left;
    font-size: 15px;
    padding: 10px 15px;
    box-sizing: border-box;
}
.question-marks{
    margin-top: 20px;
    background: #fff;
    border-radius: 4px;
	display: flex;
    width: 100%;
}
.marks{
    width: 30%;
    float: right;
    background: #cfdbdb;
    padding: 10px 15px;
    box-sizing: border-box;
}
.Q-mark{
    width: 40px;
    font-weight: bold;
}
.question table tr td{
    display: inline-block;
}
.question table tr {
    width: 95%;
    float: right;
    line-height: 45px;
}
.question table tr:first-child {
    padding: 0px;
    width: 100%;
}
.option ul li {
    float: left;
    margin-right: 40px;

}
.option ul li span{
    color: #777;
}
.option span{
    font-weight: bold;
    margin: 10px 0 0 0;
    display: inline-block;
}
.option-list td{
    margin-right: 100px;
}
.option ul{
    width: 95%;
    float: right;
}
.marks ul li:before {
    content: "";
    background: #144a49;
    display: inline-block; 
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 10px;
    bottom: 0px;
    left: 15px;
    right: 0px;
    position: absolute;
}
.marks ul li{
    font-size: 15px;
    padding: 6px 5px 6px 40px;
    list-style: none;
    position: relative;
    color: #104a49;
}
.marks ul{
    margin: 40px 0px;
}
.question-marks .marks ul li span.default{
    color: #000;
}
.pve{
    color: #4b8000 !important;
}
.question-marks .marks ul li span{
    margin-left: 10px;
}
/*add by satyam*/

.hdr_otr {
    /* float: left; */
    width: 100%;
    background: #2889fc;
    text-align: center;
    color: #fff;
    height: 55px;
    vertical-align: middle;
    font-size: 20px;
    padding: 16px 0;
    box-sizing: border-box;
}

span {
    vertical-align: middle;
}

.wrapper_sctn {
    margin: 0 auto;
    max-width: 1300px;
    padding:0px 15px;
}

.middle_sctn {
    float: left;
    width: 100%;
    background: #f6f8f9;
    padding: 30px 0 15px;
}
.estimate-rank-hd{
	text-align: center;
	width: 100%;
	color: #000;
	padding: 0px 0px 30px 0px;
	font-size: 24px;
	font-weight: 500;
        display: inline-block
}
.boxes_info {
    display: inline-block;
    float: left;
    width: 15%;
    background: #fff;
    border-radius:4px;
    padding: 30px 15px;
    box-sizing: border-box;
    margin: 0px 21px 15px 0px;
}
.boxes_info:last-child{
    margin-right: 0;
}
.boxes_info.yellow_strip {
    border-top: 5px solid #ffb53a;
}
span.num_obtain {
    font-size: 30px;
color: #000;
display: block;
font-weight: 800;
}
span.num_hdng_new {
    font-size: 18px;
}
span.num_hdng {
    color: #444;
    font-size: 13px;
    margin-top: 10px;
    display: block;
}
.good-luck{
text-align: center;
text-transform: uppercase;
color: #2889fc;
	width:100%;
	display:inline-block;
	padding:30px 0px 0px 0px;
}
.boxes_info.blue_strip {
    border-top: 5px solid #14a4fb;
}

.boxes_info.sykblue_strip {
    border-top: 5px solid #28c7ca;
/*    background: #404b5f;*/
   color: #ff0000b3
}
.boxes_info.sykblue_strip  span{
    color: #ff0000b3
}
.boxes_info.green_strip {
    border-top: 5px solid #8fc56f;
}

.boxes_info.drkskyblue_strip {
    border-top: 5px solid #6fc2c5;
}

.boxes_info.red_strip {
    border-top: 5px solid #da4b3d;
}
.button_sctnMdle {
    float: left;
    width: 100%;
    text-align: center;
    padding:18px 0 0;
}
.outer-package-data ul li:nth-child(1) >div{
    border-top-color:#14a4fb 
}
.outer-package-data ul li:nth-child(2) >div{
    border-top-color:#ffb53a 
}
.outer-package-data ul li:nth-child(3) >div{
    border-top-color:#da4b3d  !important
}
.outer-package-data ul li:nth-child(4) >div{
    border-top-color:#28c7ca 
}
button.homepge_btn {
    background: none;
    border: 2px solid #104a49;
    border-radius:4px;
    height: 45px;
    outline: none;
    padding: 0 20px;
    font-size: 16px;
    color: #104a49;
    cursor: pointer;
}


button.viewrpt_btn {
    background: #104a49;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    height: 45px;
    padding: 0px 20px;
    margin-left: 15px;
    border: 2px solid #104a49;
    outline: none;
    cursor: pointer;
}
.totl_stat{
    text-align: center;
}
.total_division{
    max-width: 700px;
    margin: 0px auto;
    margin-top: 115px;
    padding:0px 15px;
}
.left_sctnDivision{
    display: inline-block;
    float: left;
    font-size: 18px;           
    font-weight: 500;
}
.ryt_sctnDivision{
    display: inline-block;
    float: right;
    font-size: 18px;
    font-weight: 500;
}
.pro-container {
    width: 100%;
    background-color: #ececec;
    border-radius: 5px;
    position: relative;
    height: 10px;
}

.fill {
    width: 80%;
    background-color: #8ab4f8;
    border-radius: 5px;
    text-align: right;
    color: white;
    position: relative;
    height: 10px;
}
.pro-bar{
    margin: 40px 0px;
}
.bar-left{
    position: absolute;
    left: -47px;
    top: -2px;
	font-size: 12px;
}
.per-count{
    position: absolute;
}
.bar-right{
    position: absolute;
    right: -38px;
    top: -2px;
	font-size: 12px;
}
.fill span{
    position: relative;   
    top:-2px;
    right: 10px;
    z-index: 999;
    background: #fff;
    color: #000;
    border-radius: 3px;
    padding: 3px 15px;
    border: 1px solid #8ab4f8;
	font-size: 12px;

}
.fill span:before{             
    content:'';
    position:absolute;
    top:4px;
    right:-12px;
    width:0;
    height:0;
    border:6px solid transparent;
    border-left:6px solid #fff;
}
.totl_stat span{
    color: #008000;
    font-weight: 500;
    font-size: 22px;
    position: relative;
}
.totl_stat span:after{
    content:'';
    position:absolute;
    bottom:-10px;
    left:0px;
    width:100%;
    height:1px;
    background: #ccc;
}
.grn_txt{
    color: #008000;
}
.bottom_sctn {
    padding: 50px 0px 20px;
}


/*Preloader css starts here*/
*{margin:0;padding:0;}
.parent{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#cccccc;
    z-index:9999;
}
.child {
    position: fixed;
    top: 50%;
    left: 50%;
    width:70px;
    height:70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
.banr-img {
    width: 100%;
    display: inline-block;
    height: 100%;
    text-align: center;

}
.banr-img img {
    width: 100%;
    height: 100%;
}
.outer-btn{
    width: 100%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    background: #ccc;
}
.outer-btn a{
    background:#ccc;
    padding:5px;
    color:#000;
    border:1px solid #333;
    border-radius:5px;
    display:inline-block;
    text-decoration:none;
}
#container {
    margin: 20px;
    width: 400px;
    height: 8px;
    position: relative;
}
.wrapper-select-bottom{
	max-width:800px;
	margin: 0 auto;
	text-align: center;
	padding: 0px 15px;
	height: 100%;
}
.new-detail table tr{
	border:1px solid #e9e9e9;
}
.new-detail table tr td{
	padding:9px !important; 
}
.EvHmz {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
	text-align:center;
	text-transform:uppercase;
	color:#2889fc;
}
#fbar {
    background: #f2f2f2;
    border-top: 1px solid #e4e4e4;
    line-height: 40px;
    min-width: 980px;
}
.outer-package-data{
	width:100%;
	display:inline-block;
	text-align:center;
	padding-bottom: 30px;
}
.outer-package-data ul li{
	display:inline-block;
	width:18%;
	margin-right:20px;
}
.outer-package-data ul li:last-child{
	margin:0px;
}
.outer-package-data ul li .boxes_info{
	width: 100%;
	box-sizing: border-box;
	float: left;
	text-align:left;
        min-height: 170px;
}
.num_obtain.font-data{
	font-size:20px;
	line-height: 36px;
}
.data-mark{
	width:100%;
	display:inline-block;
/*	padding:6px 0px;*/
}
.data-mark ul li{
	list-style:none;
	display:inline-block;
	margin-right:10px;
	width:28%;
	font-size:14px;
}
.data-mark ul li:last-child{
	margin:0px;
}
.rank-data {
    width:100%;
    display: inline-block;
    margin-top:30px;
}
.rank-data ul{
padding-left:15px;	
}
.rank-data ul li{
    list-style: initial;
	margin-bottom: 5px;
	color:#666;
	font-size:14px;
	line-height: 24px;
}
.rank-data ul li:last-child{
	margin-bottom:0px;
}
.disclaimer-box {
    margin-top:30px;
	border: 1px solid #ccc;
    background: #fff;
	padding: 10px;
    
}
.disclaimer-content-box{
	border-right: 1px solid #ccc;
	padding: 10px;
}
.disclaimer-content-box.no-border{
	border-right: none;
}
.disclaimer-text h1{
	font-size:16px;
	margin-bottom:20px;
	font-weight: 400;
}
.disclaimer-text img{
	vertical-align: middle;
    width: auto;
}
.disclaimer-text ul{
	padding-left:15px;	
}
.disclaimer-text ul li{
    list-style: initial;
	margin-bottom: 5px;
	color:#666;
	font-size:14px;
	line-height: 24px;
}
.disclaimer-text ul li b{
	color: #000;
    font-size: 20px;
}
.formula-box ul li{
	font-size:12px;
	line-height: 18px;
}
.disclaimer-text ul li p{
	margin: 5px 0;
}
.disclaimer-text ul li:last-child{
	margin-bottom:0px;
}
.disclaimer-width{
	width:31%;
	float: left;
	margin: 0 1%;
}
.ranker-disclmr-wrpr{
	max-width:740px;
	margin:0 auto;
}
.rank-data h1{
	font-size:16px;
	margin-bottom:10px;
	font-weight: 500;
}
/*Preloader css ends starts here*/

/*add by satyam 6/02/2019*/
.banner-top-main{
	width: 100%;
	display: inline-flex;
}
.banner-top-main{
	background-image: url('../../images/BG_image.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position:bottom right;
	min-height:500px;
}
.main-banner{
	width:100%;
	display:inline-block;
}
.main-hdr{
	width:100%;
	text-align:center;
	margin:50px 0px 0px;
}
.logo-top-btm2 {
    margin-top: 20px;
}
.logo-top{
    width:100%;	
	display:block;
	margin-bottom: 50px;
	
}
.user-txt-gate{
	width:100%;
	display:inline-block;
	background:#fff;
}
.outer-main-rank{
	width:100%;
	display:inline-block;
	padding:30px 0px 25px;
}
.outer-main-rank p{
	text-align:center;
	line-height:25px;
	font-size:14px;
	color:#333;
	font-weight: 500;
}
.outer-work{
	width:100%;
	display:inline-block;
/*	margin:40px 0px 0px;*/
	text-align:center;
}
.outer-work h1{
	color: #a10707;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	position:relative;
	padding-bottom:10px;
}
.outer-work h1:after{
	background: #a10707;
    content: '';
    position: absolute;
    width: 223px;
    height: 2px;
    left: 0;
    margin: auto;
    right: 0;
    bottom:0px;
}
.step-circle{
	width:100%;
	padding:40px 0px 50px;
	text-align:center;
}
.step-circle ul li{
	width:30%;
	display:inline-block;
}
.outer-crcle{
	width:100%;
	display:inline-block;
	text-align:center;
}
.img-crcle{
	width:100%;
	text-align:center;
}
.outer-crcle b{
	width:100%;
	display:block;
	padding: 15px 0px 20px;
}
.outer-crcle p{
	width:100%;
	display:block;
	line-height: 30px;
}
/*.work{
	padding-bottom:25px;
}*/
.outer-work.work h1:after{
	width:150px;
}
.main-feature-data-info{
	background:#DCEFFB;
	padding:50px 0px; 
	  /*   -webkit-transform: skewY(-2deg); 
    transform: skewY(-2deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;*/
	 
}
.work{
	margin-bottom:25px;
}
.main-outer-dta{
	display:inline-block;
	width:100%;
	
}
.outer-fetre{
	width:100%;
	display:inline-block;
}
.content-data-ext {
    float: left;
    width: 55%;
}
.content-data-img {
    float: right;
    width: 30%;
	text-align:right;
	margin-top:30px;
}
.content-data-ext p{
	  color: #333;
line-height: 26px;
margin:7px 0px 0px;
font-size: 14px;
}
.content-data-ext h2{
	font-weight:600;
}
.detail-wrappers{
	max-width: 1000px;
	margin: auto;
	padding:0px 15px;
}
.expetd-rnk{
	width:100%;
	display:block;
}
.expetd-rnk ul li{
	list-style: initial;
	margin: 5px 0px;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}
.expetd-rnk ul{
	padding-left:20px;
}
.all-student-strm{
	background: #fff;
	padding: 50px 0px;
	width:100%;
	display:inline-block;
}
.works p{
	margin:15px 0px 15px;
	color: #333;
	line-height: 26px;
	font-weight:500;
}
.outer-strm{
	width:100%;
	display:inline-block;
	padding:30px 0px 0px;
}
.left-strem{
	width: 22.7%;
	float: left;
	margin-right: 30px;
	box-shadow: 0px 0 5px #ccc;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 2px;
}
.left-strem p{
	text-align: center;
	min-height: 57px;
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
.left-strem:last-child{
	margin:0px;
}
.coming-soon{
	background: #fff;
	padding: 0px 0px 0px;
	width:100%;
	display:inline-block;
}
.coming-soon img{
	width:100%;
}
.logo-top-btm1 .text {
    background: linear-gradient(to right, #e10019 20%, #00601b 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
	font-family: 'Montserrat Alternates';
    font-weight: 500;
    font-style: normal;
	position:relative;
	padding-bottom: 10px;
	margin:0 auto;
}
.logo-top-btm1 .text:after{
	background:#00601b;
    content: '';
    position: absolute;
    width:150px;
    height:3px;
    left: 0;
    margin: auto;
    right: 0;
    bottom:0px;
}
.logo-top img {
	max-width:300px;
}
.logo-top-btm2 img{
	max-width:400px;
}
.logo-top-btm1{
	display:inline-flex;
	width:100%;
	text-align:center;
}
.lft-class{
	float:left;
}
.rgt-cls-data{
	float:right;
}
.outer-parent{
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
	background:#0009;
	z-index: 999999;
}
.outer-child {
    position: fixed;
    top: 50%;
    left: 50%;
    width:30%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
   
}
.banr-imgs {
    width: 100%;
    display: inline-block;
    height: 100%;
	text-align: center;
	position:relative;
	background:#fff;
	
}
.paste-data{
	font-size: 17px;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
}
	.paste-data p {
    font-size: 16px;
	color: #333;
	padding: 26px 0px 0px 0px;
	line-height: 22px;
	font-weight: 500;
}
	.paste-data img {
    width: 100%;
    height: 100%;
}
	.outer-btns{
		width: 100%;
		text-align: center;
		padding: 20px;
		box-sizing: border-box;
	}
	.outer-btns a{
		background: #104a49;
		padding: 8px 20px;
		color: #fff;
		border: 2px solid #104a49;
		display: inline-block;
		text-decoration: none;
		border-radius: 4px;
	}
	
.input-data-main-paste{
	width:100%;
	margin-bottom:20px;
	display:inline-block;
}
.input-data-main-paste input{
	width:80%;
	padding:10px;
	box-sizing:border-box;
	border:1px solid #333;
	border-radius:4px;
	text-align:center;
}
.input-data-main-paste input:focus{
	border-color:green;
}
.cncl-data{
	width: 42px;
	height: 42px;
	background: #1865c0;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	cursor: pointer;
	line-height: 42px;
}
.paste-data h1{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px;
	background: #2889fc;
	color: #fff;
}
.check-now-btn{
	width:100%;
	display:inline-block;
	text-align:center;
	margin: 30px 0px 15px;
}
.check-now-btn a{
	background: #2889fc;
	padding: 14px 46px;
	color: #fff;
	border: 2px solid #2889fc;
	display: inline-block;
	text-decoration: none;
	border-radius: 4px;
	font-size: 22px;
	text-transform: uppercase;
	cursor: pointer;
}
.check-now-btn-txt-bld{
	max-width:600px;
	margin:0 auto;
           padding-top:10px;
}
.check-now-btn-txt-bld p{
	font-weight: 500;
	line-height: 20px;
	font-size: 14px;
	text-align:left;
}
.check-now-btn-txt-bld .hd-data-note{
    color:#000;
    font-weight:600;
    display:block;
    text-align:left;
    font-size:18px;
}
.bold-data ul li{
	font-weight:600;
	color:#333;
	font-size:16px;
}
.otr-division {
    float: left;
    width: 20%;
    margin: 0px 160px 0 0;
}
.otr-statDivision {
    float: left;
    width: 100%;
    padding: 0px 0 0 128px;
    box-sizing: border-box;
}
.google-signin .abcRioButton.abcRioButtonBlue {
    margin: 20px auto 0;
    border-radius: 2px;
}
span.hdngSctn-stat {
    margin: 45px 0 0 0;
    float: left;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    width: 100%;
}
span.hdngSctn-stat.student-count{
	margin: 5px 0 0 0;
}

	@media only screen and (max-width:768px) {
    .child {
        width:90%;
    }
}
	
.tab-div{
    display: inline-block;
    width: 100%;
    margin: 0px 0 15px;
    background-color: #fff;
    padding:15px;
    box-sizing: border-box;
    text-align: center
}

.tab-div .tab {
    /*overflow: hidden;*/
    text-align: center;
    margin-bottom: 0px;
    /*border: 2px solid #2889fc;*/
    float: left;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
}

/* Style the buttons inside the tab */
.tab-div .tab a:nth-child(1){
   color:#fff;
    border: 2px solid #14a4fb;
    
    background: rgba(130,220,254,1);
    background: -moz-linear-gradient(top, rgba(130,220,254,1) 0%, rgba(35,189,253,1) 47%, rgba(5,144,229,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130,220,254,1)), color-stop(47%, rgba(35,189,253,1)), color-stop(100%, rgba(5,144,229,1)));
    background: -webkit-linear-gradient(top, rgba(130,220,254,1) 0%, rgba(35,189,253,1) 47%, rgba(5,144,229,1) 100%);
    background: -o-linear-gradient(top, rgba(130,220,254,1) 0%, rgba(35,189,253,1) 47%, rgba(5,144,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(130,220,254,1) 0%, rgba(35,189,253,1) 47%, rgba(5,144,229,1) 100%);
    background: linear-gradient(to bottom, rgba(130,220,254,1) 0%, rgba(35,189,253,1) 47%, rgba(5,144,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82dcfe', endColorstr='#0590e5', GradientType=0 );
}
.tab-div .tab a:nth-child(2){
  color:#000;
    border: 2px solid #dc920e;
background: rgba(255,216,141,1);
background: -moz-linear-gradient(top, rgba(255,216,141,1) 0%, rgba(225,151,16,1) 47%, rgba(219,145,14,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,216,141,1)), color-stop(47%, rgba(225,151,16,1)), color-stop(100%, rgba(219,145,14,1)));
background: -webkit-linear-gradient(top, rgba(255,216,141,1) 0%, rgba(225,151,16,1) 47%, rgba(219,145,14,1) 100%);
background: -o-linear-gradient(top, rgba(255,216,141,1) 0%, rgba(225,151,16,1) 47%, rgba(219,145,14,1) 100%);
background: -ms-linear-gradient(top, rgba(255,216,141,1) 0%, rgba(225,151,16,1) 47%, rgba(219,145,14,1) 100%);
background: linear-gradient(to bottom, rgba(255,216,141,1) 0%, rgba(225,151,16,1) 47%, rgba(219,145,14,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd88d', endColorstr='#db910e', GradientType=0 );
}
.tab-div .tab a:nth-child(3){
   border: 2px solid #da4b3d;
    color:#fff;
background: rgba(245,166,153,1);
background: -moz-linear-gradient(top, rgba(245,166,153,1) 0%, rgba(229,66,51,1) 47%, rgba(212,54,42,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,166,153,1)), color-stop(47%, rgba(229,66,51,1)), color-stop(100%, rgba(212,54,42,1)));
background: -webkit-linear-gradient(top, rgba(245,166,153,1) 0%, rgba(229,66,51,1) 47%, rgba(212,54,42,1) 100%);
background: -o-linear-gradient(top, rgba(245,166,153,1) 0%, rgba(229,66,51,1) 47%, rgba(212,54,42,1) 100%);
background: -ms-linear-gradient(top, rgba(245,166,153,1) 0%, rgba(229,66,51,1) 47%, rgba(212,54,42,1) 100%);
background: linear-gradient(to bottom, rgba(245,166,153,1) 0%, rgba(229,66,51,1) 47%, rgba(212,54,42,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a699', endColorstr='#d4362a', GradientType=0 );

}
.tab-div .tab a:nth-child(4){
    border:2px solid #28c7ca;
    color:#000;
    
background: rgba(140,242,244,1);
background: -moz-linear-gradient(top, rgba(140,242,244,1) 0%, rgba(12,194,197,1) 47%, rgba(12,184,186,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(140,242,244,1)), color-stop(47%, rgba(12,194,197,1)), color-stop(100%, rgba(12,184,186,1)));
background: -webkit-linear-gradient(top, rgba(140,242,244,1) 0%, rgba(12,194,197,1) 47%, rgba(12,184,186,1) 100%);
background: -o-linear-gradient(top, rgba(140,242,244,1) 0%, rgba(12,194,197,1) 47%, rgba(12,184,186,1) 100%);
background: -ms-linear-gradient(top, rgba(140,242,244,1) 0%, rgba(12,194,197,1) 47%, rgba(12,184,186,1) 100%);
background: linear-gradient(to bottom, rgba(140,242,244,1) 0%, rgba(12,194,197,1) 47%, rgba(12,184,186,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cf2f4', endColorstr='#0cb8ba', GradientType=0 );

}
.tab-div .tab a:nth-child(1):hover{
    
background: rgba(5,144,229,1);
background: -moz-linear-gradient(top, rgba(5,144,229,1) 0%, rgba(35,189,253,1) 53%, rgba(130,220,254,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,144,229,1)), color-stop(53%, rgba(35,189,253,1)), color-stop(100%, rgba(130,220,254,1)));
background: -webkit-linear-gradient(top, rgba(5,144,229,1) 0%, rgba(35,189,253,1) 53%, rgba(130,220,254,1) 100%);
background: -o-linear-gradient(top, rgba(5,144,229,1) 0%, rgba(35,189,253,1) 53%, rgba(130,220,254,1) 100%);
background: -ms-linear-gradient(top, rgba(5,144,229,1) 0%, rgba(35,189,253,1) 53%, rgba(130,220,254,1) 100%);
background: linear-gradient(to bottom, rgba(5,144,229,1) 0%, rgba(35,189,253,1) 53%, rgba(130,220,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0590e5', endColorstr='#82dcfe', GradientType=0 );

}
.tab-div .tab a:nth-child(2):hover{
    
background: rgba(219,145,14,1);
background: -moz-linear-gradient(top, rgba(219,145,14,1) 0%, rgba(225,151,16,1) 53%, rgba(255,216,141,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(219,145,14,1)), color-stop(53%, rgba(225,151,16,1)), color-stop(100%, rgba(255,216,141,1)));
background: -webkit-linear-gradient(top, rgba(219,145,14,1) 0%, rgba(225,151,16,1) 53%, rgba(255,216,141,1) 100%);
background: -o-linear-gradient(top, rgba(219,145,14,1) 0%, rgba(225,151,16,1) 53%, rgba(255,216,141,1) 100%);
background: -ms-linear-gradient(top, rgba(219,145,14,1) 0%, rgba(225,151,16,1) 53%, rgba(255,216,141,1) 100%);
background: linear-gradient(to bottom, rgba(219,145,14,1) 0%, rgba(225,151,16,1) 53%, rgba(255,216,141,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db910e', endColorstr='#ffd88d', GradientType=0 );

}
.tab-div .tab a:nth-child(3):hover{
    background: rgba(245,166,153,1);
background: -moz-linear-gradient(top, rgba(245,166,153,1) 0%, rgba(229,66,51,1) 47%, rgba(212,54,42,1) 100%);
background: -webkit-gradient(left bottom , left top , color-stop(0%, rgba(245,166,153,1)), color-stop(47%, rgba(229,66,51,1)), color-stop(100%, rgba(212,54,42,1)));
background: -webkit-linear-gradient(bottom, rgba(245,166,153,1) 0%, rgba(229,66,51,1) 47%, rgba(212,54,42,1) 100%);
background: -o-linear-gradient(bottom, rgba(245,166,153,1) 0%, rgba(229,66,51,1) 47%, rgba(212,54,42,1) 100%);
background: -ms-linear-gradient(bottom, rgba(245,166,153,1) 0%, rgba(229,66,51,1) 47%, rgba(212,54,42,1) 100%);
background: linear-gradient(to top, rgba(245,166,153,1) 0%, rgba(229,66,51,1) 47%, rgba(212,54,42,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a699', endColorstr='#d4362a', GradientType=0 );
}
.tab-div .tab a:nth-child(4):hover{
      background: rgba(140,242,244,1);
background: -moz-linear-gradient(bottom, rgba(140,242,244,1) 0%, rgba(12,194,197,1) 47%, rgba(12,184,186,1) 100%);
background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(140,242,244,1)), color-stop(47%, rgba(12,194,197,1)), color-stop(100%, rgba(12,184,186,1)));
background: -webkit-linear-gradient(bottom, rgba(140,242,244,1) 0%, rgba(12,194,197,1) 47%, rgba(12,184,186,1) 100%);
background: -o-linear-gradient(bottom, rgba(140,242,244,1) 0%, rgba(12,194,197,1) 47%, rgba(12,184,186,1) 100%);
background: -ms-linear-gradient(bottom, rgba(140,242,244,1) 0%, rgba(12,194,197,1) 47%, rgba(12,184,186,1) 100%);
background: linear-gradient(to top, rgba(140,242,244,1) 0%, rgba(12,194,197,1) 47%, rgba(12,184,186,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cf2f4', endColorstr='#0cb8ba', GradientType=0 );
}
.tab-div .tab a {
    background-color: inherit;
    /*float: left;*/
    border: none;
    outline: none;
    cursor: pointer;
    height: 45px;
    padding: 0px ;
    transition: 0.3s;
    font-size: 14px;
    color: #2889fc;
    border: 2px solid #2889fc;
    /*margin-right: 10px;*/
    text-decoration: none;
    line-height: 45px;
    display: inline-block;
    width: 18%;
    margin-right: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    color:#000;
    /*box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);*/
}

.tab-div .tab a:last-child{
    /*border-right: 0;*/
    margin-right: 0
}
/* Change background color of buttons on hover */
.tab-div .tab a:hover {
/*   background: linear-gradient(180deg, rgba(40,137,252,1) 0%, rgba(29,92,105,1) 100%);
    color:#fff*/
}
.rank-data.new-data{
    margin-bottom:30px;
}
/* Create an active/current tablink class */
.tab-div .tab a.active {
    background: #2889fc;
    color:#fff
}
.table-iit .Ranking-table  tr:nth-child(even){
   background-color: rgb(236, 236, 236);
}
.Ranking-table  tr:nth-child(even){
   background-color: rgb(236, 236, 236);
}
/* Style the tab content */
.tab-div .tabcontent {
    display: none;
    padding: 0;
    border-top: none;
    background-color: #fff
}
.Ranking-table{
    border-collapse: collapse;
    width: 100%
}
.Ranking-table tr th, .Ranking-table tr td {
    border:1px solid #c4c4c4;
    text-align: left;
    padding: 14px;
    font-size: 16px;
}
.Ranking-table tr td{
    font-size: 14px;
    padding:15px;
}


.tab-div .button_sctnMdle{
    padding: 15px 0 10px;
}
.tab-div .button_sctnMdle a:last-child{
    margin-right: 0
}
.tab-div .button_sctnMdle a{
    margin-right: 20px;
    background: none;
/*    border: 2px solid #104a49;*/
    border-radius:5px;
    height: 45px;
    line-height: 45px;
    outline: none;
    padding: 0px;
    font-size: 14px;
/*    color:  #104a49;*/
    color: #871c24;
    cursor: pointer;
    list-style: none;
    display: inline-block;
    text-decoration:none;
    /*box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);*/
    transition: color 0.4s ease 0s, background-color 0.4s ease 0s;
    width: 18%;
    box-sizing: border-box;
}
.tab-div .button_sctnMdle a:nth-child(1){
    color:#fff;
    border: 2px solid #14a4fb;
    
    background: rgba(130,220,254,1);
    background: -moz-linear-gradient(top, rgba(130,220,254,1) 0%, rgba(35,189,253,1) 47%, rgba(5,144,229,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130,220,254,1)), color-stop(47%, rgba(35,189,253,1)), color-stop(100%, rgba(5,144,229,1)));
    background: -webkit-linear-gradient(top, rgba(130,220,254,1) 0%, rgba(35,189,253,1) 47%, rgba(5,144,229,1) 100%);
    background: -o-linear-gradient(top, rgba(130,220,254,1) 0%, rgba(35,189,253,1) 47%, rgba(5,144,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(130,220,254,1) 0%, rgba(35,189,253,1) 47%, rgba(5,144,229,1) 100%);
    background: linear-gradient(to bottom, rgba(130,220,254,1) 0%, rgba(35,189,253,1) 47%, rgba(5,144,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82dcfe', endColorstr='#0590e5', GradientType=0 );

}
.tab-div .button_sctnMdle a:nth-child(2){
    color:#000;
    border: 2px solid #dc920e;
background: rgba(255,216,141,1);
background: -moz-linear-gradient(top, rgba(255,216,141,1) 0%, rgba(225,151,16,1) 47%, rgba(219,145,14,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,216,141,1)), color-stop(47%, rgba(225,151,16,1)), color-stop(100%, rgba(219,145,14,1)));
background: -webkit-linear-gradient(top, rgba(255,216,141,1) 0%, rgba(225,151,16,1) 47%, rgba(219,145,14,1) 100%);
background: -o-linear-gradient(top, rgba(255,216,141,1) 0%, rgba(225,151,16,1) 47%, rgba(219,145,14,1) 100%);
background: -ms-linear-gradient(top, rgba(255,216,141,1) 0%, rgba(225,151,16,1) 47%, rgba(219,145,14,1) 100%);
background: linear-gradient(to bottom, rgba(255,216,141,1) 0%, rgba(225,151,16,1) 47%, rgba(219,145,14,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd88d', endColorstr='#db910e', GradientType=0 );

}
.tab-div .button_sctnMdle a:nth-child(3){
      border: 2px solid #da4b3d;
    color:#fff;
background: rgba(245,166,153,1);
background: -moz-linear-gradient(top, rgba(245,166,153,1) 0%, rgba(229,66,51,1) 47%, rgba(212,54,42,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,166,153,1)), color-stop(47%, rgba(229,66,51,1)), color-stop(100%, rgba(212,54,42,1)));
background: -webkit-linear-gradient(top, rgba(245,166,153,1) 0%, rgba(229,66,51,1) 47%, rgba(212,54,42,1) 100%);
background: -o-linear-gradient(top, rgba(245,166,153,1) 0%, rgba(229,66,51,1) 47%, rgba(212,54,42,1) 100%);
background: -ms-linear-gradient(top, rgba(245,166,153,1) 0%, rgba(229,66,51,1) 47%, rgba(212,54,42,1) 100%);
background: linear-gradient(to bottom, rgba(245,166,153,1) 0%, rgba(229,66,51,1) 47%, rgba(212,54,42,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a699', endColorstr='#d4362a', GradientType=0 );
}
.tab-div .button_sctnMdle a:nth-child(4){
     border:2px solid #28c7ca;
    color:#000;
    
background: rgba(140,242,244,1);
background: -moz-linear-gradient(top, rgba(140,242,244,1) 0%, rgba(12,194,197,1) 47%, rgba(12,184,186,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(140,242,244,1)), color-stop(47%, rgba(12,194,197,1)), color-stop(100%, rgba(12,184,186,1)));
background: -webkit-linear-gradient(top, rgba(140,242,244,1) 0%, rgba(12,194,197,1) 47%, rgba(12,184,186,1) 100%);
background: -o-linear-gradient(top, rgba(140,242,244,1) 0%, rgba(12,194,197,1) 47%, rgba(12,184,186,1) 100%);
background: -ms-linear-gradient(top, rgba(140,242,244,1) 0%, rgba(12,194,197,1) 47%, rgba(12,184,186,1) 100%);
background: linear-gradient(to bottom, rgba(140,242,244,1) 0%, rgba(12,194,197,1) 47%, rgba(12,184,186,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cf2f4', endColorstr='#0cb8ba', GradientType=0 );
}
.tab-div .button_sctnMdle a:nth-child(1):hover{
    
background: rgba(5,144,229,1);
background: -moz-linear-gradient(top, rgba(5,144,229,1) 0%, rgba(35,189,253,1) 53%, rgba(130,220,254,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,144,229,1)), color-stop(53%, rgba(35,189,253,1)), color-stop(100%, rgba(130,220,254,1)));
background: -webkit-linear-gradient(top, rgba(5,144,229,1) 0%, rgba(35,189,253,1) 53%, rgba(130,220,254,1) 100%);
background: -o-linear-gradient(top, rgba(5,144,229,1) 0%, rgba(35,189,253,1) 53%, rgba(130,220,254,1) 100%);
background: -ms-linear-gradient(top, rgba(5,144,229,1) 0%, rgba(35,189,253,1) 53%, rgba(130,220,254,1) 100%);
background: linear-gradient(to bottom, rgba(5,144,229,1) 0%, rgba(35,189,253,1) 53%, rgba(130,220,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0590e5', endColorstr='#82dcfe', GradientType=0 );

}
.tab-div .button_sctnMdle a:nth-child(2):hover{
   color:#000;
background: rgba(219,145,14,1);
background: -moz-linear-gradient(top, rgba(219,145,14,1) 0%, rgba(225,151,16,1) 53%, rgba(255,216,141,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(219,145,14,1)), color-stop(53%, rgba(225,151,16,1)), color-stop(100%, rgba(255,216,141,1)));
background: -webkit-linear-gradient(top, rgba(219,145,14,1) 0%, rgba(225,151,16,1) 53%, rgba(255,216,141,1) 100%);
background: -o-linear-gradient(top, rgba(219,145,14,1) 0%, rgba(225,151,16,1) 53%, rgba(255,216,141,1) 100%);
background: -ms-linear-gradient(top, rgba(219,145,14,1) 0%, rgba(225,151,16,1) 53%, rgba(255,216,141,1) 100%);
background: linear-gradient(to bottom, rgba(219,145,14,1) 0%, rgba(225,151,16,1) 53%, rgba(255,216,141,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db910e', endColorstr='#ffd88d', GradientType=0 );

}
.tab-div .button_sctnMdle a:nth-child(3):hover{
   background: rgba(245,166,153,1);
background: -moz-linear-gradient(top, rgba(245,166,153,1) 0%, rgba(229,66,51,1) 47%, rgba(212,54,42,1) 100%);
background: -webkit-gradient(left bottom , left top , color-stop(0%, rgba(245,166,153,1)), color-stop(47%, rgba(229,66,51,1)), color-stop(100%, rgba(212,54,42,1)));
background: -webkit-linear-gradient(bottom, rgba(245,166,153,1) 0%, rgba(229,66,51,1) 47%, rgba(212,54,42,1) 100%);
background: -o-linear-gradient(bottom, rgba(245,166,153,1) 0%, rgba(229,66,51,1) 47%, rgba(212,54,42,1) 100%);
background: -ms-linear-gradient(bottom, rgba(245,166,153,1) 0%, rgba(229,66,51,1) 47%, rgba(212,54,42,1) 100%);
background: linear-gradient(to top, rgba(245,166,153,1) 0%, rgba(229,66,51,1) 47%, rgba(212,54,42,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a699', endColorstr='#d4362a', GradientType=0 );
}
.tab-div .button_sctnMdle a:nth-child(4):hover{
    color:#000;
    background: rgba(140,242,244,1);
background: -moz-linear-gradient(bottom, rgba(140,242,244,1) 0%, rgba(12,194,197,1) 47%, rgba(12,184,186,1) 100%);
background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(140,242,244,1)), color-stop(47%, rgba(12,194,197,1)), color-stop(100%, rgba(12,184,186,1)));
background: -webkit-linear-gradient(bottom, rgba(140,242,244,1) 0%, rgba(12,194,197,1) 47%, rgba(12,184,186,1) 100%);
background: -o-linear-gradient(bottom, rgba(140,242,244,1) 0%, rgba(12,194,197,1) 47%, rgba(12,184,186,1) 100%);
background: -ms-linear-gradient(bottom, rgba(140,242,244,1) 0%, rgba(12,194,197,1) 47%, rgba(12,184,186,1) 100%);
background: linear-gradient(to top, rgba(140,242,244,1) 0%, rgba(12,194,197,1) 47%, rgba(12,184,186,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cf2f4', endColorstr='#0cb8ba', GradientType=0 );
}
.tab-div .button_sctnMdle a:hover{
    color:
    #ffffff;
    background-color:
    #871c24;
}
.tab-div.new-data-tab{
    padding:22px 0px 15px;
}

.pop-div{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000094;
    z-index: 999;
    display: none
}
.pop-center{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 768px;
    background-color:    #fff;
    color:    #000;
    border-radius: 3px;
    /*min-height: 450px;*/
    text-align: center
}
.pop-head{
    background-color: #2889fc;
    color:#fff;
    float: left;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 18px;
}
.student-info{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.student-info span{
    float: left;
    width: 24%;
    font-size: 16px;
    background-color: #b9b9b93d;
    border-radius: 3px;
    margin: 0.5% 0.5% 0 0.5%;
    color:#000;
    padding: 5px 0;
    text-align: left;
    min-height: 28px;
}
.student-info span span, .student-info span label{
    width: 100%;
    float: left;
    padding:5px 10px;
    box-sizing: border-box;
    background-color: transparent
}
.student-info span span{
    font-size: 14px;
}
.student-info span label{
    font-weight: 500
}
.pop-wapper{
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box
}
.select-pop{
    width: 100%;
    float: left;
    font-size: 16px;
    padding:0px;
    box-sizing: border-box
}
.select-pop select{
    float: left;
    width: 320px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #777
}
.select-pop label{
     float: left;
    width: 100%;
    margin: 10px 0;
    font-weight: 500;
    text-align: center
}


.pop-center .table-div-pop{
    width: 100%;
    float: left;
    padding: 0px 10px 10px;
    box-sizing: border-box;
    font-size: 16px;
}
.pop-center .table-div-pop tr td{
    font-size: 14px;
}




.pop-center .tab {
    overflow: hidden;
    text-align: center;
    margin:15px 0;
    border: 2px solid #2889fc;
    /*float: left;*/
    border-radius: 4px;
    display: inline-block;
}

/* Style the buttons inside the tab */
.pop-center .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    height: 30px;
    padding: 0px 15px;
    transition: 0.3s;
    font-size: 14px;
    color: #2889fc;
    border-right: 2px solid #2889fc;
    /*margin-right: 10px;*/
    
    /*display: inline-block*/
}

.pop-center .tab button:last-child{
    border-right: 0
}
/* Change background color of buttons on hover */
.pop-center .tab button:hover {
    background-color: #2889fc;
    color:#fff
}

/* Create an active/current tablink class */
.pop-center .tab button.active {
    background: #2889fc;
    color:#fff
}
.pop-div i {
    float: right;
    top: -10px;
    right: -10px;
    background-color: 
    #fff;
    padding: 6px;
    box-sizing: border-box;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    cursor: pointer;
}
.pop-div i img {
    width: 10px;
    margin: 4px 0px 0 0;
    
}
.rpt-hed.hdr_otr{
    height: auto
}
.rpt-hed.hdr_otr .wrapper_sctn{
    height: auto;
    position: relative
}
.rpt-hed.hdr_otr button.homepge_btn{
    float: left;
    border-color: #fff;
    color:#fff;
    padding: 0px 15px;
    box-sizing: border-box;
    font-size: 14px;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 35px;
    font-weight: 500
}
.rpt-hed.hdr_otr button.homepge_btn:hover{
    background-color: #fff;
    color:#2889fc
}
.estimate-rank-hd .homepge_btn{
    float: left;
    padding: 0px 15px;
    box-sizing: border-box;
    font-size: 14px;    
    margin: auto;
    height: 40px;
    font-weight: 500
}
.estimate-rank-hd .homepge_btn.right{
    float: right
}
.estimate-rank-hd span{
        line-height: 38px;
}
.estimate-rank-hd .homepge_btn:hover{
    background-color: #104a49;
    color:#fff
}
.outer-package-data.box-div{
    padding-bottom: 20px;
}
.outer-package-data.box-div .boxes_info{
    padding: 25px 15px;
}
        
.ranking-list{
    background-color: #fff
}
.ranking-list .Ranking-table{
    margin: 0px 0 30px;
}


.Call_Predictor .table-div-pop{
    width: 100%;
    float: left;
    padding: 0px;
    box-sizing: border-box;
    font-size: 16px;
}
.Call_Predictor .table-div-pop tr td{
    font-size: 14px;
}




.Call_Predictor .tab {
    overflow: hidden;
    text-align: center;
    margin:15px auto 0;
    /*border: 2px solid #2889fc;*/
    /*float: left;*/
   
    display:block;
    width: 320px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
}

/* Style the buttons inside the tab */
.Call_Predictor .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    height: 45px;
    padding: 10px 0px;
    transition: 0.3s;
    font-size: 14px;
    color: #2889fc;
    border: 2px solid #2889fc;
    /*margin-right: 10px;*/
    width: 20%;
    /*display: inline-block*/;
    box-sizing: border-box;
    border-right: 0
}

.Call_Predictor .tab button:last-child{
    border-right: 2px solid #2889fc;
    border-radius: 0 4px 4px 0
}
.Call_Predictor .tab button:first-child{
    border-radius: 4px 0 0 4px
}
.ta-hed{
    float: left;
    width: 100%;
    margin-bottom: 12px;
}
/* Change background color of buttons on hover */
.Call_Predictor .tab button:hover {
    background-color: #2889fc;
    color:#fff
}

/* Create an active/current tablink class */
.Call_Predictor .tab button.active {
    background: #2889fc;
    color:#fff
}
.Call_Predictor .tabcontent {
    display: none;
    padding: 0;
    border-top: none;
    background-color: #fff
}
.student-info h2{
    margin:0 0 5px;
    font-weight: 500
}
.ranking-list .middle_sctn{
    background-color: #fff
}
.Call_Predictor .table-div-pop.new-table tr td:last-child{
    padding:0px;
}
.Call_Predictor .table-div-pop.new-table tr td div     {
    padding: 8px;border-bottom: 1px solid #777;
} 
.Call_Predictor .table-div-pop.new-table tr td div:last-child       {
    border-bottom:none !important;
} 
        
.below-div{
    float: left;
    margin: 15px 0 25px;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    border:2px solid #ccc;
    width: 100%;
    color:#2889fc
}
.below-div span{
    float: left;
    width: 100%;
    margin-bottom: 5px;
    color:#333;
    font-weight: 500;
}
.wrapper_sctn.btm-div-main{
    padding: 0px;
}
        
.table-iit{
    float: left;
    width: 100%
}
.gate-info{
    float: left;
    width: 100%;
    margin: 15px 0;
    font-size: 14px;
    border: 2px solid #ccc;
    padding: 15px 15px 9px;
    box-sizing: border-box;
    border-radius: 3px;
}
.gate-info ol, .gate-info ol li{
    float: left;
    width: 100%
}
.gate-info ol li{
    position: relative;
    padding-left: 35px;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.gate-info ol li span{
    position: absolute;
    left: 14px;
    width: 8px;
    height: 8px;
    text-align: right;
    top: 4px;
    /*bottom: 0;*/
    margin: auto;
    content: '';
    background-color: #000;
    border-radius: 100%
}
      
.gate-info strong{
    float: left;
    margin-bottom: 15px;
    width: 100%;
    font-size: 16px
}



.accordion {
  margin: 1em 0;
  background: #fff;
}

.accordion-toggle {
      cursor: pointer;
      padding: 0;
    border-radius: 0;
    color:
    #212121;
    background-color:
    #FAFAFA;
    border-color:
    #EEEEEE;
    text-align:left;
    line-height: 33px;
    padding:15px;
    box-sizing:border-box;
    border:1px solid #EEEEEE;
    font-size:16px;
    transition:all 0.3s ease;
}

.accordion-content {
  display: none;
  overflow: hidden;
  padding:15px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  text-align: left;
  line-height: 25px;
}

.accordion-content.default {
  display: block;
}

.arrow {
  display: inline-block;
  float: right;
  margin: 7px 0 0 0;
  width: 0;
  height: 0;
  border-top: .35em solid transparent;
  border-bottom: .35em solid transparent;
  border-left: .35em solid #333;
  transition: all .2s ease;
  margin-top:10px;
}

.arrow-open {
  transform: rotate(90deg);
}
.outre-accor{
    width:100%;
    float:left;
    margin-bottom:10px;
}
.accordion-toggle:hover, .accordion-toggle:focus {
        color: 
    #fff;
    background:
        #165e77;
}
.accordion-toggle:hover .arrow{
     border-left: .35em solid #fff;
}
.accordion-toggle.acitve-bg{
     color:#fff;
    background:#165e77;
    border-bottom:none;
}
.accordion-toggle.acitve-bg .arrow{
     border-left: .35em solid #fff;
}
        
