:root{
    --color-text-base: #002b52;
    --color-brand-primary-one: #003978;
    --color-surface-components:#f2f5f7;
    --color-brand-primary-three: #eef7fb;
    --color-inputs-placeholder: #637185;
    --size-button-height-base: 3.375rem;
    --size-radius-medium: 1rem;
    --size-radius-small: 0.75rem;
    --color-text-subdued: #69778c;
    --color-interaction: #0070D6;
    --color-border: #cccccc;
    --size-font-web-body: 1rem;
    --size-font-web-hfour: 1.25rem;
    --size-font-web-htwo: 2.25rem;
    --size-font-five: 1.5rem;
    --size-font-two: 0.875rem;
    --size-font-one: 0.75rem;
    --color-primitive-white: #ffffff;
}

@font-face {
    font-family: bliss2;
    src: url(../fonts/bliss.eot);
    src: url(../fonts/bliss.eot?#iefix) format("embedded-opentype"), url(../fonts/bliss.woff2) format("woff2"), url(../fonts/bliss.woff) format("woff"),
        url(../fonts/bliss.ttf) format("truetype"), url(../fonts/bliss.svg#bliss2) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: SFProText-Regular;
    src: url(../fonts/SFProText-Regular.eot);
    src: url(../fonts/SFProText-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/SFProText-Regular.woff2) format("woff2"), url(../fonts/SFProText-Regular.woff) format("woff"),
        url(../fonts/SFProText-Regular.ttf) format("truetype"), url(../fonts/SFProText-Regular.svg#bliss2) format("svg");
    font-weight: 400;
    font-style: normal;
}

a,
img,
input,
select {
    transition: all 0.9s ease 0;
    -moz-transition: all 0.9s ease 0;
    -webkit-transition: all 0.9s ease 0;
    -o-transition: all 0.9s ease 0;
    -ms-transition: all 0.9s ease 0;
    font-family: SFProText-Regular;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
}
body {
    font-family: bliss2;
    font-weight: 400;
    color: var(--color-text-base);
    line-height: 1;
    font-size: var(--size-font-two);
    background: #f1f2f9;
}
body,
html {
    height: 100%;
}
li,
ul {
    list-style: none;
    padding: 0;
}
*{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    color: var(--color-text-base);
    margin: 0 0 20px;
    text-transform: capitalize;
}
h2 > small,
h4 > span {
    text-transform: none;
}
h1,
h2 {
    color:var(--color-text-base);
    font-size: var(--size-font-web-hfour);
    margin: 0 0 38px;
}
h1 > span,
h2 > span {
    border-bottom: 3px solid;
    display: inline-block;
    line-height: 125%;
    padding-bottom: 4px;
}
label,
td,
th {
    line-height: 1;
}
h2 > small {
    font-size: 22px;
    color: var(--color-text-base);
}
h3 {
    font-size: var(--size-font-web-body);
    margin: 0 0 25px;
    text-align: center;
}
h4,
h4 > small {
    font-family: 'bliss2';
    font-style: normal;
    font-weight: 500;
    font-size: var(--size-font-web-hfour);
    line-height: 25px;
    /* identical to box height, or 125% */

    letter-spacing: -0.0045em;

    color: var(--color-text-base);
}
h4 {
    margin-bottom: 12px;
    color: var(--color-text-base);
}
h4 > small {
    text-transform: uppercase;
}
h5 {
    font-size: 15px;
}
h6 {
    font-size: 13px;
    margin: 0 0 10px;
}
h1 > span,
h2 > span {
    border-color: var(--color-primitive-white);
}
.cury-link::before,
.guide-box,
.guide-box:after,
.hom-icon:hover a.know-mo,
.nav > li,
.ptooltip1,
.ptooltip1-wrap .tooltiptext:after,
.select-style::before,
.tab-menu li,
.tooltip1 .tooltiptext,
.tooltip1 .tooltiptext:after,
.travel-select > a > span::before,
[type="checkbox"]:checked + label:before {
    border-color: var(--color-text-base);
}
.tab-menu li.active a {
    border-color: var(--color-text-base);
}
.btn {
    background: var(--color-text-base);
}
.hoterl-pop .nav > li.active a {
    background: var(--color-text-base);
}
.hoterl-pop .modal-body {
    background: var(--color-text-base);
    border-radius: 4px;
}
#accordion h4.panel-title a i,
#sync2 .synced .item,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover,
.category-links li a i,
.choose-currency table th,
.contact-wrap ul li span,
.link,
.menu-wrap,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.range-wrap.home-miles.top-ab,
.row-col,
.tab-menu li:before,
button,
input[type="button"],
input[type="submit"] {
    background: var(--color-text-base);
    background: -moz-linear-gradient(left, var(--color-text-base) 0, var(--color-text-base) 100%);
    background: -webkit-linear-gradient(left, var(--color-text-base) 0, var(--color-text-base) 100%);
    background: linear-gradient(to right, var(--color-text-base) 0, var(--color-text-base) 100%);
}
.select-style::before,
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:before {
    color: var(--color-primitive-white);
    pointer-events: inherit;
}
.scrollToTop span {
    color: var(--color-text-base);
}
.btn,
.range-wrap .ui-slider-horizontal .ui-slider-handle,
.range-wrap .ui-state-default,
.tab-menu li a > span {
    background: var(--color-text-base);
}
strong {
    color: var(--color-text-base);
}
.banner-sec > div > div p,
.bonus-sec h3,
.btn-wr .btn:hover,
.btn.otl-link,
.btn.text-style,
.choose-currency label,
.click-link,
.contact-wrap ul li figure small.glyphicon-earphone,
.contact-wrap ul li figure small.glyphicon-envelope,
.cury-link ul > li > a,
.cury-link::before,
.footer-sec ul li:hover a,
.glyphicon-star,
.gr-hotel li:last-child strong,
.grid-list aside a.btn:hover,
.grid-list p span,
.guide-box:after,
.hom-icon:hover a.know-mo,
.hotel-btn strong,
.item-list.details-para h6 span,
.item-list > div > div p span,
.log-btn-wrap,
.navbar-nav > li > ul li.active a,
.navbar-nav > li > ul li:hover a,
.owl-item .item.five > div > div > div strong,
.owl-item .item.one > div > div > div strong,
.ptooltip1-wrap .tooltiptext:after,
.range-wrap.aveb.ffp-avi .btn.ave,
.range-wrap.home-miles .btn,
.range-wrap.home-miles h4,
.result-month > strong,
.search-heading td > strong.points,
.tooltip1 .tooltiptext:after,
.travel-select > a:hover,
.travel-select > a > span,
.travel-select > a > span::before,
a,
a.btn:hover,
h4 > small,
input[type="button"]:hover,
input[type="submit"]:hover {
    color: var(--color-text-base);
}
.range-wrap.home-miles.show-b.top-ab {
    background: 0 0;
}
.form-control::-webkit-input-placeholder {
    color: #e0182d;
    opacity: 1;
    text-transform: none;
}
.form-control::-ms-input-placeholder {
    color: #e0182d;
    opacity: 1;
    text-transform: none;
}
.form-control::-moz-placeholder {
    color: #e0182d;
    opacity: 1;
    text-transform: none;
}
label,
optgroup,
select {
    text-transform: capitalize;
    font-family: SFProText-Regular;
}
label.capitalizeCasing{
    text-transform: inherit;
}
a,
input {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.9s ease 0;
    -moz-transition: all 0.9s ease 0;
    -webkit-transition: all 0.9s ease 0;
    -o-transition: all 0.9s ease 0;
    -ms-transition: all 0.9s ease 0;
}
input[type="email"],
input[type="number"],
input[type="text"] {
    text-transform: none;
}
input[type="email"],
input[type="file"],
input[type="number"],
input[type="password"],
input[type="text"],
optgroup,
select,
select.form-control,
textarea {
    height: 35px;
    border-radius: 0;
    background: 0 0;
    border-bottom: 1px solid #c3c8ea;
    box-shadow: none;
    padding: 2px 0 7px;
    color: var(--color-text-base) !important;
    width: 100%;
    font-size: var(--size-font-web-body);
    margin: 0 0 10px;
    font-family: bliss2;
}
.bmd-form-group.bmd-form-group label {
    color: var(--color-text-base);
}
.range-wrap .bmd-form-group.bmd-form-group label {
    font-size: var(--size-font-two);
    padding-left: 46px;
    line-height: 24px;
    margin: 0;
}
optgroup,
select,
select.form-control {
    padding-bottom: 9px;
    padding-top: 0;
    line-height: 21px;
}
.group {
    position: relative;
    margin: 0 0 15px;
}
.hideSow {
    padding-top: 1.75rem;
}
textarea {
    resize: none !important;
    overflow: visible;
}
input,
textarea {
    background: 0 0;
    color: #c6c6c6;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c6c6c6;
}
input:focus,
textarea:focus {
    outline: 0;
}
.bmd-form-group input ~ label {
    top: 2.1875rem;
    color: #7482cc;
}
.bmd-form-group input.dob18adult:valid ~ label,
.bmd-form-group input:valid ~ label {
    top: 14px;
    font-size: var(--size-font-one);
    color: #7482cc;
}
input#departuredatetime.filled ~ label,
input#returningdatetime.filled ~ label {
    top: -23px;
    font-size: var(--size-font-one);
    color: #7482cc;
}
input:visited ~ label {
    background: #e0182d;
}
input:focus ~ .bar:before,
textarea:focus ~ .bar:before {
    width: 100%;
}
input[type="password"] {
    letter-spacing: 0.3em;
}
.group .fa-sign-in-alt,
.group .fa-unlock-alt {
    position: relative;
    top: 12px;
    color: var(--color-text-base);
}
.bar {
    position: relative;
    display: block;
    width: 100%;
}
.bar:before {
    content: "";
    height: 2px;
    width: 0;
    bottom: 13px;
    position: absolute;
    background: var(--color-text-base);
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    left: 0;
}
.form-control:focus {
    box-shadow: none;
}
.btn {
    color: #959595;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    outline: 0;
}
.btn:hover {
    color: #8b8b8b;
    background: #002652;
}
.btn.btn-link {
    background: var(--color-text-base);
    color: #d3eafd;
}
.btn.btn-link:hover {
    background: #0d8aee;
    color: #deeffd;
}
.btn.btn-submit {
    background: var(--color-text-base);
    color: #bce0fb;
}
.btn.btn-submit:hover {
    background: #0d8aee;
    color: #deeffd;
}
.btn.btn-cancel {
    background: #eee;
}
.btn.btn-cancel:hover {
    background: #e1e1e1;
    color: #8b8b8b;
}
.btn-box {
    text-align: center;
    margin: 50px 0;
}
.form-control {
    border: 0;
}
.group label {
    text-align: right;
}
button,
input,
input[type="file"],
optgroup,
select,
select option,
select.form-control,
textarea {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    outline: 0;
    font-family: 'SFProText-Regular';
}
select.form-control::-ms-expand {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
select.form-control::-ms-expand {
    display: none;
    visibility: hidden;
}
select {
    font-size: var(--size-font-two);
    margin: 0;
    background: 0 0 !important;
    position: relative;
    z-index: 1;
}
.select-style {
    position: relative;
}
.ui-datepicker-month {
    position: relative;
}
.cury-link:before,
.select-style:before,
.travel-select > a > span:before {
    content: "";
    color: var(--color-text-base);
    width: 10px;
    font-size: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    display: block;
    position: absolute;
    right: 6px;
    top: 12px;
    z-index: 1;
}

.cury-link:before {
    border-top: 7px solid #60533e;
    top: 14px;
}
select.form-control::-ms-expand,
select.ui-datepicker-month::-ms-expand,
select.ui-datepicker-year::-ms-expand {
    display: none;
}
select.ui-datepicker-month,
select.ui-datepicker-year {
    background: url(../images/web-portal/arrow.png) 92% 19px no-repeat #fff !important;
    border: 1px solid #eaefff;
    border-radius: 2px;
}
select option {
    border: none;
    font-family: bliss2;
    background: #fff;
    padding: 0 !important;
}
label {
    display: block;
    font-size: var(--size-font-web-body);
    color: var(--color-text-base);
    letter-spacing: 0.29px;
    line-height: 20px;
    font-size: var(--size-font-web-body);
    font-weight: 400;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
#userUploadEmailer input[type="file"],
.btn,
button,
input[type="button"],
input[type="submit"] {
    font-size: var(--size-font-two);
    color: var(--color-primitive-white);
    text-transform: capitalize;
    text-align: center;
    padding: 10px;
    display: block;
    margin: 0 0 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    line-height: 1;
    height: 35px;
}
#userUploadEmailer input[type="file"]{
    padding: 9px 10px 10px;
}

.btn-wr .btn:hover,
a.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    background: #002652;
    color: var(--color-primitive-white);
}
textarea {
    min-height: 152px;
    resize: none;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    border: none;
}
button[disabled],
input[disabled] {
    cursor: default;
    color: #999;
    border-color: #ccc;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.form-control:focus {
    background: 0 0;
    border-bottom: 2px solid var(--color-text-base);
}
@-webkit-keyframes autofill {
    0%,
    100% {
        color: #666;
        background: 0 0;
    }
}
input:-webkit-autofill {
    -webkit-animation-delay: 1s;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
.btn-primary {
    min-width: 133px;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: var(--color-primitive-white);
}
#message,
.error,
.star {
    color: #e0182d;
}
.msg-wrpa .message #message {
    padding: 0 15px;
}
.message #message {
    margin: 0 0 10px;
    padding: 0;
}
#message {
    font-size: var(--size-font-one);
    padding: 0 15px;
}
.error,
.errorSpan {
    word-spacing: 0;
    line-height: 14px;
    font-size: var(--size-font-one);
    color: #e0182d;
}
.error.act {
    bottom: -14px;
}
.error.expd {
    bottom: inherit;
    top: 60px;
}
.login-form ul li .error.act {
    bottom: -18px;
}
.login-form.forgot-wrap ul li .error.act {
    bottom: -20px;
}
.error.review {
    position: initial;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    height: 25px;
    -webkit-transition: 0.28s ease;
    -moz-transition: 0.28s ease;
    -o-transition: 0.28s ease;
    -ms-transition: 0.28s ease;
    transition: 0.28s ease;
    top: 0;
    pointer-events: inherit;
    color: var(--color-text-base);
    font-size: var(--size-font-two);
    font-weight: 700;
    letter-spacing: 0.25px;
}
[type="radio"] + label:after,
[type="radio"] + label:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border-radius: 1px;
    -webkit-transition: 0.28s ease;
    -moz-transition: 0.28s ease;
    -o-transition: 0.28s ease;
    -ms-transition: 0.28s ease;
    transition: 0.28s ease;
    background: var(--color-text-base);
}
[type="radio"]:not(:checked) + label:before {
    border: 2px solid #c3c8ea;
    background: 0 0;
}
[type="radio"]:checked + label:after {
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 16% 139% 0;
    -moz-transform-origin: 16% 139% 0;
    -ms-transform-origin: 16% 139% 0;
    -o-transform-origin: 16% 139% 0;
    transform-origin: 16% 139% 0;
    left: -31px;
}
.check-box {
    padding: 3px 0 0 25px;
}
.innerpad,
td,
th {
    padding: 10px;
}
.error {
    font-size: var(--size-font-one);
}
#adtexpiryError1.error {
    bottom: 0;
    font-size: var(--size-font-one);
}
.address-wrap .error {
    position: inherit;
}
.flight-book-form .col-sm-4,
.flight-book-form .col-xs-12 {
    position: relative;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
[type="checkbox"] + label,
input[type="checkbox"]:valid ~ label {
    position: relative;
    height: auto;
    pointer-events: inherit;
    font-size: var(--size-font-two);
    font-weight: 700;
    color: var(--color-text-base);
    letter-spacing: 0.11px;
    line-height: 34px;
    top: initial;
    padding-top: 1px;
}
[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #c3c8ea;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    background: #fff;
}
.wrapper,
body.home .wrapper,
header,
sub,
sup {
    position: relative;
}
dl,
pre,
table {
    margin: 0 0 10px;
}
[type="checkbox"]:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0, 0, 0, 0.46);
}
[type="radio"] + label::before {
    border: 2px solid var(--color-text-base);
    border-radius: 1px;
    height: 18px;
    width: 18px;
}
[type="radio"] + label::after {
    top: -21px;
}
[type="radio"]:checked + label::after {
    top: -5px;
}
[type="checkbox"]:checked + label:before {
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid var(--color-text-base);
    border-bottom: 2px solid var(--color-text-base);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.check-box a, .check-box a:hover, .check-box a:focus {
    font-size: var(--size-font-web-body);
    font-weight: 700;
    color:var(--color-text-base);
}
a.red-link:active,
a.red-link:focus,
a.red-link:hover {
    color: var(--color-text-base);
}
.red {
    color: #e0182d;
}
code,
pre,
thead th {
    color: var(--color-text-base);
}
dt,
li {
    color: var(--color-text-base);
    font-size: var(--size-font-two);
    margin-bottom: 14px;
    line-height: 130%;
}
code,
kbd,
pre,
samp,
small,
tt,
var {
    font-size: var(--size-font-one);
}
dd {
    margin: 0 0 20px 10px;
}
ul {
    margin: 0 0 20px;
}
ol {
    list-style-type: decimal;
    margin: 0 0 20px 17px;
}
ol ul,
ul ul {
    list-style-type: circle;
}
ol ol {
    list-style-type: lower-latin;
}
p {
    margin-bottom: 16px;
    line-height: 22px;
    font-size: var(--size-font-web-body);
}
blockquote,
cite,
dfn,
q,
var {
    font-style: italic;
}
blockquote {
    quotes: none;
    background: 0 0;
    color: #666;
}
small {
    line-height: 1.75;
}
pre {
    font-size: 15px;
    line-height: 1.5;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
kbd,
samp,
var {
    color: #666;
    font-family: bliss2;
    font-weight:500;
}
abbr,
acronym {
    border-bottom: 1px #aaa dotted;
    font-variant: small-caps;
    cursor: help;
}
sub,
sup {
    font-size: var(--size-font-one);
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5px;
}
sub {
    bottom: -0.25px;
    font-size: 100%;
    text-transform: none;
}
.log-btn,
.navbar-nav > li > a {
    text-transform: capitalize;
    letter-spacing: 1px;
}
img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}
a {
    text-decoration: none;
    /*font-size: 13px;*/
    display: inline-block;
}
a:focus,
a:hover {
    /*color: #ffffff;*/
    text-decoration: none;
}
a.disabled {
    pointer-events: none;
}
table {
    border-spacing: 0;
    width: 100%;
    border-collapse: collapse;
    color: var(--color-text-base);
    border-top: 1px #ccc solid;
    border-bottom: 1px transparent;
    margin-bottom: 0;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: none;
}
.cury-link li > a,
.log-btn,
.logo,
.logo:hover,
.navbar-nav > li ul li a,
.navbar-nav > li > a {
    color: var(--color-text-base);
}
.navbar-nav > li > a {
    color: #f5f5f5;
}
caption {
    font-variant: small-caps;
}
td,
th {
    vertical-align: top;
    font-size: var(--size-font-two);
}
td:first-child,
th:first-child {
    margin-top: 0;
}
thead th {
    text-align: left;
    border-bottom: 2px #888 solid;
}
tbody td,
tbody th {
    text-align: left;
    border-top: 1px solid #ccc;
}
.aligM.tb.table-responsive th,
.copyright,
.footer-sec ul,
.log-btn-wrap,
ul.social {
    text-align: center;
}
.search-heading .table-striped tbody tr:nth-of-type(2n + 1),
.search-heading.table-striped > tbody > tr:nth-of-type(2n + 1) {
    background: #fff;
}
.table .table {
    background: #fff !important;
    margin: 0;
}
.table > thead + tbody {
    border-top: 1px solid var(--color-text-base);
}
.table-striped thead tr span {
    color: var(--color-text-base);
}
.category-links li a i.cat_cashback:before,
.category-links li a i.cat_elec:before,
.category-links li a i.cat_gift:before,
.category-links li a i.travel:before,
.owl-next,
.owl-pagination .owl-page:nth-child(1) a,
.owl-pagination .owl-page:nth-child(1) a:before,
.owl-pagination .owl-page:nth-child(2) a,
.owl-pagination .owl-page:nth-child(2) a:before,
.owl-pagination .owl-page:nth-child(3) a,
.owl-pagination .owl-page:nth-child(3) a:before,
.owl-pagination .owl-page:nth-child(4) a,
.owl-pagination .owl-page:nth-child(4) a:before,
.owl-pagination .owl-page:nth-child(5) a,
.owl-pagination .owl-page:nth-child(5) a:before,
.owl-prev,
.tab-toggle-menu,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker-next .ui-icon,
[class*="icon-"],
[class^="icon-"] {
    background-image: url(../images/web-portal/sprite.png);
    background-repeat: no-repeat;
}

.wrapper {
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
}
.container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}
.container.inner-content.error-wrapper {
    max-width: 477px;
    box-shadow: 7px 5px 14px -1px rgba(0, 0, 0, 0.35);
    margin: -72px auto 10px;
}
.container.inner-content {
    background: #fff;
    margin: 0 auto 61px;
    position: relative;
}
.row-fields.row {
    margin: 0 -15px;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.mobile-menu {
    display: none;
}
header {
    z-index: 10;
}
.logo {
    margin: 1px 0 0 0;
    width: 139px;
    float: left;
}
.right-logo {
    float: right;
    width: 113px;
    margin: 9px 10px 0 0;
}
.navbar-toggle {
    margin: 0;
    background: 0 0;
    width: 52px;
    padding: 0;
    float: none;
}
.navbar-toggle .icon-bar {
    height: 3px;
    width: 100%;
}
.navbar-toggle:focus {
    border: none;
}
.right-logo {
    float: right;
    width: 110px;
    padding: 0;
}
.log-btn,
.login-head .rig-logo {
    float: left;
}
.menu-wrap {
    position: relative;
}
.container-col.pad {
    padding: 51px 0 0;
}
.buyLink {
    position: relative;
    top: -1px;
}
.navbar-header {
    background: var(--color-text-base);
    padding: 5px 0 0;
}
.nav {
    margin: 0;
}
.nav > li {
    margin: 0;
    border-bottom: 1px dotted;
    position: relative;
}
.nav > li:last-child,
.navbar-nav > li > ul li:last-child {
    border: none;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background: 0 0;
}
.navbar-nav > li > ul li {
    margin: 0;
    list-style: none;
}
.navbar-nav > li ul li a {
    font-size: var(--size-font-one);
    display: block;
    position: relative;
}
.log-btn,
.log-btn:hover {
    color: var(--color-text-base);
}
.toggle-menu {
    z-index: 1;
}
.cury-link ul li,
.log-btn,
.navbar-nav > li > ul li {
    border-color: #60533e;
}
.top #timeFormate {
    margin: 15px 0 0;
}
.log-btn > i {
    font-size: var(--size-font-web-hfour);
    /*position: relative;*/
    /*top: 3px;*/
}
.log-btn > i.userPic {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 4px;
}
.log-btn {
    border-radius: 18px;
    display: inline-block;
    padding: 5px 7px;
    margin: 31px 0 ;
    font-family: 'bliss2';
    font-style: normal;
    font-weight: 400;
    font-size: var(--size-font-web-body);
    line-height: 22px;
    /* identical to box height, or 138% */
    color: var(--color-primitive-white);
}
.log-btn:hover{
    color: var(--color-primitive-white);
}
.navbar-nav > li > ul {
    list-style: none;
    display: none;
    position: relative;
    width: 100%;
    z-index: 6;
    background: #fff;
}
.cury-link ul li a.kuwait-flg:before,
.cury-link ul li a.qatar-flg:before,
.cury-link ul li a.uae-flg:before,
.navbar-nav > li ul li.mil:nth-child(4) a:before,
.navbar-nav > li ul li.sop:nth-child(5) a:before,
.navbar-nav > li ul li:first-child a:before,
.navbar-nav > li ul li:last-child a:before,
.navbar-nav > li ul li:nth-child(2) a:before,
.navbar-nav > li ul li:nth-child(3) a:before {
    width: 24px;
    content: "";
    position: absolute;
}
.navbar-nav > li ul li a {
    padding: 8px 10px;
}
.navbar-nav > li ul li a i {
    color: var(--color-text-base);
    margin: 0 5px 0 0;
    display: inline-block;
    font-size: 15px;
    width: 24px;
    text-align: center;
}
.navbar-nav > li ul li a i.fa-plane {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    top: -13px;
}
.navbar-nav > li ul li.first a:before {
    top: 9px;
}
.cury-link ul li a.kuwait-flg:before {
    background: url(../images/web-portal/sprite.png) -132px -216px no-repeat;
    height: 15px;
    left: 5px;
    top: 12px;
    width: 25px;
}
.cury-link ul li a.uae-flg:before {
    background: url(../images/web-portal/sprite.png) -95px -216px no-repeat;
    height: 15px;
    left: 5px;
    top: 12px;
    width: 25px;
}
.cury-link ul li a.qatar-flg:before {
    background: url(../images/web-portal/sprite.png) -34px -216px no-repeat;
    height: 17px;
    left: 2px;
    top: 12px;
    width: 28px;
}
.home-miles.show-b {
    float: right;
    color: var(--color-primitive-white);
    margin: 28px 10px 0 0;
}
.home-miles.show-b h4.normal-case {
    color: var(--color-primitive-white);
    display: inline-block;
    margin: 0;
}
.footer-sec {
    background: #313643;
}
.toggle-menu {
    opacity: 1;
    width: 39px;
    height: 25px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 0;
}
.range-wrap.home-miles .gift-icon {
    width: auto;
    margin: 0 5px 0 0;
    font-size: var(--size-font-web-hfour);
    padding: 0;
}
.range-wrap.home-miles .btn,
.range-wrap.home-miles .gift-icon,
.range-wrap.home-miles h4 {
    display: inline-block;
    vertical-align: middle;
}
.range-wrap.home-miles h4 {
    font-size: var(--size-font-one);
    font-weight: 700;
    line-height: 234%;
    margin: 0 10px 0 0;
}
.range-wrap.home-miles .btn {
    font-size: 17px;
    line-height: 129%;
    margin: 0;
    padding: 0;
}
.toggle-menu .icon-bar {
    display: block;
    position: absolute;
    width: 36%;
    height: 3px;
    top: 12px;
    left: 33%;
    -webkit-transition: margin 0.15s ease-out 0.25s, opacity 0.15s ease-out 0.25s, -webkit-transform 0.15s ease-out;
    transition: margin 0.15s ease-out 0.25s, opacity 0.15s ease-out 0.25s, -webkit-transform 0.15s ease-out;
}
.toggle-menu .icon-bar.bar.bar-1 {
    margin-top:4px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 12px;
}
.toggle-menu .icon-bar.bar.bar-3 {
    margin-top: 20px;
}
.toggle-menu.open-menu .icon-bar {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: margin 0.15s ease-out, opacity 0.15s ease-out, -webkit-transform 0.15s ease-out 0.25s;
    transition: margin 0.15s ease-out, opacity 0.15s ease-out, -webkit-transform 0.15s ease-out 0.25s;
    width: 71%;
}
.toggle-menu.open-menu .icon-bar.bar-1 {
    margin-top: -1px;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.toggle-menu.open-menu .icon-bar.bar-2 {
    opacity: 0;
}
.toggle-menu.open-menu .icon-bar.bar-3 {
    margin-top: -1px;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.login-logo {
    display: none;
}
.islamic-logo {
    float: right;
    pointer-events: none;
    cursor: default;
}
.container.top-logo {
    padding: 10px;
}
.login-head .login-logo {
    display: block;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}
.footer-sec {
    padding: 14px 0 5px;
}
.footer-sec ul {
    margin: 0 auto 2px;
    padding: 0;
    width: 291px;
    display:flex;
    flex-direction: column;
}
.footer-sec ul li {
    display: inline-block;
    padding: 0 12px;
    margin: 0 0 10px;
}
.footer-sec ul li:first-child {
    padding-left: 0;
    border-left: none;
}
.footer-sec ul li a {
    display: block;
    text-transform: capitalize;
    color: var(--color-primitive-white);
    font-size: 15px;
}
.footer-sec ul li a:hover{
    color: #ccd7e4;
}
.footer-sec ul li a span {
    text-transform: none;
}
.copyright {
    display: block;
    color: #666;
    font-size: var(--size-font-one);
}
.footer-sec ul.social {
    overflow: hidden;
    margin: 10px auto 0;
    font-size: var(--size-font-web-hfour);
}
.footer-sec ul.social li {
    padding: 0;
}
.footer-sec ul.social li:last-child{
    padding-left: 5px;
}

.container.inner-content.mm {
    position: relative;
}
ul.social {
    display: block;
    margin: -39px 0 20px;
    vertical-align: top;
}
ul.social li {
    margin: 6px 0;
    display: inline-block;
    vertical-align: top;
}
ul.social li a {
    width: 30px;
    display: block;
    margin: 0;
}
.innerpad ul.social li a {
    color: var(--color-text-base);
}
ul.social li span {
    font-size: 0;
}
.social {
    margin: 0;
}
.social li {
    float: left;
}
.social li a {
    display: block;
}
.light-theme.simple-pagination {
    margin-top: 20px;
}
#hotelpagination1.light-theme.simple-pagination {
    margin-top: 0;
}
.uline {
    border-bottom: 4px solid #f2a752;
}
body {padding-right: 0 !important}

/* ------------------------------------------------------ */
/* Form elements new style */
.bmd-form-group [class*=" bmd-label"].bmd-label-floating, .bmd-form-group [class^=bmd-label].bmd-label-floating {
    top: 2px !important;
    margin-bottom: 12px;
}
.bmd-form-group .bmd-label-static, .bmd-form-group .is-filled .bmd-label-floating, .bmd-form-group .is-focused .bmd-label-floating, .bmd-form-group.is-filled .bmd-label-floating, .bmd-form-group.is-focused .bmd-label-floating {
    top: 13px;
    left: 0;
    font-size: var(--size-font-web-body) !important;
    color: var(--color-text-base);
}
.bmd-form-group .bmd-label-static, .bmd-form-group .is-filled .bmd-label-floating, .bmd-form-group .is-focused .bmd-label-floating, .bmd-form-group.is-filled .bmd-label-floating, .bmd-form-group.is-focused .bmd-label-floating{
    color:var(--color-text-base) !important;
}
input[type="email"], input[type="file"], input[type="number"], input[type="password"], input[type="text"], optgroup, select, select.form-control, textarea {
    background-color:var(--color-surface-components);
    border-radius: var(--size-radius-medium);
    height: 48px;
    border-bottom: 0;
    padding: 0px 37px ;
    padding-left: 10px;
    margin-bottom: 16px;
}
.form-control:hover {
    border-color: transparent !important;
}
.custom-file-control:focus, .form-control:focus{
    background-color:var(--color-surface-components) !important;
    border-color: transparent;
}

.custom-file-control:disabled, .form-control:disabled, .form-control[readonly], [readonly].custom-file-control{
    background-color:var(--color-surface-components) !important;
    background-image: none !important;
}
.form-control[readonly].datepicker, .form-control[readonly].transactionsummary {
    background-image: url(../images/web-portal/date.svg) !important;
}

select{
    background-color:var(--color-surface-components) !important;
    border-bottom: 0;
}
select, select.custom-file-control, select.form-control {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}
.cury-link:before, .select-style:before, .travel-select > a > span:before {
    position: absolute;
    top: 16px;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 0.2em solid #69778c;
    border-top: 0.2em solid #69778c;
    transform: rotate(135deg);
    margin-right: 0.5em;
    margin-left: 1em;
    right: 10px;
    z-index: 3;
    border-left: 0;
}

#userUploadEmailer input[type="file"], .btn, button, input[type="button"], input[type="submit"]{
    background: var(--color-brand-primary-one);
    border-radius: var(--size-radius-medium) !important;
}
/*#userUploadEmailer input[type="file"], .btn, input[type="button"], input[type="submit"]{
    background: var(--color-brand-primary-one) !important;
    border-radius: var(--size-radius-medium) !important;
}*/

