.header-section {
    height: 45vh !important
}

    .header-section .header-left {
        padding-top: 10vh
    }

    .header-section .header-right {
        padding-top: 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
        -webkit-box-pack: end;
        justify-content: flex-end
    }

        .header-section .header-right small {
            margin-bottom: 30px;
            position: relative
        }

        .header-section .header-right h2 {
            margin-bottom: 10px
        }

.header-right:before {
    background-image: url(/images/ac.webp);
    background-position: center;
}

@media (min-width: 1024px) {
    .header-section .header-right small {
        font-size: 20px
    }

    .header-section .header-right h2 {
        font-size: 35px
    }
}

.contact-us-map p {
    font-weight: 300;
    line-height: 35px;
    color: rgba(47, 43, 61, 0.9);
    font-size: 16px
}

.contact-us-map iframe {
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 20px;
    overflow-x: hidden;
    max-width: 100%
}

.contact-us-info {
    background: #fff;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 20px;
    padding: 35px 28px 10px 28px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 36px;
}

    .contact-us-info ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-between;
        flex-flow: column;
        height: 100%
    }

    .contact-us-info li {
        color: rgba(47, 43, 61, 0.9);
        margin-bottom: 25px;
    }

    .contact-us-info .ic {
        color: #fff;
        width: 36px;
        height: 36px;
        background: rgb(115,103,240);
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        line-height: 36px;
        margin-left: 10px
    }

    .contact-us-info a {
        color: #a5a5a5;
        padding-right: 8px;
        margin-right: 8px;
        border-right: 1px solid rgba(134,134,134,.5);
    }

.contact-us-form .input {
    background: #fff;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 20px;
    display: block;
    width: 100%;
    margin-bottom: 25px;
    min-height: 54px;
    letter-spacing: unset
}

    .contact-us-form .input::-webkit-input-placeholder {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 35px;
        text-align: right;
        color: #868686;
        opacity: .7;
        letter-spacing: 1px
    }

    .contact-us-form .input::-moz-placeholder {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 35px;
        text-align: right;
        color: #868686;
        opacity: .7;
        letter-spacing: 1px
    }

    .contact-us-form .input:-ms-input-placeholder {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 35px;
        text-align: right;
        color: #868686;
        opacity: .7;
        letter-spacing: 1px
    }

    .contact-us-form .input::-ms-input-placeholder {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 35px;
        text-align: right;
        color: #868686;
        opacity: .7;
        letter-spacing: 1px
    }

    .contact-us-form .input::placeholder {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 35px;
        text-align: right;
        color: #868686;
        opacity: .7;
        letter-spacing: 1px
    }

.contact-us-form .custom-btn {
    width: 280px;
    margin-left: 0
}

.contact-us-form .has-error .error {
    top: calc(100% - 23px);
    left: 0;
    right: 20px
}

@media (max-width: 500px) {
    .header-section .header-left {
        padding-top: 14vh
    }

    .header-section .header-social span {
        display: none
    }

    .contact-us-info {
        font-size: 14px;
        padding: 35px 15px
    }

    .contact-us-form .custom-btn {
        width: 100% !important
    }
}
