﻿@font-face {
    font-family: FaricyNew;
    src: url('../fonts/FaricyNew-Rg.eot');
    src: local('FaricyNew Regular'), url('../fonts/FaricyNew-Rg.woff') format('woff'), url('../fonts/FaricyNew-Rg.eot?#iefix') format('embedded-opentype'), url('../fonts/FaricyNew-Rg.otf') format('opentype');
}

@font-face {
    font-family: FrutigerArabic;
    src: url('../fonts/FrutigerLTArabic-Rg.eot');
    src: local('FrutigerArabic Regular'), url('../fonts/FrutigerLTArabic-Rg.woff') format('woff'), url('../fonts/FrutigerLTArabic-Rg.eot?#iefix') format('embedded-opentype'), url('../fonts/FrutigerLTArabic-Rg.ttf') format('truetype');
}


body {
    margin: 0;
    padding: 0;
    font-family: FaricyNew;
    font-size: 16px;
    padding-bottom: 75px;
}

.container {
    max-width: 930px;
    padding: 0 !important;
}

.container1 {
    max-width: 930px;
    margin: 0 auto;
}

.header-panel h2 {
    margin: 0;
    padding: 0;
}

.header-panel {
    padding: 15px 20px;
}

.payment-wrapper {
    padding: 20px 50px;
    position: relative;
}

.paymentOptionSection ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .paymentOptionSection ul li {
        padding: 20px;
        cursor: pointer;
        overflow: hidden;
        min-height: 75px;
    }

        .paymentOptionSection ul li img {
            max-width: 100%;
            max-height: 55px;
        }

.left {
    float: left;
}

.card-wrapper {
    position: absolute;
    right: -8px;
    top: -18px;
}

    .card-wrapper .card-icon {
        border: 1px solid #e6e6e6;
        padding: 10px;
        border-radius: 2px;
        padding: 10px;
        display: inline-block;
        width: 58px;
        height: 28px;
        float: left;
        margin-right: 10px;
    }

.cardHolder {
    width: 48px;
    float: left;
    padding: 2px;
    border-radius: 2px;
    margin-right: 5px;
    height: 30px;
}

    .cardHolder.visa {
        background: #f7f7f7 url(../images/icon-visa.png) no-repeat 50% 50%;
    }

    .cardHolder.master {
        background: #f7f7f7 url(../images/icon-mastercard.png) no-repeat 50% 50%;
    }

    .cardHolder.amex {
        background: #f7f7f7 url(../images/icon-american-express.png) no-repeat 50% 50%;
    }

    .cardHolder.diners {
        background: #f7f7f7 url(../images/icon-dyners-club.png) no-repeat 50% 50%;
    }



.card-icon.visa {
    background: #f7f7f7 url(../images/icon-visa.png) no-repeat 50% 50%;
}

.card-icon.master {
    background: #f7f7f7 url(../images/icon-mastercard.png) no-repeat 50% 50%;
}

.card-icon.amex {
    background: #f7f7f7 url(../images/icon-american-express.png) no-repeat 50% 50%;
}

.card-icon.diners {
    background: #f7f7f7 url(../images/icon-dyners-club.png) no-repeat 50% 50%;
}

.right {
    float: right;
}

.deactiveCard {
    opacity: .6;
}

.activeCard {
    border-color: red !important;
}
/*.card-error {
    background:#09151c url(../images/nocard.png) 93% center  no-repeat !important
}
.mastercard {
    background:#09151c url(../images/mastercard.png) 97% center  no-repeat !important;
    background-size:7%!important
}
.visa {
    background:#09151c url(../images/visa1.png) 97% center  no-repeat !important
}
.amex {
    background:#09151c url(../images/amex1.png) 97% center  no-repeat !important
}
.dinnerclub {
    background:#09151c url(../images/dinnerclub.png) 97% center  no-repeat !important
}*/
.scurity img {
    display: inline-block;
    margin-right: 5px;
}

.messagepanel i {
    font-size: 18px;
}

.messagepanel span {
    display: inline-block;
    padding: 15px 20px;
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
}

.botm-section {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px 0;
}

.padding20px {
    padding: 20px;
}

.botm-section small {
    font-size: 11px;
}

.botm-section {
    font-size: 13px;
}

.payment-method label {
    display: block;
    margin-bottom: 8px;
    font-weight: normal;
}

.form-control {
    margin-bottom: 16px;
    padding: 8px 15px;
    height: 40px;
    border: none;
}

