﻿html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #e5e5e5;
    color: #2f2f2f;
    font-weight: 300;
    font-size: .88rem;
    font-weight: normal;
}

.full-background img {
    z-index: -2;
    min-height: 100%;
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    top: 0;
    display: block;
}

.full-background:after {
    background: rgba(1, 64, 115, 0.1);
    /*background: linear-gradient(45deg, rgba(1, 64, 115, 0.75) 50%, rgba(255, 192, 0, 0.75) 100%);*/
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
}

/*-----------------------------------/
/---------- login Box css -----------/
/-----------------------------------*/

.login-box {
    max-width: 350px;
    position: relative;
    background: #fff;
    border-top: 6px solid #ffc000;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    box-shadow: 0 5px 4px -3px rgba(0,0,0,.35);
    -webkit-box-shadow: 0 5px 4px -3px rgba(0,0,0,.35);
    -moz-box-shadow: 0 5px 4px -3px rgba(0,0,0,.35);
}

.login-box-msg {
    text-align: center;
    padding: 1rem 0 0;
    color: #313131;
}

    .login-box-msg > img {
        width: 85%;
        height: auto;
        text-align: center;
        margin-bottom: 1rem;
    }

    .login-box-msg h3 {
        font-size: .95rem;
        font-weight: 600;
    }

.login-box-body {
    padding: 15px 0 30px;
    color: #666;
}

.login-footer {
    padding: 15px 20px;
    text-align: center;
    border-top: 1px solid #D4DEDF;
}

    .login-footer img {
        width: 35%;
        height: auto;
        text-align: center;
    }

/*-------- input css -------*/
/*input.form-control {
    outline: 0 none;
    border: none;
}*/

