@media screen and (min-width: 700px) {
    .mobile-only {
        display: none !important;
    }


}

/*DEFAULT LAPTOPS*/
@media screen and (min-width: 901px) and (max-width: 1599px) {
    .main_menu nav > ul > li > a {
        font-size: 13px;
        padding: 14px 15px 14px 15px;
    }

    .product-meta h5 {
        font-size: 16px;
    }
}

@media screen and (max-width: 700px) {
    .pc-only {
        display: none !important;
    }

    .pb-sm-80 {
        padding-bottom: 80px !important;
    }

    .pt-sm-80 {
        padding-top: 80px !important;
    }

    .pb-sm-60 {
        padding-bottom: 60px !important;
    }

    .pt-sm-60 {
        padding-top: 60px !important;
    }

    .pb-sm-40 {
        padding-bottom: 40px !important;
    }

    .pt-sm-40 {
        padding-top: 40px !important;
    }

    .pb-sm-20 {
        padding-bottom: 20px !important;
    }

    .pt-sm-20 {
        padding-top: 20px !important;
    }

    .hero-swiper .swiper-pagination {
        bottom: 20px;
        gap: 8px;
    }

    section.hero .swiper-slide {
        height: 80vh;
    }

    section.hero .swiper-slide {
        margin-top: 0;
    }

    .navbar-menu {
        position: fixed;
        width: 100%;
        left: -100%;
        top: 0;
        height: 100vh;
        background-color: var(--bg-main);
        transition: .5s ease-in-out;
        padding: 8rem 2.25rem;
    }

    .navbar-menu.opened {
        left: 0;
    }

    .hero-meta {
        width: 90%;
    }

    .hero-meta h1 {
        font-size: 25px;
    }

    .navbar .logo img {
        width: 140px;
    }

    .navbar-toggler {
        padding: 1rem;
    }

    .navbar-toggler i {
        font-size: 20px;
    }

    .navbar-menu ul:not(.dropdown-menu) {
        flex-direction: column;
    }

    .navbar .logo {
        position: relative;
        z-index: 991;
    }

    .education-levels {
        padding-bottom: 0;
    }

    .signature {
        margin-bottom: 20px;
    }

    .footer-bottom, .footer-top {
        padding-inline: 15px;
    }

    .footer-top .logo img {
        width: 140px;
    }

    .footer-social ul {
        justify-content: center;
    }

    .navbar-menu li a {
        font-size: 20px;
    }

    .intro-video iframe {
        height: 280px;
    }

    .section-padding {
        padding: 60px 15px;
    }

    .contact-box {
        width: 100%;
        margin-bottom: 40px;
        padding-inline: 20px;
    }

    .page-banner-meta {
        padding-left: 15px;
    }

    .page-banner {
        height: 450px;
    }

    .contact-form form {
        width: 90%;
    }

}
