body {
    margin: 0;
    padding: 0;
    font-family: Roboto;
}

/* navbar start  */
a.navbar-brand {
    color: #25408A !important;
    font-family: auto;
    font-size: 36px;
    font-weight: 600;
}

.project_apply_main.mb-5 {
    border-top: 1px solid #E0E2E6;
}

.navbar_icon {
    font-size: 14px;
    color: #E0E2E6;
}

.navbar_text {
    font-size: 14px;
    font-weight: 700;
    color: #999999;
}

/* navbar end  */


/* header section start  */
.dropdown_div {
    background: #2FAB6D;
    width: 100%;
    height: 50px;
    display: flex;
    font-size: 16px;
    padding: 12px 0px 0px 40px;
    color: white;
    justify-content: center;
    text-align: center;
}

.dropdown_div .arrow_icon {
    font-size: 14px;

}

span.arrow_icon {
    font-size: 14px;
    font-weight: 600;
}

.dropdown_div_2 {
    background: white;
    width: 100%;
    border: 1px solid #D9D9D9;
    height: 50px;
    display: flex;
    font-size: 16px;
    padding: 12px 0px 0px 0px;
    color: #2FAB6D;
    font-weight: 600;
}

.dropdown_div_3 {
    background: white;
    width: 100%;
    border: 1px solid #D9D9D9;
    height: 50px;
    display: flex;
    font-size: 16px;
    padding: 12px 0px 0px 0px;
    color: #A5A5A5;
    font-weight: 600;
}

/* header section end  */

/* lecture section start */
.heading_h2 {
    font-size: 22px;
    font-weight: 600;
}

.select_buton {
    background: linear-gradient(180deg, rgba(250, 250, 250, 0.38) 0%, #E6E6E6 100%);
    color: white;
    border: none;
    border: 1px solid rgba(128, 128, 128, 1);
    color: rgba(128, 128, 128, 1);
    width: 100px;
    height: 34px;
    border-radius: 4px;
}

.head_wid_custom {
    width: 41%;
}

.add_chapter_button {
    background: linear-gradient(180deg, rgba(250, 250, 250, 0.38) 0%, #E6E6E6 100%);
    color: white;
    border: none;
    border: 1px solid rgba(128, 128, 128, 1);
    color: rgba(128, 128, 128, 1);
    width: 140px;
    height: 35px;
}

.inp_custom_bor {
    margin-top: -1px;
    border: 1px solid rgba(223, 224, 235, 1);
    border-top: 0px solid #F0F0F0;
    padding: 10px 0px 10px 10px !important;
}

.inp_custom_bor_2 {
    border: 1px solid rgba(223, 224, 235, 1);
    border-bottom: 0px;
    padding: 10px 10px 0px 10px;
}

#inp_custom_bor_3 {
    padding: 0px 20px 0px 20px !important;
}

.heading_color_theme {
    color: #25408A;
}

.custom_width_th {
    width: 12%;
}

#menu_button {
    border: 1px solid #25408A;
    padding-top: 7px;
    padding-bottom: 0px;
}

.lecture_section p {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #808080;
}

.lecture_section span {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #25408A;
}

.lecture_section {
    padding: 0px 0px 10px 0px;
}

.horizontale_line {
    background-color: rgba(128, 128, 128, 1);

}

.drop_down_set::after {
    display: none;
}


.lecture_section_2 p {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: black;
}

.lab_custom {
    padding: 40px 0px 40px 20px !important;
}

.common_text {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

.unoder_list {
    display: flex;
    list-style: none;
    padding: 0px;
}

.calender_icon {
    font-size: 12px;
    font-weight: 300;
    color: #808080;
}

.lecture_detail_button {
    padding: 10px 9px;
    background: #FF9F00;
    font-size: 14px;
    color: white;
    border: none;
    border-radius: 0px;
}

.confirm_button {
    padding: 10px 20px;
    background: #25408A;
    font-size: 14px;
    width: 80%;
    color: white;
    border: none;
    border-radius: 0px;
    font-weight: 500;
}

.confirm_button:hover {
    background-color: #0d37a8;
    color: white;
}

.lecture_detail_button:hover {
    padding: 10px 9px;
    background: #FF9F00;
    font-size: 14px;
    color: white;
    border: none;
    border-radius: 0px;
}

.lecture_detail {
    padding: 21px 15px;
    border-bottom: 1px solid #808080;
}

header {
    padding: 40px 0px 40px 0px;
    border-bottom: 1px solid #E0E2E6;
    border-top: 1px solid #E0E2E6;
}

footer {
    padding: 60px 0px 60px 0px;
}

footer p {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: black;
}

.footer_div {
    border-right: 1px solid #D9D9D9;
}

.footer_div_2 h3 {
    color: #25408A;
    font-size: 30px;
    font-family: auto;
    font-weight: 600;
}

.footer_text {
    color: #6F6F6F;
    border-left: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
}


.side_menu {
    width: 100%;
    margin: auto;
}

@media only screen and (min-width: 1200px) {
    .side_menu {
        width: 80%;
        margin: auto;
    }
}

/* video section start   */

/* progress bar start  */
.labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

#progress {
    height: 10px;
    width: 680px;
    border-radius: 0px;
}

.progress-bar {
    background: -webkit-linear-gradient(left, #2FAB6D 0%, #53DA96 100%);
    /* Chrome10-25,Safari5.1-6 */
}

.video_header {
    border-top: 1px solid #E0E2E6;
    border-bottom: none;
}

.Main_heading {
    background: rgb(222 233 228);
    /* opacity: 0.1; */
    border-top: 1px solid #25408A;
    width: 100%;
    padding: 15px 30px;
}

.video_section {
    width: 100%;
    height: 500px;
}

.tabs_section {
    width: 100%;
    /* height: 500px; */
}

.embed-responsive.embed-responsive-16by9 {
    height: 500px;
}

.heading_h3 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}

.tab_text p {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: #808080;
}

.tabs_border {
    border: 1px solid #D9D9D9;
    padding: 35px 7px 0px 14px;
    height: 450px;
}

