@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700');

.content-section {
    padding: 70px 0;
}
.row {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
strong { font-weight: 800 !important; }
h2.section-heading {
    font-size: 30px;
    margin-bottom: .25em;
    font-weight: 600;
}
strong { font-weight: 800 !important; }
h5.section-heading {
    font-family: Montserrat, system-ui, sans-serif;
    font-size: 24px;
    margin-bottom: .25em;
    font-weight: 600;
}
.underline-blue {
    -webkit-text-decoration-color: #08c;
    text-decoration-color: #08c;
}
.sub-title.sub3 {
    margin-bottom: 30px;
    margin-top: 0px;
    color: #8D8D8D;
    font-weight: 300;
}
.lead {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}
.font-weight-light {
    font-weight: 300!important;
}
.font-weight-bolder {
    font-weight: 600!important;
}
.lower-alpha {
    list-style-type: lower-alpha;
}
.slide-toggle {
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><polyline points="6 9 12 15 18 9"></polyline></svg>') center no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease;
    vertical-align: text-bottom;
    width: 22px;
}
.slide-toggle.active {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.collapse {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .35s ease-out;
    -o-transition: max-height .35s ease-out;
    transition: max-height .35s ease-out;
}
.collapse .inner {
    border: 1px solid #dedede;
    border-radius: 6px;
}
.mainContent {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #35485e;
}
.main-banner-id {
    font-size: 14px;
    width: 980px;
    height: 205px;
    margin-left: -20px;
    background: url("../../../../img/front/V3/mobile-app-static/LANDING-PAGE-REGULASI-PENERBANGAN.jpg") no-repeat left center;
}

.main-banner-en {
    font-size: 14px;
    width: 980px;
    height: 205px;
    margin-left: -20px;
    background: url("../../../../img/front/V3/mobile-app-static/LANDING-PAGE-REGULASI-PENERBANGAN-ENG-VER.jpg") no-repeat left center;
}

#staticMobileApp .main-banner {
    height: 337px;
}
.covidinfoContent .main-banner {
    background-position: left top;
}
.content-section,
.alert-section {
    width: 980px;
    margin-left: -20px;
}
.covidinfoContent .content-section {
    padding-bottom: 1em;
    padding-top: 3em;
}
.alert-section {
    padding-top: 20px;
}
.alert-section .row {
    padding-left: 20px;
    padding-right: 20px;
}
.alert {
    border: 2px solid transparent;
    font-size: 12px;
    padding: 1em 1em 0;
}
.alert-warning {
    color: inherit;
    background-color: #fff5c5;
    border-color: #e2d065;
}
.alert h4,
.alert p {
    margin-bottom: 1.5em;
}
.alert h4 {
    font-family: Montserrat, system-ui, sans-serif;
}
.content-section .section-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625;
}
.content-section .section-description p {
    margin-bottom: 30px;
}
.covidinfoContent .content-section .section-description,
.covidinfoContent .content-section .section-description li {
    line-height: 1.75;
}
.content-section .section-description ol li p,
.content-section .section-description ul li p {
    margin-bottom: .5em;
}
.hotel-content img {
    /*width: 100%;*/
    margin:-6px auto -17px -69px;
}
.main-banner .right {
    padding: 35px 20px 0px;
}
.main-banner .right h1,
.main-banner .right h3 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.15;
    margin-bottom: 15px;
}
.main-banner .right strong {
    display: inline-block;
    padding: 0px 10px 3px;
    background-color: #feb122;
    border-radius: 10px;
    font-weight: 500;
    font-style: italic;
}
.main-banner .right a {
    display: inline-block;
    text-indent:-5000px;
    margin-bottom: 10px;
}
.playstore-btn {
    background: url("../../../../img/front/V3/mobile-app-static/google-play-badge.png") no-repeat left top;
    width: 213px;
    height: 63px;
}
.appstore-btn {
    background: url("../../../../img/front/V3/mobile-app-static/appstore-badge.png") no-repeat left top;
    width: 190px;
    height: 64px;
}
.main-banner .right .main-heading {
    font-size: 34px;
    text-transform: uppercase;
}
.main-banner .right .sub-heading {
    font-size: 24px;
}
.flight-content img {
    margin: -90px auto 0 auto;
}
.white-bg {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(231, 231, 231, 0.5);
    box-shadow: 0px 1px 0px 0px rgba(231, 231, 231, 0.5);
}
.grey-bg {
    background-color: #f8f8f8;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(231, 231, 231, 0.5);
    box-shadow: 0px 1px 0px 0px rgba(231, 231, 231, 0.5);
}
.payment-content {padding-bottom: 0px}
.easy-checkin {
    height: 314px;
    background: url("../../../../img/front/V3/mobile-app-static/bg.jpg") no-repeat left center;

    padding-bottom: 0px;
}
.checkin-wrapper {
    height: 338px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))), url("../../../../img/front/V3/mobile-app-static/bg-blur.jpg");
    background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../../../../img/front/V3/mobile-app-static/bg-blur.jpg");
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../../../../img/front/V3/mobile-app-static/bg-blur.jpg");
    background-position: center right;
    /*background-attachment: fixed;*/
    margin-top: -45px;
    border-radius: 20px 0px 0px 20px;
    /*box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);*/
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.checkin-content {
    margin: 30px;
}
.download-section {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 26px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: 0.0525em;
    /*background-color: rgb(52, 73, 94);*/
    background-color: #526d88;
    padding: 50px 0;
}
.download-section em {font-weight: 600;}
.download-section a {
    display: inline-block;
    text-indent:-5000px;
    margin: 30px 0;
}
.mybooking-content {
    background: url("../../../../img/front/V3/mobile-app-static/my-booking-bg.png") no-repeat right bottom;
}
.mybooking-content img {margin-right: 20px; float: left;}
.mybooking-content span {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    width: 100px;
    font-size: 18px;
    line-height: 28px;
    padding-top: 10px;
}
.mybooking-content span.hotel {width: 150px}