body {
    background-color: #ffffff;
}

* {
    transition: color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
    transition: border-color 0.5s ease-in-out;
}

.modal11 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(255, 255, 255);
    /* Fallback color */
    background-color: rgba(255, 255, 255, 0.97);
    /* Black w/ opacity */
}

.modal-content11 {
    /* border-radius: 36px 36px 36px 36px; */
    box-shadow: -1px 3px 5px 1px rgba(0, 0, 0, 0.19);
    /* background-color: #1976B9; */
    margin: 13% auto;
    /* 15% from the top and centered */
    /*padding: 20px;*/
    /*border: 1px solid #888;*/
    width: 35%;
    /* Could be more or less, depending on screen size */
}

.nav_style {
    height: 80px;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.nav_logo {
    height: 80px;
}

#fin_ques_page {
    display: none;
}

#all_ques_page {
    display: block;
}

.logo {
    background-color: #e8e9ec;
    padding: 12px 4px 12px 4px;
    line-height: 80px;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Noto Sans TC', sans-serif;
}

.section_logo {
    line-height: 80px;
    font-weight: bold;
    font-size: 19px;
    color: #76757b;
}

.fa-stopwatch {
    font-size: 26px;
    line-height: 70px;
}

.timer {
    font-size: 20px;
    color: #787978;
    line-height: 75px;
    font-weight: 700;
}

.elapse {
    color: #a3a2a3;
    font-size: 16px;
    font-weight: 600;
}

.txt_align {
    text-align: center;
}

.badge {
    padding: 9px 9px;
    border-radius: 3px;
    color: #7e7e7c;
    background-color: #F5F5F5 !important;
    border: 1px solid rgb(168, 168, 168, 0.7);
    font-weight: 800;
    font-size: 13px;
    cursor: pointer;
    margin-top: -4px;
    box-shadow: inset 0 0 4px #D0D0D0;
}

.txt_align_btn {
    text-align: left;
}

.position {
    margin-top: 20px;
    margin-left: 140px;
    padding: 10px 18px 10px 18px;
    font-weight: 800;
}

.txtarea_col {
    width: 90%;
    height: 80px;
}

.ques_sec {
    background-color: #eeeef4;
    position: relative;
    left: 0;
}

.accord_sect {
    background-color: #fff;
    height: 780px;
    position: relative;
    left: 0;
    z-index: 2;
}

.crypto {
    text-align: center;
    font-weight: 900;
    margin-top: 50px;
    font-size: 22px;
    font-family: 'Noto Sans TC', sans-serif;
    margin-bottom: 30px;
}

.ques_width {
    width: 93%;
    margin: auto;
    height: auto;
}

.set_width {
    width: 90%;
    margin: auto;
    margin-top: 30px;
}

.dot1 {
    height: 22px;
    width: 22px;
    background-color: #70cf97;
    /* border-radius: 50%; */
    display: inline-block;
}

.dot2 {
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 3px solid #2b72a9;
    /* border-radius: 50%; */
    display: inline-block;
}

.dot3 {
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 3px solid #ee574c;
    /* border-radius: 50%; */
    display: inline-block;
}

.dot4 {
    height: 22px;
    width: 22px;
    background-color: #fff;
    /* border-radius: 50%; */
    display: inline-block;
}

.dot_text1 {
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.mark_pad {
    padding-left: 60px;
}

.quest_box {
    width: 96%;
    background-color: #fff;
    height: 60px;
    margin: auto;
    border-radius: 8px;
    /*display:relative;*/
    margin-bottom: 13px;
}

.row-click {
    background-color: white;
    padding: 2px;
    margin: auto;
}

.grey-background {
    background-color: initial !important; 
    box-shadow: none !important;
}

#allQuestionsTable {
    border-collapse: separate;
    border-spacing: 0 10px;
    background-color: initial;
}

.ques_item {
    border-radius: 0px;
    background-color: #fff;
    width: 50%;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    height: 70px;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid #cacace;
}

.viewed {
    border: 2px solid #EB5757 !important;
}

.marked {
    border: 2px solid #1976B9 !important;
}

.ques_item_text {
    width: 66%;
    line-height: 60px;
    text-align: center;
    /* display: inline-block; */
    height: 70px;
    font-weight: 600;
    font-size: 16px;
    color: #aba9ab;
    font-weight: 500;
}

.section-heading {
    text-align: center;
    font-weight: 700;
    margin-top: -129px;
    font-size: 21px;
    font-family: 'Noto Sans TC', sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #393939;
}

.ques_item_multi {
    /* width: 14%; */
    /* line-height: 29px; */
    text-align: center;
    display: inline-block;
    height: 30px;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    /* border: 1px solid black;
}

.position2 {
    width: 80%;
    /* margin-left: 40px; */
    font-weight: bold;
    box-shadow: none;
    background-color: #fff;
    border: 2px solid #1a75bb;
    color: #1a75bb;
    word-break: break-word;
    border-radius: 10px;
    text-transform: uppercase;
}

.new_multi {
    border: 2px solid black;
    border-radius: 25px;
    width: 50%;
    margin: auto;
    display: inline-block;
}

.viewed2 {
    border: 2px solid #EB5757 !important;
    color: #EB5757;
}

.marked2 {
    border: 2px solid #1976B9 !important;
    color: #1976B9;
}

.answered2 {
    background-color: #6ED097;
}

hr.new1 {
    border-top: 1px solid #989898;
    width: 95%;
    margin-top: 50px;
}

hr.mod {
    border-top: 5px solid red;
    width: 100%;
}

.footer {
    color: #989898;
    margin-left: 22px;
    padding-bottom: 15px;
}

.sect_info {
    text-align: center;
    font-weight: 900;
    margin: 35px 0 28px 0;
    font-size: 25px;
    font-family: 'Noto Sans TC', sans-serif;
}

.sect_info_two {
    font-size: 20px;
}

.accod_head {
    background-color: #fff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    /*border-top:10px solid #6ED097;*/
    transition: all 500ms;
    transition-timing-function: ease;
    box-shadow: 4px 0 10px -4px rgba(208, 208, 208, 0.6), -4px 0 8px -4px rgba(208, 208, 208, 0.6);
    /*box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.2); */
}

.blk_one {
    background-color: #c5c3c5;
    width: 100%;
    height: 12px;
}

.blk_mod {
    background-color: #C8C9CB;
    width: 100%;
    height: 8px;
    position: relative;
    /*z-index: 85;*/
}

.blk_mod2 {
    width: 100%;
    height: 8px;
    position: relative;
    /*overflow: hidden;*/
}

.blk_mod2:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    animation: load 15s;
}

@keyframes load {
    0% {
        width: 0;
        background: #1a76bb;
    }
    25% {
        width: 30%;
        background: #1a76bb;
    }
    50% {
        width: 55%;
        background: #1a76bb;
    }
    75% {
        width: 80%;
        background: #1a76bb;
    }
    100% {
        width: 100%;
        background: #1a76bb;
    }
}

.blk_two {
    background-color: #5dad7e;
    width: 44%;
    height: 12px;
    position: absolute;
    z-index: 12;
}

.blk_three {
    background-color: #c5c3c5;
    width: 100%;
    height: 12px;
}

.blk_four {
    background-color: #6ED097;
    width: 100%;
    height: 12px;
}

.blk_five {
    background-color: #6ED097;
    width: 66%;
    height: 12px;
    position: absolute;
    z-index: 10;
}

