.banner-infos{width: 100%;max-width:1920px;margin:0 auto;position: relative;display: block;}
.banner-props-faq{position: relative;background:url('https://cdn.jashnrealty.com/assets/v2/images/pages/faqs.jpg') center center no-repeat;background-size:cover;height:556px;}
.banner-content{position: relative;height:100%;background:rgba(46,44,117,0.2);padding-top: 72px;z-index: 1;display: flex;flex-direction: column;align-items: center;justify-content: center;padding-left:15px;padding-right:15px;}
.title-captions{font-size:70px;}
.about-details.font-props{font-size:24px;color:#fff;}
.top-30{margin-top:30px;}
@media screen and (max-width:1199px){
    .banner-props{height: 440px;}
    .banner-content{padding-top:60px;}
    .title-captions{font-size:50px;}
}
@media screen and (max-width:767px){
    .title-captions{font-size:40px;}
}
/* Seperator css */
.seperator{border-bottom:var(--cta-color) solid 1px;}
.seperator:before{position: absolute;content: "";background: url('https://cdn.jashnrealty.com/assets/v2/images/home/j-icon-white.svg') center center no-repeat;left:50%;right:0;bottom:-40px;width:80px;height:80px;transform: translateX(-50%);}

/*faq css*/
.faq-container.section-props{padding-top:60px;}    
.faq-wrapper{margin-bottom:40px;max-width:1200px;margin-left:auto;margin-right:auto; padding: 0 15px;}
.faq-wrapper:last-child{margin-bottom:0;}
.faq-block-heading h2{margin-bottom:30px;text-align:center;}
.faq-item {border: 1px solid #ddd;margin-bottom:20px;}
.faq-question {padding: 10px 20px;cursor: pointer;font-weight: 500;background-color: #f1f1f1;display: flex;justify-content: space-between;align-items: center;}
.faq-question:hover {background-color: #eaeaea;}
.faq-answer {display: none;}
.faq-content {padding: 15px 20px;background-color: #fff;color: #333;}
.faq-icon {font-size: 30px;transition: transform 0.3s ease;}
.faq-item.active .faq-question {background-color: #e9e9e9;}
.faq-item.active .faq-icon::before {content: "−";}
.faq-icon::before {content: "+";}
.faq-container .ul-list-active li{list-style:disc;list-style-position: inside;}