@font-face {
    font-family: "D-DIN-PRO";
    src: url(../fonts/otf/D-DIN-PRO-400-Regular.otf);
    font-weight: 400;
}
@font-face {
    font-family: "D-DIN-PRO";
    src: url(../fonts/otf/D-DIN-PRO-500-Medium.otf);
    font-weight: 500;
}
@font-face {
    font-family: "D-DIN-PRO";
    src: url(../fonts/otf/D-DIN-PRO-600-SemiBold.otf);
    font-weight: 600;
}
@font-face {
    font-family: "D-DIN-PRO";
    src: url(../fonts/otf/D-DIN-PRO-700-Bold.otf);
    font-weight: 700;
}
@font-face {
    font-family: "D-DIN-PRO";
    src: url(../fonts/otf/D-DIN-PRO-800-ExtraBold.otf);
    font-weight: 800;
}
@font-face {
    font-family: "D-DIN-PRO";
    src: url(../fonts/otf/D-DIN-PRO-900-Heavy.otf);
    font-weight: 900;
}


/* header */

body .container {
    max-width: 1440px;
}
.header {
    padding: 15px;
}
.menu {
    align-items: center;
    padding-left: 38px;
}
.menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    list-style: none;
    align-items: center;
    padding: 0px;
}
.menu ul li a {
    text-decoration: none;
    color: #343A40;
    font-family: "D-DIN-PRO";
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
}
.check_boxes {
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
}
.check_boxes label.form-check-label {
    white-space: nowrap;
}
.form-check.check_btn1 {
    margin-right: 4px;
}
.form-check.check_btn2{
    margin-right: 4px;
}
.form-check.check_btn3{
    margin-right: 4px;
}
.form-check.check_btn4{
    margin-right: 4px;
}
.form-check-input[type=checkbox] {
    margin-left: -16px;
    background-color: #F4F1F1;
    border: 1px solid #70707080;
    border-radius: 0px;
    color: #343A40;
    height: 25px;
    margin-top: 2px;
}
.form-check.check_btn5 {
    padding: 0px;
}
.form-check-input:checked[type=checkbox] {
    background-image: url(../images/check-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    outline: none;
    box-shadow: none;
}
.form-check.check_btn1 label.form-check-label {
    background-color: #065143;
    border: 1px solid #95989A;
    color: #FFFFFF;
    font-family: "D-DIN-PRO";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding: 3.6px 8px;
}
.form-check.check_btn2 label.form-check-label{
    background-color: #ECA400;
    border: 1px solid #95989A;
    color: #FFFFFF;
    font-family: "D-DIN-PRO";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding: 3.6px 8px;
}
.form-check.check_btn3 label.form-check-label{
    background-color: #CE0634;
    border: 1px solid #95989A;
    color: #FFFFFF;
    font-family: "D-DIN-PRO";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding: 3.6px 8px;
}
.form-check.check_btn4 label.form-check-label {
    background-color: transparent;
    border: 1px solid #95989A;
    color: #CE0634;
    font-family: "D-DIN-PRO";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding: 3px 4px;
    text-decoration: line-through;
}
.form-check.check_btn5 input[type="reset"] {
    background-color: #7272AB;
    border: 1px solid #95989A;    
    color: #fff;
    font-family: "D-DIN-PRO";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding: 4px 8px;
}
.form-check.check_btn9 label.form-check-label {
    background-color: #7F7FB3;
    border: 1px solid #95989A;
    color: #fff;
    font-family: "D-DIN-PRO";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding: 4px 8px;
}
.full-width-header {
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 0.9;
}


/* Footer */

.footer {
    background-color: #fff;
    margin-top: 18px;
}
.page_links ul {
    list-style: none;
}
.page_links ul li a {
    text-decoration: none;
    color: #343A40;
    font-family: "D-DIN-PRO";
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
.explore_links h4 {
    text-decoration: none;
    color: #343A40;
    font-family: "D-DIN-PRO";
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
.explore_links ul {
    list-style: none;
    padding: 0px;
}
.explore_links ul li a {
    text-decoration: none;
    color: #343A40;
    font-family: "D-DIN-PRO";
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
.comunity_links h4 {
    text-decoration: none;
    color: #343A40;
    font-family: "D-DIN-PRO";
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
.comunity_links ul {
    list-style: none;
    padding: 0px;
}
.comunity_links ul li a {
    text-decoration: none;
    color: #343A40;
    font-family: "D-DIN-PRO";
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
.copy_footer {
    border-top: 1px solid #707070;
    padding: 15px;
}
.social_icon {
    text-align: center;
    height: 30px;
}
p.footer_copy_txt {
    font-family: "D-DIN-PRO";
    font-size: 16px;
    line-height: 18px;
    color: #343A40;
    font-weight: 400;
}
img.footer_icon {
    height: 20px;
    padding-right: 20px;
}

/* content */

.contain {
    padding: 10px;
    background-color: #F6F6F6;
}
.content_txt {
    border: 1px solid #95989ABF;
    border-radius: 3px;
    padding: 10px;
    background-color: #fff;
}
span.highlight_txt {
    color: #CE0634;
    font-family: "D-DIN-PRO";
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}
.colume_txt p {
    color: #343A40;
    font-family: "D-DIN-PRO";
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
}
.table_row1 {
    display: flex;
    justify-content: space-between;
}
.table1 {
    margin: 5px;
    border: 1px solid #CE0634;
    text-align: center;
}
.table2 {
    margin: 5px;
    border: 1px solid #CE0634;
    text-align: center;
}
.table3 {
    margin: 5px;
    text-align: center;
    background-color: #F4F1F1;
    padding: 5px;
}
.table4 {
    margin: 5px;
    text-align: center;
    background-color: #F4F1F1;
    padding: 5px;
}
.table5 {
    margin: 5px;
    text-align: center;
    background-color: #F4F1F1;
    padding: 5px;
}
.table6 {
    margin: 5px;
    text-align: center;
    background-color: #F4F1F1;
    padding: 5px;
}
.table7 {
    margin: 5px;
    text-align: center;
    background-color: #F4F1F1;
    padding: 5px;
}
.table8 {
    margin: 5px;
    text-align: center;
    background-color: #F4F1F1;
    padding: 5px;
}
.table_row1 th {
    background-color: #CE0634;
    color: #FFFFFF;
    font-family: "D-DIN-PRO";
    font-size: 14px;
    font-weight: 700;
    line-height: 31px;
    padding: 0px 9px;
}
.table_row2 {
    display: flex;
    justify-content: space-between;
}
.table_row3{
    display: flex;
    justify-content: space-between;
}
.table_row4{
    display: flex;
    justify-content: space-between;
}
.table_row2 th {
    color: #CE0634;
    font-family: "D-DIN-PRO";
    font-size: 14px;
    font-weight: 700;
    line-height: 31px;
    padding: 0px 9px;
}
.table_row3 th {
    color: #CE0634;
    font-family: "D-DIN-PRO";
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    padding: 0px 9px;
}
.table_row4 th {
    color: #CE0634;
    font-family: "D-DIN-PRO";
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 0px 9px;
}
.table_row2 td{
    color: #343A40;
    font-family: "D-DIN-PRO";
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    padding: 0px 9px;
}
.table_row3 td{
    color: #343A40;
    font-family: "D-DIN-PRO";
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    padding: 0px 9px;
}
.table_row4 td{
    color: #343A40;
    font-family: "D-DIN-PRO";
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    padding: 0px 9px;
}
.accordian_section .accordion-item h4, .accordian_section2 .accordion-item h4{
    background-color: #F4F1F1;
    margin-bottom: 0px;
    padding: 10px;
    text-align: center;
    color: #CE0634;
    font-family: "D-DIN-PRO";
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
}
.accordian_section .accordion-item, .accordian_section2 .accordion-item {
    border: 1px solid #95989A;
    background: #F4F1F1 0% 0% no-repeat padding-box;
    border-top: 1px solid #95989A !important;
    border-bottom: none;
}
.accordian_section .accordion-item:last-child, .accordian_section2 .accordion-item:last-child{
    border-bottom: 1px solid #95989A;
    background: #F4F1F1 0% 0% no-repeat padding-box;
}
.accordian_section .accordion-header, .accordian_section2 .accordion-header{
    background-color: #fff;
}
.accordian_section .accordion-button:not(.collapsed), .accordian_section2 .accordion-button:not(.collapsed){
    background-color: #fff;
    color: #343A40;
    font-family: "D-DIN-PRO";
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
}
.accordian_section .accordion-body, .accordian_section2 .accordion-body{
    background-color: #fff;
    font-family: "D-DIN-PRO";
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.accordian_section button.accordion-button.collapsed, .accordian_section2 button.accordion-button.collapsed{
    color: #343A40;
    font-family: "D-DIN-PRO";
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    text-align: center;
}
button.accordion-button:active {
    box-shadow: none;
    border: none;
    outline: none;
}
button.accordion-button:focus {
    box-shadow: none;
    border: none;
    outline: none;
}
.white_space {
    padding: 20px;
}

.active_class {
    background: #ccc;
} 
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/chevron-up.svg);
    background-position: center;
    transform: none;
}
.accordion-button::after{
    background-image: url(../images/chevron-down.svg);
    background-position: center;
    transform: none;
}
/* tab Section */
.tab-wrap {
    transition: 0.3s box-shadow ease;
    border-radius: 6px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  .tab-wrap:hover {
    box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
  }
  
  .tab {
    display: none;
  }
  .tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
  }
  .tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
  }
  .tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
  }
  .tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
  }
  .tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
  }
  .tab:checked:nth-of-type(6) ~ .tab__content:nth-of-type(6) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
  }
  
  .tab:checked:nth-of-type(7) ~ .tab__content:nth-of-type(7) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
  }
  .tab:checked:nth-of-type(8) ~ .tab__content:nth-of-type(8) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
  }
  .tab:checked:nth-of-type(9) ~ .tab__content:nth-of-type(9) {
    opacity: 1;
    transition: 0.5s opacity ease-in, 0.8s transform ease;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0px);
    text-shadow: 0 0 0;
  }
  .tab:first-of-type:not(:last-of-type) + label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .tab:not(:first-of-type):not(:last-of-type) + label {
    border-radius: 0;
  }
  .tab:last-of-type:not(:first-of-type) + label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .tab:checked + label {
    background-color: #CE0634;
    border: 1px solid #A6192E80;
    border-bottom: none;
    color: #FFFFFF;
    cursor: default;
    font-family: "D-DIN-PRO";
    font-size: 12px;
    font-weight: 400;
  }
  
  .tab + label {
    box-shadow: 0 -1px 0 #eee inset;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #CE0634;
    flex-grow: 3;
    text-align: center;
    background-color: #f2f2f2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    transition: 0.3s background-color ease, 0.3s box-shadow ease;
    /* height: 20px; */
    box-sizing: border-box;
    padding: 15px 3px;
    font-family: "D-DIN-PRO";
    font-size: 12px;
    font-weight: 400;
}
  .tab__content {
    padding: 10px 25px;
    background-color: transparent;
    position: relative;
    width: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
    transform: translateY(-3px);
    border-radius: 6px;
  }
  .tabel_structure {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #95989A;
    opacity: 1;
}
.tabel_header {
    background: #F4F1F1 0% 0% no-repeat padding-box;
    border-bottom: 1px solid #95989A;
    text-align: center;
    opacity: 1;
}
.tabel_header h3 {
    color: #CE0634;
    font-family: "D-DIN-PRO";
    font-size: 12px;
    line-height: 28px;
    font-weight: 400;
    align-items: center;
    margin-bottom: 0px;
}
.tabel_content_row{
    margin-left: 10px;
    margin-right: 10px;
}
.table_colum1 {
    padding: 0px;
    border-right: 1px solid #95989A;
}
.tabel_content h4 {
    color: #343A40;
    font-family: "D-DIN-PRO";
    font-size: 12px;
    line-height: 28px;
    font-weight: 400;
    align-items: center;
    text-align: center;
}
.tab_check-boxes {
    vertical-align: middle;
    padding-bottom: 8px;
}
.first_row {
    display: inline-block;
}
.second_row {
    display: inline-block;
}
.form-check.checkbox_btn5 label.form-check-label {
    background-color: transparent;
    border: 1px solid #70707080;
    color: #000000;
    font-family: "D-DIN-PRO";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding: 3px 4px;
}
.form-check.check_btn6 label.form-check-label {
    background-color: transparent;
    border: 1px solid #70707080;
    color: #000000;
    font-family: "D-DIN-PRO";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding: 3px 4px;
}
.form-check.checkbox_btn5 {
    margin-right: 4px;
}
.form-check.check_btn6 {
    margin-right: 4px;
}
.responsive_menu{
    display: none;
}
.header_secondrow {
    display: flex;
}
.header_firstrow {
    display: flex;
}
.table_border {
    border-right: 1px solid #95989A;
}

