﻿@font-face {
    font-family: 'GESSTwoLight';
    src: url('../fonts/GESSTwoLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Bold';
    src: url('../fonts/MyriadPro-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-SemiBold';
    src: url('../fonts/MyriadPro-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AdobeArabicRegular';
    src: url('../fonts/adobe arabic regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-It';
    src: url('../fonts/MyriadPro-it.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
}

html {
    height: 100%;
    min-width: 320px;
    overflow-x: hidden;
    font-family: 'MyriadPro-Regular';
}

body {
    height: 100%;
    color: #666666 !important;
    font-family: 'MyriadPro-Regular';
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    background-color: #F8F8F8 !important;
    /*background-color: #f0eeee !important;*/
}

form {
    min-height: 100%;
    height: 100%;
}

a, a:hover {
    text-decoration: none !important;
    cursor: pointer;
}

img {
    border: 0;
    font-size: 12px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

input, button {
    font-family: inherit;
    border: 0 none;
    -webkit-appearance: none;
    border-radius: 0;
}

input, textarea, select {
    outline: none;
}

    input[type=button], input[type=submit], button, input[type=reset] {
        cursor: pointer;
        background: none;
    }

    input[type=text], input[type=password], input[type=email], input[type=date], input[type=tel] {
        width: 13vw;
        padding: 0.4vw 1vw;
        border: 1px solid #fff;
        font-size: 16px;
    }

textarea {
    width: 28.4vw;
    height: 2vw;
    padding: 0.4vw 1vw;
    color: #fff;
    resize: none;
    border: 1px solid #fff;
    background-color: inherit;
    font-size: 14px;
}

select, option {
    font-family: inherit;
}

.inner {
    width: 95%;
    max-width: 1350px;
    min-width: 300px;
    margin: auto;
}

.paddingZero {
    padding: 0;
}

.paddingRightZero {
    padding-right: 0 !important;
}

.paddingLeftZero {
    padding-left: 0 !important;
}

.paddingleft0 {
    padding-left: 0 !important;
}

.marginRightZero {
    margin-right: 0 !important;
}

.marginLeftZero {
    margin-left: 0 !important;
}
.mt-35{
    margin-top:35px;
}

.itemsSectionOverlay {
    min-width: 320px;
    background-color: rgb(0, 0, 0);
    z-index: 9998;
    opacity: 0.8;
    position: absolute;
    display: none;
}

.lblMsg {
    font-size: 15px;
    color: #ED1C24;
    margin: 10px 0;
}

.orange {
    color: #f98b18 !important;
}

.black32 {
    color: #323232 !important;
}

.black {
    color: #666666 !important;
}

.loader {
    display: block;
    margin: auto;
}

.scrollRightLeft {
    display: none;
}

.clear {
    clear: both;
}

.blue {
    color: #1776b7;
}

.bgwhite {
    background-color: #fff !important;
}

.white {
    color: #fff;
}

.lightBlue {
    color: #64C8E1;
}

.green {
    color: #00ae8d;
}

.purple {
    color: #A01E7D;
}

.orange {
    color: #E63C1E;
}

.gray {
    color: #a8a8a8;
}

.pdtop20 {
    padding-top: 20px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.loader {
    width: 25px;
    position: relative;
    bottom: 32px;
}

.overlay {
    background-color: rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.lightGrey {
    color: #808080 !important;
}

.txtAlignLeft {
    text-align: left !important;
}

.txtAlignCenter {
    text-align: center !important;
}

.marginBtm50 {
    margin-bottom: 70px;
}

.marginLeft {
    margin-left: -15px;
}

.marginTop20 {
    margin-top: 20px;
}

.ldr {
    display: none;
}

.rotate180 {
    transform: rotate(180deg);
}

.marginBtm30 {
    margin-bottom: 30px;
}

.bgGreen {
    background-color: #00ae8d !important;
}

.bgBlue {
    background-color: #1776b7 !important;
}

.trnsm {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

.blue {
    color: #1776b7 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/*header*/
.header {
    height: 100px; /*border-bottom:3px solid #ededed;*/ /*-webkit-box-shadow: 0px 10px 5px 0px rgba(214,214,214,1);-moz-box-shadow: 0px 10px 5px 0px rgba(214,214,214,1);box-shadow: 0px 10px 5px 0px rgba(214,214,214,1);*/
    background-color:white;
}

    .header .logos {
        width: 15%;
        display: table;
        float: left;
    }

    .header .logo {
        float: left;
    }

        .header .logo img {
            width: 100%
        }

    .header .menu {
        float: right;
        /*padding: 20px 0 0;*/
        width: 85%;
    }

        .header .menu .closeMenu {
            display: none;
        }

        .header .menu .ulMenu {
            float: left;
            width: 60%;
            margin-top:35px;
        }

        .header .menu .menuLi {
            float: left;
            font-size: 14px;
            font-family: MyriadPro-Bold;
            text-transform: uppercase;
            margin-left: 30px; /*margin-top:50px;*/
            /*color: #1776b7;*/
            color: #666666;
            cursor: pointer;
        }

            .header .menu .menuLi a {
                color: #666666;
            }

            .header .menu .menuLi:first-child {
                margin-left: 0;
            }

            .header .menu .menuLi.selected { /*color:#003462 !important;*/
                border-bottom: 2px solid #1776b7;
            }

        .header .menu .rightMenu {
            height: 34px;
            float: right;
            padding: 0;
            color: #00416a;
            width: 95%
        }

        .header .menu .langContainer {
            width: 78px;
            height: 37px;
            background-color: transparent;
            float: right;
            border: 1px solid grey;
            border-radius: 6px;
            padding: 5px 10px;
            margin-top:30px;
        }

            .header .menu .langContainer .txtLang {
                color: #666666;
                font-family: GESSTwoLight;
                float: right;
                padding-top: 5px;
                padding-right: 8px;
            }

            .header .menu .langContainer .arw {
                width: 20px;
                height: 20px;
                cursor: pointer;
                position: relative;
                z-index: 3;
                top: 4px;
                left: 4px;
                border: 1px solid #fff;
                float: left;
                border-radius: 30px;
                background-image: url('img/btn/arArw.png');
                background-repeat: no-repeat;
                background-size: auto;
                background-position: center center;
            }

    .header .burgerMenu {
        display: none;
        width: 32px;
        float: right;
        height: 40px;
        margin-top: 30px;
        z-index: 6;
        margin-right: 20px;
    }

        .header .burgerMenu span {
            width: 100%;
            height: 5px;
            background-color: #00416a;
            display: block;
            margin: 6px 0;
        }

    .header .menu .menuLi.lang {
        display: none;
    }

    .header .menu .rightMenu .welcome {
        float: right;
        font-size: 14px;
        padding-top: 13px;
        margin-right: 20px;
        margin-top: 27px;
        background-image: url(img/bg/user-header-icon.png);
        background-repeat: no-repeat;
        padding-left: 50px;
        height: 50px;
        color: #999999;
        max-width:250px;
        padding-bottom:10px;
    }

    .header .menu .menuLi.account {
        padding-right: 15px;
        padding-left: 25px;
        background-image: url(img/btn/profar.png), url(img/bg/login-icon.png);
        background-repeat: no-repeat;
        background-position: right 11px, left top;
        background-size: 8px, 25px;
        height: 30px;
        padding-top: 3px;
    }

    .header .subMenu {
        width: 220px;
        height: auto;
        background-color: white;
        /*color: #1776B7;*/
        color: #666666;
        display: none;
        padding: 35px 0 20px;
        z-index: 4;
        position: absolute;
        top: 101px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        -webkit-box-shadow: 0px 0px 5px 1px #66666663;
        -moz-box-shadow: 0px 0px 5px 1px #66666663;
        box-shadow: 0px 0px 5px 1px #66666663;
    }

        .header .subMenu .type {
            font-size: 23px;
            font-family: MyriadPro-Bold;
            clear: both;
            display: block;
            cursor: pointer;
        }

        .header .subMenu .subCateg {
            font-size: 16px;
            text-transform: uppercase;
            text-align: center;
            font-family: MyriadPro-SemiBold;
            padding: 20px 0;
            cursor: pointer;
        }

            .header .subMenu .subCateg a {
                /*color: #1776B7;*/
                color: #666666;
            }

            .header .subMenu .subCateg input {
                text-transform: uppercase;
                padding: 0;
                width:100%;
            }

.loggedInUser {
    height: 80px;
    background-color: #ededed;
    margin-bottom: 30px;
}

    .loggedInUser .hiUser {
        color: #ED1C24;
        font-family: MyriadPro-Bold;
        font-size: 21px;
        padding-top: 25px;
    }

        .loggedInUser .hiUser label {
            color: #00416a;
            font-family: MyriadPro-Bold;
        }

.header #liQatarati {
    background-image: url('img/bg/qatarati-icon.png');
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: 25px;
    height: 30px;
    padding-left: 33px;
    padding-top: 3px;
}

.header #liAbout {
    background-image: url('img/bg/about-icon.png');
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: 25px;
    height: 30px;
    padding-left: 33px;
    padding-top: 3px;
}

.header #loginhref {
    /*background-image: url('img/bg/login-icon.png');*/
    padding-left: 25px;
    /*background-repeat: no-repeat;
    background-size: contain;*/
}

.header #liSupport {
    background-image: url('img/bg/support-icon.png');
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: 25px;
    height: 30px;
    padding-left: 33px;
    padding-top: 3px;
}

.header #liEbranch {
    background-image: url('img/bg/ebranch-icon.png');
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: 25px;
    height: 30px;
    padding-left: 33px;
    padding-top: 3px;
}
.header #liLogin {
    background-image: url('img/bg/login-icon.png');
    padding-left: 5px;
    background-repeat: no-repeat;
    background-size: 25px;
    height: 30px;
    padding-left: 5px;
    padding-top: 3px;
    background-position: left;
}

.sub-header {
    width: 100%;
    height: 50px;
    background-color: #1776B7;
    padding: 15px 0;
}

    .sub-header .page-name-content {
        max-width: 1350px;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

        .sub-header .page-name-content p {
            color: white !important;
            font-family: MyriadPro-Bold,sans-serif;
            font-size: 14px;
        }

            .sub-header .page-name-content p a {
                color: white !important;
                font-family: 'MyriadPro-Regular',sans-serif;
                font-size: 12px;
            }

@media (max-width:1050px) {
    .header {
        height: 100px;
    }

        .header .burgerMenu {
            display: block;
        }

        .header .ooredoo {
            padding: 33px 20px 0 0px;
            text-align: center;
        }

        .header .logos {
            width: auto;
            max-width:128px;
        }

        .header .logo {
            padding: 0;
            text-align: center;
            float: left;
            height: 100px;
        }

            .header .logo img {
                max-width: 100%;
                max-height: 100%;
            }

        .header .menu .langContainer {
            margin-right: 20px;
            border: 2px solid #666666;
            margin-top: 0px;
        }

            .header .menu .langContainer .txtLang {
                /*color: #1776b7;*/
                color:#666666;
            }

        .header .menu .rightMenu .welcome {
            /*padding-top: 40px;*/
            /*color: #1776b7;*/
            color: #999999;
            max-width: none;
            width: 100%;
            text-align: left;
        }
        .header .menu .rightMenu {
            width: 90%;
        }

        .header .menu .ulMenu {
            float: left;
            margin-top: 15px;
        }

        .header .menu .menuLi {
            width: 270px;
            float: none;
            /*color: #1776b7;*/
            color: #666666;
            border-bottom: 1px solid #fff;
            padding: 14px 0;
            padding-left: 20px;
            margin-left: 0;
            margin-top: 0;
            background-size: 10% !important;
            background-position-y: center;
            padding-left: 35px !important;
        }
            .header .menu .menuLi#liAccount{
                background-image: url('img/bg/login-icon.png') !important;
                padding-left: 35px;
                background-repeat: no-repeat;
                background-size: contain;
                background-position:top left;
                padding-top:5px;
                height:auto;
            }
            .header .menu .menuLi#liLogin{
                padding-left:10px !important;
            }
            .header .menu .menuLi a {
                /*color: #1776b7;*/
                color: #666666;
            }

        .header .menu.mobile {
            width: 320px;
            height: 100%;
            background-color: white;
            text-align: left;
            position: fixed;
            top: 0px;
            margin-left: 0;
            margin-top: 0;
            z-index: 100;
            right: -360px;
            transition: right 2s;
            -webkit-transition: right 2s;
            box-shadow:0 0 30px #00000075
        }

            .header .menu.mobile.show {
                top: 0;
                right: 0;
                padding-bottom: 20px;
                padding-top: 20px
            }

            .header .menu.mobile .mobileMenu {
                display: none;
            }

            .header .menu.mobile .wishlist {
                display: none;
            }

            .header .menu.mobile .language {
                display: none;
            }

            .header .menu.mobile .searchContainer {
                display: none;
            }

            .header .menu.mobile .closeMenu {
                display: block;
                float: left;
                margin-left: 20px;
                color: #00ae8d;
                font-size: 20px;
            }

            .header .menu.mobile .menuLi.lang {
                display: block;
            }

            .header .menu.mobile .menuLi.selected, .header .menu.mobile .menuLi:hover {
                /*color: #1776b7;*/
                color:#666666;
                font-weight: 700;
            }


    #bgrMenu {
        margin-right: 10px;
    }

    .header .menu.mobile .subMenu {
        position: initial;
        padding: 0;
        background-color: transparent;
        margin: 10px;
        display: block !important;
        box-shadow:none;
        border-radius:unset;
    }

        .header .menu.mobile .subMenu .subCateg {
            padding: 5px 0;
            float: none;
        }

    .header .menu.mobile .catalog, .header .menu.mobile .account, .header .menu.mobile .lang {
        background-image: none;
    }

    .header .subMenu .type {
        padding: 10px 0;
        font-size: 16px;
    }

    .header .subMenu .subCateg {
        font-size: 14px;
        text-align: left;
    }

    .header .menu .menuLi.selected, .header .menu .menuLi:hover {
        font-weight: normal;
        color: #fff;
        border-bottom: 1px solid #fff;
    }

        .header .menu .menuLi.selected a {
            border-bottom: 0;
            /*color: #1776b7;*/
            color:#666666;
        }

    .header .wishlistMob {
        display: block;
    }

  /*  .header .menu .rightMenu {
        padding: 10px 0;
    }*/

    .footer .footer-menu, .footer .social-copyright-content {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
}


/*Footer*/
.footer {
    min-height: 70px;
    background-color: #1776b7;
    color: #fff;
    display: block;
    overflow: hidden;
}

    .footer .footer-menu {
        width: 50%;
        padding: 25px 0 0;
        float: left;
    }

    .footer .footer-menu-li {
        float: left;
        font-size: 14px;
        color: #fff;
    }

    .footer .social-copyright-content {
        width: 50%;
        float: right;
    }

    .footer .copyrightDiv {
        display: table;
        float:right;
    }

    .footer .footer-separator {
        float: left;
        margin: 0 10px;
        font-size: 14px;
    }

    .footer .social-media {
        width: 50%;
        padding: 18px 0 0;
        float: left;
    }

        .footer .social-media a {
            float: right;
            display: block;
            margin-right: 20px;
        }

    .footer .copyright {
        float: right;
        font-size: 14px;
        padding: 25px 0 0;
    }

@media (max-width:996px) {
    .footer {
        min-height: 80px;
    }
        /*.footer .footer-menu{display:none;}*/
        .footer .social-media {
            width: 35%;
            padding: 20px 0;
            float: right;
        }

        .footer .copyright {
            padding: 30px 0px;
            float: left;
        }

        .footer .social-media a {
            float: right;
        }
}

@media (max-width:600px) {
    .footer .copyrightDiv {
        width: 100%;
        clear: both;
    }

    .footer .copyright {
        width: 100%;
        font-size: 10px;
        text-align: center;
        float: none;
    }

    .footer .social-media {
        width: 130px;
        margin: auto;
        padding-bottom: 0;
        float: none;
    }

        .footer .social-media a {
            margin-right: 10px;
        }

    .header .logo {
        padding-top: 20px;
    }

        .header .logo img {
            max-width: 100%;
            max-height: 80%;
        }

    .footer .social-copyright-content {
        width: 100%;
    }

        .footer .social-copyright-content .social-media {
            float: left;
        }

        .footer .social-copyright-content .copyright {
            text-align: left;
        }
}

/*Home Page */
.abtContainer {
    text-align: center;
}

    .abtContainer .title {
        font-size: 28px;
        text-transform: uppercase;
        margin: 50px 0 30px;
        color: #00ae8d;
        font-family: MyriadPro-SemiBold,sans-serif;
        text-align: left;
    }

    .abtContainer .subTitle {
        font-size: 20px;
        font-family: MyriadPro-Bold;
        line-height: 1;
        margin-bottom: 20px;
        text-align: left;
    }

    .abtContainer .desc {
        font-size: 18px;
        line-height: 1;
        font-family: 'MyriadPro-Regular';
        text-align: left;
    }
/*.master-slider, .master-slider *{max-height:450px;}*/

@media (max-width:600px) {
    .abtContainer .subTitle {
        font-size: 20px;
    }

    .abtContainer .desc {
        font-size: 14px;
        line-height: 1;
    }
}

.howitworks {
}

    .howitworks .howitworkItem {
        text-align: center;
        margin-top: 40px;
        background-color: white;
        border-radius: 20px;
        padding: 20px 30px;
        display: table;
        width: 100%;
        margin-bottom: 20px;
    }

        .howitworks .howitworkItem .title {
            font-size: 28px;
            font-family: MyriadPro-SemiBold,sans-serif;
            margin: 40px 0 10px;
            text-align: left;
        }

        .howitworks .howitworkItem .subTitle {
            font-size: 18px;
            text-align: left;
            font-family: 'MyriadPro-Regular';
        }

        .howitworks .howitworkItem .img {
            width: 100%;
        }

            .howitworks .howitworkItem .img img {
                max-width: 100%;
                margin: auto;
                margin-top: 20px;
            }

        .howitworks .howitworkItem .sepArw {
            width: 40px;
            margin: 15% 10%;
            float: left;
        }

        .howitworks .howitworkItem .subItem {
            width: 30%;
            float: left;
            margin-top: 20px;
            margin-left: 0;
            text-transform:uppercase;
        }

            .howitworks .howitworkItem .subItem .subImg {
                max-width: 100%;
                margin: auto;
                margin-bottom: 20px;
            }

            .howitworks .howitworkItem .subItem .title {
                color: #1776b7;
                font-size: 22px;
                line-height: 1;
                margin: 0;
                text-align: center;
                font-family: 'MyriadPro-SemiBold',sans-serif;
            }

        .howitworks .howitworkItem .howItWorks-info-content {
            width: 40%;
        }
        .howitworks .howitworkItem .howItWorks-icons-content{
            width:50%;
            /*padding-left:200px;*/
        }

        .howitworks .howitworkItem .howItWorks-info-content {
            float: left;
        }

        .howitworks .howitworkItem .howItWorks-icons-content {
            float: right;
        }

        .howitworks .howitworkItem .howItWorks-icons-subcontent {
            width: auto;
            margin-left: auto;
            margin-right: auto;
           
        }

@media (max-width:1050px) {
    .howitworks .howitworkItem .howItWorks-icons-content, .howitworks .howitworkItem .howItWorks-info-content {
        width: 100%;
    }
}

@media (min-width:500px) and (max-width:800px) {
    .howitworks .howitworkItem .sepArw {
        width: 25px;
        margin:10% 3%;
    }

    .howitworks .howitworkItem .subItem .subImg {
        max-width: 70%;
        margin: auto;
        margin-bottom: 0;
    }

    .howitworks .howitworkItem .subItem .title {
        font-size: 16px;
        line-height: 1;
    }
    .howitworks .howitworkItem .subItem .title{
        margin-top:10px;
    }
}
@media (min-width:200px) and (max-width:499px){

    .howitworks .howitworkItem .sepArw {
        width: 25px;
        margin: 12% 3%;
    }

    .howitworks .howitworkItem .subItem .subImg {
        max-width: 70%;
        margin: auto;
        margin-bottom: 0;
    }

    .howitworks .howitworkItem .subItem .title {
        font-size: 16px;
        line-height: 1;
    }
    .howitworks .howitworkItem .subItem .title {
        margin-top: 10px;
    }
}


@media (max-width:600px) {
    .howitworks .howitworkItem .title {
        font-size: 20px;
    }

    .howitworks .howitworkItem .subTitle {
        font-size: 14px;
        line-height: 1;
    }

    .howitworks .howitworkItem .subItem .title {
        font-size: 12px;
        line-height: 1;
    }
}

@media (max-width:1050px) {
    .howitworks .howitworkItem .subItem, .howitworks .howitworkItem .sepArw {
        float: left;
     
    }
    .howitworks .howitworkItem .howItWorks-icons-content {
        padding: 0;
    }
}

.notMember {
    background-color: #1776b7;
    text-align: center;
    margin-top: 50px;
    padding: 50px 0 0;
}

    .notMember .inner {
        border-bottom: 1px solid #fff;
        padding-bottom: 50px;
    }

    .notMember .hdTitle {
        font-size: 25px;
    }

    .notMember .sdTitle {
        font-size: 30px;
        font-family: MyriadPro-Bold;
    }

    .notMember .btnReg {
        width: 300px;
        height: 90px;
        display: block;
        font-size: 20px;
        border: 2px solid #00ae8d;
        text-transform: uppercase;
        margin: 55px auto 20px;
        padding-top: 27px;
    }

        .notMember .btnReg:hover, .notMember .btnReg:after {
            color: #00ae8d;
        }

@media (max-width:600px) {
    .notMember .hdTitle {
        font-size: 18px;
    }

    .notMember .sdTitle {
        font-size: 20px;
    }

    .notMember .btnReg {
        width: 200px;
        height: 70px;
        font-size: 16px;
        margin: 20px auto;
        padding-top: 20px;
    }
}

/* Style the list */
ul.breadcrumb {
    list-style: none;
    background-color: transparent;
    font-family: MyriadPro-Bold,sans-serif;
    color: #ffffff;
    padding: 0;
    text-transform: uppercase;
}

    ul.breadcrumb li {
        display: inline;
        font-size: 14px;
    }

        ul.breadcrumb li + li:before {
            padding: 0px;
            color: #ffffff;
            content: "/\00a0";
        }

        ul.breadcrumb li a {
            text-decoration: none;
            color: #ffffff;
        }

            ul.breadcrumb li a:hover {
                text-decoration: underline;
            }

/*Profile Page */
.profileHeader {
}

    .profileHeader .blueBG {
        width: 100%;
        min-height: 165px;
        overflow: auto;
        padding: 30px 60px;
        background-color: #1776b7;
        border: 3px solid #fff;
        border-radius: 80px;
        position: relative;
        z-index: 3;
        color: #fff;
    }

        .profileHeader .blueBG .Hello {
            font-size: 16px;
            padding-top: 18px;
            color: #fff;
            font-family: MyriadPro-Regular;
            line-height: 1;
        }

        .profileHeader .blueBG .name {
            font-size: 30px;
            color: #fff;
            font-family: MyriadPro-Bold;
        }

        .profileHeader .blueBG .balance {
            width: 100%;
            height: 85px;
            float: left;
            padding-top: 15px;
            background-image: url('img/btn/sep.png');
            background-position: right 10px;
            background-repeat: no-repeat;
        }

            .profileHeader .blueBG .balance img {
                float: left;
                margin-right: 10px;
            }

            .profileHeader .blueBG .balance .pts {
                font-size: 25px;
                color: #fff;
                font-family: MyriadPro-Bold;
                float: left;
                padding-top: 12px;
            }

                .profileHeader .blueBG .balance .pts span {
                    font-family: MyriadPro-Regular;
                }

        .profileHeader .blueBG .balanceSar {
            float: right;
            padding-top: 15px;
            background-image: none;
        }

    .profileHeader .greenBG {
        width: 55%;
        height: 124px;
        color: #fff;
        padding: 80px 15px 0;
        background-color: #00ae8d;
        border: 2px solid #fff;
        border-radius: 20px;
        position: relative;
        z-index: 2;
        top: -70px;
        right: 0;
        float: right;
    }

        .profileHeader .greenBG .txt {
            font-size: 16px;
            color: #fff;
            float: left;
        }

        .profileHeader .greenBG .redeem {
            font-size: 15px;
            float: right;
            width: 95px;
            border-bottom: 1px solid #fff;
            text-align: center;
        }

        .profileHeader .greenBG a.redeem, .profileHeader .greenBG a.redeem:hover {
            color: #fff;
        }

@media (max-width:1000px) {
    .profileHeader .greenBG {
        width: 75%;
        padding-top: 85px;
    }

    .profileHeader .blueBG {
        padding: 5px 50px;
    }

        .profileHeader .blueBG .Hello {
            font-size: 12px;
        }

        .profileHeader .blueBG .name {
            font-size: 22px;
        }

        .profileHeader .blueBG .balance .pts {
            font-size: 20px;
            padding-top: 17px;
        }

    .profileHeader .greenBG .txt {
        font-size: 12px;
    }

    .profileHeader .greenBG .redeem {
        font-size: 12px;
        width: 80px;
    }
}

@media (max-width:600px) {
    .profileHeader .blueBG {
        padding: 5px 30px;
        min-height: 140px;
    }

    .profileHeader .greenBG {
        width: 100%;
        padding-top: 85px;
    }

        .profileHeader .greenBG .txt {
            font-size: 10px;
        }

        .profileHeader .greenBG .redeem {
            font-size: 10px;
            width: 65px;
        }

    .profileHeader .blueBG .Hello {
        font-size: 10px;
    }

    .profileHeader .blueBG .name {
        font-size: 14px;
    }

    .profileHeader .blueBG .balance {
        height: 60px;
    }

        .profileHeader .blueBG .balance img {
            width: 30px;
            margin-right: 5px;
        }

        .profileHeader .blueBG .balance .pts {
            font-size: 13px;
            padding-top: 13px;
        }
}

@media (max-width:400px) {
    .profileHeader .blueBG {
        padding: 0px 20px 10px;
        min-height: 100px;
    }

    .profileHeader .greenBG {
        width: 100%;
        padding-top: 85px;
    }

        .profileHeader .greenBG .txt {
            font-size: 10px;
            width: calc(100% - 80px);
        }

        .profileHeader .greenBG .redeem {
            font-size: 10px;
            width: 65px;
        }

    .profileHeader .blueBG .Hello {
        font-size: 10px;
    }

    .profileHeader .blueBG .name {
        font-size: 12px;
    }

    .profileHeader .blueBG .balance {
        height: 50px;
    }

        .profileHeader .blueBG .balance img {
            width: 25px;
        }

        .profileHeader .blueBG .balance .pts {
            font-size: 10px;
            padding-top: 12px;
        }
}
#personal-details{
    display:table;
}
.profContainer {
}
    .profContainer input[type=text], .profContainer input[type=password], .profContainer input[type=email], .profContainer input[type=date], .profContainer input[type=tel] {
        padding: 0.4vw 0;
    }

    .profContainer .disabled {
        background-color: transparent;
    }
    .profContainer .title {
        height: 30px;
        margin: 40px 0 50px;
        display: table;
        width: 100%;
    }

        .profContainer .title .num {
            width: 30px;
            height: 30px;
            color: #fff;
            border-radius: 20px;
            background-color: #00ae8d;
            float: left;
            text-align: center;
            font-family: MyriadPro-Bold;
            font-size: 20px;
        }

        .profContainer .title .txt {
            font-size: 25px;
            color: #1776b7;
            font-family: MyriadPro-SemiBold;
            float: left;
            margin: 3px 15px;
            text-transform: uppercase;
            line-height: 1;
        }

        .profContainer .title img {
            float: left;
            margin-right: 5px;
            padding-top: 6px;
        }

        .profContainer .title span {
            color: #00ae8d;
            font-size: 12px;
            position: relative;
            top: 7px;
        }
    .profContainer .editContent {
        width: 10%;
        display: table;
        cursor: pointer;
        background-image: url(img/bg/edit-btn.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: 50px;
        padding-left: 40px;
    }
        .profContainer .editContent span {
            font-size: 14px;
            font-family: 'MyriadPro-It';
        }

    .profContainer .profContent {
        clear: both;
    }

        .profContainer .profContent .info {
            height: 52px;
            border-top: 1px solid rgba(214,214,214,1);
            line-height: 50px;
        }

            .profContainer .profContent .info .txtLbl {
                width: 130px;
                font-family: MyriadPro-Regular;
                /*color: #a2a2a2;*/
                font-size: 14px;
                float: left;
            }

            .profContainer .profContent .info .txtInput {
                width: calc(100% - 130px);
                float: left;
                color: #1776b7;
                font-size: 16px;
                height: 50px;
                background: transparent;
                color:#666666;
                font-family:MyriadPro-Regular;
            }

                .profContainer .profContent .info .txtInput:read-only {
                    color: #74747452;
                }

            .profContainer .profContent .info .ddlSelect {
                width: calc(100% - 130px);
                float: left;
                color: #1776b7;
                font-size: 16px;
                height: 50px;
                overflow: hidden;
                /*background-image: url('img/btn/ddlArw.png');
                background-repeat: no-repeat;
                background-position: 95% center;*/
            }
                .profContainer .profContent .info .ddlSelect select{
                    width:100%;
                }

                .profContainer .profContent .info.brdrBottom {
                    border-bottom: 1px solid rgba(214,214,214,1)
                }

            .profContainer .profContent .info.changePswd {
                color: #00ae8d;
                text-align: center;
                cursor: pointer;
                display: block;
            }

        .profContainer .profContent .saveProf, .profContainer .profContent .saveContactInfo {
            float: right;
            margin: 30px 15px 0;
            cursor: pointer;
            font-family: MyriadPro-It;
        }
            .profContainer .profContent .saveProf[disabled], .profContainer .profContent .saveContactInfo[disabled]{
                opacity: 0.3;
            }
            .profContainer .profContent .saveProf img, .profContainer .profContent .saveContactInfo img {
                float: left;
            }

            .profContainer .profContent .saveProf span, .profContainer .profContent .saveContactInfo span {
                position: relative;
                margin-left: 5px;
                color: #00ae8d;
                font-size: 14px;
            }

        .profContainer .profContent .btnChangePswd {
            width: max-content;
            padding: 10px 30px;
            color: #1776b7;
            border: 1px solid #1776b7;
            cursor: pointer;
            margin: 30px auto;
        }

        .profContainer .profContent .info .ddlSelect select {
            border: 0;
            outline: 0;
            background-color: transparent;
            color:#666666;
            font-family:MyriadPro-Regular;
            margin-left:-2px;
        }
            .profContainer .profContent .info .ddlSelect select:disabled {
                color: #74747452;
            }

            .profContainer .rdProf {
                width: 27%;
                float: left;
                /*margin-left:15px;*/
            }
                .profContainer .rdProf.disabled label {
                    color: #74747452;
                }
                .profContainer .rdProf.disabled .checkmark {
                    opacity:0.3;
                }
                /* Customize the label (the container) */
                .profContainer .container {
                    display: block;
                    position: relative;
                    padding-left: 30px;
                    font-weight: normal;
                    font-family: MyriadPro-Regular;
                    margin-bottom: 0;
                    cursor: pointer;
                    font-size: 16px;
                    color:#666666;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                }
        /* Hide the browser's default checkbox */
        .profContainer .container input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }
    /* Create a custom checkbox */
    .profContainer .checkmark {
        position: absolute;
        top: 12px;
        left: 0px;
        height: 25px;
        width: 25px;
        background-color: #fff;
        border: 1px solid #a2a2a2;
        border-radius: 50%;
    }
    /* On mouse-over, add a grey background color */
    .profContainer .container:hover input ~ .checkmark {
        background-color: #ccc;
    }
    /* When the checkbox is checked, add a blue background */
    .profContainer .container input:checked ~ .checkmark {
        background-color: #1776b7;
        border-color: #1776b7
    }
    /* Create the checkmark/indicator (hidden when not checked) */
    .profContainer .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
    /* Show the checkmark when checked */
    .profContainer .container input:checked ~ .checkmark:after {
        display: block;
    }
    /* Style the checkmark/indicator */
    .profContainer .container .checkmark:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .profContainer.contact-info-content {
        margin-bottom: 60px;
    }

@media (max-width:600px) {
    .profContainer .title .num {
        width: 20px;
        height: 20px;
        font-size: 13px;
    }

    .profContainer .title .txt {
        font-size: 16px;
        margin: 2px 10px;
    }

    .profContainer .title img {
        padding-top: 0px;
    }

    .profContainer .title span {
        top: 2px;
    }

    .profContainer .profContent .info .txtLbl {
        font-size: 12px;
    }

    .profContainer .profContent .info .txtInput {
        font-size: 12px;
    }

    .profContainer .rdProf {
        width: 24%;
    }

    .profContainer .container {
        font-size: 12px;
        padding-left: 18px;
        padding-right: 0;
    }

    .profContainer .checkmark {
        width: 15px;
        height: 15px;
        top: 18px;
    }

    .profContainer .container .checkmark:after {
        left: 4px;
        top: 1px;
    }
}

.profContainer .tableContent {
    width: 100%;
    overflow: auto;
    margin-bottom: 50px;
}

    .profContainer .tableContent table {
        width: 100%;
        border: 0;
        outline: 0;
        text-align: center;
        margin-bottom: 30px
    }

        .profContainer .tableContent table thead tr td {
            color: #0071B9;
            font-size: 14px;
            font-family: MyriadPro-Bold;
            border-left: 1px solid rgba(214,214,214,1);
            padding: 10px 0;
            text-transform: uppercase
        }

            .profContainer .tableContent table thead tr td:last-child {
                border-right: 1px solid rgba(214,214,214,1)
            }

        .profContainer .tableContent table tbody tr td {
            color:#666666;
            font-size: 16px;
            font-family: MyriadPro-Regular;
            padding: 20px 0;
            border-bottom: 1px solid rgba(214,214,214,1)
        }

            .profContainer .tableContent table tbody tr td .btns {
            }

                .profContainer .tableContent table tbody tr td .btns .btn {
                    color: #1776b7;
                    border: 1px solid #1776b7;
                    border-radius: 0;
                    cursor: pointer;
                    padding: 5px 10px;
                    font-size: 16px;
                    text-align: center;
                    margin: 5px;
                    font-family:MyriadPro-SemiBold;
                }

        .profContainer .tableContent table thead tr td, .profContainer .tableContent table tbody tr td {
            min-width: 100px;
        }

@media (max-width:900px) {
    .profContainer .tableContent table thead tr td {
        font-size: 12px;
    }

    .profContainer .tableContent table tbody tr td {
        font-size: 14px;
    }

        .profContainer .tableContent table tbody tr td .btns .btn {
            font-size: 14px;
            padding: 5px;
        }
}

@media (max-width:500px) {
    .profContainer .tableContent table thead tr td {
        font-size: 8px;
    }

    .profContainer .tableContent table tbody tr td {
        font-size: 12px;
    }

        .profContainer .tableContent table tbody tr td .btns .btn {
            font-size: 12px;
            padding: 3px;
        }
}

.profContainer .mgmTitle {
    color: #1776b7;
    font-size: 22px;
    font-family: MyriadPro-SemiBold;
    text-transform: uppercase;
    margin: 10px 0 50px;
}

.TabbedPanel {
    max-width: 100%;
}

.statementContainer {
    padding: 30px;
    background-color: white;
    border-radius: 20px;
    margin: 20px 0;
    display: table;
    width: 100%;
}

    .statementContainer .title {
        font-size: 28px;
        font-family: MyriadPro-SemiBold;
        text-transform: uppercase;
        width: 50%;
        float: left;
    }

    .statementContainer .tableContent {
        width: 100%;
        overflow: auto;
    }

        .statementContainer .tableContent table {
            width: 100%;
            border: 0;
            outline: 0;
            text-align: center;
            margin-bottom: 30px
        }

            .statementContainer .tableContent table thead {
                border-bottom: 40px solid #FFF;
            }

                .statementContainer .tableContent table thead tr td {
                    color: #0071B9;
                    font-size: 14px;
                    font-family: MyriadPro-SemiBold;
                    border-left: 1px solid rgba(214,214,214,1);
                    padding: 10px 3px;
                    text-transform: uppercase
                }

                    .statementContainer .tableContent table thead tr td:last-child {
                        border-right: 1px solid rgba(214,214,214,1)
                    }

            .statementContainer .tableContent table tbody tr td {
                color:#666666;
                font-size: 16px;
                font-family: MyriadPro-Regular;
                padding: 20px 0;
                border-bottom: 1px solid rgba(214,214,214,1)
            }

            .statementContainer .tableContent table thead tr td, .statementContainer .tableContent table tbody tr td {
                min-width: 100px;
            }

    .statementContainer .export {
        float: right;
        margin-bottom: 50px;
        cursor: pointer;
        color: #00ae8d;
    }

        .statementContainer .export img {
            float: left;
            padding-top: 3px;
            width: 20px;
        }

        .statementContainer .export span {
            position: relative;
            margin-left: 5px;
            color: #00ae8d;
            font-size: 14px;
        }

        .statementContainer .export input {
            font-family: MyriadPro-It;
        }

    .statementContainer .pagination {
        margin: 30px auto 50px;
        text-align: center;
        float: right;
        cursor: pointer;
    }

        .statementContainer .pagination .page {
            text-align: center;
            color: #1776b7;
            float: left;
            padding: 0 10px;
            border-left: 1px solid #1776b7;
            font-family: MyriadPro-SemiBold;
            font-size: 14px;
        }

            .statementContainer .pagination .page:last-child {
                border-right: 1px solid #1776b7;
            }

            .statementContainer .pagination .page.selected {
                color: #00ae8d
            }

@media (max-width:900px) {
    .statementContainer .tableContent table thead tr td {
        font-size: 12px;
    }

    .statementContainer .tableContent table tbody tr td {
        font-size: 14px;
    }

        .statementContainer .tableContent table tbody tr td .btns .btn {
            font-size: 14px;
            padding: 5px;
        }
}

@media (max-width:500px) {
    .statementContainer .tableContent table thead tr td {
        font-size: 8px;
    }

    .statementContainer .tableContent table tbody tr td {
        font-size: 12px;
    }

        .statementContainer .tableContent table tbody tr td .btns .btn {
            font-size: 12px;
            padding: 3px;
        }
}

.AddAccountContainer {
}

    .AddAccountContainer .divAddAccount {
        display: none;
    }

    .AddAccountContainer .txt {
        font-size: 16px;
        /*color: #a2a2a2;*/
        margin-bottom: 20px;
        font-family:MyriadPro-Regular;
    }

    .AddAccountContainer .addAccount {
        height: 36px;
        margin: 50px 0;
        cursor: pointer;
    }

        .AddAccountContainer .addAccount img {
            float: left;
            margin-right: 10px;
        }

        .AddAccountContainer .addAccount span {
            font-size: 16px;
            color: #1776b7;
            top: 5px;
            position: relative;
        }

    .AddAccountContainer .txtLbl {
        font-size: 16px;
        /*color: #a2a2a2;*/
        margin-bottom: 10px;
        font-family:MyriadPro-Regular;
    }

    .AddAccountContainer .txtInput {
        width: 285px;
        height: 50px;
        background-color: #e5e5e5;
        margin-bottom: 20px;
    }

    .AddAccountContainer textarea {
        width: 100%;
        height: 200px;
        background-color: #e5e5e5;
    }

    .AddAccountContainer .btnSubmit {
        width: 85px;
        height: 40px;
        cursor: pointer;
        float: left;
        margin: 15px 0 30px;
        border: 1px solid #1776b7;
        text-align: center;
        padding: 9px 10px;
        font-size: 16px;
        color: #1776b7
    }

        .AddAccountContainer .btnSubmit.disabled {
            /*background-color: #cac8c8;*/
            border: 1px solid #1776b7;
            color: #636363;
            width: 130px;
            text-align: center;
            padding: 10px;
            border-radius: 7px;
            background-color: #1776b7;
            color: #ffffff;
            float: left;
            cursor: pointer;
            text-transform: uppercase;
        }

.redemptionContainer {
}

    .redemptionContainer .section {
        background-color: #a2a2a2;
        color: #fff;
        text-align: center;
        border-radius: 20px;
        padding: 25px;
        box-shadow: 1px 1px 4px #fff, 5px 5px 10px #a2a2a2;
        margin-bottom: 40px;
    }

    .redemptionContainer .title {
        font-size: 25px;
        font-family: MyriadPro-Bold
    }

    .redemptionContainer .sep {
        width: 80px;
        height: 4px;
        background-color: #fff;
        margin: 30px auto 50px;
    }

    .redemptionContainer .img {
        width: 150px;
        height: 100px;
        text-align: center;
        margin: 30px auto;
    }

        .redemptionContainer .img img {
            max-width: 100%;
            margin: auto;
        }

    .redemptionContainer .txt {
        font-size: 18px;
        height: 50px;
        overflow: hidden;
    }

    .redemptionContainer .btn {
        width: 200px;
        height: 40px;
        text-transform: uppercase;
        font-family: MyriadPro-Regular;
        border: 1px solid #fff;
        font-size: 18px;
        cursor: pointer;
        margin: 30px auto 0;
        border-radius: 0;
        color: #fff;
    }

        .redemptionContainer .btn:hover {
            color: #fff;
        }

.paynowContainer {
}

    .paynowContainer .title {
        font-size: 30px;
        color: #1776b7;
        font-family: MyriadPro-SemiBold;
    }

    .paynowContainer .subTitle {
        color: #00ae8d;
        font-size: 20px;
        margin-bottom: 30px;
    }

    .paynowContainer .slider {
        width: 80%;
        margin: 75px 0 40px;
    }

    .paynowContainer .comparision {
        width: 100%;
        display: none;
        padding: 20px 0;
    }
        .paynowContainer .comparision .itemComparedErrorMessage {
            display:none;
        }

        .paynowContainer .comparision .itemCompared {
            width: 20%;
            padding: 7px;
            float: left;
            margin-right: 5px;
            /*color: #1776b7;*/
           color:#666666;
            border: 2px solid #1776b7;
            border-radius: 20px;
            text-align: center;
            font-size: 16px;
            font-family: MyriadPro-Regular;
        }

        .paynowContainer .comparision span {
            float: left;
            margin-right: 5px;
            color: #1776b7;
            position: relative;
            top: 5px;
        }

    .paynowContainer .checkConditions {
    }

    .paynowContainer .btn {
        width: 200px;
        height: 50px;
        padding-top: 12px;
        border-radius: 0;
        border: 1px solid #00ae8d;
        text-align: center;
        cursor: pointer;
        color: #00ae8d;
        font-size: 16px;
        font-family: MyriadPro-SemiBold;
    }

        .paynowContainer .btn:hover {
            color: #00ae8d;
        }

    .paynowContainer .termsSection {
        margin-top: 20px;
    }

        .paynowContainer .termsSection .termsTtl {
            font-size: 16px;
            font-family: MyriadPro-SemiBold;
            color: #1776b7;
        }

        .paynowContainer .termsSection .termsDesc {
            margin: 20px 0 50px;
            font-size: 14px;
            /*color: #a2a2a2*/
        }

    .paynowContainer .lblText {
        font-size: 15px;
        color: #1776b7;
       text-transform:uppercase;
        font-family:MyriadPro-SemiBold;
    }

    .paynowContainer .txtInput {
        width: 80%;
        height: 40px;
        border: 1px solid #1776b7;
        font-size: 15px;
        color: #1776b7;
    }

    .paynowContainer .divSlider {
        width: 100%;
        position: absolute;
        height: 110px;
        z-index: 5;
        background-color: rgba(255,255,255,0.6);
        left: -10px;
    }

    .paynowContainer .checkConditions .container {
        width: 100%;
        color:#666666;
        font-family: MyriadPro-Regular;
    }


/*@media (max-width:600px) {
    .paynowContainer .comparision {
        margin-left: 50px;
    }
}*/

@media (max-width:400px) {
    .paynowContainer .comparision {
        margin-left: 0;
    }
}

/* Customize the label (the container) */
.paynowContainer .container {
    display: block;
    position: relative;
    padding-left: 35px;
    font-weight: normal;
    font-family: MyriadPro-Regular;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    /*color: #a2a2a2;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* Hide the browser's default checkbox */
    .paynowContainer .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
/* Create a custom checkbox */
.paynowContainer .checkmark {
    position: absolute;
    top: -2px;
    left: 0px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #a2a2a2;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.paynowContainer .container:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.paynowContainer .container input:checked ~ .checkmark {
    background-color: #1776b7;
    border-color: #1776b7
}

.paynowContainer .checkmark:after {
    content: "";
    position: absolute;
}
/* Show the checkmark when checked */
.paynowContainer .container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.paynowContainer .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.paynowContainer .slider .theme-blue .back-bar {
    background-color: #1776b7 !important;
    background-image: none;
}

    .paynowContainer .slider .theme-blue .back-bar .selected-bar {
        background-color: #1776b7 !important;
        background-image: none;
    }

    .paynowContainer .slider .theme-blue .back-bar .pointer {
        width: 28px;
        height: 28px;
        top: -12px;
        background-image: none;
        border-radius: 20px;
        border: 5px solid #1776b7;
        background-color: #fff;
    }

.paynowContainer .slider .slider-container .back-bar .pointer-label {
    font-size: 16px;
    color: #fff;
    background-color: #1776b7;
    border-radius: 20px;
    padding: 5px 10px;
    text-align: center;
    font-family: MyriadPro-Regular;
}

.paynowContainer .slider .theme-blue .back-bar .pointer.high {
    display: none;
}

.paynowContainer .slider .slider-container .back-bar .pointer-label.high {
    display: none;
}

.paynowContainer .selectContainer {
    margin-top: 23px;
}

    .paynowContainer .selectContainer .divSelect {
        width: 100%;
        height: 58px;
        cursor: pointer;
        border: 2px solid #1776b7;
        color: #1776b7;
        font-size: 15px;
        padding: 20px;
        background-image: url('img/btn/ddlarw.png');
        background-repeat: no-repeat;
        background-position: 97% center;
        border-radius: 10px;
        font-family:MyriadPro-Regular;
    }

    .paynowContainer .selectContainer .selectContent {
        display: none;
        -webkit-box-shadow: 10px 10px 10px 0px rgba(214,214,214,1);
        -moz-box-shadow: 10px 10px 10px 0px rgba(214,214,214,1);
        box-shadow: 10px 10px 10px 0px rgba(214,214,214,1);
    }

        .paynowContainer .selectContainer .selectContent .trfContent {
            height: 100px;
            cursor: pointer;
            border-bottom: 1px solid rgba(214,214,214,1);
            padding: 10px;
        }

            .paynowContainer .selectContainer .selectContent .trfContent .img {
                float: left;
            }

                .paynowContainer .selectContainer .selectContent .trfContent .img img {
                    max-height: 100%;
                }

            .paynowContainer .selectContainer .selectContent .trfContent .txt {
                float: right;
                font-size: 14px;
                /*color: #a2a2a2;*/
                padding-top: 27px;
                padding-right: 20px;
            }

    .paynowContainer .selectContainer .divSelect .trfContent {
        height: auto;
        border-bottom: 0;
    }

        .paynowContainer .selectContainer .divSelect .trfContent .txt {
            float: right;
            font-size: 14px;
            color: #666666;
            margin-top: -30px;
            margin-right: 35px;
        }

.paynowContainer .btnClear {
    padding: 10px 30px;
    color: #1776b7;
    border: 2px solid #1776b7;
    margin-top: 10px;
    float: right;
    cursor: pointer;
    margin-bottom: 30px;
    border-radius: 10px;
    font-family:MyriadPro-Regular;
}

.paynowContainer .selectContainer .divSelect .trfContent {
    height: 45px;
    margin-top: -15px;
}

    .paynowContainer .selectContainer .divSelect .trfContent .img {
        height: 45px;
    }

        .paynowContainer .selectContainer .divSelect .trfContent .img img {
            max-height: 100%;
        }

.paynowContainer .select-trf-content {
    width: 100%;
    display: table;
}

.paynowContainer .mobile-textinpt {
    border: 2px solid rgb(162, 162, 162);
    border-radius: 10px;
    height: 58px;
    width: 100%;
    margin-top: 10px;
    /*color: rgb(162, 162, 162);*/
    color:#666666;
    font-family:MyriadPro-Regular;
}

    .paynowContainer .mobile-textinpt ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #1776b7;
        opacity: 1; /* Firefox */
    }

    .paynowContainer .mobile-textinpt:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #1776b7;
    }

::-ms-input-placeholder { /* Microsoft Edge */
    color: #1776b7;
}

.paynowContainer #btnTransfer, .paynowContainer #btnTransferUnauthorized {
    border-radius: 10px;
    background-color: #00A88B;
    color: white;
    font-family:MyriadPro-Regular;
}

.selectedArea {
    background-color: #f2f2f2;
    padding: 50px 0;
}

    .selectedArea .title {
        font-size: 25px;
        color: #1776b7;
        font-family: MyriadPro-SemiBold;
        margin-bottom: 30px;
    }

    .selectedArea .img {
        margin-bottom: 30px;
    }

    .selectedArea .txt {
        font-size: 14px;
        /*color: #a2a2a2;*/
        margin-bottom: 20px;
    }

    .selectedArea .info {
        width: 50%;
        font-size: 16px;
        color: #1776b7;
    }

        .selectedArea .info .contact, .selectedArea .info .contact a {
            font-size: 16px;
            color: #1776b7;
        }

        .selectedArea .info .locate, .selectedArea .info .locate a {
            font-size: 16px;
            color: #1776b7;
        }

            .selectedArea .info .locate a {
                text-decoration: underline !important;
            }

        .selectedArea .info .website, .selectedArea .info .website a {
            font-size: 16px;
            color: #1776b7;
        }

.tabsPanel {
    width: 60%;
    display: table;
    text-align: center;
    cursor: pointer;
    border-radius: 22px;
    overflow: hidden;
    margin: auto;
}

    .tabsPanel .tabDiv {
        display: table-cell;
        background-color: #afafaf;
        color: #fff;
        font-size: 14px;
        padding: 10px 5px;
        border: 2px solid;
        border-color: #fff;
        border-bottom: none;
        border-top: none;
    }

        .tabsPanel .tabDiv:first-child {
            color: #fff;
            border-left: none;
        }

        .tabsPanel .tabDiv:last-child {
            color: #fff;
            border-right: none;
        }

        .tabsPanel .tabDiv.active {
            color: #fff;
            background-color: #1776b7;
        }

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

@supports (-webkit-touch-callout: none) {
    .tabsPanel .tabDiv:first-child {
        color: #fff;
        border-left: none;
    }

    .tabsPanel .tabDiv:last-child {
        color: #fff;
        border-right: none;
    }

    .tabsPanel .tabDiv.active {
        color: #fff;
        background-color: #1776b7;
    }
}

.slidingPanel {
}

    .slidingPanel.loading {
        background-image: url(../Content/img/loaders/loader.gif);
        background-position: center;
        background-repeat: no-repeat;
    }

#gaugeCont {
    width: 700px;
    height: 500px;
    display: block;
    position: relative;
    margin: auto;
}

