.modal-content .close {
    opacity: 1;
}

.modal.fade .modal-dialog {
    transform: translate(0, 0) !important;
}

.modal-content .close .fa-times-circle {
    color: #cc1616;
}

.demo-exam-modal {
    padding: 0 !important;
}

.demo-exam-modal .modal-content .panel {
    margin: 0;
}

/* ********************  PROFILE PAGE SECTION CSS */

.profile-dashboard-section {
    padding: 3em 0;
    background: #efefef;
    margin-top: 134px;
}

.dashboard-sidebar-header {
    text-transform: capitalize;
    text-align: center;
    background: #616161;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
}

.sidebar-img-box {
    background-color: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    padding: 20px;
    border: 4px solid black;
    width: 90px;
    height: 90px;
}

.sidebar-img-box img {
    width: 100%;
}

.sidebar-img-box i {
    color: #000;
    font-size: 40px;
}

.sidebar-headname {
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 10px 0 0;
    text-transform: initial;
}

.dashboard-sidebar-menus {
    text-transform: uppercase;
    font-size: 14px;
}

.dashboard-sidebar-menus ul {
    background-color: #282828;
    padding: 0;
    margin: 0;
}

.dashboard-sidebar-menus ul li {
    width: 100%;
    float: left;
}

.dashboard-sidebar-menus ul li a {
    color: #828e8c !important;
    padding: 20px 0px 20px 5px;
    display: block;
    width: 80%;
    float: left;
}

.dashboard-sidebar-menus ul li i {
    font-size: 25px;
    width: 20%;
    float: left;
    padding: 20px 0px 20px 10px;
    color: #fff;
}

.dashboard-sidebar-menus ul li.dashboard_menu_current a {
    color: #fff !important;
}

.dashboard-sidebar-menus ul li a:hover {
    color: #fff !important;
}

.dashboard-sidebar-menus ul li:hover {
    color: #fff !important;
    background: #1c1c1c;
}

.dashboard-right {
    background: #fff;
    padding: 10px;
    border: 1px solid #c7c7c7;
    float: left;
    width: 100%;
}

.dashboard-right-header {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
}

.dashboard-right-noti-ul {
    padding: 0;
    margin: 0;
}

.dashboard-right-noti-ul li {
    background: #616161;
    font-size: 20px;
    padding: 4px 10px;
    border-radius: 50%;
    border: 2px solid black;
    display: inline-block;
    text-align: center;
    width: 43px;
    height: 44px;
}

.dashboard-right-noti-ul li i {
    color: #fff;
}

.dashboard-right-noti-ul .noti-badge {
    background: red;
    padding: 1px;
    position: absolute;
    border-radius: 50%;
    top: -5px;
    right: -6px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    width: 20px;
    height: 20px;
}

.dashboard-right-noti-ul .dropdown-toggle::after {
    display: none;
}

.dashboard-right-demo-upcoming-ul {
    padding: 0;
    margin: 0;
    float: right;
    width: 100%;
}

.dashboard-right-demo-upcoming-ul li {
    width: 10%;
    float: right;
    margin-left: 10px;
}

.dashboard-right-demo-upcoming-ul li img {
    width: 100%
}

.dashboard-right .myaccount-box {
    background: #f3f3f3;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #d0d0d0;
}

.dashboard-right .myaccount-box h5 {
    margin: 0;
    background: #fff;
    text-align: center;
    border: 1px solid #c5c5c5;
    padding: 8px;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
}

.dashboard-right .myaccount-box h5 i {
    float: right;
    padding-top: 1px;
    font-size: 20px;
}

.dashboard-right .myaccount-box h5 span {
    color: #fa5400;
    font-size: 14px;
}

.dashboard-right .myaccount-box table {
    background: #fff;
    margin-top: 6px;
    margin-bottom: 10px;
}

.dashboard-right .myaccount-box .processing-text {
    display: block;
    color: #ffa100;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
}

.dashboard-right .dashboard-bottom-img {
    width: 100%;
    margin-top: 20px;
}

.personal-box h6 {
    font-size: 16px;
    color: #292929;
    padding: 10px 0;
    margin: 0;
    font-weight: 600;
}

