.lbanner_text {
    display: none;
}

.con_top {
    justify-content: space-between;
}

.con_top_left {
    width: 46%;
}

.con_top_left .imgBox {
    padding-bottom: 65%;
}

.con_top_right {
    width: 49%;
}

.con_top_right_t {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}

.con_top_right_t2 {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 29px;
    color: #000000;
    margin: 35px 0;
}

.con_top_right_b {
    text-transform: capitalize;
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    display: inline-block;
    padding: 0 22px;
    line-height: 50px;
    background: #D9D9D9;
}

.con_center {
    margin: 5% 0;
    align-items: flex-start;
    justify-content: space-between;
}

.con_center_div {
    max-width: 300px;
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    display: flex;
    align-items: flex-start;
}

.con_center_div a {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.con_center_div img {
    width: 26px;
    margin-right: 20px;
    flex-shrink: 0;
}

.con_center_t {
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
}


.con_center_div a:hover {
    color: #470125;
}

.con_form {
    border-top: 1px solid #D9D9D9;
    padding: 5% 0;
}

.con_form_t {
    text-align: center;
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 30px;
    color: #000000;
}

.con_form_d {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin: 10px 0 25px;
}

.con_form .com_form {
    max-width: 944px;
    margin: 0 auto;
}

.con_form .com_form ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.con_form .com_form ul li {
    width: 100%;
    padding: 10px 12px;
    margin-top: 25px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #D9D9D9;
}

.con_form .com_form ul li:nth-child(1),
.con_form .com_form ul li:nth-child(2) {
    width: 49%;
}

.con_form .com_form ul li input,
.con_form .com_form ul li textarea {
    border: 0;
    background: none;
    width: 100%;
    height: 100%;
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
}

.con_form .com_form ul li textarea {
    resize: none;
}

.com_form div {
    text-align: center;
}

.hover_btn {
    width: auto !important;
    height: 50px !important;
    background: #470125;
    display: inline-block;
    line-height: 50px;
    padding: 0 50px;
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    margin: 25px auto 0 !important;
}

.hover_btn:hover {
    letter-spacing: 1px;
    opacity: .8;
}

.con_map_div iframe {
    display: block;
    width: 100%;
    height: 590px !important;
}

.lbox{
    margin-bottom: 0;
}

@media only screen and (max-width: 950px) {
    .con_top{
        flex-wrap: wrap;
    }

    .con_top_left{
        width: 100%;
        margin-bottom: 20px;
    }

    .con_top_right{
        width: 100%;
    }

    .con_top_right_t2{
        font-size: 20px;
        margin: 15px 0;
    }

    .con_center_div{
        max-width: unset;
        width: 100%;
        margin-top: 20px;
    }

    .con_center{
        flex-wrap: wrap;
    }
}