.faqs-main-container{
    margin-top: 180px;
}
.bg-image {
    background-image: url('../img/faqs_banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 13% 0 16% 0 !important;
}
.faqs-title-content {
    display: grid;
    position: absolute;
    bottom: 50px;
    padding-left: 10px;
    z-index: 1;
}
.faqs-container{
    margin-top: 50px;
}
.faqs-content {
    margin: auto;
}
.faqs-sub-title-content {
    text-align: center;
    margin-top: 80px;
}
.faqs-title {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
}
.faqs-title-bold {
    color: #fff;
    font-family: 'PoppinsMedium';
    font-size: 28px;
}
.faqs-question-txt {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
    color: #1C1C1C;
}
.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;
}
.underline-none  {
    text-decoration: none !important;
    color: #1C1C1C;
}
.underline-none:hover  {
    color: #1C1C1C;
}
.faq-collapse {
    margin: auto !important;
}
.faq-collapse .panel-body{
    padding-right: 40px;
    text-align: justify;
}
.faqs-container .text-detail {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #858585 !important;
}
.faqs-container .panel-body {
    padding-bottom: 3px !important;
}
@media only screen and (max-width: 760px) {
    .faqs-question-txt {
        font-size: 13px;
        line-height: 15px;
    }
    .faqs-title {
        font-size: 13px;
        line-height:20px;
    }
    .faqs-title-bold{
        font-size: 13px;
    }
    .faq-collapse {
        padding-top: 20px;
        margin-left: -20px !important;
        margin-right: -20px !important;
    }
    .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;
    }
    .faqs-container .text-detail {
        font-size: 13px;
        line-height: 29px;
    }
    .faqs-container .panel-body {
        padding-top: 10px !important;
        padding-bottom: 0 !important;
    }
    .faqs-main-container  {
        margin-top: 115px;
    }
    .faqs-sub-title-content {
        margin-top: 40px;
    }
    .faqs-title-content {
        bottom: 0;
    }
}