/* Minification failed. Returning unminified contents.
(1883,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(1904,5): run-time error CSS1019: Unexpected token, found '}'
 */

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v23/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2Rj.woff2) format('woff2');
}


html > body * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}

body {
    padding-bottom: 0;
    font-family: Roboto,Roboto Slab,sans-serif;
    background: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Roboto,Roboto Slab,sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 77vh;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.logout-btn a.only-offline{
    display:none;
}
.logo-section {
    margin: 0 auto;
    border: 0;
    background: #FFF;
    position: relative;
    padding: 10px 0;
}

    .logo-section .container {
        position: relative;
    }

.top-contact-bar a {
    color: #323232;
    padding: 4px 0;
    font-size: 13px;
    display: block;
}
.home-button {
        padding: 18px 0 18px 20px;
}
.home-button a{
        color: #323232;
            font-size: 12px;
}
.top-contact-bar {
    padding:12px 20px 12px 20px;
}

.exam-black b{color: #000;}

.pricing-head{
text-align: center;
    margin: 0 0 15px;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    background: #ffd504;
    padding: 10px;
    border-radius: 50px;
}
.home-button a i {
    display:block;
    font-size: 20px;
    padding-bottom:7px;
}

    .top-contact-bar a:hover {
        text-decoration: none;
            color: #cc0001;
    }

    .top-contact-bar a i {
        margin:-5px 8px 0 0;
        vertical-align: middle;
    }

    .top-contact-bar a span {
        vertical-align: middle;
        display: inline-block;
    }

.logo-section .logo img {
    height: 45px;
    margin: 0;
}

.logo-section.outer-header {
    padding: 0;
}

.outer-header.logo-section .logo img {
    max-height: 50px;
    margin: 15px 0;
}
.outer-header .logout-btn {
    background-color:#c42025;
}
.outer-header .logout-btn a span {
    color:#FFF;
}

.outer-header .logout-btn a {
   /* width: 100px;*/
   width: 85px;
}
.outer-header .logout-btn a.mob140 {
   width: 140px;
}
.outer-header.logo-section .logout-btn a i {
    color: #ffffff;
    border-radius: 50px;
    width: 30px;
    font-size: 14px;
    height: 30px;
    margin: 0 auto 5px;
    line-height: 21px;
    padding: 0;
    border: 2px solid #FFF;
}


.navbar-collapse.collapse.black {
    background-color: #c42025;
}

.navbar-collapse {
    padding: 0;
}

.logout-btn a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 5px;
    color: #c30001;
}

    .logout-btn a i {
        display: block;
        font-size: 20px;
        padding: 3px 0 5px;
    }

        .logout-btn a span {
            display: block;
    font-size: 13px;
    font-weight: 600;
    color: #c30001;
    }

    .logout-btn a:hover {
        text-decoration: none;
    }

.jumbotron.dashboard-head {
    padding: 15px 14px;
    /* background: #FFF; */
    box-shadow: 0 1px 2px 0 #d8d8d8;
    border-radius: 3px;
}

    .jumbotron.dashboard-head h1 {
        font-size: 36px;
        margin: 10px 0 5px;
        font-weight: 400;
    }

    .jumbotron.dashboard-head p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
      /*.nav-tabs {
          padding-top: 10px; 
      }*/
        .nav-tabs li a {
            /*background: #f2f2f2;*/
            background: #c4c4c4;
            margin-right: 5px;
            max-width: 250px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            max-height: 55px;
            min-height: 55px;
            white-space: pre-wrap;
			background: #f5f5f5;
        }
.exam-tab.nav-tabs > li {
    display: inline-block;
    float: none;
    vertical-align: baseline;
}
.exam-tab.nav-tabs > li.active > a {
    background-color: #3455f6e0;
    color: #FFF;
    border: 0;
    border-bottom: 2px solid #c30001;
}
.sticker {
    color: #FFF;
    text-align: right;
    border-radius: 3px;
    padding: 15px;
    position: relative;
    box-shadow: 0 1px 2px 0 #d8d8d8;
    min-height:89px;
}

    .sticker.clr1 {
        background: #16a086;
    }

    .sticker.clr2 {
        background: #e05b70;
    }

    .sticker.clr3 {
        background: #418ccc;
    }

    .sticker.clr4 {
        background: #607d8d;
    }

.title {
    text-align: center;
    font-size: 30px;
    font-weight: 100;
    margin: 20px 0 25px;
}

.container .reg-form.student-login-form-container {
    width: 400px;
    max-width: 95%;
    margin: 5px auto 35px;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 40px; 
}

.student-login-form-container hr {
    border: 0;
    height: 3px;
    width: 50%;
    position: relative;
    margin: 20px auto;
}

    .student-login-form-container hr.center-star {
        background: #c43336;
    } 

.student-login-form-container .page-title {
    position: relative;
    z-index: 9;
    text-align: center
}

    .student-login-form-container .page-title h2 {
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 800;
        padding: 5px 0 15px
    }

    .student-login-form-container .page-title p {
        font-size: 14px; 
        padding: 0; 
        margin: 0 auto
    }

.spacer-1 {
    padding: 20px;
}

.sticker.clr5 {
    background: #e05b70;
}

.sticker.clr6 {
    background: #a5d073;
}

.sticker.clr7 {
    background: #03A9F4;
}

.sticker.clr8 {
    background: #607d8d;
}

.sticker.clr9 {
    background: #b58e7f;
}

.sticker.clr10 {
    background: #b661c5;
}

.sticker.clr11 {
    background: #9E9E9E;
}

.sticker.clr12 {
    background: #16a086;
}


.sticker i {
    position: absolute;
    left: 20px;
    opacity: 0.2;
    font-size: 50px;
    top: 15px;
}

.sticker p {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.sticker h3 {
    margin: 0;
    font-weight: 100;
    font-size: 16px;
}

.navbar-inverse {
    border: 0;
    border-radius: 0;
    margin: 0;
    min-height: 40px;
}
.navbar-inverse.inner-pages {
    background-color:#c42025;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #FFF;
        padding: 10px 10px;
        border: 0;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
    }

    .navbar-inverse .navbar-nav > li:last-child > a {
        border-right: 0;
    }

    .navbar-inverse .navbar-nav > li > a:hover {
        color: #FFF !important;
        background: #a20001;
    }

.panel-default > .panel-heading {
    background: #FFF;
    padding: 15px 15px;
    font-size: 16px;
}

    .panel-default > .panel-heading .btn-default {
        margin: 4px 0 0;
    }

    .panel-default > .panel-heading .panel-desc {
        font-size: 13px;
        font-weight: 400;
        color: #9a9ea0;
        margin-bottom: -6px;
    }

.user-profile-img {
    margin: 40px auto;
    width: 160px;
    position: relative;
}

    .user-profile-img .loader {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        display: none;
        background: #FFF;
    }

        .user-profile-img .loader img {
            width: 60px;
            height: 60px;
            position: relative;
            top: 35px;
        }

.panel.e-test .panel-body h5.h5 {
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.panel.e-test .panel-body label {
    font-weight: 100;
}

.user-profile-img .image-change-div {
}

.basic-profile-details h5.h5 {
    margin: 10px 0 12px -14px;
}

.basic-profile-details input.form-control,
.basic-profile-details select.form-control,
.basic-profile-details textarea.form-control {
    width: 87%;
    max-width: 100%;
    box-shadow: none;
    border-radius: 1px;
}

.view-mode .form-group label {
    font-weight: 100;
    width: 110px;
    vertical-align: middle;
}

.view-mode .form-control {
    display: inline-block;
    border: 0;
    vertical-align: middle;
    box-shadow: none;
    font-weight: 600;
    width: calc(100% - 140px);
    background: #FFF;
    cursor: default;
}

.view-mode .form-group {
    border-bottom: 1px solid #f5f5f5;
    margin: 0;
    padding: 5px 0;
}

.exam-table.table tr > th,
.exam-table.table tr > td {
    border: 1px solid #EAEAEA;
}

.exam-table.table tbody > tr > td {
    vertical-align: middle;
}

.no-data {
    font-size: 22px;
    text-align: center;
    padding: 20px 0 !important;
    color: #CCCCCC;
}

.exam-table {
    margin-top: 15px;
}

    .exam-table.table tbody > tr.missed > td h1 {
        color: #F44336;
    }

.site-terms {
    padding: 20px 10px 10px;
    font-weight: 600;
    font-size: 13px;
}

.exam-table.table tbody > tr > td h1 {
    font-size: 16px;
    margin: 5px;
    padding: 0;
}

.exam-table.table tbody > tr > td p {
    margin: 2px 5px;
    font-size: 13px;
    color: #828282;
}

.exam-table.table tbody > tr > td:last-child {
    width: 300px;
}

.exam-table.table tbody > tr > td:nth-last-child(2) {
    width: 180px;
}

.exam-table.table tbody > tr.completed > td h1 {
    color: #4CAF50;
}

.exam-table .text-bold {
    font-weight: 600;
}

.exam-tabs {
    width: 97.2%;
    margin: 0 auto;
}

.navbar.navbar-black {
    margin: 0;
    /*background: #c2c7cc;*/
      background: #c42025;
}

    .navbar.navbar-black a {
        color: #FFF;
    }

.navbar-inverse.navbar-black .navbar-nav > li > a {
    border: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    /*color:#323232;*/
}

.form-bg:not(.row) {   background-image: url(https://zonetech.in/Images/bg-index.jpg);
      background-size: 100% auto;
      background-repeat:no-repeat;
}
.form-bg{
     position:relative;
    overflow:hidden;
    background-color:#c42025;
}
.form-bg.row.validate-form.login-form {
   background-color:#e4e8eb;
}
.form-bg.row.validate-form.login-form  h1 {
    background-color:transparent;
        color: #c42025;
} 
/*.form-bg:not(.home-form):before{
     background-image: url(../Images/bg-index.jpg);
     background-size: cover;
    filter: blur(50px);
    content: "";
    position: absolute;
    left: -5%;
    top: -5%;
    width: 120%;
    height: 400px;
    background: #c42025;
}*/

    .form-bg h1 {
        text-align: center;
        color: #FFF;
        padding: 30px 0 10px;
        font-weight: 100;
            position: relative;
    }

.container .reg-form {
    margin: 20px auto 20px;
    width: 95%;
    position: relative;
    border-radius: 3px;
    padding: 10px 40px 30px;
    background: #f1f1f1;
}
.container .reg-form.packageOuter{
        padding: 0 0 50px;
    margin: 0;
}

    .container .reg-form .form-group label {
        font-weight: 400;
        font-size: 16px;
        padding: 0 10px 8px 0;
    }

.container .reg-form .form-control {   
    max-width: none;
    box-shadow: none;
    border-color: #dadada;
    border-radius: 2px;
}

.db-panel {
    background: #FFF;
    margin: 30px 0;
    border-radius: 5px;
    padding: 15px;
}

    .db-panel h2 {
        margin: 0;
        font-size: 20px;
        padding: 5px 10px;
    }

    .db-panel ul {
        margin: 15px 0;
        padding: 0;
        list-style: none;
        font-size: 14px;
    }

        .db-panel ul li {
            border-bottom: 1px solid #EEE;
            padding: 5px 0;
            line-height: 35px;
        }

            .db-panel ul li:last-child {
                border: 0;
            }

            .db-panel ul li:after {
                clear: both;
                content: "";
                display: block;
            }

.portal-features {
    border-right: 1px solid #EEE;
}

    .portal-features .img {
        width: 90px;
        text-align: center;
        margin: 0 auto;
    }

        .portal-features .img img {
            height: 75px;
            display: inline-block;
        }

    .portal-features p.feature-desc {
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        margin: 10px 0;
    }

    .h1.sign-in,
    .portal-features .h1 {
        font-size: 20px;
        text-align: center;
        margin: 0 0 30px;
    }

.participate-section {
    text-align: center;
    background: #FFFFFF;
    padding: 50px 0;
}

    .participate-section .h1 {
        font-size: 35px;
        font-weight: 100;
        color: #323232;
    }


    .participate-section .desc {
        width: 60%;
        margin: 20px auto 0;
    }

    .participate-section .participate-container {
     margin: 50px 1.05%;
    padding: 20px;
    width: 31%;
    background: #e4e8eb;
    border-radius: 5px;
     box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.0);
     
        -moz-transition: 0.5s all ease-in-out;
        -o-transition: 0.5s all ease-in-out;
        -webkit-transition: 0.5s all ease-in-out;
        transition: 0.5s all ease-in-out;
    }
        .participate-section .participate-container:hover {
            background: #FFF;
            box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.4);
        }

        .participate-section .participate-container h2 {
            text-transform: uppercase;
            font-size: 18px;
        }

        .participate-section .participate-container p {
            color: #323232;
            font-size: 13px;
        }

        .participate-section .participate-container .btn {
            border: 0;
            margin: 10px 0 0;
        -moz-transition: 0.5s all ease-in-out;
        -o-transition: 0.5s all ease-in-out;
        -webkit-transition: 0.5s all ease-in-out;
        transition: 0.5s all ease-in-out;
            background-color: #c42025;
    border-color: #c42025;
        }
         .participate-section .participate-container:hover .btn {
             transform:scale(1.2);
         }
select.form-control:not([size]):not([multiple]) {
     height: 34px
}
footer {
}

    /*footer .row {
        background: #1a1c23;
        padding: 25px 0 40px;
    }*/
    footer .title {
        text-align: left
    }
footer h3 {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 10px 0 10px;
}

    footer ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        footer ul li {
            line-height: 25px;
        }

            footer ul li a {
                color: #b9b9b9;
                font-size: 14px;
            }

                footer ul li a:hover,
                footer ul li a:focus {
                    color: #ff0700;
                    text-decoration: none;
                    font-weight: 600;
                }

.display-none {
    display: none;
}

.copyright {
    background: #c42025;
    color: #FFF;
    margin: 0 0 -20px;
    line-height: 28px;
    font-size: 12px;
}

    .copyright.outer {
        margin: 0 -15px -20px;
    }

    .copyright p {
        margin: 0;
    }

    .copyright a {
        color: #FFEB3B;
    }

.testimonial {
    margin: 35px 0 20px;
}

    .testimonial .candidate-img {
        width: 100px;
        margin: 0 auto;
        border-radius: 50px;
        height: 100px;
        overflow: hidden;
        background: #FFF;
        padding: 5px;
        border: 1px solid #ffd4d4;
    }

        .testimonial .candidate-img img {
            border-radius: 100%;
        }

    .testimonial p.desc {
        width: 65%;
        opacity: 0.8;
    }

.payment-confirmation h4 {
    padding: 18px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.payment-confirmation h5 {
    margin-top: 20px;
}

.payment-confirmation .label {
    color: #565656;
    font-weight: 600;
    font-size: 13px;
    white-space: break-spaces;
}

.payment-confirmation label {
    font-weight: 400;
    min-width: 100px;
    font-size: 13px;
}

.payment-confirmation .form-group {
    margin: 0;
    padding: 14px 10px;
    border-bottom: 1px solid #EEE;
}

    .payment-confirmation .form-group:last-child {
        border: 0;
    }

.pkg-pricing {
    background: #FFF;
    position: relative;   
	 margin: 20px 0 20px 0;
    text-align: center;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
        padding: 0 10px;
            line-height: 1.6;
    -webkit-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
    overflow: hidden;
    min-height: 410px;
    border: 2px solid #FFF;
    border-radius: 5px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25098039215686274);
}
.pkg-pricing h1 {
            line-height: 1.6;
}
.exam-price-panel {
    text-align:center;
}
.exam-price-panel > div {
    display:inline-block;float:none;
        margin: 0 -2px;
}
    .pkg-pricing:hover {
        border: 2px solid #c42025;
        padding: 0 12px;
        position: relative;
        z-index: 1;
        border-radius:5px;
    }

        .pkg-pricing:hover .price-tag {
            border-radius: 0 3px 3px 0;
        }

    .pkg-pricing .buybtn {
        margin: 20px 2% 10px;
        width: 45%;
        display: inline-block;
        vertical-align: middle;
    }

        .pkg-pricing .buybtn a {
            font-size: 14px;
            background: #c42025;
            border: 1px solid #c42025;
            color: #FFF;
            padding: 5px 0;
            font-weight: 400;
            width: 100%;
            -moz-transition: ease-in-out 0.1s;
            -o-transition: ease-in-out 0.1s;
            -webkit-transition: ease-in-out 0.1s;
            transition: ease-in-out 0.1s;
            text-decoration: none;
            display: inline-block;
            border-radius: 2px;
        }

        .pkg-pricing .buybtn.detail a {
            border: 1px solid #c42025;
            background: #FFF;
            color: #c42025;
        }

.pricing h1 {
    color: #727272;
    margin: 0;
    padding: 10px 0 5px;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    min-height: 72px;
}
.pricing p {
    font-size: 14px;
    margin: 0;
}

.pricing .price-tag {
    position: absolute;
    background: #efefef;
    -moz-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    left: 0;
    top: 0;
    line-height: 30px;
    font-weight: 600;
    color: #c42025;
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
}
.paddingBottom20{
    padding-bottom:20px;
}
.pricing .package-img {
    width: 150px;
    margin: 50px auto 15px;
    height: 140px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        font-size: 1.25em;
        font-weight: 700;
        color: white;
        background-color: black;
        display: inline-block;
        cursor: pointer;
        width: 100%;
        text-align: center;
        margin: 20px 0 0;
        padding: 5px;
        border-radius: 3px;
        font-size: 14px;
    }

        .inputfile:focus + label,
        .inputfile + label:hover {
            background-color: red;
        }

    .inputfile:focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

    .inputfile + label * {
        pointer-events: none;
    }

    .inputfile:focus + label,
    .inputfile.has-focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

.timelable {
    padding: 0;
    text-align: left;
    background: #f2f2f2;
    margin: -1px;
    border: 1px solid #d6d6d6;
}

.desktop-no-display {
    display: none;
}

.timelable span {
    display: block;
    font-size: 30px;
    font-weight: 100;
    text-align: left;
    width: 60%;
    margin: 10px auto 5px;
}

.timelable img {
    max-width: 100%;
    width: 100%;
}

.question-panel .title-bar {
    background: #EEE !important;
}

.question-panel {
    border: 0 !important;
    border-radius: 5px;
    box-shadow: 0px 1px 1px 0 #DDD;
}
.mob-title{display:none;}
@media screen and (max-width:995px) and (min-width:768px) {
    .navbar-inverse.navbar-black .navbar-nav > li > a {
        font-size: 12px;
        padding: 10px 13px;
    }

    .outer-header .logout-btn a {
        width: 78px;
    }

    .logout-btn a span {
        font-size: 10px;
        font-weight: 400;
        margin: 3px 0 0;
    }
}

@media screen and (max-width:767px) {
    .logo-section .top-contact-bar {
        text-align: center;
        position: relative;
        border-radius: 0;    padding: 0 10px 0 0;
    }

    .reg-form .student-login-form .form-control {
        width: 100%;
    }

    .desktop-no-display {
        display: block;
    }

    .exam-table-mobile tr th:nth-child(2),
    .exam-table-mobile tr td:nth-child(2),
    .portal-features {
        display: none;
    }

    .col-sm-6.logout-btn.text-right,
    .col-sm-6.logo {
        width: 70%;
        display: inline-block;
        vertical-align: middle;
    }

    .col-sm-6.logo {
        width: 29%;
    }
    .page-header .logout-btn,
    .page-header.outer-header.logo-section {
        clear:both;
    }
    .page-header .logout-btn {
            white-space: nowrap;
    overflow: auto;
    }

    .outer-header.logo-section .logo img {
        height: 50px;
        margin: 10px 0;
    }

    .navbar-inverse.navbar-black .navbar-nav > li > a {
        padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #FFF;
    text-align: center;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
        border-color: rgba(255, 255, 255, 0.3);
    }
    .navbar-nav{margin:0;}
    .navbar-collapse{
            max-height: 500px;
    }
    .container {
        width: 100%;
    }

        .container .container {
            padding: 0;
        }

    .navbar .container {
        padding: 0 25px;
        width: auto;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 10px 25px;
    }
    .nav-tabs > li > a {
            padding: 5px;
        font-size: 14px;
        display: block;
     /*max-width: initial;*/
    }
    .nav-tabs {
        white-space: nowrap;
        overflow: auto;
        width: 100%;
    }
    .nav-tabs > li {
        display:inline-block;
        float:none;
    }
		.table-responsive .exam-table.table-for-mobile tbody > tr > td .pull-left{
        margin-top:10px
    }
	.table-responsive .exam-table.table-for-mobile tbody > tr > td .images{
        margin-top:20px
    }
}

@media screen and (max-width:769px) {
    .col-sm-6.logout-btn.text-right,
    .col-sm-6.logo {
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }

    .top-contact-bar a {
        padding: 7px 0;
        font-size: 14px;
        display: block;
    }
    .participate-section .participate-container {
        float:left;
    }
    .container .reg-form.student-login-form-container {
        max-width: 100%;
        padding: 10px 15px 0;
    }

    .top-contact-bar a:last-child {
        border: none;
    }

    body:not(.homePage) .pkg-pricing {
        margin: 0 -35px 14px;
    }


    .navbar.navbar-black {
        background-color: #cb0001;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #FFFFFF;
    }

    .container .reg-form.mob-form {
        padding: 10px 5px 0;
        width: 100%;
    }
    .tab-content .tab-pane,
    .tab-content{clear:both;}
    

        .container .reg-form.mob-form .col-lg-12.col-sm-12.col-md-12 {
            padding: 0;
        }
        .table-responsive .table-for-mobile thead{
            display:none
        }
        .mob-title{display:block;font-weight:bold;margin-bottom:5px;}
        .table-responsive .table-for-mobile{
            width:100%;
            display: block;
        }.mob-title + p,
          .mob-title + div p{margin:0}
    .table-responsive .table-for-mobile tr td {
        display: block;
        width:100%;
        padding: 5px;
        border: 0;
        white-space: initial !important;
    }
    .table-for-mobile tbody{
            display: block;
    width: 100%;
        white-space: initial;
    }
    .table-responsive .table-for-mobile tr{
    border-bottom: 1px solid #CCC;
    margin: 0;
    display: block;
    width:100%;
    padding: 0;
    }
    .table-responsive .exam-table.table-for-mobile td:nth-child(2){
            width: 100% !important;
    font-weight: 600;
    border: 1px solid #DDD;
    border-left: 0;
    border-right: 0;
    margin: 5px 0;
    }
    .table-responsive .exam-table.table-for-mobile tbody > tr > td:last-child{
        width: 100%;
    }
	.table-responsive .exam-table.table-for-mobile tbody > tr > td .pull-left{
        margin-top:10px
    }
	.table-responsive .exam-table.table-for-mobile tbody > tr > td .images{
        margin-top:20px
    }
	
}

@media screen and (max-width:600px) {
    .form-bg h1 {
        padding: 10px 0 0;
        font-size: 18px;
    }

    .container .reg-form .form-control {
        width: 100%;
    }

    .participate-section .h1 {
        font-size: 25px;
    }

    .participate-section .desc {
        width: 90%;
    }

    .participate-section .participate-container {
        width: 100%;
        margin: 30px 1.05%;
    }

    .exam-detail {
        padding: 0;
        width: 100%;
    }

    .exam-table {
        margin: 0;
    }

    .table-responsive > .exam-table > thead > tr > th:nth-child(2),
    .table-responsive > .exam-table > tbody > tr > th:nth-child(2) {
        display: none;
    }

    .sticker {
        margin: 10px;
    }

    .spacer-1 {
        padding: 0;
    }
	.table-responsive .exam-table.table-for-mobile tbody > tr > td .pull-left{
        margin-top:10px
    }
	.table-responsive .exam-table.table-for-mobile tbody > tr > td .images{
        margin-top:20px
    }
	
}

@media screen and (max-width:768px) and (min-width:500px) {
    footer .col-lg-3 {
        width: 48%;
        float: left;
    }
	.table-responsive .exam-table.table-for-mobile tbody > tr > td .pull-left{
        margin-top:10px
    }
	.table-responsive .exam-table.table-for-mobile tbody > tr > td .images{
        margin-top:20px
    }
	
}

.student-login-form {
    margin: 0 auto;
    max-width: 100%;
    float: none; 
}

.fright {
    float: right;
}

.bold {
    font-weight: bold;
}

.font12 {
    font-size: 12px;
}

.validate-this.btn-success.bold {
    padding-left: 20px;
    padding-right: 20px;
}

.no-package {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    color: #AAA;
    padding: 40px 0;
}

.exam-summery .sticker {
    height: 85px;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    margin: 6px -5px;
}
.exam-summery .sticker .title{    
    margin: 0;
    opacity: 0.8;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
}
.exam-summery .sticker .value{
        position: absolute;
    font-size: 40px;
    bottom: 2px;
    right: 10px;
    font-weight: 600;
    opacity: 0.95;
}
    .exam-summery .sticker:hover {
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    .bold{font-weight:bold;}
    .solution-div{    padding: 10px 15px;
    width: 199%;
    margin: 10px 0 10px 2px;
    line-height: 25px;
    border: 1px solid #f0ad4e;
    border-top: 0;display:none;}
    .autoMaticPromoCodes{
            border: 1px solid #DDD;
    border-radius: 3px;
    padding: 10px 15px;
    margin: 15px 0;
    }
    .autoMaticPromoCodes:before{   
    content: "Other offers";
    margin: 3px 0 5px;
    display: block;
    font-weight: 600;
    color: #c60102;
    }
    .autoMaticPromoCodes span{
    color: #333;            font-weight: 600;
    }
    .autoMaticPromoCodes p{
    margin: 3px 0 0;
    font-size: 13px;
    color: #999;
    }
    .buybtn.detail {
        display:inline-block;vertical-align:middle;
    }
    .buybtn.detail a{
        color: #5cb85c;
    font-weight: 600;
    border: 1px solid #5cb85c;
    border-radius: 3px;
    padding: 6px 10px;
    margin: 0 0 0 5px;
    }
@media screen and (max-width:568px) {
    .logo-section .top-contact-bar {
        display: block;
         width: 50%;
        text-align: center;
        padding:0;
            padding: 5px 0 0;
    }
    .top-contact-bar a {
        padding-top:0;
		color: #e50606;
    font-weight: bold;
    }
    .top-contact-bar {
            border-top: 1px dotted #CCC;
    padding-top: 5px;
    }
    .outer-header.logo-section .logout-btn a i {
            width: 30px;
    font-size: 14px;
    height: 30px;
    margin: 0 auto 3px;
    line-height: 24px;
    }
    .home-button a {
		font-size: 11px;
		max-width: 80px;
		display: block;
		line-height: 1;
		color: #e50606;
		font-weight: bold;
    }
    .home-button {
        padding:12px 10px 12px 0;
        float:right !important;
    }
    .home-button a i {
        font-size: 16px;
        padding-bottom: 6px;
    }
    .outer-header.logo-section .logo img {
        height: 44px;
    }

    .outer-header .logout-btn a {
        width: auto;
    margin: 8px 0;
    padding: 0 4px;
    }

    .logout-btn a span {
        font-size: 11px;
    }
    .user-profile-page .panel-body {
        padding:0;
    }
    .basic-profile-details input.form-control, .basic-profile-details select.form-control, .basic-profile-details textarea.form-control {
            width: 100%;
    }
     .user-profile-page .panel-body  .form-group
     .col-lg-11.col-sm-11.col-xs-11.col-md-11.text-right
      {
             width: 100%;
    }
     .user-profile-page .col-lg-4.col-md-4.col-sm-4.view-mode{
  padding:0;
     }
	 
	 .exam-table.table tbody > tr > td:nth-last-child(2) {
    width:100%;
}
}




@media screen and (max-width:420px) {
    .exam-price-panel > div {
        width: 100% !important;
    }
  .container .onlineHead, .container .offlineHead {
        width: 100% !important;
		 padding-left: 12px;
        padding-right: 12px;
    }
	
	 .homepackage .container .onlineHead, .homepackage.container .offlineHead {       
        padding-left: 0;
        padding-right: 0;
    }
	
	
    .homepackage .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .container .onlineHead .pricing-head ,.container .offlineHead .pricing-head {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.package-tabs li a {
    font-weight: 600;
    font-size: 15px;
    padding: 14px 5px;
}



.custom-accordion {
    border: solid 1px #ffc7c7;
}

    .custom-accordion .card {
        border: none;
        border-bottom: solid 1px #ffc7c7;
    }

    .custom-accordion .card-header {
        font-size: 14px;
        background: #fff7f7;
    }

    .custom-accordion .collapse-body {
        border-top: solid 1px #ffe5e5;
        background-color: #fff !important;
    }

    .custom-accordion .card:last-child .card-header {
        border-bottom: none;
    }

    .custom-accordion .card-header .btn {
        color: #323232;
        text-decoration: none;
    }

        .custom-accordion .card-header .btn:focus {
            outline: none;
        }

    .custom-accordion .card-header .red-enroll-now {
        font-size: 14px;
        color: #cb0000;
        text-decoration: none;
        font-weight: 600;
        /*padding: 15px 25px;*/
        white-space: normal;
        text-align: left;
        background: #fff;
    }

    .custom-accordion .toggle-icon {
        background: url(https://zonetech.in/Content/img/minus.svg) no-repeat center center;
        background-size: 100%;
        width: 14px;
        height: 14px;
        display: inline-block;
        margin-right: 10px;
    }

    .custom-accordion .collapsed .toggle-icon {
        background: url(https://zonetech.in/Content/img/plus.svg) no-repeat center center;
        background-size: 100%;
    }

    .custom-accordion .card-body {
        padding: 10px 25px 10px;
        box-shadow: 0 1px 1px rgba(0,0,0,.3);
    }
 .custom-accordion .card-body .left-content{
     width:70%;
 }
        .custom-accordion .card-body .right-content {
            width: 30%;
            text-align:right;
        }

.custom-accordion h5 {
    margin: 0;
    padding: 0;
}

.w-100 {
    width: 100%;
}
.sb-block .sb-title {
    font-weight: 600;
}
.sb-block .sb-subtitle {
    font-weight: 400;
    font-size: 13px;
}
.align-center {
    align-items: center;
}
.display-flex {
    display: flex;
}
.sb-block {
    margin: 0 -10px;
}
    .sb-block > div:first-child {
        padding-left: 0;
    }

    .sb-block > div {
        padding: 0 10px;
    }

    .sb-block > .sb-content {
        text-align: left;
        line-height: 20px;
    }

    .sb-block > div {
        padding: 0 10px;
    }
.ml-auto {
    margin-left: auto !important;
}
.main-price {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.02rem;
    font-size: 18px;
    margin: 0 .8rem 0 0;
    padding: 0;
}
.cut-price {
    font-weight: 400;
    line-height: 1.4;
    font-size: 14px;
    text-decoration: line-through;
}
.sb-block > div:last-child {
    padding-right: 0;
}

.sb-block > div {
    padding: 0 10px;
}

.ml-10 {
    margin-left: 10px !important;
}
.red-enroll-now {
    border: solid 1px #cb0000;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 5px 15px;
    color: #cb0000;
    transition: all 0.5s ease-in-out 0s;
    white-space: nowrap;
}


.recommended-course .sb-box {
    position: relative;
}


@media (max-width: 767px) {
    .custom-accordion .card-body .left-content {
        width: 100%;
    }
    .bf-block {
        display: block;
    }

        .bf-block .bf-box {
            width: 100%;
            padding: 10px 0;
            max-width: 280px;
            margin: 0 auto;
        }

        .bf-block .bf-content h4 {
            font-size: 17px;
        }
        
    .al-left {
        width: 100%;
    }

    .al-right {
        width: 100%;
        text-align: center;
    }

    .al-left img {
        max-width: 450px;
        margin: 0 auto 10px;
        display: block;
        width: 100%;
    }

    .btn-block .col-sm-6 {
        margin-top: 15px;
    }
   
    .sb-block > .sb-content {
        width: 52%;
    }

    .sb-block > div:last-child {
        padding-right: 15px;
    }

    .custom-accordion .card-header .red-enroll-now {
        padding: 9px 20px;
        min-width: 118px;
    }
}

@media (max-width: 680px) {
    .custom-accordion .card-body .left-content {
        width: 100%;
    }
    .sb-block {
        flex-wrap: wrap;
    }

        .sb-block > div.ml-auto {
            width: 35%;
        }
}

@media (max-width: 600px) {
    .custom-accordion .card-body .left-content {
        width: 100%;
    }
    .oc-list li {
        width: 100%;
    }

        .oc-list li .white-box {
            min-height: inherit;
        }
        
    .sb-sec {
        white-space: nowrap;
        overflow-x: auto;
    }

    .achivement-page .selected-list .sb-sec {
        margin: 0 !important;
    }

    .sb-box {
        width: 100px;
    }

        .sb-box img {
            width: 100%;
        }

    .learn-list {
        max-width: 100%;
    }
    
    .red-enroll-now {
        margin-bottom: 10px;
    }

    .sb-block > div.ml-auto {
        margin-left: 0 !important;
    }

    .sb-block > div {
        margin-top: 10px !important;
    }

    .sb-block .sb-title {
        white-space: normal;
    }

    .custom-accordion .toggle-icon {
        top: 15px;
    }

    .sb-block > .sb-content {
        width: 70%;
    }

    .sb-block > div:last-child {
        margin-left: auto !important;
    }
}

@media (max-width: 480px) {
    .sb-block > .sb-content {
        width: 60%;
    }
    .custom-accordion .card-body .left-content {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .custom-accordion .card-body .left-content {
        width: 100%;
    }
    .sb-block > .sb-content {
        width: 50%;
    }
}

/*Video section*/
.video-list-thumbs {
    padding-top: 10px;
}
    .video-list-thumbs > li {
        margin-bottom: 12px;
        /*float: right;*/
    }

        .video-list-thumbs > li:last-child {
        }

        .video-list-thumbs > li > a {
            display: block;
            position: relative;
            color: #111;
            border-radius: 4px box-shadow: 0 2px 5px rgba(0,0,0,.3);
            box-shadow: 1px 2px 1px rgba(0.2,0.2,0.2,0.2);
            text-decoration: none
        }

            .video-list-thumbs > li > a:hover {
                box-shadow: 0 2px 5px rgba(0,0,0,.3);
                text-decoration: none
            }

    .video-list-thumbs h2 {
        bottom: 0;
        font-size: 14px;
        height: 33px;
        margin: 8px 0 0;
        padding:8px;
        white-space: nowrap;
        left:15px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    }

    .video-list-thumbs .glyphicon-play-circle {
        font-size: 60px;
        opacity: 0.6;
        position: absolute;
        right: 39%;
        top: 31%;
        text-shadow: 0 1px 3px rgba(0,0,0,.5);
        transition: all 500ms ease-in-out;
    }

    .video-list-thumbs > li > a:hover .glyphicon-play-circle {
        color: #fff;
        opacity: 1;
        text-shadow: 0 1px 3px rgba(0,0,0,.8);
    }
.video-list-thumbs > li > span{
    position: absolute;
    top: 28%;
    right: 40%;
    font-size: 50px;
    color: #a61818;
}

.video-list-thumbs .duration {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    left: 0px;
    line-height: 13px;
    padding: 2px 3px 1px;
    position: absolute;
    top: 0px;
    transition: all 500ms ease;
    width: 100%;
    height: 100%;
}

.video-list-thumbs > li > a:hover .duration {
    background-color: rgba(0, 0, 0, 0.5);
}

.middle {
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 30px;
    color: #a0a0a0;
}

@media (min-width:320px) and (max-width: 480px) {
    .custom-accordion .card-body .left-content {
         width: 100%; 
    }
    .video-list-thumbs .glyphicon-play-circle {
        font-size: 35px;
        right: 36%;
        top: 27%;
    }

    .video-list-thumbs h2 {
        bottom: 0;
        font-size: 12px;
        height: 22px;
        margin: 8px 0 0;
    }
}

.featured-item {
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    margin: 0;
    float: left;
    background: #fff;
}

    .featured-item .feat-img {
        position: relative;
    }

        .featured-item .feat-img img {
            display: block;
            width: 100%;
        }

        .featured-item .feat-img .overlayPort {
            width: 100%;
            height: 100%;
            position: absolute;
            overflow: hidden;
            top: 0;
            left: 0;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .featured-item .feat-img ul.info {
            background-color: transparent;
            color: #fff;
            display: inline-block;
            font-weight: normal;
            left: 0;
            margin: 0 auto 0;
            opacity: 0;
            position: absolute;
            right: 0;
            text-decoration: none;
            text-transform: uppercase;
            top: 45%;
            transform: scale(1.5);
            transition: all 0.4s ease-in-out 0s;
        }

        .featured-item .feat-img .overlayPort ul li {
            margin-left: 0;
            margin-right: 0;
            padding-left: 0;
            text-align: center;
            width: 100%;
        }

            .featured-item .feat-img .overlayPort ul li a {
                background: #e54b3b;
                color: #ffffff;
                padding: 10px 15px;
                border-radius: 5px;
                font-weight: 300;
                text-transform: capitalize;
            }

    .featured-item:hover .overlayPort {
        background: #0000006b;
    }

    .featured-item:hover ul.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        background-color: transparent;
    }

.feat-inn {
    position: relative;
    padding: 10px 15px 0px;
}

.featured-item .feat-inn .title {
    margin: 0;
    padding: 0 0 10px;
    line-height: 1;
    border-bottom: 1px dashed #eee;
    transition: all ease .3s;
    font-size: 16px;
    font-weight: 800;
    max-height: 450px;
    min-height: 40px;
    overflow: hidden;
}



.featured-item-flex {
    display: flex;
    float: none;
    min-height: 120px;
}

    .featured-item-flex.featured-item .feat-img {
        width: 250px;
        height: 116px;
    }

    .featured-item-flex.featured-item .feat-inn {
        width: calc(100% - 245px);
    }

        .featured-item-flex.featured-item .feat-inn .title {
            text-align: left;
        }


@media(max-width: 575px) {
    .featured-item-flex {
        display: block;
        float: none;
    }

        .featured-item-flex.featured-item .feat-img,
        .featured-item-flex.featured-item .feat-inn {
            width: 100%;
            height: auto;
        }

            .featured-item-flex.featured-item .feat-inn .title {
                min-height: inherit;
                max-height: inherit;
            }

    .ooc-actions.pb-0 {
        padding-bottom: 15px !important;
    }
}



.main-heading {
    font-size: 24px;
    text-align: left;
    line-height: 20px;
    margin-bottom: 30px;
    font-weight: 800;
    color: #c42025;
}

    .main-heading .border-t {
        border-left: solid 4px #465ff5;
        display: inline-block;
        text-align: left;
        width: 100%;
        position: relative;
        padding-left: 20px;
    }

.main-heading small{
    font-size:18px;
}
.app-link img {
    max-width: 140px;
}
