.wrapper{min-height:auto;}
.wrapper .content-wrapper.placeholder{min-height:calc(100% - 331px);}
.homePageFooterDiv{background: #fff;padding: 30px 0 15px;}
.footer2{background: #fff;display: flex;align-items: center;}
.footer2 .footerContact{margin-bottom: 15px;}
.search-form .places .swap .icon-flight-revert_icon_hoz{display: flex;}
.sectionContainer .sectionTitle{margin-bottom: 20px !important;}
.wrap-promotion .owl-carousel .owl-item{height: auto;}
.wrap-promotion .owl-carousel .owl-item img{height: auto;}
.personal-plan{margin-top: 0;}
.search-form .search-form-button{height:52px;}
.ivivu-logo{width: 150px;}
.fl-menu .menu-router-links ul.main-links > li.active a{color: #34b3ff;}
.fd-container .fd-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.fd-container .fd-content .fd-section-plane, .fd-container .fd-content .fd-section-ticket-class, .fd-container .fd-content .fd-section-summary-price {
    flex: 1;
}
.fd-container .fd-content .fd-section-title {
    font-weight: 600;
}
.fd-container .fd-content .fd-section-subtext {
    color: var(--sub-text-color-2);
}
.fd-container .fd-content .fd-section-divider {
    width: 1px;
    background-color: #e8ebed;
    margin: 0 16px;
    align-self: stretch;
}
.fd-container .fd-content .fd-section-plane, .fd-container .fd-content .fd-section-ticket-class, .fd-container .fd-content .fd-section-summary-price {
    flex: 1;
}
.fd-container .fd-content .fds-list {
    margin-top: 8px;
    margin-bottom: 0;
    padding-left: 24px;
    list-style-type: disc;
}
.fd-container .fd-content .fds-list li {
    font-size: 14px;
    line-height: 1.5;
}
.fd-container .fd-content .fd-section-summary-price .fssp-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.5;
}
.fd-container .fd-content .fd-section-summary-price .fssp-paxes-detail {
    margin-top: 8px;
}
.fl-menu .menu-router-links ul.main-links > li a{font-size: 16px;text-transform: uppercase;}
.mobile-footer{background: #fff;}
.mobile-menu-visible {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #003c71;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.mobile-menu-visible .main-links {
    display: block;
    padding: 10px 0;
}

.mobile-menu-visible .main-links li {
    display: block;
    padding: 10px;
}
@media(max-width: 767px){
    .navbar {
        min-height: 54px !important;
        height: 54px !important;
    }
    .footer{padding-top: 20px;}
    .fl-menu .menu-router-links ul.main-links > li a{font-size: 13px;text-transform: uppercase;}
    .title-1 h2{font-size: 24px;padding-top: 20px;}
    .frontpage-why-choose-us .box-container-why-choose-us{width: 100%;}
    .frontpage-why-choose-us .box-content.box-why-choose-us img{width:500px;}
}