.sect {
    font-size: 18px;
    font-weight: bold;
    color: #2a2a2a;
}

.sect_two {
    font-size: 15px;
    font-weight: bold;
}

.percent {
    font-size: 16px;
    padding-left: 75px !important;
    color: #797979;
    font-weight: bold;
}

.accord_cont {
    padding-top: 18px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.accord_cont_border {
    border-right: 3px solid #C4C4C4 !important;
}

.slider_button {
    background-color: #fff;
    transition: all 500ms;
    transition-timing-function: ease;
    /*box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); */
    box-shadow: 4px 0 10px -4px rgba(208, 208, 208, 0.75), -4px 0 8px -4px rgba(208, 208, 208, 0.75);
}

#one_panel, #two_panel, #three_panel, #four_panel, #five_panel, #six_panel, #seven_panel, #eight_panel {
    display: none;
    background-color: #fff;
    padding-top: 20px;
    border-right: 1px solid #C8C9CB;
    border-left: 1px solid #C8C9CB;
}

.backgroundC {
    background-color: rgb(71, 71, 71) !important;
    color: #fff !important;
    transition: all 500ms;
    transition-timing-function: ease;
}

.backgroundC2 span {
    color: #fff !important;
}

.backgroundC2 {
    background-color: #5dad7e !important;
    color: #fff !important;
    transition: all 500ms;
    transition-timing-function: ease;
}

.backgroundC3 {
    background-color: #4686b6 !important;
    color: #fff !important;
    transition: all 500ms;
    transition-timing-function: ease;
}

.backgroundC4 {
    background-color: #EB5757 !important;
    color: #fff !important;
    transition: all 500ms;
    transition-timing-function: ease;
}

.sec_col {
    color: #fff;
}

.Addpercent {
    color: #fff;
}

.slider_button {
    width: 100%;
    height: 30px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    background-color: #fff;
    border: none;
    border-top: 2px solid #dcdadc;
}

.accod_div {
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.mar_bot {
    margin-bottom: 20px;
}

.fa-clock {
    font-size: 22px;
    padding: 0px 5px 0px 0px;
}

.disp {}

.marg_tp {
    margin-top: 80px;
}

.new_header_style {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 5;
}

.accord_pad {
    padding-right: 15px !important;
    padding-bottom: 10px !important;
}

.fa-stopwatch {
    font-size: 22px;
}

.fa-times {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #000;
    font-size: 18px;
    cursor: pointer;
}

.fa-angle-down {
    color: #d5d5d5;
    font-size: 20px;
}

.fa-angle-up {
    font-size: 20px;
}

.vert_button {
    padding-top: 5px;
    height: 93px;
    width: 140px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 105px;
    left: -35px;
    display: none;
    /* vertical-align: top; */
    /* transform: rotate(
0deg); */
    border: none;
    position: fixed;
    background-color: #fff;
    border-radius: 0px;
    font-size: 18px;
    z-index: 55;
}

.fa-th-large {
    color: #000;
    font-size: 25px;
    text-align: center;
    margin-left: 45px;
    margin-top: -45px !important;
}

.sec_new_info {
    color: #000;
    font-size: 12px;
    text-align: center;
    display: block;
    padding-left: 50px;
}

.vert_button2 {
    height: 26px;
    width: 130px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 400px;
    left: -53px;
    display: none;
    vertical-align: top;
    transform: rotate(-90deg);
    border: none;
    position: fixed;
    background-color: #3477b5;
    border-radius: 0px 0px 10px 10px;
    font-size: 12px;
    display: none;
    z-index: 0;
}

.dispg {
    display: none;
}

.pad_up_bot {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}

.ellip {
    display: none;
}

.pagi>a {
    border-radius: 50% !important;
    margin: 0 5px;
}

.sign_bold {
    font-weight: bold;
}

.pag_size {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-weight: bold;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mod_head9 {
    height: 60px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 0 0 0 0;
}

.sub_sec9 {
    text-align: center !important;
    line-height: 63px;
    font-size: 19px;
    color: #eb5758;
    margin: auto !important;
    display: inline;
    text-transform: uppercase;
    /* padding-left: 85px; */
    font-weight: bold;
}

.mod_footerwarn {
    height: 56px;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 0 0;
    margin-top: -10px !important;
    text-align: center;
    margin: auto;
    /*display: block;*/
    line-height: 40px;
}

.sub_crypwarn {
    background-color: #ec5758;
    padding: 9px 70px;
    margin: auto;
    text-align: center;
    /*margin-left: 55px;*/
    border-radius: 3px;
    font-weight: 700;
    cursor: pointer;
    color: white;
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
    /*margin-top: -10px;*/
    line-height: 56px;
    font-size: 18px;
}

.main_contentwarn {
    width: 100%;
    background-color: #fff;
    /*line-height: 85px;*/
    color: #444444;
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
    vertical-align: center;
    padding: 15px 15px 15px 20px;
    font-size: 18px;
}

.change_col {
    background-color: #70cf97 !important;
}

.change_col_two {
    background-color: #fff !important;
    border: 2px solid #70cf97;
}

.change_col_three {
    background-color: #fff !important;
    border: 2px solid #dc6465;
}

.change_col_four {
    background-color: #f6f6f6 !important;
}

.pagin_padding {
    margin-top: 17px !important;
    margin-bottom: 30px;
    display: block;
    text-align: center;
    margin: auto;
}

.set_width {
    width: 99%;
    margin: auto;
}

.pagi {
    display: inline-block;
}

.pagi a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.question_sec {
    width: 99%;
    margin: auto;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 15px;
    margin-bottom: 110px !important;
}

.sec_head {
    color: #55565a;
    font-size: 15px;
    font-weight: bold;
    margin: 22px 15px 15px 15px;
}

.btn-outline-primary {
    background-color: white;
    border: 1px solid #1f89d7;
    color: #1f89d7;
    font-weight: bold;
    margin: left;
    margin: 15px;
}

.btn-outline-primary:hover {
    background-color: #1f89d7 !important;
    border: 1px solid white !important;
    color: white !important;
}

.option_style {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.form-check-label {
    font-size: 15px !important;
    color: #7b7b79 !important;
    padding-left: 8px;
}

.next {
    background-color: #1f89d7 !important;
    border: 1px solid white !important;
    color: white !important;
    margin: 15px;
}

.list_button {
    background-color: #1f89d7 !important;
    border: 1px solid white !important;
    color: white !important;
    margin: 15px 0 15px 0;
}

.next:hover {
    background-color: white !important;
    border: 1px solid #1f89d7 !important;
    color: #1f89d7 !important;
}

.marg-option {
    margin: auto;
    margin-bottom: 20px;
}

.main_content_con {
    height: 195px;
    width: 100%;
    background-color: #fff;
    line-height: 75px;
    color: #444444;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    vertical-align: center;
    padding: 20px 15px 15px 30px;
    font-size: 12px;
}

input[type=radio] {
    width: 12px;
    height: 12px;
}

.imagesize2 {
    height: 45px;
    width: 150px;
    border-radius: 36px;
    margin-top: 15px;
    margin-left: 170px;
    margin-bottom: 15px;
}

.mod_head7 {
    height: 85px;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 0 0;
}

.review_button {
    text-align: right;
    margin-top: 10px;
}

.mult_ques {
    text-align: left;
}

.Prev_button {
    text-align: left;
}

.next_ques {
    text-align: right;
}

.form-check {
    width: 350px;
}

.con_unstab {
    color: #444444;
    text-align: center;
    font-weight: 900;
    font-size: 17px;
}

.comp_asg_cont {
    color: #444444;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 2;
    padding-top: 20px;
    margin-left: -12px !important;
}

.wifilogo {
    height: 25px;
    width: 25px;
    /*border-radius: 36px;
    margin-top:15px;
    margin-left:172px;
    margin-bottom:15px;*/
}

.set_width {
    width: 99%;
    margin: auto;
}

.dot1 {
    height: 18px;
    width: 18px;
    background-color: #70cf97;
    /* border-radius: 50%; */
    display: inline-block;
}

.dot2 {
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 3px solid #70cf97;
    /* border-radius: 50%; */
    display: inline-block;
}

.dot3 {
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 3px solid #ee574c;
    /* border-radius: 50%; */
    display: inline-block;
}

.modal9 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(235, 87, 88);
    /* Fallback color */
    background-color: rgba(235, 87, 88, 0.4);
    /* Black w/ opacity */
}

.modal-content9 {
    border-radius: 36px 36px 36px 36px;
    background-color: #1976B9;
    margin: 15% auto;
    /* 15% from the top and centered */
    /*padding: 20px;*/
    /*border: 1px solid #888;*/
    width: 37%;
    /* Could be more or less, depending on screen size */
}

.dot4 {
    height: 22px;
    width: 22px;
    background-color: #fff;
    /* border-radius: 50%; */
    display: inline-block;
}

.dot_text1 {
    font-size: 13px;
    color: #595a5c;
    font-weight: bold;
}

.mark_pad {
    padding-left: 60px;
}

.mod_footer_con {
    height: 45px;
    width: 100%;
    background-color: #1976B9;
    border-radius: 0 0 0 0;
    margin-top: -10px;
    padding-top: 12px;
}

.mar_sign {
    margin-top: 45px !important;
}

#cross2 {
    display: none;
}

#cross {
    display: block;
}