#meter {
    width: 700px;
    height: 500px;
    max-width: 700px;
}

#meter_needle {
    width: auto;
    height: 245px;
    left: 47.5%;
    position: absolute;
    top: 34%;
    transform-origin: bottom center;
}

.rewardAttr {
    position: absolute;
    color: #ffffff;
    font-family: MyriadPro-Bold, sans-serif;
    font-size: 23px;
}

    .rewardAttr span {
        font-family: MyriadPro-Regular, sans-serif;
    }

.consM3 {
    position: absolute;
    color: #0071B9;
    font-size: 16px;
    font-family: MyriadPro-Bold, sans-serif;
}

    .consM3 span {
        font-family: MyriadPro-Regular, sans-serif;
    }

.consCont {
    width: 100%;
    margin: auto;
    margin-top: -75px;
    text-align: center;
   
}
    .consCont .consVal, .confirm-content .meterSq {
        font-family: MyriadPro-SemiBold;
    }
    .consCont label {
        font-family: 'MyriadPro-Bold';
        color: #999999;
        font-size: 21px;
    }

    .consCont span {
        font-family: 'MyriadPro-Regular',sans-serif;
        color: #999999;
        font-size: 21px;
    }
    .consCont #nbrOfUnits{
        font-size:15px;
    }

    @media (max-width:600px) {
        #gaugeCont {
        width: 300px;
        height: 300px;
        display: block;
        position: relative;
        margin: auto;
    }

    #meter {
        width: 300px;
        height: 300px;
        max-width: 300px;
    }

    #meter_needle {
        width: auto;
        height: 100px;
        left: 49%;
        position: absolute;
        top: 40%;
        transform-origin: bottom center;
    }

    .rewardAttr {
        position: absolute;
        color: #ffffff;
        font-size: 9px;
        font-weight: bold;
    }

    .consM3 {
        position: absolute;
        color: #2581b2;
        font-weight: bold;
        font-size: 9px;
    }

    .consCont {
        left: 28%;
        position: absolute;
        bottom: 0;
        text-align: center;
    }

    .tabsPanel .tabDiv {
        font-size: 8px;
    }
}

