html {scroll-behavior:smooth;}
body{font-family:'Poppins', sans-serif;color: #404852;}
.main-wrapper,
.top-2-combine,
.top-wrapper,
section,
.wrapper,
.wrapper-grey,
header,
figcaption,
.heading,
.panelBodyAccordian,
.whiteBoxAccordianInside,
.section4,
footer{
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}
.wrapper{
    padding:20px 0;
}
.wrapper-grey{
    background-color: #e7e7e7;
}
.posRel{
    position: relative;
}
.overlay{position: absolute;top: 0; right: 0; left: 0; bottom: 0;}
.black-overlay{background-color: #000;}
.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10;
}
.op40{opacity: 0.4;}
.op70{opacity: 0.7;}
.op80{opacity: 0.8;}
.container-top{
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
header{padding: 0 15px;}
.top-wrapper{height: auto;
    background:url(cutm_home.jpg) center center;
    background-repeat: no-repeat;background-size:100%;
}
.logo{float: left;
    margin-top:-50px;
    width:180px;text-align: center;
}
.logo a img{margin-top: 70px;}
.phone{float: right;margin-top: 35px;}
.imgCaption{margin-top: 50px;}
.doctor-img,.engineer-img{float: left;width: 50%;display: block;
}
figcaption{width: 100%;text-align: center;position: relative;}
.imgCaption{
    position: absolute;
    bottom: 0;
}
figcaption .figcaption{
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
}
.figcaption-mob{
    display: none;
}



/*Form css Start*/
.form{width:100%; max-width: 400px; min-height:466px;margin:0; float: right; z-index: 2;
    background-color:rgba(255, 255, 255, 0.3); border-radius: 10px;right:40px;
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.15);

}
.tab2 {margin: 15px 0; width:100%;}

.grid {
    margin-top: -1rem;
    margin-bottom: -1rem;
    margin-left: -1rem;
    margin-right: -1rem;
}
.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
}
.grid ul{padding:0 10px 20px 2em;}
.grid ul li{padding:10px 0; font-size:15px;}

