

#myBtn {
    display: none;
    position: fixed;
    bottom: 120px;
    left: 30px;
    z-index: 3000;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #999999;
    color: white;
    cursor: pointer;
    padding: 0;
    text-align: center;
    border-radius: 35px;
    height: 35px;
    width: 35px;
    line-height: 37px;
}


    #myBtn:hover {
        background-color: #555;
    }

#myBtn2 {
    display: none;
    position: fixed;
    bottom: 120px;
    left: 30px;
    z-index: 3000;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #999999;
    color: white;
    cursor: pointer;
    padding: 0;
    text-align: center;
    border-radius: 35px;
    height: 35px;
    width: 35px;
    line-height: 37px;
}


    #myBtn2:hover {
        background-color: #555;
    }
.number-stl {
    margin-bottom: 0;
    margin-top: 80px;
    text-align: center;
}
.number-sub {
    color: #666666;
    text-align: center;
    margin-bottom: 20px;
}
.soc-btn-box {
    margin: auto;
    width: 150px;
}
.btn-twitter-new {
    background: #55ACEE !important;
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 40px;
    padding: 12px 0px !important;
    margin: 0 5px!important;
}
.btn-fb-new {
    background: #3b5998 !important;
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 40px;
    padding: 12px 0px !important;
    margin: 0 5px!important;
}
.btn-google-new {
    background: #dd4b39 !important;
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 40px;
    padding: 12px 0px !important;
    margin: 0 5px!important;
}
.or-txt-box {
    float: left;
    color: #999999;
    height: 40px;
    text-align: center;
    padding-top: 9px;
    width: 100%;
    background-image: url(../images/line-or.png);
    background-repeat: repeat-x;
    background-position: center;
}
.home-btn-box-africa {
    width: 240px;
    margin: 30px auto;
}

.text-right {
    text-align: left !important;
}

.fixed-top {
    position: relative;
}
/*coupon page starting*/
.selectpicker {
    font-size: 13px;
    color: #ffffff;
    border: 1px solid #ffffff;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-size: 8px;
    background-color: #000000;
    border-radius: 50px;
    outline: none;
    padding: 0 7px;
    transition: all ease-in .3s;
}

    .selectpicker:hover {
        background-color: #bf0c0c;
        border: 1px solid #bf0c0c;
    }

.nav-btns {
    border: 1px solid #ffffff;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    float: left;
    margin-right: 10px;
    transition: all ease-in .3s;
    background-color: #000000;
    cursor: pointer;
}

    .nav-btns:hover {
        background-color: #bf0c0c;
        border: 1px solid #bf0c0c;
    }

.voucher_txt_main_box {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px 0;
    background-color: #f3b745;
    box-sizing: border-box;
}

.voucher_txt {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 0;
    font-size: 11px;
    background-color: #eeeeee;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 80px;
}

.cpncde {
    margin: auto;
    width: 280px;
}

.voucher_heading_txt {
    float: right;
    width: 100%;
    height: auto;
    color: #333333;
    padding-top: 5px;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
}

.voucher_txt_box {
    width: 150px;
    height: 40px;
    line-height: 38px;
    border-radius: 50px;
    /*float: right;*/
    text-align: center;
    color: #bf0c0c;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    /*margin-right: 15px;*/
    background-color: #FFF;
}

.coupon-normal {
    margin: auto;
    width: 543px;
}
/*coupon page end*/

/*coupon list page starting*/

.selectpicker-filter {
    font-family: 'Droid Arabic Kufi';
    font-size: 12px;
    color: #333333;
    border: 1px solid #cccccc;
    background-repeat: no-repeat;
    background-position: right top 8px;
    height: auto;
    background-color: #ffffff;
    width: 140px;
    text-align: center;
    border-radius: 3px;
    padding: 7px;
    margin-top: 5px;
    cursor: pointer;
    background-size: 8px;
}

.header_txt {
    color: #666666;
}

.coupon-small {
    width: 150px;
    height: 75px;
    float: right;
    border: 1px solid #aaaaaa;
}

