.lbox {
    margin-top: -5%;
    background: #232323;
}

.con_top_div {
    margin-bottom: 5%;
}

.con_top_small {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #006ed0;
}

.con_top_desc {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #CCCCCC;
    margin: 20px 0;
}

.con_top_box {
    justify-content: space-between;
}

.con_div {
    width: 31.7%;
    background: rgba(66, 65, 69, .8);
    border-radius: 10px;
    padding: 30px 20px;
}

.con_div_title {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.con_div_bottom img {
    width: 28px;
    margin-right: 15px;
}

.con_div_bottom a {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.7;
}

.con_div_bottom a:hover {
    color: #006ed0;
    opacity: 1;
}

.con_form_big {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 45px;
    color: #FFFFFF;
    margin: 10px 0;
}

.con_form_desc {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}
.con_form_box{
    padding-bottom: 70px;
}
.con_form_box .com_form {
    text-align: center;
}

.con_form_box .com_form ul {
    margin: 20px 0 50px;
}

.con_form_box .com_form li {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 15px;
    position: relative;
    background: rgba(248, 248, 248, .8);
}

.con_form_box .com_form li input,
.con_form_box .com_form li textarea {
    border: 0;
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    background: none;
    width: 100% !important;
}

.con_form_box .com_form li input::placeholder,
.con_form_box .com_form li textarea::placeholder {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
}

.con_form_box .com_form li::after {
    content: '*';
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    color: red;
}

.con_form_box .hover_btn {
    width: 201px;
    height: 54px;
    background: #006ed0;
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    border: 0;
    margin: 0;
    border: 1px solid #006ed0;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.con_form_box .hover_btn:hover {
    background: none;
    color: #006ed0;
}

.con_map_div iframe {
    width: 100% !important;
    height: 730px !important;
}

@media only screen and (max-width: 950px) {
     .lbox {
        padding-top: 30px;
    }
    .con_top_box{
        flex-wrap: wrap;
    }
    .con_div{
        width: 100%;
        margin-bottom: 20px;
    }
    .con_form_big{
        font-size: 30px;
    }
}