.search-form input[type="button"]{
    border-radius: 0px !important;
}

.btnStyle{
    height:var(--size-button-height-base) !important;
}

#userUploadEmailer input[type="file"], .btn, button, input[type="button"], input[type="submit"]{
    text-transform: none;
}
/* ------------------------------------------------------ */
/* header new style */
.logo {
    margin: 32px 0 16px;
    width: 190px;
    font-size: var(--size-font-one);
    color: var(--color-text-base);
}
.navbar-nav > li > a{
    font-family: 'bliss2';
    font-style: normal;
    font-weight: 500;
    font-size: var(--size-font-web-body);
    line-height: 22px;
    letter-spacing: -0.0043em;
}
.navbar-nav > li ul li a{
    font-family: 'bliss2';
    font-style: normal;
    font-weight: 500;
    font-size: var(--size-font-web-body);
    line-height: 22px;
}
.mRit {
    margin-right: 10px;
    margin-bottom: 3px;
}
.navbar-nav > li > ul > hr {
    margin: 0;
}

body.MyAccount .myaccount-wrap .tab-menu li:nth-child(1) i span {
    background-image: url(../images/web-portal/user-circle_blue.png);
    width: 24px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0px 5px;
}
body.MyAccount .myaccount-wrap .tab-menu li:nth-child(1).active i span, 
body.MyAccount .myaccount-wrap .tab-menu li:nth-child(1):hover i span {
    background-image: url(../images/web-portal/user-circle.png);
}