.personal-box ul {
    padding: 0 26px;
    margin: 0;
    margin-bottom: 10px;
}

.personal-box ul li {
    list-style: disc;
    color: #292929;
}

.personal-box p {
    font-size: 14px;
    color: #292929;
    padding: 0px 10px 6px;
    margin: 0;
    font-weight: 600;
}

.personal-box p i {
    padding-right: 6px;
}

.personal-box p span {
    color: #737373;
    font-weight: 500;
    padding-left: 10px;
}

.personal-box h4 {
    padding: 8px;
    background: #d7d7d7;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    margin: 8px 0;
}

.personal-box h4 a {
    color: #000;
    font-weight: 500;
}

.demo-exam-modal .demo-exam-form {
    padding: 20px;
    margin: 0;
}

.demo-exam-form .modal-body {
    margin: 0;
    padding: 20px;
}

.demo-exam-modal .demo-exam-form .demo-exam-label {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
}

.demo-exam-modal .demo-exam-form select {
    width: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    padding: 8px;
    color: #000;
    height: auto;
    margin: 0;
    outline: none;
}

.demo-exam-modal .demo-exam-form .demo-exam-submit button {
    background: #616161;
    margin: 0 auto;
    display: table;
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 4px;
}

.myaccount-tabel .active-text {
    font-weight: bold;
    text-transform: uppercase;
    color: #1AA315;
    display: block;
    text-align: center;
}

.myaccount-tabel .expired-text {
    display: block;
    color: #fe0000;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    display: block;
    text-align: center;
}

/* ************************  MY MICA 100 PAGE SECTION CSS */

.change-medium-form {
    margin: 0;
}

.change-medium-form .change-medium-btn {
    background: #424242;
    color: #fff;
    border: none;
    font-size: 13px;
    font-weight: 500;
    padding: 2px 8px;
    margin-left: 10px;
}

/* ************************  MY UPCOMING EXAM PAGE SECTION CSS */

.my-upcoming-table {
    height: 550px;
    overflow: auto;
}

.my-upcoming-table table {
    width: 100%;
}

.my-upcoming-table table th {
    text-align: center;
    color: #000;
    font-size: 14px;
    padding: 6px !important;
}

