
/*=========================card Design Css==============*/
@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins.ttf);
}

@font-face {
    font-family:Poppins;
    src: url(../fonts/Poppins-Medium.ttf);
}
body{
    /* font-family: Poppins !important; */
    font-family: "Roboto", sans-serif !important;

    margin: 0px;
    padding: 0px;
}

/* h1,h2,h3,h4,h5,h6{
    font-family: Poppins !important;
} */
p,span{
    font-family: Poppins !important;  
}
.navbar-nav{
    /* float: right; */
}
/* @font-face {
    font-family: 'Palatino Linotype';
    src: url('../PalatinoLinotype-Roman.woff2') format('woff2'),
    url('../PalatinoLinotype-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Palatino Linotype';
    src: url('../PalatinoLinotype-Bold.woff2') format('woff2'),
    url('../PalatinoLinotype-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Digital-7';
    src: url('../fonts/Digital-7.woff2') format('woff2'),
    url('../fonts/Digital-7.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

html,
body {
    margin: 0px;
    padding: 0px;
    /*overflow: hidden;*/
}

.connect-card-container {
    height: auto;
    width: 100%;
    margin: 10px;
}

.connect-card {
    position: relative;
    width: 720px;
    max-width: calc(100% - 20px)
}

.connect-card img {
    width: 100%;
    max-width: 100%;
}

.card-holder-name {
    letter-spacing: 0px;
    /* font-family: credit!important; */
    /* color: transparent; */
    color: #ffffff;
    font-size: 18px!important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 15px;
    text-align: left !important;
    margin-top: 55px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-holder-name span {
    text-transform: uppercase;
}
#download-img{
    color:#852789;
    font-size: 22px;
    padding-top: 5px;
    cursor: pointer;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%)!important;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 50%;
    /*border: 2px solid #fff;*/
}

.download-card-paragraph{
    /*background: linear-gradient(45deg, #62318f 0%,#9c3473 47%,#ab2f65 100%);*/
    display: block;
    padding: 17px;
    position: relative;
}

.card-id {
    font-family: 'Source Sans Pro' !important;
    letter-spacing: 4px;
    /* font-size: 8px; */
    color: #fff;
    bottom: 5%;
    font-size: 19px!important;
    background-clip: text;
    margin: 3px 0px 0px 0px;
    padding-left: 15px;
    font-weight: 600 !important;
     margin-top: 15px;
}

.card-id span:nth-child(4n+5) {
    margin-left: 10px;
}





/*=========================card Design Css==============*/
/*==================== Landing page=================*/
body{
    background: #f3f3f3;
    /*font-family: Source Sans Pro;*/
}
.voucherImage {
    margin-top: 13px;
}
.carousel-inner {
    margin-bottom: 9px;
}
.landing_page_header{
    /*background: linear-gradient(to right,#8f236e 14%,#513275 60%,#513275 100%);*/
    padding: 0px 0px 0px 0px;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;

}
.earn-and-redeem-body h3 {
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    color: #777!important;
    padding-top: 50px;
}
.carousel-caption {
    width: 82%;
    bottom: 220px;
    left: 0!important;
    right: 0!important;
    z-index: 99;
    /* display: none; */
    margin: auto;
    text-align: left;
}
a.slider-button {
    background: #be1b4a;
    color: #fff;
    text-align: center;
    padding: 10px 22px;
    line-height: 100px;
}
.voucherToredeemContent p {
    font-size: 16px;
    font-weight: 600;
    color: #999;
}
.voucherImage img {
    width: 215px;
}
.service_list{
    position: -webkit-sticky!important;
    position: sticky!important;
    top: 70px;
    /*background: #F47920;*/
    /*display: inline-block;*/
    width: 100%;
    z-index:3;
}
.mobile_logo{
    display: none;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    background-color: transparent;
    letter-spacing: 1px;
    transition: .5s all;

}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #F47920;
    background-color: transparent;
}
/*.navbar-inverse .navbar-nav > li > a:hover{
    background: #222;
    color:#fff;
    border-radius: 30px;
    transition: .5s all;
}*/
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
    border-radius: 30px;
}
/*.nav > li {
    margin-left: 3px;
}*/
.navbar-right {
    float: right !important;
    margin-right: 15px !important;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 16px;
}
.nav_or a{

    padding:10px 0px!important;
    cursor: auto!important;

}
.nav_or a:hover{
    background: transparent!important;
}
.navbar {
    margin-top: 12px;
}
.voucherToredeem {
    display: inline-block;
    background: #fff;
    position: relative;
    top: -50px;
    position: relative;
    padding: 28px;
    width: 100%;
    z-index: 99;
}
.voucherToredeemContent h3 {
    color: #5d3389;
    font-weight: 600;
}
.wrapper{
    position: relative;
    /* display: inline-block;*/
}
/*.Service_class nav{
    position: sticky;
    top: 0;
    background: #d9dde8;
    border: 0px;
    display: inline-block;
    width: 100%;

}*/
#myNavbar .navbar-inverse .navbar-nav > .active > a:hover{
    color: #fff;
    background: #000;
    border-radius: 0px!important;
}
.Service_class,.navbar{
    margin-top: -1px;
    border-radius: 0px;
    margin-bottom: -6px;
    /*display: contents;*/
}
.Service_class .navbar-inverse .navbar-nav > li > a {
    color: #fff;
    /*padding: 36px 57px 30px 0px;*/
    padding: 23px;
    width: 282px;
    text-align: center;
    display: inline-block;
    line-height: 52px;
}
.navbar-collapse {
     padding-right: 0px;
     padding-left: 0px;
}
.Service_class .navbar-inverse .navbar-nav > li > a:hover{
    background: transparent;
    border-radius: 0px;
}

.Service_class .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color:transparent;
    border-radius: 0px!important;
}
.watch_add a{
    background: #F47920;
}
.Malindo_Miles_image img{
    width:100%;
}
/*.Service_class .nav > li {
    margin-left: 4px;
    !* margin-top: 20px; *!
    margin-bottom: -25px;
}*/
.malindo_promotion_box {
    position: relative;
    width: 99.7%;
    overflow: hidden;
    box-shadow: 2px 23px 34px -23px #999;
}
.nav_or{
    padding-left: 20px;
}

.malindo_promotion_box_images {
    display: block;
    width: 100%;
    box-shadow: 2px 23px 34px -23px #999;
    position: relative;
    height: 300px;
    overflow: hidden;
}
.malindo_promotion_box_images img:hover{
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -moz-transform:scale(1.5); /* Firefox */
    -ms-transform:scale(1.5); /* IE 9 */
    -o-transform:scale(1.5); /* Opera */
    transform:scale(1.5);
}
.malindo_promotion_box_images img{
    width:100%;
    height: 300px;
    cursor: pointer;

    max-width: 100%;
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;

}

.malindo_promotion_box_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, #a5205f 0%,#80277b 41%,#652d90 100%);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    opacity:0.9;
}

