.faq-section{
    padding-top: 8rem;
}

.faq-title{
    padding-top: 40px;
    padding-bottom: 20px;
}

.faq-bg{
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('../images/faq-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 700px;
}

.mg-card{
    padding-top: 20px;
    padding-bottom: 20px;
}

.card{
    margin-bottom: 10px;
}

.card-block{
    padding: 20px 20px;
}

.linkOpenQues ,.linkOpenQues:hover{
    text-decoration: none;
    color: black; 
}

.questionTitle{
    position: relative;
}

.PlusBoxWidth{
    float: right;
}

.MinusBoxWidth{
    padding-top: 12px;
    float: right;
    display: none;
}

.linkOpenQues.active , .bg-orange{
    background-color: #f7cb34;
}

.linkOpenQues.active .card-header{
    background-color: rgba(0,0,0,0);
}

.linkOpenQues.active .MinusBoxWidth {
    display: block;
} 

.linkOpenQues.active .PlusBoxWidth {
    display: none;
} 

h5{
    font-weight: 400;
}

@media(min-width:768px){
    
    .pd-CardFaq{
        padding-left: 3rem;
        padding-right: 3rem;
        padding-bottom: 4rem;
    }

    .faqDesc{
        padding-top: 10px;
        padding-bottom: 20px;
        padding-left: 4rem;
        padding-right: 4rem;
    }
    
    .faqQuestion{
        padding-left: 15px;
    }
}

.remove-line:hover , .remove-line:focus{
    text-decoration: none;
}

.remove-line{
    text-decoration: none;
}

@media(max-width: 767px){
    .mb-font-size{
        font-size: 14px;
    }
}

@media(min-width: 768px){
    .mb-font-size{
        font-size: 16px;
    }
}