﻿@charset "UTF-8";

@font-face {
    font-family: 'Cairo-Regular';
    src: url("../../fonts/Cairo-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Tajawal-Regular';
    src: url("../../fonts/Tajawal-Regular.ttf") format("truetype");
}

body {
    font-family: 'Tajawal-Regular';
    font-weight: normal;
    font-style: normal;
    background-color: #fff;
    overflow-x: hidden;
    font-size: 22px;
}

.fixed-top.scrolled {
    background-color: #ffffff !important;
    transition: background-color 20ms linear;
    box-shadow: 2px 2px 5px 0;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 0px 1px 1px 17px;
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #f9f9f9;
    margin: 0 2px !important;
    font-size: 17px !important;
}

.navbar-expand-lg .navbar-nav {
    width: 100%;
    direction: ltr;
    justify-content: flex-end;
}

.First-Box ul.navbar-nav {
    direction: ltr;
    justify-content: flex-end;
}

.First-Box {
    padding: 2% 4% 0% 4% !important;
}

.Control-btn {
    right: 22px;
    left: unset;
}

.Plus-left {
    right: 170px;
    left: unset;
}

.Plus-left-left {
    right: 530px;
    left: unset;
}

.pl-5 {
    padding-right: 3rem !important;
    padding-left: unset !important;
}

.text-left {
    text-align: right !important;
}

.mr-3 {
    margin-left: 1rem !important;
    margin-right: unset !important;
}

.mr-5 {
    margin-left: 3rem !important;
    margin-right: unset !important;
}

.mr-2 {
    margin-left: 0.5rem !important;
    margin-right: unset !important;
}

.Label_left {
    margin-top: 51px;
}

.landing .subBoxLanding8Temp {
    opacity: 1;
    padding: 0px 0px;
}

@media (min-width: 1367px) {
    .MainBox {
        padding: 0 2% 0% 4%;
        width: 100%;
    }

    .Boox {
        background: transparent linear-gradient(90deg, #0075AA 0%, #651B9D 100%) 0% 0% no-repeat padding-box;
        padding: 60px 15%;
        width: 100%;
    }

    body {
        font-size: 22px;
    }

    .login {
        display: inline;
    }

    .Box {
        min-height: 969px;
        position: relative;
    }

        .Box .Img-Box-xl {
            display: block;
        }

    .First-Box .background {
        transform: scaleX(-1);
    }

    .First-Box .Img-Box-first {
        position: relative;
    }

    .First-Box .Phone-Text {
        font-size: 18px;
    }

    .First-Box .SmallText {
        font-size: 25px;
    }

    .First-Box .Box-text {
        width: 33%;
        position: absolute;
        top: 30%;
        font-size: 40px;
    }

    .First-Box .Box-Form {
        width: 40%;
        position: absolute;
        top: 30%;
        font-size: 18px;
        line-height: 2;
    }

    .First-Box .Note {
        width: 47%;
        font-size: 24px;
        margin: 3% 25%;
    }

    .Second-Box .background {
        transform: scaleX(-1);
    }

    .Second-Box .Img-Box-first {
        left: .5%;
        right: unset;
        transform: scaleX(-1);
    }

    .Second-Box .Img-Box-second {
        left: 30%;
        right: unset;
    }

    .Second-Box .Box-text {
        right: 12%;
        left: unset;
    }

    .Third-Box {
        min-height: 850px;
    }

        .Third-Box label {
            font-size: 35px;
        }

        .Third-Box .Box-Info {
            width: 170px;
            align-content: center;
            align-items: center;
            text-align: center;
            margin: 54px;
        }

            .Third-Box .Box-Info .Img-Box {
                background-color: #fff;
                width: 150px;
                padding: 25px;
                height: 150px;
                border-radius: 20px;
                margin: auto;
            }

    .Fourth-Box {
        min-height: 850px;
    }

        .Fourth-Box label {
            font-size: 30px;
        }

        .Fourth-Box .Box-Info {
            width: 170px;
            align-content: center;
            align-items: center;
            text-align: center;
            margin: 54px;
        }

            .Fourth-Box .Box-Info .Img-Box {
                width: 150px;
                padding: 25px;
                height: 150px;
                border-radius: 20px;
                margin: auto;
            }

    .Fifth-Box {
        min-height: 370px;
    }

        .Fifth-Box label {
            font-size: 30px;
        }

        .Fifth-Box .Box-Info {
            width: 32%;
            align-content: center;
            align-items: center;
            text-align: -webkit-center;
            margin: 40px auto;
            border-radius: 50px;
        }

            .Fifth-Box .Box-Info .Img-Box {
                padding: 10px 22px;
            }

        .Fifth-Box span {
            padding: 0px 5px;
            font-size: 1em;
            position: relative;
            bottom: 75px;
        }

    .Sixth-Box {
        background-image: url("/Content/images/Path 6@3x.svg");
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 750px;
    }

        .Sixth-Box label {
            font-size: 30px;
        }

        .Sixth-Box .Box-Info {
            display: grid;
            text-align: center;
            padding: 20px 10px;
            border-radius: 10px;
            margin: 40px 10px;
            color: #fff;
            width: 25%;
            min-height: 375px;
            transition: 1s;
            position: relative;
        }

            .Sixth-Box .Box-Info:hover {
                margin: 25px -25px;
                z-index: 1;
            }

            .Sixth-Box .Box-Info label {
                font-size: 20px;
            }

            .Sixth-Box .Box-Info .CostNumber {
                font-size: 30px;
                font-weight: bold;
            }

    .Seventh-Box {
        min-height: 690px;
    }

        .Seventh-Box label {
            font-size: 30px;
        }

        .Seventh-Box .Img-Box-first {
            right: 15px;
            left: unset;
            transform: scaleX(-1);
        }

        .Seventh-Box .Phone-Text {
            font-size: 18px;
            line-height: 3;
        }

        .Seventh-Box .Box-Info {
            padding: 2% 10%;
        }

            .Seventh-Box .Box-Info label {
                font-size: 14px;
            }

    .Eighth-Box {
        min-height: 400px;
    }

        .Eighth-Box .Box-Info {
            width: 50%;
            padding: 7%;
        }

        .Eighth-Box .Img-Box-first {
            right: 15px;
            left: unset;
        }

        .Eighth-Box .Img-Box-second {
            position: relative;
            width: 60px;
        }

    .modal-dialog {
        max-width: 600px;
    }
}

@media (min-width: 775px) and (max-width: 1366px) {
    .MainBox {
        padding: 0px 0% 0 5%;
        width: 100%;
    }

    .Boox {
        background: transparent linear-gradient(90deg, #0075AA 0%, #651B9D 100%) 0% 0% no-repeat padding-box;
        padding: 60px 5%;
        width: 100%;
    }

    body {
        font-size: 18px;
    }

    .login {
        display: inline;
    }

    .Box {
        min-height: 657px;
    }

        .Box .Img-Box-lg {
            display: block;
        }

    .First-Box .background {
        transform: scaleX(-1);
    }

    .First-Box .Img-Box-first {
        position: relative;
    }

    .First-Box .Box-text {
        width: 33%;
        position: absolute;
        top: 30%;
        font-size: 29px;
    }

    .First-Box .SmallText {
        font-size: 19px;
    }

    .First-Box .Phone-Text {
        font-size: 16px;
    }

    .First-Box .Box-Form {
        width: 40%;
        position: absolute;
        top: 30%;
        font-size: 16px;
        line-height: 2;
    }

    .First-Box .Note {
        width: 47%;
        font-size: 18px;
        margin: 3% 25%;
    }

    .Second-Box .background {
        transform: scaleX(-1);
    }

    .Second-Box .Img-Box-first {
        left: .5%;
        right: unset;
        transform: scaleX(-1);
    }

    .Second-Box .Img-Box-second {
        left: 30%;
        right: unset;
    }

    .Second-Box .Box-text {
        right: 12%;
        left: unset;
    }

    .Third-Box {
        min-height: 610px;
    }

        .Third-Box label {
            font-size: 30px;
        }

        .Third-Box .Box-Info {
            width: 170px;
            align-content: center;
            align-items: center;
            text-align: -webkit-center;
            margin: 15px;
        }

            .Third-Box .Box-Info .Img-Box {
                background-color: #fff;
                width: 130px;
                padding: 30px;
                height: 130px;
                border-radius: 20px;
            }

    .Fourth-Box {
        min-height: 610px;
    }

        .Fourth-Box label {
            font-size: 30px;
        }

        .Fourth-Box .Box-Info {
            width: 170px;
            align-content: center;
            align-items: center;
            text-align: -webkit-center;
            margin: 15px;
        }

            .Fourth-Box .Box-Info .Img-Box {
                width: 130px;
                padding: 30px;
                height: 130px;
                border-radius: 20px;
            }

    .Fifth-Box {
        min-height: 285px;
    }

        .Fifth-Box label {
            font-size: 30px;
        }

        .Fifth-Box .Box-Info {
            width: 32%;
            align-content: center;
            align-items: center;
            text-align: -webkit-center;
            margin: 40px auto;
            border-radius: 50px;
        }

            .Fifth-Box .Box-Info .Img-Box {
                padding: 10px 22px;
            }

        .Fifth-Box span {
            padding: 0px 5px;
            font-size: 1em;
            position: relative;
            bottom: 75px;
        }

    .Sixth-Box {
        background-image: url("/Content/images/Path 6@2x.png");
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 550px;
    }

        .Sixth-Box label {
            font-size: 30px;
        }

        .Sixth-Box .Box-Info {
            display: grid;
            text-align: center;
            padding: 20px 10px;
            border-radius: 10px;
            margin: 40px 10px;
            color: #fff;
            width: 25%;
            min-height: 250px;
            transition: 1s;
            position: relative;
        }

            .Sixth-Box .Box-Info:hover {
                margin: 25px -25px;
                z-index: 1;
            }

            .Sixth-Box .Box-Info label {
                font-size: 20px;
            }

            .Sixth-Box .Box-Info .CostNumber {
                font-size: 30px;
                font-weight: bold;
            }

    .Seventh-Box {
        min-height: 610px;
    }

        .Seventh-Box label {
            font-size: 30px;
        }

        .Seventh-Box .Img-Box-first {
            right: 15px;
            left: unset;
            transform: scaleX(-1);
        }

        .Seventh-Box .Phone-Text {
            font-size: 16px;
            line-height: 3;
        }

        .Seventh-Box .Box-Info {
            padding: 2% 10%;
        }

            .Seventh-Box .Box-Info label {
                font-size: 14px;
            }

    .Eighth-Box {
        min-height: 400px;
    }

        .Eighth-Box .Box-Info {
            width: 50%;
            padding: 4%;
        }

        .Eighth-Box .Img-Footer {
            margin: 0 5px;
        }

        .Eighth-Box .Img-Box-first {
            right: 15px;
            left: unset;
        }

        .Eighth-Box .Img-Box-second {
            position: relative;
            width: 120px;
        }

    .modal-dialog {
        max-width: 600px;
    }
}

@media (min-width: 50px) and (max-width: 774px) {
    .MainBox {
        padding: 0 5%;
        width: 100%;
    }

    .Boox {
        background: transparent linear-gradient(90deg, #0075AA 0%, #651B9D 100%) 0% 0% no-repeat padding-box;
        padding: 60px 5%;
        width: 100%;
    }

    body {
        font-size: 14px;
    }

    .login {
        display: none;
    }

    .Control-btn {
        right: 15px;
        left: unset;
    }

    .Plus-left {
        right: 78px;
        left: unset;
    }

    .Plus-left-left {
        right: 140px;
        left: unset;
    }

    .Box {
        min-height: 250px;
    }

        .Box .Img-Box-sm {
            display: block;
        }

    .First-Box .background {
        transform: scaleX(-1);
    }

    .First-Box .Img-Box-first {
        position: relative;
    }

    .First-Box .Box-text {
        width: 33%;
        position: absolute;
        top: 30%;
        font-size: 10px;
    }

    .First-Box .SmallText {
        font-size: 7px;
    }

    .First-Box .Box-Form {
        width: 85%;
        position: absolute;
        top: 30%;
        font-size: 8px;
        line-height: 5;
    }

        .First-Box .Box-Form .fa-sync-alt {
            font-size: 14px;
        }

    .First-Box #captcha {
        width: 60px;
    }

    .First-Box .Note {
        width: 47%;
        font-size: 8px;
        margin: 3% 25%;
    }

    .First-Box .Box-lable {
        background-image: linear-gradient(to top right, #207cc8, #4dc3fa);
        color: #fff;
        padding: 5px;
        width: 85%;
        text-align: center;
        border-radius: 50px;
        margin: 3% 7%;
        font-size: 10px !important;
    }

    .Second-Box .background {
        transform: scaleX(-1);
    }

    .Second-Box h2 {
        font-size: 11px;
    }

    .Second-Box .Img-Box-first {
        right: unset;
        left: 3%;
        transform: scaleX(-1);
    }

    .Second-Box .Img-Box-second {
        width: 20%;
        left: 30%;
        right: unset;
        top: 5%;
    }

    .Second-Box .Box-text {
        position: absolute;
        width: 35%;
        right: 2%;
        left: unset;
        top: 20%;
        font-size: 10px;
    }

    .Third-Box label {
        font-size: 14px;
    }

    .Third-Box .Box-Info {
        width: 24%;
        align-content: center;
        align-items: center;
        text-align: -webkit-center;
        margin: 2%;
        font-size: 9px;
    }

        .Third-Box .Box-Info .Img-Box {
            background-color: #fff;
            width: 60px;
            padding: 10px;
            height: 60px;
            border-radius: 20px;
        }

    .Fourth-Box label {
        font-size: 14px;
    }

    .Fourth-Box .Box-Info {
        width: 24%;
        align-content: center;
        align-items: center;
        text-align: -webkit-center;
        margin: 2%;
        font-size: 9px;
    }

        .Fourth-Box .Box-Info .Img-Box {
            width: 60px;
            padding: 10px;
            height: 60px;
            border-radius: 20px;
        }

    .Fifth-Box {
        min-height: 250px;
    }

        .Fifth-Box label {
            font-size: 14px;
        }

        .Fifth-Box .Box-Info {
            width: 100%;
            align-content: center;
            align-items: center;
            text-align: -webkit-center;
            margin: 10px 0;
            border-radius: 50px;
            padding: 0 5px;
        }

            .Fifth-Box .Box-Info .Img-Box {
                padding: 10px 22px;
            }

            .Fifth-Box .Box-Info span {
                padding: 0px 5px;
                font-size: 1em;
                position: relative;
                bottom: 75px;
            }

    .Sixth-Box .btn-outline-primary {
        left: 5%;
        right: 0;
    }

    .Seventh-Box {
        min-height: 580px;
    }

        .Seventh-Box label {
            font-size: 14px;
        }

        .Seventh-Box .Img-Box-first {
            width: 15%;
            top: 0;
            left: 15px;
        }

        .Seventh-Box .Phone-Text {
            font-size: 8px;
            line-height: 3;
        }

        .Seventh-Box .Box-Info {
            padding: 2% 10%;
        }

            .Seventh-Box .Box-Info label {
                font-size: 14px;
            }

    .Eighth-Box {
        min-height: 255px;
    }

        .Eighth-Box .Box-Info {
            width: 100%;
            padding: 0 7%;
        }

        .Eighth-Box .Img-Footer {
            margin: 0 5px;
        }

        .Eighth-Box .Img-Box-first {
            width: 50%;
            height: 100%;
            left: 15px;
        }

        .Eighth-Box .Img-Box-second {
            position: relative;
            width: 120px;
        }

        .Eighth-Box .navbar {
            display: none !important;
        }

    .modal-dialog {
        max-width: 600px;
    }
}

@media (max-width: 1980px) and (min-width: 774px) {
    .Registration .availoLogo {
        display: none !important;
    }
}

@media (max-width: 774px) and (min-width: 50px) {
    .Registration .availoNavBar {
        display: none !important;
    }
}

.Registration .BoxRegis {
    padding-top: 10rem !important;
}

.Registration .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    height: 250px;
    overflow-y: auto;
}

.Registration .carcheBox55 {
    color: black;
    font-size: 12px;
    margin: 5px 0 0 16px;
}

.Registration .titelRow2 {
    position: absolute;
    left: 78px;
    color: #0077c2;
    border-left: #00e29b 3px solid;
    height: auto;
    top: 9rem;
    margin-top: 52px;
    border-right: none;
    width: 270px;
    text-align: justify;
}

.Registration .modal-content {
    font-size: 14px;
    padding: 19px;
    border-radius: 10px;
}

.Registration .modal-dialog {
    max-width: 764px;
}

.Registration .modal-header {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1px 1px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    color: #0C7ED5;
}

.Registration .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
    padding: 15px 200px 0 200px;
}

.Registration .Circle {
    background-image: url("../../Images/Ellipse.png");
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    height: 145px;
}

.Registration .Circle2 {
    background-image: url("../../Images/P2.png");
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    height: 145px;
}

.Registration .text {
    padding: 15px 5%;
    text-align: center;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0;
}

.Registration .LinkClick {
    background: #FF9900 0% 0% no-repeat padding-box;
    border-radius: 7px;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
}

.Registration .SubBox1 .background1 {
    transform: scaleX(-1);
}

.Registration .SubBox1 .background2 {
    background-image: url("../../Images/logo_.svg");
    background-position: left top;
    background-position-y: 30px;
}

.Registration .SubBox2 {
    margin-right: 15%;
    margin-left: unset;
}

    .Registration .SubBox2 .background {
        transform: scaleX(-1);
    }

.Registration .SubBox3 {
    margin-right: 15%;
    margin-left: unset;
}

    .Registration .SubBox3 .background {
        transform: scaleX(-1);
    }

        .Registration .SubBox3 .background:after {
            content: "The best way to register a face";
            position: absolute;
            top: 65%;
            right: 2%;
            transform: scaleX(-1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
            border-radius: 27px;
            opacity: 1;
            height: 54px;
            background: transparent linear-gradient(25deg, #ff9d00 0%, #ff0 100%) 0% 0% no-repeat padding-box;
            font-size: .9em;
            padding: 10px 25px;
        }

.Registration .SubBox5 {
    margin-right: 15%;
    margin-left: unset;
}

    .Registration .SubBox5 .background {
        transform: scaleX(-1);
    }

        .Registration .SubBox5 .background:after {
            content: "The best way to scan fingerprint";
            position: absolute;
            top: 70%;
            left: 64%;
            transform: scaleX(-1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
            border-radius: 27px;
            opacity: 1;
            height: 54px;
            background: transparent linear-gradient(25deg, #ff9d00 0%, #ff0 100%) 0% 0% no-repeat padding-box;
            font-size: .9em;
            padding: 10px 25px;
            text-align: center;
        }

.Registration .SubBox4 {
    margin-right: 15%;
    margin-left: unset;
}

    .Registration .SubBox4 .background {
        transform: scaleX(-1);
    }

        .Registration .SubBox4 .background:after {
            content: "The best way to register a voice";
            position: absolute;
            top: 70%;
            left: 1%;
            transform: scaleX(-1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
            border-radius: 27px;
            opacity: 1;
            height: 54px;
            background: transparent linear-gradient(25deg, #ff9d00 0%, #ff0 100%) 0% 0% no-repeat padding-box;
            font-size: .9em;
            padding: 10px 25px;
        }

.Registration .Point {
    background: #00BAEB 0% 0% no-repeat padding-box;
    opacity: 0.35;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: fit-content;
    text-align: center;
    font-size: 1.2em;
}

.Registration .form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.160784);
    border: 1px solid rgba(89, 195, 237, 0.290196);
    border-radius: 12px;
    opacity: 1;
    font-size: .7em;
}

.Registration .MessageEmail {
    font-size: .5em;
}

.Registration .btn {
    background: #00BAEB 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.160784);
    border: 1px solid #59C3ED;
    border-radius: 12px;
    color: #fff;
    width: 100%;
}

.Registration .square {
    background: #47B8FF 0% 0% no-repeat padding-box;
    width: 11px;
    height: 11px;
    margin: 8px 12px;
}

.Registration .li {
    margin-left: 54px;
    margin-right: unset;
}

.Registration .footer {
    height: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 4;
    font-size: 14px;
    color: #0077C2;
    font-weight: bold;
}

.Registration .divImge {
    float: right;
    right: 100px;
    left: unset;
}

.Registration .help-block {
    font-size: 12px;
    color: red;
    display: none !important;
}

.Registration .Plus-left-left {
    right: 130px;
    left: unset;
}

.Registration .navbar-expand-lg .navbar-nav {
    direction: ltr;
}

.Registration .AccountCode {
    right: 13px;
}

.Registration .Confirm {
    right: 30px;
}

@media (max-width: 774px) and (min-width: 50px) {
    .Registration .Plus-left-left {
        right: 85px;
        left: unset;
    }
}

@media (min-width: 0px) and (max-width: 450px) {
    .Registration .modal-footer {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 1rem;
        border-top: 1px solid #e9ecef;
        border-bottom-right-radius: .3rem;
        border-bottom-left-radius: .3rem;
        padding: 15px 100px 0 100px;
    }

    .Registration .BoxRegis {
        padding-top: 10rem !important;
    }

    .Registration .titelRow2 {
        position: absolute;
        left: 0;
        color: #0077c2;
        border-left: #00e29b 3px solid;
        top: 4rem;
        margin-top: 86px;
        padding-right: 15px;
        border-right: none;
        height: auto !important;
    }

    .Registration .SubBox1 {
        min-height: 0 !important;
    }

        .Registration .SubBox1 .background2 {
            background-position-x: 5px;
        }

        .Registration .SubBox1 .background1 {
            display: none;
        }

    .Registration .Label_left {
        margin-top: 0;
    }

    .Registration .SubBox2 {
        margin-right: 0;
        margin-left: unset;
    }

    .Registration .SubBox3 {
        margin-right: 0;
        margin-left: unset;
    }

    .Registration .SubBox4 {
        margin-right: 0;
        margin-left: unset;
    }

    .Registration .SubBox5 {
        margin-right: 0;
        margin-left: unset;
    }

    .Registration .divImge {
        display: none !important;
    }
}

.landing .padd {
    padding-left: 5px !important;
}

.landing .subBoxLanding0 {
    /* background: transparent linear-gradient(180deg, #108EEE 0%, #051FA1 100%) 0% 0% no-repeat padding-box;*/
}

.landing .subBoxLanding1 {
    position: relative;
    background: transparent;
    opacity: 1;
    padding: 5px 200px;
    margin-top: 70px;
}

    .landing .subBoxLanding1 .btn1 {
        width: 57%;
        font-size: 145%;
    }

.landing .subBoxLanding2 {
    position: absolute;
    width: 480px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px black;
    border-radius: 19px;
    opacity: 1;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
}

.landing .subBoxLanding3 {
    position: relative;
    opacity: 1;
    padding: 0px 0px;
}

.landing .LandingImage {
    padding: 0px 52px 0 39px;
    height: 86px;
    width: 3px;
    float: left;
    margin: 8px;
    vertical-align: middle !important;
    display: flex;
    margin-left: 359px;
}

.landing .Landing8Image {
    height: 64px;
    vertical-align: middle !important;
    display: flex;
}

.landing .EN-mIRROR {
    -webkit-transform: scaleX(-1);
}

.landing .LandingText {
    overflow: hidden;
    padding: 18px;
    font-weight: bold;
    margin-right: 289px;
    margin-top: 3px;
}

.landing .subBoxLanding3 .mt-5 {
    margin-top: 4.5rem !important;
}

@media (min-width: 768px) {
    .landing .subBoxLanding3 .col-md-6 {
        max-width: 40% !important;
    }
}


@media (min-width: 768px) {
    .landing .subBoxLanding4 .col-md-4 {
        max-width: 18.33333%;
    }
}

.landing .subBoxLanding5 {
    opacity: 1;
    padding: 0px 0px;
}

    .landing .subBoxLanding5 .img-s5 {
        width: 40px;
        height: 100%;
    }

    .landing .subBoxLanding5 .lbl-5 {
        font-size: 1.9em;
        font-weight: bold;
        margin-bottom: 6.5%;
        margin-top: 6.5%;
        display: block;
    }

    .landing .subBoxLanding5 .circle-div {
        margin: auto;
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }

        .landing .subBoxLanding5 .circle-div.first {
            background: #FFF1D5;
        }

        .landing .subBoxLanding5 .circle-div.second {
            background: #E5F5D4;
        }

        .landing .subBoxLanding5 .circle-div.third {
            background: #EAD4F5;
        }


.landing .subBoxLanding6 {
    opacity: 1;
    padding: 0px 0px;
}

.landing .btnEn {
    height: 70px;
}

.landing .subBoxLanding6 .lbl-B6 {
    margin-top: 15px;
    color: white;
    font-size: 1.1em;
    line-height: 2.5;
    display: block;
}

.landing .subBoxLanding6 .img-s6 {
    height: 62%;
    float: right;
    display: block;
}

.landing .subBoxLanding6 .back6 {
    background-image: url("../../Images/icon61.svg");
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    height: 129px;
    width: 45%;
    margin-top: 27px;
}

.landing .subBoxLanding7 {
    opacity: 1;
    padding: 0px 0px;
}

    .landing .subBoxLanding7 .lbl-box7 {
        font-size: .6em;
        line-height: 1.3;
        display: block;
    }

    .landing .subBoxLanding7 .img-icon7 {
        width: 20px;
        height: 20px;
    }

    .landing .subBoxLanding7 .rec-box {
        margin: auto;
        width: 100%;
        height: 100%;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px black;
        border-radius: 12px;
        opacity: 1;
        padding: 10px;
    }

        .landing .subBoxLanding7 .rec-box .circle-div7 {
            border: 2px solid #10B4D6;
            opacity: 1;
            border-radius: 50%;
            margin: auto;
            width: 70px;
            height: 70px;
        }

            .landing .subBoxLanding7 .rec-box .circle-div7 .img-s7 {
                width: 100%;
                height: 100%;
            }

.landing .subBoxLanding8 {
    height: 400px;
    /* background: #0767CC 0% 0% no-repeat padding-box; */
    background: #DDF6FD 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 0px 200px;
    margin-top: 3%;
}

    .landing .subBoxLanding8 .in8-div {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 30px;
    }

        .landing .subBoxLanding8 .in8-div .text-div8 {
            display: inline-block;
            width: 100%;
        }

    .landing .subBoxLanding8 .img-s8 {
        height: 100%;
        width: 100%;
    }

    .landing .subBoxLanding8 .lbl81 {
        display: block;
        margin-top: 1px;
        font-size: 16px;
        color: black;
        margin-bottom: 27px;
    }

.landing .lbl-box5 {
    color: #0A7CC4;
    display: block;
    font-weight: bolder;
    font-size: 29px
}


/*.IconMargin {
    margin-top: 13%;
    width: 29px;
    margin-left: -23%;
}*/

.landing .lbl2-box5 {
    color: black;
    font-size: 27px;
    display: block;
}

.landing .lbl-box6 {
    color: #0A7CC4;
    display: block;
    font-weight: bolder;
    font-size: 29px;
    text-align: left;
}

.landing .lbl2-box6 {
    color: black;
    font-size: 27px;
    display: block;
}

.landing .lbl-box7s {
    color: #0A7CC4;
    display: block;
    font-weight: bolder;
    font-size: 29px;
    text-align: left;
}

.landing .lbl2-box7 {
    color: black;
    font-size: 27px;
    display: block;
}

.landing .LandingText1 {
    margin-right: 4px;
    margin-top: 110px;
}

/*.landing .col-top {
    margin-top: -3%
}*/

.landing .LandingText2 {
    padding-left: 4px;
    margin-top: 75px;
}

.landing .lbl2-box8 {
    color: black;
    font-size: 27px;
    display: block;
}
.landing .label1 {
    font-size: 40px;
}
.landing .labelRes1 {
    font-size: 35px;
}

.landing .labelRes2 {
    font-size: 23px;
    margin-top: 7px;
}

.landing .label2Res {
    margin-top: -1px;
}
.landing .Row7 {
    /* margin-left: 10%;*/
}

.landing .Landing7Text1 {
    margin-right: -137px;
    margin-top: 181px;
}

.landing .subBoxLanding9Tem {
    opacity: 1;
    padding: 0px 0px;
}

.landing .square {
    width: 401px;
    border: 6px solid #0A7CC4;
    padding: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 54px;
    z-index: 3;
    border-radius: 20px;
    background-color: white;
}

.landing .lbl-square {
    font-size: 44px;
    text-align: center;
    font-weight: bold;
}

.landing .Hr {
    margin-top: 74px;
    margin-bottom: 79px;
    border: 0;
    border-top: 5px solid #0A7CC4;
}
.landing .Ifram0 {
    width: 567px;
    height: 332px
}
.landing .Ifram10 {
    width: 400px;
    height: 332px;
}
.landing .Landing7Text2 {
    padding-left: 53px;
    margin-top: 62px;
}

.landing .labelBox8 {
    color: black;
    display: block;
    font-weight: bold;
    font-size: 37px;
    padding: 0px 174px;
}

.landing .Landing8Text1 {
    margin-right: 150px;
    margin-top: 90px;
    padding: 0px 80px;
}

.landing .Landing8Text2 {
    margin-top: 42px;
    padding: 0px 78px;
    margin-left: -148px;
}
.padding1-4 {
    padding: 0px 189px 0px 189px;
}
.padding2-4 {
    margin-top: 29px;
    padding: 0px 168px 0px 168;
}

.landing .col-top {
    margin-top: -12px;
}




.landing .subBoxLanding8 .lbl82 {
    margin-top: 8px;
    font-size: 17px;
    font-weight: bold;
}

.landing .lbl-box8tem {
    color: #0A7CC4;
    display: block;
    font-weight: bolder;
    font-size: 29px;
    text-align: left;
}
.landing .try {
    margin-top: 41px;
    padding: 0px 597px;
}

.landing .subBoxLanding9 {
    opacity: 1;
    padding: 0px 200px;
}

    .landing .subBoxLanding9 .img-s9 {
        float: right;
        display: block;
        height: 100%;
        width: 70%;
    }

    .landing .subBoxLanding9 .iner-div9 {
        font-size: 15px;
        margin-top: 17px;
    }

        .landing .subBoxLanding9 .iner-div9 label::before {
            width: 0.9em;
            height: 0.9em;
            background-image: url("../../Images/greencheck.png");
            background-repeat: no-repeat;
            background-size: cover;
            /*background: #00A3E4;*/
            display: inline-block;
            content: "";
            margin-right: 5px;
        }

.landing .subBoxLanding10 {
    background: rgba(10, 124, 196, 0.9) 0% 0% no-repeat padding-box;
    padding: 0px 7%;
}

.landing .divMidCol2Resposive {
 /*   margin-left: 19% !important;*/
}

.landing .Margin1 {
    width: 52%;
    margin-left: 22% !important;
}

.landing .Margin3 {
    width: 52%;
    margin-left: 17% !important;
}

.landing .subBoxLanding10 .in10-div {
    height: 140px;
    background-repeat: no-repeat;
    background-size: contain;
}

.landing .subBoxLanding10 .in10-div1 {
    height: 143px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 31%;
}

.landing .subBoxLanding10 .in10-div2 {
    height: 144px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 24%;
}

.landing .subBoxLanding10 .in10-div3 {
    height: 153px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 29%;
}

}

.landing .lbl-index {
    color: white;
    font-size: 0.9em;
    line-height: 1.5;
    display: block;
}

.landing .Text1 {
    padding-left: 66px;
    margin-top: 57px;
}

.landing .Text2 {
    padding-left: 65px;
    margin-top: 81px;
}

.landing .img-s4 {
    width: 40px;
    height: 40px;
}

.landing .mobile-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -8%;
    z-index: 3;
}

.landing .back1 {
    background-image: url(../../Images/Group2530.svg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 140px;
    background-position-x: center;
}

.landing .back2 {
    background-image: url(../../Images/Group2531.svg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 140px;
    background-position-x: center;
}

.landing .label-box3 {
    font-size: .9em;
    line-height: 1.0;
    display: block;
}

    .landing .label-box3.right {
        color: #D55500;
    }

    .landing .label-box3.left {
        color: #0077C2;
    }

.landingSucessLess100 .circle {
    color: white;
    background-color: #0A7CC4;
    width: 67px;
    border-radius: 50%;
    left: 50%;
    position: relative;
    margin-left: -30px;
    height: 56px;
}

.landingSucessMore100 .circle {
    color: white;
    background-color: #0A7CC4;
    width: 67px;
    border-radius: 50%;
    left: 50%;
    position: relative;
    margin-left: -30px;
    height: 56px;
}

.landing .btn {
    background: #0077C2 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.00029);
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    opacity: 1;
    color: #fff;
    width: 100%;
}

    .landing .btn.lang {
        background: #6B87C6;
        color: white;
        line-height: 18px;
        font-size: 15px;
        width: 100px;
        height: 30px;
        border: 0;
    }

.landing .btn-5 {
    width: 190px;
}

@media (max-width: 774px) and (min-width: 50px) {
    .landing .subBoxLanding2 {
        position: absolute;
        width: 300px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px black;
        border-radius: 19px;
        opacity: 1;
        top: -32px;
        left: 50%;
        transform: translateX(-50%);
        margin: auto;
    }
}

@media (max-width: 1064px) and (min-width: 50px) {
    .landing {
        font-size: 14px !important;
    }

        .landing .subBoxLanding1 {
            padding: 30px 0px;
            position: relative;
            background: transparent;
            opacity: 1;
            padding: 5px 200px;
            margin-top: 34px;
        }

        .landing .subBoxLanding3 {
            padding: 0px 0px;
        }

        .landing .subBoxLanding4 {
            padding: 30px 0px;
        }

        .landing .subBoxLanding5 {
            padding: 0px 0px;
        }

      /*  .landing .subBoxLanding6 {
            padding: 0px 6%;
        }*/

        .landing .subBoxLanding7 {
            padding: 0px 0px;
        }

        .landing .subBoxLanding8 {
            padding: 0px 4px;
            height: auto;
        }

        .landing .subBoxLanding9 {
            padding: 1px 6%;
        }

            .landing .subBoxLanding9 .iner-div9 {
                font-size: 10px;
            }

      /*  .landing .subBoxLanding10 {
            padding: 0px 20px;
            margin-top: -12px;
        }*/
}

@media (min-width: 768px) {
    .mr-md-5 {
        margin-left: 3rem !important;
        margin-right: unset !important;
    }
}

@media (min-width: 768px) {
    .mr-md-4 {
        margin-left: 1.5rem !important;
        margin-right: unset !important;
    }
}

.Partner-Plus-left {
    right: 368px;
}

.SubBox1 .background2 {
    background-position: unset !important;
    background-position-y: 65px !important;
}

.Partners .boxFormPartner {
    margin-top: 215px !important;
    background-color: #F2F7F9;
}

.Partners .FollowUs {
    font-size: 17px;
}

.Partners input::-webkit-outer-spin-button,
.Partners input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.Partners .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    height: 250px;
    overflow-y: auto;
}

.Partners .modal-content {
    font-size: 14px;
    padding: 19px;
    border-radius: 10px;
}

.Partners .modal-header {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1px 1px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    color: #0C7ED5;
}

.Partners .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
    padding: 0 175px 0 175px;
}

.Partners .custom-file-label::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-right: inherit;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.Partners .Circle {
    background-image: url("../../Images/Ellipse.png");
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    height: 145px;
}

.Partners .Circle2 {
    background-image: url("../../Images/P2.png");
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    height: 145px;
}

.Partners .text {
    padding: 15px 5%;
    text-align: center;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0;
}

.Partners .LinkClick {
    background: #FF9900 0% 0% no-repeat padding-box;
    border-radius: 7px;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
}

.Partners .SubBox1 .carcheBox55 {
    color: black;
    font-size: 14px;
    margin: 5px 0 0 16px;
}

.Partners .SubBox1 .titelRow2 {
    position: absolute;
    left: 132px;
    color: #0077c2;
    border-left: #00e29b 3px solid;
    height: auto;
    top: 4rem;
    margin-top: 52px;
    border-right: none;
    width: 226px;
    text-align: justify;
}

.Partners .SubBox1 .background1 {
    transform: scaleX(-1);
}

.Partners .SubBox1 .background2 {
    background-image: url("../../Images/logo_.svg");
    background-position: left top;
    background-position-y: 30px;
}

.Partners .SubBox1 .background2 {
    background-image: url(../../Images/Layer_x0020_1.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-position-y: 30px;
    background-size: 16%;
    position: absolute;
    top: 0;
    left: 115px;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.Partners .SubBox1 .background3 {
    background-image: url("../../Images/parnerARrrrr.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 0;
    background-size: 41%;
    position: absolute;
    top: 149px;
    left: 632px;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 16%;
    width: 48%;
}

.Partners .SubBox2 {
    margin-right: 15%;
    margin-left: unset;
}

    .Partners .SubBox2 .background {
        transform: scaleX(-1);
    }

.Partners .SubBox3 {
    margin-right: 15%;
    margin-left: unset;
}

    .Partners .SubBox3 .background {
        transform: scaleX(-1);
    }

        .Partners .SubBox3 .background:after {
            content: "The best way to register a face";
            position: absolute;
            top: 65%;
            right: 2%;
            transform: scaleX(-1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
            border-radius: 27px;
            opacity: 1;
            height: 54px;
            background: transparent linear-gradient(25deg, #ff9d00 0%, #ff0 100%) 0% 0% no-repeat padding-box;
            font-size: .9em;
            padding: 10px 25px;
        }

.Partners .SubBox5 {
    margin-right: 15%;
    margin-left: unset;
}

    .Partners .SubBox5 .background {
        transform: scaleX(-1);
    }

        .Partners .SubBox5 .background:after {
            content: "The Best Way To Scan Fingerprint";
            position: absolute;
            top: 70%;
            left: 64%;
            transform: scaleX(-1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
            border-radius: 27px;
            opacity: 1;
            height: 54px;
            background: transparent linear-gradient(25deg, #ff9d00 0%, #ff0 100%) 0% 0% no-repeat padding-box;
            font-size: .9em;
            padding: 10px 25px;
        }

.Partners .SubBox4 {
    margin-right: 15%;
    margin-left: unset;
}

    .Partners .SubBox4 .background {
        transform: scaleX(-1);
    }

        .Partners .SubBox4 .background:after {
            content: "The best way to register a voice";
            position: absolute;
            top: 70%;
            left: 1%;
            transform: scaleX(-1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
            border-radius: 27px;
            opacity: 1;
            height: 54px;
            background: transparent linear-gradient(25deg, #ff9d00 0%, #ff0 100%) 0% 0% no-repeat padding-box;
            font-size: .9em;
            padding: 10px 25px;
        }

.Partners .Point {
    background: #00BAEB 0% 0% no-repeat padding-box;
    opacity: 0.35;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: fit-content;
    text-align: center;
    font-size: 1.2em;
}

.Partners .form-control {
    opacity: 1;
    font-size: .7em;
    border: 1px solid #CBCCCC;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.Partners .MessageEmail {
    font-size: .5em;
}

.Partners .btn {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
    border: 1px solid #1a5f94;
    border-radius: 3px;
    color: #fff;
    width: 100%;
    background: #2d96e6 0% 0% no-repeat padding-box;
}

.Partners .square {
    background: #47B8FF 0% 0% no-repeat padding-box;
    width: 11px;
    height: 11px;
    margin: 8px 12px;
}

.Partners .li {
    margin-left: 54px;
    margin-right: unset;
}

.Partners .footer {
    height: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 4;
    font-size: 14px;
    color: #0077C2;
    font-weight: bold;
}

.Partners .divImge {
    float: right;
    right: 100px;
    left: unset;
}

.Partners .help-block {
    font-size: 12px;
    color: red;
    display: none !important;
}

.Partners .Plus-left-left {
    right: 540px;
    left: unset;
}

.Partners .navbar-expand-lg .navbar-nav {
    direction: ltr;
}

.Partners .AccountCode {
    right: 13px;
}

.Partners .Confirm {
    right: 30px;
}

@media (max-width: 1980px) and (min-width: 1400px) {
    .Partners .boxFormPartner {
        margin-top: 277px !important;
        background-color: #F2F7F9;
    }

    .Partners .titelRow2 {
        top: 8rem !important;
    }
}

@media (max-width: 774px) and (min-width: 50px) {
    .Partners .subBoxLanding8 .in8-div {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 78% 100%;
    }

    .Partners .navbar {
        display: none !important;
    }

    .Partners .formBox1 {
        margin-top: 220px !important;
    }

    .Partners .background2 {
        background-image: url(../../Images/Layer_x0020_1.png);
        background-repeat: no-repeat;
        background-position: right top;
        background-position-y: 30px;
        background-size: 16%;
        position: absolute;
        top: 0;
        left: 43px !important;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .Partners .background3 {
        background-image: url(../../Images/parnerARrrrr.svg);
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-position-y: 0 !important;
        background-size: 41% !important;
        position: absolute;
        top: 98px !important;
        left: 281px !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 2 !important;
        height: 16% !important;
    }

    .Partners .titelRow2 {
        position: absolute;
        left: 39px !important;
        color: #0077c2;
        border-left: #00e29b 3px solid;
        height: auto !important;
        top: 7rem !important;
        margin-top: 52px !important;
        border-right: none !important;
        width: auto !important;
    }

    .Partners .Plus-left-left {
        right: 85px;
        left: unset;
    }
}

@media (min-width: 0px) and (max-width: 450px) {
    .Partners .navbar {
        display: none !important;
    }

    .Partners .titelRow2 {
        position: absolute;
        left: 0 !important;
        color: #0077c2 !important;
        border-right: none !important;
        height: auto !important;
        top: 7rem !important;
        margin-top: 52px !important;
        padding-right: 0px !important;
    }

    .Partners .background3 {
        background-image: url(../../Images/parnerARrrrr.svg);
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-position-y: 0 !important;
        background-size: 56% !important;
        position: absolute;
        top: 49px !important;
        left: 55px !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 2 !important;
        height: 16% !important;
        width: 81% !important;
    }

    .Partners .SubBox1 {
        min-height: 0 !important;
    }

        .Partners .SubBox1 .background2 {
            background-position-x: 5px;
        }

    .Partners .Label_left {
        margin-top: 0;
    }

    .Partners .SubBox2 {
        margin-right: 0;
        margin-left: unset;
    }

    .Partners .SubBox3 {
        margin-right: 0;
        margin-left: unset;
    }

    .Partners .SubBox4 {
        margin-right: 0;
        margin-left: unset;
    }

    .Partners .SubBox5 {
        margin-right: 0;
        margin-left: unset;
    }

    .Partners .divImge {
        display: none !important;
    }
}

.FAQPage {
    /*----------------------------*/
}

@media (max-width: 1980px) and (min-width: 774px) {
    .FAQPage .MainBox {
        padding: 0px 1% 0% 1%;
        width: 100%;
    }
}

.FAQPage .btnSupport {
    width: 213px;
    height: 31px;
    background: #00A3E4 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px;
    border: 1px solid #A339FF;
    border-radius: 6px;
    opacity: 1;
    color: white;
    margin: 11px 7px 0 49px;
    cursor: pointer;
}

.FAQPage button:focus {
    outline: 1px dotted;
    outline: none !important;
}

.FAQPage .titelRow {
    position: absolute;
    left: 0;
    padding-left: 14px;
    color: #0077C2;
    font-size: 79%;
}

.FAQPage .titelRow {
    position: absolute;
    right: 0;
    padding-right: 14px;
    color: #0077C2;
}

.FAQPage .faqBox1 {
    width: 100%;
    border-left: #50ceff 3px solid;
    position: relative;
    margin-bottom: 91px;
    padding-right: 26% !important;
    border-right: none;
    margin: 4% 9% 4% 16%;
    padding-bottom: 42px;
    padding-top: 5%;
    padding-left: 58px;
}

.FAQPage .titelRow2 {
    position: absolute;
    left: 335px;
    color: #0077C2;
    border-left: #00E29B 3px solid;
    height: 175px;
    top: 7rem;
    margin-top: 23px;
    border-right: none;
    z-index: 1000;
}

.FAQPage #accordion .panel-title a::after, .FAQPage #accordion .panel-title a.collapsed::after {
    background: #00A3E4 0% 0% no-repeat padding-box;
    border: 1px solid #00A3E4;
    border-radius: 11%;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    height: 50px;
    left: 0px;
    line-height: 37px;
    position: absolute;
    text-align: center;
    top: 0px;
    transition: all 0.3s ease 0s;
    width: 52px;
    opacity: 1;
    font-weight: 900;
    content: "\f2d1";
    border-bottom-right-radius: 9px;
    border-top-right-radius: 9px !important;
    border-top-left-radius: 9px !important;
    border-bottom-left-radius: 9px !important;
}

.FAQPage #accordion .panel-title a {
    background: #fff 0% 0% no-repeat padding-box;
    color: #444;
    border-radius: 11px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 81px 12px 70px;
    position: relative;
    transition: all .3s ease 0s;
    border: 1px solid #00a3e4;
    height: 52px;
    z-index: 1;
    box-shadow: 0;
    top: 16px;
}

    .FAQPage #accordion .panel-title a.collapsed::after {
        border: none;
        box-shadow: none;
        line-height: 47px;
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        font-size: 25px;
        color: #00A3E4;
        background: #E9E9E9 0% 0% no-repeat padding-box;
        border-bottom-left-radius: 9px !important;
        border-top-left-radius: 9px !important;
        border-top-right-radius: 9px !important;
        border-bottom-right-radius: 9px;
    }

.FAQPage .template_faq {
    background: #edf3fe none repeat scroll 0 0;
}

.FAQPage .panel-group {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 0;
    margin: 27px 0px 87px 0px;
    border-radius: 8px;
}

.FAQPage #accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}


.landing .Majid_Al_Futtaim_logo {
    width: 236px;
    margin-top: 47px;
}

.landing .subwayLogo {
    width: 224px;
    margin-top: 16px;
}

.landing .subBoxLanding10 .in8-div {
    background: #FFFFF6 0% 0% no-repeat padding-box;
    box-shadow: 0px 24px 15px #0000000d;
    border-radius: 18px;
    width: 252px;
    height: 147px;
    margin-left: 61px;
}

.landing .subBoxLanding10.Margin1 {
    margin-left: 18%;
}

.landing .subBoxLanding10 .Margin2 {
    /*margin-left: 14%;*/
}

.landing .subBoxLanding10 .Margin3 {
   /* margin-left: 15% !important;*/
}

.landing .subBoxLanding10 .in8-divEnd {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 24px 15px #0000000d;
    border-radius: 18px;
    width: 54%;
    height: 118%;
    margin-left: 21%;
    position: relative;
    top: -88%;
}

.FAQPage #accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}

.FAQPage #accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}

.FAQPage #accordion .panel-body {
    background: #0077C2 none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
    font-size: 14px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .FAQPage #accordion .panel-body p {
        padding-left: 25px;
        color: #FFFFFF;
        letter-spacing: 0px;
        padding-top: 22px;
    }

.FAQPage .titelHeadar {
    float: left;
    margin-left: 36px;
    font-size: 79%;
}

.FAQPage .carcheBox44 {
    margin-left: 50px;
    margin-top: 88px;
}

.FAQPage .outter_search_box {
    margin-bottom: auto;
    margin-top: auto;
    height: 52px;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #d3d3d3;
    width: 491px;
    transition: width .4s linear;
    background: #fff 0% 0% no-repeat padding-box;
    border: 1px solid #2d96e6;
    border-radius: 10px;
    opacity: 1;
    float: left;
}

.FAQPage .custom-file-label::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-right: inherit;
    /* border-radius: .25rem 0 0 .25rem; */
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}

.FAQPage .Circle {
    background-image: url("../../Images/Ellipse.png");
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    height: 145px;
}

.FAQPage .Circle2 {
    background-image: url("../../Images/P2.png");
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    height: 145px;
}

.FAQPage .text {
    padding: 15px 5%;
    text-align: center;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0;
    min-height: 80px;
}

.FAQPage .LinkClick {
    background: #FF9900 0% 0% no-repeat padding-box;
    border-radius: 7px;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
}

.FAQPage .SubBox1 {
    position: relative;
    min-height: 335px;
    /*.background1 {
            background-image: url('../../Images/GroupAR204.svg');
            background-repeat: no-repeat;
            background-position: right top;
            background-position-y: 0;
            background-size: 56%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
        }*/
}

    .FAQPage .SubBox1 .titelRow2 {
        position: absolute;
        color: #0077c2;
        border-left: #00e29b 3px solid;
        height: 175px;
        top: 9rem;
        margin-top: 23px;
        margin: 0 0 0 18%;
        left: 0 !important;
    }

    .FAQPage .SubBox1 .background3 {
        background-image: url(../../Images/ObjectAR55555.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-position-y: 0;
        background-size: 26%;
        position: absolute;
        top: 149px;
        left: 632px;
        right: 0;
        bottom: 0;
        z-index: 2;
    }

    .FAQPage .SubBox1 .background1 {
        background-image: url(../../Images/GroupAR204.svg);
        background-repeat: no-repeat;
        background-position: right top;
        background-position-y: 0;
        background-size: 62%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .FAQPage .SubBox1 .background2 {
        background-image: url(../../Images/Layer_x0020_1.png);
        background-repeat: no-repeat;
        background-position: left !important;
        background-position-y: 30px !important;
        background-size: 18%;
        position: absolute;
        top: 0;
        left: 66px;
        right: 0px;
        bottom: 0;
        z-index: -1;
    }

.FAQPage .SubBox2 {
    margin-left: 15%;
    position: relative;
    min-height: 320px;
}

    .FAQPage .SubBox2 .background {
        background-image: url("../../Images/Group.png");
        background-repeat: no-repeat;
        background-position: center left;
        background-size: 30%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

.FAQPage .SubBox3 {
    margin-left: 15%;
    position: relative;
    min-height: 350px;
}

    .FAQPage .SubBox3 .background {
        background-image: url(../../Images/Object.png);
        background-position-x: 100%;
        background-position-y: 15px;
        background-repeat: no-repeat;
        background-size: 30%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

        .FAQPage .SubBox3 .background:after {
            content: "أفضل طريقة لالتقاط صورة الوجه";
            position: absolute;
            top: 65%;
            right: 2%;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
            border-radius: 27px;
            opacity: 1;
            height: 54px;
            background: transparent linear-gradient(25deg, #ff9d00 0%, #ff0 100%) 0% 0% no-repeat padding-box;
            font-size: .9em;
            padding: 10px 25px;
        }

.FAQPage .SubBox5 {
    margin-left: 15%;
    position: relative;
    min-height: 350px;
}

    .FAQPage .SubBox5 .background {
        background-image: url("../../Images/Layer.png");
        background-position-x: 100%;
        background-position-y: 15px;
        background-repeat: no-repeat;
        background-size: 30%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

        .FAQPage .SubBox5 .background:after {
            content: "افضل طريقة لتفعيل البصمة ";
            position: absolute;
            top: 65%;
            right: 6%;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
            border-radius: 27px;
            opacity: 1;
            height: 54px;
            background: transparent linear-gradient(25deg, #ff9d00 0%, #ff0 100%) 0% 0% no-repeat padding-box;
            font-size: .9em;
            padding: 10px 25px;
        }

.FAQPage .SubBox4 {
    margin-left: 15%;
    position: relative;
    min-height: 300px;
}

    .FAQPage .SubBox4 .background {
        background-image: url(../../Images/2379922.png);
        background-position: top;
        background-position-x: 5%;
        background-repeat: no-repeat;
        background-size: 25%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

        .FAQPage .SubBox4 .background:after {
            content: "أفضل طريقة لتسجيل المقاطع الصوتية";
            position: absolute;
            top: 70%;
            left: 1%;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
            border-radius: 27px;
            opacity: 1;
            height: 54px;
            background: transparent linear-gradient(25deg, #ff9d00 0%, #ff0 100%) 0% 0% no-repeat padding-box;
            font-size: .9em;
            padding: 10px 25px;
        }

.FAQPage .Point {
    background: #00BAEB 0% 0% no-repeat padding-box;
    opacity: 0.35;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: fit-content;
    text-align: center;
    font-size: 1.2em;
}

.FAQPage .form-control {
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: none;
    border: none;
    border-radius: 12px;
    opacity: 1;
    font-size: .7em;
}

.FAQPage .MessageEmail {
    font-size: .5em;
}

.FAQPage .btn {
    background: #00BAEB 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.160784);
    border: 1px solid #59C3ED;
    border-radius: 12px;
    color: #fff;
    width: 100%;
}

.FAQPage .square {
    background: #47B8FF 0% 0% no-repeat padding-box;
    width: 11px;
    height: 11px;
    margin: 8px 12px;
}

.FAQPage .li {
    display: flex;
    margin-right: 54px;
}

.FAQPage .footer {
    height: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 4;
    font-size: 14px;
    color: #0077C2;
    font-weight: bold;
}

.FAQPage .divImge {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 5px solid #333333;
    border-radius: 20px;
    width: 120px;
    height: 238px;
    float: left;
    position: relative;
    top: 35px;
    left: 100px;
}

.FAQPage .help-block {
    font-size: 12px;
    color: red;
    display: none !important;
}

.FAQPage .Plus-left-left {
    left: 540px;
}

.FAQPage .navbar-expand-lg .navbar-nav {
    width: 100%;
}

.FAQPage .AccountCode {
    position: absolute;
    font-size: 9px;
    border: 1px solid #333333;
    border-radius: 20px;
    top: 125px;
    padding: 2px 15px;
    right: 18px;
}

.FAQPage .Confirm {
    background: #0077C2 0% 0% no-repeat padding-box;
    border-radius: 20px;
    color: #fff;
    font-size: 9px;
    padding: 2px 10px;
    position: absolute;
    bottom: 40px;
    right: 35px;
}

@media (max-width: 1500px) and (min-width: 1400px) {
    .FAQPage .titelRow2 {
        position: absolute;
        margin-left: 14% !important;
        left: 0 !important;
    }
}

@media (max-width: 774px) and (min-width: 50px) {
    .FAQPage .Plus-left-left {
        left: 95px;
    }

    .FAQPage .navbar {
        display: none;
    }

    .FAQPage .outter_search_box {
        margin-bottom: auto;
        margin-top: auto;
        height: 52px;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #d3d3d3;
        width: 192px !important;
        transition: width .4s linear;
        background: #fff 0% 0% no-repeat padding-box;
        border: 1px solid #2d96e6;
        border-radius: 10px;
        opacity: 1;
        float: left;
    }

    .FAQPage .panel-group {
        background: #fff none repeat scroll 0 0;
        margin-bottom: 0;
        padding: 28px 7px 50px 21px !important;
        margin: 27px 0 87px 0;
        border-radius: 8px;
    }

    .FAQPage .faqBox1 {
        width: 100%;
        margin: 0;
        padding-left: 35px;
        border-left: #50ceff 3px solid;
        position: relative;
        margin-bottom: 91px;
        padding-right: 0 !important;
        border-right: none;
    }

    .FAQPage #accordion .panel-title a {
        background: #fff 0% 0% no-repeat padding-box;
        color: #444;
        border-radius: 11px;
        display: block;
        font-size: 18px;
        font-weight: 500;
        padding: 13px 25px 12px 65px !important;
        position: relative;
        transition: all .3s ease 0s;
        border: 1px solid #00a3e4;
        min-height: 63px !important;
        z-index: 1;
        box-shadow: 0;
        top: 16px;
    }

    .FAQPage .titelRow2 {
        position: absolute;
        color: #0077c2;
        border-left: #00e29b 3px solid;
        height: 175px !important;
        top: 7rem !important;
        border-right: none;
        margin: 21px 0 0 2% !important;
    }

    .FAQPage .background1 {
        background-image: url(../../Images/GroupAR204.svg);
        background-repeat: no-repeat;
        background-position: right top;
        background-position-y: 0;
        background-size: 62%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        display: none !important;
    }

    .FAQPage .background3 {
        background-image: url(../../Images/ObjectAR55555.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-position-y: 0;
        background-size: 26%;
        position: absolute;
        top: 86px !important;
        left: 187px !important;
        right: 0;
        bottom: 0;
        z-index: 2;
    }
}

@media (min-width: 0px) and (max-width: 450px) {
    .FAQPage .titelRow2 {
        position: absolute;
        color: #0077c2;
        border-left: #00e29b 3px solid;
        height: 175px !important;
        top: 7rem !important;
        border-right: none;
        margin: 21px 0 0 8% !important;
    }

    .FAQPage .SubBox1 {
        position: relative;
        min-height: 353px !important;
        width: 100% !important;
    }

    .FAQPage #accordion .panel-title a {
        background: #fff 0% 0% no-repeat padding-box;
        color: #444;
        border-radius: 11px;
        display: block;
        font-size: 13px !important;
        font-weight: 500;
        padding: 6px 2px 12px 60px !important;
        position: relative;
        transition: all .3s ease 0s;
        border: 1px solid #00a3e4;
        /* min-height: 63px!important; */
        z-index: 1;
        box-shadow: 0;
        min-height: 52px !important;
        top: 16px;
    }

    .FAQPage .background2 {
        background-image: url(../../Images/Layer_x0020_1.png);
        background-repeat: no-repeat;
        background-position: left !important;
        background-position-y: 30px !important;
        background-size: 18%;
        position: absolute;
        top: 0;
        left: 50px !important;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .FAQPage .background3 {
        background-image: url(../../Images/ObjectAR55555.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-position-y: 0;
        background-size: 26%;
        position: absolute;
        top: 18px !important;
        left: 26px !important;
        right: 0;
        bottom: 0;
        z-index: 2;
        height: 33%;
    }

    .FAQPage .SubBox2 {
        margin-left: 0 !important;
        min-height: 0 !important;
    }

    .FAQPage .SubBox3 {
        margin-left: 0 !important;
        min-height: 0 !important;
    }

        .FAQPage .SubBox3 .background {
            background-position-x: 0% !important;
            background-position-y: 0px !important;
            background-size: 20% !important;
        }

            .FAQPage .SubBox3 .background:after {
                content: unset !important;
            }

    .FAQPage .SubBox4 {
        margin-left: 0 !important;
        min-height: 0 !important;
    }

        .FAQPage .SubBox4 .background {
            background-position-x: 0px !important;
            background-size: 20%;
        }

            .FAQPage .SubBox4 .background:after {
                content: unset !important;
            }

    .FAQPage .SubBox5 {
        margin-left: 0 !important;
        min-height: 0 !important;
    }

        .FAQPage .SubBox5 .background {
            background-position-x: 0px !important;
            background-size: 20%;
        }

            .FAQPage .SubBox5 .background:after {
                content: unset !important;
            }

    .FAQPage .divImge {
        display: none !important;
    }
}

.Support .btnSupport {
    width: 213px;
    height: 31px;
    background: #C695F0 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px;
    border: 1px solid #A339FF;
    border-radius: 6px;
    opacity: 1;
    color: white;
    margin: 0 0 0 10px;
    cursor: pointer;
}

.Support button:focus {
    outline: 1px dotted;
    outline: none !important;
}

.Support .file {
    visibility: hidden;
    position: absolute;
}

.Support .boxFormPartner {
    margin-top: 210px !important;
    background-color: #F2F7F9;
}

.Support .FollowUs {
    font-size: 17px;
}

.Support input::-webkit-outer-spin-button,
.Support input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.Support .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    height: 250px;
    overflow-y: auto;
}

.Support .modal-content {
    font-size: 14px;
    padding: 19px;
    border-radius: 10px;
}

.Support .modal-header {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1px 1px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    color: #0C7ED5;
}

.Support .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
    padding: 0 175px 0 175px;
}

.Support .custom-file-label::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-right: inherit;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.Support .Circle {
    background-image: url("../../Images/Ellipse.png");
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    height: 145px;
}

.Support .Circle2 {
    background-image: url("../../Images/P2.png");
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    height: 145px;
}

.Support .text {
    padding: 15px 5%;
    text-align: center;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0;
}

.Support .LinkClick {
    background: #FF9900 0% 0% no-repeat padding-box;
    border-radius: 7px;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
}

.Support .SubBox1 .carcheBox55 {
    color: black;
    font-size: 14px;
    margin: 5px 0 0 16px;
}

.Support .SubBox1 .titelRow2 {
    position: absolute;
    left: 132px;
    color: #0077c2;
    border-left: #00e29b 3px solid;
    height: auto;
    top: 3rem;
    margin-top: 52px;
    border-right: none;
    width: 331px;
    text-align: justify;
}

.Support .SubBox1 .background1 {
    transform: scaleX(-1);
}

.Support .SubBox1 .background2 {
    background-image: url("../../Images/logo_.svg");
    background-position: left top;
    background-position-y: 30px;
}

.Support .SubBox1 .background2 {
    background-image: url(../../Images/Layer_x0020_1.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-position-y: 30px;
    background-size: 16%;
    position: absolute;
    top: 0;
    left: 115px;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.Support .SubBox1 .background3 {
    background-image: url("../../Images/laptop_repair.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 0;
    background-size: 58%;
    position: absolute;
    top: 147px;
    left: 472px;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 20%;
    width: 48%;
}

.Support .SubBox2 {
    margin-right: 15%;
    margin-left: unset;
}

    .Support .SubBox2 .background {
        transform: scaleX(-1);
    }

.Support .SubBox3 {
    margin-right: 15%;
    margin-left: unset;
}

    .Support .SubBox3 .background {
        transform: scaleX(-1);
    }

        .Support .SubBox3 .background:after {
            content: "The best way to register a face";
            position: absolute;
            top: 65%;
            right: 2%;
            transform: scaleX(-1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
            border-radius: 27px;
            opacity: 1;
            height: 54px;
            background: transparent linear-gradient(25deg, #ff9d00 0%, #ff0 100%) 0% 0% no-repeat padding-box;
            font-size: .9em;
            padding: 10px 25px;
        }

.Support .SubBox5 {
    margin-right: 15%;
    margin-left: unset;
}

    .Support .SubBox5 .background {
        transform: scaleX(-1);
    }

        .Support .SubBox5 .background:after {
            content: "The Best Way To Scan Fingerprint";
            position: absolute;
            top: 70%;
            left: 64%;
            transform: scaleX(-1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
            border-radius: 27px;
            opacity: 1;
            height: 54px;
            background: transparent linear-gradient(25deg, #ff9d00 0%, #ff0 100%) 0% 0% no-repeat padding-box;
            font-size: .9em;
            padding: 10px 25px;
        }

.Support .SubBox4 {
    margin-right: 15%;
    margin-left: unset;
}

    .Support .SubBox4 .background {
        transform: scaleX(-1);
    }

        .Support .SubBox4 .background:after {
            content: "The best way to register a voice";
            position: absolute;
            top: 70%;
            left: 1%;
            transform: scaleX(-1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
            border-radius: 27px;
            opacity: 1;
            height: 54px;
            background: transparent linear-gradient(25deg, #ff9d00 0%, #ff0 100%) 0% 0% no-repeat padding-box;
            font-size: .9em;
            padding: 10px 25px;
        }

.Support .Point {
    background: #00BAEB 0% 0% no-repeat padding-box;
    opacity: 0.35;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: fit-content;
    text-align: center;
    font-size: 1.2em;
}

.Support .form-control {
    opacity: 1;
    font-size: .7em;
    border: 1px solid #CBCCCC;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.Support .MessageEmail {
    font-size: .5em;
}

.Support .btn {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
    border: 1px solid #1a5f94;
    border-radius: 3px;
    color: #fff;
    width: 100%;
    background: #2d96e6 0% 0% no-repeat padding-box;
}

.Support .square {
    background: #47B8FF 0% 0% no-repeat padding-box;
    width: 11px;
    height: 11px;
    margin: 8px 12px;
}

.Support .li {
    margin-left: 54px;
    margin-right: unset;
}

.Support .footer {
    height: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 4;
    font-size: 14px;
    color: #0077C2;
    font-weight: bold;
}

.Support .divImge {
    float: right;
    right: 100px;
    left: unset;
}

.Support .help-block {
    font-size: 12px;
    color: red;
    display: none !important;
}

.Support .Plus-left-left {
    right: 540px;
    left: unset;
}

.Support .navbar-expand-lg .navbar-nav {
    direction: ltr;
}

.Support .AccountCode {
    right: 13px;
}

.Support .Confirm {
    right: 30px;
}

@media (max-width: 1980px) and (min-width: 1400px) {
    .Support .boxFormPartner {
        margin-top: 255px !important;
        background-color: #F2F7F9;
    }

    .Support .titelRow2 {
        top: 5rem !important;
    }
}

@media (max-width: 774px) and (min-width: 50px) {
    .Support .navbar {
        display: none !important;
    }

    .Support .formBox1 {
        margin-top: 261px !important;
    }

    .Support .background2 {
        background-image: url(../../Images/Layer_x0020_1.png);
        background-repeat: no-repeat;
        background-position: right top;
        background-position-y: 30px;
        background-size: 16%;
        position: absolute;
        top: 0;
        left: 43px !important;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .Support .background3 {
        background-image: url(../../Images/parnerARrrrr.svg);
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-position-y: 0 !important;
        background-size: 41% !important;
        position: absolute;
        top: 98px !important;
        left: 281px !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 2 !important;
        height: 16% !important;
    }

    .Support .titelRow2 {
        position: absolute;
        left: 39px !important;
        color: #0077c2;
        border-left: #00e29b 3px solid;
        height: auto !important;
        top: 7rem !important;
        margin-top: 52px !important;
        border-right: none !important;
        width: auto !important;
    }

    .Support .Plus-left-left {
        right: 85px;
        left: unset;
    }
}

@media (min-width: 0px) and (max-width: 450px) {
    .Support .navbar {
        display: none !important;
    }

    .Support .titelRow2 {
        position: absolute;
        left: 0 !important;
        color: #0077c2 !important;
        border-right: none !important;
        height: auto !important;
        top: 7rem !important;
        margin-top: 52px !important;
        padding-right: 0px !important;
    }

    .Support .background3 {
        background-image: url(../../Images/parnerARrrrr.svg);
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-position-y: 0 !important;
        background-size: 56% !important;
        position: absolute;
        top: 49px !important;
        left: 55px !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 2 !important;
        height: 16% !important;
        width: 81% !important;
    }

    .Support .SubBox1 {
        min-height: 0 !important;
    }

        .Support .SubBox1 .background2 {
            background-position-x: 5px;
        }

    .Support .Label_left {
        margin-top: 0;
    }

    .Support .SubBox2 {
        margin-right: 0;
        margin-left: unset;
    }

    .Support .SubBox3 {
        margin-right: 0;
        margin-left: unset;
    }

    .Support .SubBox4 {
        margin-right: 0;
        margin-left: unset;
    }

    .Support .SubBox5 {
        margin-right: 0;
        margin-left: unset;
    }

    .Support .divImge {
        display: none !important;
    }
}

.Features .imageFeaturesIco {
    padding: 17px 61px 0 71px;
    height: 61px;
    width: 1px;
    float: left;
    display: flex;
}

.Features .FeaturesText {
    font-size: 12px;
    overflow: hidden;
    text-align: justify;
}

.Features .FeaturesTitleText {
    text-align: left;
    font: Bold 16px/30px Cairo;
    letter-spacing: 0;
    color: #0077c2;
    opacity: 1;
}

.Features .btnSupport {
    width: 213px;
    height: 31px;
    background: #C695F0 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px;
    border: 1px solid #A339FF;
    border-radius: 6px;
    opacity: 1;
    color: white;
    margin: 0 0 0 10px;
    cursor: pointer;
}

.Features button:focus {
    outline: 1px dotted;
    outline: none !important;
}

.Features .file {
    visibility: hidden;
    position: absolute;
}

.Features .boxFormPartner {
    margin-top: 212px !important;
    background-color: #F2F7F9;
}

.Features .FollowUs {
    font-size: 17px;
}

.Features input::-webkit-outer-spin-button,
.Features input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.Features .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    height: 250px;
    overflow-y: auto;
}

.Features .modal-content {
    font-size: 14px;
    padding: 19px;
    border-radius: 10px;
}

.landing .modal-content #b1 {
    background: #0087A0;
    color: white;
    border: 1px solid #0077C2;
    font-size: 13px;
    border-radius: 10px 0px 0px 10px;
}

.landing .modal-content #b2 {
    background: white;
    color: #0087A0;
    border: 1px solid #0077C2;
    font-size: 13px;
    border-radius: 0px 10px 10px 0px;
}

.landing .divBtn {
    padding: 0% 9% 0% 32%;
}

.Features .modal-header {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1px 1px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    color: #0C7ED5;
}

.Features .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
    padding: 0 175px 0 175px;
}

.Features .custom-file-label::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-right: inherit;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.Features .Circle {
    background-image: url("../../Images/Ellipse.png");
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    height: 145px;
}

.Features .Circle2 {
    background-image: url("../../Images/P2.png");
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    height: 145px;
}

.Features .text {
    padding: 15px 5%;
    text-align: center;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0;
}

.Features .LinkClick {
    background: #FF9900 0% 0% no-repeat padding-box;
    border-radius: 7px;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
}

.Features .SubBox1 {
    /*.background3 {
            background-image: url('../../Images/laptop_repair.svg');
            background-repeat: no-repeat;
            background-position: center;
            background-position-y: 0;
            background-size: 58%;
            position: absolute;
            top: 147px;
            left: 472px;
            right: 0;
            bottom: 0;
            z-index: 2;
            height: 20%;
            width: 48%;
        }*/
}

    .Features .SubBox1 .carcheBox55 {
        color: black;
        font-size: 14px;
        margin: 5px 0 0 16px;
    }

    .Features .SubBox1 .titelRow2 {
        position: absolute;
        left: 132px;
        color: #0077c2;
        border-left: #00e29b 3px solid;
        height: auto;
        top: 4rem;
        margin-top: 52px;
        border-right: none;
        width: 264px;
        text-align: justify;
    }

    .Features .SubBox1 .background1 {
        transform: scaleX(-1);
    }

    .Features .SubBox1 .background2 {
        background-image: url("../../Images/logo_.svg");
        background-position: left top;
        background-position-y: 30px;
    }

    .Features .SubBox1 .background2 {
        background-image: url(../../Images/Layer_x0020_1.png);
        background-repeat: no-repeat;
        background-position: right top;
        background-position-y: 30px;
        background-size: 16%;
        position: absolute;
        top: 0;
        left: 115px;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

.Features .SubBox2 {
    margin-right: 15%;
    margin-left: unset;
}

    .Features .SubBox2 .background {
        transform: scaleX(-1);
    }

.Features .SubBox3 {
    margin-right: 15%;
    margin-left: unset;
}

    .Features .SubBox3 .background {
        transform: scaleX(-1);
    }

        .Features .SubBox3 .background:after {
            content: "The best way to register a face";
            position: absolute;
            top: 65%;
            right: 2%;
            transform: scaleX(-1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
            border-radius: 27px;
            opacity: 1;
            height: 54px;
            background: transparent linear-gradient(25deg, #ff9d00 0%, #ff0 100%) 0% 0% no-repeat padding-box;
            font-size: .9em;
            padding: 10px 25px;
        }

.Features .SubBox5 {
    margin-right: 15%;
    margin-left: unset;
}

    .Features .SubBox5 .background {
        transform: scaleX(-1);
    }

        .Features .SubBox5 .background:after {
            content: "The Best Way To Scan Fingerprint";
            position: absolute;
            top: 70%;
            left: 64%;
            transform: scaleX(-1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
            border-radius: 27px;
            opacity: 1;
            height: 54px;
            background: transparent linear-gradient(25deg, #ff9d00 0%, #ff0 100%) 0% 0% no-repeat padding-box;
            font-size: .9em;
            padding: 10px 25px;
        }

.Features .SubBox4 {
    margin-right: 15%;
    margin-left: unset;
}

    .Features .SubBox4 .background {
        transform: scaleX(-1);
    }

        .Features .SubBox4 .background:after {
            content: "The best way to register a voice";
            position: absolute;
            top: 70%;
            left: 1%;
            transform: scaleX(-1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
            border-radius: 27px;
            opacity: 1;
            height: 54px;
            background: transparent linear-gradient(25deg, #ff9d00 0%, #ff0 100%) 0% 0% no-repeat padding-box;
            font-size: .9em;
            padding: 10px 25px;
        }

.Features .Point {
    background: #00BAEB 0% 0% no-repeat padding-box;
    opacity: 0.35;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: fit-content;
    text-align: center;
    font-size: 1.2em;
}

.Features .form-control {
    opacity: 1;
    font-size: .7em;
    border: 1px solid #CBCCCC;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.Features .MessageEmail {
    font-size: .5em;
}

.Features .btn {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.160784);
    border: 1px solid #1a5f94;
    border-radius: 3px;
    color: #fff;
    width: 100%;
    background: #2d96e6 0% 0% no-repeat padding-box;
}

.Features .square {
    background: #47B8FF 0% 0% no-repeat padding-box;
    width: 11px;
    height: 11px;
    margin: 8px 12px;
}

.Features .li {
    margin-left: 54px;
    margin-right: unset;
}

.Features .footer {
    height: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 4;
    font-size: 14px;
    color: #0077C2;
    font-weight: bold;
}

.landingSucessLess100 .btn-style {
    background: #0087A0 0% 0% no-repeat padding-box;
    border-radius: 14px;
    opacity: 1;
    color: white;
}

.Features .divImge {
    float: right;
    right: 100px;
    left: unset;
}

.Features .help-block {
    font-size: 12px;
    color: red;
    display: none !important;
}

.Features .Plus-left-left {
    right: 540px;
    left: unset;
}

.Features .navbar-expand-lg .navbar-nav {
    direction: ltr;
}

.Features .AccountCode {
    right: 13px;
}

.Features .Confirm {
    right: 30px;
}

@media (max-width: 1980px) and (min-width: 1400px) {
    .Features .boxFormPartner {
        margin-top: 327px !important;
        background-color: #F2F7F9;
    }

    .Features .titelRow2 {
        top: 9rem !important;
    }

    .Features .FeaturesMaine {
        width: 670px;
        overflow: hidden;
    }
}

@media (max-width: 774px) and (min-width: 50px) {
    .Features .navbar {
        display: none !important;
    }

    .Features .formBox1 {
        margin-top: 261px !important;
    }

    .Features .background2 {
        background-image: url(../../Images/Layer_x0020_1.png);
        background-repeat: no-repeat;
        background-position: right top;
        background-position-y: 30px;
        background-size: 16%;
        position: absolute;
        top: 0;
        left: 43px !important;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .Features .background3 {
        background-image: url(../../Images/parnerARrrrr.svg);
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-position-y: 0 !important;
        background-size: 41% !important;
        position: absolute;
        top: 98px !important;
        left: 281px !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 2 !important;
        height: 16% !important;
    }

    .Features .titelRow2 {
        position: absolute;
        left: 39px !important;
        color: #0077c2;
        border-left: #00e29b 3px solid;
        height: auto !important;
        top: 7rem !important;
        margin-top: 52px !important;
        border-right: none !important;
        width: auto !important;
    }

    .Features .Plus-left-left {
        right: 85px;
        left: unset;
    }
}

@media (min-width: 0px) and (max-width: 450px) {
    .Features .navbar {
        display: none !important;
    }

    .Features .imageFeaturesIco {
        padding: 17px 55px 0 14px;
        height: 61px;
        width: 1px;
        float: left;
        display: flex;
    }

    .Features .FeaturesText {
        font-size: 7px;
        overflow: hidden;
        font-weight: 700;
        text-align: left;
    }

    .Features .titelRow2 {
        position: absolute;
        left: 0 !important;
        color: #0077c2 !important;
        border-right: none !important;
        height: auto !important;
        top: 7rem !important;
        margin-top: 52px !important;
        padding-right: 0px !important;
    }

    .Features .background3 {
        background-image: url(../../Images/parnerARrrrr.svg);
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-position-y: 0 !important;
        background-size: 56% !important;
        position: absolute;
        top: 49px !important;
        left: 55px !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 2 !important;
        height: 16% !important;
        width: 81% !important;
    }

    .Features .SubBox1 {
        min-height: 0 !important;
    }

        .Features .SubBox1 .background2 {
            background-position-x: 5px;
        }

    .Features .Label_left {
        margin-top: 0;
    }

    .Features .SubBox2 {
        margin-right: 0;
        margin-left: unset;
    }

    .Features .SubBox3 {
        margin-right: 0;
        margin-left: unset;
    }

    .Features .SubBox4 {
        margin-right: 0;
        margin-left: unset;
    }

    .Features .SubBox5 {
        margin-right: 0;
        margin-left: unset;
    }

    .Features .divImge {
        display: none !important;
    }
}

@media (max-width: 774px) and (min-width: 50px) {
    .hideNav {
        display: none;
    }

    .showNan {
        display: block !important;
    }

    .scrollPortal {
        overflow: scroll !important;
    }
}

.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 99999;
    font-size: 18px !important;
    border-radius: 6px;
}

    .dropdown-content a {
        color: #4c97e2;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        border-radius: 6px;
        font-size: 17px;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.navbar ul li.active {
    border-bottom: 3px solid #f9f9f9;
}

.Img-Box-sm {
    width: 100px;
}

.Logowidth {
    width: 70px !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 12px;
    padding-left: 12px;
}

.nav_pad {
    padding-right: 6%;
}

.iti__flag-box, .iti__country-name {
    margin-right: 6px !important;
    margin-left: 15px !important;
    float: left !important;
}

@media (max-width: 1475px) and (min-width: 1065px) {
    .landing .labelRes {
       /* font-size: 84%;*/
    }

   /* .landing .label2Res {
        margin-top: -2% !important;
        font-size: 90%;
    }*/

   /* .landing .labelRes2 {
        margin-top: -5%;
    }*/
}

@media (min-width: 1219px) and (max-width: 1318px) {
    .landing .Landing8Image {
        padding: 24px 2px 0 33px;
        height: 64px;
        width: 4px;
        vertical-align: middle !important;
        display: flex;
        margin-left: 31%;
    }
}

@media (max-width: 1367px) and (min-width: 1065px) {
    .landing .box1Text2 {
        color: #4A4A4A;
        margin-top: 13%;
        font-size: .9em;
    }

    .landing .resBox3 {
        margin-top: 47% !important;
    }

    .landing .resBox1 {
        margin-top: 54% !important;
    }

    .landing .resBox2 {
        margin-top: 57% !important;
    }

    .landing .subBoxLanding8 {
        padding: 0px 93px;
    }

 /*   .landing .LandingImage {
        padding: 0px 52px 0 39px;
        height: 81px;
        width: 3px;
        float: left;
        margin: 0px;
        vertical-align: middle !important;
        display: flex;
        margin-left: 20%;
    }*/

   /* .landing .LandingText {
        overflow: hidden;
        padding: 18px;
        font-weight: bold;
        margin-right: 28%;
        margin-top: 1%;
    }*/

    .landing .Hr {
        margin-top: 5%;
        margin-bottom: 6%;
        border: 0;
        border-top: 5px solid #0A7CC4;
        padding-top: 0%;
    }

    .landing .square {
        width: 24%;
        border: 6px solid #0A7CC4;
        padding: 1%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 24%;
        z-index: 3;
        border-radius: 20px;
        background-color: white;
    }
}

@media (max-width: 1064px) and (min-width: 768px) {
    .landing .box1Text2 {
        color: #4A4A4A;
        margin-top: 36%;
        font-size: .9em;
    }

    .landing .resBox3 {
        margin-top: 38% !important;
    }

    .landing .resBox2 {
        margin-top: 57% !important;
    }

  /*  .landing .LandingImage {
        padding: 0px 52px 0 39px;
        height: 81px;
        width: 3px;
        float: left;
        margin: 7px;
        vertical-align: middle !important;
        display: flex;
        margin-left: 22%;
    }*/

   /* .landing .LandingText {
        overflow: hidden;
        padding: 27px;
        font-weight: bold;
        margin-right: 28%;
        margin-top: 1%;
    }*/

    .landing .Hr {
        margin-top: 5%;
        margin-bottom: 6%;
        border: 0;
        border-top: 5px solid #0A7CC4;
        padding-top: 10%;
    }

    .landing .square {
        width: 24%;
        border: 6px solid #0A7CC4;
        padding: 1%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 6%;
        z-index: 3;
        border-radius: 20px;
        background-color: white;
    }
}

@media (max-width: 1064px) and (min-width: 880px) {
    .landing .square {
        width: 24%;
        border: 6px solid #0A7CC4;
        padding: 1%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 18%;
        z-index: 3;
        border-radius: 20px;
        background-color: white;
    }
}

@media (max-width: 1064px) and (min-width: 1000px) {
    .landing .resBox1 {
        margin-top: 56% !important;
    }
}

@media (max-width: 774px) and (min-width: 768px) {

    .landing .FourthRespons {
        margin-top: 0%;
    }

    .landing .ThairdRespons {
        margin-top: 0%;
    }
}

@media (max-width: 1365px) and (min-width: 1338px) {
    .landing .Box2Label1 {
        margin-top: 21%;
        padding: 0% 4%;
        text-align: right;
        font-size: 88%;
        color: #000000;
    }

    .landing .resBox3 {
        margin-top: 36% !important;
    }
}

@media (max-width: 1338px) and (min-width: 1200px) {

    .landing .resBox3 {
        margin-top: 37% !important;
    }
}

@media only screen and (max-width: 410px) and (min-width: 401px) {
    .landing .OrderText2 {
        order: 2;
    }

    .landing .OrderText1 {
        order: 1;
    }

    .landing .btnMobile {
        display: inline-flex !important;
    }

    .landing .LandingImage {
        height: 61px;
        width: 1px;
        vertical-align: middle !important;
        display: flex;
        margin-left: 149px;
        margin-top: 16px;
    }

    .landing .LandingText {
        overflow: hidden;
        padding-top: 0px;
        font-size: 15px;
        font-weight: 700;
        width: 420px;
        text-align: center;
        margin-left: -18px;
    }
    .landing .label1 {
        font-size: 24px;
        margin-right: -12px;
    }

    .landing .labelRes1 {
        margin-top: -25px !important;
        font-size: 22px;
        margin-left: 36px;
    }
    

    .landing .labelRes2 {
        margin-left: 41px !important;
        margin-right: 0px;
    }

    .landing .label2Res {
        margin-top: 15px;
    }


    .landing .label2Res {
        margin-right: 41px;
    }

    .landing .Landing8Text1 {
        padding-left: 36px;
        margin-top: 23px;
        margin-left: 161px;
    }


    .landing .Landing8Text2 {
        padding-left: 14px;
        margin-top: 10px;
        margin-left: 37px;
    }

    .landing .subBoxLanding1 .btn1 {
        width: 57%;
        margin: 16px;
        white-space: nowrap;
        padding: 12px;
        border-radius: 10px;
        font-size: 145%;
    }

    .landing .variousColor {
        background-color: #DDF6FD;
        height: 150px;
    }

    .landing .withoutcolor {
        height: 150px;
    }

    .landing .subBoxLanding5 .lbl-5 {
        font-size: 0.9em;
        font-weight: 700;
    }

    .landing .Text1 {
        padding-left: 26px;
        margin-top: 19px;
    }
    .padding1-4 {
        padding: 0px 42px 0px 42px;
    }

    .padding2-4 {
        margin-top: 4px;
        padding: 0px 38px 0px 38px;
    }

    .landing .Text2 {
        padding-left: 26px;
        margin-top: 14px;
    }

    .landing .lbl-box5 {
        color: #0A7CC4;
        font-size: 17px;
        display: block;
        font-weight: bolder;
        text-align: left;
    }

    .landing .lbl2-box5 {
        color: black;
        font-size: 17px;
        display: block;
        font-weight: 500;
    }

    .landing .lbl2-box8 {
        color: black;
        font-size: 16px;
        display: block;
        text-align: left;
        font-weight: 500;
    }

    .landing .btnEn {
        height: 28px;
    }

    .landing .try {
        padding: 0px 76px;
        margin-top: 0px;
    }

    .landing .order1-6 {
        margin-top: 12%;
    }

    .landing .lbl-box6 {
        color: #0A7CC4;
        font-size: 17px;
        display: block;
        font-weight: bolder;
    }

    .landing .lbl2-box6 {
        color: black;
        font-size: 16px;
        display: block;
        text-align: left;
        font-weight: 500;
    }

    .landing .LandingText1 {
        padding-left: 73px;
        margin-top: 21px;
        margin-left: -90px;
    }

    .landing .LandingText2 {
        padding-left: 26px;
        margin-top: 15px;
    }
 

    .landing .TitleMar {
        margin-top: -5px;
        position: absolute;
        margin-left: 41px;
    }

    .landing .order1 {
        order: 1;
        margin-top: 14%
    }

 

    .landing .Row7 {
        margin: 0%;
    }

    .landing .Landing7Text1 {
        padding-left: 29px;
        margin-top: -19px;
        margin-left: -139px
    }

    .landing .Landing7Text2 {
        padding-left: 31px;
        margin-top: 15px;
    }

    .landing .lbl-box8tem {
        color: #0A7CC4;
        font-size: 17px;
        display: block;
        font-weight: bolder;
    }

    .landing .lbl-box7s {
        color: #0A7CC4;
        font-size: 17px;
        display: block;
        font-weight: bolder;
    }

    .landing .lbl2-box7 {
        color: black;
        font-size: 16px;
        display: block;
        text-align: left;
        font-weight: 500;
    }

    .landing .subBoxLanding10 .in8-divMid {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 18px;
        width: 97%;
        height: 145%;
        margin-left: 20%;
    }

    .landing .divMidCol2Resposive {
        margin-left: 3% !important;
    }

    .landing .Margin2 {
       /* margin-left: -15% !important;*/
    }

    .landing .subBoxLanding10 .in8-divEnd {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 18px;
        width: 92%;
        height: 118%;
        margin-left: 20%;
        position: relative;
        top: -29%;
    }

    .landing .Margin1 {
        margin-left: 16% !important;
        width: 75% !important;
    }
/*
    .landingSucessMore100B1 .circle {
        color: white;
        background-color: #0A7CC4;
        width: 15%;
        border-radius: 50%;
        left: 43%;
        position: relative;
        margin-right: -6%;
        margin-top: -7%;
        height: 50px;
    }
*/

    .landing .Margin3 {
        left: -14% !important;
        width: 75% !important;
    }

    .landing .labelBox8 {
        color: black;
        display: block;
        font-weight: bold;
        font-size: 16px;
        padding: 0px 0px;
    }

    .landing .subBoxLanding8 .in8-div {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 91px;
    }

    .landing .subBoxLanding10 .in8-div {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 18px;
        width: 95px;
        height: 66px;
        margin-left: 4px;
    }
    .landing .subBoxLanding10 .Imageback1 {
        height: 61px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 20px;
    }
    .landing .subBoxLanding10 .Imageback3 {
        height: 71px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 14px;
    }
    .landing .subBoxLanding10 .Imageback2 {
        height: 103px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: -1px;
    }
    .landing .subBoxLanding10 .Imageback4 {
        height: 65px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 18px;
    }

    .landing .Majid_Al_Futtaim_logo {
        width: 83px;
        margin-top: 23px;
    }

    .landing .subwayLogo {
        width: 83px;
        margin-top: 13px;
    }

    .landing .ThairdRespons {
        margin-top: 6%;
    }

    .landing .FourthRespons {
        margin-top: 6%;
    }

 /*   .landing .Landing8Image {
        padding: 24px 2px 0 33px;
        height: 64px;
        width: 4px;
        vertical-align: middle !important;
        display: flex;
        margin-left: 34%;
    }*/

    .landing .subBoxLanding8 .lbl82 {
        margin-top: 8px;
        font-size: 15px;
        font-weight: bold;
    }

    .landing .subBoxLanding8 .lbl81 {
        display: block;
        margin-top: 1px;
        font-size: 11px;
        color: black;
        margin-bottom: 27px;
    }

    .landing .square {
        width: 171px;
        border: 6px solid #0A7CC4;
        padding: 4px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 57px;
        z-index: 3;
        border-radius: 30px;
        background-color: white;
    }

    .landing .lbl-square {
        font-size: 20px;
        text-align: center;
        font-weight: bold;
    }

    .landing .Hr {
        margin-top: 48px;
        margin-bottom: 72px;
        border: 0;
        border-top: 5px solid #0A7CC4;
    }

    .landing .Resi-n8 {
        height: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .scrol {
        overflow: auto;
    }

    .landing .colRes10 {
        height: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .landing .imgBack {
        margin-top: 31%;
    }

    .landing .img1Res {
        width: 83%;
        height: 4%;
    }

    .landing .subBoxLanding10 .in10-div {
        height: 143px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0%;
        width: 93%;
    }

    .landing .Res2-in8 {
        width: 148%;
    }

    .landing .marginRespCol {
        margin-top: 11%;
        margin-right: 46%;
    }

    .landing .Res3-in8 {
        width: 188%
    }

    .landing .Img3 {
        height: 263px;
    }

    .landing .Res4-in8 {
        width: 121%;
        margin-right: -11%;
    }

    .landing .Img4 {
        width: 75%;
        height: 0%;
        margin-top: 32%;
        margin-bottom: 19%;
    }

    .landing .Res5-in8 {
        height: 100%;
        width: 89%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .landing .subBoxLanding10 .in10-div1 {
        height: 149px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 17%;
        width: 71%;
    }

    .landing .marginRespCol2 {
        margin-top: 5%;
        margin-right: 39%;
    }

    .landing .Res6-in8 {
        width: 167%
    }

    .landing .subBoxLanding10 .in10-div2 {
        height: 123px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 12%;
        width: 89%;
    }

    .landing .Res7-in8 {
        width: 131%;
        margin-right: -13%;
    }

    .landing .subBoxLanding10 .in10-div3 {
        height: 112px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 19%;
        width: 89%;
    }

    .landing .Img5 {
        width: 94%;
        height: 0%;
        margin-top: 14%;
        margin-bottom: 10%;
        margin-left: 0%;
    }

    .landing .marginRespCol3 {
        margin-top: 6%;
    }

    .landing .Img6 {
        width: 94%;
        height: 0%;
        margin-top: 14%;
        margin-bottom: 10%;
        margin-left: 0%;
    }

    .landing .labelRes {
        margin-top: 3px !important;
        font-weight: bold !important;
        font-size: 20px !important;
        margin-left: 40px;
        margin-top: -53px;
    }

    .landing .label2Res {
        margin-left: 1px;
    }

    .landing .labelRes1 {
        margin-top: -1px;
    }

    .landing .labelRes2 {
        margin-top: -7px;
        color: #0A7CC4 !important;
        font-weight: bold;
        margin-left: 33px;
    }

    .landing .btnMobile {
        display: inline-flex !important;
        margin-top: -38px;
    }

    .landing .RespText {
        padding: 1px 69px;
        font-size: 26px;
        margin-top: 2px;
        margin-left: 15px;
    }

    .landing .subBoxLanding3 .mt-5 {
        margin-top: 0.5rem !important;
    }

    .landingSucessLess100 {
        background-color: #DDF6FD;
        background-image: none !important;
    }

        .landingSucessLess100 .Phone {
            display: none;
        }

    .landing .subBoxLanding0 {
        background-image: none !important;
    }

    .displayLogo {
        display: none;
    }

    .IconMargin {
        margin-top: 15px
    }

   /* .landingSucessLess100 .circle {
        color: white;
        background-color: #0A7CC4;
        width: 15%;
        border-radius: 50%;
        left: 43%;
        position: relative;
        margin-right: -6%;
        margin-top: -7%;
        height: 50px;
    }*/


    .landingSucessLess100B0 .bacColor {
        background-color: #DDF6FD !important;
    }
}

@media (max-width: 500px) and (min-width: 411px) {
    .landing .OrderText2 {
        order: 2;
    }

    .landing .OrderText1 {
        order: 1;
    }

    body.safari .landing .Landing8Text1 {
        padding-left: 9%;
        margin-top: -30% !important;
        margin-right: 31%;
    }

    body.safari .landing .Landing8Text2 {
        padding-right: 0%;
        margin-top: -11%;
        margin-right: -1%;
    }

    body.safari .landing .Text2 {
        padding-right: 3%;
        margin-top: -5%
    }

    body.safari .landing .LandingText1 {
        padding-left: 0%;
        margin-top: 5%;
        margin-right: 17%;
    }

    body.safari .landing .LandingText2 {
        padding-left: 2%;
        margin-top: -35%;
        margin-right: 5%;
    }

    body.safari .landing .Landing7Text1 {
        padding-left: 5%;
        margin-top: 0%;
        margin-left: 11%;
    }

    body.safari .landing .subBoxLanding4 {
        margin-top: 105px !important;
    }

    .landing .btnMobile {
        display: block;
    }

    .landing .LandingImage {
        height: 61px;
        width: 1px;
        vertical-align: middle !important;
        display: flex;
        margin-left: 160px;
        margin-top: 16px;
    }
    .landing .label1 {
        font-size: 25px;
        margin-right: -12px;
    }

    .landing .labelRes1 {
        margin-top: -25px;
        font-size: 22px;
    }

    .landing .labelRes2 {
        margin-left: 41px !important;
        margin-right: 0px;
    }

    .landing .label2Res {
        margin-top: 15px;
    }


    .landing .label2Res {
        margin-right: 41px;
    }

    .landing .order1 {
        order: 1;
        margin-top: 11%
    }

    .landing .LandingText {
        overflow: hidden;
        padding-top: 0px;
        font-size: 15px;
        font-weight: 700;
        width: 420px;
        text-align: center;
        margin-left: -18px;
    }

    .landing .Landing8Text1 {
        padding-left: 36px;
        margin-top: 23px;
        margin-left: 161px;
    }


    .landing .Landing8Text2 {
        padding-left: 14px;
        margin-top: 10px;
        margin-left: 37px;
    }

    .landing .subBoxLanding3 .btn1 {
        width: 223px;
        margin: 16px;
        white-space: nowrap;
        padding: 12px;
        border-radius: 10px;
        font-size: 20px;
    }

    .landing .variousColor {
        background-color: #DDF6FD;
        height: 150px;
    }

    .landing .withoutcolor {
        height: 150px;
    }

    .landing .subBoxLanding5 .lbl-5 {
        font-size: 0.9em;
        font-weight: 700;
    }

    .landing .Text1 {
        padding-left: 26px;
        margin-top: 26px;
    }
    .padding1-4 {
        padding: 0px 42px 0px 42px;
    }

    .padding2-4 {
        margin-top: 4px;
        padding: 0px 38px 0px 38px;
    }

    .landing .Text2 {
        padding-left: 26px;
        margin-top: 14px;
    }

    .landing .lbl-box5 {
        color: #0A7CC4;
        font-size: 17px;
        display: block;
        font-weight: bolder;
        text-align: left;
    }

    .landing .lbl2-box5 {
        color: black;
        font-size: 17px;
        display: block;
        font-weight: 500;
    }
    .landing .lbl2-box8 {
        color: black;
        font-size: 16px;
        display: block;
        text-align: left;
        font-weight: 500;
    }

    .landing .btnEn {
        height: 28px;
    }

    .landing .try {
        padding: 0px 76px;
        margin-top: 0px;
    }

    .landing .order1-6 {
        margin-top: 12%;
    }

    .landing .TitleMar {
        margin-top: -18px;
        position: absolute;
        margin-left: 41px;
    }
    .landing .lbl-box6 {
        color: #0A7CC4;
        font-size: 17px;
        display: block;
        font-weight: bolder;
    }

    .landing .lbl2-box6 {
        color: black;
        font-size: 16px;
        display: block;
        text-align: left;
        font-weight: 500;
    }

    .landing .LandingText1 {
        padding-left: 73px;
        margin-top: 21px;
        margin-left: -90px
    }

    .landing .LandingText2 {
        padding-left: 26px;
        margin-top: 15px;
    }

    .landing .Row7 {
        margin: 0%;
    }

    .landing .Landing7Text1 {
        padding-left: 29px;
        margin-top: -19px;
        margin-left: -139px;
    }

    .landing .Landing7Text2 {
        padding-left: 31px;
        margin-top: 15px;
    
    }

    .landing .lbl-box8tem {
        color: #0A7CC4;
        font-size: 17px;
        display: block;
        font-weight: bolder;
    }

    .landing .lbl-box7s {
        color: #0A7CC4;
        font-size: 17px;
        display: block;
        font-weight: bolder;
    }

    .landing .lbl2-box7 {
        color: black;
        font-size: 16px;
        display: block;
        text-align: left;
        font-weight: 500;
    }

    .landing .subBoxLanding10 .in8-divMid {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 18px;
        width: 97%;
        height: 145%;
        margin-left: 20%;
    }

    .landing .divMidCol2Resposive {
       /* margin-left: 3% !important;*/
    }

    .landing .Margin2 {
        /*margin-left: -15% !important;*/
    }

    .landing .subBoxLanding10 .in8-divEnd {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 18px;
        width: 92%;
        height: 118%;
        margin-left: 20%;
        position: relative;
        top: -29%;
    }

    .landing .Margin1 {
        margin-left: 16% !important;
        width: 75% !important;
    }

   /* .landingSucessMore100B1 .circle {
        color: white;
        background-color: #0A7CC4;
        width: 15%;
        border-radius: 50%;
        left: 43%;
        position: relative;
        margin-right: -6%;
        margin-top: -7%;
        height: 50px;
    }
*/

    .landing .Margin3 {
        left: -14% !important;
        width: 75% !important;
    }

    .landing .labelBox8 {
        color: black;
        display: block;
        font-weight: bold;
        font-size: 16px;
        padding: 0px 0px;
    }

    .landing .subBoxLanding8 .in8-div {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 91px;
    }

    .landing .subBoxLanding10 .in8-div {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 18px;
        width: 95px;
        height: 66px;
        margin-left: -1px;
    }
    .landing .subBoxLanding10 .Imageback1 {
        height: 61px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 20px;
    }
    .landing .subBoxLanding10 .Imageback3 {
        height: 71px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 14px;
    }
    .landing .subBoxLanding10 .Imageback4 {
        height: 65px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 18px;
    }
    .landing .subBoxLanding10 .Imageback2 {
        height: 103px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: -1px;
    }
        .landing .Majid_Al_Futtaim_logo {
        width: 83px;
        margin-top: 23px;
    }

    .landing .subwayLogo {
        width: 83px;
        margin-top: 13px;
    }

    .landing .ThairdRespons {
        margin-top: 6%;
    }

    .landing .FourthRespons {
        margin-top: 6%;
    }

/*    .landing .Landing8Image {
        padding: 24px 2px 0 33px;
        height: 64px;
        width: 4px;
        vertical-align: middle !important;
        display: flex;
        margin-left: 34%;
    }
*/
    .landing .subBoxLanding8 .lbl82 {
        margin-top: 8px;
        font-size: 15px;
        font-weight: bold;
    }

    .landing .subBoxLanding8 .lbl81 {
        display: block;
        margin-top: 1px;
        font-size: 11px;
        color: black;
        margin-bottom: 27px;
    }

    .landing .square {
        width: 197px;
        border: 6px solid #0A7CC4;
        padding: 4px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 57px;
        z-index: 3;
        border-radius: 30px;
        background-color: white;
    }

    .landing .lbl-square {
        font-size: 20px;
        text-align: center;
        font-weight: bold;
    }

    .landing .Hr {
        margin-top: 48px;
        margin-bottom: 72px;
        border: 0;
        border-top: 5px solid #0A7CC4;
    }

    .landing .Resi-n8 {
        height: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .scrol {
        overflow: auto;
    }

    .landing .colRes10 {
        height: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .landing .imgBack {
        margin-top: 31%;
    }

    .landing .img1Res {
        width: 83%;
        height: 4%;
    }

    .landing .subBoxLanding10 .in10-div {
        height: 143px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0%;
        width: 93%;
    }

    .landing .Res2-in8 {
        width: 148%;
    }

    .landing .marginRespCol {
        margin-top: 11%;
        margin-right: 46%;
    }

    .landing .Res3-in8 {
        width: 188%
    }

    .landing .Img3 {
        height: 263px;
    }

    .landing .Res4-in8 {
        width: 121%;
        margin-right: -11%;
    }

    .landing .Img4 {
        width: 75%;
        height: 0%;
        margin-top: 32%;
        margin-bottom: 19%;
    }

    .landing .Res5-in8 {
        height: 100%;
        width: 89%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .landing .subBoxLanding10 .in10-div1 {
        height: 149px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 17%;
        width: 71%;
    }

    .landing .marginRespCol2 {
        margin-top: 5%;
        margin-right: 39%;
    }

    .landing .Res6-in8 {
        width: 167%
    }

    .landing .subBoxLanding10 .in10-div2 {
        height: 123px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 12%;
        width: 89%;
    }

    .landing .Res7-in8 {
        width: 131%;
        margin-right: -13%;
    }

    .landing .subBoxLanding10 .in10-div3 {
        height: 112px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 19%;
        width: 89%;
    }

    .landing .Img5 {
        width: 94%;
        height: 0%;
        margin-top: 14%;
        margin-bottom: 10%;
        margin-left: 0%;
    }

    .landing .marginRespCol3 {
        margin-top: 6%;
    }

    .landing .Img6 {
        width: 94%;
        height: 0%;
        margin-top: 14%;
        margin-bottom: 10%;
        margin-left: 0%;
    }

    .landing .labelRes {
        margin-top: 3px !important;
        font-weight: bold !important;
        font-size: 20px !important;
        margin-left: 40px;
        margin-top: -53px;
        text-align:center;
    }

    .landing .label2Res {
        margin-left: 40px;
    }

    .landing .labelRes1 {
        margin-top: -19px;
    }

    .landing .labelRes2 {
        margin-top: -7px;
        color: #0A7CC4 !important;
        font-weight: bold;
        margin-left: 14px;
    }

    .landing .btnMobile {
        display: inline-flex !important;
        margin-top: -39px;
    }

    .landing .RespText {
        padding: 1px 69px;
        font-size: 26px;
        margin-top: 2px;
        margin-left: 15px;
    }

    .landing .subBoxLanding3 .mt-5 {
        margin-top: 0.5rem !important;
    }

    .landingSucessLess100 {
        background-color: #DDF6FD;
        background-image: none !important;
    }

        .landingSucessLess100 .Phone {
            display: none;
        }

    .landing .subBoxLanding0 {
        background-image: none !important;
    }

    .displayLogo {
        display: none;
    }

    .IconMargin {
        margin-top: 15px
    }

    /*.landingSucessLess100 .circle {
        color: white;
        background-color: #0A7CC4;
        width: 15%;
        border-radius: 50%;
        left: 43%;
        position: relative;
        margin-right: -6%;
        margin-top: -7%;
        height: 50px;
    }*/


    .landingSucessLess100B0 .bacColor {
        background-color: #DDF6FD !important;
    }
}

@media (max-width: 300px) and (min-width: 50px) {
    .landing .OrderText2 {
        order: 2;
    }

    .landing .OrderText1 {
        order: 1;
    }

    body.safari .landing .Landing8Text1 {
        padding-left: 9%;
        margin-top: -32% !important;
        margin-right: 36%;
    }

    body.safari .landing .Image1Ihone {
        margin-top: 70px !important;
    }

    body.safari .landing .Landing8Text2 {
        padding-right: 0%;
        margin-top: -11%;
        margin-right: -1%;
    }

    body.safari .landing .Text2 {
        padding-right: 3%;
        margin-top: -2%
    }

    body.safari .landing .LandingText1 {
        padding-left: 0%;
        margin-top: 1%;
        margin-right: 46%;
    }

    body.safari .landing .LandingText2 {
        padding-left: 2%;
        margin-top: -33%;
        margin-right: 5%;
    }

    body.safari .landing .Landing7Text1 {
        padding-left: 5%;
        margin-top: -6%;
        margin-left: 11%;
    }

    body.safari .landing .Landing7Text2 {
        padding-right: 9%;
        margin-top: -15%;
        margin-left: -3%;
    }

    body.safari .landing .subBoxLanding4 {
        margin-top: 166px !important;
    }

    body.safari .landing .btnMobile {
        display: inline-flex !important;
        margin-top: -17%
    }

    .landing .subBoxLanding3 .btn1 {
        width: 223px;
        margin: 16px;
        white-space: nowrap;
        padding: 12px;
        border-radius: 10px;
        font-size: 20px;
        margin-left: 22px;
    }

    .landing .label1 {
        font-size: 17px;
    }

    .landing .labelRes1 {
        font-size: 14px;
    }

    .landing .Img2 {
        height: 331px;
        margin-top: -73px;
    }

    .landing .labelRes2 {
        font-size: 11px !important;
        margin-top: -8px;
    }

    .landing .label2Res {
        margin-top: -11px;
    }

    .landing .LandingImage {
        height: 61px;
        width: 1px;
        vertical-align: middle !important;
        display: flex;
        margin-left: 92px;
        margin-top: 16px;
    }

    .landing .LandingText {
        overflow: hidden;
        padding-top: 12px;
        font-size: 10px;
        font-weight: 700;
        width: 311px;
        text-align: center;
        margin-left: -28px;
    }

    .landing .Landing8Text1 {
        padding-left: 20px;
        margin-top: 23px;
        margin-left: 161px;
    }


    .landing .Landing8Text2 {
        padding-left: 14px;
        margin-top: 10px;
        margin-left: 37px;
    }

    .landing .variousColor {
        background-color: #DDF6FD;
        height: 150px;
    }

    .landing .withoutcolor {
        height: 150px;
    }

    .landing .subBoxLanding5 .lbl-5 {
        font-size: 0.9em;
        font-weight: 700;
    }

    .landing .Text1 {
        padding-left: 20px;
        margin-top: 19px;
    }

    .padding1-4 {
        padding: 0px 42px 0px 42px;
    }

    .padding2-4 {
        margin-top: 4px;
        padding: 0px 38px 0px 38px;
    }

    .landing .Text2 {
        padding-left: 20px;
        margin-top: 14px;
    }

    .landing .lbl-box5 {
        color: #0A7CC4;
        font-size: 17px;
        display: block;
        font-weight: bolder;
        text-align: left;
    }

    .landing .lbl2-box5 {
        color: black;
        font-size: 16px;
        display: block;
        font-weight: 500;
    }

    .landing .lbl2-box8 {
        color: black;
        font-size: 16px;
        display: block;
        text-align: left;
        font-weight: 500;
    }

    .landing .btnEn {
        height: 28px;
    }

    .landing .try {
        padding: 0px 76px;
        margin-top: 0px;
    }


    .landing .order1-6 {
        margin-top: 12%;
    }


    .landing .TitleMar {
        margin-top: -5px;
        position: absolute;
        margin-left: 33px;
    }

    .landing .lbl-box6 {
        color: #0A7CC4;
        font-size: 17px;
        display: block;
        font-weight: bolder;
    }

    .landing .lbl2-box6 {
        color: black;
        font-size: 16px;
        display: block;
        text-align: left;
        font-weight: 500;
    }

    .landing .LandingText1 {
        padding-left: 29px;
        margin-top: 14px;
    }

    .landing .LandingText2 {
        padding-left: 20px;
        margin-top: 15px;
    }

    .landing .Row7 {
        margin: 0%;
    }

    .landing .Landing7Text1 {
        padding-left: 23px;
        margin-top: -19px;
        margin-left: -142px;
    }

    .landing .Landing7Text2 {
        padding-left: 20px;
        margin-top: 15px;
    }

    .landing .lbl-box8tem {
        color: #0A7CC4;
        font-size: 17px;
        display: block;
        font-weight: bolder;
    }

    .landing .lbl-box7s {
        color: #0A7CC4;
        font-size: 17px;
        display: block;
        font-weight: bolder;
    }

    .landing .lbl2-box7 {
        color: black;
        font-size: 16px;
        display: block;
        text-align: left;
        font-weight: 500;
    }

    .landing .subBoxLanding10 .in8-divMid {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 18px;
        width: 97%;
        height: 145%;
        margin-left: 20%;
    }

    .landing .divMidCol2Resposive {
        /* margin-left: 3% !important;*/
    }

    .landing .Margin2 {
        /*  margin-left: -15% !important;*/
    }

    .landing .subBoxLanding10 .in8-divEnd {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 18px;
        width: 92%;
        height: 118%;
        margin-left: 20%;
        position: relative;
        top: -29%;
    }

    .landing .Margin1 {
        margin-left: 16% !important;
        width: 75% !important;
    }
    /*
    .landingSucessMore100B1 .circle {
        color: white;
        background-color: #0A7CC4;
        width: 15%;
        border-radius: 50%;
        left: 43%;
        position: relative;
        margin-right: -6%;
        margin-top: -7%;
        height: 50px;
    }
*/

    .landing .Margin3 {
        left: -14% !important;
        width: 75% !important;
    }

    .landing .labelBox8 {
        color: black;
        display: block;
        font-weight: bold;
        font-size: 16px;
        padding: 0px 0px;
    }

    .landing .subBoxLanding8 .in8-div {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 91px;
    }

    .landing .subBoxLanding10 .in8-div {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 18px;
        width: 66px;
        height: 66px;
        margin-left: -6px;
    }

    .landing .subBoxLanding10 .Imageback1 {
        height: 60px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 4px;
    }

    .landing .subBoxLanding10 .Imageback3 {
        height: 71px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 2px;
    }

    .landing .subBoxLanding10 .Imageback2 {
        height: 101px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: -9px;
    }

    .landing .subBoxLanding10 .Imageback4 {
        height: 59px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 6px;
    }

    .landing .Majid_Al_Futtaim_logo {
        width: 63px;
        margin-top: 23px;
    }

    .landing .subwayLogo {
        width: 69px;
        margin-top: 18px;
    }

    .landing .ThairdRespons {
        margin-top: 6%;
    }

    .landing .FourthRespons {
        margin-top: 6%;
    }

    /*   .landing .Landing8Image {
        padding: 24px 2px 0 33px;
        height: 64px;
        width: 4px;
        vertical-align: middle !important;
        display: flex;
        margin-left: 26%;
    }*/

    .landing .subBoxLanding8 .lbl82 {
        margin-top: 8px;
        font-size: 15px;
        font-weight: bold;
    }

    .landing .subBoxLanding8 .lbl81 {
        display: block;
        margin-top: 1px;
        font-size: 11px;
        color: black;
        margin-bottom: 27px;
    }

    .landing .square {
        width: 171px;
        border: 6px solid #0A7CC4;
        padding: 4px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 57px;
        z-index: 3;
        border-radius: 30px;
        background-color: white;
    }

    .landing .lbl-square {
        font-size: 20px;
        text-align: center;
        font-weight: bold;
    }

    .landing .Hr {
        margin-top: 48px;
        margin-bottom: 72px;
        border: 0;
        border-top: 5px solid #0A7CC4;
    }

    .landing .Resi-n8 {
        height: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .scrol {
        overflow: auto;
    }

    .landing .colRes10 {
        height: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .landing .imgBack {
        margin-top: 31%;
    }

    .landing .img1Res {
        width: 83%;
        height: 4%;
    }

    .landing .subBoxLanding10 .in10-div {
        height: 143px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0%;
        width: 93%;
    }

    .landing .Res2-in8 {
        width: 148%;
    }

    .landing .marginRespCol {
        margin-top: 11%;
        margin-right: 46%;
    }

    .landing .Res3-in8 {
        width: 188%
    }

    .landing .Img3 {
        height: 263px;
    }

    .landing .Res4-in8 {
        width: 121%;
        margin-right: -11%;
    }

    .landing .Img4 {
        width: 75%;
        height: 0%;
        margin-top: 32%;
        margin-bottom: 19%;
    }

    .landing .Res5-in8 {
        height: 100%;
        width: 89%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .landing .subBoxLanding10 .in10-div1 {
        height: 149px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 17%;
        width: 71%;
    }

    .landing .marginRespCol2 {
        margin-top: 5%;
        margin-right: 39%;
    }

    .landing .Res6-in8 {
        width: 167%
    }

    .landing .subBoxLanding10 .in10-div2 {
        height: 123px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 12%;
        width: 89%;
    }

    .landing .Res7-in8 {
        width: 131%;
        margin-right: -13%;
    }

    .landing .subBoxLanding10 .in10-div3 {
        height: 112px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 19%;
        width: 89%;
    }

    .landing .Img5 {
        width: 94%;
        height: 0%;
        margin-top: 14%;
        margin-bottom: 10%;
        margin-left: 0%;
    }

    .landing .marginRespCol3 {
        margin-top: 6%;
    }

    .landing .Img6 {
        width: 94%;
        height: 0%;
        margin-top: 14%;
        margin-bottom: 10%;
        margin-left: 0%;
    }

    .landing .btnMobile {
        display: inline-flex !important;
        margin-top: -45px;
    }

    .landing .labelRes {
        margin-top: 3px !important;
        font-weight: bold !important;
        font-size: 20px !important;
        margin-left: 41px;
        margin-top: -53px;
    }

    .landing .label2Res {
        margin-left: 40px;
        margin-top: 1px;
    }

    .landing .labelRes1 {
        margin-top: -1px;
    }

    .landing .labelRes2 {
        margin-top: -7px;
        color: #0A7CC4 !important;
        font-weight: bold;
        margin-left: 44px;
    }

    .landing .RespText {
        padding: 1px 69px;
        font-size: 26px;
        margin-top: 2px;
        margin-left: 7px;
    }

    .landing .subBoxLanding3 .mt-5 {
        margin-top: 0.5rem !important;
    }

    .landingSucessLess100 {
        background-color: #DDF6FD;
        background-image: none !important;
    }

        .landingSucessLess100 .Phone {
            display: none;
        }

    .landing .subBoxLanding0 {
        background-image: none !important;
    }

    .displayLogo {
        display: none;
    }

    .IconMargin {
        margin-top: 15px;
    }

    /*.landingSucessLess100 .circle {
        color: white;
        background-color: #0A7CC4;
        width: 15%;
        border-radius: 50%;
        left: 43%;
        position: relative;
        margin-right: -6%;
        margin-top: -7%;
        height: 50px;
    }
*/

    .landingSucessLess100B0 .bacColor {
        background-color: #DDF6FD !important;
    }
}
@media (max-width: 350px) and (min-width: 300px) {
    .landing .OrderText2 {
        order: 2;
    }

    .landing .OrderText1 {
        order: 1;
    }

    body.safari .landing .Landing8Text1 {
        padding-left: 9%;
        margin-top: -32% !important;
        margin-right: 36%;
    }

    body.safari .landing .Image1Ihone {
        margin-top: 70px !important;
    }

    body.safari .landing .Landing8Text2 {
        padding-right: 0%;
        margin-top: -11%;
        margin-right: -1%;
    }

    body.safari .landing .Text2 {
        padding-right: 3%;
        margin-top: -2%
    }

    body.safari .landing .LandingText1 {
        padding-left: 0%;
        margin-top: 1%;
        margin-right: 46%;
    }

    body.safari .landing .LandingText2 {
        padding-left: 2%;
        margin-top: -33%;
        margin-right: 5%;
    }

    body.safari .landing .Landing7Text1 {
        padding-left: 5%;
        margin-top: -6%;
        margin-left: 11%;
    }

    body.safari .landing .Landing7Text2 {
        padding-right: 9%;
        margin-top: -15%;
        margin-left: -3%;
    }

    body.safari .landing .subBoxLanding4 {
        margin-top: 166px !important;
    }

    body.safari .landing .btnMobile {
        display: inline-flex !important;
        margin-top: -17%
    }

    .landing .subBoxLanding3 .btn1 {
        width: 223px;
        margin: 16px;
        white-space: nowrap;
        padding: 12px;
        border-radius: 10px;
        font-size: 20px;
        margin-left: 22px;
    }

    .landing .label1 {
        font-size: 17px;
    }

    .landing .labelRes1 {
        font-size: 14px;
    }

    .landing .Img2 {
        height: 331px;
        margin-top: -73px;
    }

    .landing .labelRes2 {
        font-size: 11px !important;
        margin-top: -8px;
    }

    .landing .label2Res {
        margin-top: -11px;
    }

    .landing .LandingImage {
        height: 61px;
        width: 1px;
        vertical-align: middle !important;
        display: flex;
        margin-left: 113px;
        margin-top: 16px;
    }

    .landing .LandingText {
        overflow: hidden;
        padding-top: 12px;
        font-size: 10px;
        font-weight: 700;
        width: 311px;
        text-align: center;
        margin-left: -3px;
    }

    .landing .Landing8Text1 {
        padding-left: 20px;
        margin-top: 23px;
        margin-left: 161px;
    }


    .landing .Landing8Text2 {
        padding-left: 14px;
        margin-top: 10px;
        margin-left: 37px;
    }

    .landing .variousColor {
        background-color: #DDF6FD;
        height: 150px;
    }

    .landing .withoutcolor {
        height: 150px;
    }

    .landing .subBoxLanding5 .lbl-5 {
        font-size: 0.9em;
        font-weight: 700;
    }

    .landing .Text1 {
        padding-left: 20px;
        margin-top: 19px;
    }

    .padding1-4 {
        padding: 0px 42px 0px 42px;
    }

    .padding2-4 {
        margin-top: 4px;
        padding: 0px 38px 0px 38px;
    }

    .landing .Text2 {
        padding-left: 20px;
        margin-top: 14px;
    }

    .landing .lbl-box5 {
        color: #0A7CC4;
        font-size: 17px;
        display: block;
        font-weight: bolder;
        text-align: left;
    }

    .landing .lbl2-box5 {
        color: black;
        font-size: 16px;
        display: block;
        font-weight: 500;
    }

    .landing .lbl2-box8 {
        color: black;
        font-size: 16px;
        display: block;
        text-align: left;
        font-weight: 500;
    }

    .landing .btnEn {
        height: 28px;
    }

    .landing .try {
        padding: 0px 76px;
        margin-top: 0px;
    }


    .landing .order1-6 {
        margin-top: 12%;
    }


    .landing .TitleMar {
        margin-top: -5px;
        position: absolute;
        margin-left: 33px;
    }

    .landing .lbl-box6 {
        color: #0A7CC4;
        font-size: 17px;
        display: block;
        font-weight: bolder;
    }

    .landing .lbl2-box6 {
        color: black;
        font-size: 16px;
        display: block;
        text-align: left;
        font-weight: 500;
    }

    .landing .LandingText1 {
        padding-left: 29px;
        margin-top: 14px;
    }

    .landing .LandingText2 {
        padding-left: 20px;
        margin-top: 15px;
    }

    .landing .Row7 {
        margin: 0%;
    }

    .landing .Landing7Text1 {
        padding-left: 29px;
        margin-top: -19px;
        margin-left: -154px;
    }

    .landing .Landing7Text2 {
        padding-left: 20px;
        margin-top: 15px;
    }

    .landing .lbl-box8tem {
        color: #0A7CC4;
        font-size: 17px;
        display: block;
        font-weight: bolder;
    }

    .landing .lbl-box7s {
        color: #0A7CC4;
        font-size: 17px;
        display: block;
        font-weight: bolder;
    }

    .landing .lbl2-box7 {
        color: black;
        font-size: 16px;
        display: block;
        text-align: left;
        font-weight: 500;
    }

    .landing .subBoxLanding10 .in8-divMid {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 18px;
        width: 97%;
        height: 145%;
        margin-left: 20%;
    }

    .landing .divMidCol2Resposive {
        /* margin-left: 3% !important;*/
    }

    .landing .Margin2 {
        /*  margin-left: -15% !important;*/
    }

    .landing .subBoxLanding10 .in8-divEnd {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 18px;
        width: 92%;
        height: 118%;
        margin-left: 20%;
        position: relative;
        top: -29%;
    }

    .landing .Margin1 {
        margin-left: 16% !important;
        width: 75% !important;
    }
    /*
    .landingSucessMore100B1 .circle {
        color: white;
        background-color: #0A7CC4;
        width: 15%;
        border-radius: 50%;
        left: 43%;
        position: relative;
        margin-right: -6%;
        margin-top: -7%;
        height: 50px;
    }
*/

    .landing .Margin3 {
        left: -14% !important;
        width: 75% !important;
    }

    .landing .labelBox8 {
        color: black;
        display: block;
        font-weight: bold;
        font-size: 16px;
        padding: 0px 0px;
    }

    .landing .subBoxLanding8 .in8-div {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 91px;
    }

    .landing .subBoxLanding10 .in8-div {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 18px;
        width: 70px;
        height: 66px;
        margin-left: -6px;
    }

    .landing .subBoxLanding10 .Imageback1 {
        height: 60px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 4px;
    }

    .landing .subBoxLanding10 .Imageback3 {
        height: 71px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 2px;
    }

    .landing .subBoxLanding10 .Imageback2 {
        height: 101px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: -9px;
    }

    .landing .subBoxLanding10 .Imageback4 {
        height: 59px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 6px;
    }

    .landing .Majid_Al_Futtaim_logo {
        width: 63px;
        margin-top: 23px;
    }

    .landing .subwayLogo {
        width: 69px;
        margin-top: 18px;
    }

    .landing .ThairdRespons {
        margin-top: 6%;
    }

    .landing .FourthRespons {
        margin-top: 6%;
    }

    /*   .landing .Landing8Image {
        padding: 24px 2px 0 33px;
        height: 64px;
        width: 4px;
        vertical-align: middle !important;
        display: flex;
        margin-left: 26%;
    }*/

    .landing .subBoxLanding8 .lbl82 {
        margin-top: 8px;
        font-size: 15px;
        font-weight: bold;
    }

    .landing .subBoxLanding8 .lbl81 {
        display: block;
        margin-top: 1px;
        font-size: 11px;
        color: black;
        margin-bottom: 27px;
    }

    .landing .square {
        width: 171px;
        border: 6px solid #0A7CC4;
        padding: 4px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 57px;
        z-index: 3;
        border-radius: 30px;
        background-color: white;
    }

    .landing .lbl-square {
        font-size: 20px;
        text-align: center;
        font-weight: bold;
    }

    .landing .Hr {
        margin-top: 48px;
        margin-bottom: 72px;
        border: 0;
        border-top: 5px solid #0A7CC4;
    }

    .landing .Resi-n8 {
        height: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .scrol {
        overflow: auto;
    }

    .landing .colRes10 {
        height: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .landing .imgBack {
        margin-top: 31%;
    }

    .landing .img1Res {
        width: 83%;
        height: 4%;
    }

    .landing .subBoxLanding10 .in10-div {
        height: 143px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0%;
        width: 93%;
    }

    .landing .Res2-in8 {
        width: 148%;
    }

    .landing .marginRespCol {
        margin-top: 11%;
        margin-right: 46%;
    }

    .landing .Res3-in8 {
        width: 188%
    }

    .landing .Img3 {
        height: 263px;
    }

    .landing .Res4-in8 {
        width: 121%;
        margin-right: -11%;
    }

    .landing .Img4 {
        width: 75%;
        height: 0%;
        margin-top: 32%;
        margin-bottom: 19%;
    }

    .landing .Res5-in8 {
        height: 100%;
        width: 89%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .landing .subBoxLanding10 .in10-div1 {
        height: 149px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 17%;
        width: 71%;
    }

    .landing .marginRespCol2 {
        margin-top: 5%;
        margin-right: 39%;
    }

    .landing .Res6-in8 {
        width: 167%
    }

    .landing .subBoxLanding10 .in10-div2 {
        height: 123px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 12%;
        width: 89%;
    }

    .landing .Res7-in8 {
        width: 131%;
        margin-right: -13%;
    }

    .landing .subBoxLanding10 .in10-div3 {
        height: 112px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 19%;
        width: 89%;
    }

    .landing .Img5 {
        width: 94%;
        height: 0%;
        margin-top: 14%;
        margin-bottom: 10%;
        margin-left: 0%;
    }

    .landing .marginRespCol3 {
        margin-top: 6%;
    }

    .landing .Img6 {
        width: 94%;
        height: 0%;
        margin-top: 14%;
        margin-bottom: 10%;
        margin-left: 0%;
    }

    .landing .btnMobile {
        display: inline-flex !important;
        margin-top: -45px;
    }

    .landing .labelRes {
        margin-top: 3px !important;
        font-weight: bold !important;
        font-size: 20px !important;
        margin-left: 41px;
        margin-top: -53px;
    }

    .landing .label2Res {
        margin-left: 40px;
        margin-top: 1px;
    }

    .landing .labelRes1 {
        margin-top: -1px;
    }

    .landing .labelRes2 {
        margin-top: -7px;
        color: #0A7CC4 !important;
        font-weight: bold;
        margin-left: 44px;
    }

    .landing .RespText {
        padding: 1px 69px;
        font-size: 26px;
        margin-top: 2px;
        margin-left: 7px;
    }

    .landing .subBoxLanding3 .mt-5 {
        margin-top: 0.5rem !important;
    }

    .landingSucessLess100 {
        background-color: #DDF6FD;
        background-image: none !important;
    }

        .landingSucessLess100 .Phone {
            display: none;
        }

    .landing .subBoxLanding0 {
        background-image: none !important;
    }

    .displayLogo {
        display: none;
    }

    .IconMargin {
        margin-top: 15px;
    }

    /*.landingSucessLess100 .circle {
        color: white;
        background-color: #0A7CC4;
        width: 15%;
        border-radius: 50%;
        left: 43%;
        position: relative;
        margin-right: -6%;
        margin-top: -7%;
        height: 50px;
    }
*/

    .landingSucessLess100B0 .bacColor {
        background-color: #DDF6FD !important;
    }
}

@media (max-width: 400px) and (min-width: 350px) {
    .landing .OrderText2 {
        order: 2;
    }

    .landing .OrderText1 {
        order: 1;
    }

    body.safari .landing .Landing8Text1 {
        padding-left: 9%;
        margin-top: -32% !important;
        margin-right: 36%;
    }

    body.safari .landing .Image1Ihone {
        margin-top: 70px !important;
    }

    body.safari .landing .Landing8Text2 {
        padding-right: 0%;
        margin-top: -11%;
        margin-right: -1%;
    }

    body.safari .landing .Text2 {
        padding-right: 3%;
        margin-top: -2%
    }

    body.safari .landing .LandingText1 {
        padding-left: 0%;
        margin-top: 1%;
        margin-right: 46%;
    }

    body.safari .landing .LandingText2 {
        padding-left: 2%;
        margin-top: -33%;
        margin-right: 5%;
    }

    body.safari .landing .Landing7Text1 {
        padding-left: 5%;
        margin-top: -6%;
        margin-left: 11%;
    }

    body.safari .landing .Landing7Text2 {
        padding-right: 9%;
        margin-top: -15%;
        margin-left: -3%;
    }

    body.safari .landing .subBoxLanding4 {
        margin-top: 166px !important;
    }

    body.safari .landing .btnMobile {
        display: inline-flex !important;
        margin-top: -17%
    }

    .landing .subBoxLanding3 .btn1 {
        width: 223px;
        margin: 16px;
        white-space: nowrap;
        padding: 12px;
        border-radius: 10px;
        font-size: 20px;
        margin-left: 22px;
    }
    .landing .label1 {
        font-size: 28px;
    }

    .landing .labelRes1 {
        font-size: 20px;
    }

    .landing .Img2 {
        height: 331px;
        margin-top: -73px;
    }
    .landing .labelRes2 {
        font-size: 15px !important;
        margin-top: -8px;
    }

    .landing .label2Res {
        margin-top: -11px;
    }
    .landing .LandingImage {
        height: 61px;
        width: 1px;
        vertical-align: middle !important;
        display: flex;
        margin-left: 140px;
        margin-top: 16px;
    }

    .landing .LandingText {
        overflow: hidden;
        padding-top: 0px;
        font-size: 13px;
        font-weight: 700;
        width: 311px;
        text-align: center;
        margin-left: 18px;
    }

    .landing .Landing8Text1 {
        padding-left: 20px;
        margin-top: 23px;
        margin-left: 161px;
    }


    .landing .Landing8Text2 {
        padding-left: 14px;
        margin-top: 10px;
        margin-left: 37px;
    }

    .landing .variousColor {
        background-color: #DDF6FD;
        height: 150px;
    }

    .landing .withoutcolor {
        height: 150px;
    }

    .landing .subBoxLanding5 .lbl-5 {
        font-size: 0.9em;
        font-weight: 700;
    }

    .landing .Text1 {
        padding-left: 20px;
        margin-top: 19px;
    }
    .padding1-4 {
        padding: 0px 42px 0px 42px;
    }

    .padding2-4 {
        margin-top: 4px;
        padding: 0px 38px 0px 38px;
    }

    .landing .Text2 {
        padding-left: 20px;
        margin-top: 14px;
    }

    .landing .lbl-box5 {
        color: #0A7CC4;
        font-size: 17px;
        display: block;
        font-weight: bolder;
        text-align: left;
    }

    .landing .lbl2-box5 {
        color: black;
        font-size: 16px;
        display: block;
        font-weight: 500;
    }

    .landing .lbl2-box8 {
        color: black;
        font-size: 16px;
        display: block;
        text-align: left;
        font-weight: 500;
    }

    .landing .btnEn {
        height: 28px;
    }

    .landing .try {
        padding: 0px 76px;
        margin-top: 0px;
    }


    .landing .order1-6 {
        margin-top: 12%;
    }


    .landing .TitleMar {
        margin-top: -5px;
        position: absolute;
        margin-left: 33px;
    }
    .landing .lbl-box6 {
        color: #0A7CC4;
        font-size: 17px;
        display: block;
        font-weight: bolder;
    }

    .landing .lbl2-box6 {
        color: black;
        font-size: 16px;
        display: block;
    text-align:left;
     font-weight:500;
    }

    .landing .LandingText1 {
        padding-left: 29px;
        margin-top: 14px;
    }

    .landing .LandingText2 {
        padding-left: 20px;
        margin-top: 15px;
    }

    .landing .Row7 {
        margin: 0%;
    }

    .landing .Landing7Text1 {
        padding-left: 29px;
        margin-top: -19px;
        margin-left: -154px;
    }

    .landing .Landing7Text2 {
        padding-left: 20px;
        margin-top: 15px;
    }

    .landing .lbl-box8tem {
        color: #0A7CC4;
        font-size: 17px;
        display: block;
        font-weight: bolder;
    }

    .landing .lbl-box7s {
        color: #0A7CC4;
        font-size: 17px;
        display: block;
        font-weight: bolder;
    }

    .landing .lbl2-box7 {
        color: black;
        font-size: 16px;
        display: block;
        text-align: left;
        font-weight: 500;
    }

    .landing .subBoxLanding10 .in8-divMid {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 18px;
        width: 97%;
        height: 145%;
        margin-left: 20%;
    }

    .landing .divMidCol2Resposive {
       /* margin-left: 3% !important;*/
    }

    .landing .Margin2 {
      /*  margin-left: -15% !important;*/
    }

    .landing .subBoxLanding10 .in8-divEnd {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 18px;
        width: 92%;
        height: 118%;
        margin-left: 20%;
        position: relative;
        top: -29%;
    }

    .landing .Margin1 {
        margin-left: 16% !important;
        width: 75% !important;
    }
/*
    .landingSucessMore100B1 .circle {
        color: white;
        background-color: #0A7CC4;
        width: 15%;
        border-radius: 50%;
        left: 43%;
        position: relative;
        margin-right: -6%;
        margin-top: -7%;
        height: 50px;
    }
*/

    .landing .Margin3 {
        left: -14% !important;
        width: 75% !important;
    }

    .landing .labelBox8 {
        color: black;
        display: block;
        font-weight: bold;
        font-size: 16px;
        padding: 0px 0px;
    }

    .landing .subBoxLanding8 .in8-div {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 91px;
    }

    .landing .subBoxLanding10 .in8-div {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 18px;
        width: 95px;
        height: 66px;
        margin-left: -6px;
    }
    .landing .subBoxLanding10 .Imageback1 {
        height: 61px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 20px;
    }
    .landing .subBoxLanding10 .Imageback3 {
        height: 71px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 14px;
    }
    .landing .subBoxLanding10 .Imageback2 {
        height: 103px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: -1px;
    }
    .landing .subBoxLanding10 .Imageback4 {
        height: 65px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 18px;
    }
    .landing .Majid_Al_Futtaim_logo {
        width: 83px;
        margin-top: 23px;
    }
    .landing .subwayLogo {
        width: 83px;
        margin-top: 13px;
    }
    .landing .ThairdRespons {
        margin-top: 6%;
    }

    .landing .FourthRespons {
        margin-top: 6%;
    }

 /*   .landing .Landing8Image {
        padding: 24px 2px 0 33px;
        height: 64px;
        width: 4px;
        vertical-align: middle !important;
        display: flex;
        margin-left: 26%;
    }*/

    .landing .subBoxLanding8 .lbl82 {
        margin-top: 8px;
        font-size: 15px;
        font-weight: bold;
    }
    .landing .subBoxLanding8 .lbl81 {
        display: block;
        margin-top: 1px;
        font-size: 11px;
        color: black;
        margin-bottom: 27px;
    }

    .landing .square {
        width: 171px;
        border: 6px solid #0A7CC4;
        padding: 4px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 57px;
        z-index: 3;
        border-radius: 30px;
        background-color: white;
    }

    .landing .lbl-square {
        font-size: 20px;
        text-align: center;
        font-weight: bold;
    }

    .landing .Hr {
        margin-top: 48px;
        margin-bottom: 72px;
        border: 0;
        border-top: 5px solid #0A7CC4;
    }

    .landing .Resi-n8 {
        height: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .scrol {
        overflow: auto;
    }

    .landing .colRes10 {
        height: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .landing .imgBack {
        margin-top: 31%;
    }

    .landing .img1Res {
        width: 83%;
        height: 4%;
    }

    .landing .subBoxLanding10 .in10-div {
        height: 143px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 0%;
        width: 93%;
    }

    .landing .Res2-in8 {
        width: 148%;
    }

    .landing .marginRespCol {
        margin-top: 11%;
        margin-right: 46%;
    }

    .landing .Res3-in8 {
        width: 188%
    }

    .landing .Img3 {
        height: 263px;
    }

    .landing .Res4-in8 {
        width: 121%;
        margin-right: -11%;
    }

    .landing .Img4 {
        width: 75%;
        height: 0%;
        margin-top: 32%;
        margin-bottom: 19%;
    }

    .landing .Res5-in8 {
        height: 100%;
        width: 89%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .landing .subBoxLanding10 .in10-div1 {
        height: 149px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 17%;
        width: 71%;
    }

    .landing .marginRespCol2 {
        margin-top: 5%;
        margin-right: 39%;
    }

    .landing .Res6-in8 {
        width: 167%
    }

    .landing .subBoxLanding10 .in10-div2 {
        height: 123px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 12%;
        width: 89%;
    }

    .landing .Res7-in8 {
        width: 131%;
        margin-right: -13%;
    }

    .landing .subBoxLanding10 .in10-div3 {
        height: 112px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 19%;
        width: 89%;
    }

    .landing .Img5 {
        width: 94%;
        height: 0%;
        margin-top: 14%;
        margin-bottom: 10%;
        margin-left: 0%;
    }

    .landing .marginRespCol3 {
        margin-top: 6%;
    }

    .landing .Img6 {
        width: 94%;
        height: 0%;
        margin-top: 14%;
        margin-bottom: 10%;
        margin-left: 0%;
    }

    .landing .btnMobile {
        display: inline-flex !important;
        margin-top: -45px;
    }

    .landing .labelRes {
        margin-top: 3px !important;
        font-weight: bold !important;
        font-size: 20px !important;
        margin-left: 41px;
        margin-top: -53px;
    }

    .landing .label2Res {
        margin-left: 40px;
        margin-top: 1px;
    }

    .landing .labelRes1 {
        margin-top: -1px;
    }

    .landing .labelRes2 {
        margin-top: -7px;
        color: #0A7CC4 !important;
        font-weight: bold;
        margin-left: 44px;
    }

    .landing .RespText {
        padding: 1px 69px;
        font-size: 26px;
        margin-top: 2px;
        margin-left: 7px;
    }

    .landing .subBoxLanding3 .mt-5 {
        margin-top: 0.5rem !important;
    }

    .landingSucessLess100 {
        background-color: #DDF6FD;
        background-image: none !important;
    }

        .landingSucessLess100 .Phone {
            display: none;
        }

    .landing .subBoxLanding0 {
        background-image: none !important;
    }

    .displayLogo {
        display: none;
    }

    .IconMargin {
        margin-top: 15px;
       
    }

    /*.landingSucessLess100 .circle {
        color: white;
        background-color: #0A7CC4;
        width: 15%;
        border-radius: 50%;
        left: 43%;
        position: relative;
        margin-right: -6%;
        margin-top: -7%;
        height: 50px;
    }
*/

    .landingSucessLess100B0 .bacColor {
        background-color: #DDF6FD !important;
    }
}
@media (max-width: 700px) and (min-width: 500px) {
    .landing .subBoxLanding10 .in8-div {
        background: #FFFFF6 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 18px;
        width: 155px;
        height: 90px;
        margin-left: 31px;
    }

    .landing .label1 {
        font-size: 28px;
    }

    .landing .lbl-box5 {
        color: #0A7CC4;
        display: block;
        font-weight: bolder;
        font-size: 13px;
    }

    .landing .lbl2-box5 {
        color: black;
        font-size: 10px;
        display: block;
    }

    .landing .Text1 {
        padding-left: 56px;
        margin-top: 38px;
    }



    .landing .Text2 {
        padding-left: 55px;
        margin-top: 24px;
    }

    .landing .TitleMar {
        margin-top: 39px;
        margin-bottom: 46px;
    }

    .landing .labelRes1 {
        font-size: 23px;
    }

    .landing .labelRes2 {
        font-size: 15px;
        margin-top: -8px;
    }

    .landing .label2Res {
        margin-top: -11px;
    }

    .landing .subBoxLanding0 {
        background-size: 768px !important;
    }
    .landing .subBoxLanding10 {
        padding: 0px 20px;
        margin-top: -12px;
    }
    .landing .LandingImage {
        padding: 0px 52px 0 39px;
        height: 81px;
        width: 2px;
        float: left;
        margin: -3px;
        vertical-align: middle !important;
        display: flex;
        margin-left: 141px;
    }

    .landing .LandingText {
        overflow: hidden;
        font-weight: bold;
        margin-right: 93px;
        margin-top: 11px;
    }



    .landing .RespText {
        margin-top: -52px;
    }

    .landing .subBoxLanding3 .mt-5 {
        margin-top: 2.5rem !important;
    }

    .landing .Majid_Al_Futtaim_logo {
        width: 124px;
        margin-top: 33px;
    }

    .landing .subwayLogo {
        width: 134px;
        margin-top: 13px;
    }

    .landing .subBoxLanding10 .Imageback1 {
        height: 89px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 43px;
    }

    .landing .subBoxLanding10 .Imageback2 {
        height: 112px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 9px;
    }

    .landing .subBoxLanding10 .Imageback3 {
        height: 95px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 32px;
    }

    .landing .subBoxLanding10 .Imageback4 {
        height: 87px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 36px;
    }

    .landing .Ifram0 {
        width: 567px;
        height: 311px;
    }

    .landing .LandingText1 {
        margin-right: -20px;
        margin-top: 77px;
    }



    .landing .LandingText2 {
        padding-left: 13px;
        margin-top: 44px;
    }

    .landing .lbl-box6 {
        color: #0A7CC4;
        font-size: 13px;
        display: block;
        font-weight: bolder;
    }

    .landing .lbl2-box6 {
        color: black;
        font-size: 10px;
        display: block;
    }

    .landing .Img2 {
        height: 401PX;
    }

    .landing .Landing8Text1 {
        margin-right: 304px;
        margin-top: 16px;
        padding: 0px 80px;
    }

    .landing .Landing8Text2 {
        margin-top: 22px;
        padding: 0px 78px;
        margin-left: -344px;
    }

    .landing .lbl-box8tem {
        color: #0A7CC4;
        display: block;
        font-weight: bolder;
        font-size: 13px;
        text-align: left;
    }

    .landing .lbl2-box8 {
        color: black;
        font-size: 10px;
        display: block;
    }

    .landing .lbl-box7s {
        color: #0A7CC4;
        display: block;
        font-weight: bolder;
        font-size: 11px;
        text-align: left;
    }

    .landing .Landing7Text1 {
        margin-right: -172px;
        margin-top: 100px;
    }

    .landing .Landing7Text2 {
        padding-left: 66px;
        margin-top: 15px;
    }

    .landing .lbl2-box7 {
        color: black;
        font-size: 10px;
        display: block;
    }

    .landing .labelBox8 {
        color: black;
        display: block;
        font-weight: bold;
        font-size: 19px;
        padding: 0px 174px;
    }

    .landing .subBoxLanding8 .lbl82 {
        margin-top: 8px;
        font-size: 17px;
        font-weight: bold;
    }

    .landing .subBoxLanding8 .lbl81 {
        display: block;
        margin-top: 1px;
        font-size: 16px;
        color: black;
        margin-bottom: 27px;
    }

    .landing .subBoxLanding8 .lbl82 {
        margin-top: 8px;
        font-size: 17px;
        font-weight: bold;
    }

    .landing .subBoxLanding8 .lbl81 {
        display: block;
        margin-top: 1px;
        font-size: 16px;
        color: black;
        margin-bottom: 27px;
    }

    .landing .square {
        width: 358px;
        border: 6px solid #0A7CC4;
        padding: 15px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 54px;
        z-index: 3;
        border-radius: 20px;
        background-color: white;
    }

    .landing .lbl-square {
        font-size: 44px;
        text-align: center;
        font-weight: bold;
    }

    .landing .Hr {
        margin-top: 74px;
        margin-bottom: 79px;
        border: 0;
        border-top: 5px solid #0A7CC4;
    }

    .landing .try {
        margin-top: 41px;
        padding: 0px 240px;
    }
    .padding1-4 {
        padding: 0px 96px 0px 69px;
    }

    .padding2-4 {
        margin-top: 19px;
        padding: 0px 17px 0px 17px;
    }

}
@media (max-width: 900px) and (min-width: 700px) {
    .padding1-4 {
        padding: 0px 96px 0px 69px;
    }

    .padding2-4 {
        margin-top: 19px;
        padding: 0px 17px 0px 17px;
    }
    .landing .subBoxLanding10 .in8-div {
        background: #FFFFF6 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 18px;
        width: 155px;
        height: 90px;
        margin-left: 31px;
    }
    .landing .label1 {
        font-size: 28px;
    }
    .landing .lbl-box5 {
        color: #0A7CC4;
        display: block;
        font-weight: bolder;
        font-size: 18px;
    }

    .landing .lbl2-box5 {
        color: black;
        font-size: 14px;
        display: block;
    }

    .landing .Text1 {
        padding-left: 56px;
        margin-top: 38px;
    }



    .landing .Text2 {
        padding-left: 55px;
        margin-top: 24px;
    }

    .landing .TitleMar {
        margin-top: 39px;
        margin-bottom: 46px;
    }
    .landing .labelRes1 {
        font-size: 23px;
    }

    .landing .labelRes2 {
        font-size: 15px;
        margin-top: -8px;
    }

    .landing .label2Res {
        margin-top: -11px;
    }
    .landing .subBoxLanding0 {
        background-size: cover !important;
    }
    .landing .LandingImage {
        padding: 0px 52px 0 39px;
        height: 81px;
        width: 2px;
        float: left;
        margin: -3px;
        vertical-align: middle !important;
        display: flex;
        margin-left: 141px;
    }
    .landing .LandingText {
        overflow: hidden;
 
        font-weight: bold;
        margin-right: 93px;
        margin-top: 11px;
    }
   


    .landing .RespText {
        margin-top: -52px;
    }
    .landing .subBoxLanding3 .mt-5 {
        margin-top: 2.5rem !important;
    }
  
    .landing .Majid_Al_Futtaim_logo {
        width: 124px;
        margin-top: 33px;
    }
    .landing .subwayLogo {
        width: 134px;
        margin-top: 13px;
    }
    .landing .subBoxLanding10 .Imageback1 {
        height: 89px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 43px;
    }
    .landing .subBoxLanding10 .Imageback2 {
        height: 112px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 9px;
    }
    .landing .subBoxLanding10 .Imageback3 {
        height: 95px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 32px;
    }
    .landing .subBoxLanding10 .Imageback4 {
        height: 87px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 36px;
    }
    .landing .Ifram0 {
        width: 567px;
        height: 311px;
    }
    .landing .LandingText1 {
        margin-right: -20px;
        margin-top: 77px;
    }



    .landing .LandingText2 {
        padding-left: 13px;
        margin-top: 44px;
    }

    .landing .lbl-box6 {
        color: #0A7CC4;
        font-size: 17px;
        display: block;
        font-weight: bolder;
    }

    .landing .lbl2-box6 {
        color: black;
        font-size: 14px;
        display: block;
    }

    .landing .Img2 {
        height: 401PX;
    }
    .landing .Landing8Text1 {
        margin-right: 304px;
        margin-top: 44px;
        padding: 0px 80px;
    
    }

    .landing .Landing8Text2 {
        margin-top: 22px;
        padding: 0px 78px;
        margin-left: -344px;
    }

    .landing .lbl-box8tem {
        color: #0A7CC4;
        display: block;
        font-weight: bolder;
        font-size: 17px;
        text-align: left;
    }

    .landing .lbl2-box8 {
        color: black;
        font-size: 14px;
        display: block;
    }

    .landing .lbl-box7s {
        color: #0A7CC4;
        display: block;
        font-weight: bolder;
        font-size: 17px;
        text-align: left;
    }

    .landing .Landing7Text1 {
        margin-right: -117px;
        margin-top: 100px;
    }
  /*  .Landing10Res {
        margin-top: -55px;
    }*/

    .landing .Landing7Text2 {
        padding-left: 41px;
        margin-top: 15px;
    }

    .landing .lbl2-box7 {
        color: black;
        font-size: 14px;
        display: block;
    }
    .landing .labelBox8 {
        color: black;
        display: block;
        font-weight: bold;
        font-size: 19px;
        padding: 0px 174px;
    }
    .landing .subBoxLanding8 .lbl82 {
        margin-top: 8px;
        font-size: 17px;
        font-weight: bold;
    }

    .landing .subBoxLanding8 .lbl81 {
        display: block;
        margin-top: 1px;
        font-size: 16px;
        color: black;
        margin-bottom: 27px;
    }
    .landing .subBoxLanding8 .lbl82 {
        margin-top: 8px;
        font-size: 17px;
        font-weight: bold;
    }

    .landing .subBoxLanding8 .lbl81 {
        display: block;
        margin-top: 1px;
        font-size: 16px;
        color: black;
        margin-bottom: 27px;
    }
    .landing .square {
        width: 358px;
        border: 6px solid #0A7CC4;
        padding: 15px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 54px;
        z-index: 3;
        border-radius: 20px;
        background-color: white;
    }

    .landing .lbl-square {
        font-size: 44px;
        text-align: center;
        font-weight: bold;
    }

    .landing .Hr {
        margin-top: 74px;
        margin-bottom: 42px;
        border: 0;
        border-top: 5px solid #0A7CC4;
    }
    .landing .try {
        margin-top: 41px;
        padding: 0px 272px;
    }

    }
@media (max-width: 1000px) and (min-width: 900px) {
    .landing .subBoxLanding10 .in8-div {
        background: #FFFFF6 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 18px;
        width: 214px;
        height: 121px;
        margin-left: 31px;
    }

    .landing .LandingText1 {
        margin-right: -6px;
        margin-top: 91px;
    }



    .landing .LandingText2 {
        padding-left: 4px;
        margin-top: 51px;
    }

    .landing .lbl-box6 {
        color: #0A7CC4;
        font-size: 21px;
        display: block;
        font-weight: bolder;
    }

    .landing .lbl2-box6 {
        color: black;
        font-size: 15px;
        display: block;
    }

    .landing .Img2 {
        height: 505px;
    }

    .landing .col-top {
        margin-top: -5px;
    }

    .landing .lbl-box5 {
        color: #0A7CC4;
        display: block;
        font-weight: bolder;
        font-size: 21px;
    }

    .landing .lbl2-box5 {
        color: black;
        font-size: 15px;
        display: block;
    }

    .landing .Text1 {
        padding-left: 66px;
        margin-top: 53px;
    }



    .landing .Text2 {
        padding-left: 65px;
        margin-top: 27px;
    }

    .landing .TitleMar {
        margin-top: 39px;
        margin-bottom: 46px;
    }

    .landing .LandingText {
        overflow: hidden;
        padding: 21px;
        margin-left: 31px;
    }

    .landing .label1 {
        font-size: 24px;
    }

    .landing .labelRes1 {
        font-size: 22px;
    }

    .landing .labelRes2 {
        font-size: 15px;
        margin-top: 8px;
    }

    .landing .label2Res {
        margin-top: 4px;
    }

    .landing .LandingImage {
        padding: 0px 52px 0 39px;
        height: 77px;
        width: 5px;
        float: left;
        margin: 8px;
        vertical-align: middle !important;
        display: flex;
        margin-left: 212px;
    }

    .landing .Majid_Al_Futtaim_logo {
        width: 182px;
        margin-top: 42px;
    }

    .landing .subwayLogo {
        width: 174px;
        margin-top: 20px;
    }

    .landing .Landing8Text1 {
        margin-right: 239px;
        margin-top: 18px;
        padding: 0px 80px;
    }

    .landing .Landing8Text2 {
        margin-top: 33px;
        padding: 0px 78px;
        margin-left: -315px;
    }

    .landing .lbl-box8tem {
        color: #0A7CC4;
        display: block;
        font-weight: bolder;
        font-size: 21px;
        text-align: left;
    }

    .landing .lbl2-box8 {
        color: black;
        font-size: 15px;
        display: block;
    }

    .landing .lbl-box7s {
        color: #0A7CC4;
        display: block;
        font-weight: bolder;
        font-size: 21px;
        text-align: left;
    }

    .landing .Landing7Text1 {
        margin-right: -137px;
        margin-top: 127px;
    }

    .landing .Landing7Text2 {
        padding-left: 53px;
        margin-top: 38px;
    }

    .landing .lbl2-box7 {
        color: black;
        font-size: 15px;
        display: block;
    }

    .landing .subBoxLanding10 .Imageback1 {
        height: 117px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 51px;
    }

    .landing .subBoxLanding10 .Imageback2 {
        height: 140px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 8px;
    }

    .landing .subBoxLanding10 .Imageback3 {
        height: 122px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 43px;
    }

    .landing .subBoxLanding10 .Imageback4 {
        height: 118px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 46px;
    }

    .landing .labelBox8 {
        color: black;
        display: block;
        font-weight: bold;
        font-size: 28px;
        padding: 0px 174px;
    }

    .landing .subBoxLanding8 .lbl82 {
        margin-top: 8px;
        font-size: 17px;
        font-weight: bold;
    }

    .landing .subBoxLanding8 .lbl81 {
        display: block;
        margin-top: 1px;
        font-size: 16px;
        color: black;
        margin-bottom: 27px;
    }

    .landing .square {
        width: 401px;
        border: 6px solid #0A7CC4;
        padding: 15px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 54px;
        z-index: 3;
        border-radius: 20px;
        background-color: white;
    }

    .landing .lbl-square {
        font-size: 44px;
        text-align: center;
        font-weight: bold;
    }

    .landing .Hr {
        margin-top: 74px;
        margin-bottom: 79px;
        border: 0;
        border-top: 5px solid #0A7CC4;
    }

    .landing .try {
        margin-top: 41px;
        padding: 0px 337px;
    }
}
@media (max-width: 1120px) and (min-width: 1000px) {
    .landing .subBoxLanding10 .in8-div {
        background: #FFFFF6 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 18px;
        width: 214px;
        height: 121px;
        margin-left: 31px;
    }
    .landing .LandingText1 {
        margin-right: -6px;
        margin-top: 91px;
    }



    .landing .LandingText2 {
        padding-left: 4px;
        margin-top: 51px;
    }

    .landing .lbl-box6 {
        color: #0A7CC4;
        font-size: 21px;
        display: block;
        font-weight: bolder;
    }

    .landing .lbl2-box6 {
        color: black;
        font-size: 15px;
        display: block;
    }

    .landing .Img2 {
        height: 505px;
    }
    .landing .col-top {
        margin-top: -5px;
    }
    .landing .lbl-box5 {
        color: #0A7CC4;
        display: block;
        font-weight: bolder;
        font-size: 21px;
    }

    .landing .lbl2-box5 {
        color: black;
        font-size: 15px;
        display: block;
    }

    .landing .Text1 {
        padding-left: 66px;
        margin-top: 53px;
    }



    .landing .Text2 {
        padding-left: 65px;
        margin-top: 27px;
    }

    .landing .TitleMar {
        margin-top: 39px;
        margin-bottom: 46px;
    }
    .landing .LandingText {
        overflow: hidden;
        padding: 21px;
        margin-left: 31px;
        font-size: 20px;
        line-height: 21px;
    }
    .landing .label1 {
        font-size: 24px;
    }

    .landing .labelRes1 {
        font-size: 22px;
    }

    .landing .labelRes2 {
        font-size: 15px;
        margin-top: 8px;
    }

    .landing .label2Res {
        margin-top: 4px;
    }
    .landing .LandingImage {
        padding: 0px 52px 0 39px;
        height: 77px;
        width: 5px;
        float: left;
        margin: 8px;
        vertical-align: middle !important;
        display: flex;
        margin-left: 212px;
    }
    .landing .Majid_Al_Futtaim_logo {
        width: 182px;
        margin-top: 42px;
    }

    .landing .subwayLogo {
        width: 174px;
        margin-top: 20px;
    }
    .landing .Landing8Text1 {
        margin-right: 296px;
        margin-top: 52px;
        padding: 0px 80px;
    }

    .landing .Landing8Text2 {
        margin-top: 33px;
        padding: 0px 78px;
        margin-left: -315px;
    }

    .landing .lbl-box8tem {
        color: #0A7CC4;
        display: block;
        font-weight: bolder;
        font-size: 21px;
        text-align: left;
    }

    .landing .lbl2-box8 {
        color: black;
        font-size: 15px;
        display: block;
    }

    .landing .lbl-box7s {
        color: #0A7CC4;
        display: block;
        font-weight: bolder;
        font-size: 21px;
        text-align: left;
    }

    .landing .Landing7Text1 {
        margin-right: -137px;
        margin-top: 127px;
    }

    .landing .Landing7Text2 {
        padding-left: 53px;
        margin-top: 38px;
    }

    .landing .lbl2-box7 {
        color: black;
        font-size: 15px;
        display: block;
    }

    .landing .subBoxLanding10 .Imageback1 {
        height: 117px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 51px;
    }

    .landing .subBoxLanding10 .Imageback2 {
        height: 140px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 8px;
    }

    .landing .subBoxLanding10 .Imageback3 {
        height: 122px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 43px;
    }

    .landing .subBoxLanding10 .Imageback4 {
        height: 118px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 46px;
    }
    .landing .labelBox8 {
        color: black;
        display: block;
        font-weight: bold;
        font-size: 28px;
        padding: 0px 174px;
    }
    .landing .subBoxLanding8 .lbl82 {
        margin-top: 8px;
        font-size: 17px;
        font-weight: bold;
    }

    .landing .subBoxLanding8 .lbl81 {
        display: block;
        margin-top: 1px;
        font-size: 16px;
        color: black;
        margin-bottom: 27px;
    }
    .landing .square {
        width: 401px;
        border: 6px solid #0A7CC4;
        padding: 15px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 54px;
        z-index: 3;
        border-radius: 20px;
        background-color: white;
    }

    .landing .lbl-square {
        font-size: 44px;
        text-align: center;
        font-weight: bold;
    }

    .landing .Hr {
        margin-top: 74px;
        margin-bottom: 79px;
        border: 0;
        border-top: 5px solid #0A7CC4;
    }
    .landing .try {
        margin-top: 41px;
        padding: 0px 411px;
    }
}
@media (max-width: 1370px) and (min-width: 1120px) {
    .landing .subBoxLanding10 .in8-div {
        background: #FFFFF6 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 18px;
        width: 250px;
        height: 149px;
        margin-left: 34px;
    }
    .landing .label2Res {
        margin-top: 0px !important;
    
    }
    .landing .label1 {
        font-size: 34px;
    }

    .landing .labelRes1 {
        font-size: 32px;
    }

    .landing .labelRes2 {
        font-size: 20px;
        margin-top: 7px;
    }

    .landing .label2Res {
        margin-top: 7px !important;
    }
    .landing .labelRes2 {
        margin-top: 7px;
    }
    .landing .Majid_Al_Futtaim_logo {
        width: 236px;
        margin-top: 47px;
    }
    .landing .LandingText {
        overflow: hidden;
        padding: 18px;
        font-weight: bold;
        margin-right: 289px;
        margin-top: 3px;
    }
    .landing .LandingImage {
        padding: 0px 52px 0 39px;
        height: 81px;
        width: 3px;
        float: left;
        margin: 10px;
        vertical-align: middle !important;
        display: flex;
        margin-left: 278px;
    }
    .landing .Landing8Text1 {
        margin-right: 150px;
        margin-top: 27px;
        padding: 0px 80px;
    }

    .landing .Landing8Text2 {
        margin-top: 36px;
        padding: 0px 78px;
        margin-left: -148px;
    }
    .landing .lbl-box8tem {
        color: #0A7CC4;
        display: block;
        font-weight: bolder;
        font-size: 29px;
        text-align: left;
    }
    .landing .lbl2-box8 {
        color: black;
        font-size: 27px;
        display: block;
    }
    .landing .lbl-box7s {
        color: #0A7CC4;
        display: block;
        font-weight: bolder;
        font-size: 29px;
        text-align: left;
    }
    .landing .Landing7Text1 {
        margin-right: -137px;
        margin-top: 181px;
    }
    .landing .Landing7Text2 {
        padding-left: 53px;
        margin-top: 62px;
    }
    .landing .lbl2-box7 {
        color: black;
        font-size: 27px;
        display: block;
    }
    .landing .subwayLogo {
        width: 224px;
        margin-top: 16px;
    }

    .landing .subBoxLanding10 .Imageback1 {
        height: 147px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 55px;
    }

    .landing .subBoxLanding10 .Imageback2 {
        height: 167px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 9px;
    }

    .landing .subBoxLanding10 .Imageback3 {
        height: 152px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 48px;
    }

    .landing .subBoxLanding10 .Imageback4 {
        height: 147px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 54px;
    }
    .landing .square {
        width: 401px;
        border: 6px solid #0A7CC4;
        padding: 15px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 54px;
        z-index: 3;
        border-radius: 20px;
        background-color: white;
    }

    .landing .lbl-square {
        font-size: 44px;
        text-align: center;
        font-weight: bold;
    }

    .landing .Hr {
        margin-top: 74px;
        margin-bottom: 79px;
        border: 0;
        border-top: 5px solid #0A7CC4;
    }
    .landing .try {
        margin-top: 41px;
        padding: 0px 563px;
    }
}
.MultiCarousel .leftLst {
    right: 0;
    width: 36px !important;
    height: 36px;
    font-weight: bolder;
    font-size: 26px;
    z-index: 1000000;
    padding: 0 0px;
}

.MultiCarousel .rightLst {
    left: 0;
    width: 36px !important;
    height: 36px;
    font-weight: bolder;
    font-size: 26px;
    z-index: 1000000;
}
@media (max-width: 1400px) and (min-width: 875px) {
    .landing .Ifram0 {
        width: 423px !important;
        height: 332px;
    }
    .Ifram10 {
        width: 423px !important;
        height: 332px;
    }
    .landingSucessMore100 .iframe-style {
        width: 423px !important;
        height: 332px;
    }
}
@media (max-width: 875px) and (min-width: 500px) {
    .landing .Ifram0 {
        width: 276px !important;
        height: 232px;
    }
    .Ifram10 {
        width: 423px !important;
        height: 332px;
    }
    .landingSucessMore100 .iframe-style {
        width: 423px !important;
        height: 332px;
    }
}
    @media (max-width: 500px) and (min-width: 50px) {
        .landing .Ifram0 {
            width: 303px !important;
            height: 176px;
        }
        .Ifram10 {
            width: 303px !important;
            height: 176px;
        }
        .landingSucessMore100 .iframe-style {
            width: 303px;
            height: 176px;
        }
    }
.Ifram10 {
    width: 34%;
    height: 362px;
}
.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}