.contact_box {
    width: 100%;
    padding: calc(17px + 5rem) 0;
}

.contact {
    max-width: 1268px;
    width: 85%;
    margin: auto;
}

.contact_main {
    display: flex;
    justify-content: space-between;
    margin-top: calc(10px + 4rem);
}

.contact_main_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(3px + 2rem);
}

.contact_item {
    display: flex;
    justify-content: flex-start;
    gap: calc(8px + 1rem);
}
.contact_item .contact_item_icon{
    width: calc(10px + 2rem);
    height: calc(10px + 2rem);
}
.contact_item .contact_item_icon img{
    width: 100%;
    height: 100%;
}

.contact_item_text {
    width: calc(12px + 20rem);
}

.contact_item_text .p1 {
    font-family: Roboto_Regular;
    font-weight: 400;
    font-size: calc(4px + 1rem);
    color: #000000;
    line-height: calc(8px + 1rem);
}

.contact_item_text .p2 {
    font-family: Roboto_Regular;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: calc(10px + 1rem);
    text-align: left;
    margin-top: calc(3px + 0.25rem);
}

.contact_message {
    width: 49.6845%;
}

.contact_message label {
    display: none;
}

.contact_message .form-group {
    width: 47.619% !important;
    height: calc(14px + 2rem) !important;
    background: #F5F5F5;
    border-radius: calc(80px + 5rem);
}

.contact_message .form-group input {
    width: 100% !important;
    height: calc(14px + 2rem);
    background-color: transparent;
    border: none;
    outline: medium;
    padding: 0 calc(3px + 1rem);
    font-size: calc(4px + 0.5rem);
    font-family: Roboto_Regular;
}

.contact_message .fc-form-body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: calc(5px + 1rem);
}

.contact_message .form-group:nth-of-type(3) {
    width: 100% !important;
    height: calc(20px + 10rem) !important;
    background: #F5F5F5;
    border-radius: calc(10px + 1rem);
}

.contact_message .form-group:nth-of-type(3) textarea {
    width: 100% !important;
    height: calc(14px + 2rem);
    background-color: transparent;
    border: none;
    outline: medium;
    font-size: calc(4px + 0.5rem);
    font-family: Roboto_Regular;
    padding: calc(1px + 1rem) calc(3px + 1rem);
}

.map_box {
    width: 100%;
    height: calc(127px + 20rem);
}
@media screen and (max-width: 1100px){
    .contact_main{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .contact_item .contact_item_icon {
        width: calc(22px + 2rem);
        height: calc(22px + 2rem);
    }
    .contact_item_text{
        width: 90%;
    }
    .contact_item_text .p1{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .contact_item_text .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .contact_message{
        width: 100%;
    }
    .contact_message .form-group {
        width: 100% !important;
        height: calc(22px + 2rem) !important;
        
    }
    .contact_message .form-group input {
        width: 100% !important;
        height: calc(22px + 2rem);
      font-size: calc(10px + 1rem);
    }
    .contact_message .form-group:nth-of-type(3) textarea{
        font-size: calc(10px + 1rem);
    }
    .contact_message .form-group:nth-of-type(3) {
        width: 100% !important;
        height: calc(20px + 20rem) !important;
        background: #F5F5F5;
        border-radius: calc(10px + 1rem);
    }
}