.my-upcoming-table table td {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

/* ************************  MY ACCOUNT PAGE SECTION CSS */

.myaccount-tabel {
    width: 100%
}

.myaccount-tabel th {
    padding: 10px;
    color: #000;
    font-weight: 600;
    width: 42%;
    background: #fef2e9;
    border: 1px solid #c3c3c3;
}

.myaccount-tabel td {
    padding: 10px;
    color: #505050;
    font-weight: 600;
    border: 1px solid #c3c3c3 !important;
}

.myaccount-tabel td .verify-email-btn {
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 2px;
    background: #353535;
}

/* ****************************  UPDATE PROFILE MODAL CSS  */

.update-profile-form {
    padding: 14px 0;
}

.update-profile-form label {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
}

.update-profile-form input, select, textarea {
    border: 1px solid #909090;
    border-radius: 2px;
    padding: 6px;
    width: 100%;
    color: #000;
    outline: none;
    height: 38px;
}

.update-profile-form button {
    background: #444444;
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 8px 20px;
}

/* ****************************  CHANGE PASSWORD MODAL CSS  */

.change-password-form {
    padding: 14px 0;
}

.change-password-form label {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
}

.change-password-form input, select, textarea {
    border: 1px solid #909090;
    border-radius: 2px;
    padding: 6px;
    width: 100%;
    color: #000;
    outline: none;
    height: 38px;
}

.change-password-form button {
    background: #444444;
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 8px 20px;
}

/* ****************************  VERIFY MOBILE MODAL CSS  */

.verify-mobile-form {
    padding: 14px 0;
}

.verify-mobile-form label {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
}

.verify-mobile-form input, select, textarea {
    border: 1px solid #909090;
    border-radius: 2px;
    padding: 6px;
    width: 100%;
    color: #000;
    outline: none;
    height: 38px;
}

.verify-mobile-form button {
    background: #444444;
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 8px 20px;
}

/* ****************************  VERIFY EMAIL MODAL CSS  */

.verify-email-form {
    padding: 14px 0;
}

.verify-email-form label {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
}

.verify-email-form input, select, textarea {
    border: 1px solid #909090;
    border-radius: 2px;
    padding: 6px;
    width: 100%;
    color: #000;
    outline: none;
    height: 38px;
}

.verify-email-form button {
    background: #444444;
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 8px 20px;
}

/* ****************************  MY EXAMS PAGE SECTION CSS  */

.mock-test-ul {
    background: #fff;
    padding: 10px;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
}

.mock-test-ul .full-mock-test-tabs {
    background: #383838;
}

.mock-test-ul .full-mock-test-tabs a, .mock-test-ul .subject-test-tabs a {
    color: #fff;
}

.mock-test-ul .subject-test-tabs {
    background: #383838;
    color: #fff;
}

.mock-test-ul li {
    text-align: center;
    float: left;
    width: 49%;
    padding: 6px;
    font-size: 16px;
    margin-right: 6px;
    background: #efefef;
    border: 1px solid #c7c7c7;
    font-weight: 600;
    color: #000;
}

.mock-test-ul li a {
    color: #000;
}

.my-upcoming-table .dataTables_length label {
    display: inline-block;
}

/* ************************  MY HELPDESK SECTION CSS */

.personal-box .helpdesk-img {
    width: 30%;
    border: 1px solid #e2e2e2;
    margin: 10px 0;
}

.helpdesk-box {
    margin: 10px 0;
}

.helpdesk-box .submit-query {
    margin: 0 auto;
    display: table;
    background: #404040;
    color: #fff;
    border: none;
    padding: 6px 20px;
    font-weight: 400;
    border-radius: 4px;
}

/* ************************  MY NOTIFICATION SECTION CSS */

.notification-box {
    padding: 0 20px;
    background: #ffff;
    margin: 10px auto;
    border: 1px solid #cecece;
}

/* ********************** MY LIVE COACHING SECTION CSS */

.live-coaching-box {
    background: #fff;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #cacaca;
    border-radius: 4px;
}

.live-coaching-box h3 {
    background: #fef2e9;
    padding: 8px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
    border-top: 1px solid #ffb27a;
    border-bottom: 1px solid #ffb27a;
}

.live-coaching-box ul{
    text-align: left;
    padding-left: 20px;
}

.live-coaching-box ul li{
    color: #000;
    font-weight: 600;
    font-size: 14px;
    list-style: disc;
}

.live-coaching-box ul li .amount-span{
    color: #f58634;
    font-size: 12px;
}

.live-coaching-box ul li .status-active{
    color: #0eb122;
    font-size: 12px;
}

.live-coaching-box form{
    margin: 20px 0 0;
}

.live-coaching-box form input.button{
    background: #484848;
    color: #fff;
    border: none;
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
}
a.button{
	color: #fff;
    border: none;
    padding: 5px 8px;
    font-size: 14px;
}

/* RESPONSIVE MEDIA CSS */

@media only screen and (max-width: 600px) {
    .dashboard-right-demo-upcoming-ul li {
        width: 20%;
    }
    .dashboard-mobile-sidebar .collapse-button {
        right: 10px;
    }
    /* ************************  MY UPCOMING EXAM PAGE SECTION CSS */
    .my-upcoming-table {
        height: auto;
        overflow: hidden;
    }
    /* ************************  MY ACCOUNT PAGE SECTION CSS */
    .myaccount-tabel th {
        width: auto;
    }
    /* ****************************  MY EXAMS PAGE SECTION CSS  */
    .mock-test-ul li {
        margin: 0;
        width: 100%;
    }
	div.modal.fade.in div.modal-dialog {
	width: 95% !important;
	}
}

/* ******************************************************** */

/* ==============

        THETHA CSS

/* ========================= */

.tabe {
    display: none;
}

.tab {
    display: none;
}

table.dataTable {
    clear: none !important;
}

div.modal div.modal-dialog {
    margin: 70px auto !important;
    /*width: 600px !important;
    max-width: 600px !important;*/
}

.modal {
    z-index: 9999;
}

.modal-open .modal {
    background: rgba(31, 31, 31, 0.7019607843137254);
}

.panel-body {
    padding: 0;
}

/*------------------------------my account--------------------*/

.dashboard_notification {
    position: absolute;
    background-color: #f4370c;
    height: 14px;
    width: 16px;
    color: #fff;
    text-align: center;
    top: -12px;
    right: -12px;
    font-size: 11px;
    padding: 2px 0px 0px 0px;
    line-height: 13px;
    border-radius: 50%;
}

.form_input_wrapper input[type="text"] {
    color: inherit;
    margin: 0;
    width: 85%;
    padding: 6px 2% 6px 2%;
    line-height: 10px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-size: 14px;
}

.form_input_wrapper input[type="text"]:focus {
    border: 1px solid #666;
}

.form_input_wrapper button {
    font-size: 24px;
    background-color: transparent;
    cursor: pointer;
}

.form_input_wrapper button i {
    color: #999;
}

.right_matter {
    float: left;
    padding: 22px 0px 22px 20px;
}

.right_matter h4 {
    color: #FFFFFF;
    padding: 0px;
    font-size: 12px;
}

.right_matter h3 {
    color: #FFFFFF;
    padding: 0px;
    font-size: 15px;
}

.dashboard_menu_current {
    background-color: #1c1c1c;
    color: #FFFFFF !important;
}

.dashboard_bottom {
    margin: 30px 0px 40px 0px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

.dashboard_tab {
    text-transform: uppercase;
    text-align: center;
}

.dashboard_bottom .tabHeading {
    width: 50%;
    background-color: #e9e9e9;
    border-radius: 2px;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    padding: 15px 0px 15px 0px;
    float: left;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    color: #fe0000;
    font-weight: bold;
}

.dashboard_bottom .selectedTab {
    background-color: #fff;
}

.dashboard_tab_right {
    float: left;
    width: 50%;
    border-radius: 2px;
    border-bottom: 1px solid #e1e1e1;
}

.dashboard_tab_right h5 {
    padding: 15px 0px 15px 0px;
}

.dashboard_tab_image {
    padding: 10px 0px 10px 0px;
    text-align: center;
}

.dashboard_left_thumb {
    float: left;
    padding-left: 10px;
    float: left;
}

.dashboard_left_thumb img {}

.dashboard_right_thumb {
    float: right;
    padding: 80px 50px 0px 0px;
}

.dashboard_right_thumb img {}

.dsahboard_right_matter_box {
    background-color: #fff;
}

.dsahboard_right_matter_box table.upcoming_exam_table tr th {
    border-right: 1px solid #E0E0E0;
    padding: 5px 12px;
    background-image: none;
}

.dsahboard_right_matter_box table.upcoming_exam_table tr td {
    background-color: #fff;
    padding: 5px 12px;
}

.dash_total_count {
    color: #E0E0E0;
}

.dash_total_count a {
    color: #F4370C;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #E0E0E0;
}

.login_det_logo {
    text-align: center;
}

.login_det_logo img {
    width: 100px;
    max-width: 100px;
}

.login_det_det {
    width: 65%;
    float: right;
    word-wrap: break-word;
    padding-right: 10px;
}

.login_det_det h6 {
    font-size: 15px;
    color: #292929;
    margin-bottom: 0px;
}

.login_det_det p {
    margin-bottom: 0px;
    font-size: 14px;
}

.margin_bottom_5_px {
    margin-bottom: 5px;
}

.dashboard-header .upcoming_icon {
    text-align: right;
}

.dashboard-header .upcoming_icon img {
    width: 85px;
}

.dashboard-header .mica_icon {
    text-align: right;
}

.dashboard-header .mica_icon img {
    width: 85px;
}

.dashboard-header .demo_icon {
    text-align: right;
}

.dashboard-header .demo_icon img {
    width: 85px;
}

@media(max-width:768px) {
    .menu-collapser .fa-bell {
        font-size: 32px;
    }
    .menu-collapser img {
        width: 40px;
        padding-top: 5px;
        height: 32px;
    }
    .menu-collapser a {
        margin: 10px;
    }
    .dashboard_left_profile {
        margin-top: 10px;
    }
    .menu-collapser {
        border-radius: 0 !important;
    }
    .dashboard_right {
        margin-top: 10px;
        float: left;
    }
    .profile-dashboard-section {
        margin-top: 0;
    }
    html {
        margin: 0 !important;
    }
}

/* Profile top section css */

section.profile-section {
    background: #424242;
    z-index: 5;
    padding: 80px 0 0;
    position: relative;
}

section.profile-section div.profile-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(https://images.pexels.com/photos/990818/pexels-photo-990818.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940) center center;
    opacity: .3;
    width: 100%;
    height: 100%;
}

.menuzord-menu>li>a {
    color: #000 !important;
}

section.profile-section h2 {
    color: #fff;
}

section.profile-section h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    padding: 10px 0;
}

section.profile-section h3 a {
    color: #fff;
}

/* My Account css */

.menuzord-menu>li>a {
    color: #000 !important;
}

/* My plan css */

section.plan-section {
    background: #424242;
    z-index: 5;
    padding: 80px 0 0;
    position: relative;
}

section.plan-section div.plan-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(https://images.pexels.com/photos/1043506/pexels-photo-1043506.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940) center center;
    opacity: .3;
    width: 100%;
    height: 100%;
}

.menuzord-menu>li>a {
    color: #000 !important;
}

section.plan-section h2 {
    color: #fff;
}

section.plan-section h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    padding: 10px 0;
}

