.login_wraper {
    display: flex;
    width: 100%;
    height: auto;
}

.login_wrap_1 {
    display: block;
    width: 55%;
    height: auto;
}

.login_wrap_3 {
    display: block;
    width: 55%;
    height: 100vh;
}

.login_wrap_2 {
    display: block;
    width: 45%;
    height: auto;
    background: url(../../images/register-bg-1.png);
    background-size: cover;
}

.login_head_1 {
    display: flex;
    width: 100%;
    padding: 15px 25px;
    img {
        max-width: 230px;
    }
}

.login_body_1 {
    display: table;
    width: 100%;
    padding: 15px 25px;
    max-width: 520px;
    margin: auto;
    a {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
    }
}

.sub_para_3 {
    color: #08283c;
    font-size: 16px;
    line-height: 26px;
}

.mani_head_1 {
    font-weight: 600;
    font-size: 40px;
}

.main_head_2 {
    font-size: 28px;
    font-weight: 600;
}

.main_para_3 {
    font-size: 28px;
}

.sub_head_2 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    color: #08283c;
    text-align: center;
}

.sub_head_3 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
    color: #08283c;
    float: right;
}

.cutome_chebox {
    label {
        input {
            display: none;
        }
        span {
            height: 20px;
            width: 20px;
            border: 1px solid grey;
            display: inline-block;
            position: relative;
            top: -3px;
            margin-right: 10px;
        }
    }
    [type=checkbox] {
        &:checked+span {
            &:before {
                content: '';
                position: absolute;
                top: 3px;
                left: 3px;
                background: #d20e0e;
                height: 12px;
                width: 12px;
            }
        }
    }
}

.addres_form label {
    font-weight: 600;
    font-size: 15px;
    color: #0c3148;
}

.sub_head_2 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    color: #08283c;
    text-align: center;
}

