@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');

body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: din-regular;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    min-width: 300px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-font-smoothing: antialiased;
}

button:focus{
    outline: none;
}

.page-ath-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-ath-content {
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 40px 40px;
}

.page-ath-heading {
    font-size: 28px;
    font-weight: 700;
    color: #231f20;
    padding-bottom: 40px;
}
p {
   font-size: 14px;
}

.page-ath-form,
.page-ath-header,
.page-ath-footer,
.page-ath-text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page-ath-form {
    padding-bottom: 100px;
}

.page-ath-header {
    visibility: hidden;
    opacity: 0;
}

.page-ath-footer {
    font-family: 'Roboto', sans-serif;
    padding-top: 40px;
}
.page-ath-footer p{
    font-size: 15px;
}
.page-ath-footer p a{
    display: inline-block;
    margin-left: 3px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.page-ath-footer p a:hover{
    color: #006470;
}
.auth-part-logo {

}
.page-content {
    margin-left: 260px;
    transition: all .5s;
    padding: 15px;
}
.page-content.page-active{
    margin-left: 0px;
}
.language_card img {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}



/*---------signup-step-------------*/
.register-form-content{
    justify-content: center;
}
.register-form-content .page-ath-form{
    padding-bottom: 0px;
}
.register-form-content .form-align-box,
.register-form-content .page-ath-form,
.register-form-content .wizard,
.register-form-content .register-wizard-box,
.register-form-content .tab-content,
.register-form-content .wizard .tab-pane{
    height: 100%;
}
.register-form-content .page-ath-header{
    display: none;
}
.register-wizard-box .tab-pane h4{
    margin-top: 0px;
    font-size: 18px;
    color: #8e8c8c;
    margin-bottom: 12px;
}
.register-wizard-box .tab-pane h3{
    font-size: 26px;
    font-weight: 700;
    color: #231f20;
    padding-bottom: 25px;
}

.wizard {
    position: relative;
}
.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: absolute;
    bottom: 20px;
}

.wizard .nav-tabs > li > a.active .round-tab,
.wizard .nav-tabs > li > a.active:hover .round-tab,
.wizard .nav-tabs > li > a.active:focus .round-tab{
    cursor: default;
    background-color: #006470;
    color: #fff;
}

.wizard li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
    color: #0db02b;
}

.wizard .nav-tabs > li a {
    padding: 15px;
    position: relative;
}

.wizard .nav-tabs > li{
    width: 25%;
    position: relative;
}

.wizard .nav-tabs > li a .round-tab {
    width: 30px;
    height: 30px;
    color: #868cbd;
    font-weight: 600;
    background-color: #ced2f2;
    display: inline-block;
    border-radius: 50%;
    padding-top: 1px;
    text-align: center;
    z-index: 1;
    position: relative;
    transition: 0.5s;
    font-size: 16px;
}
.wizard .nav-tabs > li:before,
/* .wizard .nav-tabs > li:after{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    background-color: #ced2f2;
    left: 15px;
    transition: 0.5s;
}
.wizard .nav-tabs > li:after{
    background-color: #42b161;
    width: 0;
} */

/* .wizard .nav-tabs > li.done:after{
    width: 100%;
} */

.wizard .nav-tabs > li.done a .round-tab {
    background-color: #42b161;
    color: #fff;
}



.wizard .nav-tabs > li.done.active a .round-tab{
    background-color: #006470;
    color: #fff;
}

.wizard .nav-tabs > li.done.active ~ li .round-tab {
    background: #ced2f2;
    color: #868cbd;
}

/* .wizard .nav-tabs > li.active:after,
.wizard .nav-tabs > li.active~li:after{
    width: 0;
}


.wizard .nav-tabs > li:last-child:before,
.wizard .nav-tabs > li:last-child:after{
    display: none;
} */

.wizard .nav-tabs > li a.disabled{
    cursor: not-allowed;
}
.wizard .nav-tabs > li a i{
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}



.wizard .tab-content>.active{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 30px;
}
.step-btn{
    background-color: transparent;
}
.step-btn i{
    width: 40px;
    height: 40px;
    background-color: #e9e9ea;
    display: inline-block;
    border-radius: 50%;
    color: #5e666b;
    font-size: 15px;
    text-align: center;
    padding-top: 12px;
}
.step-btn span{
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #5e666b;
    letter-spacing: 0.3px;
}
.wizard h3 {
    margin-top: 0;
}
.prev-step,
.next-step{
    border: none;
    margin-top: 30px;
}
.prev-step span{
    margin-left: 10px;
}
.next-step span{
    margin-right: 10px;
    color: #006470;
}
.next-step i {
        box-shadow: 0px 4px 12px rgba(81, 97, 206, 0.5);
    background-color: #006470;
    color: #fff;
}