.balanceContainer {
}

    .balanceContainer .hd {
        width: 100%;
    }

        .balanceContainer .hd .title {
            font-size: 30px;
            background-color: #fff;
            padding-right: 20px;
            color: #1776b7;
            z-index: 2;
            font-family: MyriadPro-SemiBold;
            float: left;
            margin-right: 20px;
            position: relative;
        }

        .balanceContainer .hd .bar {
            width: 100%;
            height: 3px;
            background-color: #1776b7;
            position: relative;
            top: 55px;
        }

    .balanceContainer .balContainer {
    }

        .balanceContainer .balContainer .balanceContent {
            margin: 100px 0;
            overflow: auto;
        }

            .balanceContainer .balContainer .balanceContent .img {
                width: 40%;
                float: left;
                text-align: center;
            }

                .balanceContainer .balContainer .balanceContent .img img {
                    max-width: 100%;
                    margin: auto;
                }

            .balanceContainer .balContainer .balanceContent .info {
                width: 60%;
                float: left;
            }

                .balanceContainer .balContainer .balanceContent .info .txt {
                    font-size: 20px;
                    /*color: #a2a2a2;*/
                    padding-top: 25px;
                }

                .balanceContainer .balContainer .balanceContent .info .balance {
                    font-size: 30px;
                    color: #00ae8d;
                    font-family: MyriadPro-Bold;
                }


