select.form-control html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
* {
    outline: 0
}
*,
:before,
:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%
}
body{
        background: #f7f7f7;
}

@font-face {
    font-family: 'cabinregular';
    src: url('../fonts/Cabin-Regular.eot');
    src: url('../fonts/Cabin-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cabin-Regular.woff') format('woff'),
        url('../fonts/Cabin-Regular.ttf') format('truetype'),
        url('../fonts/Cabin-Regular.svg#cabinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cabinmedium';
    src: url('../fonts/Cabin-Medium.eot');
    src: url('../fonts/Cabin-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cabin-Medium.woff') format('woff'),
        url('../fonts/Cabin-Medium.ttf') format('truetype'),
        url('../fonts/Cabin-Medium.svg#cabinmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cabinbold';
    src: url('../fonts/Cabin-Bold.eot');
    src: url('../fonts/Cabin-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cabin-Bold.woff') format('woff'),
        url('../fonts/Cabin-Bold.ttf') format('truetype'),
        url('../fonts/Cabin-Bold.svg#cabinbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: cabinmedium;
    color: #333;
    line-height: 1;
    font-size: 14px;
    /*background: #f7f7f7;*/
    text-align: right !important;
}
p{
    direction: rtl;
}


body.home {
    background: #fff
}
html,
body {
    height: 100%
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    color: #000;
    margin: 0 0 20px;
    text-transform: uppercase
}
h1,
h2 {
    color: #5d5d5d;
    font-size: 20px;
    margin: 0 11px 38px

}
h1 > span,
h2 > span {
    border-bottom: 3px solid #ea2127;
    display: inline-block
}
h2 > small {
    text-transform: none;
    font-size: 22px;
    color: #5d5d5d
}
h3 {
    font-size: 16px;
    margin: 0 0 25px;
    text-align: center
}
h4 {
    font-size: 14px;
    margin-bottom: 12px
}
h4 > span {
    text-transform: none
}
h5 {
    font-size: 15px
}
h6 {
    font-size: 13px;
    margin: 0 0 10px
}
.form-control::-webkit-input-placeholder {
    color: #969696;
    opacity: 1;
    text-transform: none
}
.form-control::-moz-placeholder {
    color: #969696;
    opacity: 1;
    text-transform: none
}
.form-control::-ms-input-placeholder {
    color: #969696;
    opacity: 1;
    text-transform: none
}
.form-control::-moz-placeholder {
    color: #969696;
    opacity: 1;
    text-transform: none
}
input[type="text"],
input[type="number"],
input[type="email"] {
    text-transform: none
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
select,
optgroup,
textarea,
input[type="file"],
select.form-control {
    height: 45px;
    border-radius: 0;
    background: #eee;
    box-shadow: none;
    padding: 2px 10px;
    color: #5d5d5d;
    width: 100%;
    border: none;
    font-size: 14px;
    margin: 0 0 19px;
    border-radius: 10px;
}
select,
optgroup {
    text-transform: capitalize
}
input[type="button"]:focus {
    outline: 0
}
input:focus {
    outline: 0
}
input[type="button"]:hover {
    outline: 0
}
input[type="button"]:active {
    outline: 0
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0
}
select,
button,
input,
optgroup,
select,
textarea,
select option {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    font-family: Arial, sans-serif
}
select {
    font-size: 14px;
    margin: 0;
    background: none!important;
    position: relative;
    z-index: 1
}
.select-style {
    position: relative;
    background: #eee;
    border-radius: 10px;
}
.select-style:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 10px;
    width: 8px;
    height: 8px;
    border-left: 2px solid  rgba(26, 26, 25, .5);;
    border-bottom: 2px solid  rgba(26, 26, 25, .5);;
    transform: rotate(-45deg);
    background: transparent;
    pointer-events: none;
}
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: #eee url(../images/arrow.jpg) no-repeat 92% 10px!important
        direction: ltr;
}
select option {
    border: none;
    background: #eee
}
label {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    color: #333;
    line-height: 1;
    margin: 0 0 12px;
    direction: rtl; 
    margin-top: 20px;
}
input[type="submit"],
button,
.btn,
input[type="button"] {
    background: #220600;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 18px;
    display: block;
    /*margin: 1px 45px 12px;*/
    border: none;
    border-radius: 28px;
    cursor: pointer;
    line-height: 11px
}
input[type="submit"]:hover,
input[type="button"]:hover {
    background: #220600;
    color: #fff;
}
.tab-content>.active{
    border-radius: 0px 0px 15px 15px;
}
.tabpanelwrapper{
    border-radius: 15px !important; 
}

textarea {
    min-height: 152px;
    resize: none
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    border: none;
    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: #f7f7f7
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    background: #220600;
}
.btn-primary {
    min-width: 100px
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff
}
.msg-wrpa .message #message {
    padding: 0 15px
}
.message #message {
    margin: 0 0 10px;
    padding: 0
}
#message {
    color: red;
    font-size: 12px;
    padding: 0 0px;
}
.errorSpan,
.error {
    word-spacing: -1px;
    margin-top: 31px;
    position: absolute;
    direction: ltr;
}
.errorSpan.aa {
    word-spacing: -1px;
    letter-spacing: -.4px
}
.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
}
.radio-wrap {
    padding: 0 0 0 0px
}
[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: .28s ease;
    -moz-transition: .28s ease;
    -o-transition: .28s ease;
    -ms-transition: .28s ease;
    transition: .28s ease
}
[type=radio]+label:after,
[type=radio]+label:before {
    content: '';
    position: absolute;
    left: 112px;
    top: 0;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    -moz-transition: .28s ease;
    -o-transition: .28s ease;
    -ms-transition: .28s ease;
    transition: .28s ease
}
[type=radio]:not(:checked)+label:before {
    border-radius: 50%;
    border: 2px solid #ea2127
}
[type=radio]:checked+label:after {
    width: 9px;
    height: 15px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #ea2127;
    border-bottom: 2px solid #ea2127;
    -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: 0% 123% 0
}
[type="radio"] + label::before {
    border: 2px solid #ea2127;
    border-radius: 50%;
    height: 19px;
    width: 19px
}
[type="radio"] + label::after {
    top: -7px
}
.check-box {
    padding: 3px 0 0 25px
}
.error {
    color: red;
    font-size: 12px;
    position: absolute;
    bottom:-17px
}
#adtexpiryError1.error {
    bottom: 0;
    font-size: 10px
}
.address-wrap .error {
    position: initial
}
.star {
    color: red
}
body.hide-flight-hotel #demo1,
body.hide-flight-hotel #demo3 {
    display: none !important;
}
  .rewardsAffluent{left: 25%; width: 25%;}
