/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.pricing-features1 ul {
	margin: 0;
	list-style: none;
}
.pricing-features1 {
	
	background-color: #F9F9F9;
	padding: 2rem 0;
}
.pricing-features1 li {
	padding: 0.375rem 0;
}

.my-margin{
    margin-top:80px;
}


@media (max-width: 991.98px){
    .my-margin{
    margin-top:-40px;
}
}