input[type="number"].form-control {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

    input[type="number"].form-control::-webkit-outer-spin-button,
    input[type="number"].form-control::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

input.form-control::-webkit-input-placeholder,
input.form-control:-moz-placeholder,
input.form-control::-moz-placeholder,
input.form-control:-ms-input-placeholder {
    color: #cccccc;
}

input.form-control:focus::-webkit-input-placeholder,
input.form-control:focus:-moz-placeholder,
input.form-control:focus::-moz-placeholder,
input.form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.frm-group {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

    .frm-group .input-group-text {
        background: transparent;
        width: 38px;
        color: #0371c0;
    }

    .frm-group .form-control {
        width: 100%;
        height: 45px;
        background: transparent;
    }

.radio-group input[type="radio"]:focus,
.radio-group input[type="radio"]:active {
    box-shadow: 0 1px 1px rgba(125, 0, 0, 0.2) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;
    border-color: #c7254e;
    box-shadow: 0 0 8px rgba(199,38,78,.6);
}

.radio-group, .checkbox-group {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

a.btns.sm, .btns.sm {
    padding: 8px 16px;
    font-size: .75rem;
}

a .btns, .btns {
    background: #fff;
    color: #959595;
    border: none;
    margin-right: 5px;
    text-align: center;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
    border-radius: 3px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    a.btns:hover, .btns:hover {
        color: #8b8b8b;
        text-decoration: none;
        -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
        box-shadow: 0 7px 14px rgba(0, 0, 0, 0.18), 0 5px 5px rgba(0, 0, 0, 0.12);
    }

    a.btns cite,
    .btns cite {
        background: #fff url(../Images/icons.png) no-repeat -63px -100px;
        border-radius: 0 2px 2px 0;
        width: 38px;
        height: 44px;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        transition-property: all;
        transition-duration: .3s;
        transition-timing-function: linear;
    }

    a.btns:hover cite, .btns:hover cite {
        text-decoration: none;
        background-position: 0 -102px
    }

    .btns.btn-submit {
        border: 1px solid #044d91;
        background: #024073;
        color: #FFF;
    }

        .btns.btn-submit:hover {
            border: 1px solid #0371c0;
            background: #044d91;
            color: #FFF;
        }

    .btns.btn-cancel {
        border: 1px solid #0371c0;
        background: #e9e9e9;
        color: #044d91;
    }

        .btns.btn-cancel:hover {
            border: 1px solid #0371c0;
            background: #e1e1e1;
            color: #044d91;
        }

.absolute-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/*-----------------------------------/
/---------- exercise_box css -----------/
/-----------------------------------*/
.exercise-box {
    background: #fff;
    border-top: 5px solid #024073;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    display: block;
    margin-bottom: 10px;
}

    .exercise-box:before,
    .exercise-box:after,
    .exercise-box.done::before,
    .exercise-box.done::after {
        content: "";
        position: absolute;
        width: 25px;
        height: 25px;
    }

    .exercise-box:before {
        top: 0;
        right: 15px;
        border-top: 8px solid #ffc000;
        border-right: 8px solid #ffc000;
    }

    .exercise-box:after {
        left: 15px;
        bottom: 10px;
        border-left: 8px solid #ffc000;
        border-bottom: 8px solid #ffc000;
    }

.exercise-box_title {
    background-color: rgba(204, 204, 204, 0.2);
    padding: 2px 15px;
    min-height: 50px;
    max-height: 250px;
    position: relative;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

    .exercise-box_title > .box_title-img {
        display: inline-block;
        margin-right: 10px;
        height: 40px;
        width: 40px;
        float: left;
    }

        .exercise-box_title > .box_title-img > img {
            border-radius: 4px;
            height: auto;
            width: 100%;
            padding: 4px;
            /*border: 1px solid #626262;
            background: #FFF;*/
        }

    .exercise-box_title > h4 {
        font-size: .85rem;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
    }

        .exercise-box_title > h4 > small {
            font-size: 80%;
            font-weight: 400;
        }

    .exercise-box_title > .status_icon {
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        color: #FFF;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 10px;
        bottom: -15px;
        z-index: 9;
        background-color: #024073;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

.exercise-box_content {
    background-color: #fff;
    padding: 0 15px 20px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(42, 45, 59, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(42, 45, 59, 0.2);
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .exercise-box_content > .btn,
    .btn-one {
        display: inline-block;
        text-decoration: none;
        text-align: center;
        color: #fff;
        font-size: .9rem;
        font-weight: 600;
        cursor: pointer;
        padding: .5rem .5rem;
        border: 1px solid #005295;
        background-color: #004074;
        background-image: linear-gradient(bottom, rgb(0,64,116) 0%, rgb(0,98,180) 100%);
        background-image: -moz-linear-gradient(bottom, rgb(0,64,116) 0%, rgb(0,98,180) 100%);
        background-image: -o-linear-gradient(bottom, rgb(0,64,116) 0%, rgb(0,98,180) 100%);
        background-image: -webkit-linear-gradient(bottom, rgb(0,64,116) 0%, rgb(0,98,180) 100%);
        background-image: -ms-linear-gradient(bottom, rgb(0,64,116) 0%, rgb(0,98,180) 100%);
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(0,64,116)), color-stop(1, rgb(0,98,180)));
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-shadow: 0px -1px 0px rgba(0,0,0,.5);
        -webkit-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3);
        -moz-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3);
        box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3); /*, inset 0px 0px 3px rgba(255,255,255,.5)*/
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-transform: rotateX(20deg);
    }

        .exercise-box_content > .btn:hover,
        .btn-one:hover {
            text-decoration: none;
            color: #fff;
            background-image: linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
            background-image: -moz-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
            background-image: -o-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
            background-image: -webkit-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
            background-image: -ms-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
            background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(12, 144, 255)), color-stop(1, rgb(0, 101, 183)));
        }

        .exercise-box_content > .btn:active,
        .btn-one:active {
            background-image: linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
            background-image: -moz-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
            background-image: -o-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
            background-image: -webkit-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
            background-image: -ms-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
            background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(12, 144, 255)), color-stop(1, rgb(0, 101, 183)));
            -webkit-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3);
            -moz-box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3);
            box-shadow: 0px 2px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3);
            -webkit-transform: translate(0, 4px) rotateX(20deg);
            -moz-transform: translate(0, 4px);
            transform: translate(0, 4px);
        }

        .btn-one.active {
            /* option -2*/
            background-image: linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
            background-image: -moz-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
            background-image: -o-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
            background-image: -webkit-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
            background-image: -ms-linear-gradient(bottom, rgb(12, 144, 255) 0%, rgb(0, 101, 183) 100%);
            background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(12, 144, 255)), color-stop(1, rgb(0, 101, 183)));
            -webkit-box-shadow: 0px 1px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3);
            -moz-box-shadow: 0px 1px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3);
            box-shadow: 0px 1px 0px #2b638f, 0px 1px 6px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3);
            -webkit-transform: translate(0, 4px) rotateX(20deg);
            -moz-transform: translate(0, 4px);
            transform: translate(0, 4px);
        }

