.alert {
  padding: 20px;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
}


.hero {
    position: relative;
    background-size: auto;
    background-size: cover;
    color: #fff;
    width: 100%;
    font-size: 16px;
    display: table;
    z-index: 99;
    text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.hero p {
	text-transform: uppercase;
}
.hero h1 {
	text-transform: uppercase;
}
.none{
  list-style-type: none;
	line-height: 3.5em;
}
.none li {border-bottom: 1px solid #ededed;}


.services {
    list-style: none;
    padding: 0px 0px 25px 0px;
  border-bottom: 5px solid;
	margin-bottom: 50px;
}

.services > li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
	text-align: center;
	width: 25%;
  float: left;
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.chevron::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: .70em;
	left: 0.15em;
	position: relative;
	top: 0em;
	transform: rotate(-45deg);
	vertical-align: middle;
	width: 0.70em;
	margin-right: .75em
}

.chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}

.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

.chevron.left:before {
	left: 0.25em;
	transform: rotate(-135deg);
}


	.normal_price_list {
		    display: block;
		
	}
		.cost {
		    display: block;
			font-weight: bold;
			font-size: 2em;
			padding-top:10px;
		
	}
.feature_home {
    padding: 30px;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    color: #888;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.feature_home img {
    margin: auto;
        margin-bottom: auto;
    margin-bottom: 20px;
    display: block;
    width: 120px;
    height: 120px;
    line-height: 110px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px dashed #ccc;
    font-size: 62px;
    color: #6dcff6;
}

.feature {
	
	font-weight: 700;
	font-size: 20px;
line-height: 1.4em;

}
.active, .accordion:hover {
    background-color: #ccc;
}
.accordion {    cursor: pointer;
    padding: 18px;
	margin-bottom: 0;
border-radius: 4px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 1.25em;
    transition: 0.4s;
	color: #333;
background-color: #f5f5f5;

}

.panel 
	color: #333;
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
border: solid;
	border-color: #ddd;
}


.rating-star { 
  border: none;
  float: left;
  color: #F90;
    font-weight: 700;
    text-align: center;
    font-size: 1.95em;
    line-height: 125%;
}

.rating-star-empty { 
  border: none;
  float: left;
  color: #ddd;
    font-weight: 700;
    text-align: center;
    font-size: 1.95em;
    line-height: 125%;

}

.flex-grid {
  display: flex;
}
.col {
  flex: 1;
}
.col-20 {flex:1;
	max-width:20%;}
.col-60 {flex:1;
	max-width:60%;}

.logo-listing {
	max-width: 200px;

}

.pricing-table {
    text-align: left;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px 0px 0px;
    margin: 1em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


ul.add_info li {
    display: inline-block;
    margin-right: 5px;
    border-bottom: 3px solid #eee;
    text-align: center;
    min-height: 60px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 1rem;
	padding: 5px;
}
.btn_1 {
	display: inline-block;
    font-size: 0.825rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    padding: 0.9rem 3rem;
    border: 2px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ff3366;
    border-color: #ff3366;
    color: #fff;
}
.btn_1:hover {
    background-color: #fff;
}

@media (max-width: 800px) {
	.flex-grid {
  display: flex;
}
.col {
  flex: 1;
}
.col-20 {flex:1;
	max-width:20%;}
.col-60 {flex:1;
	max-width:60%;}

.logo-listing {
	max-width: 150px;
	padding: 10px;
}
	.feature {
	
	font-weight: 600;
font-size: 1em;
line-height: 1.2em;
		padding-top: 10px;

}
	
			.cost {
		    display: block;
			font-weight: bold;
			font-size: 1.4em;
			padding-top:10px;
		
	}
	
		ul.add_info  {
		padding: 0;
		margin: 0;
		
	}
	
	ul.add_info li {
    display: inline-block;
		margin-left:0;
    margin-right: 15px;
    border-bottom: 0px solid #eee;
    text-align: center;
    min-height: 60px;
		max-width: 140px;
	padding: 0;
}

	.btn_1 {
	display: inline-block;
    font-size: 0.825rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    padding: 0.7rem 0.7rem;
    border: 2px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ff3366;
    border-color: #ff3366;
    color: #fff;
}
}

@media (max-width: 500px) {
  .flex-grid {
    display: block;

		}

	.col-20 {
		flex:1;
	max-width:100%;
		text-align: center;
	
	}
	
	.col-60 {
		flex:1;
	max-width:100%;

	}
.add_img {         display:none;
	}
  .add_bold {         display:none;
	}
	.normal_price_list {
		    display: block;
		
	}
		.cost {
		    display: block;
			font-weight: bold;
			font-size: 2em;
		
	}
	
	h4 {
		text-align: center;
	}
	
	.pricing-table {
    text-align: left;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0px 0px 0px;
    margin: 1em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
	
	ul.add_info  {
		padding: 0;
		margin: 0px;
width: 300px;
		text-align:center;
		
	}
ul.add_info li {
    display: inline-block;
    margin-right: 5px;
    border-bottom: 2px solid #eee;
    text-align: center;
    min-height: 60px;
	padding: 15px;
}

.logo-listing {
	max-width: 240px;


}
.site-footer

{	margin-top: 50px;} 
.footer-widgets {
    background: #333;
    color: #fff;
    padding: 10px;
}
.site-info{
    background: #333;
    color: #fff;
    padding: 30px 0 10px 0;
}
.inside-site-info p {

 font-size: 0.85em;
	color: #8c8c8c;
}