section.faq-banner {
    padding: 200px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-description {
    text-align: center;
}


.banner-description h1 {
    font-weight: 700;
    font-size: 41px;
    color: #fff;
    margin: 0px 0px 20px 0px;
}

.banner-description p {
    font-family: 'Poppins',sans-serif;
    font-size: 29px;
    color: #fff;  
    font-weight: 500;
    line-height: 39px;
    margin-bottom: 0px;
}

.faq-section {
    padding: 60px 0px;
}

.question >  a {
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
    display: block;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.content p {
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    color: #010101;
}

.question i {
    background-color: #000;
    color: #fff;
    padding: 0;
    border-radius: 24px;
    text-align: center;
    display: inline-block;
    width: 32px;
    font-size: 24px;
    margin-right: 10px;
    float: left;
    height: 32px;
    line-height: 32px;
    min-width: 32px;
    font-weight: 600;
}

.question .fa-plus:before {
    content: "\002b";
}

.fa-minus:before {
    content: "\2212";
}

.content {
    display: none;
}

.content p a {
    color: #337ab7;
}


section.faq-detail h2 {
    font-size: 29px;
    font-weight: 700;
    margin: 0px 0px 20px 0px;
    line-height: 39px;
}

section.faq-detail img {
    margin-bottom: 20px;
}

section.faq-detail h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0px 65px 0px;
}

.faq-detail .faq-call a {
    display: inline-block;
    font-size: 30px;
    color: #000;
    font-weight: 700;
}

section.faq-detail {
    text-align: center;
    padding: 20px 0px 60px 0px;
}

.faq-call p {
    font-family: "Poppins",sans-serif;
    font-size: 16px;
     margin-bottom: 25px;
}