section.plan-section h3 a {
    color: #fff;
}

.checkbox-label {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.feedback-textarea {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #cecece;
}

.heading {
    clear: both;
    font-size: 16px;
    margin: 5px 0px 20px 0;
    padding: 8px 0;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 5px solid #EFEFEF;
}

/* ***********************  MY SET LIST CSS   */

.my-set-list-section .set-info-head {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #000000;
    color: #000000;
    padding-bottom: 20px;
}

.my-set-list-section .my-set-table {
    margin-top: 10px;
}

.my-set-list-section .my-set-table tr th {
    padding: 6px 0 !important;
    text-align: center;
    border: 1px solid #0054a5;
    font-weight: 500;
    color: #fff;
    background: #699aca;
}

.my-set-list-section .my-set-table tr td {
    padding: 10px 3px !important;
    text-align: center;
    border: 1px solid #0054a5;
    font-weight: 600;
    color: #000000;
    font-size: 15px;
}

.my-set-list-section .my-set-table tr td form {
    margin: 0;
}

/* ***********************  MY SET INFO CSS   */

.my-set-info-section .set-info-head {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #000000;
    color: #000000;
    padding-bottom: 20px;
}

.my-set-info-section .set-detail-box {
    text-align: center;
    border: 1px solid #bed4e8;
    border-radius: 6px;
    padding: 20px;
    margin-top: 2em;
    margin-bottom: 1em;
    background: #e8f0f7;
}

.my-set-info-section .set-detail-box h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
}

