﻿@font-face {
    font-family: 'Noor';
    /*src: url('../fonts/Noor-Regular.ttf');
    src: local('Noor'), local('Noor'), url('../fonts/Noor-Regular.ttf') format('opentype');*/
    src: url('../../fonts/Noor-Regular.ttf');
    src: local('Noor'), local('Noor'), url('../../fonts/Noor-Regular.ttf') format('opentype');
}

@font-face {
    font-family: 'Cairo-Regular';
    src: url('../../fonts/Cairo/Cairo-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Cairo-Bold';
    src: url('../../fonts/Cairo/Cairo-Bold.ttf') format('truetype');
}

.jq-icon-success {
    color: #fdfdfd !important;
    background-color: #1f60d7 !important;
    border-color: #1f60d7 !important;
}

button {
    outline: none !important;
}

#load {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: url('/Content/Images/loading.gif') no-repeat center center rgba(0,0,0,0.25);
    background-size: 150px 75px;
}

.direction-rtl {
    direction: rtl;
}

.Floting-Direction {
    float: right;
}

body {
    direction: rtl !important;
    font-family: 'Cairo-Regular';
}

.footer-rtl {
    direction: rtl;
    float: right;
}

a {
    text-decoration: none !important;
}

.input-wrapper {
    width: 100%;
    position: relative;
    line-height: 14px;
    margin: 10px 0px;
    display: inline-block;
}

.Cust-label {
    color: #bbb;
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 14px;
    padding: 0 2px;
    pointer-events: none;
    background: #121323;
    transition: transform 100ms ease;
    transform: translateY(-20px);
}

.Cust-input {
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: var(--white);
    outline: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: solid 1px rgba(239, 240, 241, 0.3);
    background-color: var(--dark);
    padding: 10px 20px;
    border-radius: 8px;
    position: relative;
    max-width: 100%;
}

    .Cust-input:invalid + label {
        transform: translateY(0);
    }

    .Cust-input:focus {
        border-color: #3484fe;
    }

    .Cust-input + label {
        color: #2b96f1;
        transform: translateY(-20px);
    }

.customDrp {
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: var(--white);
    outline: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: solid 1px rgba(239, 240, 241, 0.3);
    background-color: var(--dark);
    padding: 10px 20px;
    border-radius: 8px;
    position: relative;
    max-width: 100%;
    background-image: url('Images/drpArrow Icon.png');
    background-repeat: no-repeat;
    background-position: calc(100% - (100% - 20px)) calc(1em + 2px), calc(100% - (100% - 15px)) calc(1em + 2px), 0% 0;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}

    .customDrp option {
        color: var(--white);
        background: #121323;
    }

    .customDrp:focus {
        border-color: #3484fe;
    }

.accounttype-text:hover {
    color: #3484fe;
    text-decoration: none;
}

.accounttype-text-member {
    width: 81px;
    height: 14px;
    object-fit: contain;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: 0.55px;
    text-align: left;
    color: #f02328;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    background-color: #efefef;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav p {
        padding: 8px 15px 0px 0px;
        text-decoration: none;
    }

    .sidenav a:hover {
        color: #f02328;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 12px;
        left: 25px;
        font-size: 36px;
        margin-right: 50px;
        direction: ltr;
    }

.Line {
    width: 344px;
    height: 2px;
    margin: 25.5px 0 29.5px;
    opacity: 0.17;
    background-color: #242426;
}

.sidenav1 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    background-color: #efefef;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav1 p {
        padding: 8px 32px 8px 8px;
        text-decoration: none;
    }

    .sidenav1 a:hover {
        color: #f02328;
    }

    .sidenav1 .closebtn {
        position: absolute;
        top: 12px;
        left: 25px;
        font-size: 36px;
        margin-right: 50px;
    }

.sidenav-Logo {
    position: absolute;
    top: 16px;
    right: 35px;
}

.sidenavbtn {
    width: auto;
    padding: 10px 32px 8px 45px !important;
    margin: 5px 18px;
    font-size: 21px !important;
}

.childmenu {
    display: none;
}

.sidenav-arrow {
    position: absolute;
    top: 27px;
    right: 35px;
    width: 25px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #121323;
}

::-webkit-scrollbar-thumb {
    background: #1c1d2c;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }

    .sidenav1 {
        padding-top: 15px;
    }

        .sidenav1 a {
            font-size: 18px;
        }
}

.navbar-inverse {
    /*border-color: #121323 !important;
    backdrop-filter: blur(30px);
    background-color: #121323ad !important;*/
    backdrop-filter: blur(30px);
    background-color: transparent;
    border: none !important;
}

