.info {
    height: 100%;
    font-family: ExpoArabic;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #267e48;
    padding-top: 8px;
    cursor: pointer;
}

.info-active {
    /*height: 60px;*/
    /*border-radius: 1px;*/
    background-color: #9cca3b;
    border-bottom-color: #9cca3b;
    /*margin-top: -8px;*/
    /*margin-right: -15px;*/
}

.un-active-line {
    display: none;
}

.files {
    font-family: ExpoArabic;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #707070;
    padding-top: 8px;
    /*background-color: #fafafa;*/
    cursor: pointer;
}

div[id^='step'] {
    border-bottom: 1px solid #707070;
}

.info span {
    width: 62px;
    height: 13px;
    font-family: ExpoArabic;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #267e48;
}

.files span {
    width: 59px;
    height: 13px;
    font-family: ExpoArabic;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #707070;
}

.info img {
    padding-right: 20px;
    padding-top: 9px;
}

.files img {
    padding-right: 20px;
    padding-top: 9px;
}

.main-tap {
    margin: 0px;
    margin-bottom: 10px;
}

.active-line {
    width: 100%;
    height: 1px;
    background-color: #267e48;
    margin-top: 0px;
    margin-right: 10px;
}

.general-lable {
    height: 18px;
    font-family: ExpoArabic;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
    padding-right: 3px;
}

.general-input {
    height: 48px;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.12);
    text-align: right;
}

.submit-btn {
    width: 980px;
    height: 55px;
    border-radius: 4px;
    background-color: #267e48;
    margin-bottom: 30px;
    margin-top: 15px;
}

.submit-btn span {
    width: 41px;
    height: 21px;
    font-family: ExpoArabic;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.radio-input {
    width: 166px;
    margin-left: 5px;
    height: 48px;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.12);
    display: inline-block;
}

.radio-input span {
    width: 22px;
    height: 18px;
    font-family: ExpoArabic;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #525252;
}

.radio-check {
    width: 20px;
    height: 20px;
    background-color: #d8d8d8;
    margin-top: 10px;
    margin-right: 8px;
}

.checkbox-input {
    width: 18px;
    height: 18px;
    opacity: 0.54;
    background-color: #010101;
}

.checkbox-txt {
    width: 118px;
    height: 18px;
    font-family: ExpoArabic;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #525252;
    margin-right: 10px;
}

.check-option {
    margin-top: 30px;
}

.page1 div:first-child {
    margin-bottom: 20px;
}

.page2 {
    display: none;
}

.page3 {
    display: none;
}

.page4 {
    display: none;
}

.done {
    display: none;
}

.validation-msg {
    height: 14px;
    font-family: ExpoArabic;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: red;
    padding-top: 6px;
    padding-bottom: 45px;
}

.success-img {
    text-align: center;
    margin-top: 76px;
    margin-bottom: 37px;
}

.success-title {
    text-align: center;
}

.success-msg {
    text-align: -webkit-center;
    margin-top: 10px;
    margin-bottom: 300px;
}

.success-title span {
    width: 145px;
    height: 24px;
    font-family: ExpoArabic;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.success-msg p {
    width: 327px;
    height: 17px;
    font-family: ExpoArabic;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #636363;
}

.gender-select-container {
    display: flex;
    justify-content: center;
}

.gender-select-container div {
    flex: 1;
}

@media (max-width: 768px) and (min-width: 0px) {
    div[id^='step'] {
        width: 100%;
        display: block;
        height: 100%;
    }

    div[id^='step'] .row div:first-child {
        flex: 0
    }

    div[id^='step'] .row div:last-child {
        flex: 1
    }

    .gender-select-container {
        display: block;
    }

    .info {
        height: 21px;
        font-family: ExpoArabic;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #267e48;
        padding-top: 8px;
        width: 50%;
    }

    .files {
        height: 54px;
        font-family: ExpoArabic;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #707070;
        padding-top: 8px;
        /*background-color: #fafafa;*/
        width: 50%;
    }

    .active-line {
        width: 148px;
        height: 1px;
        background-color: #267e48;
        margin-top: -6px;
        margin-right: -5px;
    }

    .step-one-txt-div {
        width: 75%;
        padding-right: 0px;
    }

    .step-three-txt-div {
        width: 75%;
        padding-right: 17px;
    }

    /*.img-div {*/
    /*    width: 25%;*/
    /*    padding-right: 6px;*/
    /*    margin-top: -4px;*/
    /*}*/

    .info img {
        padding-right: 0px;
        padding-top: 9px;
    }

    .files img {
        padding-right: 0px;
    }

    .general-input {
        /*margin-right: 10px;*/
    }

    .general-lable {
        /*margin-right: 10px;*/
    }

    .submit-btn {
        width: 310px;
        margin-right: 15px;
    }

    .radio-input {
        width: 150px;
        margin-left: -5px;
        margin-right: 11px;
        margin-bottom: 9px;
    }

    .checkbox-input {
        margin-right: 14px;
    }

    .check-option {
        margin-top: 0px;
    }
}

@media (min-width: 992px) {
    .step-one-txt-div {
        padding-right: 30px;
    }

    .step-three-txt-div {
        padding-right: 30px;
    }

    .step-three-txt-div p{
        white-space: nowrap;
    }

    .step-two-txt-div {
        padding-right: 30px;
    }
}

.file-input {
    display: none;
}

.file-label {
    background-color: #f7f8f9;

    font-family: ExpoArabic;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;

    letter-spacing: normal;
    text-align: right;
    color: #acacac;
    padding-top: 0.8rem;
    text-align: left;
}

.file-label::after {
    font-family: ExpoArabic;
    content: "اختيار الصورة";
    visibility: visible;
    position: relative;
    display: inline;
    padding: .5rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border-radius: .25rem .25rem;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background-color: #9cca3b;
}

.header-files {
    margin-bottom: 2em;
}

.header-title {
    width: 60px;
    height: 24px;
    font-family: ExpoArabic;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
}

.header-body {
    width: 467px;
    height: 17px;
    font-family: ExpoArabic;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #636363;
}

.full-width {
    width: 100%
}

.terms-conditions, .terms-conditions:hover {
    color: #267e48;
}