.contact_box {
    width: 100%;
    padding-top: calc(50px + 5rem);
}

.contact {
    max-width: 1600px;
    width: 90%;
    margin: auto;
}

.contact_info_card {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: calc(10px + 1rem);
    margin-top: calc(10px + 2rem);
}

.contact_info_item {
    width: 23.4375%;
    background-color: #f6f6f6;
    border-radius: calc(5px + 0.5rem);
    padding: calc(10px + 1.5rem) calc(10px + 1rem);
}

.contact_info_item .p1 {
    font-size: calc(4px + 1rem);
    font-weight: 700;
    color: #333333;
    padding-bottom: calc(5px + 1.5rem);
    border-bottom: 1px #e6e6e6 solid;
}

.contact_info_item_text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(10px + 0.5rem);
    margin-top: calc(7px + 1rem);
}

.contact_info_item_text_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(10px + 0.5rem);
}

.contact_info_item_text_item .icon {
    width: calc(10px + 1.5rem);
    height: calc(10px + 1.5rem);
    border-radius: 50%;
    background-color: #175cb1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_info_item_text_item .icon img{
    width: calc(10px + 0.5rem);
}
.contact_info_item_text_item .p3 p:nth-of-type(1) {
    font-size: calc(8px + 0.5rem);
    font-weight: 700;
    color: #333333;
}

.contact_info_item_text_item .p3 p:nth-of-type(2) {
    font-size: calc(6px + 0.5rem);
    color: #666666;
}

.contact_info_item_ewm {
    display: flex;
    justify-content: center;
    gap: calc(20px + 0.5rem);
    margin-top: calc(10px + 2rem);
}

.contact_info_item_ewm_item img {
    width: calc(40px + 5rem);
    height: calc(40px + 5rem);
    object-fit: cover;
}

.contact_info_item_ewm p {
    font-size: calc(6px + 0.5rem);
    color: #666666;
    text-align: center;
    margin-top: calc(2px + 0.5rem);
}

.contact_map_box {
    width: 100%;
    margin-top: calc(10px + 4rem);
}

.contact_map {
    width: 100%;
    height: calc(200px + 20rem);
    position: relative;
}

.company_info {
    width: calc(100px + 20rem);
    border-radius: calc(5px + 1rem);
    background-color: #ffffff;
    height: calc(100px + 15rem);
    position: absolute;
    left: 7.5%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    padding: calc(10px + 2rem) calc(5px + 2rem);
}

.company_info .p1 {
    font-size: calc(2px + 1.5rem);
    color: #333333;
    font-weight: 700;
    padding-bottom: calc(5px + 2rem);
    border-bottom: 1px #e6e6e6 solid;
}

.company_info_text {
    margin-top: calc(5px + 1.5rem);
}
.company_info_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.company_info_item .p2 {
    width: calc(48px + 15rem);
}

.company_info_item .p2 p:nth-of-type(1) {
    font-size: calc(6px + 0.5rem);
    color: #999999;
}

.company_info_item .p2 p:nth-of-type(2) {
    font-size: calc(4px + 1rem);
    color: #333333;
    font-weight: 700;
    margin-top: calc(1px + 0.1rem);
}
.company_info_item img{
    width: calc(10px + 1.5rem);
}

.message_box{
    width: 100%;
    padding: calc(20px + 4rem) 0;
}
.messgae{
    max-width: 1600px;
    width: 90%;
    margin: auto;
}
.message_form{
    margin-top: calc(15px + 2rem);
}
.fc-form-body{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: calc(10px + 0.5rem);
}
.form-group label{
    font-size: calc(6px + 0.5rem);
    color: #333333;
    font-weight: 700;
}

.form-group{
    width: 49.5%;
   
}
.form-group .col-md-10{
    margin-top: calc(1px + 0.2rem);
}
.form-group input{
    width: 100% !important;
    height: calc(5px + 2rem) !important;
    border: none;
    background-color: #f6f6f6;
    outline: medium;
    border-radius: calc(1px + 0.25rem);
    font-size: calc(6px + 0.5rem);
    color: #333333;
    padding: 0 calc(5px + 0.5rem);
}
.form-group:nth-last-of-type(1){
    width: 100% !important;
}

.form-group:nth-last-of-type(1) textarea{
    width: 100% !important;
    height: calc(45px + 5rem) !important;
    border: none;
    background-color: #f6f6f6;
    outline: medium;
    border-radius: calc(1px + 0.25rem);
    font-size: calc(6px + 0.5rem);
    color: #333333;
    padding: calc(5px + 0.5rem);
}

.messgae .submit{
    width: calc(70px + 5rem);
    height: calc(20px + 2rem);
    border-radius: calc(5px + 0.5rem);
    background-color: #175cb1;
    margin: auto;
    margin-top: calc(5px + 0.5rem);
}
.messgae .submit a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: calc(6px + 0.5rem);
}

@media screen and (max-width: 1100px){
    .contact_info_item{
        width: 100%;
    }
    .contact_info_item .p1{
        font-size: calc(12px + 1rem);
    }
    .contact_info_item_text_item .p3 p:nth-of-type(1){
        font-size: calc(10px + 1rem);
    }
    .contact_info_item_text_item .p3 p:nth-of-type(2){
        font-size: calc(10px + 1rem);
    }
    .contact_info_item_ewm_item img {
        width: calc(40px + 15rem);
        height: calc(40px + 15rem);
        object-fit: cover;
    }
    .contact_info_item_ewm p{
        font-size: calc(10px + 1rem);
    }
    .contact_info_item_text_item .icon {
        width: calc(22px + 1.5rem);
        height: calc(22px + 1.5rem);
       
    }
    .company_info{
        display: none;
    }

    .form-group{
        width: 100%;
    }
    .form-group label{
        font-size: calc(10px + 1rem);
    }
    .form-group input {
     
        height: calc(28px + 2rem) !important;
        font-size: calc(10px + 1rem);
    }
    .form-group:nth-last-of-type(1) textarea {
       
        height: calc(45px + 18rem) !important;
      font-size: calc(10px + 1rem);
    }
    .messgae .submit a{
        font-size: calc(10px + 1rem);
    }
}