.contentArea {
    padding-top: 45px;
}
.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: 13px 0;
            border-radius: 0;
            margin: 3px;
            list-style: none;
        }

            .faqBox ul li .faqhead {
                position: relative;
                font-size: 14px;
                cursor: pointer;
                font-weight: 600;
            }

                .faqBox ul li .faqhead:after {
                    content: "+";
                    font-size: 19px;
                    color: #3F51B5;
                    top: 0px;
                    position: absolute;
                    right: 0px;
                    width: 25px;
                    display: inline-block;
                    border: 1px solid #3F51B5;
                    text-align: center;
                    height: 25px;
                    line-height: 25px;
                    border-radius: 50%;
                }

            .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 {
        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;
    }