.contentArea {
    padding-top: 45px;
    padding-bottom: 50px;
}
.contentArea h2 {
    font-size: 26px;
    margin-top: 30px;
}
.contentArea h3 {
    font-size: 19px;
    margin-top: 30px;
}
.contentArea p {
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
}
.contentArea .list, .contentArea ul {
    list-style: none;
    font-weight: 300;
    overflow: hidden;
    padding: 0 2px;
}

    /* .contentArea .list.bullet.sitemap-links li { */
        /* width: 25%; */
        /* float: left; */
    /* } */

    .contentArea .list li, .contentArea ul li {
        margin-bottom: 6px;
        padding-left: 15px;
        padding-right: 10px;
        position: relative;
        font-size: 14px;
        font-weight: 400;
        color: #202020;
       font-family: "Poppins", serif;
    }

        .contentArea .list li:before, .contentArea ul li:before {
            position: absolute;
            left: 0px;
            top: 2px;
            content: "\f192";
            font-family: "FontAwesome";
            color: #ce5d70;
            font-size: 12px;
        }

    .contentArea .list.bullet.sitemap-links li a {
        color: #333;
        text-decoration: none;
    }
.faqBox h3 {
    text-align: center;
    margin: 25px 0;
}

.faqBox {
    /* background: #f9f9f9; */
    padding: 15px;
    margin-top: 30px;
    border-radius: 8px;
}

    .faqBox ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .faqBox ul li {
            border-bottom: 1px solid #ccc;
            padding: 10px;
            border-radius: 10px;
            margin: 5px;
            list-style: none;
            border: 1px solid #EFEFEF;
            box-shadow: 2px 2px 3px #f7f7f7;
            
            
            
            
            
            
            
            
            
            
            
            
            .faqBox
            ul li {
    padding: 10px;
            border-radius: 10px;
            margin: 5px;
            list-style: none;
            border: 1px solid #EFEFEF;
            box-shadow: 2px 2px 3px #f7f7f7;
};
            
        .faqBox
            ul li {
    padding: 10px;
            border-radius: 10px;
            margin: 5px;
            list-style: none;
            border: 1px solid #EFEFEF;
            box-shadow: 2px 2px 3px #f7f7f7;
};
        }

            .faqBox ul li .faqhead {
                position: relative;
                font-size: 14px;
                cursor: pointer;
                font-weight: 600;
            }

                .faqBox ul li .faqhead:after {
                    content: "";
                    font-size: 19px;
                    top: 0px;
                    position: absolute;
                    right: 0px;
                    width: 25px;
                    text-align: center;
                    line-height: 20px;
                    border-radius: 50%;
                    background: url(https://www.svgrepo.com/show/102662/arrow-down-angle.svg);
                    width: 16px;
                    height: 16px;
                    background-size: 140px;
                    background-size: cover;
                    display: inline-block;
                    /* transform: rotate(-90deg); */
                    transition: 0.5s all ease-out;
                }

            .faqBox ul li .faqcontent {
                padding-top: 10px;
                font-size: 12px;
            }
.faqBox ul li .faqcontent p{
    font-size: 14px;
}

            .faqBox ul li:before {
                display: none;
            }
            .faqBox ul li .faqhead.active:after {
    background: url(https://www.svgrepo.com/show/102662/arrow-down-angle.svg);
    width: 16px;
    height: 16px;
    background-size: 140px;
    background-size: cover;
    display: inline-block;
    /* width: 10px; */
    /* height: 20px; */
    transform: rotate(180deg);
    content:"";
    }

    .faqBox ul li .faqcontent {
        padding-top: 10px;
    }
.faqBox ul li .faqcontent ul li{
    padding:2px 0 0 25px;
}
.faqcontent ul li {
    border: none;
    margin: 0;
    padding: 10px 20px;
}

    .faqcontent ul li:before {
        display: block;
        position: absolute;
        top: 5px;
        left: 5px;
    }