.list-box-div {
    float: left;
    padding: 15px;
    background-color: #eeeeee;
    width: 100%;
    margin-bottom: 30px;
    border: solid 2px #eeeeee;
    transition: all ease-in .3s;
}

.padding-bottom-space {
    padding-bottom: 70px;
}

.list-box-div:hover {
    border: solid 2px #bf0c0c;
}

.redeemed-box:hover {
    border: solid 2px #eeeeee;
}

.couponlist-txt-box {
    width: 100%;
    padding-right: 165px;
    text-align: right;
}

.copon-list-heading {
    color: #000000;
    font-size: 1.25rem;
    float: right;
    font-family: 'Droid Arabic Kufi';
    font-weight: normal;
    padding-top: 5px;
}

.valid-txt-box {
    font-size: 12px;
    color: #666666;
    float: right;
    text-align: right;
    width: 100%;
}

.coupon-head {
    font-size: 21px;
    color: #000000;
    width: 100%;
    float: left;
    line-height: 1;
    margin-bottom: 13px;
}

.redeemed-txt {
    font-size: 12px;
    color: #ffffff;
    background-color: #666666;
    float: left;
    height: 20px;
    padding: 0px 10px;
    margin-top: -17px;
    margin-left: -17px;
}

.redeemed-head-txt {
    color: #999999;
}

.redeemed img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.lan-btn {
    color: #999999;
    text-decoration: none;
    font-size: 13px;
}

    .lan-btn:hover {
        color: #bf0c0c;
        text-decoration: none;
    }
/*coupon list page End*/


body {
    font-family: 'Droid Arabic Kufi';
    direction: rtl;
}

h2, h3, h4, h5, h6 {
    font-family: 'Droid Arabic Kufi';
    font-weight: bold !important;
}

h1 {
    font-family: 'Droid Arabic Kufi';
    font-weight: 800 !important;
}

h6 {
    font-family: 'Droid Arabic Kufi';
    font-weight: normal !important;
    font-weight: normal !important;
    font-size: 1.3rem;
}

h2 {
    font-size: 2.5rem;
}

h4 {
    font-size: 2.3rem;
}

h7 {
    line-height: auto;
    color: #666666;
    font-size: 1.4rem;
}

.nav-btns {
    border: 1px solid #ffffff;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    float: left;
    margin-right: 10px;
    transition: all ease-in .3s;
    background-color: #000000;
    cursor: pointer;
}

    .nav-btns:hover {
        background-color: #bf0c0c;
        border: 1px solid #bf0c0c;
    }

#dvloggedinpanel1 {
    width: auto;
    float: left;
}

.notmeselectpicker {
    font-family: 'Arch Sans';
    font-size: 13px;
    color: #ffffff;
    border: 1px solid #ffffff;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-size: 8px;
    background-color: #000000;
    border-radius: 50px;
    outline: none;
    padding: 0 10px;
    transition: all ease-in .3s;
    background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 140' width='14' height='10' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='white'/></g></svg>") no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 80px;
}
    .notmeselectpicker::-ms-expand {
        -webkit-background-color: transparent background-color: transparent;
        color: #ffffff;
        border: none;
        width: 10px;
    }

    .notmeselectpicker:hover {
        background-color: #bf0c0c;
        border: 1px solid #bf0c0c;
    }

.home-btn-box {
    width: 480px;
    margin: 30px auto;
}

.home-btn {
    float: left;
    width: 180px;
    height: 180px;
    background-color: #bf0c0c;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 30px;
    padding: 10px;
    font-weight: bold;
    padding-bottom: 15px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    margin: 30px;
}

    .home-btn:hover {
        background-color: #d43e44;
        color: #FFFFFF;
    }

.home-btn-img {
    height: 100px;
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 18px;
}

.min_max_text_left {
    position: absolute;
    width: 100px;
    margin-right: -20px;
    font-size: 13px;
    text-align: right;
}

.min_max_text_right {
    position: absolute;
    width: 100px;
    margin-right: -70px;
    font-size: 13px;
}

.modal-dialog {
    max-width: 450px;
    margin: 30px auto;
}

.navbar-brand img {
    height: 55px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
}