.badgesContainer {
}

    .badgesContainer .hd {
        width: 100%;
    }

        .badgesContainer .hd .title {
            font-size: 30px;
            background-color: #fff;
            padding-right: 20px;
            color: #00ae8d;
            font-family: MyriadPro-SemiBold;
            float: left;
            margin-right: 20px;
            position: relative;
            z-index: 2;
        }

        .badgesContainer .hd .bar {
            width: 100%;
            height: 3px;
            background-color: #00ae8d;
            position: relative;
            top: 55px;
        }

    .badgesContainer .bdgContainer {
    }

        .badgesContainer .bdgContainer .badgeContent {
            margin: 50px 0;
            display: inline-block;
        }

            .badgesContainer .bdgContainer .badgeContent .img {
                width: 40%;
                float: left;
                text-align: center;
            }

                .badgesContainer .bdgContainer .badgeContent .img img {
                    max-width: 100%;
                    margin: auto;
                }

            .badgesContainer .bdgContainer .badgeContent .info {
                width: 60%;
                float: left;
            }

                .badgesContainer .bdgContainer .badgeContent .info .percent {
                    font-size: 20px;
                    color: #1776b7;
                    line-height: 1;
                    padding-top: 10px;
                }

                .badgesContainer .bdgContainer .badgeContent .info .ttl {
                    font-size: 25px;
                    color: #1776b7;
                    font-weight: bold;
                    line-height: 1;
                    margin-bottom: 10px;
                }

                .badgesContainer .bdgContainer .badgeContent .info .txt {
                    font-size: 20px;
                    /*color: #a2a2a2;*/
                    word-wrap: break-word;
                    line-height: 1;
                }

.pageTitle {
    font-size: 30px;
    color: #00ae8d;
    font-family: MyriadPro-SemiBold;
    margin: 30px 0;
}

.staticDataContainer {
    margin-bottom: 50px;
}

    .staticDataContainer .title {
        font-size: 20px;
        color: #1776b7;
        font-family:MyriadPro-SemiBold;
    }

    .staticDataContainer .subTitle {
        font-size: 16px;
        color: #1776b7;
    }

    .staticDataContainer .desc {
        font-size: 14px;
        /*color: #a2a2a2;*/
    }

.faqContainer .desc, .termsContainer .desc {
    color: #666666;
    font-family:MyriadPro-Regular;
    margin-top:10px;
}
/*#region Terms command Conditions*/
.termsContainer .terms-content {
    background-color: white;
    margin: 30px 0;
    border-radius: 20px;
    padding: 30px;
}