@media screen and (max-width:767px)  {
  .rewardsAffluent{
        left: 0%;
        width: 100%;
    }

}
.flight-book-form .col-sm-4,
.flight-book-form .col-xs-12 {
    position: relative;
    float: right;
}
[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px;
    visibility: hidden
}
[type=checkbox]+label {
    position: relative;
    height: auto;
    padding-right: 30px;
}
.flight-tab [type=checkbox]+label {
    padding-right: 30px;
}
[type=checkbox]+label:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s
}
[type=checkbox]:not(:checked):disabled+label:before {
    border: none;
    background-color: rgba(0, 0, 0, .46)
}
[type="radio"] + label::before {
    border: 2px solid red;
    border-radius: 50%;
    height: 20px;
    width: 20px
}
[type="radio"] + label::after {
    top: -7px
}
[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 #ed1c24;
    border-bottom: 2px solid #ed1c24;
    -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 {
    font-size: 16px
}
a.red-link:hover,
a.red-link:focus,
a.red-link:active {
    color: #c33
}
.red {
    color: red
}
li,
dt {
    color: #333;
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 130%
}
dl {
    margin: 0 0 10px
}
dd {
    margin: 0 0 20px 10px
}
ul {
    margin: 0 0 20px
}
ol {
    list-style-type: decimal;
    margin: 0 0 20px 17px
}
ul ul,
ol ul {
    list-style-type: circle
}
ol ol {
    list-style-type: lower-latin
}
p {
    margin-bottom: 16px;
    line-height: 18px
}
blockquote,
cite,
q,
var,
dfn {
    font-style: italic
}
blockquote {
    background: transparent;
    color: #666
}
small {
    font-size: 12px;
    line-height: 1.75
}
pre,
code,
kbd,
tt,
samp,
var {
    font-size: 12px
}
pre {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 10px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}
pre,
code {
    color: #888
}
kbd,
samp,
var {
    color: #666;
    font-weight: 700
}
acronym,
abbr {
    border-bottom: 1px #aaa dotted;
    font-variant: small-caps;
    cursor: help
}
sub,
sup {
    font-size: 12px;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5px
}
sub {
    bottom: -.25px;
    font-size: 100%;
    text-transform: none
}
img {
    max-width: 100%;
    vertical-align: middle;
    height: auto
}
a {
    color: #c33;
    text-decoration: none;
    font-size: 13px;
    display: inline-block
}
select,
a,
input,
.grid-list > figure img {
    transition: all .9s ease 0;
    -moz-transition: all .9s ease 0;
    -webkit-transition: all .9s ease 0;
    -o-transition: all .9s ease 0;
    -ms-transition: all .9s ease 0
}
a:hover,
a:focus {
    color: #333;
    text-decoration: none;
    outline: 0
}
a:active {
    outline: none
}
table {
    width: 100%;
    border-collapse: collapse;
    color: #333;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    margin: 0 0 10px
}
caption {
    font-variant: small-caps
}
th,
td {
    line-height: 1;
    vertical-align: top;
    padding: 10px;
    font-size: 14px
}
th:first-child,
td:first-child {
    margin-top: 0
}
thead th {
    text-align: left;
    color: #888;
    border-bottom: 2px #888 solid
}
tbody th {
    text-align: left;
    border-top: 1px solid #ccc
}
tbody td {
    /*text-align: left;*/
    border-top: 1px solid #ccc
}


.table-striped > tbody > tr:nth-of-type(2n+2),div#hotelair .table-striped>tbody>tr:nth-of-type(odd) ,.tb.table-responsive.tra-tab .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #F1F0EF!important;
}
.aligM.tb.table-responsive th {
    text-align: center
}
[class^="icon-"],
[class*="icon-"],
.owl-prev,
.owl-next,
.owl-pagination .owl-page:nth-child(1) a,
.owl-pagination .owl-page:nth-child(2) a,
.owl-pagination .owl-page:nth-child(3) a,
.owl-pagination .owl-page:nth-child(4) a,
.owl-pagination .owl-page:nth-child(5) a,
.owl-pagination .owl-page:nth-child(1) a:before,
.owl-pagination .owl-page:nth-child(2) a:before,
.owl-pagination .owl-page:nth-child(3) a:before,
.owl-pagination .owl-page:nth-child(4) a:before,
.owl-pagination .owl-page:nth-child(5) a:before,
.ui-datepicker-next .ui-icon,
.category-links li a i.dining:before,
.category-links li a i.elec:before,
.category-links li a i.gift:before,
.category-links li a i.travel:before,
.category-links li a i.other:before,
.category-links li a i.ent:before,
.tab-toggle-menu,
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat
}
.wrapper {
    position: relative;
    height: auto!important;
    margin: 0 auto;
    min-height: 100%
}
.container {
    max-width: 1024px;
    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
}
.clearfix {
    display: inline-block
}
* html .clearfix {
    height: 1%
}
.clearfix {
    display: block
}
.mobile-menu {
    display: none
}
.innerpad {
    padding: 10px
}
header {
    position: relative;
    z-index: 10
}
.logo {
    margin: 0 auto 5px;
    width: 145px;
    display: block
}
.login-logo {
    display: inline-block
}
.navbar-toggle {
    margin: 0;
    background: none;
    width: 52px;
    padding: 0;
    float: none;
    position: absolute;
    top: 15px;
    left: 10px;
}
.navbar-toggle .icon-bar {
    background: #fff;
    height: 3px;
    width: 100%
}
.navbar-toggle:focus {
    border: none
}
.right-logo {
    text-align: right;
    padding: 10px
}
.menu-wrap {
    position: relative
}
.menu-wrap.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}
.container-col.pad {
    padding: 51px 0 0
}
.navbar-header {
    background: #ed1c24;
    padding: 5px 0 3px
}
.nav {
    margin: 0
}
.nav > li {
    margin: 0;
    border-bottom: 1px dotted #fff;
    position: relative;
    /*float: right;*/
}
.nav > li:last-child {
    border: none
}
.navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px
}
.nav > li > a:focus,
.nav > li > a:hover {
    background: none;
    opacity: .8
}
.toggle-menu {
    opacity: 1;
    z-index: 1
}
.log-btn {
    color: #666;
    text-transform: uppercase;
    font-size: 10px;
    border: 1px solid #666;
    border-radius: 18px;
    display: inline-block;
    margin: 0 10px;
    padding: 3px 15px;
    letter-spacing: 1px
}
.log-btn-wrap {
    background: rgba(255, 255, 255, 0.8);
    padding: 6px 0;
    text-align: center
}
.toggle-menu {
    opacity: 1;
    position: absolute;
    top: 17px;
    right: 20px;
    width: 52px;
    height: 25px
}
.home .toggle-menu .icon-bar {
    background: #fff
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 0
}
.toggle-menu .icon-bar {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    top: 9px;
    left: 0;
    -webkit-transition: margin .15s ease-out .25s, opacity .15s ease-out .25s, -webkit-transform .15s ease-out;
    transition: margin .15s ease-out .25s, opacity .15s ease-out .25s, -webkit-transform .15s ease-out
}
.toggle-menu .icon-bar.bar.bar-1 {
    margin-top: -9px
}
.toggle-menu .icon-bar.bar.bar-3 {
    margin-top: 9px
}
.toggle-menu.open-menu .icon-bar {
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
    -webkit-transition: margin .15s ease-out, opacity .15s ease-out, -webkit-transform .15s ease-out .25s;
    transition: margin .15s ease-out, opacity .15s ease-out, -webkit-transform .15s ease-out .25s
}
.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;
    filter: alpha(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)
}
.toggle-menu.open-menu .icon-bar {
    width: 71%
}
.login-logo {
    display: none
}
.login-head .menu-wrap {
    display: none
}
.login-head .rig-logo {
    float: right;
}
.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 {
    background: #504E49;
    padding: 12px 0
}
.footer-sec ul {
    margin: 0 auto 2px;
    padding: 0;
    width: 291px;
    text-align: center
}
.footer-sec ul li {
    display: inline-block;
    padding: 0 12px;
    margin: 0 0 10px;

    /*border-left: 1px solid #fff*/
}
.footer-sec ul li:last-child {
    padding-left: 0;
    border-left: none
}
.footer-sec ul li a {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
}

