/*
 * NUSATRIP MOBILE STYLE OVERRIDE
 */
body.ns-home:before {
    content: '';
    display: none;
}
/* Override jquery-ui mobile */
.ui-grid-a > *:nth-child(n) {
    width: 100%;
}
.ui-grid-a > .container {
    margin-right: auto;
}
.ui-content .ui-listview,
.ui-panel-inner > .ui-listview {
    margin: 0;
}
a,
a:hover,
a:focus {
    text-decoration: none;
}
a:focus,
button:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}
.ns-mobile-page .ui-body-a,
.ns-mobile-page .ui-body-a input,
.ns-mobile-page .ui-body-a select,
.ns-mobile-page .ui-body-a textarea,
.ns-mobile-page .ui-body-a button {
    font-family: inherit;
}
.ui-corner-all {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    line-height: 1.5;
    padding: 6px 10px;
}
.alert-warning {
    background-color: lightgoldenrodyellow;
    border-color: #dd700f;
    color: #dd700f;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-bolder {
    font-weight: 600 !important;
}
.font-weight-bold {
    font-weight: bold;
}
/* Common Styles */
.text-yellow {
    color: #ffe600;
}
.bg-secondary {
    background-color: #ebebeb;
}
.bg-secondary-blue {
    background-color: #7ab5ff !important;
    color: #fff !important;
}
.bg-blue-navy {
    color: #fff !important;
    background-color: #0a4e79 !important;
}
.bg-dark-blue {
    background-color: #094164 !important;
    color: #fff !important;
}
.bg-darker-blue {
    background-color: #094164 !important;
    color: #fff !important;
}
.text-dark-blue {
    color: #094164 !important;
}
.rounded-top {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.rounded-bottom {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.shadow-strong {
    box-shadow: 0 2px 0 rgba(0, 0, 0, 1);
}
.ns-mobile-page .btn {
    border-radius: 8px;
}
.social-login.btn,
.ui-body-a .social-login.btn.ui-link {
    border-radius: 6px;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 5px;
}
.social-login.btn-secondary {
    background-color: #eee;
}
.social-login > * {
    display: inline-block;
    vertical-align: middle;
}
.fb-login.btn,
.ui-body-a .fb-login.btn.ui-link {
    color: #2f5f9e;
}
.fb-login .ns-stack {
    background-color: #2f5f9e;
    border-radius: 2px;
    color: #eee;
    font-size: 1.15em;
    height: 1.25em;
    line-height: 1.25;
    margin-right: 5px;
    padding-left: 8px;
    padding-right: 4px;
    padding-top: 4px;
    width: auto;
}
.user-nav {
    background-color: #acacac;
    padding: 3px 10px 5px;
}
.user-nav a,
.ui-body-a .user-nav a.ui-link {
    color: #fff;
    font-weight: normal;
}
/*.social-login .link-text {*/
/*border-left: 1px solid;*/
/*}*/
/*.fb-login:hover {*/
/*opacity: .9;*/
/*}*/
/*.fb-login:hover,*/
/*.fb-login:focus {*/
/*color: #fff;*/
/*}*/
/*.fb-login .ns-facebook {*/
/*border-right: 1px solid #446faa;*/
/*}*/
/*.fb-login .link-text {*/
/*border-left-color: #2a5998;*/
/*font-size: .9em;*/
/*}*/
.social-alt {
    margin-bottom: 0;
}
.section-wrapper {
    margin-bottom: 10px;
}

/*
 * HEADER
 */
.header-wrapper {
    border-bottom: 1px solid #8abede;
    color: #094164;
    height: 44px;
    left: 0;
    max-height: 44px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.ns-mobile-page .header-wrapper {
    height: 44px;
}
.header-inner {
    height: 100%;
    position: relative;
}
.bg-secondary-blue .header-inner {
    color: #05558c;
}
@media (min-width: 544px) {
    .header-inner {
        max-width: 576px;
    }
}
@media (min-width: 768px) {
    .header-inner {
        max-width: 1000px;
    }
}
.ns-brand {
    height: auto;
    max-width: 95px;
    padding: 8px 0;
}
.mobile-home .ns-brand,
.header-home:not(.header-flat) .ns-brand {
    margin-left: 0.9375rem;
}
.ns-brand a {
    display: block;
    max-height: 28px;
    max-width: 95px;
}
.menu-toggler-holder {
    display: block;
    padding: 0 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.header-inner .navbar-toggler {
    background: none;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 21px;
    line-height: 28px;
    margin: 0;
    padding: 8px 6px;
    text-align: center;
}
.header-inner .navbar-toggler.menu-toggler {
    border-color: transparent transparent transparent rgba(5, 85, 140, 0.25);
    border-width: 0 0 0 1px;
    margin-right: 5px;
}
.header-inner .navbar-back {
    color: inherit;
    padding-left: 0;
}
.header-flat .header-inner .navbar-toggler.menu-toggler,
.header-flat .header-inner .styled-select {
    border-width: 0;
    color: #fff;
}
.header-inner .styled-select {
    border-left: 1px solid rgba(5, 85, 140, 0.25);
    height: 100%;
    max-width: 48px;
    overflow: hidden;
    padding: 8px 6px;
    position: relative;
    width: 48px;
    z-index: 0;
}
.header-inner .styled-select.nusa-currency {
    max-width: 55px;
}
.header-inner .styled-select select {
    background: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    color: #444;
    float: right;
    padding: 4px 8px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.header-inner .styled-select select > option {
    color: black !important;
}
.header-inner .styled-select i {
    margin-top: -7px;
    padding: 0;
    position: absolute;
    right: 6px;
    top: 50%;
    z-index: -1;
}
.styled-select.nusa-lang,
.styled-select.nusa-currency {
    background-color: transparent !important;
    background-position: 10px center !important;
    background-repeat: no-repeat;
    background-size: auto;
}
.styled-select.nusa-lang.lang-en {
    /*background-image: url("../../img/en20.png")!important;*/
    background-image: url('../../img/en20circle.png') !important;
}
.styled-select.nusa-lang.lang-id {
    /*background-image: url("../../img/id20.png")!important;*/
    background-image: url('../../img/id20circle.png') !important;
}
.styled-select.nusa-lang.lang-sg {
    /*background-image: url("../../img/sg20.png")!important;*/
    background-image: url('../../img/sg20circle.png') !important;
}
.styled-select.nusa-lang.lang-my {
    /*background-image: url("../../img/my20.png")!important;*/
    background-image: url('../../img/my20circle.png') !important;
}
.styled-select.nusa-lang.lang-ph {
    /*background-image: url("../../img/ph20.png")!important;*/
    background-image: url('../../img/ph20circle.png') !important;
}
.styled-select.nusa-lang.lang-vn {
    /*background-image: url("../../img/vn20.png")!important;*/
    background-image: url('../../img/vn20circle.png') !important;
}
.styled-select.nusa-lang.lang-th {
    /*background-image: url("../../img/th20.png")!important;*/
    background-image: url('../../img/th20circle.png') !important;
}
.styled-select.nusa-lang select {
    text-indent: -9999px;
}

.ns-mobile-page .ui-page-panel,
.mobile-home.ui-page-panel,
.flight-index.ui-page-panel,
.ns-flightIndex .search-panel-location,
.ns-flightIndex .passenger-input,
.ns-flightTo .search-panel-location,
.ns-mobile-page .passenger-input,
.ns-airlineStaticPage .passenger-input,
.ns-airlineStaticPage .search-panel-location,
.hotel-index.ui-page-panel,
.ns-hotelIndex .search-panel-location,
.ns-mobile-page .select-room,
#loginUser.ui-page-panel,
#loginUser.ui-page {
    margin-top: 0 !important;
}
/*
.mobile-home.ui-page-panel,
.flight-index.ui-page-panel,
.ns-flightIndex .search-panel-location,
.ns-flightIndex .passenger-input,
.ns-flightTo .search-panel-location,
.ns-flightTo .passenger-input,
.ns-airlineStaticPage .passenger-input,
.ns-airlineStaticPage .search-panel-location,
.hotel-index.ui-page-panel,
.ns-hotelIndex .search-panel-location,
.ns-hotelIndex .select-room {
	margin-top: 44px!important;
}

.mobile-home.ui-page-panel .ui-panel-content-wrap,
.flight-index.ui-page-panel .ui-panel-content-wrap,
.ns-flightIndex .search-panel-location .ui-panel-content-wrap,
.ns-flightIndex .passenger-input .ui-content,
.ns-flightTo .search-panel-location .ui-panel-content-wrap,
.ns-flightTo .passenger-input .ui-content,
.ns-airlineStaticPage .passenger-input .ui-content,
.ns-airlineStaticPage .search-panel-location .ui-panel-content-wrap,
.hotel-index.ui-page-panel .ui-panel-content-wrap,
.ns-hotelIndex .search-panel-location .ui-panel-content-wrap,
.ns-hotelIndex .select-room .ui-content {
	margin-top: 44px!important;
}*/
.recentbooking-bar a.recentBooking {
    font-size: 85%;
    height: 24px;
    line-height: 20px;
    top: 0;
}
.recentbooking-bar a.recentBooking span.views {
    line-height: 18px;
    width: 18px;
}

/*
 * Slider - iSwiper Slider
 */
.mx-auto {
    margin: 0 auto;
}
.d-inline-block {
    display: inline-block;
}
.d-block {
    display: block;
}
.d-flex {
    display: flex;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.items-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ites-align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.items-align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.promo-banner {
    background: #1d1d1d;
}
.promo-banner .singleSlide-container {
    margin: 0 auto;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 1;
    text-align: center;
}
.ns-mobile-page .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: none;
    min-height: 260px;
    overflow: visible;
}
.ns-mobile-page .swiper-slide {
    float: none;
    height: auto;
    text-align: center;
}
.ns-mobile-page .swiper-slide > div,
.ns-mobile-page .swiper-slide > img {
    margin: 0 auto;
}
.ns-mobile-page
    .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: #e5e5e5;
    opacity: 0.4;
}
.ns-mobile-page .swiper-button-next,
.ns-mobile-page .swiper-button-prev {
    background-size: 22px 36px;
    height: 36px;
    margin-top: -36px;
    width: 22px;
}
.swiper-slide .text-container,
.singleSlide-container .text-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 100%;
    margin: 0 auto;
    max-width: 640px;
    padding: 20px 40px 76px;
    width: 100%;
}
.singleSlide-container .text-container {
    min-height: 260px;
}
.swiper-slide .text-inner,
.singleSlide-container .text-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}
.swiper-slide .text-overlay,
.singleSlide-container .text-overlay {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}
.swiper-slide .no-img {
    z-index: 14;
}
.swiper-slide .no-img ~ .swiper-lazy-preloader {
    display: none;
    height: 0;
    width: 0;
}
@media (min-width: 544px) {
    .ns-mobile-page .swiper-container,
    .ns-mobile-page .singleSlide-container {
        max-width: 1000px;
    }
    .ns-mobile-page .swiper-wrapper,
    .singleSlide-container .text-container {
        min-height: 460px;
    }
}
.swiper-slide .title {
    font-size: 24px;
    font-weight: 500;
}
.swiper-slide p:last-of-type {
    margin-bottom: 0;
}
.swiper-slide > img,
.swiper-slide a img,
.swiper-slide img.mx-auto,
.singleSlide-container > img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}
.ns-mobile-page .swiper-container-horizontal > .swiper-pagination-bullets,
.ns-mobile-page .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 68px;
}

