*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat";
}
li{
    list-style: none;
}
.header {
    z-index: 50;
    position: relative;
    background-color: #081D41;
    color: white;
    padding: 2rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-grad{
    border:1px solid #fff;
    padding: 0.5rem 1rem;
    color:white;
    font-weight: 600;
    border-radius: 5px;
}
.btn-grad:hover{
    background-color: #fff;
    font-weight: bold;
    color: #081D41;
}
.main-container{
    position: relative;
    z-index: 40;
    background-image: url("/images/bg-image.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding:2rem 0;
    min-height: 100vh;
}
.heading-container{
    display: flex;
    flex-direction: column;
    gap:2rem;
    padding:3rem 0;
    z-index: 40;
    position: relative;
}
.heading{

    font-weight: 600;
    color:#FFFFFF;
    font-size: 2.5rem;
}
.heading-lg{

    font-weight: 600;
    color:#FFFFFF;
    font-size: 3.5rem;
}
.sub-heading{

    position: relative;
    font-weight: 400;
    color:#52C6FF;
    font-size: 2.2rem;
}
#accordionExample{
    position: relative;
}
.overlay{
    z-index: -1;
    position: fixed;
    opacity: 0.4;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #081D41;
}
.form-container{
    position: relative;
    background: #081D41;
    padding-left: 3rem;
    padding-right: 2rem;
    padding-bottom: 3rem;
    padding-top: 3rem;

}
.icon{
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translate(-50%, -5%);
}
.icon-2{
    display: none;
    width: clamp(200px, 100%, 400px);
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translate(-50%, -15%);
}
.info-container{
    width: 50%;
    background-image: url("/images/auth-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.info{
    color:white;
    padding: 4rem;
}
.login-container{
    margin-top: 6rem;
    width: 50%;
    border-left: #fff 2px solid;
    color:white;
    padding: 4rem;
}
.btn-login{
    background: transparent ;
    border: 2px solid #fff ;
    border-radius: 6px ;
    padding: 0.9rem 1rem ;
    color: white ;
    font-weight: 700 ;
}
.btn-register{
    background: white ;
    border: 2px solid #fff ;
    border-radius: 6px ;
    padding: 0.9rem 1rem ;
    color: #000000 ;
    font-weight: 700 ;
}
.copy-right{
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.form-tabs{
    display: flex;
    gap: 1rem;
    padding: 0rem 0;
    list-style: none;
    border-bottom: 2px solid white;
}
.form-tabs > li{
    padding: 1.5rem 1rem;
    background-color: #081D41;
    color: #8BDBFF;
    font-weight: 600;
    cursor: pointer;
}
.selected-tab{
    border-bottom: 4px solid white;
    color: white !important;
}
#basic-info{

    color:white;
    /* display: none; */
}

#account-info{

    color:white;
    display: none;
}
#other-info{

    color:white;
    display: none;
}
#privacy-policy{

    color:white;
    display: none;
}
#privacy-policy > div{

    display: flex;
    flex-direction: column;
    gap:1rem;
}


.father_husband{
    gap: 0.5rem;
    /* padding-right: 1rem; */
}
.father_husband > select{
    width: 35% !important;
}
.father_husband > input{
    width: 65%;
}
.submit-btn{
    background: #081D41;
    color: white;
    padding: 0.9rem 1rem;
    border-radius: 6px;
    font-weight: 700;
    border: none;
    cursor: pointer;
}
.form-btn{
    width: 20%;
}

