.createaccount {
    color: #000;
    font: normal 700 25px/normal DMSans-bold;
    margin-bottom: 50px;
    @media (min-width: 992px) {
        font: normal 700 40px/normal DMSans-bold;
    }
}
.nav-tabs {
    border: 0;
    position: relative;
}
.nav-tabs .nav-link {
    border-radius: 50%;
    border: 0;
    width: 50px;
    height: 50px;
    background-color: #e2e2e6;
    color: #000;
    text-align: center;
    font: normal 700 28px/normal DMSans-bold;
    margin-bottom: 6px;
    isolation: isolate;
}
.nav-tabs .nav-item {
    font: normal 700 12px/normal DMSans-bold;
    margin: auto;
    @media (min-width: 992px) {
        font: normal 700 20px/normal DMSans-bold;
    }
}
.nav-active-theme {
    margin-bottom: 60px;
}
.nav-active-theme ul li::before {
    content: '';
    border-top: 2px solid #e2e2e6;
    display: inline-block;
    height: 0;
    position: absolute;
    width: calc(42% - 20px);
    top: 25px;
    @media (min-width: 992px) {
        content: '';
        border-top: 2px solid #e2e2e6;
        display: inline-block;
        height: 0;
        position: absolute;
        width: calc(40% - 20px);
        top: 25px;
    }
}
.nav-active-theme ul li:last-child::before {
    display: none;
    @media (min-width: 992px) {
       display: none;
    }
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-radius: 50%;
    border: 0;
    width: 50px;
    height: 50px;
    background-color: #F45500;
    color: #FFF;
    text-align: center;
    font: normal 700 28px/normal DMSans-bold;
    margin-bottom: 6px;
    isolation: isolate;
}
.top-border {
    width: 100px;
    height: 2px;
    border-top: 2px solid #e2e2e6;
}
.form-space {
    padding: 30px;
    border: 1px solid #e2e2e6;
    border-radius: 5px;
}
.firstname, .lastname, .emailid, .phone, .usertype, .otp, .account, .company, .individual, .cards, .label-cards{
    color: #000000;
    font: normal 400 16px/26px DMSans-Regular;
    text-transform: capitalize;
}
.Message {
    color: #000000;
    font: normal 400 16px/26px DMSans-Regular;
}
.terms-link {
    text-decoration: underline;
}
.contact-form .form-group {
    margin-bottom: 30px;
}
.contact-form .form-control {
    border: 2px solid #C5C5C5;
    background: #FFF;
    border-radius: 0;
    padding-left: 23px;
    max-width: 483px;
    min-height: 55px;
}
.contact-form .form-control:focus {
    color: #666;
    font: normal 400 14px/26px DMSans-Regular;
    background-color: #fff;
    border-color: #C5C5C5;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(197,197,197,.25);
    text-transform: capitalize;
    padding-left: 23px;
}
.contact-form input[type=radio] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: inline-block;
        width: 20px;
        height: 20px;
        padding: 6px;
        background-clip: border-box;
        border: 2px solid #F45500;
        background-color: transparent;
        border-radius: 50%;
}
.contact-form input[type="radio"]:checked {
    background-color: #F45500;
    border: 2px solid #fff;
}
.radio-item {
    display: flex;
    align-items: center;
}
.contact-form .file-button  {
    border: 2px solid #C5C5C5;
    background: #FFF;
    border-radius: 0;
    margin-top: 0.5rem;
    width: 100%;
    padding: 10px;
    text-align: right;
}
.label-cards {
    width: 100%;
    max-width: 483px;
    min-height: 55px;
}
.aadhar {
    background: #FFF;
    color: #666;
    padding-left: 17px;
    font: normal 400 16px/26px DMSans-Regular;
}
.contact-form input[type="file"] {
    display: none;
}
.contact-form .individual, .company {
    margin: 0px 10px;
}
.send {
    padding-top: 31px;
}
.send-btn {
    width: 100%;
    max-width: 483px;
    padding: 10px 25px;
    background-color: #F45500;
    color: #FFF;
    font: normal 500 14px/normal DMSans-medium;
    border-radius: 5px;
}
.send-btn:hover {
    color: #FFF;
}