.btnhover {
    color: white;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

    .btnhover:after {
        content: url("../Images/btn-arrow-icon.svg");
        position: absolute;
        opacity: 0;
        top: 3px;
        left: -20px;
        transition: 0.5s;
        transform: rotate(180deg);
    }

    .btnhover:hover {
        background-color: #2764c3 !important;
        color: white !important;
        padding-left: 10% !important;
    }

        .btnhover:hover:after {
            opacity: 1 !important;
            left: 20px !important;
        }

.btnTransparenthover {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

    .btnTransparenthover:after {
        /*content: url("../../../Images/btn-arrow-icon.svg");*/
        content: url("../Images/btn-arrow-icon.svg");
        position: absolute;
        opacity: 0;
        top: 3px;
        left: -20px;
        transition: 0.5s;
        transform: rotate(180deg);
    }

    .btnTransparenthover:hover {
        border: solid 1px var(--white);
        background-color: rgba(255, 255, 255, 0.1) !important;
        color: inherit !important;
        padding-left: 10% !important;
    }

        .btnTransparenthover:hover:after {
            opacity: 1 !important;
            left: 20px !important;
        }

.btnTransparenthoverbottum:hover {
    border: solid 1px var(--white);
    background-color: #c5c5c5 !important;
    color: inherit !important;
    padding-left: 8% !important;
}

.btnTransparentsidemenu:hover {
    border: solid 1px var(--white);
    background-color: #c5c5c5 !important;
    color: inherit !important;
    padding-left: 42% !important;
}

.btnloginSidemenuhover:hover {
    background-color: #2764c3 !important;
    color: white !important;
    padding-left: 42% !important;
}

.MemberLogin {
    background-color: #f02328 !important;
}

    .MemberLogin:hover {
        background-image: linear-gradient(-90deg, #f27053, #f02328) !important;
        color: white !important;
        padding-left: 42% !important;
    }

    .MemberLogin:after {
        top: 4px !important;
    }

.PartnerLogin {
    background-color: #3484fe !important;
}

    .PartnerLogin:hover {
        background-image: linear-gradient(-90deg, #3484fe,#1a427f) !important;
        color: white !important;
        padding-left: 42% !important;
    }

    .PartnerLogin:after {
        top: 4px !important;
    }

.Member-Login-Head {
    height: 60px;
    border: none;
    margin-right: 0.5em;
    margin-top: 20px;
    width: 157px;
    height: 50px;
    margin: 19.5px 2.5px 23px 6.5px;
    padding: 15px 20px;
    object-fit: contain;
    border-radius: 8px;
    background-color: #891215 !important;
}

    .Member-Login-Head:hover {
        background-color: #f02328 !important;
    }

.MemberLogin:after {
    top: 4px !important;
}

.Login-btn-text {
    width: 125px;
    height: 18px;
    font-family: Cairo-Regular;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: white;
}

.Partner-Login-Head {
    height: 60px;
    border: none;
    margin-right: 0.5em;
    margin-top: 20px;
    width: 161px;
    height: 48px;
    margin: 19.5px 17px 23px 14px;
    padding: 15px 20px;
    object-fit: contain;
    border-radius: 8px;
    background-color: #1a427f !important;
}

    .Partner-Login-Head:hover {
        background-color: #3484fe !important;
    }

.Member-Login-Head {
    height: 60px;
    border: none;
    margin-right: 0.5em;
    margin-top: 20px;
    width: 157px;
    height: 50px;
    margin: 19.5px 2.5px 23px 6.5px;
    padding: 15px 20px;
    object-fit: contain;
    border-radius: 8px;
    background-color: #891215 !important;
    display: none;
}

    .Member-Login-Head:hover {
        background-color: #f02328 !important;
    }

.Partner-Login-Head {
    height: 60px;
    border: none;
    margin-right: 0.5em;
    margin-top: 20px;
    width: 161px;
    height: 50px;
    margin: 19.5px 17px 23px 14px;
    padding: 15px 20px;
    object-fit: contain;
    border-radius: 8px;
    background-color: #1a427f !important;
    display: none;
}

    .Partner-Login-Head:hover {
        background-color: #3484fe !important;
    }

.btnpricefeedhover {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

    .btnpricefeedhover:after {
        content: url("../Images/red-Arrow-Icon.svg");
        position: absolute;
        opacity: 0;
        top: 2px;
        left: -20px;
        transition: 0.5s;
        transform: rotate(180deg);
    }

    .btnpricefeedhover:hover {
        border: solid 1px #f02328;
        background-color: rgba(255, 255, 255, 0.1) !important;
        color: #f02328 !important;
        padding-left: 17% !important;
    }

        .btnpricefeedhover:hover:after {
            opacity: 1 !important;
            left: 20px !important;
        }

.a-texthover {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    text-decoration: none !important;
}

    .a-texthover:after {
        /*content: url("../Images/red-Arrow-Icon.svg");*/
        content: url("../Images/red-Arrow-Icon.svg");
        position: absolute;
        opacity: 0;
        top: -5px;
        transform: rotate(180deg);
    }

    .a-texthover:hover {
        color: inherit !important;
        padding-right: 15% !important;
    }

        .a-texthover:hover:after {
            opacity: 1 !important;
            right: 0;
        }

.accounttype-text:hover {
    color: #3484fe;
}

@media (max-width: 575.98px) {
    .SideMenuUserName {
        padding: 12px 26px 8px 8px !important;
        text-transform: capitalize;
        object-fit: contain;
        font-family: Noor;
        font-size: 25px !important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.2 !important;
        letter-spacing: normal;
        text-align: right !important;
        color: #242426 !important;
        padding-right: 20px !important;
    }

    .Account-Type {
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 16px !important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19 !important;
        letter-spacing: normal;
        text-align: right !important;
        color: #3484fe !important;
        padding: 0px 20px 20px 20px !important;
    }

    .SidemenubtnMemberArea {
        width: 325px;
        height: 50px;
        font-size: 21px !important;
        letter-spacing: normal;
        object-fit: contain;
        border-radius: 8px;
        background-color: #80808052;
        background-image: linear-gradient(90deg, #f27053, #f02328);
    }

        .SidemenubtnMemberArea:hover {
            background-color: #2764c3 !important;
            color: white !important;
            padding-left: 42% !important;
        }

    .SideMenubtnLogout {
        width: 325px;
        height: 50px;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 21px !important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        color: #f02328 !important;
        background: transparent !important;
        border: 1px solid #f02328 !important;
        color: #f02328 !important;
    }

        .SideMenubtnLogout:hover {
            border: solid 1px #f02328;
            background-color: #c5c5c5 !important;
            color: #f02328 !important;
            padding-left: 42% !important;
        }

        .SideMenubtnLogout:after {
            content: url(../Images/red-Arrow-Icon.svg);
            /*content: url(../Images/red-Arrow-Icon.svg);*/
            position: absolute;
            opacity: 0;
            top: 12px;
            left: -20px;
            transition: 0.5s;
        }

    #Username-drp {
        display: none;
    }

    .a-texthover:hover {
        color: inherit !important;
        padding-right: 18% !important;
    }

    #btn-arabic-head {
        padding: 10px 15px;
        display: block;
    }

        #btn-arabic-head:hover {
            color: white !important;
        }

    .sidenav .MainMenu1 {
        padding-top: 40px;
    }

    .sidenav a {
        font-weight: bold;
        padding: 8px 32px 8px 8px;
        text-decoration: none;
        font-size: 21px;
        line-height: 1.19;
        letter-spacing: normal;
        color: #242426;
        display: block;
        transition: 0.3s;
    }

    .sidenav1 a {
        font-weight: bold;
        padding: 8px 32px 8px 8px;
        text-decoration: none;
        font-size: 21px;
        line-height: 1.19;
        letter-spacing: normal;
        color: #242426;
        display: block;
        transition: 0.3s;
    }

    .Logo-Full-img {
        margin-top: 1.2em;
        /*width: 172.5px;
        height: 37.3px;*/
        object-fit: contain;
    }

    .Side-menu-Icon-mr {
        margin-top: 1.9em;
        margin-right: -1.2em;
    }

    .chat-icon-img {
        width: 27.2px;
        height: 27.4px;
        object-fit: contain;
    }

    .chat-icon {
        position: fixed;
        left: 0;
        top: 23em;
        z-index: 999999;
    }

    .chat-icon-inner {
        /*position: fixed;
        right: 23px;
        top: 45em;*/
        z-index: 999999;
        margin: 13px;
    }

    .Rectangle-2366 {
        width: 57px;
        height: 50px;
        object-fit: contain;
        background-image: linear-gradient(90deg, #f27053, #f02328);
        border-radius: 0px 10px 10px 0px;
    }

        .Rectangle-2366:hover {
            width: 57px;
            height: 50px;
            object-fit: contain;
            background: #f02328;
            border-radius: 0px 10px 10px 0px;
        }

    .extlogo {
        display: inline;
    }

    .btn-arabic-header-btn {
        width: 90px;
        height: 50px;
        object-fit: contain;
        border-radius: 8px;
        background-color: #80808052;
        margin-top: -89px;
        margin-right: 1em;
        margin-bottom: 20px;
    }

        .btn-arabic-header-btn:hover {
            background-color: #808080;
        }

    .btn-arabic-header-text {
        width: 37px;
        height: 20px;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.75;
        letter-spacing: normal;
        text-align: right;
        color: var(--dark);
    }

    #clos-over {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .SideMenuUserName {
        text-transform: capitalize;
        padding: unset;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 25px !important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2 !important;
        letter-spacing: normal;
        text-align: right !important;
        color: #242426 !important;
        padding-right: 20px !important;
    }

    .Account-Type {
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 16px !important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19 !important;
        letter-spacing: normal;
        text-align: right !important;
        color: #3484fe !important;
        padding: 0px 20px 20px 20px !important;
    }

    .SidemenubtnMemberArea {
        width: 325px;
        height: 50px;
        font-size: 21px !important;
        letter-spacing: normal;
        object-fit: contain;
        border-radius: 8px;
        background-color: #80808052;
        background-image: linear-gradient(90deg, #f27053, #f02328);
    }

        .SidemenubtnMemberArea:hover {
            background-color: #2764c3 !important;
            color: white !important;
            padding-left: 42% !important;
        }

    .SideMenubtnLogout {
        width: 325px;
        height: 50px;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 21px !important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        color: #f02328 !important;
        background: transparent !important;
        border: 1px solid #f02328 !important;
        color: #f02328 !important;
    }

        .SideMenubtnLogout:hover {
            border: solid 1px #f02328;
            background-color: #c5c5c5 !important;
            color: #f02328 !important;
            padding-left: 42% !important;
        }

        .SideMenubtnLogout:after {
            /*content: url(../Images/red-Arrow-Icon.svg);*/
            content: url(../Images/red-Arrow-Icon.svg);
            position: absolute;
            opacity: 0;
            top: 12px;
            left: -20px;
            transition: 0.5s;
        }

    #Username-drp {
        display: none;
    }

    #btn-arabic-head {
        display: none;
    }

    .sidenav a {
        font-weight: bold;
        padding: 8px 32px 8px 8px;
        text-decoration: none;
        font-size: 21px;
        line-height: 1.19;
        letter-spacing: normal;
        color: #242426;
        display: block;
        transition: 0.3s;
    }

    .sidenav1 a {
        font-weight: bold;
        padding: 8px 32px 8px 8px;
        text-decoration: none;
        font-size: 21px;
        line-height: 1.19;
        letter-spacing: normal;
        color: #242426;
        display: block;
        transition: 0.3s;
    }

    .Logo-Full-img {
        margin-top: 1.2em;
        margin-right: 6em;
        width: 172.5px;
        height: 37.3px;
        object-fit: contain;
    }

    .extlogo {
        display: inline;
    }

    .Side-menu-Icon-mr {
        margin-top: -2.2em;
        margin-right: 0.8em;
    }

    .chat-icon-img {
        width: 27.2px;
        height: 27.4px;
        object-fit: contain;
    }

    .chat-icon {
        position: fixed;
        left: 0;
        top: 36em;
        z-index: 999999;
    }

    .chat-icon-inner {
        position: fixed;
        left: 23px;
        top: 37em;
        z-index: 999999;
    }

    .Rectangle-2366 {
        width: 57px;
        height: 50px;
        object-fit: contain;
        background-image: linear-gradient(90deg, #f27053, #f02328);
        border-radius: 0px 10px 10px 0px;
    }

        .Rectangle-2366:hover {
            width: 67px;
            height: 50px;
            object-fit: contain;
            background: #f02328;
            border-radius: 0px 10px 10px 0px;
        }
}

@media (min-width: 768px) and (max-width: 1059.98px) {
    .SideMenuUserName {
        padding: 12px 26px 8px 8px !important;
        text-transform: capitalize;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 25px !important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.2 !important;
        letter-spacing: normal;
        text-align: right !important;
        color: #242426 !important;
        padding-right: 20px !important;
    }

    .Account-Type {
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 16px !important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19 !important;
        letter-spacing: normal;
        text-align: right !important;
        color: #3484fe !important;
        padding: 0px 20px 20px 20px !important;
    }

    .SidemenubtnMemberArea {
        width: 325px;
        height: 50px;
        font-size: 21px !important;
        object-fit: contain;
        border-radius: 8px;
        background-color: #80808052;
        background-image: linear-gradient(90deg, #f27053, #f02328);
    }

        .SidemenubtnMemberArea:hover {
            background-color: #2764c3 !important;
            color: white !important;
            padding-left: 42% !important;
        }

    .SideMenubtnLogout {
        width: 325px;
        height: 50px;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 21px !important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        color: #f02328 !important;
        background: transparent !important;
        border: 1px solid #f02328 !important;
        color: #f02328 !important;
    }

        .SideMenubtnLogout:hover {
            border: solid 1px #f02328;
            background-color: #c5c5c5 !important;
            color: #f02328 !important;
            padding-left: 42% !important;
        }

        .SideMenubtnLogout:after {
            /*content: url(../Images/red-Arrow-Icon.svg);*/
            content: url(../Images/red-Arrow-Icon.svg);
            position: absolute;
            opacity: 0;
            top: 12px;
            left: -20px;
            transition: 0.5s;
        }

    #Username-drp {
        display: none;
    }

    #btn-arabic-head {
        display: none;
    }

    .sidenav a {
        font-weight: bold;
        padding: 8px 32px 8px 8px;
        text-decoration: none;
        font-size: 21px;
        line-height: 1.19;
        letter-spacing: normal;
        color: #242426;
        display: block;
        transition: 0.3s;
    }

    .sidenav1 a {
        font-weight: bold;
        padding: 8px 32px 8px 8px;
        text-decoration: none;
        font-size: 21px;
        line-height: 1.19;
        letter-spacing: normal;
        color: #242426;
        display: block;
        transition: 0.3s;
    }
    /*test code afzal*/

    .Logo-Full-img {
        margin-top: 1.5em;
        margin-right: 9em;
        width: 172.5px;
        height: 37.3px;
        object-fit: contain;
    }

    .Side-menu-Icon-mr {
        margin-top: 2.5em;
        margin-right: 0;
    }

    #overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 99999;
        cursor: pointer;
    }

    .chat-icon-img {
        width: 27.2px;
        height: 27.4px;
        object-fit: contain;
    }

    .chat-icon {
        position: fixed;
        left: 0;
        top: 36em;
        z-index: 999999;
    }

    .chat-icon-inner {
        /*position: fixed;
        right: 23px;
        top: 63em;*/
        z-index: 999999;
        margin: 13px 21px;
    }

    .Rectangle-2366 {
        width: 67px;
        height: 50px;
        object-fit: contain;
        background-image: linear-gradient(90deg, #f27053, #f02328);
        border-radius: 0px 10px 10px 0px;
    }

        .Rectangle-2366:hover {
            width: 67px;
            height: 50px;
            object-fit: contain;
            background: #f02328;
            border-radius: 0px 10px 10px 0px;
        }
    /*test code afzal*/
}

@media (min-width: 1060px) and (max-width: 1441.98px) {
    .SideMenuUserName {
        padding: 12px 26px 8px 8px !important;
        text-transform: capitalize;
        padding: unset;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 21px !important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.2 !important;
        letter-spacing: normal;
        text-align: right !important;
        color: #242426 !important;
        padding-right: 20px !important;
    }

    .Account-Type {
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 16px !important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19 !important;
        letter-spacing: normal;
        text-align: right !important;
        color: #3484fe !important;
        padding: 0px 20px 20px 20px !important;
    }

    .SidemenubtnMemberArea {
        width: 325px;
        height: 50px;
        font-size: 21px !important;
        object-fit: contain;
        border-radius: 8px;
        background-color: #80808052;
        background-image: linear-gradient(90deg, #f27053, #f02328);
    }

        .SidemenubtnMemberArea:hover {
            background-color: #2764c3 !important;
            color: white !important;
            padding-left: 42% !important;
        }

    .SideMenubtnLogout {
        width: 325px;
        height: 50px;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 21px !important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        color: #f02328 !important;
        background: transparent !important;
        border: 1px solid #f02328 !important;
        color: #f02328 !important;
    }

        .SideMenubtnLogout:hover {
            border: solid 1px #f02328;
            background-color: #c5c5c5 !important;
            color: #f02328 !important;
            padding-left: 42% !important;
        }

        .SideMenubtnLogout:after {
            /*content: url(../Images/red-Arrow-Icon.svg);*/
            content: url(../Images/red-Arrow-Icon.svg);
            position: absolute;
            opacity: 0;
            top: 5px;
            left: -20px;
            transition: 0.5s;
        }

    /*#btn-login {
        display: none;
    }*/

    /*#Username-drp {
        display: block;
    }*/

    .Line {
        opacity: 0.17;
        margin: 10px 20px 10px 10px;
        border: solid 1px #242426;
    }

    #btn-arabic-head {
        display: none;
    }

    .sidenav a {
        font-weight: bold;
        padding: 8px 32px 8px 8px;
        text-decoration: none;
        line-height: 30px;
        letter-spacing: normal;
        font-size: 21px;
        color: #242426;
        display: block;
        transition: 0.3s;
    }

    .sidenav1 a {
        font-weight: bold;
        padding: 8px 32px 8px 8px;
        text-decoration: none;
        line-height: 30px;
        letter-spacing: normal;
        font-size: 25px;
        color: #242426;
        display: block;
        transition: 0.3s;
    }
    /*test code afzal*/

    .Logo-Full-img {
        margin-top: 1.2em;
        margin-right: 15em;
        width: 192px;
        height: 41.5px;
        object-fit: contain;
    }

    .Side-menu-Icon-mr {
        margin-top: 1.5em;
        margin-right: 0;
    }

    #overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 99999;
        cursor: pointer;
    }

    .chat-icon-img {
        width: 32.6px;
        height: 32.9px;
        object-fit: contain;
    }

    .chat-icon {
        position: fixed;
        left: 0;
        top: 33em;
        z-index: 999999;
    }

    .chat-icon-inner {
        position: fixed;
        left: 23px;
        top: 34.2em;
        z-index: 999999;
    }

    .Rectangle-2366 {
        width: 80px;
        height: 60px;
        object-fit: contain;
        background-image: linear-gradient(90deg, #f27053, #f02328);
        border-radius: 0px 10px 10px 0px;
    }

        .Rectangle-2366:hover {
            width: 80px;
            height: 60px;
            object-fit: contain;
            background: #f02328;
            border-radius: 0px 10px 10px 0px;
        }


    /*test code afzal*/



    /*Drop-down Start*/

    /* Style The Dropdown Button */
    .dropbtn {
        border: none;
        width: 200px;
        height: 50px;
        object-fit: contain;
        /*opacity: 0.3;*/
        border-radius: 8px;
        border-color: #80808052;
        background-color: #80808052;
        color: #f4f4f4;
        opacity: 0.9;
    }

        .dropbtn:hover {
            border-radius: 8px 8px 0px 0px;
        }

    .drpbtn-laptop {
        margin-left: 7em;
    }

    .ml-member-laptop {
        margin-left: 0em;
    }

    .ml-partner-laptop {
        margin-left: -3em;
    }

    .Member-Login-Head, .Partner-Login-Head {
        height: 51px !important;
    }
    /* The container <div> - needed to position the dropdown content */
    .dropdown {
        position: relative;
        display: inline-block;
        margin-left: auto;
        margin-top: 1.5em;
        margin-bottom: 0em;
        float: revert;
    }

    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #80808052;
        width: 200px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        border-radius: 0px 0px 8px 8px;
        z-index: 1;
        opacity: 0.9;
    }

        /* Links inside the dropdown */
        .dropdown-content a {
            color: white;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            width: 200px;
            text-align: left;
            height: 51px;
            font-weight: bold;
        }

            /* Change color of dropdown links on hover */
            .dropdown-content a:hover {
                background-color: #0a0a149c;
            }

    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {
        display: block;
    }


    .dropdown:hover img {
        content: url(../Images/ArrowIcon-UP.png);
    }


    /* Change the background color of the dropdown button when the dropdown content is shown */
    .dropdown:hover .dropbtn {
        background-color: #80808052;
    }

    .UserName-txt {
        width: 107px;
        height: 19px;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
        /*margin-right: -6.5em;*/
    }

    .accounttype-text {
        width: 114px;
        height: 16px;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 13px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.23;
        letter-spacing: normal;
        text-align: right;
        color: #3484fe;
    }

    .drp-log-out {
        font-weight: bolder;
        color: red !important;
        font-size: medium;
    }

    .ArrowIcon-username {
        margin-top: -1.5em;
        margin-left: -2.8em;
        margin-right: 2em;
    }


    /*Drop-down end*/
}

@media (min-width: 1442px) {

    .Account-Type {
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 16px !important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19 !important;
        letter-spacing: normal;
        text-align: right !important;
        color: #3484fe !important;
        padding: 0px 20px 20px 20px !important;
    }

    .SidemenubtnMemberArea {
        width: 325px;
        height: 60px;
        font-size: 25px !important;
        object-fit: contain;
        border-radius: 8px;
        background-color: #80808052;
        background-image: linear-gradient(90deg, #f27053, #f02328);
    }

        .SidemenubtnMemberArea:hover {
            background-color: #2764c3 !important;
            color: white !important;
            padding-left: 42% !important;
        }

        .SidemenubtnMemberArea:after {
            /*content: url(../../../Images/btn-arrow-icon.svg);*/
            content: url(../Images/btn-arrow-icon.svg);
            position: absolute;
            opacity: 0;
            top: 15px;
            left: -20px;
            transition: 0.5s;
        }

    .SideMenubtnLogout {
        width: 325px;
        height: 60px;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 25px !important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        color: #f02328 !important;
        background: transparent !important;
        border: 1px solid #f02328 !important;
        color: #f02328 !important;
    }

        .SideMenubtnLogout:hover {
            border: solid 1px #f02328;
            background-color: #c5c5c5 !important;
            color: #f02328 !important;
            padding-left: 42% !important;
        }

        .SideMenubtnLogout:after {
            /*content: url(../Images/red-Arrow-Icon.svg);*/
            content: url(../Images/red-Arrow-Icon.svg);
            position: absolute;
            opacity: 0;
            top: 15px;
            left: -20px;
            transition: 0.5s;
        }

    /*#Username-drp {
        display: none;
    }*/

    #btn-arabic-head {
        display: none;
    }

    .sidenav a, .sidenav1 a {
        font-weight: bold;
        padding: 8px 32px 8px 8px;
        text-decoration: none;
        line-height: 30px;
        letter-spacing: normal;
        font-size: 23px;
        color: #242426;
        display: block;
        transition: 0.3s;
        right: -4%;
    }
    /*test code afzal*/


    .Logo-Full-img {
        margin-top: 1em;
        margin-right: 7em;
        width: 242.1px;
        height: 52.3px;
        object-fit: contain;
    }

    .Side-menu-Icon-mr {
        margin-top: 1em;
        margin-right: 0;
    }

    #overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 99999;
        cursor: pointer;
    }


    .chat-icon-img {
        width: 38.1px;
        height: 38.4px;
        object-fit: contain;
    }

    .chat-icon {
        position: fixed;
        left: 0;
        top: 25em;
        z-index: 999999;
    }

    .chat-icon-inner {
        position: fixed;
        left: 30px;
        top: 26.2em;
        z-index: 999999;
    }

    .Rectangle-2366 {
        width: 93.8px;
        height: 70px;
        object-fit: contain;
        background-image: linear-gradient(90deg, #f27053, #f02328);
        border-radius: 0px 10px 10px 0px;
    }

        .Rectangle-2366:hover {
            width: 93.8px;
            height: 70px;
            object-fit: contain;
            background: #f02328;
            border-radius: 0px 10px 10px 0px;
        }
    /*test code afzal*/




    /*Drop-down Start*/

    /* Style The Dropdown Button */
    .dropbtn {
        border: none;
        width: 200px;
        height: 60px;
        object-fit: contain;
        border-radius: 8px;
        border-color: #80808052;
        background-color: #80808052;
        color: #f4f4f4;
        opacity: 0.9;
    }

        .dropbtn:hover {
            border-radius: 8px 8px 0px 0px;
        }

    /* The container <div> - needed to position the dropdown content */
    .dropdown {
        position: relative;
        display: inline-block;
        margin-left: auto;
        margin-right: 0.68em;
        margin-top: 1.3em;
        margin-bottom: -2.5em;
        float: revert;
    }


    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #80808052;
        width: 200px;
        opacity: 0.9;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        border-radius: 0px 0px 8px 8px;
        z-index: 1;
    }

        /* Links inside the dropdown */
        .dropdown-content a {
            color: white;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            width: 200px;
            height: 51px;
            text-align: left;
            margin-top: 0em !important;
            font-weight: bold;
        }

            /* Change color of dropdown links on hover */
            .dropdown-content a:hover {
                background-color: #0a0a149c;
            }

    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {
        display: block;
    }


    .dropdown:hover img {
        content: url(../Images/ArrowIcon-UP.png);
    }


    /* Change the background color of the dropdown button when the dropdown content is shown */
    .dropdown:hover .dropbtn {
        background-color: #80808052;
    }

    .UserName-txt {
        width: 107px;
        height: 19px;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
        margin-right: 2.1em;
    }

    .accounttype-text {
        width: 114px;
        height: 16px;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 13px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.23;
        letter-spacing: normal;
        text-align: right;
        color: #3484fe;
    }

    .drp-log-out {
        font-weight: bolder;
        color: red !important;
        font-size: medium;
    }

    .ArrowIcon-username {
        margin-top: -1.5em !important;
        margin-right: 2.8em;
    }

    .SideMenuUserName {
        text-transform: capitalize;
        padding: 12px 26px 8px 8px !important;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 23px !important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.2 !important;
        letter-spacing: normal;
        text-align: right !important;
        color: #242426 !important;
        padding-right: 20px !important;
    }

    .Account-Type {
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 16px !important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19 !important;
        letter-spacing: normal;
        text-align: right !important;
        color: #3484fe !important;
        padding: 0px 20px 20px 20px !important;
    }

    .SidemenubtnMemberArea {
        width: 325px;
        height: 50px;
        font-size: 25px !important;
        object-fit: contain;
        border-radius: 8px;
        background-color: #80808052;
        background-image: linear-gradient(90deg, #f27053, #f02328);
    }

        .SidemenubtnMemberArea:hover {
            background-color: #2764c3 !important;
            color: white !important;
            padding-left: 42% !important;
        }

    .SideMenubtnLogout {
        width: 325px;
        height: 50px;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 25px !important;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        color: #f02328 !important;
        background: transparent !important;
        border: 1px solid #f02328 !important;
        color: #f02328 !important;
    }

        .SideMenubtnLogout:hover {
            border: solid 1px #f02328;
            background-color: #c5c5c5 !important;
            color: #f02328 !important;
            padding-left: 42% !important;
        }

        .SideMenubtnLogout:after {
            /*content: url(../Images/red-Arrow-Icon.svg);*/
            content: url(../Images/red-Arrow-Icon.svg);
            position: absolute;
            opacity: 0;
            top: 12px;
            left: -20px;
            transition: 0.5s;
        }

    /*Drop-down end*/
}

footer a:hover {
    color: #f02328 !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }
}

#jvlabelWrap {
    display: none;
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: right;
    }
}