.checkbox{
    background: #D9D9D9;
    border: 1px solid #209DD8;
    border-radius: 2px;
    padding: 2px;
    min-height: 2rem;
    min-width: 2rem;
}
.show-checkmark{
    display: block !important;
}
.hide-checkmark{
    display: none !important;
}
.flex{
    display: flex;
    justify-content: space-between
}
.flex-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.info-size{
    font-size: 0.8rem !important;
    color:white !important;
    font-weight: bold;
}
.info-size-sm{
    font-size: 0.6rem !important;
    color:white !important;
    font-weight: bold;
}
label{
    color:white;
    font-weight: bold;
}
#terms,#dos,#comission,#understanding{
    background-color: #C5ECFF;
    padding: .1rem 1.5rem;
    padding-top: .5rem;
    border-radius: 5px;

}
#terms-details > h4,
#dos-details > h4,
#comission-details > h4,
#understanding-details > h4{
    font-weight: 700;
}
.privacy-tab{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.privacy-tab > h1{
    font-size: 20px  ;
    color: black;
}
.privacy-tab-open{
    color:black;
    display: block !important;
    max-height: 70vh;
    overflow-y: auto;
    font-size:22px;
    line-height: 3rem;
}
.privacy-list{
    display: list-item;
}
.privacy-list > li{
    list-style-type: disc;
}
.dos-table{
    font-size: 1rem;
    width: 100%;
    line-height: 2rem;
    font-size: 14px;
    margin-bottom: 2rem;
    border: 1px solid black;

}
.dos-table > thead > tr {
    width: 50%;
}
.dos-table >thead > tr >th{
    vertical-align: top;
    text-align: start;
    margin-bottom: 1rem;
    font-size: 25px;
    padding: 1rem 2rem;

}
.dos-table >tbody > tr >td{
    font-weight: 600;
    /* text-align: center; */
    vertical-align: top;
    padding: 1rem 2rem;
}
.commission-table{
    font-size: 1rem;
    width: 100%;
    line-height: 2rem;
    font-size: 14px;
    margin-bottom: 2rem;

}
.commission-table >thead > tr >th{
    vertical-align: top;
    text-align: center;
    margin-bottom: 1rem;
}
.commission-table >tbody > tr >td{
    font-weight: 600;
    text-align: center;
}
.opened{
    font-size: 25px !important;
    font-weight: 700;
    padding: 1rem 0;
}
.checked{
    display: block !important;
}
@media screen and (max-width: 768px){
    .header{
        padding: 1rem 2rem;
    }
    .heading-container{
        padding: 1rem 0;
        gap:0;
    }
    .heading{
        font-size: 1rem;

    }
    .heading-lg{

        font-size: 2.5rem;
    }
    .sub-heading{

        font-size: 1rem;
    }
    .form-container{
        margin-top: 8rem;
        padding: 1rem;
    }
    .info-container{
        display: none;
    }
    .login-container{
        width: 100%;
        padding: 4rem 2rem;
        border-left: none;
    }

    .form-tabs > li{
        padding: 1rem 0.5rem;
        font-size: 0.8rem;
    }
    .btn-login{
        background: transparent;
        border: 2px solid #fff;
        border-radius: 6px;
        padding: 0.9rem 1rem !important;
        font-size: 0.8rem;
        color: white;
        font-weight: 700;
    }
    .btn-register{
        background: white;
        border: 2px solid #fff;
        border-radius: 6px;
        font-size: 0.8rem;
        padding: 0.9rem 1rem;
        color: #000000;
        font-weight: 700;
    }
    .icon{
        display: none;
    }
    .icon-2{
        display: block;
    }
    .copy-right{
        font-size: 0.8rem;
        /* margin-top: 1rem; */
    }
    .form-check-label, .btn-link{
        font-size: 0.75rem !important;
    }

    #ifYes{
        flex-direction: column;
    }

    .ukn,.doc{
        width: 100% !important;
    }
    .surfix{
        width: 20% !important;
    }
    .form-group{
        padding: 0rem 1rem !important;
    }
    .form-btn{
        width: 50%;
    }
    .flex{
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
    .flex > div{
        width: 100% !important;
        padding: 0 !important;
    }
    .mbl-pd{
        margin-top:1rem
    }
    .opened{
        font-size: 15px !important;
        font-weight: 700;
        padding: 1rem 0;
    }
    .privacy-tab > h1{
        font-size: 15px !important ;
        color: black;
    }
    #terms-details > h4,
#dos-details > h4,
#comission-details > h4,
#understanding-details > h4{
    font-size: 15px;
}
.privacy-tab-open{
    overflow-y: auto;
    font-size:13px;
    line-height: 2rem;
}
}
