.privacypolicy {
    p {
        text-align: left !important;
        margin-bottom: 30px;
    }

    h2 {
        text-align: left !important;
        margin-bottom: 30px;
    }
    ul {
        text-align: left !important;
        margin-bottom: 30px;
    }
}

.feature-item {
    padding: 10px 10px;
    background: #006666;
    color: #fff;
    display: block;
    border-radius: 40px;
    overflow: auto;
}

.feature-item-left {
    width: 50px;
    float: left;
    margin-right: 10px;
}

.feature-item-right {
    width: calc(100% - 60px);
    float: left;
}

	
ul.list-feature li:before { 
	
	margin-right: 12px;
	
}
	
ul.list-feature {
	list-style-type: '✓   ';

}
	
ul.list-benefit {
	list-style-type: none;
}
	
ul.list-benefit ul {
	list-style-type: '✓   ';
}

	
li.nav-item {
	margin-bottom: 1px;
}


li.bulletli {
    margin-bottom: 14px;
	
}
.featurepoint{
    font-size: 1.1em; font-weight: 700;
}


h2 {
	font-size: 2.6em !important;
	font-family: "Nunito", serif;
}
	
h3 {
	font-size: 2.2em !important;
	font-family: "Nunito", serif;
}
	
h4 {
	font-size: 2em !important;
	font-family: "Nunito", serif;
	letter-spacing: -0.5px;
}
	
body {
	font-family: "Nunito", serif;
}

	
	
.sectionplain {
	padding: 120px 0;
}
.sectionlight {
	padding: 120px 0;
	background-image: url("../../../images/publicsite/background-pattern.jpg");
	border-bottom: 1px solid rgb(200,200,200);
}
	
.sectionlightb {
	padding: 120px 0 0px 0;
	background: #fff;
	border-bottom: 1px solid rgb(200,200,200);
}
	
.sectionlightlightteal {
	padding: 120px 0 0 0;
	background: #c4e8e8;
}
	
.sectionlightteal {
	padding: 120px 0;
	background: linear-gradient(135deg, #21adad, #119b9b);
}
	
.sectionhead {
	padding: 180px 0 120px 0;
	background-color: #004d4d;
	background-image: url("../../../images/publicsite/g1Kr4Ozfoac.jpg");
	background-position: center -100px;
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
	background-attachment: fixed;
}
.sectionheadlower {
	padding: 60px 0 40px 0;
	background-color: #004d4d;
	background-image: url("../../../images/publicsite/g1Kr4Ozfoac_2.jpg");
	background-position: center -100px;
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}
	
.sectiongraddarkteal {
	padding: 120px 0 0 0;
	background: linear-gradient(135deg, #004d4d, #006666);
}

#section-4, #section-7 {

    color: white;
}

#section-7 .list-group-item::before,
#section-8 .list-group-item::before {
    content: '\2713'; /* Checkmark symbol */
    color: #00cc00; /* Green color for the checkmark */
    margin-right: 10px;
}

.btn {
	border-radius: 35px;
	padding: 12px 20px;
}
.btn-primary {
    background: #18a3a3 !important;
    border: solid 1px #2b8e8e;
}
    
.btn-primary:hover {
    background: #147b7b !important;
    border: solid 1px #2b8e8e;
}