div#accor25   {  
    display: inline-block !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 9999999 !important;
}





span.data-span .tabcheckbox + label {
    box-shadow: 0 -1px 0 #eee inset;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #CE0634;
    flex-grow: 3;
    text-align: center;
    background-color: #f2f2f2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    transition: 0.3s background-color ease, 0.3s box-shadow ease;
    /* height: 20px; */
    box-sizing: border-box;
    padding: 15px 3px;
    font-family: "D-DIN-PRO";
    font-size: 12px;
    font-weight: 400;
    padding-left: 20px;
}
span.data-span:first-of-type:not(:last-of-type) .tabcheckbox + label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
span.data-span:last-of-type:not(:first-of-type) .tabcheckbox + label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
span.data-span:not(:first-of-type):not(:last-of-type) .tabcheckbox + label {
    border-radius: 0;
}
span.data-span input.tabcheckbox {
    left: 5px;
    top: 18px;
    position: absolute;
}
span.data-span {
    position: relative;
    display: inline-block;
    overflow: auto;
}

span.data-span input.tabcheckbox,span.data-span input.tabcheckbox + label {
    display: inline-block;
}

span.data-span .tabcheckbox:checked + label {
    background-color: #CE0634;
    border: 1px solid #A6192E80;
    border-bottom: none;
    color: #FFFFFF;
    cursor: default;
    font-family: "D-DIN-PRO";
    font-size: 12px;
    font-weight: 400;
}