/*-------------- panel-box-success ------------*/
.exercise-box.done {
    border-top-color: #398439;
    position: relative;
}

    .exercise-box.done::before {
        top: -5px;
        right: 0;
        border-top: 8px solid #ffc000;
        border-right: 8px solid #ffc000;
    }

    .exercise-box.done::after {
        left: 0;
        bottom: 0;
        border-left: 8px solid #ffc000;
        border-bottom: 8px solid #ffc000;
    }

    .exercise-box.done > .exercise-box_title > .status_icon {
        background-color: #398439;
    }

    .exercise-box.done > .exercise-box_content > .btn {
        cursor: not-allowed;
        border-color: #398439 !important;
        background-color: #398439;
        background-image: linear-gradient(bottom, rgb(58, 132, 58) 0%, rgb(66, 152, 66) 100%);
        background-image: -moz-linear-gradient(bottom, rgb(58, 132, 58) 0%, rgb(66, 152, 66) 100%);
        background-image: -o-linear-gradient(bottom, rgb(58, 132, 58) 0%, rgb(66, 152, 66) 100%);
        background-image: -webkit-linear-gradient(bottom, rgb(58, 132, 58) 0%, rgb(66, 152, 66) 100%);
        background-image: -ms-linear-gradient(bottom, rgb(58, 132, 58) 0%, rgb(66, 152, 66) 100%);
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(58, 132, 58)), color-stop(1, rgb(66, 152, 66)));
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translate(0, 4px) rotateX(20deg);
        -moz-transform: translate(0, 4px);
        transform: translate(0, 4px);
    }

.exercise-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    text-align: left;
    font-size: 0.78rem;
}

    .exercise-table > tbody > tr > td,
    .exercise-table > tfoot > tr > td,
    .exercise-table > thead > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 2px solid #ddd;
    }

    .exercise-table tr td:first-child {
        font-weight: 700;
    }

/*----------------------------------/
/---------- All Page CSS -----------/
/----------------------------------*/

/* Scroll Top */
.scroll-up,
.scroll-dwn {
    position: fixed;
    bottom: 75px;
    background: #044D91;
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 24px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    z-index: 555;
    display: none;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.18);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.18);
    transition: all 0.4s;
}

.scroll-up {
    right: 10px;
}

.scroll-dwn {
    right: 51px;
}

    .scroll-up:hover,
    .scroll-dwn:hover {
        background: #323232;
    }

img {
    width: 100%;
}

