.faq-banner-sec .star-bdge {
    position: absolute;
    left: 50px;
    top: -70px;
}
.faq-banner-sec .star-bdge img {
    height: 136px;
    width: 100px;
}
.faq-banner-sec .faq-banner-left img {
    height: 460px;
    position: absolute;
    top: 0;
    right: 0;
}
.faq-main-sec {
    padding: 120px 0 1px;
}
.faq-main-sec .faq-geoup-sec>h2 {
    font-size: 24px;
    text-align: left;
    padding: 12px 0;
    font-weight: 700;
    color: #333;
}
.still-questions-sec {
    margin-bottom: 40px;
}
.still-questions-sec a.btn {
    margin-left: 10px;
}
.faq-main-sec .faq-geoup-sec ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
}
.faq-main-sec .faq-geoup-sec ul li {
    margin: 0 0 20px;
    border: none;
    background-color: rgba(0, 0, 0, .03);
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.faq-main-sec .faq-geoup-sec ul li>h3 {
    padding: 14px 60px 14px 24px;
    line-height: 24px;
    margin-bottom: 0;
    color: #3ba1b5;
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    white-space: normal;
    text-align: left;
    cursor: pointer;
    position: relative;
}
.faq-main-sec .faq-geoup-sec ul li>h3:after {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-color: #3ba1b5;
    content: "";
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}
.faq-main-sec .faq-geoup-sec ul li>h3.active:after {
    margin-top: -3px;
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}
.faq-main-sec .faq-geoup-sec ul li .faq-dis {
    color: #242435;
    line-height: 1.8;
    font-weight: 400;
    font-size: 18px;
    padding: 0 24px 24px;
    display: none;
}
.faq-main-sec .faq-geoup-sec ul li .faq-dis ul {
    background: rgb(247 247 247);
}
.faq-main-sec .faq-geoup-sec ul li .faq-dis ul li {
    background: rgb(247 247 247);
    list-style: disc;
    margin-left: 20px;
}
.faq-main-sec .faq-geoup-sec ul li .faq-dis p {
    color: #242435;
    line-height: 1.8;
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 30px;
}
.faq-main-sec .faq-geoup-sec ul li .faq-dis p:last-child {
    margin: 0;
}

@media (max-width:1199px) {
    .faq-banner-sec .faq-banner-left img {
    z-index: -1;
    height: 250px;
    top: 100%}

}