/* media */

@media screen and (max-width: 1024px){
    .check_boxes {
        margin-top: 14px;
    }
    .contain {
        padding: 10px;
        background-color: #F6F6F6;
        position: relative;
        z-index: -11111;
    }
    .accordian_section {
        margin-top: 50px;
    }
    .white_space {
        padding: 20px;
    }
    .content_txt {
        margin-top: 50px;
    }
    .table_row1 {
        display: flex;
        justify-content: flex-start;
    }

    .table_row2 {
        display: flex;
        justify-content: flex-start;
    }
    .table_row3 {
        display: flex;
        justify-content: flex-start;
    }
    .table_row4 {
        display: flex;
        justify-content: flex-start;
    }
    .page_links ul {
        padding: 0;
    }

}
@media screen and (max-width: 768px){
    .responsive_menu {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-end;
        justify-content: flex-end;
    }
    .responsive_menu .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: flex-end;
    }
    .responsive_menu ul.navbar-nav {
        background-color: #fff;
        box-shadow: 0px 3px 6px #00000029;
        padding: 10px;
        margin-top: 6px;
        z-index: 99999;
    }
    .menu{
        display: none;
    }
    .check_boxes {
        display: flex;
    }
    .full-width-header {
        position: relative;
    }
    .responsive_menu .navbar-collapse {
        flex-basis: 100%;
        flex-grow: inherit;
        align-items: center;
        position: absolute;
        top: 50px;
        z-index: 9999999;
        background-color: #ffff;
        width: 291%;
    }
    .responsive_menu .container-fluid {
        padding: 0px;
    }
    .table_colum1 {
        padding: 0px;
        border-right: none;
    }
    .tab_check-boxes {
        vertical-align: middle;
        padding-bottom: 8px;
    }
    .table_border {
        border-right: none;
    }
}
@media screen and (max-width: 360px){
    .header_secondrow {
        display: inline-block;
    }
    .header_firstrow {
        display: inline-block;
    }
    .header_form.form-check {
        display: block;
        min-height: 1.5rem;
        padding-left: 1em;
        margin-bottom: 0.125rem;
    }
    .page_links {
        padding-top: 10px;
    }
    
}