.termsContainer .pageTitle {
    font-size: 30px;
    margin: 30px 0;
    color: #0071B9;
    font-family: MyriadPro-SemiBold;
    text-transform: uppercase;
}
.termsContainer .terms-content ul li{
    color:#666666 !important;
}
.termsContainer .terms-content ol, .termsContainer .terms-content ol li::marker {
    color: #0071b9;
    font-size: 22px !important;
    font-family: MyriadPro-SemiBold !important;
} .terms-content ol li span {
    font-size:22px !important;
    font-family:MyriadPro-Regular;
    font-weight:200;
}
.terms-content ol li font {
    font-family:MyriadPro-SemiBold;
    font-weight:200;
}
.terms-content p span{
    color:#666666 !important;
}
/*#endregion*/
.faqContainer .faq-content {
    padding: 30px;
    background-color: white;
    border-radius: 20px;
    margin-bottom: 30px;
}
.faqContainer .staticDataContainer {
    border-bottom: 1px solid rgba(214,214,214,1);
    padding-bottom:20px;
    margin-bottom:20px;
}
.faqContainer .staticDataContainer:last-child {
    border-bottom: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.faqContainer .pageTitle {
    color: #0071B9;
    font-family:MyriadPro-SemiBold;
    text-transform:uppercase;
}
.faqContainer ul{
    padding-left:20px;
}

@media (max-width:600px) {
    .pageTitle {
        font-size: 20px;
    }

    .staticDataContainer .title {
        font-size: 18px;
    }

    .staticDataContainer .subTitle {
        font-size: 14px;
    }

    .staticDataContainer .desc {
        font-size: 12px;
    }
}

.contactContainer {
}

    .contactContainer .title {
        margin: 10px 0;
        font-size: 30px;
        font-family: MyriadPro-SemiBold;
        color: #0071B9;
        text-transform: uppercase;
    }

    .contactContainer .desc {
        font-size: 20px;
        font-family: MyriadPro-Bold;
        color: #1776b7;
    }

    .contactContainer textarea {
        width: 100%;
        font-size: 16px;
        height: 150px;
        border: 2px solid #a2a2a2;
        font-family: MyriadPro-Regular;
        /*color: #a2a2a2;*/
        padding: 20px;
        background-color: transparent;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .contactContainer .btnSubmit {
        float: right;
        cursor: pointer;
        border: 2px solid #00ae8d;
        padding: 15px 30px;
        color: white;
        font-size: 16px;
        font-family: MyriadPro-SemiBold;
        text-align: center;
        margin-bottom: 50px;
        border-radius: 10px;
        background-color: #00ae8d;
        width: 30%;
        display:table;
    }

    .contactContainer .txtInput {
        width: 100%;
        height: 50px;
        border: 2px solid #a2a2a2;
        /*color: #a2a2a2;*/
        font-family: MyriadPro-Regular;
        background-color: transparent;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .contactContainer .ddlSelect {
        width: 100%;
        height: 50px;
        border: 2px solid #a2a2a2;
        font-family: MyriadPro-Regular;
        background-color: transparent;
        margin-bottom: 20px;
        border-radius: 10px;
        background-image: url('img/btn/ddlArw.png');
        background-repeat: no-repeat;
        background-position: 95% center;
        overflow: hidden;
    }

        .contactContainer .ddlSelect select {
            width: 110%;
            height: 47px;
            border: 0;
            outline: 0;
            background-color: transparent;
            font-size: 16px;
            /*color: #a2a2a2;*/
            padding-left: 15px;
        }
@-moz-document url-prefix() {
    .contactContainer .ddlSelect select {
        background-color: #fff0;
    }
}

@media (max-width:600px) {
    .contactContainer .staticDataContainer {
        margin-bottom: 0;
    }

    .contactContainer .title {
        font-size: 20px;
    }

    .contactContainer .desc {
        font-size: 14px;
    }

    .contactContainer textarea {
        font-size: 14px;
        height: 200px;
    }
}

.charContent {
    background-color: #a2a2a2;
    padding: 20px 20px 17px;
    color: #fff;
    border-bottom: 1px solid #fff;
}
    /* Customize the label (the container) */
    .charContent .rdcontainer {
        display: block;
        position: relative;
        padding-left: 35px;
        font-family: MyriadPro-Regular;
        cursor: pointer;
        font-size: 16px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
        /* Hide the browser's default radio button */
        .charContent .rdcontainer input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
            color: #fff;
        }
    /* Create a custom radio button */
    .charContent .checkmark {
        position: absolute;
        top: 3px;
        left: 0;
        height: 15px;
        width: 15px;
        background-color: #a2a2a2;
        border: 1px solid #fff;
        color: #fff;
    }
    /* On mouse-over, add a grey background color */
    .charContent .rdcontainer:hover input ~ .checkmark {
        background-color: transparent;
    }
    /* When the radio button is checked, add a blue background */
    .charContent .rdcontainer input:checked ~ .checkmark {
        background-color: #a2a2a2;
    }
    /* Create the indicator (the dot/circle - hidden when not checked) */
    .charContent .checkmark:after {
        content: "x";
        position: absolute;
        display: none;
    }
    /* Show the indicator (dot/circle) when checked */
    .charContent .rdcontainer input:checked ~ .checkmark:after {
        display: block;
    }
    /* Style the indicator (dot/circle) */
    .charContent .rdcontainer .checkmark:after {
        top: -6px;
        left: 3px;
        width: 8px;
        height: 8px;
        background: transparent;
    }

.catalogContainer .rightSec {
    overflow: hidden;
    margin-bottom: 50px;
}

.catalogContainer .ttl {
    font-family: MyriadPro-SemiBold, sans-serif;
    font-size: 28px;
    color: #1776b7;
    text-transform: uppercase;
    float: left;
    margin-left: 26px;
}

.ttl {
}

.catalogContainer .topHeadHolder {
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
    float: left;
}

    .catalogContainer .topHeadHolder .filterBtn {
        float: right;
        font-family: MyriadPro-SemiBold, sans-serif;
        font-size: 20px;
        padding: 7px 30px;
        color: #ffffff;
        text-transform: uppercase;
        margin-right: 16px;
        background-color: #1776b7;
        border-radius: 5px;
        cursor: pointer;
    }

.catalogContainer .rightSec .itemSec {
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    margin-left: 13px;
}

    .catalogContainer .rightSec .itemSec .imgSec {
        width: 100%;
        height: auto;
        padding: 0;
        display: table;
        cursor: pointer;
    }

        .catalogContainer .rightSec .itemSec .imgSec .imgDiv-cell {
            height: 228px;
            display: block;
        }

            .catalogContainer .rightSec .itemSec .imgSec .imgDiv-cell img {
                max-width: 100%;
                max-height: 100%;
                margin: auto;
                display: block;
            }

        .catalogContainer .rightSec .itemSec .imgSec .entityDiv {
            width: 92px;
            height: 85px;
            text-align: center;
            background-color: #fff;
            border-bottom-left-radius: 7px;
            border-bottom-right-radius: 7px;
            position: absolute;
            top: 0;
            right: 30px;
        }

            .catalogContainer .rightSec .itemSec .imgSec .entityDiv img {
                max-width: 90%;
                max-height: 90%;
                padding-top: 5%;
            }

    .catalogContainer .rightSec .itemSec .descDiv {
        padding: 20px 30px;
        margin-top: 10px;
       
    }

        .catalogContainer .rightSec .itemSec .descDiv .desc {
            font-family: MyriadPro-SemiBold,sans-serif;
            color: #1776b7;
            font-size: 15px;
            height: 50px;
            overflow: hidden;
            padding-top: 10px;
        }

        .catalogContainer .rightSec .itemSec .descDiv .priceCont {
            margin-top: 15px;
            float: left;
            margin-bottom: 15px;
        }

            .catalogContainer .rightSec .itemSec .descDiv .priceCont .ptsIcn {
                float: left;
                width: 20px;
                margin-right: 5px;
            }



        .catalogContainer .rightSec .itemSec .descDiv .amnt {
            color: #00A88B;
            font-size: 18px;
            font-family: 'MyriadPro-SemiBold',sans-serif;
            margin-top: -2px;
            float: left;
        }

.catalogContainer .rightSec .heartImg {
    position: absolute;
    top: 10px;
    left: 25px;
    width: 15px;
}

.catalogContainer .rightSec .heartFillImg {
    position: absolute;
    top: 10px;
    left: 25px;
    width: 15px;
}

.catalogContainer .rightSec .detailsDiv {
    width: 80px;
    height: 80px;
    background-color: #1776b7;
    position: absolute;
    right: 30px;
    bottom: 135px;
    border-radius: 45px;
    padding: 5px 8px;
    font-size: 17px;
}

    .catalogContainer .rightSec .detailsDiv .detTxt {
        font-family: MyriadPro-Bold;
        overflow: hidden;
        color: white;
        font-weight: unset;
        font-size: 15px;
        width: 70px;
        height: 70px;
        margin: 20px auto 0;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        line-height: 1;
    }

.catalogContainer .rightSec .counter {
    background-color: #ED1C24;
    color: #fff;
    position: absolute;
    z-index: 3;
    padding: 5px 10px;
    text-align: center;
    border-radius: 15px;
    left: 20px;
    bottom: 145px;
}

.catalogContainer .rightSec .expired {
    background-color: #ED1C24;
    color: #fff;
    position: absolute;
    z-index: 3;
    padding: 5px 10px;
    text-align: center;
    border-radius: 15px;
    left: 20px;
    bottom: 145px;
}


@media (max-width: 1283px) and (min-width: 991px) {
    .catalogContainer .rightSec .itemSec .imgSec .imgDiv-cell {
        height: 170px;
    }

        .catalogContainer .rightSec .itemSec .imgSec .imgDiv-cell img {
            /*width: 100%;*/
        }

    .catalogContainer .rightSec .counter, .catalogContainer .rightSec .expired {
        font-size: 12px;
    }
}

@media (max-width: 800px) and (min-width: 600px) {
    .catalogContainer .rightSec .itemSec .imgSec .imgDiv-cell {
        height: 155px;
    }

        .catalogContainer .rightSec .itemSec .imgSec .imgDiv-cell img {
            /*width: 100%;*/
        }

    .catalogContainer .rightSec .counter, .catalogContainer .rightSec .expired {
        bottom: 125px;
    }
}

@media (max-width: 599px) and (min-width: 320px) {
   /* .catalogContainer .rightSec .itemSec .imgSec .imgDiv-cell {
        height: 190px;
    }
*/
        .catalogContainer .rightSec .itemSec .imgSec .imgDiv-cell img {
            /*width: 100%;*/
        }

    .catalogContainer .rightSec .counter, .catalogContainer .rightSec .expired {
        bottom: 97px;
    }
}

@media (max-width: 991px) {
    .catalogContainer .leftSec .fltrDiv {
        margin-top: 25px;
    }

    .catalogContainer .rightSec .itemSec .imgSec .imgDiv-cell img {
        /*width: 100%;*/
    }

    .catalogContainer .checkBoxBtn .radioCheckmark {
        background-color: #ffffff;
    }
}

@media (max-width: 766px) {
    .catalogContainer .rightSec .itemSec .descDiv {
        padding: 10px 14px;
    }

    .catalogContainer .rightSec .detailsDiv {
        width: 70px;
        height: 70px;
        right: 20px;
        bottom: 115px;
    }

        .catalogContainer .rightSec .detailsDiv .detTxt {
            width: 60px;
            height: 60px;
        }

    .catalogContainer .rightSec .booster {
        width: 70px;
        height: 70px;
        left: 20px;
        bottom: 115px;
    }

        .catalogContainer .rightSec .booster .boostTxt {
            width: 60px;
            height: 60px;
        }

    .catalogContainer .rightSec .detailsDiv .detTxt {
        font-size: 13px;
    }

    .partnersContainer .partners .partner {
        width: 80px;
    }
}

@media (max-width: 549px) {
    .catalogContainer .rightSec .itemSec .descDiv {
        padding: 10px 14px;
        margin-top: unset;
    }

    .catalogContainer .rightSec .detailsDiv {
        width: 60px;
        height: 60px;
        right: 21px;
        bottom: 110px;
    }

        .catalogContainer .rightSec .detailsDiv .detTxt {
            width: 50px;
            height: 50px;
            font-size: 12px;
            margin-top: 13px;
        }

    .catalogContainer .rightSec .booster {
        width: 60px;
        height: 60px;
        left: 20px;
        bottom: 95px;
    }

        .catalogContainer .rightSec .booster .boostTxt {
            font-size: 11px;
            width: 50px;
            height: 50px;
        }

    .catalogContainer .rightSec .itemSec .descDiv .desc {
        font-size: 13px;
    }

    .catalogContainer .rightSec .itemSec .descDiv .amnt {
        font-size: 15px;
        margin-top: unset;
    }

    .partnersContainer .partners .partner {
        width: 80px;
    }
}

@media (max-width:400px) {
    .catalogContainer .rightSec .itemSec .descDiv .desc {
        font-size: 12px;
        height: 47px;
    }

    .catalogContainer .rightSec .itemSec .descDiv .amnt {
        font-size: 14px;
        margin-top: unset;
    }

    .mobFilter {
        font-size: 14px;
    }
}

@media (max-width:1000px) {
    .catalogContainer .rightSec .itemSec .imgSec .entityDiv {
        width: 60px;
        height: 60px;
    }
}


/*details Container*/
.detailsContainer {
    display:table;
    margin-top:35px;
}
    .detailsContainer .vouchers-left-content {
        width:100%;
        margin-top:15px;
        font-family:MyriadPro-Regular;
    }
        .detailsContainer .vouchers-left-content #vouchersLeft {
            float:left;
            margin-right:15px;
        }
        .detailsContainer .vouchers-left-content #vocuhersValidityAmount {
         
            margin-left: 15px;
        }
        .detailsContainer .catalogContainer {
            width: 100%;
            display: table;
        }
    .detailsContainer .rightSec {
        overflow: unset;
    }

    .detailsContainer .imgSec {
        text-align: center;
    }

        .detailsContainer .imgSec img {
            height: auto;
            width: 100%;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
           
        }

    .detailsContainer .infoSec {
        min-height: 370px;
        text-align: left;
        /*border-bottom: 2px solid #5D5D5D;*/
        padding: 20px 0;
        /*border-top: 2px solid #5D5D5D;*/
    }
        .detailsContainer .infoSec .title-content{

        }

        .detailsContainer .infoSec .ttl {
            color: #1776b7;
            font-size: 14px;
            text-transform: uppercase;
            font-family: MyriadPro-SemiBold;
            margin-bottom:10px;
        }
            .detailsContainer .infoSec .ttl .item-reference {
                text-transform: lowercase;
                color: #666666;
                font-family:MyriadPro-Regular;
            }
        .detailsContainer .infoSec .offerDiv {
            color: #1776b7;
            font-size: 32px;
            font-family: MyriadPro-SemiBold;
            line-height: 1;
            margin-bottom: 15px;
            text-transform:uppercase;
        }

        .detailsContainer .infoSec .itmNumDiv {
            color: #6B6B6B;
            font-size: 14px;
            margin-bottom: 5px;
        }

        .detailsContainer .infoSec .descDiv {
            color: #6B6B6B;
            font-size: 14px;
            font-family: 'MyriadPro-Regular';
            color:#666666;
        }

        .detailsContainer .infoSec .leftVouchers {
            width: 125px;
            color: #ED1C24;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            padding: 3px 5px;
            border: 1px solid #ED1C24;
            margin: 5px 0 15px;
        }

        .detailsContainer .infoSec .termsDiv {
            color: #1776b7;
            font-size: 18px;
            margin-top: 30px;
            text-transform: uppercase;
            font-family:MyriadPro-SemiBold;
        }

        .detailsContainer .infoSec .txtDiv {
           
            font-size: 14px;
            font-family: 'MyriadPro-Regular';
            color:#666666;
        }

        .detailsContainer .infoSec .qtySec {
            display: inline-flex;
            border: 1px solid #5D5D5D;
            border-radius: 19px;
            width: 170px;
            cursor: pointer;
            margin-top: 50px;
        }

            .detailsContainer .infoSec .qtySec .ttl {
                color: #6B6B6B;
                font-size: 14px;
                padding: 10px 14px;
                border-right: 1px solid #6B6B6B;
            }

            .detailsContainer .infoSec .qtySec .minus {
                padding: 10px 14px;
                border-right: 1px solid #6B6B6B;
                user-select: none;
            }

            .detailsContainer .infoSec .qtySec .number {
                padding: 10px 18px;
                border-right: 1px solid #6B6B6B;
            }

            .detailsContainer .infoSec .qtySec .plus {
                padding: 10px 12px;
                user-select: none;
            }

    .detailsContainer .smallImgCont {
        margin-top: 10px;
        cursor: pointer;
    }

    .detailsContainer .imgDiv {
        float: left;
        margin-right: 5px;
    }

        .detailsContainer .imgDiv img {
            width: 100%;
        }

    .detailsContainer .actionDiv {
        display:table;
        width:100%;
    }

        .detailsContainer .actionDiv .amnt {
            width:50%;
            float: left;
            color: #00A88B;
            font-size: 25px;
            font-family: MyriadPro-Bold;
            margin-bottom: 50px;
            background-image: url('img/bg/ptsIcn.png');
            background-repeat:no-repeat;
            background-size:contain;
           padding-left:7%;
        }

        .detailsContainer .actionDiv .rightDiv {
            float: right;
        }

            .detailsContainer .actionDiv .rightDiv .boostDiv {
                width: 80px;
                height: 80px;
                background-image: url('img/bg/boost.png');
                background-size: contain;
                cursor: pointer;
                background-repeat: no-repeat;
                float: left;
                margin-top: -15px;
                padding: 5px 8px;
            }

                .detailsContainer .actionDiv .rightDiv .boostDiv .boostTxt {
                    font-family: MyriadPro-Bold;
                    overflow: hidden;
                    color: #ED1C24;
                    font-weight: unset;
                    font-size: 13px;
                    width: 70px;
                    height: 70px;
                    text-align: center;
                    display: table-cell;
                    vertical-align: middle;
                    line-height: 1;
                }

                    .detailsContainer .actionDiv .rightDiv .boostDiv .boostTxt label {
                        font-family: NotoSans;
                        font-size: 10px;
                        color: #ED1C24
                    }

    .detailsContainer .ms-lightbox-template .ms-lightbox {
        display: none;
    }

    .detailsContainer .actionDiv .rightDiv .wishlistDiv {
        width: 35px;
        height: 35px;
        float: left;
        margin: 6px 20px;
        cursor: pointer;
    }

        .detailsContainer .actionDiv .rightDiv .wishlistDiv img {
            width: 100%;
        }

    .detailsContainer .actionDiv .rightDiv .redeemBtn, .detailsContainer .actionDiv .rightDiv .redeemBtnUnauthorized {
        padding: 10px 15px;
        background-color: #00ae8d;
        border-radius: 10px;
        font-size: 16px;
        color: white;
        float: right;
        cursor: pointer;
        text-transform: uppercase;
        font-family: MyriadPro-Regular;
    }

    .detailsContainer .actionDiv .rightDiv .lblRedMsg {
        float: right;
        margin: 30px 0 50px;
        color: #00ae8d;
        font-family: MyriadPro-SemiBold;
    }

    .detailsContainer .mediaDiv {
        float: left;
        margin-top: 9px;
        cursor: pointer;
        padding-bottom: 15px;
    }

        .detailsContainer .mediaDiv li {
            margin-right: 16px;
        }

    .detailsContainer .footerCont {
        margin-top: 50px;
    }

        .detailsContainer .footerCont .ttl {
            color: #00416a;
            font-size: 32px;
            text-align: center;
            width: auto;
            float: left;
            margin: 0px 60px;
            font-family: MyriadPro-Bold;
        }

        .detailsContainer .footerCont span {
            display: block;
            background-color: #ccc;
            width: 33%;
            height: 1px;
            margin-top: 23px;
            float: left;
        }

        .detailsContainer .footerCont .featuredContainer {
            margin: 50px 0;
        }

    .detailsContainer .dealSection {
        float: left;
        margin-top: 1px;
    }

        .detailsContainer .dealSection .txt {
            font-size: 14px;
        }

        .detailsContainer .dealSection .counter {
            background-color: #ED1C24;
            color: #fff;
            position: absolute;
            z-index: 3;
            padding: 5px 10px;
            text-align: center;
            border-radius: 25px;
            left: 0;
            border: 10px solid #fff;
        }

        .detailsContainer .dealSection .expired {
            background-color: #ED1C24;
            color: #fff;
            position: absolute;
            z-index: 3;
            padding: 5px 10px;
            text-align: center;
            border-radius: 25px;
            left: 0;
            border: 10px solid #fff;
        }

    .detailsContainer .infoLoc {
        margin-top: 5px;
    }

        .detailsContainer .infoLoc .phone {
            font-size: 14px;
            float: left;
            margin-right: 20px;
            color: #6b6b6b
        }

            .detailsContainer .infoLoc .phone label {
                color: #1776b7;
            }

        .detailsContainer .infoLoc .location {
            font-size: 14px;
            color: #6b6b6b
        }

            .detailsContainer .infoLoc .location img {
                margin-right: 10px;
            }

    .detailsContainer .website {
        font-size: 14px;
        color: #1776b7;
        cursor: pointer;
    }

    .detailsContainer .entityDiv {
        width: 92px;
        height: 92px;
        z-index: 5;
        text-align: center;
        background-color: #fff;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        position: absolute;
        top: 0;
        right: 30px;
    }

        .detailsContainer .entityDiv img {
            max-width: 90%;
            max-height: 90%;
            padding-top: 5%;
        }

    .detailsContainer .itemImg {
        width:60%;
        margin:auto;
        margin-top:25px;
    }

        .detailsContainer .itemImg img {
            border-radius: 20px;
            width: 100%;
        }

ul.share-buttons {
    list-style: none;
    padding: 0;
}

    ul.share-buttons li {
        display: inline;
    }

    ul.share-buttons .sr-only {
        position: absolute;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

@media (max-width: 1308px) and (min-width:767px) {
    .detailsContainer .infoSec {
        margin-left: unset;
    }

    .detailsContainer .footerCont .ttl {
        font-size: 20px;
        margin: 0px 6%;
        width: 20%
    }
}

@media (max-width: 895px) and (min-width:450px) {
    .detailsContainer .footerCont .ttl {
        font-size: 17px;
        margin: 10px 5%;
    }

    .detailsContainer .footerCont span {
        width: 30%;
    }

    .detailsContainer .infoSec {
        margin-left: unset;
    }
}

@media (max-width: 766px) and (min-width:450px) {
    .detailsContainer .footerCont .ttl {
        font-size: 13px;
        width: 30%;
        margin: 10px 3%;
    }
}

@media (max-width: 449px) and (min-width:320px) {
    .detailsContainer .infoSec {
        margin-left: unset;
    }

    .detailsContainer .footerCont .ttl {
        font-size: 13px;
        width: 35%;
        margin: 10px 5%;
    }

    .detailsContainer .footerCont span {
        width: 24%;
    }

    .detailsContainer .footerCont {
        padding-left: 10px;
    }
}

@media (max-width: 449px) and (min-width:320px) {
    .detailsContainer .infoSec .ttl {
        font-size: 13px;
    }

    .detailsContainer .infoSec .offerDiv {
        font-size: 25px;
    }

    .detailsContainer .infoSec .qtySec .ttl {
        font-size: 13px;
    }

    .detailsContainer .actionDiv .amnt {
        font-size: 20px;
    }

    .detailsContainer .actionDiv .rightDiv .wishlistDiv {
        margin: 6px 7px;
    }

        .detailsContainer .actionDiv .rightDiv .wishlistDiv img {
            width: 18px;
        }

    .detailsContainer .actionDiv .rightDiv .redeemBtn, .detailsContainer .actionDiv .rightDiv .redeemBtnUnauthorized {
        padding: 8px 10px;
        font-size: 12px;
    }

    .detailsContainer .mediaDiv {
        text-align: center;
    }
}

.my-voucher-listing {
    margin-top: 25px;
}

    .my-voucher-listing h2 {
        color: #00416A;
        font-size: 55px;
        margin-bottom: 50px;
    }
    .loadMore-content{
        width:100%;
        margin:10px 0;
        padding:20px;
        display:table;
    }
        .loadMore-content .loadMore {
            margin-left:auto;
            margin-right:auto;
            width: 130px;
            text-align: center;
            padding: 10px;
            border-radius: 7px;
            background-color: #1776b7;
            color: #ffffff;
            cursor: pointer;
            text-transform: uppercase;
        }
    .my-voucher-obj {
        margin-bottom: 40px;
        position: relative;
        background: white;
        border-radius: 20px;
        padding: 20px;
        cursor:pointer;
       
        
    }

    .my-voucher-obj .expired-foreground {
        z-index: 2;
        background-color: rgba(0,0,0,0.5);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .my-voucher-obj .my-voucher-image-holder {
        display: inline-block;
        background: white;
        padding: 0;
    }

        .my-voucher-obj .my-voucher-image-holder img {
            display: block;
            width: 100%;
            margin-bottom: 10px;
        }

    .my-voucher-obj .my-voucher-content {
        display: inline-block;
        padding: 15px;
        position: relative;
        background: transparent;
    }

        .my-voucher-obj .my-voucher-content .my-voucher-title {
            display: block;
            color: #1776b7;
            font-size: 15px;
            line-height: 1;
            margin-bottom: 10px;
            font-family: MyriadPro-SemiBold;
            width:90%;
            float:left;
         
        }
        .my-voucher-obj .print-content {
            width: 10%;
            float: right;
            text-align: right;
        }

        .my-voucher-obj .my-voucher-content .my-voucher-title-discount {
            font-size: 17px;
            height:50px;
        }

        .my-voucher-obj .my-voucher-content .my-voucher-description {
            height: 170px;
            overflow: hidden;
            display: block;
            color: #6B6B6B;
            font-size: 14px;
            line-height: 1;
            margin-bottom: 10px;
        }

        .my-voucher-obj .my-voucher-content .my-voucher-barcode-holder {
            display: block;
        }

            .my-voucher-obj .my-voucher-content .my-voucher-barcode-holder img {
                display: inline-block;
                width: auto;
                vertical-align: bottom;
                margin-right: 10px;
            }

        .my-voucher-obj .my-voucher-content .my-voucher-barcode-validity {
            display: inline-block;
            width: auto;
            font-size: 14px;
            line-height: 1;
            vertical-align: bottom;
            color:#666666;
            font-family: MyriadPro-Regular;
        }

            .my-voucher-obj .my-voucher-content .my-voucher-barcode-validity .expired-holder {
                letter-spacing: 10px;
            }

        .my-voucher-obj .my-voucher-content .print-btn-holder {
            position: absolute;
            top: 10px;
            right: 10px;
        }
.expired-voucher {
    border: 2px dashed #b4b4b4;
    background:transparent;
}

.redeemPopup, .loginPopup, .confirmInvitePopup, .invitationRespondPopup {
    width: 35%;
    max-width: 680px;
    background-color: transparent;
    padding: 50px;
    color: #fff;
    display: none;
    top: 200px !important;
}

    .redeemPopup .close, .loginPopup .close, .confirmInvitePopup .close, .invitationRespondPopup .close {
        float: right;
        cursor: pointer;
        opacity: unset;
        margin-bottom: 10px;
    }
        .redeemPopup .close img, .loginPopup .close img, .confirmInvitePopup .close img, .invitationRespondPopup .close img {
            width: 28px;
            height: 28px;
        }
        .redeemPopup .close:hover, .loginPopup .close, .confirmInvitePopup .close, .invitationRespondPopup .close {
            opacity: unset;
        }

    .redeemPopup .thanks, .loginPopup .thanks, .confirmInvitePopup .thanks, .invitationRespondPopup .thanks {
        font-size: 25px;
        margin: 0 auto;
        font-family: MyriadPro-SemiBold;
        text-align: center;
        color: #1776B7;
    }

    .redeemPopup .txt, .loginPopup .txt, .confirmInvitePopup .txt, .invitationRespondPopup .txt {
        font-size: 15px;
        margin: 0 auto 15px;
        text-align: center;
        color: #666666;
        font-family: MyriadPro-Regular;
    }

    .redeemPopup .txtVoucher {
        font-size: 20px;
        width: 70%;
        margin: 0 auto 20px;
        text-align: center;
    }

    .redeemPopup .code {
        font-size: 20px;
        width: 70%;
        margin: auto;
    }
    .redeemPopup .redeemPopup-content, .loginPopup .loginPopup-content, .confirmInvitePopup .confirmInvitePopup-content, .invitationRespondPopup .invitationRespondPopup-content{
        width: 100%;
        border-radius: 20px;
        background-color: white;
        padding: 40px;
    }
    .redeemPopup .section-divider hr, .loginPopup .section-divider hr, .confirmInvitePopup .section-divider hr, .invitationRespondPopup .section-divider hr {
        border-top: 2px solid #eee;
    }
    .redeemPopup .code-content {
        color: #1776B7;
        font-family:MyriadPro-SemiBold;
        font-size:18px;
    }
    .redeemPopup .expires-content{
        color:#666666;
        font-family:MyriadPro-Regular;
    }
    .redeemPopup .myvouchers-btn, .loginPopup .login-btn {
        background-color: #1776B7;
        color: white;
        font-family: MyriadPro-SemiBold;
        padding: 12px;
        text-align: center;
        border-radius: 8px;
        text-transform: uppercase;
    }
    .confirmInvitePopup .closePopup, .invitationRespondPopup .closePopup {
        color: white;
        font-family: MyriadPro-SemiBold;
        padding: 12px;
        text-align: center;
        border-radius: 8px;
        text-transform: uppercase;
        cursor: pointer;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
        .confirmInvitePopup .closePopup.success, .invitationRespondPopup .closePopup.success{
            background-color: #1776B7;
        }
        .confirmInvitePopup .closePopup.error, .invitationRespondPopup .closePopup.error {
            background-color: #fe5555;
        }
.loginPopup .login-btn {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
        .WelcomePopup {
            width: 80%;
            max-width: 680px;
            background-color: #1776b7;
            text-align: center;
            font-size: 25px;
            padding: 30px;
            font-family: MyriadPro-Bold;
            color: #fff;
            display: none;
        }

    .WelcomePopup .close {
        float: right;
        cursor: pointer;
        position: relative;
        top: -20px;
        right: -15px;
    }

    .WelcomePopup .cbAgree {
        float: right;
        margin-top: 29px;
    }
    /* Customize the label (the container) */
    .WelcomePopup .container {
        display: block;
        text-align: left;
        width: max-content;
        position: relative;
        padding-left: 30px;
        font-weight: normal;
        font-family: MyriadPro-Regular;
        margin-bottom: 0;
        cursor: pointer;
        font-size: 16px;
        color: #fff;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
        /* Hide the browser's default checkbox */
        .WelcomePopup .container input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }
    /* Create a custom checkbox */
    .WelcomePopup .checkmark {
        position: absolute;
        top: -2px;
        left: 0px;
        height: 25px;
        width: 25px;
        background-color: #fff;
        border: 1px solid #a2a2a2;
        border-radius: 50%;
    }
    /* On mouse-over, add a grey background color */
    .WelcomePopup .container:hover input ~ .checkmark {
        background-color: #ccc;
    }
    /* When the checkbox is checked, add a blue background */
    .WelcomePopup .container input:checked ~ .checkmark {
        background-color: #1776b7;
        border-color: #fff
    }
    /* Create the checkmark/indicator (hidden when not checked) */
    .WelcomePopup .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
    /* Show the checkmark when checked */
    .WelcomePopup .container input:checked ~ .checkmark:after {
        display: block;
    }
    /* Style the checkmark/indicator */
    .WelcomePopup .container .checkmark:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .WelcomePopup .btnOk {
        border: 2px solid #fff;
        color: #fff;
        text-align: center;
        padding: 0 20px;
        cursor: pointer;
        float: right;
        margin-top: 20px;
    }


/*Error page*/
.errorTable {
    display: table;
    vertical-align: middle;
    width: 100%;
}

.errorPage {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 500px;
    margin: auto;
}

    .errorPage h2 {
        color: #1776b7;
        font-size: 20px;
        margin-top: 50px;
    }

    .errorPage .error {
        width: fit-content;
        color: #1776b7;
        font-size: 20px;
        margin-top: 50px;
        border: 2px solid #1776b7;
        padding: 10px;
        margin: 30px auto 0;
        display: block;
    }

    .errorPage .title {
        font-size: 60px;
        color: #00ae8d;
        font-weight: bold;
    }

    .errorPage .subTitle {
        font-size: 40px;
        color: #00ae8d;
        text-transform: uppercase;
    }


.parentTree {
    position: relative;
}

.childTree {
    position: relative;
}

    .childTree::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0px;
        right: 0;
        height: 1px;
        width: 50%;
        background: #ccc;
        margin: auto;
        top: 0;
    }

    .childTree::after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        height: 50%;
        width: 1px;
        background: #ccc;
        left: 0;
        margin: auto;
        top: 0;
    }

/*Remove Tenant Popup*/
.removePopup {
    display: none;
    width: 100%;
    max-width: 500px;
    min-width: 300px;
    margin: auto;
    background-color: #1776b7;
    text-align: center;
    color: #fff;
    padding: 20px;
}

    .removePopup .txt {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .removePopup .btns {
        width: 200px;
        margin: auto;
    }

    .removePopup .btn {
        width: 90px;
        height: 40px;
        border: 2px solid #fff;
        color: #fff;
        cursor: pointer;
        padding-top: 7px;
        font-size: 15px;
        text-transform: uppercase;
    }

        .removePopup .btn.btnYes {
            float: left;
        }

        .removePopup .btn.btnNo {
            float: right;
        }

        .removePopup .btn:hover {
            color: #fff;
        }

/*Transfer Popup*/
.transferPopup {
    width: 35%;
    max-width: 680px;
    background-color: transparent;
    padding: 50px;
    color: #fff;
    display: none;
}
    .transferPopup .transferPopup-content {
        width: 100%;
        border-radius: 20px;
        background-color: white;
        padding: 40px;
        direction:ltr;
    }
    .transferPopup .close {
        float: right;
        cursor: pointer;
        opacity: unset;
        margin-bottom: 10px;
        cursor: pointer;
    }
        .transferPopup .close img {
            width: 28px;
            height: 28px;
        }

    .transferPopup .txt {
        margin-bottom: 15px;
        font-size: 15px;
        margin: 0 auto 15px;
        text-align: center;
        color: #666666;
        font-family: MyriadPro-Regular;
    }
.transferPopup-content #rwdPts{
    font-weight:700;
}

.confirmTransferPopup {
    width: 35%;
    max-width: 680px;
    background-color: transparent;
    padding: 50px;
    color: #fff;
    display: none;
    /*border: 1px solid #1776b7;*/
}
.confirmTransferPopup-content {
    width: 100%;
    border-radius: 20px;
    background-color: white;
    padding: 40px;
}

.confirmTransferPopup .close {
    float: right;
    cursor: pointer;
    opacity: unset;
    margin-bottom: 10px;
    cursor: pointer;
}
    .confirmTransferPopup .close img {
        width: 28px;
        height: 28px;
    }
.confirmTransferPopup .section-divider hr {
    border-top: 2px solid #eee;
}
.confirmTransferPopup .txt {
    font-size: 15px;
    margin: 0 auto 15px;
    text-align: center;
    color:#666666;
    font-family: MyriadPro-Regular;
}

        .confirmTransferPopup .txt label#prog {
            text-transform: uppercase;
        }

    .confirmTransferPopup .btns {
        font-size: 15px;
        text-align: center;
        cursor: pointer;
    }

.confirmTransferPopup .cancel {
    background-color: #ff7c7c;
    color: white;
    font-family: MyriadPro-SemiBold;
    padding: 12px;
    text-align: center;
    border-radius: 8px;
    text-transform: uppercase;
    cursor: pointer;
    word-break:break-word;
}

.confirmTransferPopup .confirm {
    background-color: #1776B7;
    color: white;
    font-family: MyriadPro-SemiBold;
    padding: 12px;
    text-align: center;
    border-radius: 8px;
    text-transform: uppercase;
    cursor: pointer;
    word-break: break-word;
}


/*Qatarati Page*/
.qataratiContainer {
    width: 100%;
    display: block;
    float: left;
    padding: 40px 0;
}
    .qataratiContainer #attr1 {
        top: 56%;
    }
    .qataratiContainer #attr2 {
        top: 30%;
    }
    .qataratiContainer #attr3 {
        top: 20.5%;
    }
    .qataratiContainer #attr4 {
        top: 20.5%;
    }

    .userCardSection {
        width: 50%;
        float: left;
    }

        .userCardSection .displayNotLoggedIn {
            width: 88%;
            height: 290px;
            background-color: #1776b7;
            display: block;
            overflow: hidden;
            border-radius: 20px;
            padding: 40px;
            margin-top:35px;
        }

        .userCardSection .displayNotLoggedIn .txtCont {
            margin-top: 15px;
            text-align: center;
        }

            .userCardSection .displayNotLoggedIn .txtCont .ttl {
                font-family: 'MyriadPro-SemiBold',sans-serif;
                font-size: 28px;
                color: #ffffff;
                text-transform: uppercase;
            }

            .userCardSection .displayNotLoggedIn .txtCont .desc {
                font-family: 'MyriadPro-Regular',sans-serif;
                font-size: 20px;
                color: #ffffff;
            }

        .userCardSection .displayNotLoggedIn .btnsCont {
            width: 70%;
            margin: auto;
            margin-top: 30px;
            font-family: MyriadPro-Bold,sans-serif;
            font-size: 16px;
            text-transform: uppercase;
        }

            .userCardSection .displayNotLoggedIn .btnsCont .lgnBtn {
                width: 130px;
                text-align: center;
                padding: 10px;
                border-radius: 9px;
                background-color: #ffffff;
                color: #1776b7;
                float: left;
                cursor: pointer;
                word-wrap:break-word;
            }

            .userCardSection .displayNotLoggedIn .btnsCont .regBtn {
                width: 130px;
                text-align: center;
                background-color: #ffffff;
                color: #00A88B;
                float: right;
                padding: 10px;
                border-radius: 9px;
                cursor: pointer;
                word-wrap: break-word;
            }

        .userCardSection .displayLoggedIn {
            width: 88%;
            height: 300px;
            background-image: url(img/bg/welcomeBg.png);
            background-repeat: no-repeat;
            background-size: cover;
            display: block;
            overflow: hidden;
            border-radius: 20px;
            padding: 40px;
            color: #ffffff;
            margin-top: 30px;
        }

        .userCardSection .displayLoggedIn .hello {
            font-family: MyriadPro-Regular, sans-serif;
            font-size: 22px;
            /*margin-top: 30px;*/
        }

        .userCardSection .displayLoggedIn .name {
            font-family: MyriadPro-Bold, sans-serif;
            font-size: 30px;
            line-height: 0.5;
            margin-top:10px;
        }

        .userCardSection .displayLoggedIn .balance {
            float: left;
            margin-top: 20px;
            margin-right:25px;
        }

            .userCardSection .displayLoggedIn .balance img {
                float: left;
                margin-top: 5px;
                margin-right: 15px;
            }

            .userCardSection .displayLoggedIn .balance .pts {
                font-family: MyriadPro-Regular, sans-serif;
                float: left;
                font-size: 31px;
            }

            .userCardSection .displayLoggedIn .balance .num {
                font-family: MyriadPro-Bold, sans-serif;
            }

        .userCardSection .displayLoggedIn .balanceSar {
        }

        .userCardSection .displayLoggedIn .greenBG {
            margin-top: 25px;
            font-family: 'MyriadPro-Regular', sans-serif;
            font-size: 20px;
        }

            .userCardSection .displayLoggedIn .greenBG .txt {
            }
