.lbanner-box {
    display: none !important;
}


.web_main {
    margin-top: 5%;
}

.contact_title {
    margin-bottom: 5%;
}

.contact_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 40px;
    color: #333333;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
}

.contact_wrap {
    width: 100%;
    justify-content: space-between !important;
    align-items: flex-start;
}

.contact_wrap .contact_left {
    width: 48%;
}


.contact_wrap .contact_left .info_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 30px;
    color: #005BAC;
}


.contact_wrap .contact_left .info_txt {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 2%;
    margin-bottom: 3%;
}

.contact_wrap .contact_left .info_list {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contact_wrap .contact_left .info_item {
    width: 48%;
    margin-right: 15px;
    margin-bottom: 20px;
    justify-content: flex-start;
    /* align-items: center; */
    margin-bottom: 7%;
}

.contact_wrap .contact_left .info_item:nth-child(2n) {
    margin-right: 0;
}

.contact_wrap .contact_left .info_item:last-child {
    width: 100% !important;
}

.contact_wrap .contact_left .info_item .info_icon {
    width: 37px;
    height: 37px;
    object-fit: cover;
    margin-right: 12px;
}

.contact_wrap .contact_left .info_item .info_text {
    width: calc(100% - 45px);
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 2px;
}
.contact_wrap .contact_left .info_item .info_text p{
    margin-bottom: 5px;
}
.contact_wrap .contact_left .info_item .info_text ul li{
    margin-bottom: 5px;
}
.contact_wrap .contact_left .info_item .info_text a {
    display: inline-block;
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 2px;
}

.contact_wrap .contact_left .info_item .info_text a:hover {
    color: #005BAC;
}

.contact_wrap .contact_right {
    width: 48%;
}

.contact_wrap .contact_right .form_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 30px;
    color: #333333;
}

.contact_wrap .contact_right .form_txt {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.contact_wrap .contact_right .form_box form {
    width: 100%;
}

.contact_wrap .contact_right .form_box form input {
    background: transparent;
    border: none;
    height: 50px;
    border-bottom: 1px solid #333333;
    font-size: 18px;
    padding-left: 12px;
}

.contact_wrap .contact_right .form_box ul li {
    position: relative;
    margin-top: 5%;
}

.contact_wrap .contact_right .form_box ul li::before {
    content: '*' !important;
    color: red;
    position: absolute;
    left: 0;
    top: 1.1em;
}

.contact_wrap .contact_right .form_box ul li:last-child::before {
    content: '' !important;
}

.contact_wrap .contact_right .form_box form input::placeholder {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #333333;
}

.contact_wrap .contact_right .form_box .input_top {
    width: 100%;
    justify-content: space-between;
}

.contact_wrap .contact_right .form_box .input_top li {
    width: 45%;
}

.contact_wrap .contact_right .form_box .input_top li input {
    width: 100%;
}

.contact_wrap .contact_right .form_box li input {
    width: 100%;
}

.contact_wrap .contact_right .form_box .item_message {
    width: 100%;
    margin-top: 5%;
}

.contact_wrap .contact_right .form_box .item_message textarea {
    width: 100%;
    height: 150px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #333333;
    padding-left: 12px;
    font-size: 18px;
}

.contact_wrap .contact_right .form_box .item_message textarea::placeholder {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #333333;
}

.contact_wrap .contact_right .form_box ul .item_message::before {
    top: .1em;
}

.contact_wrap .contact_right .form_box .item_submit {
    margin-top: 7%;
}

.contact_wrap .contact_right .form_box .submit_btn {
    width: 150px;
    display: block;
    background-color: #005BAC;
    border: 2px solid #005BAC;
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px 0;
    margin-right: 20px;
    transition: all 0.5s ease;
}

.contact_wrap .contact_right .form_box .submit_btn:hover {
    background-color: transparent;
    color: #005BAC;
}

.contact_map {
    height: 530px;
    position: relative;
    z-index: 99;
}

@media (max-width:1200px) {
    .contact_map {
        height: 415px;
    }

}

.contact_map .contact_wrap {
    margin-top: 5%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 45%;
}
.contact_map .contact_wrap iframe{
    width: 100%;
    height: 500px;
}
.contact_map .contact_wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

@media (max-width:950px) {
    .web_main {
        margin-top: 8%;
    }

    .contact_title {
        font-size: 30px;
        line-height: 35px;
    }

    .contact_wrap {
        flex-direction: column;
    }

    .contact_wrap .contact_left {
        width: 100%;
        padding: 0;
    }

    .contact_wrap .contact_right {
        width: 100%;
        padding: 0;
    }

    .contact_wrap .contact_left .info_txt {
        margin: 5% 0;
    }

    .contact_wrap .contact_right .form_txt {
        margin: 5% 0;

    }

    .contact_map {
        height: auto;
        margin: 8% 0;
    }
}

@media (max-width:600px) {
    .contact_wrap .contact_left .info_list{
        flex-direction: column;
    }
    .contact_wrap .contact_left .info_list li{
        width: 100%;
    }
}