.my-set-info-section .set-detail-box p {
    margin: 0;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 600;
    height: 64px;
}

.my-set-info-section .set-detail-box ul {
    margin: 0;
}

.my-set-info-section .set-detail-box ul li {
    text-align: center;
    margin: 0;
    padding-bottom: 20px;
}

.my-set-info-section .set-detail-box form {
    margin: 0;
}

.my-set-info-section .set-detail-box form button {
    background: #0054a5 !important;
    font-weight: 500;
    padding: 4px 20px 5px;
    border-radius: 4px;
}

/* ************************  MY NOTIFICATION SECTION CSS */

.notification-box {
    padding: 10px;
    background: #ffff;
    margin: 4px auto;
    border: 1px solid #cecece;
}

.notification-box p{
    padding: 0;
}

.notification-box h3{
    margin: 0;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
}

#image_preview .modal-dialog{
    width: 72% !important;
    margin: 20px auto !important;
}

#image_preview .modal-dialog div img{
    margin: 0 auto;
    display: table;
    max-width: 100%;
}

/* RESPONSIVE MEDIA CSS */

@media only screen and (max-width: 600px) {
    /* ************************** NOTIFICATION SECTION CSS */
    #image_preview .modal-dialog{
        width: 100% !important;
    }
    #image_preview .modal-dialog .modal-content{
        width: 100% !important;
    }
}

/* ******************************************************** */