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

    .logo img {
        height: unset;
    }

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

    .service-cover {
        height: 420px;
    }

    .logo {
        width: 250px;
    }

    .service-title {
        height: 130px;
    }

    .contact-panel {
        display: none;
    }
}

/*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;
    }

    .mb-sm-80 {
        margin-bottom: 80px !important;
    }

    .mt-sm-80 {
        margin-top: 80px !important;
    }

    .mb-sm-60 {
        margin-bottom: 60px !important;
    }

    .mt-sm-60 {
        margin-top: 60px !important;
    }

    .mb-sm-40 {
        margin-bottom: 40px !important;
    }

    .mt-sm-40 {
        margin-top: 40px !important;
    }

    .mb-sm-20 {
        margin-bottom: 20px !important;
    }

    .mt-sm-20 {
        margin-top: 20px !important;
    }

    .logo img {
        width: 150px;
    }

    .mean-container a.meanmenu-reveal {
        margin-top: -30px;
    }

    #loading {
        background-size: 150px;
    }

    .mean-container .mean-nav ul li a {
        text-transform: unset;
    }

    #loading {
        left: 0;
        margin: 0;
        top: 0;
    }

    .qi-shape {
        display: none;
    }

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

    .slider-bg {
        min-height: 600px !important;
    }

    .contact-bg02 {
        margin-bottom: 0;
    }

    .f-widget-title img {
        width: 30%;
    }

    .s-video-wrap {
        height: 260px;
    }

    .booking .contact-bg02 {
        padding: 0;
    }

    body {
        background-image: none;
    }

    .h-call-box {
        margin-top: 20px;
    }

    .contact-panel {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        display: flex;
        z-index: 90;
        opacity: .9;
    }

    a.contact-panel-item {
        width: 50%;
        padding-inline: 20px;
        background-color: #fff;
        color: #000;
        font-size: 1.8rem;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .3rem;
        padding-block: .7rem;
    }

    a.contact-panel-item span {
        font-size: 1rem;
    }

    a.wp-btn {
        background-color: var(--qi-bg);
        color: #fff;
    }

    #scrollUp {
        bottom: 60px;
    }

}