.malindo_promotion_box:hover .malindo_promotion_box_overlay {
    height: 100%;
}
.malindo_promotion_box:hover .image_span{
    cursor: pointer;
    transition: 1s all;
}

/*.malindo_promotion_text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 21%;
    left: 29%;
    transform: translate(-20%, -20%);
    -ms-transform: translate(-50%, -50%);
    text-align: justify;

}*/
/*.malindo_promotion_text p{
    font-size: 13px;
    color: #e2e2e2;
}*/
.malindo_promotion_text button{
    background: linear-gradient(45deg, #62318f 0%,#9c3473 47%,#ab2f65 100%);
    border: 0px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 900;
    padding: 10px 32px;
    color: #fff;
    margin-top: 23px;
    outline: 0px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
    line-height: 1;
    height: 70vh;
}
.miles_title{
    background: #fff;
    position: absolute;
    width:100%;
    bottom: 0px;
    left:0;
    display: inline-block;
    text-align: center;
}
/*.image_span{
    background: #fff;
    position: absolute;
    width:100%;
    bottom: 0px;
    padding:10px;
}*/
.image_span span{
    display: inline-block;
    margin-left: 22px;
    padding: 4px 0px 18px;
    margin-right: 10px;
}
.image_span span h3{
    color: #444;
    font-size: 20px;
    font-weight: 600;
}
.image_span .fa-plane{
    font-size: 25px;
    transform: rotate(45deg);
    color: #bd1b4a;
}
.image_span span button{
    background: #999;
    border: 0px;
    border-radius: 3px;
    padding: 6px 14px;
    color: #fff;
}
#Malindo_Miles{
    padding-top:50px;

    color: #777;
    text-align: justify;
}
#Boarding_Privilage{
    padding:50px 0px;

    color: #777;
    text-align: justify;
}
.Boarding_privilage_logos img {
    cursor: inherit;
    width: 50%;
    float: left;
    background: #fff;

}
.Boarding_privilage_logos{
    margin-bottom: 24px;
    display: inline-block;
    box-shadow: 1px 2px 3px 4px #d2d2d2;
}
.boarding_button{
    width: 100%;
    background: #fff;
    border: 0px;
    outline: 0px;
    padding: 21px;
    font-size: 20px;
    /*box-shadow: 0px 1px 7px 1px #999;*/
    transition: .6s;
    font-weight:900;
    color: #444;
    margin-bottom: 50px;
    
}
.popover-title{
    background: #666;
    color: #ffffff;
    text-align: center;
}
.boarding_button:hover {
    box-shadow: 1px 2px 8px 2px #999;
    transition: .6s;
}
.origin_designation{
   /* width:31.33%;*/
    margin-top:10px;
    background: #cdd5ec;
    padding: 20px;
    text-align: center;
    color: #333;
    font-weight: 600;
    transition: .5s;
}
.origin_designation:hover {
    background: #fff;
    transition: .5s;
    box-shadow: 1px 1px 2px 2px #999;
}
.origin_designation:hover.origin_designation span button{
    background-color: #be1b4a;
    transition: .5s;
}
.origin_designation span{
    display: inline-block;
    margin-left: 12px;
}
.origin_designation span .fa-plane{
    font-size: 16px;
    transform: rotate(45deg);
    color: #999999;

}
.origin_designation span button{
    background: #999;
    border: 0px;
    padding: 3px 14px;
    color: #fff;
    outline: 0px;
    border-radius: 3px;
    font-size: 10px;
    transition: .5s;
}
.malindo_promotion{
    margin-bottom: 30px;
}
#Shopping {
    color: #fff;
    background-image: url(../img/shopping-bg.jpg);
    background-size: cover;
    padding: 50px 100px 80px 100px;
    position: relative;
    /*
    box-shadow: inset 0px 10px 500px 108px rgba(0,0,0,0.7);*/

}
.shopping_button,.shopping_data{
    z-index: 2;
}
.shopping_button button{
    border: 0px;
    background: #fff;
    border-radius: 30px;
    padding: 10px 25px;
    color: #6f6b6b;
    font-weight: 900;
    cursor: auto;
    box-shadow: 2px 1px 0px 3px #ccc;
    transition: 2s;
}
.shopping_button button:hover {
    transform: scale(1.2,1.3);
    transition: 2s;
}
.shopping_data p{
    font-size: 17px;
    text-align: justify;
    color: #e2e2e2;
    line-height: 24px;
}
.Lifestyle_Travel_image_section{
    color: #fff;
    background-image: url(../img/travel-bg.jpg);
    background-size: cover;
    padding: 50px 40px 50px 40px;
}
.Lifestyle_Travel_image_section1{
    color: #fff;
    background-image: url(../img/lifestyle-bg.jpg);
    background-size: cover;
    padding: 100px 40px 100px 40px;
}
.Lifestyle_Travel_image_section{
    color: #fff;
    background-image: url(../img/travel-bg.jpg);
    background-size: cover;
    padding: 170px 40px 170px 40px;
    transition: 1s;
    /*border-style: solid;solid*/
}
.Lifestyle_Travel_image_section1{
    color: #fff;
    background-image: url(../img/lifestyle-bg.jpg);
    background-size: cover;
    padding: 170px 40px 170px 40px;
    transition: 1s;
    /*border-style: solid;*/
}
.Lifestyle_Travel_image_section2{
    color: #fff;
    background-image: url(../img/corporate_banner_new.jpg);
    background-size: cover;
    padding: 170px 40px 170px 40px;
    transition: 1s;
    /*border-style: solid;*/
}
.Lifestyle_Travel_image_section3{
    color: #fff;
    background-image: url(../img/banner_goverment.jpg);
    background-size: cover;
    padding: 170px 40px 170px 40px;
    transition: 1s;
    /*border-style: solid;*/
}
.Lifestyle_Travel_image_section:hover {
    transition: 1s;
    /*box-shadow: 2px -1px 2px 5px #999;*/
}
.Lifestyle_Travel_image_section1:hover {
    transition: 1s;
    /*box-shadow: 2px -1px 2px 5px #999;*/
}
.Lifestyle_Travel_image_section2:hover {
    transition: 1s;
    /*box-shadow: 2px -1px 2px 5px #999;*/
}
.Lifestyle_Travel_image_section3:hover {
    transition: 1s;
    /*box-shadow: 2px -1px 2px 5px #999;*/
}
.Lifestyle_Travel_image_section  button{
    border: 0px;
    background: #fff;
    border-radius: 30px;
    padding: 10px 25px;
    color: #6f6b6b;
    margin: auto;
    display: inherit;
    outline: 0px;
    transition: 2s;
    box-shadow: 2px 1px 0px 3px #ccc;
}
.Lifestyle_Travel_image_section1  button{
    border: 0px;
    background: #fff;
    border-radius: 30px;
    padding: 10px 25px;
    color: #6f6b6b;
    margin: auto;
    display: inherit;
    outline: 0px;
    transition: 2s;
    box-shadow: 2px 1px 0px 3px #ccc;
}
.Lifestyle_Travel_image_section2  button{
    border: 0px;
    background: #fff;
    border-radius: 30px;
    padding: 10px 25px;
    color: #6f6b6b;
    margin: auto;
    display: inherit;
    outline: 0px;
    transition: 2s;
    box-shadow: 2px 1px 0px 3px #ccc;
}
.Lifestyle_Travel_image_section3  button{
    border: 0px;
    background: #fff;
    border-radius: 30px;
    padding: 10px 25px;
    color: #6f6b6b;
    margin: auto;
    display: inherit;
    outline: 0px;
    transition: 2s;
    box-shadow: 2px 1px 0px 3px #ccc;
}
#Banking {
    padding-top: 50px;
    padding-bottom: 50px;
    /*padding-left: 100px;*/
    /*padding-right: 15px;*/
    color: #fff;
    background-color: #f3f3f3;
}
.padding_right_none {
    padding-right: 0;
}
.bank_content {
    /*padding-top: 50px;*/
    margin-bottom: 50px;
}

