@media (min-width: 320px) {

    body {
        margin: 0px;
        padding: 0px;
        font-family: 'Montserrat' !important;
        overflow-x: hidden;
    }

    .nav-link:focus,
    .nav-link:hover,
    .current {
        color: #2BCC9C !important;
    }

    .nav-link:hover::after,
    .nav-link.current::after {
        width: 4px;
        border-radius: 30px;
        background-color: #2BCC9C;
    }

    .contact-info {
        font-size: 1rem;
        color: #2BCC9C;
        font-weight: 600;
    }

    .navbar-desktop {
        position: inherit;
    }

    .contact-title {
        font-size: 2rem;
        color: #21242E;
        font-weight: 600;
        line-height: 40px;
    }

    .contact-text {
        font-size: 0.8rem;
        color: #5A5E71;
        font-weight: 400;
    }

    .form-line {
        height: 2px;
        background-color: #DCDCDC;
        border-radius: 10px;
        width: 100%;
    }

    .form-title {
        color: #21242E;
        font-weight: 600;
    }

    .form-check-label {
        color: #878A98;
        font-weight: 500;
    }

    .order-btn-2 {
        font-size: 1rem;
        background-color: #2BCC9C;
        color: #ffffff;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-color: transparent;
        font-weight: 600;
        width: 100%;

    }

    .order-btn-2:focus {
        outline: none;
    }

    .contact-icon {
        width: 59px;
        border-radius: 25px;
        background-color: #EEF0F5;

    }

    .contact-rect-title {
        color: #8C94A6;
        font-weight: 600;
        font-size: 1.3rem;
    }

    .contact-rect {
        background-color: #F9FAFC;
        border-radius: 10px;
    }

    .contact-rect-text {
        color: #434A59;
        font-weight: 500;
        font-size: 0.9rem;
    }

    .contact-line {
        height: 100%;
        background-color: #DCDCDC;
        border-radius: 10px;
        width: 2px;
        margin: auto;
    }

    .menu-wrap .hamburger>div:before,
    .menu-wrap .hamburger>div:after,
    .menu-wrap .hamburger>div {
        background: #2BCC9C;
    }

    .map {
        left: 50%;
        position: absolute;
        top: 25%;
        transform: translate(-50%, -50%);
        width: 80%;
        text-align: center;
        background-color: #ffffff;
        border-radius: 10px;
    }

    .map-text {
        font-size: 0.8rem;
        font-weight: 500;
        color: #808080;
        text-align: left;
    }

    .map-btn {
        font-size: 0.8rem;
        font-weight: 600;
        color: #13B283;
    }

    .map-btn:hover {
        color: #13B283;
        text-decoration: none;
    }

    .img-map {
        width: 100%;
        height: auto;
    }

    .form-control:focus {
        border-color: #ced4da;
        outline: none;
        box-shadow: none;
    }

}

@media (min-width: 768px) {}

@media (min-width: 1024px) {
    .contact-title {
        font-size: 2.5rem;
        line-height: 50px;
    }

    .contact-text {
        font-size: 1rem;
    }
}

@media (min-width: 1440px) {
    .map {
        width: 60%;
        left: 60%;
    }

    .order-btn-2,
    .contact-rect-text {
        font-size: 1.2rem;
    }

    .contact-title {
        font-size: 3.5rem;
        line-height: 65px;
    }

    .contact-text {
        font-size: 1.3rem;
    }

    .contact-info,
    .contact-rect-title {
        font-size: 1.5rem;
    }

    .map-text {
        font-size: 1rem;
    }

    .map-btn {
        font-size: 1rem;
    }

}