.faqs-bg-img {
    background-image: url('../img/faqs_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 2% 0 10% 0 !important;
}

.faqs-container {
    margin: auto;
}

.faqs-question-txt {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
    color: #3478F6;
}

.faqs-collapse-icon{
    float: right;
    margin-top: 15px;
}

.faq-collapse .panel-heading  a:before {
    content: ' ';
    background: url("../img/icon_angle_down.png") no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
    display: inline;
    margin-top: 15px;
    float: right !important;
 }

.faq-collapse .panel-heading.active  a:before {
    content: ' ';
    background: url("../img/icon_angle_up.png") no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
    display: inline;
    margin-top: 15px;
    float: right !important;
 }

.to-contact-us-page {
    margin-bottom: 15px;
    line-height: 35px;
}
.underline-none  {
    text-decoration: none !important;
    color: #3478F6 !important;
}
.faq-collapse {
    padding-top: 50px;
    margin: auto !important;
}
.faq-collapse .panel-body{
    padding-right: 40px;
    text-align: justify;
}
.faqs-bg-img .faqs-container {
    margin-top: 80px;
}

@media only screen and (max-width: 760px) {
    .to-contact-us-page {
        text-align: center;
        line-height: 10px;
    }
    .faqs-question-txt {
        font-size: 13px;
        line-height: 20px;
    }
    .faqs-tittle {
        font-size: 14px;
        margin: auto;
        font-family: 'Poppins';
        font-weight: 400;
    }
    .faqs-tittle-bold{
        font-size: 14px;
        font-weight: 600;
    }
    .faqs-content {
        margin: 18px;
    }
    .faqs-bg-img {
        width: 100% !important;
        height: auto !important;
    }
    .faq-collapse {
        padding-top: 20px;
    }
    .faq-collapse .panel-heading  a:before {
        width: 20px;
        height: 20px;
        margin-top: 3px;
    }
    .faq-collapse .panel-heading.active  a:before {
        width: 20px;
        height: 20px;
        margin-top: 3px;
    }
    .faqs-container {
        margin: auto !important;
    }
    .faq-collapse .panel-body{
        padding-right: 20px;
    }
}