.bank_content h1{
    color: #707275;
    font-size: 20px;
    font-weight: 600;
}
.bank_content p{
    color: #8b8ea1;
}
.slider_inner .bank_detail{
    background-color: #fff;
    position: relative;
    border-radius: 20px;
}
.slider_inner .bank_detail h2 {
    color: #652d90;
    text-align: center;
    padding: 40px 20px 10px 20px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.slider_inner .bank_detail p {
    color: #898f9d;
    text-align: center!important;
    padding: 0 20px 50px 20px;
    margin: 0;
    font-size: 14px;
}
.slider_inner .bank_detail .point_converter {
    background-color: #d0d4df;
    position: relative;
    padding: 30px 0;
    text-align: center;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.point_converter img {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 2px 2px 2px 3px #999;
    background: #ffffff;
}
.convert_button {
    padding: 20px 20px 0 20px;
}
.Lifestyle_Travel_image_section button:hover {
    transform: scale(1.2,1.3);
    transition: 2s;
}
.Lifestyle_Travel_image_section1 button:hover {
    transform: scale(1.2,1.3);
    transition: 2s;
}
.Lifestyle_Travel_image_section2 button:hover {
    transform: scale(1.2,1.3);
    transition: 2s;
}
.Lifestyle_Travel_image_section3 button:hover {
    transform: scale(1.2,1.3);
    transition: 2s;
}
.convert_button a {
    color: #4f4b4a;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

#Lifestyle_Travel {
    color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.FAQ{
    background: #F47920;
    margin-top: -6px;
    text-align: center;
    padding: 45px;
    font-size: 20px;
}
.FAQ a{
    color: #333;
    font-weight:600;
}
.links-holder ul li{
    list-style: none;
}
#myNavbar2{
    position: relative;
}
#myNavbar2 ul li.active:after {
    content: '';
    position: absolute;
    bottom: 0px;
    /*left: -104px;*/
    right: 50%;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 11px solid #f3f3f3;
}
.footer_right_container .fa{
    width: 25px;
    height: 25px;
    background: #9c93b2;
    text-align: center;
    line-height: 35px;
    color: #222;
    font-size: 20px;
    padding-left: 6px;
    font-weight: 600;
}
.fa-twitter,.fa-instagram{
    background: transparent!important;
    text-align: center;
    line-height: 20px!important;
    color: #9c93b2!important;
    font-size: 30px!important;
    padding-left: 6px;
    font-weight: 600;
}
.footer_left_container a {
    color: #7d7a91!important;
}
.footer_left_container p{
    color: #7d7a91!important;
}
.side-flight-search{
    list-style: none;
    width: 100px;
    margin: 42% auto;
}
.flight_search_bg {
    background: #000;
    height: 199px;
    /* width: 158px; */
}
div#Shopping::after {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.responsive-wrapper{
    min-width:1360px;
    max-width:1360px;
    margin:0 auto;
}

/*===================================Citi Bank Css================*/

.common_header {
    position: absolute;
    padding: 30px 0px 30px 0px;
    width: 100%;
    top:0;
}
.bank_bg_banner img{
    width: 100%;
}
.bank_bg_banner {
    position: relative;
    background: url(../img/header_slider1.jpg);
    height:500px;
}
.bank_details_main_section{
    width:100%;
    margin-bottom: 100px;
    margin-top: -118px;
    position: relative;

}
.bank_logo img {
    width: 100%;
    border-radius: 50%;
    margin-top: 40px;
    margin-bottom: 68px;
    /*box-shadow: 3px 7px 7px 4px #99999938;*/
}

.airport_loung_part{
    margin-top: 120px;
    padding-right: 0px;
    padding-left: 50px;


}
.airport_loung_part img{
    width:100%;
    margin-top: 50px;
    margin-bottom: 40px;
    /*box-shadow: -1px 28px 39px -12px;*/
    border-radius: 20px;
}
i.fa.fa-long-arrow-left {
    margin-right: 10px;
    font-size: 20px;
}
.convert_now_bonuslink {
    background: #be1b4a;
    color: #fff;
    font-size: 17px;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    /* position: absolute; */
    width: 200px;
    display: block;
    margin: auto;
}
.back_partners {
    color: #fff;
    background: rgba(0,0,0,.5);
    padding: 12px 20px;
    border-radius: 20px;
    margin-bottom: 5px;
    position: relative;
    bottom: -30px;
    left: 0;
}
.convert_now {
    background: #be1b4a;
    color: #fff;
    font-size: 17px;
    padding: 5px;
    border-radius: 20px;
    text-align: center;
    /*position: absolute;*/
    width: 85%;
    display: block;
}

