.detail_contact_box {
    padding: 100px 0;
}

.detail_contact_content {
    width: 40%;
}

.detail_contact_title {
    font-size: 44px;
    font-family: 'Cormorant-Garamond';
}

.detail_contact_content h3 {
    font-size: 22px;
    font-weight: 500;
}

.email_icon {
    width: 30px;
    height: 30px;
}

.contact_info {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.contact_info a {
    color: #000;
    display: block;
    margin-left: 10px;
    font-size: 18px;
}

.contact_info_box {
    margin-top: 20px;
}

.media_box {
    margin-top: 25px;
}

.input_box input {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    margin-top: 8px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    font-size: 18px;
    /* outline-color: #3f8676;
    outline-width: 0.5px; */
    outline: none;
    padding-left: 10px;
}

.input_box {
    margin-bottom: 20px;
}

.detail_contact_from {
    width: 50%;
}

.detail_contact_from form {
    width: 100%;
}

.detail_contact_from p {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 28px;
}

.input_box textarea {
    border: 1px solid #e5e5e5;
    width: 100%;
    margin-top: 8px;
    box-sizing: border-box;
    outline: none;
    font-size: 18px;
    padding-left: 10px;
    padding-top: 10px;
}

.detail_contact_container {
    display: flex;
}

.contact_form {
    margin-top: 20px;
}

.media_box img {
    width: 30px;
    height: 30px;
    margin-right: 13px;
    margin-top: 10px;
    cursor: pointer;
}

.form_item_box {
    display: flex;
}

.radio_group {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.form_item {
    width: 48%;
}

.el-form-item__label {
    font-size: 16px !important;
}

.el-radio__label {
    font-size: 18px !important;
}

.contact_button {
    margin-top: 20px;
}

.contact_info p {
    margin-left: 10px;
}

.map {
    width: 90%;
    margin-top: 20px;
    height: 555px;
    object-fit: cover;
}

.contact_form form textarea {
    font-family: 'Jost'!important;
}
.contact_hr{
    border: none;
    height: 2px;
    background-color: #949494;
    width: 100%;
    margin: 5px 0;
}
@media (max-width: 1100px) {
    .detail_contact_box {
        padding: 20px;
        display: block;
    }

    .detail_contact_container {
        display: block;
    }

    .detail_contact_title {
        font-size: 28px;
    }

    .detail_contact_content {
        width: 100%;
    }

    .detail_contact_from {
        width: 100%;
    }

    .media_box {
        margin-top: 15px;
    }

    .contact_info_box {
        margin-top: 15px;
    }

    .detail_contact_content h3 {
        font-size: 20px;
    }

    .detail_contact_from form {
        margin-top: 20px;
    }

    .map {
        width: 100%;
        margin-top: 20px;
        height: 300px;
        object-fit: cover;
    }

    .detail_contact_from h2 {
        font-size: 16px;
        font-weight: normal;
        margin-top: 10px;
    }

    .el-form-item {
        margin-bottom: 10px !important;
    }
}