#owl-demo.slider-sec,
.con-bg {
    background: #fff
}
 .btn-fix{
        position: absolute;
        top: 69%;
        left: 40.5%;           
    }

.top-pad {
    margin-top: 0
}
.no-js #loader {
    display: none
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0
}
.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../images/right-logo.png) no-repeat #fff center 33%
}
.se-pre-con .spinner {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 50px
}
.back-bg > img {
    width: 100%
}
.right-col .item-wrap .page-item{
        list-style: none;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto
}
#owl-demo {
    position: relative;
    z-index: 3
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.owl-carousel .owl-item {
    float: left
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    z-index: 3
}
.grabbing {
    cursor: url(grabbing.png) 8 8, move
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-page {
    background: red none repeat scroll 0 0;
    display: inline-block;
    height: 20px;
    margin: 0 10px;
    width: 20px
}
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    -ms-perspective: 1200px;
    -ms-perspective-origin-x: 50%;
    -ms-perspective-origin-y: 50%;
    perspective: 1200px
}
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    -ms-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}
.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    -ms-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%
}
.owl-prev,
.owl-next {
    position: absolute;
    background-repeat: no-repeat;
    font-size: 0
}
.owl-prev {
    left: 10px;
    background-position: -239px 0;
    width: 22px;
    height: 41px
}
.owl-next {
    right: 10px;
    background-position: -278px 0;
    width: 22px;
    height: 41px
}
.owl-pagination {
    position: absolute;
    top: 100%;
    width: 154px
}
.owl-pagination .owl-page {
    display: inline-block;
    margin: 23px auto;
    width: 105px;
    height: 105px;
    background: #ed1c24;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative
}
.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 {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}
.owl-pagination .owl-page:nth-child(1) a {
    background-position: -1px 0;
    width: 61px;
    height: 61px
}
.owl-pagination .owl-page:nth-child(1):hover a {
    background-position: -65px 0
}
.owl-pagination .owl-page:nth-child(2) a {
    background-position: 0 -78px;
    width: 55px;
    height: 45px
}
.owl-pagination .owl-page:nth-child(2):hover a {
    background-position: -67px -78px
}
.owl-pagination .owl-page:nth-child(3) a {
    background-position: -13px -128px;
    width: 36px;
    height: 61px
}
.owl-pagination .owl-page:nth-child(3):hover a {
    background-position: -76px -128px
}
.owl-pagination .owl-page:nth-child(4) a {
    background-position: -11px -194px;
    width: 41px;
    height: 60px
}
.owl-pagination .owl-page:nth-child(4):hover a {
    background-position: -71px -194px
}
.owl-pagination .owl-page:nth-child(5) a {
    background-position: -1px -277px;
    width: 81px;
    height: 63px
}
.owl-pagination .owl-page:nth-child(5):hover a {
    background-position: -85px -277px
}
.owl-pagination {
    text-align: center
}
.owl-pagination .owl-page:hover {
    border-color: #f3757a;
    background: #fff
}
.owl-item .item {
    position: relative
}
.owl-item .item.two > div > div > div strong {
    color: #fff;
    width: 275px;
    float: right
}
.owl-item .item.one > div > div > div strong {
    color: #ed1c24
}
.owl-item .item.one > div > div > div strong span,
.owl-item .item.five > div > div > div strong span {
    color: #000
}
.owl-item .item.white > div > div > div strong {
    color: #fff
}
.owl-item .item.five > div > div > div strong {
    color: #ed1c24;
    float: right
}
.owl-item .item > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1024px;
    margin: 0 auto;
    width: 100%;
    height: 100%
}
.owl-item .item > div > div {
    display: table;
    width: 100%;
    height: 100%
}
.owl-item .item > div > div > div {
    display: table-cell;
    width: 100%;
    height: 100%;
    background: transparent;
    vertical-align: middle
}
.owl-item .item > div > div > div strong,
.owl-item .item > div > div > div strong span {
    display: block;
    color: #ed1c24;
    font-size: 21px
}
.owl-item .item > div > div > div strong {
    color: #000;
    font-size: 21px
}
.owl-item .item > div > div > div strong small {
    font-size: 21px;
    color: #ed1c24
}
.owl-item .item > div {
    padding: 0 40px
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d
}
.col-xs-15,
.col-sm-15 {
    position: relative;
    min-height: 1px;
    padding: 30px 10px 30px 153px;
    border-right: 2px solid #f8f8f8;
    border-left: 2px solid #f8f8f8;
    border-top: 4px solid #f8f8f8
}
.col-xs-15 p,
.col-sm-15 p {
    margin: 0 0 19px
}
.col-xs-15 {
    width: 100%;
    float: none;
    padding: 30px 10px 30px 153px
}
@media screen and (min-width: 540px) and (max-width: 767px) {
    .owl-pagination .owl-page {
        margin: 14px auto
    }
}
.banner-sec {
    text-align: center
}
.banner-sec img {
    display: block;
    width: 100%
}
.banner-sec img.log-ban {
    height: auto
}
.flight-book-form {
    background: #fff;
    padding: 20px 10px;
    border-radius: 15px;
}
.radio-sec {
    overflow: hidden;
    margin: 0 0 17px
}
.radio-wrap {
    float: right;
    width: 183px;
}
.radio-wrap label {
    margin: 0
}
.flight-book-form .radio-wrap label {
    line-height: 19px;
}
.show-btn {
    color: #5d5d5d;
    font-size: 12px;
    font-style: italic
}
button.btn,
input[type="button"].btn {
    margin: 0;
    /*float: right;*/
    min-width: 100px
}
input[type="button"].btn{
    /*margin-right: -15px;*/
    float: right;
    margin-top: 10px;
}

.table-striped.bty button.btn {
    margin:0 auto;
    float:none;
}

.no-pre {
    display: none
}
.ui-menu.ui-widget {
    max-width: 300px;
    width: 100%;
    max-height: 100px;
    overflow-x: hidden;
    overflow-y: auto
}
.ui-menu .ui-menu-item:hover a {
    background: #eee
}
.ui-datepicker-buttonpane {
    display: none
}
.ui-datepicker-next .ui-icon {
    background-position: -224px 0;
    width: 12px;
    height: 12px
}
.ui-datepicker-prev .ui-icon {
    background-position: -210px 0;
    width: 12px;
    height: 12px
}
select#roomtype {
    padding-left: 28px;
}
input[type="text"].datepicker,
input[type="text"].hasDatepicker, input[type="text"]#memberDob.datepicker12 {
    background: #eee url(../images/date.png) 4% 12px no-repeat;
    background-size: 18px
}
.my_acc_content input[type="text"].datepicker,
.my_acc_content input[type="text"].hasDatepicker, input[type="text"]#memberDob.datepicker12 {
    background: #fff url(../images/date.png) 4% 5px no-repeat;
    background-size: 18px
}
.login-content {
    max-width: 602px;
    width: 100%;
    padding: 27px 29px;
    margin: -50px auto 50px;
    background: #fff;
    position: relative;
    box-shadow: 7px 5px 14px -1px rgba(0, 0, 0, 0.35)
}
.login-logo-wrap {
    text-align: left;
    margin: 0 0 38px
}
.login-form-wrap {
    display: table;
    width: 100%;
    margin-bottom: 4px
}
.login-icon,
.login-form {
    display: table-cell
}
.login-icon {
    width: 124px;
    vertical-align: middle;
    background: url(../images/sep.png) center right no-repeat
}
.login-form {
    width: 400px;
    vertical-align: top;
    padding: 0 0 0 30px
}
.forgot-links {
    margin: 0;
    padding: 0;
    text-align: center
}
.forgot-links li {
    margin: 0;
    padding: 0;
    display: inline-block
}
.login-form ul li.btn-wr {
    text-align: center;
    margin: 0
}
.login-form ul li.btn-wr input[type="button"] {
    margin: 21px 0 0
}
.btn-wr input[type="submit"],
.btn-wr input[type="button"],
.btn-wr .btn {
    float: none;
    display: inline-block;
    width: 129px;
    margin: 0
}
.btn-wr.cen input[type="button"] {
    display: block;
    margin: 0 auto
}
.login-form .btn-wr input[type="submit"] {
    margin: 14px 0 0
}
.forgot-links li {
    padding: 0 15px;
    position: relative
}
.forgot-links li:first-child:before ,.forgot-links li:nth-child(2):before {
    content: '';
    width: 1px;
    background: #5d5d5d;
    top: 0;
    right: -10px;
    position: absolute;
    height: 100%
}

