@media screen and (min-width: 500px) {

    .navbar {
        height: 100px;
    }

    .logo {
        width: 200px;
        margin-left: 150px;
    }

    .contact {
        width: 200px;
        font-size: 1rem;
        border-radius: 10px;
        letter-spacing: 5px;
    }

    .top-wrapper {
        height: 700px;
    }

    .top-wrapper h1 {
        top: 150px;
    }

    .top-wrapper h2 {
        top: 260px;
    }

    .top-wrapper p {
        font-size: 2rem;
        top: 430px;
        width: 890px;
    }

    .top-wrapper img {
        height: 700px;
    }

    .over-ray {
        height: 700px;
    }

    .respon {
        display: flex;
        text-align: center;
    }

    .concept-box, .contact-wrapper, .contact-wrapper-3, .contact-wrapper-white {
        width: 50%;
    }

    .concept-box {
        padding: 100px 100px;
    }

    .contact-wrapper {
        height: 600px;
    }

    .contact-box {
        width: 400px;
        height: 350px;
    }

    .contact-box p {
        padding: 50px 50px;
    }

    .navbar-collapse {
        align-items: center;
        width: auto !important;
    }

    .response-h4 {
        line-height: 100px !important;
    }

    .contact-wrapper-white {
        text-align: center;
        font-family: serif;
        padding-top: 100px;
    }

    .concept-texts {
        margin: 50px 30px;
    }

    .over-ray-min {
        width: 720px;
        height: 600px;
    }

    .box-body {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .boxes {
        width: 700px;
    }

    .box img {
        height: 400px;
    }

    .textbox h3 {
        padding: 30px 0px 10px 0px !important;
    }

    .slick-slide li {
        width: 500px !important;
    }

    .property ul {
        width: 500px !important;

    }

    .slider-nav img {
        width: 130px !important;
    }

    .concept_2 img {
        width: 500px;
    }

    .contact-wrapper-3 {

        height: 985px !important;

    }

    .over-ray-min-3 {
        height: 985px !important;
    }
}