@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");

:root {
    --primary: #333;
    --secondary: #333;
    --errorColor: red;
    --stepNumber: 6;
    --containerWidth: 600px;
    --bgColor: #333;
    --inputBorderColor: lightgray;
}
@font-face {
    font-family: 'satoshiblack';
    src: url('../font/Satoshi-Black.ttf') format('woff2'),
         url('../font/Satoshi-Black.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  @font-face {
    font-family: 'falsesemi-bold';
    src: url('../font/Satoshi-Bold.ttf') format('woff2'),
         url('../font/Satoshi-Bold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  @font-face {
    font-family: 'satoshimedium';
    src: url('../font/Satoshi-Medium.ttf') format('woff2'),
         url('../font/Satoshi-Medium.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  * {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "satoshimedium";
}
body {
  
}
.hyflyer_outer_div {
    background-image: url("./images/hyflyer-bg.png");
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    min-height: 100vh;
}
::selection {
    color: #fff;
    background: var(--primary);
}
.container {
    width: 50% !important;
    background: #fff;
    text-align: center;
    border-radius: 31px;
    padding: 35px 35px 35px 35px;
}
.container header {
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 30px 0;
}
.container .form-outer {
    width: 100%;
    clear:both;
    overflow: hidden;
}
.container .form-outer form {
    display: flex;
    width: calc(100% * var(--stepNumber));
}
.form-outer form .page {
    width: calc(100% / var(--stepNumber));
    transition: margin-left 0.3s ease-in-out;
}
.form-outer form .page .title {
    text-align: left;
    font-size: 25px;
    font-weight: 500;
}
.form-outer form .page .field {
    width: 100%;
    height: 35px;
    margin: 35px 0 0;
    display: flex;
    position: relative;
}
.form-outer form .page .field.input_field {
    display: block;
    margin: 40px 0 10px;
}
form .page .field .label {
    position: absolute;
    top: -25px;
    font-weight: 500;
}
form .page .field input {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    border: 1px solid var(--inputBorderColor);
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 1px;
    font-size: 15px;
    transition: border-color 150ms ease;
}
form .page .field textarea {
    box-sizing: border-box;
    height: 100%;
    float: left;
    width: 100%;
    border: 1px solid var(--inputBorderColor);
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 14px;
    transition: border-color 150ms ease;
}
.text_area{
    height: 50px !important;
}
.field.btns {
    margin-top: 50px !important;
}
form .page .field input.invalid-input {
    border-color: var(--errorColor);
}
form .page .field select {
    width: 100%;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 500;
    height: 35px;
}
form .page .field button {
    width: 100%;
    height: calc(100% + 5px);
    border: none;
    background: var(--secondary);
    margin-top: -20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s ease;
}
form .page .field button:hover {
    background: #000;
}
form .page .btns button {
    margin-top: -20px !important;
}
form .page .btns button.prev {
    margin-right: 3px;
    font-size: 17px;
}
form .page .btns button.next {
    margin-left: 3px;
}

header img{
    width: 300px;
}

h1 , h2{
    margin-bottom: 30px;
    font-weight: 500;
}
h3{
    margin-bottom: 30px;
}
.step_1_boxes{
    
    display: flex;
    width: 100%;
}
.step_1_inrbox{
    width: 100%;
}
.card-input{
    padding: 10px;
}
.card-input-element {
    display: none;
}
.card-input:hover {
    cursor: pointer;
}
.panel.panel-default.card-input {
    border: 1px solid transparent;
}
.panel p {
    padding-top: 5px;
    font-size: 15px;
}
.country_outer{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}
.country_box img {
    width: 105px;
    height: 100px;
    border-radius: 50%;
}
.education h2{
    padding-bottom: 10px;
    font-weight: 600
}
.step_1_inrbox p {
    padding-top: 15px;
    font-size: 18px;
}
.country_box.services {
    width: 15%;
}
.country_box.services img {
    width: 70px;
    height: auto;
    border-radius: 0;
}
.senior h2{
    padding-bottom: 10px;
    font-weight: 600
}
.communication  h2{
    padding-bottom: 10px;
    font-weight: 600
}
h2{
    font-weight: 600
}
.w-50{
    width: 48% !important;
    padding: 3px;
}
.w-100{
    width: 100% !important;
}
.d-flex{
    display: flex !important;
}
.flex-wrap{
    flex-wrap: wrap !important;
}
.justify-content-center{
    justify-content: center !important;
}
.align-items-center{
    align-items: center;
}
.me-2{
    margin-right: 5px !important;
}
.me-3{
    margin-right: 10px !important;
}
.mt-4{
    margin-top: 20px;
}
.mt-3{
    margin-top: 15px;
}
.personal_information{
    gap: 10px;
}
.radio_input{
    width: 2.5% !important;
}
.radio_input_w-50{
    width: 6% !important;
}
.btn button{
    padding: 10px;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
}
.btn {
    display: flex;
    /*justify-content: end;*/
    margin-top: 15px;
}
.marital_status_div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ielts_info{
    display: none;
}
.step_1 img {
    width: 100%;
    border-radius: 35px;
}
.s4_personal_info {
    overflow-y: auto;
}
.s5_personal_info{
    overflow-y: auto;
}
.s6_personal_info{
    overflow-y: auto;
    overflow-x: hidden;
}
.s9_personal_info{
    overflow-y: auto;
}
.s10_personal_info{
    overflow-y: auto;
    overflow-x: hidden;
}
.s11_personal_info{
    overflow-y: auto;
    overflow-x: hidden;
}
.step_12{
}
.error-message {
    margin-top: 3px;
    color: red;
    font-size: 12px;
    text-align: left;
}
.text_area .error-message {
    margin-top: 0px;
}
.ielts_info_div{
    overflow-y: auto;
}
.field.input_field.personal_field {
    width: 31% !important;
    padding-right: 12px;
}
/* .marital_status_div .d-flex{
    margin-bottom: 9px !important;
    align-items: center;
}
.marital_status_div .d-flex label{
    margin-bottom: 0px;
} */

@media screen and (max-width: 490px) {
    :root {
        --containerWidth: 100%;
    }
    .container {
        box-sizing: border-box;
        border-radius: 30px;
    }
    
}@media (max-width: 1200px){
.container {
    width: 80% !important;
}
}
@media (max-width: 991px){
    .country_box img {
        width: 97px;
        height: 97px;
        border-radius: 50%;
    }
    .country_box.services {
        width: 19%;
    }
}

@media (max-width: 768px){
    :root {
        --containerWidth: 470px;
    }
    .panel p {
        font-size: 14px;
    }
    .services .card-input {
        padding: 10px 0;
    }
    .w-50 {
        padding: 2px;
    }
    h2 {
        font-size: 23px;
    }
    .country_box img {
        width: 70px;
        height: 70px;
    }
    .country_box.services img {
        width: 55px;
        height: auto;
        border-radius: 0;
    }
    .country_box.services {
        width: 19%;
    }
    .step_1_inrbox p {
        padding-top: 5px;
    }
    .field.input_field.personal_field {
        width: 48% !important;
        padding-right: 9px;
    }
}
@media (max-width: 576px){
    .container header {
        margin: 0 0 15px 0;
    }
    h1, h2 , h3 {
        margin-bottom: 20px;
    }
    :root {
        --containerWidth: 400px;
    }
    header img {
        width: 200px;
    }
    .step_1_boxes {
        flex-wrap: wrap;
        justify-content: center;
    }
    .step_1_inrbox {
        width: 50%;
    }
    .services .card-input {
        padding: 8px 0;
    }
    .country_box.services img {
        width: 35px;
    }
    .panel p {
        font-size: 14px;
    }
    .country_box.services {
        width: 23%;
    }
    .card-input {
        padding: 7px;
    }
    .panel p {
        font-size: 12px;
    }
    .field.input_field.w-50{
        width: 100% !important;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 18px;
    }
    .step_1_inrbox p {
        font-size: 13px;
    }
    form .page .field button {
        height: 35px;
        font-size: 14px !important;
    }    
    .personal_information {
        gap: 0;
    }
    .country_box img {
        width: 50px;
        height: 50px;
    } 
    .country_box.com {
        width: 31%;
    }
    .country_box.com img {
        width: 50px;
        height: 50px;
    }
    .container {
        margin: 30px;
        padding: 20px;
    }    
    .field.input_field.personal_field {
        width: 100% !important;
        padding-right: 2px;
    }
    .form-outer form .page .field.input_field {
        display: block;
        margin: 35px 0 10px;
    }
    .form-outer form .page .field {
        height: 32px;
        margin: 35px 0 0;
    }
    form .page .field .label {
        top: -23px;
        font-size: 15px;
    }    
    .error-message {
        font-size: 11px;
    }    
    .radio_input {
        width: 4% !important;
    }
    h3 {
        margin-bottom: 15px;
        font-size: 17px;
    }
    .btn button {
        padding: 5px 7px;
    }
    .btn {
        margin-top: 5px;
    }
    form .page .field select {
        height: 28px !important;
        width: fit-content;
        padding-left: 6px;
        font-size: 15px;
        display: flex;
        margin-left: 1px;
    }
    form .page .field input {
        padding-left: 10px;
        font-size: 14px;
    }
    .step_1 img {
        border-radius: 15px;
    }
    .country_box {
        width: 29%;
    }
}
@media (max-width: 425px){
    .country_box {
        width: 31%;
    }
.country_box.services {
    width: 31%;
}
.radio_input {
    width: 6% !important;
}

}
button.delete_button {
    display: flex;
    margin-left: auto;
    border: none;
    background: #DF1D3B;
    color: white;
    padding: 7px 11px;
    border-radius: 7px;
    /* margin-top: 15px; */
}
input[type=date] {
    -webkit-min-logical-width: calc(90%);
}