/*
 * MENU PANEL
 */
.ns-mobile-page .ui-page-active.ui-page-panel {
    /*overflow: visible!important;*/
}
.nusamobile-nav-menu.ui-panel {
    background-color: #383a4c;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.25);
    top: 0;
    width: 20em;
    z-index: 1101;
}
.nusamobile-nav-menu.ui-panel.ui-panel-closed {
    width: 0;
}
.ui-panel-animate.ui-panel-position-left.ui-panel-display-overlay,
.ui-panel-animate.ui-panel-position-left.ui-panel-display-push {
    -webkit-transform: translate3d(-20em, 0, 0);
    -moz-transform: translate3d(-20em, 0, 0);
    transform: translate3d(-20em, 0, 0);
}
.ns-home
    .ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push,
.ns-flightIndex
    .ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push,
.ns-hotelIndex
    .ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push,
#searchHotel
    .ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push,
.ns-flightTo
    .ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push,
.ns-airlineStaticPage
    .ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push,
#customerReg
    .ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push,
#loginUser
    .ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push,
#mybooking
    .ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push,
#android
    .ui-panel-animate.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open.ui-panel-content-wrap-display-push {
    -webkit-transform: translate3d(20em, 0, 0);
    -moz-transform: translate3d(20em, 0, 0);
    transform: translate3d(20em, 0, 0);
}
.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open,
.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open,
.ui-panel-dismiss-position-left.ui-panel-dismiss-open {
    left: 20em;
    right: -20em;
}
#navMenuPanel-screen.ui-popup-screen.in {
    opacity: 0.8;
}
.nav-menu-header {
    background-color: #424458;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.nav-menu-header:after,
.panel-close:after {
    clear: both;
    content: '';
    display: table;
}
.nav-menu-brand {
    float: left;
    margin-top: 16px;
    width: 100%;
}
.nusamobile-nav-menu .ui-panel-inner {
    padding: 0;
}
.nusamobile-nav-menu .list-group-item:first-child,
.nusamobile-nav-menu .list-group-item:last-child {
    border-radius: 0;
}
.nusamobile-nav-menu .list-group {
    margin: 0;
    padding: 0;
}
.nusamobile-nav-menu .list-group-item {
    background-color: #383a4c;
    border-width: 0;
    color: #fff;
    display: block;
    margin-bottom: 0;
    padding: 0 0 0 16px;
    position: relative;
    transition: all 0.25s ease 0s;
    width: auto;
}
.nusamobile-nav-menu .list-group-item-inner {
    border-bottom: 2px solid #4c4e5e;
    padding: 12px 16px 12px 0;
    position: relative;
}
.nusamobile-nav-menu a.list-group-item .list-group-item-heading {
    color: inherit;
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
}
.nusamobile-nav-menu .list-group-item-inner.sub-item {
    padding-left: 2em;
}
.nusamobile-nav-menu .acc-balance span:not(.list-group-item-icon) {
    display: block;
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.2;
    opacity: 0.75;
    text-transform: uppercase;
}
.nusamobile-nav-menu .acc-balance .list-group-item-icon {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-style: italic;
    line-height: 20px;
}
.nusamobile-nav-menu a.list-group-item:focus,
.nusamobile-nav-menu a.list-group-item:hover {
    background-color: #0f7abf;
}

.nusamobile-nav-menu a.list-group-item:focus,
.nusamobile-nav-menu a.list-group-item:hover,
.nusamobile-nav-menu a.list-group-item:focus .list-group-item-heading,
.nusamobile-nav-menu a.list-group-item:hover .list-group-item-heading {
    color: #fff;
}
.nusamobile-nav-menu .list-group-item-icon {
    border-color: rgba(255, 255, 255, 0.75);
    border-width: 2px;
    color: rgba(255, 255, 255, 0.75);
    display: inline-block;
    height: 28px;
    line-height: 24px;
    margin-top: -14px;
    position: absolute;
    right: 16px;
    top: 50%;
    width: 28px;
}
.nusamobile-nav-menu .flight-icon {
    font-size: 107%;
    line-height: 28px;
}
.nusamobile-nav-menu .panel-close .btn {
    background: #252632; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(
        left,
        #252632 90%,
        black
    ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(
        right,
        #252632 90%,
        black
    ); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(
        right,
        #252632 90%,
        black
    ); /* For Firefox 3.6 to 15 */
    background: linear-gradient(
        to right,
        #252632 90%,
        black
    ); /* Standard syntax */
    border: none;
    border-radius: 24px 0 0 24px;
    color: #777;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    float: right;
    line-height: 1;
    margin-top: 30px;
    padding: 10px 20px 12px;
    text-align: center;
    transition: color 0.25s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.nusamobile-nav-menu .panel-close .btn:focus,
.nusamobile-nav-menu .panel-close .btn:hover {
    color: #aaa;
}

/*
.ui-mobile-viewport-transitioning .ui-page.ui-page-active {
	height: 100%!important;
	overflow-y: scroll!important;
}
*/
.ns-mobile-page.ui-mobile-viewport-transitioning {
    height: 100% !important;
    overflow-y: scroll !important;
}

.page-title .ns-stack {
    float: left;
    margin-right: 8px;
}
.page-description {
    line-height: 1.25;
    margin-top: 10px;
}
.section-img-banner img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

/*
 * NS Panel Style
 */
.ns-panel {
    background: #f9f9fb; /* For browsers that do not support gradients */
    /*background: -webkit-linear-gradient(red, yellow);
	background: -o-linear-gradient(red, yellow);
	background: -moz-linear-gradient(red, yellow);
	background: linear-gradient(#f5f5f5, #fafafa);*/
    border: 1px solid #ccc;
}
.ns-panel .form-group {
    font-family: 'Helvetica', Arial, sans-serif;
    margin-bottom: 5px;
    position: relative;
}
.ns-panel .form-group div.ui-input-text {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
    padding: 0;
}
.ns-panel .form-group div.ui-input-text input.ui-input-text,
.ns-panel .form-group div.ui-input-text textarea.ui-input-text,
.ns-panel .form-group .ui-input-search input.ui-input-text,
.ns-panel .form-group .col-input-form .ui-select .ui-btn .ui-btn-inner {
    background: #feffde;
    border: 1px solid #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1.15;
    padding: 6px 12px;
}
.ns-panel .form-group div.ui-input-text input[type='text']:focus,
.ns-panel .form-group div.ui-input-text input[type='email']:focus,
.ns-panel .form-group div.ui-input-text input[type='password']:focus,
.ns-panel .form-group div.ui-select .ui-focus .ui-btn-inner,
.ns-panel .form-group div.input-error input,
.ns-panel .form-group div.input-error textarea,
.ns-panel .form-group div.ui-select .input-error {
    background: #feffde !important;
    border: 1px solid #ffc600 !important;
    box-shadow: none !important;
    -moz-box-shadow: inset 0 0 3px #ffc500 !important;
    -webkit-box-shadow: inset 0 0 3px #ffc500 !important;
    box-shadow: inset 0 0 3px #ffc500 !important;
}
.ns-panel .form-group .ui-select .form-control {
    background: none;
    border: none;
    line-height: inherit;
    padding: 0;
}
.ns-panel .form-group label {
    font-size: 12px;
    font-weight: 600;
    line-height: inherit;
    margin-top: 4px;
    text-align: right;
}
@media (max-width: 391px) {
    .ns-panel .form-group label.label-xs-br {
        margin-top: 0;
        line-height: 1.25;
    }
}
.ns-panel .form-group .col-input-form {
    padding-left: 0;
}
.ns-panel .form-group .col-select-small .ui-select .ui-btn {
    width: 70px;
}
.ns-panel .form-group .col-input-form .ui-select .ui-btn {
    border-radius: 20px;
    box-shadow: none;
    margin: 0;
}
.ns-panel .form-group .col-input-form .ui-select .ui-btn .ui-btn-inner {
    padding-right: 24px;
    text-align: left;
}
.ns-panel .form-group .ui-select .ui-btn-inner .ui-icon {
    background: none;
    box-shadow: none;
    right: 7px;
    text-align: center;
}
.ns-panel .form-group .ui-select .ui-btn-inner .ui-icon:before {
    content: '\25BC';
    font-size: 0.6em;
}

/* Locations field */
.locations-field-group .btn {
    font-size: 90%;
    line-height: 1.2;
    padding: 5px 10px;
}
.locations-field-group .location-from a.btn {
    padding-right: 24px;
}
.locations-field-group .location-to a.btn {
    padding-left: 24px;
}
.locations-field-group .ns-stack-lg .ns-icon {
    line-height: 40px;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.5);
}
.locations-field-group .airplane-icon {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}

/* Dates field */
.dates-field-group .checkin-date,
.dates-field-group .checkout-date,
.dates-field-group .departing-date,
.dates-field-group .returning-date {
    padding-bottom: 3px;
}
.dates-field-group .datepicker-field,
.dates-field-group .datepicker-field > * {
    display: inline-block;
    vertical-align: middle;
}
.dates-field-group .checkin-date .btn,
.dates-field-group .checkout-date .btn,
.dates-field-group .departing-date .btn,
.dates-field-group .returning-date .btn {
    border: none;
    min-height: 50px;
    overflow: visible;
    position: relative;
}
.dates-field-group .datepicker-field {
    padding: 3px 0;
}
.dates-field-group .datepicker-field .icon-date {
    display: none;
}
.dates-field-group .returnLabel {
    line-height: 1.1;
    text-align: center;
}
.date-field-group .datepicker-field .datepicker-label {
    display: none !important;
}
.dates-field-group .datepickerStart:before,
.dates-field-group .datepickerEnd:after {
    color: #7d9fb5;
    display: inline-block;
    font-family: 'NusaIcons';
    font-size: 1.625rem;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: middle;
}
.dates-field-group .datepickerStart:before {
    content: '\e903';
    margin-right: 5px;
}
.dates-field-group .datepickerEnd:after {
    content: '\e904';
    margin-left: 5px;
}
.date-field-group .datepickerEnd.active,
.date-field-group .datepickerStart.active {
    background: none;
    color: inherit;
}
.dates-field-group .checkin-date a.btn,
.dates-field-group .departing-date a.btn {
    padding-right: 26px;
}
.dates-field-group .checkout-date a.btn,
.dates-field-group .returning-date a.btn {
    padding-left: 26px;
}
.dates-field-group .datepicker-field .datesmall {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}
.dates-field-group .datepicker-field .datebig {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1;
}
.dates-field-group .date-counter-holder {
    left: 50%;
    margin-left: -1rem;
    max-width: 2rem;
    position: absolute;
    top: 5px;
}
.dates-field-group .date-counter-holder .ns-suitcase {
    color: #094164;
}
.dates-field-group .flight-trip-switch {
    border-radius: 50%;
    height: 36px;
    left: 50%;
    margin-left: -18px;
    max-width: 36px;
    overflow: hidden;
    position: absolute;
    top: 28px;
    width: 36px;
}
.dates-field-group .flight-trip-switch .ns-stack.ns-stack-lg {
    height: 100%;
    width: 100%;
}
.dates-field-group .flight-trip-switch .ns-stack.ns-stack-lg .ns-icon {
    color: #ffc000;
    font-size: 1.25rem;
    line-height: 34px;
}
.dates-field-group .flight-trip-switch .ui-slider-switch {
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
}
.dates-field-group .remove-btn {
    background-color: #fff;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    height: 17px;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 17px;
    vertical-align: middle;
}
.dates-field-group .btn-off .remove-btn {
    display: none;
}
.dates-field-group .flight-trip-switch .ui-slider-switch .ui-slider-label {
    box-shadow: none;
}
.dates-field-group .flight-trip-switch .ui-slider-switch .ui-slider-handle {
    height: 36px;
    width: 36px;
}
.dates-field-group
    .flight-trip-switch
    .ui-slider-switch
    .ui-slider-handle
    .ui-btn-inner {
    background-color: #0a4e79;
    height: 50%;
    opacity: 0.7;
    top: 17px;
    width: 100%;
}

/* Passengers & Cabin Type */
.inline-select .select-field:not(:first-child) {
    border-left: 1px solid #64a8d4;
    padding-left: 0;
}
.select-field a {
    color: #aacee5;
    font-size: 13px;
}
.select-field a:hover {
    color: #fff;
}
.select-field a > * {
    display: inline-block;
    vertical-align: middle;
}
.select-field .select-text {
    font-size: 0.9em;
    line-height: 1.4;
}
.passenger-select .ns-family,
.cabin-select .ns-seat {
    font-size: 24px;
}
.passenger-select .ns-caret-right,
.cabin-select .ns-caret-right {
    margin-left: 3px;
}

/*
 * POPUP PANEL
 */

/* AIRPORT SEARCH POPUP */
.airport-search-popup .ui-input-search {
    background: #fff;
    border-radius: 20px;
    box-shadow: none;
}
.airport-search-popup #suggestions {
    margin-top: 15px;
}
.airport-search-popup #suggestions > .ui-li {
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 0 20px 20px 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-right: 0.9375rem;
    overflow: hidden;
    padding: 5px 30px 5px 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.airport-search-popup #suggestions .ui-li-static:after {
    background-color: transparent;
    background-image: url('../../img/icons-18-white.png');
    background-position: -108px 0;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 18px;
    margin-top: -9px;
    position: absolute;
    right: 7px;
    top: 50%;
    width: 18px;
}
.airport-search-popup #suggestions > .ui-li:hover {
    color: #fff;
}
.airport-search-popup #suggestions > .ui-li .ui-btn-inner {
    background-color: transparent;
    font-size: inherit;
    margin-bottom: 0;
}
.airport-search-popup #suggestions .ui-btn-inner a.ui-link-inherit {
    border-radius: 0;
    padding: 0;
}
.airport-search-popup #suggestions .ui-btn-inner a > .ac-list {
    margin: 0 2px;
}
.airport-search-popup #suggestions .ui-btn-inner .ui-icon {
    margin-top: -8px;
    right: -20px;
}

