.contact_main {
    justify-content: space-between;
}

.contact_main_left {
    width: 43%;
    background: #171717;
    padding: 50px 60px;
}

.contact_main_btn {
    display: inline-block;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    padding: 0 30px;
    color: #171717;
    background: #E85407;
    height: 43px;
    line-height: 43px;
    margin-bottom: 25px;
}

.contact_main_btn:hover {
    color: #171717 !important;
    opacity: .8;
}

.contact_main_title {
    font-family: Syne-Bold;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
}

.contact_main_title1 {
    margin-top: 10px;
}

.contact_main_desc {
    margin-top: 20px;
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #E5E5E5;
}

.contact_left_div_s {
    margin-top: 30px;
    display: flex;
}

.contact_left_div_s_img {
    width: 16px;
    margin-right: 10px;
}

.contact_left_div_s_img img {
    max-width: 100%;
}

.contact_left_div_s_title {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #979797;
}

.contact_left_div_s_a {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #E5E5E5;
    margin-top: 10px;
}

.contact_main_right {
    width: 51%;
}

.contact_main_title2 {
    font-family: Syne-Bold;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
}

.contact_main_desc2 {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
}

.contact_main_form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact_main_form ul li:nth-child(1),
.contact_main_form ul li:nth-child(2) {
    width: 49%;
}

.contact_main_form ul li {
    width: 100%;
    position: relative;
    padding: 40px 0 20px;
    border-bottom: 1px solid #E5E5E5;
}

.contact_main_form ul li input,
.contact_main_form ul li textarea {
    width: 100%;
    border: 0;
    resize: none;
}

.contact_main_form ul li input::placeholder,
.contact_main_form ul li textarea::placeholder {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.contact_main_form ul li textarea {
    height: 100px;
}

.contact_main_form ul li::after {
    content: '*';
    color: red;
    position: absolute;
    left: -10px;
    top: 43px;
}

.hover_btn {
    margin: 90px 0 0 !important;
    background: #E85407;
    display: inline-block;
    width: 152px !important;
    height: 43px !important;
    text-align: center;
    line-height: 43px;
    border: 0;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.hover_btn:hover{
    opacity: .8;
}

.contact_map iframe{
    display: block;
    margin-top: 5%;
    width: 100% !important;
    height: 800px !important;
}

.lbox{
    margin-bottom: 0;
}

@media only screen and (max-width: 950px) {
    .contact_main{
        flex-wrap: wrap;
    }
    .contact_main_left{
        width: 100%;
        padding: 20px;
        margin-bottom: 30px;
    }

    .contact_main_right{
        padding: 0 15px;
        width: 100%;
    }
}