section.contact-page {
    margin: 327px 0 160px;
}

section.contact-page .contact-form {
    background: #0B3954;
    margin: auto;
    position: relative;
}

section.contact-page .contact-form .corner_box {
    width: 96px;
    height: 96px;
    position: absolute;
}

section.contact-page .contact-form .red_box {
    background: #EE4438;
    top: 0;
    right: 96px;
}

section.contact-page .contact-form .white_box {
    top: 0;
    right: 0;
    background: #fff;
}

section.contact-page .contact-form .blue_box {
    top: 96px;
    right: 0;
    background-color: #175376;
}

section.contact-page .contact-form .address-box {
    background-color: #175376;
    right: 96px;
    bottom: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    padding: 20px 12px 12px 40px;
    transition: all 0.5s ease;
}

section.contact-page .contact-form .address-box .address-title,
section.contact-page .contact-form .address-box .address {
    opacity: 0;
    flex: 0 0 100%;
}

section.contact-page .contact-form .pointer-box {
    right: 0;
    bottom: 0;
    background-color: #61A4CB;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

section.contact-page .contact-form .location-box:hover .address-box {
    background-color: #61A4CB;
    width: auto;
    max-width: 364px;
}

section.contact-page .contact-form .location-box:hover .address-box .address-title,
section.contact-page .contact-form .location-box:hover .address-box .address {
    opacity: 1;
    transition: all 0.5s ease;
}

section.contact-page .contact-form .location-box .pointer-box svg path {
    transition: all 0.5s ease;
}

section.contact-page .contact-form .location-box:hover .pointer-box svg path {
    fill: #175376;
}

section.contact-page .contact-form .address-box .address-title {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.35;
    color: #0B3954;
}

section.contact-page .contact-form .address-box .address {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #FFFFFF;
}

section.contact-page .contact-form .contact-form_content-box {
    max-width: 75%;
    margin: auto;
    padding: 64px 0;
}

section.contact-page .contact-form .contact-form_content-box h1 {
    margin: 0 0 84px;
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.35;
    color: #fff;
}

section.contact-page .wpcf7-form p {
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

section.contact-page .wpcf7-form .wpcf7-form-control:focus {
    outline: none;
}

section.contact-page .wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 64px;
    display: block;
    flex: 0 0 45%;
    max-width: 45%;
}

section.contact-page .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text::placeholder,
section.contact-page .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea::placeholder {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    color: #88A7BA;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
section.contact-page .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text,
section.contact-page .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #88A7BA;
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    color: #88A7BA;
    padding-bottom: 8px;
    max-width: 100%;
}

section.contact-page .wpcf7-form .wpcf7-form-control-wrap:last-of-type {
    flex: 0 0 100%;
    max-width: 100%;
}

section.contact-page .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea {
    resize: none;
    max-width: 100%;
    width: 100%;
    height: 150px;
}

section.contact-page .wpcf7-form .button_style_1 {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

section.contact-page .wpcf7-form .button_style_1 .icon {
    background-color: #d83529;
}

section.contact-page .wpcf7-form .button_style_1:hover .icon {
    background-color: #EE4438;
}

section.contact-page .wpcf7-form .button_style_1 .title {
    font-size: 16px;
    background-color: #D83529;
}

.button_section {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

section.contact-page .button_section .mandatory_field__p {
    color: #fff;
    margin-left: 24px;
    font-size: 14px;
    flex: 0 0 100%;
    margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
    .contact-form {
        width: 100%;
    }

    section.contact-page .contact-form .contact-form_content-box {
        max-width: 85%;
    }

    section.contact-page {
        margin: 282px 0 139px;
    }
}

@media only screen and (max-width: 991px) {
    section.contact-page .contact-form .corner_box {
        width: 50px;
        height: 50px;
    }

    section.contact-page .contact-form .red_box {
        right: 50px;
    }

    section.contact-page .contact-form .blue_box {
        top: 50px;
    }

    section.contact-page .contact-form .contact-form_content-box {
        max-width: 85%;
    }

    section.contact-page .contact-form .address-box {
        right: 50px;
        padding: 0 0 0 25px;
    }

    section.contact-page .contact-form .address-box .address-title {
        font-size: 16px;
    }

    section.contact-page .contact-form .address-box .address {
        font-size: 14px;
    }

    section.contact-page .contact-form .corner_box svg {
        width: 16px;
        height: 20px;
    }

    section.contact-page .contact-form .contact-form_content-box h1 {
        margin: 0px 0 60px;
        font-size: 38px;
    }

}

@media only screen and (max-width: 767px) {
    section.contact-page .contact-form-wrapper {
        padding: 0 20px;
    }

    section.contact-page .contact-form .contact-form_content-box {
        max-width: 100%;
    }

    section.contact-page .contact-form .contact-form_content-box {
        padding: 20px 20px 96px;
    }

    section.contact-page .contact-form .contact-form_content-box h1 {
        font-size: 32px;
        margin-bottom: 40px;
        max-width: 70%;
    }

    section.contact-page .contact-form .location-box .corner_box {
        width: 56px;
        height: 56px;
    }

    section.contact-page .contact-form .location-box .corner_box.address-box {
        right: 56px;
    }

    section.contact-page .contact-form .location-box:hover .address-box {
        width: calc(100% - 40px);
        padding-left: 16px;
    }

    section.contact-page .wpcf7-form .wpcf7-form-control-wrap {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 56px;
    }

    section.contact-page .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text,
    section.contact-page .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea,
    section.contact-page .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text::placeholder,
    section.contact-page .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea::placeholder {
        font-size: 14px;
        width: 100%;
    }

    section.contact-page .contact-form .corner_box {
        width: 32px;
        height: 32px;
    }

    section.contact-page .contact-form .red_box {
        right: 32px;
    }

    section.contact-page .contact-form .blue_box {
        top: 32px;
    }

    section.contact-page {
        margin: 143px 0 60px;
    }

    .button_style_1 .title {
        padding: 11px 15px;
    }

    #map {
        height: 518px !important;
    }

    section.contact-page .wpcf7-form .button_style_1 .title {
        font-size: 12px;
    }

    section.contact-page .wpcf7-form .button_style_1 .icon {
        padding: 13px 18px;
    }
}

@media only screen and (max-width: 576px) {
    section.contact-page .contact-form .contact-form_content-box h1 {
        font-size: 24px;
    }

    section.contact-page .contact-form .contact-form_content-box {
        padding: 20px 8px 96px;
    }

    section.contact-page .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text,
    section.contact-page .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea,
    section.contact-page .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text::placeholder,
    section.contact-page .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea::placeholder {
        font-size: 12px;
    }

    section.contact-page .contact-form .address-box .address-title {
        font-size: 12px;
    }

    section.contact-page .contact-form .address-box .address {
        font-size: 10px;
    }

    section.contact-page .button_section .mandatory_field__p {
        font-size: 10px;
    }

    section.contact-page .contact-form .location-box .corner_box.address-box {
        right: 40px;
    }

    section.contact-page .contact-form .location-box .corner_box {
        width: 40px;
        height: 40px;
    }
}