/* Latest Search */
.section-title {
    font-size: 1.1em;
    font-weight: 500;
    margin-top: 12px;
}
.section-searchlist .latestsrc2 .ui-li {
    background: none;
    border-radius: 0 !important;
    font-family: inherit;
    margin: 3px 0;
}
.section-searchlist .latestsrc2 li a.ui-link-inherit {
    padding-left: 30px !important;
}
.section-searchlist .latestsrc2 .ui-btn-text {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.section-searchlist .latestsrc2 .ui-btn-text::after {
    content: '';
    display: table;
    clear: both;
}
@media (min-width: 544px) {
    .section-searchlist .latestsrc2 .ui-btn-text {
        max-width: 576px;
    }
}
@media (min-width: 768px) {
    .section-searchlist .latestsrc2 .ui-btn-text {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .section-searchlist .latestsrc2 .ui-btn-text {
        max-width: 940px;
    }
}
@media (min-width: 1200px) {
    .section-searchlist .latestsrc2 .ui-btn-text {
        max-width: 1000px;
    }
}
.section-searchlist .latestsrc2 > li.ui-li .ui-btn-inner {
    background: rgba(255, 255, 255, 0.25);
}
.section-searchlist .latestsrc2 .ui-li a:before {
    font-family: 'NusaIcons';
    font-size: 1.2em;
    height: 24px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 24px;
}
.section-searchlist .latestsrc2 .ui-li a.latestsrc-htl:before {
    content: '\e918';
}
.section-searchlist .latestsrc2 .ui-li a.latestsrc-flt:before {
    content: '\e919';
    font-size: 1.5em;
    top: 10px;
}
.section-searchlist .latestsrc2 .ui-li .ui-btn-inner .ui-link-inherit {
    background: none;
    color: #9ad1f4 !important;
    line-height: 1.2;
    padding: 5px 10px;
    position: relative;
}
.section-searchlist .latestsrc2 .ui-btn-inner .ui-link-inherit:hover {
    color: #fff !important;
}
.section-searchlist .latestsrc2 .search-details {
    font-size: 90%;
    line-height: 1.5;
}
.section-searchlist .latestsrc2 .ui-btn-inner .ui-icon {
    display: none !important;
}
.section-searchlist .latestsrc2 .ui-btn-inner .ns-angle-right {
    font-size: 1.25em;
    top: 15px;
    position: absolute;
    right: 0;
}

/* Section Popular */
.section-popular,
.section-hotel-sf {
    background: #0a4e79;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#0a4e79),
        to(#094164)
    ); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(
        #0a4e79,
        #094164
    ); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(#0a4e79, #094164); /* FF3.6 */
    background-image: -ms-linear-gradient(#0a4e79, #094164); /* IE10 */
    background-image: -o-linear-gradient(#0a4e79, #094164); /* Opera 11.10+ */
    background-image: linear-gradient(#0a4e79, #094164);
}
.section-popular .list-inline {
    line-height: 1.3;
}
.section-popular .list-inline-item:not(:last-child):after {
    color: #2277a9;
    content: '|';
    margin-left: 5px;
}
.section-popular .list-inline-item:not(:last-child) {
    margin-right: 0;
}
.section-popular li a,
.section-popular li a.ui-link {
    /*display: block;*/
    color: #55a7d8;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section-popular li a:hover,
.ui-body-a .section-popular li a.ui-link:hover,
.section-hotel-sf li a:hover {
    color: #ffc000;
}

/* Section hotel start from */
.section-hotel-sf li {
    color: #aacee5;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section-hotel-sf li a {
    color: #55a7d8;
    font-size: inherit;
}

/* Footer */
#footer {
    /*border-color: #125e8e;*/
    border-color: #ddd;
    font-family: inherit;
    font-weight: normal;
    padding-bottom: 1em;
    text-shadow: none;
}
.footer-text-link {
    border-bottom: 1px solid #c2c2c2;
}
.footer-text-link p {
    color: #555;
    line-height: 1.5;
    margin-bottom: 1em;
    margin-top: 1em;
    text-shadow: none;
}
.ui-bar-a .footer-text-link a.ui-link {
    color: #555;
    font-weight: normal;
}
.footer-text-link a.ui-link:hover {
    color: #000;
}
#footer .bottom-footer {
    font-size: 90%;
}
#footer .bottom-footer a.ui-link {
    color: #0b78b1;
    font-weight: normal;
}
#footer .bottom-footer a.ui-link:hover {
    color: #074769;
    text-decoration: underline;
}

/* Payment */
.payment-bank-items {
    margin-bottom: 0;
    margin-top: 1em;
}
.payment-bank-items li,
.partner-items li {
    background-image: url('../../img/partners-logosprite-3.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 140px auto;
    min-height: 35px;
    text-indent: -9999px;
    vertical-align: middle;
}
.payment-bank-items .list-inline-item:not(:last-child) {
    /* margin-right: 1em; */
}
.payment-bank-items li.atm-bersama {
    background-position: -70px -140px;
    width: 44px;
}
.payment-bank-items li.prima-logo {
    background-position: -70px -175px;
    width: 34px;
}
.payment-bank-items li.bca-logo {
    background-position: 0 -35px;
    width: 55px;
}
.payment-bank-items li.klik-bca-logo {
    background-position: 0 -70px;
    width: 34px;
}
.payment-bank-items li.mandiri-logo {
    background-position: 0 -2px;
    width: 67px;
}
.payment-bank-items li.bni-logo {
    background-position: -70px -105px;
    width: 45px;
}
.payment-bank-items li.bri-logo {
    background-position: 0 -105px;
    width: 48px;
}
.payment-bank-items li.bii-logo {
    background-position: 0 -140px;
    width: 23px;
}
.payment-bank-items li.maybank-logo {
    background-position: -70px -210px;
    width: 70px;
}
.payment-bank-items li.cimb-logo {
    background-position: -70px -70px;
    width: 64px;
}
.payment-bank-items li.mandiri-klikpay {
    background-position: -70px 0;
    width: 40px;
}
.payment-bank-items li.bca-klikpay {
    background-position: -70px -35px;
    width: 38px;
}
.payment-bank-items li.master-card {
    background-position: 0 -315px;
    width: 32px;
}
.payment-bank-items li.visa {
    background-position: 0 -210px;
    width: 43px;
}
.payment-bank-items li.jcb-icon {
    background-position: 0 -280px;
    width: 32px;
}

.payment-bank-items li.amex {
    background-position: -70px -280px;
    width: 40px;
}

.partner-items li.iata-logo {
    background-position: -70px -245px;
    width: 42px;
}
.partner-items li.asita-logo {
    background-position: 0 -245px;
    width: 35px;
}

/* HOME */
.home-title {
    font-size: 16px;
    font-weight: 400;
    left: 0;
    margin-top: 0.5em;
    position: absolute;
    right: 0;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
    top: 0;
}
.home-title .lead {
    color: #fff003;
    font-size: 20px;
    font-weight: 500;
}
.home-main-section {
    position: relative;
}
.home-main-section .bg-bottom-white-block {
    background-color: #fff;
    display: block;
    height: 100%;
    left: 0;
    min-height: 60px;
    position: absolute;
    top: 30px;
    width: 100%;
}
.main-trip-bar {
    overflow: hidden;
    margin-top: -60px;
    position: relative;
    width: 100%;
}
.home-main-section .section-img-banner {
    background-image: url('../../img/home-img-banner-cloud.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
@media (min-width: 544px) {
    .home-main-section .section-img-banner img {
        max-width: 620px;
    }
}
.main-trip-bar .container {
    background-image: url('../../img/bg-logo-icon.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 104px auto;
    height: 100%;
    min-height: 90px;
    position: relative;
}
.main-trip-bar .btn-block {
    background-image: url('../../img/bg-btn-trip.png');
    background-repeat: no-repeat;
    background-position: top center;
    color: #00659b;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    margin-top: 10px;
    padding: 10px 0;
    text-shadow: -1px -2px 1px rgba(255, 255, 255, 1);
}
.main-trip-bar .btn-block .trip-icon {
    display: block;
    font-size: 28px;
    margin-bottom: 5px;
}
.main-trip-bar .bottom-shadow {
    background-image: url('../../img/shadow-top-bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    bottom: 0;
    left: 0;
    min-height: 26px;
    position: absolute;
    width: 100%;
}
.my-booking-bar {
    background-color: #eee;
    border-top: 1px solid #ddd;
    line-height: 1.5;
    padding: 8px 0;
}
.my-booking-bar a {
    font-size: 18px;
}
.my-booking-bar a .ns-icon {
    font-size: 0.9em;
    margin-right: 5px;
}

/*
 * HOTEL INDEX
 */
.ui-page .page-title {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.ui-page .main-page-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.bg-inverse.sub-title-holder {
    background-color: #222;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4) inset;
}
.ui-page .sub-page-title {
    font-size: 0.85em;
    line-height: 1.2;
    margin-bottom: 7px;
    margin-top: 5px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.hotel-index .section-img-banner {
    margin-bottom: -20px;
}
.section-img-banner > .container > .row {
    position: relative;
}
.sub-title-container {
    background: rgba(0, 0, 0, 0.12);
    left: 0;
    position: absolute;
    top: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.hotel-link-btn {
    border-color: #094164;
    border-radius: 0 !important;
    color: #4880a4;
    font-size: 11px;
    font-weight: 500;
    height: 100%;
    line-height: 1;
    max-width: 80px;
    padding: 5px 8px 5px 18px;
    position: absolute;
    right: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
    top: 0;
}
.hotel-link-btn,
.btn.hotel-link-btn:active {
    background: url('../../img/hotel-link-btn.png') no-repeat top left;
    /*background: #07507d;*/
}
.hotel-link-btn:hover {
    color: #5298c5;
    /*opacity: 1;
	background: #085585;*/
}
.hotel-link-btn > * {
    display: inline-block;
    line-height: 1.25;
    vertical-align: middle;
    white-space: pre-wrap;
}

/*
 * Location Input section
 */
.section-location-input .ui-bar {
    overflow: visible;
}
#searchHotel .section-location-input .ui-bar {
    margin-bottom: 5px;
    /*margin-top: -18px;*/
}
#linkSearchLocation.btn {
    border-color: #0a4e79;
    border-radius: 50px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    font-size: 18px;
    line-height: 1.25;
    margin-top: 0;
    position: relative;
    text-align: left;
}
#linkSearchLocation.btn .ui-btn-inner:before {
    color: #789db4;
    content: '\f002';
    display: inline-block;
    font-family: NusaIcons;
    font-size: 18px;
    left: 14px;
    position: absolute;
    top: 8px;
    width: 1em;
}
#linkSearchLocation.btn .ui-btn-inner {
    padding-left: 40px;
    padding-right: 50px;
}
#linkSearchLocation.btn .ui-btn-inner .searchbox-input {
    font-size: 19px;
    overflow: hidden;
}
.section-location-input .ui-bar .marker-icon {
    border: none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    height: 50px;
    position: absolute;
    right: -1px;
    top: -4px;
    width: 50px;
    z-index: 2;
}
.section-location-input .ui-bar .marker-icon i {
    font-size: 1.5em;
    line-height: 50px;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.5);
}

/*
 * Flight Locations Input Section
 */
.flight-index .section-img-banner {
    margin-bottom: -35px;
}
.hotel-index .section-img-banner {
    margin-bottom: -20px;
}
.flight-index .flight-to-banner {
    background-image: none;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 90px;
    overflow: hidden;
    padding-bottom: 32px;
    position: relative;
}
.hotel-index .hotel-location-banner {
    padding-bottom: 20px;
    position: relative;
}
.flight-to-banner .page-title,
.hotel-location-banner .page-title {
    margin-left: 60px;
    position: relative;
}
.flight-to-banner .page-title:before {
    content: '\e919';
    font-family: 'NusaIcons';
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    left: 0;
    line-height: 1;
    position: absolute;
    text-transform: none;
    top: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flight-to-banner .page-title {
    padding-left: 20px;
}

/* img thumb */
.flight-to-banner .route-thumb,
.hotel-location-banner .route-thumb {
    border: 2px solid #fff;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.5);
    height: 76px;
    margin-bottom: 12px;
    margin-top: -28px;
    width: 76px;
    margin-left: -7px;
}
.flight-to-banner .airline-thumb {
    border: 2px solid #fff;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.5);
    height: 68px;
    margin: -28px 0 12px -5px;
    width: 68px;
}
.flight-to-banner .sub-page-title,
.hotel-location-banner .sub-page-title {
    margin-left: 80px;
}
.flight-to-banner .sub-page-title code {
    background-color: #094164;
    color: #aacee5;
}

#pageFlightSearch .locations-field-group a.btn {
    border-color: #0a4e79;
}
#pageFlightSearch .locations-field-group .ui-btn-inner {
    line-height: 1;
    padding: 0 0 3px;
}
#pageFlightSearch .locations-field-group .ns-stack-lg .ns-icon {
    line-height: 40px;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.5);
}
#pageFlightSearch .locations-field-group .airplane-icon {
    border: none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 2;
}

.section-locations-input .location-from {
    padding-right: 3px;
}
.section-locations-input .location-to {
    padding-left: 3px;
}

/*
 * Flight Dates Input Section
 */
.section-dates-input .flight-trip-switch {
    border-radius: 50%;
    height: 36px;
    left: 50%;
    margin-left: -18px;
    max-width: 36px;
    overflow: hidden;
    position: absolute;
    top: 5px;
    width: 36px;
}
.section-dates-input .flight-trip-switch .ns-stack.ns-stack-lg {
    border: none;
    height: 36px;
    width: 36px;
}
.section-dates-input .flight-trip-switch .ns-stack.ns-stack-lg .ns-icon {
    color: #ffc000;
    font-size: 20px;
    line-height: 36px;
}
.section-dates-input .flight-trip-switch .ui-slider-switch {
    background: none;
    border: none;
    border-radius: 0;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
}
.section-dates-input .remove-btn {
    background-color: #fff;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    height: 17px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -5px;
    width: 17px;
}
.section-dates-input .btn-off .remove-btn {
    display: none;
}
.section-dates-input .flight-trip-switch .ui-slider-switch .ui-slider-label {
    background: none !important;
    box-shadow: none;
}
.section-dates-input .flight-trip-switch .ui-slider-switch .ui-slider-handle {
    box-shadow: none;
    height: 36px;
    width: 36px;
}
.section-dates-input
    .flight-trip-switch
    .ui-slider-switch
    .ui-slider-handle
    .ui-btn-inner {
    background-color: #094164;
    border-radius: 0 0 20px 20px;
    height: 50%;
    opacity: 0.7;
    top: 17px;
    width: 100%;
}

/*
 * Dates input section
 */
.section-dates-input .date-field-group {
    margin-bottom: 8px;
}
.section-dates-input .section-label .checkin-label,
.section-dates-input .section-label .date-count-label {
    padding-right: 0;
}
.section-dates-input .section-label .checkout-label,
.section-dates-input .section-label .date-count-label {
    padding-left: 0;
}
.section-dates-input .section-label h6 {
    font-size: 0.875rem;
    margin-top: 5px;
}
.section-dates-input .checkin-label h6 {
    margin-left: 1rem;
}
.section-dates-input .checkout-label h6 {
    margin-right: 1rem;
}
.section-dates-input .checkin-date,
.section-dates-input .checkout-date,
.section-dates-input .departing-date,
.section-dates-input .returning-date {
    padding-bottom: 3px;
    position: relative;
}
.section-dates-input .checkin-date,
.section-dates-input .departing-date {
    padding-right: 5px;
}
.section-dates-input .checkout-date,
.section-dates-input .returning-date {
    padding-left: 5px;
}
.section-dates-input .datepicker-field {
    background: none;
    border: none !important;
    border-radius: 0;
    color: inherit;
    /*display: inline-block;*/
    height: auto;
    min-height: 45px;
    min-width: auto;
    padding: 0.5rem 1rem;
    text-shadow: none;
    vertical-align: middle;
}
.section-dates-input .checkin-date .btn,
.section-dates-input .checkout-date .btn,
.section-dates-input .departing-date .btn,
.section-dates-input .returning-date .btn {
    border: none;
    /*min-height: 45px;*/
    overflow: visible;
    padding: 0;
    position: relative;
}
.section-dates-input .datepicker-field > * {
    display: inline-block;
    vertical-align: middle;
}
.section-dates-input .datepicker-field .returnLabel {
    color: #7d9fb5;
    font-size: 0.9em;
    line-height: 1.1;
    margin-top: 2px;
    text-align: center;
}
.section-dates-input .datepicker-field .icon-date {
    display: none;
}
.section-dates-input .datepickerStart:before,
.section-dates-input .datepickerEnd:after {
    color: #7d9fb5;
    display: inline-block;
    font-family: 'NusaIcons';
    font-size: 1.625rem;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: middle;
}
.section-dates-input .datepickerStart:before {
    content: '\e903';
    margin-right: 5px;
}
.section-dates-input .datepickerEnd:after {
    content: '\e904';
    margin-left: 5px;
}
.section-dates-input .checkin-date .btn .datepickerStart,
.section-dates-input .departing-date .btn .datepickerStart,
.section-locations-input .location-from a.btn {
    padding-right: 26px;
}
.section-dates-input .checkout-date .btn .datepickerEnd,
.section-dates-input .returning-date .btn .datepickerEnd,
.section-locations-input .location-to a.btn {
    padding-left: 26px;
}
.section-dates-input .datepicker-field .datesmall {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}
.section-dates-input .datepicker-field .datebig {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1;
    margin-left: 5px;
}
.section-dates-input .date-counter-holder {
    left: 50%;
    margin-left: -1rem;
    max-width: 2rem;
    position: absolute;
    top: 5px;
}
.section-dates-input .date-counter-holder .ns-suitcase {
    color: #094164;
}

/*
 * Submit section
 */
.section-submit .ui-btn:after,
#selectRoomInput .submit-btn .ui-btn:after,
#passengerInput .submit-btn .ui-btn:after {
    border-radius: 0 50px 50px 0;
    color: #fff;
    display: block;
    font-family: 'NusaIcons';
    font-size: 1.5rem;
    height: 100%;
    line-height: 42px;
    position: absolute;
    right: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    top: 0;
    width: 58px;
}
.section-submit .ui-btn:after {
    content: '\e90e';
}
#selectRoomInput .submit-btn .ui-btn:after,
#passengerInput .submit-btn .ui-btn:after {
    content: '\f00c';
    font-size: 1.2rem;
}
.section-submit .ui-btn,
#selectRoomInput .submit-btn .ui-btn,
#passengerInput .submit-btn .ui-btn {
    background-color: #1d9f00;
    border-bottom: 2px solid #000;
    border-radius: 50px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset;
    margin: 15px 0;
    padding-right: 58px;
    position: relative;
}
#customerSignup .ns-input-group,
#customerLoginForm .ns-input-group,
#retrieve-booking .ns-input-group,
#resetPasswordForm .ns-input-group {
    color: #333;
}
#customerSignup .section-submit .ui-btn,
#customerLoginForm .section-submit .ui-btn,
#retrieve-booking .section-submit .ui-btn {
    margin-bottom: 5px;
}
#selectRoomInput .submit-btn .ui-btn,
#passengerInput .submit-btn .ui-btn {
    margin-top: 0;
}
.section-submit .ui-btn:hover,
#selectRoomInput .submit-btn .ui-btn:hover,
#passengerInput .submit-btn .ui-btn:hover {
    background-color: #1b9500;
}
.section-submit .ui-btn .ui-btn-inner,
#selectRoomInput .submit-btn .ui-btn .ui-btn-inner,
#passengerInput .submit-btn .ui-btn .ui-btn-inner {
    background-color: #3ada14;
    border-radius: 50px 0 0 50px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
}
.section-submit .ui-btn:hover .ui-btn-inner,
#selectRoomInput .submit-btn .ui-btn:hover .ui-btn-inner,
#passengerInput .submit-btn .ui-btn:hover .ui-btn-inner {
    background-color: #34cc10;
}

