/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/***  Type 1 Tables   ***/
.table-type-1 {
    overflow-x: auto;
    margin: 3rem 0;
}

.table-type-1 table th , .table-type-1 table td {
    padding: 20px 28px !important
    text-align: center;
    overflow: hidden;
}

.table-type-1 thead th {
    font-size: 17px;
    font-weight: normal;
    position: relative;
}

.table-type-1 thead th:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 46px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    z-index: -1;
}

.table-type-1 thead th:first-child::after ,
.table-type-1 thead th:last-child::after {
    width: 0;
    height: 0;
}


.table-type-1 thead {
    position: relative;
}

.table-type-1 thead th {
    font-size: 18px;
    font-weight: normal;
}


.table-type-1 tbody tr:first-child {
    /*border-top: 1px solid black;*/
 
}

.table-type-1 thead tr th {
    border-bottom: none;
}

.table-type-1 thead tr th:first-child {
    border-bottom: none;
}

.table-type-1 tbody tr:first-child td:first-child {
    border-top: none;
}

.table-type-1 tbody tr:nth-child(even) td {
    position: relative;
}

.table-type-1 tbody tr:nth-child(even) td::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 46px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.table-type-1 tbody tr:nth-child(even) td:last-child::after {
    width: 0;
    height: 0;
}




.table-type-1 thead th:first-child ,
.table-type-1 thead th:last-child {
    border-right: none;
}

.table-type-1 tbody tr:first-child th::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 0;
}

.table-type-1 tbody tr th {
    font-weight: normal;
}

.table-type-1 tbody tr:nth-child(odd) td{
    background-color: #F5F5F5;
}

.table-type-1 tbody tr:nth-child(odd) th {
    position: relative;
    background-color: #F5F5F5;
}

.table-type-1 tbody tr th:first-child {
    position: relative;
}

.table-type-1 tbody tr th:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 14px;
    background-color: white;
}
.table-type-1 tbody tr th{
       width:4.5rem !important;
       font-weight: 500;
}
.table-type-1 table{
    text-align: center;
}

    /* Calculator Table  */
.calculator-table thead tr th {
    border-top:1px solid black ;
    border-bottom:1px solid black ;
}

.calculator-table thead tr th:first-child{
    border-bottom:1px solid black ;
}


.calculator-table thead th:after{
    width: 0;
    height: 0;
}

.calculator-table thead th:first-child::after ,
.calculator-table thead th:last-child::after {
    width: 0;
    height: 0;
}

.calculator-table tbody tr:nth-child(even) td::after {
    width: 0;
    height: 0;
}

.calculator-table tbody tr:nth-child(odd) th {

    border-top-left-radius: 0;
}


/* Media Q */
@media screen and (min-width: 992px){
    .table-type-1 thead th {
        font-size: 13px;
  
        padding: 15px 25px;
    }

    .table-type-1 th , .table-type-1 td {
        padding: 25px 45px;
    }
}

@media screen and (max-width: 1199px){
    .table-type-1 tbody tr:nth-child(odd) th::before {
        content: '';
        width: 5px;
        height: 100%;
        position: absolute;
        top:0;
        right: 0;
        background-color: white;
    }
}

@media screen and (min-width: 1880px){
    .calculator-table {
        overflow-x: unset;
    }
}

/***  End Type 1 Tables   ***/

/***  Type 2 Tables  ***/
.table-type-2 {
    overflow-x: auto;
}

.table-type-2 th , .table-type-2 td {
    
    text-align: center;
}

.table-type-2 thead th {
    font-size: 18px;
    font-weight: bold;
   border-right: 0px solid black ;
}

.table-type-2 thead th:last-child {
    border-right: none;
}

.table-type-2 tbody td {
    font-size: 20px;
}

.table-type-2 tbody tr:nth-child(odd) td{
    background-color:  #F5F5F5;

}

.table-type-2 tbody tr:nth-child(odd) td:first-child{
    position: relative;
}

.table-type-2 tbody tr:nth-child(odd) td:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1%;
    width: 6px;
    height: 100%;
    background-color: white;

}
.all{
  float: left ;
  width: 60%;
  margin-right:1px;
      margin-right:4.2rem;
}
@media (max-width: 1400px) {
  .all{
    width: 60%;
  }
}
@media (max-width: 1000px) {
  .all{
    float: none;
    width: 100%;
    margin-right:0;
  }
  .tbl-ne table{
    width: 100%;
  }
}
    .table-type-2 table{
        width:-moz-available;
        width:-webkit-fill-available;
    }
/* Media Q */
@media screen and (max-width: 768px){
    .table-type-2 th , .table-type-2 td {
        padding: 1rem 1.2rem ;
    }

}

/* Media Q */
@media screen and (max-width: 768px){
    .table-type-1 th, .table-type-1 td {
        padding: 10px 10px !important;
}
}
@media screen and (min-width: 992px){
    .table-type-2 thead th {
        font-size: 13px;
    }

}


    .table-type-2 tbody td {
        font-size: 13px !important;
    }
/***  End Type 2 Tables  ***/

/***  Type 3 Table  ***/
.table-type-3 {
    overflow-x: auto;
}

.table-type-3 table {
    width: 100%;
}

.table-type-3 thead {
    border-bottom: 1px solid black;
}

.table-type-3 thead th {
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 17px;
    font-weight: 400;
}

.table-type-3 tbody td {
    padding: 5px 0;
    font-size: 15px;
}

.table-type-3 tbody tr td:first-child {
    padding-left: 15px;
}

.table-type-3 tbody tr td:last-child {
    padding-right: 15px;
    text-align: end;
}

.table-type-3 tbody tr:nth-child(odd){
    background-color: #F9F9F9;
}

/* Media Q */


@media screen and (min-width:992px ){

    .table-type-3 thead th{
        font-size: 13px;
    }

    .table-type-3 tbody td{
        font-size: 13px;
        padding: 6px 0;

    }



}

@media screen and (max-width:992px ){

    
    .table-type-1 th, .table-type-1 td {
        padding: 20px 29px !important;
}


}
/***  End Type 3 Table  ***/