.contact_section{
    --contact-accent: #ed7d31;
    --contact-accent-soft: #fff3e8;
}
.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: var(--contact-accent);
}
/*----------------------- // ----------------------- */
.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{
    margin: 0 0 2rem;
    padding: 28px 24px;
    border: 1px solid #eceff3;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}
.contact_section .body_content .info_contact .title_contact{
    color: #101828;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 8px;
}
.contact_section .body_content .info_contact .sub_title{
    color: #667085;
    font-size: 0.95rem;
    margin-bottom: 16px;
}
.contact_section .body_content .info_contact .contact_list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact_section .body_content .info_contact .contact_list li{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px dashed #e4e7ec;
}
.contact_section .body_content .info_contact .contact_list li:first-child{
    border-top: none;
    padding-top: 0;
}
.contact_section .body_content .info_contact .contact_list .label{
    color: #344054;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.contact_section .body_content .info_contact .contact_list .icon_contact{
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 10px;
    background: var(--contact-accent-soft);
    color: var(--contact-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.contact_section .body_content .info_contact .contact_list .icon_contact svg{
    width: 20px;
    height: 20px;
}
.contact_section .body_content .info_contact .contact_list .meta_contact{
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 1px;
}
.contact_section .body_content .info_contact .contact_list .value{
    color: #101828;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}
.contact_section .body_content .info_contact .social_contact{
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #eceff3;
}
.contact_section .body_content .info_contact .social_contact .social_title{
    color: #344054;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
}
.contact_section .body_content .info_contact .social_contact .social_list{
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact_section .body_content .info_contact .social_contact .social_list a{
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--contact-accent-soft);
    color: var(--contact-accent);
    text-decoration: none;
    transition: all 0.2s ease;
}
.contact_section .body_content .info_contact .social_contact .social_list a svg{
    width: 19px;
    height: 19px;
}
.contact_section .body_content .info_contact .social_contact .social_list a:hover{
    background: var(--contact-accent);
    color: #fff;
    transform: translateY(-1px);
}
.form_contact{
    padding: 0 0 3rem;
}
.form_contact .box{
    width: 90%;
    margin: auto;
}
.form_contact .box .title{
    font-weight: 900;
    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 label .required_mark{
    color: #dc2626;
    font-weight: 700;
}
.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: var(--contact-accent);
    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: #d96c22;
}

/*----------------------------------------------------------*/
.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;
}
@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;
        padding: 22px 18px;
    }
    .form_contact .box .title {
        font-size: 1.3rem;
    }
    .form_contact .box {
        width: 100% !important;
    }
}