.ar-right {
    text-align: right !important;
    margin-right: 7px;
}


.en-left {
    text-align: left !important;
    margin-left: 7px;
}

.main-custom {
    margin-top: 70px;
}

.signup-title {
    margin-bottom: 40px;
}

.containter-over {
    margin-top: 34px !important;
}

.section-input-custom {
    /* width: 100% !important; */
    width: 267px !important;
    border-radius: 24px !important;
    background: transparent !important;
    border-color: white;
    /* color: white !important; */
    max-height: 48px !important;
}



.input-margin {
    margin-top: 16px;
}

.btn-margin {
    margin-top: 32px;
}

.login-here-div {
    margin-top: 23px;
}

.label-1 {
    padding-top: 10px;
    font-size: 16px !important;
    margin-bottom: .5rem !important;
    display: inline-block !important;
}

.modal-content-en {
    background-color: #fefefe;
    padding: 25px;
    box-shadow: 0px 0px 60px #0000001F;
    border-radius: 35px;
    opacity: 1;
    width: auto;
    margin-left: -100px;
}

.modal-content-ar {
    background-color: #fefefe;
    padding: 25px;
    box-shadow: 0px 0px 60px #0000001F;
    border-radius: 35px;
    opacity: 1;
    width: auto;
    margin-right: -130px;
}

.modal-content2 {
    background: transparent url('img/Rectangle 31978.png') 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 60px #0000001F;
    border-radius: 40px;
    opacity: 1;
}

.checkbox-terms {
    box-shadow: 0px 0px 6px white;
    margin-bottom: 30px;
    width: 20px;
    height: 20px;
}

.sign-up-using {
    font-size: 13px !important;
    padding-top: 6px;
}


.center-x-y-z {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: center;
    align-items: center;
    justify-content: center;
    width: 210px;
}

.image-1 {
    /* background-image: url('https://ak.picdn.net/shutterstock/videos/7369597/thumb/1.jpg'); */
    background-image: url('../img/auth/sign-up-desktop.png') !important;
    background-size: cover;
    width: 760px !important;
    border-radius: 28px !important;
    /* background-color: grey !important; */
    background-position: center !important;
    height: 740px !important;
}