.forgot-links li:nth-child(2):before{
    right:-3px
}
.forgot-links li:first-child {
    border: none
}
.forgot-links li a {
    display: block;
    font-style: italic;
    color: #5d5d5d;
    font-size: 12px;
    text-transform: capitalize
}
.login-form ul li {
    position: relative;
    margin: 0 0 23px
}
.login-form-wrap .login-form ul li:nth-child(even) {
    margin: 0 0 10px
}
.login-form ul li:first-child {
    padding: 0;
    margin: 0
}
.login-errr .login-form .error {
    bottom: -20px;
    position: absolute
}
.login-form .error {
    position: relative
}
.login-form.forgot-wrap .error {
    bottom: -18px
}
.login-form ul li:first-child .errorSpan {
    position: absolute;
    top: -60px;
    width: 100%;
    font-size: 12px;
    color: red
}
.login-form ul {
    margin: 0
}
.login-form ul li.btn-wr input[type="submit"] {
    margin: 14px 5px 0
}
.container.inner-content.shop-page {
    background: none;
    margin: 0 auto
}
.left-col {
    margin: 0 0 23px
}
.left-col > div {
    background: #fff
}
.left-col > div,
.right-col > div {
    padding: 20px 10px;
    border-radius: 15px;
}
.range-wrap {
    border-bottom: 2px solid #f7f7f7;
    margin: 0 -10px 18px;
    padding: 0 10px
}
.range-wrap > p,
.range-wrap > div {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 15px
}
.range-wrap > p label,
.range-wrap > p input {
    display: inline-block;
    font-size: 12px;
    background: none;
    padding: 0;
    margin: 0;
    line-height: 1;
    height: auto
}
.range-wrap > p label {
    width: 33%
}
.range-wrap > p input {
    width: 64%
}
.range-wrap .ui-widget.ui-widget-content {
    border: none;
    height: 3px;
    background: gray
}
.range-wrap .ui-state-default,
.range-wrap .ui-slider-horizontal .ui-slider-handle {
    font-weight: 400;
    color: #454545;
    border-radius: 50%;
    background: #ed1c24;
    border: none
}
.range-wrap .ui-slider-horizontal .ui-slider-handle {
    top: -8px
}
.right-col > div.item-wrap {
    background: #fff
}
.category-links {
    margin: 0;
    padding: 0;
    overflow: hidden
}
.category-links > li {
    float: left;
    width: 100%;
    padding: 0 22px;
    margin: 0
}
.category-links li a {
    text-align: left
}
.category-links > li > ul {
    margin: 0 0 0 48px
}
.category-links > li > ul > li {
    margin: 0;
    list-style: none;
    position: relative;
    padding: 3px 0 3px 11px
}
.category-links > li > ul > li:before {
    background: url(../images/red-arrow.png) no-repeat;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 4px;
    height: 8px
}
.category-links > li > ul > li a {
    line-height: 137%
}
.category-links li:hover > a,
.category-links li.active > a {
    font-weight: 700
}
.category-links li a {
    display: block;
    color: #000;
    font-size: 14px;
    /*text-transform: capitalize;*/
    line-height: 28px
}
.hoterl-pop.summary .nav > li {
    width: 100%
}
.hoterl-pop.summary .nav > li a {
    border-radius: 0
}
.item-list.details-para > div > div,
.item-list.details-para > div {
    width: 100%
}
.item-list.details-para > div {
    margin: 0 0 20px
}
.item-list.details-para > div > aside {
    width: 100%
}
.item-list.details-para figure {
    float: left;
    width: 65%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.item-list > div {
    overflow: hidden
}
.category-links li a i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #ed1c24;
    margin: 0 15px 0 0;
    position: relative;
    border-radius: 50%
}
.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 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    margin: auto;
    transform: scale(0.8);
}
.category-links li a i.dining:before {
    background-position: -232px -62px;
    height: 20px;
    width: 21px
}
.category-links li a i.elec:before {
    background-position: -233px -161px;
    height: 24px;
    width: 18px
}
.category-links li a i.gift:before {
    background-position: -270px -257px;
    width: 30px;
    height: 30px
}
.category-links li a i.travel:before {
    background-position: -270px -300px;
    width: 30px;
    height: 30px
}
.category-links li a i.other:before {
    background-position: -199px -160px;
    width: 24px;
    height: 24px
}
.category-links li:nth-child(4) a i{
    background-image-: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -197px -158px;
    width: 30px;
    height: 30px
}

.category-links li a i.ent:before {
    background-position: -6px -435px;
    width: 30px;
    height: 30px
}
.right-col {
    background: none
}
.right-head {
    background: #fff;
    margin: 0 0 19px
}
.right-head.pes {
    overflow: hidden
}
.right-col h1 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 7px 0px 13px;
    color: #333
}
.search-item {
    display: inline-block;
    width: 100%
}
.search-item,
.search-item li {
    margin: 0;
    position: relative
}
.search-item li input[type="button"].ser-btn {
    border-radius: 0;
    height: 45px;
    position: absolute;
    right: -21px;
    top: 20px;
    left: 0px;
    padding: 10px;
    width: 80px;
    border-radius: 10px 0px 0px 10px;
    font-family: 'cabinmedium';
    font-size: 12px;
}
input[type=radio] {
    margin: 14px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
span#langError {
    padding-left: 14%;
}
.ser-btn::placeholder{
    padding-bottom: 10px !important;
}
.search-item li {
    float: right;
    width: 60%;
    padding: 0 10px 0 3px;
    position: relative
}
.search-item li.last {
    position: relative;
    z-index: 3
}
.search-item li:last-child {
    width: 40%
}
.search-item li label {
    color: #333;
    font-size: 12px;
    margin: 0 0 8px
}
.right-col > div.item-list {
    overflow: hidden;
    padding: 0;
    margin: 0 0 19px;
    background: none
}
.item-list > figure {
    margin-right: 10px;
    width: 100%
}
.item-list > div {
    background: #fefefe;
    margin: 0 0 0 10px;
    min-height: 100px;
    padding: 6px 10px 4px;
    width: 100%
}
.item-list > div > div {
    float: left;
    width: 76%
}
.item-list > div > div p {
    margin: 0;
    line-height: 18px;
    padding: 0 10px 0 0;
    direction: ltr;

}
.item-list > div > div p span {
    color: #ed1c24
}
.item-list > div > div a {
    color: #0a32ff;
    text-decoration: underline;
    text-transform: capitalize
}
.item-list > div > aside {
    float: right;
    width: 103px;
    text-align: center
}
.item-list > div > aside a.btn {
    margin: 0
}
.item-list > div > aside strong,
.item-list > div > aside span {
    display: block;
    color: #333
}
.item-list > div > aside strong {
    font-size: 22px;
    margin: 0 0 6px
}
.item-list > div > aside span {
    font-size: 12px;
    margin: 0 0 11px
}
.item-wrap {
    overflow: hidden
}
.grid-list {
    text-align: center;
    border: 1px solid #f3f3f3;
    padding: 15px;
    height: 298px;
    margin: 0 0 20px;
    float: right;
}
.grid-list > div {
    text-align: left
}
.grid-list div > div.pra {
    height: 65px
}

.grid-list.img-wrp > figure  {
    height:100px;
}
.grid-list.img-wrp > figure > div {
    display: table;
    width:100%; height:100%;
}

.grid-list.img-wrp > figure  > div > div  {
    display: table-cell;
    width:100%;
    height:100%;
    vertical-align: middle;

}

.grid-list.img-wrp > figure  > div  {
    vertical-align: middle;
}