@media screen and (min-width:1050px) and (max-width:1200px) {
    .userCardSection .displayNotLoggedIn .btnsCont .regBtn, .userCardSection .displayNotLoggedIn .btnsCont .lgnBtn {
        width: 120px;
    }
}

@media screen and (min-width:1000px) and (max-width:1330px){
    .userCardSection .displayLoggedIn{
        background-size:100% 100%;
    }
    .userCardSection .displayLoggedIn .balance {
        margin-top: 20px;
    }
        .userCardSection .displayLoggedIn .balance img{
            width:30px;
            height:30px;
            margin-top:0px;
        }
        .userCardSection .displayLoggedIn .balance .pts{
            font-size:20px;
        }
}
@media screen and (min-width:1330px) {
  
    .userCardSection .displayLoggedIn .balance {
        margin-top: 20px;
    }
}

@media screen and (min-width:400px) and (max-width:620px){
    .userCardSection .displayLoggedIn .balance {
        margin-top: 20px;
    }

        .userCardSection .displayLoggedIn .balance img {
            width: 30px;
            height: 30px;
            margin-top: 0px;
        }

        .userCardSection .displayLoggedIn .balance .pts {
            font-size: 20px;
        }
    .userCardSection .displayLoggedIn .greenBG .txt{
        font-size:15px !important;
    }
}

    .qataratiContainer .redemptionOptSection {
        float: left;
        width: 50%;
        /*margin-top:38px;*/
    }

        .qataratiContainer .redemptionOptSection .ttl {
            text-transform: uppercase;
            font-family: MyriadPro-SemiBold,sans-serif;
            font-size: 28px;
            color: #1776B7;
        }
        @media only screen and (-webkit-min-device-pixel-ratio: 3) {
            .qataratiContainer .redemptionOptSection .ttl {
                margin-top:20px;
            }
        }

        .qataratiContainer .redemptionOptSection ul {
            margin-top: 10px;
            /*display:flex;*/
        }

            .qataratiContainer .redemptionOptSection ul .rOptCont {
                width: Calc(33% - 15px);
                background-color: #ffffff;
                float: left;
                padding: 25px;
                border-radius: 10px;
                margin-left:20px;
            }
         
            .qataratiContainer .redemptionOptSection ul .rOptCont:nth-child(1) {
                margin-left:0;
            }

          /*      .qataratiContainer .redemptionOptSection ul .rOptCont:nth-child(2) {
                    float: right !important;
                }*/

                .qataratiContainer .redemptionOptSection ul .rOptCont .rOptTitle {
                    text-transform: uppercase;
                    font-family: MyriadPro-SemiBold,sans-serif;
                    font-size: 20px;
                    color: #1776B7;
                    height:55px;
                    text-align:center;
                  
                }