.checkmark {
    display: inline-block;
    width: 24px;
    height: 24px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.checkmark-ar {
    display: inline-block;
    width: 27px;
    height: 22px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.checkmark_stem {
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: #ccc;
    left: 11px;
    top: 5.8px;
    border-radius: 30px;
}

.checkmark_kick {
    position: absolute;
    width: 5.7px;
    height: 2px;
    background-color: #ccc;
    left: 7px;
    top: 14.1px;
    border-radius: 30px;
}

.fix_checkmark_rotation-en {
    position: absolute;
    transform: rotate(-40deg) !important;
    left: -4px !important;
    right: 35px !important;
    top: 10px !important;
}

.fix_checkmark_rotation-ar {
    position: absolute;
    transform: rotate(-40deg) !important;
    left: -6px !important;
    right: 11px !important;
    top: 3px !important;
}

.checkbox-hidden {
    display: none;
}

.checkbox-hidden:checked+label .checkmark_stem,
.checkbox-hidden:checked+label .checkmark_kick {
    background-color: #BD2800;
}

.checkmarkBackground {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 5px;
    opacity: 1;
    transform: rotate(90deg);
}

.custom-form {
    height: 465px !important;
    width: 600px !important;
    margin-top: 106px !important;
    box-shadow: 0px 0px 60px #0000001F;
    border-radius: 40px;
    opacity: 1;
}

.custom-form-ar {
    height: 457px !important;
    width: 630px !important;
    margin-top: 100px !important;
    box-shadow: 0px 0px 60px #0000001F;
    border-radius: 40px;
    opacity: 1;
}

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

.terms-css {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.terms-css-p {
    display: flex;
    flex-wrap: wrap;
}

.button-custom {
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 160px !important;
    text-align: center;
    opacity: 1;
    border: 1px solid black;
    font-family: geekexpressbold;
    font-size: 13px;
    background-color: #000000;
    color: white !important;
    padding: 10px 10px 10px 10px;
    height: 36px;
    letter-spacing: 0.26px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 9px;
    padding-top: 9px;
    cursor: pointer;
}

.sign-up-form-2 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-align: center;
}

.input-custom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.already-have-css {
    font-size: 16px !important;
    color: #FFFFFF;
}

@media only screen and (max-width: 990px) and (max-width: 1000px) {
    .main-custom {
        margin-top: 0px;
    }

    .custom-break {
        display: none;
    }

    .containter-over {
        margin-top: 0px !important;
    }

    .already-have-css {
        font-size: 14px !important;
        color: #FFFFFF;
        text-align: center;
    }

    .input-custom {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .signup-title {
        text-align: center;
        margin-bottom: 0px;
    }

    .terms-css {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .terms-css-p {
        display: inline;
        flex-direction: none;
        flex-wrap: none;
    }

    .hidden-mobile {
        display: none;
    }

    .custom-break {
        word-break: break-all;
    }

    .image-1 {
        background-image: url('../img/auth/sign-up-mobile.png') !important;
        background-size: unset !important;
        width: 900px !important;
        /* width: 100% !important; */
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 28px;
        border-bottom-left-radius: 28px;
        background-position: center;
        height: 430px !important;
    }

    .modal-content-en {
        background-color: #fefefe !important;
        padding: 25px !important;
        box-shadow: 0px 0px 60px #0000001F !important;
        border-radius: 35px !important;
        opacity: 1 !important;
        width: auto !important;
        margin-left: 0px !important;
    }

    .modal-content-ar {
        background-color: #fefefe !important;
        padding: 25px !important;
        box-shadow: 0px 0px 60px #0000001F !important;
        border-radius: 35px !important;
        opacity: 1 !important;
        width: auto !important;
        margin-right: 0px !important;
    }

    .custom-form {
        height: 500px !important;
        width: auto !important;
        margin-top: 75px !important;
        box-shadow: 0px 0px 60px #0000001F;
        border-radius: 40px;
        opacity: 1;
        margin-top: -150px !important;
    }

    .custom-form-ar {
        height: 505px !important;
        width: auto !important;
        margin-top: -150px !important;
    }

    .label-1 {
        font-size: 16px !important;
        margin-top: 1rem !important;
        display: inline-block !important;
        padding: 0px;
        margin-bottom: 0.0rem !important;
    }

    .section-input-custom {
        width: 100% !important;
        border-radius: 24px !important;
        background: transparent !important;
        width: 100% !important;
        border-color: white;
        /* color: white !important; */
        max-height: 48px !important;
    }

    .checkmark {
        display: inline-block;
        width: 28px;
        height: 22px;
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        transform: rotate(0deg);
    }

    .checkmark-ar {
        display: inline-block;
        width: 28px;
        height: 22px;
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        transform: rotate(0deg);
    }

    .checkmark_stem {
        position: absolute;
        width: 2px;
        height: 10px;
        /* background-color: #ccc; */
        left: 11px;
        top: 5.8px;
        border-radius: 30px;
    }

    .checkmark_kick {
        position: absolute;
        width: 5.7px;
        height: 2px;
        /* background-color: #ccc; */
        left: 7px;
        top: 14.1px;
        border-radius: 30px;
    }

    .fix_checkmark_rotation-en {
        position: absolute;
        transform: rotate(46deg) !important;
        left: 10px !important;
        right: 7px !important;
        top: -4px !important;
    }

    .fix_checkmark_rotation-ar {
        position: absolute;
        transform: rotate(46deg) !important;
        left: 10px !important;
        right: -4px !important;
        top: 2px !important;
    }

    .checkbox-hidden {
        display: none;
    }

    .checkbox-hidden:checked+label .checkmark_stem,
    .checkbox-hidden:checked+label .checkmark_kick {
        background-color: #BD2800;
    }

    .checkmarkBackground {
        /* background: #FFFFFF 0% 0% no-repeat padding-box; */
        box-shadow: 0px 0px 6px #00000029;
        border-radius: 5px;
        opacity: 1;
        transform: rotate(0deg);
    }

    .button-custom {
        width: 286px !important;
        width: 100%;
        margin-bottom: 15px;
        border-radius: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
    }

    .sign-up-form-2 {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }

    .center-x-y-z {
        margin: 0;
        position: absolute;
        top: 35%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: center;
        align-items: center;
        justify-content: center;
        width: 250px;
    }

    .welcome-css {
        text-align: center
    }
}

@media only screen and (max-width: 767px) {

    .custom-form,
    .custom-form-ar {
        height: 700px !important;
        width: auto !important;
    }

    .input-custom {
        display: unset;
        flex-direction: unset;
        flex-wrap: unset;
        justify-content: unset;
    }

}

@media only screen and (max-width: 660px) {
    .already-have-css {
        font-size: 14px !important;
        color: #FFFFFF;
        text-align: center;
    }


    .containter-over {
        margin-top: 0px !important;
    }

    .center-x-y-z {
        margin: 0;
        position: absolute;
        top: 35%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: center;
        align-items: center;
        justify-content: center;
        width: 250px;
    }

    .welcome-css {
        text-align: center
    }

    .input-custom {
        display: unset;
        flex-direction: unset;
        flex-wrap: unset;
        justify-content: unset;
    }

    .signup-title {
        text-align: center;
        margin-bottom: 0px;
    }

    .terms-css {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .terms-css-p {
        display: inline;
        flex-direction: none;
        flex-wrap: none;
    }

    .hidden-mobile {
        display: none;
    }

    .main-custom {
        margin-top: 0px;
    }

    .image-1 {
        background-image: url('../img/auth/sign-up-mobile.png') !important;
        background-size: unset !important;
        width: 760px !important;
        /* width: 100%; */
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 28px;
        border-bottom-left-radius: 28px;
        background-position: center;
        height: 400px !important;
    }

    .modal-content-en {
        background-color: #fefefe !important;
        padding: 25px !important;
        box-shadow: 0px 0px 60px #0000001F !important;
        border-radius: 35px !important;
        opacity: 1 !important;
        width: auto !important;
        margin-left: 0px !important;
    }

    .modal-content-ar {
        background-color: #fefefe !important;
        padding: 25px !important;
        box-shadow: 0px 0px 60px #0000001F !important;
        border-radius: 35px !important;
        opacity: 1 !important;
        width: auto !important;
        margin-right: 0px !important;
    }

    .custom-form,
    .custom-form-ar {
        height: 699px !important;
        width: auto !important;
        box-shadow: 0px 0px 60px #0000001F;
        border-radius: 40px;
        opacity: 1;
        margin-top: -94px !important;
    }

    /*     . {
        height: 800px !important;
        width: auto !important;
        margin-top: 75px !important;
        box-shadow: 0px 0px 60px #0000001F;
        border-radius: 40px;
        opacity: 1;
        margin-top: -94px !important;
    } */
    .label-1 {
        font-size: 16px !important;
        margin-top: 1rem !important;
        display: inline-block !important;
        padding: 0px;
        margin-bottom: 0.0rem !important;
    }

    .section-input-custom {
        width: 100% !important;
        border-radius: 24px !important;
        background: transparent !important;
        width: 100% !important;
        border-color: white;
        /* color: white !important; */
        max-height: 48px !important;
    }

    .checkmark {
        display: inline-block;
        width: 25px;
        height: 24px;
    }

    .checkmark-ar {
        display: inline-block;
        width: 30px;
        height: 23px;
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        transform: rotate(0deg);
    }

    .checkmark_stem {
        position: absolute;
        width: 2px;
        height: 10px;
        /* background-color: #ccc; */
        left: 11px;
        top: 5.8px;
        border-radius: 30px;
    }

    .checkmark_kick {
        position: absolute;
        width: 5.7px;
        height: 2px;
        /* background-color: #ccc; */
        left: 7px;
        top: 14.1px;
        border-radius: 30px;
    }

    .fix_checkmark_rotation-en {
        position: absolute;
        transform: rotate(46deg) !important;
        left: 10px !important;
        right: 7px !important;
        top: -4px !important;
    }

    .fix_checkmark_rotation-ar {
        position: absolute;
        transform: rotate(46deg) !important;
        left: 9px !important;
        right: -2px !important;
        top: 0px !important;
    }

    .checkbox-hidden {
        display: none;
    }

    .checkbox-hidden:checked+label .checkmark_stem,
    .checkbox-hidden:checked+label .checkmark_kick {
        background-color: #BD2800;
    }

    .checkmarkBackground {
        /* background: #FFFFFF 0% 0% no-repeat padding-box; */
        box-shadow: 0px 0px 6px #00000029;
        border-radius: 5px;
        opacity: 1;
        transform: rotate(0deg);
    }

    .button-custom {
        width: 286px !important;
        width: 100%;
        margin-bottom: 15px;
        border-radius: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
    }

    .sign-up-form-2 {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
}

/* (min-width:800px) and (min-width: 1050px)  */

@media only screen and (max-width: 450px) {

.checkmark {
    display: inline-block;
    width: 37px;
    height: 24px;
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}
}