@media (min-width: 768px) {
    /* LIFESYLE HEADER*/
        .contact-us .contact-header {
            padding: 74px 69px;
        }
        .contact-us .contact-header > .half-overlay {
            width: 50%;
            height: 100%;
            background: rgba(0,0,0,.5);
            position: absolute;
            left: 0;
            top: 0;
        }
        .contact-us .contact-header > .content-wrapper > .content {
            padding: 30px 32px;
        }
        .contact-us .contact-header > .content-wrapper > .content > .title-wrapper > h1 {
            font-size: 40px;
            letter-spacing: 1px;
            line-height: 53px;
            margin: 15px 0 25px;
        }

        .contact-us .contact-header > .content-wrapper > .content-details {
            padding: 25px 61px;
            margin: 64px -70px -74px;
        }
        .contact-us ul.contact-info {
            margin: 0;
        }


    /* CONTACT INFO */
        .contact-us ul.contact-info {
            display: flex;
            justify-content: space-between;
        }
        .contact-us ul.contact-info > li {
            margin-bottom: 0;
        }
        .contact-us ul.contact-info > li > a {
            font-size: 16px;
        }

        .contact-us ul.contact-info > li > i.icon {
            margin-right: 19px;
        }

    /* CONTACT FORM */
        .contact-us .contact-form {
            padding: 40px 0;
            height: 516px;
            background: #1e1e1e;
        }
        /* Header */
        .contact-us .contact-form > .header {
            top: 40px;
        }
        .contact-us .contact-form > .header > .underfold  {
            background: #1E2841;
            height: 45px;
            width: 45px;
            position: absolute;
            top: 9px;
        }

        /* Body */
        .contact-us .contact-form > .body {
            top: 62px;
            height: 454px;
            padding: 54px 20px 40px;
        }
        .contact-us .contact-form > .body > form .form-group {
            margin-bottom: 20px;
        }
        .contact-us .contact-form > .body > form .form-control {
            border-radius: 0;
            font-size: 15px;
            line-height: 22px;
            padding: 15px 20px;
            height: auto;
            background: #DDD8D5;
            border: 1px solid #959595;
            box-shadow: none;
            color: #7A7A7A;
            transition: all .1s;
        }

        .contact-us .map {
            height: 450px;
        }
}