@media screen and (max-width: 1680px) {
    .Logo-Full-img {
        margin-left: 31em;
    }

    /*  .Member-Login-Head {
        display: block;
    }

    .Partner-Login-Head {
        display: block;
    }*/
}

@media (min-width:1050px )and (max-width:1680px) {

    .Partner-Login-Head {
        margin-left: 0em;
    }

    .drpbtn-laptop {
        margin-left: auto;
        margin-top: 1em;
    }


    .btn-partner-after-login {
        margin: -1em 1em -1.7em 15em;
        margin-left: 69%;
    }

    .after-login-member {
        margin: -1.3em 0em -2em 15em;
    }

    .lang-laptop {
        margin-left: auto;
        margin-top: 15px;
        float: right;
    }

    .partner-dropdown {
        margin-left: 1.7em;
    }

    .else-btnlang {
        margin-top: 16px;
        margin-left: auto;
    }

    .Member-Login-Head {
        display: block;
    }

    .Partner-Login-Head {
        display: block;
    }
}



@media (min-width:900px )and (max-width:1440px) {
    .drpbtn-laptop {
        margin-left: auto;
        margin-top: 15px;
        margin-right: 10px;
    }


    .btn-partner-after-login {
        margin: -3.9em 1em -1.7em 15em;
        margin-left: 47%;
    }

    .else-btnlang {
        margin-top: 15px;
        margin-left: auto;
    }

    .Member-Login-Head {
        display: block;
    }

    .Partner-Login-Head {
        display: block;
    }
}