.grid-list.img-wrp > figure img {
    max-height:100px;
}
.grid-list > figure {
    width: 150px;
    margin: 0 auto 15px
}
.grid-list > figure a {
    display: block;
    overflow: hidden
}
.grid-list > figure a:hover img {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5)
}
.grid-list aside {
    padding: 10px 0 0;
    border-top: 1px dotted #d8d8d8
}
.grid-list aside strong,
.grid-list aside span {
    display: block;
    margin: 0 0 8px
}
.grid-list aside strong {
    font-size: 22px;
    margin: 0 0 6px
}
.grid-list aside span {
    font-size: 12px;
    margin: 0;
    line-height: 1;
    height: 31px
}
.grid-list aside span > span {
    display: inline;
    position: relative;
    top: 20px
}
.comLogo{
    padding: 39px 49px !important;   
}
.grid-list aside a.btn {
    width: 112px;
    float: right
}
.grid-list p span {
    color: #ed1c24
}
.grid-list p a {
    color: #0a32ff;
    text-decoration: underline;
    text-transform: capitalize
}
.grid-list aside a.btn:hover {
    background: #220600 none repeat scroll 0 0;
    color: #fff;
}
.pagination {
    display: block;
    margin: 40px auto;
    overflow: hidden;
    width: 90%;
    text-align: center;
    border-radius: 0;
    
}
.pagination > li {
    display: inline-block
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span,
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-radius: 0
}
.pagination > li > a,
.pagination > li > span {
    background: #5d5d5d;
    color: #fff;
    border-color: #6e6e6e;
    text-transform: capitalize;
    border-radius: 0!important
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover {
    background: #444;
    color: #fff;
    border-color: #767676
}
.pagination-sec {
    padding: 10px 20px
}
.item-list > div > div h3 {
    margin: 0 0 11px;
    text-align: left;
    text-transform: capitalize
}
.hoterl-pop.summary .tab-content > div {
    height: auto;
    min-height: auto;
    overflow: auto;
    padding: 20px 10px 0
}
.redeem-wrap {
    background: #fff;
    padding: 15px;
    margin: 0 0 20px;
    direction: rtl;
}
.redeem-wrap ul {
    overflow: hidden
}
.redeem-wrap ul li {
    margin: 0
}
.redeem-wrap ul li input,
.redeem-wrap ul li .select-style,
.redeem-wrap ul li label {
    margin: 0 0 5px
}
.redeem-wrap ul li select {
    margin: 0
}
.smiple-con {
    padding: 177px 10px 0
}
.myaccount-wrap {
    background: #f7f7f7;
    padding-bottom: 10px;
}
.myaccount-wrap .container.inner-content {
    background: none;
    position: relative;
    margin: -33px auto 61px
}
.tab-menu {
    background: #fff;
    padding: 20px;
    direction: rtl;
    border-radius: 15px 15px 0px 0px;
}
.tab-menu li {
    position: relative;
    margin-bottom: 30px;
    /*display: none*/
}
.tab-menu li.active {
    display: block!important;
    margin: 0
}
.tab-toggle-menu {
    position: absolute;
    top: 20px;
    right: 30px;
    background-position: -150px 0;
    font-size: 0;
    width: 25px;
    height: 25px;
    z-index: 2
}
.tab-toggle-menu.tab-link {
    background-position: -149px -27px;
    width: 26px;
    height: 26px
}
.tab-menu.tab li {
    display: block
}
.tab-menu.tab li.active {
    margin: 0 0 30px
}
.tab-menu li:last-child {
    margin: 0 0 10px
}

.tab-menu li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    line-height: 24px;
}
.myaccount-wrap .tab-menu li a {
    padding:10px 0;font-weight: 600;    color:  rgba(26, 26, 25, .5);; }
/*.tab-menu li.active a {
    border-bottom: 3px solid #ed1c24
}*/
.tab-content > div {
    background: #fff
}
.tab-content > div h2 {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    padding: 30px 40px 10px 40px;
    margin: 0
}
.tb {
    padding: 2px;
    border: none
}
.tb.table-responsive th,
.tb.table-responsive td,
.tb.table-responsive table {
    border: none;
    direction: rtl;    
    text-align: right;
    margin-bottom: 0px;
}
.tb.table-responsive th,
.tb.table-responsive td {
    padding: 11px 17px;
    width: 30%;
    direction-: ltr;    
    text-align: center;
    font-size: 12px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}

.tb.table-responsive th{
    border: 1px solid #220600;
}
.tb.table-responsive td {
    border: 1px solid #E3DFD9;
}
div#expiry .tb.table-responsive th,
div#expiry .tb.table-responsive td {
    width: 50%;
}
.tb.table-responsive.pro-tab , div#redemption .tb.table-responsive.red-tab ,div#hotelair .tb.table-responsive.red-tab{
    /*margin: 0 15px 26px;*/
    padding: 0px 20px 40px 20px;
}
.tb.table-responsive th {
    font-weight: 500;
    background: #220600;
    border: 1px solid #220600!important;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
/*.pro-tab td:first-child {
    width: 24%
}*/
.pas-sec > span {
    /*float: left;*/
    line-height: .5;
    padding: 12px 0 0;
    margin-left: 60px;
}
.pas-sec > a {
    float: right;
    text-decoration: none;
}
#transaction {
    position: relative
}
.search-form {
    background: #f7f7f7;
    border: 1px solid #bebebe;
    overflow: hidden;
    width: 220px;
    position: relative;
    margin: 0 0 20px 19px
}
.select-style.room {
    margin: 0 0 20px
}
.search-form input[type=submit],
.search-form input[type=text] {
    background: none;
    color: #000;
    font-size: 12px;
    border-radius: 0;
    margin: 0
}
.search-form input[type=submit] {
    font-size: 0
}
.search-form span {
    float: left;
    width: 34px;
    height: 23px;
    border-right: 1px solid #bebebe;
    background: url(../images/search-bg.png) center center no-repeat;
    padding: 0
}
.search-form input[type=text] {
    float: right;
    width: 70%;
    height: 23px;
    margin-right: -49px  
}
.search-form input[type="button"] {
    border-radius: 0;
    color: transparent;
    height: 24px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 24px;
}
.result-month {
    overflow: hidden;
    padding: 0 15px 10px
}
.result-month > span,
.result-month > strong {
    float: left;
    font-size: 14px;
    padding: 10px
}
.result-month > span {
    padding: 10px 100px 10px 10px
}
.result-month > strong {
    color: #ed1c24;
    text-decoration: underline
}

.tra-tab {
    margin: 0 15px 26px;
}
.tra-tab th span {
    display: block;
    color: #000;
    font-size: 14px;
    text-transform: capitalize
}
.tra-tab .table > tbody > tr > td,
.red-tab .table > tbody > tr > th,
.detail-table .table > tbody > tr > th {
    border: 1px solid #E0DFDC
}
.available-text {
    display: block;
    font-style: italic;
    font-size: 12px;
    color: #000;
    /*padding: 0 10px 23px 20px;*/
    text-align: center;
}
.red-tab th span {
    display: block
}
.red-tab .table > tbody > tr > td,
.red-tab .table > tbody > tr > th {
    padding: 8px
}
.click-link {
    color: #ed1c24;
    font-size: 12px;
    text-decoration: none;
}
.click-link:hover{
    text-decoration: underline;  
}
/*.red-tab .table > tbody > tr > td:first-child,
.red-tab .table > tbody > tr > th:first-child {
    width:35%
}*/

