@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
    -webkit-transition:all .7s;
    -moz-transition:all .7s;
    transition:	all .7s;
}
html{
    height:100%;
}
body{
    height:100%;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    font-weight:300;
    color:#272727;
    background-color: #f3f3f3;

}
a{
    text-decoration:none;
    -webkit-transition:all .7s;
    -moz-transition:all .7s;
    transition:	all .7s;
}
.s18{height:18px;}
.s27{height:27px;}
.s36{height:36px;}
.s45{height:45px;}
.s60{height:60px;}
.s90{height:90px;}
.headerheight{
    /*height:67px;*/
    height: 0px;
}
.clr{clear:both;}
.center{ text-align:center;}
.table{ display:table;}
.row{display:table-row;}
.cell{display:table-cell; padding:9px;}
.right{text-align:right;}
h1{
    font-size:45px;
    font-weight:100;
}
h2{
    font-size:40px;
    font-weight:100;
    text-align:center;
}
.wrapper{
    max-width:1500px;
    padding:0 27px;
    margin:0 auto;
}
.header{
    position:fixed;
    width: 100%;
    top:0;
}
.headerbar{
    background-image: url("../images-lms/bg.png");
    padding: 9px 36px 9px 81px;
    text-align: right;
    /*position: absolute;*/
    width: calc(100% - 117px);
    z-index: 10;
    height: 49px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    border-radius: 12px!important;
    text-align: left;
    list-style: none;
    background-image: url(../nimages/bg.png);
    padding: 15px 0px 15px 0px!important;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.datepicker-dropdown.datepicker-orient-top{ background-image:none !important; }
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff!important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover{
   background-color: #2c0574!important;
    color: white!important;
    width: 0px;
}


.user-icon{
  width: 50px;
  height: 50px;
  background-color: #21005d;
  border-radius: 30px;
  box-shadow: 0px 1px 1px rgba(255,255,255,.5);
  background-image: url(../images-lms/logout.png);
  background-repeat: no-repeat;
  background-position: center;
}
.user{
    color: #fff;
    padding: 0 18px 0 0;
    float: right;
    font-size:22px;

}
.username{
    vertical-align:top;
    padding: 0 9px 0 0;
}
.pfid{
    color: #00bde8;
    display: inline-block;
    padding: 3px 4px 0 0;
    vertical-align: top;
    font-size: 16px;
    vertical-align:top;
}
.userdb{
    display: inline-block;
    margin: 0;
    width: 30px;
    height: 30px;
    background-image: url("../images-lms/userdb.png");
    background-position: 0 0px;
    cursor: pointer;
    vertical-align:top;
}
.userdb:hover{
    background-position: 0 30px;
}
.logout{
    width:50px;
    height: 50px;
    background-color: #21005d;
    border-radius: 30px;
    box-shadow: 0px 1px 1px rgba(255,255,255,.5);
    background-image: url("../images-lms/logout.png");
    background-repeat:no-repeat;
    background-position: center;
    float: right;
}
.logout:hover{
   /* background-color: #000;*/
}
.usermd{
    background-image: url("../images-lms/bg.png");
    padding: 18px;
    border-radius: 12px;
    position: absolute;
    top:-70px;
    right: 80px;
    color: #00bde8;
    font-size:18px;
    line-height: 24px;
    z-index: 7;
}
.usermdshow{
    top:52px;
}
.usermd b{
    color:#fff;
    font-weight: 300;
}
.logo{
    float: left;
    background-image:url("../images-lms/logo.png");
    width: 144px;
    height: 49px;
}
.menulinks{
    text-align:left;
    position:absolute;
    top:0;
    left:30%;
    width:calc(70% - 300px);
    margin:0 auto;
}
.menulinks a{
    display:inline-block;
    padding:21px 25px 22px;
    color:#fff;
    font-size:20px;
}
.menulinks a:hover{
    background-color:#f24433;
}
.textfield{
    padding:9px 12px;
    border-radius:9px;
    border:1px solid #999;
}
.loginbox{
    font-size:18px;
    font-weight:400;
}
.leftnav{
    background-image: url("../images-lms/bg.png");
    position:fixed;
    top:0;
    width: 320px;
    height: 100%;
    left: -320px;
    padding: 54px 0 0 0;
    z-index: 9;
}
.leftnavshow{
    padding: 54px 0 0;
    left: 0;
}
.leftnavshow .menuicon{
    right:18px;
    background-image: url("../images-lms/close.png");
}
.leftnavshow .menuicon:hover{
    background-image: url("../images-lms/closeroll.png");
}
.menuicon{
    width:31px;
    height: 31px;
    background-image: url("../images-lms/menu-icon.png");
    position: absolute;
    right: -45px;
    top: 18px;
    cursor: pointer;
    z-index: 100;
}
.menuicon:hover{
    background-image: url("../images-lms/menu-iconroll.png");
}
.leftnav a {
    padding: 9px 9px 9px 63px;
    text-decoration: none;
    font-size: 22px;
    color: #aaa;
    display: block;
    border-bottom: 1px dotted rgba(255,255,255,.3);
    background-repeat: no-repeat;
    background-position: 10px 0px;
}

.leftnav a:hover {
    color: #fff;
    background-position: 10px -45px;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.bookmark{
    background-image:url("../images-lms/bookmark.png");
}
.query{
    background-image:url("../images-lms/query.png");
}
.dashboard{
    background-image:url("../images-lms/dashboard.png");
}
.feedback{
    background-image:url("../images-lms/feedback.png");
}
.help{
    background-image:url("../images-lms/help.png");
}
.contact{
    background-image:url("../images-lms/contact.png");
}
.headertitle{
    background-color:#e82742;
    background-size:cover;
    background-image:url(../images-lms/headerbg.jpg);
    color:#fff;
    padding: 0 0 45px!important;
}
.pagestatus{
    background-color:rgba(0,0,0,.4);
    padding:9px;
}
.pagestatus a{
    color:#fff;
    font-weight:400;
}
.pagestatus a:hover{
    text-decoration:underline;
}
.headertitle h2{
    text-align:left;
    font-weight:500;
    font-size:32px;
}
.stitem, .contitem, .contitem2, .contitem3{
    display:inline-block;
    /*padding:5px 27px 5px 30px;*/
    padding: 19px 27px 5px 44px;
    background-repeat:no-repeat;
    background-position:0 24px;
    vertical-align:top;
    margin:12px 0;

}
.contitem{
    width:calc(50% - 150px);
    
}
.contitem2{
    width:calc(100% - 0px);
	padding: 0;
}
.contitem3{
    width:calc(25% - 74px);
}

.modulebox{
    border-bottom:1px dotted rgba(0,0,0,.5);
    /* margin:0 0 18px;*/
    /*padding:0 0 12px;*/
    padding: 20px 5px 34px 5px;
}
.time{
    background-image:url(../images-lms/time.png);
}
.calender{
    background-image:url(../images-lms/calender.png);
}
.time2{
    background-image:url(../images-lms/time2.png);
}
.team{
    background-image:url(../images-lms/team.png);
}
.points{
    background-image:url(../images-lms/points.png);
}
.globe{
    background-image:url(../images-lms/globe.png);
}
.calender2{
    background-image:url(../images-lms/calender2.png);
}
.tick{
    background-image:url(../images-lms/tick.png);
    }.feedback{
        background-image:url("../nimages/feedback.png");
    }
    /*changed*/ 
    .home{
        background-image:url("../nimages/home.png");
    }
    .content_page{
        background-image:url("../nimages/content.png");
    }
    .help{
        background-image:url("../nimages/help.png");
    }
    .contact{
        background-image:url("../nimages/contact.png");
    }
    .logo-ask{
        margin-top: -10px;
        float: right;
        background-image:url("../nimages/logo.png");
        width: 127px;
        height: 70px;
        margin-right: 30px;
    }
    /* End changed*/ 
    .searchheader{
        width: 90%;
        max-width: 300px;
        margin: 0 20px 0 auto;
        position:relative;

    }
    .searchtxt{
        background-color: #fff;
        padding: 9px 18px;
        color: #333;
        font-size: 18px;
        border:1px solid #ccc;
        width: calc(100% - 38px);
        border-radius: 40px;
        outline:0;
    }
    .searchbutt{
        height:54px;
        width: 54px;
        background-color: #280071;
        border:1px solid #000;
        border-radius: 30px;
        position:absolute;
        top: 2px;
        right:0;
        background-image:url("../images-lms/search.png");
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .searchheader .searchbutt{
        height:40px;
        width: 40px;
        background-color: #00bde8;
        border:none;
        right: 2px;
        top: 1px;
    }
    .searchbutt:hover{
        background-color: #000;
    }
    .butt, .buttext{
        border:1px solid #c21324;
        border-radius:6px;
        padding:9px 18px;
        font-size:18px;
        display:inline-block;
    }
    .buttext{
        padding:5px 18px;
        color:#fff;
        background-color:#f24433;
    }
    .butthist{
        color:#c21324;
        padding:0 18px;
    }
    .buttcomp{
        color:#c21324;
        font-size:18px;
        padding:0 18px;
    }
    .timer{
        border:1px solid #c21324;
        border-radius:6px;
        padding:7px 18px;
        font-size:16px;
        display:inline-block;
    }
    .loginbutt{
        padding:12px 18px;
        color:#fff;
        background-color:#00bde8;
        border-radius:28px;
        font-size:18px;
        cursor:pointer;
    }
    .loginbutt:hover{
        background-color:#280071;
    }

    /*======================New Navbar======================*/

    .nav-item{
        margin-right: 98px;
        font-size: 17px;
        font-weight: 400;
        padding-top: 0px;
    }



.nav-itemdp{
       
        font-size: 17px;
        font-weight: 400;
        padding-top: 0px;
    }

    .nav-item:hover{
     background-color:#f24433;
     border-radius: 5px;
 }

 .navbar{
   /* background-color: #280071!important;*/
   background-image: url(../nimages/bg.png);
   padding: -1px 0px -1px 0px!important;

}

.logo-lms{
    margin-left: 68px;
    height: 40px;
}

.logut-lms{
    width: 25px;
    height: 25px;
    background-color: #21005d;
    padding: 10px;
    border-radius: 30px;
    box-shadow: 0px 1px 1px rgba(255,255,255,.5);
    background-position: center;
}

.logut-lms:hover{
    background-color: black;
}

.navbar-light .navbar-nav .nav-link{
    color: white!important;
    font-size: 18px;
}

.navbar-expand-lg .navbar-nav{
    margin-right: 3px!important;
}

/*====================End New Navbar======================*/

.count, .summery{
    width:70%;
    max-width:750px;
    margin:-36px auto 0;
    padding:9px 18px;
    text-align:center;	
}
.summery{
    margin:0 auto;
}
.content{
    margin:-36px auto 0;
}
.contcol1, .contcol2{
    display:inline-block;
    width:30%;
    vertical-align:top;
}
.contcol2{
    width:calc(70% - 6px);
}
.contcolbox{
    background-color:#fff;
    border-radius:9px;
    padding:9px 15px;
    margin:4px 1px;
}
.count{
    background-color:#fff;
    border-radius:9px;
    box-shadow:0 3px 3px rgba(0,0,0,.1);	
}
.counttitle{
    font-weight:500;
    text-align:left;
}
.countbox, .countbox2{
    display:inline-block;
    padding:4px 5px;
    width:30%;
    text-transform:uppercase;
    font-weight:400;

}
.countbox2{
    text-transform:none;
    font-weight:300;
    width:40%;
}
.countbox2:first-child{
    border-right:1px dotted rgba(0,0,0,.5);
}
.countbox b{
    font-size:45px;
    font-weight:300;
    color:#000;
}
.countlesson{
    height:32px;
    width:40px;
    margin:5px auto;
    padding:8px 0 0;
    border-radius:30px;
    color:#fff;
    font-size:20px;
    font-weight:400;
}
.pagination{
    text-align:center;
}
.pagination a{
    width:32px;
    height:25px;
    border:1px solid #ffa73e;
    display:inline-block;
    border-radius:30px;
    /*margin:0 2px;*/
    margin: 12px 5px 12px 5px;
    padding:7px 0 0;
}
.pagination .select{
    background-color:#ffa73e;
    color:#fff;
}
.tab a{
    padding: 14px 16px;
    font-size: 20px;
    font-weight:400;
    border-bottom:2px solid #fff;
}
.tab a:hover, .tab a.active {
    border-bottom:2px solid #c21324;
}

.red{
    background-color:#ff4444;
}
.green{
    background-color:#10d234;
}
.courses{
    background-color:#d4e4fb;
    padding:18px 0;
    text-align:center;
    background-image:url(../images-lms/coursebg.png);
    background-repeat:no-repeat;
    background-position:bottom left;
}
.course{
    display:inline-block;
    width:360px;
    background-color:#fff;
    border-radius:12px;
    vertical-align:top;
    overflow:hidden;

}
.titlebox{
    padding:9px 27px 0;
    background-color:#5a0376;
    height:30px;
    color:#fff;
}
.coursecont{
    padding:18px;
}
.more, .more2{
    padding:9px 18px;
    background-color:#ff4444;
    color:#fff;
    text-transform:uppercase;
    border-radius:7px;
    box-shadow:0 2px 2px rgba(0,0,0,.5);
    display:inline-block;
}
.more2{
    box-shadow:none;
    font-weight:500;
    vertical-align:bottom;
    background-color:#000;
}
.more:hover{
    background-color:#000;
}
.more2:hover{
    background-color:#ff4444;
}
.footer{
    background-color:#2b292a;
    color:#fff;
    padding:18px 0;
}
.col1{
    display:inline-block;
    width:calc(50% - 57px);
    padding:0 27px;
    vertical-align:top;
}
.quicklinks a{
    display:block;
    padding:9px 0 5px 0;
    color:#00bde8;
    border-bottom:1px dotted rgba(255,255,255,.5);
    max-width:300px;
}
.quicklinks a:hover{
    color:#fff;
}
.copyright{
    background-color:#000;
    color:#ccc;
    padding:15px 0;
    text-align:center;
}
.quizlist{
    text-align:left;
    padding:12px 18px;
}
.quizlist ul li{
    padding:5px;
    list-style:inside;
}
.hide{
    display: none;
}

/*==========================media Q======================*/

  /*  @media (max-width:1680px){

    }
    @media (max-width:1680px){

    }
    @media (max-width:1560px){

    }
    @media (max-width:1440px){

    }
    @media (max-width:1284px){

    }
    @media (max-width:1199px){

    }
    @media (max-width:1024px){

        .count, .summery{
            margin-top: 20px;
        }

        .loginbutt {
            padding: 17px 46px;
            color: #fff;
            background-color: #00bde8;
            border-radius: 28px;
            font-size: 28px;
            cursor: pointer;
        }

        .col1{
            font-size: 23px;
        }

        .count, .summery{
                padding: 79px 18px;
        }

        .counttitle{
            text-align: center;
            font-size: 30px!important;
            padding-bottom: 65px;
        }

        .course{
            margin-left: 20px;
        }

        .count, .summery{
            text-align: justify;
            padding: 0px 18px;
            font-size: 30px;
            line-height: 46px;

        }

    }
    @media (max-width:991px){

    }
    @media (max-width:768px){

        .cell img{
            margin-left: 0px!important;
            width: 200px;
        }

        .loginbutt {
            padding: 13px 37px;
            color: #fff;
            background-color: #00bde8;
            border-radius: 28px;
            font-size: 24px;
            cursor: pointer;
        }

        .count, .summery{
            margin-top: 20px;
        }

        .col1{
            font-size: 23px;
        }

        .count, .summery{
            padding: 50px 20px 50px 20px;
        }

        .counttitle{
            padding-bottom: 40px;
            text-align: center;
            font-size: 24px!important;
        }

        .countbox, .countbox2{
            padding: 0px 15px;
        }

        .course{
            margin-top: 20px;
        }

        .count, .summery{
            text-align: justify;
            padding: 0px 18px;
            font-size: 22px;
            line-height: 35px;
        }



    }
    @media (max-width:667px){

    }
    @media (max-width:580px){

    }
    @media (max-width:540px){

    }
    @media (max-width:480px){


    }

    @media (max-width:414px){

        .logo {
            margin-left: -56px;
        }

        .count, .summery{
            margin-top: 20px;
        }

        .cell {
            display: inherit;
            padding: 0px; 
        }

        .cell img {
            width: 164px;
            margin-left: 50px!important;
            margin-top: 20px;
        }

        .count, .summery{
            padding: 40px 18px;
        }

        .counttitle{
            text-align: center;
            font-size: 18px!important;
            padding: 5px 0px 5px 0px;
        }

        .countbox2{
            margin-top: 20px;
        }

        .course{
            margin-top: 20px;
        }

        .countbox2:first-child{
            border:none;
        }

        .count, .summery{
            text-align: justify;
            line-height: 27px;
            padding: 0px 18px;
            font-size: 18px;
        }

    }
    @media (max-width:375px){

        .course {
            margin-top: 20px;
            width: 323px;
        }

        .countbox2:first-child{
            border:none;
        }

        .menulinks a{
            padding: 1px 25px 22px;
        }

    }
    @media (max-width:365px){

        .logo {
            margin-left: -60px;
        }

        .cell img {
            width: 172px;
            margin-left: 20px!important;
            margin-top: 20px;
        }

        .user {
            color: #fff;
            padding: 0 -24px 0 0;
            float: left;
            margin-left: -50px;
            font-size: 22px;
        }

        .username{
            padding: 0 30px 0 0;
        }

        .course{
            margin-top: 20px;
            width: 300px;
        }

        .titlebox{
            padding: 17px 27px 0;
        }

        .menulinks a{
            padding: 0px 25px 22px;
        }

        .countbox2{
            margin-top: 20px;
        }

        .counttitle{
            text-align: center;
        }

        .countbox2:first-child{
            border:none;
        }

        .count, .summery{
            text-align: justify;
            line-height: 27px;
            padding: 0px 18px;
        }

       
    }


    @media (max-width:320px){

        .usermd{
            padding: 0px;
        }

        .logo-ask{
            margin-right: 0px;
        }

        .logo {
            margin-left: -73px;
        }

        .course {
            margin-top: 20px;
            width: 262px;
        }

        .logo-lms{
        position: relative;
        top: -193px;
        }

        }*/


        @media (max-width:1680px){
        }
        @media (max-width:1680px){
        }
        @media (max-width:1560px){
        }
        @media (max-width:1440px){
        }
        @media (max-width:1284px){
        }
        @media (max-width:1199px){
        }
        @media (max-width:1024px){



            .sbi_logo1{
                height: 64px!important;
                margin-left: -3px!important;
            }

            .login-Para{
                margin-left: 16px!important;
                font-style: normal!important;
                font-weight: 400!important;
                line-height: 31px!important;
            }


            /*------------------------------------*/

            .navbar-light .navbar-nav .nav-link {
                margin-left: 16px;
            }

            .logut-lms{
                margin-left: 14px;
            }

            .dropdown-menu{
                width: 351px;
            }

            .nav-item:hover{
             background-color:#f24433;
             border-radius: 5px;
         }

         .logut-lms:hover{
            background-color: black;
        }

        .count_new{
            margin-top: 20px;
        }

        .counttitle_new{
            font-size: 32px!important;
            padding: 30px 0px 40px 0px!important;
            text-align: center;
        }

        .countbox, .countbox2_new{
            padding: 0px 11px!important;
            width: 294px;
        }

        .count, .summery_new{
            padding: 65px 20px;
        }

        .course_new{
            margin-bottom: 20px;
            width: 371px;
            height: 240px;
        }



        /*-------------------------------------------------*/

        
    }


    /*------------------1024 Courses Details--------------------*/

       /* .contcol1_new{
            width: 100%;
            margin-top: 50px;
            }*/

        /*.contcol12_new{
            width: calc(102% - 6px);
            margin-top: 20px;
            }*/

            .searchheader .searchbutt_new {
               top: 5px;
               left: 264px;
           }

           .searchtxt_new{
            margin: 5px;
        }

        .butt, .buttext{
            border: 1px solid #c21324;
            border-radius: 10px;
            padding: 9px 18px;
            font-size: 18px;
            /*float: right!important; 
            margin: -14px 3px 10px;*/
            margin: -1px 3px 10px;
            font-weight: 600;
            display: inline-block;
        }
        /*---------Login View--------------*/

        .cell_new img{
            margin-left: 0px!important;
            width: 200px;
        }

       /*s*/

        .logo1{
            margin-left: -68px;
        }

        .logo-ask1{
            margin-right: -16px;
        }

        .usermd1{
            line-height: 0px;
        }

        .headerbar1{
            height: 56px;
        }

        .loginbutt1{
            padding: 20px 55px;
            color: #fff;
            background-color: #00bde8;
            border-radius: 28px;
            font-size: 19px;
            cursor: pointer;
        }

        /*------------contact_us_view---------------*/

        .contcol002{
            width: calc(100% - 6px);
        }

        .first-sub{
            padding: 20px!important;
        }

        .span-sub01{
            padding-left: 0px!important;
            padding-right: 20px;
        }

        .first-sub h1{
            font-size: 33px!important;
        }

        .span-sub01 span{
           /* padding-bottom: 10px;*/
       }

       /*------------------disclaimer_view---------------*/

       .count-para{
        width: 89%;
        margin-top: 20px;
    }

    .count-para p{
        text-align: justify;
        font-size: 18px;
        line-height: 25px;
    }


}
@media (max-width:991px){}
@media (max-width:768px){


    .testatte{
        width: calc(100% - 6px);
    }


    /*--------------*/



       .counttitle h2{
        font-size: 22px!important;
    }

    .footer{
        padding: 45px 0;
        margin-top: 30px;
    }

    .previous{
        margin-top: 1px!important;
        border-radius: 10px!important;
    }

    .next {
        margin-top: 1px!important;
        margin-left: 6px!important;
        border-radius: 10px!important;
    }

    .submit-form{
        margin-top: 0px!important;
        margin-left: 10px!important;
        border-radius: 10px!important;    
    }

    .finishbtn{
        margin-top: -2px!important;
        border-radius: 10px!important;
    }
    .resultbtn{
        font-size: 30px!important;
    }

    .nextbtn{
        margin-top: 5px!important;
        border-radius: 10px!important;
    }

    .icon-bar{
        width: 100px;
        font-size: 14px!important;
    }

    .testbtn {
            top: -40px!important;
        }

        .contcol02 {
            width: calc(100% - 6px);
            margin-top: 50px;
        }


    /*-----------------------*/

    .butt-laun{
            top: 30px!important;
        }


    /*--------------------------*/

 .contitem2{
    position: relative;
    top: -58px;
}

/*==============================*/

.modulebox{
    padding: 20px 5px 100px 5px;
}

.buttcomp{
    position: relative;
    top: 60px;
    left: -124px;
}

.butthist{
    float: left!important;
}

.bott1{
    position: relative;
    top: 58px!important; 
    left: -149px!important;
}


/*---------------------------------*/



.sbi_logo1{
    height: 64px!important;
    margin-left: -3px!important;
}

.login-Para{
    margin-left: 20px!important;
    text-align: justify;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: 31px!important;
}

/*--------------------------------*/

.navbar-light .navbar-nav .nav-link {
    margin-left: 16px;
}

.logut-lms{
    margin-left: 14px;
}

.dropdown-menu{
    width: 351px;
}

.nav-item:hover{
 background-color:#f24433;
 border-radius: 5px;
}

.logut-lms:hover{
    background-color: black;
}

.count_new{
    margin-top: 20px;
}

.counttitle_new{
    font-size: 32px!important;
    padding: 30px 0px 40px 0px!important;
    text-align: center;
}

.countbox, .countbox2_new{
    padding: 0px 11px!important;
    width: 243px;
}

.count, .summery_new{
    padding: 55px 20px;
}

.course_new{
    margin-bottom: 20px;
    width: 268px;
}



/*------------------768 Courses Details--------------------*/

.contcol1_new{
    width: 100%;
    margin-top: 50px;
}

.contcol12_new{
    width: calc(102% - 6px);
    margin-top: 20px;
}

.searchheader .searchbutt_new{
    top: 6px;
    left: 264px;
}

.searchtxt_new{
    margin: 5px;
}




/*---------Login View--------------*/

.cell_new img{
    margin-left: 0px!important;
    width: 200px;
}

.count1{
    margin-top: 20px;
}

.logo1{
    margin-left: -68px;
}

.logo-ask1{
    margin-right: -16px;
}

.usermd1{
    line-height: 0px;
}

.headerbar1{
    height: 56px;
}

.butt, .buttext{
    border: 1px solid #c21324;
    border-radius: 10px;
    padding: 9px 18px;
    font-size: 18px;
    float: left!important;
    margin: -1px 0px 10px 0px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    top: 50px;
}

        /*.loginbutt1{
            padding: 20px 55px;
            color: #fff;
            background-color: #00bde8;
            border-radius: 28px;
            font-size: 19px;
            cursor: pointer;
            }*/

            /*------------contact_us_view---------------*/

            .contcol002{
                width: calc(100% - 6px);
            }

            .first-sub{
                padding: 20px!important;
            }

            .span-sub01{
                padding-left: 0px!important;
                padding-right: 20px;
            }

            .first-sub h1{
                font-size: 33px!important;
            }

            .span-sub01 span{
               /* padding-bottom: 10px;*/
           }

           /*------------------disclaimer_view---------------*/

           .count-para{
            width: 89%;
            margin-top: 20px;
        }

        .count-para p{
            text-align: justify;
            font-size: 18px;
            line-height: 25px;
        }


    }

    @media (max-width:667px){}
    @media (max-width:580px){}
    @media (max-width:540px){}
    @media (max-width:480px){}

    @media (max-width:414px){


        .testatte{
        width: calc(100% - 6px);
    }


    /*--------------*/



         .counttitle h2{
        font-size: 22px!important;
    }

    .footer{
        padding: 45px 0;
        margin-top: 30px;
    }

    .previous{
        margin-top: 1px!important;
        border-radius: 10px!important;
    }

    .next {
        margin-top: 1px!important;
        margin-left: 6px!important;
        border-radius: 10px!important;
    }

    .submit-form{
        margin-top: -50px!important;
        margin-left: 112px!important;
        border-radius: 10px!important;    
    }

    .finishbtn{
        margin-top: 1px!important;
        border-radius: 10px!important;
    }
    .resultbtn{
        font-size: 30px!important;
    }

    .nextbtn{
        margin-top: 5px!important;
        border-radius: 10px!important;
    }

    .icon-bar{
        width: 100px;
        font-size: 14px!important;
    }

  .testbtn {
            top: -30px!important;
        }

        .contcol02 {
            width: calc(100% - 6px);
            margin-top: 50px;
        }


        /*-------------------------*/

        .butt-laun{
            top: 30px!important;
        }


        /*----------------------------*/


        .contitem2{
            position: relative;
            top: -48px;
        }



        /*==============================*/

        

        .buttcomp{
            position: relative;
            top: 60px;
            left: -124px;
        }

        .butthist{
            float: left!important;
            margin-left: -14px;
        }

        .bott1{
            position: relative;
            left: -149px!important;
        }


        /*---------------------------------*/

        .span_sub01{
            padding-left: 10px!important;
        }

        hr {
            margin: 33px 0px 10px 0px!important;
        }
        /*--------------------------------------------*/

        .sbi_logo1{
            height: 40px!important;
            margin-left: -3px!important;
        }

        .login-Para{
            margin-left: 20px!important;
            text-align: justify;
            font-style: normal!important;
            font-weight: 400!important;
            line-height: 25px!important;
        }

        /*--------------------------------------------*/
        .navbar-light .navbar-nav .nav-link {
            margin-left: 16px;
        }

        .logut-lms{
            margin-left: 14px;
        }

        .dropdown-menu{
            width: 351px;
        }

        .nav-item:hover{
         background-color:#f24433;
         border-radius: 5px;
     }

     .logut-lms:hover{
        background-color: black;
    }

    .count_new{
        margin-top: 20px;
    }

    .counttitle_new{
        font-size: 20px!important;
        padding: 10px!important;
        text-align: center;
    }

    .countbox, .countbox2_new{
        padding: 0px 11px!important;
        width: 119px;
    }

    .count, .summery_new{
        padding: 55px 20px;
    }

    .course_new{
        margin-bottom: 20px;
        width: 305px;
    }



    /*------------------414 Courses Details--------------------*/

    .contcol1_new{
        width: 100%;
        margin-top: 50px;
    }

    .contcol12_new{
        width: calc(102% - 6px);
        margin-top: 20px;
    }

    .searchheader .searchbutt_new{
        top: 5px;
        left: 258px;
    }

    .searchtxt_new{
        margin: 5px;
    }

    .buttext{
    border: 1px solid #c21324;
    border-radius: 10px;
    padding: 9px 18px;
    font-size: 18px;
    float: left!important;
    margin: -1px 0px 10px 0px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    top: 86px;
}

.butt{

    border: 1px solid #c21324;
    border-radius: 10px;
    padding: 9px 18px;
    font-size: 18px;
    float: left!important;
    margin: -1px 0px 10px 0px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    top: 50px;

}

.modulebox{
            padding: 20px 5px 130px 5px;
        }


    /*---------Login View--------------*/

    .cell_new img{
        margin-left: 0px!important;
        width: 100px;
    }

    .cell_new p{
        margin-left: 25px!important;
        text-align: justify;
    }

    .count1{
        margin-top: 20px;
    }

    .logo1{
        margin-left: -68px;
    }

    .logo-ask1{
        margin-right: -16px;
    }

    .usermd1{
        line-height: 0px;
    }

    .headerbar1{
        height: 56px;
    }

    .loginbutt1 {
        padding: 9px 22px;
        color: #fff;
        background-color: #00bde8;
        border-radius: 28px;
        font-size: 19px;
        cursor: pointer;
    }

    /*------------contact_us_view---------------*/

    .contcol002{
        width: calc(100% - 6px);
    }

    .first-sub{
        padding: 20px!important;
    }

    .span-sub01{
        padding-left: 0px!important;
        padding-right: 20px;
    }

    .first-sub h1{
        font-size: 33px!important;
    }

    .span-sub01 span{
       /* padding-bottom: 10px;*/
   }

   /*------------------disclaimer_view---------------*/

   .count-para{
    width: 89%;
    margin-top: 20px;
}

.count-para p{
    text-align: justify;
    font-size: 18px;
    line-height: 25px;
}


}
@media (max-width:375px){



   /*==============================*/

   .modulebox{
    padding: 20px 5px 130px 5px;
}

.buttcomp{
    position: relative;
    top: 60px;
    left: -124px;
}

.butthist{
    float: left!important;
}

.bott1{
    position: relative;
    top: 58px!important; 
    left: -149px!important;
}


/*---------------------------------*/

.countbox, .countbox2_new {
    padding: 0px 11px!important;
    width: 105px;
}



/*------------------375 Courses Details--------------------*/

.contcol1_new{
    width: 100%;
    margin-top: 50px;
}

.contcol12_new{
    width: calc(102% - 6px);
    margin-top: 20px;
}

.searchheader .searchbutt_new{
    top: 5px;
    left: 224px;
}

.searchtxt_new{
    margin: 5px;
}

.butt .buttext{
    border: 1px solid #c21324;
    border-radius: 30px;
    padding: 9px 18px;
    font-size: 18px;
    float: left!important;
    margin: 33px 0px 10px 0px;
    font-weight: 600;
    display: inline-block;
}

/*------------*/




}

@media (max-width:365px){

    .testatte{
        width: calc(100% - 6px);
    }


    /*--------------*/


    .counttitle h2{
        font-size: 22px!important;
    }

    .footer{
        padding: 45px 0;
        margin-top: 30px;
    }

    .previous{
        margin-top: 1px!important;
        border-radius: 10px!important;
    }

    .next {
        margin-top: 1px!important;
        margin-left: 6px!important;
        border-radius: 10px!important;
    }

    .submit-form{
        margin-top: -50px!important;
        margin-left: 112px!important;
        border-radius: 10px!important;    
    }

    .finishbtn{
        margin-top: 1px!important;
        border-radius: 10px!important;
    }

    .resultbtn{
        font-size: 30px!important;
    }

    .nextbtn{
        margin-top: 5px!important;
        border-radius: 10px!important;
    }

    .icon-bar{
        width: 100px;
        font-size: 14px!important;
    }


    /*--------------------------------*/

    .contcol02{
        width: calc(100% - 6px);
        margin-top: 50px;
    }

    .testbtn{
        top: -30px!important;
    }


    /*--------------------------*/


    .butt-laun{
        top: 30px!important;
    }

    .headertitle h2{
        font-size: 24px;
    }


    /*-------------------------------*/
    .contitem2{
        position: relative;
        top: -58px;
    }

    /*-----------------------*/


    .logout{
        float: left;
        margin-left: 10px;
    }

    /*==============================*/

    .modulebox{
        padding: 20px 5px 128px 5px;
    }

    .buttcomp{
        position: relative;
        top: 60px;
        left: -124px;
    }

    .butthist{
        float: left!important;
    }

    .bott1{
        position: relative;
        top: 0px!important; 
        left: -149px!important;
    }


    /*---------------------------------*/

    .span_sub01{
        padding-left: 10px!important;
    }

    hr {
        margin: 33px 0px 10px 0px!important;
    }

    /*-----------------------------*/

    .navbar-light .navbar-nav .nav-link {
        margin-left: 16px;
    }

    .logut-lms{
        margin-left: 14px;
    }

    .dropdown-menu{
        width: 351px;
    }

    .nav-item:hover{
     background-color:#f24433;
     border-radius: 5px;
 }

 .logut-lms:hover{
    background-color: black;
}

.count_new{
    margin-top: 20px;
}

.counttitle_new{
    font-size: 20px!important;
    padding: 10px!important;
    text-align: center;
}

.countbox, .countbox2_new{
    padding: 0px 11px!important;
    width: 101px;
}

.count, .summery_new{
    padding: 55px 20px;
}

.course_new{
    margin-bottom: 20px;
    width: 305px;
}

/*-------------360 Courses Details------*/

.contcol1_new{
    width: 100%;
    margin-top: 50px;
}

.contcol12_new{
    width: calc(102% - 6px);
    margin-top: 20px;
}

.searchheader .searchbutt_new{
    top: 5px;
    left: 211px;
}

.searchtxt_new{
    margin: 5px;
}

 .buttext{
    border: 1px solid #c21324;
    border-radius: 10px;
    padding: 9px 18px;
    font-size: 18px;
    float: left!important;
    margin: -1px 0px 10px 0px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    top: 75px;
}

.butt{

    border: 1px solid #c21324;
    border-radius: 10px;
    padding: 9px 18px;
    font-size: 18px;
    float: left!important;
    margin: -1px 0px 10px 0px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    top: 50px;

}

.contitem02{
    position: relativ!important;
    top: -56!important;
}



/*---------Login View--------------*/

.cell_new img{
    margin-left: 0px!important;
    width: 100px;
}

.cell_new p{
    margin-left: 25px!important;
    text-align: justify;
}

.count1{
    margin-top: 20px;
}

.logo1{
    margin-left: -68px;
}

.logo-ask1{
    margin-right: -16px;
}

.usermd1{
    line-height: 0px;
}

.headerbar1{
    height: 56px;
}


.loginbutt1 {
    padding: 9px 25px;
    color: #fff;
    background-color: #00bde8;
    border-radius: 28px;
    font-size: 19px;
    cursor: pointer;
}

/*------------contact_us_view---------------*/

.contcol002{
    width: calc(100% - 6px);
}

.first-sub{
    padding: 20px!important;
}

.span-sub01{
    padding-left: 0px!important;
    padding-right: 20px;
}

.first-sub h1{
    font-size: 33px!important;
}

.span-sub01 span{
   /* padding-bottom: 10px;*/
}

/*------------------disclaimer_view---------------*/

.count-para{
    width: 89%;
    margin-top: 20px;
}

.count-para p{
    text-align: justify;
    font-size: 18px;
    line-height: 25px;
}


.sbi_logo1{
    height: 40px!important;
    margin-left: -3px!important;
}

.login-Para{
    margin-left: 20px!important;
    text-align: justify;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: 25px!important;
}


}

@media (max-width:320px){

    .navbar-light .navbar-nav .nav-link {
        margin-left: 16px;
    }

    .logut-lms{
        margin-left: 14px;
    }

    .dropdown-menu{
        width: 351px;
    }

    .nav-item:hover{
     background-color:#f24433;
     border-radius: 5px;
 }

 .logut-lms:hover{
    background-color: black;
}

.count_new{
    margin-top: 20px;
}

.counttitle_new{
    font-size: 20px!important;
    padding: 10px!important;
    text-align: center;
}

.countbox, .countbox2_new{
    padding: 0px 11px!important;
    width: 80px;
}

.count, .summery_new{
    padding: 55px 20px;
}

.course_new{
    margin-bottom: 20px;
    width: 268px;
}

/*-------320 Courses Details-------*/

.contcol1_new{
    width: 100%;
    margin-top: 50px;
}

.contcol12_new{
    width: calc(102% - 6px);
    margin-top: 20px;
}

.searchheader .searchbutt_new{
    top: 5px;
    left: 174px;
}

.searchtxt_new{
    margin: 5px;
}

    .buttext{
    border: 1px solid #c21324;
    border-radius: 10px;
    padding: 9px 18px;
    font-size: 18px;
    float: left!important;
    margin: -1px 0px 10px 0px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    top: 75px;
}

.butt{

    border: 1px solid #c21324;
    border-radius: 10px;
    padding: 9px 18px;
    font-size: 18px;
    float: left!important;
    margin: -1px 0px 10px 0px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    top: 50px;

}

.modulebox{
            padding: 20px 5px 130px 5px;
        }

.cell_new p{
    margin-left: 15px!important;
    text-align: justify;
}


/*---------------------------------*/

.span_sub01{
    padding-left: 10px!important;
}

hr {
    margin: 40px 0px 10px 0px!important;
}
/*--------------------------------------------*/


/*==============================*/



.buttcomp{
    position: relative;
    top: 52px;
    font-size: 12px;
    left: -124px;
}

.butthist{
    float: left!important;
    margin-left: -14px;
}

.bott1{
    position: relative;
    left: -14px!important;
    top: 10px!important;
}


/*---------------------------------*/

}