/*
 * Search Location panel
 */
.search-panel.search-panel-location {
    background: #057fce;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#057fce),
        to(#0270b5)
    ); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(
        #057fce,
        #0270b5
    ); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(#057fce, #0270b5); /* FF3.6 */
    background-image: -ms-linear-gradient(#057fce, #0270b5); /* IE10 */
    background-image: -o-linear-gradient(#057fce, #0270b5); /* Opera 11.10+ */
    background-image: linear-gradient(#057fce, #0270b5);
    color: #fff;
}
.search-panel .searchbox {
    margin: 0 !important;
    padding: 0;
}
.search-panel .panel-title {
    font-size: 16px;
    margin-top: 0.5rem;
}
.search-panel .ui-input-search:before {
    color: #789db4;
    content: '\f002';
    font-family: 'NusaIcons';
    font-size: 1.2em;
    left: 10px;
    position: absolute;
    top: 6px;
}
.search-panel .ui-input-search:after {
    background: none;
}

.search-panel .ui-input-search {
    background-color: #fff;
    border-color: #0a4e79;
    border-radius: 20px;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #3d3d3d;
    padding: 0 33px;
    position: relative;
}
.search-panel .ui-input-search .ui-btn.ui-input-clear {
    margin-top: -15px;
    box-shadow: none !important;
}
.suggestion-container .ui-listview {
    box-shadow: none;
    margin-top: 15px;
}
.suggestion-container .ui-listview li {
    background: none;
    border: none;
    font-family: inherit;
    padding-right: 0.9375rem;
}
.searchbox .ui-listview .ui-btn-inner {
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 0 20px 20px 0;
    color: #fff;
    margin-bottom: 10px;
}
.searchbox .ui-listview .ui-btn-inner a.ui-link-inherit {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    padding: 5px 30px 5px 0.9375rem;
    text-shadow: none;
}
/*.searchbox .ui-listview .ui-btn-inner a.ui-link-inherit:hover {
	color: #fff;
}*/
.searchbox .ui-listview .ui-btn-inner a > strong {
    color: #ffd80d;
}
.searchbox .ui-listview .ui-btn-inner .ui-icon {
    background-color: transparent;
    box-shadow: none;
}
.searchbox .ui-btn-inner .ui-icon-delete {
    color: #aaa;
    font-size: 1.1em;
    margin-top: 2px;
}
.searchbox .ui-btn-inner .ui-icon-delete:hover {
    color: #666;
}

/*
 * Guests input section
 */
.section-guest-input a.btn {
    border: none;
    color: #0a4e79;
    min-height: 45px;
    padding: 0.375rem;
}
.section-guest-input .ui-btn-inner {
    margin: 1px 0;
    padding: 0;
}
.guest-input-group {
    position: relative;
}
.guest-input-group .guest-input-item:not(:last-child),
.passenger-field-group .passenger-field-item:not(:last-child) .ui-btn {
    border-right: 1px solid #7d9fb5;
}
.guest-input-group .guest-input-item {
    float: left;
    padding: 0 0.375rem;
    position: relative;
    width: 33.3333%;
}
.guest-input-item > *,
.passenger-field-group .btn .ui-btn-inner > * {
    display: inline-block;
    vertical-align: middle;
}
.guest-input-item .ns-icon,
.passenger-field-item .ns-icon {
    color: #7d9fb5;
    font-size: 1.625rem;
    height: 1em;
    line-height: 1;
    margin-right: 5px;
    width: 1em;
}
.guest-input-item .ns-child,
.guest-input-item .ns-adult {
    font-size: 2em;
    margin-right: 0;
}
.guest-input-text > * {
    display: block;
    font-weight: 500;
    line-height: 1;
    width: 100%;
}
.guest-input-text > .small {
    font-size: 10px;
}
#selectRoomInput {
    background-color: #d2dee5;
}
#selectRoomInput .searchbox {
    margin: 0 !important;
    padding: 0;
}
#selectRoomInput .page-title-container,
#selectRoomInput .panel-header {
    background-color: #005d99;
    color: #fff;
}

/*
 * Guest & Room slide panel
 */
.boxRoomContainer,
.boxPassengerContainer {
    padding-bottom: 12px;
    padding-top: 12px;
}
.boxRoomContainer .row,
.boxPassengerContainer .row {
    background-color: #fff;
    border-bottom: 1px solid #aaa;
    border-radius: 10px;
    color: #3d3d3d;
    margin-bottom: 14px;
    padding-bottom: 10px;
}
.boxRoomContainer .boxRoomsNumber,
.boxPassengerContainer .boxPassengersNumber {
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    width: inherit;
}
.boxRoomContainer .boxRoomsSpinner {
    background: none;
}
.boxRoomContainer .section-field {
    float: right;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-top: 5px;
}
.boxRoomContainer .section-label {
    color: #666;
    float: left;
    font-size: 1rem;
    line-height: 30px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 5px;
}
.boxRoomLabel .short {
    display: none;
}
.boxRoomsSpinner .boxRoomLabel {
    text-transform: capitalize;
}
.boxRoomsSpinner .boxRoomLabel span.long {
    display: inline-block !important;
}
.spinner_container {
    background-color: #d2dee5;
    border: none;
    border-radius: 20px;
    display: inline-block;
    width: 100%;
}
.spinner_container > span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.spinner_minus,
.spinner_plus {
    background: #00b8ec;
    border-radius: 50%;
    border-bottom: 1px solid #999;
    color: #fff;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: 700;
    height: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    width: 30px;
}
.spinner_text {
    background: none;
    font-weight: 700;
    padding-left: 8px;
    padding-right: 8px;
}
.panel-header {
    border-radius: 10px 10px 0 0;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 10px 0.9375rem;
    text-transform: uppercase;
    width: 100%;
}
.panel-header .bglabel {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    text-shadow: none;
}
.child-age-input .ui-btn.ui-btn-inline {
    box-shadow: none;
    margin: 0 !important;
    max-width: 90px;
    width: 100%;
}
.child-age-input .ui-btn-inner:after {
    display: block;
    font-size: 68%;
    font-weight: 700;
    line-height: 1;
    max-width: 50px;
    white-space: normal;
}

.lang-en .child-age-input .ui-btn-inner:after {
    content: 'Select Age';
}
.lang-sg .child-age-input .ui-btn-inner:after {
    content: 'Select Age';
}
.lang-my .child-age-input .ui-btn-inner:after {
    content: 'Select Age';
}
.lang-vn .child-age-input .ui-btn-inner:after {
    content: 'Select Age';
}
.lang-th .child-age-input .ui-btn-inner:after {
    content: 'Select Age';
}
.lang-ph .child-age-input .ui-btn-inner:after {
    content: 'Select Age';
}
.lang-id .child-age-input .ui-btn-inner:after {
    content: 'Pilih Usia';
}

.child-age-input .ui-btn-inner {
    background-color: #00b8ec;
    border-radius: 20px;
    color: #fff;
    line-height: 1;
    min-width: 84px;
    overflow: visible;
    padding: 4px 16px 5px 40px;
}
.child-age-input .ui-btn-text {
    background-color: #fff;
    border: 1px solid #00b8ec;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    color: #0a4e79;
    display: block;
    font-weight: 700;
    height: 32px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: -2px;
    width: 32px;
}
.child-age-list {
    color: #00b8ec;
    display: inline-block;
    min-width: 26px;
    text-align: center;
}
.numberOpt.ui-grid-solo > li.ui-block-a {
    border-radius: 8px;
}
.numberOpt.ui-grid-c > li.ui-block-a:first-of-type .ui-btn,
.numberOpt.ui-grid-a > li.ui-block-a:first-of-type .ui-btn,
.numberOpt.ui-grid-b > li.ui-block-a:first-of-type .ui-btn {
    border-top-left-radius: 8px;
}
.numberOpt.ui-grid-c > li.ui-block-a:nth-last-child(-n + 4) .ui-btn,
.numberOpt.ui-grid-a > li.ui-block-a:nth-last-child(-n + 2) .ui-btn,
.numberOpt.ui-grid-b > li.ui-block-a:nth-last-child(-n + 3) .ui-btn {
    border-bottom-left-radius: 8px;
}
.numberOpt.ui-grid-c > li.ui-block-d:nth-child(4) .ui-btn,
.numberOpt.ui-grid-a > li.ui-block-b:nth-child(2) .ui-btn,
.numberOpt.ui-grid-b > li.ui-block-c:nth-child(3) .ui-btn {
    border-top-right-radius: 8px;
}
.numberOpt.ui-grid-c > li.ui-block-d:nth-last-child(-4n + 1) .ui-btn,
.numberOpt.ui-grid-a > li.ui-block-b:nth-last-child(-2n + 1) .ui-btn,
.numberOpt.ui-grid-b > li.ui-block-c:nth-last-child(-3n + 1) .ui-btn {
    border-bottom-right-radius: 8px;
}
ul.numberOpt.child-age-options .ui-btn-active {
    color: #fff !important;
}
ul.numberOpt.child-age-options .ui-btn-inner {
    padding: 5px 12px !important;
    text-overflow: inherit;
}
@media (device-width: 320px) and (-webkit-device-pixel-ratio: 2) {
    .spinner_container {
        width: auto;
    }
    .spinner_minus,
    .spinner_plus {
        width: 30px;
        height: 30px;
        font-size: 1.5em;
        line-height: 30px;
    }
    .spinner_text {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

/*
 * Passenger Input
 */
#passengerInput {
    background-color: #d2dee5;
    position: relative;
}
#passengerInput .searchbox {
    margin: 0 !important;
    padding: 0;
}
#passengerInput .page-title-container,
#passengerInput .panel-header {
    background-color: #005d99;
    color: #fff;
}
.passenger-field {
    background: none;
    display: table;
    width: 100%;
}
.passenger-field .section-label {
    color: #666;
    display: table-cell;
    font-size: 1rem;
    line-height: 30px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 5px;
    vertical-align: middle;
    width: 80%;
}
.passenger-field .section-field {
    display: table-cell;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-top: 5px;
    text-align: right;
    width: 20%;
    vertical-align: middle;
}
.passenger-field .btn {
    background-color: #feffde;
    border-color: #ccc;
    color: #666;
    display: inline-block;
    font-weight: bold;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    width: 30px;
}
.passenger-field .btn:hover {
    /*background-color: #c2d2dc;*/
    color: #444 !important;
}
.passenger-field .btn.ui-focus,
.passenger-field .ui-btn:focus {
    box-shadow: none;
}
.passenger-options.ui-grid-a .ui-block-a,
.passenger-options.ui-grid-a .ui-block-b {
    width: 50%;
}
ul.numberOpt.passenger-options .ui-btn-active {
    color: #fff !important;
}
ul.numberOpt.passenger-options .ui-btn-inner {
    padding: 5px 12px !important;
    text-overflow: inherit;
}