.red-tab .table > tbody > tr > th:first-child span {
    display: inline
}
.detail-table table {
    text-align: center
}
.right-tab-col {
    padding: 0
}
.sum-box {
    padding: 20px
}
.sum-btn-wrap input.btn[type="button"] {
    float: right;
    margin: 0 10px 0 0;
    padding-right: initial;
}
.sum-box div.select-style,
.sum-box input[type="text"] {
    margin: 0 0 20px
}
.forgot-wrap.login-form {
    padding: 0
}
.captcha-sec > img {
    float: left;
    margin-right: 10px
}
.captcha-sec > input[type="text"] {
    float: left;
    margin: 10px 0 0;
    width: 57%
}
.login-form ul li.captcha-sec {
    display: inline-block;
    width: 100%
}
.search-wrap h1 {
    text-align: center
}
.spinner {
    margin: 46px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px
}
.spinner > div {
    background-color: #ed1c24;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
    -ms-animation: sk-stretchdelay 1.2s infinite ease-in-out
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
    -ms-animation-delay: -1.1s
}
.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    -ms-animation-delay: -1s
}
.spinner .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s;
    -ms-animation-delay: -.9s
}
.spinner .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s;
    -ms-animation-delay: -.8s
}
@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}
@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0)
    }
}
.path-info {
    margin: 0
}
.path-info li {
    margin: 0 0 10px;
    text-align: center
}
.path-info li strong {
    font-weight: 700
}
.result-wrap {
    padding: 0
}
.result.tab-content > div {
    background: none
}
.search-item.modifysearchform li,
.search-item.modifysearchform li:last-child {
    width: 33.33%;
    padding: 0 5px
}
.travel-select,
.travel-select > a {
    background: #eee;
    margin: 0;
    height: 30px;
    display: block
}
.travel-select > a,
.select-hover {
    padding: 2px 10px;
    color: #5d5d5d;
    line-height: 293%
}
 #tacError{
        bottom:-108px !important;
    }
.select-hover {
    display: block;
    background: #eee;
    padding: 0 10px;
    position: relative;
    top: -1px;
    width: 100%;
    z-index: 0
}
.drop-down {
    display: none;
    min-height: 50px;
    background: #eee;
    padding: 15px 0 5px
}
.search-item.modifysearchform .select-hover li {
    float: none;
    width: 100%;
    list-style: outside none none;
    padding: 0
}
.search-item.modifysearchform li,
.search-item.modifysearchform li:last-child {
    width: 100%
}
.search-item.modifysearchform .select-hover li .select-style {
    border: 1px solid silver
}
.travel-select {
    width: 100%;
    float: right;
}
.travel-select > a {
    position: relative;
    height: 45px;
    border-radius: 10px;
}
.right-head{
    border-radius: 15px !important;
}
.travel-select > a > span {
    position: absolute;
    left: 6px;
    top: 15px;
    color: #ed1c24
}
.travel-select.first {
    margin: 0 0 20px;
    position: relative;
    z-index: 1
}
.travel-select ul li {
    margin: 0 0 10px
}
.travel-select > a:hover {
    color: #ed1c24
}
.tab-menu li a > span {
    background: #ed1c24;
    border-radius: 50%;
    display: block;
    float: right;
    height: 22px;
    margin: 0 0 0 10px;
    text-align: center;
    width: 22px;
    color: #fff;
    line-height: 21px
}
.filtersec {
    background: none;
    margin: 0 0 10px;
    padding: 0 10px 10px;
    color: #ed1c24;
    font-weight: 700
}
.sep-sec {
    background: #eee;
    height: 8px;
    margin: 0 -15px 16px
}
.sep-sec.sp {
    margin: 0 -10px 16px
}
.search-heading {
    text-align: center;
    background: #fff
}
.search-heading th,
.search-heading td {
    width: 20%;
    text-align: center
}
.tb-wrap {
    background: #fff
}
.search-heading td > span,
.search-heading td > strong,
.search-heading td > small,
.search-heading td > p {
    display: block;
    text-align: center
}
.search-heading td > strong {
    font-weight: 700;
    font-size: 15px
}
.search-heading td {
    vertical-align: middle
}
.search-heading td > p {
    margin: 0;
    font-size: 11px
}
.search-heading td > small {
    color: #8b8b8b
}
.search-heading td > strong.points {
    color: #ed1c24;
    font-size: 18px
}
.search-heading input.btn[type="button"] {
    border-radius: 23px;
    float: none;
    font-size: 10px;
    margin: 0 auto;
    /*padding: 5px 9px*/
}
.travel-select li label {
    font-size: 12px
}
.left-col,
.right-col {
    padding: 0
}
input.modify-ser[type="button"] {
    float: none
}
.search-item.modifysearchform li.modify-ser {
    padding: 20px 5px 0
}
.btn.ave {
    display: block;
    padding: 10px 15px;
    margin: 0 0 19px;
    font-size: 25px;
    background: none;
    text-align: center;
    color: #333;
    cursor: default
}
.btn.ave:hover {
    color: #333
}
.aveb h4 {
    text-align: center
}
.aveb h4 > span {
    text-transform: capitalize
}
#nav22 select {
    font-size: 12px;
    padding: 2px 13px 5px 5px;
    text-overflow: ellipsis
}
.range-wrap.aveb i {
    width: 81px;
    height: 81px;
    margin: 0 auto 11px;
    display: block
}
.login-content.search-wrap#loader {
    margin: 40px auto 20px
}
.right-col.review {
    margin-bottom: 30px
}
.right-col.review > div {
    padding: 20px 10px 0;
    background: #fff
}
.ar_dir{
    float: right !important;
}
.trip-summary {
    margin: 0;
    padding: 0
}
.trip-summary li {
    margin: 0;
    overflow: hidden;
    border-bottom: 1px dashed #d2d2d2
}
.trip-summary li a {
    display: inline-block;
    padding: 5px 0;
    line-height: 22px;
    color: #333
}
.trip-summary li:last-child {
    border-bottom: none
}
.trip-summary li span,
.trip-summary li strong {
    float: left;
    font-size: 12px;
    padding: 10px 0
}
.trip-summary li strong {
    font-weight: 700;
    width: 55%
}
.trip-summary li span {
    color: #888;
    width: 45%
}
.modal-content {
    border-radius: 0;
    background: #f7f7f7;
    border: 10px solid #fff;
    padding: 15px
}
.hoterl-pop .close,
.modal-content .close {
    background: url(../images/sprite.png) no-repeat -280px -170px;
    width: 20px;
    height: 20px;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1
}
#overlay_form {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 10px solid #fff;
    border-radius: 15px;
    padding: 15px;
    bottom: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    height: 190px;
    margin: auto;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    width: 270px;
    z-index: 4;
    display: none
}
#loader-pop,
#loader-pop1 {
    display: inline-block
}
.pop-up {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: .5;
    z-index: 4;
    display: none;
    height: 100%
}
#loadingHotelDetail #myModal .gr-hotel li,
#loadingHotelDetail #myModal .gr-hotel li:last-child {
    float: none;
    width: 100%;
    text-align: right;
}

#loadingHotelDetail .tab-menu{ background: transparent !important; padding: 0 !important;}
#loadingHotelDetail .tab-menu li { padding:0; width: auto;border-radius: 4px 4px 0 0; border-right: 0;}
#loadingHotelDetail .tab-menu li:last-child { margin: 0 0 0px;}
#loadingHotelDetail .tab-menu li a{font-size: 13px;padding: 10px 15px;text-transform:none; color: #c33; line-height: 19px;}
#loadingHotelDetail .tab-menu li a:hover{color:#000000;}
#loadingHotelDetail .tab-menu li a.active{color:#ffffff;}