tr {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.table_data {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #808080;
    border: 1px solid #E6E7F2;
}

thead.thead-darked {
    background: rgba(224, 226, 230, 1);
}

.table td,
.table th {
    padding: 18px 18px;
    vertical-align: baseline;
}

.table_header {
    padding: 40px 0px 60px 0px;
    border-top: 1px solid #E0E2E6;
    border-bottom: 1px solid #E0E2E6;
}

.test_header {
    padding: 40px 0px 70px 0px;
    border-bottom: 1px solid #E0E2E6;
    border-top: 1px solid #E0E2E6;
}

.custom_color_gray {
    color: #808080;
}

.table_button {
    background: #FF9F00;
    color: white;
    border: #FF9F00;
    border-radius: 0px;
    width: 70%;
    font-size: 14px;
    padding: 10px 20px;
}

.table_button:hover {
    background-color: #e3a236;
}

.table_button_2:hover {
    background-color: #5457cd;
}

.table_button_2 {
    background: #696CFF;
    color: white;
    border: #696CFF;
    border-radius: 0px;
    font-size: 16px;
    width: 100%;
    font-size: 14px;
    padding: 10px 20px;
}


/* start testing start */
.starttesting_header {
    padding: 40px 0px 170px 0px;
    border-top: 1px solid #E0E2E6;
    border-bottom: none !important;
}

.starttesting_icon {
    font-size: 30px;
}

.starttesting_div {
    border-bottom: 1px solid #808080;
    border-top: 1px solid #808080;
    padding: 40px 15px;
}

.starttesting_main_div {
    border-bottom: 1px solid #808080;
    padding: 10px 10px;
}

.page_a {
    text-decoration: none !important;
    color: white;
}

.page_a:hover {
    text-decoration: none !important;
    color: white;
}

.lecture_a {
    text-decoration: none !important;
    color: #2FAB6D;
}

.lecture_a:hover {
    text-decoration: none !important;
    color: #2FAB6D
}


/* paper page start  */
.paper_header {
    background-color: #F4F4F4;
    padding: 15px 20px;
    border-top: 1px solid black
}

.card_text {
    font-size: 14px;
    font-weight: 500;
    font-family: Roboto;
}

.card_text::placeholder {
    color: black;
}

textarea#exampleFormControlTextarea1 {
    font-size: 16px;
    font-weight: 500;
    color: black !important;
}

.card_2 {
    border: 2px solid #F4F4F4;
    border-radius: 0px;
    padding: 16px 0px 18px 20px;
}

.count_div {
    border: 1px solid black;
    padding: 0px 5px;
    width: 20px;
    height: 21px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.radio_main_heading {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    width: 160px;
    padding: 0px 0px 0px 10px;
}

.card_radio {
    border: 2px solid #A0A0A0;
    border-radius: 0px;
    padding: 18px 8px 18px 8px;
}


.radio_main_div_3 {
    padding: 2px 0px 0px 5px;
}

.rb-box {
    width: 80%;
    max-width: 420px;
    border-radius: .75em;
}

/* Custom Radio Button */
p {
    font-size: .9em;
}

.rb-tab {
    display: inline-block;
    position: relative;
    width: 20%;
}

.rb-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: black;
    border: 1px solid #C4C4C4;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
}

/* Submit Button */
.button-box {
    padding: 10px 0;
    text-align: center;
}

.radio_main_div {
    padding: 2px 0px 0px 20px;
}

.tick_img {
    width: 60px;
    height: 60px;
}


sup.badge.badge-secondary {
    background: linear-gradient(316.52deg, #2FAB6D 7.04%, #53DA96 57.44%);
    font-size: 12px;
    width: 40px;
    height: 20px;
    text-align: center;
    border-radius: 0px !important;
}

.progress_bar_div {
    text-align: end;
    padding: 0px 50px 0px 0px;
}

a.btn.btn-primary {
    background: #FF9F00;
    border: #FF9F00;
    font-size: 14px;
    padding: 8px 0px;
    border-radius: 0px;
    width: 100%;
}

a.btn.btn-primary:hover {
    background-color: #de9a2a;
}

#card_section {
    width: 17rem;
    padding: 5px !important;
    border-radius: 0px;
}

.card-body {
    padding: 20px 8px 5px 5px;
}


