﻿@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: 'Cairo-Regular','sans-serif';
    font-weight: normal;
    font-style: normal;
    background-color: #fff;
    overflow-x: hidden;
    font-size: 22px;
}

.Circle {
    background-image: url("../../Images/Ellipse.png");
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    height: 145px;
}

.Circle2 {
    background-image: url("../../Images/P2.png");
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    height: 145px;
}

.text {
    padding: 15px 5%;
    text-align: center;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0;
}

.LinkClick {
    background: #FF9900 0% 0% no-repeat padding-box;
    border-radius: 7px;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
}

.hide-footer-home {
    display: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 0px 1px 1px 17px;
}

.navbar {
    background-color: #ffffff38;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 17px !important;
    font-weight: 700;
}

.nav-link.active {
    color: rgba(0, 0, 0, 0.9);
    border-bottom: 3px solid;
}

.FontEn {
    font-family: 'Cairo-Regular', 'sans-serif' !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #007bff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 143px;
    z-index: 10000000000000;
    display: none;
    float: left !important;
    width: 12rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    /* color: #e0e0e0; */
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #0077C2;
    border-radius: 11px;
    /* left: 0px !important; */
    color: #0077C2 !important;
}

.Control-btn {
    font-size: 36px;
    position: fixed;
    left: 22px;
    z-index: 23;
    top: 12px;
    padding: 0 9px;
    border-radius: 4px;
    background-color: #f4f4f4;
    cursor: pointer;
    color: #0085d4;
    border: 2px solid #0085d4;
}

    .Control-btn:hover {
        color: #0085d4;
        text-decoration: none;
    }

.fixed-top.scrolled {
    background-color: #ffffff !important;
    transition: background-color 20ms linear;
    box-shadow: 2px 2px 5px 0;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #ffffffe6;
}

.nav-link.scrolled {
    color: #5dbbec !important;
    transition: color 20ms linear;
}

.nav-link.active.scrolled {
    border-bottom: 3px solid #00A3E4 !important;
}

.navbar-toggler {
    display: none;
}

.nicescroll-cursors {
    background-color: #51b4ed !important;
}

.Img-Box {
    display: none;
    position: absolute;
}

.First-Box {
    padding: 0% 7% 0% 0% !important;
    /*.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
        color: #fff;
        border-bottom: 3px solid #fff;
    }*/
}

    .First-Box .navbar-light .navbar-nav .nav-link {
        color: #fff;
        margin: 0 2px !important;
    }