.d-f-b {
    margin: 0;
    display: inline-block;
    width: 100%
}
.d-f-b li {
    float: left;
    margin: 0 7px 0 0;
    width: 31%
}
.d-f-b li:last-child {
    float: right;
    margin: 0
}
.d-f-b select.form-control {
    padding: 2px 4px
}
.search-heading.result {
    border: 0
}
.range-wrap > div.btn-wrap {
    overflow: hidden;
    max-width: 100%
}
.btn-wrap input.btn[type="button"] {
    float: left;
    margin: 10px 15px 10px 0;
    border-radius: 8px;
    width: 46%;
    min-width: auto
}
.btn-wrap input.btn[type="button"]:last-child {
    margin-right: 0;
    float: right
}
.stra.glyphicon-star {
    font-size: 16px;
    position: relative;
    top: 0
}
.hotel-detail-wrap {
    overflow: hidden;
    border-bottom: 2px solid #f6f6f6;
    margin: 0 0 22px;
    background: #fff;
    padding: 10px
}
.hotel-info {
    margin: 0 16px 15px;
    text-align: center;
    width: 100%;
    width: 100%
}
.hotel-info h3 {
    margin: 0 0 10px
}
.hotel-info > small {
    display: block;
    font-size: 13px;
    margin: 0 0 5px
}
.rating {
    display: inline-block;
    margin: 0 0 5px;
    width-: 100%;
    text-align: center
}
.rating li {
    display: inline-block;
    margin: 0 10px 0 0
}
.rating li span {
    font-size: 16px
}
.glyphicon-star {
    color: #ed1c24
}
.glyphicon-star.gry {
    color: #666
}
.hotel-info > strong {
    display: block;
    color: #999;
    font-size: 14px;
    margin: 0 0 10px
}
.hotel-btn {
    margin: 0 auto;
    width: 150px
}
.hotel-btn span,
.hotel-btn strong,
.hotel-btn a {
    display: block;
    text-align: center;
    margin: 0 0 8px
}
.hotel-btn span {
    font-size: 14px;
    color: #333
}
.hotel-btn strong {
    font-size: 20px;
    color: #ed1c24
}
.hotel-detail-wrap figure {
    margin: 0 auto 15px;
    width: 150px
}
.hoterl-pop .modal-body {
    margin: 10px 0;
    background: #ed1c24;
    color: #fff
}
.hoterl-pop .nav > li.active a, .hoterl-pop .nav > li a.active {
    color: #fff;
    background: #f0454d;
    opacity: 1;
    background: #f0454d none repeat scroll 0 0;
    border: 0
}
.hoterl-pop .nav > li a {
    border: 0
}
.hoterl-pop .nav > li:before {
    display: none
}
.hoterl-pop .tab-content h3 {
    padding: 15px 0;
    margin: 10px 0
}
.gr-hotel {
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    padding: 0 10px;
    margin: 0 -10px 15px;
    direction: rtl;    
}
.gr-hotel li:last-child {
    text-align: left
}
.gr-hotel li strong {
    display: block;
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700
}
.gr-hotel li strong > span {
    /*display: inline-block;*/
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: 400
}
.gr-hotel li:last-child strong {
    font-size: 20px;
    color: #ed1c24
}
.gr-hotel li:last-child span {
    display: block;
    margin: 0 0 10px
}
.gr-hotel li:last-child a.btn {
    width: 100px;
    margin: 0 auto
}
.hoterl-pop .tab-content > div {
    height: 300px;
    min-height: 218px;
    overflow-y: scroll;
    padding: 0 10px
}
.modal .owl-controls {
    margin: 0
}
#sync1 .item {
    background: #0c83e7;
    padding: 80px 0;
    margin: 5px;
    color: #FFF;
    text-align: center
}
#sync2 .item {
    background: #C9C9C9;
    padding: 10px 0;
    margin: 5px;
    color: #FFF;
    text-align: center;
    cursor: pointer
}
#sync2 .owl-item {
    width: 60px;
    height: 60px
}
#sync2 .item h1 {
    font-size: 18px
}
#sync2 .synced .item {
    background: #0c83e7
}
.list {
    overflow: hidden
}
.address-wrap {
    background: #fff;
    width: 100%;
    margin: -72px auto 50px;
    max-width: 400px;
    padding: 10px 15px;
    overflow: hidden;
    position: relative
}
.delivery-address {
    max-width: 400px;
    width: 100%;
    margin: 0 auto
}
.delivery-address li:last-child {
    overflow: hidden
}
.booking-btn-wrap {
    overflow: hidden
}
.booking-btn-wrap a.btn {
    float: left;
    width: 48%
}
.booking-btn-wrap a.btn:last-child {
    float: right
}
.login-content {
    border-radius: 15px;
}
.containerStyle{
    border-radius: 15px;
    padding: 54px !important;
}
#mileExhBtn:hover{
    background: #220600;
    color: #fff;
}
.error-box {
    max-width: 477px;
    width: 100%;
    padding: 20px;
    background: #fff;
    margin: 0 auto 20px;
    text-align: center;
    border-radius: 15px;
}
.error-box h2 {
    margin: 0 0 20px
}
.error-box p{
    direction:ltr;
}
.error-box > span {
    display: block;
    margin: 0 0 10px
}
.error-box > span a {
    display: inline-block
}
#purchasepoint {
    padding: 10px
}
.innerpad h3 {
    text-align: right;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 28px;
    color: #333
}
#accordion .panel , #accordion1 .panel, #accordion2 .panel, #accordion3 .panel, #accordion4 .panel, #accordion5 .panel{
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #aeaeae;
    border-radius: 0
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-color: #aeaeae
}
#accordion #headingOne , #accordion1 #headingOne , #accordion2 #headingOne, #accordion3 #headingOne,
#accordion4 #headingOne, 
#accordion5 #headingOne{
    border: none;
    background: none;
    border-radius: 0
}
#accordion h4.panel-title a, #accordion1 h4.panel-title a, #accordion2 h4.panel-title a, #accordion3 h4.panel-title a,
#accordion4 h4.panel-title a,#accordion5 h4.panel-title a{
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    display: block;
    padding: 18px 0
}
#accordion .panel-collapse[aria-expanded="true"] .panel-body , #accordion1 .panel-collapse[aria-expanded="true"] .panel-body,
#accordion2 .panel-collapse[aria-expanded="true"] .panel-body, #accordion3 .panel-collapse[aria-expanded="true"] .panel-body,
#accordion4 .panel-collapse[aria-expanded="true"] .panel-body, #accordion5 .panel-collapse[aria-expanded="true"] .panel-body
{
    border: none;
    padding-top: 0
}
.panel-body {
    padding: 15px 0;
    font-size: 14px;
    line-height: 137%
}
.panel-default > .panel-heading {
    background: none;
    padding: 0
}
.panel-group .panel + .panel {
    margin: 0
}
#accordion h4.panel-title a[aria-expanded="true"],
#accordion1 h4.panel-title a[aria-expanded="true"] ,
#accordion2 h4.panel-title a[aria-expanded="true"] ,
#accordion3 h4.panel-title a[aria-expanded="true"] ,
#accordion4 h4.panel-title a[aria-expanded="true"] ,
#accordion5 h4.panel-title a[aria-expanded="true"] {
    background: url(../images/min-img.png) no-repeat 1% 15px;
    padding-right: 5px;
    direction: rtl;
}
#accordion h4.panel-title a[aria-expanded="false"],
#accordion1 h4.panel-title a[aria-expanded="false"],
#accordion2 h4.panel-title a[aria-expanded="false"],
#accordion3 h4.panel-title a[aria-expanded="false"],
#accordion4 h4.panel-title a[aria-expanded="false"],
#accordion5 h4.panel-title a[aria-expanded="false"]{
    background: url(../images/max-img.png) no-repeat 1% 15px;
    padding-right: 5px;
    direction: rtl;
}
.contact-wrap {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 50px
}
.contact-wrap ul {
    margin: 0;
    overflow: hidden
}
.contact-wrap ul li {
    margin: 0;
    width: 100%
}
.contact-wrap ul li figure {
    margin-bottom: 1px
}
.contact-wrap ul li figure img {
    width: 100%
}
.contact-wrap ul li span {
    display: block;
    background: #ea2127;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center
}
.contact-wrap ul li span strong {
    font-weight: 700;
    display: inline-block
}
.contact-wrap ul li span strong a {
    color: #fff;
    text-transform: none
}
.for-error .error {
    position: initial
}
.error.myacc {
    position: initial;
    margin-right: 22px;     
}
.banner-sec.red {
    text-align: left;
    position: relative;
    margin: 0 0 30px
}
.rewards-head {
    height: 214px;
    margin: 0 0 20px;
    overflow: hidden
}
.slider-con-rew {

    margin:-47px auto 0;
    max-width: 1024px;
    width: 100%;
    height: 100%;
    position: relative;
}
.slider-con-rew h1 {
    padding: 20px 14px 10px;
    background: rgba(255, 255, 255, 1);
    margin: 0;
}
.slider-con-rew > div {
    background: rgba(255, 255, 255, 1);
    height: 100.15%;
    width: 100%;

    padding: 18px 19px
}
.slider-con-rew > div h2,
.slider-con-rew > div p,
.slider-con-rew > div li {
    color: #333
}
.slider-con-rew > div h2 {
    margin: 0 0 29px;
    font-size:18px;
}
.slider-con-rew > div p {
    margin:0 0 16px;
    font-size:12px;
}
.slider-con-rew > div ul {
    margin: 0 0 0 14px
}
.slider-con-rew > div li {
    list-style: outside none disc;
    margin: 0 0 5px;
    font-size:12px;
}
.redemption-sec {
    position: relative;
    background:url(../images/Untitled-2.png) no-repeat;
    background-size:100% 100%;
}
.redemption-sec > img {
    width: 100%;
    margin: 0
}
.redemption-sec-con {

    margin: 0 auto;
    max-width: 1024px;
    padding:19px 0 0;

}