.dropdown_section {
    padding: 8px 5px !important;
    font-size: 10px !important;
    width: 100px !important;
    background: linear-gradient(180deg, rgba(250, 250, 250, 0.38) 0%, #E6E6E6 100%);
    color: black !important;
    border: 1px solid #808080;

}

.dropdown_section_2 {
    padding: 8px 5px !important;
    font-size: 9px !important;
    width: 60px !important;
    /* background-color: white !important; */
    background: linear-gradient(180deg, rgba(250, 250, 250, 0.38) 0%, #E6E6E6 100%);
    color: black !important;
    border: 1px solid #808080;
}

.dropdown_main_div {
    border-bottom: 1px solid #808080;
}

/* certificate section start  */
.certificate_img {
    background-image: url(../images/Vector\ \(1\).png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    padding: 50px 0px 0px 20px;
    margin-top: -55px;
}

.png_img {
    width: 90%;
    height: auto;
}

.certificate-detail_img {
    width: 45%;
    height: auto;
}

.section_certificate h2 {
    font-weight: 600;
    font-family: 'Cardo';
    font-size: 45px;
    color: #7D5741 !important;
}

.section_certificate h3 {
    font-weight: 400;
    font-family: 'Cardo';
    font-size: 30px;
    color: #7D5741 !important;
}

.section_certificate h4 {
    font-size: 53px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 0em;
    color: #7D5741 !important;
}

.section_certificate p {
    font-family: Mulish;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #7D5741 !important;
}

.section_certificate span {
    font-family: Mulish;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #7D5741 !important;
}

.Main_section_certificate {
    padding: 10px 10px 10px 10px;
    border: 3.03px solid #0068F299;
}

.section_certificate {
    padding: 20px 0px 0px 50px;
}

.lecture_detail_button:hover {
    background-color: #de9a2a;
}

.goto_video_button {
    padding: 10px 30px;
    background: #138D3C;
    font-size: 14px;
    color: white;
    border: none;
    border-radius: 0px;
}

.goto_video_button:hover {
    background-color: #0d6129;
    color: white;
}

/* * tab content */


label {
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: .05em;
}

input {
    border: none;
}

.input-group input {
    height: 40px;
    font-size: 14px;
}

.form-group select {
    height: 40px;
}

span.input-group-addon {
    border: none;
}

select {
    border: none;
}

.butn {
    display: inline-block;
    width: 80%;
    margin-bottom: 0;
    margin-top: 43.6px;
    height: 40px;
    background: none;
    border: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    overflow: hidden;
    color: #fff;

}

.unorder_list {
    /* padding: 0px; */
    text-align: left;
    list-style: none;
    padding: 0px 0px 0px 0px;
    border: 1px solid #D9D9D9;
    width: 100%;
}

.unorder_list a {
    text-decoration: none !important;
    color: #A5A5A5;
    font-weight: 600;
}

.first_list {
    background: #25408A;
    width: 100%;
    height: 50px;
    display: flex;
    font-size: 16px;
    padding: 12px 0px 0px 0px;
    color: white;
}

.second_list {
    border-bottom: 1px solid #D9D9D9;
    padding: 14px 0px 14px 17px;
}

.setting_list {
    padding: 14px 0px 14px 17px;
}

.list_span {
    border: 1px solid black;
    border-radius: 50%;
    width: 6;
    padding: 1px 5px;
    font-size: 14px;
}

.custom-fnt-wieg {
    font-weight: 500;
}

.order-list {
    list-style: none;
    padding: 0px;
}

.list_dots {
    font-size: 35px !important;
    color: rgba(128, 128, 128, 1) !important;
}

div#exTab1 {
    height: 500px;
    overflow: auto;
    border: 1px solid #D9D9D9;
}

.html-text {
    font-size: 14px;
}

#tabs_section_2 {
    padding: 12px 49px;
}


.Lecture_List_button {
    width: 100%;
    border: none;
    background: #25408A;
    color: white;
    font-weight: 500;
    padding: 10px 0px;
}

.Lecture_List_button:hover {
    background-color: #223a7e;
}

.chap1_lecture_button {
    background: #F1F1F1;
    border: none;
    font-weight: 400;
    padding: 10px 0px;
    cursor: pointer;
    width: 88%;
    color: rgba(128, 128, 128, 1);
}

.chap1_lecture_div {
    padding: 20px 0px 0px 15px;
}

.table_button_2 {
    background: #696CFF;
    color: white;
    border: #696CFF;
    border-radius: 0px;
    width: 70%;
    font-size: 14px;
    padding: 10px 20px;
}

.clock_section {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding: 30px 0px 25px 0px;
}

.table_heading {
    background: #DDE8FA;
    text-align: center;
    width: 20%;
}

.table_heading_2 {
    background-color: #F2F6FD;
    text-align: center;
}

.table_heading_3 {
    color: #223a7e;
    font-size: 16px;
    text-align: center;
}

.table_heading_cross {
    color: red;
    font-size: 16px;
    text-align: center;
}


.drop_down_set {
    height: 33px;
    background: white;
    font-weight: 600;
    color: #808080;
    padding: 0px 10px;
    font-size: 16px;
    border: 1px solid #808080;
    border-radius: 4px;
}

input.time.start.ui-timepicker-input {
    width: 82%;
}

.time_picker {
    display: flex;
    margin-left: -18px;
    align-items: center;
    border: 1px solid #808080;
    border-radius: 4px;
    height: 31px;
    font-size: 14px;
    width: 85%;
    padding: 0px 10px 0px 10px;
}

.home_button_icon {
    background: white;
    border: 1px solid #808080;
    font-size: 14px;
    width: 80px;
    margin-left: -60px;
    color: #808080;
    padding: 3px 10px 4px 10px;
    font-weight: 500;
    background: linear-gradient(180deg, rgba(250, 250, 250, 0.38) 0%, #E6E6E6 100%);

}

.dropdown-toggle::after {
    margin-left: 10px;
}

.coun_button_icon {
    background: white;
    border: 1px solid #808080;
    background: linear-gradient(180deg, rgba(250, 250, 250, 0.38) 0%, #E6E6E6 100%);
    font-size: 14px;
    color: #808080;
    width: 80px;
    margin-left: -40px;
    font-weight: 500;
    padding: 3px 10px 3px 10px;
}

.darren_text {
    color: black !important;
}

.start_order_text {
    margin-left: -42px;
    font-size: 14px !important;
}

.home_button {
    padding: 0px;
    border: 1px solid #808080;
    font-size: 14px;
    width: 85%;
    background: white;
    text-align: left;
    padding: 2px 0px 3px 11px;
    color: black;
    font-weight: 500;
}

.drop_down_set:hover {
    background-color: white;
}

.drop_logo {
    align-items: left;
}

.all_text {
    font-size: 16px;
    color: black !important;
}


.set_pagin {
    border: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17.3165px;
    line-height: 20px;
    color: #727171;
}

.left_pagin {
    padding-top: 2px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #1A1A1A;
    background-color: #E6E6E6;
    border-radius: 50px;
}

.page-item .page-link:hover {
    z-index: 1;
    color: #1A1A1A;
    background-color: #E6E6E6;
    border-radius: 50px;
}

.auto_heading {
    font-size: 20px;
    font-weight: 500;
    color: black;
}


.tabs {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 20px;
}

#tab-button {
    display: table;
    table-layout: fixed;
    width: 39%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#tab-button li {
    display: table-cell;
}

#tab-button li a {
    display: block;
    padding: .5em;
    font-size: 12px;
    color: #999999;
    text-decoration: none;
    text-align: center;
}

#tab-button li:not(:first-child) a {
    border-left: none;
}

#tab-button .is-active a {
    background: white;
    color: #25408A;
    font-weight: 500;
    border-bottom: 1px solid #25408A;
}

.client_button {
    background-color: #25408A;
    border: none;
    color: white;
    font-size: 12px;
    height: 26px;
    width: 55px;
}

.tab-contents {
    padding: 25px 0px 0px 0px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.new_section_row {
    border-top: 1px solid #ddd;
    padding: 25px 0px 0px 0px;

}

.tab-button-outer {
    display: none;
}

.tab-contents {
    margin-top: 20px;
}


.tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
}

.tab-select-outer {
    display: none;
}

.tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
}


.tab_list {
    width: 5% !important;
}

.new_button:hover {
    background-color: #238956;
}

.new_button {
    background-color: #2FAB6D;
    border: none;
    font-size: 12px;
    border-radius: 0px;
    padding: 5px 19px;
    color: white;
}

.view_button {
    background: #2FAB6D;
    border: none;
    color: white;
    width: 100%;
    padding: 8px 0px;
}

.view_button:hover {
    background-color: #238956;
}

.new_section {
    padding: 50px 0px 0px 0px;
}

#card_client_id {
    padding: 25px 10px 15px 15px;
}

.bg-darked {
    background: #F4F4F4;
}

.icon_div {
    width: 35px;
    text-align: center;
    padding: 7px 0px 0px 0px;
    height: 35px;
    border-radius: 5px;
    background-color: #F1F1F1;
    color: #6F6F6F;
}


.h4_text {
    color: #808080;
    font-weight: 500;
    font-size: 14px;
}

#text_file_upload {
    background: #F4F4F4;
    border-top: none;
    height: 50px !important;
    /* top: 10px; */
    position: absolute;
    width: 196px;
}

#text_file_upload3 {
    background: #F4F4F4;
    border-top: none;
    height: 50px !important;
    /* top: 10px; */
    position: absolute;
    width: 196px;
    border: none;
    padding: 15px 0px 0px 0px;

}

#text_file_upload2 {
    background: #F4F4F4;
    border-top: none;
    height: 50px !important;
    /* top: 10px; */
    position: absolute;
    width: 196px;
}

