
.nav-tabs-apply {
    gap: 16px;
        border-bottom: 0px;
            justify-content: center;
}
.nav-tabs-apply button{
        flex-grow: 1;
    background: rgb(255, 255, 255, 1);
}
      
 .nav-tabs .nav-link
 {
    border-radius: 20px;
    background: rgb(255, 255, 255, 1);
    height: auto;
    color: #000000;
    padding: 24px;
        /* opacity: 0.6; */
    border-radius: 20px;
    border: 0px;
 }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-radius: 20px;
    background: #ffffff;
    height: auto;
    color: #000000;
    padding: 24px;
    border: 0px;
        opacity:1;
}
.tab-content-apply
{
    background: transparent;
    border-radius: 30px;
    border: 0 !important;
}
/* .nav-tabs .nav-link.active h4
{
color: #000;
} */
.nav-link-icon {
    display: flex;
    align-items: center;

    gap: 16px;
}
 .nav-link-icon img
 {
  width: 40px;  
 }
 .nav-link-icon h4
 {
    text-align: left;
    margin-bottom: 4px;

    font-weight: 600;
 }
 .nav-link-icon h3
 {
    text-align: left;
    margin-bottom: 0px;

    font-weight: 200;
 }

 
.subscribe-cost-list p
 {
    margin-bottom: 5px;
}

.cost-subscribe-box .thumb-icon
{
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 30px 0px 30px 0px;
}

.subscribe-cost-text {
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cost-card {
    background: #fff;
    padding: 24px;
    border-radius: 20px;
}
.subscribe-cost-content
{
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 60%;
    justify-content: flex-end;
    text-align: right;
}
.nav-link-icon svg {
    width: 40px;
}