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

    .title-lg {
        font-size: 85px;
        line-height: 100px;
    }

}

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

    .main-brand img, .dsnload__img img {
        width: 150px;
    }

    .site-header {
        padding: 12px 16px;
    }

    .site-header.dsn-hamburger #navbar_toggle .toggle-text .text-open .char, .site-header.dsn-hamburger #navbar_toggle .toggle-text .text-close .char, .site-header.dsn-hamburger #navbar_toggle .toggle-text .text-menu .char {
        color: #fff !important;
    }

    .site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line {
        background-color: #fff;
    }

    .dsn-open .logo-dark {
        display: block !important;
    }

    .dsn-open .logo-light {
        display: none !important;
    }

    .footer .logo-wrap .logo {
        width: 140px;
    }

    .work-hover-1 .dsn-item-post .box-image-bg {
        height: 60vh;
    }

    .submit-btn, .map-btn {
        border-radius: 25px;
        padding: 8px 18px;
    }

    .footer .logo-wrap {
        background-color: transparent;
        height: auto;
        width: 160px;
    }

    .v-light #site_menu_header {
        justify-content: space-between;
        gap: 8px;
    }

    body {
        background-image: none;
    }

    .feature-item {
        width: 100%;
    }

    .feature-item__content h4 {
        padding-inline: 1rem;
    }

    .modal-nav.prev {
        left: 10px;
    }

    .modal-nav.next {
        right: 10px;
    }

    .modal-img-wrapper {
        height: 280px;
    }

    .modal-nav {
        top: 30%;
    }

    .custom-modal-close {
        top: 10px;
        right: 10px;
        width: 38px;
        height: 38px;
        font-size: 30px;
    }

    .filter-button-group {
        gap: .5rem;
    }

    .gallery-item {
        width: 50%;
        padding: .5rem;
    }

    .site-header .main-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero h1 {
        margin-bottom: 20px;
        text-align: center;
        padding-inline: 2rem;
        font-size: 30px;
    }

    .hero-content {
        padding: 10px 30px;
    }

    .hero {
        height: 65vh;
    }

    .hero-prev, .hero-next {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .story-slider-wrap {
        max-width: 390px;
        padding: 0 8px 92px;
    }

    .storySwiper,
    .story-slide-link {
        border-radius: 18px;
    }

    .story-nav {
        width: 40px;
        height: 40px;
        top: auto;
        bottom: 38px;
    }

    .story-prev {
        left: calc(50% - 52px);
    }

    .story-next {
        right: calc(50% - 52px);
    }

    .story-slider-wrap .story-pagination.swiper-pagination-bullets {
        bottom: 24px;
    }

    .story-pagination {
        gap: 1px;
    }

    .story-pagination .swiper-pagination-bullet {
        width: 4px;
        height: 4px;
    }

    .story-pagination .swiper-pagination-bullet-active {
        width: 10px;
    }

    .feature-item {
        padding: 0;
        padding-bottom: 1rem;
    }

    .site-header {
        position: fixed;
        top: 15px;
        right: 15px;
        width: auto;
        left: 15px;
        transform: none;
    }

    .main-brand img {
        width: 110px;
    }

    .customer-form-link--mobile {
        min-height: 38px;
        padding: 8px 10px;
        font-size: 11px;
    }

    .site-messages {
        top: 92px;
        width: calc(100% - 30px);
    }

}

@media screen and (min-width: 380px) and (max-width: 700px) {
    .main-brand img {
        width: 125px;
    }

    .customer-form-link--mobile {
        padding: 9px 14px;
        font-size: 12px;
    }
}