#table-bordered {
    border: 1px solid #25408A;
}

#border-contact {
    border: 1px solid #25408A;
}


.signup_heading {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 18px;
    color: #25408A;
}

.required_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16.5px;
    line-height: 19px;
    color: #000000;
}

.required_input_text {
    font-weight: 500;
}

.sign_form_main_col {
    border-top: 1px solid #25408A;
}

.form_label_custom {
    background: #F4F4F4;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #3E3A39;
    height: 54px;
    padding: 20px 0px 10px 20px;
}

.form_row {
    display: flex;
    padding: 0px 0px 19px 0px;
}

.form_text {
    border-radius: 0px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #D9D9D9;
    border: 1px solid rgba(223, 224, 235, 1);
}

.custom_widh_inp {
    border-radius: 0px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #D9D9D9;
    border: 1px solid rgba(223, 224, 235, 1);
    width: 270px !important;
}

.form_at {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    width: 6px;
    margin-left: -5px;
    padding-top: 10px;
    color: #000000;
}

.custom_buton {
    width: 106.47px;
    padding: 7px 0px 4px 0px;
    border-radius: 0px;
    color: #FFFFFF;
    border: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    background: #5A5A5B;
}

.custom_buton:hover {
    background-color: #000000;
    color: white;
}

.instruction {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #25408A;
    padding-top: 7px;
}

.seting {
    display: flex;
    width: 100%;
    padding: 9px 0px 4px 10px;
}

.pad_finish {
    padding: 0px;
}

.male_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.male {
    padding-top: 10px;
}

.date_of_birth {
    background: #FFFFFF;
    font-family: 'Roboto';
    font-style: normal;
    width: 100px;
    height: 40px;
    text-align: left;
    border-radius: 0px;
    border: 1px solid #B5B5B6;
    font-weight: 400;
    font-size: 13px;
    color: #999999;
}

.date_of_birth:hover {
    background-color: #999999;
    border: none;
    color: white;
}

.flex_drop {
    display: flex;
}

.small_toggle1::after {
    margin-left: 36px;
}

.small_toggle::after {
    margin-left: 56px;
}

.select_country::after {
    margin-left: 9.255em;
}

.terms_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15.0134px;
    color: #3E3A39;
}

.check_box {
    width: 18.02px;
    height: 15.02px;
    border: 1px solid #B5B5B6;
}

.chk_set {
    padding-top: 4px !important;
}

.check_div {
    display: flex;
    margin: 41px 0px -14px -11px;
}

.content_div_main {
    border: 1px solid #B5B5B6;
    height: 125.6px;
    overflow: auto;
}

.content_div_main_2 {
    border: 1px solid #B5B5B6;
    height: 125.6px;
    background-color: white;
    overflow: auto;
}

.check_div1 {
    margin: 42px 0px 10px -14px;
}

.content_div_main::-webkit-scrollbar {
    width: 9.01px;

}

.content_div_main::-webkit-scrollbar-thumb {
    background-color: #7C7D7D;
    border-radius: 40px;

}


.tab-contents::-webkit-scrollbar {
    width: 0px;
}

.tab-contents::-webkit-scrollbar-thumb {
    background-color: #E6E7F2;
}

.content_div_child {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15.0134px;
    color: #3E3A39;
    overflow: auto;
    padding: 12px 0px 72px 0px;
}

.Choice_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16.5px;
    color: #000000;
}

.ck-blurred.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline {
    height: 250px;
}

.Upload_test {
    height: 32.06640625px;
    width: 128px;
    border-radius: 2px;
    background: linear-gradient(180deg, rgba(250, 250, 250, 0.38) 0%, #E6E6E6 100%);
    color: rgba(128, 128, 128, 1);
    border: 1px solid rgba(128, 128, 128, 1);
    font-size: 14px;
    font-weight: 600;

}

.Upload_button {
    background-color: #F0F0F0;
    color: #6F6F6F;
    width: 100%;
    border: none;
    padding: 8px 0px;
    font-size: 12px;
}

#custom_upload_input {
    height: 53px;
    padding: 16px 0px 0px 0px;
}

.Register_custom_button {
    background-color: #F0F0F0;
    color: #6F6F6F;
    width: 100%;
    border: none;
    padding: 8px 0px;
    border: 1px solid #DFE0EB;
    font-size: 12px;
}

.Cancel_custom_button {
    background-color: white;
    color: #6F6F6F;
    width: 100%;
    border: none;
    padding: 8px 0px;
    border: 1px solid #DFE0EB;
    font-size: 12px;
}


.all_app_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #999999;
}

.new_main_cul {
    border: 1px solid #D9D9D9;
    padding: 16px 0px 13px 10px !important;
    margin: 0px 0px 0px 9px;
    width: 100%;
}

.new_button {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
    background: #25408A;
    padding: 0px;
    border: 1px solid #25408A;
}

.heading_clr_black {
    color: #000000 !important;
}

.development_text_p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}

.deadline_div {
    display: flex;
}

.apply_class_buton {
    width: 100%;
    background: #25408A;
    font-family: 'Roboto';
    font-style: normal;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 43px;
    text-align: center;
    color: #FFFFFF;
    border: none;
}

.tutor_main_cul {
    background: #F9F9F9;
    border: 1px solid #D9D9D9;
    padding: 13px 11px 4px 0px;
    display: flex;
    margin: 12px -10px 10px 10px;
}

.person_img {
    position: absolute;
    top: 19px;
    left: 28px;
}

.slo_main_cul {
    width: 100%;
    display: flex;
    padding: 10px 10px 10px 0px;
}

.tick_main_cul {
    width: 100%;
    display: flex;
    padding: 0px 0px 13px 0px;
}

.tutor_buton {
    background: rgb(37 64 138 / 29%);
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    width: 72.5px;
    cursor: pointer;
    height: 20.92px;
    line-height: 18px;
    text-align: center;
    color: #25408A;
    border: none;
}

.tick_img {
    object-fit: contain;
}

.pad_finish1 {
    padding-right: 0px;
}

.pad_finish2 {
    padding-left: 0px;
}

.detail_buton {
    width: 165.08px;
    cursor: pointer;
    height: 40px;
    background: #FFFFFF;
    font-weight: 600;
    border: 1px solid #D9D9D9;
}

.buton_row {
    border-bottom: 1px solid #808080;
    margin: 43px 84px 32px 90px;
    padding-bottom: 38px;
}

.detail_buton_cul {
    margin-left: -14px;
}

.course_descript_div {
    width: 100%;
    height: 600px;
    background: #D9D9D9;
    opacity: 0.5;
}

.all_pad_finish {
    padding: 0px;
}

.border_botom_none {
    border: none;
}