.Third-Box {
    background-image: linear-gradient(to top right, #0FAD88, #1ce488);
    padding: 4% 7%;
    color: #fff;
}

    .Third-Box .Img-Box {
        position: relative;
    }

.Fourth-Box {
    /*background-color: #F4FAFB;*/
    background-color: #fff;
    padding: 4% 7%;
}

    .Fourth-Box .Img-Box {
        position: relative;
    }

.Fifth-Box {
    padding: 4% 7%;
}

    .Fifth-Box .Img-Box {
        position: relative;
    }

.Sixth-Box {
    padding: 7%;
}

@media (max-width: 774px) and (min-width: 50px) {
    .availoNavBar {
        display: none !important;
    }
}

.Seventh-Box {
    padding: 4% 7%;
}

    .Seventh-Box .form-control {
        color: #000;
        background-color: #F7F8F8;
        border: 1px solid #F7F8F8;
    }

        .Seventh-Box .form-control:focus {
            color: #000;
            background-color: #F7F8F8;
            border-color: #ced4da;
            box-shadow: none;
        }

        .Seventh-Box .form-control::placeholder {
            color: #6c757d;
            opacity: 1;
        }

        .Seventh-Box .form-control:disabled, .Seventh-Box .form-control[readonly] {
            background-color: #e9ecef;
            opacity: 1;
        }

    .Seventh-Box .btn-primary {
        color: #fff;
        border-color: transparent;
        background-image: linear-gradient(to right, #207cc8, #4dc3fa);
        padding: 15px;
        border-radius: 10px;
        font-size: unset;
    }

        .Seventh-Box .btn-primary:hover {
            color: #fff;
            background-image: linear-gradient(to right, #207cc8, #4dc3fa);
            border-color: transparent;
        }

        .Seventh-Box .btn-primary:focus, .Seventh-Box .btn-primary.focus {
            box-shadow: none;
        }

        .Seventh-Box .btn-primary:not(:disabled):not(.disabled):active, .Seventh-Box .btn-primary:not(:disabled):not(.disabled).active {
            color: #fff;
            background-image: linear-gradient(to right, #207cc8, #4dc3fa);
            border-color: transparent;
        }

            .Seventh-Box .btn-primary:not(:disabled):not(.disabled):active:focus, .Seventh-Box .btn-primary:not(:disabled):not(.disabled).active:focus {
                box-shadow: none;
            }

.Eighth-Box {
    /*.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
        color: #000;
        font-weight: bold;
    }*/
}

    .Eighth-Box .navbar-light .navbar-nav .nav-link {
        color: #000;
        margin: 0 20px;
        font-weight: bold;
        padding-top: 28px;
    }

    .Eighth-Box .Img-Footer {
        margin: 0 15px;
    }

.Box-lable {
    background-image: linear-gradient(to top right, #207cc8, #4dc3fa);
    color: #fff;
    padding: 15px;
    width: 85%;
    text-align: center;
    border-radius: 50px;
    margin: 3% 7%;
    font-size: 30px !important;
}

.btn-outline-primary {
    color: #fff;
    border-color: #fff;
    width: 30%;
    position: absolute;
    bottom: 6%;
    left: 35%;
    right: 35%;
    display: none;
    padding: 5px;
}

    .btn-outline-primary.CallUs {
        width: 50%;
        right: 25%;
        left: 25%;
    }

    .btn-outline-primary:hover {
        color: #fff;
        background-color: transparent;
        border-color: #fff;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: none;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
        color: #fff;
        background-color: transparent;
        border-color: #fff;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
            box-shadow: none;
        }

.modal-content {
    font-size: 14px;
    padding: 30px;
    border-radius: 2.3rem;
}

    .modal-content .modal-header {
        border-bottom: 0;
    }

        .modal-content .modal-header .modal-title {
            margin: auto;
            font-weight: bold;
        }

        .modal-content .modal-header .modal-header .close {
            margin: -1rem 0 -1rem -1rem;
        }

    .modal-content .modal-footer {
        padding: 0 1rem 1rem;
        border-top: 0;
    }

.modal-backdrop {
    width: 100%;
    height: 100%;
}

.help-block {
    font-size: 12px;
    color: red;
}

.Plus-left {
    left: 170px;
}

.Plus-left-left {
    left: 530px;
}

@media (min-width: 1367px) {
    .MainBox {
        padding: 0 5% 0% 2%;
        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 {
        background-image: url(/Content/images/result.svg);
        /*background-image: url(/Content/images/Asset1@3x.svg);*/
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: -1;
    }

    .First-Box .Img-Box-first {
        width: 140px;
        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 {
        background-image: url("/Content/images/Path@3x.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }

    .Second-Box .Img-Box-first {
        width: 52%;
        top: 42%;
        right: .5%;
    }

    .Second-Box .Img-Box-second {
        width: 20%;
        right: 30%;
        top: 6%;
    }

    .Second-Box .Box-text {
        position: absolute;
        width: 28%;
        left: 12%;
        top: 22%;
        font-size: 22px;
    }

    .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: 540px;
        background: transparent linear-gradient(25deg, #55B8F0 0%, #0D67BA 100%) 0% 0% no-repeat padding-box;
        opacity: 1;
        color: #fff;
        text-align: center;
    }

        .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: 20%;
            min-height: 300px;
            transition: 1s;
            position: relative;
        }

            .Sixth-Box .Box-Info:hover {
                margin: 25px -25px;
                z-index: 1;
            }
            .Sixth-Box .Box-Info.free {
                background-image: linear-gradient(#abdbfd, #1773c2);
            }

                .Sixth-Box .Box-Info.free:hover .btn-outline-primary {
                    display: block;
                }

            .Sixth-Box .Box-Info.Basic {
                background-image: linear-gradient(#A006F0, #49167B);
            }

                .Sixth-Box .Box-Info.Basic:hover .btn-outline-primary {
                    display: block;
                }

            .Sixth-Box .Box-Info.silver {
                background-image: linear-gradient(#85B1AC, #4C625D);
            }

                .Sixth-Box .Box-Info.silver:hover .btn-outline-primary {
                    display: block;
                }

            .Sixth-Box .Box-Info.Gold {
                background-image: linear-gradient(#E3AB55, #985600);
            }

                .Sixth-Box .Box-Info.Gold:hover .btn-outline-primary {
                    display: block;
                }

            .Sixth-Box .Box-Info.Platinum {
                background-image: linear-gradient(#40D7BE, #007E7E);
            }

                .Sixth-Box .Box-Info.Platinum:hover .btn-outline-primary {
                    display: block;
                }

            .Sixth-Box .Box-Info.Enterprise {
                background-image: linear-gradient(#39B4F1, #014AAA);
            }

                .Sixth-Box .Box-Info.Enterprise:hover .btn-outline-primary {
                    display: block;
                }

            .Sixth-Box .Box-Info label {
                font-size: 1.1em;
            }

            .Sixth-Box .Box-Info span {
                font-size: .7em;
            }

            .Sixth-Box .Box-Info .CostNumber {
                font-size: 30px;
                font-weight: bold;
            }

        .Sixth-Box .free {
            background-image: linear-gradient(#abdbfd, #1773c2) !important;
        }
            .Sixth-Box .free :hover .btn-outline-primary 
            {
                display: block !important;
            }


    .Seventh-Box {
        min-height: 690px;
    }

        .Seventh-Box label {
            font-size: 30px;
        }

        .Seventh-Box .Img-Box-first {
            width: 15%;
            top: 28px;
            left: 15px;
        }

        .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: 4%;
        }

        .Eighth-Box .Img-Box-first {
            width: 50%;
            height: 100%;
            left: 15px;
        }

        .Eighth-Box .Img-Box-second {
            position: relative;
            width: 63px;
        }

    .modal-dialog {
        max-width: 600px;
    }
}

@media (min-width: 775px) and (max-width: 1366px) {
    .MainBox {
        padding: 0 5% 0% 2%;
        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 {
        background-image: url("/Content/images/result.svg");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: -1;
    }

    .First-Box .Img-Box-first {
        width: 140px;
        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 {
        background-image: url("/Content/images/Path@2x.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }

    .Second-Box .Img-Box-first {
        width: 52%;
        top: 42%;
        right: .5%;
    }

    .Second-Box .Img-Box-second {
        width: 20%;
        right: 30%;
        top: 5%;
    }

    .Second-Box .Box-text {
        position: absolute;
        width: 31%;
        left: 12%;
        top: 22%;
        font-size: 18px;
    }

    .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;
        background: transparent linear-gradient(25deg, #55B8F0 0%, #0D67BA 100%) 0% 0% no-repeat padding-box;
        opacity: 1;
        color: #fff;
        text-align: center;
    }

        .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/Pathresize6@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.free {
                background-image: linear-gradient(#abdbfd, #1773c2);
            }

                .Sixth-Box .Box-Info.free:hover .btn-outline-primary {
                    display: block;
                }

            .Sixth-Box .Box-Info.Basic {
                background-image: linear-gradient(#A006F0, #49167B);
            }

                .Sixth-Box .Box-Info.Basic:hover .btn-outline-primary {
                    display: block;
                }

            .Sixth-Box .Box-Info.silver {
                background-image: linear-gradient(#85B1AC, #4C625D);
            }

                .Sixth-Box .Box-Info.silver:hover .btn-outline-primary {
                    display: block;
                }

            .Sixth-Box .Box-Info.Gold {
                background-image: linear-gradient(#E3AB55, #985600);
            }

                .Sixth-Box .Box-Info.Gold:hover .btn-outline-primary {
                    display: block;
                }

            .Sixth-Box .Box-Info.Platinum {
                background-image: linear-gradient(#40D7BE, #007E7E);
            }

                .Sixth-Box .Box-Info.Platinum:hover .btn-outline-primary {
                    display: block;
                }

            .Sixth-Box .Box-Info.Enterprise {
                background-image: linear-gradient(#39B4F1, #014AAA);
            }

                .Sixth-Box .Box-Info.Enterprise:hover .btn-outline-primary {
                    display: block;
                }

            .Sixth-Box .Box-Info label {
                font-size: 1em;
            }

            .Sixth-Box .Box-Info span {
                font-size: .8em;
            }

            .Sixth-Box .Box-Info .CostNumber {
                font-size: 30px;
                font-weight: bold;
            }
        .Sixth-Box .free {
            background-image: linear-gradient(#abdbfd, #1773c2) !important;
        }
        .Sixth-Box .free :hover .btn-outline-primary {
            display: block !important;
        }

    .Seventh-Box {
        min-height: 610px;
    }

        .Seventh-Box label {
            font-size: 30px;
        }

        .Seventh-Box .Img-Box-first {
            width: 15%;
            top: 50px;
            left: 15px;
        }

        .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% 3% 4% 1%;
        }

        .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;
        }

    .modal-dialog {
        max-width: 600px;
    }
}

@media (min-width: 50px) and (max-width: 774px) {
    .iframe-style {
        width: 86% !important;
        height: 166px !important;
        border-radius: 20px;
        border-width: 3px;
    }

    .MainBox {
        padding: 0 5% !important;
        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 {
        left: 30px;
    }

    .Plus-left {
        left: 90px;
    }

    .Plus-left-left {
        left: 152px;
    }

    .Box {
        min-height: 250px;
    }

        .Box .Img-Box-sm {
            display: block;
        }

    .First-Box .background {
        background-image: url("/Content/images/Asset1.png");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: -1;
    }

    .First-Box .Img-Box-first {
        width: 50px;
        padding-top: 10px;
        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 {
        background-image: url("/Content/images/Path.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }

    .Second-Box h2 {
        font-size: 11px;
    }

    .Second-Box .Img-Box-first {
        width: 50%;
        top: 42%;
        right: 3%;
    }

    .Second-Box .Img-Box-second {
        width: 20%;
        right: 30%;
        top: 5%;
    }

    .Second-Box .Box-text {
        position: absolute;
        width: 35%;
        left: 2%;
        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;
        background: transparent linear-gradient(25deg, #55B8F0 0%, #0D67BA 100%) 0% 0% no-repeat padding-box;
        opacity: 1;
        color: #fff;
        text-align: center;
    }

        .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 {
        background-image: url("/Content/images/Path 6.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

        .Sixth-Box .btn-outline-primary {
            color: #fff;
            border-color: #fff;
            width: 90%;
            font-size: 12px;
            position: absolute;
            bottom: 6%;
            left: 0;
            right: 5%;
            display: none;
            padding: 5px;
        }

        .Sixth-Box label {
            font-size: 14px;
        }

        .Sixth-Box .Box-Info {
            display: grid;
            text-align: center;
            padding: 20px 10px;
            border-radius: 10px;
            margin: 40px 4px;
            color: #fff;
            width: 100%;
            min-height: 230px;
            transition: 1s;
            position: relative;
            font-size: 10px;
        }
            .Sixth-Box .Box-Info.free {
                background-image: linear-gradient(#abdbfd, #1773c2);
            }

                .Sixth-Box .Box-Info.free:hover .btn-outline-primary {
                    display: block;
                }
            .Sixth-Box .Box-Info.Basic {
                background-image: linear-gradient(#A006F0, #49167B);
            }

                .Sixth-Box .Box-Info.Basic .btn-outline-primary {
                    display: block;
                }

            .Sixth-Box .Box-Info.silver {
                background-image: linear-gradient(#85B1AC, #4C625D);
            }

                .Sixth-Box .Box-Info.silver .btn-outline-primary {
                    display: block;
                }

            .Sixth-Box .Box-Info.Gold {
                background-image: linear-gradient(#E3AB55, #985600);
            }

                .Sixth-Box .Box-Info.Gold .btn-outline-primary {
                    display: block;
                }

            .Sixth-Box .Box-Info.Platinum {
                background-image: linear-gradient(#40D7BE, #007E7E);
            }

                .Sixth-Box .Box-Info.Platinum .btn-outline-primary {
                    display: block;
                }

            .Sixth-Box .Box-Info.Enterprise {
                background-image: linear-gradient(#39B4F1, #014AAA);
            }

                .Sixth-Box .Box-Info.Enterprise .btn-outline-primary {
                    display: block;
                }

            .Sixth-Box .Box-Info label {
                font-size: 2em;
            }

            .Sixth-Box .Box-Info span {
                font-size: 1.5em;
            }

            .Sixth-Box .Box-Info .CostNumber {
                font-size: 14px;
                font-weight: bold;
            }
        .Sixth-Box .free {
            background-image: linear-gradient(#abdbfd, #1773c2) !important;
        }
        .Sixth-Box .free :hover .btn-outline-primary {
            display: block !important;
        }
    .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: 400px;
    }

        .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;
        }

    .modal-dialog {
        max-width: 600px;
    }
}

@media (min-width: 768px) and (max-width: 774px) {
    .Second-Box {
        min-height: 390px;
    }

    .tablet {
        max-width: 100%;
        margin: 0;
    }
}

@media (max-width: 775px) and (min-width: 1364px) {
    .goo-play {
        padding-top: 6px;
    }
}

@media (min-width: 1463) and (max-width: 1366px) {
    .Second-Box {
        min-height: 835px;
    }
}

@media (min-width: 1282px) and (max-width: 1462px) {
    .Second-Box {
        min-height: 735px;
    }
}

@media (min-width: 1108px) and (max-width: 1281px) {
    .Second-Box {
        min-height: 635px;
    }
}

@media (min-width: 945px) and (max-width: 1107px) {
    .Second-Box {
        min-height: 550px;
    }
}

@media (min-width: 801px) and (max-width: 944px) {
    .Second-Box {
        min-height: 470px;
    }

    .First-Box .Box-Form {
        width: 55%;
        position: absolute;
        top: 40%;
        font-size: 12px;
        line-height: 3;
    }

        .First-Box .Box-Form .fa-sync-alt {
            font-size: 14px;
        }
}

.Error {
    display: none;
    font-size: 12px;
    color: red;
}

@media (min-width: 687px) and (max-width: 800px) {
    .Second-Box {
        min-height: 408px;
    }

    .First-Box .Box-Form {
        width: 55%;
        position: absolute;
        top: 40%;
        font-size: 12px;
        line-height: 3;
    }

        .First-Box .Box-Form .fa-sync-alt {
            font-size: 14px;
        }
}

@media (min-width: 583px) and (max-width: 686px) {
    .Second-Box {
        min-height: 350px;
    }
}

@media (min-width: 507px) and (max-width: 582px) {
    .Second-Box {
        min-height: 300px;
    }
}

@media (min-width: 421px) and (max-width: 506px) {
    .Second-Box {
        min-height: 260px;
    }
}

@media (min-width: 351px) and (max-width: 420px) {
    .Second-Box {
        min-height: 220px;
    }
}

@media (min-width: 50px) and (max-width: 350px) {
    .Second-Box {
        min-height: 185px;
    }
}

.lds-ripple {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(8, 8, 8, 0.35);
    display: none;
    z-index: 100000000;
}

.loader {
    position: absolute;
    top: 25%;
    left: 45%;
}

.lds-ripple .loader div {
    position: absolute;
    border: 10px solid #005dff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

    .lds-ripple .loader div:nth-child(2) {
        animation-delay: -0.5s;
    }

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 100px;
        height: 100px;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 172px;
        height: 172px;
        opacity: 0;
    }
}

.MessageEmail {
    color: green;
    font-size: 14px;
}

.toast {
    max-width: 640px;
}

#toast-container > div {
    width: 640px;
}

.form-group.has-error .form-control {
    border-color: red;
}

.footer {
    height: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 4;
    font-size: 14px;
    color: #0077C2;
    font-weight: bold;
}

.btn.Successfull {
    background-color: #00e29b !important;
    border-color: #00e29b !important;
    opacity: 1;
    cursor: not-allowed;
}

@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 .titelRow2 {
    position: absolute;
    color: #0077c2;
    border-right: #00e29b 3px solid;
    height: auto;
    top: 7rem;
    margin-top: 52px;
    padding-right: 15px;
    width: 300px;
    text-align: justify;
}

.Registration .carcheBox55 {
    color: #000;
    font-size: 12px;
    margin: 5px 0 0 16px;
}

.Registration .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 19px;
    height: 250px;
    overflow-y: auto;
}

.Registration .modal-dialog {
    max-width: 927px;
}

.Registration .modal-content {
    font-size: 14px;
    padding: 19px;
    border-radius: 10px;
}

.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;
    min-height: 80px;
}

.Registration .LinkClick {
    background: #FF9900 0% 0% no-repeat padding-box;
    border-radius: 7px;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
}

.Registration .SubBox1 {
    position: relative;
    min-height: 500px;
}

    .Registration .SubBox1 .background1 {
        background-image: url("../../Images/GroupPartnerAR.svg");
        /*background-image: url(../../Images/Layer1.png);*/
        background-repeat: no-repeat;
        background-position: left top;
        background-position-y: 0;
        background-size: 65%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .Registration .SubBox1 .background2 {
        background-image: url(../../Images/Layer_x0020_1.png);
        background-repeat: no-repeat;
        background-position: right top;
        background-position-y: 30px;
        background-size: 17%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

.Registration .SubBox2 {
    margin-left: 15%;
    position: relative;
    min-height: 500px;
}

    .Registration .SubBox2 .background {
        background-image: url(../../Images/Group.png);
        background-repeat: no-repeat;
        background-position: center left;
        background-size: 30%;
        position: absolute;
        top: 45px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

.Registration .SubBox3 {
    margin-left: 15%;
    position: relative;
    min-height: 350px;
}

    .Registration .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;
    }

        .Registration .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;
        }

.Registration .SubBox5 {
    margin-left: 15%;
    position: relative;
    min-height: 350px;
}

    .Registration .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;
    }

        .Registration .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;
            text-align: center;
        }

.Registration .SubBox4 {
    margin-left: 15%;
    position: relative;
    min-height: 300px;
}

    .Registration .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;
    }

        .Registration .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;
        }

.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 {
    display: flex;
    margin-right: 54px;
}

.Registration .footer {
    height: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 4;
    font-size: 14px;
    color: #0077C2;
    font-weight: bold;
}

.Registration .divImge {
    background: #fff 0% 0% no-repeat padding-box;
    border: 5px solid #333;
    border-radius: 20px;
    width: 120px;
    height: 238px;
    float: left;
    position: relative;
    top: 143px;
    left: 100px;
}

.Registration .help-block {
    font-size: 12px;
    color: red;
    display: none !important;
}
#LocationMap-error {
    font-size: 13px;
    color: red;
    display: block !important;
}
.Registration .Plus-left-left {
    left: 150px;
}

.Registration .AccountCode {
    position: absolute;
    font-size: 9px;
    border: 1px solid #333333;
    border-radius: 20px;
    top: 125px;
    padding: 2px 15px;
    right: 18px;
}

.Registration .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: 774px) and (min-width: 50px) {
    .Registration .Plus-left-left {
        left: 95px;
    }
}

@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-right: #00e29b 3px solid;
        height: auto !important;
        top: 4rem;
        margin-top: 52px;
        padding-right: 23px;
        right: 0;
    }

    .Registration .MainBox {
        padding: 0 11% 0% 11% !important;
        width: 100%;
    }

    .Registration .SubBox1 {
        min-height: 0 !important;
    }

        .Registration .SubBox1 .background1 {
            display: none;
        }

    .Registration .SubBox2 {
        margin-left: 0 !important;
        min-height: 0 !important;
    }

        .Registration .SubBox2 .background {
            display: none;
        }

    .Registration .SubBox3 {
        margin-left: 0 !important;
        min-height: 0 !important;
    }

        .Registration .SubBox3 .background {
            background-position-x: 0% !important;
            background-position-y: 0px !important;
            background-size: 20% !important;
        }

            .Registration .SubBox3 .background:after {
                content: unset !important;
            }

    .Registration .SubBox4 {
        margin-left: 0 !important;
        min-height: 0 !important;
    }

        .Registration .SubBox4 .background {
            background-position-x: 0px !important;
            background-size: 20%;
        }

            .Registration .SubBox4 .background:after {
                content: unset !important;
            }

    .Registration .SubBox5 {
        margin-left: 0 !important;
        min-height: 0 !important;
    }

        .Registration .SubBox5 .background {
            background-position-x: 0px !important;
            background-size: 20%;
        }

            .Registration .SubBox5 .background:after {
                content: unset !important;
            }

    .Registration .divImge {
        display: none !important;
    }
}

/*-----------------landing-------------------*/
.landing .active {
    background-color: #0087A0 !important;
    color: white !important;
}

.landing .inactive {
    background-color: #fbfbfb !important;
    color: #0087A0 !important;
}

.landing ::-webkit-scrollbar {
    display: none !important;
}

.landing .div__img {
    margin-top: 46px;
}

.landing .calendly-inline-widget {
    background-color: red !important;
}

.landing .padd {
    padding-right: 5px !important;
}

/*.IconMargin {
    margin-top: 13%;
    width: 29px;
    margin-right: -22%;
}*/

.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 .label {
    margin-top: 23px;
    margin-bottom: 28.5px;
    font-weight: bold;
}

.landing .Text1 {
    padding-right: 66px;
    margin-top: 57px;
}



.landing .Text2 {
    padding-right: 55px;
    margin-top: 81px;
}

.landing .LandingText1 {
    margin-left: -20px;
    margin-top: 158px;
}

/*.landing .col-top {
    margin-top: -3%
}*/

.landing .LandingText2 {
    padding-right: 25px;
    margin-top: 103px;
}

.landing .Landing7Text1 {
    margin-left: -69px;
    margin-top: 83px;
}

.landing .lbl-box8tem {
    color: #0A7CC4;
    font-size: 29px;
    display: block;
    font-weight: bolder;
}

.landing .FontSafari {
    font-size: 38px;
}

.landing .Landing7Text2 {
    padding-right: 47px;
    margin-top: 99px;
}

.landing .Landing8Text1 {
    margin-left: 128px;
    margin-top: 83px;
    padding: 0px 80px;
}

.landing .Landing8Text2 {
    margin-top: 86px;
    padding: 0px 78px;
    margin-right: -124px;
}

.landing .col-spec {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.landingSucessMore100B1 a:hover {
    color: white;
}

.landing .Row7 {
    /* margin-right:29%;*/
}


.landing .modal-content .modal-header {
    padding: 0 20px 5px 10px !important;
    border-bottom: 1px solid #0087A0 !important;
}

    .landing .modal-content .modal-header button:focus {
        outline: 0;
    }

.landing .modal-content {
    padding: 20px !important;
}

    .landing .modal-content .btn {
        background: #1276BC;
        color: white;
        border: 1px solid white;
        border-radius: 20px;
    }

    .landing .modal-content #b1 {
        background: #0087A0;
        color: white;
        border: 1px solid #0077C2;
        font-size: 13px;
        border-radius: 0px 10px 10px 0px;
    }

        .landing .modal-content #b1:focus {
            background: #0077C2;
            color: white;
        }

    .landing .modal-content #b2 {
        background: white;
        color: #0087A0;
        border: 1px solid #0077C2;
        font-size: 13px;
        border-radius: 10px 0px 0px 10px;
    }

.landing .divBtn {
    padding: 0% 32% 0% 9%;
}

.landing .modal-content #b2:focus {
    background: #0077C2;
    color: white;
}

.landing .mod-lbl {
    color: #0087A0;
}

.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 58px;
    margin-top: 70px;
}

.landing .PhoneNum {
    color: white;
    font-size: initial;
    font-weight: 700;
    margin: 0 36px;
}

.landing .TitleMar {
    margin-top: 68px;
    margin-bottom: 46px;
}

.landing .Img1 {
    height: 618px;
}

.landing .Img2 {
    height: 720px;
}

.landing .Img3 {
    height: 487px;
}

/*body.chrome .landing .subBoxLanding1 {
    position: relative;
    background: violet;
    height: 100%;
    opacity: 1;
    padding: 5px 58px;
    margin-top: 6%;
}*/
body.safari .landing .subBoxLanding10 .in8-div {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 24px 15px #0000000d;
    border-radius: 18px;
    width: 59%;
    height: 19vh;
    margin-right: 16%;
}

body.safari .landing .subBoxLanding10 .in8-divMid {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 24px 15px #0000000d;
    border-radius: 18px;
    width: 55%;
    height: 20vh;
    margin-right: 21%;
}

body.safari .landing .subBoxLanding10 .in8-divEnd {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 24px 15px #0000000d;
    border-radius: 18px;
    width: 54%;
    height: 20vh;
    margin-right: 21%;
    position: relative;
    top: -88%;
}

body.safari .landing .subBoxLanding1 {
    position: relative;
    background: transparent;
    opacity: 1;
    padding: 5px 58px;
    margin-top: 6%;
    height: auto !important;
}

body.safari .landing .subBoxLanding4 {
    margin-top: -176px !important;
}

body.safari .landing .imageSafari {
    height: 85% !important;
}

body.safari .landing .FontSafari {
    color: black !important;
    font-size: 156% !important;
    margin-top: -7% !important;
}

body.safari .landing .col1ResH {
    height: auto !important;
}

.landing .col1ResH {
    height: 338px;
}

body.safari .landing .box1Text {
    background-color: #DDF6FD;
    height: 50vh;
    opacity: 0.66;
}



.landing .subBoxLanding1 .btn1 {
    width: 57%;
    margin: 16px;
    white-space: nowrap;
    padding: 12px;
    border-radius: 10px;
    font-size: 145%;
}

.landing .subBoxLanding9 .btn1 {
    height: 50px;
}

.landing .btn0 {
    border: 1px solid #FFFFFF;
    border-radius: 13px;
    opacity: 1;
    color: #fff;
    width: 100%;
    background-color: #0A7CC4;
    font-size: 99%;
    font-weight: bold;
}

.landing .try {
    margin-top: 56px;
    padding: 0px 607px;
}

.landing .subBoxLanding2 {
    position: absolute;
    width: 435px;
    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 .subBoxLanding3 .mt-5 {
        margin-top: 4.5rem !important;
    }

@media (min-width: 768px) {
    .landing .subBoxLanding3 .col-md-6 {
        max-width: 40% !important;
    }
}

.landing .variousColor {
    background-color: #DDF6FD;
    height: 100px
}

.landing .withoutcolor {
    height: 100px
}

.landing .LandingImage {
    padding: 0px 52px 0 39px;
    height: 81px;
    width: 3px;
    float: right;
    margin: 8px;
    vertical-align: middle !important;
    display: flex;
    margin-right: 324px;
}

.landing .Img3Padding {
    padding-right: 32px;
}

.landing .Landing8Image {
    height: 64px;
    vertical-align: middle !important;
    display: flex;
}

.landing .LandingText {
    overflow: hidden;
    padding: 27px;
    font-weight: bold;
    margin-right: 30px;
}




.landing .subBoxLanding4 {
    /* position: relative;
    height: 100%;
    background: transparent linear-gradient(180deg, #108EEE 0%, #051FA1 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 4% 6%;*/
}

@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 .subBoxLanding6 .lbl-B6 {
        margin-top: 15px;
        color: white;
        font-size: 1.1em;
        line-height: 2.5;
        display: block;
    }

    .landing .subBoxLanding6 .img-s6 {
        height: 62%;
        display: block;
        margin: auto;
    }

    .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 .subBoxLanding8Temp {
    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;
}

    .landing .subBoxLanding8 .in8-div {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 30px;
    }

/*.landing .subBoxLanding10 .in8-div {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 24px 15px #0000000d;
    border-radius: 18px;
    width: 59%;
    height: 162%;
    margin-right: 16%;
}*/
.landing .Majid_Al_Futtaim_logo {
    width: 236px;
    margin-top: 47px;
}

.landing .subwayLogo {
    width: 224px;
    margin-top: 16px;
    height: 121px;
}

.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-right: 80px;
}

.landing .ImageWidth {
    width: 48px;
    height: 50px;
}

.landing .ImageWidth1 {
    width: 71px;
}

.landing .label1-4 {
    margin-bottom: 64.5px;
    margin-top: 25px;
}

.padding1-4 {
    padding: 0px 111px 0px 111px;
}

.padding2-4 {
    padding: 0px 119px 0px 156px;
}

.landing .subBoxLanding10 .in8-divMid {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 24px 15px #0000000d;
    border-radius: 18px;
    width: 55%;
    height: 145%;
    margin-right: 21%;
}

.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-right: 21%;
    position: relative;
    top: -88%;
}

.landing .Imageback1 {
    height: 140px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 59px;
}

.landing .subBoxLanding10 .Margin1 {
    margin-right: 18%;
}

.landing .subBoxLanding10 .Margin2 {
    /*  margin-right: 14%;*/
}

.landing .subBoxLanding10 .Margin3 {
    margin-right: 15% !important;
}

.landing .Imageback2 {
    height: 160px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 9px;
}

.landing .Imageback3 {
    height: 154px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 49px;
}

.landing .Imageback4 {
    height: 145px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 50px;
}



.landing .imgBack {
    margin: 11%
}

.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 .subBoxLanding8 .lbl82 {
    margin-top: 8px;
    font-size: 17px;
    font-weight: bold;
}

.landing .subBoxLanding9 {
    opacity: 1;
    padding: 0px 0px;
}

.landing .subBoxLanding9Tem {
    opacity: 1;
    padding: 0px 0px;
}

.landing .Hr {
    margin-top: 74px;
    margin-bottom: 79px;
    border: 0;
    border-top: 5px solid #0A7CC4;
}

.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 .subBoxLanding9 .img-s9 {
    float: left;
    display: block;
    height: 100%;
    width: 70%;
}

    .landing .subBoxLanding9 .img-s9.eur {
        width: 100%;
    }

.landing .subBoxLanding9 .iner-div9 {
    font-size: 15px;
    margin-top: 17px;
    white-space: pre-line;
}

    .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-left: 5px;
    }

.landing .subBoxLanding10 {
    background: #0a7cc4a1 0% 0% no-repeat padding-box;
    padding: 0px 7%;
}

.block-slider {
    line-height: 100px;
}

.block-slider__items {
    margin: -0.5em;
}

    .block-slider__items::after {
        display: table;
        clear: both;
        content: " ";
    }

.block-slider__item {
    width: 50%;
    float: left;
    padding: 0 0.5em;
}

@media (min-width: 500px) {

    .block-slider__item {
        width: 33.33333%;
    }
}

@media (min-width: 700px) {

    .block-slider__item {
        width: 25%;
    }
}

@media (min-width: 800px) {

    .block-slider__item {
        width: 20%;
    }
}

@media (min-width: 900px) {

    .block-slider__item {
        width: 16.66667%;
    }
}

@media (min-width: 1000px) {

    .block-slider__item {
        width: 14.2857142857%;
    }
}

.landing .divMidCol2Resposive {
    /*  margin-right: 17% !important;*/
}

.landing .Margin1 {
    width: 52% !important;
    margin-left: 22% !important;
}

.landing .Margin3 {
    width: 52% !important;
    margin-left: 17% !important;
}

.landing .subBoxLanding10 .in10-div {
    height: 140px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 28%;
}

.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 .subBoxLanding10 .in10-div4 {
    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 .labelBox8 {
    color: black;
    display: block;
    font-weight: bold;
    font-size: 36px;
    padding: 0px 285px;
}

.landing .lbl-box5 {
    color: #0A7CC4;
    display: block;
    font-weight: bolder;
    font-size: 29px;
}

.landing .lbl2-box5 {
    color: black;
    font-size: 27px;
    display: block;
}

.landing .lbl-box6 {
    color: #0A7CC4;
    font-size: 29px;
    display: block;
    font-weight: bolder;
}

.landing .lbl2-box6 {
    color: black;
    font-size: 27px;
    display: block;
}

.landing .lbl-box7s {
    color: #0A7CC4;
    font-size: 29px;
    display: block;
    font-weight: bolder;
}

.landing .lbl2-box7 {
    color: black;
    font-size: 27px;
    display: block
}

.landing .lbl2-box8 {
    color: black;
    font-size: 27px;
    display: block;
}

.landing .img-s4 {
    width: 40px;
    height: 40px;
}

.landing .mobile-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -54px;
    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: 13px;
    line-height: 1;
    display: block;
}

    .landing .label-box3.right {
        color: #D55500;
    }

    .landing .label-box3.left {
        color: #4A4A4A;
        margin-top: -4px;
    }

.landing .Box1Label1 {
    margin-top: -20px;
    padding: 0% 18px;
    text-align: center;
    font-size: 19px;
    color: #000000;
}

.landing .Box2Label1 {
    margin-top: -27px;
    padding: 0% 12px;
    text-align: center;
    font-size: 19px;
    color: #000000;
}

.landing .Box3Label1 {
    margin-top: -16px;
    padding: 0% 19px;
    text-align: center;
    font-size: 18px;
    color: #000000;
}

.landing .label1 {
    font-size: 46.96px;
}

.landing .labelRes1 {
    font-size: 35px;
}

.landing .labelRes2 {
    font-size: 23px;
    margin-top: 25px;
}

.landing .label2Res {
    margin-top: 22px;
}

.landing .Box1Label2 {
    margin-top: 25%;
    padding: 0% 18%;
    text-align: center;
    font-size: 88%;
    color: #DDF6FD;
}

.landing .box1 {
    padding: 0% 38px;
}

.landing .box1Text {
    background-color: #DDF6FD;
    height: 354px;
    opacity: 0.66;
}

.landing .box1Text2 {
    color: #4A4A4A;
    margin-top: 62px;
    font-size: .9em;
}

.landing .Box1Label3 {
    padding: 0% 3%;
    text-align: left;
    font-size: 51%;
    color: #787878;
}




.landing .btn-5 {
    width: 190px;
    margin: 18px;
}

@media (max-width: 774px) and (min-width: 50px) {
    .landing .subBoxLanding8 .in8-div {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 24px 15px #0000000d;
        border-radius: 91px;
    }

    .landing .ThairdRespons {
        margin-top: 6%;
    }

    .landing .FourthRespons {
        margin-top: 6%;
    }

    .landing .subBoxLanding8 .lbl82 {
        margin-top: 13px;
    }

    .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: 0px 0px !important;
            position: relative;
            background: transparent;
            opacity: 1;
            padding: 5px 58px;
            margin-top: 48px;
        }
        /*.landing .subBoxLanding3 {
      padding: 0px 50px; }*/
        .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;
                white-space: pre-line;
            }
    /*
        .landing .subBoxLanding10 {
            padding: 0px 20px;
            margin-top: -12%;
        }*/
}

/*-----------------landing-------------------*/
.landingSucessLess100 .calendly-inline-widget {
    background-color: red !important;
}

.landingSucessLess100 .landingSucessLess100B0 {
    /*background: transparent linear-gradient(0deg, #6910EE 0%, #4305A1 100%) 0% 0% no-repeat padding-box;*/
}

.landingSucessLess100 .landingSucessLess100B1 {
    position: relative;
    height: 100%;
    background: transparent;
    opacity: 1;
    padding: 5% 5% 5% 5%;
    margin-top: -29px;
}

    .landingSucessLess100 .landingSucessLess100B1 .head-foot {
        height: 25px;
        background: #a27bff 0% 0% no-repeat padding-box;
        position: absolute;
        width: 100%;
        bottom: 0px;
    }

    .landingSucessLess100 .landingSucessLess100B1 .img1 {
        width: 206px;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .landingSucessLess100 .landingSucessLess100B1 .img2 {
        width: 206px;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .landingSucessLess100 .landingSucessLess100B1 .img_logo {
        width: 130px;
    }

.landingSucessLess100 .landingSucessLess100B2 {
    height: 100%;
}

.landingSucessLess100 .iframe-style {
    width: 40%;
    height: 434px;
    border-radius: 20px;
    border-width: 3px;
}

.landingSucessLess100 .lbl-b1 {
    color: black;
    font-size: 1.0em;
    line-height: 1.5;
    display: block;
    font-weight: bold;
    font-size: 19px;
}

.landingSucessLess100 .vedio1 {
    margin-top: -96px;
}

.landingSucessLess100 .circle {
    color: white;
    background-color: #0A7CC4;
    width: 67px;
    border-radius: 50%;
    right: 50%;
    position: relative;
    margin-right: -30px;
    height: 56px;
}

.landingSucessMore100B1 .circle {
    color: white;
    background-color: #0A7CC4;
    width: 67px;
    border-radius: 50%;
    right: 50%;
    position: relative;
    margin-right: -30px;
    height: 56px;
}

.landing .Ifram0Ar {
    width: 559px;
    height: 389px;
}


    .btn-style {
        background: #0087A0 0% 0% no-repeat padding-box;
        border-radius: 14px;
        opacity: 1;
        color: white;
        margin-top: 8px;
    }

    .vedioRes {
        margin-top: -84px;
    }

    .landingSucessMore100 .calendly-inline-widget {
        background-color: red !important;
    }

    .landingSucessMore100 .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; */
    }

    .landingSucessMore100 .landingSucessMore100B0 {
        /* background: transparent linear-gradient(0deg, #108EEE 0%, #051FA1 100%) 0% 0% no-repeat padding-box;*/
    }

    .landingSucessMore100 .landingSucessMore100B1 {
        position: relative;
        height: 100%;
        background: transparent;
        opacity: 1;
        padding: 5% 5% 5% 5%;
        margin-top: -26px;
    }

        .landingSucessMore100 .landingSucessMore100B1 .head-foot {
            height: 25px;
            background: #7BC6FF 0% 0% no-repeat padding-box;
            position: absolute;
            width: 100%;
            bottom: 0px;
        }

        .landingSucessMore100 .landingSucessMore100B1 .img1 {
            width: 206px;
            margin-top: 43px;
        }

        .landingSucessMore100 .landingSucessMore100B1 .img2 {
            width: 206px;
        }

        .landingSucessMore100 .landingSucessMore100B1 .img_logo {
            width: 130px;
        }

    .landingSucessMore100 .landingSucessMore100B2 {
        height: 100%;
    }

    .landingSucessMore100 .iframe-style {
        width: 40%;
        height: 423px;
        border-radius: 20px;
        border-width: 3px;
    }

    .landingSucessMore100 .lbl-b1 {
        color: black;
        line-height: 1.5;
        display: block;
        font-weight: bold;
        font-size: 16px;
    }

    span.Price {
        font-size: 2em !important;
    }

    .tooltips {
        position: relative;
    }

        .tooltips .tooltiptext {
            visibility: hidden;
            background-color: #ffffff;
            color: #1d2129;
            text-align: start;
            border-radius: 6px;
            padding: 10px;
            font-size: .6em;
            position: absolute;
            margin-top: 2px;
            z-index: 1;
            box-shadow: 4px 4px 20px #d3d2d4;
        }

        .tooltips:hover .tooltiptext {
            visibility: visible;
        }

    .has-error .custom-control-label::before {
        border: #d60505 solid 1px !important;
    }

    .First-Box .navbar-light .navbar-nav .nav-link {
        color: #fff;
        margin: 0 20px;
    }

    .Partner-Plus-left {
        left: 360px;
    }

    @media (max-width: 1980px) and (min-width: 774px) {
        .Partners .availoLogo {
            display: none !important;
        }
    }

    @media (max-width: 774px) and (min-width: 50px) {
        .Partners .availoNavBar {
            display: none !important;
        }
    }

    .Partners .Eighth-Box {
        min-height: 400px;
    }

    .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 label {
        display: inline-block;
        margin-bottom: .5rem;
        font-size: 11px;
    }

    .Partners .formeBox {
        padding: 0 17% 2% 17%;
    }

    .Partners .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;
    }

    .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;
        min-height: 80px;
    }

    .Partners .LinkClick {
        background: #FF9900 0% 0% no-repeat padding-box;
        border-radius: 7px;
        color: #fff;
        padding: 0 20px;
        font-size: 16px;
    }

    .Partners .SubBox1 {
        position: relative;
        min-height: 500px;
    }

        .Partners .SubBox1 .titelRow2 {
            position: absolute;
            color: #0077c2;
            border-right: #00e29b 3px solid;
            height: auto;
            top: 7rem;
            margin-top: 52px;
            padding-right: 15px;
            margin-right: 50px;
            width: 258px;
            text-align: justify;
        }

        .Partners .SubBox1 .carcheBox55 {
            color: #000;
            font-size: 13px;
            margin: 5px 0 0 16px;
        }

        .Partners .SubBox1 .background1 {
            background-image: url("../../Images/GroupPartnerAR.svg");
            /*background-image: url(../../Images/Layer1.png);*/
            background-repeat: no-repeat;
            background-position: left top;
            background-position-y: 0;
            background-size: 62%;
            position: absolute;
            top: 0;
            left: 0;
            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: 28%;
            position: absolute;
            top: 149px;
            left: -260px;
            right: 400px;
            bottom: 0;
            z-index: 2;
            height: 16%;
            width: 67%;
        }

        .Partners .SubBox1 .background2 {
            background-image: url(../../Images/Layer_x0020_1.png);
            background-repeat: no-repeat;
            background-position: right top;
            background-position-y: 38px;
            background-size: 17%;
            position: absolute;
            top: 0;
            left: 0;
            right: 46px;
            bottom: 0;
            z-index: -1;
        }

    .Partners .SubBox2 {
        margin-left: 15%;
        position: relative;
        min-height: 320px;
    }

        .Partners .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;
        }

    .Partners .SubBox3 {
        margin-left: 15%;
        position: relative;
        min-height: 350px;
    }

        .Partners .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;
        }

            .Partners .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;
            }

    .Partners .SubBox5 {
        margin-left: 15%;
        position: relative;
        min-height: 350px;
    }

        .Partners .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;
        }

            .Partners .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;
            }

    .Partners .SubBox4 {
        margin-left: 15%;
        position: relative;
        min-height: 300px;
    }

        .Partners .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;
        }

            .Partners .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;
            }

    .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 {
        display: flex;
        margin-right: 54px;
    }

    .Partners .footer {
        height: 50px;
        background-color: #fff;
        text-align: center;
        line-height: 4;
        font-size: 14px;
        color: #0077C2;
        font-weight: bold;
    }

    .Partners .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;
    }

    .Partners .help-block {
        font-size: 12px;
        color: red;
        display: none !important;
    }

    .Partners .Plus-left-left {
        left: 540px;
    }

    .Partners .navbar-expand-lg .navbar-nav {
        width: 100%;
        direction: rtl;
    }

    .Partners .navbar {
        display: block;
        flex-wrap: wrap;
        align-items: start;
        justify-content: center;
        padding: .5rem 1rem;
    }

    .Partners .AccountCode {
        position: absolute;
        font-size: 9px;
        border: 1px solid #333333;
        border-radius: 20px;
        top: 125px;
        padding: 2px 15px;
        right: 18px;
    }

    .Partners .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: 1980px) and (min-width: 1400px) {
        .Partners .boxFormPartner {
            margin-top: 380px !important;
            background-color: #F2F7F9;
        }
    }

    @media (max-width: 774px) and (min-width: 50px) {
        .Partners formBox1 {
            margin-top: 0px !important;
        }

        .Partners .navbar {
            display: none;
        }

        .Partners .background3 {
            background-image: url(../../Images/parnerARrrrr.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-position-y: 0;
            background-size: 28%;
            position: absolute;
            top: 88px !important;
            left: 0px !important;
            right: 132px !important;
            bottom: 0 !important;
            z-index: 2 !important;
            height: 16% !important;
        }

        .Partners .titelRow2 {
            position: absolute;
            left: 20rem !important;
            color: #0077c2;
            border-right: #00e29b 3px solid;
            height: 95px;
            top: 8rem;
            margin-top: 52px;
            padding-right: 15px;
        }

        .Partners .background1 {
            background-image: url(../../Images/GroupPartnerAR.svg);
            background-repeat: no-repeat;
            background-position: left top;
            background-size: 63%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            height: 34%;
        }
    }

    @media (min-width: 0px) and (max-width: 450px) {
        .Partners .background1 {
            display: none !important;
        }

        .Partners .titelRow2 {
            position: absolute;
            left: 0rem !important;
            color: #0077c2 !important;
            border-right: #00e29b 3px solid !important;
            height: auto !important;
            top: 7rem !important;
            margin-top: 52px !important;
            padding-right: 17px !important;
        }

        .Partners .background3 {
            background-image: url(../../Images/parnerARrrrr.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-position-y: 0;
            background-size: 46% !important;
            position: absolute;
            top: 45px !important;
            left: 0px !important;
            right: 36px !important;
            bottom: 0 !important;
            z-index: 2 !important;
            height: 16% !important;
            width: 86% !important;
        }

        .Partners .SubBox1 {
            min-height: 0 !important;
        }

        .Partners .SubBox2 {
            margin-left: 0 !important;
            min-height: 0 !important;
        }

        .Partners .SubBox3 {
            margin-left: 0 !important;
            min-height: 0 !important;
        }

            .Partners .SubBox3 .background {
                background-position-x: 0% !important;
                background-position-y: 0px !important;
                background-size: 20% !important;
            }

                .Partners .SubBox3 .background:after {
                    content: unset !important;
                }

        .Partners .SubBox4 {
            margin-left: 0 !important;
            min-height: 0 !important;
        }

            .Partners .SubBox4 .background {
                background-position-x: 0px !important;
                background-size: 20%;
            }

                .Partners .SubBox4 .background:after {
                    content: unset !important;
                }

        .Partners .SubBox5 {
            margin-left: 0 !important;
            min-height: 0 !important;
        }

            .Partners .SubBox5 .background {
                background-position-x: 0px !important;
                background-size: 20%;
            }

                .Partners .SubBox5 .background:after {
                    content: unset !important;
                }

        .Partners .divImge {
            display: none !important;
        }
    }

    .FAQPage {
        /*----------------------------*/
        /*-----------------------------*/
    }

    @media (max-width: 1980px) and (min-width: 774px) {
        .FAQPage .availoLogo {
            display: none !important;
        }

        .FAQPage .MainBox {
            padding: 0 5% 0% 1%;
            width: 100%;
        }

        .FAQPage .SubBox1 {
            position: relative;
            min-height: 425px !important;
        }
    }

    @media (max-width: 774px) and (min-width: 50px) {
        .FAQPage .availoNavBar {
            display: none !important;
        }
    }

    .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: 10px 20px 0 10px;
        cursor: pointer;
        font-size: 17px !important;
    }

    .FAQPage button:focus {
        outline: 1px dotted;
        outline: none !important;
    }

    .FAQPage .Eighth-Box {
        min-height: 400px;
    }

    .FAQPage .titelRow {
        position: absolute;
        right: 0;
        padding-right: 14px;
        color: #0077c2;
        top: 18px;
    }

    .FAQPage .faqBox1 {
        width: 100%;
        padding-right: 75px;
        padding-left: 22%;
        border-right: #50ceff 3px solid;
        position: relative;
        margin: 4% 9% 4% 0%;
        padding-bottom: 42px;
        padding-top: 4%;
    }

    .FAQPage .titelRow2 {
        position: absolute;
        margin-right: 9%;
        color: #0077c2;
        border-right: #00e29b 3px solid;
        height: 175px;
        top: 9rem;
        margin-top: 23px;
        z-index: 1000;
    }

    .landing .Background {
        height: 143px;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 31%;
    }

    .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;
        color: #fff;
        font-family: "Font Awesome 5 Free";
        font-size: 25px;
        height: 50px;
        right: 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: #FFFFFF 0% 0% no-repeat padding-box;
        /* border: 1px solid transparent; */
        color: #444444;
        border-radius: 11px;
        display: block;
        font-size: 18px;
        font-weight: 500;
        padding: 13px 81px 12px 99px;
        position: relative;
        transition: all 0.3s ease 0s;
        border: 1px solid #00A3E4;
        min-height: 52px;
        z-index: 1;
        box-shadow: 0px;
        /* box-shadow: 0px 3px 20px 10px #fff; */
        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;
    }

    .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: right;
        margin-right: 36px;
    }

    .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;
        margin-right: 15px;
    }

    .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: 367px;
    }

        .FAQPage .SubBox1 .background3 {
            background-image: url(../../Images/ObjectAR55555.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-position-y: 0;
            background-size: 19%;
            position: absolute;
            top: 150px;
            left: 0;
            right: 118px;
            bottom: 0;
            z-index: 2;
        }

        .FAQPage .SubBox1 .background1 {
            background-image: url(../../Images/GroupAR22222204.svg);
            background-repeat: no-repeat;
            background-position: left top;
            background-position-y: 0;
            background-size: 65%;
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0;
            bottom: 0;
            z-index: -1;
        }

        .FAQPage .SubBox1 .background2 {
            background-image: url(../../Images/Layer_x0020_1.png);
            background-repeat: no-repeat;
            background-position: right top;
            background-position-y: 36px;
            background-size: 18%;
            position: absolute;
            top: -18px;
            left: 0px;
            right: 24px;
            bottom: 0;
            z-index: -1;
        }

    .FAQPage .navbar-nav {
        direction: ltr;
    }

    .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 .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-right: 6%;
        }
    }

    @media (max-width: 774px) and (min-width: 50px) {
        .FAQPage .titelRow2 {
            position: absolute;
            margin-right: 3%;
            color: #0077c2;
            border-right: #00e29b 3px solid;
            height: 175px;
            top: 9rem;
            margin-top: 23px;
            z-index: 1000000000;
        }

        .FAQPage .outter_search_box {
            margin-bottom: auto;
            margin-top: auto;
            height: 52px;
            background-color: #fff;
            padding: 5px;
            border: 1px solid #d3d3d3;
            width: 166px;
            /* transition: width .4s linear; */
            background: #fff 0% 0% no-repeat padding-box;
            border: 1px solid #2d96e6;
            border-radius: 10px;
            opacity: 1;
            float: left;
            margin-right: 15px;
        }

        .FAQPage .Plus-left-left {
            left: 95px;
        }

        .FAQPage .faqBox1 {
            width: 100%;
            margin: 0;
            padding-right: 100px;
            border-right: #50ceff 3px solid;
            position: relative;
            margin-bottom: 91px;
        }

        .FAQPage .panel-group {
            background: #fff none repeat scroll 0 0;
            margin-bottom: 0;
            padding: 28px 32px 50px 1px;
            margin: 27px 0 87px 0;
            border-radius: 8px;
        }

        .FAQPage .titelRow {
            position: absolute;
            right: 0;
            top: -26px;
            padding-right: 14px;
            color: #0077c2;
        }
    }

    @media (min-width: 0px) and (max-width: 450px) {
        .FAQPage .titelRow2 {
            position: absolute;
            margin-right: 11%;
            color: #0077c2;
            border-right: #00e29b 3px solid;
            height: 175px;
            top: 9rem;
            margin-top: 23px;
            z-index: 1000000000;
        }

        .FAQPage .background1 {
            background-image: url(../../Images/GroupAR22222204.svg);
            background-repeat: no-repeat;
            background-position: left top;
            background-position-y: 0;
            background-size: 65%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            display: none;
        }

        .FAQPage .background2 {
            background-image: url(../../Images/Layer_x0020_1.png);
            background-repeat: no-repeat;
            background-position: right top;
            background-position-y: 29px !important;
            background-size: 18% !important;
            position: absolute;
            top: -3px !important;
            left: 0 !important;
            right: 70px !important;
            bottom: 0 !important;
            z-index: -1;
        }

        .FAQPage .navbar {
            display: none;
        }

        .FAQPage .background3 {
            background-image: url(../../Images/ObjectAR55555.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-position-y: 0;
            background-size: 42% !important;
            position: absolute;
            top: 17px !important;
            left: 0 !important;
            right: 17px !important;
            bottom: 0;
            z-index: 2;
        }

        .FAQPage #accordion .panel-title a {
            background: #fff 0% 0% no-repeat padding-box;
            color: #444;
            border-radius: 11px;
            display: block;
            font-size: 15px;
            font-weight: 500;
            padding: 13px 59px 12px 15px;
            position: relative;
            transition: all .3s ease 0s;
            border: 1px solid #00a3e4;
            min-height: 52px;
            z-index: 1;
            box-shadow: 0;
            top: 16px;
        }

        .FAQPage .faqBox1 {
            width: 100%;
            margin: 0;
            padding-right: 18px;
            border-right: #50ceff 3px solid;
            position: relative;
            margin-bottom: 91px;
            padding-left: 0;
        }

        .FAQPage .SubBox1 {
            position: relative;
            min-height: 353px !important;
            width: 100% !important;
        }

        .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;
        }
    }

    @media (max-width: 1980px) and (min-width: 774px) {
        .Support .availoLogo {
            display: none !important;
        }
    }

    @media (max-width: 774px) and (min-width: 50px) {
        .Support .availoNavBar {
            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: 2px 0 0 10px;
        cursor: pointer;
    }

    .Support button:focus {
        outline: 1px dotted;
        outline: none !important;
    }

    .Support .file {
        visibility: hidden;
        position: absolute;
    }

    .Support .Eighth-Box {
        min-height: 400px;
    }

    .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 label {
        display: inline-block;
        margin-bottom: .5rem;
        font-size: 11px;
    }

    .Support .formeBox {
        padding: 0 17% 2% 17%;
    }

    .Support .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;
    }

    .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;
        min-height: 80px;
    }

    .Support .LinkClick {
        background: #FF9900 0% 0% no-repeat padding-box;
        border-radius: 7px;
        color: #fff;
        padding: 0 20px;
        font-size: 16px;
    }

    .Support .SubBox1 {
        position: relative;
        min-height: 500px;
    }

        .Support .SubBox1 .titelRow2 {
            position: absolute;
            color: #0077c2;
            border-right: #00e29b 3px solid;
            height: auto;
            top: 7rem;
            margin-top: 52px;
            padding-right: 15px;
            margin-right: 50px;
            width: 282px;
            text-align: justify;
        }

        .Support .SubBox1 .carcheBox55 {
            color: #000;
            font-size: 13px;
            margin: 5px 0 0 16px;
        }

        .Support .SubBox1 .background1 {
            background-image: url("../../Images/GroupAR22222204.svg");
            background-repeat: no-repeat;
            background-position: left top;
            background-position-y: 0;
            background-size: 62%;
            position: absolute;
            top: 0;
            left: 0;
            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: 45%;
            position: absolute;
            top: 120px;
            left: -260px;
            right: 302px;
            bottom: 0;
            z-index: 2;
            height: 20%;
            width: 67%;
        }

        .Support .SubBox1 .background2 {
            background-image: url(../../Images/Layer_x0020_1.png);
            background-repeat: no-repeat;
            background-position: right top;
            background-position-y: 38px;
            background-size: 17%;
            position: absolute;
            top: 0;
            left: 0;
            right: 46px;
            bottom: 0;
            z-index: -1;
        }

    .Support .SubBox2 {
        margin-left: 15%;
        position: relative;
        min-height: 320px;
    }

        .Support .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;
        }

    .Support .SubBox3 {
        margin-left: 15%;
        position: relative;
        min-height: 350px;
    }

        .Support .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;
        }

            .Support .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;
            }

    .Support .SubBox5 {
        margin-left: 15%;
        position: relative;
        min-height: 350px;
    }

        .Support .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;
        }

            .Support .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;
            }

    .Support .SubBox4 {
        margin-left: 15%;
        position: relative;
        min-height: 300px;
    }

        .Support .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;
        }

            .Support .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;
            }

    .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 {
        display: flex;
        margin-right: 54px;
    }

    .Support .footer {
        height: 50px;
        background-color: #fff;
        text-align: center;
        line-height: 4;
        font-size: 14px;
        color: #0077C2;
        font-weight: bold;
    }

    .Support .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;
    }

    .Support .help-block {
        font-size: 12px;
        color: red;
        display: none !important;
    }

    .Support .Plus-left-left {
        left: 540px;
    }

    .Support .navbar-expand-lg .navbar-nav {
        width: 100%;
        direction: rtl;
    }

    .Support .navbar {
        display: block;
        flex-wrap: wrap;
        align-items: start;
        justify-content: center;
        padding: .5rem 1rem !important;
    }

    .Support .AccountCode {
        position: absolute;
        font-size: 9px;
        border: 1px solid #333333;
        border-radius: 20px;
        top: 125px;
        padding: 2px 15px;
        right: 18px;
    }

    .Support .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: 1980px) and (min-width: 1400px) {
        .Support .boxFormPartner {
            margin-top: 380px !important;
            background-color: #F2F7F9;
        }
    }

    @media (max-width: 774px) and (min-width: 50px) {
        .Support formBox1 {
            margin-top: 0px !important;
        }

        .Support .navbar {
            display: none;
        }

        .Support .background3 {
            background-image: url(../../Images/parnerARrrrr.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-position-y: 0;
            background-size: 28%;
            position: absolute;
            top: 88px !important;
            left: 0px !important;
            right: 132px !important;
            bottom: 0 !important;
            z-index: 2 !important;
            height: 16% !important;
        }

        .Support .titelRow2 {
            position: absolute;
            left: 20rem !important;
            color: #0077c2;
            border-right: #00e29b 3px solid;
            height: 95px;
            top: 8rem;
            margin-top: 52px;
            padding-right: 15px;
        }

        .Support .background1 {
            background-image: url(../../Images/GroupPartnerAR.svg);
            background-repeat: no-repeat;
            background-position: left top;
            background-size: 63%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            height: 34%;
        }
    }

    @media (min-width: 0px) and (max-width: 450px) {
        .Support .background1 {
            display: none !important;
        }

        .Support .titelRow2 {
            position: absolute;
            left: 0rem !important;
            color: #0077c2 !important;
            border-right: #00e29b 3px solid !important;
            height: auto !important;
            top: 7rem !important;
            margin-top: 52px !important;
            padding-right: 17px !important;
        }

        .Support .background3 {
            background-image: url(../../Images/parnerARrrrr.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-position-y: 0;
            background-size: 46% !important;
            position: absolute;
            top: 45px !important;
            left: 0px !important;
            right: 36px !important;
            bottom: 0 !important;
            z-index: 2 !important;
            height: 16% !important;
            width: 86% !important;
        }

        .Support .SubBox1 {
            min-height: 0 !important;
        }

        .Support .SubBox2 {
            margin-left: 0 !important;
            min-height: 0 !important;
        }

        .Support .SubBox3 {
            margin-left: 0 !important;
            min-height: 0 !important;
        }

            .Support .SubBox3 .background {
                background-position-x: 0% !important;
                background-position-y: 0px !important;
                background-size: 20% !important;
            }

                .Support .SubBox3 .background:after {
                    content: unset !important;
                }

        .Support .SubBox4 {
            margin-left: 0 !important;
            min-height: 0 !important;
        }

            .Support .SubBox4 .background {
                background-position-x: 0px !important;
                background-size: 20%;
            }

                .Support .SubBox4 .background:after {
                    content: unset !important;
                }

        .Support .SubBox5 {
            margin-left: 0 !important;
            min-height: 0 !important;
        }

            .Support .SubBox5 .background {
                background-position-x: 0px !important;
                background-size: 20%;
            }

                .Support .SubBox5 .background:after {
                    content: unset !important;
                }

        .Support .divImge {
            display: none !important;
        }
    }

    @media (max-width: 1980px) and (min-width: 774px) {
        .Features .availoLogo {
            display: none !important;
        }
    }

    @media (max-width: 774px) and (min-width: 50px) {
        .Features .availoNavBar {
            display: none !important;
        }
    }

    .Features .fullDivWidth {
        width: 100%;
        padding: 11px 16% 11px 16%;
        height: 140px;
    }

    .Features .variousColor {
        background-color: #e2f2f9;
    }

    .Features .FeaturesMaine {
        width: 500px;
        overflow: hidden;
        margin: 2% 0 0px 0;
    }

    .Features .imageFeaturesIco {
        padding: 17px 80px 0 69px;
        height: 61px;
        width: 1px;
        float: right;
        vertical-align: middle !important;
        display: flex;
    }

    .Features .FeaturesText {
        font-size: 12px;
        overflow: hidden;
        text-align: justify;
    }

    .Features .FeaturesTitleText {
        text-align: right;
        font: Bold 16px/30px Cairo;
        letter-spacing: 0px;
        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: 2px 0 0 10px;
        cursor: pointer;
    }

    .Features button:focus {
        outline: 1px dotted;
        outline: none !important;
    }

    .Features .file {
        visibility: hidden;
        position: absolute;
    }

    .Features .Eighth-Box {
        min-height: 400px;
    }

    .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;
    }

    .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 label {
        display: inline-block;
        margin-bottom: .5rem;
        font-size: 11px;
    }

    .Features .formeBox {
        padding: 0 17% 2% 17%;
    }

    .Features .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;
    }

    .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;
        min-height: 80px;
    }

    .Features .LinkClick {
        background: #FF9900 0% 0% no-repeat padding-box;
        border-radius: 7px;
        color: #fff;
        padding: 0 20px;
        font-size: 16px;
    }

    .Features .SubBox1 {
        position: relative;
        min-height: 500px;
        /*.background3 {
            background-image: url(../../Images/laptop_repair.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-position-y: 0;
            background-size: 45%;
            position: absolute;
            top: 120px;
            left: -260px;
            right: 302px;
            bottom: 0;
            z-index: 2;
            height: 20%;
            width: 67%;
        }*/
    }

        .Features .SubBox1 .titelRow2 {
            position: absolute;
            color: #0077c2;
            border-right: #00e29b 3px solid;
            height: auto;
            top: 4rem;
            margin-top: 52px;
            padding-right: 15px;
            margin-right: 50px;
            width: 290px;
            text-align: justify;
        }

        .Features .SubBox1 .carcheBox55 {
            color: #000;
            font-size: 13px;
            margin: 5px 0 0 16px;
        }

        .Features .SubBox1 .background1 {
            background-image: url("../../Images/GroupFeatures204.svg");
            /*background-image: url('../../Images/GroupAR22222204.svg');*/
            background-repeat: no-repeat;
            background-position: left top;
            background-position-y: 0;
            background-size: 62%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
        }

        .Features .SubBox1 .background2 {
            background-image: url(../../Images/Layer_x0020_1.png);
            background-repeat: no-repeat;
            background-position: right top;
            background-position-y: 38px;
            background-size: 17%;
            position: absolute;
            top: 0;
            left: 0;
            right: 46px;
            bottom: 0;
            z-index: -1;
        }

    .Features .SubBox2 {
        margin-left: 15%;
        position: relative;
        min-height: 320px;
    }

        .Features .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;
        }

    .Features .SubBox3 {
        margin-left: 15%;
        position: relative;
        min-height: 350px;
    }

        .Features .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;
        }

            .Features .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;
            }

    .Features .SubBox5 {
        margin-left: 15%;
        position: relative;
        min-height: 350px;
    }

        .Features .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;
        }

            .Features .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;
            }

    .Features .SubBox4 {
        margin-left: 15%;
        position: relative;
        min-height: 300px;
    }

        .Features .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;
        }

            .Features .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;
            }

    .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 {
        display: flex;
        margin-right: 54px;
    }

    .Features .footer {
        height: 50px;
        background-color: #fff;
        text-align: center;
        line-height: 4;
        font-size: 14px;
        color: #0077C2;
        font-weight: bold;
    }

    .Features .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;
    }

    .Features .help-block {
        font-size: 12px;
        color: red;
        display: none !important;
    }

    .Features .Plus-left-left {
        left: 540px;
    }

    .Features .navbar-expand-lg .navbar-nav {
        width: 100%;
        direction: rtl;
    }

    .Features .AccountCode {
        position: absolute;
        font-size: 9px;
        border: 1px solid #333333;
        border-radius: 20px;
        top: 125px;
        padding: 2px 15px;
        right: 18px;
    }

    .Features .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: 1980px) and (min-width: 1400px) {
        .Features .boxFormPartner {
            margin-top: 380px !important;
            background-color: #F2F7F9;
        }

        .Features .FeaturesMaine {
            width: 670px;
            overflow: hidden;
            margin: 2% 0 0px 0;
        }
    }

    @media (max-width: 774px) and (min-width: 50px) {
        .Features formBox1 {
            margin-top: 0px !important;
        }

        .Features .navbar {
            display: none;
        }

        .Features .background3 {
            background-image: url(../../Images/parnerARrrrr.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-position-y: 0;
            background-size: 28%;
            position: absolute;
            top: 88px !important;
            left: 0px !important;
            right: 132px !important;
            bottom: 0 !important;
            z-index: 2 !important;
            height: 16% !important;
        }

        .Features .titelRow2 {
            position: absolute;
            left: 20rem !important;
            color: #0077c2;
            border-right: #00e29b 3px solid;
            height: 95px;
            top: 8rem;
            margin-top: 52px;
            padding-right: 15px;
        }

        .Features .background1 {
            background-image: url(../../Images/GroupPartnerAR.svg);
            background-repeat: no-repeat;
            background-position: left top;
            background-size: 63%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            height: 34%;
        }
    }

    @media (min-width: 0px) and (max-width: 450px) {
        .Features .fullDivWidth {
            width: 100%;
            padding: 0px 0% 0px 0%;
            height: 161px;
        }

        .Features .FeaturesMaine {
            width: 90%;
            overflow: hidden;
            margin: 2% 0 0px 0;
        }

        .Features .imageFeaturesIco {
            padding: 17px 16px 0 62px;
            height: 61px;
            width: 1px;
            float: right;
            vertical-align: middle !important;
            display: flex;
        }

        .Features .FeaturesText {
            font-size: 8px;
            overflow: hidden;
            font-weight: 700;
        }

        .Features .background1 {
            display: none !important;
        }

        .landing .label1 {
            font-size: 26px;
            margin-right: -15px;
        }

        .landing .labelRes1 {
            margin-top: -25px;
            font-size: 22px;
        }

        .landing .labelRes2 {
            font-size: 23px;
            margin-top: 25px;
        }

        .landing .label2Res {
            margin-top: 15px;
        }


        .landing .label2Res {
            margin-right: 38px;
        }

        .Features .titelRow2 {
            position: absolute;
            left: 0rem !important;
            color: #0077c2 !important;
            border-right: #00e29b 3px solid !important;
            height: auto !important;
            top: 7rem !important;
            margin-top: 52px !important;
            padding-right: 17px !important;
        }

        .Features .background3 {
            background-image: url(../../Images/parnerARrrrr.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-position-y: 0;
            background-size: 46% !important;
            position: absolute;
            top: 45px !important;
            left: 0px !important;
            right: 36px !important;
            bottom: 0 !important;
            z-index: 2 !important;
            height: 16% !important;
            width: 86% !important;
        }

        .Features .SubBox1 {
            min-height: 0 !important;
        }

        .Features .SubBox2 {
            margin-left: 0 !important;
            min-height: 0 !important;
        }

        .Features .SubBox3 {
            margin-left: 0 !important;
            min-height: 0 !important;
        }

            .Features .SubBox3 .background {
                background-position-x: 0% !important;
                background-position-y: 0px !important;
                background-size: 20% !important;
            }

                .Features .SubBox3 .background:after {
                    content: unset !important;
                }

        .Features .SubBox4 {
            margin-left: 0 !important;
            min-height: 0 !important;
        }

            .Features .SubBox4 .background {
                background-position-x: 0px !important;
                background-size: 20%;
            }

                .Features .SubBox4 .background:after {
                    content: unset !important;
                }

        .Features .SubBox5 {
            margin-left: 0 !important;
            min-height: 0 !important;
        }

            .Features .SubBox5 .background {
                background-position-x: 0px !important;
                background-size: 20%;
            }

                .Features .SubBox5 .background:after {
                    content: unset !important;
                }

        .Features .divImge {
            display: none !important;
        }
    }

    @media (max-width: 1400px) and (min-width: 800px) {
        .landing .box1Text2 {
            color: #4A4A4A;
            margin-top: 28%;
            font-size: .9em
        }
    }

    @media (max-width: 774px) and (min-width: 50px) {
        .hideNav {
            display: none;
        }

        .showNan {
            display: block !important;
        }
    }

    .dropbtn {
        color: white;
        padding: 16px;
        font-size: 16px;
        border: none;
    }

    .dropdown {
        position: relative;
        display: inline-block;
        cursor: pointer;
    }

    .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: #00050a;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            border-radius: unset;
            font-size: 17px;
            border-bottom: 1px solid;
        }

            .dropdown-content a:hover {
                background-color: #ddd;
            }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .dropdown:hover .dropbtn {
        background-color: #3e8e41;
    }

    .availoLogoaSize {
        width: 140px;
    }

    .navbar ul li.active {
        border-bottom: 3px solid #fff;
    }

        .navbar ul li.active.scrolled {
            border-bottom: 3px solid #00A3E4 !important;
        }

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: snow;
    }

    @media (max-width: 774px) and (min-width: 50px) {
        .scrollPortal {
            overflow: scroll !important;
        }
    }

    .Img-Box-sm {
        width: 100px;
    }

        .Img-Box-sm.ur {
            height: 65px;
            width: 92px;
        }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 12px;
        padding-left: 12px;
    }

    .nav_pad {
        padding-left: 6%;
    }

    .iti__flag {
        background-image: url(/Content/images/flags.png) !important;
    }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .iti__flag {
            background-image: url(/Content/images/flags@2x.png) !important;
        }
    }

    .iti {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .iti__arrow {
        margin-left: 7px !important;
        margin-right: 10px !important;
        width: 0;
        height: 0;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 4px solid #555;
    }

    .iti__country-list {
        position: absolute;
        z-index: 2;
        list-style: none;
        text-align: right !important;
        padding: 0;
        margin: 0 0 0 -1px;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
        background-color: white;
        border: 1px solid #CCC;
        white-space: nowrap;
        max-height: 200px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        left: 7px !important;
    }

    .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
        padding-right: 6px !important;
        padding-left: 101px !important;
        margin-left: 0 !important;
    }

    .iti__flag-box, .iti__country-name {
        margin-right: 6px !important;
        margin-left: 15px !important;
        float: left !important;
    }

    .iti__flag-box {
        margin-top: 10px;
        display: inline-block;
        width: 20px;
    }

    .calendly-overlay .calendly-popup-close {
        position: absolute;
        top: 66px !important;
        right: 194px !important;
        color: #fff !important;
        width: 19px !important;
        height: 19px !important;
        cursor: pointer !important;
        background: url(/assets/external/close-icon.svg) no-repeat;
        background-size: contain;
    }

    .calendly-overlay .calendly-popup {
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        width: 80%;
        min-width: 900px;
        max-width: 1000px !important;
        height: 120% !important;
        max-height: 680px !important;
    }

    ._2LpwQ___Wrapper__cls1._1P3Wz___Wrapper__media-desktop-up {
        padding-right: 0%;
        padding-left: 0%;
    }

    .calendly-inline-widget {
        background-color: red !important;
    }

    @media (max-width: 774px) and (min-width: 50px) {
        .loader {
            position: absolute;
            top: 25% !important;
            left: 25% !important;
        }
    }

    @media (max-width: 1367px) and (min-width: 1065px) {
        .landing .box1Text2 {
            color: #4A4A4A;
            margin-top: 28%;
            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: right;
        margin: 8px;
        vertical-align: middle !important;
        display: flex;
        margin-right: 17%;
    }

    .landing .LandingText {
        overflow: hidden;
        padding: 27px;
        font-weight: bold;
        margin-right: 28%;
    }*/

        .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: right;
        margin: 8px;
        vertical-align: middle !important;
        display: flex;
        margin-right: 14%;
    }*/

        /* .landing .LandingText {
        overflow: hidden;
        padding: 27px;
        font-weight: bold;
        margin-right: 28%;
    }*/

        .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 .LandingImage {
            height: 61px;
            width: 1px;
            vertical-align: middle !important;
            display: flex;
            margin-right: 31%;
            margin-top: 5%;
        }

        body.safari .landing .subBoxLanding4 {
            margin-top: 160px !important;
        }

        .modal-open {
            overflow-x: hidden !important;
            background-color: #DDF6FD !important;
        }

        .landing .OrderText2 {
            order: 2;
        }

        .landing .btnMobile {
            display: inline-flex !important;
            margin-top: -45px;
        }

        .landing .btnHide {
            display: none !important;
        }

        .landing .OrderText1 {
            order: 1;
        }

        .landing .LandingText {
            overflow: hidden;
            padding-top: 0px;
            font-size: 14px;
            font-weight: 700;
            width: 381px;
            text-align: center;
            margin-right: 1px;
        }

        .landing .variousColor {
            background-color: #DDF6FD;
            height: 150px;
        }

        .landing .withoutcolor {
            height: 150px;
        }

        .mt-5, .my-5 {
            margin-top: 1rem !important;
        }

        .landing .subBoxLanding5 .lbl-5 {
            font-size: 0.9em;
            font-weight: 700;
        }

        .landing .order2 {
            order: 2;
        }

        .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-right: 4px;
        }

        .landing .Imageback1 {
            height: 61px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 20px;
        }

        .landing .Imageback3 {
            height: 71px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 14px;
        }

        .landing .Imageback2 {
            height: 103px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: -1px;
        }

        .landing .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;
        }

        body.safari .landing .subBoxLanding10 .in8-div {
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 24px 15px #0000000d;
            border-radius: 18px;
            width: 115%;
            height: 9vh;
            margin-right: -4%;
        }

        .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-right: 19%;
        }

        body.safari .landing .subBoxLanding10 .in8-divMid {
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 24px 15px #0000000d;
            border-radius: 18px;
            width: 97%;
            height: 10vh;
            margin-right: 19%;
        }

        .landing .divMidCol2Resposive {
            /*  margin-right: 2% !important;*/
        }

        .landing .Margin2 {
            /*   margin-right: -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-right: 20%;
            position: relative;
            top: -29%;
        }

        body.safari .landing .subBoxLanding10 .in8-divEnd {
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 24px 15px #0000000d;
            border-radius: 18px;
            width: 92%;
            height: 10vh;
            margin-right: 20%;
            position: relative;
            top: -29%;
        }

        .landing .Margin1 {
            margin-right: 11% !important;
            width: 75% !important;
        }

        .landing .Margin3 {
            right: -16% !important;
            width: 75% !important;
        }

        .landing .order1 {
            order: 1;
            margin-top: 12%
        }

        .landing .HrLine {
            width: 100%;
            display: block !important
        }

        .landing .lbl2-box8 {
            color: black;
            font-size: 17px;
            display: block;
            font-weight: 700;
        }

        .landing .TitleMar {
            margin-top: -12px;
            position: absolute;
            margin-right: 49px;
        }

        h1 {
            font-size: 138%;
        }



        .landing .order1-6 {
            margin-top: 7%;
        }

        .landing .Text1 {
            padding-right: 12px;
            margin-top: 15px;
        }

        .landing .Img1 {
            height: 331px;
        }


        .landing .Text2 {
            padding-right: 11px;
            margin-top: 13px;
        }


        .landing .lbl-box5 {
            color: #0A7CC4;
            font-size: 20px;
            display: block;
            font-weight: bolder;
        }

        .landing .label1-4 {
            margin-bottom: 29.5px;
            margin-top: -3px;
            padding: 0px 50px 0px 50px;
        }

        /* .padding1-4 {
        padding: 0px 111px 0px 111px;
    }*/

        .padding2-4 {
            padding: 0px 35px 0px 35px;
        }

        .landing .lbl2-box5 {
            color: black;
            font-size: 17px;
            display: block;
            font-weight: 700;
        }

        .landing .col-spec {
            flex: auto;
            max-width: none;
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
        }

        .landing .lbl-box6 {
            color: #0A7CC4;
            font-size: 20px;
            display: block;
            font-weight: bolder;
        }

        .landing .lbl2-box6 {
            color: black;
            font-size: 17px;
            display: block;
            font-weight: 700;
        }

        .landing .LandingText1 {
            padding-right: 1px;
            margin-top: 15px;
        }

        .landing .Img2 {
            height: 331px;
            margin-top: -59px
        }




        .landing .LandingText2 {
            padding-right: 11px;
            margin-top: 13px;
        }

        .landing .Row7 {
            margin: 0%;
        }

        .landing .Landing7Text1 {
            padding-right: 1px;
            margin-top: -12px;
            margin-left: -18px;
        }

        .landing .Landing7Text2 {
            padding-right: 6px;
            margin-top: 11px;
        }

        .landing .Landing8Text1 {
            padding-right: 1px;
            margin-top: 19px;
            margin-left: -18px;
        }

        .landing .Landing8Text2 {
            margin-top: 9px;
            margin-right: -19px;
            padding: 0px 18px;
        }

        .landing .lbl-box7s {
            color: #0A7CC4;
            font-size: 20px;
            display: block;
            font-weight: bolder;
        }

        .landing .photo8Iphone {
            margin-top: -43px;
        }

        .landing .lbl2-box7 {
            color: black;
            font-size: 17px;
            display: block;
            font-weight: 700;
        }

        .landing .box1 {
            padding: 0px 0px;
            margin-top: 15px;
        }

        .landing .Box1Label1 {
            margin-top: 9px;
            padding: 0% 21px;
            text-align: center;
            font-size: 17px;
            color: #000000;
        }

        .landing .Box2Label1 {
            margin-top: -16px;
            padding: 0% 46px;
            text-align: center;
            font-size: 17px;
            color: #000000;
        }

        .landing .box1Text2 {
            color: #4A4A4A;
            margin-top: 54px;
            font-size: .9em;
        }


        .landing .Box1Label2 {
            margin-top: 6%;
            padding: 0% 18%;
            text-align: center;
            font-size: 111%;
            color: #000000;
        }

        .landing .Box1Label3 {
            margin-top: 5%;
            padding: 5% 6%;
            text-align: left;
            font-size: 51%;
            color: #787878;
        }

        .landing .mobile-icon {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -52px;
            z-index: 3;
        }

        .landing .try {
            margin-top: 64px;
            padding: 0px 65px;
        }

        .landing .col1Res {
            margin-top: 21px;
        }

        .landing .col2Res {
            margin-top: 95px;
        }

        .landing .col3Res {
            margin-top: 91px;
        }

        .landing .labelBox8 {
            color: black;
            display: block;
            font-weight: bold;
            font-size: 23px;
            padding: 0px 0px;
        }

        .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 .Hr {
            margin-top: 48px;
            margin-bottom: 72px;
            border: 0;
            border-top: 5px solid #0A7CC4;
        }

        .displayLogo {
            display: none;
        }

        .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 .Resi-n8 {
            height: 100%;
            width: 100%;
            position: absolute;
            right: 0;
            top: 0;
        }

        .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: 28%;
            width: 93%;
        }

        .landing .Res2-in8 {
            width: 148%;
        }

        .landing .marginRespCol {
            margin-top: 11%;
            margin-left: 27%;
        }

        .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;
        }

        .scrol {
            overflow: auto;
        }

        .landing .subBoxLanding10 .in10-div1 {
            height: 149px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-right: 9%;
            width: 71%;
        }

        .landing .marginRespCol2 {
            margin-top: 5%;
            margin-left: 22%;
        }

        .landing .Res6-in8 {
            width: 167%
        }

        .landing .subBoxLanding10 .in10-div2 {
            height: 123px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 24%;
            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: 29%;
            width: 89%;
        }

        .landing .Img5 {
            width: 94%;
            height: 0%;
            margin-top: 14%;
            margin-bottom: 10%;
            margin-right: 2%;
        }

        .landing .marginRespCol3 {
            margin-top: 6%;
        }

        .landing .Img6 {
            width: 94%;
            height: 0%;
            margin-top: 14%;
            margin-bottom: 10%;
            margin-right: 2%;
        }

        .landing .subBoxLanding3 .btn1 {
            width: 223px;
            margin: 16px;
            white-space: nowrap;
            padding: 12px;
            border-radius: 10px;
            font-size: 20px;
            margin-left: 22px;
        }

        .landing .labelRes {
            margin-top: 2px !important;
            font-weight: bold !important;
            margin-right: 59px;
        }

        .landing .labelRes1 {
            margin-top: -7px;
        }

        .landing .label2Res {
            margin-right: 65px;
        }

        .landing .labelRes2 {
            margin-top: -10px;
            color: #0A7CC4 !important;
            font-weight: bold;
            margin-right: 34px;
            font-size: 15px !important;
        }

        .landing .RespText {
            padding: 1px 69px;
            font-size: 26px;
            margin-top: 2px;
            margin-left: 7px;
        }

        .landing .LandingImage {
            height: 61px;
            width: 1px;
            vertical-align: middle !important;
            display: flex;
            margin-right: 133px;
            margin-top: 19px;
        }

        .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;
        }

        .landing .label1 {
            font-size: 25px;
        }

        .landing .labelRes1 {
            margin-top: -25px;
            font-size: 22px;
        }

        .landing .labelRes2 {
            font-size: 23px;
            margin-top: -12px;
        }

        .landing .label2Res {
            margin-top: 15px;
        }


        .landing .label2Res {
            margin-right: 63px;
        }

        /* .landingSucessLess100 .circle {
        color: white;
        background-color: #0A7CC4;
        width: 16%;
        border-radius: 50%;
        right: 48%;
        position: relative;
        margin-right: -6%;
        margin-top: -7%;
        height: 50px;
    }
*/
        .bacColor {
            background-color: #DDF6FD !important;
        }

        /*  .landingSucessMore100B1 .circle {
        color: white;
        background-color: #0A7CC4;
        width: 16%;
        border-radius: 50%;
        right: 48%;
        position: relative;
        margin-right: -6%;
        margin-top: -7%;
        height: 50px;
    }*/

        .IconMargin {
            margin-top: 5px;
        }

        .landingSucessLess100 .lbl-b1 {
            color: black;
            font-size: 1.0em;
            line-height: 1.5;
            display: block;
            font-weight: bold;
            font-size: 12px;
            margin-top: 3px;
        }

        .landingSucessMore100 .lbl-b1 {
            color: black;
            font-size: 1.0em;
            line-height: 1.5;
            display: block;
            font-weight: bold;
            font-size: 12px;
            margin-top: 3px;
        }

        .vedioRes {
            margin-top: -27px;
        }

        .landingSucessMore100 {
            background-color: #DDF6FD;
            background-image: none !important
        }
    }

    @media only screen and (max-width: 500px) and (min-width: 411px) {
        .landing .LandingImage {
            height: 61px;
            width: 1px;
            vertical-align: middle !important;
            display: flex;
            margin-right: 133px;
            margin-top: 19px;
        }

        body.safari .landing .subBoxLanding4 {
            margin-top: 160px !important;
        }

        .modal-open {
            overflow-x: hidden !important;
            background-color: #DDF6FD !important;
        }

        .landing .OrderText2 {
            order: 2;
        }

        .landing .btnMobile {
            display: inline-flex !important;
            margin-top: -45px;
        }

        .landing .btnHide {
            display: none !important;
        }

        .landing .OrderText1 {
            order: 1;
        }

        .landing .LandingText {
            overflow: hidden;
            padding-top: 0px;
            font-size: 14px;
            font-weight: 700;
            width: 381px;
            text-align: center;
            margin-right: 1px;
        }

        .landing .label1 {
            font-size: 28px;
            margin-right: -12px;
        }

        .landing .labelRes1 {
            margin-top: -25px;
            font-size: 22px;
        }

        .landing .labelRes2 {
            font-size: 23px;
            margin-top: 25px;
        }

        .landing .label2Res {
            margin-top: 15px;
        }


        .landing .label2Res {
            margin-right: 47px;
        }

        .landing .subBoxLanding3 .btn1 {
            width: 223px;
            margin: 16px;
            white-space: nowrap;
            padding: 12px;
            border-radius: 10px;
            font-size: 20px;
            margin-left: 22px;
        }

        .landing .variousColor {
            background-color: #DDF6FD;
            height: 150px;
        }

        .landing .withoutcolor {
            height: 150px;
        }

        .mt-5, .my-5 {
            margin-top: 1rem !important;
        }

        .landing .subBoxLanding5 .lbl-5 {
            font-size: 0.9em;
            font-weight: 700;
        }

        .landing .order2 {
            order: 2;
        }

        .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-right: -1px;
        }

        .landing .Imageback1 {
            height: 61px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 20px;
        }

        .landing .Imageback3 {
            height: 71px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 14px;
        }

        .landing .Imageback4 {
            height: 65px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 18px;
        }

        .landing .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;
        }


        body.safari .landing .subBoxLanding10 .in8-div {
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 24px 15px #0000000d;
            border-radius: 18px;
            width: 115%;
            height: 11vh;
            margin-right: -4%;
        }

        .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-right: 19%;
        }

        body.safari .landing .subBoxLanding10 .in8-divMid {
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 24px 15px #0000000d;
            border-radius: 18px;
            width: 97%;
            height: 12vh;
            margin-right: 19%;
        }

        .landing .divMidCol2Resposive {
            /*   margin-right: 2% !important;*/
        }

        .landing .Margin2 {
            /*       margin-right: -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-right: 20%;
            position: relative;
            top: -29%;
        }

        body.safari .landing .subBoxLanding10 .in8-divEnd {
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 24px 15px #0000000d;
            border-radius: 18px;
            width: 92%;
            height: 12vh;
            margin-right: 20%;
            position: relative;
            top: -29%;
        }

        .landing .Margin1 {
            margin-right: 11% !important;
            width: 75% !important;
        }

        .landing .Margin3 {
            right: -16% !important;
            width: 75% !important;
        }

        .landing .order1 {
            order: 1;
            margin-top: 9%
        }

        .landing .HrLine {
            width: 100%;
            display: block !important
        }

        .landing .lbl2-box8 {
            color: black;
            font-size: 17px;
            display: block;
            font-weight: 700;
        }

        .landing .TitleMar {
            margin-top: -12px;
            position: absolute;
            margin-right: 49px;
        }

        h1 {
            font-size: 138%;
        }


        body.safari .landing .FontSafari {
            color: black !important;
            font-size: 156% !important;
            margin-top: 10% !important;
        }

        body.safari .landing .Text1 {
            padding-right: 3%;
            margin-top: 11%
        }

        body.safari .landing .Text2 {
            padding-right: 3%;
            margin-top: -20%
        }

        .landing .order1-6 {
            margin-top: 7%;
        }

        .landing .Text1 {
            padding-right: 12px;
            margin-top: 15px;
        }

        .landing .Img1 {
            height: 331px;
        }


        .landing .Text2 {
            padding-right: 11px;
            margin-top: 13px;
        }

        .landing .col-spec {
            flex: auto;
            max-width: none;
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
        }

        .landing .lbl-box5 {
            color: #0A7CC4;
            font-size: 20px;
            display: block;
            font-weight: bolder;
        }

        .landing .label1-4 {
            margin-bottom: 29.5px;
            margin-top: -3px;
            padding: 0px 50px 0px 50px;
        }

        /* .padding1-4 {
        padding: 0px 111px 0px 111px;
    }*/

        .padding2-4 {
            padding: 0px 35px 0px 35px;
        }

        .landing .lbl2-box5 {
            color: black;
            font-size: 17px;
            display: block;
            font-weight: 700;
        }

        .landing .lbl-box6 {
            color: #0A7CC4;
            font-size: 20px;
            display: block;
            font-weight: bolder;
        }

        .landing .lbl2-box6 {
            color: black;
            font-size: 17px;
            display: block;
            font-weight: 700;
        }

        .landing .LandingText1 {
            padding-right: 1px;
            margin-top: 15px;
        }

        .landing .Img2 {
            height: 331px;
            margin-top: -59px
        }


        body.safari .landing .LandingText1 {
            padding-left: 0%;
            margin-top: 10%;
            margin-left: 16%;
        }

        .landing .LandingText2 {
            padding-right: 11px;
            margin-top: 13px;
        }

        body.safari .landing .LandingText2 {
            padding-left: 2%;
            margin-top: 8%;
            margin-right: -15%;
        }

        .landing .Row7 {
            margin: 0%;
        }

        .landing .Landing7Text1 {
            padding-right: 1px;
            margin-top: -12px;
            margin-left: -18px;
        }

        body.safari .landing .Landing7Text1 {
            padding-left: 5%;
            margin-top: -37%;
            margin-left: 11%;
        }

        .landing .Landing7Text2 {
            padding-right: 6px;
            margin-top: 11px;
        }

        body .safari .landing .Landing7Text2 {
            padding-right: 8%;
            margin-top: 10%;
            margin-left: -2%;
        }

        .landing .Landing8Text1 {
            padding-right: 1px;
            margin-top: 19px;
            margin-left: -18px;
        }

        .landing .lbl-box8tem {
            color: #0A7CC4;
            font-size: 20px;
            display: block;
            font-weight: bolder;
        }

        body.safari .landing .Landing8Text1 {
            padding-left: 9%;
            margin-top: -18%;
            margin-right: -4%;
        }

        .landing .Landing8Text2 {
            margin-top: 9px;
            margin-right: -19px;
            padding: 0px 18px;
        }

        .landing .photo8Iphone {
            margin-top: -43px;
        }

        body.safari .landing .Landing8Text2 {
            padding-right: 0%;
            margin-top: -38%;
            margin-right: 3%;
        }

        .landing .lbl-box7s {
            color: #0A7CC4;
            font-size: 20px;
            display: block;
            font-weight: bolder;
        }

        .landing .lbl2-box7 {
            color: black;
            font-size: 17px;
            display: block;
            font-weight: 700;
        }

        .landing .box1 {
            padding: 0px 0px;
            margin-top: 15px;
        }

        .landing .Box1Label1 {
            margin-top: 9px;
            padding: 0% 21px;
            text-align: center;
            font-size: 17px;
            color: #000000;
        }

        .landing .Box2Label1 {
            margin-top: -16px;
            padding: 0% 46px;
            text-align: center;
            font-size: 17px;
            color: #000000;
        }

        .landing .box1Text2 {
            color: #4A4A4A;
            margin-top: 54px;
            font-size: .9em;
        }


        .landing .Box1Label2 {
            margin-top: 6%;
            padding: 0% 18%;
            text-align: center;
            font-size: 111%;
            color: #000000;
        }

        .landing .Box1Label3 {
            margin-top: 5%;
            padding: 5% 6%;
            text-align: left;
            font-size: 51%;
            color: #787878;
        }

        .landing .mobile-icon {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -52px;
            z-index: 3;
        }

        .landing .try {
            margin-top: 64px;
            padding: 0px 65px;
        }

        .landing .col1Res {
            margin-top: 21px;
        }

        .landing .col2Res {
            margin-top: 95px;
        }

        .landing .col3Res {
            margin-top: 91px;
        }

        .landing .labelBox8 {
            color: black;
            display: block;
            font-weight: bold;
            font-size: 23px;
            padding: 0px 0px;
        }

        .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 .Hr {
            margin-top: 48px;
            margin-bottom: 72px;
            border: 0;
            border-top: 5px solid #0A7CC4;
        }

        .displayLogo {
            display: none;
        }

        .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 .Resi-n8 {
            height: 100%;
            width: 100%;
            position: absolute;
            right: 0;
            top: 0;
        }

        .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: 28%;
            width: 93%;
        }

        .landing .Res2-in8 {
            width: 148%;
        }

        .landing .marginRespCol {
            margin-top: 11%;
            margin-left: 27%;
        }

        .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;
        }

        .scrol {
            overflow: auto;
        }

        body.safari .scrol {
            overflow: scroll;
        }

        .landing .subBoxLanding10 .in10-div1 {
            height: 149px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-right: 9%;
            width: 71%;
        }

        .landing .marginRespCol2 {
            margin-top: 5%;
            margin-left: 22%;
        }

        .landing .Res6-in8 {
            width: 167%
        }

        .landing .subBoxLanding10 .in10-div2 {
            height: 123px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 24%;
            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: 29%;
            width: 89%;
        }

        .landing .Img5 {
            width: 94%;
            height: 0%;
            margin-top: 14%;
            margin-bottom: 10%;
            margin-right: 2%;
        }

        .landing .marginRespCol3 {
            margin-top: 6%;
        }

        .landing .Img6 {
            width: 94%;
            height: 0%;
            margin-top: 14%;
            margin-bottom: 10%;
            margin-right: 2%;
        }

        .landing .labelRes {
            margin-top: 2px !important;
            font-weight: bold !important;
            margin-right: 59px;
        }

        .landing .labelRes1 {
            margin-top: -27px;
        }

        .landing .label2Res {
            margin-right: 65px;
        }

        .landing .labelRes2 {
            margin-top: -10px;
            color: #0A7CC4 !important;
            font-weight: bold;
            margin-right: 34px;
            font-size: 15px !important;
        }

        .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;
        }

        .landingSucessLess100 .circle {
            /* color: white;
        background-color: #0A7CC4;
        width: 16%;
        border-radius: 50%;
        right: 48%;
        position: relative;
        margin-right: -6%;
        margin-top: -7%;
        height: 50px;*/
        }

        .bacColor {
            background-color: #DDF6FD !important;
        }

        /*    .landingSucessMore100B1 .circle {
        color: white;
        background-color: #0A7CC4;
        width: 16%;
        border-radius: 50%;
        right: 48%;
        position: relative;
        margin-right: -6%;
        margin-top: -7%;
        height: 50px;
    }*/

        .IconMargin {
            margin-top: 13px;
        }

        .landingSucessLess100 .lbl-b1 {
            color: black;
            font-size: 1.0em;
            line-height: 1.5;
            display: block;
            font-weight: bold;
            font-size: 12px;
            margin-top: 3px;
        }

        .landingSucessMore100 .lbl-b1 {
            color: black;
            font-size: 1.0em;
            line-height: 1.5;
            display: block;
            font-weight: bold;
            font-size: 12px;
            margin-top: 3px;
        }

        .vedioRes {
            margin-top: -27px;
        }

        .landingSucessMore100 {
            background-color: #DDF6FD;
            background-image: none !important
        }
    }

    @media only screen and (max-width: 300px) and (min-width: 50px) {
        .landing .LandingImage {
            height: 61px;
            width: 1px;
            vertical-align: middle !important;
            display: flex;
            margin-right: 71px;
            margin-top: 19px;
        }

        .modal-open {
            overflow-x: hidden !important;
            background-color: #DDF6FD !important;
        }

        body.safari .landing .subBoxLanding4 {
            margin-top: 240px !important;
        }

        .landing .OrderText2 {
            order: 2;
        }

        .landing .OrderText1 {
            order: 1;
        }

        .landing .subBoxLanding3 .btn1 {
            width: 223px;
            margin: 16px;
            white-space: nowrap;
            padding: 12px;
            border-radius: 10px;
            font-size: 20px;
            margin-left: 22px;
        }

        body.safari .landing .Text1 {
            padding-right: 3%;
            margin-top: 11%
        }

        body.safari .landing .Text2 {
            padding-right: 3%;
            margin-top: -20%
        }

        .landing .LandingText {
            overflow: hidden;
            padding-top: 10px;
            font-size: 9px;
            font-weight: 700;
            width: 335px;
            text-align: center;
            margin-right: -41px;
        }

        .landing .variousColor {
            background-color: #DDF6FD;
            height: 150px;
        }

        .landing .withoutcolor {
            height: 150px;
        }

        .mt-5, .my-5 {
            margin-top: 1rem !important;
        }

        .landing .subBoxLanding5 .lbl-5 {
            font-size: 0.9em;
            font-weight: 700;
        }

        .landing .order2 {
            order: 2;
        }

        .landing .subBoxLanding10 .in8-div {
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 24px 15px #0000000d;
            border-radius: 18px;
            width: 67px;
            height: 66px;
            margin-right: -6px;
        }

        .landing .Imageback1 {
            height: 58px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 6px;
        }

        .landing .Imageback3 {
            height: 73px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 3px;
        }

        .landing .Imageback2 {
            height: 103px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: -1px;
        }

        .landing .Imageback4 {
            height: 55px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 7px;
        }

        .landing .Majid_Al_Futtaim_logo {
            width: 56px;
            margin-top: 23px;
        }

        .landing .subwayLogo {
            width: 66px;
            margin-top: 17px;
        }

        body.safari .landing .subBoxLanding10 .in8-div {
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 24px 15px #0000000d;
            border-radius: 18px;
            width: 115%;
            height: 8vh;
            margin-right: -4%;
        }


        .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-right: 19%;
        }

        body.safari .landing .subBoxLanding10 .in8-divMid {
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 24px 15px #0000000d;
            border-radius: 18px;
            width: 97%;
            height: 9vh;
            margin-right: 19%;
        }

        .landing .divMidCol2Resposive {
            /*        margin-right: 2% !important;
*/
        }

        .landing .Margin2 {
            margin-right: -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-right: 20%;
            position: relative;
            top: -29%;
        }

        body.safari .landing .subBoxLanding10 .in8-divEnd {
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 24px 15px #0000000d;
            border-radius: 18px;
            width: 92%;
            height: 9vh;
            margin-right: 20%;
            position: relative;
            top: -29%;
        }

        .landing .lbl-box8tem {
            color: #0A7CC4;
            font-size: 20px;
            display: block;
            font-weight: bolder;
        }

        .landing .lbl2-box8 {
            color: black;
            font-size: 17px;
            display: block;
            font-weight: 700;
        }

        body.safari .landing .FontSafari {
            color: black !important;
            font-size: 156% !important;
            margin-top: 10% !important;
        }

        .landing .Margin1 {
            margin-right: 11% !important;
            width: 75% !important;
        }

        .landing .Margin3 {
            right: -16% !important;
            width: 75% !important;
        }

        .landing .order1 {
            order: 1;
            margin-top: 15%
        }

        body.safari .landing .Image1Ihone {
            margin-top: 70px !important;
        }

        .landing .HrLine {
            width: 100%;
            display: block !important
        }

        .landing .TitleMar {
            margin-top: -5px;
            position: absolute;
            margin-right: 33px;
        }

        .landing .Img1 {
            height: 331px;
        }

        .landing .Img2 {
            height: 331px;
            margin-top: -73px;
        }

        h1 {
            font-size: 13px;
        }

        .landing .box1Text {
            background-color: #DDF6FD;
            height: 405px;
            opacity: 0.66;
        }

        .landing .Text1 {
            padding-right: 12px;
            margin-top: 14px;
        }

        .landing .label1-4 {
            margin-bottom: 29.5px;
            margin-top: -3px;
            padding: 0px 50px 0px 50px;
        }

        .padding1-4 {
            padding: 0px 111px 0px 111px;
        }

        .padding2-4 {
            padding: 0px 35px 0px 35px;
        }

        .landing .order1-6 {
            margin-top: 11%;
        }

        .landing .Text2 {
            padding-right: 11px;
            margin-top: 14px;
        }


        .landing .lbl-box5 {
            color: #0A7CC4;
            font-size: 20px;
            display: block;
            font-weight: bolder;
        }

        .landing .lbl2-box5 {
            color: black;
            font-size: 17px;
            display: block;
            font-weight: 700;
        }

        .landing .col-spec {
            flex: auto;
            max-width: none;
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
        }


        .landing .lbl-box6 {
            color: #0A7CC4;
            font-size: 20px;
            display: block;
            font-weight: bolder;
        }

        .landing .lbl2-box6 {
            color: black;
            font-size: 17px;
            display: block;
            font-weight: 700;
        }

        .landing .LandingText1 {
            padding-right: 1px;
            margin-top: 14px;
        }

        .landing .LandingText2 {
            padding-right: 11px;
            margin-top: 11px;
        }

        .landing .Row7 {
            margin: 0%;
        }

        .landing .Landing7Text1 {
            padding-right: 1px;
            margin-top: -12px;
            margin-left: -18px;
        }

        .landing .photo8Iphone {
            margin-top: -61px
        }

        body.safari .landing .Landing7Text1 {
            padding-left: 1%;
            margin-top: -41%;
            margin-left: 11%;
        }

        .landing .Landing7Text2 {
            padding-right: 11px;
            margin-top: 11px;
        }

        body.safari .landing .Landing7Text2 {
            padding-right: 9%;
            margin-top: -9%;
            margin-left: -3%;
        }


        .landing .Landing8Text1 {
            padding-right: 1px;
            margin-top: 19px;
            margin-left: -18px;
        }

        body.safari .landing .Landing8Text1 {
            padding-left: 10%;
            margin-top: -17%;
            margin-right: -4%;
        }

        .landing .Landing8Text2 {
            margin-top: 4px;
            margin-right: 16px;
            padding: 0px 0px;
        }

        body.safari .landing .Landing8Text2 {
            padding-right: 8px;
            margin-top: -37%;
            margin-right: -1%;
        }

        .landing .lbl-box7s {
            color: #0A7CC4;
            font-size: 20px;
            display: block;
            font-weight: bolder;
        }

        .landing .lbl2-box7 {
            color: black;
            font-size: 17px;
            display: block;
            font-weight: 700;
        }

        .landing .box1 {
            padding: 0px 0px;
            margin-top: 15px;
        }

        .landing .Box1Label1 {
            margin-top: -3px;
            padding: 0% 16px;
            text-align: center;
            font-size: 17px;
            color: #000000;
        }

        .landing .Box2Label1 {
            margin-top: -16px;
            padding: 0% 46px;
            text-align: center;
            font-size: 17px;
            color: #000000;
        }

        .landing .box1Text2 {
            color: #4A4A4A;
            margin-top: 54px;
            font-size: .9em;
        }



        .landing .Box1Label2 {
            margin-top: 6%;
            padding: 0% 18%;
            text-align: center;
            font-size: 111%;
            color: #000000;
        }

        .landingSucessLess100 .lbl-b1 {
            color: black;
            font-size: 1.0em;
            line-height: 1.5;
            display: block;
            font-weight: bold;
            font-size: 12px;
            margin-top: 3px;
        }

        .landingSucessMore100 .lbl-b1 {
            color: black;
            font-size: 1.0em;
            line-height: 1.5;
            display: block;
            font-weight: bold;
            font-size: 12px;
            margin-top: 3px;
        }

        .vedioRes {
            margin-top: -27px;
        }

        .landing .Box1Label3 {
            margin-top: 5%;
            padding: 5% 6%;
            text-align: left;
            font-size: 51%;
            color: #787878;
        }

        .landing .mobile-icon {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -52px;
            z-index: 3;
        }

        .landing .try {
            margin-top: 124px;
            padding: 0px 65px;
        }

        .landing .col1Res {
            margin-top: 31px;
        }

        .landing .col2Res {
            margin-top: 138px;
        }

        .landing .col3Res {
            margin-top: 138px;
        }

        .landing .labelBox8 {
            color: black;
            display: block;
            font-weight: bold;
            font-size: 23px;
            padding: 0px 0px;
        }

        .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 .Hr {
            margin-top: 48px;
            margin-bottom: 72px;
            border: 0;
            border-top: 5px solid #0A7CC4;
        }

        .displayLogo {
            display: none;
        }

        .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 .Resi-n8 {
            height: 100%;
            width: 100%;
            position: absolute;
            right: 0;
            top: 0;
        }

        .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: 28%;
            width: 93%;
        }

        .landing .Res2-in8 {
            width: 148%;
        }

        .landing .marginRespCol {
            margin-top: 11%;
            margin-left: 27%;
        }

        .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 .btnMobile {
            display: inline-flex !important;
            margin-top: -45px;
        }

        .landing .btnHide {
            display: none !important;
        }

        .scrol {
            overflow: auto;
        }

        .landing .subBoxLanding10 .in10-div1 {
            height: 149px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-right: 9%;
            width: 71%;
        }

        .landing .marginRespCol2 {
            margin-top: 5%;
            margin-left: 22%;
        }

        .landing .Res6-in8 {
            width: 167%
        }

        .landing .subBoxLanding10 .in10-div2 {
            height: 123px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 24%;
            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: 29%;
            width: 89%;
        }

        .landing .Img5 {
            width: 94%;
            height: 0%;
            margin-top: 14%;
            margin-bottom: 10%;
            margin-right: 2%;
        }

        .landing .marginRespCol3 {
            margin-top: 6%;
        }

        .landing .Img6 {
            width: 94%;
            height: 0%;
            margin-top: 14%;
            margin-bottom: 10%;
            margin-right: 2%;
        }

        .landing .labelRes {
            margin-top: 2px !important;
            font-weight: bold !important;
            margin-right: 57px;
        }

        .landing .label1 {
            font-size: 19px;
            margin-right: -36px;
        }

        .landing .labelRes1 {
            margin-top: -25px;
            font-size: 14px;
        }

        .landing .labelRes2 {
            font-size: 23px;
            margin-top: 25px;
        }

        .landing .label2Res {
            margin-top: 15px;
        }


        .landing .label2Res {
            margin-right: 37px;
        }

        .landing .labelRes2 {
            margin-top: -10px;
            color: #0A7CC4 !important;
            font-weight: bold;
            margin-right: 25px;
            font-size: 13px !important;
        }

        .landing .subBoxLanding1 {
            padding: 0px 0px !important;
            position: relative;
            background: transparent;
            opacity: 1;
            padding: 5px 58px;
            margin-top: 1px;
        }

        .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;
        }

        .landingSucessLess100 .circle {
            color: white;
            background-color: #0A7CC4;
            width: 20%;
            border-radius: 50%;
            right: 48%;
            position: relative;
            margin-right: -8%;
            margin-top: -7%;
            height: 50px;
        }

        .bacColor {
            background-color: #DDF6FD !important;
        }

        .landingSucessMore100B1 .circle {
            color: white;
            background-color: #0A7CC4;
            width: 20%;
            border-radius: 50%;
            right: 48%;
            position: relative;
            margin-right: -8%;
            margin-top: -7%;
            height: 50px;
        }

        .IconMargin {
            margin-top: 17px;
        }

        .landingSucessMore100 {
            background-color: #DDF6FD;
            background-image: none !important;
            overflow-x: hidden;
        }
    }

    @media only screen and (max-width: 350px) and (min-width: 300px) {
        .landing .LandingImage {
            height: 61px;
            width: 1px;
            vertical-align: middle !important;
            display: flex;
            margin-right: 90px;
            margin-top: 19px;
        }

        .modal-open {
            overflow-x: hidden !important;
            background-color: #DDF6FD !important;
        }

        body.safari .landing .subBoxLanding4 {
            margin-top: 240px !important;
        }

        .landing .OrderText2 {
            order: 2;
        }

        .landing .OrderText1 {
            order: 1;
        }

        .landing .subBoxLanding3 .btn1 {
            width: 223px;
            margin: 16px;
            white-space: nowrap;
            padding: 12px;
            border-radius: 10px;
            font-size: 20px;
            margin-left: 22px;
        }

        body.safari .landing .Text1 {
            padding-right: 3%;
            margin-top: 11%
        }

        body.safari .landing .Text2 {
            padding-right: 3%;
            margin-top: -20%
        }

        .landing .LandingText {
            overflow: hidden;
            padding-top: 0px;
            font-size: 12px;
            font-weight: 700;
            width: 335px;
            text-align: center;
            margin-right: -22px;
        }

        .landing .variousColor {
            background-color: #DDF6FD;
            height: 150px;
        }

        .landing .withoutcolor {
            height: 150px;
        }

        .mt-5, .my-5 {
            margin-top: 1rem !important;
        }

        .landing .subBoxLanding5 .lbl-5 {
            font-size: 0.9em;
            font-weight: 700;
        }

        .landing .order2 {
            order: 2;
        }

        .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-right: -6px;
        }

        .landing .Imageback1 {
            height: 58px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 6px;
        }

        .landing .Imageback3 {
            height: 73px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 3px;
        }

        .landing .Imageback2 {
            height: 103px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: -1px;
        }

        .landing .Imageback4 {
            height: 55px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 7px;
        }

        .landing .Majid_Al_Futtaim_logo {
            width: 56px;
            margin-top: 23px;
        }

        .landing .subwayLogo {
            width: 66px;
            margin-top: 17px;
        }

        body.safari .landing .subBoxLanding10 .in8-div {
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 24px 15px #0000000d;
            border-radius: 18px;
            width: 115%;
            height: 8vh;
            margin-right: -4%;
        }


        .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-right: 19%;
        }

        body.safari .landing .subBoxLanding10 .in8-divMid {
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 24px 15px #0000000d;
            border-radius: 18px;
            width: 97%;
            height: 9vh;
            margin-right: 19%;
        }

        .landing .divMidCol2Resposive {
            margin-right: 2% !important;
        }

        .landing .Margin2 {
            margin-right: -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-right: 20%;
            position: relative;
            top: -29%;
        }

        body.safari .landing .subBoxLanding10 .in8-divEnd {
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 24px 15px #0000000d;
            border-radius: 18px;
            width: 92%;
            height: 9vh;
            margin-right: 20%;
            position: relative;
            top: -29%;
        }

        .landing .lbl-box8tem {
            color: #0A7CC4;
            font-size: 20px;
            display: block;
            font-weight: bolder;
        }

        .landing .lbl2-box8 {
            color: black;
            font-size: 17px;
            display: block;
            font-weight: 700;
        }

        body.safari .landing .FontSafari {
            color: black !important;
            font-size: 156% !important;
            margin-top: 10% !important;
        }

        .landing .Margin1 {
            margin-right: 11% !important;
            width: 75% !important;
        }

        .landing .Margin3 {
            right: -16% !important;
            width: 75% !important;
        }

        .landing .order1 {
            order: 1;
            margin-top: 15%
        }

        body.safari .landing .Image1Ihone {
            margin-top: 70px !important;
        }

        .landing .HrLine {
            width: 100%;
            display: block !important
        }

        .landing .TitleMar {
            margin-top: -5px;
            position: absolute;
            margin-right: 33px;
        }

        .landing .Img1 {
            height: 331px;
        }

        .landing .Img2 {
            height: 331px;
            margin-top: -73px;
        }

        h1 {
            font-size: 16px;
        }

        .landing .box1Text {
            background-color: #DDF6FD;
            height: 405px;
            opacity: 0.66;
        }

        .landing .Text1 {
            padding-right: 12px;
            margin-top: 14px;
        }

        .landing .label1-4 {
            margin-bottom: 29.5px;
            margin-top: -3px;
            padding: 0px 50px 0px 50px;
        }

        .padding1-4 {
            padding: 0px 111px 0px 111px;
        }

        .padding2-4 {
            padding: 0px 35px 0px 35px;
        }

        .landing .order1-6 {
            margin-top: 11%;
        }

        .landing .Text2 {
            padding-right: 11px;
            margin-top: 14px;
        }


        .landing .lbl-box5 {
            color: #0A7CC4;
            font-size: 20px;
            display: block;
            font-weight: bolder;
        }

        .landing .lbl2-box5 {
            color: black;
            font-size: 17px;
            display: block;
            font-weight: 700;
        }

        .landing .col-spec {
            flex: auto;
            max-width: none;
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
        }


        .landing .lbl-box6 {
            color: #0A7CC4;
            font-size: 20px;
            display: block;
            font-weight: bolder;
        }

        .landing .lbl2-box6 {
            color: black;
            font-size: 17px;
            display: block;
            font-weight: 700;
        }

        .landing .LandingText1 {
            padding-right: 1px;
            margin-top: 14px;
        }

        .landing .LandingText2 {
            padding-right: 11px;
            margin-top: 11px;
        }

        .landing .Row7 {
            margin: 0%;
        }

        .landing .Landing7Text1 {
            padding-right: 1px;
            margin-top: -12px;
            margin-left: -18px;
        }

        .landing .photo8Iphone {
            margin-top: -61px
        }

        body.safari .landing .Landing7Text1 {
            padding-left: 1%;
            margin-top: -41%;
            margin-left: 11%;
        }

        .landing .Landing7Text2 {
            padding-right: 11px;
            margin-top: 11px;
        }

        body.safari .landing .Landing7Text2 {
            padding-right: 9%;
            margin-top: -9%;
            margin-left: -3%;
        }


        .landing .Landing8Text1 {
            padding-right: 1px;
            margin-top: 19px;
            margin-left: -18px;
        }

        body.safari .landing .Landing8Text1 {
            padding-left: 10%;
            margin-top: -17%;
            margin-right: -4%;
        }

        .landing .Landing8Text2 {
            margin-top: 4px;
            margin-right: 16px;
            padding: 0px 0px;
        }

        body.safari .landing .Landing8Text2 {
            padding-right: 8px;
            margin-top: -37%;
            margin-right: -1%;
        }

        .landing .lbl-box7s {
            color: #0A7CC4;
            font-size: 20px;
            display: block;
            font-weight: bolder;
        }

        .landing .lbl2-box7 {
            color: black;
            font-size: 17px;
            display: block;
            font-weight: 700;
        }

        .landing .box1 {
            padding: 0px 0px;
            margin-top: 15px;
        }

        .landing .Box1Label1 {
            margin-top: -3px;
            padding: 0% 16px;
            text-align: center;
            font-size: 17px;
            color: #000000;
        }

        .landing .Box2Label1 {
            margin-top: -16px;
            padding: 0% 46px;
            text-align: center;
            font-size: 17px;
            color: #000000;
        }

        .landing .box1Text2 {
            color: #4A4A4A;
            margin-top: 54px;
            font-size: .9em;
        }



        .landing .Box1Label2 {
            margin-top: 6%;
            padding: 0% 18%;
            text-align: center;
            font-size: 111%;
            color: #000000;
        }

        .landingSucessLess100 .lbl-b1 {
            color: black;
            font-size: 1.0em;
            line-height: 1.5;
            display: block;
            font-weight: bold;
            font-size: 12px;
            margin-top: 3px;
        }

        .landingSucessMore100 .lbl-b1 {
            color: black;
            font-size: 1.0em;
            line-height: 1.5;
            display: block;
            font-weight: bold;
            font-size: 12px;
            margin-top: 3px;
        }

        .vedioRes {
            margin-top: -27px;
        }

        .landing .Box1Label3 {
            margin-top: 5%;
            padding: 5% 6%;
            text-align: left;
            font-size: 51%;
            color: #787878;
        }

        .landing .mobile-icon {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -52px;
            z-index: 3;
        }

        .landing .try {
            margin-top: 124px;
            padding: 0px 65px;
        }

        .landing .col1Res {
            margin-top: 31px;
        }

        .landing .col2Res {
            margin-top: 138px;
        }

        .landing .col3Res {
            margin-top: 138px;
        }

        .landing .labelBox8 {
            color: black;
            display: block;
            font-weight: bold;
            font-size: 23px;
            padding: 0px 0px;
        }

        .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 .Hr {
            margin-top: 48px;
            margin-bottom: 72px;
            border: 0;
            border-top: 5px solid #0A7CC4;
        }

        .displayLogo {
            display: none;
        }

        .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 .Resi-n8 {
            height: 100%;
            width: 100%;
            position: absolute;
            right: 0;
            top: 0;
        }

        .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: 28%;
            width: 93%;
        }

        .landing .Res2-in8 {
            width: 148%;
        }

        .landing .marginRespCol {
            margin-top: 11%;
            margin-left: 27%;
        }

        .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 .btnMobile {
            display: inline-flex !important;
            margin-top: -45px;
        }

        .landing .btnHide {
            display: none !important;
        }

        .scrol {
            overflow: auto;
        }

        .landing .subBoxLanding10 .in10-div1 {
            height: 149px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-right: 9%;
            width: 71%;
        }

        .landing .marginRespCol2 {
            margin-top: 5%;
            margin-left: 22%;
        }

        .landing .Res6-in8 {
            width: 167%
        }

        .landing .subBoxLanding10 .in10-div2 {
            height: 123px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 24%;
            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: 29%;
            width: 89%;
        }

        .landing .Img5 {
            width: 94%;
            height: 0%;
            margin-top: 14%;
            margin-bottom: 10%;
            margin-right: 2%;
        }

        .landing .marginRespCol3 {
            margin-top: 6%;
        }

        .landing .Img6 {
            width: 94%;
            height: 0%;
            margin-top: 14%;
            margin-bottom: 10%;
            margin-right: 2%;
        }

        .landing .labelRes {
            margin-top: 2px !important;
            font-weight: bold !important;
            margin-right: 57px;
        }

        .landing .label1 {
            font-size: 22px;
            margin-right: -31px;
        }

        .landing .subBoxLanding1 {
            padding: 0px 0px !important;
            position: relative;
            background: transparent;
            opacity: 1;
            padding: 5px 58px;
            margin-top: 1px;
        }

        .landing .labelRes1 {
            margin-top: -25px;
            font-size: 18px;
        }

        .landing .labelRes2 {
            font-size: 23px;
            margin-top: 25px;
        }

        .landing .label2Res {
            margin-top: 15px;
        }


        .landing .label2Res {
            margin-right: 37px;
        }

        .landing .labelRes2 {
            margin-top: -10px;
            color: #0A7CC4 !important;
            font-weight: bold;
            margin-right: 25px;
            font-size: 13px !important;
        }

        .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;
        }

        .landingSucessLess100 .circle {
            color: white;
            background-color: #0A7CC4;
            width: 20%;
            border-radius: 50%;
            right: 48%;
            position: relative;
            margin-right: -8%;
            margin-top: -7%;
            height: 50px;
        }

        .bacColor {
            background-color: #DDF6FD !important;
        }

        .landingSucessMore100B1 .circle {
            color: white;
            background-color: #0A7CC4;
            width: 20%;
            border-radius: 50%;
            right: 48%;
            position: relative;
            margin-right: -8%;
            margin-top: -7%;
            height: 50px;
        }

        .IconMargin {
            margin-top: 17px;
        }

        .landingSucessMore100 {
            background-color: #DDF6FD;
            background-image: none !important;
            overflow-x: hidden;
        }
    }

    @media only screen and (max-width: 400px) and (min-width: 350px) {
        .landing .LandingImage {
            height: 61px;
            width: 1px;
            vertical-align: middle !important;
            display: flex;
            margin-right: 117px;
            margin-top: 19px;
        }

        .modal-open {
            overflow-x: hidden !important;
            background-color: #DDF6FD !important;
        }

        body.safari .landing .subBoxLanding4 {
            margin-top: 240px !important;
        }

        .landing .OrderText2 {
            order: 2;
        }

        .landing .OrderText1 {
            order: 1;
        }

        .landing .subBoxLanding3 .btn1 {
            width: 223px;
            margin: 16px;
            white-space: nowrap;
            padding: 12px;
            border-radius: 10px;
            font-size: 20px;
            margin-left: 22px;
        }

        body.safari .landing .Text1 {
            padding-right: 3%;
            margin-top: 11%
        }

        body.safari .landing .Text2 {
            padding-right: 3%;
            margin-top: -20%
        }

        .landing .LandingText {
            overflow: hidden;
            padding-top: 0px;
            font-size: 12px;
            font-weight: 700;
            width: 335px;
            text-align: center;
            margin-right: 2px;
        }

        .landing .variousColor {
            background-color: #DDF6FD;
            height: 150px;
        }

        .landing .withoutcolor {
            height: 150px;
        }

        .mt-5, .my-5 {
            margin-top: 1rem !important;
        }

        .landing .subBoxLanding5 .lbl-5 {
            font-size: 0.9em;
            font-weight: 700;
        }

        .landing .order2 {
            order: 2;
        }

        .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-right: -6px;
        }

        .landing .Imageback1 {
            height: 61px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 20px;
        }

        .landing .Imageback3 {
            height: 71px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 14px;
        }

        .landing .Imageback2 {
            height: 103px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: -1px;
        }

        .landing .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;
        }

        body.safari .landing .subBoxLanding10 .in8-div {
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 24px 15px #0000000d;
            border-radius: 18px;
            width: 115%;
            height: 8vh;
            margin-right: -4%;
        }


        .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-right: 19%;
        }

        body.safari .landing .subBoxLanding10 .in8-divMid {
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 24px 15px #0000000d;
            border-radius: 18px;
            width: 97%;
            height: 9vh;
            margin-right: 19%;
        }

        .landing .divMidCol2Resposive {
            /*       margin-right: 2% !important;*/
        }

        .landing .Margin2 {
            /*  margin-right: -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-right: 20%;
            position: relative;
            top: -29%;
        }

        body.safari .landing .subBoxLanding10 .in8-divEnd {
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 24px 15px #0000000d;
            border-radius: 18px;
            width: 92%;
            height: 9vh;
            margin-right: 20%;
            position: relative;
            top: -29%;
        }

        .landing .lbl-box8tem {
            color: #0A7CC4;
            font-size: 20px;
            display: block;
            font-weight: bolder;
        }

        .landing .lbl2-box8 {
            color: black;
            font-size: 17px;
            display: block;
            font-weight: 700;
        }

        body.safari .landing .FontSafari {
            color: black !important;
            font-size: 156% !important;
            margin-top: 10% !important;
        }

        .landing .Margin1 {
            margin-right: 11% !important;
            width: 75% !important;
        }

        .landing .Margin3 {
            right: -16% !important;
            width: 75% !important;
        }

        .landing .order1 {
            order: 1;
            margin-top: 15%
        }

        body.safari .landing .Image1Ihone {
            margin-top: 70px !important;
        }

        .landing .HrLine {
            width: 100%;
            display: block !important
        }

        .landing .TitleMar {
            margin-top: -5px;
            position: absolute;
            margin-right: 33px;
        }

        .landing .Img1 {
            height: 331px;
        }

        .landing .Img2 {
            height: 331px;
            margin-top: -73px;
        }

        h1 {
            font-size: 138%;
        }

        .landing .Text1 {
            padding-right: 12px;
            margin-top: 14px;
        }

        .landing .label1-4 {
            margin-bottom: 29.5px;
            margin-top: -3px;
            padding: 0px 50px 0px 50px;
        }

        /* .padding1-4 {
        padding: 0px 111px 0px 111px;
    }*/

        .padding2-4 {
            padding: 0px 35px 0px 35px;
        }

        .landing .order1-6 {
            margin-top: 11%;
        }

        .landing .Text2 {
            padding-right: 11px;
            margin-top: 14px;
        }


        .landing .lbl-box5 {
            color: #0A7CC4;
            font-size: 20px;
            display: block;
            font-weight: bolder;
        }

        .landing .lbl2-box5 {
            color: black;
            font-size: 17px;
            display: block;
            font-weight: 700;
        }

        .landing .col-spec {
            flex: auto;
            max-width: none;
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
        }


        .landing .lbl-box6 {
            color: #0A7CC4;
            font-size: 20px;
            display: block;
            font-weight: bolder;
        }

        .landing .lbl2-box6 {
            color: black;
            font-size: 17px;
            display: block;
            font-weight: 700;
        }

        .landing .LandingText1 {
            padding-right: 1px;
            margin-top: 14px;
        }

        .landing .LandingText2 {
            padding-right: 11px;
            margin-top: 11px;
        }

        .landing .Row7 {
            margin: 0%;
        }

        .landing .Landing7Text1 {
            padding-right: 1px;
            margin-top: -12px;
            margin-left: -18px;
        }

        .landing .photo8Iphone {
            margin-top: -61px
        }

        body.safari .landing .Landing7Text1 {
            padding-left: 1%;
            margin-top: -41%;
            margin-left: 11%;
        }

        .landing .Landing7Text2 {
            padding-right: 11px;
            margin-top: 11px;
        }

        body.safari .landing .Landing7Text2 {
            padding-right: 9%;
            margin-top: -9%;
            margin-left: -3%;
        }


        .landing .Landing8Text1 {
            padding-right: 1px;
            margin-top: 19px;
            margin-left: -18px;
        }

        body.safari .landing .Landing8Text1 {
            padding-left: 10%;
            margin-top: -17%;
            margin-right: -4%;
        }

        .landing .Landing8Text2 {
            margin-top: 4px;
            margin-right: 16px;
            padding: 0px 0px;
        }

        body.safari .landing .Landing8Text2 {
            padding-right: 8px;
            margin-top: -37%;
            margin-right: -1%;
        }

        .landing .lbl-box7s {
            color: #0A7CC4;
            font-size: 20px;
            display: block;
            font-weight: bolder;
        }

        .landing .lbl2-box7 {
            color: black;
            font-size: 17px;
            display: block;
            font-weight: 700;
        }

        .landing .box1 {
            padding: 0px 0px;
            margin-top: 15px;
        }

        .landing .Box1Label1 {
            margin-top: -3px;
            padding: 0% 16px;
            text-align: center;
            font-size: 17px;
            color: #000000;
        }

        .landing .Box2Label1 {
            margin-top: -16px;
            padding: 0% 46px;
            text-align: center;
            font-size: 17px;
            color: #000000;
        }

        .landing .box1Text2 {
            color: #4A4A4A;
            margin-top: 54px;
            font-size: .9em;
        }



        .landing .Box1Label2 {
            margin-top: 6%;
            padding: 0% 18%;
            text-align: center;
            font-size: 111%;
            color: #000000;
        }

        .landingSucessLess100 .lbl-b1 {
            color: black;
            font-size: 1.0em;
            line-height: 1.5;
            display: block;
            font-weight: bold;
            font-size: 12px;
            margin-top: 3px;
        }

        .landingSucessMore100 .lbl-b1 {
            color: black;
            font-size: 1.0em;
            line-height: 1.5;
            display: block;
            font-weight: bold;
            font-size: 12px;
            margin-top: 3px;
        }

        .vedioRes {
            margin-top: -27px;
        }

        .landing .Box1Label3 {
            margin-top: 5%;
            padding: 5% 6%;
            text-align: left;
            font-size: 51%;
            color: #787878;
        }

        .landing .mobile-icon {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -52px;
            z-index: 3;
        }

        .landing .try {
            margin-top: 64px;
            padding: 0px 65px;
        }

        .landing .col1Res {
            margin-top: 31px;
        }

        .landing .col2Res {
            margin-top: 89px;
        }

        .landing .col3Res {
            margin-top: 88px;
        }

        .landing .labelBox8 {
            color: black;
            display: block;
            font-weight: bold;
            font-size: 23px;
            padding: 0px 0px;
        }

        .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 .Hr {
            margin-top: 48px;
            margin-bottom: 72px;
            border: 0;
            border-top: 5px solid #0A7CC4;
        }

        .displayLogo {
            display: none;
        }

        .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 .Resi-n8 {
            height: 100%;
            width: 100%;
            position: absolute;
            right: 0;
            top: 0;
        }

        .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: 28%;
            width: 93%;
        }

        .landing .Res2-in8 {
            width: 148%;
        }

        .landing .marginRespCol {
            margin-top: 11%;
            margin-left: 27%;
        }

        .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 .btnMobile {
            display: inline-flex !important;
            margin-top: -45px;
        }

        .landing .btnHide {
            display: none !important;
        }

        .scrol {
            overflow: auto;
        }

        .landing .subBoxLanding10 .in10-div1 {
            height: 149px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-right: 9%;
            width: 71%;
        }

        .landing .marginRespCol2 {
            margin-top: 5%;
            margin-left: 22%;
        }

        .landing .Res6-in8 {
            width: 167%
        }

        .landing .subBoxLanding10 .in10-div2 {
            height: 123px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 24%;
            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: 29%;
            width: 89%;
        }

        .landing .Img5 {
            width: 94%;
            height: 0%;
            margin-top: 14%;
            margin-bottom: 10%;
            margin-right: 2%;
        }

        .landing .marginRespCol3 {
            margin-top: 6%;
        }

        .landing .Img6 {
            width: 94%;
            height: 0%;
            margin-top: 14%;
            margin-bottom: 10%;
            margin-right: 2%;
        }

        .landing .labelRes {
            margin-top: 2px !important;
            font-weight: bold !important;
            margin-right: 48px;
        }

        .landing .label1 {
            font-size: 26px;
            margin-right: -15px;
        }

        .landing .labelRes1 {
            margin-top: -25px;
            font-size: 22px;
        }

        .landing .labelRes2 {
            font-size: 23px;
            margin-top: 25px;
        }

        .landing .label2Res {
            margin-top: 15px;
        }


        .landing .label2Res {
            margin-right: 38px;
        }

        .landing .labelRes2 {
            margin-top: -10px;
            color: #0A7CC4 !important;
            font-weight: bold;
            margin-right: 33px;
            font-size: 13px !important;
        }

        .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;
        }
        /*
    .landingSucessLess100 .circle {
        color: white;
        background-color: #0A7CC4;
        width: 20%;
        border-radius: 50%;
        right: 48%;
        position: relative;
        margin-right: -8%;
        margin-top: -7%;
        height: 50px;
    }
*/
        .bacColor {
            background-color: #DDF6FD !important;
        }
        /*
    .landingSucessMore100B1 .circle {
        color: white;
        background-color: #0A7CC4;
        width: 20%;
        border-radius: 50%;
        right: 48%;
        position: relative;
        margin-right: -8%;
        margin-top: -7%;
        height: 50px;
    }*/

        .IconMargin {
            margin-top: 17px;
        }

        .landingSucessMore100 {
            background-color: #DDF6FD;
            background-image: none !important;
            overflow-x: hidden;
        }
    }

    @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-right: 31px;
        }

        .landing .LandingImage {
            padding: 0px 52px 0 39px;
            height: 81px;
            width: 3px;
            float: right;
            margin: 8px;
            vertical-align: middle !important;
            display: flex;
            margin-right: 107px;
        }

        .landing .LandingText {
            overflow: hidden;
            padding: 27px;
            font-weight: bold;
            margin-right: 28px;
            margin-top: 6px;
        }

        .landing .lbl-box5 {
            color: #0A7CC4;
            display: block;
            font-weight: bolder;
            font-size: 15px;
        }

        .landing .lbl2-box5 {
            color: black;
            font-size: 11px;
            display: block;
        }

        .landing .Text1 {
            padding-right: 66px;
            margin-top: 38px;
        }



        .landing .Text2 {
            padding-right: 62px;
            margin-top: 52px;
        }

        .landing .TitleMar {
            margin-top: 39px;
            margin-bottom: 46px;
        }

        .landing .Img1 {
            height: 332px;
        }

        .landing .Majid_Al_Futtaim_logo {
            width: 124px;
            margin-top: 33px;
        }

        .landing .label1 {
            font-size: 28px;
        }

        .landing .labelRes1 {
            font-size: 23px;
        }

        .landing .labelRes2 {
            font-size: 15px;
            margin-top: -8px;
        }

        .landing .label2Res {
            margin-top: -11px;
        }

        .landing .subBoxLanding0 {
            background-size: 770px !important;
        }

        .landing .Ifram0Ar {
            width: 569px;
            height: 254px;
            margin-right: 58px;
        }

        .landing .subBoxLanding10 {
            padding: 0px 20px;
            margin-top: -12px;
        }

        .landing .subwayLogo {
            width: 134px;
            margin-top: 13px;
        }

        .landing .Imageback1 {
            height: 89px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 43px;
        }

        .landing .Imageback2 {
            height: 112px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 9px;
        }

        .landing .Imageback3 {
            height: 95px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 32px;
        }

        .landing .Imageback4 {
            height: 87px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 36px;
        }

        .landing .LandingText1 {
            margin-left: -20px;
            margin-top: 101px;
        }



        .landing .LandingText2 {
            padding-right: 25px;
            margin-top: 55px;
        }

        .landing .lbl-box6 {
            color: #0A7CC4;
            font-size: 15px;
            display: block;
            font-weight: bolder;
        }

        .landing .lbl2-box6 {
            color: black;
            font-size: 11px;
            display: block;
        }

        .landing .Img2 {
            height: 443px;
        }

        .landing .Landing7Text1 {
            margin-left: -69px;
            margin-top: 76px;
        }

        .landing .lbl-box8tem {
            color: #0A7CC4;
            font-size: 15px;
            display: block;
            font-weight: bolder;
        }

        .landing .Landing7Text2 {
            padding-right: 47px;
            margin-top: 44px;
        }

        .landing .Landing8Text1 {
            margin-left: 129px;
            margin-top: 20px;
            padding: 0px 45px;
        }

        .landing .Landing8Text2 {
            margin-top: 28px;
            padding: 0px 62px;
            margin-right: -161px;
        }

        .landing .col2Res {
            margin-top: 33px;
        }

        .landing .col3Res {
            margin-top: 33px;
        }

        .landing .lbl-box7s {
            color: #0A7CC4;
            font-size: 15px;
            display: block;
            font-weight: bolder;
        }

        .landing .lbl2-box7 {
            color: black;
            font-size: 11px;
            display: block
        }

        .landing .lbl2-box8 {
            color: black;
            font-size: 11px;
            display: block;
        }

        .landing .Img3 {
            height: 235px;
        }

        .landing .box1 {
            padding: 0% 10px;
        }

        .landing .col1ResH {
            height: 338px;
        }

        .landing .mobile-icon {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -54px;
            z-index: 3;
        }

        .landing .box1Text {
            background-color: #DDF6FD;
            height: 294px;
            opacity: 0.66;
        }

        .landing .box1Text2 {
            color: #4A4A4A;
            margin-top: 62px;
            font-size: .9em;
        }

        .landing .label-box3.left {
            color: #4A4A4A;
            margin-top: -4px;
        }

        .landing .div__img {
            margin-top: 46px;
        }

        .landing .Box2Label1 {
            margin-top: -27px;
            padding: 0% 12px;
            text-align: center;
            font-size: 12px;
            color: #000000;
        }

        .landing .Box3Label1 {
            margin-top: -25px;
            padding: 0% 19px;
            text-align: center;
            font-size: 88%;
            color: #000000;
        }

        .landing .Box1Label1 {
            margin-top: -20px;
            padding: 0% 18px;
            text-align: center;
            font-size: 12px;
            color: #000000;
        }

        .landing .FontSafari {
            font-size: 38px;
        }

        .landing .try {
            margin-top: -2px;
            padding: 0px 247px;
        }

        .landing .labelBox8 {
            color: black;
            display: block;
            font-weight: bold;
            font-size: 20px;
            padding: 0px 141px;
        }

        .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: 317px;
            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: 71px;
            border: 0;
            border-top: 5px solid #0A7CC4;
        }

        .landingSucessLess100 {
            background-size: 1000px !important;
        }

        .landingSucessMore100 {
            background-size: 1000px !important;
        }

        .landingSucessLess100 .landingSucessLess100B1 {
            position: relative;
            height: 100%;
            background: transparent;
            opacity: 1;
            padding: 5% 5% 5% 5%;
            margin-top: -28px;
        }

        .landingSucessLess100 .vedio1 {
            margin-top: -51px;
        }

        .landingSucessLess100 .IconMargin {
            margin-top: 13px;
        }

        .landingSucessLess100 .iframe-style {
            width: 40% !important;
            height: 249px !important;
            border-radius: 20px;
            border-width: 3px;
        }

        .landingSucessMore100 .landingSucessMore100B1 {
            position: relative;
            height: 100%;
            background: transparent;
            opacity: 1;
            padding: 5% 5% 5% 5%;
            margin-top: -17px;
        }

        .IconMargin {
            margin-top: 14px;
        }

        .vedioRes {
            margin-top: -42px;
        }

        .landing .label1-4 {
            margin-bottom: 29.5px;
            margin-top: -3px;
        }

        .padding1-4 {
            padding: 0px 111px 0px 111px;
        }

        .padding2-4 {
            padding: 0px 52px 0px 46px;
        }
    }

    @media (max-width: 900px) and (min-width: 700px) {
        .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-right: 31px;
        }

        .landing .LandingImage {
            padding: 0px 52px 0 39px;
            height: 81px;
            width: 3px;
            float: right;
            margin: 8px;
            vertical-align: middle !important;
            display: flex;
            margin-right: 107px;
        }

        .landing .LandingText {
            overflow: hidden;
            padding: 27px;
            font-weight: bold;
            margin-right: 28px;
            margin-top: 6px;
        }

        .landing .lbl-box5 {
            color: #0A7CC4;
            display: block;
            font-weight: bolder;
            font-size: 17px;
        }

        .landing .lbl2-box5 {
            color: black;
            font-size: 14px;
            display: block;
        }

        .landing .Text1 {
            padding-right: 66px;
            margin-top: 38px;
        }



        .landing .Text2 {
            padding-right: 62px;
            margin-top: 52px;
        }

        .landing .TitleMar {
            margin-top: 39px;
            margin-bottom: 46px;
        }

        .landing .Img1 {
            height: 332px;
        }

        .landing .Majid_Al_Futtaim_logo {
            width: 124px;
            margin-top: 33px;
        }

        .landing .label1 {
            font-size: 28px;
        }

        .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 .Ifram0Ar {
            width: 588px;
            height: 261px;
            margin-right: 99px;
        }

        .landing .subwayLogo {
            width: 134px;
            margin-top: 13px;
        }

        .landing .Imageback1 {
            height: 89px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 43px;
        }

        .landing .Imageback2 {
            height: 112px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 9px;
        }

        .landing .Imageback3 {
            height: 95px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 32px;
        }

        .landing .Imageback4 {
            height: 87px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 36px;
        }

        .landing .LandingText1 {
            margin-left: -20px;
            margin-top: 101px;
        }



        .landing .LandingText2 {
            padding-right: 25px;
            margin-top: 55px;
        }

        .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: 443px;
        }

        .landing .Landing7Text1 {
            margin-left: -69px;
            margin-top: 76px;
        }

        .landing .lbl-box8tem {
            color: #0A7CC4;
            font-size: 17px;
            display: block;
            font-weight: bolder;
        }

        .landing .Landing7Text2 {
            padding-right: 47px;
            margin-top: 44px;
        }

        .landing .Landing8Text1 {
            margin-left: 129px;
            margin-top: 38px;
            padding: 0px 57px;
        }

        .landing .Landing8Text2 {
            margin-top: 38px;
            padding: 0px 78px;
            margin-right: -170px;
        }

        .landing .lbl-box7s {
            color: #0A7CC4;
            font-size: 17px;
            display: block;
            font-weight: bolder;
        }

        .landing .lbl2-box7 {
            color: black;
            font-size: 14px;
            display: block
        }

        .landing .lbl2-box8 {
            color: black;
            font-size: 14px;
            display: block;
        }

        .landing .box1 {
            padding: 0% 10px;
        }

        .landing .col1ResH {
            height: 338px;
        }

        .landing .mobile-icon {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -54px;
            z-index: 3;
        }

        .landing .box1Text {
            background-color: #DDF6FD;
            height: 294px;
            opacity: 0.66;
        }

        .landing .box1Text2 {
            color: #4A4A4A;
            margin-top: 62px;
            font-size: .9em;
        }

        .landing .label-box3.left {
            color: #4A4A4A;
            margin-top: -4px;
        }

        .landing .div__img {
            margin-top: 46px;
        }

        .landing .Box2Label1 {
            margin-top: -27px;
            padding: 0% 12px;
            text-align: center;
            font-size: 12px;
            color: #000000;
        }

        .landing .Box3Label1 {
            margin-top: -25px;
            padding: 0% 19px;
            text-align: center;
            font-size: 88%;
            color: #000000;
        }

        .landing .Box1Label1 {
            margin-top: -20px;
            padding: 0% 18px;
            text-align: center;
            font-size: 12px;
            color: #000000;
        }

        .landing .FontSafari {
            font-size: 38px;
        }

        .landing .try {
            margin-top: -2px;
            padding: 0px 247px;
        }

        .landing .col2Res {
            margin-top: 33px;
        }

        .landing .col1Res {
            margin-top: 33px;
        }

        .landing .col3Res {
            margin-top: 33px;
        }

        .landing .labelBox8 {
            color: black;
            display: block;
            font-weight: bold;
            font-size: 20px;
            padding: 0px 141px;
        }

        .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: 317px;
            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: 71px;
            border: 0;
            border-top: 5px solid #0A7CC4;
        }

        .landingSucessLess100 {
            background-size: 1000px !important;
        }

        .landingSucessMore100 {
            background-size: 1000px !important;
        }

        .landingSucessLess100 .landingSucessLess100B1 {
            position: relative;
            height: 100%;
            background: transparent;
            opacity: 1;
            padding: 5% 5% 5% 5%;
            margin-top: -28px;
        }

        .landingSucessLess100 .vedio1 {
            margin-top: -51px;
        }

        .landingSucessLess100 .IconMargin {
            margin-top: 13px;
        }

        .landingSucessLess100 .iframe-style {
            width: 40% !important;
            height: 249px !important;
            border-radius: 20px;
            border-width: 3px;
        }

        .landingSucessMore100 .landingSucessMore100B1 {
            position: relative;
            height: 100%;
            background: transparent;
            opacity: 1;
            padding: 5% 5% 5% 5%;
            margin-top: -17px;
        }

        .IconMargin {
            margin-top: 14px;
        }

        .vedioRes {
            margin-top: -42px;
        }

        .landing .label1-4 {
            margin-bottom: 29.5px;
            margin-top: -3px;
        }

        .padding1-4 {
            padding: 0px 111px 0px 111px;
        }

        .padding2-4 {
            padding: 0px 52px 0px 46px;
        }

        .landing .Img3 {
            height: 319px;
        }
    }

    @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-right: 31px;
        }

        .landing .LandingText1 {
            margin-left: -20px;
            margin-top: 127px;
        }



        .landing .LandingText2 {
            padding-right: 25px;
            margin-top: 68px;
        }

        .landing .lbl-box6 {
            color: #0A7CC4;
            font-size: 25px;
            display: block;
            font-weight: bolder;
        }

        .landing .lbl2-box6 {
            color: black;
            font-size: 16px;
            display: block;
        }

        .landing .Img2 {
            height: 577px;
        }

        .landing .LandingImage {
            padding: 0px 52px 0 39px;
            height: 81px;
            width: 3px;
            float: right;
            margin: 8px;
            vertical-align: middle !important;
            display: flex;
            margin-right: 195px;
        }

        .landing .LandingText {
            overflow: hidden;
            padding: 27px;
            font-weight: bold;
            margin-right: 28px;
            margin-top: 6px;
        }

        .landing .Ifram0Ar {
            width: 597px;
            height: 343px;
            margin-right: 99px;
        }

        .landing .lbl-box5 {
            color: #0A7CC4;
            display: block;
            font-weight: bolder;
            font-size: 25px;
        }

        .landing .lbl2-box5 {
            color: black;
            font-size: 16px;
            display: block;
        }

        .landing .Text1 {
            padding-right: 66px;
            margin-top: 53px;
        }



        .landing .Text2 {
            padding-right: 55px;
            margin-top: 71px;
        }

        .landing .TitleMar {
            margin-top: 39px;
            margin-bottom: 46px;
        }

        .landing .Img1 {
            height: 432px;
        }

        .landing .Majid_Al_Futtaim_logo {
            width: 182px;
            margin-top: 42px;
        }

        .landing .label1 {
            font-size: 37px;
        }

        .landing .labelRes1 {
            font-size: 28px;
        }

        .landing .labelRes2 {
            font-size: 21px;
            margin-top: 8px;
        }

        .landing .label2Res {
            margin-top: 4px;
        }

        .landing .subwayLogo {
            width: 174px;
            margin-top: 20px;
        }

        .landing .Imageback1 {
            height: 117px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 51px;
        }

        .landing .Imageback2 {
            height: 140px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 8px;
        }

        .landing .Imageback3 {
            height: 122px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 43px;
        }

        .landing .Imageback4 {
            height: 118px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 46px;
        }

        .landing .Landing7Text1 {
            margin-left: -69px;
            margin-top: 83px;
        }

        .landing .lbl-box8tem {
            color: #0A7CC4;
            font-size: 25px;
            display: block;
            font-weight: bolder;
        }

        .landing .Landing7Text2 {
            padding-right: 47px;
            margin-top: 55px;
        }

        .landing .Landing8Text1 {
            margin-left: 89px;
            margin-top: 37px;
            padding: 0px 34px;
        }

        .landing .Landing8Text2 {
            margin-top: 27px;
            padding: 0px 78px;
            margin-right: -170px;
        }

        .landing .lbl-box7s {
            color: #0A7CC4;
            font-size: 25px;
            display: block;
            font-weight: bolder;
        }

        .landing .lbl2-box7 {
            color: black;
            font-size: 16px;
            display: block
        }

        .landing .lbl2-box8 {
            color: black;
            font-size: 16px;
            display: block;
        }

        .landing .box1 {
            padding: 0% 38px;
        }

        .landing .col1ResH {
            height: 338px;
        }

        .landing .mobile-icon {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -54px;
            z-index: 3;
        }

        .landing .box1Text {
            background-color: #DDF6FD;
            height: 283px;
            opacity: 0.66;
        }

        .landing .box1Text2 {
            color: #4A4A4A;
            margin-top: 62px;
            font-size: .9em;
        }

        .landing .label-box3.left {
            color: #4A4A4A;
            margin-top: -4px;
        }

        .landing .div__img {
            margin-top: 46px;
        }

        .landing .Box2Label1 {
            margin-top: -27px;
            padding: 0% 12px;
            text-align: center;
            font-size: 13px;
            color: #000000;
        }

        .landing .Box3Label1 {
            margin-top: -25px;
            padding: 0% 19px;
            text-align: center;
            font-size: 88%;
            color: #000000;
        }

        .landing .Box1Label1 {
            margin-top: -20px;
            padding: 0% 18px;
            text-align: center;
            font-size: 14px;
            color: #000000;
        }

        .landing .FontSafari {
            font-size: 38px;
        }

        .landing .try {
            margin-top: -2px;
            padding: 0px 343px;
        }

        .landing .labelBox8 {
            color: black;
            display: block;
            font-weight: bold;
            font-size: 29px;
            padding: 0px 186px;
        }

        .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: 71px;
            border: 0;
            border-top: 5px solid #0A7CC4;
        }

        .landingSucessLess100 {
            background-size: 1018px !important;
        }

            .landingSucessLess100 .landingSucessLess100B1 {
                position: relative;
                height: 100%;
                background: transparent;
                opacity: 1;
                padding: 5% 5% 5% 5%;
                margin-top: -28px;
            }

            .landingSucessLess100 .vedio1 {
                margin-top: -71px;
            }

            .landingSucessLess100 .iframe-style {
                width: 40%;
                height: 249px;
                border-radius: 20px;
                border-width: 3px;
            }

        .btn-style {
            background: #0087A0 0% 0% no-repeat padding-box;
            border-radius: 14px;
            opacity: 1;
            color: white;
            margin-top: 21px;
        }

        .vedioRes {
            margin-top: -54px;
        }

        .landingSucessMore100 .landingSucessMore100B1 {
            position: relative;
            height: 100%;
            background: transparent;
            opacity: 1;
            padding: 5% 5% 5% 5%;
            margin-top: -31px;
        }

        .landingSucessMore100 .iframe-style {
            width: 52%;
            height: 290px;
            border-radius: 20px;
            border-width: 3px;
        }

        .landingSucessMore100 {
            background-size: 1189px !important;
        }

        .landing .label1-4 {
            margin-bottom: 29.5px;
            margin-top: -3px;
        }

        .padding1-4 {
            padding: 0px 111px 0px 111px;
        }

        .padding2-4 {
            padding: 0px 119px 0px 156px;
        }
    }

    @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-right: 31px;
        }

        .landing .LandingText1 {
            margin-left: -20px;
            margin-top: 127px;
        }



        .landing .LandingText2 {
            padding-right: 25px;
            margin-top: 68px;
        }

        .landing .lbl-box6 {
            color: #0A7CC4;
            font-size: 25px;
            display: block;
            font-weight: bolder;
        }

        .landing .lbl2-box6 {
            color: black;
            font-size: 16px;
            display: block;
        }

        .landing .Img2 {
            height: 577px;
        }

        .landing .LandingImage {
            padding: 0px 52px 0 39px;
            height: 81px;
            width: 3px;
            float: right;
            margin: 8px;
            vertical-align: middle !important;
            display: flex;
            margin-right: 195px;
        }

        .landing .LandingText {
            overflow: hidden;
            padding: 27px 27px 27px 252px;
            font-weight: bold;
            margin-right: 28px;
            margin-top: 6px;
            font-size: 18px;
        }

        .landing .Ifram0Ar {
            width: 597px;
            height: 343px;
            margin-right: 99px;
        }

        .landing .lbl-box5 {
            color: #0A7CC4;
            display: block;
            font-weight: bolder;
            font-size: 25px;
        }

        .landing .lbl2-box5 {
            color: black;
            font-size: 16px;
            display: block;
        }

        .landing .Text1 {
            padding-right: 66px;
            margin-top: 53px;
        }



        .landing .Text2 {
            padding-right: 55px;
            margin-top: 71px;
        }

        .landing .TitleMar {
            margin-top: 39px;
            margin-bottom: 46px;
        }

        .landing .Img1 {
            height: 432px;
        }

        .landing .Majid_Al_Futtaim_logo {
            width: 182px;
            margin-top: 42px;
        }

        .landing .label1 {
            font-size: 37px;
        }

        .landing .labelRes1 {
            font-size: 28px;
        }

        .landing .labelRes2 {
            font-size: 21px;
            margin-top: 8px;
        }

        .landing .label2Res {
            margin-top: 4px;
        }

        .landing .subwayLogo {
            width: 174px;
            margin-top: 20px;
        }

        .landing .Imageback1 {
            height: 117px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 51px;
        }

        .landing .Imageback2 {
            height: 140px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 8px;
        }

        .landing .Imageback3 {
            height: 122px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 43px;
        }

        .landing .Imageback4 {
            height: 118px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 46px;
        }

        .landing .Landing7Text1 {
            margin-left: -69px;
            margin-top: 83px;
        }

        .landing .lbl-box8tem {
            color: #0A7CC4;
            font-size: 25px;
            display: block;
            font-weight: bolder;
        }

        .landing .Landing7Text2 {
            padding-right: 47px;
            margin-top: 55px;
        }

        .landing .Landing8Text1 {
            margin-left: 147px;
            margin-top: 50px;
            padding: 0px 68px;
        }

        .landing .Landing8Text2 {
            margin-top: 47px;
            padding: 0px 78px;
            margin-right: -170px;
        }

        .landing .lbl-box7s {
            color: #0A7CC4;
            font-size: 25px;
            display: block;
            font-weight: bolder;
        }

        .landing .lbl2-box7 {
            color: black;
            font-size: 16px;
            display: block
        }

        .landing .lbl2-box8 {
            color: black;
            font-size: 16px;
            display: block;
        }

        .landing .box1 {
            padding: 0% 38px;
        }

        .landing .col1ResH {
            height: 338px;
        }

        .landing .mobile-icon {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -54px;
            z-index: 3;
        }

        .landing .box1Text {
            background-color: #DDF6FD;
            height: 283px;
            opacity: 0.66;
        }

        .landing .box1Text2 {
            color: #4A4A4A;
            margin-top: 62px;
            font-size: .9em;
        }

        .landing .label-box3.left {
            color: #4A4A4A;
            margin-top: -4px;
        }

        .landing .div__img {
            margin-top: 46px;
        }

        .landing .Box2Label1 {
            margin-top: -27px;
            padding: 0% 12px;
            text-align: center;
            font-size: 13px;
            color: #000000;
        }

        .landing .Box3Label1 {
            margin-top: -25px;
            padding: 0% 19px;
            text-align: center;
            font-size: 88%;
            color: #000000;
        }

        .landing .Box1Label1 {
            margin-top: -20px;
            padding: 0% 18px;
            text-align: center;
            font-size: 14px;
            color: #000000;
        }

        .landing .FontSafari {
            font-size: 38px;
        }

        .landing .try {
            margin-top: -2px;
            padding: 0px 409px;
        }

        .landing .labelBox8 {
            color: black;
            display: block;
            font-weight: bold;
            font-size: 29px;
            padding: 0px 186px;
        }

        .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: 71px;
            border: 0;
            border-top: 5px solid #0A7CC4;
        }

        .landingSucessLess100 {
            background-size: contain !important;
        }

            .landingSucessLess100 .landingSucessLess100B1 {
                position: relative;
                height: 100%;
                background: transparent;
                opacity: 1;
                padding: 5% 5% 5% 5%;
                margin-top: -28px;
            }

            .landingSucessLess100 .vedio1 {
                margin-top: -71px;
            }

            .landingSucessLess100 .iframe-style {
                width: 40%;
                height: 249px;
                border-radius: 20px;
                border-width: 3px;
            }

        .btn-style {
            background: #0087A0 0% 0% no-repeat padding-box;
            border-radius: 14px;
            opacity: 1;
            color: white;
            margin-top: 21px;
        }

        .vedioRes {
            margin-top: -54px;
        }

        .landingSucessMore100 .landingSucessMore100B1 {
            position: relative;
            height: 100%;
            background: transparent;
            opacity: 1;
            padding: 5% 5% 5% 5%;
            margin-top: -31px;
        }

        .landingSucessMore100 .iframe-style {
            width: 52%;
            height: 290px;
            border-radius: 20px;
            border-width: 3px;
        }

        .landingSucessMore100 {
            background-size: 1189px !important;
        }

        .landing .label1-4 {
            margin-bottom: 29.5px;
            margin-top: -3px;
        }

        .padding1-4 {
            padding: 0px 111px 0px 111px;
        }

        .padding2-4 {
            padding: 0px 119px 0px 156px;
        }

        .landing .Img3 {
            height: 319px;
        }
    }

    @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-right: 34px;
        }

        .landing .label1 {
            font-size: 46.96px;
        }

        .landing .Landing7Text1 {
            margin-left: -69px;
            margin-top: 83px;
        }

        .landing .lbl-box8tem {
            color: #0A7CC4;
            font-size: 27px;
            display: block;
            font-weight: bolder;
        }

        .landing .Landing7Text2 {
            padding-right: 47px;
            margin-top: 99px;
        }

        .landing .Landing8Text1 {
            margin-left: 128px;
            margin-top: 73px;
            padding: 0px 80px;
        }

        .landing .Landing8Text2 {
            margin-top: 86px;
            padding: 0px 78px;
            margin-right: -124px;
        }

        .landing .lbl-box7s {
            color: #0A7CC4;
            font-size: 29px;
            display: block;
            font-weight: bolder;
        }

        .landing .lbl2-box7 {
            color: black;
            font-size: 22px;
            display: block
        }

        .landing .lbl2-box8 {
            color: black;
            font-size: 22px;
            display: block;
        }

        .landing .LandingImage {
            padding: 0px 52px 0 39px;
            height: 81px;
            width: 3px;
            float: right;
            margin: 8px;
            vertical-align: middle !important;
            display: flex;
            margin-right: 240px;
        }

        .landing .LandingText {
            overflow: hidden;
            padding: 27px;
            font-weight: bold;
            margin-right: 28px;
        }

        .landing .labelRes1 {
            font-size: 35px;
        }

        .landing .labelRes2 {
            font-size: 23px;
            margin-top: 6px;
        }

        .landing .label2Res {
            margin-top: 10px;
        }

        .landing .Majid_Al_Futtaim_logo {
            width: 236px;
            margin-top: 47px;
        }

        .landing .subwayLogo {
            width: 224px;
            margin-top: 16px;
        }

        .landing .Imageback1 {
            height: 147px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 55px;
        }

        .landing .Imageback2 {
            height: 167px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 9px;
        }

        .landing .Imageback3 {
            height: 152px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 48px;
        }

        .landing .Imageback4 {
            height: 147px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-left: 54px;
        }

        .landing .lbl2-box6 {
            color: black;
            font-size: 22px;
            display: block;
        }

        .landing .lbl2-box5 {
            color: black;
            font-size: 22px;
            display: block;
        }

        .landing .box1 {
            padding: 0% 38px;
        }

        .landing .col1ResH {
            height: 338px;
        }

        .landing .mobile-icon {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -54px;
            z-index: 3;
        }

        .landing .box1Text {
            background-color: #DDF6FD;
            height: 354px;
            opacity: 0.66;
        }

        .landing .box1Text2 {
            color: #4A4A4A;
            margin-top: 62px;
            font-size: .9em;
        }

        .landing .label-box3.left {
            color: #4A4A4A;
            margin-top: -4px;
        }

        .landing .div__img {
            margin-top: 46px;
        }

        .landing .Box2Label1 {
            margin-top: -27px;
            padding: 0% 12px;
            text-align: center;
            font-size: 18px;
            color: #000000;
        }

        .landing .Box3Label1 {
            margin-top: -25px;
            padding: 0% 19px;
            text-align: center;
            font-size: 88%;
            color: #000000;
        }

        .landing .Box1Label1 {
            margin-top: -20px;
            padding: 0% 18px;
            text-align: center;
            font-size: 18px;
            color: #000000;
        }

        .landing .FontSafari {
            font-size: 38px;
        }

        .landing .try {
            margin-top: 51px;
            padding: 0px 564px;
        }

        .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;
        }

        .landingSucessLess100 {
            background-size: 1446px !important;
        }

        .landing .Img3 {
            height: 441px;
        }
    }

    .MultiCarousel {
        float: left;
        overflow: hidden;
        padding: 15px;
        width: 100%;
        position: relative;
    }

        .MultiCarousel .MultiCarousel-inner {
            transition: 1s ease all;
            float: left;
        }

            .MultiCarousel .MultiCarousel-inner .item {
                float: left;
            }

                .MultiCarousel .MultiCarousel-inner .item > div {
                    text-align: center;
                    padding: 10px;
                    margin: 10px;
                }

        .MultiCarousel .leftLst, .MultiCarousel .rightLst {
            position: absolute;
            border-radius: 50%;
            top: calc(50% - 20px);
        }

        .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;
        }

            .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
                cursor: no-drop;
                background: #ccc;
            }

    .chooseLocation {
        font-size: 17px;
       
        top: 9px;
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #e9ecef !important;
        opacity: 1 !important;
    }

    .showPhoneNun {
        display: block !important;
    }

    .open-diloge-loc {
        color: #4287ff;
        border: none;
        background: no-repeat;
    }

    #description {
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
    }

    #infowindow-content .title {
        font-weight: bold;
    }

    #infowindow-content {
        display: none;
    }

    #map #infowindow-content {
        display: inline;
    }

    .pac-card {
        background-color: #fff;
        border: 0;
        border-radius: 2px;
        box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
        margin: 10px;
        padding: 0 0.5em;
        font: 400 18px Roboto, Arial, sans-serif;
        overflow: hidden;
        font-family: Roboto;
        padding: 0;
    }

    #pac-container {
        padding-bottom: 12px;
        margin-right: 12px;
    }

    .pac-controls {
        display: inline-block;
        padding: 5px 11px;
    }

        .pac-controls label {
            font-family: Roboto;
            font-size: 13px;
            font-weight: 300;
        }

    #pac-input {
        background-color: #fff;
        font-size: 15px;
        font-weight: 300;
        margin-left: 12px;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 300px;
    }

        #pac-input:focus {
            border-color: #4d90fe;
        }

    #title {
        color: #fff;
        background-color: #4d90fe;
        font-size: 25px;
        font-weight: 500;
        padding: 6px 12px;
    }

    #target {
        width: 345px;
    }

    .controls {
        margin-top: 16px;
        border: none;
        border-radius: 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 32px;
        outline: none;
        box-shadow: 1px 8px 10px 5px #0000004d;
        text-align: center;
        font-family: 'Cairo-Regular';
    }

    .pac-container {
        background-color: #FFF !important;
        z-index: 20 !important;
        position: fixed !important;
    }

    .modal {
        z-index: 20 !important;
    }

    .modal-backdrop {
        z-index: 10 !important;
    }

    .displayNone {
        display: none;
    }

    .displayBlock {
        display: block;
    }

@media (max-width: 1400px) and (min-width: 875px) {
    .landing .Ifram0Ar {
        width: 423px !important;
        height: 332px;
    }
    .landing .Ifram10 {
        width: 423px !important;
        height: 332px;
    }
}

@media (max-width: 875px) and (min-width: 500px) {
    .landing .Ifram0Ar {
        width: 276px !important;
        height: 232px;
    }
    .landing .Ifram10 {
        width: 276px !important;
        height: 232px;
    }
}

@media (max-width: 500px) and (min-width: 50px) {
    .landing .Ifram0Ar {
        width: 303px;
        height: 176px;
    }
    .landing .Ifram10 {
        width: 303px;
        height: 176px;
    }
}