/*--------------- -css for Large devices (desktops, 992px and up) --------------------------------*/
@media only screen and (max-width:992px) {


    .navigation .navbar-toggler {
        display: none;
    }

    .navigation .Navigation-list {
        display: none;

    }

    .phone-navigation {
        display: block !important;
    }


    .phone-navigation a div {
        font-size: 0.8rem;
    }


    .header-content {
        padding: 30px 0px;
    }


    .header-content .left-side h1 {
        font-size: 2.7rem;
    }

    .header-content .left-side p {
        font-size: 0.9rem;

        text-align: center;

    }


    .partner-section .partner-item {
        border-radius: 11px 11px 13px 11px;
    }

    .footer-bottom {
        margin-bottom: 3.5rem;
    }

}




@media only screen and (max-width:768px) {

    .about-section .left-side h1 {
        font-size: 1.6rem;
    }

    .about-section .left-side p {
        font-size: 0.9rem;

    }
}


@media only screen and (max-width:450px) {

    .flight-search-btn {
        padding: 7px 5px !important;
        font-size: 0.886rem !important;
    }

    .first-nav button,
    .second-nav button {
        padding: 5px 7px !important;
    }

}