body { margin: 0; padding: 0; box-sizing: border-box;}
a:hover { text-decoration: none;}

/* Final Desktop Normal Table Start  */
.hr-fdnt-wapper { padding-top: 81px;}
.hr-fdnt-row { display:flex; flex-direction:row;justify-content:space-between; gap:48px;}
.hr-fdnt-left-col { max-width: 699px; width: 100%; }
.hr-fdnt-right-col { max-width:335px; width:100%; }
.hr-fdnt-left-heading h1,.hr-fdnt-left-heading h1{
    color: #111;
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
}
.hr-fdnt-left-main {display: flex; flex-direction: column; gap: 45px; margin-bottom:15px; }
.hr-fdnt-left-items-table { 
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.hr-fdnt-left-table-heading {
    width:100%;
    max-width: 580px;
    height: 27px;
    border-radius: 5px 5px 0px 0px;
    background: #1E427F;
}
.hr-fdnt-left-table-text-main {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.hr-fdnt-left-table-text-wapper {
    width: 100%;
    max-width: 580px;
    height: 70px;
    border-radius: 5px 5px 0px 0px;
    background: #1E427F;
    border-radius: 0px 0px 5px 5px;
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 0 19px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    gap: 20px;
}
.hr-fdnt-left-table-text-left { max-width: 280px; width: 100%; border-right: 1px solid #1E427F;}
.hr-fdnt-left-table-text-left h4, .hr-fdnt-left-table-text-left p{
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 !important;
}
.hr-fdnt-left-table-text-center { max-width:30px; width: 100%;}
.hr-fdnt-left-table-text-center p {
    display:inherit;
    width: 1px;
    height: 30.009px;
    background: #1E427F;
margin-top:3px;
}
.hr-fdnt-left-table-text-right { max-width: 180px; width: 100%;}
.hr-fdnt-left-table-text-right a {
    color: #4DB2EC;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* Final Desktop Normal Table End */


@media(max-width:991px) {
    .hr-fdnt-row { gap: 20px;}
    .hr-fdnt-right-col { max-width: 230px; width: 100%;}
}


@media (max-width:767px) {
    .hr-fdnt-row {
        gap: 20px;
        flex-wrap: wrap;
    }
    .hr-fdnt-left-main { gap: 25px;}
    .hr-fdnt-left-table-text-wapper {
        gap: 6px;
        height: 94px;
        flex-wrap: wrap;
        padding: 25px 0;
    }
    .hr-fdnt-left-table-text-left { max-width: 100%; text-align: center;}
    .hr-fdnt-left-table-text-center { display: none; }
    .hr-fdnt-left-table-text-right { max-width: 100%; text-align: center;}
}


@media(min-width:1300px){
	.container.w-1116 { 
        max-width:1116px!important;
        padding: 0 24px; 
     }

    }

