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

    .gallery-desc {
        height: 70px;
    }

    .news-cover {
        height: 225px;
    }

    .news-cover img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

/*DEFAULT LAPTOPS*/
@media screen and (min-width: 901px) and (max-width: 1599px) {

}

@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;
    }

    .bg-symbol, .bg-symbol-2 {
        display: none;
    }

    .footer-symbol, .footer-symbol-2 {
        display: none;
    }

    .gc-event {
        color: #000;
        font-size: 20px;
    }

    .nav-menu {
        display: none;
    }

    .header-logo img {
        width: 150px;
        margin: 0;
    }

    .menu-trigger {
        font-size: 20px;
    }

    .hero-content h2 {
        font-size: 40px;
    }

    .hero-swiper .swiper-slide {
        height: 70vh;
    }

    .mobile-menu {
        position: absolute;
        top: 0;
        padding: 140px 3rem 3rem 3rem;
        z-index: 9;
        left: calc(-100% - 3rem);
        width: 100%;
        background-color: var(--bg-blue);
        transition: .7s ease-in-out;
    }

    .mobile-menu.show {
        left: 0;
    }

    .header-logo {
        position: relative;
        z-index: 10;
        padding: 1rem 3rem;
    }

    .mobile-menu ul li {
        margin-bottom: 1.25rem;
    }

    .mobile-menu ul li:last-of-type {
        margin-bottom: 0;
    }

    .menu-trigger {
        position: relative;
        z-index: 100;
        padding-right: 3rem;
    }

    .header {
        padding: 0;
    }

    button:focus-visible {
        outline: none;
        border: none;
    }

    .page-banner {
        height: 380px;
    }

    .page-banner-content h1 {
        font-size: 35px;
    }

    .service-cover {
        height: 280px;
    }

    .contact-info {
        padding: 2rem;
    }

    .contact-form {
        padding: 2rem;
    }

    .form-group {
        padding: .25rem;
        margin-bottom: .5rem;
    }

    .service-detail-content {
        padding: 0;
    }


}