.footer-sec ul li a span{
    text-transform: none;
}
.footer-sec ul li:hover a {
    color: #ed1c24
}
.copyright {
    display: block;
    /*text-align: center;*/
    color: #fff;
    font-size: 12px
}
.DIR{
    direction: ltr;
}
/*.App {
    visibility: visible!important;
    appearance: auto;
    left: 64%!important;
}
.m_left {
    margin-left: 49px!important;
}*/


.App{
    visibility: visible!important;
    appearance: auto;
    left: 18%!important;

}
.App_R{
    left: 26%!important;
}
.App_btn{
    float: left;
}
.m_left{
    /*    margin-left: 69px!important;*/
    position: absolute;
    left: 28%;
    padding-top: 12px;
}
.m_right{
    position: absolute;
    left: 20%; 
    padding-top: 10px;
}

#infError{
    position: absolute;
    top: 59px;
    width: 217px; 
    right: 41%;
}
.textRight{
    text-align: center!important;
}
.floatRight{
    float: right;
    text-align: right;
    padding-right: 15px;
}
.sideNote{
    float: right;
    margin-top: 10px;
    font-weight: bold;
    padding-right: 15px;
}
.discount{
    font-size: 14px;
    position: absolute;
    right: 22%;
    top: 52px;
    color: #fff;
    text-transform: none;
}
.watani1{
    font-size: 13px;
    border: none;
    position: absolute;
    top: 8%;
    left: 75.3%;
    color: #000;
}

