#page .site-content {
    background: rgba(245, 247, 250, 1);
}

.site-content .ast-container {
    display: flex;
    flex-wrap: wrap;
}

/*****************************PageHeaderContact*****************************/
.contact_banner {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
}

.contact_banner img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}

/*****************************PageHeaderContact End*****************************/

/*****************************ContactContentForm*****************************/
.ContactContentFormBox {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.ContactContainer {
    display: flex;
    align-items: center;
}

.ContactInfo {
    width: 47%;
    padding: 0px 40px;
}

.ContactForm {
    width: 53%;
    padding: 0px 40px;
}

.ContactItem {
    width: 480px;
    min-height: 106px;
    opacity: 1;
    border-radius: 20px;
    border: 1px solid rgba(194, 198, 204, 1);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    margin: 20px 0px;
}

.ContactIcon {
    width: 42px;
}

.EmailContent h4,
.AddressContent h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 31.82px;
}

.EmailContent h4 {
    color: rgba(53, 115, 216, 1);
}

.AddressContent h4 {
    color: rgba(239, 60, 115, 1);
}

.EmailContent,
.AddressContent {
    margin-left: 10px;
    width: 80%;
}

.EmailContent a,
.AddressContent address {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.22px;
    color: rgba(80, 84, 89, 1);

}

.ContactForm h3 {
    padding: 0px 10px;
    font-weight: 500;
    color: rgba(2, 11, 20, 1);
}


.ContactForm .form-group {
    margin-top: 20px;
}

.ContactFormGroup {
    float: left;
    width: 50%;
    font-size: 18px;
    font-weight: 400;
    color: rgba(41, 46, 51, 1);
    padding: 0px 10px;
}

.ContactFormGroup .required {
    font-size: 18px;
    font-weight: 500;
    color: rgba(239, 60, 115, 1);
}

.ContactForm input.contactInput,
.ContactForm .contactInput {
    border-radius: 4px;
    background: rgba(247, 249, 252, 1);
    border: 1px solid rgba(156, 160, 166, 1);
    padding: 0px 0px 0px 8px;
    margin: 5px 0px 20px 0px;
}

.ContactFormDescription {
    width: 100%;
    padding: 0px 10px;
}

.ContactFormDescription .ContactFormDescriptionInput {
    font-size: 18px;
    font-weight: 400;
    color: rgba(41, 46, 51, 1);
}

.ContactFormButton {
    padding: 0px 10px;
}

.btn-primary {
    float: right;
    width: 352px;
    height: 48px;
    border-radius: 10px;
    background: rgba(53, 115, 216, 1);
}

/*****************************ContactContentForm End*****************************/

/*****************************ContactContent*****************************/
.post-content-box {
    margin-top: 50px;
}

.post-content-body {
    display: flex;
}

.entry-content {
    width: 35%;
    padding: 40px;
}

.post-content-thumbnail {
    width: 65%;
    padding: 40px;
}

.post-content-thumbnail img {
    float: right;
}

/*****************************ContactContent End*****************************/


@media (max-width:911px) {
    #page .site-content {
        height: auto;
    }

    .site-content .ast-container {
        margin: 0px;
    }

    header.entry-header .entry-title {
        text-align: left;
    }

    .page .entry-header {
        margin-bottom: 0em;
    }

    .ContactContainer {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .ContactInfo {
        width: 100%;
        padding: 0px;
    }

    .ContactIcon {
        width: 31px;
    }

    .EmailContent h4,
    .AddressContent h4 {
        font-size: 18px;
    }

    .EmailContent a,
    .AddressContent address {
        font-size: 13px;
    }

    .ContactForm {
        width: 100%;
        padding: 0px;
    }

    .ContactItem {
        width: 100%;
    }

    .ContactForm h3 {
        font-size: 18px;
    }

    .ContactFormGroup {
        width: 100%;
        font-size: 16px;
    }

    .btn-primary {
        width: 100%;
    }

    .post-content-body {
        display: flex;
        flex-direction: column;
    }

    .entry-content p {
        font-size: 14px;
    }

    .entry-content {
        width: 100%;
        padding: 5px;
    }

    .post-content-thumbnail {
        width: 100%;
        padding: 5px;
    }
}