/*
 * Cabin popup
 */
#popupBusinessClass ul.numberOpt .ui-btn-inner {
    height: auto;
}
#popupBusinessClass ul.numberOpt .ui-btn-inner .ui-btn-text {
    display: block;
    margin: 0 auto;
    max-width: 82%;
}
#cabinTypeOptions.ui-grid-a .ui-block-a,
#cabinTypeOptions.ui-grid-a .ui-block-b {
    width: 50%;
}
#cabinTypeOptions .ui-btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
}
#cabinTypeOptions .ui-btn:not(.ui-btn-active) {
    background: #f5f5f5;
}

/*
 * Android page
 */
.android-content-wrap .section-container {
    border-top: 1px solid #e5e5e5;
    color: #35485e;
}
.android-content-wrap .section-heading {
    font-weight: 600;
    font-size: 26px;
}
.android-content-wrap .section-description {
    font-weight: 300;
}
.android-content-wrap .section-text h5 {
    font-size: 1rem;
    font-weight: bold;
}
.text-italic {
    font-style: italic;
}
.android-content-wrap {
    font-family: 'Open Sans', sans-serif;
}

div.section-main-banner img.main-banner {
    width: 100%;
}

.android-content-wrap .section-main-banner .col-mockup {
    background-image: url('../../img/android/main-banner-img.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 132px;
}
@media (max-width: 359px) {
    .android-content-wrap .section-main-banner .col-mockup {
        background-size: 52%;
    }
}
.android-content-wrap .section-main-banner .main-heading {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}
.android-content-wrap .section-main-banner .sub-heading {
    font-size: 18px;
    margin-bottom: 1rem;
}
.android-content-wrap .section-main-banner .sub-heading strong {
    background-color: #feb122;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 5px;
}
.android-content-wrap .section-main-banner .sub-heading strong {
    font-weight: 800;
}
.android-content-wrap .section-main-banner .googleplay-wrapper {
    color: #0a4e79;
    line-height: 1.25;
    padding-top: 2.2rem;
}
.android-content-wrap .section-book-flights .section-text .right {
    max-width: 55%;
    padding: 15px 20px 15px 30px;
}
.android-content-wrap .section-book-hotels .section-text .left {
    max-width: 55%;
    padding: 15px 10px 15px 0;
}
.android-content-wrap .section-payment-options .section-text .right {
    max-width: 57%;
    padding: 15px 0 0 15px;
}

@media (min-width: 480px) {
    .android-content-wrap .section-book-flights .section-text .right,
    .android-content-wrap .section-book-hotels .section-text .left,
    .android-content-wrap .section-payment-options .section-text .right {
        max-width: 45%;
    }
}
.android-content-wrap .section-easy-checkin {
    background-image: url('../../img/android/easy-checkin-bg.jpg');
    background-position: left 40% bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
}
.android-content-wrap .section-easy-checkin .col-desc {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.android-content-wrap .section-easy-checkin .desc-container {
    display: table;
    height: 280px;
}
.android-content-wrap .section-easy-checkin .desc-container > div {
    display: table-cell;
    vertical-align: middle;
}
.android-content-wrap .section-easy-checkin .col-description {
    width: 60%;
}
.android-content-wrap .section-easy-checkin .description-inner {
    background-color: rgba(255, 255, 255, 0.85);
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    padding: 1rem 1rem 0.25rem;
}
.android-content-wrap .section-action .lead {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.0525em;
}
.android-content-wrap .section-action .btn-action {
    background-color: #01bfe7;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2rem;
    padding: 0.75rem 2.5rem;
}
.android-content-wrap .feature-wrapper {
    display: table;
}
.android-content-wrap .feature-wrapper .feature-item {
    display: table-cell;
    vertical-align: bottom;
}
.android-content-wrap .feature-wrapper .feature-list {
    width: 55%;
    vertical-align: middle;
}
.android-content-wrap .feature-list .ns-stack.ns-circle-stack {
    border-width: 0;
}
.android-content-wrap .feature-list .list-group-item {
    border: none;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
}
.feature-list .ns-thumb {
    height: 57px;
    width: 57px;
}
.android-content-wrap .feature-list .feature-heading,
.android-content-wrap .feature-list .feature-icon {
    display: inline-block;
    vertical-align: middle;
}
.android-content-wrap .feature-list .feature-icon {
    max-width: 28%;
}
.android-content-wrap .feature-list .feature-heading {
    max-width: 68%;
    padding: 0 10px;
}
.feature-heading h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}

/* override css header bar */
.menu-toggler-holder {
    padding: 0 6px;
    font-family: Ubuntu, Arial, Helvetica, sans-serif !important;
    font-size: 14px;
}

/* change float and make it inline block to use v-align middle */
.header-inner .styled-select.nusa-currency,
.header-inner .styled-select.nusa-lang,
.header-flat .header-inner .navbar-toggler.menu-toggler {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.header-inner .styled-select.nusa-currency {
    width: auto;
    padding: 10px 5px;
    min-width: 65px;
    text-align: right;
}
.header-inner .styled-select.nusa-lang {
    height: 43px;
    background-position: left center !important;
    width: 40px;
    padding: 0px 6px 0 0;
    margin: 0;
    margin-left: 6px;
}
.header-flat .header-inner .navbar-toggler.menu-toggler {
    padding: 11px 6px;
    line-height: 16px;
    margin: 0;
    margin-right: 5px;
}

.active-curcode,
.header-inner .styled-select.nusa-currency i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    right: unset;
    margin-right: 3px;
}

/* for invisible button */
.header-inner .styled-select select {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.is-covid-alert .ui-page-panel,
.is-covid-alert .header-wrapper,
.is-covid-alert .recentbooking-bar a.recentBooking,
.is-covid-alert .alert-absolute-top {
    position: static;
}
.is-covid-alert .ui-panel-content-wrap {
    margin-top: 0 !important;
}
.is-covid-alert .nusamobile-nav-menu.ui-panel,
.is-covid-alert .ui-panel-dismiss {
    position: fixed;
}
.is-covid-alert .alert {
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.covid-content-wrap .alert {
    background-color: #fff5c5;
    border-color: #e2d065;
    color: #35485e;
    font-size: 0.975em;
    margin: 20px auto 0;
    width: 85%;
}
.covid-content-wrap .alert p:last-child {
    margin-bottom: 0.5em;
}
.covid-content-wrap .section-heading {
    position: relative;
    padding-top: 20px;
    margin-bottom: 20px;
}
.covid-content-wrap .section-heading:after {
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 6em;
}
.covid-content-wrap .section-description {
    font-size: 1.1em;
}
.covid-content-wrap .section-text {
    font-weight: 300;
}
.covid-content-wrap ol,
.covid-content-wrap ul {
    padding-left: 1.5em;
}
.covid-content-wrap li h4 {
    font-size: 1em;
}
.covid-content-wrap ol li,
.covid-content-wrap ul li,
.covid-content-wrap li p {
    margin-bottom: 0.5em;
}
.lower-alpha {
    list-style-type: lower-alpha;
}
.slide-toggle {
    cursor: pointer;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    text-align: center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    -o-transition: transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
    vertical-align: middle;
    width: 22px;
}
.slide-toggle.active {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.covid-content-wrap .collapse {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
}
.covid-content-wrap .collapse .inner {
    border: 1px solid #dedede;
    border-radius: 6px;
}

ul.partner-items > li.sopa-logo {
    background: url('../../img/sopa-logo-90.png') no-repeat;
    width: 90px;
    height: 32px;
    top: 2px;
    position: relative;
    margin-left: 5px;
}

.alert.fade {
    opacity: 1;
}
.alert .btn-close {
    display: none;
}

/*start sopa bar*/
#sopabar-bar {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    margin: 0;
    height: 30px;
    display: table;
    font-size: 17px;
    font-weight: 400;
    padding: .33em .5em;
    -webkit-font-smoothing: antialiased;
    color: #5c5e60;
    position: fixed;
    background-color: white;
    box-shadow: 0 1px 3px 2px rgba(0,0,0,0.15);
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(2px);
    color: #FFF;
    font-family: "poppins", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI emoji;
    font-size: 85% !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#sopabar-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 200px;
  width: 100%;
  height: 100%;
  background-image: url('/static/v2/img/logo/pattern-left.svg');
  background-repeat: no-repeat;
  z-index: -1;
  background-size: cover;
}

#sopabar-bar::after {
  content: "";
  position: absolute;
  top: 0;
  right: 70px;
  width: 100%;
  height: 100%;
  background-image: url('/static/v2/img/logo/pattern-right.svg');
  background-repeat: no-repeat;
  z-index: -1;
  background-position: right;
  background-size: cover;
  /* background-color: aqua; */
  background-blend-mode: inherit;
}

#sopabar-bar.regular {
    height: 60px;
    font-size: 14px;
    padding: .2em .5em;
    z-index: 999;
    top: 0px;
    position: relative;
    background-color: black;
}
.content-sopa-flex {
    display: flex;
    text-align: left;
    padding: 4px 0px;
}
.sb-content-wrapper {
    text-align: center;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.sb-content-wrapper p {
    margin-top: 0;
    margin-bottom: 0;
    color: #0E084F;
}
.sb-text-wrapper {
    display: inline-block;
    line-height: 1.3;
}
.sb-text-wrapper .sb-headline-text {
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
}
#sopabar-bar .sb-cta {
    display: inline-block;
    vertical-align: middle;
    margin: 8px 0 4px 0px;
    color: #ffffff;
    border-radius: 90px;
    background: #F1AA2D;
}
.sb-cta-button {
    opacity: 1;
    color: #fff;
    display: block;
    cursor: pointer;
    line-height: 1.5;
    max-width: 22.5em;
    text-align: center;
    position: relative;
    border-radius: 3px;
    white-space: nowrap;
    margin: 1.75em auto 0;
    text-decoration: none;
    padding: 0;
    overflow: hidden;
}
.sb-cta-button .sb-text-holder {
    border-radius: inherit;
    padding: 5px 15px;
}
.sb-close-wrapper {
    display: table-cell;
    width: 1.6em;
}
.sb-close-wrapper .icon-close {
    font-size: 14px;
    top: 15px;
    right: 25px;
    width: 15px;
    height: 15px;
    opacity: .3;
    color: #000;
    cursor: pointer;
    position: absolute;
    text-align: center;
    line-height: 15px;
    z-index: 1000;
    text-decoration: none;
}
.sb-sopa-logo {
    margin-right: 12px;
    vertical-align: top;
    align-self: center;
}
p.txt-buttton-sb {
    color: #0E084F;
}
/*end sopa bar*/