a.convert_now:hover {
    color: #fff;
}
a.back_partners:hover {
    color: #fff;
}
.city_reward_malindo {
    padding: 20px 0px;
}
.citireward2{
    background: #182f7b;
    margin-top: 30px;
    margin-bottom: 30px;
}
.city_reward_malindo p {
    /*color: #72757a;*/
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
p{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    /* font-family: 'Roboto-Light' !important */
    color: #737373;
}
.grey-dull {
    /* color: #828592; */
    color: #737373;
}

.citireward2 a {
    display: block;
    padding: 15px;
    color: #fff;
    cursor: default;
}
.steps_icons img {
    width: 60px;
    margin: auto;
    display: inherit;
    box-shadow: none;
}
.citi_reward_steps_div4{
    box-shadow: 0px 7px 10px 0px #999;
    background: #ecb816;
    border-radius: 20px;
    width: 30%;
    margin-left: 23px!important;
    margin-bottom: 50px;
}
.citi_reward_steps{
    display: inline-block;
    margin-top: 30px;
}
.steps_icons {
    margin-bottom: 30px;
}
.city_steps1 {
    padding: 65px 22px;
    position: relative;
    height: 350px;
}
.city_steps1 p{
    color: #fff;
    text-align: center!important;
}
.step_button {
    position: absolute;
    background: #000;
    color: #fff;
    padding: 7px 30px;
    border-radius: 20px;
    left: 33%;
    bottom: -14px;
}
.step_button:hover{
    color: #fff;
}
.airport_loung_img{
    position: relative;
}
.airport_loung_img .caption {
    position: absolute;
    color: #fff;
    bottom: 70px;
    font-size: 22px;
    font-weight: 600;
    margin-left: 40px;
}
ul>li{
    list-style: none;
}
.Convert_bonus_link{
    background: #32ace2!important;
}
.bonus_link_rewards{
    background: #32ace2!important;
}
/*===================================End Citi Bank Css================*/

/* ====================New REX ================ */


.system-view{
    display: block !important;
}
.mobile-view{
    display: none !important;
}
.airline-mailes-flex{
    display: flex;
    align-items: center;
    
    padding-left: 0px !important;
}
.main-reward {
    margin: 100px 0px 50px;
}
.airline-miles {
    background: #fff;
    width: 150px;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    text-transform: uppercase;
}
.reward-privilege {
    width: 400px;
    position: relative;
}
.reward-privilege:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #333; */
    position: absolute;
    background: linear-gradient(34deg, rgb(4 48 91 / 90%) 0%, rgb(14 77 138 / 70%) 100%) 0% 0% no-repeat padding-box;
    border-radius: 15px;
}
.reward-title {
    position: absolute;
    top: 35px;
    text-align: center;
    width: 100%;
    z-index: 9;
    color: #fff;
    font-size: 20px;
}
.current-balence {
    position: absolute;
    bottom: 20px;
    width: 100%;
    color: #fff;
    text-align: center;
}
.current-balence p{
  text-align: center !important;
  line-height: 8px !important;
  font-size: 16px !important;
}
.airline-rewar-points-flex{
    background: #fff;
    width: 57.3%;
    padding: 25px;
    color: #333 !important;
}

.airline-rewar-points-flex{
    background: #fff;
    width: 57.3%;
    padding: 25px;
    color: #333 !important;
    padding-bottom: 50px;
}
.airline-rewar-points-flex h4{
    
    color: #333 !important;
    font-weight: 900 !important;
}
.upgrade-btn{
    
    background: #ff6802 0% 0% no-repeat padding-box;
    border-radius: 20px;
   /* font-size: 13px;
    padding: 4px 12px;*/
    /*
    border-radius: 20px;
    */
    border: 0px;
    color: #fff;
    margin: 13px 0px;

    padding: 0.5rem 1rem;
    font-size: 1.75rem;
    line-height: 1.5;
    border-radius: 2.3rem;
    min-width: 50%;
}

.upgrade-btn-manage{
    background: #ff6802 0% 0% no-repeat padding-box;
    border-radius: 20px;
    border: 0px;
    color: #fff;
   margin: 13px 0px;
   padding: 0.5rem 1rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.4rem;
    min-width: 38%;
    font-family: "Roboto", sans-serif !important;
}
.upgrade-btn-upgrade{
    margin: 13px 3px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.0rem;
    min-width: 38%;
    font-family: "Roboto", sans-serif !important;
}
.upgrade-btn-viewallactivity{
    background: #ff6802 0% 0% no-repeat padding-box;
    border-radius: 20px;
    border: 0px;
    color: #fff;
    margin: 13px -15px;
    padding: 0.5rem 1rem;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.4rem;
    min-width: 50%;
    font-family: "Roboto", sans-serif !important;
}
.viewallactivity-table{
    margin-top: 5px;
}
.manageupgrade-buttons{
    margin-top: -22px;
    margin-right: -7rem;
}
.submitclaim{
    /*font-size: 18px;
    margin-left: 48px;*/
    font-size: 15px;
    margin-left: 66px;
    width: 118px;
    border-radius: 0px;
}
.homepageheaders{
    font-weight: 500;
}
.rexpointsandamout{
    font-weight: 600;
    font-size: 14px;
}
.daterecentactivity{
    font-size: 14px;
}
.typerecentactivity{
    font-weight: 400;
    font-size: 14px;
}
.rexpointsbalance-and-expiringpoints{
    font-weight: 500;
}
.dateclaim{
    font-size: 16px;
    font-weight: 500;
}
.homemenus{
    font-weight: 400;
    font-size: 17px;
    font-style: normal;
    font-family: "Roboto", sans-serif !important;
}
.homemenu-subs{
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    font-family: "Roboto", sans-serif !important;
    text-align: left;
}
.inputsdateclaim {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.inputsclaim{
    height: 45px;
    border: 1px solid #A0A0A0;
}
.datecoloumn-claim{
    padding-right: 0px;
}
.pnrcoloumn-claim{
    margin-left: 7px;
}
.firstnamecoloumn-claim{
    margin-left: 6px;
}
.lastnamecoloumn-claim{
    margin-left: 6px;  
}
.pnrbox-claim{
    padding-right: 100px;
}
.firstnamebox-claim{
    padding-right: 100px;
}
.lastnamebox-claim{
    padding-right: 113px;
}
.tier-mystatus{
    font-weight: 500;
    color: #444444;
}
.tiervalue-mystatus{
    font-weight: 500;
    font-size: 18px;
}
.accountsummarytab {
    color: #FF6600;
    width: 100%;
    height: 50px;
    margin-top: 13px;
    margin-left: 169px;
    font-weight: 400;
    font-size: 17px;
    display: block;
    font-family: "Roboto", sans-serif !important;
}
.nonaccountsummary-menus{
    /*padding-right: 140px;*/
    padding-right: 58px;
}
.bluemenutab-homepage{
    padding-top: 10px;
}
.welcomeheaderbanner{
    font-weight: 500;
}
.mystatus-headingup{
    padding-top: 40px;
}
.mybookings-headingup{
    padding-top: 20px;
}
.myrecentactivity-headingup{
    padding-top: 20px;
}
.claimmissingpoint-headingup{
    padding-top: 0px;
}
.promotions-headingup{
    padding-top: 0px;
}
.noflightstext{
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
}
.profiletabletoup-myprofilepage{
    margin-top: 20px;
}
.bluemainheadings-myprofilepage{
    font-weight: 400;
}
.headertabs-myprofilepage{
    font-family: "Roboto", sans-serif !important;
}
.communicationcontents-myprofilpage{
    font-weight: 600;
}
.inflightcontents-myprofilepage{
    margin-left: 0px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px !important;
}
.lifestyleandsportinginterests-myprofilepage{
    font-size: 24px;
    font-weight: 400;
    font-family: "Roboto", sans-serif !important;
}
.subheadings-lifestyleinterests-myprofilepage{
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto", sans-serif !important;
    color:rgb(58, 57, 57);
}
.submitsecurity-myprofilepage{
    border-radius: 0px;
    font-size: 17px;
    margin-top: 0px;
}
.saveprofileinfo-myprofilepage{
    border-radius: 0px;
    font-size: 16px;
    margin-top: 0px;
}
.inflightbottomtext-myprofilepage{
    font-weight: 400;
    font-family: "Roboto", sans-serif !important;
    color: #444444;
}
/*.menubar-onmyprofilepage{
    margin-right: 140px;
}*/
.menubarfontfamily-onmyprofilepage{
    font-family: "Roboto", sans-serif !important;
    font-size: 18px;
    font-weight: 400;
}
.nav-menu-promotions{
    margin-top: -69px;
}
.expringpoints-textcontent{
    font-family: "Roboto", sans-serif !important;
}
.savecommn{
    padding-left: 845px !important;
}


.custum-panel {
    border: 1px solid #8080806e;
    border-radius: 20px;
    height: 37px;
    padding: 10px 10px;
}

    .airline-loungedemo {
        background: #fff;
        position: relative;
        padding: 40px 25px;
        /* margin-top: 150px; */
        text-align: center;
        margin: 150px 50px 50px 50px;
    }
    .airline-loungedemo img{
        width: 100%;
        margin-top: -145px;
    }
    .l-club {
        padding: 0px 40px;
    }
    .l-club p {
        font-size: 15px !important;
        font-weight: 600 !important;
    }
    .l-club-rate {
        float: right;
        /* font-weight: 600; */
    }
    .lounge-club-btn{
        background: linear-gradient(34deg, #003366 0%, #0B59A7 100%) 0% 0% no-repeat padding-box;
                border-radius: 37px;
                letter-spacing: 0.72px;
                color: #FFFFFF;
                padding: 15px;
                width: 75%;
                margin-top: 15px;
                font-size: 16px;
                border: 0px;
    }
    .eligibility-flex {
        background: #fff;
        display: flex;
    }
    .bonus-club-eligibility {
        width: 317px;
        position: relative;
        left: -23px;
    }
    .bounus-club-div {
        position: absolute;
        bottom: 39px;
        width: 100%;
        text-align: center;
    }
    .bounus-club-div button {
        background: #F47920 0% 0% no-repeat padding-box;
        border-radius: 18px;
        padding: 5px 15px;
        color: #fff;
        border: 0px;
    }
    .eligibility h5 {
        font-weight: 900;
        margin: 15px 0px!important;
        position: relative;
    }
    .eligibility h5:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -6px;
        height: 3px;
        width: 40px;
        background: #F47920;
    }
    .eligibility-main {
        width: 90%;
        margin:10px 10px 50px 38px;
    }

    ul#Airheader li a {
        font-size: 17px;
    }

    .commonBar > li > a:hover, .commonBar > li > a:focus, .commonBar li.nav-text.ml-35.active, .commonBar.navbar-nav > li > a.active {
        text-decoration: none;
        color: #ff6600 !important;
        background-color: #0b3d90;
    }