.form-input-steps .custom-control.custom-checkbox label{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.form-input-steps .custom-control.custom-checkbox label a{
    display: inline-block;
    margin-left: 3px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;

}
.form-input-steps .custom-control.custom-checkbox label a:hover{
    color: #006470;
}

.form-control {
    height: auto;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: 400;
    color: #333;
    border-color: #e4e4e4;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.progress{
  border-radius: 50px;
}
.progress-bar{
  background-color: #006470;
}

.card-input-element {
    display: none;
}

.card-input {
    margin: 10px;
    padding: 00px;
}

.card-input:hover {
    cursor: pointer;
}

.card-input-element:checked + .card-input {
    box-shadow: 0 0 8px 3px #006470;
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 2px;
}
 .language_card img {
    width: 100%;
    max-width: 150px;
    margin: 0px auto;
}
.language_card .col-md-6.col-lg-6.col-sm-6 {
    text-align: center;
}
.form-input-content p {
    font-size: 16px;
}
.progress-bar.progress-bar-striped.progress-bar-animated {
    font-size: 18px;
    position: relative;
    margin-top: -5px;
}
.form-section .form-group {
    font-size: 16px;
}
.form-section h4 {
    padding-bottom: 10px;
}
.form-section .form-group {
    margin-bottom: 10px;
}
button.btn.submit-btn {
    display: block;
    background: #006470;
    color: #fff;
    padding: 2px 50px 6px;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
}

button.btn.query_button {

    background: #006470;
    color: #fff;
    padding: 2px 50px 6px;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
}


.thankyou-msg {
    text-align: center;
}
.thankyou-msg img {
    width: 60px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.thankyou-msg h4 {
    font-size: 37px;
    font-weight: 800;
    color: #42b161;
}
.thankyou-msg p {
    max-width: 400px;
    margin: 15px auto;
    font-size: 16px;
}
.thankyou-msg {
    margin-bottom: 30px;
}
.error{
    color: red;
}
.page-ath-wrap {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    margin-top: 30px;
}
.page-ath-form img.logo {
    width: 145px;
    padding: 10px 0px;
}
.logo_area {
    /* text-align: center; */
    margin: -15px -40px 20px;
}
.form-align-box .logo_area {
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
}
.form-align-box .logo_area img.logo.kaauh {
    float: right;
}
.form-align-box .logo_area img.logo.kaauh {
    float: right;
    width: 250px;
    margin-right: 5px;
    margin-top: 5px;
}
.logo_area {
    padding: 0px 10px;
}

@media only screen and (max-width: 767px) {
      .page-ath-content {
        background: #fff;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px 20px 10px;
    }
    .language_card img {
        width: 100%;
        max-width: 80px;
        margin: 2px 2px;
    }
    .progress-bar.progress-bar-striped.progress-bar-animated {
        padding-left: 10px;
    }
    div#step2 .wizard > div.wizard-inner {
        position: absolute;
        bottom: 5px;
        left: -10px;
    }
    div#step2 .prev-step, .next-step {
        border: none;
        margin-top: 5px;
    }
    .wizard .nav-tabs > li a {
        padding: 15px 7px;
        position: relative;
    }
    .wizard .nav-tabs {
        margin-left: -10px;
    }
    .step-btn i {
        width: 32px;
        height: 32px;
        background-color: #e9e9ea;
        display: inline-block;
        border-radius: 50%;
        color: #5e666b;
        font-size: 14px;
        text-align: center;
        padding: 9px 12px;
    }
    .wizard > div.wizard-inner {
        position: absolute;
        bottom: 17px;
    }
    .list-inline>li {
        display: inline-block;
        padding-right: 2px;
        padding-left: 2px;
    }
    .step-btn span {
        display: inline-block;
        font-weight: 700;
        font-size: 13px;
    }
    .progress-bar.progress-bar-striped.progress-bar-animated {
      font-size: 15px;
    }
    .logo_area {
        padding: 0px 10px;
        display: flex;
        margin-bottom: 20px !important;
        justify-content: space-between;
    }
    .logo_area {
        margin: -15px -20px 20px;
    }
    .page-ath-form img.logo {
        width: 100px;
    }
    .form-align-box .logo_area img.logo.kaauh {
        float: right;
        width: 190px;
    }
    .card-input-element:checked + .card-input {
        box-shadow: 0 0 8px 3px #006470;
        /* border-radius: 50px; */
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        padding: 2px;
    }
}

@media (min-width: 250px) and (max-width: 281px) {
    .page-ath-content {
        padding: 10px 15px 10px;
    }
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
    .step-btn span {
        display: inline-block;
        font-weight: 700;
        font-size: 12px;
    }
    .step-btn i {
        width: 30px;
        height: 30px;
        background-color: #e9e9ea;
        display: inline-block;
        border-radius: 50%;
        color: #5e666b;
        font-size: 13px;
        text-align: center;
        padding: 9px 12px;
    }
    .prev-step span {
        margin-left: 3px;
    }
    .prev-step span {
    margin-left: 3px;
        display: none;
    }
    .logo_area {
         padding: 0px 5px;
    }
    .page-ath-form img.logo {
        width: 85px;
    }
    .form-align-box .logo_area img.logo.kaauh {
        float: right;
        width: 166px;
    }
}
