.lbanner {
    background: #fff;
}

.lbox {
    padding-top: 5%;
}

.contact_top_box {
    background: #FFFFFF;
    border-radius: 17px;
    display: flex;
    overflow: hidden;
    margin-bottom: 5%;
}

.contact_top_left {
    padding: 30px 45px 100px;
    width: 50%;
}

.contact_top_right {
    width: 50%;
}

.contact_top_right iframe {
    width: 100% !important;
    height: 100% !important;
}

.contact_title {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 40px;
    color: #333333;
    text-align: center;
}

.contact_top_left .contact_title {
    text-align: left;
    padding-bottom: 15px;
    position: relative;
}

.contact_top_left .contact_title::after {
    width: 60px;
    height: 2px;
    background: rgba(23, 83, 64, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: inline-block;
}

.contact_name {
    font-family: Lato-Regular;
    font-weight: 600;
    font-size: 24px;
    margin: 20px 0 40px;
    color: #666666;
}

.contact_top_div {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
}

.contact_top_div img {
    width: 24px;
    margin-right: 23px;
    flex-shrink: 0;
    margin-top: 6px;
}

.contact_top_main {
    flex: 1;
}

.contact_top_t {
    font-family: Lato-Regular;
    font-weight: 600;
    font-size: 24px;
    color: #666666;
}

.contact_top_d {
    margin-top: 5px;
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #B7B7B7;
}

.contact_top_d2 {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #666666;
}

.contact_top_d2 a {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #B7B7B7;
}

.contact_top_d2 a:hover {
    color: #F08F11;
}

.contact_top_d2 div {
    margin-top: 7px;
}

.contact_form {
    padding: 45px;
    background: #FFFFFF;
    border-radius: 17px 17px 17px 17px;
}

.contact_desc {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #666666;
    margin-top: 10px;
}

.contact_form_div ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_form_div ul li {
    margin-top: 30px;
}

.contact_form_div ul li {
    width: calc((100% - 16px) / 2);
}

.contact_form_div ul li:nth-child(n+3) {
    width: 100%;
}

.contact_form_div ul li p {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #999999;
    padding: 0 10px;
}

.contact_form_div ul li input {
    height: 41px;
    width: 100%;
    margin-top: 7px;
    padding: 0 15px;
    border: 1px solid #999999;
}


.contact_form_div ul li textarea {
    width: 100%;
    resize: none;
    height: 128px;
    margin-top: 7px;
    padding: 15px;
}

.contact_form_div div {
    text-align: center;
}

.contact_form_div .hover_btn {
    width: 169px !important;
    text-align: center;
    line-height: 48px;
    height: 48px !important;
    background: #F08F11;
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 18px;
    border: 0;
    color: #FFFFFF;
    margin: 30px auto 0 !important;
}

.contact_form_div .hover_btn:hover{
    transform: translateY(-10px);
}

@media only screen and (max-width: 950px) {
    .contact_title{
        font-size: 30px;
    }

    .contact_top_left{
        padding: 20px;
        width: 100%;
    }

    .contact_top_right{
        width: 100%;
    }

    .contact_top_box{
        flex-wrap: wrap;
    }

    .contact_form{
        padding: 20px;
    }

    .contact_form_div ul li{
        width: 100%;
    }
}