.watani{
    font-size: 13px;
    border: none;
    margin-right: 59px;
    position: absolute;
    top:7.2%;
    right: 16%;
}
.strikethrough-text {
    text-decoration: line-through;
}
.owl-pagination .owl-page:nth-child(1) a:before{
    background-image: url(../images/RewardsWhite.svg);
    background-repeat: no-repeat
}
.owl-pagination .owl-page:nth-child(1) a:hover:before{
    background-image: url(../images/RewardsRed.svg);
    background-repeat: no-repeat;
}
.owl-pagination .owl-page:nth-child(2) a:before{
    background-image: url(../images/FlightsWhite.svg);
    background-repeat: no-repeat
}
.owl-pagination .owl-page:nth-child(2) a:hover:before{
    background-image: url(../images/FlightsRed.svg);
    background-repeat: no-repeat;
}
.owl-pagination .owl-page:nth-child(3) a:before{
    background-image: url(../images/ShopWhite.svg);
    background-repeat: no-repeat
}
.owl-pagination .owl-page:nth-child(3) a:hover:before{
    background-image: url(../images/ShopRed.svg);
    background-repeat: no-repeat;
}
.owl-pagination .owl-page:nth-child(4) a:before{
    background-image: url(../images/HotelWhite.svg);
    background-repeat: no-repeat
}
.owl-pagination .owl-page:nth-child(4) a:hover:before{
    background-image: url(../images/HotelRed.svg);
    background-repeat: no-repeat;
}
.footer-sec .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_content{
    width: 100%
}
.social-links{
    display: flex;
    justify-content: end;
    margin-bottom: 0!important
}
.social-links li a img{
    height: 20px;
    width: 20px;
    object-fit: contain;
}
.social-links li a{
    cursor: pointer;
}