.table_row_contents {
    background: #FFFFFF;

}

.head_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    padding: 15px 20px 15px 20px !important;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.line_height {
    line-height: 30px;
    height: 300px;
}


.Notice_heading {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}

.table_data_head {
    background: #F4F4F4;
    width: 200px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    padding: 17px 0px 0px 0px !important;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    padding: 16px 20px 11px 20px !important;
}

.img_height {
    margin-top: -9px;
    height: 26px;
    margin-bottom: -6px;
}

.table_data {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    padding: 15px 20px 15px 20px !important;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    padding: 16px 20px 11px 20px !important;
}


#table_response {
    width: 100%;
}

#custom_background_label {
    background-color: #F4F4F4;
    position: absolute;
    height: 50px;
}

#custom_border {
    border: 1px solid #25408A;
    border-right: none;
}

#custom_border2 {
    border: 1px solid #25408A;
}

#custom_border_row {
    border: 1px solid #25408A;
}

.table_row_custom1 {
    height: 60px;
    font-size: 14px;
}

.rb-box {
    width: 100%;
    max-width: 420px;
    border-radius: .75em;
}

/* Custom Radio Button */
p {
    font-size: .9em;
}

.rb {
    background: rgba(255, 255, 255, .03);
    border-radius: .3em;
}

.rb-tab {
    display: inline-block;
    position: relative;
    width: 30%;
}

.rb-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: rgba(196, 196, 196, 1);
    padding: 3px 0px;
}

.rb-spot {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .3);
    border-radius: 100%;
    cursor: pointer;
    transition: ease .5s;
}

.rb-tab-active .rb-spot {
    background: #2FAB6D;
}

.rb-tab-active .rb-spot span {
    color: white;
}

/* Submit Button */
.button-box {
    padding: 10px 0;
    text-align: center;
}


.all_app_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #999999;
}

.new_main_cul {
    border: 1px solid #D9D9D9;
    padding: 16px 20px 13px 20px;
    margin: 34px 0px 0px 9px;
    width: 100%;
}

.new_button {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
    width: 44.13px;
    height: 18.52px;
    background: #25408A;
    border: none;
}

.new_button_change {
    background: #2FAB6D;
    width: 51px;
    border: 1px solid #2FAB6D;
}

.heading_clr_black {
    color: #000000 !important;
}

.development_text_p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}

.deadline_div {
    display: flex;
}

.top_pad {
    margin-top: -10px;
}

.apply_class_buton {
    width: 100%;
    background: #25408A;
    font-family: 'Roboto';
    font-style: normal;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 43px;
    text-align: center;
    color: #FFFFFF;
    border: none;
}

.tutor_main_cul {
    background: #F9F9F9;
    border: 1px solid #D9D9D9;
    padding: 13px 11px 4px 0px;
    display: flex;
    margin: 12px -10px 10px 10px;
}

.person_img {
    position: absolute;
    top: 14px;
    left: 28px;
}

.back_img {
    margin-top: -5px;
}

.slo_main_cul {
    width: 100%;
    display: flex;
    padding: 2px 0px 9px 0px;
}

.tick_main_cul {
    margin-top: -5px;
    width: 100%;
    display: flex;
    padding: 0px 0px 10px 0px;
}

.tutor_buton {
    background: rgb(37 64 138 / 29%);
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    width: 72.5px;
    cursor: pointer;
    height: 20.92px;
    line-height: 18px;
    text-align: center;
    color: #25408A;
    border: none;
}

.tick_img {
    object-fit: contain;
}

.pad_finish1 {
    padding-right: 0px;
}

.pad_finish2 {
    padding-left: 0px;
}

.detail_buton {
    width: 165.08px;
    cursor: pointer;
    height: 40px;
    background: #FFFFFF;
    font-weight: 600;
    border: 1px solid #D9D9D9;
}


.head_width_no {
    width: 92px;
}

.head_width_title {
    width: 420px;
}

.data_clr {
    color: #808080;
}

.thead_light {
    background: #F4F4F4;
    height: 50px;
    border: 1px solid #E6E7F2;
}

.margin_left {
    margin-left: 30px;
}

.job_date_picker {
    width: 224px;
    height: 29px;
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    border-radius: 1px;
    padding-left: 15px;
    margin: -7px 0px 0px 0px;
}

.job_date_picker::placeholder {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    letter-spacing: 0.2px;
    color: #999999;
}

.dash_div {
    margin: 22px 0px 0px 0px;
    color: #D9D9D9;
}

.main_logo {
    margin-top: -10px;
}

.navbar-light .navbar-nav .nav-link {
    padding-top: 22px;
    padding-bottom: 22px;
    transition: 1.3s;
    padding-left: 12px;
    padding-right: 12px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #000000;
}

.navbar-light .navbar-nav .nav-link {
    color: black !important;
}

.ul_set {
    padding: 10px 0px 0 p 0px;
}

.coment_box {
    border: 1px solid #D9D9D9;
    padding: 15px 0px 300px 15px;
}

.certificate_section {
    text-align: center;
    width: 52%;
}

input.apply_input {
    border: 1px solid #D9D9D9;
    padding: 0px 0px 0px 5px;
    height: 35px;
    border-radius: 3px;
    font-size: 14px;
    color: #D9D9D9;
}

.date_picker_div {
    display: flex;
    margin-bottom: -20px;
}

.date_picker_img {
    margin: -4px 0px 0px -36px;
}

.applu_buton_cul {
    text-align: center;
    margin: 50px 0px 50px 0px;
}

.custon_table td,
.table th {
    vertical-align: top;
}

.apply_buton {
    width: 167.71px;
    height: 44px;
    background: #808080;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    border: none;
}

.set_estimate {
    vertical-align: middle !important;
}

.set_apply {
    vertical-align: middle !important;
}

.cover_input {
    border: 1px solid #D9D9D9;
    padding: 0px 0px 0px 5px;
    height: 35px;
    width: 225px !important;
    border-radius: 3px;
    font-size: 14px;
    color: #D9D9D9;
}

.apply_pad_set {
    padding: 10px 0px 10px 26px !important;
}

#custom_background_input {
    background-color: #F4F4F4;
    /* border: none; */
    font-weight: 400;
}

.custom_border_color {
    border-top: 1px solid #25408A !important;
}

.dwg_icon_button {
    background: #FF9F00;
    color: white;
    border: #FF9F00;
    border-radius: 0px;
    width: 100%;
    font-size: 14px;
    padding: 10px 20px;
}

.dwg_icon_button_2 {
    background: #FF9F00;
    color: white;
    border: #FF9F00;
    border-radius: 0px;
    width: 100%;
    font-size: 14px;
    padding: 10px 30px;
}

