@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
.careersection{    width: 100%;    float: left;    margin-top: 4%;}
.careersection img{margin: 0 auto;
    display: block;}
:root{    --color-primary: #071462;    --color-secondary: #b3b2b7;    --color-tertiary: #b3b2b7;}

ul{
   
    padding-left: 0;
    margin-bottom: 0;
}

.onlyforstylenone{
    list-style: none;
}


.btnn{
    display: inline-block;
    padding: 5px 50px;
    background-color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    color: white;
    cursor: pointer;
    transition: all .3s ease-in-out;
    font-size: 24px;
}
.btnn.active,
.btnn:hover{
    background-color: var(--color-primary);
    border-color: var(--color-secondary);
}
.text-center{
  text-align: center;
}


.tab-container{
    width: 100%;
    float: left;
}



.hide{
    display: none;
}

.tab-nav{
    max-width: 300px;
    margin: 0 auto;
    border: 1px solid gainsboro;
}
.tab-nav button{
    width: 100%;
}
.tab-nav ul {
    display: none;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.tab-nav ul.show{
    display: block;
}
@media(min-width: 992px){
    .tab-nav {
        max-width: 100%;
        border: 0;
    }
    .tab-nav ul {
        flex-direction: row;
    }
}

.tab-content{
    padding: 32px;
    width: 90%;
    margin: 2% auto;
}
.mobile-select{
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    padding: 12px 16px;
    padding-right: 48px;
    cursor: pointer;
}
.mobile-select::after{
    content: '\f282';
    font-family: bootstrap-icons;
    display: inline-block;
    position: absolute;
    line-height: 1;
    right: 16px;
    top: 14px;
}
.mobile-select.active::after{
    transform: rotate(180deg);
}
@media(min-width: 992px){
    .mobile-select{
        display: none;
    }
    .tab-nav ul{
        display: flex;
    }
}


table {
    border-collapse: collapse;
    width: 100%;
  }

  th{
    background-color: #071462;
    color: white;
    font-size: 20px;
  }
  
  th, td {
    text-align: left;
    padding: 8px;
    font-size: 20px;
    
  }
  
  tr:nth-child(odd) {background-color: #e6e7eb;


}


table tr td a{
    color: red;
}








  .table-container {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 600px) {
    th, td {
        padding: 6px;
        font-size: 14px;
    }


    .tab-content {
        padding: 15px 0px;
        width: 80%;
        margin: 0 auto;
    }


    .tab-nav {
        max-width: 250px;
        margin: 0 auto;
        border: 1px solid gainsboro;
    }

    .mobile-select {
        position: relative;
        max-width: 250px;
        margin: 0 auto;
        padding: 12px 16px;
        padding-right: 48px;
        cursor: pointer;
        font-size: 14px;
    }

    th {
        background-color: #071462;
        color: white;
        padding: 10px;
    }

    .btnn {
        display: inline-block;
        padding: 5px 50px;
        background-color: var(--color-secondary);
        border: 1px solid var(--color-secondary);
        color: white;
        cursor: pointer;
        transition: all .3s ease-in-out;
        font-size: 14px;
    }


    .careersection {
        width: 100%;
        float: left;
        margin-top: 15%;
    }
.careersection img {
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 10px;
}

}



/* work at runwal */


.tab-item{
    position: relative;
}

.tab-item h1{
    text-align: center;
    font-size: 50px;
    margin: 2% 0;
}

.workatrunwal{
    width: 70%;
height: 700px;
    background-color: #f8f8f8;
    position: relative;
    margin-bottom: 8%;
}




.workatrunwalfirstcontenar{
    width: 100%;
    float: left;
    position: absolute;
    top: 12%;

}


.workatrunwalfirstcontenar_left{
    width: 50%;
    float: left;

  
}

.workatrunwalfirstcontenar_right{
    width: 50%;
    float: right;

   
}


.workatrunwalfirstcontenar_left p{
    font-size: 20px;
    padding: 20% 5%;
    word-spacing: 3px;
        color: #33325a;
}

.workatrunwalfirstcontenar_right img{
    width: 100%;
    padding: 0 2%;
}


/* work at runwal */





/* work at runwal */


.tab-item{
    position: relative;
}

.tab-item h1{
    text-align: center;
    font-size: 50px;
}

.workatrunwal2{
    width: 70%;
height: 700px;
    background-color: #f8f8f8;
    position: relative;
    margin-left: 30%;
}




.workatrunwalfirstcontenar2{
    width: 100%;
    float: left;
    position: absolute;
    top: 65%;

}


.workatrunwalfirstcontenar_left2{
    width: 50%;
    float: right;
    padding: 1%;
  
}

.workatrunwalfirstcontenar_right2{
    width: 50%;
    float: left;
    
   
}

.workatrunwalfirstcontenar_left2 ul{
    padding: 0% 8%; 
   
}

.workatrunwalfirstcontenar_left2 ul li{
    padding: 1% 0%; 
    font-size: 20px;
   
}


.workatrunwalfirstcontenar_left2 p{
    font-size: 20px;
    padding: 5% 6% 5%;
    word-spacing: 3px;
}

.workatrunwalfirstcontenar_right2 img{
    width: 100%;
    padding: 0 2%;
}


/* work at runwal */




@media only screen and (min-width: 0px) and (max-width: 1000px) {

    .workatrunwal {
        width: 100%;
        height: 700px;
        background-color: #f8f8f8;
        position: relative;
        margin-bottom: 8%;
    }

    .workatrunwalfirstcontenar {
        width: 100%;
        float: left;
        position: absolute;
        top: 5%;
    }

    .workatrunwalfirstcontenar_left {
        width: 100%;
        float: right;
    }

    .workatrunwalfirstcontenar_left p {
        font-size: 14px;
        padding: 0% 5%;
        word-spacing: 3px;
    }

    .workatrunwalfirstcontenar_right {
        width: 100%;
        float: left;
    }

    .workatrunwal {
        width: 100%;
        height: 410px;
        background-color: #f8f8f8;
        position: relative;
        margin-bottom: 8%;
    }




    .workatrunwal2 {
        width: 100%;
        height: 600px;
        background-color: #f8f8f8;
        position: relative;
        margin-left: 0%;
    }


    .workatrunwalfirstcontenar2 {
        width: 100%;
        float: left;
        position: absolute;
        top: 48%;
    }



    .workatrunwalfirstcontenar_left2 {
        width: 100%;
        float: right;
    }


    .workatrunwalfirstcontenar_right2 {
        width: 100%;
        float: left;
    }

    .workatrunwalfirstcontenar_left2 ul {
        padding: 0% 9%;
    }

    .workatrunwalfirstcontenar_left2 ul li {
        padding: 1% 0%;
        font-size: 14px;
    }

    .workatrunwalfirstcontenar_left2 p {
        font-size: 14px;
        padding: 5% 3% 5%;
        word-spacing: 3px;
    }
    .btnn{font-size: 14px;}


}



@media only screen and (min-width: 1001px) and (max-width: 1100px) {


    .btnn {
        display: inline-block;
        padding: 10px 50px;
        background-color: var(--color-secondary);
        border: 1px solid var(--color-secondary);
        color: white;
        cursor: pointer;
        transition: all .3s ease-in-out;
        font-size: 16px;
    }

    th {
        background-color: #071462;
        color: white;
        font-size: 16px;
    }

    th, td {
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid #ddd;
        font-size: 16px;
    }



/* work at runwal */

.workatrunwal {
    width: 70%;
    height: 300px;
    background-color: #f8f8f8;
    position: relative;
    margin-bottom: 8%;
}

.workatrunwalfirstcontenar {
    width: 100%;
    float: left;
    position: absolute;
    top: 10%;
}

.workatrunwalfirstcontenar_left p {
    font-size: 14px;
    padding: 14% 5%;
    word-spacing: 3px;
}



/* work at runwal */




/* work at runwal */

.workatrunwal2 {
    width: 70%;
    height: 350px;
    background-color: #f8f8f8;
    position: relative;
    margin-left: 30%;
}

.workatrunwalfirstcontenar2 {
    width: 100%;
    float: left;
    position: absolute;
    top: 63%;
}

.workatrunwalfirstcontenar_left2 ul {
    padding: 0% 5%;
}

.workatrunwalfirstcontenar_left2 ul li {
    padding: 0% 0%;
    font-size: 14px;
}

.workatrunwalfirstcontenar_left2 p {
    font-size: 14px;
    padding: 2% 3% 2%;
    word-spacing: 3px;
}


/* work at runwal */

.tab-item h1{  font-size: 26px;}

}


@media only screen and (min-width: 1101px) and (max-width: 1200px) {


    .btnn {
        display: inline-block;
        padding: 10px 50px;
        background-color: var(--color-secondary);
        border: 1px solid var(--color-secondary);
        color: white;
        cursor: pointer;
        transition: all .3s ease-in-out;
        font-size: 16px;
    }

    th {
        background-color: #071462;
        color: white;
        font-size: 16px;
    }

    th, td {
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid #ddd;
        font-size: 16px;
    }







/* work at runwal */

.workatrunwal {
    width: 70%;
    height: 350px;
    background-color: #f8f8f8;
    position: relative;
    margin-bottom: 8%;
}

.workatrunwalfirstcontenar {
    width: 100%;
    float: left;
    position: absolute;
    top: 10%;
}

.workatrunwalfirstcontenar_left p {
    font-size: 14px;
    padding: 14% 5%;
    word-spacing: 3px;
}



/* work at runwal */




/* work at runwal */

.workatrunwal2 {
    width: 70%;
    height: 350px;
    background-color: #f8f8f8;
    position: relative;
    margin-left: 30%;
}

.workatrunwalfirstcontenar2 {
    width: 100%;
    float: left;
    position: absolute;
    top: 65%;
}

.workatrunwalfirstcontenar_left2 ul {
    padding: 0% 5%;
}

.workatrunwalfirstcontenar_left2 ul li {
    padding: 0% 0%;
    font-size: 14px;
}

.workatrunwalfirstcontenar_left2 p {
    font-size: 14px;
    padding: 2% 3% 2%;
    word-spacing: 3px;
}


/* work at runwal */


.tab-item h1{  font-size: 26px;}


}



@media only screen and (min-width: 1201px) and (max-width: 1300px) {


    .btnn {
        display: inline-block;
        padding: 10px 50px;
        background-color: var(--color-secondary);
        border: 1px solid var(--color-secondary);
        color: white;
        cursor: pointer;
        transition: all .3s ease-in-out;
        font-size: 16px;
    }

    th {
        background-color: #071462;
        color: white;
        font-size: 16px;
    }

    th, td {
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid #ddd;
        font-size: 16px;
    }






/* work at runwal */

.workatrunwal {
    width: 70%;
    height: 400px;
    background-color: #f8f8f8;
    position: relative;
    margin-bottom: 8%;
}

.workatrunwalfirstcontenar {
    width: 100%;
    float: left;
    position: absolute;
    top: 10%;
}

.workatrunwalfirstcontenar_left p {
    font-size: 14px;
    padding: 14% 5%;
    word-spacing: 3px;
}



/* work at runwal */




/* work at runwal */

.workatrunwal2 {
    width: 70%;
    height: 400px;
    background-color: #f8f8f8;
    position: relative;
    margin-left: 30%;
}

.workatrunwalfirstcontenar2 {
    width: 100%;
    float: left;
    position: absolute;
    top: 65%;
}

.workatrunwalfirstcontenar_left2 ul {
    padding: 0% 5%;
}

.workatrunwalfirstcontenar_left2 ul li {
    padding: 0% 0%;
    font-size: 14px;
}

.workatrunwalfirstcontenar_left2 p {
    font-size: 14px;
    padding: 2% 3% 2%;
    word-spacing: 3px;
}


/* work at runwal */

.tab-item h1{  font-size: 30px;}



}




@media only screen and (min-width: 1301px) and (max-width: 1400px) {


    .btnn {
        display: inline-block;
        padding: 10px 50px;
        background-color: var(--color-secondary);
        border: 1px solid var(--color-secondary);
        color: white;
        cursor: pointer;
        transition: all .3s ease-in-out;
        font-size: 16px;
    }

    th {
        background-color: #071462;
        color: white;
        font-size: 16px;
    }

    th, td {
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid #ddd;
        font-size: 16px;
    }




    
/* work at runwal */

.workatrunwal {
    width: 70%;
    height: 400px;
    background-color: #f8f8f8;
    position: relative;
    margin-bottom: 8%;
}

.workatrunwalfirstcontenar {
    width: 100%;
    float: left;
    position: absolute;
    top: 8%;
}

.workatrunwalfirstcontenar_left p {
    font-size: 14px;
    padding: 14% 5%;
    word-spacing: 3px;
}



/* work at runwal */




/* work at runwal */

.workatrunwal2 {
    width: 70%;
    height: 400px;
    background-color: #f8f8f8;
    position: relative;
    margin-left: 30%;
}

.workatrunwalfirstcontenar2 {
    width: 100%;
    float: left;
    position: absolute;
    top: 63%;
}

.workatrunwalfirstcontenar_left2 ul {
    padding: 0% 5%;
}

.workatrunwalfirstcontenar_left2 ul li {
    padding: 0% 0%;
    font-size: 14px;
}

.workatrunwalfirstcontenar_left2 p {
    font-size: 14px;
    padding: 2% 3% 2%;
    word-spacing: 3px;
}

.workatrunwalfirstcontenar_left2 {
    width: 50%;
    float: right;
    padding: 3% 0;
}


/* work at runwal */
.tab-item h1{  font-size: 35px;}

}


@media only screen and (min-width: 1401px) and (max-width: 1500px) {


    .btnn {
        display: inline-block;
        padding: 10px 50px;
        background-color: var(--color-secondary);
        border: 1px solid var(--color-secondary);
        color: white;
        cursor: pointer;
        transition: all .3s ease-in-out;
        font-size: 16px;
    }

    th {
        background-color: #071462;
        color: white;
        font-size: 16px;
    }

    th, td {
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid #ddd;
        font-size: 16px;
    }




    /* work at runwal */

.workatrunwal {
    width: 70%;
    height: 450px;
    background-color: #f8f8f8;
    position: relative;
    margin-bottom: 8%;
}

.workatrunwalfirstcontenar {
    width: 100%;
    float: left;
    position: absolute;
    top: 11%;
}

.workatrunwalfirstcontenar_left p {
    font-size: 16px;
    padding: 14% 5%;
    word-spacing: 3px;
}



/* work at runwal */




/* work at runwal */

.workatrunwal2 {
    width: 70%;
    height: 450px;
    background-color: #f8f8f8;
    position: relative;
    margin-left: 30%;
}

.workatrunwalfirstcontenar2 {
    width: 100%;
    float: left;
    position: absolute;
    top: 65%;
}

.workatrunwalfirstcontenar_left2 ul {
    padding: 0% 5%;
}

.workatrunwalfirstcontenar_left2 ul li {
    padding: 0% 0%;
    font-size: 16px;
}

.workatrunwalfirstcontenar_left2 p {
    font-size: 16px;
    padding: 2% 3% 2%;
    word-spacing: 3px;
}

.workatrunwalfirstcontenar_left2 {
    width: 50%;
    float: right;
    padding: 3% 0;
}


/* work at runwal */
.tab-item h1{  font-size: 35px;}

}




@media only screen and (min-width: 1501px) and (max-width: 1600px) {


    .btnn {
        display: inline-block;
        padding: 10px 50px;
        background-color: var(--color-secondary);
        border: 1px solid var(--color-secondary);
        color: white;
        cursor: pointer;
        transition: all .3s ease-in-out;
        font-size: 16px;
    }

    th {
        background-color: #071462;
        color: white;
        font-size: 16px;
    }

    th, td {
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid #ddd;
        font-size: 16px;
    }





    /* work at runwal */

    .workatrunwal {
        width: 70%;
        height: 500px;
        background-color: #f8f8f8;
        position: relative;
        margin-bottom: 8%;
    }
    
    .workatrunwalfirstcontenar {
        width: 100%;
        float: left;
        position: absolute;
        top: 11%;
    }
    
    .workatrunwalfirstcontenar_left p {
        font-size: 16px;
        padding: 14% 5%;
        word-spacing: 3px;
    }
    
    
    
    /* work at runwal */
    
    .tab-item h1{  font-size: 35px;}
    
    
    /* work at runwal */
    
    .workatrunwal2 {
        width: 70%;
        height: 500px;
        background-color: #f8f8f8;
        position: relative;
        margin-left: 30%;
    }
    
    .workatrunwalfirstcontenar2 {
        width: 100%;
        float: left;
        position: absolute;
        top: 65%;
    }
    
    .workatrunwalfirstcontenar_left2 ul {
        padding: 0% 5%;
    }
    
    .workatrunwalfirstcontenar_left2 ul li {
        padding: 0% 0%;
        font-size: 16px;
    }
    
    .workatrunwalfirstcontenar_left2 p {
        font-size: 16px;
        padding: 2% 3% 2%;
        word-spacing: 3px;
    }
    
    .workatrunwalfirstcontenar_left2 {
        width: 50%;
        float: right;
        padding: 3% 0;
    }
    
    
    /* work at runwal */





}







@media only screen and (min-width: 1601px) and (max-width: 1700px) {


    .btnn {
        display: inline-block;
        padding: 10px 50px;
        background-color: var(--color-secondary);
        border: 1px solid var(--color-secondary);
        color: white;
        cursor: pointer;
        transition: all .3s ease-in-out;
        font-size: 16px;
    }

    th {
        background-color: #071462;
        color: white;
        font-size: 16px;
    }

    th, td {
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid #ddd;
        font-size: 16px;
    }

    .tab-item h1{font-size: 40px;}



    /* work at runwal */

    .workatrunwal {
        width: 70%;
        height: 500px;
        background-color: #f8f8f8;
        position: relative;
        margin-bottom: 8%;
    }
    
    .workatrunwalfirstcontenar {
        width: 100%;
        float: left;
        position: absolute;
        top: 11%;
    }
    
    .workatrunwalfirstcontenar_left p {
        font-size: 16px;
        padding: 14% 5%;
        word-spacing: 3px;
    }
    
    
    
    /* work at runwal */
    
    
    
    
    /* work at runwal */
    
    .workatrunwal2 {
        width: 70%;
        height: 500px;
        background-color: #f8f8f8;
        position: relative;
        margin-left: 30%;
    }
    
    .workatrunwalfirstcontenar2 {
        width: 100%;
        float: left;
        position: absolute;
        top: 65%;
    }
    
    .workatrunwalfirstcontenar_left2 ul {
        padding: 0% 5%;
    }
    
    .workatrunwalfirstcontenar_left2 ul li {
        padding: 0% 0%;
        font-size: 16px;
    }
    
    .workatrunwalfirstcontenar_left2 p {
        font-size: 16px;
        padding: 2% 3% 2%;
        word-spacing: 3px;
    }
    
    .workatrunwalfirstcontenar_left2 {
        width: 50%;
        float: right;
        padding: 3% 0;
    }
    
    
    /* work at runwal */





}


