@media (max-width: 1250px) {
    .login_wrap_3 {
        display: block;
        width: 55%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .login_wrap_3 {
        width: 100%;
        .login_head_1 {
            text-align: center;
            width: 100%;
            display: inline-block;
        }
    }
    .login_wrap_2 {
        display: none;
    }
    .login_body_1 {
        max-width: 90%;
        a {
            margin-bottom: 0!important;
            width: 100%;
            text-align: center;
        }
    }
    .mobile_banner {
        display: inline-block!important;
    }
    .phone-filed {
        position: relative;
    }
    .phone-filed .col-md-4 {
        position: absolute;
        max-width: 100px;
    }
    .phone-filed .col-md-8 {
        max-width: 83%;
        margin-left: 17%;
    }
}

@media (max-width: 580px) {
    .about_mob_1 {
        display: block !important;
        text-align: center;
        margin-bottom: 30px;
        h1 {
            font-size: 26px;
        }
        p {
            font-size: 14px;
        }
    }
    .mobile_div_wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        .mobile_wrap_1 {
            -webkit-box-ordinal-group: 2;
            -moz-box-ordinal-group: 2;
            -ms-flex-order: 2;
            -webkit-order: 2;
            order: 2;
        }
        .mobile_wrap_2 {
            -webkit-box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1;
        }
        .mobile_wrap_3 {
            -webkit-box-ordinal-group: 3;
            -moz-box-ordinal-group: 3;
            -ms-flex-order: 3;
            -webkit-order: 3;
            order: 3;
        }
        .mobile_wrap_4 {
            -webkit-box-ordinal-group: 4;
            -moz-box-ordinal-group: 4;
            -ms-flex-order: 4;
            -webkit-order: 4;
            order: 4;
        }
    }
    .about-img-e1 {
        padding: 0;
        position: relative;
    }
    .sub_menu_1 {
        ul.navbar-nav {
            li.nav-item {
                a {
                    font-size: 15px;
                    padding: 0 10px 0;
                }
            }
            display: none;
        }
        display: none !important;
    }
    .main_navbar {
        .navbar-brand {
            img {
                max-width: 160px;
            }
        }
        .navbar-collapse {
            background: #fff;
            padding: 10px;
        }
        .navbar-expand-lg {
            .navbar-nav {
                .nav-link {
                    color: #000;
                    font-size: 15px;
                }
            }
            .navbar-nav.mobile_menu {
                .nav-link {
                    color: #fff !important;
                    font-size: 21px;
                    padding: 8px;
                    color: #fff !important;
                    font-size: 21px;
                    padding: 8px;
                }
                display: inline-block !important;
                li {
                    display: inline-block !important;
                    &:last-child {
                        .nav-link {
                            display: inline-block !important;
                        }
                    }
                    .navbar-toggler {
                        top: 5px;
                        position: relative;
                    }
                }
            }
        }
        .navbar-nav.mobile_menu {
            .dropdown-menu {
                position: absolute;
                right: 0;
                left: auto;
            }
        }
    }
    .main_banner {
        .mobile_none {
            display: none !important;
        }
        .banner_hov3 {
            display: none !important;
        }
        .carousel-item {
            img {
                display: none !important;
            }
            a {
                img {
                    display: inline-block !important;
                }
            }
            background: url(../../images/banner-1.jpg);
            height: 80vh;
            background-size: cover;
        }
    }
    .contact_form {
        margin-top: 0;
        margin-top: 35px;
    }
    .footer_sec1 {
        padding: 40px 10px;
    }
    .banner_hov3.mobile_contct_1 {
        display: block !important;
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        transform: inherit;
        bottom: 0;
    }
    .banner_hov3 {
        .image-laign {
            width: 70px;
            height: 70px;
            margin: 20px auto 20px;
            img {
                max-width: 30px;
            }
        }
        h3 {
            color: #000;
            font-size: 23px;
        }
        h4 {
            font-size: 15px;
            color: #504f4f;
            span {
                color: #333;
            }
        }
        h1 {
            font-size: 30px;
            font-weight: 600;
            color: #000;
            margin-bottom: 10px;
        }
    }
    .location_sec1 {
        max-width: 100%;
    }
    .process-wrap {
        width: 100%;
        margin: 10px auto 80px;
    }
    .banner_text {
        align-items: left;
        text-align: left;
        h1 {
            text-transform: uppercase;
            font-size: 25px;
        }
        a {
            font-size: 15px;
        }
    }
    .main_navbar.inner_nav_1 {
        .navbar-expand-lg {
            .navbar-nav.mobile_menu {
                .nav-link {
                    color: #000 !important;
                }
            }
        }
    }
    .main_videos {
        height: auto;
        padding: 50px;
    }
    .videos_text {
        position: relative;
        width: 96%;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        h1 {
            font-weight: 600;
            text-transform: uppercase;
            font-size: 28px;
        }
    }
    .sub_header2 {
        padding-left: 44px;
    }
    .sub_number1 {
        left: 8px;
        top: -27px;
    }
    .main_packag {
        overflow: hidden;
    }
    .mob_disply_none {
        display: none !important;
    }
    .mob_disply_blok {
        display: inline-block !important;
    }
    .cart_list_b {
        .media-heading {
            padding-left: 0;
        }
    }
    .login_wraper {
        display: block;
    }
    .login_wrap_3 {
        display: block;
        width: 100%;
        height: auto;
    }
    .login_wrap_2 {
        display: none;
    }
    .login_body_1 {
        .back-btn.mb-5 {
            margin-bottom: 0 !important;
            display: table !important;
            margin: auto;
        }
        .col-md-12.mb-5 {
            margin-bottom: 0 !important;
        }
        .mt-5.addres_form {
            margin-top: 0 !important;
        }
        padding: 0px 25px;
    }
    .login_wrap_1 {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .login_body_1 {
        a {
            display: block;
        }
    }
}


/* Arabic */

html:lang(ar) {
    .sub_head_3 {
        float: left;
    }
    .cutome_chebox label span {
        margin-left: 10px;
    }
}