.dwg_icon_button_3 {
    background: #FF9F00;
    color: white;
    border: #FF9F00;
    border-radius: 0px;
    width: 110px;
    font-size: 14px;
    padding: 10px 30px;
}

.custom_attandance {
    padding: 0px 0px;
    font-weight: 500;
}

.icn_custom {
    text-align: right;
    width: 30%;
}

.dwg_button {
    background: #5C9DFF;
    color: white;
    border: #5C9DFF;
    border-radius: 0px;
    width: 90%;
    height: 40px;
    font-size: 12px;
    padding: 10px 20px;
}

.cancel_button_2 {
    border: 1px solid #A9A9A9;
    background: white;
    color: #6F6F6F;
    width: 90px;
    font-size: 14px;
    height: 35px;
}

.register_button_2 {
    border: 1px solid #A9A9A9;
    background: #F0F0F0;
    color: #6F6F6F;
    width: 90px;
    font-size: 14px;
    height: 35px;
}

.signup_heading {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 18px;
    color: #25408A;
}

.score_input {
    border: 1px solid #D9D9D9;
    padding: 0px 0px 0px 5px;
    height: 35px;
    width: 80px !important;
    border-radius: 3px;
    font-size: 14px;
    color: #D9D9D9;
}

.save_button {
    background-color: #25408A;
    border: none;
    color: white;
    font-size: 14px;
    padding: 10px 10px;
}

.rb-tab-active .custom_bgcolor_icn {
    background-color: red !important;
    color: white;
}

.required_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16.5px;
    line-height: 19px;
    color: #000000;
}

#sign_form_main_col {
    border: 1px solid rgba(230, 231, 242, 1);
}

#form_label_custom {
    background: #F4F4F4;
    padding: 14px 0px 10px 22px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    border-top: 1px solid #DDDDDD;
    color: #3E3A39;
}

.form_row {
    display: flex;
    padding: 0px 0px 19px 0px;
}

.form_text {
    border-radius: 0px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: rgba(196, 196, 196, 1);
    border: 1px solid rgba(223, 224, 235, 1);
}

.form_text::placeholder {
    color: rgba(196, 196, 196, 1);
}

.signup_heading {
    border-bottom: 1px solid rgba(37, 64, 138, 1);
    padding: 20px 0px;
}

.form_at {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    width: 6px;
    margin-left: -5px;
    padding-top: 10px;
    color: #000000;
}

.custom_buton {
    width: 106.47px;
    padding: 7px 0px 4px 0px;
    border-radius: 0px;
    color: #FFFFFF;
    border: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    background: #5A5A5B;
}

.select_country {
    background: #FFFFFF;
    font-family: 'Roboto';
    font-style: normal;
    width: 316px;
    height: 35px;
    border-radius: 0px;
    border: 1px solid #B5B5B6;
    font-weight: 400;
    font-size: 13px;
    color: #999999;
}

.select_country:hover {
    background-color: #FFFFFF;
    color: #999999;
    border: 1px solid #B5B5B6;
}

.custom_buton:hover {
    background-color: #000000;
    color: white;
}

.instruction {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #25408A;
    padding-top: 7px;
}

.seting {
    display: flex;
    width: 100%;
    padding: 0px 0px 0px 10px;
}

.pad_finish {
    padding: 0px;
}

.male_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.male {
    padding-top: 10px;
}

.date_of_birth {
    background: #FFFFFF;
    font-family: 'Roboto';
    font-style: normal;
    width: 100px;
    height: 35px;
    text-align: left;
    border-radius: 0px;
    border: 1px solid #B5B5B6;
    font-weight: 400;
    font-size: 13px;
    color: #999999;
}

.date_of_birth:hover {
    background-color: #999999;
    border: none;
    color: white;
}

.flex_drop {
    display: flex;
}

.small_toggle1::after {
    margin-left: 36px;
}

.small_toggle::after {
    margin-left: 56px;
}

.select_country::after {
    margin-left: 19.255em;
}

.terms_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15.0134px;
    color: #3E3A39;
}

.check_box {
    width: 18.02px;
    height: 15.02px;

    border: 1px solid #B5B5B6;
}

.chk_set {
    padding-top: 4px !important;
}

.check_div {
    display: flex;
    margin: 41px 0px -14px -11px;
}

.content_div_main {
    background: #EAEAEA;
    border: 1px solid #B5B5B6;
    height: 125.6px;
    overflow: auto;
}

.check_div1 {
    margin: 42px 0px 10px -14px;
}

.content_div_main::-webkit-scrollbar {
    width: 9.01px;

}

.content_div_main::-webkit-scrollbar-thumb {
    background-color: #7C7D7D;
    border-radius: 40px;

}

#custom_setting_pad {
    padding: 10px 0px 10px 0px;
}

.check_div_2 {
    display: flex;
    margin: 0px 0px 0px -12px;
}

.Edit_Information {
    background-color: #25408A;
    color: white;
    border: none;
    font-size: 14px;
    width: 182px;
    height: 40px;
}

.ck.ck-toolbar {
    background-color: #F1F1F1;
}

.Delete_my_Account {
    background-color: #F1F1F1;
    color: #808080;
    border: 1px solid #808080;
    font-size: 14px;
    width: 182px;
    height: 40px;
}

.overflow_list {
    list-style: none;
    padding: 0;
    font-size: 14px;
}

#setting_input {
    display: flex;
    width: 100%;
    padding: 0px;
}

.tag_button {
    padding: 6px 0px;
    background: rgba(47, 171, 109, 0.8);
    color: white;
    width: 90px;
    border: none;
    border-radius: 4px;
}

.tag_button_div {
    border: 1px solid #dee2e6;
    padding: 10px 5px;
}

.table_row_custom {
    height: 60px;
    font-size: 11px;

}

.table_width_custom {
    width: 100%;
}

.table_padding_custom {
    width: 100%;
    padding: 10px;
}

.table_head_custom {
    width: 5%;
    text-align: center;
    font-weight: 500;
}

.button_padding_custom {
    padding: 0px 10px 0px 10px;
}

.table_row_custom2 {
    height: 50px;
    font-size: 14px;
}


#custom_upload_input_2 {
    padding: 17px 0px 0px 35px;
    height: 75px;
}

.form_label_custom_2 {
    background: #F4F4F4;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #3E3A39;
    height: 300px;
    padding: 30px 0px 30px 20px;
}

.inp_div {
    margin-top: -275px;
}

.color-theme {
    color: #5A5A5B;
    font-weight: 500;
}

.download_button {
    background: #FF9F00;
    color: white;
    border: #FF9F00;
    border-radius: 0px;
    width: 90%;
    font-size: 14px;
    padding: 10px 20px;
}

