@media screen and (max-width:2500px) {
    .upper-hedaer .pattern {
        width: 64%;
    }
}

@media screen and (max-width:2400px) {
    .upper-hedaer .pattern {
        width: 65%;
    }
}

@media screen and (max-width:1600px) {
    .upper-hedaer .pattern {
        width: 72%;
    }
}

@media screen and (max-width:1400px) {
    .banner-1 {
        height: 80vh;
      }
      .upper-hedaer .pattern {
        width: 74%;
    }
}

/* Styles for medium screens between 991px and 1200px */
@media (min-width: 991px) and (max-width: 1200px) {
    .main-header nav ul li a {
        padding: 10px !important;
    }
    .banner-heading{
        font-size: 45px;
    }
    .banner-1 {
        height: 50vh;
      }
}

@media screen and (max-width:1024px) {

    .banner-heading{
        font-size: 40px;
    }


}

@media screen and (max-width:999px) {


}

@media screen and (max-width:991px) {

    

    /* .mega-content */
    .footer {
        padding: 50px 0px 40px 0px;
    }

    #topperContainer .owl-dots{
        display: none;
    }

}


@media screen and (max-width:780px) {

    /* ======================== Home page ======================== */
    /* banner heading */
    .banner-heading{
        font-size: 34px;
    }
    .banner-1 {
        height: 40vh;
      }

    /* banner heading  */
    /* mockups  */
    .mockup .right img {
        position: static;
        width   : 100%;
        padding : 0px;
    }

    /* mockups  */
    /* ======================== Home page ======================== */


    /* .exam-notifications */
    /* sideside-arrows  */
    .sideside-arrows .owl-prev {
        left    : -40px;
        position: absolute;
        top     : 30%;
    }

    .sideside-arrows .owl-next {
        position: absolute;
        right   : -40px;
        top     : 30%;
    }

    /* sideside-arrows  */

    /* section heading  */
    .section-heading {
        font-size  : 25px;
        line-height: 30px;
    }

    /* section heading  */


}

@media screen and (max-width:620px) {
    /* ======================== Home page ======================== */

    /* banner heading */
    .banner-heading {
        font-size: 35px;
    }

    /* banner heading  */
    .banner-1 {
        padding: 20px 20px;
    }

    /* banner height  */
    /* .banner-1 {
        height: 250px;
    } */

    /* banner height  */

    /* banner arrows  */
    .banner .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        display: none;
    }

    .banner .banner .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        display: none;
    }

    /* home-contact */
    .home-contact .right h3 {
        font-size: 40px;
    }

    /* .banner-1{
        height: 65vh;
    } */

}

@media screen and (max-width:540px) {

    /* ======================== Home page ======================== */
    .banner-heading{
        font-size: 28px;
    }
    .main-header a.navbar-brand{
        width: 190px;
    }
    /* ======================== Home page ======================== */

    /* changes  */
}

@media screen and (max-width:450px) {

    /* home-contact */
    .home-contact .right h3 {
        font-size: 30px;
    }

    .home-contact {
        padding: 60px 10px;
    }

}

@media screen and (max-width:420px) {

    /* ======================== Home page ======================== */
    .banner-heading {
        font-size: 25px;
    }

    /* ======================== Home page ======================== */

}

@media screen and (max-width:360px) {

    /* ======================== Home page ======================== */
    .banner-heading {
        font-size: 22px;
    }

}

@media screen and (max-width:340px) {

  

}

@media screen and (max-width:580px) {
    .footer{
        padding: 50px 15px;
    }
}