.wrap{
	padding:30px;
}
.actions a{
	    color: white!important;
}
.actions{
	margin-top:50px;
}
#results .btn,.calcus .btn,.actions .btn{
	padding: 12px!important;
    font-size: 12px!important;
	    background-image: -webkit-linear-gradient( 0deg, #408858 0%, #43ab66 57%, #59c57d 100%);
    background-image: -ms-linear-gradient( 0deg, #408858 0%, #43ab66 57%, #59c57d 100%);
}
.owl-stage .active{
	background: none;
    border: none;
    box-shadow: none;
}
.pricing-table-area .active,.main-menu .active{
	    background: inherit;
		border:none;
		box-shadow: none;
}
.content h3 {
	margin-top: 4em;
    margin-bottom: 2em;
	    font-size: 22px;
    color: #6a6a6a;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
    position: relative;
    padding-left: 70px;
}
.content h3::before {
    position: absolute;
    height: 2px;
    width: 50px;
    content: "";
    background: #f7b422;
    left: 0;
    top: 12px;
}
.content ul {
	margin-bottom:1em;
	margin-top:1em;
	padding: 0px;
	padding-left:5em;
}
.content ul li {
	list-style: none;
	font-size: 1.2em;
	list-style: circle;
	padding-bottom:0.5em;
	padding-top:0.5em;
	font-weight: 100;
}
.content p {
	font-size: 1.2em;
    text-indent: 20px;
    line-height: 30px;
    color: #686868;
    font-weight: 100;
	text-align: justify;
	margin-bottom: 2em;
	margin-top: 1em;
}
.close i{
	    color: white;
}