.mobltxt img{padding:5px; width:150px; background-color:#fff;}
.counter-section {
    background: url(map-bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 50px 0;
}
.counterBg {display: inline-block;width: 100%;}
.counterText {color: #FFF;margin: 33px 0;}
.counterText h2 {font-size: 48px;font-weight: 400;margin-top:0;}
.counterText h1 {
	color: #333;
	font-size: 53px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}
.counterText h3 {font-size: 61px;font-weight: 500;}
.counterText p {font-size: 16px;line-height: 25px;margin-top: 20px;}
#counterPanel {
	margin-bottom: 25px;
	padding:10px;
	text-align: center;
	border-radius: 5px;
	background: #041c35;
}
#counterPanel .count, #counterPanel span {color: #FFC600;font-size:30px;font-weight: 700;line-height: 50px; margin-bottom:1px;display: block;}
#counterPanel .count em {font-style: normal;margin-left: 10px;}
#counterPanel p{ font-size:14px; color:#FFF; margin-bottom:0; font-weight:600;}
/*.locationSection {
    background: url(counter-bg.jpg) no-repeat top center;
    padding: 50px 0 0;
    background-size: cover;
    margin-top:5%;
}
*/

div.counterText h2 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0;
    line-height: 47px;
    color: #ffc600;
    text-shadow: 1px 1px 0px #333;
    text-transform: capitalize;
}
div.counterText {
    color: #FFF;
    margin: 105px 0 33px;
}
.formHeader{width: 100%; float: right; padding-top: 0px;}
.formHeader h3{font-size: 18px; font-weight: 600; margin:10px 0 0px; text-transform: uppercase;color:#000;}
.formHeader h5{color:#111}
.formHeader p{/*font-family: 'Roboto Slab', serif;*/ font-size: 14px; font-weight: 400;margin:0 0 0;}
.formBody{padding: 20px 40px 5px 40px; width: 100%; float: left;}
.formBody .form-group{padding-left: 50px; margin: 0 0 14px; position: relative;border: none; background-color: rgba(255, 255, 255, .6); border-radius: 999px;border:#e0e0e0 solid 1px;}
.formBody .form-group figure{position:absolute; left:0;top:0;width:50px;text-align:center;height:46px;line-height:46px;}
.formBody .form-group .form-control{height: 46px; padding:0 0 0 0; border:none;font-size: 14px; 
    color: #2e2e2e;
    box-shadow: none; background-color: transparent; 
    -webkit-box-shadow: none;}
    .formBody .form-group .form-control::-webkit-input-placeholder {color: #404852;}
    .formBody .form-group .form-control::-moz-placeholder {color: #404852;}
    .formBody .form-group .form-control:-ms-input-placeholder {color: #404852;}
    .formBody .form-group .form-control:-moz-placeholder {color: #4c5667;}

    .course-price{font-size: 14px;color: #404852;}
    .course-price strong{font-size: 18px;margin-left: 5px;}

    .submit{color: #fff; height: 46px; line-height: 46px; padding: 0 15px; width: 100%; margin:0 auto 0; border:none; font-size: 18px; font-weight: 500; letter-spacing: 0.4px; border-radius: 999px; background-color: #FC654C;
        /*box-shadow: 0px 15px 50px 0 rgba(238, 28, 37, 0.22), 0px 10px 15px -5px rgba(238, 28, 37, 0.18);*/
        /*-webkit-box-shadow: 0px 15px 50px 0 rgba(238, 28, 37, 0.22), 0px 10px 15px -5px rgba(238, 28, 37, 0.18);*/
    }
    /*.submit:hover,.submit:focus,.submit:focus:hover{color: #fff;outline: none;}*/
    input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    select {
        /* for Firefox */
        -moz-appearance: none;
        /* for Chrome */
        -webkit-appearance: none;
    }
    /* For IE10 */
    select::-ms-expand {
        display: none;
    }
    select.form-control{background-image:url(../images/down-arrow.png);
        background-repeat: no-repeat;
        background-position: right 20px center;}

        .form-group-radio{width: 100%; float: left; clear: both; margin: 5px 0;}
        .i-am,.radio-form-div{float: left; margin-right: 15px;}

        .radioInpt{position: absolute; opacity: 0;}
        .radioLbl{position: relative; height: 16px; width: 16px; border-radius: 50%; border:2px solid #ccc; float: left; display: block; cursor: pointer; margin-top: 3px; background-color: #fff;}
        .radioSpan{float: left; display: block; margin-left:10px;}

        .radioInpt:checked + .radioLbl{border-color:#0e6ce3; box-shadow: inset 0 0 0 2px #fff; background-color: #0e6ce3;}

        .form-group.form-group-radio{ border:1px solid #f7f7f7; padding: 0 0; margin-top:15px;}

        .form-group.form-group-radio > div:first-child{border-right: 1px solid #e0e0e0;}
        .form-group.form-group-radio > .radio-form-div{padding: 10px 15px 8px; text-align: center; width: 50%; margin:0 0; position:relative;}
        .form-group.form-group-radio .radioLbl{width: 20px; height: 20px; margin:0 0 0 0;}

        .info{
            position:absolute;
            right:0;
            top:-10px;
            right:-10px;
            cursor:pointer;
            background-color:transparent;
            padding:0 0;
            border:none; 
            outline:none;
        }
        .termsAndConditionDiv{
            width:200px;
            padding: 10px;
            text-align: left;
            position: absolute;
            bottom: 65px; right: -25px; 
            background-color: #fff;
            display: none;
            border-radius: 5px;
            box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.2);
        }
        .termsAndConditionDiv::before{content: ''; position: absolute; bottom: -20px; right: 15px; 
        border-top:10px solid #fff;
        border-bottom:10px solid transparent;
        border-left:10px solid transparent;
        border-right:10px solid transparent;
    }
    .termsAndConditionDiv p{font-size: 13px; color: #3d3d3d; line-height: 20px; margin-bottom: 0; letter-spacing: 0.2px;}

    .tc-pp{font-size: 12px; text-align: center; margin-top: 30px;}
    .tc-pp p{margin-bottom: 0;}
    .tc-pp a:hover,.tc-pp a:focus{color: #1435d2; text-decoration: none;}
    /*For Tooltip by Chandan Kumar on 01-10-2018 start*/
    .tooltipEmailCustom{
        position: absolute;
        max-width: 200px; 
        padding: 5px 10px;
        background-color: #fff;
        border-radius: 5px;
        color: #2e2e2e;
        z-index: 2;
        font-size: 12px;
        top: 50px;
        left: 15px;
        box-shadow: 0px 0px 30px rgba(0,0,0,.3);
        -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,.3);
        display: none;

    }
    .tooltipEmailCustom:after{
        content: '';
        position: absolute;
        border-top:5px solid transparent;
        border-bottom: 10px solid #fff;
        border-left:5px solid transparent;
        border-right: 5px solid transparent;
        left: 15px;
        top: -15px;
    }
    .tooltipEmailCustom p{
        margin-bottom: 0;
    }

    .tooltipOver:hover + .tooltipEmailCustom{
        display: block;
    } 

    .tooltipOver:focus + .tooltipEmailCustom{
        display: none;
    } 
    /*For Tooltip by Chandan Kumar on 01-10-2018 End*/

    /*Form css End*/

    .top-2-combine{
        /*background-color: #ee1c25;*/
        position: relative;
        /*top: -50px;*/
    }
    .marg50{
        margin-top: 50px;
    }
    .scholarship-bg{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.05;
    }

    .scholarshipDiv{
        position: relative;
        z-index: 1;
    }

    .heading{
        margin-bottom: -5px;
    }
    .heading h2{
        font-size:25px;
        color: #2e2e2e;
        position: relative;
        font-weight:600;
       
    }
    .heading-white h2{
        color: #fff;
        font-weight: 700;

    }
    .heading h2 span{
        position: absolute; top: 50%;
        left: 0;
        z-index: -1;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
    }
    .heading p{
        font-size: 16px;
        letter-spacing: 0.4px;
        color: #2f2d2d;
        margin-top: 10px;
        font-weight: 400;
        /*font-family: 'Roboto Slab', serif;*/
    }
    .heading-white p{
        color: #fff;
        font-weight: 300;
    }

    .section4{
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .enrollment-process-bg{
        background: url(../images/bg-3.html) no-repeat center center;
        background-size: cover;
    }

    .enrollment{
        margin: 50px 0 0;
    }
    .section5{background:#333;text-align:center;padding:15px 0;color:#ccc;}

    .enrollment-section h3{
        color: #00baff;
        font-weight: 500;
        font-size: 20px;
        text-transform: uppercase;
        margin: 20px 0 10px;
    }
    .enrollment-section p{
        color: #e6e6e6;
        font-size: 15px;
        margin: 0 0 0;
        height: 70px;
    }
    .enrollment-step{
        position: relative;
        width: 100%;
        margin-top: 20px;
    }
    .enrollment-step span{
        border:1px solid #e6e6e6;
        border-radius: 50%;
        height: 38px;
        width: 38px;
        line-height: 36px;
        font-weight: 700;
        color: #e6e6e6;
        font-size: 18px;
        display: inline-block;
    }

    .enrollment-dash{
        position: absolute;
        top: 18px;
        width: calc(100% - 10px);
        height: 1px;
        background-image: url(../images/dashed.html);
        left:calc(50% + 23px);
    }

    .enroll-now{
        margin-top: 20px;
        margin-bottom: 20px;
    }


    .testimonials .light-sky-bg{
        background-color: #efefef;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -4;
    }

    .testi .heading span{
        z-index: -3;
    } 

    .testimonial-kid{
        position: relative;
        margin-top: 30px;
    }
    .testimonial-kid .item{
        padding-left: 140px;
        min-height: 140px;
    }


    .testim-words{
        font-size: 14px;
        line-height: 20px;
        color: #2e2e2e;
    }

    .testim-controls{
        position: absolute;
        right: 0;
        top: -40px;
    }

    .carousel-indicators{
        position: static;
        width: 100%;
        clear: both;
        margin:20px 0 0 0;
    }
    .carousel-indicators li.active{
        background-color: #008aff;
        border-color: #008aff;
    }
    .carousel-indicators li{
        background-color: #404852;
    }

    .student{
        margin:30px 0 20px;
    }
    .student-info{
        width: 100%; text-align: center;
        margin:0 0 0;
        padding:0 0;
        list-style-type: none;
    }
    .student-info li{
        display: inline-block;
    }
    .student-info-1{
        background: url(../images/divider-AIR.html) center right no-repeat;
        padding-right: 10px;
    }
    .student-info-1 .air{
        color: #2e2e2e;
        font-size: 14px;
        /*font-family: 'Roboto Slab', serif;*/
    }
    .student-info-1 .air big{
        font-size: 45px;
        font-weight: 700;
    }
    .student-info-2 h5{
        text-align: left;
        font-weight: 700;
        font-size: 20px;
        line-height:29px;
        color: #008aff;
        text-transform: uppercase;
        margin:0 0;
    }
    .student-info-2 p{
        text-align: left;
        font-weight: 400;
        font-size: 16px;
        line-height: 14px;
        color: #2e2e2e;
        text-transform: uppercase;
        margin:0 0;
    }

    .card{
        background-color: #fff;
        box-shadow: 2.121px 2.121px 8px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 2.121px 2.121px 8px 0px rgba(0, 0, 0, 0.1);
        padding:20px 10px; 
    }
    .card > h4{
        font-size: 24px;
        margin:0 0 10px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .card .badgeInfo p{
        margin: 15px 0 0;
        font-size: 14px;
        font-weight: 700;
        color: #008aff;
        /*font-family: 'Roboto Slab', serif;*/
    }
    .card .badgeInfo h4{
        font-size: 20px;
        font-weight: 700;
        color:#2e2e2e;
        margin:0 0 0;
    }
    .card .badgeInfo h4 em{
        font-style: normal;
        font-weight: 300;
    }
    .price{
        font-size: 50px;
        font-weight: 700;
        color: #2e2e2e;
        line-height: 58px;
    }
    .card .badgeInfo .price b{
        font-size: 48px;
    }

    .num{
        font-size: 48px;
        color: #008aff;
        font-weight: 500;
        line-height: 50px;

    }
    .qualified{
        margin-top: 20px;
    }
    .qualified span{
        color: #474c52;
    }
    .qualified h3{
        font-weight: 600;
        font-size: 18px;
        color: #2e2e2e;
        margin:5px 0 0;
    }

    .institute-centers{
        margin:30px 0 10px;
    }
    .institute-centers img{
        max-width: 100%;
    }

    .mockTest{
        background-image: url(../images/mock-test.html);
        background-size:cover;
        padding: 30px 0;
    }
    .mockTest .simplify{
        font-size: 36px;
        color: #fff;
        font-weight: 300;
    }
    .mockTest .mock{
        font-size: 52px;
        color: #fff001;
        font-weight: 300;
        line-height: 50px;
    }
    .mockTest .submit{
        margin-top: 45px;

    }
    .link,.link:hover{
        color: #008aff;
        text-decoration: none;
    }
    .know-more{
        text-align: right;
    }


    /* sh code */
    table tr td{padding:2px 12px;}
    .pcourse{line-height: 26px;}
    .pcourse h4 {color: #2fa7eb;  font-weight: 700;  font-size: 14px; margin-bottom: 5px;  margin-top: 23px;}
    .pcourse h5 {color: #2fa7eb;  font-weight: 700;  font-size: 21px; margin-bottom: 5px;  margin-top: 23px; text-transform:uppercase;}

    .topimg {position: absolute; top: 125px; right: 0;}
    .topcontent {
        margin-top: 11%;
        font-size: 18px;
        width: 75%;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        color: #504e4e;
        line-height: 32px;
    }

    .topcontent h3 {
        font-size: 29px;
        line-height:49px;
        color: #2fa7eb;
        font-weight: bold;
    }

    span.dateset {
        color: #05355f;
        font-size: 20px;
        font-weight: bold;
    }

    span.feegst {
        color: #08689e;
        font-size:20px;font-weight: 700; 
    }


    .tabbb {
        width: 100%;margin-top: 22px;
        min-height: 205px;
        height: auto;
    }

    .acsttab p {
        font-size: 18px;
        line-height: 23px;
        font-family: 'Poppins', sans-serif;
    }
    .acsttab {
        width: 100%;
        float: left;
    }

    .acsttab h3 {
        font-size: 32px;
        color: #0893b3;
        font-weight: bold;
        margin: 0;}
        span.incl {font-size: 14px;}
        .secodsection {
            margin-top: 15px;
            line-height: 58px;
        }
        .interested {
            width: 250px;
            background: #ee1c25;
            padding: 7px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            margin: 41px auto;
        }
        a:hover {text-decoration:none;}
        .interested:hover {background:#333;}

        h3.acstt {
            text-transform: uppercase;
            color: #ee1c25;
            font-weight: 700;
            font-size: 21px;
        }


        .paymentmethod .radio {
            line-height: 24px;
        }

        fieldset#scheduler-border {
            border: 1px groove #ddd !important;
            padding: 0 1.4em 22px 1.4em !important;
            margin: 0 0 1.5em 0 !important;
            -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
        }

        legend#scheduler-border {
            font-size: 1.2em !important;
            font-weight: bold !important;
            text-align: left !important;
        }

        legend#scheduler-border {
            padding-left: 20px;
            background: #fff;
            border: none;
        }

        #paymentoption input[type="radio"] {
            width: 20px;
            height: 15px;
        }

        .text-oops {
            color: #ff0202;
            font-size: 20px;
        }

        .paymentfail {
            line-height: 25px;
            font-size: 15px;
            color: #000;
        }

        .paymentfailcotainer form {
            min-height: 639px;
            padding-top: 63px;
        }

        #paymentoption.formBody {
            padding: 20px 40px 42px;
            width: 100%;
            float: left;
        }

        .paymentmethod .radio {
            line-height: 24px;
        }

        #paymentoption .form-group {
            padding-left:0px;
            margin: 0 0 10px;
            position: relative;
            border: none;
            background: none!important;
            border-radius: 999px;
            font-weight: 500!important;
        }




        #paymentoption input#register-submit {
            color: #fff;
            height: 46px;
            line-height: 46px;
            padding: 0 15px;
            width: 100%;
            margin: 10px auto 0;
            border: none;
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 0.4px;
            border-radius: 999px;
            background-color: #2fa7eb;
            box-shadow: 0px 15px 50px 0 rgba(0, 189, 253, 0.22), 0px 10px 15px -5px rgba(0, 189, 253, 0.18);
            -webkit-box-shadow: 0px 15px 50px 0 rgba(0, 189, 253, 0.22), 0px 10px 15px -5px rgba(0, 189, 253, 0.18);
        }

        label.error {
            color: red;
            font-weight: 400;
            font-size: 12px;
            position: absolute;
            top: 45px;
            clear: both;
            width: 100%;
            position: absolute;
            left: 21px;
        }

        select#centre,select#course {
            padding: 6px 12px!important;
        }

        fieldset#scheduler-border.payfail {
            padding: 0 1.4em 15px 1.4em !important;
        }

        .successfull {
            line-height: 30px;
            font-size: 15px;
            color: #000;
        }

        span.clockp {
            color: #05355f;
            font-size: 20px;
            font-weight: bold;
            margin-left: 15px;
            float: left!important;
        }


        span.formfee {
            color: #065bcf;
            font-size: 20px;
            font-weight: bold;
            margin-top: 12px;
            display: inherit;
            margin-left: 15px;
            text-align:left;
            width: 100%;
            display: flex;
        }

        span.fgst{font-size: 15px;}
        #paymentoption.formBody fieldset#scheduler-border{padding: 0 1.4em 16px 1.4em !important;}
        p.statusMsg{position: absolute;  top: 45px;}

        p.correctotp {
            position: absolute;
            right: 21px;
            top: 14px;
        }

        i.fas.fa-check {
            color: #008000;
        }

        input#otpcode {
            border-top: 0;
            border-right: 0;
            border-left: 0;
            padding: 5px;width: 100%;
        }


        p.statusMsg {position: absolute;top: 4px;right:0;color: #1da006;}

        /* sh code close */


        .modal{background-color: rgba(0,0,0,0.7);}
        .admtnhdng{color:#fff;padding-top:120px;font-size:32px; line-height:46px;font-weight:700;text-shadow:2px 2px 18px #292929;}
        .anstxt{color:#ee1c25;background:#fff;text-shadow: none;padding:0 10px;font-size:34px;}
        .grytxt{color:#6d6e72;}
        .logowar{text-align:right}
        .logowar img{width:128px;box-shadow:#fff 0 0 0 3px;}
        .recruiters{width:100%;}
        .recrtrbtn{width:30px;height:40px;background-image:none!important;top:48%}
        .recrtrbtn .glyphicon-chevron-left, .recrtrbtn .glyphicon-chevron-right, .recrtrbtn .icon-next, .recrtrbtn .icon-prev{background:#333;font-size:22px;height:40px; line-height:40px;}
        .facultybx{width:100%;padding:0 0 20px;background:#efefef;margin:15px 0;}
        .facultybx h4{font-size:16px;text-align:center}
        .facimg{width:140px;height:140px;margin:0 auto 20px auto;overflow:hidden;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;}
        .othrschl{background:#464646;color:#c4c4c4;width:100%;padding:25px 0;}
        .othrschl h3{margin-top:0;color:#eaeaea;}
        ul.ftrschool{margin:0;padding:0 0 0 20px}
        ul.ftrschool li{margin:0 0 0 0;list-style:circle;line-height:22px}
        ul.ftrtags{margin:0;padding:0;list-style:none;}
        ul.ftrtags li{margin:0 4px 4px 0;padding:3px 8px;background:#636363;font-size:13px;display:inline-block}
        .sbmtbtn{margin-top:0; height:32px;line-height: 32px;width:100px;font-size:18px;background:#333;box-shadow:none;cursor:pointer;}
        .sbmtbtn:hover{background:#ee1c25;}
        /*.form-control:focus{box-shadow:0 0 0 1px #ff7f84!important;border-radius:20px;}*/

        .slide-out-div {z-index:99;top:90px!important;width:400px;padding:0;text-align: center;height:auto;-webkit-animation:cssAnimation 2s 1 ease;-moz-animation:cssAnimation 2s 1 ease;-o-animation:cssAnimation 2s 1 ease;animation:cssAnimation 2s 1 ease;position:relative; float:right;}
        .slideout-copy1 {padding:0;height:auto;}
        .darkHeader{background:#07294d;top:60px!important;}
        .desktoptxt{text-align:center;margin-bottom:0;color:#fff;}
        .mobltxt{width:150px;}
        .mobltxt div{background-color: #fff;padding: 5px 5px 5px 10px;font-size: 14px;}
        .tstmnlpic {width:115px;height:115px;overflow:hidden;border:#ddd solid 3px;margin:0 auto 15px;-webkit-border-radius: 100px;-moz-border-radius:100px;border-radius:100px;}
        .tstcntnt{line-height:21px;margin-bottom:15px;}
        .nametxt{font-size:16px;color:#ee1c25;font-weight:700;line-height:24px;}
        .tstmbtncntrl{width:40px;height:40px;background:#333;top:40%;}
        .tstmbtncntrl:hover{background:#ee1c25;}
        .tstmbtncntrl span.btnback{margin-left:-13px;font-size:18px;}
        .tstmbtncntrl span.nxtbtn{font-size:18px;margin-right:-14px;}
        .counterbox{padding:50px 0;width:100%;font-size:22px;line-height:40px; background: #fff;}
        ul.counternos{margin:0;padding:0;text-align:center}
        ul.counternos li{margin:0;padding:0;display:inline-block;width:26%;}
        ul.counternos li .counter{color:#FC654C;font-size:34px;}
        .plsn{font-size:30px}
        .lstbox ul{margin:0 0 30px 0;padding:0 0 0 18px;font-size:16px;float:left;width:100%;}
        .lstbox ul li{margin:6px 0;padding:0 0 0 4px;font-weight:300;list-style-image:url(../images/arrow.png);float:left;width:100%;}


        .fixed-enquire-button {
            display: none;
        }
        nav.navbar.navbar-inverse.navbar-fixed-top {
            display: none;
        }
        .icons{padding: 20px;}
        .icons p{font-size: 16px; min-height: 50px;}
        .top-2-combine+.container{margin: 40px auto 0;}


        @media screen and (max-width: 991px){
            .boy-img{right:20px;left:auto;top:auto;bottom:0;}
            .enrollment-section h3{font-size: 15px;text-transform: initial;}

            .light-sky-bg, .video-bg{display: none;}

            .testimonials{background-color: #c0e2ff;}

            .heading h2,.heading p{text-align: center;}
            .heading h2 span{left: 50%;z-index: 0;}
            .heading h2 span img{width: 100px;-webkit-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);position: absolute;left:50%;top: 50%;}

        }


        @media screen and (max-width: 767px)
        {
            .mobltxt{width:auto;}
        .mobltxt div{background-color: #fff;padding: 5px 5px 5px 10px;font-size: 14px; text-align:center;}
            .counterbox{padding:20px 0;font-size:18px;}
            ul.counternos li{width:100%;display:block;}
            .top-wrapper{background-size:100%;}

            .admtnhdng{color:#fff;padding-top:10px;line-height:38px;font-weight:700;text-shadow:none;font-size:22px;}
            .anstxt{font-size:22px;}
            .mobbg{background:#ee1c25;}
            .logowar{text-align:center;}
            .logowar img{margin-top:15px;}
            .figcaption{display: none;}
            .figcaption-mob{
                display: block;
                width: 100%
            }
            .logo{width: 150px;height:90px;margin-left: -50px;margin-top: -55px;}
            .logo img{height: 50px;margin-left: 20px;}
            .phone img{height: 28px;margin-top: 0;}
            .formBody{padding: 5px 20px 15px;}
            .imgCaption{margin-top: 0;position: static;}
            .marg115{margin-top: 10px;}
            .marg115 .heading h2{margin-bottom: 30px;}
            .tc-pp{margin-top: 20px;}
            .form{max-width: none;margin-top: 20px;position:relative;right:0;}
            .formHeader img{height: 20px;}
            .formHeader h3{font-size: 15px;margin: 10px 0 15px;}
            .heading h2{margin-top: 10px;}
            .scholarshipDiv{padding:0;}
            .student-girl{display: none;}
            /*Accordian css Start*/
            .tabContent .mobileAccrdn{display: block;}
            .tabNav{display: none;}

            .tabContent .tab-pane,
            .panelBodyAccordian .col-md-12, .panelBodyAccordian .col-md-6{
                float: left;
                clear:both;
                width: 100%;
            }
            .panelBodyAccordian .col-md-12, .panelBodyAccordian .col-md-6{padding: 5px 5px 0;}
            .whiteBoxAccordianInside p,.coursePackageInfo{padding:0;}
            .panelBodyAccordian{padding: 0 0 5px;}
            .customAccordian{padding: 10px;margin:0;background-color: #fff;}
            .panel-default>.panel-heading a{
                font-size: 16px;
                margin-top: 0;
                padding: 10px 45px 10px 10px;
                background-color: #2fa7eb;
                color: #fff;
            }
            .customAccordian .panel-heading a.collapsed{background-color: #273373;color: #fff;}
            .customAccordian .panel-heading a .accordianIcon{
                right: 0;
                width: 40px;
                left: auto;
                background-size: 40%;
                border-left: 1px solid #1d8ccb;
                border-right: none;
            }
            .customAccordian .panel-heading a.collapsed .accordianIcon{
                background: url(../images/plus.png) #0e344b center center no-repeat;
                border-right:none;
                border-left: 1px solid #092638;
                background-size: 14px;
            }
            .whiteBoxAccordianInside{padding: 10px;}
            .panelBodyAccordian > .clearfix{display:none;}
            .mobileAccrdn{padding:10px 15px;color:#0e344b;margin-top: 15px;cursor:pointer;position:relative; 
                background-color:#fff;display:block;float: left;width: 100%;}
                .mobileAccrdn::before{content: ''; width: 20px; height: 20px; position: absolute; top: 11px; right: 10px;background: url(../images/mob-plus.png) no-repeat center center;}
                .mobileAccrdn.active::before{
                    background: url(../images/mob-minus.png) no-repeat center center; 
                }
                .mobileAccrdn.active,.tab-content>.active{background-color: #2fa7eb;color: #fff;clear: both;}
                .mobileAccrdn:hover,.mobileAccrdn:focus{text-decoration:none;}
                .whiteBoxAccordianInside h3 img{height: 30px;}
                .whiteBoxAccordianInside h3{
                    font-weight: 500;
                    font-size:14px;
                    padding-bottom: 8px;
                    margin: 0 0 5px 0;
                    border-bottom: 1px solid #ebebeb;
                }
                .whiteBoxAccordianInside p{padding:0;font-size: 13px;}
                .coursePackageInfo li{
                    font-size: 12px;
                    line-height: 18px;
                    padding-left: 28px;
                    background-size: 16px;
                    padding-top: 6px;
                }
                /*Accordian css End*/
                .enrollment-step{
                    display: none;
                }
                .student-name,
                .student-info-2 h5,
                .student-info-2 p{
                    text-align: center;
                }
                .testimonial-kid .item{padding: 0 0;}

                .testimonial-kid .testim-img{
                    position: static;
                    text-align: center;
                    width: 100%;
                    margin-bottom: 10px;
                    margin-top: 20px;
                }
                .testi .heading span{z-index: 0;}
                .testim-controls{
                    left: 50%;
                    top: -18px;
                    right: auto;
                    transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                }
                .student-info-1{background-image: none;text-align: center;}
                .student-info li{display: block;width: 100%;}
                .carousel-indicators{margin:0;}
                .card{margin: 20px auto;max-width: 300px;}
                .card .badgeInfo h4{font-size: 16px;}
                .price,.card .badgeInfo .price b{font-size: 40px;}

                .heading p{font-size: 14px;}
                .section4{padding-top: 0;}
                .advantage,.testimonial{
                    float: left;
                    clear: both;
                    width: 100%;
                }
                .advantage{background-color: #f1f1f1;}
                .heading{margin-bottom: 0;}
                .advantageList li{font-size: 15px;}

                .slide-out-div{position:relative!important;top:0!important;width:100%!important;right:0!important;}
                .handle{display:none!important;}
                .darkHeader{top:auto!important;}
                .desktoptxt{display:none;}
                .mobltxt {display:block;font-size:20px;text-align:center;line-height:28px;margin:16px ;color:#07294d;}
                header{min-height:162px;}
                .heading-white h2{color:#494949;}
                .fixed-enquire-button {	
                  display: block;
                  width: 100%;
                  height: 50px;
                  position: fixed;
                  bottom: 0;
                  left: 0;
                  z-index: 99999;
                  background-color: #e92629;
                  -webkit-transition: all ease-in .4s;
                  transition: all ease-in .4s;
                  text-align: center;
              }
              .fixed-enquire-button a{
                  display: inline-block;
                  padding: 5px 15px;
                  color: #fff;
                  font-size: 16px;
                  line-height: 20px;
                  margin-right: 10px;
                  width: 100%;
                  position: relative;
                  top: 10px;
              }
          }

          @media screen and (max-width: 640px){

            .heading h2{
                font-size: 24px;
                font-weight: 700;
            }
            .boy-img{
                display: none;
            }
            .panel-default>.panel-heading .panel-title a{
                font-size: 14px;
            }
            .qualified{
                border-radius: 5px;
                background-color: #ededed;
                max-width: 300px;
                padding: 5px 15px 15px;
                margin: 20px auto 20px;
            }
            .enroll-now{
                margin-top: 0;
            }
            .num{
                font-weight: 700;
                font-size: 30px;
                line-height: 36px;
            }
            .institute-centers{
                margin:0 0 0;
            }
            .mockTest .simplify,
            .mockTest .mock,
            .link,.know-more{
                text-align: center;
                line-height: 1.2;
            }

            .mockTest .simplify{font-size: 22px;}
            .mockTest .mock{font-size: 30px;}
            .mockTest .submit{margin-top: 20px;}

            .result li{display: block; width: 100%; text-align: center; margin-bottom: 15px;border: 1px solid #e7e7e7;padding: 10px 0; background-color: #fff;}
            .advantage h2, .testimonial h2{text-align: center;font-size: 24px;}


        }

        @media only screen and (max-width:1024px)
        {
            .topimg{top:125px;}	
        }

        @media only screen and (max-width:980px)
        {
            .topcontent{width:100%; margin-top:2%;}	
            .topimg{position:relative; top:0px;}
            .topimg img{width:70%}	
        }


        @media only screen and (max-width:800px)
        {
            .topcontent h3{text-align:left;}
            .tabbb{width:100%; margin: 0px auto;}
            .tabbb img{float:left;}
            .topcontent{width:100%; font-size:18px; text-align: center; margin-top:0px;}
            .topimg{position:relative; top:0px;}
            .topimg img{position:relative; display:block; margin:0px auto; width: 60%; }
            div.counterText {color: #FFF; margin: 10px;}		
        }


        @media only screen and (max-width:640px)
        {
            .tabbb{width:100%; margin: 0px auto;}
            .top-2-combine{background:#fff;}

            .topcontent{font-size:18px; width:90%; margin:0px auto; text-align: center;}
            .topimg{position: relative; top: 40px;}
            .topimg img{display: block; margin: 0px auto;}
            .heading-white p{color:#000!important; padding: 0px 20px;}
            .secodsection{text-align:left!important; margin-left:9%!important;}
            .qualified {border-radius:5px;background-color:#ededed;max-width:300px;padding:5px 15px 15px;margin:0 auto 20px;
                width: 100%;  float: none;}
                .topcontent h3 {text-align: left;}
                .tabbb img{float:left;}
            }

            @media only screen and (max-width:480px)
            {
                .logo{margin:0px auto!important; width:100%;}
                .logo a img {margin-top:25px;}
                .logo img {width: 100px; height: auto; display: block; margin: 0px auto;}
                .phone{float: none;; margin-top: 173px;}
                .phone img{margin:10px auto; display:block;}	
                .topcontent h3{font-size: 21px; line-height: 32px;}
                .topcontent {font-size: 16px; width: 100%; margin: 0px auto; text-align: center;}
                .topimg{position: relative;  top: 22px;}
                .topimg img{width: 60%; display: block; margin: 0px auto;}
                .secodsection{text-align:left!important; margin-left:9%!important;}
                .tabbb img{width:100%;}
                .tabbb .clockp img, .tabbb .formfee img {width: 30px; float: left;}
                span.formfee,span.clockp {float: left!important; font-size: 18px;}
                .topcontent{width:90%;}
                nav.navbar.navbar-inverse.navbar-fixed-top.display {
                    display: block !important;
                    transition: all .5s ease-in-out 0s;
                }
                .navbar img {
                    margin: 5px 15px;
                    width: 50%;
                }
                .navbar a {
                    margin: 5px;
                }

                .recruters{
                    margin:0px  0 0 0;
                    text-align: center;
                    width: 100%;
                    float: left;
                }
                .recruters .logo{
                    background: #fff;
                    padding: 0px;
                    position: relative;
                    display: inline-block;
                    margin: 0 15px 15px 0;
                }
                .recruters .logo img{
                    height:  90px;
                }
                .recruters .logo:before,.recruters .logo:after{
                    bottom: 15px;
                    left: 10px;
                    width: 50%;
                    height: 20%;
                    max-width: 300px;
                    max-height: 100px;
                    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
                    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
                    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
                    -webkit-transform: rotate(-3deg);
                    -moz-transform: rotate(-3deg);
                    -ms-transform: rotate(-3deg);
                    -o-transform: rotate(-3deg);
                    transform: rotate(-3deg);
                    content: "";
                    position: absolute;
                    z-index: -2;
                }
                .recruters .logo:after{
                    right: 10px;
                    left: auto;
                    -webkit-transform: rotate(3deg);
                    -moz-transform: rotate(3deg);
                    -ms-transform: rotate(3deg);
                    -o-transform: rotate(3deg);
                    transform: rotate(3deg);
                }



