/*------------------- css for Extra large devices (large desktops, 1200px and up)-------------------------------------*/

@media only screen and (max-width:1200px) {
    /*--------------------------- form section  ---------------------------*/


    .form-section .left-side ul li:first-child {
        margin-top: 16%;
    }

    /* .form-section .left-side ul li:nth-child(2) {
    margin-top: 10%;
    margin-left: 20%;
} */

    .form-section .left-side ul li:nth-child(3) {
        margin-top: 9%;
        margin-left: 3%;
        font-size: 1.1rem !important;
    }

    /* .form-section .left-side ul li:nth-child(4) {
    margin-top: 10%;
    margin-left: 18%;
} */


}


/*--------------- -css for Large devices (desktops, 992px and up) --------------------------------*/
@media only screen and (max-width:992px) {

    /* ----------- Header section start here--------------------*/
    header {
        min-height: 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;
    }
      

    .header-contents .left-side {
        text-align: center;
    }

    .header-contents .left-side h1 {
        font-size: 2.7rem;
    }

    .header-contents .left-side p {
        font-size: 1.8rem;
        
        text-align: center;

    }



    .about-section .left-side {
        text-align: center;
    }




    /* <!--======================= All modals start here ======================= --> */


    /* .admin-multiple-form-nav button {
        background: #000;
    } */

    .form-heading {
        font-size: 1.3rem;
    }

    .confirm-check {
        font-size: 1.1rem;
    }


    /*--------------- form section--------------- */
    .form-section .left-side ul li {
        font-size: 1.5rem !important;

    }

    .form-section .left-side ul li:first-child {
        margin-top: 18%;

    }

    .form-section .left-side ul li:nth-child(2) {
        margin-top: 10%;
        margin-left: 20%;

    }

    .form-section .left-side ul li:nth-child(3) {
        margin-top: 11%;
        margin-left: 5%;
        font-size: 1.5rem !important;


    }

    .form-section .left-side ul li:nth-child(4) {
        margin-top: 11%;
        margin-left: 18%;

    }



    .footer-bottom {
        /*margin-bottom: 3.5rem;*/
    }


}


/*--------------- -css for Medium devices (tablets, 768px and up) --------------------------------*/

@media only screen and (max-width:767px) {


    /*--------------- form section--------------- */
    .form-section .left-side ul li {
        font-size: 1.1rem !important;

    }

    .form-section .left-side ul li:first-child {
        margin-top: 18%;

    }

    .form-section .left-side ul li:nth-child(2) {
        margin-top: 10%;

    }

    .form-section .left-side ul li:nth-child(3) {
        margin-top: 11%;
        margin-left: 4%;
        font-size: 1.1rem !important;


    }

    .form-section .left-side ul li:nth-child(4) {
        margin-top: 11%;

    }
}


/*--------------- -css for  Small devices (landscape phones, 576px and up) --------------------------------*/
@media only screen and (max-width:576px) {

    .header-contents .left-side h1 {
        font-size: 3rem;
    }

    .header-contents .left-side p {
        font-size: 1.5rem;
    }


    .header-contents .right-side {
        height: 360px !important;
        /* width: 500px; */
        object-fit: cover;

    }

    .header-contents .right-side img {
        height: 100%;
        width: 100%;
    }

    .partner-list .image {
        box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.20);
        width: 255px;
        height: 255px;
        text-align: center !important;
    }

    .partner-list img {
        width: 100%;
        height: 100%;
    }


    /*--------------- form section--------------- */
    .form-section .left-side ul li {
        font-size: 1.1rem !important;

    }

    .form-section .left-side ul li:first-child {
        margin-top: 18%;

    }

    .form-section .left-side ul li:nth-child(2) {
        margin-top: 10%;

    }

    .form-section .left-side ul li:nth-child(3) {
        margin-top: 11%;
        margin-left: 4%;
        font-size: 1.1rem !important;


    }

    .form-section .left-side ul li:nth-child(4) {
        margin-top: 11%;

    }

}



/*--------------- -css for more Small devices ( 450px and up) --------------------------------*/

/* ----------- Header section start here--------------------*/
@media only screen and (max-width:450px) {

    /*--------------- form section--------------- */
    .form-section .left-side ul li {
        font-size: 0.9rem !important;

    }

    .form-section .left-side ul li:first-child {
        margin-top: 17%;

    }

    .form-section .left-side ul li:nth-child(2) {
        margin-top: 10%;

    }

    .form-section .left-side ul li:nth-child(3) {
        margin-top: 10%;
        font-size: 0.9rem !important;


    }

    .form-section .left-side ul li:nth-child(4) {
        margin-top: 10%;

    }

    .first-nav button {
        padding: 4px 12px !important;
    }

    .second-nav button {
        padding: 4px 12px !important;
      
    }
}

/*--------------- -css for more Small devices (landscape phones, 395px and up) --------------------------------*/


/* ----------- Header section start here--------------------*/
@media only screen and (max-width:395px) {
    .header-contents .left-side h1 {
        font-size: 2rem;
    }

    .header-contents .left-side p {
        font-size: 1rem;
    }

    .header-contents .left-side button {
        padding: 5px 10px !important;
        font-size: 0.9rem !important;
    }

    .header-contents .right-side {
        height: 300px !important;
        /* width: 500px; */
        object-fit: cover;

    }


    /*--------------- form section--------------- */
    .form-section .left-side ul li {
        font-size: 0.8rem !important;

    }

    .form-section .left-side ul li:nth-child(3) {
        font-size: 0.8rem !important;


    }


}




/*--------------- -css for more Small devices (landscape phones, 285px and up) --------------------------------*/


/* ----------- Header section start here--------------------*/
@media only screen and (max-width:285px) {

    .header-contents .left-side h1 {
        font-size: 1.8rem;
    }

    .header-contents .left-side p {
        font-size: 0.9rem;
    }


    .header-contents .right-side {
        height: 280px !important;

    }


    /* ------------------------------------------- About section start ---------------------------------------- */

    .about-section .left-side h2 {
        font-size: 1.4rem !important;

    }

    .about-section .left-side p {
        font-size: 0.8rem !important;

    }


    /* <!--======================= All modals start here ======================= --> */

    .admin-multiple-form-nav li {
        margin-bottom: 0.5rem;
    }

    .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;
    }


    /*--------------- form section--------------- */
    .form-section .left-side ul li {
        font-size: 0.6rem !important;

    }

    .form-section .left-side ul li:first-child {
        margin-top: 15%;

    }

    .form-section .left-side ul li:nth-child(2) {
        margin-top: 10%;

    }

    .form-section .left-side ul li:nth-child(3) {
        margin-top: 11%;
        font-size: 0.5rem !important;


    }

    .form-section .left-side ul li:nth-child(4) {
        margin-top: 11%;

    }


}