.header_box {
    position: static !important;
}

.two_contact_box {
    width: 100%;
    padding-top: calc(8px + 4rem);
    padding-bottom: calc(19px + 4rem);
}

.two_contact {
    max-width: 1396px;
    width: 85%;
    margin: auto;
}

.two_contact_title {
    font-family: BOOKOS;
    font-weight: 300;
    font-size: calc(6px + 1.5rem);
    color: #E60013;
    line-height: calc(2px + 2rem);
    text-align: center;
    font-style: normal;
    margin-bottom: calc(1px + 1.5rem);
}

.two_contact_main {
    display: flex;
    justify-content: space-between;
    margin-top: calc(15px + 3rem);
}

.two_contact_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(4px + 4rem);
}

.two_contact_left_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(8px + 1rem);
}

.two_contact_left_item .two_contact_left_item_icon {
    width: calc(10px + 2rem);
}

.two_contact_left_item .two_contact_left_item_icon img {
    width: 100%;
}

.two_contact_left_item_text .p1 {
    font-family: BOOKOS;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: calc(9px + 0.5rem);
}

.two_contact_left_item_text .p2 {
    font-family: BOOKOS;
    font-weight: 300;
    font-size: calc(2px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 1rem);
    margin-top: calc(2px + 0.25rem);
}

.two_contact_right {
    width: 62.3209%;
}

label {
    display: none;
}

.two_contact_right .fc-form-body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: calc(7px + 1rem);
}

.two_contact_right .form-group {
    width: 48.2758%;
}

.two_contact_right .form-group input {
    width: 100% !important;
    height: calc(2px + 3rem);
    background-color: #ffffff;
    border: 1px solid #D8D8D8;
    outline: medium;
    font-family: BOOKOS;
    font-weight: 300;
    font-size: calc(4px + 0.5rem);
    color: #666666;
    padding: 0 calc(10px + 0.5rem);
}

.two_contact_right .form-group:nth-of-type(3) {
    width: 100%;
}

.two_contact_right .form-group:nth-of-type(3) textarea {
    height: calc(86px + 5rem) !important;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    font-family: BOOKOS;
    font-weight: 300;
    font-size: calc(4px + 0.5rem);
    color: #666666;
    padding: calc(10px + 0.5rem);
}

.two_contact_map {
    width: 100%;
    height: calc(40px + 20rem);
    margin-top: calc(19px + 4rem);
}

@media (max-width: 1100px) {
    .two_contact_title {
        font-size: calc(12px + 1rem);
    }

    .two_contact_main {
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }

    .two_contact_left_item_text .p1 {
        font-size: calc(12px + 1rem);
    }

    .two_contact_left_item_text .p2 {
        width: calc(60px + 50rem) !important;
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }

    .two_contact_left_item .two_contact_left_item_icon {
        width: calc(25px + 2rem);
    }

    .two_contact_right {
        width: 100%;
    }

    .two_contact_right .form-group input {
        width: 100% !important;
        height: calc(2px + 9rem);
        font-size: calc(10px + 1rem);
    }

    .two_contact_right .form-group:nth-of-type(3) textarea {
        font-size: calc(10px + 1rem);
    }

    .two_contact_right .form-group {
        width: 100%;
    }
}