.service_box {
    width: 100%;
    padding-top: calc(13px + 5rem);
    padding-bottom: calc(83px + 5rem);
}

.service {
    max-width: 1450px;
    width: 85%;
    margin: auto;
}

.service_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service_item_pic {
    width: 46.8966%;
    height: calc(117px + 30rem);
}

.service_item_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service_item_con {
    width: 46.8966%;
}

.service_item_con .p1 {
    font-family: Roboto_Bold;
    font-weight: 600;
    font-size: calc(8px + 2rem);
    color: #000000;
    line-height: calc(20px + 3rem);
    letter-spacing: calc(0px + 0.1rem);
    text-align: left;
    text-transform: uppercase;
}

.service_item_con .p2 {
    font-family: Roboto_Regular;
    font-weight: 400;
    font-size: calc(10px + 0.5rem);
    color: #000000;
    line-height: calc(10px + 1.5rem);
    letter-spacing: 1px;
    text-align: left;
    margin-top: calc(7px + 0.5rem);
}

.service_item_con .p3 {
    font-family: Roboto_Regular;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: calc(2px + 1.5rem);
    text-align: justify;
    margin-top: calc(5px + 0.5rem);
}

.service_content_box {
    width: 100%;
    padding-bottom: calc(35px + 5rem);
}

.service_content {
    max-width: 1640px;
    width: 85%;
    margin: auto;
}

.service_content_title {
    font-family: Roboto_Bold;
    font-weight: 600;
    font-size: calc(8px + 2rem);
    color: #000000;
    line-height: calc(20px + 3rem);
    letter-spacing: calc(0px + 0.1rem);
    text-align: center;
    text-transform: uppercase;
}

.service_content_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(40px + 5rem);
    margin-top: calc(8px + 3rem);
}

.service_content_nav_item {
    font-family: Roboto_Regular;
    font-weight: 400;
    font-size: calc(10px + 0.5rem);
    color: #000000;
    line-height: calc(3px + 1rem);
    text-align: left;
    cursor: pointer;
}

.service_content_nav_item_act {
    color: #521FEA;
    text-decoration-line: underline;
}

.service_content_con {
    height: calc(130px + 20rem);
    margin-top: calc(15px + 2rem);
    position: relative;
}

.service_content_card {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(2px + 4rem);
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: #ffffff;
    opacity: .3s;
}

.service_content_card:nth-of-type(1) {
    z-index: 2;
}

.service_content_card_pic {
    width: 50%;
    height: 100%;
}

.service_content_card_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service_content_card_text {
    width: 39.939%;
}

.service_content_card_text .p1 {
    font-family: Roboto_Regular;
    font-weight: 400;
    font-size: calc(4px + 1rem);
    color: #000000;
    line-height: calc(10px + 1.5rem);
    letter-spacing: 1px;
    text-align: left;
}

.service_content_card_text .p2 {
    font-family: Roboto_Regular;
    font-weight: 300;
    font-size: calc(8px + 0.5rem);
    color: #333333;
    line-height: calc(10px + 1.5rem);
    text-align: justify;
    margin-top: calc(6px + 0.5rem);
}

.contact_box {
    width: 100%;
    background: url(../images/con_bg.jpg) no-repeat;
    background-size: cover;
    padding-top: calc(10px + 5rem);
    padding-bottom: calc(30px + 5rem);
}

.contact {
    max-width: 1640px;
    width: 85%;
    margin: auto;

}

.contact_message {
    width: 38.8888%;

}

.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);
}

@media screen and (max-width: 1100px) {
    .service_item {
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }

    .service_item_pic {
        width: 100%;
    }

    .service_item_con {
        width: 100%;
    }

    .service_item_con .p1 {
        font-size: calc(16px + 1rem);
        line-height: 1.5;
    }

    .service_item_con .p2 {
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }

    .service_item_con .p3 {
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }

    .service_content_nav_item {
        width: 40%;
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }

    .service_content_nav {
        justify-content: space-between;
        flex-wrap: wrap;
        gap: calc(10px + 1rem);
        align-items: flex-start;
    }

    .service_content_card {
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }

    .service_content_card_pic {
        width: 100%;
        height: auto;
    }

    .service_content_con {
        height: calc(130px + 101rem);
    }

    .service_content_card_text {
        width: 100%;
    }

    .service_content_card_text .p1 {
        font-size: calc(12px + 1rem);
    }

    .service_content_card_text .p2 {
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }

    .contact_box {
        background: none;
    }

    .contact_message {
        width: 100%;
    }

    .contact_message .form-group {
        width: 100% !important;
        height: calc(26px + 2rem) !important;

    }

    .contact_message .form-group input {

        height: calc(26px + 2rem);
        font-size: calc(10px + 1rem);
    }

    .contact_message .form-group:nth-of-type(3) textarea {
        font-size: calc(10px + 1rem);
    }
}