/*------------------- css for Extra large devices (large desktops, 1200px and up)-------------------------------------*/

@media only screen and (max-width:1200px) {
    /*--------------------------- header contents ---------------------------*/



}


/*--------------- -css for Large devices (desktops, 992px and up) --------------------------------*/
@media only screen and (max-width:992px) {

    /*--------------------------- header contents ---------------------------*/


    /* responsive phone navbar */




    .navigation .navbar-toggler {
        display: none;
    }

    .navigation .Navigation-list {
        display: none;

    }

    .phone-navigation {
        display: block !important;
    }

    .phone-navigation i {
        font-size: 1rem !important;
        border-radius: 7px !important;
        padding: 4px 10px;
    }

    .phone-navigation a div {
        font-size: 0.8rem;
    }



    /* 
    .header-content .contents h1 {
        font-size: 2.6rem !important;
    }

    .header-content .contents p {
        font-size: 1.6rem !important;
        margin: 10% 0% !important;
    } */



    .form-section {
        height: 100%;
    }






    /* foooter start her */
    .footer span img {
        height: 80px !important;
        width: 380px !important;

    }






    .footer-bottom {
        /*margin-bottom: 3.5rem;*/
    }











    /* <!--======================= All modals start here ======================= --> */


    /* .admin-multiple-form-nav button {
        background: #000;
    } */

    .form-heading {
        font-size: 1.3rem;
    }

    .confirm-check {
        font-size: 1.1rem;
    }






}


/*--------------- -css for Medium devices (tablets, 768px and up) --------------------------------*/

@media only screen and (max-width:768px) {
    /*--------------------------- header contents ---------------------------*/

    .partner-head .partner {
        height: 300px !important;
        width: 100% !important;
        margin: 5px;

    }

    .partner-head .partner h5 {
        font-size: 1.8rem !important;
    }

    .partner-head .partner button {
        font-size: 1.4rem !important;
    }



    /* foooter start her */
    .footer span img {
        height: 70px !important;
        width: 300px !important;

    }








}


/*--------------- -css for  Small devices (landscape phones, 576px and up) --------------------------------*/
@media only screen and (max-width:576px) {

    /*--------------------------- header contents ---------------------------*/

    .header-content .contents h1 {

        font-size: 2rem !important;
        font-family: serif;
    }


    .header-content .contents p {
        font-family: 'Times New Roman', Times, serif;
        font-size: 1rem !important;
        margin-top: 1.03rem !important;

    }


    .section-heading h2 {
        font-size: 1.5rem !important;
    }

    /* join partner section */
    .partner-head .partner h5 {
        font-size: 1.3rem !important;
    }

    .partner-head .partner button {
        font-size: 1.1rem !important;
    }

    .partner-head .partner-item {
        padding-top: 30%;
    }



    /* foooter start her */
    .footer span img {
        height: 90px !important;
        width: 250px !important;
        object-fit: cover;
    }





}



/*--------------- -css for more Small devices ( 450px and up) --------------------------------*/

/* ----------- Header section start here--------------------*/
@media only screen and (max-width:450px) {


    .section-heading h2 {
        font-size: 1.3rem !important;
    }


    .flight-search-btn button {
        padding: 7px 1px !important;
        font-size: 0.886rem !important;
    }

    .first-nav div {
        text-align: center !important;
    }


    .first-nav button {
        padding: 4px 12px !important;
    }

    .second-nav button {
        padding: 5px 7px !important;
    }


}


/*--------------- -css for more Small devices (landscape phones, 395px and up) --------------------------------*/


/* ----------- Header section start here--------------------*/
@media only screen and (max-width:395px) {

    /*--------------------------- header contents ---------------------------*/
    .section-heading h2 {
        font-size: 1rem !important;
    }


    /* join partner section */
    .partner-head {
        height: 240px !important;
        width: 240px !important;
    }

    .partner-head .partner h5 {
        font-size: 1.3rem !important;
    }

    .partner-head .partner button {
        font-size: 1.1rem !important;
    }

    .partner-head .partner-item {
        padding-top: 37%;
    }

}




/*--------------- -css for more Small devices (landscape phones, 285px and up) --------------------------------*/


/* ----------- Header section start here--------------------*/
@media only screen and (max-width:285px) {

    /*--------------------------- header contents ---------------------------*/

    .header-contents .left-side .header-btn button {
        font-size: 0.754rem !important;
        padding: 8px 5px;

    }

    /* <!--======================= All modals start here ======================= --> */

    .admin-multiple-form-nav li {
        margin-bottom: 0.5rem;
    }


    .form-heading {
        font-size: 0.900rem !important;
    }

    .modal-body p {
        font-size: 0.879rem !important;
    }


    .btn-price-color {
        font-size: 0.782rem !important;

        font-weight: bold;
        border: none;

    }


    .form-check-label,
    .form-check-label a {
        font-size: 0.788rem !important;
    }



    .pmjay-img,
    .utipsa-img,
    .sup-dis-img {
        height: 190px !important;
        width: 300px !important;
        object-fit: cover !important;
    }
}