/* .form-headings {
    max-width: 768px;
    width: 100%;
}

.contact-section .col-lg-12 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.form-headings .subhead {
    font-family: Barlow;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;

}

.form-headings h2 {
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    margin: 16px 0 24px;
}

.form-headings p {
    font-family: Barlow;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;

}

.form-headings {
    margin-bottom: 48px;
}

.contact-section input,
.contact-section textarea {
    box-shadow: 0px -0.5px 2px 0px #00000040 inset;
    box-shadow: 0px 1px 2px 0px #0000000D;
    box-shadow: 0px 0.5px 3px 0px #00000040 inset;

}

.contact-section form {
    max-width: 580px;
    padding: 0 20px;
} */

/* =================================================================== Application =================================================================== */

.accordion-button::after{
    background-size: 13px;
}
#ownerAccordion{
    max-width: 350px;
}
/* .app-result-about-sec .col-md-9 .row{
    max-width: 975px;
} */
.app-result-about-sec img{
    max-width: 257px;
}
.result-company-name{
    border: 1px solid #cdcdcd;
}
@media (max-width:992px) {
    .app-result-single h4{
        font-size: 35px !important;
    }
    .app-result-about-sec h2{
        font-size: 35px !important;
    }
}

@media (max-width:768px) {
   .app-result-single h4{
        font-size: 30px !important;
    }
    .app-result-about-sec h2{
        font-size: 30px !important;
    }
    .app-result-single {
        flex-direction: column;
        gap: 20px;
    }
    .app-result-image-col, .app-result-text-col{
        width: 100% !important;
    }
    #ownerAccordion {
        max-width: 100%;
    }
    .app-result-sec {
        padding-bottom: 50px;
    }
    .about-image-col{
        justify-content: center;
        margin-top: 20px;
    }
    .result-company-name{
        min-height: 300px !important;
    }
  
}

@media(max-width:552px){
   .app-result-single h4{
        font-size: 25px !important;
    }
    .app-result-about-sec img{
        max-width: 100%;
    }
}




/*======================================================================= Contact ================================================================================== */
@media(max-width:768px){
    .form-headings h2{
    font-size: 40px;
}
.contact-info-box img{
    margin-bottom: 20px;
}
.contact-sec.section-padding ,.contact-info-box.section-padding{
    padding: 30px 0;
}

.contact-sec .form-headings {
    margin-bottom: 30px;
}
}




/* Home */
.welcome-image-col{
display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
@media(max-width:768px){
    .welcome-image-col{
        justify-content:center;
    }
}