@media screen and (min-width: 700px) {
    header {
        width: 100%;

    }

    .mobile-only {
        display: none !important;
    }

    .map-btn-wrapper {
        padding-inline: 1.5rem;
    }

    header.pc-only {
        height: 0;
        width: 100%;
    }

    .logo-holder img {
        width: 200px;
    }

    .logo-holder {
        width: 200px;
    }

    .nav-holder {
        top: 28px;
    }

    header {
        height: 105px;
    }

    .reference-col:nth-child(2) {
        border-top: 1px solid #b6b6b6;
    }

    .nav-button-holder {
        position: absolute;
        right: 100px;
        top: 16px;
        display: block;
    }

    .nav-button {
        float: right;
        width: 40px;
        height: 40px;
        padding: 13px 6px 6px 6px;
        position: relative;
        margin-top: 9px;
        cursor: pointer;
    }

    .nav-button span {
        float: left;
        width: 100%;
        height: 2px;
        background: #fff;
        margin-bottom: 4px;
        position: relative;
    }
    .nav-holder {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .show-share * {
        font-size: 19px;
        font-weight: 800;
    }
}

@media screen and (max-width: 1599px) and (min-width: 1200px) {
    .sidebar ul li a {
        font-size: 14px;
    }

    /*.sidebar {*/
    /*    width: 300px;*/
    /*}*/
    /*.content-holder {*/
    /*    padding: 0 0 0 300px;*/
    /*}*/
    .sidebar-logo img {
        width: 250px;
    }
}


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

    .mb-sm-3 {
        margin-bottom: 1rem;
    }

    .mb-sm-5 {
        margin-bottom: 2rem;
    }

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

    .phase-item {
        background-color: #f7f7f7;
        margin-bottom: 20px;
        padding: 15px 10px;
    }

    .main-menu {
        background: #fff;
        border-top: 1px solid var(--color-main);
    }

    .menusb a {
        color: var(--color-main);
    }

    .submen-dec:before {
        color: var(--color-main);
    }

    .logo-holder {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .nav-button-holder {
        left: 30px;
        right: unset;
    }

    .vismobmenu {
        left: 0;
        right: unset;
    }

    .reference-col {
        flex: 100%;
        border: none;
    }

    .reference-col:nth-child(odd) {
        background-color: #e1e1e1;
    }

    .logo-carousel-wrapper {
        padding: 20px 0;
    }

    .logo-carousel .item {
        height: 150px;
    }

    .show-share {
        top: 20px;
        right: 5px;
    }

    #blueBtn {
        padding: 15px;
    }

    .mobile-discover {
        margin-top: 10px !important;
        flex-direction: column;
    }

    .discover-content {
        width: 100%;
    }

    .discover-text {
        margin-top: 20px !important;
    }

    .discover-text p {
        font-size: 15px !important;
    }

    .get-offer {
        background-attachment: scroll;
    }

    .table {
        width: 100%;
    }
}