.custom_width_date {
    width: 15% !important;
    font-weight: 500;
}

.custom_background-color {
    background-color: #2FAB6D !important;
}

.content_text {
    margin-left: -146px;
    margin-top: 60px;
}

.close_button {
    width: 300px;
    padding: 10px 0px;
    height: auto;
    color: white;
    border: none;
    font-size: 16px;
    background-color: #808080;
}

.close_button:hover {
    background-color: #5c5858;
}


@media screen and (min-width: 576px) and (max-width: 676px) {
    .button_detail {
        text-align: left !important;
    }

    .custom_margin_box {
        margin-top: 0px !important;
    }

    .time_picker {
        margin-left: 2px;
    }


    .dash_div {
        display: none !important;
        margin: 0px !important;
    }


    .navbar-light .navbar-nav .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
    }

    .section_certificate h2 {
        font-size: 30px;
    }

    .section_certificate h3 {
        font-size: 20px;
    }

    .section_certificate h4 {
        font-size: 30px;
    }

    .section_certificate p {
        font-size: 16px;
    }

    .section_certificate h2 {
        font-size: 30px;
    }

    #table_heading_4 {
        font-size: 12px;
    }

    .custom_width_date {
        width: 40%;
    }


    div#exTab1 {
        margin-top: 20px;
    }

    #custom_margin {
        margin-left: 0px !important;
    }

    #custom_margin_2 {
        margin-right: 0px !important;
    }

    .chap1_lecture_button {
        width: 100% !important;
    }

    .chap1_lecture_div {
        padding: 20px 15px 0px 15px;
    }
}

@media screen and (min-width: 768px)and (max-width: 868px) {
    .certificate-detail_img {
        width: 90%;
        height: auto;
        text-align: center;
    }

    .section_certificate h2 {
        font-size: 45px;
        text-align: center;
    }

    .section_certificate h3 {
        font-size: 30px;
        text-align: center;
    }

    div#exTab1 {
        margin-top: 0px;
    }

    #custom_margin_2 {
        margin-right: 0px !important;
    }

    #table_heading_4 {
        font-size: 12px;
    }
}

@media screen and (min-width: 275px) and (max-width: 375px) {
    .button_detail {
        text-align: left !important;
    }

    .custom_margin_box {
        margin-top: 0px !important;
    }

    .time_picker {
        margin-left: 2px;
    }


    .custom_margin_box {
        margin-top: 0px !important;
    }

    #custom_margin {
        margin-left: 0px !important;
    }

    .dash_div {
        display: none !important;
        margin: 0px !important;
    }


    .navbar-light .navbar-nav .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
    }

    .section_certificate h2 {
        font-size: 30px;
    }

    .section_certificate h3 {
        font-size: 20px;
    }

    .section_certificate h2 {
        font-size: 30px;
    }

    .section_certificate h4 {
        font-size: 30px;
    }

    .section_certificate p {
        font-size: 16px;
    }

    .custom_width_date {
        width: 40%;
    }

    #custom_margin_2 {
        margin-right: 0px !important;
    }

    .lecture_section p {
        font-size: 14px;
    }

    #tab-button {
        width: 100%;
    }

    .table_button {
        background: #FF9F00;
        color: white;
        border: #FF9F00;
        border-radius: 0px;
        width: 96%;
        font-size: 12px;
        padding: 7px 9px;
    }

    .table_button_2 {
        background: #696CFF;
        color: white;
        border: #696CFF;
        border-radius: 0px;
        width: 96%;
        font-size: 12px;
        padding: 7px 9px;
    }

    #custom_margin {
        margin-left: 0px !important;
    }

    .custom_padd_respons {
        padding: 10px 6px;
    }

    .new_button_responsive {
        margin-left: 15px;
    }

    #rb_box_response {
        margin-left: 0px !important;
    }

    .section_certificate {
        padding: 20px 0px 0px 0px;
    }

    #start_testing_response {
        margin-bottom: 10px !important;
    }

    .certificate-detail_img {
        width: 70%;
        height: auto;
    }

    .heading_h3 {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0em;
        text-align: left;
    }

    #table_heading_4 {
        font-size: 12px;
    }

    .unorder_list_2 {
        /* padding: 0px; */
        text-align: left;
        list-style: none;
        padding: 0px 0px 0px 0px;
        border: 1px solid #D9D9D9;
        width: 100% !important;
    }

    .calender_icon {
        font-size: 10px;
        font-weight: 300;
        color: #808080;
    }

    #menu_button {
        border: 1px solid #25408A;
        padding-top: 7px;
        padding-bottom: 0px;
        margin-bottom: 11px;
        width: 100%;
    }
}

