.contact_section .breadcrumb_box {
    padding: 10px 0;
    color: inherit;
    opacity: .75;
}
.contact_section .breadcrumb_box a,
.contact_section .breadcrumb_box span {
    display: inline-block;
    padding: 0 7px 0 0;
    margin-right: 7px;
    color: #333;
}

.contact_section .breadcrumb_box a:hover {
    color: #00A5DB;
}
/*----------------------- // ----------------------- */
.mess_alert{
    font-size: 0.9rem;
    font-style: italic;
}
#sendContact
{
    outline: none !important;
}
.contact_section .title{
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2rem;
}
.contact_section .icon_logo{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -22px;
    left: 0px;
    z-index: 9;
}
.contact_section .icon_logo img{
    border-radius: 100%;
}
.contact_section .body_content .info_contact{

}
.contact_section .body_content .info_contact{
    margin: 1rem 0;
}
.contact_section .body_content .info_contact .title{
    color: #00A5DB;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.5rem;
    padding-bottom: 10px;
}
.contact_section .body_content .info_contact ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact_section .body_content .info_contact ul li{
    padding: 6px 0px;
    color: #7d7d7d;
}
.contact_section .body_content .info_contact ul li h4{
    font-size: 1.2rem;
    color: #1e1e1f;
}
.contact_section .body_content .info_contact ul li h4 i{
    margin-right: 10px;
}
.form_contact{
    padding: 0 0 3rem;
}
.form_contact .box{
    width: 90%;
    margin: auto;
}
.form_contact .box .title{
    font-weight: 500;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
} 
.form_contact .box .form .item{
    width: 100%;
    margin-bottom: 1.5rem;
}
.form_contact .box .form .item label{
    font-weight: 500;
    margin: 0 0 5px;
}
.form_contact .box .form .item input{
    width: 100%;
    height: 45px;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #FFF;
    padding-left: 15px;
    outline: none;
}
.form_contact .box .form .item textarea{
    width: 100%;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #FFF;
    padding: 10px 0px 0px 15px;
    outline: none;
}
.form_contact .box .form button {
    width: 200px;
    height: 50px;
    background-color: #00A5DB;
    margin: 25px auto 0;
    border-radius: 30px;
    border: none;
    color: #fff;
    display: block;
    font-weight: 500;
    cursor: pointer;
}
.form_contact .box .form button:hover {
    background-color: #00C9FF;
}

/*----------------------------------------------------------*/
.mess_alert
{
    margin-top: 5px;
    color: red;
    font-weight: 400;
}
#loading
{
    display: none;
}
.overplay
{
    position: fixed;
    background: #686767;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    top: 0;
    
}
#loading img 
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* width: 124px; */
    z-index: 200;
}
.box_overplay
{
    display: none;
}
.box_overplay .overplay_footer
{
    position: fixed;

    left: 0;
    top: 0;
    background: rgba(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.box_overplay #loading_footer
{
    display: block;
    width: 120px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1400;
}
.contact_section{
    background-color: #FFF;
}
#contact 
{
    padding: 24px;
}
#contact .wrap 
{
    margin: 0 auto;
}

#contact  .wrap .title
{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px solid #ced4da;
    height: 30px;    
}
#contact  .wrap .box_content #content
{
    width: 100%;
    border-radius: 3px;
  
    padding: 8px;
}
#contact  .btn_contact
{
    background-color: #42A644;
    color: #FFF;
    border-radius: 3px;
    padding: 6px 10px;
    border: none;
    width: 110px;
    font-weight: bold;
}
/*============== tutorial ==================== */
.box_tutorial .title{
    background: linear-gradient(30deg, #106BA4 10%, #0d5887 58%, #07466d 100%);
    color: #FFF;
    line-height: 35px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}
.box_tutorial ul{
    padding: 5px 0px 5px 25px;
    margin: 0px;
    border: 1px solid #ddd;
}
.box_tutorial ul li{
    list-style: square;
    padding: 3px 0px;
}
.box_tutorial ul li::marker {
  color: #0A4E79;
}
.box_tutorial ul li a{
    color: #333;
    font-weight: 500;
}
.box_tutorial ul li a:hover{
    color: #F00;
}
.info_contact ul li {
    width: 100%;
    display: flex;
    align-items: center;
}
.info_contact h2 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    position: relative;
    color: #00A5DB;
}
.info_contact ul li .info p{
    margin: 0 0 0 5px;
}
.info_contact ul li .info p a{
    font-weight: bold;
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .form_contact .box .title {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 668px) 
{
    .contact_section .body_content{
        margin-top: 0rem;
    }
    .form_contact .box {
        width: 90% !important;
    }
    .contact_section .body_content .info_contact {
        margin-bottom: 1.5rem;
    }
    .form_contact .box .title {
        font-size: 1.3rem;
    }
    .form_contact .box {
        width: 100% !important;
    }
}