.faq-section,
 {
        padding: 36px 20px;
    }
.faq-section {
    background-color: #e6f0ff;
    padding: 36px;
}
.faqtxt1 {
    margin-bottom: 34px;
}
.marquee {
    margin: 0 auto;
    box-sizing: border-box;
}
.marquee:after,
.marquee:before {
    position: absolute;
    top: 0;
    width: 50px;
    height: 30px;
    content: "";
    z-index: 1;
}
.marquee__content {
    width: 300%;
    display: flex;
    -webkit-animation: 16s linear infinite forwards marquee;
    animation: 16s linear infinite forwards marquee;
}
.marquee__content:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.list-inline {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-text {
    background: #fff;
    display: none;
    padding: 0 22px 22px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #505766;
}

.list-heading.active,
.modal .bottom-modal .modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.list-heading:after,
.list-heading:before {
    background: #000;
    height: 2px;
    margin-right: 37px;
    position: absolute;
    right: -15px;
    top: 50%;
    width: 14px;
    content: "";
}

.list-heading {
    background: #fff;
    border: 0;
    cursor: pointer;
    display: block;
    outline: 0 !important;
    padding: 20px;
    text-align: left;
    border-radius: 8px;
}
.list-heading:before {
    transform: rotate(-90deg);
    transition: 0.2s ease-in-out;
}
.list-heading.active:before {
    transform: rotate(0);
}
.list-text {
    background: #fff;
    display: none;
    padding: 0 22px 22px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #505766;
}
.faq-text,
.faqtxt1 {
    line-height: 24px;
    color: #1d2026;
}
.list-heading h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-right: 30px;
    margin-bottom: 0;
}
.faq-text {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
.ar-txt,
.faqtxt1 {
    font-size: 36px;
    font-weight: 700;
}