.margin-right-10 {
    margin-right: 10px;
}

.footer {
    padding: 20px;
    margin-top: 25px;
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 12px;
}

.ccv {
    padding-right: 82px;
}

    .ccv img {
        position: absolute;
        right: 10px;
        top: 28px;
    }

.error-msg {
    color: red;
    position: relative;
    top: -5px;
}

.blank-error {
    border: 1px solid red !important;
}

.has-error, .border-error {
    border: 1px solid red !important;
    box-shadow: none !important;
}

.payment-method .container {
    max-width: 100% !important;
}

h2.small {
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.posrelative {
    position: relative;
    padding-top: 10px;
}

.cvvcwidth {
    width: 60px;
}

.cvvcwidth1 {
    width: 90px;
}

.marright5 {
    margin-right: 10px;
}

/*Alert messages*/

.popupPanelShow {
    position: fixed;
    left: 50%;
    top: 50%;
    max-width: 400px;
    width: 100%;
    border: 1px solid #d2d2d2;
    z-index: 99999;
    background: #fff;
    border-radius: 2px;
    text-align: center;
    padding-bottom: 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

    .popupPanelShow .msgHead {
        padding: 20px 20px 0;
        background: #32cc65;
        margin: -1px;
        color: #fff;
        font-weight: bold;
    }

    .popupPanelShow .popupContent {
        background: #32cc65;
        margin: -1px;
        margin-bottom: 20px;
        color: #fff;
        padding: 2px 20px 20px;
    }

        .popupPanelShow .popupContent ul {
            margin: 0;
            padding: 0;
        }

    .popupPanelShow .msgHead i {
        display: block;
        font-size: 40px;
        font-weight: normal;
        margin-bottom: 8px;
    }

    .popupPanelShow .popupsubmit .redBtn {
        background: #32cc65;
        padding: 5px 15px;
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

    .popupPanelShow.osnmsg-alert .msgHead,
    .popupPanelShow.osnmsg-alert .popupContent,
    .popupPanelShow.osnmsg-alert .popupsubmit .redBtn {
        background: #32a6cc !important;
    }

    .popupPanelShow.osnmsg-error .msgHead,
    .popupPanelShow.osnmsg-error .popupContent,
    .popupPanelShow.osnmsg-error .popupsubmit .redBtn {
        background: #cc3232 !important;
    }
/* Prompt message section*/

.promotmessage {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #fff;
    border: 1px solid transparent;
    padding: 20px;
    border-radius: 4px;
    min-width: 250px;
    color: #fff;
}

    .promotmessage .popupContent {
        width: 80%;
        margin-left: 20%;
    }

    .promotmessage .msgHead {
        position: absolute;
        left: 20px;
        top: 20px;
    }

        .promotmessage .msgHead i {
            font-size: 25px;
        }

    .promotmessage.osnmsg-error {
        background: #ec2838 !important;
    }

        .promotmessage.osnmsg-error .msgHead i {
            color: #fff !important;
        }

    .promotmessage.osnmsg-success {
        background: #32cc65 !important;
    }

        .promotmessage.osnmsg-success .msgHead i {
            color: #fff !important;
        }

    .promotmessage.osnmsg-alert {
        background: #32a6cc !important;
    }

        .promotmessage.osnmsg-alert .msgHead i {
            color: #fff !important;
        }

    .promotmessage ul {
        margin: 0;
        padding: 0;
    }
/*Inline message type*/

.inline-message {
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    clear: both;
}

    .inline-message.osnmsg-error .msgHead {
        color: #ec2838 !important;
    }

    .inline-message.osnmsg-success .msgHead {
        color: #32cc65 !important;
    }

    .inline-message.osnmsg-alert .msgHead {
        color: #32a6cc !important;
    }

.tooltip {
    font-size: .9rem !important;
    border-radius: 3px !important;
    padding: 3px !important;
    color: #333333 !important;
    min-width: 200px !important;
    background: #fff !important;
}

.tooltip-inner {
    color: #333333 !important;
    padding: 10px;
    background: #fff !important;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.3) !important;
}

.tooltip-arrow {
    color: #333333 !important;
    border-right-color: #fff !important;
}

.error-msg {
    display: block;
    color: #ed1c24;
}

.overlayMsg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    z-index: 999;
}

.fixed {
    position: fixed !important;
}

.pad50px {
    padding: 50px;
}

iframe {
    border: none;
}

.overlayMsg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    z-index: 999;
}

.fixed {
    position: fixed !important;
}

/*loader1*/

.loader,
.loader__figure {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.loader {
    overflow: visible;
    padding-top: 2em !important;
    height: 0 !important;
    width: 2em !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: inherit !important;
}

.loader__figure {
    height: 0;
    width: 0;
    box-sizing: border-box;
    border: 0 solid #ed1c24;
    border-radius: 50%;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dhowondesktopOnly {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    display:block;
    text-align:center
}

.loader__label {
    float: left;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0.5em 0 0 50%;
    font-size: 0.875em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #ed1c24;
    white-space: nowrap;
    -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lbelwrap input[type="radio"] + label {
    background: url('../images/radio.png') left top no-repeat;
    cursor: pointer;
}

.lbelwrap input[type="radio"]:checked + label {
    background: url('../images/radio-selected.png') left top no-repeat;
    cursor: pointer;
}

.checkbox input[type="checkbox"] + input[type="hidden"] + label {
    background: url('../images/icon_unchecked.png') left top no-repeat;
    cursor: pointer;
}

.checkbox input[type="checkbox"]:checked + input[type="hidden"] + label {
    background: url('../images/icon_checked2.png') left top no-repeat;
    cursor: pointer;
}

.cardRadio, .padleft25 {
    padding-left: 25px;
}

.btn-qstn {
    background: #fff;
    border: 1px solid red;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    text-align: center;
}

.inline-bock {
    display: inline-block !important;
}

.marleft10 {
    margin-left: 10px;
}

.container404 {
    background: #fff;
    padding: 20px;
    text-align: center;
}

    .container404 h3 {
        font-size: 18px;
        color: #444;
    }

@-webkit-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
    }

    30% {
        height: 2em;
        width: 2em;
        border-width: 1em;
        opacity: 1;
    }

    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
    }
}

@-moz-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
    }

    30% {
        height: 2em;
        width: 2em;
        border-width: 1em;
        opacity: 1;
    }

    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
    }
}

@keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
    }

    30% {
        height: 2em;
        width: 2em;
        border-width: 1em;
        opacity: 1;
    }

    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
    }
}

@-webkit-keyframes loader-label {
    0% {
        opacity: 0.35;
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0.35;
    }
}

@-moz-keyframes loader-label {
    0% {
        opacity: 0.35;
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0.35;
    }
}

@keyframes loader-label {
    0% {
        opacity: 0.35;
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0.35;
    }
}

.saveCardDiv {
    border: 1px solid #ddd;
    overflow: hidden;
}

    .saveCardDiv .column label {
        padding: 5px;
        border-bottom: 1px solid #ddd;
    }

@media only screen and (min-width: 991px) {
    .paymentOptionSection {
        width: 141px;
    }

    .payment-wrapper {
        width: calc(100% - 141px);
    }

    .saveCardDiv .column {
        float: left;
        padding-left: 5px;
    }

    .saveCardDiv .saveCardName {
        width: 50%;
    }

    .saveCardDiv .CVV {
        width: 15%;
    }

    .saveCardDiv .expirydate {
        width: 35%;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .saveCardDiv {
        padding: 10px;
    }

    .expirydate select, #cvv {
        width: 100% !important;
    }

    .paymentOptionSection, .payment-wrapper {
        width: 100%;
        float: none;
        clear: both;
        min-height: inherit !important;
    }

    .container {
        width: 95%;
    }

    .paymentOptionSection li {
        display: inline-block;
        width: 24%;
        vertical-align: top;
        min-height: 95px !important;
        border: none !important;
    }

    .paymentOptionSection ul li.active {
        border-bottom: 0px !important;
    }

    .card-wrapper {
        position: static;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 650px) {
    input.cvvcwidth1 {
        width: 50px !important;
        font-size: 13px;
        padding: 8px 5px;
        text-align: center;
    }

    select.cvvcwidth1 {
        font-size: 13px;
        padding: 8px 5px;
    }

    .payment-wrapper {
        padding: 20px !important;
    }

    .savedCard tr td {
        padding: 5px !important;
        font-size: 13px;
    }
}

@media only screen and (max-width: 500px) {
    .savedCard tr td, .savedCard tr th {
        white-space: nowrap;
    }

    .responsiveScroller {
        overflow: auto;
    }

    input.cvvcwidth1 {
        width: 40px !important;
    }
}
