/*********************************
Responsive navbar-brand image CSS
- Remove navbar-brand padding for firefox bug workaround
- add 100% height and width auto ... similar to how bootstrap img-responsive class works
***********************************/
@font-face {
    font-family: 'DIN';
    src: url('../fonts/din-regular-webfont.woff2') format('woff2'), url('../fonts/din-regular-webfont.woff') format('woff'), url('../fonts/din-regular-webfont.ttf') format('truetype'), url('../fonts/din-regular-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'DIN';
    src: url('../fonts/din-bold-webfont.woff2') format('woff2'), url('../fonts/din-bold-webfont.woff') format('woff'), url('../fonts/din-bold-webfont.ttf') format('truetype'), url('../fonts/din-bold-webfont.svg#dinregular') format('svg');
    font-weight: bold;
    font-style: normal;
}




@font-face {
    font-family: 'DIN';
    src: url('../fonts/din-medium-webfont.woff2') format('woff2'), url('../fonts/din-medium-webfont.woff') format('woff'), url('../fonts/din-medium-webfont.ttf') format('truetype'), url('../fonts/din-medium-webfont.svg#dinmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gobold-Lowplus';
    src: url('../fonts/Gobold-Lowplus.ttf') format('truetype');
}

.text-decoration-underline {
    text-decoration: underline;
}

.ieBlock {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    text-align: center;
    overflow: auto;
    background-color: #ebeaea;
    z-index: 999999999;
}

body {
    font-family: 'DIN';
    font-weight: normal;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.max-1200 {
    max-width: 1200px;
}

/*
.max-home1 {
    max-width: 900px;
}
*/

.max-home2 {
    max-width: 1000px;
}

.max-home3 {
    max-width: 1130px;
}

.text-custom-success {
    color: #023eff;
}

.text-custom-error {
    color: red;
}

.text-custom-message {
    font-size: 22px;
}

header {
    margin: auto;
}

.svg-container {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.top-strip {
    width: 100%;
    display: block;
    background-color: #003366;
}

    .top-strip a img {
        margin-top: 7px;
    }

    .top-strip p {
        font-weight: 500;
        font-size: 18px;
        padding-top: 15px;
        color: #fff;
        letter-spacing: 3px;
        padding-top: 30px;
    }

#custome-nav li a {
    font-size: 17px;
    /* text-transform: uppercase; */
    font-weight: 500;
    text-align: center;
    line-height: 20px;
}

.navbar-text p {
    background-color: #0C008B;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    border-radius: 64px;
    padding: 0;
    margin: 0;
    width: 22px;
    height: 22px;
    position: relative;
    z-index: 10;
    top: -39px;
    left: -7px;
    line-height: 22px;
}

.navbar-text a img {
    position: relative;
}

.navbar-toggler {
    padding: 0;
}

.search-box {
    display: inline-block;
    width: 400px;
    border: 1px solid #9c9c9c;
    background-color: #fff;
    border-radius: 12px;
    height: 31px;
}

    .search-box input[type="text"] {
        width: 86%;
        outline: none;
        border: none;
        padding: 0px 2%;
        line-height: 31px;
        color: #333;
        font-size: 15px;
        border-radius: 12px;
        height: 30px;
        background: none;
        float: left;
        background-image: none !important;
        text-indent: 0 !important;
    }

    .search-box input[type="button"] {
        width: 30px;
        height: 30px;
        cursor: pointer;
        outline: none;
        border: none;
        background: url(../images2/search.png) top left no-repeat;
        float: right;
        margin-right: 10px;
    }

@media (max-width:992px) {
    .search-box input[type="button"] {
        width: 24px;
        height: 24px;
        background-size: 24px 24px;
        margin-top: 2px;
    }

    table.table-striped tbody {
        font-size: 11px;
    }

    .cart-img {
        width: 70%;
    }
}

.bottom-card {
    background-color: #3c3c3b;
    padding: 15px 0px;
    display: block;
    width: 100%;
    min-height: 360px;
    max-height: 100%;
    margin: 20px 0px;
}

    .bottom-card i {
        display: block;
    }

h1.widget-title {
    display: block;
    width: 100%;
    color: #44c1a1;
    padding: 10px 0px 20px 0px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

    h1.widget-title:after {
        content: "";
        margin: auto;
        width: 45px;
        height: 4px;
        position: absolute;
        left: 50%;
        top: 160px;
        background: #44c1a1;
        transform: translateX(-50%);
    }

.blank {
    margin-bottom: -200px;
}

.bottom-card p {
    display: block;
    color: #fff;
    font-size: 15px;
    width: 100%;
    padding: 15px 5% 0% 5%;
    line-height: 20px;
    letter-spacing: 1px;
}

.sidebar h2,
.content h2 {
    display: block;
    width: 100%;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #f29100;
}

/***ANIMATION FOR HOME PAGE*/
.home-marquee-row {
    background-color: #3DBCA7;
}

    .home-marquee-row .home-marquee {
        max-width: 1200px;
        overflow: hidden;
        white-space: nowrap;
    }

        .home-marquee-row .home-marquee .home-marquee-content {
            padding-left: 100%;
            font-size: 12px;
            color: black;
            display: inline-block;
            text-align: center;
            /*-moz-animation: home-scroll 120s linear 0s normal infinite forwards running;
            -webkit-animation: home-scroll 120s linear 0s normal infinite forwards running;
            animation: home-scroll 120s linear 0s normal infinite forwards running;*/
        }

            .home-marquee-row .home-marquee .home-marquee-content > * {
                color: black;
            }

            .home-marquee-row .home-marquee .home-marquee-content:hover {
                animation-play-state: paused;
            }

@media(min-width: 576px) {
    .home-marquee-row .home-marquee .home-marquee-content {
        font-size: initial;
    }
}

@-moz-keyframes home-scroll {
    0% {
        -moz-transform: translateX(0%);
        display: inline;
    }

    100% {
        -moz-transform: translateX(-100%);
        display: block;
    }
}

@-webkit-keyframes home-scroll {
    0% {
        -webkit-transform: translateX(0%);
        display: inline;
    }

    100% {
        -webkit-transform: translateX(-100%);
        display: block;
    }
}

@keyframes home-scroll {
    0% {
        -moz-transform: translateX(0%); /* Firefox bug fix */
        -webkit-transform: translateX(0%); /* Firefox bug fix */
        display: inline;
        transform: translateX(0%);
    }

    100% {
        -moz-transform: translateX(-100%); /* Firefox bug fix */
        -webkit-transform: translateX(-100%); /* Firefox bug fix */
        display: block;
        transform: translateX(-100%);
    }
}
/***END HOME ANIMATION*/

.home-bottom {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 16%, #1D4495 16%, #1D4495 100%);
    border-bottom: 30px solid #1D4495;
}



.br {
    border-right: 2px solid #f29100;
}

.thumb-info {
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    width: 30%;
    padding-left: 1%
}

    .thumb-info a {
        display: block;
        text-align: center;
        font-size: 18px;
        color: #777777;
        transition: all 2s ease;
        text-decoration: none;
        word-wrap: break-word;
        line-height: 20px;
    }

        .thumb-info a img {
            max-width: 240px;
            width: 100%;
            display: block;
            margin-bottom: 10px;
        }

        .thumb-info a:hover {
            opacity: 0.6;
            transition: all 2s ease;
        }

.home-thumbs-container > div {
    padding: 0.5%;
}

.content h2 {
    font-size: 22px;
}

    .content h2 a {
        color: #f29100;
        text-decoration: underline;
    }

        .content h2 a:hover {
            color: #ed1c24;
        }

.media-image {
    display: block;
    width: 100%;
    margin-bottom: 60px;
}

.footer {
    background: url(../images2/footer.jpg) bottom left repeat-x;
    min-height: 226px;
    display: block;
}

    .footer p {
        width: 98%;
        display: block;
        padding: 0px 1%;
        margin-top: 195px;
        font-size: 14px;
        color: #ffffff;
    }

    .footer .footer-links {
        padding: 0%;
    }


.carousel-indicators li {
    background-color: #00cad4;
    height: 14px;
    width: 14px;
    border-radius: 16px;
}

.divider {
    padding-top: 20px;
    border-top: 10px solid #575756;
}

/*=====================
About SCI
=====================*/

#about p {
    color: #333;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    word-wrap: break-word;
    padding-bottom: 20px;
}

.about-table, .cms-page .about-table {
    font-weight: normal;
    margin-bottom: 20px;
}

    .about-table td, .cms-page .about-table td {
        font-size: 15px;
        padding: 4px 10px;
        vertical-align: top;
    }

        .about-table td:nth-child(1), .cms-page .about-table td:nth-child(1) {
            color: #58595b;
            font-weight: normal;
            padding-left: 0px;
        }

        .about-table td:nth-child(2), .cms-page .about-table td:nth-child(2) {
            color: #231f20;
            font-weight: 500;
        }

.pop-box {
    max-width: 168px;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0px auto;
}

    .pop-box a img {
        margin-bottom: 10px;
    }

    .pop-box span {
        display: block;
        width: 100%;
        font-size: 12px;
        color: #58595b;
        text-align: center;
    }

.border-table td, .cms-page .border-table td {
    border: 1px solid #000;
    font-weight: normal;
    padding: 2px 4px;
}

.Des-Text, .cms-page .Des-Text {
    font-weight: normal;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
}

.panel-default {
    padding: 0px;
    width: 100%;
}

    .panel-default > .panel-heading {
        padding: 0;
        border-bottom: 1px solid #2D2E82;
        margin-bottom: 0.75rem;
    }

.panel-title {
    font-size: 15px;
    text-transform: uppercase;
}

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
        color: #2D2E82;
        font-size: 16px;
        font-weight: normal;
    }

.more-less {
    float: right;
    color: #212121;
    padding: 11px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.panel-body {
    color: #2D2E82;
}

.round-plus {
    width: 18px;
    height: 18px;
    background: url(../images2/plus-icon.jpg) top left no-repeat;
    text-indent: -99999px;
    display: block;
}

.round-minus {
    width: 18px;
    height: 18px;
    background: url(../images2/minus-icon.jpg) top left no-repeat;
    text-indent: -99999px;
    display: block;
}

.sci-list {
    padding: 0;
    display: block;
}

    .sci-list ul {
        list-style-type: none;
        list-style: none;
        display: block;
        padding: 0px 0px 0px 2%;
    }

        .sci-list ul li {
            font-size: 12px;
            list-style-type: none;
            display: block;
            font-weight: normal;
        }

.see-list {
    color: #58595b !important;
    display: block;
}

.filter-list {
    display: block;
    width: 100%
}

    .filter-list ul {
        display: block;
        list-style: none;
    }

        .filter-list ul li {
            display: inline;
            list-style-type: none;
            border-left: 1px solid #231f20;
            padding: 0px 5px;
        }

            .filter-list ul li a {
                color: #231f20;
            }

                .filter-list ul li a:hover,
                .filter-list ul li a.selected {
                    color: #58595b;
                }

            .filter-list ul li:first-child {
                border: none;
            }

.contact-info {
    font-size: 16px;
    color: #58595b;
    margin-bottom: 15px;
    display: block;
}

#publication label {
    color: #58595b;
    font-size: 16px;
}

#publication input[type="text"] {
    background: none;
    height: 28px;
    border: 1px solid #f8a23b;
    border-radius: 12px;
}

    #publication input[type="text"]:focus {
        border: none;
    }

#publication input[type="submit"] {
    border-radius: 12px;
    color: #fff;
    background-color: #67d1d7;
    padding: 0px 40px;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    outline: none;
    font-size: 20px;
    border: none;
}

    #publication input[type="submit"]:hover {
        background-color: #52b4ba;
    }

#big-img .modal-content {
    background-color: #6d6e71;
}

#big-img .modal-header {
    padding: 0;
}

    #big-img .modal-header h5 {
        color: #fff;
        font-size: 14px;
        display: block;
        text-align: center;
        width: 100%;
        padding-left: 8%;
    }

#big-img .modal-footer {
    padding: 0px 5px 5px 5px;
    border: none;
}

    #big-img .modal-footer a {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 13px;
        text-decoration: underline;
        color: #fff;
    }

#big-img .modal-dialog {
    max-width: max-content;
}

#big-img .close {
    opacity: 1
}

#big-img .modal-body img {
    max-width: 100%;
    /*width: 100%;*/
}

#schedule-block {
    max-width: 700px;
    width: 100%;
    margin: 0px auto;
}

.es {
    color: #231f20;
    font-size: 19px;
    padding: 50px 0px 50px 10%;
    line-height: 26px;
}

.red {
    color: #ed1c24 !important;
}

table {
    width: 100%;
}

.parent {
    display: block;
    clear: both;
    height: 470px;
    overflow-y: scroll;
}

    .parent > table {
        width: 100%;
        font-size: 13px;
        font-weight: normal;
    }

        .parent > table table > thead > tr > th {
            padding: 4px;
            background-color: #1d1d1b;
            color: #fff;
            text-align: left;
        }

        .parent > table > tbody > tr > td {
            border-bottom: 1px solid #000;
            padding: 15px 0;
        }

    .parent table > tbody > tr > td > table > tbody > tr > td {
        padding: 2px 10px;
        width: 33.33%;
        word-wrap: break-word;
    }


.cm1 {
    margin-left: 21px;
}

.cm2 {
    margin-left: 36px;
}

.cm3 {
    margin-left: -5px;
}

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
    content: '... see more SCI Member Companies';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Show less';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    color: #58595b;
    font-size: 12px;
    line-height: 2;
    border-bottom: 1px solid #58595b;
}

.collab-list {
    margin-top: 1rem;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

    .collab-list li {
        flex-basis: 50%;
        padding: 0.5rem;
    }

@media only screen and (min-width: 768px) {
    .collab-list li {
        flex-basis: 20%;
    }
}

.expertise-form ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 0rem;
}

    .expertise-form ul li input[type=text] {
        max-width: 300px;
        margin-right: 15px;
    }

/*=====================
FAQs Section
=====================*/
.faq-container .faq-question {
    padding-bottom: 0.5rem;
    font-size: 15px;
}

.faq-container .faq-answer {
    padding-bottom: 1rem;
    color: #000;
    font-size: 15px;
}

    .faq-container .faq-answer p {
        font-weight: normal;
    }

    .faq-container .faq-answer b:first-child + * {
        display: inline;
    }

    .faq-container .faq-answer *:last-child {
        margin-bottom: 0px;
    }

.faq-container .panel-title {
    text-transform: none;
}

/*=====================
Author Rakesh
=====================*/
.M-20 {
    margin: 20px 0
}

.owl-carousel h5 {
    text-align: center;
    margin: 12px 0 0 0;
    font-size: 18px;
}

.owl-carousel-top .owl-nav {
    display: none
}

.owl-carousel.owl-carousel-thumb .owl-nav.disabled {
    display: block !important
}

.owl-theme .owl-nav.disabled + .owl-dots {
    top: -10px;
    height: 10px;
    position: relative;
    z-index: 9999;
}

.owl-theme .owl-dots .owl-dot span {
    background: #26cad3 !important;
    margin: 2px 4px !important
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #869791 !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    outline: none;
}

.owl-prev {
    position: absolute;
    left: 0;
    top: 30%
}

.owl-next {
    position: absolute;
    right: 0;
    top: 30%
}

@media (max-width: 991.98px) {
    .owl-theme .owl-nav.disabled + .owl-dots {
        top: -20px;
        height: 0;
        position: relative;
        z-index: 9999;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 5px;
        height: 5px;
    }
}

.Menu_bdr {
    border-left: 2px dotted #FF9900;
}

ul.sidebar-nav {
    margin: 25px 0 0 10px;
    padding: 0
}

    ul.sidebar-nav li {
        list-style: none;
        margin-bottom: 15px
    }

        ul.sidebar-nav li a {
            color: #58595b;
        }

            ul.sidebar-nav li a:hover {
                color: #737375;
            }

            ul.sidebar-nav li a.active {
                color: #737375;
            }

.Inner_page_title, .cms-page .Inner_page_title {
    font-size: 18px;
    color: #0C008B;
}

.Page_Heading, .cms-page .Page_Heading {
    color: #0C008B;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.Des-Text, .cms-page .Des-Text {
    color: #58595B;
    font-size: 15px;
}


@media(max-width:960px) {
    .search-box {
        width: 100%;
    }

    .br {
        border-right: none;
    }

    .thumb-info a {
        font-size: 16px;
    }

    .navbar-text {
        position: absolute;
        right: 0;
        top: 0;
    }

    .cm1,
    .cm2,
    .cm3 {
        margin: 0;
    }

    .content h2 {
        font-size: 16px;
    }
}