.left-co .link:hover, .left-co .link:focus {
    color:#fff;
}

.left-co ul li .link {
    width: 117px;
    text-align: center;
}

.left-co ul  {

}



.left-co {
    padding:0;
    text-align: center;
    position: relative;

    margin:0 0 17px
}

.left-co > i {
    margin: 0 auto 20px;
    display: block
}

.left-co > i  img {
    width: 38px;
}

.left-co h2 {
    margin: 0 0 16px;
    font-size:18px;
}
.left-co p {
    color: #fff;
    font-size:12px;
    margin:0 0 1px
}
.left-co h2,
.right-co h3,
.right-co h2 {
    color: #fff
}
.link {
    color: #fff;
    background: red;
    margin: 20px auto;
    padding: 9px 19px
}
.left-co .link {
    margin: 21px auto 20px
}
.right-co {

    text-align: center
}
.right-co > div > div {
    float: left;
    width: 50%;
    height:321px;
    position: relative;

}

.right-co > div > div  .link {
    right:0;
    left:0;
    margin:0 auto;
    width:108px;
    position: absolute;
    bottom:25px;
    left:0;
}

.right-co > div > div i {
    margin: 0 auto 27px;
    display: block
}
.right-co > div > div h3 {
    font-size: 12px;
    font-weight: 700
}

.right-co > div > div h3 span {
    display:block;
}
.right-co > div > div ul {
    text-align: left;

    margin:0 0 20px 23px;
}
.right-co > div > div:last-child ul {
    margin:  0 0 38px 30px
}
.right-co > div > div ul li {
    list-style: outside none disc;
    margin: 0 0 5px;
    color: #fff;
    font-size:12px;
}
.right-co > div > div ul li > span {
    display: block
}
.bonus-sec {
    background: #fff;
    margin: 0 auto 21px;
    padding: 20px 0 2px
}
.bonus-sec .contact-wrap {
    margin: 0
}
.bonus-sec .contact-wrap li {
    width: 100%;
    list-style: none
}
.bonus-sec h3 {
    color: #ea2227;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: left;
}
.bonus-sec p {
    margin: 0 0 8px; font-size: 12px;
}
.bonus-sec .list-re {
    margin: 0 1px 0 14px
}
.bonus-sec .list-re li {
    list-style:  disc;
    margin:0 0 21px; font-size: 14px; line-height: 18px;
}

.card-sec a.link {
    position: inherit;
    margin:-6px 0 10px;
}

.innerpad h2 {
    margin:30px 0 20px;
}
.rstpsubmit  .btn-wrap {
    overflow: hidden;
}

.rstpsubmit  .btn-wrap .btn {
    float:left;
    margin:0 10px 0 0; min-width: 46%;
}

.innerpad  p strong {
    font-weight: bold;
}

.innerpad a {
    font-size: 14px;
}
.slider-con-rew  a:focus, .slider-con-rew  a:hover {
    color:#c33;
}
.card-sec a:focus, .card-sec a:hover {
    color:#fff;
}
.slider-con-rew h2 small {
    color:#333;
}

.bonus-sec  .card-sec {
    padding:20px 0;
    text-align: center;
}

.bonus-sec  .card-sec i {
    margin:0 auto 20px; display: block; width:80%;
}

.bonus-sec  .card-sec h3 {
    text-align: center; font-size:13px;
}

.bonus-sec  .card-sec ul {
    text-align: left;
    margin:0 auto 20px; width:100%;
}


.hide-error.hide-msg {
    display: none;
}

.card-sec h3 {
    text-transform: none; font-size:20px; font-weight: bold;
}

.card-sec li.list-re {
    font-size:14px; line-height: 18px; margin:0 0 15px;
}

.tra-tab.aligM .table th:first-child, .tra-tab.aligM .table td:first-child ,
.table-responsive.tra-tab .table th:first-child, .table-responsive.tra-tab .table td:first-child{
    text-align: center;
}

.tra-tab.aligM .table th, .tra-tab.aligM .table td, .table-responsive.tra-tab .table th, .table-responsive.tra-tab .table td {
    text-align: center;
}

.container.inner-content.shop-page, .container.inner-content.shop-page {
    overflow: hidden;
}

.flipButton.log-btn {position: absolute; top:0; left:-122px; letter-spacing: 0; text-transform: none; }
.address-wrap li {position: relative;}
.tooltipCon {
    position:absolute;
    display:inline-block;
    background:url(../images/info.png) no-repeat;
    width:12px;
    height:12px;
    background-size:100%;
    right: 60px;
    top:1px;
}
.tooltipCon .tooltiptext {
    display:none;
    width:220px;
    background-color:#fff;
    box-shadow:0 0 10px rgba(0,0,0,.5);
    color:#000;
    text-align:left;
    border-radius:6px;
    padding:5px 0;
    position:absolute;
    z-index:1;
    bottom:-20px;
    left:132px;
    margin-left:-110px;
    font-size:11px;
    padding:10px;
    font-weight:400;
    line-height:18px
}
.tooltipCon .tooltiptext::after {
    content:"";
    position:absolute;
    top:40%;
    left:0%;

    border-top: 8px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 8px solid transparent;

    margin-left:-8px;

}
.tooltipCon:hover .tooltiptext {
    display:block
}

.modal.fade.show {display: block !important; opacity: 1; padding-right:0 !important;}
.modal-backdrop.fade { opacity: 0.29}
.modal.fade .modal-dialog { transform:translate(0,1%); -o-transform:translate(0,1%); -ms-transform:translate(0,1%); -webkit-transform:translate(0,1%); }

#confirmation{padding:10px; min-height: 150px;}
.btnStyle{position: relative; margin-top: 20px;}
.btnStyle .btn:first-child{right: 0%; position: absolute;}
.btnStyle .btn:last-child{right: 11%; position: absolute;}


.redeem-now{
    position:relative;
}
.redeem-list{
    display:none;
    position:absolute;
    list-style-type:none;
    background:#f14950;
    width:100%;
    opacity:1;
}
.redeem-list li{
    text-align:center;
    margin-bottom:0;
}
.redeem-list li a{
    padding:20px 18px 21px;
    font-size: 15px; 
    color:#fff;
    width:100%;
    text-transform:capitalize; 
}
.redeem-list li a:hover{
    background:#ed1c24!important;
}
.redeem-now:hover .redeem-list{
    display:block;
}
.myaccount-wrap .tab-menu li{
    padding:0!important;
}
.circle-pagination{
    display:flex;
    width: 90%!important;

}
.circle {
    position: absolute;
    /*  left: 0;*/
    width: 50px;
    height: 50px;  
    border: 2px solid #777;
    border-radius: 50%;
    padding-top:12px;
}
circle-pagination .pagination{
    margin:0!important;
    padding-left:0!important;
}
.active-circle{
    background: #777;
}
.date-block{
    margin-top:55px;
    text-align:center;
    font-weight:bold;
    color:#c33;
    margin-bottom:20px;
}
.progress-block{
    padding:30px 22px 20px 22px;
    display:flex;
    justify-content: space-between;
    align-items:center;
}
.progress-content{
    display:flex;
    justify-content: space-between;
    align-items:center;
    margin-bottom:10px;
}
.progress-content span{
    font-size:16px;
    color:#c33;
    font-weight:700;
}
.progress{
    height:12px!important;
    border-radius:8px;
}
.progress-bar{

    border-radius:8px;
}
.Domestic-bar{
    background-color:lightgreen !important;
}
.international-bar{
    background-color:blue !important;
}
.total-spent-block{
    padding:30px 89px 10px 89px;
}
.total-spent-block p{
    font-size:22px;
    color:#c33;
    float:right;
    font-weight:700;
}
.Dflex{
    display: flex;
    justify-content: flex-end;
}
.FLoat_R{
    float: right;
}
.ser-btn ,.CrsurL{

    right:396px!important;
}
.TextR{
    text-align: right;
}
.F_Right .Right{
    float:left;
}
.D_Ltr{
    direction: ltr!important;
}
.Rotate{
    transform: rotate(180deg);
}
.DirltR{
    direction:rtl;
}
.TextL{
    text-align:right;
}
.hotel-info{
    float: right;
}

