/* =========================================
   GLOBAL / DESKTOP DEFAULT
   Desktop First
========================================= */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

/* =========================================
   COMMON / HEADER
========================================= */

/* Sticky top bar wrapper: background on all pages */
.trust-strip-wrapper,
body .trust-strip-wrapper,
section .trust-strip-wrapper {
    background-color: #0f172a !important;
}

.header-logo {
    transform-origin: left center;
}

.logo-header-responsive {
    width: 80%;
    padding-left: 20px;
}

a.phone {
    background: none !important;
}

.slimmenu-menu-collapser {
    font-size: 14px;
    font-weight: bold;
}

/* =========================================
   VISIBILITY HELPERS
========================================= */

.desktop-only {
    display: block !important;
}

.mobile-no {
    display: none !important;
}

/* =========================================
   STICKY BAR / FOOTER
========================================= */

#sticky-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #0dc143;
    color: #fff;
    z-index: 1000;
}

.sticky-bar-buttons {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

.stick_btn {
    padding: 4px 20px;
    border: none;
    cursor: pointer;
}

.stick_btn.call {
    background-color: #007bff;
}

.stick_btn.whatsapp {
    background-color: #25d366;
}

.sticky_footer-container {
    text-align: center;
}

.sticky_footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.sticky_footer {
    padding: 10px 12px;
    background-color: #b72121;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 0;
    flex-grow: 1;
    position: relative;
}

.sticky_footer:first-child {
    border-top: 1px solid #b72121;
}

.sticky_footer:last-child {
    background-color: #0dc143;
}

.sticky_footer a {
    color: #fff !important;
}

.sticky_footer svg {
    width: 25px !important;
    vertical-align: middle;
}

.center-line {
    position: absolute;
    width: 6px;
    height: 100%;
    background-color: #ffffff;
    left: 51%;
    transform: translateX(-50%);
}

/* =========================================
   LARGE / DESKTOP HELPERS
   1200px and above
========================================= */

@media (min-width: 1200px) {
    .mobile-no {
        display: none !important;
    }
}

/* =========================================
   LARGE LAPTOP / SMALL DESKTOP
   1025px to 1280px
========================================= */

@media (max-width: 1280px) {
    .logo-header-responsive {
        width: 80%;
        padding-left: 20px;
    }

    .grid-sample .col-sample {
        width: 33.33%;
    }
}

/* =========================================
   TABLET
   768px to 1024px
========================================= */

@media (max-width: 1024px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-no {
        display: block !important;
    }

    .logo-header-responsive {
        width: 80%;
        padding-left: 20px;
    }

    .grid-sample .col-sample {
        width: 50%;
    }
}

/* =========================================
   MOBILE + SMALL TABLET
   up to 767.98px
========================================= */

@media (max-width: 767.98px) {
    .header-logo {
        transform: scale(0.8);
        transform-origin: left center;
    }

    .desktop-only {
        display: none !important;
    }

    .mobile-no {
        display: block !important;
    }

    .logo-header-responsive {
        width: 80%;
        padding-left: 0;
    }

    .grid-sample .col-sample {
        width: 100%;
    }

    .box-sample {
        font-size: 15px;
    }

    .phonenumber {
        display: none;
    }

    .fa-phone {
        padding: 5px;
    }

    .phone_sticky {
        padding: 9px 9px !important;
    }

    .form-group.form-group-lg label {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .tab-content .tab-pane .col-md-6 .form-group {
        margin-bottom: 5px !important;
    }

    .search-tabs.search-tabs-bg.mt50 {
        margin-top: 15px !important;
    }

    #sticky-bar {
        display: block !important;
    }

    footer#main-footer {
        margin-bottom: 45px;
    }

    .phone_sticky,
    .whatsapp_sticky,
    .call_to_expert_toptext {
        display: none !important;
    }
}

/* =========================================
   EXTRA SMALL DEVICES
   up to 575.98px
========================================= */

@media (max-width: 575.98px) {
    #logoAndNav {
        background-color: #000000;
    }

    .small-airline-logo {
        height: 80px !important;
    }
    .search-section {
    margin-top: 0px;
    }
}

/* =========================================
   MOBILE SMALL
   up to 480px
========================================= */

@media (max-width: 480px) {
    .logo-header-responsive {
        width: 250px;
        padding-left: 20px;
        padding-top: 5px;
    }

    .logo-size-responsive {
        padding: 1px 1px;
        width: 250px;
    }

       

    .vertical-search, .full-width-search {
    padding: 15px 0px;
    }

    .search-section {
    margin-top: 0px;
    }

    .hide-mobile-sample {
        display: none !important;
    }
}