body.MyAccount .myaccount-wrap .tab-menu li:nth-child(2) i span {
    background-image: url(../images/web-portal/plane_blue.svg);
    width: 24px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

body.MyAccount .myaccount-wrap .tab-menu li:nth-child(2).active i span,
body.MyAccount .myaccount-wrap .tab-menu li:nth-child(2):hover i span{
    background-image: url(../images/web-portal/plane_white.png);
}

body.MyAccount .myaccount-wrap .tab-menu li:nth-child(3) i span {
    background-image: url(../images/web-portal/transaction_blue.svg);
    width: 25px;
    transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -webkit-transition: none;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0px 7px;
}
body.MyAccount .myaccount-wrap .tab-menu li:nth-child(3).active i span,
body.MyAccount .myaccount-wrap .tab-menu li:nth-child(3):hover i span{
    background-image: url(../images/web-portal/transaction_white.png);
    width: 19px;
}

body.MyAccount .myaccount-wrap .tab-menu li:nth-child(4) i span {
    background-image: url(../images/web-portal/transaction_blue.svg);
    width: 25px;
    height: 35px;
    transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -webkit-transition: none;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0px 7px;
}
body.MyAccount .myaccount-wrap .tab-menu li:nth-child(4).active i span,
body.MyAccount .myaccount-wrap .tab-menu li:nth-child(4):hover i span{
    background-image: url(../images/web-portal/transaction_white.png);
    width: 19px;
}

body.MyAccount .myaccount-wrap .tab-menu li:nth-child(5) i span {
    background-image: url(../images/web-portal/user-minus_blue.svg);
    width: 24px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0px 5px;
}
body.MyAccount .myaccount-wrap .tab-menu li:nth-child(5).active i span,
body.MyAccount .myaccount-wrap .tab-menu li:nth-child(5):hover i span{
    background-image: url(../images/web-portal/user-minus_white.png);
}

body.MyAccount .myaccount-wrap .tab-menu li:nth-child(6) i span {
    background-image: url(../images/web-portal/gift_blue.svg);
    width: 24px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0px 5px;
}
body.MyAccount .myaccount-wrap .tab-menu li:nth-child(6).active i span,
body.MyAccount .myaccount-wrap .tab-menu li:nth-child(6):hover i span{
    background-image: url(../images/web-portal/gift_white.png);
}

body.MyAccount .myaccount-wrap .tab-menu li:nth-child(7) i span {
    background-image: url(../images/web-portal/user-plus_blue.svg);
    width: 24px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0px 5px;
}
body.MyAccount .myaccount-wrap .tab-menu li:nth-child(7).active i span,
body.MyAccount .myaccount-wrap .tab-menu li:nth-child(7):hover i span{
    background-image: url(../images/web-portal/user-plus_white.png);
}

.labelCasing{text-transform: inherit;}

/* multiple background on select box, if select box not opens up onclick of arrow */
/*select {
    background: url(../images/web-portal/chevron-down.png) 97% 11px no-repeat, var(--color-surface-components) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/
.container.inner-content .radio-sec.clearfix{margin-bottom: 16px;}
.drop_textarea {
    padding: 15px 20px;
}
span.mobViewSec.hidden-xs.logout_session a:focus , span.mobViewSec.hidden-xs.logout_session a:hover{color:#ffffff !important;}