/* ====================New REX ================ */


/*===========================Second Overlay for card========================*/

.tier-second-overlay {
    width: 100%;
    text-align: center;
    min-height: 185px;
    /*background: #C0C0C0;*/
    line-height: 185px;
    border-radius: 9px;
    margin-top: -185px;
    z-index: 999;
    opacity:.9;
    display: none;
   -webkit-animation: tiercardOverlay 5s infinite; /* Safari 4.0 - 8.0 */
    animation: tiercardOverlay 10s infinite;
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes tiercardOverlay {
    0%   {background:linear-gradient(45deg,#C0C0C0,#e5e4e2,#e5e4e2,#C0C0C0);}
    25%  { background:linear-gradient(45deg,#DAA520,#DACE25,#DACE25,#DAA520);}
    50%  {background:linear-gradient(45deg,#e5e4e2,#C0C0C0,#C0C0C0,#e5e4e2);}
    75%  {background: linear-gradient(45deg,#DAA520,#DACE25,#DACE25,#DAA520);}
    100%  {background:linear-gradient(45deg,#C0C0C0,#e5e4e2,#e5e4e2,#C0C0C0);}
}

/* Standard syntax */
@keyframes tiercardOverlay {
    0%   {background:linear-gradient(45deg,#C0C0C0,#e5e4e2,#e5e4e2,#C0C0C0);}
    25%  { background:linear-gradient(45deg,#DAA520,#DACE25,#DACE25,#DAA520);}
    50%  {background:linear-gradient(45deg,#e5e4e2,#C0C0C0,#C0C0C0,#e5e4e2);}
    75%  {background: linear-gradient(45deg,#DAA520,#DACE25,#DACE25,#DAA520);}
    100%  {background:linear-gradient(45deg,#C0C0C0,#e5e4e2,#e5e4e2,#C0C0C0);}
}

/*===========================End of Second Overlay for card========================*/
/*==================================User login Submenu======================*/
.user_lognin_submenu {
    width: 270px;
    padding: 10px 0px 30px 0px;
    background:linear-gradient(to right,#09233e 14%,#113559 60%,#0b243e 100%);
    border-radius: 5px;
    display: none;
    opacity: .9;
    color: #fff;
    font-family: sans-serif;
}
.user_lognin_submenu input[type="text"]{
    width:100%;
    border: 0px;
    padding: 10px;
    outline: 0px;
    color: #333;
}
.user_lognin_submenu input[type="password"]{
    width:100%;
    border: 0px;
    padding: 10px;
    outline: 0px;
    color: #333;
}
.user_lognin_submenu label{
    margin-top: 15px!important;
}
.user_lognin_submenu button {
    background: #080808;
    margin-top: 15px;
    border: 0px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 2px;
    outline: 0px;
    border: 1px solid #e2e2e2;
    width: 100%;
    margin-bottom: 5px;
}
.earnAndredeem,.modal-content{
    background: #fff;
    color: #333;
    border: 2px solid 333;
    /* overflow: auto; */
}
/*.earnAndredeem,.modal-content h4{
    color: #333;
}*/
.borderless2 > tbody > tr > td {
    border: 1px solid #ddd;
    line-height: 29px;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.earnAndredeem,.modal-header{
    border-bottom: 1px solid #3e5972!important;
    background: linear-gradient(45deg, #62318f 0%,#9c3473 47%,#ab2f65 100%);
}
.earnAndredeem,.modal-content ul li{
    list-style: disc;
}
.user_img {
    width: 60px;
    margin: 0 auto;
    display: inherit;
    margin-top: -40px;
}
.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    background: #222;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    border-radius: 50%;
    -webkit-transition: 1s;
    -moz-transition: 1s ;
    -ms-transition: 1s ;
    -o-transition: 1s ;
    transition: 1s;
    transition: 1s;
    border-style: solid;
    border-right-color: #F47920;
    border-left-color: #523275;
    z-index: 99999999999!important;
}
.scrollup:hover{
    -webkit-transform: scale(1.3,1.3);
    -moz-transform: scale(1.3,1.3);
    -ms-transform: scale(1.3,1.3);
    -o-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3);
    border-radius: 50%;
    transition: 1s;
}
a.scrollup i {
    transform: rotate(-45deg);
    line-height: 50px;
}

a.scrollup:hover{
    color: #fff;
}
/*==================================End User login Submenu======================*/


/*===============================media query=====================*/
/*===================City bank========================*/
@media (max-width: 768px) {
    .small-screen{
        display: flex!important;
    }
    .city_steps1{
        margin-bottom: 100px!important;
    }
    .airport_loung_part img{
        margin-bottom: 80px;
    }
    .voucherImage {
        padding-bottom: 25px;
    }
    .voucherImage a {
        /*width: 100%!important;*/
        /*display: inline-block;*/
        /*margin-left: 30px;*/
    }
    .nav > li {
        text-align: left;
    }
    .shopping_button button{

        margin-bottom: 40px;
    }
    a.scrollup i {
        line-height: 36px;
    }
    .user_lognin_submenu {
        position: absolute!important;
        top: 20px!important;
        left: 50%;
        transform: translateX(-50%);
    }
    .user_img {
        width: 60px;
        margin: 0 auto;
        display: inherit;
        margin-top:-40px;
    }
    .citi_reward_steps_div4 {
        width: 100%;
        margin-left: 0px!important;
        margin-bottom: 25px;
    }
    .service_list{
        top: 80px;
    }
    .voucherImage img {
        width: 110px;
    }
    .origin_designation span .fa-plane {
        left: 35%;
    }
    .convert_now {
        width: 44%;
    }
    .step_button {
        position: absolute;
        background: #000;
        color: #fff;
        padding: 7px 30px;
        border-radius: 20px;
        left: 23%;
        bottom: -14px;
        width: 54%;
        text-align: center;
        /* margin: auto; */
        /* display: inherit; */
    }
    .airport_loung_img .caption {
        bottom: 50px;
        font-size: 14px;
        font-weight: 400;
        margin-left: 20px;
    }
    .airport_loung_part {
        padding-right: 15px;
        padding-left: 15px;
    }
    .bank_bg_banner{
        height: 350px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .bank_logo img{
        width:45%;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .city_steps1{
        margin-bottom: 60px;
    }
    .city_reward_malindo h3 {
        font-size: 14px;
        font-weight: 900;
    }
    .city_reward_malindo {
        padding: 0px 0px;
    }
    .login_citi{
        margin-top: 50px!important;
        margin-right: 4px;
    }
    .convert_now{
        position: absolute;
        top: 35%;
        right: 3%;
    }

}
/*=================================HEADING============================*/
.Head-title {
    text-align: center;
    margin-bottom: 50px;
}
.Head-title h3 {
    font-weight: 900;
    text-transform: uppercase;
    color: #777!important;
}

.title-bottom-box{

    width: 15px;
    height: 10px;
    margin: auto;
    background: #777;
    -webkit-transform: skewX(-15deg);
    transform: scaleX(-15deg);

}
.title-bottom-box:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background: #F47920;
    top: 23%;
    right: -92px;
}
.title-bottom-box:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background: #F47920;
    top: 3px;
    right: 35px;
}
.maybankrewards_bullet li{
    list-style: circle;
    color: #72757a;
    font-size: 14px;
    line-height: 20px;
    font-family: Poppins !important;
    text-align: justify;
}
.youtube-videos {
    width:100%;
    height:100%;
    background: rgba(0,0,0,.6);
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    display: none;
    z-index:9999999;
}
.videosection iframe {
    width: 100%;
    height: 450px;
}
.youtube-videos i{
    font-size: 30px;
    color: #fff;
    position: absolute;
    z-index: 999999;
    right: 50px;
    top: 50px;
    cursor: pointer;
}
.videosection{
    width: 60%;
    position: relative;
    margin: auto;
    top:50%;
    transform: translateY(-50%);

}
.img-responsive{
    display: inline-block;
}
/*=================================END HEADING============================*/


/*===================End City bank========================*/

@media (min-width:769px) and (max-width:992px){
    .bank_content {
        padding: 50px 0px 0px 116px!important;
    }
    .landing_menu{
        display: flex!important;
    }
    .Service_class .navbar-inverse .navbar-nav > li > a {
        width: 186px!important;
    }
    .ng-flat-datepicker-wrapper {
        width: 100% !important;

    }
    .claim-click-inputType input[type="text"]{
        margin-bottom: 5px!important;
    }
    .go-to-pnr-travel{
        position: absolute;
        right: 15px;
        bottom: 4px;
    }
}
@media (min-width:993px) and (max-width:1215px){
    .Service_class .navbar-inverse .navbar-nav > li > a{
        width: 224px!important;
        padding: 10px!important;
    }

}
@media (min-width: 768px){
    .landing_menu{
        display: block;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }


}

@media (max-width: 768px) {
    .slider_inner .bank_detail p {
        padding: 0 5px 50px 5px;
    }
    .hideSmallScreen{
        display: none;
    }
    .scrollup {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        right: 20px;
    }
    .voucherToredeem{
        padding: 0px;
        top: -14px;
        margin-bottom: 22px;
    }
    .navbar-nav {
        margin:0px 10px!important;
        float: inherit!important;
    }
    #myNavbar{
        background:linear-gradient(34deg, #003366 0%, #0B59A7 100%) !important;
    }
    .voucherToredeemContent p {
        font-size: 10px;
        text-align: center!important;
    }
    .voucherToredeemContent h3 {
        font-size: 12px;
        text-align: center!important;
    }

    a.watch-videos-live {
        padding: 10px 10px !important;
    }

    #myNavbar2 ul li.active:after{
        display: none;
    }
    .mobile_logo{
        display:block!important;
        float: left!important;
        margin-top: 15px;
    }
    .mobile_logo a {
        color: #fff;
        font-weight: 900;
        margin-top: 30px;
    }
    .landing_page_logo{
        display: none;
    }
    .service_list{
        background: #d9dde8;
        padding-bottom: 5px;
    }

    .mobile_logo img{
        width: 150px;
        height: 50px;
    }
    .origin_designation{
        margin: 10px 0px!important;
    }
    .image_span span{
        margin-left: 6px!important;
    }
    .origin_designation span{
        display: inline;
    }

    .bank_content p {
        padding-bottom: 10px;
    }

    .nav_or{
        padding-right:25px;
    }
    .Service_class .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        padding: 6px 96px 6px 0px;
        font-size: 10px;
    }
    .Lifestyle_Travel_image_section button,.Lifestyle_Travel_image_section1 button{
        font-size: 10px;
    }
    .flight_search_part{
        display: none;
    }
    .origin_designation {
        width: 100%;
    }
    #Shopping {
        padding: 20px 20px 20px 20px;
    }
    /*#Banking {*/
        /*padding-left: 18px;*/
    /*}*/
    .bank_content p {
        text-align: justify;
    }
    .Lifestyle_Travel_image_section,.Lifestyle_Travel_image_section1 {
        padding: 200px 50px 200px 50px;
        border-radius: 5px;
        margin-bottom: 1px;
    }

    .FAQ{
        font-size: 12px;
        padding: 30px 30px 20px 30px;
    }
    .miles_title{
        padding: 0px 50px;
    }
    .image_span span h3 {
        font-size: 14px;
    }
    .image_span span button{
        font-size: 10px;
    }
    .image_span .fa-plane{
        font-size: 18px;
    }

    .padding_right_none{
        padding-right:15px!important;
    }

    .slider_content {
        font-size: 20px;
        text-align: left;
    }
    .landing_page_header {
        padding: 0px 0px 10px 0px;
        z-index:9999;
    }
}


@media (min-width: 1300px) {

    .slider_inner .bank_detail {
        height: 310px;
    }
    .convert_button {
        padding: 35px 20px 10px 20px;
    }
    .point_converter img {
        height: 90px;
        width: 90px;
        top: -45px;
    }

    #myNavbar2 ul li.active:after{
        bottom: 0px;
    }
    .slider_inner .bank_detail .point_converter {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
}

p{
    text-align: justify;
}

@media (max-width: 1024px) {
    .navbar-inverse .navbar-nav > li > a{
        letter-spacing: 0px!important;
    }
    li#user_login_id a {
        padding: 10px 15px!important;
      }
    li#user_login_id{
        margin-top: 5px;
    }
    .navbar-collapse.collapse{
        margin-top: -6px!important;
    }
    li.nav_or {
        /*margin-top: 6px !important;*/
        padding-right: 10px !important;
    }
    .nav > li > a {
        font-size: 12px;
        padding: 2px 5px;
    }
    .card-locatoin {
        width: 325px!important;
        margin-left: 5%!important;
        padding-left: 55px;
    }
    .skdslider .slide-desc > p a.more{
        margin-right: 70px!important;
    }
    .voucherImage img {
        width: 187px;
        margin-top: 14px;
    }
    .watch-videos-live a{
        padding: 26px!important;
    }
    .watch-videos-live span img{
        width: 28px!important;
        margin-right: 3px!important;
    }
    .Service_class .navbar-inverse .navbar-nav > li > a{
        width: 222px;
    }
}
@media (max-width: 1370px){

    .responsive-wrapper{
        min-width:100%;
        max-width:100%;
        margin:0 auto;
    }

}

/*==================== End of Landing page=================*/

.partner-login-alert-maybank,.partner-login-alert-bonuslink,.partner-login-alert-rebate-mango,.partner-login-alert-affin,.partner-login-alert-socar,.partner-login-alert-shopback{
    color: #ffffff;
    background: linear-gradient(45deg,#8f236e 50%,#513275 50%);
    border-color: #d6e9c6;
    display:none;
    font-size: 18px;
    position: absolute;
    z-index: 999;
    height: 77px;
    width: 92%;
    text-align: center;
    line-height: 77px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px solid #e2e2e2;
}
/*
.partner-login-alert::after{
    content: '';
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 100px solid red;
}
*/


@media (max-width: 768px) {

    .partner-login-alert,.partner-login-alert-bonuslink,.partner-login-alert-rebate-mango,.partner-login-alert-affin,.partner-login-alert-socar{
        display:none;
        position: absolute;
    }
    .airline-rewar-points-flex {
        background: #fff;
        width: 100%;
        padding: 15px 45px;
        color: #333 !important;
        padding-bottom: 50px;
        margin-top: 20px;
    }
    .header_site_name2 {
        color: #fff;
        width: 80% !important;
        height: 50px;
        margin-top: 14px;
        font-weight: 600;
        font-size: 14px;
        float: left;
        padding: 3px 15px;
    }
    .service_list{
        display: none;
    }
    .system-view{
        display: none !important;
    }
    .mobile-view{
        display: block !important;
    }
    .airline-mailes-flex {
        padding-right: 0px;
    }
    .airline-miles{
        font-size: 10px;
    }
    .carousel-indicators {
        position: absolute;
        left: 85%;
        width: 70px;
    }
    .airline-loungedemo {
        background: #fff;
        position: relative;
        padding: 40px 0px;
        margin-top: 150px;
        text-align: center;
        margin: 150px 15px 50px 15px;
    }
    .lounge-club-btn{
        width: 100%;
    }
    .eligibility-main {
        width: 100%;
        margin: 10px 10px 50px 38px;
    }
    .bonus-club-eligibility {
        width: 64%;
        position: relative;
        left: -23px;
    }
    .eligibility-main {
        width: 100%;
        margin: 10px 0px 50px 15px;
    }
    .tier-card-img {
        /* height: 150px; */
     }
}

/*------------------ Home Advertisment part----------------*/

#scroll-add{
    margin-top: -3px;
}
.malindo-feature-main-div{
    position: fixed;
    bottom: 15px;
    left: 15px;
    border-radius: 15px;
    /*background:linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url("../img/../img/advertisment-bg-banner2.png");*/
    /*background: #F47920;*/
    /*width: 220px;*/
    padding: 15px;
    z-index: 99999;
    /*box-shadow: 2px 3px 3px 2px #625992;*/
}
.close-adver{
    float: right;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #333;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.7;
    filter: alpha(opacity=20);

    cursor: pointer!important;
}
/*.bottom-advertisment{
    position: fixed;
    width: 100%;
    bottom: 0;
    !*background: pink;*!
    z-index: 999;
    height: 70px;
    text-align: center;
    background:linear-gradient(#2b2a25, #652d90), url("img/advertisment-bg-banner2.png");
    !*background:linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url("../img/../img/advertisment-bg-banner.jpg");*!
    color: #ffffff;
    padding: 15px;

}
.bottom-advertisment p{
    text-align: center!important;
    line
}
.close-adver{
    float: right;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.7;
    filter: alpha(opacity=20);
    margin: 10px 35px 20px;
    cursor: pointer!important;
}
.left-flight-adv-img{
    float: left;
    position: absolute;
    left: 0;
    top: 10;
    width: 150px;
}
.left-flight-adv-img img{
    width: 150px;
}
.right-adv-speaker-img{

    position: absolute;
    right: 100;
    top: 10;
    width: 100px;
}
.right-adv-speaker-img img{
    width:100px;
}*/
/*------------------End  Home Advertisment part----------------*/
/*-----------------Privacy popup css----------------------*/
.left-popup-privacy {
    background: rgb(143, 35, 110);
    max-width: 250px;
    position: fixed;
    bottom: 20px;
    right: 24px;
    z-index: 999999;
    height: 200px;
    overflow: hidden;
    color: #F47920;
    padding: 20px;
    /* border: 12px solid; */
    border-style: ridge;
}
.continue-pravice-button {
    display: block;
    background: rgba(0,0,0,.4);
    color: #fba251;
    text-align: center;
    padding: 5px;
    border: 1px solid;
    margin-top: 20px;
}
.continue-pravice-button:hover{
    background: rgba(0,0,0,.4);
    color: #fba251;
}


/*-----------------End Privacy popup css----------------------*/

/*----------------Miles privilege latest css--------------*/

.miles-privilege-base {
    display: block;
    width: 100%;
    background-position: center center;
    position: relative;
}
.miles-privilege-base .pi-inner {
    position: absolute;
    width: 100%;
    height: 92%;
    left: 0;
    top: 0;
    background: 0 0;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.miles-privilege-base .pi-inner h2 {
    opacity: 0;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    left: 50%;
    top: 40%;
    color: #fff;
    letter-spacing: 10px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    transform: translateX(-50%);
}
.miles-privilege-base:hover .pi-inner {
    background: rgba(0,20,24,.8);
}
.miles-privilege-base:hover .pi-inner h2{opacity:1;letter-spacing:0}

/*---------------- End of Miles privilege latest css--------------*/

.displayFlex{
    display: flex !important;
}

.slider-ptag{
    height: 35px;
}

ul.megamenu a{
    border: none !important;
}

.megamenu> li > div> div> ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #004B85 !important;
    white-space: normal;
}


.navbar{border:0;}

.navbar-default{
color: #004B85;
background-color: white;
border-color: white;
margin-bottom: 0;
}
 .navbar-default .navbar-nav > li > a{
   color: #004B85;
   font-size:calc(14px + .4vw);
}
.navbar-default .navbar-nav > .dropdown > a .caret{
   border-top-color: #fff;
   border-bottom-color: #fff;
}
.navbar-default .navbar-brand{
   color: #004B85;
   
}
.menu-large {
 position: static !important;
  -webkit-border-radius: 6px 6px 0 0;
   -moz-border-radius:  6px 6px 0 0;
   border-radius:  6px 6px 0 0;
   vertical-align:bottom;
}
.menu-large:hover {
 
   background-color:#F47920;
}
.menu-large> ul, 
.menu-large> ul:hover {
 
   background-color:white;
}
.megamenu{
 padding: 20px 0;
 width:100%;
}

/*.nav >li >a {
   width:calc(10px + 6vw);
   }*/

.megamenu> li > ul {
 padding: 0;
 margin: 0;
}
.megamenu> li > ul > li {
 list-style: none;
}
/* Row */
.megamenu> li > div > div > ul > li {
 list-style: none;
}
.megamenu> li > div > div > ul  {
 padding-left:5px;
 padding-right:5px;
}
.megamenu> li > div> div> ul > li > a {
 display: block;
 /*padding: 3px 20px;*/
 clear: both;
 font-weight: normal;
 line-height: 1.428571429;
 color: #004B85;
 white-space: normal;
}
/* End Row*/
.megamenu> li > ul > li > a {
 display: block;
 padding: 3px 20px;
 clear: both;
 font-weight: normal;
 line-height: 1.428571429;
 color: #004B85;
 white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
 text-decoration: none;
 color: #004B85;
 background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
 color: #999999;  
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
 text-decoration: none;
 background-color: transparent;
 background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
 cursor: not-allowed;
}

.megamenu .dropdown-header {
 color: #666666;
 font-size: 18px;
 /* padding:0; */
 padding-top: 10px;
}

.menuSpan{
    text-align:left;
}

.navbar-nav > li {
    display: table-cell;
    float: none;
    text-align: center;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.megamenu li a{
    font-size: 14px !important;
}

.megamenu ul li{
    text-align: left;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc !important;
}

.fp-bg {
    background: url('https://source.unsplash.com/rf6ywHVkrlY');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.fp-box {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.259);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    background-color: #163a5945 !important;
}
.text-white,  .text-white p{
    color: white !important;
}
/* .mainmenu li{
    padding: 0px 16px !important;
} */
.success-text{
    font-size: 17px;
    text-align: center;
}

/* .navbar-toggle .icon-bar {
    background: #fff;
} */

.nav>li>a {
    color: #0B3D90;
    text-transform: capitalize;
}

.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-top: 0px;
}

.navbar-nav {
    background: transparent !important;
}

.common-menu.navbar-background {
    background: #fff;
    width: 100%;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
    padding: 0px 0px 10px !important;
    background-repeat: no-repeat;
    height: 65px;
}

.common-menu.navbar-background.active {
    background: linear-gradient(34deg, #003366 0%, #0B59A7 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.common-menu.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-top: 0px;
}

.commonmenu-navbar>li {
    padding: 4px !important;
}

#Airheader > li > a:hover,
#Airheader > li > a:focus {
  background-color: #f47920 !important;
  border-radius: 12px 12px 0px 0px;
  color: white !important;
  height: 70px;
}

.navbar-background{
    background: #ffffff;
}

.cursorPointer{
    cursor: pointer;
}

.btn-custom-lg{
    border-radius: 0px !important;
}

.btnShowmore{
    border-radius: 0px !important;
    width: 150px;
}


/*nest hub*/
@media (min-width:993px) and (max-width:1200px) {
.nav-menu-promotions{
    margin-top: -44px;
}
.commonmenu-navbar>li {
    padding: 15px 8px !important;
}
/*.menubar-onmyprofilepage{
    margin-right: 191px;
}*/
}



/*ipod mini*/
@media (min-width: 767px) and (max-width: 768px) {
    .nav-menu-promotions{
        margin-top: -43px;
     }
     
}


/*ipod air*/
@media (min-width: 769px) and (max-width: 820px) {
    /*.menubar-onmyprofilepage{
        margin-right: 94px;
    }*/
}
/*surface pro 7*/
@media (min-width: 821px) and (max-width: 912px) {
    /*.menubar-onmyprofilepage{
        margin-right: 128px;
    }*/
}

.register-back-btn{
    margin-right: 10px;
}

.displayFlex{
    display: flex;
}

/*nest hub max*/
@media (min-width: 1279px) and (max-width: 1280px) {
    .menubar-onmyprofilepage{
        margin-right: 100px;
        margin-top: 5px;
    }
}

/*responsive*/
@media (min-width: 1439px) and (max-width: 1440px) {
    .menubar-onmyprofilepage{
        margin-right: 165px;
    }
}


@media (min-width: 1025px) and (max-width: 1199px) {
    .navbar-right {
        float: right !important;
        margin-right: -17px !important;
    }
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-top: -10px;
    }
    .nav-menu-promotions{
         margin-top: -70px;
     }
     
}


@media (max-width: 1199px) {
    .card-locatoin {
       width: 325px!important;
       margin-left: 5%!important;
       padding-left: 55px;
       margin-top: 23px;
     }
}

@media (max-width: 767px) {
.forrespmenu{
    color: white;
    padding-top: 10px;
}
.commonmenu-navbar>li {
    display: grid;
}
.nav>li>a {
    color: white;
    text-transform: capitalize;
    display: contents;
}
}