/*------------------- 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 {
        height: 100%;

    }


    .header-content .left-side {
        text-align: center;
    }

    .header-content .left-side h1 {
        font-size: 2.4rem !important;
    }

    .header-content .left-side span {
        font-size: 1.1rem;
    }

    .header-content .left-side p {
        font-size: 1.5rem;
    }

    .header-content .left-side button {
        margin-top: 5px !important;
    }

    .navigation .navbar-first {
        background: linear-gradient(90deg, rgb(2 47 80) 0%, rgb(36 151 209) 50%, rgb(249 162 22) 100%);

    }

    /* 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;
    }


    /* hide join buttoon , view on mobile  */
    /* .join-partner-btn {
        display: block;
    } */

    /* hide home join partner buttoon form mobile , view on desktop  */

    /* .partner-buttons {
        display: none;
    } */



    /* <!--======================= All modals start here ======================= --> */

    .admin-multiple-form-nav li {
        margin-bottom: 0.5rem;
    }

    .form-heading {
        font-size: 1.2rem !important;
    }

    .confirm-check {
        font-size: 1.1rem;
    }

    .pmjay-img,
    .utipsa-img,
    .sup-dis-img {
        height: 250px !important;
        width: 300px !important;
        object-fit: cover !important;
    }




    .footer-bottom {
        /*margin-bottom: 3.5rem;*/
    }


}


/*--------------- -css for Medium devices (tablets, 768px and up) --------------------------------*/

@media only screen and (max-width:768px) {

    /*--------------------------- header contents ---------------------------*/
    .header-content .left-side h1 {
        font-size: 2.002rem !important;
    }

    .header-content .left-side span {
        font-size: 1rem;
    }

    .header-content .left-side p {
        font-size: 1.3rem;
    }



}


/*--------------- -css for  Small devices (landscape phones, 576px and up) --------------------------------*/
@media only screen and (max-width:576px) {

    .header-content .left-side h1 {
        font-size: 2.002rem !important;
    }

    .header-content .left-side span {
        font-size: 1rem;
    }

    .header-content .left-side p {
        font-size: 1.2rem;
    }

    .section-heading Span,
    .section-heading h2 {

        font-size: 1.289rem !important;
    }


    .about-section .right-side p {
        font-size: 0.9rem !important;

    }


    /* modals start here */

    .form-heading {
        font-size: 1.3rem !important;
    }

    .modal-body p {
        font-size: 1rem !important;
    }


    .btn-price-color {

        border-radius: 10px;
        font-size: 0.782rem !important;
        font-weight: bold;
        border: none;

    }


    .form-check-label,
    .form-check-label a {
        font-size: 0.888rem !important;
    }


}



/*--------------- -css for more Small devices ( 450px and up) --------------------------------*/

/* ----------- Header section start here--------------------*/
@media only screen and (max-width:450px) {
    .header-content .left-side h1 {
        font-size: 1.6rem !important;
    }

    .header-content .left-side span {
        font-size: 0.8rem;
    }

    .header-content .left-side p {
        font-size: 1rem;
    }


    .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: 4px 12px !important;
    }




    .download-section .first-para {

        letter-spacing: 0px !important;
        font-size: 1.5rem !important;

    }

    .download-section .sec-para {

        font-size: 1.1rem !important;

    }

    .download-section button {
        font-size: 1.1rem !important;

    }

}


/*--------------- -css for more Small devices (landscape phones, 390px and up) --------------------------------*/


/* ----------- Header section start here--------------------*/
@media only screen and (max-width:390px) {

    /*--------------------------- header contents ---------------------------*/
    .header-content .left-side h1 {
        font-size: 1.8rem !important;
    }

    .header-content .left-side span {
        font-size: 0.8rem;
    }

    .header-content .left-side p {
        font-size: 1rem;
    }

    .download-section .first-para {
        font-size: 1.2rem !important;

    }

    .download-section .sec-para {

        font-size: 1rem !important;

    }

    .download-section button {
        font-size: 1rem !important;

    }



}




/*--------------- -css for more Small devices (landscape phones, 285px and up) --------------------------------*/


/* ----------- Header section start here--------------------*/
@media only screen and (max-width:285px) {



    /* ------------------------------------------- About section start ---------------------------------------- */
    .section-heading Span,
    .section-heading h2 {

        font-size: 1.1rem !important;
    }



    /* <!--======================= 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;
    }


    /* custome classes made by me */
    .button-color {
        font-size: 0.9em !important;
        padding: 6px 18px  !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;
    }



}