.outer {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.middle {
    display: table-cell;
    vertical-align: middle;
    padding: 0 1.5rem;
}

.loader_bg {
    z-index: 9910;
    min-height: 100%;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.8);
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -15px;
    margin-top: -15px;
    -moz-animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.navbar {
    min-height: 45px;
    border-top: 4px solid #044d91;
    border-bottom: 1px solid #ddd;
    background: #FFF;
    padding: 0 1rem;
}

a.navbar-brand {
    padding: 0 !important;
}

    a.navbar-brand img,
    img.navright-brand {
        width: auto !important;
        height: 60px;
        padding: 0.5rem 0;
        margin-right: 10px;
    }

.user_nav {
    padding: 0;
    margin: 0;
    float: right;
}

    .user_nav li {
        display: inline-block;
        list-style: none;
    }

        .user_nav li a {
            min-width: 35px;
            text-align: center;
            padding: 6px 0;
            cursor: pointer;
            color: #FFF;
            font-size: 15px;
            background: #024073;
            border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -webkit-border-radius: 0 0 4px 4px;
        }

            .user_nav li a:hover {
                text-decoration: none;
                background: #044d91;
            }

.timer-panel,
.tr-btn-section {
    /*position: absolute;
    right: -10px;
    bottom: 5px;
    background: #fbf5f5;
    padding: 6px 10px;*/
    display:inline-block
}

time, .time {
    color: #d9534f;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
}
table.faqs-tbl {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1.5rem;
    color: #212529;
    border-bottom: 2px solid #9a9a9a !important;
}

    table.faqs-tbl > thead > tr > th {
        vertical-align: bottom;
        background: #004074;
        color: #FFF;
        text-align: center;
        font-size: 9.5pt;
    }

    table.faqs-tbl > thead > tr > th,
    table.faqs-tbl > tbody > tr > td {
        padding: .75rem;
        vertical-align: middle;
        border: 1px solid #ddd;
    }

        table.faqs-tbl > thead > tr > th:first-child {
            width: 6%;
        }

    table.faqs-tbl > tbody > tr:nth-child(even) {
        background: #FFF;
    }

    table.faqs-tbl > tbody > tr:nth-child(odd) {
        background: #F2F2F2;
    }

.faqs-tr-btn {
    position: absolute;
    top: 0;
    right: 0
}

.main-box {
    /*margin-bottom: 15px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    background: #FFF;
    box-shadow: 0 5px 4px -3px rgba(0,0,0,.35);
    -webkit-box-shadow: 0 5px 4px -3px rgba(0,0,0,.35);
    -moz-box-shadow: 0 5px 4px -3px rgba(0,0,0,.35);
}

.section-title,
.section-title-left {
    margin-bottom: 20px;
    margin-top: 6px;
}

    .section-title h2,
    .section-title-left h2 {
        color: #666;
        display: block;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .20px;
        font-size: 0.9rem;
        line-height: 14px;
        margin: 0;
    }

    .section-title h3,
    .section-title-left h3 {
        color: #323232;
        text-transform: uppercase;
        font-size: 1.2rem;
        margin-top: 10px 0;
        font-weight: 600;
    }

        .section-title h3 span,
        .section-title-left h3 span {
            color: #044d91;
            font-size: .95rem;
        }

    .section-title .title-line-center,
    .section-title-left .title-line-left {
        width: 160px;
        height: 4px;
        background: #044d91;
        display: block;
    }

    .section-title .title-line-center {
        margin-right: auto;
        margin-left: auto;
    }

.section-content {
    padding-left: 15px;
    padding-right: 15px;
}

    .section-content h4.middle-title,
    h4.middle-title {
        color: #044d91;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 1.25rem;
    }

p {
    text-align: justify;
}

.about-img-one,
.info-about {
    position: relative !important;
    min-height: 318px;
}

    .about-img-one > img {
        width: 100%;
        height: 100%;
        position: absolute;
        border: 1px solid #ddd;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        box-shadow: 0px 2px 15px 0px rgba(0,0,0,.25);
        -webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,.25);
        -moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,.25);
    }

.overlay-about {
    padding: 12px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.text-overlay {
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, .85);
    background-color: rgba(0, 0, 0, 0.25);
    position: relative;
}

.info-about > h5 {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 35px;
    margin-top: 25px;
    color: #454545;
}

.table thead tr th {
    vertical-align: bottom;
    background: #cfcfcf;
    color: #0371c0;
    text-align: center;
    font-size: 9.5pt;
}

.table thead tr:last-child th {
    border-bottom: 2px solid #044d91 !important;
}

.bottom-btn {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

table.exer-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 15px;
}

    table.exer-table > tbody > tr > td {
        font-size: 13px;
        padding: 8px;
        border-top: 1px solid #dee2e6;
    }

    table.exer-table > tbody > tr:first-child > td {
        border-top: none;
    }

    table.exer-table > thead {
        background: #e1e1e1;
    }


/*----------- tab section css start here -----------*/
.wrapper {
    min-height: 100%;
    position: static;
    overflow: hidden
}

    .wrapper:before,
    .wrapper:after {
        content: "";
        display: table
    }

    .wrapper:after {
        clear: both
    }


.fixed .asidebar {
    position: fixed;
    top: 65px;
}

.asidebar {
    background: #004074;
    left: 0;
    top: 0;
    position: absolute;
    width: 306px;
    z-index: 99;
}

.asidebar,
.my-account {
    min-height: 100%;
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}
    /*----------------------------*/
    /*---------	Navigation -------*/
    /*----------------------------*/
    .asidebar ul > li > a {
        display: block;
        text-decoration: none;
        color: #BCC1CD;
        padding: 8px 25px 8px 16px;
    }

ul.sidebar-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

    ul.sidebar-menu > li {
        position: relative;
    }

        ul.sidebar-menu > li.header-menu {
            font-weight: bold;
            font-size: 14px;
            padding: 15px 15px 5px;
            display: block;
        }


        ul.sidebar-menu > li > a:hover {
            background: #00589F;
            color: #BCC1CD;
            font-weight: bold;
        }

        ul.sidebar-menu > li.has-submenu > a:after {
            font-family: 'FontAwesome';
            font-weight: bold;
            font-size: 1.1rem;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            content: "\f105";
            display: inline-block;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-align: center;
            background: 0 0;
            position: absolute;
            right: 15px;
            top: 6px;
        }

        ul.sidebar-menu > li.active > a {
            border-left: 4px solid #FFE009;
            padding-left: 12px;
            color: #FFF;
            font-weight: bold;
            Background: #00589F;
            outline: none;
        }

            ul.sidebar-menu > li.active > a:after {
                transform: rotate(90deg);
                right: 15px;
            }

        ul.sidebar-menu > li.has-submenu > ul.lvl-sec {
            padding: 0;
            display: none;
            list-style-type: none;
        }

            ul.sidebar-menu > li.has-submenu > ul.lvl-sec > li {
                padding-left: 12px;
                font-size: .85rem;
                background: #EDF3F8;
            }

                ul.sidebar-menu > li.has-submenu > ul.lvl-sec > li:hover,
                ul.sidebar-menu > li.has-submenu > ul.lvl-sec > li > a:hover {
                    color: #194597 !important;
                    background: #F4F5F9;
                    font-weight: bold;
                }

ul.lvl-sec > li > a {
    color: #464646 !important;
}

    ul.lvl-sec > li > a.active {
        color: #194597 !important;
        font-weight: bold;
    }

.my-account {
    margin-left: 306px;
    z-index: 899;
}

    .my-account > .tab-pane {
        padding: 5px 0;
        width: 100%;
        display: none;
    }

/*-------------- nav-tabs ------------*/
.nav-tabs {
    border-bottom: 2px solid #044d91;
}

    .nav-tabs > li {
        margin-bottom: -2px;
    }

        .nav-tabs > li > a.nav-link {
            background: #d9edf7;
            color: #31708f;
            margin-right: 5px;
            border: 1px solid #044d91;
            position: relative;
        }

            .nav-tabs > li > a.nav-link::after {
                content: "";
                background: #194597;
                height: 3px;
                position: absolute;
                width: 100%;
                left: 0px;
                top: -1px;
                transition: all 250ms ease 0s;
                transform: scale(0);
            }

            .nav-tabs > li > a.nav-link.active {
                color: #044d91;
                border: 1px solid #044d91;
                border-bottom: 1px solid #fff;
            }

                .nav-tabs > li > a.nav-link.active::after,
                .nav-tabs > li > a.nav-link:hover::after {
                    transform: scale(1);
                }

.tab-nav > li > a.nav-link::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-contant-ex {
    padding: 0 15px 0;
}

/*-------------- question section ------------*/
.section-qus {
    background: #b6ada7;
    font-size: .95rem;
}

.Qst_Header {
    background-color: #97dbea;
    color: #31708f;
    padding: 20px 2px;
    font-weight: 500;
    margin-bottom: 10px;
}

    .Qst_Header > div:first-child {
        text-align: center;
        padding: 0 !important;
    }

    .Qst_Header > div > span.Qst-no {
        width: 28px;
        height: 28px;
        line-height: 26px;
        display: inline-block;
        background: #fff;
        border-radius: 50%;
        text-align: center;
        border: 1px solid #195cac;
        font-weight: 600;
    }

    .Qst_Header > div > p {
        margin-bottom: 10px;
        line-height: 22px;
    }

.qusgroup_option {
    padding: 5pt 10pt;
    background: #fff;
    margin-bottom: 10px;
}
/*---------------------------------/
/------- Media queries css --------/
/---------------------------------*/

@media screen and (max-width: 768px) {
    .full-background img {
        top: 0 !important;
        height: 100% !important;
    }
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}
