/* .lbannerBox{
    background-size: 100% 100% !important;
} */
.path_bar {
    margin-top: 10%;
}

.path_bar li:last-child {
    color: #fff;
    text-decoration: underline;
}

.contact_box {
    justify-content: space-between;
}

.contact_left {
    width: 71%;
}

.contact_title {
    font-family: Futura Std-Medium;
    font-weight: 500;
    font-size: 36px;
    color: #008CD6;
}

.contact_text,
.contact_text a {
    font-family: Futura Std-Book;
    font-weight: normal;
    font-size: 18px;
    color: #008CD6;
}

.contact_text a:hover {
    text-decoration: underline;
}

.contact_address {
    margin: 20px 0;
    padding: 20px 0;
    display: inline-block;
    border-top: 1px solid rgba(0, 140, 214, 0.3);
    border-bottom: 1px solid rgba(0, 140, 214, 0.3);
}

.contact_email {
    display: flex;
    line-height: 2;
}

.contact_tel {
    margin: 20px 0;
}

.contact_text2 {
    font-family: Futura Std-Medium;
    font-weight: 500;
    font-size: 20px;
    color: #008CD6;
}

.contact_right {
    width: 14%;
}

.contact_right img {
    width: 100%;
    margin-bottom: 30px;
}

.contact_right .contact_text,
.contact_right .contact_text a {
    font-size: 16px;
    text-align: center;
}

.contact_box2 {
    margin: 5% auto;
}

.contact_box2 iframe {
    width: 100% !important;
    height: 650px !important;
}

.contact_form_box {
    position: relative;
    z-index: 1;
    margin-top: -100px;
    padding: 12.8% 0;
}

.contact_form_title {
    font-family: Futura Std-Medium;
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    text-transform: capitalize;
}

.contact_form_desc {
    font-family: Futura Std-Book;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 15px;
}

.contact_form_left {
    width: 40.5%;
}

.contact_form_div {
    position: absolute;
    right: 12.7%;
    bottom: 0;
    padding: 3.5% 4%;
    background: #008CD6;
    width: 37%;
}

.contact_form_title2 {
    font-family: Futura Std-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
}

.contact_form2 ul input {
    border: 0;
    background: none;
    width: 100%;
    font-family: Futura Std-Medium;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 0;
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #D9D9D9;

}

.contact_form2 ul input::placeholder {
    color: rgba(255, 255, 255, .5);
}

.contact_form2 ul li {
    padding-top: 40px;
    font-family: Futura Std-Medium;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.contact_form .hover_btn {
    border-radius: 10px 0 10px 0;
    background: #FFFFFF;
    color: #008CD6;
    width: auto !important;
    padding: 0 30px !important;
    margin: 50px 0 0 !important;
    border: 0;
    height: 43px;
    font-family: Futura Std-Medium;
    font-weight: 500;
    font-size: 16px;
    transition: all .3s ease;
}

.contact_form .hover_btn:hover {
    transform: translateY(-10px);
}

.contact_box3::after {
    display: none;
}

.contact_box3 {
    padding-bottom: 8%;
    justify-content: space-between;
}

.contact_box3_left {
    width: 50%;
}

.contact_box3_tit {
    font-family: Futura Std-Medium;
    font-size: 50px;
    color: #008CD6;
    position: relative;
    line-height: 1.2;
}

.contact_box3_tit::after {
    content: '';
    display: inline-block;
    width: 278px;
    height: 14px;
    background: rgba(0, 140, 214, 0.4);
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: -1;
}

.contact_box3_desc {
    font-family: Futura Std-Book;
    font-weight: normal;
    font-size: 16px;
    color: #999999;
    margin: 50px 0;
}

.contact_box3_num {
    padding-right: 10%;
    justify-content: space-between;
}

.contact_box3_num_top {
    font-family: Futura Std-Heavy;
    font-weight: 800;
    font-size: 26px;
    color: #008CD6;
}

.contact_box3_num_top span {
    font-size: 50px;
}

.contact_box3_num_bottom {
    font-family: Futura Std-Medium;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #008CD6;
}

.contact_box3_link {
    margin-top: 50px;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 50px;
    font-family: Futura Std-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    background: #008CD6;
    box-shadow: 0px 2px 10px 0px #008CD6;
}

.contact_box3_link:hover {
    transform: translate(-10px);
    color: #fff;
}

.contact_box3_right {
    width: 43.1%;
}

.contact_box3_right .imgBox {
    padding-bottom: 89.5%;
}

.footer_box {
    margin-top: 0;
}

@media only screen and (max-width:950px) {
    .contact_left {
        width: 100%;
    }

    .contact_right {
        width: 100%;
        margin-top: 30px;
    }

    .contact_box {
        flex-wrap: wrap;
    }

    .contact_title {
        font-size: 26px;
    }

    .contact_box3_left {
        width: 100%;
    }

    .contact_box3_right {
        width: 100%;
        margin-top: 30px;
    }

    .contact_box3 {
        flex-wrap: wrap;
    }

    .contact_box3_tit {
        font-size: 30px;
    }

    .contact_box3_num {
        padding-right: 0;
    }

    .contact_box3_num_top span {
        font-size: 30px;
    }

    .contact_box3_desc {
        margin: 20px 0;
    }

    .contact_box3_num_div {
        width: 49%;
        margin-bottom: 20px;
    }

    .contact_box3_num .contact_box3_num_div:last-child {
        margin-bottom: 0;
    }

    .contact_box3_num {
        flex-wrap: wrap;
    }

    .contact_box3_link {
        margin-top: 30px;
    }

    .contact_form_box {
        background-repeat: no-repeat;
    }

    .contact_form_div {
        position: relative;
        right: auto;
        bottom: auto;
        width: 94%;
        margin: 30px auto 0;
    }

    .contact_form_left {
        width: 100%;
    }
}