@media (min-width:768px )and (max-width:1366px) {
    .drpbtn-laptop {
        margin-left: auto;
        margin-top: 15px;
    }


    .btn-partner-after-login {
        margin: -3.9em 1em -1.7em 15em;
        margin-left: 47%;
    }

    .else-btnlang {
        margin-top: 15px;
        margin-left: auto;
    }
}

@media (min-width:768px )and (max-width:1280px) {
    .drpbtn-laptop {
        margin-left: auto;
        margin-top: 15px;
    }

    .btn-partner-after-login {
        margin: 0.9em 1em -1.7em 15em;
    }

    .else-btnlang {
        margin-top: 15px;
        margin-left: auto;
    }

    .lang-laptop {
        margin-top: 15px;
        margin-left: auto;
    }

    .Member-Login-Head {
        margin: 19.5px 0px 0px 8px;
    }

    .Partner-Login-Head {
        margin-left: 0.8em;
        height: 51px !important;
    }

    .before-login-member {
        margin-left: -2em;
        display: none;
    }

    .before-login-partner {
        margin-left: 0.4em;
    }

    .partner-dropdown {
        margin-left: -2.3em;
    }
}


@media (max-width:600px) {
    .header-content {
        display: none;
    }
}


@media(min-width:1900px) {
    .Member-Login-Head {
        display: block;
    }

    .Partner-Login-Head {
        display: block;
    }
}