#ques_page {
    display: none;
}

.ques_lst {
    display: block;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(255, 255, 255);
    /* Fallback color */
    background-color: rgba(255, 255, 255, 0.97);
    /* Black w/ opacity */
}

.modal8 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(255, 255, 255);
    /* Fallback color */
    background-color: rgba(255, 255, 255, 0.97);
    /* Black w/ opacity */
}

.modal2 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(255, 255, 255);
    /* Fallback color */
    background-color: rgba(255, 255, 255, 0.97);
    /* Black w/ opacity */
}

.modalthank {
    display: block;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(255, 255, 255);
    /* Fallback color */
    background-color: rgba(255, 255, 255, 0.97);
    /* Black w/ opacity */
}

@supports ((-webkit-backdrop-filter: blur(1rem)) or (backdrop-filter: blur(1rem))) {
    .modal3, .modal4, .modal7, .modal8, .modal5, .modal6, .modalbegin, .modalthank, #sectionLoadingModal, #yzxassignmentEndModal {
        background-color: rgba(100, 100, 100, 0.4) !important;
        -webkit-backdrop-filter: blur(0.5rem);
        backdrop-filter: blur(0.5rem);
    }
    .modal4 .modal-content4 {
        box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.25);
    }
    .modal7, .modal8, .modalthank {
        background-color: rgba(255, 255, 255, 0.4) !important;
    }
    .modal9 {
        background-color: rgba(235, 87, 88, 0.4) !important;
        -webkit-backdrop-filter: blur(0.5rem);
        backdrop-filter: blur(0.5rem);
    }
}

.modal3 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(255, 255, 255);
    /* Fallback color */
    background-color: rgba(255, 255, 255, 0.97);
    /* Black w/ opacity */
}

.modalbegin {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(255, 255, 255);
    /* Fallback color */
    background-color: rgba(255, 255, 255, 0.97);
    /* Black w/ opacity */
}

.modalbegin1 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(255, 255, 255);
    /* Fallback color */
    background-color: rgba(255, 255, 255, 0.97);
    /* Black w/ opacity */
}

.modalbegin2 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(255, 255, 255);
    /* Fallback color */
    background-color: rgba(255, 255, 255, 0.97);
    /* Black w/ opacity */
}

.modal4, #sectionLoadingModal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(255, 255, 255);
    /* Fallback color */
    background-color: rgba(255, 255, 255, 0.97);
    /* Black w/ opacity */
}

.modal5 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(255, 255, 255);
    /* Fallback color */
    background-color: rgba(255, 255, 255, 0.97);
    /* Black w/ opacity */
}

.modal6 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(255, 255, 255);
    /* Fallback color */
    background-color: rgba(255, 255, 255, 0.97);
    /* Black w/ opacity */
}

.modal7 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(255, 255, 255);
    /* Fallback color */
    background-color: rgba(255, 255, 255, 0.97);
    /* Black w/ opacity */
}

.blurv {
    filter: blur(2px);
}

.filt {
    filter: blur(4px) !important;
}

.bg_color {
    filter: blur(0px);
}

/* Modal Content/Box */

.modal-content {
    border-radius: 0px 0px  0px 0;
    background-color: #fff;
    margin: 13% auto;
    /* 15% from the top and centered */
    /*padding: 20px;*/
    /*border: 1px solid #888;*/
    width: 33%;
    border:none !important;
    /* Could be more or less, depending on screen size */
}

.modal-contentsub {
    border-radius: 0px 0 0px 0;
    background-color: #fff;
    margin: 17% auto;
    /* 15% from the top and centered */
    /*padding: 20px;*/
    /*border: 1px solid #888;*/
    width: 33%;
    box-shadow: -1px 3px 5px 3px rgba(0, 0, 0, 0.19);
    /* Could be more or less, depending on screen size */
}

.modal-contentthank {
    border-radius: 0px;
    background-color: #fff;
    margin: 13% auto;
    /* 15% from the top and centered */
    /*padding: 20px;*/
    /*border: 1px solid #888;*/
    width: 33%;
    box-shadow: 1px -1px 5px 1px rgba(0, 0, 0, 0.19);
    /* Could be more or less, depending on screen size */
}

.modal-content25 {
    /* border-radius: 36px 0 36px 0; */
    background-color: #1976B9;
    margin: 15% auto;
    /* 15% from the top and centered */
    /*padding: 20px;*/
    /*border: 1px solid #888;*/
    width: 33%;
    /* Could be more or less, depending on screen size */
}

.modal-content22 {
    /* border-radius: 36px 0 36px 0; */
    background-color: #1976B9;
    margin: 15% auto;
    /* 15% from the top and centered */
    /*padding: 20px;*/
    /*border: 1px solid #888;*/
    width: 35%;
    /* Could be more or less, depending on screen size */
}

.modal-content2 {
    /* border-radius: 36px 0 36px 0; */
    background-color: #1976B9;
    margin: 15% auto;
    /* 15% from the top and centered */
    /*padding: 20px;*/
    /*border: 1px solid #888;*/
    width: 28%;
    /* Could be more or less, depending on screen size */
}

.modal-content3 {
    border-radius: 36px 0 36px 0;
    height: 0px;
    background-color: red;
    margin: 16.5% 45%;
    /* 15% from the top and centered */
    /*padding: 20px;*/
    /*border: 1px solid #888;*/
    width: 15%;
    /* Could be more or less, depending on screen size */
}

.circular {
    height: 110px;
    width: 110px;
    position: relative;
    transform: scale(2);
    box-shadow: 1px -1px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%
}