@media screen and (min-width:1051px) and (max-width:1200px) {
    .qataratiContainer .redemptionOptSection ul .rOptCont .rOptTitle {
        font-size: 17px;
    }
    .qataratiContainer .redemptionOptSection ul .rOptCont .rOptBtn {
        font-size: 12px;
    }
}
                .qataratiContainer .redemptionOptSection ul .rOptCont .rOptDesc {
                    font-family: 'MyriadPro-Regular',sans-serif;
                    font-size: 18px;
                    margin-top: 20px;
                    height: 70px;
                    background-position:center;
                    background-repeat:no-repeat;
                }
               
                .qataratiContainer .redemptionOptSection ul .rOptCont .rOptBtnCont {
                    font-family: 'MyriadPro-Bold',sans-serif;
                    font-size: 14px;
                    width: 100%;
                    display: block;
                    float: left;
                    margin-top: 25px;
                    background-position: right;
                    background-repeat: no-repeat;
                    background-size: contain;
                }

                    .qataratiContainer .redemptionOptSection ul .rOptCont .rOptBtnCont .rOptBtn {
                        text-align: center;
                        padding: 10px;
                        border-radius: 7px;
                        background-color: #1776b7;
                        color: #ffffff;
                        margin-left:auto;
                        margin-right:auto;
                        cursor: pointer;
                        text-transform: uppercase;
                        word-break:break-all;
                    }

    .qataratiContainer .balanceSec {
        background-color: #ffffff;
        border-radius: 15px;
        margin-top: 35px;
        padding: 30px;
    }

        .qataratiContainer .balanceSec .selectaccount-content {
            font-family: MyriadPro-SemiBold;
            font-size: 28px;
            text-transform: uppercase;
            color: #1776b7;
        }

        .qataratiContainer .balanceSec .accountSelect {
            width: 180px;
            padding: 15px;
            border-color: #1776b7;
            border-radius: 10px;
            text-align: left;
            font-family: 'MyriadPro-Regular';
            font-size: 16px;
            margin-top: 15px;
            -webkit-appearance: none;
            background-image: url(../Content/img/btn/profAr.png);
            background-position: 90%;
            background-repeat: no-repeat;
            background-size: auto;
        }

    /*Custom checkbox*/
    .checkboxContainer .cont {
        display: block;
        position: relative;
        padding-left: 30px;
        font-weight: normal;
        font-family: MyriadPro-Regular;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 14px;
        color: #666666;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
        /* Hide the browser's default checkbox */
        .checkboxContainer .cont input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }
    /* Create a custom checkbox */
    .checkboxContainer .checkmark {
        position: absolute;
        top: -2px;
        left: 0px;
        height: 25px;
        width: 25px;
        background-color: #fff;
        border: 1px solid #a2a2a2;
        border-radius: 50%;
    }
    /* On mouse-over, add a grey background color */
    .checkboxContainer .cont:hover input ~ .checkmark {
        background-color: #ccc;
    }
    /* When the checkbox is checked, add a blue background */
    .checkboxContainer .cont input:checked ~ .checkmark {
        background-color: #1776b7;
        border-color: #1776b7;
        border-radius: 50%;
    }
    /* Create the checkmark/indicator (hidden when not checked) */
    .checkboxContainer .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
    /* Show the checkmark when checked */
    .checkboxContainer .cont input:checked ~ .checkmark:after {
        display: block;
    }
    /* Style the checkmark/indicator */
    .checkboxContainer .cont .checkmark:after {
        left: 8px;
        top: 3px;
        width: 7px;
        height: 13px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /*Marke place Page*/
    .marketPlaceCont {
        width: 100%;
        float: left;
    }

        .marketPlaceCont .topSection {
            width: 98%;
            overflow: hidden;
            margin: auto;
            margin-top: 30px;
            margin-bottom: 30px;
            padding-left: 15px;
        }

            .marketPlaceCont .topSection .filterSection {
                width: 50%;
                float: left;
            }

                .marketPlaceCont .topSection .filterSection .filterBtn {
                    float: right;
                    font-family: MyriadPro-SemiBold, sans-serif;
                    font-size: 20px;
                    padding: 7px 30px;
                    color: #ffffff;
                    text-transform: uppercase;
                    background-color: #1776b7;
                    border-radius: 5px;
                    cursor: pointer;
                    margin-top: 20px;
                }

                .marketPlaceCont .topSection .filterSection .filterHeadTitle {
                    color: #1776b7;
                    font-family: MyriadPro-SemiBold,sans-serif;
                    text-transform: uppercase;
                    font-size: 28px;
                    margin-bottom: 15px;
                    margin-top: 25px;
                }

                .marketPlaceCont .topSection .filterSection .filterCont {
                    width: 100%;
                    background-color: #ffffff;
                    padding: 20px;
                    border-radius: 15px;
                    display: block;
                    float: left;
                }

    .topSection .filterSection .filterCont .filterCell {
        width: 49%;
        float: left;
    }

        .topSection .filterSection .filterCont .filterCell .filterTitle {
            font-family: MyriadPro-SemiBold,sans-serif;
            font-size: 18px;
            color: #1776b7;
            text-transform: uppercase;
        }

        .topSection .filterSection .filterCont .filterCell .filterControlsCont {
            margin-top: 15px;
        }
            .topSection .filterSection .filterCont .filterCell .filterControlsCont .fromToErrorMessage {
                display:none;
            }

            .topSection .filterSection .filterCont .filterCell .filterControlsCont .checkboxContainer {
                float: left;
                margin-right: 15px;
            }

            .topSection .filterSection .filterCont .filterCell .filterControlsCont .txtFltrFromPts {
                border: 1px solid #999999;
                border-radius: 30px;
                width: 95px;
                height: 30px;
                color: #999999;
                font-family: 'MyriadPro-Regular',sans-serif;
                font-size: 13px;
                padding: 0px 15px;
            }

    /*#region Points Exchange*/
    .pointsExchangeContainer {
        width: 100%;
        display: table;
        padding: 40px 0;
    }
       
        .pointsExchangeContainer .pointsExchange-form-content {
            width: 50%;
            display: table;
            border-radius: 20px;
            background-color: white;
            padding: 20px;
            float: left;
        }

            .pointsExchangeContainer .pointsExchange-form-content .title {
                font-size: 28px;
                font-family: MyriadPro-SemiBold;
                text-transform: uppercase;
            }

            .pointsExchangeContainer .pointsExchange-form-content .comparision #itemInSAR {
                border: 2px solid rgb(162, 162, 162);
                /*color: rgb(162, 162, 162);*/

                color: #666666;
            }

                .pointsExchangeContainer .pointsExchange-form-content .comparision #itemInSAR::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
                    color: #1776b7;
                    opacity: 1; /* Firefox */
                }

                .pointsExchangeContainer .pointsExchange-form-content .comparision #itemInSAR:-ms-input-placeholder { /* Internet Explorer 10-11 */
                    color: #1776b7;
                }

                .pointsExchangeContainer .pointsExchange-form-content .comparision #itemInSAR::-ms-input-placeholder { /* Microsoft Edge */
                    color: #1776b7;
                }

            .pointsExchangeContainer .pointsExchange-form-content .comparision .disabled {
                cursor: not-allowed;
                text-align: center;
                background-color: white;
                /*border: 2px solid #1776b770;*/
            }

            .pointsExchangeContainer .pointsExchange-form-content .comparision .itemCompared.disabled {
                opacity: 0.3;
                cursor: not-allowed;
            }

            .pointsExchangeContainer .pointsExchange-form-content .comparision span {
                font-size: 20px;
                margin: 0 15px;
            }

        .pointsExchangeContainer .info-content {
            float: right;
            width: 48%;
            padding: 20px;
            display: table;
        }

            .pointsExchangeContainer .info-content .title {
                font-size: 28px;
                font-family: MyriadPro-SemiBold;
                text-transform: uppercase;
            }

            .pointsExchangeContainer .info-content ul {
                width: 100%;
                display: table;
                margin-top: 20px;
            }

                .pointsExchangeContainer .info-content ul li {
                    margin-top: 15px;
                    font-family: MyriadPro-Regular;
                    font-size: 20px;
                }

    .paynowContainer .comparision .item-points-content {
        display: table;
    }

    .paynowContainer .comparision .itemCompared input {
        float: left;
        width: 50%;
        text-align: center;
    }

    .paynowContainer .comparision .points-text {
        text-align: left;
    }

    .item-points-content input::-webkit-inner-spin-button,
    .item-points-content input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /*#endregion*/

