@media (min-width: 768px) and (max-width: 1023px) {
    .contact-us .contact_wrapper {
        width: 80%;
        flex-direction: column;
    }

    .contact-us .contact_wrapper .contact_info {
        width: 100%;
        flex: 0 0 100%;
        margin-left: -50px;
        margin-top: -15px;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .contact-us .contact_wrapper .contact_msg {
        width: calc(100% - 25px - 30px);
        flex: 0 0 calc(100% - 25px - 30px);
    }
}

@media (max-width: 767px) {
    .contact-us .contact_wrapper {
        width: 90%;
        flex-direction: column;
        padding-top: 0px;
        padding: 0;
    }

    .contact-us .contact_wrapper .contact_info {
        width: 100%;
        flex: 0 0 100%;
        margin-left: 0;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .contact-us .contact_wrapper .contact_msg {
        width: calc(100%);
        flex: 0 0 calc(100%);
        padding: 25px 0px;
    }

    .contact-us .contact_wrapper .contact_msg .form_fild .input_group.w_50 {
        width: calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
      }
}

@media (min-width: 768px) {

    .service-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .new-deal .deal-wizard .nav::before {
        content: '';
        border: 1px dashed #707070;
        width: 1px;
        height: 80%;
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: -1;
    }

    .overflow-md-visible {
        overflow: visible !important;
    }
}

@media (min-width: 320px) and (max-width: 700px) {

    .avail-deal-box::after {
        width: 121px;
        height: 270px;
        top: -10px;
        right: -58px;
        bottom: -30px;
    }
}

@media (min-width: 1024px) {

    body::after,
    body::before {
        content: '';
        position: absolute;
        margin: auto;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        bottom: 0;
        z-index: -1;
    }

    body::before {
        background-image: url('../img/line-wave.png');
        width: 380px;
        height: 450px;
        left: -13rem;
        top: -34%;
    }

    body::after {
        background-image: url('../img/line-circle.png');
        width: 210px;
        height: 210px;
        right: -3rem;
        top: -23rem;
    }

    .element-none::after,
    .element-none::before {
        content: none;
    }


    header,
    section,
    footer {
        padding: var(--lgPadding);
    }

    /* start chooose-language */
    .choose-language h1,
    .choose-language h3 {
        font-size: 55px;
    }

    /* end choose-language */

    /* start home page */
    .service-container {
        grid-template-columns: repeat(3, 1fr);

    }

    .navbar.navbar-expand-lg .navbar-collapse {
        flex-grow: 0;
        width: 88%;
        background-color: transparent;
    }

    .banner h1 {
        font-size: 55px;
    }

    .banner .container {
        background: url('../img/banner-bg.png') no-repeat;
        background-size: 100% 80%;
        padding: 1.5rem 2.5rem;
        background-size: 100% 68%;
    }

    /* end home page */

}

@media (min-width: 1200px) {

    .btn-lg {
        padding: 1rem 2rem;
        font-size: 17px;
    }

    .navbar.navbar-expand-lg .navbar-collapse {
        width: 76%;
    }

    .strap::before {
        content: '';
        background: url('../img/line-circle.png') no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 20px;
        bottom: -90px;
        width: 140px;
        height: 140px;
        z-index: 1;
        animation: circle 3s linear infinite;
    }

    .testimonial::before {
        content: '';
        background: url('../img/line-wave.png') no-repeat;
        background-size: 100% 100%;
        transform: scaleX(-1);
        position: absolute;
        right: -14rem;
        bottom: 10rem;
        width: 420px;
        height: 480px;
        z-index: 1;
    }
}

@media (min-width: 1366px) {}

@media (min-width: 1440px) {

    /* start home page */
    .banner h1 {
        font-size: 65px;
    }

    .navbar.navbar-expand-lg .navbar-collapse {
        width: 66%;
    }

    /* end home page */
}

@media (min-width: 1800px) {}

@media (min-width: 1367px) and (max-width: 1920px) {}

@media (min-width: 1900px) {}