@media screen and (min-width: 375px) and (max-width: 425px) {
    #table_heading_4 {
        font-size: 12px;
    }

    .custom_margin_box {
        margin-top: 0px !important;
    }

    .time_picker {
        margin-left: 2px;
    }

    .dash_div {
        display: none !important;
        margin: 0px !important;
    }


    .navbar-light .navbar-nav .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
    }

    .terms_text {
        font-size: 12px;
    }

    #custom_height_label {
        height: 375px;
    }

    #custom_upload_input_2 {
        padding: 9px 0px 0px 10px;
        height: 50px;
    }

    .section_certificate h2 {
        font-size: 30px;
    }

    .section_certificate h3 {
        font-size: 20px;
    }

    .section_certificate h4 {
        font-size: 30px;
    }

    .section_certificate p {
        font-size: 16px;
    }

    #table_heading_4 {
        font-size: 12px;
    }

    .custom_footer_text {
        margin-left: 15px;
    }

    #custom_padding_col {
        padding: 0px !important;
    }

    .custom_width_date {
        width: 40%;
    }

    #tab-button {
        width: 100%;
    }

    .table_header {
        padding: 20px 0px 20px 0px;
    }

    .starttesting_header {
        padding: 20px 0px 20px 0px;
    }

    .table_button {
        background: #FF9F00;
        color: white;
        border: #FF9F00;
        border-radius: 0px;
        width: 96%;
        font-size: 12px;
        padding: 7px 9px;
    }

    .table_button_2 {
        background: #696CFF;
        color: white;
        border: #696CFF;
        border-radius: 0px;
        width: 96%;
        font-size: 12px;
        padding: 7px 9px;
    }

    .chap1_lecture_button {
        width: 100% !important;
    }

    .chap1_lecture_div {
        padding: 20px 15px 0px 15px;
    }

    .heading_h2 {
        font-size: 18px;
        font-weight: 600;
    }

    .common_text {
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
    }

    div#exTab1 {
        margin-top: 20px;
    }

    footer {
        padding: 25px 0px 25px 0px;
    }

    .drop_down_set {
        width: 100% !important;
    }

    .table_padding_responsive {
        width: 100%;
        padding: 0px 5px 0px 5px !important;
        font-size: 24px;
    }

    #text_file_upload3 {
        background: #F4F4F4;
        border-top: none;
        height: 50px !important;
        /* top: 10px; */
        padding: 15px 5px 0px 5px;
        position: absolute;
        width: 83px;
        font-size: 12px;
    }

    .navbar_text {
        font-size: 12px;
        font-weight: 700;
        color: #999999;
    }

    .table_row_custom2 {
        height: 50px !important;
        font-size: 12px !important;
    }

    .input-group input {
        border-right: 1px solid #ced4da !important;
        border-radius: 0px 2px 0px 2px !important;
    }

    .top_margin_custom {
        margin-top: 6px !important;
    }

    .seting {
        display: flex;
        width: 100%;
        padding: 0px 0px 10px 10px !important;
    }

    .flex_drop {
        display: inline !important;
    }

    #custom_margin {
        margin-left: 0px !important;
    }

    #responsive_custom_font {
        font-size: 12px !important;
        width: 100% !important;
    }

    .table_padding_custom {
        width: 100% !important;
        padding: 10px !important;
    }

    .No_widht {
        padding: 10px !important;
    }

    .new_button_responsive {
        margin-left: 15px;
    }

    .response-center {
        text-align: center;
    }

    #rb_box_response {
        margin-left: 0px !important;
    }

    .certificate-detail_img {
        width: 80%;
        height: auto;
    }

    .section_certificate {
        padding: 20px 0px 0px 0px;
    }

    #start_testing_response {
        margin-bottom: 10px !important;
    }

    #text_center_response {
        margin-top: 20px;
    }

    header {
        padding: 20px 0px 40px 0px;
        border-bottom: 1px solid #E0E2E6;
        border-top: 1px solid #E0E2E6;
    }

    #menu_button {
        border: 1px solid #25408A;
        padding-top: 7px;
        padding-bottom: 0px;
        margin-bottom: 11px;
        width: 100%;
    }

    .unorder_list {
        /* padding: 0px; */
        text-align: left;
        list-style: none;
        padding: 0px 0px 0px 0px;
        border: 1px solid #D9D9D9;
        width: 100%;
    }

    .button_detail {
        text-align: left !important;
    }
}

@media screen and (min-width: 668px) and (max-width: 768px) {
    .paper_header {
        margin-top: 20px;
    }

    .start_order_text {
        margin-left: 0px;
    }

    .home_button_icon {
        margin-left: 0px;
    }

    .table_button {
        width: 80%;
    }

    .table_button_2 {
        width: 80%;
    }

    #tab-button {
        width: 100%;
    }

    #table_heading_4 {
        font-size: 12px;
    }

    #rb_box_response {
        margin-left: 0px !important;
    }

    #start_testing_response {
        margin-bottom: 10px !important;
    }

    #menu_button {
        border: 1px solid #25408A;
        padding-top: 7px;
        padding-bottom: 0px;
        width: 100%;
    }

    .unorder_list {
        /* padding: 0px; */
        text-align: left;
        list-style: none;
        padding: 0px 0px 0px 0px;
        border: 1px solid #D9D9D9;
        width: 100%;
    }
}

@media screen and (min-width: 892px) and (max-width: 992px) {
    #table_heading_4 {
        font-size: 12px;
    }

    .ul_set {
        padding: 15px 0px 0px 0px !important;
    }

    .table_button {
        width: 80%;
    }

    .table_button_2 {
        width: 80%;
    }


    .drop_down_set {
        width: 100% !important;
    }

    #custom_padding_col {
        padding: 0px;
    }

    #text_file_upload3 {
        background: #F4F4F4;
        border-top: none;
        height: 50px !important;
        /* top: 10px; */
        position: absolute;
        width: 166px;
        border: none;
        padding: 15px 0px 0px 0px;
    }

    .new_button_responsive {
        margin-left: 15px;
    }

    .certificate_img {
        background-image: url(../images/Vector\ \(1\).png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 487px;
        padding: 50px 0px 0px 20px;
        margin-top: -55px;
    }

    #rb_box_response {
        margin-left: 0px !important;
    }

    .heading_h3 {
        font-family: Roboto;
        font-size: 18px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0em;
        text-align: left;
    }
}

@media screen and (min-width: 476px) and (max-width: 576px) {
    .table_button {
        background: #FF9F00;
        color: white;
        border: #FF9F00;
        border-radius: 0px;
        width: 96%;
        font-size: 12px;
        padding: 7px 9px;
    }

    #custom_padding_col {
        padding: 0px !important;
    }

    #tab-button {
        width: 100%;
    }

    .No_widht {
        padding: 10px !important;
    }

    .table_button_2 {
        background: #696CFF;
        color: white;
        border: #696CFF;
        border-radius: 0px;
        width: 96%;
        font-size: 12px;
        padding: 7px 9px;
    }

    #menu_button {
        border: 1px solid #25408A;
        padding-top: 7px;
        padding-bottom: 0px;
        width: 100%;
        margin-bottom: 20px;
    }

    .drop_down_set {
        width: 100% !important;
    }

    .certificate-detail_img {
        width: 70%;
        height: auto;
    }

    .section_certificate {
        padding: 20px 0px 0px 0px;
    }

    #start_testing_response {
        margin-bottom: 10px !important;
    }

    #rb_box_response {
        margin-left: 0px !important;
    }

    .response-center {
        text-align: center;
    }

    .unorder_list {
        /* padding: 0px; */
        text-align: left;
        list-style: none;
        padding: 0px 0px 0px 0px;
        border: 1px solid #D9D9D9;
        width: 100%;
    }

}

@media screen and (min-width: 425px) and (max-width: 525px) {
    #text_file_upload3 {
        background: #F4F4F4;
        border-top: none;
        height: 50px !important;
        /* top: 10px; */
        padding: 15px 5px 0px 5px;
        position: absolute;
        width: 134px;
        font-size: 12px;
    }

    .drop_down_set {
        width: 100% !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 676px) {
    #menu_button {
        border: 1px solid #25408A;
        padding-top: 7px;
        padding-bottom: 0px;
        width: 100%;
        margin-bottom: 20px;

    }

    .custom_footer_text {
        margin-left: 15px;
    }

    #text_file_upload3 {
        background: #F4F4F4;
        border-top: none;
        height: 50px !important;
        /* top: 10px; */
        position: absolute;
        width: 123px;
        border: none;
        padding: 15px 0px 0px 0px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .ul_set {
        padding: 15px 0px 0px 0px !important;
    }
}

/*.active_tab {*/
/*    background: #25408A;*/
/*}*/

.active_tab a {
    color: #25408A;
}
