@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'), url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.eot');
    src: url('../fonts/poppins-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-bold-webfont.woff2') format('woff2'), url('../fonts/poppins-bold-webfont.woff') format('woff'), url('../fonts/poppins-bold-webfont.svg#poppinsbold') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light-webfont.eot');
    src: url('../fonts/poppins-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-light-webfont.woff2') format('woff2'), url('../fonts/poppins-light-webfont.woff') format('woff'), url('../fonts/poppins-light-webfont.svg#poppinslight') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.eot');
    src: url('../fonts/poppins-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-medium-webfont.woff2') format('woff2'), url('../fonts/poppins-medium-webfont.woff') format('woff'), url('../fonts/poppins-medium-webfont.svg#poppinsmedium') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.eot');
    src: url('../fonts/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff'), url('../fonts/poppins-regular-webfont.svg#poppinsregular') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.eot');
    src: url('../fonts/poppins-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-semibold-webfont.woff2') format('woff2'), url('../fonts/poppins-semibold-webfont.woff') format('woff'), url('../fonts/poppins-semibold-webfont.svg#poppinssemibold') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'poppinsitalic';
    src: url('./fonts/poppins-italic-webfont.woff2') format('woff2'), url('./fonts/poppins-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto-black-webfont.woff2') format('woff2'), url('../fonts/roboto-black-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'), url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'robotothin';
    src: url('../fonts/roboto-thin-webfont.woff2') format('woff2'), url('../fonts/roboto-thin-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

body {
    font-family: 'robotoregular';
    font-size: 14px;
}

.footerarea {
    padding-top: 25px;
    width: 100%;
}

.scrollspy-example {
    position: relative;
    height: 200px;
    margin-top: .5rem;
    overflow: auto
}

header {
    width: 100%
}

.nav-link,
.navbar-expand-lg {
    padding: 0
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
    top: 100%
}

.sliderarea {
    position: relative
}

.midarea {
    width: 100%
}

.card {
    margin-bottom: 10px
}

.card-header {
    border-bottom: none
}

ul.listfont {}

ul.listfont li {
    display: block
}

ul.listfont li a {
    text-decoration: none;
    color: rgb(0, 0, 0)
}

ul.listfont li a:before {
    content: "\f037";
    font-weight: 900;
    font-style: normal;
    font-family: "Font Awesome 5 Free";
    font-size: 0.9rem
}

ul {
    list-style-type: none;
    ;
    padding: 0;
    margin: 0
}

ul li {
    display: inline-block;
    padding: 0;
    margin: 0
}

a {
    text-decoration: none;
    color: rgb(0, 0, 0)
}

a:hover,
a:focus {
    text-decoration: none;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 18, 2021 */
@font-face {
    font-family: 'bahamas_boldbold';
    src: url('../fonts/bahamabd.woff2') format('woff2'),
        url('../fonts/bahamabd.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bahamasregular';
    src: url('../fonts/bahamas.woff2') format('woff2'),
        url('../fonts/bahamas.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bahamasbold';
    src: url('../fonts/bahamasbold.woff2') format('woff2'),
        url('../fonts/bahamasbold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* iai css */
.logo-wrap {
    display: flex;
    align-items: center;
}

.logo-text {
    font-size: 20px;
    font-family: 'bahamas_boldbold';
    text-transform: uppercase;
}

.logo-text span {
    display: block;
    font-size: 13px;
    text-transform: capitalize;
}

.logo-img {
    margin-right: 15px;
}

.header-sec {
    background: #fff;
}

.banner-sec {
    background: url("../images/banner.jpg");
    padding: 60px 0 120px;
    border-bottom: 5px solid #ff9000;
    background-size: cover;
}

.l-heading {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.acordian li a {
    color: #fff;
    font-size: 15px;
}

.acordian {
    text-align: right;
}

.footer-sec {
    background: #122d69;
    padding: 30px 0;
}

.footer-sec {
    margin-top: 30px;
}

.footer-sec p {
    color: #fff;
    font-size: 15px;
    text-align: center
}

/* iai css */



.form-group label {
    font-size: 13px;
    color: #000;
    margin-bottom: 3px;
    font-family: 'open_sanssemibold';
}

.form-group input,
.form-group textarea,
.form-group select {
    font-family: 'open_sanssemibold';
    font-size: 14px;
    color: #666666;
    resize: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #adadad;
    font-size: 12px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn--browse {
    border-left: 0;
    border-radius: 5px;
    background-color: #ccc;
    color: white;
    height: 38px;
    padding: 5px 14px;
    width: 40%;
    background: #8557d3;
    font-size: 14px;
}

.f-input {
    height: 37px;
    background-color: white;
    border: 1px solid #c8c8c8;
    width: 60%;
    float: left;
    padding: 0 14px;
    border-top-left-radius: 5px;
    border-right: none;
    border-bottom-left-radius: 5px;
}


.custom-check .form-group {
    margin-right: 5px;
    margin-bottom: 0;
    margin-top: 7px;
}

.custom-check .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom-check .form-group label {
    position: relative;
    cursor: pointer;
}

.custom-check .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #858585;
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 50%;
}

.custom-check .form-group input:checked+label:before {
    content: '';
    background: #858585;
}

.custom-check .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 6px;
    width: 4px;
    height: 7px;
    border: solid #fbfbfb;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.input-group-text {
    background-color: transparent;
}

.custm-select {
    background: url(../images/select-arow.jpg);
    background-position: 101% 100%;
    background-repeat: no-repeat;
    appearance: none;
}

.skyblu {
    background: #10c0e0;
    color: #fff;
    border: none;
    padding: 8px 25px;
    border-radius: 5px;
    cursor: pointer;
    min-width: 110px;
}

.darkblu {
    background: #26339a;
    color: #fff;
    border: none;
    padding: 8px 25px;
    border-radius: 5px;
    cursor: pointer;
    min-width: 110px;
}

.skyblu-icon {
    background: #10c0e0;
    color: #fff;
    border: none;
    padding: 10px 25px 14px 25px;
    border-radius: 5px;
    cursor: pointer;
    min-width: 110px;
    text-transform: uppercase;
    box-shadow: 0 0 25px 2px #ccc;
}

.skyblu-icon span {
    font-size: 20px;
    position: relative;
    top: 2px;
}

.btn-w-icon {
    border: none;
    background: transparent;
    cursor: pointer;
}

.btn-w-icon span {
    font-size: 24px;
    position: relative;
    top: 3px;
}

.form-wrap {
    background: #fff;
    box-shadow: 0 0 6px 2px #f1f1f1;
    padding: 0 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.ver-heading-sec {
    border-right: 2px solid #26339a;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ver-heading-sec.p-info {
    border-color: #fb9100;
}

.form-section {
    margin-top: -80px;
}

.ver-heading {
    transform: rotate(-90deg);
    font-size: 20px;
    text-transform: uppercase;
    height: auto;
    width: 140px;
}

.form-sec {
    padding-top: 30px;
    padding-bottom: 15px;
}

.adhar-sec input {
    width: 29% !important;
    flex: 0 1 auto !important;
    margin-right: 15px;
    border-radius: 5px !important;
}

.adhar-sec .skyblu {
    margin-right: 15px;
}

.note {
    color: #248bce;
    font-size: 12px;
    width: 100%;
    padding: 0 15px 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.mobil {
    width: 50px;
    margin-right: 15px;
}

.mobil {
    width: 61px !important;
    margin-right: 15px;
    flex: 0 1 auto !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.bl-top-radius {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.bl-bottom-radius {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.doc-size {
    font-size: 10px;
    color: #185f8d;
    margin-top: 5px;
}

.doc-upload .form-sec {
    padding-bottom: 140px;
    padding-top: 50px;
    background: url("../images/doc-upload-bg.png") no-repeat;
    background-position: 100% 100%;
}

.doc-upload .ver-heading-sec {
    padding-top: 70px;
}

.how-u-know .form-sec {
    padding-bottom: 100px;
    padding-top: 50px;
    background: url("../images/how-u-know.png") no-repeat;
    background-position: 100% 100%;
}

.how-u-know .ver-heading-sec {
    padding-top: 70px;
    border-right: 2px solid #03a9f4
}

.login-wrap {
    padding: 20px 30px;
    box-shadow: 0 0 6px 2px #e3e2e2;
    margin-top: 30px;
}

.login-heading {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    margin-bottom: 40px;
    font-family: 'open_sansbold';
}

.user,
.login-pass {
    display: flex;
    align-items: center;
}

.user span,
.login-pass span {
    font-size: 25px;
}

.user input,
.login-pass input,
.capcha-input input {
    width: 100%;
    margin-left: 3px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 7px;
}

.user input:focus,
.login-pass input:focus,
.capcha-input input:focus {
    outline: none;
}

.capcha {
    display: flex;
}

.capcha-input {
    width: 80%;
    padding-left: 15px;
}

.capcha-ref {
    width: 50px;
    text-align: center;
}

.reset-pass {
    margin: 20px 0;
    text-align: right;
}

.reset-pass a {
    text-decoration: underline;
    margin-left: 10px;
}

.full-w-blu-btn {
    color: #fff;
    background: #122d69;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.full-w-yelow-btn {
    color: #000;
    background: #f4a948;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.custm-input {
    padding: .375rem .75rem;
    width: 100%;
    border: 1px solid #ced4da;
    background: #fff;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    color: #666666;
    border-radius: 5px;
    min-height: 40px;
}

.or {
    margin: 30px 0 40px 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.or span {
    background: #c9c7c7;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 4px;
    position: relative;
    top: 15px;
    color: #000;
}

.accounts-tab .nav-tabs {
    padding: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.accounts-tab .nav-tabs li a {
    padding: 5px 50px;
    border: none;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    position: relative;
}

.accounts-tab .nav-tabs li a.active {
    color: #ff9000;
}

.accounts-tab .nav-tabs li a.active:before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #ff9000;
}

.accounts-tab .nav-tabs li a.active:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -20px;
    z-index: 99999;
    background: #ccc;
}

.accounts-tab .nav-tabs li a.active:after {
    content: "";
    background: #ff9000;
}

.actions2 li[aria-disabled="true"] a {
    display: none !important;
}

.form-wrap #wizard {
    display: flex;
    flex-wrap: wrap;
}

.form-wrap .steps {
    width: 20%;
    border-right: 2px solid #b9afcb;
}

.form-wrap .content {
    width: 80%;
    padding-left: 5%;
}

.form-wrap .steps ul {
    display: flex;
    flex-direction: column;
}

.form-wrap .steps ul li.current a {
    color: #8557d3;
}

.form-wrap .steps ul li a {
    color: #a397b9;
    display: flex;
}

.form-wrap .steps ul li a b {
    font-weight: normal;
    font-family: 'open_sanssemibold';
}

.form-wrap .steps ul li.done a b {
    color: #ff9000;
}

.form-wrap .steps ul li a .number {
    color: #fff;
}

.form-wrap .actions2 ul li {
    margin-right: 10px;
}

.form-wrap .actions2 ul li a {
    background: #8557d3;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    display: inline-block;
}

.form-wrap .steps ul li.done {
    border-right: 2px solid #ff9000;
}

.form-wrap .steps ul li.current {
    border-right: 2px solid #8557d3;
}

.form-wrap .actions {
    display: none;
}

.form-wrap .actions2 {
    padding: 25px 0;
    position: relative;
    z-index: 1;
}

.current-info {
    display: none;
}

.number {
    background: #b9afcb;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    text-align: center;
    line-height: 1;
    align-items: center;
    justify-content: center;
    position: relative;
    right: -15px;
    margin-left: auto;
}

.form-wrap .steps ul li.current .number {
    background: #8557d3;
    position: relative;
    z-index: 1;
}

.form-wrap .steps ul li.done .number {
    background: #ff9000;

}

.form-wrap .steps ul li.current .number:before {
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    box-shadow: 0 0 0 1px #8557d3;
    display: inline-block;
    border-radius: 50%;
    z-index: -1;
}

.form-wrap .steps ul li {
    border-right: 2px solid #b9afcb;
    padding: 60px 0 0 0;
    margin-right: -2px;
}

.fill-detail-heading {
    font-size: 16px;
    color: #8557d3;
    font-family: 'open_sanssemibold';
}

.payment-heading {
    font-size: 26px;
    margin: 50px 0 30px 0;
}

.custom-heading {
    font-size: 25px;
    margin: 25px 0 25px 0;
}

.make-payment-tabs ul li a {
    padding: 10px 25px;
    background: #f4f4f4;
    color: #333;
    border-radius: 0px !important;
    border: 1px solid #ccc !important;
}

.make-payment-tabs ul li a.active {
    background: #8557d3 !important;
    color: #fff !important;
    border-color: #8557d3 !important;
}

.make-payment-tabs .tab-content {
    border: 1px solid #ccc;
    border-top: none;
    padding: 30px;
    margin-bottom: 50px;
}

.yellow-btn {
    padding: 10px 20px;
    color: #fff !important;
    border: none;
    background: #ff9000;
    cursor: pointer;
    height: auto;
}

.blu-btn {
    padding: 10px 20px;
    color: #fff !important;
    border: none;
    background: #122d69;
    cursor: pointer;
    height: auto;
}

.make-payment-table tr td {
    padding: 20px 10px;
    font-size: 14px;
}

.make-payment-table tr td span {
    padding: 10px;
    font-size: 20px;
    font-family: 'open_sanssemibold';
}

.card-type ul li {
    padding: 7px 15px;
    margin: 0 3px;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    display: inline-flex;
    width: 25%;
    align-items: center;
}

.card-type {
    margin-bottom: 15px;
}

.card-type ul li input {
    margin-right: 5px;
}

#myModal .modal-body {
    font-size: 22px;
    text-align: center;
}

#myModal .modal-body span {
    display: block;
    color: #ff9000;
    border: none;
}

#myModal .modal-header {
    padding: 5px 15px;
    border: none;
}

#myModal .modal-header .close {
    padding: 5px 10px;
    margin: 0 0 0 auto;
    background: #ff9000;
    opacity: 1;
    border-radius: 7px;
    text-align: center;
}

#myModal .modal-content {
    border-radius: 30px;
}

li.profile {
    display: flex;
    padding: 19px 10px;
    text-align: right;
    justify-content: flex-end;
}

.profile-update {
    position: absolute;
    z-index: 99;
    background: #ff9000;
    display: none;
    box-shadow: 0 0 2px 2px #c16f04;
    width: 160px;
    top: 55px;
}

.profile:hover .profile-update {
    display: block;
}

.profile img {
    width: 30px;
    border-radius: 50%;
    float: right;
    margin: 0 0 0 10px;
}

.profile-name {
    margin: 0 15px;
}

.profile-update li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #e38102;
}

.profile-update li a {
    padding: 7px 10px;
    display: inline-block;
    width: 100%;
}

/* Manoj saini css start 18-10-21 */
/* Qualification Details css start */
span.subheading {
    font-size: 12px;
    display: block;
    color: #000
}

.qualification-detail-tabl thead th {
    vertical-align: middle;
    font-size: 12px;
    color: #000;
    border-color: #000;
    border-bottom: 1px solid #000;
}

.qualification-detail-tabl tbody td {
    border-color: #000;
    min-width: 120px;
}

.qualification-detail-tabl .form-control {
    padding: 5px;
    height: 30px;
}

/*.qualification-detail-tabl thead th{vertical-align:middle;border-bottom:2px solid #969696;border-top:2px solid #969696;font-size:12px;color:#000}
.qualification-detail-tabl td:first-child, .qualification-detail-tabl th:first-child{padding-left:0}
.qualification-detail-tabl td{border-bottom:1px solid #000;}
.qualification-detail-tabl td, .qualification-detail-tabl th{padding:1rem .3rem;border-right:1px solid #000}
.qualification-detail-tabl td:last-child, .qualification-detail-tabl th:last-child{border-right:0px}*/
.form-group input,
.form-group select {
    height: 36px
}

.qualification-detail-tabl .custm-select {
    background: url(../images/table-select-arow.png);
    background-repeat: no-repeat;
    background-position: 106% 100%;
    height: 30px !important;
}

.qualification-detail-tabl .input-group-text {
    height: 30px;
    padding: 5px;
}

.mark {
    background: #8557d3;
    color: #fff !important
}

/* Upload Photo css start */
ol.instruction {
    padding-left: 15px;
    margin-top: 20px
}

ol.instruction li {
    line-height: 2.5;
    color: #676767;
    text-align: justify;
}

.image-upload>input {
    display: none
}

.image-upload img {
    width: 100%;
    cursor: pointer
}

.image-upload {
    border: 4px dashed #dddddd;
    background: #fafafa;
    height: 350px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

/* Manoj saini css end 18-10-21 */
.declaration-sec {
    width: 70%;
    margin: 0 auto;
}

.note-wrap {
    display: flex;
    margin-bottom: 15px;
}

.note-wrap ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 7px;
    color: #979797;
}

.note-wrap .note-heading {
    color: #8557d3;
    margin-right: 7px;
}

.decl-sec {
    display: flex;
}

.decl-sec p {
    margin-left: 10px;
}

.error {
  color:red !important;
}
@media (max-width:767px) {
    .image-upload {
        height: 100%
    }

    .form-wrap .actions ul li {
        margin-right: 5px
    }

    .form-wrap .actions ul li a {
        padding: 10px 8px
    }
}