/*=========================card Design Css==============*/
.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;*/
}
/*------------------------------------------------- Top Changes----------------------------------------------- */
.logo-change {
    font-family: inherit;
    letter-spacing: 3px;
    font-weight: 600;
    text-shadow: 1px 3px 5px #e1e1e1;
}

.landing_page_logo{
    padding: 15px;
}
.landing_page_logo a {
    padding: 20px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}



/*------------------------------------------------- Top Changes----------------------------------------------- */
.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: 3px;
    font-family: credit!important;
    color: transparent;
    font-size: 13px!important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 18px;
    text-align: right!important;
     -webkit-background-clip: text;
    background-clip: text;
}

.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;
}
/* .fittext1 {
	position: absolute;
	font-size: 80px;
    font-family: 'Helvetica LT Condensed';
	bottom: 20%;
} */

.card-id {
    font-family: credit!important;
    letter-spacing: 4px;
    /*font-size: 8px;*/
    color: transparent;
    bottom: 5%;
    margin: 0px;
    font-size: 14px!important;
    /*font-weight: 900!important;*/
    /*background-color: #fff;*/
    /*text-shadow: 0px 2px 1px rgba(133, 129, 129, 0.8);*/
    -webkit-background-clip: text;
    background-clip: text;
    text-align: right!important;
    margin: 15px 0px 0px 0px;
    padding-right: 18px;
}

.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:rgba(255, 255, 255, 0.3);
    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: 100%;
    bottom: 170px;
    left:0!important;
    right:0!important;
    /*display: none;*/
}
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: #fbb03b;*/
    /*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;
    font-weight: 600;
    transition: .5s all;

}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fbb03b;
    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 7px;
}
.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%;
}
.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: 380px;
    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: #000;
    background-color:transparent;
    border-radius: 0px!important;
}
.watch_add a{
    background: #fbb03b;
}
.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: 85vh;*/
}
.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: 100%;
    float: left;
    background: #fff;

}
.Boarding_privilage_logos{
    margin-bottom: 24px;
    display: inline-block;
    box-shadow: 1px 2px 3px 4px #d2d2d2;
    background: #ffffff;
}
.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:10px;
}
.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: #53a9ee;
    position: relative;
    padding: 30px 0;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.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 #555555;
    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: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

#Lifestyle_Travel {
    color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.FAQ{
    background: #ffffff;
    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;
}
a, a:hover {
    color: #ddd;
    cursor: pointer;
    text-decoration: 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!important;
    font-weight: 500!important;
    line-height: 20px!important;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.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================*/
/*===========================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,#53a9ee 14%,#1c8ce6 60%,#104f82 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 {
    border-radius: 50%;
    width: 60px;
    margin: 0 auto;
    display: inherit;
    margin-top: -5px;
    /* background: #53a9ee; */
    padding: 2px;
    /* border: 2px solid #56a8e9; */
    outline: 0px;
}
.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: #fbb03b;
    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======================*/
/* ================================= registration page CSS========================= */
.registration_body {
    background: url(../img/slider/9.jpg);
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 0px;
    height: 100vh;
}
.registration_body2{
    background: url(../img/slider/9.jpg);
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;  
    padding: 150px 0px;
}
.registration_section {
    width: 600px;
    background: rgba(0,0,0,.7);
    height: auto;
    padding: 20px 50px 30px 50px;
    margin: 20px;
}
.registration_section input{
    width: 100%;
    padding: 13px;
    border: 0px;
}
.registration_section select {
    width: 100%;
    padding: 13px;
    border: 0px;
}
.registration_section h3 {
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}
.registration_section button{
    background: #b72c29;
    color: #fff;
    padding: 10px;
    border-radius: 0px;
}
/* ================================= registration page CSS========================= */

/*===============================media query=====================*/
/*===================City bank========================*/
@media (max-width: 768px) {
    .registration_section {
        padding: 15px;
    }
    .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:#53a9ee!important;
}

.title-bottom-box{

    width: 15px;
    height: 10px;
    margin: auto;
    background:#53a9ee;
    -webkit-transform: skewX(-15deg);
    transform: scaleX(-15deg);

}
.title-bottom-box:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background: #d31245;
    top: 23%;
    right: -92px;
}
.title-bottom-box:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background: #d31245;
    top: 3px;
    right: 35px;
}
.maybankrewards_bullet li{
    list-style: circle;
    color: #72757a;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Source Sans Pro', sans-serif !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: 10px;
        padding-bottom: 10px;
    }


}

@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: left!important;
    }
    #myNavbar{
        background:#d31245!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;
    }
    .landing_page_logo{
        display: none;
    }
    .service_list{
        background: #d9dde8;
        padding-bottom: 5px;
        display: none;
    }

    .mobile_logo img{
        width: 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: #000;
        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!important;
}

@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: 17px 5px;
    }
    .card-locatoin {
        width: 325px!important;
        margin-left: 5%!important;
    }
    .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;
    }
}

/*------------------ 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: #fbb03b;*/
    /*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: #fbb03b;
    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--------------*/


/*======================CSS for responsive==================*/
span.footer_pipe_symbole {
    margin: 0px 10px;
    font-weight: 900;
}

/*======================End of CSS for responsive==================*/
/*==================================rsponsiv footer=======================*/

.footer_container {

    width: 100%;
    background: #361953;
    min-height: 150px;
    bottom: 0;
    padding-top: 70px;
    clear:both;

}


.footer_left_container {

    float: left;
    width: 100%;
    color:#7e9299;
    padding-bottom: 10px;

}


.footer_left_container a {

    color:#fff;

}

.footer_right_container {

    float: right;
    width: 100%;
    text-align: right;
    color: #607179;
    padding-bottom: 10px;
    display: inline-flex;

}


.footer_right_icon_facebook {

background: url('../img/facebook.svg');

width: 30px;

height: 30px;

cursor: pointer;

padding-right: 10px;
}

.footer_right_icon_twitter {

    background: url('../img/twitter.svg');
    width: 30px;
    height: 30px;
    cursor: pointer;
    padding-right: 10px;



}


.footer_right_icon_linkedin {

    background: url('../img/instagram.svg');
    width: 30px;
    height: 30px;
    cursor: pointer;
    padding-right: 10px;
}


.responsiv_footer {
    background: #361953;
    padding: 50px 0px 0px 0px;
}
.footer_links ul li {
    display: inline-block;
    color: #5f5d7c;
}
.footer_links p{

    color:#7e9299 ;
    text-align: justify;
}
.footer_social_links a {
    display: inline-block;
    margin-left: 15px;
}
.footr_image {
    margin-top: 10px;
}

/*================================== End of responsiv footer=======================*/