@media(max-width:767px) {


    .thumb-info a img {
        max-width: none;
    }

    .owl-nav {
        display: none
    }

    .vm-order-1 {
        order: 1
    }

    .vm-order-2 {
        order: 2
    }
}



/*----------Mayank--31/10/2018---------*/
.j-breadcrumb-heading {
    padding: 0 0 0 25px;
}

    .j-breadcrumb-heading .breadcrumb {
        background-color: transparent;
        padding: 0;
        margin-bottom: 0;
        font-weight: 500;
    }

.breadcrumb-item + .breadcrumb-item::before {
    content: '>';
    font-family: Arial;
    font-weight: 700;
}

.j-breadcrumb-heading .breadcrumb-item a {
    color: black;
    text-transform: capitalize;
}

.j-breadcrumb-heading .main-heading {
    font-family: 'Gobold-Lowplus';
    color: #2D2E82;
    font-size: 29px;
    padding-top: 20px;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 5px solid #2D2E82;
}

@media (max-width:767px) {
    .j-breadcrumb-heading {
    }
}
/*----------Step layout-----------*/
.wizard {
    margin: 20px auto;
}

    .wizard > div.wizard-inner {
        position: relative;
    }

    .wizard .connecting-line {
        height: 2px;
        background: #e0e0e0;
        position: absolute;
        width: 80%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 42%;
        z-index: 1;
    }

    .wizard .wizard-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom: 0;
        padding-left: 0;
        list-style: none;
    }

        .wizard .wizard-tabs > li {
            width: 20%;
            position: relative;
            display: block;
            float: left;
            margin-bottom: -1px;
        }

            .wizard .wizard-tabs > li a {
                width: 50px;
                height: 50px;
                margin: 20px auto;
                margin-bottom: 3px;
                border-radius: 100%;
                padding: 0;
                background-color: #fff;
                line-height: 1.42857143;
                position: relative;
                display: block;
                cursor: inherit;
            }

            .wizard .wizard-tabs > li.active > a,
            .wizard .wizard-tabs > li.active > a:hover,
            .wizard .wizard-tabs > li.active > a:focus {
                color: #555555;
                cursor: default;
                border: 0;
                border-bottom-color: transparent;
            }

    .wizard span.round-tab {
        width: 50px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        border-radius: 100px;
        background: radial-gradient(circle, #76789B 0%, #76789B 65%, #FFFFFF 65%, #FFFFFF 100%);
        border: 2px dotted #76789B;
        z-index: 2;
        position: absolute;
        left: 0;
        text-align: center;
        font-size: 18px;
    }

    .wizard li.active span.round-tab {
        background: radial-gradient(circle, #E5980E 0%, #E5980E 65%, #FFFFFF 65%, #FFFFFF 100%);
        border: 2px dotted #E5980E;
    }

    .wizard span.round-tab span {
        font-family: 'Gobold-Lowplus';
        font-size: 17px;
        font-weight: normal;
        color: white;
    }


/*----------Vijay--01/11/2018---------*/
body:not(.home-page) {
    background: url(../images2/inner-page-bg.png) top center repeat-x;
}

.j-breadcrumb-heading .main-heading.home-heading {
    font-size: 19px;
}

.home-login-container {
    width: 70%;
    padding-top: 10px;
    padding-bottom: 70px;
}

.home-login-content {
    width: 100%;
    max-width: 547px;
    margin: 0 auto;
}

    .home-login-content .nav-tabs {
        border-bottom: 0;
        margin-left: 7px;
    }

        .home-login-content .nav-tabs .nav-link {
            border: 1px solid transparent;
            border-radius: 0;
            background-color: #24cad3;
            color: #FFFFFF;
            border-top: 1px solid black;
            font-size: 13px;
            text-decoration: underline;
            position: relative;
            -ms-transform: skewX(20deg);
            -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
        }

    .home-login-content .nav-item:last-child .nav-link {
        border-right: 1px solid black;
    }

    .home-login-content .nav-item:first-child .nav-link {
        background-color: #FFFFFF;
        color: #0C008B;
    }

    .home-login-content .nav-item:nth-child(2) .nav-link {
        background-color: #0EC1BC;
        color: #FFFFFF;
    }

    .home-login-content .nav-tabs .nav-item.show .nav-link,
    .home-login-content .nav-tabs .nav-link.active {
        color: #58595b;
        background-color: #caeff1;
    }

    .home-login-content .nav-tabs .nav-link span {
        display: inline-block;
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }

    .home-login-content .nav-tabs .nav-item:first-child .nav-link:before {
        content: "";
        display: inline-block;
        width: 20px;
        position: absolute;
        left: -8px;
        top: 1px;
        height: 100%;
        background-color: #FFFFFF;
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        border-left: 1px solid black;
    }

    .home-login-content .nav-tabs .nav-item:first-child .nav-link.active:before {
        background-color: #caeff1;
    }

    .home-login-content .tab-content {
        border: 2px solid black;
        margin-top: 1px;
        background-color: #fff;
        padding: 15px 25px;
    }

        .home-login-content .tab-content h3 {
            color: #003366;
            font-size: 17px;
        }

        .home-login-content .tab-content p {
            font-size: 12.5px;
            color: #58595b;
        }

.help-text {
    font-size: 10px;
    color: #58595b;
    padding: 5px 10px 0;
}

.home-ind-login-form {
    max-width: 350px;
    margin-left: 10%;
    margin-bottom: 25px;
}

    .home-ind-login-form .form-group {
        align-items: flex-start;
    }

    .home-ind-login-form .col-form-label {
        font-size: 14.5px;
        color: #003366;
        font-weight: bold;
        min-width: 100px;
        padding-top: 2px;
    }

    .home-ind-login-form .col {
        min-width: calc(100% - 100px);
    }

    .home-ind-login-form .form-control,
    .ifpas_section input {
        font-size: 12.5px;
        padding: 2px 10px;
    }

.home-login-submit {
    padding-left: 85px;
}

.home-login-options {
    display: inline-block;
    text-align: center;
}

    .home-login-options > * {
        display: block;
        width: 100%;
    }

.singpass-btn {
    display: inline-block;
    background-color: #FFFFFF;
    border: 1px solid #C8C9CC;
    font-weight: bold !important;
    font-size: 16px !important;
    padding: 2px 15px;
    margin: 5px 0px;
    text-decoration: none !important;
    color: #000;
    text-align: center;
}

    .singpass-btn span {
        font-weight: bold !important;
        font-size: 16px !important;
        text-decoration: none !important;
    }

    .singpass-btn:hover,
    .singpass-btn:focus,
    .singpass-btn:active {
        background-color: #F5F5F7;
        text-decoration: none !important;
        color: #000;
    }

.singpass-logo {
    height: 14px;
    margin-top: 0.08em;
}

.ifpas_section .btn {
    background-color: #24cad3;
    color: #58595b;
    font-size: 12.5px;
    border: 0;
    border-radius: 30px;
    min-width: 95px;
    padding: 4px 10px;
}

.home-login-links {
    font-size: 12.5px;
    color: #58595b;
    padding-left: 85px;
    padding-top: 25px;
}

    .home-login-links a {
        font-size: 12.5px;
        color: #58595b;
        text-decoration: underline;
    }

.dont-have-acc {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.home-corp-login-form {
    max-width: 300px;
    margin-left: 10%;
    margin-bottom: 10px;
    padding-top: 10px;
}

    .home-corp-login-form .form-group {
        align-items: flex-start;
    }

    .home-corp-login-form .col-form-label {
        font-size: 14.5px;
        color: #003366;
        font-weight: bold;
        min-width: 100px;
        padding-top: 2px;
    }

    .home-corp-login-form .col {
        min-width: calc(100% - 100px);
    }

    .home-corp-login-form .form-control {
        font-size: 12.5px;
        padding: 2px 10px;
    }

    .home-corp-login-form select.form-control:not([size]):not([multiple]) {
        height: auto;
    }

@media (max-width:767px) {
    .home-login-container {
        width: 100%;
    }

    .home-ind-login-form,
    .home-corp-login-form {
        margin-left: 0;
    }

        .home-ind-login-form .col-form-label,
        .home-corp-login-form .col-form-label {
            padding-left: 0;
            padding-right: 0;
        }

    .home-login-links {
        padding-left: 0;
        text-align: center;
    }

    .home-login-submit {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
}

.cer-company-login-container {
    width: 100%;
    max-width: 485px;
    margin: 70px auto 70px;
}

.cer-company-login-form label {
    font-size: 20px;
    color: #003366;
    font-weight: 500;
    min-width: 100px;
    padding-top: 2px;
}

.cer-company-login-form .form-control {
    border: 1px solid #57585b;
    border-radius: 30px;
    font-size: 14px;
    padding: 5px 10px;
}

.cer-company-login-form select.form-control:not([size]):not([multiple]) {
    height: auto;
    min-height: 33px;
}

.cer-company-login-submit {
    text-align: center;
    padding-top: 30px;
}

.cer-company-login-form .btn {
    background-color: #003366;
    color: #fff;
    font-size: 12.5px;
    border: 0;
    border-radius: 30px;
    min-width: 95px;
    padding: 4px 10px;
}

.cer-company-login-links {
    font-size: 16px;
    color: #58595b;
    padding-top: 25px;
    text-align: center;
    font-weight: normal;
}

    .cer-company-login-links a {
        color: #58595b;
        text-decoration: underline;
    }

.cer-company-login-form .help-link {
    color: #143a60;
    font-weight: normal;
    text-decoration: underline;
    padding-top: 2px;
    display: inline-block;
}

.cer-company-dashboard-container {
    width: 100%;
    max-width: 780px;
    margin: 70px auto 0;
}

.cer-company-dashboard-row {
    text-align: center;
}

    .cer-company-dashboard-row a {
        font-size: 22px;
        color: #000000;
        line-height: 1.2;
        font-weight: 500;
    }

        .cer-company-dashboard-row a span {
            padding-top: 15px;
            display: block;
        }

/*--------Mayank 01-11-2018---------*/
.j-register-tabs {
    margin: 45px 0 70px 0;
    position: relative;
}

    .j-register-tabs .nav-tabs {
        margin-left: 9px;
    }

    .j-register-tabs .nav-item {
        margin-bottom: -1px;
        position: relative;
    }

        .j-register-tabs .nav-item .nav-link {
            background-color: #25c9d2;
            color: #004378;
            border-radius: 0;
            font-size: 14px;
            border-top: 1px solid black;
            border-left: 0px solid transparent;
            border-bottom: 0px solid transparent;
            border-right: 0px solid transparent;
            min-height: 48px;
            display: flex;
            align-items: center;
            position: relative;
            -moz-transform: skew(20deg);
            -ms-transform: skew(20deg);
            -webkit-transform: skew(20deg);
            transform: skew(20deg);
            height: 100%;
        }

        .j-register-tabs .nav-item:last-child .nav-link {
            border-right: 1px solid black;
        }

        .j-register-tabs .nav-item:first-child .nav-link {
            background-color: #B9F9F6;
            color: #0C008B;
        }

        .j-register-tabs .nav-item:nth-child(2) .nav-link {
            background-color: #0EC1BC;
            margin-right: -2px;
            color: #FFFFFF;
        }

        .j-register-tabs .nav-item:nth-child(3) .nav-link {
            background-color: #04AAA1;
            color: #FFFFFF;
        }

        .j-register-tabs .nav-item:nth-child(4) .nav-link {
            background-color: #067F76;
            color: #FFFFFF;
        }

        .j-register-tabs .nav-item:nth-child(5) .nav-link {
            background-color: #05443E;
            color: #FFFFFF;
        }

        .j-register-tabs .nav-item:first-child .nav-link:before {
            content: '';
            position: absolute;
            display: inline-block;
            width: 20px;
            height: 100%;
            background-color: #B9F9F6;
            border-left: 1px solid black;
            border-bottom: 0px;
            left: -9px;
            top: 0;
            -moz-transform: skew(-20deg);
            -ms-transform: skew(-20deg);
            -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
        }

    .j-register-tabs .nav-tabs .nav-link.active {
        background-color: #FFFFFF;
        color: #90a9bf;
    }

        .j-register-tabs .nav-tabs .nav-link.active:before {
            background-color: #FFFFFF;
        }

    .j-register-tabs .nav-item .nav-link span {
        display: inline-block;
        -moz-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
        -webkit-transform: skew(-20deg);
        transform: skew(-20deg);
    }

    .j-register-tabs .tab-content {
        border-top: 3px solid black;
        padding: 25px;
    }

    .j-register-tabs .examination-content {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .j-register-tabs .tabs-button {
        align-items: center;
        margin-bottom: 5px;
    }

    .j-register-tabs .regulatory-content {
        color: #004378;
        display: flex;
        font-size: 14px;
    }

    .j-register-tabs .acronym-name {
        margin-right: 35px;
        min-width: 40px;
        display: inline-block;
    }

    .j-register-tabs .view-details-btn img,
    .j-register-tabs .view-details-btn input[type=image],
    .j-register-tabs .registration-btn img {
        max-height: 40px;
        margin: 5px;
    }

    .j-register-tabs .view-details-btn:hover,
    .j-register-tabs .registration-btn:hover {
        text-decoration: none;
        opacity: 0.9;
    }

    .j-register-tabs .view-details-btn {
        margin-right: 15px;
    }

        .j-register-tabs .view-details-btn.view-details-btn-reg {
            margin-right: auto;
        }

    .j-register-tabs .exam-register-content {
        border-bottom: 2px solid black;
    }

        .j-register-tabs .exam-register-content .register-seperator {
            border-right: 2px solid black;
            transform: translateX(-30%);
        }

.professional-block .professional-title {
    font-size: 34px;
    color: #ffab1f;
}

.professional-block .title-fullform,
.clu-block .title-fullform {
    font-size: 14px;
    text-decoration: underline;
    color: #004378;
    margin-bottom: 12px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

    .professional-block .title-fullform .title-acronym,
    .clu-block .title-fullform .title-acronym {
        text-transform: none;
    }

    .professional-block .title-fullform sup,
    .clu-block .title-fullform sup,
    .important-notes .table-contant caption sup {
        text-decoration: none;
        display: inline-block;
        border-bottom: 1px solid #004378;
        padding-bottom: .65rem;
    }

.professional-block .professional-content {
    margin-top: 20px;
    margin-bottom: 20px;
}


    .professional-block .professional-content:last-child {
        margin-bottom: 0;
    }

/*--------Modal---------*/
.j-register-tabs .modal {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-box-shadow: 1px 2px 11px 1px #ccc;
    -moz-box-shadow: 1px 2px 11px 1px #ccc;
    -ms-box-shadow: 1px 2px 11px 1px #ccc;
    box-shadow: 1px 2px 11px 1px #ccc;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.j-register-tabs .modal-content {
    padding: 20px;
    width: 100%;
    height: 100%;
    background-color: #ebeaea;
    opacity: 0.85;
    border: 0;
    border-radius: 0;
    overflow-y: auto;
    padding: 10px 20px 20px 20px;
}

.j-register-tabs .close {
    display: flex;
    justify-content: flex-end;
    color: #e30613;
    opacity: 1;
}

    .j-register-tabs .close:hover,
    .j-register-tabs .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.j-register-tabs .modal h4 {
    color: #e30613;
    font-size: 25px;
    font-weight: bold;
}

.j-register-tabs .modal h4 {
    color: #e30613;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.j-register-tabs .modal p {
    color: #1a355c;
    font-size: 17px;
    font-weight: bold;
}

.j-register-tabs .clu-block-content .acronym-name {
    margin-right: 10px;
    min-width: 98px;
}

.j-register-tabs .clu-block .tabs-button {
    margin-bottom: 0;
}

.j-register-tabs .clu-block .examination-content {
    margin-bottom: 5px;
}

.j-register-tabs .clu-block .chfc-block-content {
    align-items: center;
    margin: 20px 0px;
}

/*--------Modal---------*/
.global-modal {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-box-shadow: 1px 2px 11px 1px #ccc;
    -moz-box-shadow: 1px 2px 11px 1px #ccc;
    -ms-box-shadow: 1px 2px 11px 1px #ccc;
    box-shadow: 1px 2px 11px 1px #ccc;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

    .global-modal .modal-content {
        padding: 20px;
        width: 100%;
        height: 100%;
        background-color: #ebeaea;
        opacity: 0.85;
        border: 0;
        border-radius: 0;
        overflow-y: auto;
        padding: 10px 20px 20px 20px;
    }

    .global-modal .close {
        display: flex;
        justify-content: flex-end;
        color: #e30613;
        opacity: 1;
        align-items: flex-start;
    }

        .global-modal .close:hover,
        .global-modal .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }

    .global-modal h4 {
        color: #e30613;
        font-size: 25px;
        font-weight: bold;
        font-weight: normal;
    }

    .global-modal h4 {
        color: #e30613;
        font-size: 25px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .global-modal p {
        color: #1a355c;
        font-size: 17px;
        font-weight: bold;
    }

.global-bs-modal a {
    color: lightskyblue;
}

.global-bs-modal .modal-content {
    opacity: 0.9;
    border: 1px solid white;
    color: white;
    background-color: #003366;
}

.global-bs-modal .modal-header {
    border-bottom: none;
}

    .global-bs-modal .modal-header h4 {
        text-align: center;
    }

    .global-bs-modal .modal-header .close {
        color: white;
        text-shadow: none;
        font-weight: lighter;
        opacity: 1;
        border: 1px solid white;
        padding: 0.25rem;
        margin: 0;
    }

.global-bs-modal .modal-body .close {
    color: white;
    text-shadow: none;
    font-weight: lighter;
    opacity: 1;
    border: 1px solid white;
    padding: 0.25rem;
    margin: 0;
    font-size: 1rem;
}

.global-bs-modal .modal-body hr {
    background-color: white;
}

.global-bs-modal .modal-body .modal-body-title {
    padding-bottom: 1rem;
}

.global-bs-modal .modal-footer .button-modal {
    background-color: transparent;
    color: white;
    text-shadow: none;
    font-weight: lighter;
    opacity: 1;
    border: 1px solid white;
    padding: 0.25rem;
    margin: 0;
    font-size: 1rem;
}

    .global-bs-modal .modal-footer .button-modal:hover {
        text-decoration: none;
    }

.global-bs-modal.update-id-bs-modal .modal-footer {
    border: none;
}

    .global-bs-modal.update-id-bs-modal .modal-footer .btn {
        background-color: white;
    }

/*-----media-css-------*/
@media(max-width:768px) {
    .j-register-tabs .nav-tabs {
        margin-left: 0;
    }

    .j-register-tabs .nav-item {
        margin-bottom: 1px;
        width: 100%;
    }

    .j-register-tabs .tab-content {
        display: inline-block;
    }

    .j-register-tabs .nav-item:nth-child(2) .nav-link {
        margin-right: 0px;
    }

    .j-register-tabs .nav-item:last-child {
        margin-bottom: -1px;
    }

    .j-register-tabs .nav-item .nav-link {
        padding: 10px 20px;
        border-right: 0;
    }

    .j-register-tabs .nav-item:first-child .nav-link:before {
        content: unset;
    }

    .j-register-tabs .nav-item .nav-link span br {
        display: none;
    }

    .j-register-tabs .nav-item .nav-link,
    .j-register-tabs .nav-item .nav-link span {
        -webkit-transform: unset;
        -ms-transform: unset;
        -moz-transform: unset;
        transform: unset;
    }

    .j-register-tabs .examination-content {
        display: block;
        margin-bottom: 25px;
    }

    .professional-block .professional-title {
        font-size: 28px;
    }

    .j-register-tabs .clu-block .examination-content > img {
        margin-bottom: 15px;
    }
}

@media(max-width:480px) {
    .j-register-tabs .tab-content {
        padding: 15px;
    }

    .j-register-tabs .regulatory-content {
        font-size: 12px;
    }

    .j-register-tabs .view-details-btn {
        margin-right: 5px;
    }

        .j-register-tabs .view-details-btn.view-details-btn-reg {
            margin-right: auto;
        }
}

/* ========================= code by ankit soni Nov-1 =================== */

/*=== global elements css === */

.form-control:disabled, .form-control[readonly] {
    pointer-events: none;
}

.global-input {
    border-top: 0px;
    border-left: 0px;
    border-right: 1px #2D2E82 solid;
    border-bottom: 1px #2D2E82 solid;
    border-radius: 0;
    width: 100%;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: normal;
    color: #2D2E82;
    background-color: #ffffff !important;
}

    .global-input.global-textarea {
        border: 1px #2D2E82 solid;
    }

.checkbox-global {
    width: 20px;
    height: 20px;
    background: #fff;
    float: left;
    margin-right: 10px;
}

    .checkbox-global input.disabledDetect[type=checkbox]:disabled {
        pointer-events: none;
    }

    .checkbox-global input[type=checkbox] {
        opacity: 0;
        position: absolute;
        width: 22px;
        height: 15px;
    }

        .checkbox-global input[type=checkbox] + label, .checkbox-global input[type=checkbox] ~ .checkbox-img {
            display: inline-block;
            padding: 0 0 0 0px;
            background: url('../images2/checkbox.png') no-repeat;
            height: 20px;
            width: 20px;
            background-size: 100%;
        }

        .checkbox-global input[type=checkbox]:checked + label, .checkbox-global input[type=checkbox]:checked ~ .checkbox-img {
            background: url('../images2/checkbox-checked.png') no-repeat;
            height: 20px;
            width: 20px;
            display: inline-block;
            background-size: 100%;
        }

.global-btn-blue {
    font-size: 18px;
    color: #2D2E82 !important;
    padding: 5px 15px;
    min-width: 139px;
    text-align: center;
    background: #fff;
    border-radius: 0px;
    margin: 5px 0px;
    font-weight: 500;
    border: 2px solid #ffab1f;
    text-transform: uppercase;
}

    .global-btn-blue:hover,
    .global-btn-blue:focus {
        background: #f7f9fc;
    }

a.global-next-btn {
    color: #828282 !important;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

    a.global-next-btn img {
        display: inline-block;
        position: relative;
        top: -3px;
    }

/*====== 2 nov ==== */

.global-steps .wizard li:after {
    content: " ";
    height: 2px;
    top: 38%;
    position: absolute;
    background: #13395f;
    width: 38%;
    left: 72%;
}

.global-steps .wizard li.last-step:after {
    display: none;
}

.global-steps .wizard li > span {
    font-size: 11px;
}

.global-steps .wizard li.last-step span {
    position: absolute;
    top: 34%;
    left: 50%;
    margin-left: -27px;
    z-index: 2;
}



.global-calander {
    margin-bottom: 30px;
}

    .global-calander .calendar * {
        box-sizing: border-box;
        font-family: Tahoma;
        font-size: 14px;
    }

    .global-calander .calendar-sm {
        cursor: default;
        max-width: 95%;
        height: 370px;
        margin: auto;
    }

    .global-calander .calendar {
        cursor: default;
        width: 95%;
        height: 270px;
    }

    .global-calander .calendar-sm .c-pad-top {
        padding-top: 2%;
    }

    .global-calander .calendar .c-pad-top {
        padding-top: 3%;
    }

    .global-calander .c-grid {
        height: inherit;
    }

    .global-calander .c-day {
        width: 14.28%;
        height: 13%;
        background-color: #edece7;
        float: left;
        text-align: center;
    }

    .global-calander .c-day-previous-month {
        width: 14.28%;
        height: 13%;
        background-color: #F9FBFD;
        float: left;
        text-align: center;
        color: gray;
    }

    .global-calander .c-day-next-month {
        width: 14.28%;
        height: 13%;
        background-color: #F9FBFD;
        float: left;
        text-align: center;
        color: gray;
    }

    .global-calander .c-week-day {
        width: 14.28%;
        height: 10.38%;
        background-color: rgb(145, 172, 203);
        color: white;
        float: left;
        text-align: center;
        font-weight: bold;
        padding-top: 1%;
    }

    .global-calander .c-next {
        width: 12.5%;
        height: 12%;
        padding: 2% 2% 0 2%;
        text-align: right;
        cursor: pointer;
    }

    .global-calander .c-previous {
        width: 12.5%;
        height: 12%;
        padding: 2% 2% 0 2%;
        text-align: left;
        cursor: pointer;
    }

    .global-calander .c-month {
        width: 75%;
        height: 12%;
        text-align: center;
    }

    .global-calander .c-nav-btn-over {
        background-color: rgb(137, 163, 192) !important;
        font-weight: bold;
    }

    .global-calander .c-today {
        background-color: #fff;
    }

    .global-calander .c-event {
        background-color: #004378;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
    }

    .global-calander .c-grid {
        float: left;
        width: 50%;
    }

    .global-calander .c-event-grid {
        margin-left: 1px;
        height: inherit;
        width: 49%;
        float: left;
    }

    .global-calander .c-grid-title {
        font-weight: bold;
        float: left;
        background-color: #eef8f8;
        color: #13395f;
    }

    .global-calander .c-event-title {
        width: 100%;
        height: 12%;
        text-align: center;
        font-weight: bold;
        background-color: #def2f1;
        color: #13395f;
    }

    .global-calander .c-event-body {
        background-color: #fff;
        height: 88.1%;
    }

    .global-calander .c-event-list {
        padding: 15px 0px;
        overflow: auto;
        height: 95%;
    }

    .global-calander .c-event-item > .title {
        font-weight: bold;
    }

    .global-calander .c-event-item > div {
        text-overflow: ellipsis;
        width: inherit;
        overflow: hidden;
        white-space: nowrap;
    }

    .global-calander .c-event-item {
        margin-bottom: 10px;
        padding: 5px 3px;
    }

    .global-calander .c-event-over {
        background-color: lightgray;
        font-weight: bold;
        color: black;
    }

        .global-calander .c-event-over > .description {
            font-weight: normal;
        }

    .global-calander .Exam-list {
        font-size: 12px;
        font-weight: normal;
    }

        .global-calander .Exam-list span {
            margin-right: 20px;
            display: inline-block;
            font-weight: normal;
        }


.global-radio {
    position: relative;
    margin: 0px 10px 0px 5px;
    font-family: Arial, sans-serif;
    line-height: 103%;
    cursor: pointer;
    display: inherit;
    width: 15px;
    float: left;
    margin-top: 6px;
}

    .global-radio radio {
        position: relative;
        margin: 0 1rem 0 0;
        cursor: pointer;
    }

/*.global-radio .radio:before {
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
        content: "";
        position: absolute;
        top: -2px;
        left: 0px;
        z-index: 1;
        width: 0.75rem;
        height: 0.75rem;
        background: #004378;
        border-radius: 50%;
    }

    .global-radio .radio:checked:before {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .global-radio .radio:after {
        content: "";
        position: absolute;
        top: -4px;
        left: -2px;
        width: 16px;
        height: 16px;
        background: #fff;
        border: 1px solid #004378;
        border-radius: 50%;
    }*/





/* ========================= code by ankit soni Nov-1 for login page =================== */

.login-steps .wizard li {
    width: 12.5%;
}

    .login-steps .wizard li:after {
        content: " ";
        height: 2px;
        top: 38%;
        position: absolute;
        background: #13395f;
        width: 38%;
        left: 80%;
    }

    .login-steps .wizard li.last-step:after {
        display: none;
    }

    .login-steps .wizard li > span {
        font-size: 10px;
        font-family: 'Gobold-Lowplus';
        color: #2D2E82;
    }

    .login-steps .wizard li.active > span {
        color: #9B6105;
    }

    .login-steps .wizard li.last-step span {
        position: absolute;
        top: 35%;
        left: 50%;
        margin-left: -27px;
        z-index: 2;
    }


.login-page {
    margin-bottom: 100px;
}

    .login-page .input-group {
        margin-bottom: 62px;
    }

        .login-page .input-group .btn-holder {
            width: 100%;
        }

    .login-page h2 {
        color: #ffab1f;
        font-size: 18.50px;
        margin-bottom: 21px;
    }

    .login-page span {
        font-size: 16px;
        color: #000;
    }

    .login-page label {
        font-size: 19px;
        color: #143a60;
        display: block;
        width: 100%;
        margin-bottom: 12px;
        font-weight: 500;
    }

    .login-page .form-control {
        width: 100%;
        margin-bottom: 8px;
        color: #333333
    }

    .login-page a {
        color: #143a60;
        text-decoration: none;
        font-size: 16px;
        font-weight: 300 !important;
        text-decoration: underline;
    }

    /*.login-page .btn-blue{ font-size:18px; color:#fff !important; padding:5px 15px; min-width:139px; text-align:center; background:#13395f; border-radius:30px;}
.login-page .btn-blue:hover, .login-page .btn-blue:focus, .login-page .btn-blue:visited{background:#ffab1f;}*/
    .login-page .no-mgb {
        margin-bottom: 0px;
    }

    .login-page p {
        font-size: 16px;
    }

        .login-page p a {
            color: #0018ff;
        }

.awareness-login-options {
    display: inline-block;
}

    .awareness-login-options > * {
        display: block;
        width: 100%;
    }

/* ========================= code by ankit soni Nov-1 for examination cart page =================== */
.examination-cart {
    font-weight: normal;
    margin-bottom: 130px;
}

    .examination-cart .blue-error-msg {
        border: 2px solid #2D2E82;
        background: #FFFFFF;
        padding: 2px 15px 4px;
        color: #2D2E82;
        font-size: 17px;
        margin-bottom: 25px;
        font-weight: 500;
        cursor: pointer;
    }

    .examination-cart .red-text {
        color: #ed1d24;
    }

    .examination-cart .error-msg {
        color: #ed1d24;
    }

    .examination-cart .add-exam-link {
        color: #ffab1f;
        font-size: 18.50px;
    }

    .examination-cart .exam-info-holder {
        padding: 26px 45px;
        border-right: 1px #f39225 solid;
    }

    .examination-cart .exam-info-inner {
        position: relative;
        margin-bottom: 45px;
    }

        .examination-cart .exam-info-inner h2 {
            color: #143a60;
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 23px;
        }

        .examination-cart .exam-info-inner .module-list {
            margin: 0px;
            padding: 0px;
            line-height: normal;
            font-size: 16px;
            list-style: none;
        }

            .examination-cart .exam-info-inner .module-list li {
                margin-bottom: 20px;
                clear: both;
                float: none;
            }

                .examination-cart .exam-info-inner .module-list li .error-msg {
                    width: 100%;
                    display: block;
                    font-size: 13px;
                }

        .examination-cart .exam-info-inner .remove-btn {
            text-align: center;
            background: #fff;
            border: 0px;
            outline: none;
            font-size: 14px;
            position: absolute;
            top: 0px;
            right: 15px;
            opacity: 0.8;
            cursor: pointer;
            color: #58595b;
        }

            .examination-cart .exam-info-inner .remove-btn img {
                max-width: 100%;
                margin: auto;
            }

            .examination-cart .exam-info-inner .remove-btn:hover,
            .examination-cart .exam-info-inner .remove-btn:focus {
                opacity: 1;
            }

        .examination-cart .exam-info-inner .seprator {
            height: 1px;
            background: #000;
        }

        .examination-cart .exam-info-inner .price {
            color: #f39225;
            font-size: 20px;
            font-weight: 500;
            position: absolute;
            bottom: 0px;
            right: 20px;
            margin-bottom: 15px;
        }

        .examination-cart .exam-info-inner p,
        .examination-cart .exam-info-inner .ifpas_section span {
            font-size: 14px;
        }

        .examination-cart .exam-info-inner .dot-cercil {
            width: 6px;
            height: 6px;
            background: #000;
            display: inline-flex;
            border-radius: 77px;
            position: relative;
            top: -2px;
            margin: 0px 5px;
        }

        .examination-cart .exam-info-inner .checkbox-global {
            margin-top: 3px;
        }

    .examination-cart .cart-summary {
        margin: auto;
        font-weight: normal;
        padding: 20px 50px;
        margin-top: 0;
    }

        .examination-cart .cart-summary h2 {
            border-bottom: 5px solid #2D2E82;
        }

        .examination-cart .cart-summary table {
            width: 100%;
            margin: auto;
            margin-bottom: 34px;
            font-size: 16px;
        }

            .examination-cart .cart-summary table tr td {
                text-align: left;
                padding: 5px 10px;
            }

                .examination-cart .cart-summary table tr td:last-child {
                    text-align: right;
                    word-break: break-all;
                    width: 120px;
                }

            .examination-cart .cart-summary table tr:last-child td {
                font-weight: 500;
            }

        .examination-cart .cart-summary p {
            font-weight: 500;
            font-size: 16px;
            margin-top: 20px;
        }

    .examination-cart .sidebar-blue {
        background: #00416c;
        padding: 15px 30px;
        color: #fff;
    }

        .examination-cart .sidebar-blue h3 {
            font-weight: bold;
            font-size: 20px;
        }

        .examination-cart .sidebar-blue p {
            font-size: 16px;
        }

    .examination-cart .calender-event-sign p span > span.blue-sign {
        background: #004378;
    }

    .examination-cart .calender-event-sign p span > span.grey-sign {
        background: #edece7;
    }

    .examination-cart .calender-event-sign p span > span.blank-sign {
        background: #fff;
        border: 1px solid #333;
    }

    .examination-cart .calender-event-sign p {
        display: table;
        line-height: 1.325;
    }

        .examination-cart .calender-event-sign p > span {
            display: table-cell;
            vertical-align: middle;
        }

        .examination-cart .calender-event-sign p span {
            padding-right: 15px;
        }

        .examination-cart .calender-event-sign p > span > span {
            width: 20px;
            height: 20px;
            float: left;
            display: table-cell;
            margin-right: 10px;
            vertical-align: top;
        }



/* ========================= code by ankit soni Nov-1 for Candidate-Particulars EXTRA page =================== */
.Candidate-Particulars h2 {
    color: #ffab1f;
    font-size: 24px;
    margin-bottom: 21px;
    border-bottom: 2px solid #ffab1f;
}

.Candidate-Particulars h4 {
    color: #000000;
    font-size: 18px;
    margin-bottom: 30px;
}

.Candidate-inner .input-group {
    margin-bottom: 20px;
}

.Candidate-inner {
    margin-bottom: 50px;
}

    .Candidate-inner .update-marked {
        border: 1px solid red;
    }

.Candidate-Particulars .sidebar-blue {
    background: #00416c;
    padding: 15px 30px;
    color: #fff;
    margin-top: 50px;
}

    .Candidate-Particulars .sidebar-blue h3 {
        font-weight: bold;
        font-size: 20px;
    }

    .Candidate-Particulars .sidebar-blue p {
        font-size: 16px;
    }

.Candidate-Particulars .checkbox-holder-div {
    float: left;
    height: 100%;
    width: 27px;
    padding-top: 5px;
}

.Candidate-Particulars .checkbox-text {
    float: left;
    width: calc(100% - 27px);
}


/* ========================= code by ankit soni Nov-1 for Important Notes EXTRA page =================== */
.important-notes {
    font-weight: normal;
    margin-bottom: 100px;
}

    .important-notes h2 {
        color: #ffab1f;
        font-size: 24px;
        margin-bottom: 21px;
    }

    .important-notes .teal-text {
        color: #52b8d5;
    }

    .important-notes p strong {
        font-weight: 500;
    }

    .important-notes p .checkbox-global {
        margin-top: 5px;
    }

    .important-notes p ol {
        padding: 0px !Important;
        margin: 0px;
    }

    .important-notes .blue-error-msg {
        background: #13395f;
        padding: 2px 15px 4px;
        border-radius: 30px;
        color: #fff;
        font-size: 17px;
        margin-bottom: 25px;
        display: block;
    }

    .important-notes .table-contant {
        border: 1px #000 solid;
    }

        .important-notes .table-contant > tbody > tr:first-child {
            background-color: #e4f3f3;
            color: #143a60 !important;
            font-weight: 700 !important;
        }

        .important-notes .table-contant td {
            border: 1px #000 solid;
            padding: 5px 10px;
            width: 50%;
            vertical-align: top;
        }

        .important-notes .table-contant caption {
            caption-side: top;
            color: black;
            text-decoration: underline;
        }

    .important-notes .contant-checkedlist .table-contant ul {
        margin-top: auto;
        list-style-type: disc;
    }

    .important-notes .checkbox-holder-div {
        float: left;
        height: 100%;
        width: 4%;
        padding-top: 5px;
    }

    .important-notes .contant-checkedlist ul,
    .important-notes .contant-checkedlist ol {
        padding-left: 1rem;
        margin-top: 1rem;
    }

    .important-notes .contant-checkedlist li {
        clear: both;
        float: none;
        margin-bottom: 15px;
    }

    .important-notes .contant-checkedlist .checkbox-text {
        float: left;
        width: 94%;
        margin-bottom: 1rem;
    }

.no-bdr-rl tr td:first-child {
    border-left: 1px #fff solid;
}

.no-bdr-rl tr td:last-child {
    border-right: 1px #fff solid;
}


/* ========================= code by ankit soni Nov-1 for Important Notes EXTRA page =================== */
.important-notes .sidebar-blue {
    background: #00416c;
    padding: 15px 30px;
    color: #fff;
}

    .important-notes .sidebar-blue h3 {
        font-weight: bold;
        font-size: 20px;
    }

    .important-notes .sidebar-blue p {
        font-size: 16px;
    }

.login-steps .important-notes {
    margin-bottom: 0px !important;
}

.important-notes .exam-bullets {
    list-style-type: disc;
}



/* ========================= code by ankit soni Nov-1 for privacy-policy page =================== */

.privacy-policy {
    font-weight: normal;
    margin-bottom: 100px;
}

    .privacy-policy h2 {
        color: #ffab1f;
        font-size: 24px;
        margin-bottom: 21px;
    }

    .privacy-policy p {
        padding-left: 15px;
    }

    .privacy-policy .teal-text {
        color: #52b8d5;
    }

    .privacy-policy p strong {
        font-weight: 500;
    }

    .privacy-policy p .checkbox-global {
        margin-top: 5px;
    }

    .privacy-policy p ol {
        padding: 0px !Important;
        margin: 0px;
    }

    .privacy-policy .blue-error-msg {
        background: #13395f;
        padding: 2px 15px 4px;
        border-radius: 30px;
        color: #fff;
        font-size: 17px;
        margin-bottom: 25px;
    }

    .privacy-policy .table-contant {
        border: 1px #000 solid;
        width: 89%;
        margin: auto;
    }

        .privacy-policy .table-contant td {
            border: 1px #000 solid;
            padding: 5px 10px;
            width: 50%;
            vertical-align: top;
        }

    .privacy-policy .checkbox-holder-div {
        float: left;
        height: 100%;
        width: 4%;
        padding-top: 5px;
    }

    .privacy-policy .contant-checkedlist li {
        clear: both;
        float: none;
        margin-bottom: 15px;
    }

    .privacy-policy .contant-checkedlist .checkbox-text {
        float: left;
        width: 94%;
    }




/* ================= ragistration page =================== */

.ragistration-complete-page .checkbox-global {
    float: none;
    margin-right: 10px;
    display: inline-block;
    margin: auto;
    margin-left: auto;
    clear: both;
    position: relative;
    top: 15px;
}


/* ================= ragistration Review =================== */
.review-registration .list-inline li {
    float: left !important;
    display: inline-block !important;
    width: auto;
    clear: none !important;
    margin-right: 15px;
}

/* ====================== code by ankit 5-Nov =================== */



.student-selection-page {
    margin-bottom: 100px;
}

    .student-selection-page .input-group {
        margin-bottom: 20px;
    }

        .student-selection-page .input-group.text-center p {
            text-align: center !Important
        }

        .student-selection-page .input-group .btn-holder {
            width: 100%;
        }

    .student-selection-page h2 {
        color: #ffab1f;
        font-size: 18.50px;
        margin-bottom: 21px;
    }

    .student-selection-page span {
        font-size: 16px;
        color: #000;
    }

    .student-selection-page label {
        font-size: 19px;
        color: #143a60;
        display: block;
        width: 100%;
        margin-bottom: 12px;
    }

    .student-selection-page .form-control {
        width: 100%;
        margin-bottom: 8px;
    }

    .student-selection-page a {
        color: #143a60;
        text-decoration: none;
        font-size: 16px;
        font-weight: normal;
        text-decoration: underline;
    }

    /*.login-page .btn-blue{ font-size:18px; color:#fff !important; padding:5px 15px; min-width:139px; text-align:center; background:#13395f; border-radius:30px;}
.login-page .btn-blue:hover, .login-page .btn-blue:focus, .login-page .btn-blue:visited{background:#ffab1f;}*/
    .student-selection-page .no-mgb {
        margin-bottom: 0px;
    }

    .student-selection-page p {
        font-size: 16px;
    }

        .student-selection-page p a {
            color: #0018ff;
        }

    .student-selection-page label.checkbox-global {
        width: auto;
        float: right;
        margin-top: 3px;
    }


/* ================== privacy policy page ============== */

.privacy-policy h4 {
    font-size: 16px;
}

    .privacy-policy h4 a {
        color: #4baacd !important;
        font-size: 16px !important;
    }

/* ============ list type dash  =========== */
ul.list-type-dash {
    list-style: none;
}

    ul.list-type-dash li {
        position: relative;
        padding-left: 5px;
        margin-bottom: 5px !important;
    }

        ul.list-type-dash li:after {
            content: "";
            position: absolute;
            left: -10px;
            top: 10px;
            ;
            width: 5px;
            height: 2px;
            background: #000;
        }

/* ========== responsive code start ========= */


@media (min-width: 768px) and (max-width: 1024px) {
    /* ========================= code by ankit soni Nov-1 for examination cart page =================== */

    .examination-cart .blue-error-msg {
        line-height: 19px;
        text-align: center;
        padding-top: 8px;
    }

    .cart-summary {
        padding: 50px 20px;
    }

        .cart-summary .blue-error-msg {
            padding-top: 4px;
        }

        .cart-summary table tr td {
            padding: 0px;
        }

    .examination-cart {
        margin-bottom: 30px;
    }

        .examination-cart .exam-info-inner .price {
            bottom: 10px;
            margin-bottom: 0px;
        }

    .important-notes .contant-checkedlist .checkbox-text {
        width: 89%;
    }

    .important-notes .checkbox-holder-div {
        width: 10%;
    }

    .important-notes .blue-error-msg {
        padding: 3px 15px 4px;
        display: block;
        text-align: center;
    }

    .apply-for-examption input.form-control {
        height: 30px;
    }
}


@media (min-width: 481px) and (max-width: 767px) {

    /* ========================= code by ankit soni Nov-1 for examination cart page =================== */


    .examination-cart .exam-info-holder {
        border-right: 0px;
        padding: 0px;
    }

    .examination-cart .blue-error-msg {
        line-height: 19px;
        text-align: center;
        padding-top: 8px;
    }

    .cart-summary {
        padding: 0px;
    }

        .cart-summary .blue-error-msg {
            padding-top: 4px;
        }

        .cart-summary table tr td {
            padding: 0px;
        }

    .examination-cart {
        margin-bottom: 30px;
    }

        .examination-cart .exam-info-inner .price {
            position: relative;
            text-align: center;
            width: 100%;
            display: block;
            margin-bottom: 15px;
            margin-left: 20px
        }

    .important-notes {
        margin-bottom: 30px;
    }

        .important-notes .contant-checkedlist .checkbox-text {
            width: 89%;
        }

        .important-notes .checkbox-holder-div {
            width: 10%;
        }

        .important-notes .blue-error-msg {
            padding: 3px 15px 4px;
            display: block;
            text-align: center;
        }

    .wizard li {
        display: none !important;
        margin: auto;
        width: 100% !important;
    }

        .wizard li.active {
            display: block !Important;
        }

    .login-steps .wizard li {
        display: none !important;
        margin: auto;
        width: 100% !important;
    }

        .login-steps .wizard li.active {
            display: block !Important;
        }

    .wizard li:after {
        top: 43%;
        left: 0px;
        width: 100%;
    }

    .login-steps .wizard li:after {
        top: 43%;
        left: 0px;
        width: 100%;
    }

    .global-calander .c-event-grid,
    .global-calander .c-grid {
        width: 100%;
    }
}


@media (min-width: 320px) and (max-width: 480px) {

    /* ========================= code by ankit soni Nov-1 for examination cart page =================== */

    .examination-cart .exam-info-holder {
        border-right: 0px;
        padding: 0px;
    }

    .examination-cart .blue-error-msg {
        line-height: 19px;
        text-align: center;
        padding-top: 8px;
    }

    .cart-summary {
        padding: 0px;
    }

        .cart-summary .blue-error-msg {
            padding-top: 4px;
        }

        .cart-summary table tr td {
            padding: 0px;
        }

    .examination-cart {
        margin-bottom: 30px;
    }

        .examination-cart .exam-info-inner .price {
            position: relative;
            text-align: left;
            width: 100%;
            display: block;
            margin-bottom: 15px;
            right: auto;
        }

    .important-notes {
        margin-bottom: 30px;
    }

        .important-notes .contant-checkedlist .checkbox-text {
            width: 89%;
        }

        .important-notes .checkbox-holder-div {
            width: 10%;
        }

        .important-notes .blue-error-msg {
            padding: 3px 15px 4px;
            display: block;
            text-align: center;
        }


    .wizard li {
        display: none !important;
        margin: auto;
        width: 100% !important;
    }

        .wizard li.active {
            display: block !Important;
        }

    .login-steps .wizard li {
        display: none !important;
        margin: auto;
        width: 100% !important;
    }

        .login-steps .wizard li.active {
            display: block !Important;
        }

    .wizard li:after {
        top: 43%;
        left: 0px;
        width: 100%;
    }

    .login-steps .wizard li:after {
        top: 43%;
        left: 0px;
        width: 100%;
    }


    .global-calander .c-event-grid,
    .global-calander .c-grid {
        width: 100%;
    }
}



/*----------Kusum--1/11/2018---------*/
/*----global css------*/
.j-img-btn {
    border: 2px solid #ffab1f;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
    color: #fff;
    font-size: 14px;
    padding: .15rem .75rem 0.25em;
    font-weight: 500;
}

    .j-img-btn span.icon {
        float: left;
        width: 15px;
        height: 15px;
        background-size: 100%;
        margin-right: 5px;
    }

    .j-img-btn .icon-info {
        background: url(../images2/info-icon.png) no-repeat;
    }

    .j-img-btn .icon-cart {
        background: url(/sciweb/images2/cart-icon-15.png) no-repeat;
    }

    .j-img-btn:focus,
    .j-img-btn:hover {
        outline: none;
    }

.j-rounded-corner {
    border-radius: 1.25rem;
}

.j-badge {
    font-size: inherit;
}

.j-badge-pill {
    padding: .5em .9em;
    font-size: 90%;
    font-weight: initial;
    font-weight: 500;
}

.j-badge-brown {
    background: #5d4615;
}

.j-badge-green {
    background: #22b500;
}

.j-badge-blue {
    background: #17b4e8;
}

.j-badge-red {
    color: #e20513;
}

.j-badge-yellow {
    background: #f49c3b;
}

/* global css for select nov 5 */

.j-form-control {
    border-color: #57585b;
    padding: .275rem .75rem;
    text-transform: capitalize;
    font-size: 16px;
    color: #1a355b;
}

select.form-control.j-select:not([size]):not([multiple]) {
    height: calc(2rem + 2px);
}

select.j-select option {
    background: #bde1e1;
    color: #003366;
    border-color: transparent;
}

    select.j-select option[value="all"] {
        text-transform: uppercase;
    }

select.j-select {
}

.global-datepicker {
    background: url(../images2/calender-icon.png) no-repeat;
    background-position: 97% center;
    cursor: pointer;
}

/*global css end */
.top-search-form {
    font-weight: normal;
}

    .top-search-form label {
        color: #1a355b;
        font-weight: 500;
    }


    .top-search-form .form-control {
        border-color: rgba(51, 51, 51, 0.51);
        padding: .275rem .75rem;
        text-transform: capitalize;
        font-size: 16px;
        color: #1a355b;
        /*attempted fix for safari*/
        -webkit-appearance: menulist-button;
        line-height: 16px;
    }

        .top-search-form .form-control:focus {
            box-shadow: 0 0 0 0.2rem rgba(196, 202, 215, 0.55);
        }

    .top-search-form select.form-control:not([size]):not([multiple]) {
        /*height: calc(2rem + 2px);*/
    }

    .top-search-form select option {
        background: #bde1e1;
        color: #003366;
        border-color: transparent;
    }

        .top-search-form select option[value="all"] {
            text-transform: uppercase;
        }

    .top-search-form select {
        /* background-image: linear-gradient(45deg, transparent 50%, #003366 50%), linear-gradient(135deg, #003366 50%, transparent 50%);
        background-position: calc(100% - 25px) calc(0.75em + 1px), calc(100% - 15px) calc(0.75em + 1px), calc(100% - 1.5em) 0.5em;
        background-size: 10px 10px, 10px 10px, 1px 1.5em;
        background-repeat: no-repeat;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;*/
    }

    .top-search-form .search-btn {
        justify-content: flex-end;
    }

        .top-search-form .search-btn button {
            background: #ffffff;
            outline: 0;
            border-radius: 0;
            border-color: #2D2E82;
            padding: .35rem 1.75rem;
            font-weight: 500;
        }

            .top-search-form .search-btn button.btn-primary.focus,
            .top-search-form .search-btn button.btn-primary:focus,
            .top-search-form .search-btn button.btn-primary:hover {
                box-shadow: 0 0 0 0.2rem rgba(26, 54, 92, 0);
                background-color: #f7f9fc;
                color: #fff;
            }

            .top-search-form .search-btn button.btn-primary:not(:disabled):not(.disabled):active:focus {
                box-shadow: 0 0 0 0.2rem rgba(233, 238, 245, 0.21);
            }

.series-of-programme.pb-60 {
    padding-bottom: 60px;
}

.series-of-programme img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.series-of-programme .h4 {
    font-size: 14px;
    color: #2D2E82;
}

.series-of-programme .pagination {
    justify-content: flex-end;
}

    .series-of-programme .pagination .page-item .page-link {
        padding: .15rem .5rem;
        margin-left: 5px;
        background-color: white;
        border: 0;
        color: #2D2E82;
        font-weight: normal;
    }

    .series-of-programme .pagination .page-item:not(:first-child) {
        text-decoration: underline;
    }

    .series-of-programme .pagination .page-item .page-link:focus {
        box-shadow: 0 0 0 0.2rem rgb(255, 255, 255);
    }

    .series-of-programme .pagination .page-item:first-child .page-link {
        background: transparent;
        color: #1a365c;
    }

    .series-of-programme .pagination .page-item:last-child .page-link {
        border-radius: 0px;
    }

.series-of-programme .pagination-container ul.pagination li a {
    color: #2D2E82;
    margin: 0 5px;
}

.series-of-programme .pagination-container ul.pagination li:not(.PagedList-skipToPrevious) + li:not(.PagedList-skipToNext):before {
    content: ',';
    color: #2D2E82;
}

.series-of-programme .series-box {
    margin: 1rem;
}

    .series-of-programme .series-box .bottom-desc span {
        color: #1a355b;
        font-weight: normal;
        background: #ffffff;
        padding: 0 15px 0 0;
    }

        .series-of-programme .series-box .bottom-desc span:first-child {
            display: block;
        }

        .series-of-programme .series-box .bottom-desc span:nth-child(2) {
            position: relative;
            z-index: 1;
        }

    .series-of-programme .series-box .bottom-desc hr {
        background: #f1910b;
        position: relative;
        top: -20px;
        margin: .5rem auto;
    }

    .series-of-programme .series-box img {
        /*filter: grayscale(100%);*/
        transition: all 0.2s ease;
    }

    .series-of-programme .series-box:hover img {
        filter: grayscale(0);
    }

/* search result */
.search-result-section {
    background: transparent;
}

    .search-result-section .search--row-wrap {
        border-bottom: 2px solid black;
    }

        .search-result-section .search--row-wrap:last-child {
            margin-bottom: 0 !important;
        }

    .search-result-section .left-sec {
        flex: 1;
    }

        .search-result-section .left-sec h4 {
            font-size: 18px;
            color: #2D2E82;
        }

        .search-result-section .left-sec .row .col:first-child {
            border-right: 2px solid black;
        }

        .search-result-section .left-sec .j-badge {
            font-size: 16px;
            font-weight: normal;
        }

    .search-result-section .right-sec {
        flex: 1;
    }

    .search-result-section .bottom-workshop-desc {
        font-size: 14px;
        color: #2D2E82;
        font-weight: normal;
    }

/* nov 6 */
.Candidate-inner .j-select {
}

.Candidate-inner select.j-select {
    background-image: linear-gradient(45deg, transparent 50%, #383838 50%), linear-gradient(135deg, #383838 50%, transparent 50%);
}

.Candidate-inner .checkbox-global input[type=checkbox] + label {
    width: 25px;
    height: 25px;
}

.Candidate-inner .checkbox-global input[type=checkbox] {
    height: 20px;
}

.Candidate-inner .global-modal {
    top: 100%;
    left: 15%;
    z-index: 99;
}

    .Candidate-inner .global-modal .modal-content {
        overflow: hidden;
    }

.Candidate-Particulars label {
    color: #010101;
}

.Candidate-Particulars h4 {
    font-weight: 500;
    color: #ffab1f;
}

@media (max-width: 990px) {
    .search-result-section .right-sec .list-inline {
        flex-flow: row wrap;
        justify-content: flex-start !important;
    }

        .search-result-section .right-sec .list-inline .list-inline-item {
            margin-bottom: .5em;
        }
}

@media (max-width: 768px) {
    .top-search-form .form-group {
        padding: 0 !important;
    }

    .search-result-section .search--row-wrap .top-workshop-list {
        flex-flow: column wrap;
    }

    .search-result-section .top-workshop-list .left-sec {
        max-width: 100%;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .j-badge-pill {
        padding: .25em .35em .35em;
        font-size: 65%;
    }

    .j-img-btn {
        font-size: 72%;
    }
}

/*------------------Mayank 02/11/2018------------*/

/*---for tabs buttons-------*/
.j-register-tabs .j-img-btn {
    font-size: 12px;
    padding: 0.08rem .78rem 0.08em;
}

    .j-register-tabs .j-img-btn:hover,
    .j-register-tabs .j-img-btn:focus {
        color: #fff;
    }

    .j-register-tabs .j-img-btn span.icon {
        margin-right: 7px;
    }

.j-register-tabs .registration-btn span.icon {
    margin-right: 20px;
}

/*----------review-registration-------*/
.review-registration .exam-info-holder {
    border-right: 0;
}

.review-registration .add-exam-link {
    font-size: 25px;
}

.review-registration .exam-info-inner {
    margin: 10px 0 25px 0;
}

    .review-registration .exam-info-inner .module-list {
        margin-top: 8px;
    }

.review-registration .module-list li:last-child {
    display: flex;
}

    .review-registration .module-list li:last-child span {
        margin-left: 10px;
    }

.review-registration .exam-info-inner .checkbox-global {
    margin-top: 1px;
}

.review-registration .module-list .information-img {
    margin-top: -5px;
    cursor: pointer;
}

.review-registration .declaration-block p {
    margin-top: 5px;
}

.review-course {
    background-color: #daf3f5;
    padding: 8px 15px;
    margin: 20px 125px 20px 0;
}

    .review-course .course-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        margin-bottom: 5px;
    }

        .review-course .course-inner span,
        .review-course .course-inner div {
            font-weight: 500;
            font-size: 13px;
            margin-right: 10px;
        }

        .review-course .course-inner > span:last-child {
            font-size: 20px;
        }

    .review-course .course-inner-content span {
        display: block;
        font-size: 13px;
    }

    .review-course .cdp-hours {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }

        .review-course .cdp-hours p {
            margin-bottom: 0;
            display: flex;
            margin-top: -7px;
            line-height: 1;
        }

        .review-course .cdp-hours button {
            background-color: transparent;
            border: 0;
            font-size: 17px;
            font-weight: 500;
        }

            .review-course .cdp-hours button:last-child {
                padding-right: 0;
            }

        .review-course .cdp-hours span {
            font-size: 13px;
        }

.review-registration .total-amount {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 75px;
}

    .review-registration .total-amount p {
        font-size: 20px;
        font-weight: 500;
    }

        .review-registration .total-amount p span {
            font-weight: normal;
        }

    .review-registration .total-amount button {
        min-width: 305px;
    }

/*-----------media css----------*/
@media(max-width: 992px) {
    .review-course {
        margin: 20px 0 20px 0;
    }
}

@media(max-width: 768px) {
    .review-registration .add-exam-link {
        font-size: 20px;
    }

    .review-course .course-inner > span:last-child {
        font-size: 14px;
    }

    .review-course .cdp-hours button {
        font-size: 14px;
    }

    .review-registration .total-amount {
        align-items: center;
    }

    .review-course .cdp-hours p {
        margin-top: 0;
    }

    .review-registration .total-amount p {
        font-size: 16px;
    }

    .review-registration .total-amount button {
        font-size: 16px;
        min-width: 240px;
    }

    .top-search-form .search-btn {
        justify-content: center;
        margin-bottom: 2rem !important;
    }

    .top-search-form {
        border-bottom: 1px dashed #5387ce;
    }

    .series-of-programme .search-series {
        margin-top: 2rem !important;
    }
}

/* 2-11-18 */
.course-cart .programme-table table {
    width: 90%;
}

.course-cart,
.course-cart .programme-table,
.course-cart .dash-list {
    position: relative;
    font-weight: normal;
}

    .course-cart .exam-info-holder {
        padding-left: 45px;
    }

        .course-cart .exam-info-holder .add-exam-link {
            text-transform: none;
            color: #f39226;
            font-weight: 500;
            border: 2px dotted #f39226;
        }

        .course-cart .exam-info-holder p,
        .course-cart .exam-info-holder li {
            font-size: 16px;
        }

    /* .course-cart .fee-structure li {
        align-items: flex-end;
    } */

    .course-cart .fee-structure .fee-left,
    .course-cart .fee-structure .fee-right {
        flex: 1;
    }

    .course-cart .seprator {
        height: 1px;
        width: 92%;
        background: #000;
    }

    .course-cart .programme-table table tr td {
        font-size: 20px;
        color: #143a60;
        font-weight: 500;
        vertical-align: top;
    }

        .course-cart .programme-table table tr td:first-child {
            padding-right: 15px;
        }

    .course-cart .exam-info-inner {
        margin-right: 47px;
    }

    .course-cart.course-dates .exam-info-holder {
        padding-left: 0;
        border: 0;
    }

    .course-cart span.doller {
        position: absolute;
        width: 100px;
    }

    .course-cart .dash-list li:before {
        position: absolute;
        content: "-";
        left: 0;
        color: #000;
    }

    .course-cart span.doller input[type="text"] {
        border-radius: 30px;
        border: 2px solid rgba(66, 66, 66, 0.54);
        width: 100%;
        padding: .25rem .35rem;
        height: 100%;
        transition: .2s all ease;
        margin-top: -0.25em;
        margin-left: .2em;
        background-color: #fff;
    }

        .course-cart span.doller input[type="text"]:focus {
            outline: 0;
            box-shadow: transparent;
            border-color: rgba(66, 66, 66, 0.75);
        }

    .course-cart .cart-summary h4 {
        padding-left: 10px;
        color: #13395f;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 20px;
    }

    /* .course-cart .student-content span {
        border-bottom: 1px solid #000;
    }*/

    .course-cart .student-content p,
    .course-cart .student-content span {
        color: #143a60;
        font-weight: 500;
    }

    .course-cart .student-content {
        max-width: 90%;
    }

    .course-cart .course-date-picker {
        position: relative;
        margin-bottom: 45px;
        border-bottom: 1px solid black;
    }

        .course-cart .course-date-picker h2 {
            color: #143a60;
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 23px;
        }

@media (max-width: 990px) {
    .search-result-section .right-sec .list-inline {
        flex-flow: row wrap;
        justify-content: flex-start !important;
    }

        .search-result-section .right-sec .list-inline .list-inline-item {
            margin-bottom: .5em;
        }
}

@media (max-width: 768px) {
    .top-search-form .form-group {
        padding: 0 !important;
    }

    .search-result-section .search--row-wrap .top-workshop-list {
        flex-flow: column wrap;
    }

    .search-result-section .top-workshop-list .left-sec {
        max-width: 100%;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .j-badge-pill {
        padding: .25em .35em .35em;
        font-size: 65%;
    }

    .j-img-btn {
        font-size: 72%;
    }

    /* 2-11-18*/
    .course-cart .exam-info-inner {
        margin-right: 0px;
    }

    .course-cart .programme-table table tr td {
        font-size: 16px;
    }

    .course-cart .cart-summary {
        margin-top: 0;
    }

    .course-cart .seprator {
        width: 100%;
    }

    .course-cart .global-modal {
        max-height: 600px;
        max-width: 95%;
        right: 0;
        margin: 0 auto;
    }

    .course-cart .exam-info-holder {
        padding-left: 15px;
    }

    /*  .examination-cart .blue-error-msg {
        display: block;
    }*/
}

/*---------------------Mayank After merge---02-11-2018-------*/
.review-registration .module-list li:last-child {
    margin-bottom: 0;
}

.review-registration .Candidate-inner {
    margin-bottom: 30px;
}

    .review-registration .Candidate-inner > span {
        margin-bottom: 10px;
        display: block;
    }

    .review-registration .Candidate-inner .input-group {
        margin-bottom: 10px;
    }

        .review-registration .Candidate-inner .input-group > div {
            padding-left: 0;
        }

.review-registration .global-input {
    border: 1px solid #57585b;
    border-radius: 30px;
    font-size: 14px;
    padding: 5px 10px;
    margin-bottom: 0;
}

/*---------------------Mayank---05-11-2018-------*/
.examination-cart .exam-info-inner .module-list li,
.review-registration .Candidate-inner,
.declaration-block strong {
    font-size: 15px;
    color: #231f20;
}

.review-registration .declaration-block p {
    font-size: 14px;
    color: #231f20;
}

.review-course .review-course-content,
.review-course .cdp-hours button {
    color: #231f20;
}

.review-course .course-inner span,
.review-course .course-inner div {
    margin-right: 0;
}

.review-course .course-inner > span:first-child,
.review-course .course-inner > div:first-child {
    margin-right: 10px;
}

.exam-info-inner .global-modal {
    bottom: 0;
    top: auto;
    max-height: 210px;
}

    .exam-info-inner .global-modal .modal-content {
        max-height: 210px;
    }

        .exam-info-inner .global-modal .modal-content span:not(.close) {
            font-size: 17px;
            font-weight: 500;
            color: #1a355c;
        }

.review-registration .exam-info-inner .module-list li:nth-child(2) {
    position: relative;
}

.exam-info-inner .telegraphic-modal .global-modal {
    bottom: auto;
    top: 24px;
    height: 210px;
    z-index: 1025;
    max-height: unset;
}

    .exam-info-inner .telegraphic-modal .global-modal .modal-content {
        height: 100%;
        max-height: unset;
    }

/*---Vijay-----08-11-2018----------*/
.sp-ebook-container {
    width: 100%;
    max-width: 1000px;
    margin: 70px auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
}

    .sp-ebook-container p {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
    }

    .sp-ebook-container .table thead th {
        background-color: #e4f3f3;
        border-top: 0;
        border-bottom: 0;
        font-weight: 500;
        font-size: 16px;
        color: #143a60;
    }

    .sp-ebook-container .table tbody td {
        border-top: 0;
        border-bottom: 0;
        font-weight: normal;
        font-size: 16px;
        vertical-align: middle;
    }

        .sp-ebook-container .table thead th:first-child,
        .sp-ebook-container .table tbody td:first-child {
            border-left: 0;
        }

        .sp-ebook-container .table thead th:last-child,
        .sp-ebook-container .table tbody td:last-child {
            border-right: 0;
        }

    .sp-ebook-container .table-striped tbody tr:nth-of-type(odd) {
        background-color: #fff;
    }

    .sp-ebook-container .table-striped tbody tr:nth-of-type(even) {
        background-color: #f2f9f9;
    }

    .sp-ebook-container .table tbody td:first-child img {
        width: auto;
        height: auto;
        max-width: 70px;
        max-height: 100px;
    }

.sp-company-dashboard-container {
    width: 100%;
    max-width: 980px;
    margin: 70px auto 0;
}

.sp-company-dashboard-row {
    text-align: center;
}

    .sp-company-dashboard-row a {
        font-size: 22px;
        color: #000000;
        line-height: 1.2;
        font-weight: 500;
    }

        .sp-company-dashboard-row a span {
            padding-top: 15px;
            display: block;
        }

.sp-exam-dashboard-container {
    width: 100%;
    max-width: 980px;
    margin: 115px auto 0;
}

.sp-exam-dashboard-row {
    text-align: center;
}

    .sp-exam-dashboard-row a {
        font-size: 22px;
        color: #000000;
        line-height: 1.2;
        font-weight: 500;
    }

        .sp-exam-dashboard-row a:hover span,
        .sp-exam-dashboard-row a:focus span {
            text-decoration: underline;
        }

        .sp-exam-dashboard-row a span {
            padding-top: 15px;
            display: block;
        }

        .sp-exam-dashboard-row a small {
            font-size: 12.5px;
            font-weight: normal;
            color: #231f20;
            padding-top: 7px;
            display: block;
        }

.sp-select-programme-container {
    width: 100%;
    max-width: 980px;
    margin: 70px auto;
}

.sp-select-programme-table {
    max-width: 300px;
    margin-left: 10%;
}

    .sp-select-programme-table .table thead th {
        background-color: #e4f3f3;
        font-weight: 500;
        font-size: 16px;
        color: #143a60;
        border: 0;
    }

    .sp-select-programme-table .table tbody td {
        border-top: 0;
        border-bottom: 0;
        font-weight: normal;
        font-size: 16px;
        vertical-align: middle;
        border: 0;
    }

    .sp-select-programme-table .table-striped tbody tr:nth-of-type(odd) {
        background-color: #fff;
    }

    .sp-select-programme-table .table-striped tbody tr:nth-of-type(even) {
        background-color: #f2f9f9;
    }

    .sp-select-programme-table .table thead th:first-child {
        width: 190px;
    }

/*-------------------08-11-2018--Mayank-----------*/
.exemption .Inner_page_title {
    font-weight: 600;
}

.exemption h3 {
    font-size: 25px;
    color: #fba927;
}

.exemption-content h4 {
    font-size: 17px;
    color: #52b8d5;
}

.color-red {
    color: #ed1c24;
}

.exemption-content ul {
    padding-left: 15px;
}

.exemption-content .exemption-inner-content {
    list-style-type: none;
    margin: 10px 0;
}

.exemption-inner-content .exemption-email {
    margin-top: 10px;
}

.exemption-content .table {
    border-bottom: 1px solid #000000;
}

    .exemption-content .table td,
    .exemption-content .table th {
        border-right: 1px solid #000000;
        border-top: 1px solid #000000;
    }

    .exemption-content .table thead th {
        border-bottom: 1px solid #000000;
    }

    .exemption-content .table td:last-child,
    .exemption-content .table th:last-child {
        border-right: 0;
    }

/*------new-user-create------*/
.new-user-account select.form-control:not([size]):not([multiple]),
.new-user-account input.form-control {
    height: auto;
    min-height: 33px;
    padding: 0 5px;
}

    .new-user-account select.form-control:not([size]):not([multiple]).update-marked,
    .new-user-account input.form-control.update-marked {
        border: 1px solid red;
    }

.data-protection .data-protection-list {
    padding-left: 0;
}

.new-user-account-content .color-yellow {
    color: #fba927;
    font-size: 20px;
}

.new-user-account-content .color-blue {
    color: #143a60;
    font-size: 18px;
    font-weight: 600;
}

.new-user-detail {
    display: flex;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
}

    .new-user-detail ul {
        margin-right: 30px;
    }

.account-content-detail {
    margin-top: 48px;
}

    .account-content-detail .color-red {
        font-size: 20px;
        font-weight: 600;
    }

.new-user-account .users-paricular {
    margin-bottom: 45px;
}

.new-user-account .data-protection ul {
    list-style-type: none;
}

.new-user-account .data-protection {
    margin-bottom: 30px;
}

.new-user-account .create-password {
    margin-bottom: 60px;
}

.custom-row {
    display: flex;
}

    .custom-row select {
        margin-right: 10px;
    }

.new-user-success-msg {
    padding: 100px 0;
}

    .new-user-success-msg p {
        font-size: 19px;
    }

    .new-user-success-msg a {
        margin-top: 50px;
    }

/*----OTP------*/
.otp-message {
    background: yellow;
    color: blue;
}

/*----forgot-password-company------*/
.spancing {
    margin: 50px 0 80px 0;
}

.forgot-passoword-details {
    margin-top: 70px;
}

.forgot-password-company ul {
    padding-left: 15px;
}

.forgot-passoword-details label {
    font-size: 20px;
    color: #143a60;
    font-weight: 600;
}

.forgot-passoword-details .input-group {
    margin-bottom: 30px;
}

.forgot-passoword-details .global-btn-blue {
    margin-right: 15px;
}

/*----------forgot-paasword-id----*/
.forgot-user-id .blue-error-msg {
    background: #13395f;
    padding: 2px 15px 4px;
    border-radius: 30px;
    color: #fff;
    font-size: 17px;
    margin-bottom: 25px;
}

.forgot-user-id .j-form-control {
    font-size: 14px;
}

.forgot-user-id select.j-select {
}

.j-form-control {
    text-transform: none !important
}

/*----------apply-examination------*/
.apply-for-examption input.form-control {
    height: auto;
    height: 34px;
    padding: 0 5px;
}

.apply-for-examption h3 {
    margin-bottom: 38px;
}

.apply-for-examption .examption-table,
.apply-for-examption .module-exemption,
.apply-for-examption .payment {
    margin-bottom: 30px;
}

.module-exemption .module-list {
    padding-left: 0;
    margin-top: 10px;
    list-style-type: none;
}

    .module-exemption .module-list li {
        margin-bottom: 1rem;
        clear: both;
        float: none;
        display: flex;
    }

.module-exemption .modul-list-detail {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

    .module-exemption .modul-list-detail p {
        font-size: 16px;
        color: #014fff;
        margin-bottom: 0
    }

.apply-for-examption .checkbox-global {
    margin-top: 5px;
}

.personal-perticular .label-spacing {
    padding-left: 0;
}

.personal-perticular select.j-select,
.personal-perticular select.form-control:not([size]):not([multiple]) {
    background-position: calc(100% - 25px) calc(0.75em + -4px), calc(100% - 15px) calc(0.75em + -4px), calc(100% - 1.5em) 0.5em;
    height: auto;
    min-height: 30px;
    padding: 0 5px;
}

/*------upload-supporting-document--------*/
.upload-supporting-document span {
    font-size: 17px;
    font-weight: 600;
}

/*--------------------------08-11-2018----Mayank after merge-----*/
.module-exemption .modul-list-detail {
    margin-left: 10px;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
    border-bottom: 1px solid #2D2E82;
    border-right: 1px solid #2D2E82;
}

.declaration .color-red {
    margin-top: 10px;
}

/*----------absent-onday-------*/
.absent-onday .module-list {
    padding-left: 0;
}

    .absent-onday .module-list li {
        margin-bottom: 0;
        clear: both;
        float: none;
        display: flex;
        font-weight: 600;
    }

.absent-onday .personal-perticular {
    margin-bottom: 20px;
}

.absent-onday .examination-date {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .absent-onday .examination-date p {
        margin: 10px 0 0 15px;
    }

/*-------------------09-11-2018----------------*/

.sp-create-company-table .table thead th,
.reschedule-examination .table thead th,
.studyGuideDelivery .table thead th {
    background-color: #e4f3f3;
    font-weight: 500;
    font-size: 16px;
    color: #143a60;
}

.text-blue-medium {
    color: #143a60;
    font-weight: 600;
    font-size: 20px;
}

.text-blue-regular {
    color: #143a60;
    font-size: 17px;
}

.sp-create-company-table .table-striped tbody tr:nth-of-type(odd),
.reschedule-examination .table-striped tbody tr:nth-of-type(even),
.studyGuideDelivery .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.sp-create-company-table .table-striped tbody tr:nth-of-type(even),
.reschedule-examination .table-striped tbody tr:nth-of-type(odd),
.studyGuideDelivery .table-striped tbody tr:nth-of-type(even) {
    background-color: #f2f9f9;
}

.sp-create-company-table .table thead th.text-blue-medium,
.sp-create-company-table .table tbody td.text-blue-medium {
    font-size: 16px;
}

.sp-select-programme-table .table tbody td {
    border-top: 0;
    border-bottom: 0;
    font-weight: normal;
    font-size: 16px;
    vertical-align: middle;
    border: 0;
}

.sp-create-company-table .table tbody td a {
    color: #0548f3;
    text-decoration: underline;
}

.sp-create-company-container .company-id-block {
    margin-top: 0px;
    background-color: #e4f3f3;
    padding: 20px 10px 10px 20px;
}

.sp-create-company-container .table thead th,
.sp-create-company-container .table tbody td {
    height: 35px;
    padding: 5px 10px;
}

.sp-create-company-container .company-email {
    word-break: break-all;
}

.company-id-block > a {
    font-size: 17px;
    font-weight: 600;
    color: #0548f3;
    text-decoration: underline;
}

.company-id-block form {
    margin-top: 20px;
}

.company-id-block input.form-control {
    height: auto;
    min-height: 24px;
    padding: 0 5px;
    font-size: 14px;
}

.company-id-block .form-group {
    margin-bottom: 0;
}

    .company-id-block .form-group label {
        padding: 2px 2px 5px 15px;
    }

.company-id-block .text-blue-medium {
    font-size: 17px;
}

.company-id-block .global-btn-blue {
    font-size: 12px;
    min-width: 76px;
    padding: 2px 12px;
}

.sp-create-company-table select.j-select {
}

.sp-create-company-table .view-company-user {
    margin-top: 60px;
}

.sp-create-company-table .view-btn-block {
    margin-top: 60px;
}

.reschedule-examination.examination-cart .exam-info-holder {
    border-right: 0;
}

.reschedule-examination.examination-cart .exam-info-inner {
    margin-bottom: 0;
}

.reschedule-examination .table-contant {
    border: 0;
    width: 100%;
    margin: unset;
}

.reschedule-examination.important-notes .teal-text {
    font-size: 17px;
}

.reschedule-examination .table-contant td {
    border: 0;
    color: #1a355b;
    font-size: 14px;
    font-weight: 600;
}

.reschedule-examination .table-contant tr td:first-child {
    border-right: 1px solid #ccc;
}

.reschedule-examination .j-register-tabs {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}

.reschedule-examination .d-margin {
    margin-right: 15px;
}

.reschedule-examination .exam-timeslot-content .row {
    margin-bottom: 0;
}

.reschedule-examination .exam-timeslot {
    padding: 0 0 25px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.reschedule-examination.examination-cart .exam-info-inner h2 {
    color: #ffab1f;
    font-size: 24px;
    margin-bottom: 21px;
}

.reschedule-examination .exam-info-inner h3 {
    color: #143a60;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 23px;
}

.reschedule-examination .payment {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0;
}

    .reschedule-examination .payment h2 {
        margin-bottom: 10px;
    }

    .reschedule-examination .payment label {
        margin-top: 5px;
    }

.reschedule-examination .global-btn-blue {
    margin-top: 70px;
}

.studyGuideDelivery .miniText {
    font-size: 80%;
}

.width-100 {
    min-width: 100px;
    max-width: 100px;
}

.width-160 {
    min-width: 160px;
    max-width: 160px;
}
/*=-------------certification-ingeneral---------*/
.certification-ingeneral .certification-title {
    font-size: 20px;
    color: #f1910b;
    font-weight: 600;
}

.insurance-certification h4 {
    color: #1a355c;
    font-size: 16px;
}

.color-orange {
    color: #f1910b;
}

.insurance-certification .recognition-text {
    color: #1d1d1d;
    text-decoration: underline;
    font-weight: 600;
}

.insurance-certification .table thead th,
.insurance-certification .table tbody td {
    font-size: 14px;
    color: #1e1e1c;
}

.insurance-certification .table td div:not(:last-child) {
    border-bottom: 1px solid #dae3e3;
}

.insurance-certification .table thead th {
    background-color: #e4f3f3;
    font-weight: 500;
    color: #143a60;
}

.insurance-certification .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.insurance-certification .table-striped tbody tr:nth-of-type(even) {
    background-color: #e4f3f3;
}

.insurance-certification .satisfying-regulatory {
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.insurance-certification .content-title {
    font-size: 18px;
    font-weight: 500;
    color: #1a355c;
    margin-top: 10px;
    text-decoration: underline;
}

.certification-ingeneral ul {
    padding-left: 20px;
}

.certification-ingeneral .insurance-side-menu ul {
    list-style-type: none;
}

    .certification-ingeneral .insurance-side-menu ul li {
        margin-bottom: 5px;
        line-height: 16px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

        .certification-ingeneral .insurance-side-menu ul li h6 {
            background: -webkit-linear-gradient(to left, #fff -33%,#c5c39f 100%);
            background: -moz-linear-gradient(to left, #fff -33%,#c5c39f 100%);
            background: -ms-linear-gradient(to left, #fff -33%,#c5c39f 100%);
            background: linear-gradient(to left, #fff -33%,#c5c39f 100%);
            padding: 6px 10px;
            color: #1a355c;
            font-size: 14px;
            font-weight: 500;
        }

        .certification-ingeneral .insurance-side-menu ul li a {
            padding: 0 10px;
            color: #1a355c;
            font-size: 14px;
            font-weight: 500;
            display: block;
        }
/*--------------------12-11-2018--Mayank---------*/
.reschedule-examination .j-register-tabs .acronym-name {
    text-transform: unset;
}

.partial-refunds ul {
    padding-left: 18px;
}

.partial-refunds .partial-refund-detail {
    list-style-type: decimal;
}

.partial-refunds .non-cpe-registered ul {
    list-style-type: lower-alpha;
}

.partial-refunds .exam-timeslot-inner ul {
    padding-left: 0;
}

.letter-detail h3 {
    background-color: #e30613;
    color: #fff;
    font-size: 20px;
    padding: 10px;
}

.letter-of-certification .letter-detail ul {
    list-style-type: decimal;
    padding: 0 0 44px 18px;
    margin-top: 45px;
    border-bottom: 1px solid #113960;
}

    .letter-of-certification .letter-detail ul li {
        margin-bottom: 7px;
    }

        .letter-of-certification .letter-detail ul li:first-child {
            font-weight: 500;
        }

.letter-of-certification .application-form-letter h4,
.letter-of-certification .application-form-letter span,
.letter-of-certification .application-form-letter ul li {
    color: #143a60;
}

.letter-of-certification .application-form-letter h4 {
    font-size: 20px;
}

.letter-of-certification .application-form-letter ul,
.letter-of-certification .transcript-block ul {
    list-style-type: none;
    flex-wrap: wrap;
    display: flex;
    padding-left: 0;
    margin-top: 10px;
}

.letter-of-certification .letter-inner-title {
    font-size: 20px;
    font-weight: 500;
}

.letter-of-certification .application-form-letter ul li,
.letter-of-certification .transcript-block ul li {
    flex: 1 0 25%;
}

.letter-of-certification .course-block,
.letter-of-certification .designation-block {
    padding: 0 0 18px 0;
}

.letter-of-certification .designation-block {
    border-bottom: 1px solid #113960;
}

    .letter-of-certification .course-block h4,
    .letter-of-certification .designation-block h4 {
        font-size: 20px;
        color: #143a60;
    }

    .letter-of-certification .course-block ul,
    .letter-of-certification .designation-block ul {
        list-style-type: none;
        padding-left: 0;
    }

.letter-of-certification .transcript-block {
    padding-bottom: 33px;
    border-bottom: 1px solid #113960;
}

.letter-of-certification .global-input {
    font-size: 12px;
}

.letter-of-certification .personal-detail,
.letter-of-certification .personal-data-protection {
    border-bottom: 1px solid #113960;
}

    .letter-of-certification .personal-detail h4,
    .letter-of-certification .personal-data-protection h4,
    .letter-of-certification .your-payment-detail h4 {
        font-size: 20px;
    }

.certification-transcript .letter-detail ul {
    margin-top: 0;
}

    .certification-transcript .letter-detail ul li:first-child {
        font-weight: normal;
    }

.certification-transcript .letter-detail h4 {
    font-size: 20px;
}

.certification-transcript .letter-detail strong {
    font-weight: 500;
    font-size: 20px;
}
/*-----13/11/2018--review-----*/
.j-register-tabs .nav-item .nav-link {
    font-weight: 500;
}

.j-register-tabs .nav-tabs .nav-link.active span {
    opacity: 0.9;
}

.j-register-tabs .regulatory-content {
    font-weight: 500;
}

.professional-block .title-fullform,
.clu-block .title-fullform,
.login-page a {
    font-weight: 500;
}

.footer {
    min-height: 250px;
}

    .footer p {
        margin-top: 215px;
    }

.Menu_bdr ul.sidebar-nav li.active {
    border-bottom: 1px solid #0C008B;
}

.Menu_bdr ul.sidebar-nav li a.active {
    color: #0C008B;
    font-size: 18px;
}

.examination-cart .add-exam-link {
    margin-bottom: 25px;
    padding: 5px;
    display: inline-block;
}

.global-calander .calendar .c-pad-top {
    padding-top: 0%;
}

.global-calander .c-grid-title,
.global-calander .c-event-title {
    font-size: 20px;
}

.examination-cart .red-text {
    color: #ed1d24 !important;
}

.examination-cart .cart-summary h2 {
    color: #143a60;
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
    margin-top: 10px;
}

.global-radio .radio:checked:before {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.examination-cart .exam-info-inner .remove-btn {
    top: 5px;
    right: -10px;
}

.global-btn-blue.m-l-10 {
    margin-left: 11px;
}

.important-notes .sidebar-blue p {
    font-weight: 500;
}

.fw-500 {
    font-weight: 500;
}

.ragistration-complete-page .global-btn-blue {
    min-width: unset;
}
/*-----------14-11-2018---Mayank------*/
ul.sidebar-nav {
    margin: 25px 0 0 10px;
}

.global-calander .c-grid {
    width: 40%;
}

.global-calander .c-event-grid {
    width: 58%;
}

.j-breadcrumb-heading .breadcrumb {
}

.exam-info-holder.m-l-125 .review-course {
    margin: 20px 0 20px 0;
}

.course-cart .fee-structure .fee-left,
.course-cart .fee-structure .fee-right {
    display: flex;
}

.course-cart .fee-structure .fee-right {
    margin-left: 20px;
}

    .course-cart .fee-structure .fee-right * {
        flex-basis: 100%;
    }

.examination-cart .list-unstyled.fee-structure .checkbox-global {
    margin-top: 15px;
}

.examination-cart .exam-info-inner .remove-btn {
    background: transparent;
}

.hotel-accommodation .p-l-30 {
    padding-left: 4%;
}
/* 14-nov kusum*/
.Menu_bdr ul.sidebar-nav li a {
    font-weight: 500;
    font-size: 15px;
    color: #597087;
}

    .Menu_bdr ul.sidebar-nav li a.active:hover {
        color: #58595b;
    }

.backtotop {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #58595b;
    text-decoration: underline;
    font-size: 12px;
}

    .backtotop:hover {
        color: #58595b;
    }

    .backtotop > i {
        height: 15px;
        width: 25px;
        background: url(../images2/back-to-top.png) no-repeat;
    }

.read-more-trigger.seemore {
    position: relative;
    border-bottom: none;
    display: inline-block;
    width: 100%;
}

    .read-more-trigger.seemore::after {
        content: '';
        position: absolute;
        width: 180px;
        height: 1px;
        background: #58595b;
        left: 15px;
        bottom: 0;
    }

    .read-more-trigger.seemore + span {
        position: absolute;
        left: 50%;
        z-index: -1;
        display: block;
        bottom: 5px;
        cursor: pointer;
    }

        .read-more-trigger.seemore + span a {
            display: inline-block;
        }

.read-more-state:checked ~ .read-more-trigger.seemore:after {
    width: 55px;
    left: 0;
}

.chatbot-wrap {
    position: relative;
}

.chatbot {
    position: absolute;
    left: -10px;
    bottom: 0;
}

    .chatbot img {
        max-width: 100%;
    }

.top-search-form select, .Candidate-inner select.j-select {
    /*    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images2/dropdown.png");
*/ background-size: 12px;
    /*background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;*/
}

.Candidate-inner select.j-select {
    /*background-image: url('../images2/dropdown-grey.png');*/
}
/*--------------15-11-2018-----Mayank-------*/
.examination-cart .list-unstyled.fee-structure .checkbox-global {
    margin-top: 1px;
}

.footer .container {
    max-width: unset;
}

.panel-default .panel-collapse {
    padding-left: 15px;
}

.nationality-list .checkbox-global {
    margin-top: 4px;
}

.login-steps .wizard li {
    width: 14%;
}

.m-t-3 {
    margin-top: 3px !important;
}

.review-registration .declaration-block p {
    display: flex;
}

.forgot-passoword-details .global-btn-blue {
    margin-right: 0;
}

.telegraphic-list-inner li {
    display: flex;
}

.review-registration .module-list .information-img {
    margin-top: 2px;
}

/* ----- 15-nov-18 - kusum ------- */
b, strong {
    font-weight: 600;
    font-size: 15px;
}

.personal-perticular select.j-select, .personal-perticular select.form-control:not([size]):not([multiple]) {
    background-size: 16px;
    background-position: calc(100% - 20px) center;
    height: calc(1.75rem + 2px);
    min-height: initial;
}

.j-instruction {
    color: #000;
}

#custome-nav .navbar {
    padding: 0 0.2rem;
}

@media only print {
    #custome-nav .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-text {
        display: inline-block;
        position: relative;
    }
}

#custome-nav li a {
    font-weight: 600;
}

    #custome-nav li a:link, #custome-nav li a:visited, #custome-nav li a:active {
        color: #3c3c3b;
    }

    #custome-nav li a:hover {
        color: rgba(0,0,0,.5);
    }

.global-btn-blue {
    padding: 2px 15px;
}

.reschedule-examination .global-btn-blue {
    margin-top: 50px;
}
/* file upload */
.j-file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

    .j-file-upload .j-file-select {
        cursor: pointer;
        height: 41px;
        line-height: 40px;
        text-align: left;
        background: #FFFFFF;
        overflow: hidden;
        position: relative;
    }

        .j-file-upload .j-file-select .j-file-select-button {
            background: none;
            padding: 0;
            margin-right: 0.75rem;
            display: flex;
            height: 40px;
            line-height: 40px;
            color: #2D2E82;
            font-weight: 500;
            font-family: 'DIN';
            font-size: 16px;
            text-decoration: none;
            flex: 1;
            justify-content: flex-start;
            border-bottom: 2px solid #ffab1f;
            border-right: 2px solid #ffab1f;
        }

        .j-file-upload .j-file-select .j-file-select-name {
            line-height: 40px;
            display: flex;
            padding: 0 10px;
            flex: 2;
            background: none;
            color: #2D2E82;
            font-size: 16px;
            font-weight: 500;
            font-family: 'DIN';
            text-decoration: none;
            border-bottom: 1px solid #2D2E82;
        }

        .j-file-upload .j-file-select input[type=file] {
            z-index: 100;
            cursor: pointer;
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            opacity: 0;
            filter: alpha(opacity=0);
        }
/* file upload end */


/*--------- 16 nov kusum -------*/
.course-cart span.doller input[type="text"]:focus {
    box-shadow: none;
}

.Des-Text, .cms-page .Des-Text {
    color: #58595b;
}

.text-blue {
    color: #143a60;
}

ul.exam-timeslot-table.list-unstyled li {
    flex-flow: row;
    justify-content: flex-start;
}

    ul.exam-timeslot-table.list-unstyled li div {
        flex: 1 0 50%;
    }

        ul.exam-timeslot-table.list-unstyled li div:first-child {
            flex: 1;
        }

.sp-create-company-table .j-form-control {
    height: 29px;
}

.sp-create-company-table .table-striped > thead > tr th:first-child {
    width: 18%;
}

.new-user-account select {
    background-image: url("../images2/sm-dropdown.png");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 6px;
    background-position: calc(100% - 5px) center;
    background-repeat: no-repeat;
}

.users-paricular .custom-row {
    justify-content: space-between;
}

    .users-paricular .custom-row select {
        max-width: 33.33333%;
        margin: 0 5px 0 0px;
    }

        .users-paricular .custom-row select:last-child {
            margin: 0;
        }

.light-gray {
    color: #58595b;
}

.text-link {
    text-decoration: underline;
    color: #ed1c24;
}

.sp-create-company-table select.j-select {
    height: calc(1.75rem + 2px);
    min-height: initial;
}

.sp-create-company-table .table-striped > thead > tr th:first-child.width-100 {
    width: 100px !important;
}

.sp-create-company-table .table-striped > thead > tr th:nth-child(2).width-140 {
    width: 140px !important;
}

.letter-of-certification .application-form-letter .letter-inner-title {
    color: #f1910b;
}

.letter-of-certification .personal-perticular select.j-select,
.letter-of-certification .personal-perticular select.form-control:not([size]):not([multiple]) {
    background-image: url("../images2/sm-dropdown.png");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 6px;
    background-repeat: no-repeat;
}

.payment-detail-desc {
    line-height: 1.825;
    width: 65%;
}

.j-letter-of-certification .letter-detail ul li:first-child {
    font-weight: normal;
}

.reschedule-examination .table-contant td {
    font-size: 16px;
}

.global-calander .c-event-list,
.global-calander .c-event-grid,
.global-calander .c-event-body {
    height: auto;
}

.reschedule-examination .course-cart .exam-info-inner {
    margin-right: 0;
}

/*-------------16-11-2018------Ashok*/

ul.leftbar-nav {
    margin: 25px 0 0 10px;
    padding: 0
}

    ul.leftbar-nav li {
        list-style: none;
        margin-bottom: 10px
    }

        ul.leftbar-nav li a {
            color: #58595b;
            font-weight: 600;
        }

            ul.leftbar-nav li a:hover {
                color: #737375;
            }

            ul.leftbar-nav li a.active {
                color: #003366;
                /*color: #e30613;*/
            }

.leftbar-bdr {
    border-right: 1px solid #e1e1e1;
}

.red-sub-heading {
    color: #ed1c24;
    font-size: 18px;
    font-weight: 600;
}

.blue-sub-heading {
    font-weight: 600;
    font-size: 16px;
    color: #1a355c;
}

.e-receipt-list {
    padding-left: 15px;
    font-size: 16px;
}

    .e-receipt-list b {
        font-weight: 500;
    }

.bb {
    border-bottom: 1px solid #000;
    padding: 10px 0px;
}




/*----------16-11-2018---------MAyank*/
.chatbot {
    right: 15px;
}

.telegraphic-list-inner li {
    align-items: flex-start;
}

.privacy-policy .contant-checkedlist li {
    display: flex;
}

.chat-boat-table tr:first-child td {
    padding-bottom: 10px;
}

ul.Des-Text, .cms-page ul.Des-Text {
    padding-left: 17px;
}


/*-------------19-11-2018--------kusum*/
.select-examination {
    margin: 38px 0 70px 0;
}

    .select-examination .chfcs-container {
        margin-top: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #2D2E82;
    }

    .select-examination h3,
    .select-examination h4 {
        font-size: 25px;
        font-weight: 500;
        color: #003366;
    }

    .select-examination span,
    .select-examination p {
        color: #58595b;
        font-size: 15px;
    }

    .select-examination h4 {
        font-size: 17px;
    }

.tabs-button .j-img-btn:hover {
    color: #fff;
}

.select-examination .chfc-content,
.select-examination .dgirm-block,
.select-examination .adgirm-block-content,
.select-examination .dli-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .select-examination .chfc-content p,
    .select-examination .dli-content p {
        margin-bottom: 4px;
    }

        .select-examination .chfc-content p a,
        .select-examination .dli-content p a {
            margin-left: 5px;
        }

.select-examination .dgirm-block,
.select-examination .adgirm-block,
.select-examination .dli-container {
    margin-top: 25px;
}

.select-examination .dli-container {
    padding-bottom: 35px;
    border-bottom: 1px solid #dddddd;
}

.insurance-details {
    margin-top: 30px;
}

    .insurance-details p {
        margin-bottom: 0;
    }

.absent-onday .examination-date p {
    word-break: break-all;
}


/*---------------20-11-2018----Mayank*/
.personal-perticular select.j-select,
.personal-perticular select.form-control:not([size]):not([multiple]) {
    background-size: 14px;
}

.submit-application-form {
    margin-top: 32px;
}

.submit-application-content .color-red {
    text-decoration: underline;
}

.submit-application-form h3,
.submit-application-form label {
    color: #143a60;
    font-size: 20px;
    font-weight: 500;
}

.submit-application-form .form-check-input {
    margin-top: 0.4rem;
}

.submit-application-form label {
    font-size: 17px;
    margin-left: 10px;
}

.submit-application-form .global-btn-blue {
    min-width: 100px;
}

.submit-application-content {
    margin-top: 10px;
}

    .submit-application-content p {
        margin-bottom: 5px;
    }

.sp-create-company-table select.j-select {
    background-size: 13px;
}

.insurance-side-menu .view-details-btn,
.insurance-side-menu .registration-btn {
    max-width: 168px;
}

.sp-create-company-table .view-btn-block .global-btn-blue {
    min-width: 85px;
}

.forgot-passoword-details select.j-select {
    background-image: none;
    background-size: 10px;
    background-position: calc(100% - 10px) center;
    height: calc(1.75rem + 2px);
    min-height: initial;
}

.j-breadcrumb-heading .breadcrumb-item a {
    text-transform: unset;
}

.e-Book-nav.j-breadcrumb-heading .breadcrumb-item a {
    text-transform: unset;
}

.forgot-passoword-details .j-dropdown {
    width: 17%;
    margin: 0 15px;
}


/*-----------media queries--------*/
@media (max-width: 1200px) {
    /*-----------14-11-2018---Mayank------*/
    .global-calander .Exam-list span {
        margin-right: 8px;
        font-size: 12px;
    }
    /*-------------15-11-2018----Mayank---------*/
}

@media (max-width: 1024px) {
    .hotel-accommodation .p-l-30 {
        padding-left: 10%;
    }
    /*-------------15-11-2018----Kusum---------*/
    .exemption-content.upload-supporting-document .j-file-upload.w-50 {
        width: 70% !important;
    }

    .examination-cart .blue-error-msg {
        font-size: 12px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    /*-----------14-11-2018---Mayank------*/
    .examination-cart .exam-info-inner .price {
        position: relative;
        text-align: left;
        width: 100%;
        display: block;
        margin-bottom: 15px;
        padding-left: 20px;
    }
    /*-------------15-11-2018----Mayank---------*/
}

@media (max-width: 992px) {
    /*-----------14-11-2018---Mayank------*/
    .navbar {
        padding: 10px 0px;
    }

    .navbar-text p {
        top: -29px;
        left: -7px;
        width: 19px;
        height: 19px;
        line-height: 19px;
        font-size: 13px;
    }

    .login-steps .sidebar-blue {
        margin-bottom: 20px;
    }

    .course-cart .fee-structure li {
        align-items: flex-start;
        flex-direction: column;
    }

    .course-cart .fee-structure .fee-left,
    .course-cart .fee-structure .fee-right {
        flex: 1;
        width: 100%;
    }

    .course-cart .fee-structure .fee-right {
        margin-left: 30px;
    }

    .course-cart .exam-info-holder {
        padding-left: 15px;
    }

    .examination-cart .exam-info-inner .remove-btn {
        right: -15px;
        font-size: 12px;
        top: -10px
    }

    .j-breadcrumb-heading .breadcrumb {
    }
    /*-------------15-11-2018----Mayank---------*/
    .important-notes .blue-error-msg,
    .privacy-policy .blue-error-msg {
        font-size: 14px;
        margin-left: 10px;
    }

    .wizard .wizard-tabs > li a {
        width: 40px;
        height: 40px;
    }

    .wizard span.round-tab {
        width: 40px;
        height: 40px;
        line-height: 32px;
    }

        .wizard span.round-tab span {
            font-size: 14px;
            font-weight: 500;
        }

    .login-steps .wizard li:after {
        top: 35%;
    }

    .login-steps .wizard li.last-step span {
        top: 32%;
        left: 69%;
    }

    .search-box {
        margin-top: 20px;
    }

    .wizard .wizard-tabs {
        margin: 20px auto;
    }

    .j-breadcrumb-heading .main-heading {
        margin-top: 15px;
    }

    .important-notes .contant-checkedlist .checkbox-text .blue-error-msg {
        margin-left: 0;
    }
    /*----------16-11-2018------Mayank*/
    .chatbot {
        position: relative;
    }
    /*---------19-11-2018---------Mayank*/
    .certification-ingeneral .leftbar-bdr {
        border-right: 0;
    }

    .examination-cart .exam-info-holder {
        padding: 26px 0;
        border-right: 0;
    }

    .insurance-side-menu ul {
        padding-left: 0;
    }

    .payment-detail-desc {
        width: 100% !important;
    }

        .payment-detail-desc .flex-dire-reverse {
            flex-direction: column;
        }

        .payment-detail-desc .m-l-0 {
            margin-left: 0 !important;
        }
}

@media(max-width: 991px) {
    .right-sm-input .label-spacing {
        padding-left: 0 !important;
    }

        .right-sm-input .label-spacing + .d-flex.pl-3 {
            padding-left: 5px !important;
        }

    .right-sm-input input {
        max-height: 29px;
    }

    .form-control {
        font-size: 14px;
    }

    .forgot-passoword-details select {
        margin-bottom: 8px;
    }

    .examination-cart .cart-summary {
        padding: 20px 0 20px 35px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .search-box {
        margin-bottom: 20px;
    }

    .examination-cart .cart-summary .blue-error-msg {
        display: block;
    }
}

@media (max-width: 992px) and (min-width: 320px) {
    /*-----------14-11-2018---Mayank------*/
    .global-calander .c-event-grid,
    .global-calander .c-grid {
        width: 100%;
    }
    /*-------------15-11-2018----Mayank---------*/
}

@media(max-width: 768px) {
    .personal-perticular .Candidate-inner .col-sm-8,
    .input-group.clearfix.two-in-one-column .col-sm-4 {
        padding: 0;
    }
    /*----16-11-2018---------Kusum*/
    .sp-create-company-container .company-id-block {
        margin-top: 20px;
    }


    .company-id-block .text-right .btn {
        margin: 10px 0 5px;
    }

    .sp-create-company-container.spancing.px-2 {
        margin-bottom: 0;
    }

    .sp-create-company-table .col-sm-9 {
        padding: 0;
    }

    .new-user-success-msg {
        padding: 30px 0;
    }

    .mob-w-100 {
        width: 100% !important;
    }

    .j-breadcrumb-heading nav {
    }

    .j-breadcrumb-heading .main-heading {
        line-height: 1;
    }

    .new-user-detail ul:last-child {
        padding-left: 1.5rem;
    }

    .sp-ebook-container {
        margin: 30px auto;
    }

        .sp-ebook-container .table tbody td:first-child img {
            max-width: 50px;
            max-height: 50px;
        }

    .sp-exam-dashboard-container {
        margin-top: 70px;
    }

    .sp-create-company-table .view-company-user {
        margin-top: 0;
    }

    .spancing {
        margin-bottom: 20px;
    }
    /*---------19-11-2018------Mayank*/
    .letter-detail h3 {
        font-size: 14px;
    }

    .input-group.clearfix.two-in-one-column .col-sm-4 {
        padding-left: 15px;
    }

    .personal-perticular .label-spacing {
        padding-left: 15px;
    }

    .log-user {
        color: #3c3c3b;
    }

    .login-steps .wizard li > span {
        font-size: 14px;
    }

    .global-btn-blue {
        margin-left: 0px;
    }

    .regulatory-content {
    }

    .tabs-button {
        float: right;
    }

    .search-course {
        margin-right: 10px;
    }

        .search-course #series {
            text-transform: capitalize;
        }

    .privacy-policy .checkbox-holder-div {
        margin-right: 12px;
    }

    .course-cart .exam-info-holder p {
        font-size: 14px;
    }
}

@media(max-width: 767px) {
    /*-----------14-11-2018---Mayank------*/
    .j-register-tabs .acronym-name {
        margin-right: 5px;
    }

    .login-steps .important-notes {
        margin-left: 0 !important;
    }

    .footer p {
        font-size: 12px;
    }

    .global-calander .calendar .c-pad-top {
        padding-top: 1%;
    }

    .global-calander .c-grid-title, .global-calander .c-event-title {
        font-size: 16px;
    }
    /* 14-nov kusum*/
    .chatbot {
        position: relative;
        right: 0;
        left: 0;
        text-align: right;
    }

    .vm-order-1 {
        order: 2;
    }

    .vm-order-2 {
        order: 1;
    }

    .panel-default > .panel-heading.pr-4,
    .col-md-8.vm-order-2.pr-5.pb-5 {
        padding-right: 0 !important;
    }

    a.backtotop.text-right.pt-5.pr-4 {
        padding-right: 15px !important;
    }

    .Menu_bdr {
        border-color: transparent;
    }
    /*-------------15-11-2018----Mayank---------*/
    .login-steps .wizard li.last-step span {
        position: relative;
        top: 0;
        left: 0;
        margin-left: 0;
        z-index: 2;
        font-size: 16px;
        font-weight: 500;
    }

    .forgot-passoword-details label {
        font-size: 16px;
    }

    .j-breadcrumb-heading .breadcrumb-item a {
        font-size: 16px;
    }

    .j-breadcrumb-heading .main-heading {
        font-size: 23px;
    }

    .login-steps .wizard li:after {
        top: 43%;
    }

    .forgot-passoword-details .sub-btn {
        text-align: left !important;
    }
    /*-------------15-11-2018--------kusum*/
    .right-sm-input .label-spacing + .d-flex.pl-3 {
        padding-left: 0 !important;
    }

    .input-group.clearfix.two-in-one-column .col-sm-4 {
        padding-top: 10px;
    }

    .j-breadcrumb-heading nav {
    }

    .j-breadcrumb-heading .breadcrumb-item a {
        font-size: 16px;
    }

    .j-breadcrumb-heading .main-heading {
        font-size: 24px;
    }

    .right-sm-input {
        padding: 0px;
    }

        .right-sm-input .label-spacing {
            flex: 1;
        }

            .right-sm-input .label-spacing + .d-flex.pl-3 {
                flex: 2;
            }
    /*---------16-11-2018--------Mayank*/
    .chatbot {
        text-align: left;
    }
    /*--------19-11-2018-----------Mayank*/
    .personal-perticular .label-spacing {
        padding-left: 15px;
    }

    .input-group .p-r-15 {
        padding-right: 15px !important;
    }

    .Candidate-inner label {
        font-size: 13px;
    }

    .forgot-passoword-details .j-dropdown {
        width: 20%;
        margin: 0 15px;
    }

    .personal-perticular .label-spacing {
        padding-left: 0px !important;
    }

    .input-group.clearfix.two-in-one-column .col-sm-4 {
        padding-top: 5px;
    }

    .new-user-account .data-protection ul {
        padding-left: 0;
    }

    .examination-cart .cart-summary {
        padding: 20px 0 20px 0;
        margin-top: 0;
    }

    .examination-cart .exam-info-inner {
        margin-bottom: 15px;
    }

    .price_reg {
        position: relative;
        display: block;
        right: auto;
        margin-bottom: 10px;
        text-align: left;
    }
}

@media(max-width: 600px) {
    .forgot-passoword-details .text-right {
        text-align: center !important;
    }
    /*-------------15-11-2018----Mayank---------*/
}

@media(max-width: 580px) {
    .global-calander .Exam-list span {
        font-size: 11px;
    }
    /*-------------15-11-2018----Mayank---------*/
    .telegraphic-list-inner li:last-child {
        flex-direction: column;
    }

    .review-registration .module-list li:last-child span {
        margin-top: 4px;
        margin-left: 3px;
    }
    /*-------15-11-2018----------kusum--*/
    .right-sm-input {
        flex-direction: column;
    }

    .read-more-trigger.seemore + span {
        bottom: 8px;
        left: 80%;
    }

    .j-file-upload .j-file-select .j-file-select-name {
        font-size: 12px;
    }

    .input-group.clearfix.two-in-one-column .col-sm-4 {
        padding-top: 10px;
        flex-direction: column;
    }

    .apply-for-examption input.form-control {
        margin-top: 5px;
    }

    .two-in-one-column .label-spacing + .col-xs-12.col-sm-8.col-md-4,
    .Candidate-inner .input-group {
        margin-bottom: 15px;
    }
    /*-----------16-11-2018-------Maynk*/
    .review-registration .module-list li:last-child span:first-child {
        margin-top: 15px;
    }
    /*-----------16-11-2018--------kusum---*/
    .new-user-account .col-form-label.text-right,
    .personal-perticular .label-spacing .text-right {
        text-align: left !important;
    }

    .new-user-account-content .mob-mr,
    .letter-of-certification .mob-mr {
        margin-top: 1rem;
    }

    .mob-w-100 {
        flex-direction: column;
    }

    .sp-create-company-table .input-group .col-lg-6,
    .j-letter-of-certification .Candidate-inner .col-sm-9,
    .j-letter-of-certification .Candidate-inner .col-sm-5,
    .j-letter-of-certification .Candidate-inner .col-sm-4 {
        padding: 0;
    }

    .letter-of-certification .w-50 {
        width: 100% !important;
    }

    .j-breadcrumb-heading {
        padding-left: 15px;
    }

    .course-cart .exam-info-holder {
        padding-left: 0;
    }

    .global-calander .c-event-list {
        margin-bottom: 10px;
    }

    .reschedule-examination .calender-event-sign.px-4 {
        padding: 0 !important;
    }
    /*-----------19-11-2018-------Mayank*/
    .personal-perticular .global-btn-blue,
    .btn-holder .invoice-download {
        text-align: center;
    }

    .forgot-user-id .blue-error-msg {
        display: block;
        font-size: 14px;
    }

    .exam-timeslot-inner strong {
        font-size: 14px;
    }

    .forgot-passoword-details .j-dropdown {
        width: 100%;
    }

    .thumb-info {
        width: 100%;
    }
}

@media(max-width: 480px) {
    /*-------------15-11-2018----Mayank---------*/
    .privacy-policy p {
        padding-left: 25px;
    }

    /* .privacy-policy .blue-error-msg {
        display: block;
    } */

    .important-notes .blue-error-msg,
    .privacy-policy .blue-error-msg {
        font-size: 12px;
        margin-left: 0;
    }

    .sp-select-programme-table {
        margin-left: 0;
        margin: 0 auto;
    }

    .letter-of-certification .application-form-letter ul li,
    .letter-of-certification .transcript-block ul li,
    .letter-of-certification .course-block ul li,
    .letter-of-certification .designation-block ul li {
        font-size: 14px;
    }

    .letter-of-certification .application-form-letter ul li,
    .letter-of-certification .transcript-block ul li {
        flex: 1 0 27%;
    }

    .submit-application-form label {
        font-size: 16px;
    }

    .submit-application-form .application-form-btn {
        text-align: center;
    }

    .course-cart .exam-info-holder p {
        font-size: 12px;
    }
}

/*************************************           new code ruby ashok ji   ********************************/



/*CMS page start here*/
.cms-page ul {
    display: block;
    list-style-type: none;
    padding-left: 0;
}

    .cms-page ul li, .cms-page li a, .cms-page li {
        font-size: 15px;
        font-weight: 500;
        color: #333 !important;
        padding: 4px 0px;
        margin-left: 10px;
    }

.cms-page table th {
    background-color: #e4f3f3;
    border-top: 0;
    border-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    color: #143a60;
}

.cms-page table td {
    font-weight: normal;
    font-size: 15px;
    padding: 8px;
}

    .cms-page table td b {
        font-weight: 700;
    }

.cms-page p {
    font-size: 15px;
    color: #333;
    display: block;
    width: 100%;
    margin: 0;
    padding: 4px 0px;
    font-weight: 300;
}

    .cms-page p a b u {
        color: #4baacd;
        font-size: 15px;
        text-decoration: none;
        font-weight: 300;
    }

.tablecontent td, .tablecontentborder td, .tablecontentbordercenter td {
    border: 1px solid #e1e1e1;
}

.cms-table-bg {
    background-color: #e4f3f3;
    color: #143a60 !important;
    font-weight: 700 !important;
}

.main-tagline, .cms-page .main-tagline {
    padding: 0;
    margin: 0;
    display: block;
    text-align: left;
    display: block;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 20px;
    color: #f1910b;
    font-weight: 600;
}

.sub-tagline, .cms-page .sub-tagline, .cms-page .sub-tagline u {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #1a355c;
    margin-top: 10px;
    text-decoration: underline;
}

.csm-table-hold {
    display: block;
    height: 650px;
    overflow-y: scroll;
}

    .csm-table-hold hr {
        margin: 0;
    }

.cms-page ol {
    margin: 0;
    padding-left: 20px;
}

.cms-page table {
    width: 100%;
    overflow-x: auto;
    display: block;
    border: none;
}

.cms-page {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
/*meenal css*/
.field-validation-error {
    font-size: 14px;
}
/*yogesh css*/
.pdfobject-container {
    height: 550px;
    margin-bottom: 50px;
    padding: 0px 10px;
}

.filter-list ul.scimember_filter li a.selected {
    color: #4d90fe;
}

.home-ind-login-form .btn:hover {
    opacity: 0.7;
}

.home-ind-login-form .btn:hover, .dont-have-acc .btn:hover, .home-login-links a:hover {
    opacity: 0.7;
}

.login-page a {
    font-weight: 300;
}

.btn {
    text-decoration: none !important;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.log-user {
    color: #3c3c3b;
    font-weight: 300;
    top: 10px;
    right: 20px;
    font-size: 13px;
}

    .log-user a {
        color: #3c3c3b;
        text-decoration: none;
    }

        .log-user a:hover {
            text-decoration: underline
        }

@media all and (-ms-high-contrast:none) {
    .text-blue-regular-new {
        color: #143a60;
        font-size: 14px;
    }

    .text-blue-medium-new {
        font-size: 14px !important;
        font-weight: 700 !important;
        word-break: break-all;
    }

    .icon-space {
        margin: 0px 2px;
    }

    .new-user-account select {
        background: none;
    }
}

.certification-ingeneral .insurance-side-menu ul li:nth-child(2n+1) {
    background: -webkit-linear-gradient(to left, #fff -33%,#c5c39f 100%);
    background: -moz-linear-gradient(to left, #fff -33%,#c5c39f 100%);
    background: -ms-linear-gradient(to left, #fff -33%,#c5c39f 100%);
    background: linear-gradient(to left, #fff -33%,#c5c39f 100%);
}

.j-rounded-corner:hover {
    opacity: 0.9;
}

.crf {
    max-width: 100% !important;
    margin: auto !important;
}

    .crf table th, .crf table td {
        vertical-align: middle;
        text-align: center;
    }

    .crf table td {
        font-size: 14px !important;
        font-weight: normal;
    }

.sid span {
    text-decoration: underline;
}

.sid {
    color: #143a60;
    font-size: 18PX;
}

.company-id-block select {
    height: auto !important;
    min-height: 24px;
    padding: 0 5px;
    font-size: 14px;
    width: 100%;
    border: 1px solid #ced4da;
    line-height: 24px;
}

.retStudent {
    background-color: #eee;
    padding: 10px 10px 0px 10px;
    margin-top: 40px
}

@media all and (-ms-high-contrast:none) {
    select {
        -webkit-appearance: none;
        appearance: none;
    }

    .new-user-account select {
        background: none;
    }

    .forgot-passoword-details select.j-select {
        background: none;
    }
}

.cu-pad table tr td {
    padding: 5px 7px !important;
}

.icon-space:hover {
    opacity: 0.6;
}

.cms-page ul {
    list-style: disc;
}

.owl-carousel-thumb .item img {
    width: 98% !important
}

/* === 22/01/2019 Changes by Megha === */

.form-check input[type=radio] {
    /*transform: scale(1);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);*/
}

.form-check span {
    padding-left: 16px;
}

.j-img-btn a {
    color: #fff;
}

.input-group select {
    margin-bottom: 8px;
}

.btn:not(:disabled):not(.disabled) {
    color: #2D2E82 !important;
}

@media screen (max-width:767px) and (orientation:landscape) {
    .personal-perticular select.j-select, .personal-perticular select.form-control:not([size]):not([multiple]) {
        background-position: calc(100% - 15px) center;
    }
}


/* === changes by megha=== */

.cartsteptbl tr td {
    width: 42%;
}


.navbar-text {
    padding-top: 0;
    padding-bottom: 0;
}

.checkbox-per {
    margin-right: 1px !important;
}


/* === changes by SANJU=== */
.declaration-block .checkbox-global input[type=checkbox] {
    opacity: 1;
}

.review-registration .exam-info-inner .declaration-block .checkbox-global {
    margin-top: 4px;
    margin-right: 14px;
}

.review-registration .exam-info-inner .module-list .checkbox-global {
    margin-right: 0;
}

.personal-perticular select.j-select, .personal-perticular select.form-control:not([size]):not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-image: url(../images2/dropdown-grey.png);
    background-size: 7px;
    background-position: 94% center;
}

/*=== 02-08-2019===*/
ul.about-list {
    padding: 0;
    margin: 0;
}

    ul.about-list li {
        color: #FFF;
        display: block;
        font-size: 15px;
        margin-bottom: 5px;
    }

        ul.about-list li a {
            color: #FFF;
        }

.regulatory-block .examination-content .tabs-button.d-flex {
    margin-left: auto;
}

.regulatory-block .span-block span {
    display: block;
}

.ccuForm form {
    display: inline-block;
}

.add-save .add-exam-link {
    display: inline-block;
}

.add-save .save-exam-link {
    float: right;
}

.pay a {
    min-width: 215px;
    display: inline-block;
    color: #2D2E82;
    text-decoration: none;
}

/*course materials styling*/
.sp-coursematerials-container {
    width: 100%;
    max-width: 1000px;
    margin: 70px auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
}

    .sp-coursematerials-container p {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
    }

    .sp-coursematerials-container .table thead th {
        background-color: #e4f3f3;
        border-top: 0;
        border-bottom: 0;
        font-weight: 500;
        font-size: 16px;
        color: #143a60;
    }

    .sp-coursematerials-container .table tbody .material-header td {
        font-weight: bold;
        padding-top: 2rem;
    }

    .sp-coursematerials-container .table tbody td {
        border-top: 0;
        border-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        font-weight: normal;
        font-size: 16px;
        vertical-align: middle;
    }

@media(max-width: 768px) {
    .sp-coursematerials-container {
        margin: 30px auto;
    }
}

.travel-form h4 {
    text-decoration: underline;
}

.travel-form .travel-row {
    margin-top: 1.5rem;
}

.timebarextension .timebar-details {
    border-bottom: 1px solid black;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.timebarextension .payment-details {
    margin-bottom: 1.5rem;
}

    .timebarextension .payment-details h4 {
        font-size: 25px;
        color: #f1910b;
    }

.assessment-record h3 {
    font-size: 25px;
    color: #003366;
    margin-bottom: 2rem;
}

.assessment-record h4 {
    font-size: 17px;
    color: #003366;
}

.assessment-record .element-block {
    margin-bottom: 2rem;
}

.assessment-record .criteria-block {
    margin-bottom: 1rem;
}

    .assessment-record .criteria-block > div {
        width: 50px;
    }