.circular .inner {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
    margin: -50px 0 0 -50px;
    background: #fff;
    border-radius: 100%;
}

.circular .number {
    position: absolute;
    left: 45%;
    right: 50%;
    bottom: 12%;
    z-index: 10;
    font-size: 7px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.circular .number1 {
    position: absolute;
    left: 45%;
    right: 50%;
    bottom: 12%;
    z-index: 10;
    font-size: 7px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.circular .number2 {
    position: absolute;
    left: 45%;
    right: 50%;
    bottom: 12%;
    z-index: 10;
    font-size: 7px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.circular .number3 {
    position: absolute;
    left: 45%;
    right: 50%;
    bottom: 12%;
    z-index: 10;
    font-size: 7px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.circular .txt {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 7px;
    text-align: center;
    font-weight: 500;
    color: #000;
}

.circular .txt1 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 7px;
    text-align: center;
    font-weight: 500;
    color: #000;
}

.circular .txt2 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 7px;
    text-align: center;
    font-weight: 500;
    color: #fff;
}

.circular .txt3 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 7px;
    text-align: center;
    font-weight: 500;
    color: #fff;
}

.circular .bar {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #A8B1B9;
    /*border:0.5px solid #0C3858;*/
    border-left: none;
    -webkit-border-radius: 100%;
    clip: rect(0px, 110px, 110px, 50px);
}

.circle .bar .progress {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 100%;
    clip: rect(0px, 50px, 110px, 0px);
    background: #2F83C0;
}

.circle .left .progress {
    z-index: 1;
    animation: left 8s linear both;
}

@keyframes left {
    100% {
        transform: rotate(180deg);
    }
}

.circle .right {
    transform: rotate(180deg);
    z-index: 3;
}

.circle .right .progress {
    animation: right 8s linear both;
    animation-delay: 8s;
}

@keyframes right {
    100% {
        transform: rotate(180deg);
    }
}

.modal-content4 {
    /* border-radius: 36px 36px; */
    /* background-color: #1976B9; */
    margin: 7.5% auto;
    /* 15% from the top and centered */
    /*padding: 20px;*/
    /*border: 1px solid #888;*/
    width: 55%;
    /* Could be more or less, depending on screen size */
}

.modal-content5 {
    box-shadow: -1px 3px 5px 2px rgba(0, 0, 0, 0.19);
    border-radius: 0px 0px 0px 0px;
    /* border: 1px solid #1976B9; */
    /*background-color: #1976B9;*/
    margin: 16% auto;
    /* 15% from the top and centered */
    /*padding: 20px;*/
    /*border: 1px solid #888;*/
    width: 40%;
    /* Could be more or less, depending on screen size */
}

.modal-content6 {
    border-radius: 36px 36px 36px 36px;
    /*background-color: #1976B9;*/
    box-shadow: -1px 3px 5px 2px rgba(0, 0, 0, 0.25);
    /* border: 1px solid #6ED097; */
    margin: 16% auto;
    /* 15% from the top and centered */
    /*padding: 20px;*/
    /*border: 1px solid #888;*/
    width: 44%;
    /* Could be more or less, depending on screen size */
}

.modal-content7 {
    border-radius: 0px 0px 0px 0px;
    background-color: #fff;
    margin: 8.5% auto;
    /* 15% from the top and centered */
    /*padding: 20px;*/
    /*border: 1px solid #888;*/
    width: 31%;
    box-shadow: 1px -1px 5px 1px rgba(0, 0, 0, 0.19);
    /* Could be more or less, depending on screen size */
}

.modal-content8 {
    border-radius: 0 0 0 0;
    box-shadow: 1px -1px 5px 1px rgba(0, 0, 0, 0.19);
    background-color: #fff;
    margin: 7% auto;
    /* 15% from the top and centered */
    /*padding: 20px;*/
    /*border: 1px solid #888;*/
    width: 31%;
    /* Could be more or less, depending on screen size */
}

/* The Close Button */

.close {
    color: #fff !important;
    float: right;
    font-size: 28px;
    font-weight: normal !important;
}

.close2 {
    color: #fff !important;
    float: right;
    font-size: 28px;
    font-weight: normal !important;
    margin-top: -10px !important;
}

.close3 {
    color: #fff !important;
    float: right;
    font-size: 28px;
    font-weight: normal !important;
}

.fa-times {
    color: #fff;
    float: right;
    font-size: 16px;
    margin-top: -8px;
    margin-right: -8px;
}

.mod_head {
	height:60px;
	width:100%;
	background-color: #fff;
	border-radius: 0 0 0 0;
    text-align: center;
}

.mod_head2 {
    height: 60px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 0 0 0 0;
    background-color: #1976B9;
    /* border-radius: 35px 0 0 0; */
}

.mod_headthank {
    height: 285px;
    width: 100%;
    background-color: #fff;
    border-radius: 0px 0px 0px 0px;
    border-top: 12px solid #1976B9;
}

.sucess_text {
    text-align: center;
    color: #6f6f6f;
    font-weight: normal;
    font-size: 17px;
    width: 80%;
    text-transform: uppercase;
    margin: auto;
    margin-top: 1rem;
}

.thank_text {
    color: #1976B9;
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    margin-top: -20px;
}

.home_btn {
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 8px 35px;
    margin: auto;
    display: block;
    border: 2px solid #fff;
    border-radius: 20px;
    margin-top: 31px;
}

.home_btn:hover {
    color: #1976B9;
    background-color: #fff;
}

.fa-check-circle {
    font-size: 50px;
    margin-top: 20px;
}

.mod_head5 {
    height: 60px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 0 0 0 0;
}

.mod_head6 {
    height: 60px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 0px 0px 0 0;
}

.mod_head7 {
    height: 85px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 0 0 0 0;
}

.mod_head4 {
    height: 60px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 0px;
}

.mod_head3 {
    height: 170px;
    width: 100%;
    text-align: center;
    border-radius: 50%;
    background-color: #1976B9;
    border: 6px solid #fff;
}

.thank_circle {
    font-size: 58px;
    color: #1976B9;
  }

.main_content2 {
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 17px;
    margin: auto;
    line-height: 60px;
    /*padding-left: 65px;*/
    font-weight: normal;
    padding-top: 10px;
    display: block;
    margin-top: -18px;
}

.main_content5 {
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 17px;
    margin: auto;
    line-height: 60px;
    font-weight: bold;
    padding-top: 3px;
}

.main_content9 {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
}

::placeholder {
    color: #c5c3c5;
    font-size: 16px;
    font-weight: normal;
}

/*.fa-star:hover{
  
      background-color: red;
      color:green;
  }*/

textarea {
    resize: none;
}

.main_content4 {
    width: 100%;
    color: #009ee6;
    text-align: center;
    font-size: 15.5px;
    margin: auto;
    line-height: 50px;
    padding: 15px 0px;
    font-weight: bold;
}

.main_content_tab {
    width: 100%;
    /*color:#ffffff;
      text-align: center;
      font-size: 15.5px;
      margin:auto;
      line-height: 50px;
      padding-left: 45px;
    font-weight: normal;
    padding-top: 0px;
    */
    height: 200px !important;
}

.bld {
    font-weight: bold;
}

.main_content3 {
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    margin: auto;
    line-height: 160px;
    padding-left: 47px;
    /*font-weight: normal;
      padding-top: 10px;*/
}

.main_content {
    /* height: 85px; */
    width: 100%;
    background-color: #fff;
    line-height: 75px;
    color: #444444;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    vertical-align: center;
    padding: 5px 15px 15px 20px;
    font-size: 14px;
}

.main_content7 {
    height: 135px;
    width: 100%;
    background-color: #fff;
    line-height: 75px;
    color: #444444;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    vertical-align: center;
    padding: 20px 15px 15px 30px;
    font-size: 12px;
}

.main_content7 {
    height: 135px;
    width: 100%;
    background-color: #fff;
    line-height: 75px;
    color: #444444;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    vertical-align: center;
    padding: 20px 15px 15px 30px;
    font-size: 12px;
}

.main_content8 {
    height: 215px;
    width: 100%;
    background-color: #fff;
    line-height: 150px;
    color: #444444;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    vertical-align: center;
    /*padding: 20px 15px 15px 30px;*/
    font-size: 12px;
    /* border-right: 2px solid #1976B9;
    border-left: 2px solid #1976B9; */
}

.thank_u {
    color: #444444;
    text-align: center;
    font-weight: 900;
    font-size: 22px;
}

.comp_asg {
    color: #444444;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.9;
}

.mod_footer {
    height: 58px;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 0 0;
    margin-top: -15px;
    text-align: center;
    margin: auto;
    /*display: block;*/
    line-height: 40px;
}

.mod_footersub {
    height: 70px;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 0 0;
    margin-top: -10px;
    text-align: center;
    margin: auto;
    /*display: block;*/
    line-height: 40px;
}

.mod_footer4 {
    height: 75px;
    width: 100%;
    background-color: #fff;
    border-radius: 0px;
    margin-top: -10px;
}

.mod_footer5 {
    height: 70px;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 0 0;
    margin-top: -10px;
    padding-top: 12px;
}

.mod_footer6 {
    height: 63px;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 0 0;
    margin-top: -10px;
    padding-top: 0px;
}

.mod_footer7 {
    height: 90px;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 0 0;
    margin-top: -10px;
    padding-top: 12px;
}

.mod_footer8 {
    height: 60px;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 0 0;
    margin-top: -10px;
    padding-top: 12px;
}

.sub_sec {
    text-align: center !important;
    line-height: 60px;
    font-size: 20px;
    color:#009ee6;
    margin: auto !important;
    display: inline;
    /* padding-left: 170px; */
    text-transform: uppercase;
    font-weight: bold;
}

.con_sec {
    text-align: center !important;
    line-height: 48px;
    font-size: 15px;
    color: #fff;
    margin: auto !important;
    display: inline;
    padding-left: 140px;
}

.sub_cryp {
    background-color: #1a76bb;
    padding: 10px 14px 10px 16px;
    margin: auto;
    text-align: center;
    /*margin-left: 55px;*/
    line-height: 52px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: -1px 3px 5px 1px rgba(0, 0, 0, 0.19);
    /*margin-top: -10px;*/
    line-height: 42px;
    font-size: 17px;
    color: #fff;
}

.sub_cryp7 {
    text-align: center;
    line-height: 25px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.fa-star {
    color: #effdff;
    font-size: 30px;
    text-align: center;
    padding-left: 5px;
    padding-right: 6px;
}

.col_star {
    font-size: 25px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    color: #f2c84d !important;
    margin-top: 15px;
}

.star_sel {
    cursor: pointer;
}

.imagesize {
    height: 51px;
    width: 52px;
    /*border-radius: 36px;*/
    margin-top: 20px;
    /* margin-left: 190px; */
    margin-bottom: 20px;
}

.sub_cryp2 {
    background-color: #1a76bb;
    padding: 8px 30px;
    /*margin: auto;*/
    /*text-align: center;*/
    /*margin-left: 170px;*/
    line-height: 52px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 0px;
    box-shadow: -1px 3px 5px 1px rgba(0, 0, 0, 0.19);
    color: #fff;
}

.sub_cryp2No {
    background-color: #fff;
    padding: 8px 30px;
    /*margin: auto;
  text-align: center;*/
    margin-left: 20px;
    line-height: 52px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: -1px 3px 5px 1px rgba(0, 0, 0, 0.19);
}

.sub_cryp5 {
    background-color: #1976B9;
    color: #fff;
    padding: 8px 30px;
    margin: auto;
    text-align: center;
    /* margin-left: 120px; */
    line-height: 52px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
    box-shadow: -1px 3px 5px 2px rgba(0, 0, 0, 0.19);
}

.sub_cryp6 {
    color: #000;
    text-align: center;
    line-height: 52px;
    font-weight: bold;
    font-size: 15px;
}

.sub_cryp62 {
    color: #000;
    text-align: center;
    line-height: 52px;
    font-weight: bold;
    font-size: 15px;
    margin-top: -42px;
}

.sub_cryp52 {
    background-color: #fff;
    color: #1976B9;
    border: 1px solid #1976B9;
    padding: 8px 30px;
    margin: auto;
    text-align: center;
    /* margin-left: 125px; */
    line-height: 52px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
    box-shadow: -1px 3px 5px 1px rgba(0, 0, 0, 0.19);
}

.sub_cryp4 {
    background-color: #1a76bb;
    padding: 12px 15px;
    margin: auto;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 60px;
    border-radius: 3px;
    font-weight: 900 !important;
    cursor: pointer;
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
    transition: 0.3s all;
    /*margin-top: 20px !important;*/
}

.sub_cryp4:hover {
    color: white !important;
    box-shadow: 1px 1px 0.5px rgba(0, 0, 0, 0.2);
}

.arr_right_one {
    font-size: 10px;
}

timer > span {
    color: inherit !important;
}
.sub_cryp8 {
    background-color: #1a76bb;
    padding: 8px 30px;
    margin: auto;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
    font-size: 18px;
}

.tab_shadow {
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
}

.mod_col {
    color: #EB5757;
    font-weight: 900;
}

.mod_col2 {
    color: #71cf98;
    font-weight: 900;
}

.mod_col3 {
    color: #1976B9;
    font-weight: 900;
}

.table {
    background-color: #EBEFF2;
    height: 200px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin: auto;
    /*margin-left:40px !important;
  margin-right: 40px !important;*/
}

.tab_head {
    background-color: transparent !important;
    height: 30px;
}

.data_row_style {
    border: 1px solid transparent!important;
    background-color: #fff;
    margin-bottom: 5px !important;
}

.data_one_style {
    background-color: #fff !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.data_last_style {
    border: 1px solid #fff !important;
    background-color: #fff !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.tab_heading {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding-top: 20px;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}

.col_style {
    background-color: #fff;
    border-radius: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.col_style_one {
    background-color: #fff;
    border-radius: 0;
    padding-top: 14px;
    padding-bottom: 13px;
    margin-top: 7px;
    margin-bottom: 7px;
    cursor: pointer;
    font-size: 16px;
}

.col_style_one:hover {
    box-shadow: 1px 0px 10px -1px rgba(0, 0, 0, 0.2);
}

.col_style_one:hover .tab_beg_style_one {
    color: #008ccd;
}

.tab_com_style {
    color: #71cf98;
    border: 2px solid #71cf98;
    font-size: 13px;
    display: block;
    width: 80%;
    margin-left: initial;
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
    padding: 0 !important;
    padding-right: 2px !important;
    float: right;
}

.tab_com_style_one {
    color: #71cf98;
    font-size: 14.5px;
    display: block;
    width: 80%;
    margin-left: initial;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 900 !important;
    float: right;
}

.tab_beg_style {
    color: #fff;
    font-size: 13px;
    background-color: #1a76bb;
    display: block;
    width: 80%;
    margin-left: initial;
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
    float: right;
}

.tab_beg_style_one {
    color: #00B0FF;
    font-size: 14.5px;
    /*background-color: #1a76bb;*/
    display: block;
    width: 80%;
    margin-left: initial;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 900 !important;
    float: right;
    /*box-shadow: 4px 4px 3px rgba(0,0,0,0.2);*/
}

.prev-next-fixed {
    position: fixed;
    background: white;
    width: 101%;
    z-index: 996;
    bottom: 0;
    left: 0;
}

.prev-next-fixed .pull-left {
    margin-left: 15rem;
}

.prev-next-fixed .pull-right {
    margin-right: 15rem;
}

.prev-next-fixed-sections-open {
    right: 0px !important;
    width: 75.7% !important;
    left: unset !important;
}

.tab_beg_style:hover {
    cursor: pointer;
    box-shadow: inset 4px 4px 3px rgb(0 0 0 / 20%);
}

.tab_beg_style_one:hover {
    color: #009ee6;
}

.tab_com_style_one:hover {
    color: #69c28e
}

.cursor_not_allowed {
    cursor: not-allowed !important;
}

@media only screen and (max-width:998px) {
    .col_star {
        font-size: 18px;
    }
    .prev-next-fixed {
        width: 105%;
    }
    .prev-next-fixed .pull-left {
        margin-left: 2rem;
    }
    .prev-next-fixed .pull-right {
        margin-right: 2rem;
    }
    .marg_tp {
        margin-top: 202px;
    }
    .pagin_padding {
        margin-top: 15px;
        margin-bottom: 30px;
        margin-left: 15px;
    }
    .mark_pad {
        padding-left: 15px;
    }
    .pad_up_bot {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .dot_text1 {
        padding-left: 10px;
    }
    .set_width {
        width: 100%;
        margin-left: -10px;
        /*margin:auto;
      margin-top: 30px;*/
    }
    .quest_box {
        width: 96%;
        background-color: #fff;
        height: 40px;
        border-radius: 8px;
    }
    /* .ques_item {
        width: 7%;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        height: 40px;
        font-size: 12px;
        box-shadow: 2px 2px 7px rgba(168, 168, 168, 0.5);
        box-shadow: inset 2px 2px 10px rgba(168, 168, 168, 0.5);
    } */
    .ques_item_text {
        width: 50%;
        line-height: 40px;
        text-align: center;
        display: inline;
        height: 40px;
        font-weight: 600;
        font-size: 12px;
        color: #b2b1b1;
    }
    .ques_item_multi {
        width: 8%;
        line-height: 29px;
        text-align: center;
        display: inline-block;
        height: 30px;
        font-weight: 700;
        font-size: 12px;
        color: #000000;
        border-radius: 20px;
        display: inline-block;
        margin-left: 45px !important;
        margin-right: 15px !important;
    }
    .multi_disp {
        display: none;
    }
    .position2 {
        width: 22%;
        margin-left: 0px;
        font-size: 10px;
        vertical-align: center;
        margin-bottom: 5px;
        text-align: center;
    }
    .cliptext {
        display: none;
    }
    .btn_resp {
        text-align: center;
    }
}

@media only screen and (max-width:767px) {
    .modal-content11 {
        width: 80%;
        margin: 40% auto;
    }
    .tab_com_style {
        margin-left: -18px;
    }
    .tab_beg_style {
        margin-left: 24px;
    }
    /* .imagesize {
        height: 40px;
        width: 130px;
        border-radius: 36px;
        margin-top: 20px;
        margin-left: 120px;
        margin-bottom: 20px;
    } */
    .sub_cryp5 {
        /* margin-left: 60px; */
    }
    .sub_cryp52 {
        /* margin-left: 100px; */
    }
    .main_content5 {
        font-size: 13.5px;
    }
    .main_content2 {
        font-size: 16px;
    }
    .sub_sec {
        font-size: 17px;
        /* padding-left: 140px; */
    }
    .sub_cryp {
        font-size: 14px;
    }
    .main_content {
        font-size: 12px;
    }
    .fa-times {
        color: #fff;
        float: right;
        font-size: 16px;
        margin-top: 8px;
        margin-right: -8px;
    }
    .accord_sect {
        height: 100%;
    }
    .next_ques {
        text-align: right;
    }
    .review_button {
        text-align: right;
        margin-top: 10px;
    }
    .backgroundC {
        background-color: #000 !important;
        color: #fff !important;
        transition: all 500ms;
        transition-timing-function: ease;
    }
    .backgroundC2 {
        background-color: #1976B9 !important;
        color: #fff !important;
        transition: all 500ms;
        transition-timing-function: ease;
    }
    .backgroundC3 {
        background-color: #6ED097 !important;
        color: #fff !important;
        transition: all 500ms;
        transition-timing-function: ease;
    }
    .backgroundC4 {
        background-color: #EB5757 !important;
        color: #fff !important;
        transition: all 500ms;
        transition-timing-function: ease;
    }
    .Addpercent {
        color: #fff !important;
    }
    /*.sect{
  
      font-size:16px;
      font-weight:bold;
      color:#2a2a2a;
  }*/
    .sect_two {
        font-size: 13px;
        font-weight: bold;
    }
    .percent {
        font-size: 15px;
        padding-left: 175px !important;
        color: #797979;
        font-weight: bold;
    }
    #cross2 {
        display: block;
    }
    #cross {
        display: block;
    }
    .vert_button {
        display: none;
    }
    .mar_sign {
        padding-top: 60px !important;
    }
    .accod_div {
        width: 80%;
        margin: auto;
        margin-bottom: 20px;
    }
    .vert_button2 {
        display: block;
    }
    .txt_align {
        text-align: right;
        margin-top: 5px;
    }
    .logo {
        font-size: 14px;
    }
    .section_logo {
        font-size: 14px;
    }
    .fa-stopwatch {
        font-size: 18px;
    }
    .timer {
        font-size: 16px;
    }
    .elapse {
        font-size: 13px;
    }
    .badge {
        padding: 8px 4px;
        font-size: 11px;
    }
    .txt_align_btn {
        text-align: left;
    }
    .position {
        margin-top: 30px;
        margin: auto;
        display: block;
        text-align: center;
        padding: 7px 15px 7px 15px;
        font-size: 12px;
    }
    .visible {
        display: none;
    }
    .nav_style {
        height: 130px;
    }
    .nav_logo {
        margin: auto;
        text-align: left;
    }
    .marg_tp {
        margin-top: 80px;
    }
    .crypto {
        margin-top: 50px;
        padding-top: 35px;
        font-size: 17px;
        line-height: 1.6;
    }
    .mark_pad {
        padding-left: 15px;
    }
    .pad_up_bot {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .dot_text1 {
        padding-left: 10px;
    }
    .set_width {
        width: 100%;
        margin-left: -10px;
        /*margin:auto;
      margin-top: 30px;*/
    }
    .quest_box {
        width: 100%;
        background-color: #fff;
        height: 40px;
        border-radius: 8px;
    }
    /* .ques_item {
        width: 7%;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        height: 40px;
        font-size: 12px;
        box-shadow: 2px 2px 7px rgba(168, 168, 168, 0.5);
        box-shadow: inset 2px 2px 10px rgba(168, 168, 168, 0.5);
    } */
    .ques_item_text {
        width: 50%;
        line-height: 40px;
        text-align: center;
        display: inline;
        height: 40px;
        font-weight: 600;
        font-size: 12px;
        color: #b2b1b1;
    }
    .ques_item_multi {
        width: 10%;
        line-height: 25px;
        display: inline;
        height: 25px;
        font-size: 12px;
        padding: 2px;
    }
    .multi_disp {
        display: none;
    }
    .position2 {
        width: 22%;
        margin-left: 0px;
        font-size: 10px;
        vertical-align: center;
        margin-bottom: 5px;
        text-align: center;
    }
    .cliptext {
        display: none;
    }
    .btn_resp {
        text-align: center;
    }
    .ellip {
        display: inline;
    }
    .accord_sect {
        margin-top: 80px;
    }
    .fa-times {
        top: 3px;
    }
    .sect_info {
        font-size: 18px;
    }
    .sect_info_two {
        font-size: 16px;
    }
    .percent {
        padding-left: 150px !important;
    }
    .question_sec {
        margin-bottom: 20px !important;
    }
    /*.ques_sec{
  
      height:900px;
  }*/
    .vert_button {
        display: none !important;
    }
    .disp_none {
        display: none;
    }
    .modal-content {
        width: 80%;
        margin: 40% auto;
    }
    .modal-contentsub {
        width: 80%;
        margin: 40% auto;
    }
    .modal-contentthank {
        width: 80%;
        margin: 40% auto;
    }
    .modal-content2 {
        width: 80%;
        margin: 40% auto;
    }
    .modal-content3 {
        width: 15%;
        margin: 45% auto;
    }
    .modal-content4 {
        width: 95%;
        margin: 30% auto;
    }
    .modal-content5 {
        width: 80%;
        margin: 40% auto;
    }
    .modal-content6 {
        width: 80%;
        margin: 40% auto;
    }
    .modal-content7 {
        width: 80%;
        margin: 40% auto;
    }
    .modal-content8 {
        width: 80%;
        margin: 30% auto;
    }
    .main_content_con {
        height: 175px;
    }
    .comp_asg_cont {
        color: #444444;
        text-align: center;
        font-weight: 700;
        font-size: 11.5px;
        line-height: 2;
    }
    .modal-content9 {
        width: 80%;
        margin: 40% auto;
    }
    .sub_sec9 {
        text-align: center !important;
        line-height: 63px;
        font-size: 17px;
        color: #eb5758;
        margin: auto !important;
        display: inline;
        font-weight: bold;
    }
    .imagesize2 {
        /* margin-left: 120px; */
    }
}

@media only screen and (min-width:768px) and (max-width:1000px) {
    .modal-content3 {
        width: 50%;
        margin: 45% 42%;
    }
    .accord_sect {
        height: 100%;
    }
    .vert_button {
        display: none !important;
    }
    .mar_sign {
        padding-top: 60px !important;
    }
    /*.ques_sec{
  
      height:800px;
  }*/
    .vert_button2 {
        display: block;
    }
    .txt_align {
        text-align: right;
        margin-top: 5px;
    }
    .logo {
        font-size: 16px;
    }
    .section_logo {
        font-size: 16px;
    }
    .fa-stopwatch {
        font-size: 20px;
    }
    .timer {
        font-size: 18px;
    }
    .elapse {
        font-size: 15px;
    }
    .badge {
        padding: 8px 4px;
        font-size: 13px;
    }
    .txt_align_btn {
        text-align: left;
    }
    .position {
        margin-top: 30px;
        margin-top: 10px;
        margin: auto;
        display: block;
        text-align: center;
        padding: 7px 15px 7px 15px;
        font-size: 15px;
    }
    .visible {
        display: none;
    }
    .nav_style {
        height: 135px;
    }
    /*.nav_logo{
  
  margin:auto;
  text-align:center;
  
      
  
  }*/
    .ellip {
        display: inline;
    }
    .visible {
        display: none;
    }
    /*.nav_style{
  
      height:250px;
  
  }
  */
    .nav_logo {
        margin: auto;
        text-align: left;
    }
    .marg_tp {
        margin-top: 80px;
    }
    .crypto {
        margin-top: 50px;
        padding-top: 35px;
    }
    .mark_pad {
        padding-left: 15px;
    }
    .pad_up_bot {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .dot_text1 {
        padding-left: 10px;
    }
    .set_width {
        width: 100%;
        margin-left: -10px;
        /*margin:auto;
      margin-top: 30px;*/
    }
    .quest_box {
        width: 100%;
        background-color: #fff;
        height: 40px;
        border-radius: 8px;
    }
    /* .ques_item {
        width: 7%;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        height: 40px;
        font-size: 12px;
        box-shadow: 2px 2px 7px rgba(168, 168, 168, 0.5);
        box-shadow: inset 2px 2px 10px rgba(168, 168, 168, 0.5);
    } */
    .ques_item_text {
        width: 70%;
        line-height: 40px;
        text-align: center;
        display: inline;
        height: 40px;
        font-weight: 600;
        font-size: 14px;
        color: #b2b1b1;
    }
    .ques_item_multi {
        width: 19%;
        line-height: 25px;
        display: inline;
        height: 25px;
        font-size: 13px;
        padding: 5px;
    }
    .cliptext {
        display: inline;
    }
    .multi_disp {
        display: inline;
    }
    .position2 {
        width: 15%;
        margin-left: 0px;
        font-size: 12px;
        vertical-align: center;
        margin-bottom: 5px;
        text-align: center;
    }
    /*new style*/
    .nav_style {
        height: 190px;
    }
    .nav_logo {
        margin: auto;
        text-align: center;
        height: 50px;
    }
    .txt_align {
        text-align: center;
        height: 60px !important;
        line-height: 60px !important;
        padding-bottom: 30px !important;
        padding-top: 0px !important;
    }
    .position {
        margin-top: 15px !important;
    }
    .marg_tp {
        margin-top: 140px;
    }
    .sect_info {
        margin-top: 70px;
    }
    .percent {
        padding-left: 470px !important;
    }
    .ques_item_text {
        width: 30%;
        line-height: 40px;
        text-align: center;
        display: inline;
        height: 40px;
        font-weight: 600;
        font-size: 11px;
        color: #b2b1b1;
    }
    .position2 {
        width: 15%;
        margin-left: 0px;
        font-size: 9px;
        vertical-align: center;
        margin-bottom: 5px;
        text-align: center;
    }
    .modal-content {
        width: 60%;
        margin: 40% auto;
    }
    .modal-contentsub {
        width: 60%;
        margin: 40% auto;
    }
    .modal-contentthank {
        width: 60%;
        margin: 40% auto;
    }
    /*.fa-times{
  
  position:absolute;
  top:0px;
  right:12px;
  color:#fff;
  font-size: 18px;
  cursor:pointer;
  
  }*/
    .modal-content4 {
        width: 95%;
        margin: 30% auto;
    }
    .modal-content5 {
        width: 60%;
        margin: 40% auto;
    }
    .modal-content6 {
        width: 60%;
        margin: 40% auto;
    }
    .modal-content7 {
        width: 60%;
        margin: 40% auto;
    }
    .modal-content8 {
        width: 60%;
        margin: 30% auto;
    }
    /*.tab_com_style{
  
    color:#71cf98;
    border:2px solid #71cf98;
    font-size: 13px;
    display:block;
    width:80px;
    margin-left: 5px !important;
    box-shadow: 4px 4px 3px rgba(0,0,0,0.2);
    padding:0 !important;
    padding-right:2px !important;
  }
  
  .tab_beg_style{
  
    color:#fff;
    font-size: 13px;
    background-color: #1a76bb;
    display:block;
    width:70px;
    margin-left: 10px;
    padding-top:2px;
    padding-bottom:2px;
    box-shadow: 4px 4px 3px rgba(0,0,0,0.2);
  }
  
  
  .marg_lft{
  
  margin-left:40px;
  
  }
  
  
  .question_sec{
  
    margin-top: 30px !important;
  } 
  
  
  .mar_right{
  
    right:30px;
  }
  
  .coss_disp{
  
    display: none;
  }
  
  .sub_sec9{
  
  
  font-size: 16px;
  padding-left: 30px;
  
  }
  
  .main_contentwarn{
  
    height:125px;
  
  }
  
  .mod_footerwarn{
  
    height:56px;
    line-height: 45px;
  }
  
  .imagesize2{
  
    
    margin-left:100px;
   
    
  }*/
    .modal-content9 {
        width: 60%;
        margin: 40% auto;
    }
    .modal-content11 {
        width: 60%;
        margin: 30% auto;
    }
}

@media only screen and (max-width:500px) {
    .txtarea_col {
        width: 80%;
        height: 75px;
    }
    .nav_style {
        height: 190px;
    }
    .nav_logo {
        margin: auto;
        text-align: center;
        height: 50px;
    }
    .txt_align {
        text-align: center;
        height: 60px !important;
        line-height: 60px !important;
        padding-bottom: 30px !important;
        padding-top: 0px !important;
    }
    .position {
        margin-top: 15px !important;
    }
    .marg_tp {
        margin-top: 140px;
    }
    .accord_sect {
        background-color: #fff;
        height: 100%;
        position: relative;
        left: 0;
        z-index: 2;
    }
    .percent {
        font-size: 16px;
        padding-left: 80px !important;
        color: #797979;
        font-weight: bold;
    }
    .ques_item_text {
        width: 30%;
        line-height: 40px;
        text-align: center;
        display: inline;
        height: 40px;
        font-weight: 600;
        font-size: 11px;
        color: #b2b1b1;
    }
    .position2 {
        width: 15%;
        margin-left: 0px;
        font-size: 9px;
        vertical-align: center;
        margin-bottom: 5px;
        text-align: center;
    }
    .fnt_size {
        font-size: 7px;
    }
    .modal-content {
        width: 90%;
        margin: 55% auto;
    }
    .modal-contentsub {
        width: 90%;
        margin: 55% auto;
    }
    .modal-contentthank {
        width: 90%;
        margin: 55% auto;
    }
    .fa-times {
        position: absolute;
        top: 0px;
        right: 20px;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }
    .modal-content4 {
        width: 95%;
        margin: 30% auto;
    }
    .modal-content3 {
        margin: 65% 37%;
    }
    .modal-content5 {
        width: 90%;
        margin: 55% auto;
    }
    .modal-content6 {
        width: 90%;
        margin: 55% auto;
    }
    .modal-content7 {
        width: 90%;
        margin: 50% auto;
    }
    .modal-content8 {
        width: 95%;
        margin: 50% auto;
    }
    .tab_com_style {
        color: #71cf98;
        border: 2px solid #71cf98;
        font-size: 13px;
        display: block;
        width: 80%;
        margin-left: 5px !important;
        box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
        padding: 0 !important;
        padding-right: 2px !important;
    }
    .tab_beg_style {
        color: #fff;
        font-size: 13px;
        background-color: #1a76bb;
        display: block;
        width: 80%;
        margin-left: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
        box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
    }
    .marg_lft {
        margin-left: 40px;
    }
    .question_sec {
        margin-top: 30px !important;
    }
    .mar_right {
        right: 30px;
    }
    .coss_disp {
        display: none;
    }
    .sub_sec9 {
        font-size: 16px;
        /* padding-left: 30px; */
    }
    .main_contentwarn {
        /* height: 125px; */
    }
    .mod_footerwarn {
        height: 56px;
        line-height: 45px;
    }
    .imagesize2 {
        margin-left: 100px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .modal-content4 {
        width: 95%;
        margin: 30% auto;
    }
    .tab_beg_style_one {
        font-size: 12px;
        display: block;
        width: 80px;
        margin-left: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .tab_heading {
        font-size: 12px;
        font-weight: bold;
        color: #000;
        padding-top: 20px;
        padding-bottom: 5px;
    }
}

#sections-side-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 997;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    /* transition: 0.3s; */
    padding-top: 60px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}

.accord_div {
    margin: 5%;
}

.closebtn {
    position: absolute;
    right: 25px;
    font-size: 16pt;
    color: gray;
}

@media screen and (max-height: 450px) {
    #sections-side-nav {
        padding-top: 15px;
    }
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 1px 0 !important;
}

.modalthank {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(255, 255, 255);
    /* Fallback color */
    background-color: rgba(255, 255, 255, 0.97);
    /* Black w/ opacity */
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.custom-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.custom-slider.filterMStatus {
    background-color: #1976B9;
}

input:focus+.custom-slider.filterMStatus {
    box-shadow: 0 0 1px #1976B9;
}

input:checked+.custom-slider.filterQStatus {
    background-color: #EB5757;
}

input:focus+.custom-slider.filterQStatus {
    box-shadow: 0 0 1px #EB5757;
}

input:checked+.custom-slider.filterAStatus {
    background-color: #111;
}

input:focus+.custom-slider.filterAStatus {
    box-shadow: 0 0 1px #111;
}

input:checked+.custom-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.custom-slider.round {
    border-radius: 34px;
}

.custom-slider.round:before {
    border-radius: 50%;
}

#confetti-canvas {
    z-index: 999;
    position: absolute;
    background-color: white;
}

/* sun moon toggle */

.sun-moon {
    position: relative;
    width: 60px;
    height: 33.6px;
    padding: 5px;
    border-radius: 27px;
    border: 2px solid #1a3d7e;
    background-color: rgb(29, 87, 142);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.sm-circle {
    border-radius: 50%;
    display: inline-block;
    position: absolute;
}

.sm-small {
    width: 18px;
    height: 18px;
    background: rgb(29, 87, 142);
    left: 12px;
    top: 2px;
    transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.sm-large {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 2px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.sun-moon input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

/* //Change the background color */

.sm-move {
    background-color: #fff;
    border-color: #ec5758;
}

/* //Move the bigger circle */

.sm-move .sm-large {
    left: 30px;
    background: yellow;
    border-color: orange;
}

/* //Move the smaller circle */

.sm-move .sm-small {
    left: 36px;
    top: 30px;
    background-color: #fff;
}

.toggle-btn {
    bottom: 15px;
    width: 56px;
    height: 24px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    /* background-color: grey; */
    border: 1px solid rgb(167, 167, 167);
    cursor: pointer;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
    cursor: pointer;
    margin-top: 15px;
}

.toggle-btn.active .round-btn {
    left: 34px;
}

.toggle-btn .round-btn {
    width: 22px;
    height: 20px;
    padding-top: 6px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -15px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.toggle-btn .cb-value {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.toggle_name {
    font-size: 13px;
    font-weight: bold;
    margin-top: -34px !important;
    margin-left: 213px;
    text-transform: uppercase;
}

.fa-sun {
    color: #fecc40;
    font-size: 18px;
    padding-top: 5px;
}

.fa-moon {
    color: #fff;
    font-size: 16px;
    padding-top: 30px;
}