.sldr-main {
    margin: auto;
    width: 600px;
    margin-top: 7%;
}

.border-slider {
    float: left;
    width: 100%;
    height: 15px;
    background-image: url(../images/border.jpg);
    background-repeat: repeat-x;
    background-position: center;
}

.cir-sldr {
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #cccccc;
    margin-left: 50px;
    cursor: pointer;
    transition: all ease-in .3s;
}

    .cir-sldr:hover {
        background-color: #999999;
    }

.emoji-sldr {
    float: left;
    width: 60px;
    height: 60px;
    margin-left: -23px;
    margin-top: -24px;
}

.sldr-number {
    position: absolute;
    color: #000000;
    font-size: 22px;
    margin-top: -60px;
}

.sldr-main_second {
    margin: auto;
    width: 600px;
    margin-top: 15%;
}
/*general styles for all CSS Checkboxes*/
/*label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 35px;
    height: auto;
    min-height: 18px;
    display: inline-block;
    background: url(../images/check.svg);
    padding-bottom: 7px;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 1.07rem;
    line-height: 1.2rem;
    vertical-align: middle;
    cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
    background-image: url(../images/check_selected.svg);
    background-size: 17px;
}
.css-label {
    background: url(../images/check.png);
    background-size: 17px;
}
label.css-label {
    background-image: url(../images/radio.svg);
    background-size: 18px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type=radio].css-checkbox + label.css-label, input[type=radio].css-checkbox + label.css-label.clr {
    padding-left: 30px;
    height: auto;
    display: inline-block;
    padding-bottom: 7px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-position-x: 0 0;
    font-size: 1.07rem;
    line-height: 1.2rem;
    cursor: pointer;
}
input[type=radio].css-checkbox:checked + label.css-label, input[type=radio].css-checkbox + label.css-label.chk {
    background-image: url(../images/radio_selected.svg);
    background-size: 18px;
}*/
.form-check label:after, .radio label:after {
    content: '';
    display: table;
    clear: both;
    text-align: right;
}
.form-check .cr, .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    float: right;
    margin-left: 0;
    text-align: right;
    margin-right: -30px;
    line-height: normal;
}




.radio {
    margin-bottom: .9rem;
    text-align: right;
    margin-right: 30px;
}

    .radio .cr {
        border-radius: 50%;
    }

.form-check {
    text-align: right;
    margin-right: 30px;
}

.radio {
    margin-bottom: .9rem;
    text-align: right;
}

.logo-box {
    float: left;
    width: 121px;
}

    .logo-box a img {
        width: 100%;
    }

.form-check .cr .cr-icon {
    position: absolute;
    font-size: 1.07rem;
    line-height: 0;
    top: 50%;
    right: -4%;
    font-weight: 100;
    text-stroke: 2px #bf0c0c;
    -webkit-text-stroke: 2px #bf0c0c;
    -moz-text-stroke: 2px #bf0c0c;
    -ms-text-stroke: 2px #bf0c0c;
    -o-text-stroke: 2px #bf0c0c;
    text-align: right;
}

.radio .cr .cr-icon {
    /*position: absolute;
    font-size: .9rem;
    line-height: 0;
    top: 50%;
    right: 4%;*/
    position: absolute;
    font-size: .9rem;
    line-height: 0;
    top: 50%;
    left: 9%;
}

.radio .cr .cr-icon {
    margin-right: 0.04em;
}

.form-check label input[type="checkbox"], .radio label input[type="radio"] {
    display: none;
}

    .form-check label input[type="checkbox"] + .cr > .cr-icon {
        opacity: 0;
        color: #ffffff;
    }

    .form-check label input[type="checkbox"]:checked + .cr > .cr-icon {
        opacity: 1;
        color: #fff;
    }

    .form-check label input[type="checkbox"] + .cr {
        background-color: #FFFFFF;
        border: 1px solid #a9a9a9;
    }

    .form-check label input[type="checkbox"]:checked + .cr {
        background-color: #bf0c0c;
        border: 1px solid #bf0c0c;
    }

    .form-check label input[type="checkbox"]:disabled + .cr {
        opacity: .5;
    }

    .radio label input[type="radio"] + .cr > .cr-icon {
        opacity: 0;
        color: #ffffff;
        transition: all ease-in .2s;
    }

    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        opacity: 1;
        color: #bf0c0c;
    }

    .radio label input[type="radio"] + .cr {
        transition: all ease-in .2s;
        border: 1px solid #a9a9a9;
    }

    .radio label input[type="radio"]:checked + .cr {
        border: 1px solid #bf0c0c;
    }

