/* ======= Contact Page Style ======= */
.contact-map-wrapper {
    max-width: 1000px;
    width: 100%;
    margin: -85px auto 60px;
    padding: 10px 10px 10px 30px;
    background-color: var(--white-color);
    z-index: 1;
    position: relative;
    box-shadow: 0 4px 54px 10px #0000001a;
}
.contact-wrapper .contact-form,
.map-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    width: 100%;
    max-width: 50%;
}
.contact-wrapper .contact-form {
    padding: 20px 0px 10px;
}
.contact-wrapper .form-data .name-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
}
.contact-wrapper .contact-form .form-title,
.contact-wrapper .form-title h2 {
    margin: 0 0 15px;
}
.contact-wrapper .form-title p {
    margin: 0;
}
.contact-wrapper .form-group label {
    margin-bottom: 5px;
    display: inline-block;
    font-family: var(--heading-font);
}
.contact-wrapper .field-input {
    font-family: var(--heading-font);
    margin-bottom: 20px;
    resize: none;
    color: var(--black-color);
    background-color: var(--white-color);
}
.contact-wrapper .button {
    cursor: pointer;
    padding: 12px 26px;
    outline: none;
}
.contact-wrapper button.field-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid var(--primary-color);
    padding: 10px 15px;
    color: var(--primary-color);
    font-size: 14px;
    width: 100%;
    cursor: pointer;
}
.contact-wrapper .agree-check {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.contact-wrapper .agree-check input#box {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}
.contact-wrapper .agree-check input#box:focus {
    outline: none;
}
.contact-wrapper .agree-check label {
    margin: 0;
    line-height: 18px;
} 
.contact-wrapper input[type="checkbox"] {
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    outline: 0;
    border: 0;
    cursor: pointer;
}
label[for="checkbox"] {
    cursor: pointer;
}
label.red-asterisk:after {
    content: '*';
    color: red;
}
.contact-wrapper .map-wrapper iframe {
    height: 100%;
    width: 100%;
}
.contact-wrapper input::placeholder,
textarea::placeholder {
    color: #c1c1c1;
}
.contact-wrapper .contact-info-wrapper .doc-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
}
.contact-info-wrapper .info-desc p {
    margin: 0;
    color: var(--primary-color);
}
.contact-info-wrapper .icon-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
}
.contact-info-wrapper .info-desc {
    padding-left: 15px;
}
/* ======= Contact Page Style END ======= */
/* ======= Responsive Style ======= */ 
@media screen and (max-width: 767px) {  
    .contact-wrapper .contact-form,
    .map-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact-wrapper .contact-form {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .contact-wrapper .contact-map-wrapper {
        padding: 15px;
    }
    .contact-wrapper .contact-info-wrapper .doc-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 12px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .contact-wrapper .form-data .name-details {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .contact-info-wrapper .icon-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
    }
    .contact-wrapper button.field-input {
        margin-bottom: 0;
    }
    .contact-wrapper input,
    .contact-wrapper select,
    .contact-wrapper textarea {
        font-size: 12px;
        padding: 8px 10px;
    }
}
/* ======= Responsive Style ======= */ 
