/* faq section*/

.fqHeading{
    font-family: 'poppinsmedium';
    font-style: normal;
    font-size: 18px;
    color: #FB5E4B;
    border-bottom: none ;
    background-color: transparent ;
    cursor:pointer;
    line-height: 145%;
    letter-spacing: 0.5px;
}


.faqdiv {
    background: #FFFFFF  ;
    border: 1px solid #FB5E4B29 ;
    box-sizing: border-box;
    /*box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08) ;*/
    box-shadow: 0px 4px 8px #FB5E4B29;
    border-radius: 10px;
    margin-bottom:20px;
}


.faqdiv  .card-body{
    padding-top:0px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #362B33;
    letter-spacing: 0.5px;

    position: relative;
    padding-left: 30px;
    padding-bottom: 20px;
    padding-right: 60px;

}
.faqdiv .card-header {
    position: relative;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 60px;
}

.faqdiv p {
    margin-bottom: 0;
}
.positionfaq {
    position: absolute;
    top: 24px;
    right: 68px;
}
.minus{
    top: 17%;
    right: -27px;
    position: absolute;
    width: 2.5px;
    height: 18px;
    transform: rotate(-90deg);
    background: #FDE2D7;
    border-radius: 2px;
}
.plus{
    top: 17%;
    right: -27px;
    position: absolute;
    width: 2.5px;
    height: 18px;

    background: #FDE2D7;
    border-radius: 2px;
}

.FaqSection #accordion , #accordion1{margin: 0px auto;}
.FaqSection{width: 93.5%;margin: 0 auto;}


@media(max-width:1199px){}

@media (max-width: 991px){
    .FaqSection{width: 100%}
}

@media (max-width:767px){
    .FaqSection #accordion, #accordion1 { margin-right: 0px;}
}


@media (max-width: 578px){
    .minus, .plus{ right: -40px; }
    .faqdiv .card-body { font-size: 14px;}
    .fqHeading{
        font-size: 16px;
    }
}