.langToggleLink{
    line-height-: 30px;
    padding-right-: 5px;
}

.right_ar{
    float: right;
}
.right_ar_padding{
    float: right;
    /*padding-right: 5px;*/
}

.txtTransformReset{
    text-transform: none;
}
#header_mobile{
    display:none;
}

.mtopAr{margin-top: 19px;}
#mileExhBtn{float:left;}
.first-row { margin-bottom: 20px !important;}
#errormsgm{right:15px;}
#errQuantity{right:0;}

.redeempopup .btn{ clear:both;}

/* Monthly Statement CSS*/  
.monthes ul {
    margin: 0;
    text-align: center;
}
.monthes li {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    border: 1px solid #8b8b8b;
    display: inline-block;
    margin: 0 4px;
    padding: 4px 0 0 0;
    text-align: center;
}
.monthes li.darkGry {
    border: 1px solid #8b8b8b;
    opacity: 0.81;
}
.monthes li.active,
.monthes li.current {
    background: #fff;
    border: 2px solid #ed1c24;
}
.monthes li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #8b8b8b;
}
.monthes li.darkGry a {
    color: #8b8b8b;
    opacity: 0.81;
}
.monthes li a > span {
    display: block;
    font-size: 13px;
}
#triangls {
    position: fixed;
    bottom: 54px;
    left: 20px;
    z-index: 99;
}
#rewards .progressMain,
#rewardsAjax .progressMain {
    margin: 30px 0 0;
    width: 100%;
}
#rewards .progressMain .progressSec,
#rewardsAjax .progressMain .progressSec {
    padding: 0 5px 20px 10px;
}
#rewards label,
#rewardsAjax label {
    font-weight: 700;
    color: #333;
    line-height: 35px;
}
#rewards .points,
#rewardsAjax .points {
    position: relative;
    margin-left: 0;
}
#rewards .points p:first-child,
#rewardsAjax .points p:first-child {
    float: left;
    padding: 0;
    color: #000;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -60px;
}
#rewards .points p:first-child span,
#rewardsAjax .points p:first-child span {
    font-size: 16px;
    float: left;
    padding: 0 2px;
    direction: ltr;
}
#rewards .points p:first-child span.pointsRewardsAr,
#rewardsAjax .points p:first-child span.pointsRewardsAr{
    float: right;
}
#rewards .points p:last-child,
#rewardsAjax .points p:last-child {
    float: left;
    padding: 0;
    color: #757575;
    text-transform: capitalize;
}
#rewards .points p:last-child span,
#rewardsAjax .points p:last-child span{
    direction: ltr;
    float: right;
    padding-left: 2px;
}

#rewards .progress,
#rewardsAjax .progress {
    height: 10px;
    background: #eee;
    border-radius: 10px;
    margin-bottom: 15px;
}
#rewards .progress-bar,
#rewardsAjax .progress-bar {
    border-radius: 10px;
}
#rewards .progress-bar.progress-bar-supermarket,
#rewardsAjax .progress-bar.progress-bar-supermarket {
    background-color: #ed1c24;
}
#rewards .progress-bar.progress-bar-dining,
#rewardsAjax .progress-bar.progress-bar-dining {
    background-color: #333333;
}
#rewards .progress-bar.progress-bar-fuel,
#rewardsAjax .progress-bar.progress-bar-fuel {
    background-color: #ff9300;
}
#rewards .progress-bar.progress-bar-others,
#rewardsAjax .progress-bar.progress-bar-others {
    background-color: #d083d4;
}
#rewards .total,
#rewardsAjax .total {
    text-align: right;
}
#rewards .total h2,
#rewardsAjax .total h2 {
    margin-bottom: 0;
}
#rewards .cycleDate p,
#rewardsAjax .cycleDate p {
    color: #757575;
}

#rewards .total h2 span,
#rewardsAjax .total h2 span{
    direction: ltr;
}

.d-xs-block{display: none;}
#hotelair .red-tab .table > tbody > tr > td input{
    position: static!important;
    appearance: auto!important;
    visibility: visible;
}
/*#hotelair .red-tab .table > tbody > tr > th:first-child ,#hotelair .red-tab .table > tbody > tr > td:first-child{
    vertical-align: middle;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50px;
    align-items: center;
}*/
/*#hotelair .red-tab .table > tbody > tr > th:first-child{
    height: 54px;
}*/
.chevron-right {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    display: inline-block
}

.chevron-right::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
#hotelair  .redeem_airhotel{
    padding: 0 20px
}
/* Overlay (Hidden by Default) */
.popup-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000; /* Ensure it covers the content */
}

/* Popup Content */
.popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    width: 90%;
    max-width: 400px;
    z-index: 1001; /* Above the overlay */
    display: none; /* Hidden by default */
}

/* Popup Header */
/* Popup Content */
.popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    width: 90%;
    max-width: 800px;
    z-index: 1001; /* Above the overlay */
    display: none; /* Hidden by default */
}

/* Popup Header */
.popup-header {
    margin-bottom: 15px;
    direction: rtl;
}

.popup-header h2 {
    margin: 0;
    font-size: 20px;
}

/* Close Button */
.close-btn {
    padding: 0;
    background: transparent;
    margin: 0;
}
.close-btn img{
    height: 35px;
}
/* Popup Body */
#popupContent .popup-body {
	display:block;
}
.popup-body {
    display:flex;
    gap: 50px;
    flex-direction: row-reverse;
}
.popup-body  h3{
    text-align: left;
    text-transform: none;
}

.popup-body p {
    margin: 15px 0;
    font-size: 16px;
}
.tabpanelwrapper .tb.table-responsive.pro-tab{
    padding: 0px 40px 40px;
}
.myaccount-wrap .tab-menu li {
    padding: 0 5.6% !important;
}

/* Buttons */
.confirm-btn {
    background: #220600;
    color:#fff;
    border-radius: 50px;
    padding: 18px;
    margin-top: 20px;
    width: 100px;
    float: right;
    text-transform: capitalize;
}


.credit_bal{
    background: #FFF6F4;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.credit_bal ul,.credit_bal ul li {
    text-align: center;
    margin-bottom: 0
}

.credit_bal ul li span{
    display: block;
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 22px;
    font-weight: 500;
    padding-bottom: 28px;
}
.credit_bal ul li span:nth-child(2){
    font-size:45px;
}
.credit_bal ul li span:nth-child(3){
    padding-bottom: 0;
    font-size:26px;
}
.merchant_details  span{
    display: block;
}
.merchant_details li span:first-child{
    color:#959188
}
.credit_range li:first-child{
    border-bottom:1px solid #E3DFD9;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.credit_range li{
    margin: 0;
}
.range-slider {
    position: relative;
}

.range-slider_input {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    opacity: 0;
    margin: 0;
}

.range-slider_input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 100px;
    height: 100px;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0;
}

.range-slider_input::-moz-range-thumb {
    width: 56px;
    height: 56px;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0;
}

.range-slider_thumb {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color:  #220600;
    display: flex;
    color:#fff;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color:#fff;
    z-index: 2;
}

.range-slider_line {
    height: 12px;
    border-radius: 100px;
    width: 100%;
    background-color: #E3DFD9;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    z-index: 1;
}