/*#region Transfer Points*/
.transferPointsContainer {
    width: 100%;
    display: table;
    padding: 40px 0;
}
    .transferPointsContainer .points-content {
        width: 100%;
        float:left;
       
    }
    .transferPointsContainer .points-content input{
        width: 45%;
        float:left;
    }
    .transferPointsContainer .converted-points-content {
        width: 45%;
        float: right;
        border: 2px solid rgb(162, 162, 162);
        border-radius: 10px;
        height: 58px;
        color: #666666;
        font-family: MyriadPro-Regular;
        margin-top:10px;
        padding-top:15px;
        
    }
    .transferPointsContainer .currency-content {
        width: 48%;
        float: right;
        color: #1776b7;
        font-weight:700;
    }
    .transferPointsContainer .converted-points {
        width: 48%;
        float: left;
        text-align:right;

       
    }
   
            .transferPointsContainer .comparison-content {
                width: 10%;
                float: left;
                height: 65px;
                text-align: center;
                color: #1776b7;
                font-size: 20px;
                padding-top: 20px;
            }
   
    
    .transferPointsContainer .mobile-content {
        width: 100%;
    }
    .transferPointsContainer #message_text {
        border: 2px solid rgb(162, 162, 162);
        border-radius: 10px;
        height: 250px;
        width: 100%;
        color: #666666;
        font-family: MyriadPro-Regular;
        padding:20px;
        margin:10px 0 ;
    }
    .transferPointsContainer .transferPoints-form-content {
        width: 50%;
        display: table;
        border-radius: 20px;
        background-color: white;
        padding: 20px;
        float: left;
    }
    @media screen and (max-width:1050px){
        .transferPointsContainer .transferPoints-form-content, .transferPointsContainer .info-content {
            width: 100% !important;
        }
    }
        .transferPointsContainer .transferPoints-form-content .title {
            font-size: 28px;
            font-family: MyriadPro-SemiBold;
            text-transform: uppercase;
        }

        .transferPointsContainer .transferPoints-form-content .comparision #itemInSAR {
            border: 2px solid rgb(162, 162, 162);
            /*color: rgb(162, 162, 162);*/

            color: #666666;
        }

            .transferPointsContainer .transferPoints-form-content .comparision #itemInSAR::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
                color: #1776b7;
                opacity: 1; /* Firefox */
            }

            .transferPointsContainer .transferPoints-form-content .comparision #itemInSAR:-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: #1776b7;
            }

            .transferPointsContainer .transferPoints-form-content .comparision #itemInSAR::-ms-input-placeholder { /* Microsoft Edge */
                color: #1776b7;
            }

        .transferPointsContainer .transferPoints-form-content .comparision .disabled {
            cursor: not-allowed;
            text-align: center;
            background-color: white;
            /*border: 2px solid #1776b770;*/
        }

        .transferPointsContainer .transferPoints-form-content .comparision .itemCompared.disabled {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .transferPointsContainer .transferPoints-form-content .comparision span {
            font-size: 20px;
            margin: 0 15px;
        }

    .transferPointsContainer .info-content {
        float: right;
        width: 48%;
        padding: 20px;
        display: table;
    }

        .transferPointsContainer .info-content .title {
            font-size: 28px;
            font-family: MyriadPro-SemiBold;
            text-transform: uppercase;
        }

        .transferPointsContainer .info-content ul {
            width: 100%;
            display: table;
            margin-top: 20px;
        }

            .transferPointsContainer .info-content ul li {
                margin-top: 15px;
                font-family: MyriadPro-Regular;
                font-size: 20px;
            }

.paynowContainer .comparision .item-points-content {
    display: table;
}

.paynowContainer .comparision .itemCompared input {
    float: left;
    width: 50%;
    text-align: center;
}

.paynowContainer .comparision .points-text {
    text-align: left;
}

.item-points-content input::-webkit-inner-spin-button,
.item-points-content input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*#endregion*/

    /*#region Account Management*/
    .profContainer {
        padding: 30px;
        background-color: white;
        border-radius: 20px;
        margin: 20px 0;
        width: 100%;
        display: table;
    }

    .AddAccountContainer {
        display: table;
        background-color: transparent;
        padding: 30px;
        border-radius: 20px;
        margin-bottom: 20px;
        width: 30%;
        float: left;
    }
    /*#endregion*/

    /*#region Contact us*/

    .contactContainer .contact-form-content {
        padding: 30px 40px 10px 40px !important;
        border-radius: 20px;
        background-color: white;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .contactContainer .map iframe {
        height: 500px;
    }

    .contactContainer .contact-info-content {
        margin-top: 60px;
    }

    .contactContainer .desc {
        font-size: 15px;
        color: #666666;
        font-family: 'MyriadPro-Regular';
    }

    .contactContainer .social-media-contents {
        width: 100%;
        display: table;
    }


        .contactContainer .social-media-contents .socialMediaLink {
            margin: 15px;
        }

            .contactContainer .social-media-contents .socialMediaLink:first-child {
                margin-left: 0px;
            }

        .contactContainer .social-media-contents #socialMediaLink img {
            border-radius: 50%;
        }
    /*#endregion*/

    /*#region Like Deals*/

    .catalogContainer .like-deals-content {
        margin-bottom: 50px;
    }

        .catalogContainer .like-deals-content .title-line {
            height: 50px;
        }

            .catalogContainer .like-deals-content .title-line hr {
                width: 100%;
                height: 1px;
                background-color: #eee;
            }

        .catalogContainer .like-deals-content .like-title {
            padding-top: 4px;
        }

            .catalogContainer .like-deals-content .like-title span {
                font-family: MyriadPro-SemiBold;
                font-size: 23px;
                color: #1776B7;
                text-transform: uppercase;
            }
    /*.catalogContainer .like-deals-content .like-title {
        }*/
    /*#endregion*/
    /*#region responsive updates form new version color-profile NWC*/
    @media (max-width:1050px) {
        .profContainer {
            padding: 15px;
            display: block;
        }

        .AddAccountContainer {
            width: 100%;
        }

            .AddAccountContainer .btnSubmit {
                width: 100%;
            }

        .userCardSection {
            width: 100%;
        }

            .userCardSection .displayLoggedIn {
                width: 100%;
            }

        .AddAccountContainer .txtInput {
            padding: 20px;
            width: 100%;
        }

        /*.profContainer .rdProf {
        padding-left: 10px;
    }*/

        .qataratiContainer {
            padding: 10px;
            margin-top: 20px;
        }

            .qataratiContainer .redemptionOptSection {
                width: 100%;
                display: block;
            }


                .qataratiContainer .redemptionOptSection ul {
                    margin-top: 5px;
                }

                    .qataratiContainer .redemptionOptSection ul .rOptCont {
                        width: 100%;
                        display: block;
                        margin-top: 20px;
                    }
                    .qataratiContainer .redemptionOptSection ul .rOptCont {
                        margin-left:0;
                    }

                        .qataratiContainer .consCont {
                            position: unset;
                        }

            .qataratiContainer .balanceSec {
                margin-bottom: 20px;
            }

        .marketPlaceCont .topSection .filterSection {
            width: 100%;
        }

        .topSection .filterSection .filterCont .filterCell {
            width: 100%;
            margin-top: 10px;
        }

        .catalogContainer .rightSec .itemSec .descDiv {
            width: 100%;
            display: table;
            margin-top: 40px;
        }

            .catalogContainer .rightSec .itemSec .descDiv .desc {
                width: 85%;
                float: left;
                padding-top: 15px;
            }

            .catalogContainer .rightSec .itemSec .descDiv .priceCont {
                width: 15%;
                float: right;
            }

        .catalogContainer .rightSec .detailsDiv .detTxt {
            font-size: 10px;
        }

        .pointsExchangeContainer .pointsExchange-form-content, .pointsExchangeContainer .info-content,
        .paynowContainer #btnTransfer, .paynowContainer #btnTransferUnauthorized {
            width: 100%;
        }

        .paynowContainer .comparision .itemCompared {
            width: 40%;
            font-family: MyriadPro-Regular;
        }

        .contactContainer .btnSubmit {
            width: 100%;
        }

        .contactContainer .desc {
            font-size: 25px;
        }

        .statementContainer {
            display: block;
        }

        .statementContainer {
            display: block;
        }

            .statementContainer .title {
                font-size: 20px;
            }

            .statementContainer .title, .statementContainer .export {
                width: 100%;
                margin-top: 20px;
            }

        .detailsContainer .actionDiv .amnt {
            padding-left: 35px;
        }

        .pointsExchangeContainer .info-content ul li {
            font-size: 16px;
        }

        .profContainer.contact-info-content {
            display: table;
        }

        .userCardSection .displayNotLoggedIn {
            height: auto;
            width: 100%;
        }

            .userCardSection .displayNotLoggedIn .btnsCont {
                width: 100%;
                display: block;
            }

                .userCardSection .displayNotLoggedIn .btnsCont .lgnBtn {
                    width: 45%;
                }

                .userCardSection .displayNotLoggedIn .btnsCont .regBtn {
                    width: 45%;
                }

        .redeemPopup, .loginPopup, .confirmTransferPopup {
            width: 100%;
        }

            .redeemPopup .myvouchers-btn, .loginPopup .login-btn, .confirmTransferPopup .cancel-content, .confirmTransferPopup .confirm-content {
                margin-top: 15px;
            }

                .confirmTransferPopup .cancel-content .cancel, .confirmTransferPopup .confirm-content .confirm {
                    width: 70%;
                    margin-left: auto;
                    margin-right: auto;
                }

        .howitworks .howitworkItem .howItWorks-icons-subcontent {
            margin-left: unset;
            margin-right: unset;
        }
    }

    @media (max-width:500px) {
        .userCardSection .displayLoggedIn .hello, .userCardSection .displayLoggedIn .name, .userCardSection .displayLoggedIn .greenBG .txt {
            font-size: 20px;
        }

        .userCardSection .displayLoggedIn .balance .pts {
            font-size: 16px;
        }

        .userCardSection .displayLoggedIn .balance img, .userCardSection .displayLoggedIn .balance.balanceSar img {
            width: 27px;
            margin-top: 0;
        }
    }


    @media (min-width:1101px) and (max-width:1370px) {
        .header {
            height: auto;
            width: 100%;
            display: table;
        }

            .header .menu .rightMenu {
                height: auto;
                margin-bottom: 10px;
            }

                .header .menu .rightMenu .ulMenu {
                    width: 65%;
                }

                .header .menu .rightMenu .welcome {
                    height: auto;
                    width: 23%;
                    word-break: break-word;
                    background-size: 30px 30px;
                    background-position-x: 0;
                    background-position-y: 10px;
                    padding-left: 35px;
                    margin-right: 10px;
                }

            .header .menu .menuLi {
                margin-left: 10px;
            }
    }

    @media (min-width:1050px) and (max-width:1100px) {
        .header {
            height: auto;
            width: 100%;
            display: table;
        }

            .header .menu .rightMenu {
                height: auto;
                margin-bottom: 10px;
            }

                .header .menu .rightMenu .ulMenu {
                    width: 70%;
                }

                .header .menu .rightMenu .welcome {
                    height: auto;
                    width: 17%;
                    word-break: break-word;
                    background-size: 30px 30px;
                    background-position-x: 0;
                    background-position-y: 10px;
                    padding-left: 35px;
                }

            .header .menu .menuLi {
                margin-left: 10px;
            }
    }

    @media (min-width:1050px) and (max-width:1250px) {
        .header {
            height: auto;
            width: 100%;
            display: table;
        }

            .header .menu .rightMenu {
                height: auto;
                margin-bottom: 10px;
            }

                .header .menu .rightMenu .ulMenu {
                    width: 70%;
                    margin-top: 25px;
                }

                .header .menu .rightMenu .welcome {
                    height: auto;
                    width: 17%;
                    word-break: break-word;
                    background-size: 30px 30px;
                    background-position-x: 0;
                    background-position-y: 10px;
                    padding-left: 35px;
                    margin-top: 16px;
                }

            .header .menu .menuLi {
                margin-left: 10px;
            }
    }

    /*#endregion*/


    /*region Gauge*/
    @media (max-width:900px) {
        #gaugeCont {
            width: 500px;
        }
          

            #meter {
                width: 500px;
                max-width: 500px;
            }

        #meter_needle {
            height: 195px;
            left: 51.5%;
            top: 35%;
        }

        .rewardAttr {
            font-size: 19px;
        }

        .qataratiContainer .balanceSec #attr1 {
            top: 54%;
        }

        .qataratiContainer .balanceSec #attr2 {
            top: 36%;
        }

        .qataratiContainer .balanceSec #attr3, .qataratiContainer .balanceSec #attr4 {
            top: 29%;
        }

        .consM3 {
            font-size: 14px;
        }

        .cons1 {
            top: 52% !important;
            left: 25% !important;
        }

        .cons2 {
            top: 45% !important;
            left: 36% !important;
            transform: rotate( 332deg) !important;
        }

        .cons3 {
            left: 47% !important;
            top: 43% !important;
        }

        .cons4 {
            top: 46% !important;
            transform: rotate( 33deg) !important;
            left: 58% !important;
        }

        .cons5 {
            top: 53% !important;
            transform: rotate( 47deg) !important;
            left: 66% !important;
        }

        .consCont {
            margin-top: -75px;
        }

            .consCont label {
                font-size: 17px;
            }

            .consCont span {
                font-size: 17px;
            }

            .consCont .consVal {
                font-size: 40px !important;
            }

            .consCont .meterSq {
                font-size: 40px !important;
            }
    }

    @media (max-width:600px) {
        #gaugeCont {
            width: 390px;
        }

        #meter {
            width: 390px;
            max-width: 390px;
        }

        #meter_needle {
            height: 140px;
            left: 49%;
            top: 33%;
        }

        .rewardAttr {
            font-size: 14px;
        }

        .qataratiContainer .balanceSec #attr1 {
            top: 56%;
        }

        .qataratiContainer .balanceSec #attr2 {
            top: 31%;
        }

        .qataratiContainer .balanceSec #attr3, .qataratiContainer .balanceSec #attr4 {
            top: 23%;
        }

        .consM3 {
            font-size: 12px;
        }

        .cons1 {
            top: 51% !important;
            left: 25% !important;
        }

        .cons2 {
            top: 43% !important;
            left: 36% !important;
            transform: rotate( 338deg) !important;
        }

        .cons3 {
            left: 47% !important;
            top: 41% !important;
        }

        .cons4 {
            top: 44% !important;
            transform: rotate( 25deg) !important;
            left: 58% !important;
        }

        .cons5 {
            top: 54% !important;
            transform: rotate( 47deg) !important;
            left: 65% !important;
        }

        .consCont {
            margin-top: -50px;
        }

            .consCont label {
                font-size: 12px;
            }

            .consCont span {
                font-size: 12px;
            }

            .consCont .consVal {
                font-size: 30px !important;
            }

            .consCont .meterSq {
                font-size: 30px !important;
            }
    }

    @media screen and (min-width:381px) and (max-width:400px){
        #gaugeCont {
            width: 280px;
        }
        .rewardAttr{
            font-size: 12px !important;
        }
        .consM3{
            font-size:10px !important;
        }
        #meter {
            width: 280px;
            max-width: 280px;
        }

        #meter_needle {
            height: 105px;
            left: 51%;
            top: 39%;
        }

        .rewardAttr {
            font-size: 14px;
        }

        .qataratiContainer .balanceSec #attr1 {
            top: 53%;
            left:2% !important;
        }

        .qataratiContainer .balanceSec #attr2 {
            transform: rotate(320deg) !important;
            left: 18% !important;
            top: 36%;
        }
        .qataratiContainer .balanceSec #attr3 {
            left: 35% !important;
        }
        .qataratiContainer .balanceSec #attr4 {
            left: 52% !important;
        }
        .qataratiContainer .balanceSec #attr3, .qataratiContainer .balanceSec #attr4 {
            top: 29%;
            
        }

        .consM3 {
            font-size: 12px;
        }

        .cons1 {
            top: 51% !important;
            left: 24% !important;
        }

        .cons2 {
            top: 44% !important;
            left: 35% !important;
            transform: rotate( 329deg) !important;
        }

        .cons3 {
            left: 47% !important;
            top: 42% !important;
        }

        .cons4 {
            top: 45% !important;
            transform: rotate( 25deg) !important;
            left: 58% !important;
        }

        .cons5 {
            top: 51% !important;
            transform: rotate( 42deg) !important;
            left: 65% !important;
        }

        .consCont {
            margin-top: -50px;
        }

            .consCont label {
                font-size: 12px;
            }

            .consCont span {
                font-size: 12px;
            }

            .consCont .consVal {
                font-size: 30px !important;
            }

            .consCont .meterSq {
                font-size: 30px !important;
            }
    }
    @media screen and (min-width:401px) and (max-width:500px) {
        #gaugeCont {
            width: 300px;
        }

        .rewardAttr {
            font-size: 12px !important;
        }

        .consM3 {
            font-size: 10px !important;
        }

        #meter {
            width: 300px;
            max-width: 300px;
        }

        #meter_needle {
            height: 105px;
            left: 51%;
            top: 39%;
        }

        .rewardAttr {
            font-size: 14px;
        }

        .qataratiContainer .balanceSec #attr1 {
            top: 53%;
            left: 4% !important;
        }

        .qataratiContainer .balanceSec #attr2 {
            transform: rotate(320deg) !important;
            left: 19% !important;
            top: 35%;
        }

        .qataratiContainer .balanceSec #attr3 {
            left: 37% !important;
        }

        .qataratiContainer .balanceSec #attr4 {
            left: 53% !important;
        }

        .qataratiContainer .balanceSec #attr3, .qataratiContainer .balanceSec #attr4 {
            top: 28%;
        }

        .consM3 {
            font-size: 12px;
        }

        .cons1 {
            top: 51% !important;
            left: 26% !important;
        }

        .cons2 {
            top: 44% !important;
            left: 36% !important;
            transform: rotate( 329deg) !important;
        }

        .cons3 {
            left: 47% !important;
            top: 42% !important;
        }

        .cons4 {
            top: 45% !important;
            transform: rotate( 25deg) !important;
            left: 58% !important;
        }

        .cons5 {
            top: 51% !important;
            transform: rotate( 42deg) !important;
            left: 65% !important;
        }

        .consCont {
            margin-top: -50px;
        }

            .consCont label {
                font-size: 12px;
            }

            .consCont span {
                font-size: 12px;
            }

            .consCont .consVal {
                font-size: 30px !important;
            }

            .consCont .meterSq {
                font-size: 30px !important;
            }
    }

    @media screen and (min-width:360px) and (max-width:370px){
        #gaugeCont {
            width: 260px;
        }

        .rewardAttr {
            font-size: 12px !important;
        }

        .consM3 {
            font-size: 10px !important;
        }

        #meter {
            width: 260px;
            max-width: 260px;
        }

        #meter_needle {
            height: 105px;
            left: 51%;
            top: 39%;
        }

        .rewardAttr {
            font-size: 14px;
        }

        .qataratiContainer .balanceSec #attr1 {
            top: 52%;
            left: 2% !important;
            transform: rotate(-64deg) !important;
        }

        .qataratiContainer .balanceSec #attr2 {
            transform: rotate(325deg) !important;
            left: 18% !important;
            top: 36%;
        }

        .qataratiContainer .balanceSec #attr3 {
            left: 35% !important;
        }

        .qataratiContainer .balanceSec #attr4 {
            left: 52% !important;
        }

        .qataratiContainer .balanceSec #attr3, .qataratiContainer .balanceSec #attr4 {
            top: 30%;
        }

        .consM3 {
            font-size: 12px;
        }

        .cons1 {
            top: 51% !important;
            left: 24% !important;
        }

        .cons2 {
            top: 44% !important;
            left: 35% !important;
            transform: rotate( 329deg) !important;
        }

        .cons3 {
            left: 47% !important;
            top: 42% !important;
        }

        .cons4 {
            top: 45% !important;
            transform: rotate( 25deg) !important;
            left: 58% !important;
        }

        .cons5 {
            top: 52% !important;
            transform: rotate( 42deg) !important;
            left: 66% !important;
        }

        .consCont {
            margin-top: -50px;
        }

            .consCont label {
                font-size: 12px;
            }

            .consCont span {
                font-size: 12px;
            }

            .consCont .consVal {
                font-size: 30px !important;
            }

            .consCont .meterSq {
                font-size: 30px !important;
            }
    }
@media screen and (min-width:371px) and (max-width:380px) {
    #gaugeCont {
        width: 275px;
    }

    .rewardAttr {
        font-size: 12px !important;
    }

    .consM3 {
        font-size: 10px !important;
    }

    #meter {
        width: 275px;
        max-width: 275px;
    }

    #meter_needle {
        height: 105px;
        left: 51%;
        top: 39%;
    }

    .rewardAttr {
        font-size: 14px;
    }

    .qataratiContainer .balanceSec #attr1 {
        top: 52%;
        left: 2% !important;
        transform: rotate(-64deg) !important;
    }

    .qataratiContainer .balanceSec #attr2 {
        transform: rotate(320deg) !important;
        left: 18% !important;
        top: 36%;
    }

    .qataratiContainer .balanceSec #attr3 {
        left: 35% !important;
    }

    .qataratiContainer .balanceSec #attr4 {
        left: 52% !important;
    }

    .qataratiContainer .balanceSec #attr3, .qataratiContainer .balanceSec #attr4 {
        top: 29%;
    }

    .consM3 {
        font-size: 12px;
    }

    .cons1 {
        top: 51% !important;
        left: 24% !important;
    }

    .cons2 {
        top: 44% !important;
        left: 35% !important;
        transform: rotate( 329deg) !important;
    }

    .cons3 {
        left: 47% !important;
        top: 42% !important;
    }

    .cons4 {
        top: 45% !important;
        transform: rotate( 25deg) !important;
        left: 58% !important;
    }

    .cons5 {
        top: 52% !important;
        transform: rotate( 42deg) !important;
        left: 66% !important;
    }

    .consCont {
        margin-top: -50px;
    }

        .consCont label {
            font-size: 12px;
        }

        .consCont span {
            font-size: 12px;
        }

        .consCont .consVal {
            font-size: 30px !important;
        }

        .consCont .meterSq {
            font-size: 30px !important;
        }
}

    /*#region voucher popup*/
    .voucherPopup {
        width: 60%;
        max-width: 680px;
        background-color: transparent;
        padding: 50px;
        color: #fff;
        display: none;
    }

        .voucherPopup .close {
            float: right;
            cursor: pointer;
            opacity: unset;
            margin-bottom: 10px;
        }

        .voucherPopup .voucherPopup-content {
            width: 100%;
            border-radius: 20px;
            background-color: white;
        }

    @media (max-width:1050px) {
        .voucherPopup {
            width: 100%;
        }
    }

    @media (min-width:200px) and (max-width:400px) {
        .userCardSection .displayLoggedIn {
            padding: 20px;
        }

            .userCardSection .displayLoggedIn .balance, .userCardSection .displayLoggedIn .balanceSar {
                margin-top: 15px;
            }
    }
    /*#endregion*/

    /*#region Family Account*/
.family-account-container .invitation-content {
   width:50%;
}
.family-account-container .invitation-content .mobile-textinpt {
    border: 2px solid rgb(162, 162, 162);
    border-radius: 10px;
    height: 58px;
    width: 100%;
    margin-top: 10px;
    color: #666666;
    font-family: MyriadPro-Regular;
    padding:20px;
    margin-top:20px;
}
    .family-account-container .invitation-content .lblTitle {
        font-size: 15px;
        color: #1776b7;
        text-transform: uppercase;
        font-family: MyriadPro-SemiBold;
    }
    .family-account-container .invitation-content .lblText {
        font-size: 15px;
        color: #666666;
      
        font-family: MyriadPro-SemiBold;
    }
.family-account-container .invitation-confirm-content {
    width:50%;
}
    .family-account-container .invitation-confirm-content #btnInvite {
        border-radius: 10px;
        background-color: #00A88B;
        color: white;
        font-family: MyriadPro-Regular;
        width:30%;
        float:right;
        display:block;
        padding:15px;
    }
.family-account-container #btnAccept, .family-account-container #btnDelete {
    border-radius: 10px;
    background-color: #00A88B;
    color: white;
    font-family: MyriadPro-Regular;
    width: 30%;
    padding: 5px;
}
.family-account-container #btnDelete {
    background-color: #fe5555 !important;
}
.family-account-container .tabset {
    width: 100%;
}
    .family-account-container .tabset > input[type="radio"] {
        position: absolute;
        left: -200vw;
    }

    .family-account-container .tabset .tab-panel {
        display: none;
    }

    .family-account-container .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
    .family-account-container .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
    .family-account-container .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
    .family-account-container .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
    .family-account-container .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
    .family-account-container .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
        display: block;
    }

/*
 Styling
*/


    .family-account-container .tabset > label {
        position: relative;
        display: block;
        padding: 15px 15px 25px;
        border: 1px solid transparent;
        border-bottom: 0;
        cursor: pointer;
        font-weight: 600;
        margin-bottom: 0;
        width: 50%;
        text-align: center;
        color: #1776b7;
    }
        .family-account-container .tabset > label[for="tab1"] {
            float: left;
        }
        .family-account-container .tabset > label[for="tab2"]{
            float:right;
        }
  
        .family-account-container .tabset > label:hover,
        .family-account-container .tabset > input:focus + label {
            color: #1776b7;
        }

            .family-account-container .tabset > label:hover::after,
            .family-account-container .tabset > input:focus + label::after,
            .family-account-container .tabset > input:checked + label::after {
                background: #06c;
            }

    .family-account-container .tabset > input:checked + label {
        background-color: #1776b7;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        color: white;
    }

.family-account-container .tab-panel {
    padding: 30px 0;
    border-top: 2px solid #1776b7;
    margin-top: -2px;
}
.confirmInvitePopup .danger-message, .invitationRespondPopup .danger-message {
    color: #fe5555;
}
.family-account-container #ldrInv{
    float:right;
}
.family-account-container .leave-account-content{
    width:100%;
    display:table;
}
    .family-account-container .leave-account-content .leave-account-btn {
        float: right;
        color: white;
        font-family: MyriadPro-SemiBold;
        padding: 12px;
        text-align: center;
        border-radius: 8px;
        text-transform: uppercase;
        cursor: pointer;
        background-color:#fe5555;
    }
.family-account-container #ldrleave{
    float:right;
}
@media screen and (max-width:500px) {
    .family-account-container .tabset > label, .family-account-container .invitation-content, .family-account-container .invitation-confirm-content {
        width: 100%;
    }
    .family-account-container #btnAccept, .family-account-container #btnDelete {
        width: 60%;
    }
}
    /*#endregion*/

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont{
        /* width:100% !important; */
        /* max-width:100% !important; */
    }
}