label {
    display: inline-block;
    margin-bottom: .5rem;
    line-height: 1.1rem;
}

.terms {
    width: auto;
    float: none;
}

.btn-xl {
    text-transform: uppercase;
    padding: 1.5rem 3rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

.bg-black {
    background-color: #000 !important;
}

.rounded-pill {
    border-radius: 5rem;
}

.navbar-custom {
    padding-top: .6rem;
    padding-bottom: .6rem;
    background-color: rgba(0, 0, 0, 1);
}

    .navbar-custom .navbar-brand {
        text-transform: uppercase;
        font-size: 1rem;
        letter-spacing: 0.1rem;
        font-weight: 700;
        margin: auto;
    }

    .navbar-custom .navbar-nav .nav-item .nav-link {
        text-transform: uppercase;
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.1rem;
    }

header.masthead {
    position: relative;
    overflow: hidden;
    padding-top: calc(5rem);
    padding-bottom: 5rem;
    background-image: url(../images/1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

    header.masthead .masthead-content {
        z-index: 1;
        position: relative;
    }

        header.masthead .masthead-content .masthead-heading {
            font-size: 5rem;
            text-transform: uppercase;
        }

        header.masthead .masthead-content .masthead-subheading {
            font-size: 1.8rem;
        }

    header.masthead .bg-circle {
        z-index: 0;
        position: absolute;
        border-radius: 100%;
        background: linear-gradient(0deg, #ee0979 0%, #ff6a00 100%);
    }

    header.masthead .bg-circle-1 {
        height: 90rem;
        width: 90rem;
        bottom: -55rem;
        left: -55rem;
    }

    header.masthead .bg-circle-2 {
        height: 50rem;
        width: 50rem;
        top: -25rem;
        right: -25rem;
    }

    header.masthead .bg-circle-3 {
        height: 20rem;
        width: 20rem;
        bottom: -10rem;
        right: 5%;
    }

    header.masthead .bg-circle-4 {
        height: 30rem;
        width: 30rem;
        top: -5rem;
        right: 35%;
    }

.display-5 {
    color: #bf0c0c;
}

.bg-primary {
    background-color: #bf0c0c !important;
}

.btn.focus, .btn:focus {
    color: #fff;
    text-decoration: none;
}

.btn-primary {
    background-color: #bf0c0c;
    border-color: #bf0c0c;
    color: #FFFFFF;
    text-decoration: none;
    font-size: .9rem;
    padding: 8px 20px;
    font-weight: normal;
    transition: all ease-in .2s;
}

    /*.msection2 .btn-primary, .msection3 .btn-primary, .msection4 .btn-primary, .msection5 .btn-primary, .msection6 .btn-primary, .msection7 .btn-primary, .msection8 .btn-primary {
    color: #FFFFFF!important;
}*/

    .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
        background-color: #d43e44 !important;
        border-color: #d43e44 !important;
    }

    .btn-primary:focus {
        box-shadow: none;
    }

.btn-secondary {
    background-color: #f1f1f1;
    border-color: #dad7d7;
    color: #000000;
    text-decoration: none;
    font-size: .9rem;
    padding: 8px 20px;
    font-weight: normal;
    transition: all ease-in .2s;
}

    .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
        background-color: #dad7d7 !important;
        border-color: #dad7d7 !important;
        color: #000000;
    }

    .btn-secondary:focus {
        box-shadow: none;
    }

a {
    color: inherit;
    text-decoration: underline;
    transition: all ease-in .2s;
}

    a:hover {
        color: #bf0c0c;
    }

.check-box-padding {
    padding-top: 10%;
    padding-bottom: 20px;
}

.begin-btn {
    width: 180px;
    margin-bottom: 60px;
}

footer {
    background-color: #292929;
    padding: 10px 20px;
    color: #999999;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.red {
    color: #bf0c0c;
    padding-top: 10%;
}

.bg-icns {
    background: url(../images/icns-bg.svg);
    background-position: center bottom -200px;
    background-repeat: no-repeat;
}

.error-txt {
    font-size: 5rem;
    font-weight: 300;
    color: #bf0c0c;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.btn-margin {
    margin-top: 5%;
}

.separation {
    height: 20px;
    width: 100%;
}

* {
    box-sizing: border-box;
}

.form-center {
    width: 100%;
    margin: auto;
    padding-top: 10%;
    padding-bottom: 100px;
}

.msection3 {
    padding-bottom: 70px;
}

.form-center-new {
    width: 60%;
    margin: auto;
    padding-top: 10%;
    padding-bottom: 100px;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 1rem;
}

.padding-new {
    padding: 20px 0;
}

.next-btn {
    width: 100%;
    margin: 0;
}

.next-btn-bx {
    width: 50%;
    padding: 20px 0;
    padding-right: 10px;
    float: right;
}

.prev-btn-bx {
    width: 50%;
    padding: 20px 0;
    padding-left: 10px;
    float: right;
}

.btn-box {
    width: 320px;
    height: auto;
    margin: auto;
}

.form-group {
    margin-bottom: 1rem;
    text-align: right;
}

.gray-bg {
    background-color: #eeeeee;
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);*/
}
.bg-white {
    background-color: #ffffff !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.img-bg {
    background-image: url(../images/body-bg.jpg);
    background-size: cover;
    padding: 0;
    margin: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.45rem 0.75rem;
    font-size: 1rem;
    color: #000000;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    transition: border-color ease-in 0.2s, box-shadow ease-in 0.2s;
    text-align: right;
}

    .form-control:focus {
        color: #000;
        background-color: #fff;
        border: 1px solid #292929;
        outline: none;
        box-shadow: none !important;
        caret-color: #bd0017;
    }

.form-center-small {
    width: 340px;
    margin: auto;
    padding-top: 5%;
    padding-bottom: 115px;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #ffffff !important;
    border: solid 1px #dad7d7;
    color: #666666;
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #ffffff !important;
    border: solid 1px #dad7d7;
    color: #666666;
    box-shadow: none;
}

.content {
    float: left;
    width: 100%;
}

.part-receipt {
    margin: auto;
    width: 310px;
    height: auto;
    padding: 5px;
    border-radius: 5px;
    background-color: #ffffff;
}

.inner-padding {
    padding: 20px 0;
}

header.masthead-inner {
    position: relative;
    overflow: hidden;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    background-image: url(../images/1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

.receipt-sub-text {
    font-weight: bold;
    font-size: 2rem;
    padding-top: 20px;
    float: left;
    width: 100%;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: .3rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0;
    margin-bottom: 10px;
    margin-top: 0px;
    width: 100%;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #bf0c0c;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
    background-color: #e1efc4;
    border: solid 1px #9cc93a;
    background-image: url(../images/success.svg);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 17px;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
    background-color: #ffd9c2;
    border: solid 1px #fe8234;
    background-image: url(../images/exclamation.svg);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 17px;
}

.text-muted {
    color: #777777 !important;
    font-size: .84rem;
    margin-top: 5px;
    text-align: right;
}

.progress-bar-header {
    color: #888888;
    font-size: 1.27rem;
    padding-bottom: 5px;
    width: 100%;
    font-family: 'Droid Arabic Kufi';
    font-weight: normal;
    text-align: right;
}

.question-box {
    color: #000000;
    font-size: 1.3rem;
    padding: 10px 0;
    width: 100%;
    font-family: 'Droid Arabic Kufi';
    font-weight: normal;
    text-align: right;
}

.question-box-sub {
    color: #666666;
    font-size: 0.85rem;
    padding-bottom: 10px;
    width: 100%;
    font-family: 'Droid Arabic Kufi';
    font-weight: normal;
    text-align: right;
}

.survey-answer-box {
    padding-bottom: 105px;
    padding-top: 20px;
}

.footer-inner {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 12px;
    color: #999;
    padding-bottom: 10px;
}

.date-bg {
    background-image: url(../images/calendar.svg);
    background-position: center left 10px;
    background-repeat: no-repeat;
    background-size: 20px;
}

.time-bg {
    background-image: url(../images/clock.svg);
    background-position: center left 10px;
    background-repeat: no-repeat;
    background-size: 20px;
}

.in-box {
    float: right;
}

.in-box-form {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -8px;
    width: 76px;
    font-family: 'Droid Arabic Kufi';
}

.form-sub {
    margin-top: -7px;
    margin-left: 30px;
}

.textarea-style {
    width: 100%;
    min-height: 130px;
}

.like-btn-main {
    margin: auto;
    width: 280px;
    margin-top: 8%;
}

.like-btn {
    color: #999999;
    border: solid 1px #999999;
    width: 120px;
    height: 120px;
    border-radius: 100px;
    background: url(../images/like.svg) no-repeat top 27px center;
    background-size: 55px;
    transition: all ease-in .2s;
    margin: 10px;
    float: right;
}

    .like-btn:hover {
        color: #ffc836;
        border: solid 1px #ffc836;
        cursor: pointer;
        background: url(../images/like-over.svg) no-repeat top 27px center;
        background-size: 55px;
    }

.dislike-btn {
    color: #999999;
    border: solid 1px #999999;
    width: 120px;
    height: 120px;
    border-radius: 100px;
    background: url(../images/dislike.svg) no-repeat top 35px center;
    background-size: 55px;
    transition: all ease-in .2s;
    margin: 10px;
    float: left;
}

    .dislike-btn:hover {
        color: #ffc836;
        border: solid 1px #ffc836;
        cursor: pointer;
        background: url(../images/dislike-over.svg) no-repeat top 35px center;
        background-size: 55px;
    }

.gender-btn {
    color: #999999;
    border: solid 1px transparent;
    width: 100px;
    height: auto;
    border-radius: 5px;
    text-align: center;
    transition: all ease-in .2s;
    margin: 0 20px;
    float: right;
    cursor: pointer;
    padding: 10px 0;
}

    .gender-btn:hover {
        color: #ffc836;
        border: solid 1px #ffc836;
    }

.skip-btn {
    float: left;
    margin-top: -3px;
    padding: 7px 22px;
    border-radius: 3px;
    font-size: .9rem;
    color: #000000;
    cursor: pointer;
    text-align: center;
    transition: all ease-in .2s;
    background: #ffc400; /* Old browsers */
    background: -moz-linear-gradient(top, #ffc400 0%, #f8af00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffc400 0%, #f8af00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffc400 0%, #f8af00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc400', endColorstr='#f8af00', GradientType=0 ); /* IE6-9 */
}

    .skip-btn:hover {
        background: #f8af00; /* Old browsers */
        background: -moz-linear-gradient(top, #f8af00 0%, #ffc400 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f8af00 0%, #ffc400 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f8af00 0%, #ffc400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8af00', endColorstr='#ffc400', GradientType=0 ); /* IE6-9 */
    }

.thank-you {
    color: #bf0c0c;
    font-size: 1.8rem;
    padding: 10px 0;
    padding-top: 10px;
    padding-bottom: 0px;
    width: 100%;
    font-family: 'Droid Arabic Kufi';
    font-weight: bold;
    text-align: center;
}

canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

.thank-you-sub {
    color: #000000;
    font-size: 1.22rem;
    padding-bottom: 5px;
    width: 100%;
    font-family: 'Droid Arabic Kufi';
    font-weight: normal;
    text-align: center;
}

.coupon {
    margin: auto;
    width: 400px;
}

.btn-box-new {
    width: 170px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.full-receipt {
    margin: auto;
    width: 280px;
    height: auto;
    padding: 5px;
    border-radius: 5px;
    background-color: #ffffff;
}

.receipt-full-sub-text {
    font-weight: bold;
    font-size: 1.4rem;
    padding: 40px 0;
    float: left;
    width: 100%;
}

.coupon-bg {
    background-image: url(../images/coupon-art.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.cookies-box {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding: 20px;
    height: auto;
    line-height: normal;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2900;
}

.file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
}

.cnt-bx {
    float: left;
    width: 100%;
    border-bottom: solid 1px #eeeeee;
    font-size: 13px;
    color: #666666;
    padding-bottom: 15px;
    margin-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    text-align: left;
}

.white-bx {
    font-size: 14px;
    float: left;
    position: relative;
    margin-right: 10px;
    width: 45%;
    max-width: 130px;
    min-height: 30px;
    height: auto;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 3px;
    /* padding: 3px 8px; */
    /* border: solid 1px #eeeeee; */
    /* -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,.2); */
    /* box-shadow: 3px 3px 10px rgba(0,0,0,.2); */
    transition: all ease-in .3s;
    padding-left: 26px;
    /* margin-top: 6px; */
}

.cnt-box p {
    color: #fff;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0;
    font-weight: normal;
    text-align:left;
}

.span-txt {
    float: left;
    width: 100%;
    color: #999999;
    font-size: 12px;
    margin-top: 3px;
}

.cookies-check {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 10px;
}

.col-md-4 span {
    float: right;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}

.box-title {
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 2px;
}

.fancy-checkbox {
    display: block;
    font-weight: normal;
}

    .fancy-checkbox input[type="checkbox"] {
        display: none;
    }

        .fancy-checkbox input[type="checkbox"] + span {
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
            cursor: pointer;
            position: relative;
            font-size: 16px;
            color: #000000;
            margin-bottom: 20px;
        }

            .fancy-checkbox input[type="checkbox"] + span:before {
                display: inline-block;
                vertical-align: middle;
                *vertical-align: auto;
                *zoom: 1;
                *display: inline;
                position: relative;
                border-radius: 3px;
                bottom: 1px;
                width: 18px;
                height: 18px;
                margin-right: 10px;
                content: "";
                border: 1px solid #999999;
            }

        .fancy-checkbox input[type="checkbox"]:checked + span:before {
            font-family: FontAwesome;
            content: '\f00c';
            font-size: 16px;
            text-stroke: 2px #ffbc0d;
            -webkit-text-stroke: 2px #ffbc0d;
            -moz-text-stroke: 2px #ffbc0d;
            -ms-text-stroke: 2px #ffbc0d;
            -o-text-stroke: 2px #ffbc0d;
            color: #ffffff;
            text-align: center;
            line-height: 16px;
            background: #ffbc0d;
            border: 1px solid #ffbc0d;
        }

    .fancy-checkbox.custom-color-green input[type="checkbox"]:checked + span:before {
        color: #53D76A;
        background-color: #fff;
    }

    .fancy-checkbox.custom-bgcolor-green input[type="checkbox"]:checked + span:before {
        color: #fff;
        background-color: #53D76A;
        border-color: #32cf4d;
    }

.white-bx .fancy-checkbox input[type="checkbox"] + span:before {
    border-radius: 50px;
}

.white-bx .fancy-checkbox input[type="checkbox"]:checked + span:before {
    font-family: FontAwesome;
    content: '\f00c';
    font-size: 10px;
    text-stroke: .5px #000;
    -webkit-text-stroke: .5px #000;
    -moz-text-stroke: .5px #000;
    -ms-text-stroke: .5px #000;
    -o-text-stroke: .5px #000;
    color: #dddddd;
    text-align: center;
    line-height: 16px;
    background: #000;
    border: 1px solid #dddddd;
    border-radius: 50px;
}
.emoji-btn-main {
    margin: auto;
    width: 440px;
    margin-top: 8%;
}

.emoji-btn {
    border: solid 3px #eeeeee;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    cursor: pointer;
    transition: all ease-in .2s;
    margin: 10px;
    float: right;
    text-align: center;
    padding: 20px;
}

    .emoji-btn span {
        font-weight: bold;
        font-size: 18px;
    }

    .emoji-btn:hover {
        border: solid 3px #db0007;
    }

.emoji-btn-active {
    border: solid 3px #db0007;
}