.range-slider_line-fill {
    position: absolute;
    height: 12px;
    border-radius: 100px;
    width: 0;
    background-color: #ed1c24;
}
/* Header miles balance section style */
.milesBalanceStyle{
    background: #ffffff;
    border-radius: 12px;
    width: 20%;
    display: table;
    margin: 13px 0 10px;
    padding: 0 7px 8px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.milesBalanceStyle span{
    font-size: 12px;
    font-weight: 400;
}

.myProfileStyle{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    float: left;
    padding-top: 55px;
}
.credit_range ul li:nth-child(2){
     display: flex;
    justify-content: space-between;
    align-items: center;
}
.credit_range ul li:nth-child(3) ,.credit_range ul li:nth-child(1)   {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.credit_range ul li:nth-child(3) span{
    color: #504E49;
    font-size: 14px;
}
.credit_range ul li:nth-child(3){
    margin-top: 22%;
}
#hotelair .red-tab tr th:nth-child(4){
    width: 25%;
}
div#confirmationPopup .popup-body{
    display:block;
}
.panel_heading{
    padding: 10px 19px;
}
div#account-summary .tb.table-responsive th,div#account-summary  .tb.table-responsive td {
    padding: 11px 17px;
    width: 50%;
    text-align: center;
}
div#account-summary .tb.table-responsive th{
    background:#220600;
    border: 1px solid #220600;
    color:#fff
}
div#account-summary  .tb.table-responsive td{
    border: 1px solid #E3DFD9;
}
div#account-summary .tb.table-responsive.pro-tab{
    margin: 0; 
}
.sum-box.card_details label{
    color: #1A1A19;
    font-size: 14px;
}
.sum-box.card_details select, .sum-box.card_details input{
    border-top:0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #E3DFD9;
    padding-left: 0;
}
.sum-box.card_details .select-style{
    background: transparent !important;
}
.sum-box.card_details .card_select_dates{
    display: flex;
}
.sum-box.card_details .card_select_dates .form-control:focus{
    box-shadow: none;
}
.input-with-icon {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-with-icon input {
    padding-left: 35px; /* space for the icon */
    width: 100%;
    box-sizing: border-box;
    height: 36px;
}

.input-with-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: #fff  url(../images/search.jpg) no-repeat center center;
    background-size: 20px;
    pointer-events: none; /* so it doesn’t block input clicks */
}
.sum-box.card_details .search-form input[type=text] {
    float: left;
    width: 100%;
    height: 23px;
    border-bottom: none;
    margin: 0;
    padding: 0 0 0 40px;
    font-family: 'cabinregular';
}
.sum-btn-wrap{
    margin-top: 45px;
}
.sum-box.card_details .search-form input[type=button] {
    background: transparent;
    border-bottom: none;
}
#unbilled .select-style:before {
    top: 34px;
}
tr.no_data_avail td {
    border: none !important;
}
div#redemption .tb.table-responsive th,div#redemption  .tb.table-responsive td{
    width: 14%;
}
div#userwayAccessibilityIcon{
    display: none;
}
#popupContent{
	padding: 16px;
}
#popupContent .popup-body h3 {
    text-align: left;
}
#popupContent span.cusMycaccountRew {
    padding-bottom: 15px;
    display: block;
    color: #959188;
}
#popupContent span.cusMycaccountRew>p {
    margin: 5px 0 0;
    color: #000;
}
.credit_range ul li:nth-child(1)>span:nth-child(1) {
    width: 75%;
}
#popupContent .merchantSec, .inputSec{
	 border: 1px solid #DBDBDB;
    border-radius: 8px;
    padding:16px;
}
#popupContent ul.merchant_details {
       margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-direction: row-reverse;
}
#popupContent ul.merchant_details li{
	  margin: 0;    
	  text-align: left;
}
.merchantSec p {
	border-top: 1px solid #E3DFD9;
    padding: 8px 0;
    text-align: left;
	margin: 11px 0 0 0;
	color: #959188;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 14.4px;
}
.amountImg {
    display: flex !important;
    align-items: center;
    justify-content: end;
}
.amountImg img {
    margin-right: 3px;
}
#popupContent .popup-body h3 {
    text-align: right;
}
#popupContent span.cusMycaccountRew {
    padding-bottom: 15px;
    display: block;
    color: #959188;
}
#popupContent span.cusMycaccountRew>p {
    margin: 5px 0 0;
    color: #000;
}
.credit_range ul li:nth-child(1)>span:nth-child(1) {
    width: 75%;
}
/*#popupContent .body-wrap-inner {
    display: flex;
  justify-content: space-between;    
  align-items: flex-start;
  flex-direction: row-reverse;
}*/
#popupContent .popup-header h2 {
    margin: 0 0 32px 0;
    font-size: 48px;
    text-transform: unset;
    color: #1A1A19;
    text-align: right;
    padding-top: 25px;
}
.inputSec{
	margin: 16px 0;
}
.cusMycaccountRewNew {
    display: flex;
    align-items: center;
    color: #959188;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
	line-height: 14.4px;
	justify-content: end;
}
.setMaxAmount{
	color: #959188;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 14.4px;
    margin: 0 0 15px 0 !important;
}
.cusMycaccountRewNew p {
    margin: 0 0 0 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    font-family: cabinbold;
}
span#cusLabel {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    font-family: 'cabinmedium';
}
#popupContent .close-btn {
    position: absolute;
    left: 16px;
    top: 16px;
}
#popupContent .popup-header{
       margin-bottom: 0;
}
#popupContent span.cusMycaccountRew {
    background: #171717;
    width: 351px;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    border-radius: 26px;
    color: #fff !important;
    margin: 0 0 24px 0;
    padding: 6px 8px !important;
    font-size: 18px;
    font-weight: 400;
}
#popupContent span.cusMycaccountRew>img {
    margin-right: 5px;
}
#popupContent span.cusMycaccountRew>p {
    color: #fff;
    margin: 0 0 0 5px;
}

#popupContent .credit_bal{
    padding: 24px 16px;
    background: #E8FFDC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #013315;
    border-radius: 10px;
    margin-bottom: 24px;
    text-align: center;
    direction: rtl;
}
button#redeemBtn[disabled],
button#redeemBtnMob[disabled] {
    background: #F5F5F5;
    color: #959188;
}
.credit_bal img {
    margin: 0 0 0 2px;
}
#slider_display_value {
    font-style: normal;
    font-weight: 500;
    margin-right: 0;
}
.credit_range input#reward_value {
    border: none;
    width: 100%;
	padding: 10px 0;
    height: auto;
    margin: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	color: #1A1A19;
	border-bottom: 1px solid #959188;
	border-radius: 0;
}
#input_close_btn {
    position: absolute;
    left: 35px;
    cursor: pointer;
}
.credit_range input#reward_value::placeholder {
  color: #959188;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
}
.credit_range input#reward_value::-webkit-input-placeholder {
  color: #959188;
  font-size: 14px;
}

.credit_range input#reward_value::-moz-placeholder {
  color: #959188;
  font-size: 14px;
  opacity: 1; 
}

.credit_range input#reward_value:-ms-input-placeholder {
  color: #959188;
  font-size: 14px;
}

.credit_range input#reward_value::-ms-input-placeholder {
  color: #959188;
  font-size: 14px;
}
.credit_range input#reward_value:hover{
     -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#popupContent .cus-mob{
    display: none;
}
#confirmationPopup {
    padding: 16px;
}
#confirmationPopup .popup-header {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: end;
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]:hover {
    -moz-appearance:textfield;
}
#hotelair>h2 {
    text-transform: unset;display: none;
}
#hotelair .cus-table-sticky tr>th, 
#hotelair .cus-table-sticky tr>td {
    width: 198px !important;
}
#hotelair .cus-table-sticky tr>th:nth-child(4), 
#hotelair .cus-table-sticky tr>td:nth-child(4) {
    width: 205px !important;
}
#transactionSummary .table tr>th, 
#transactionSummary .table tr>td {
    width: 198px !important;
}
#redemption .table tr>th, 
#redemption .table tr>td {
    width: 198px !important;
}
.cus-table-sticky {
    padding-bottom: 0 !important; 
    overflow-x: visible;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    display: none !important;
}
.credit_range ul {
    margin: 0;
}