

h4 {
	font-size: 20px;
	font-weight: 400;
	margin: 10px 0 0 0;
	color:#888;
}

.text-zone {
	display: flex;
	flex-direction: row;
    color: #333 !important;
	margin: 20px auto;
	padding: 48px 16px;
	width: 94%;
	max-width: 1200px;
 /* background-color: #f1f1f1 !important; */
  background-image: linear-gradient(to top left, #b9b9b9, #eaeaea) !important;
}
.text-zone p {font-size: 15px; line-height: 23px; margin: 10px 0 0 0; }
.text-zone ul {font-size: 15px; line-height: 23px; margin: 10px 0 0 15px; }
.text-zone ul li::marker {
  color: #45b9c4;
  font-size: 15px;
}
.text-zone hr {height: 1px;
    color: #666;
    background: #666;
    font-size: 0;
    border: 0;
margin: 10px 0;
width: 99%;}
.center-zone { 
	display: flex;
	flex-direction: row;
	width: 100%;
/*	max-width: 950px; */
	margin: 0 auto; 
}
.page-text {margin: 0 0 40px 40px; padding-right: 40px; width: 55%; max-width: 800px;  }
.page-text-left { width: 45%; }

.w3-col {width: 100%;}
.w3-round-large {border-radius:8px;}
.w3-image {
  max-width: 100%;
  height: auto;
}

.blog-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-links li {
  width: 100%;
}
.blog-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-left: -10px;
  padding: 8px 10px;
  text-decoration: none;
  color: #454545;
  transition: background 0.3s, color 0.3s;
  font-size: 15px;
  line-height: 23px;
  white-space: nowrap;
}
.blog-links i {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}
.blog-links a:hover {
  color: #fff;
  background-image: linear-gradient(to right, #45b9c4, #1d4458);
}

#pricing h3 {color:#454545;}
.w3-center {
  text-align: center;
  line-height:1.8;
	color:#fff !important;
}
.w3-dark-grey {
  color: #fff !important;
  background-color: #8c999b !important;
}
.w3-ul {margin: 0 !important; }
.w3-ul li {
  padding:8px 16px;
  border-bottom:1px solid #ddd;
	list-style-type: none;
}
.w3-white, .w3-hover-white:hover {
  color: #fff !important;
  background-image: linear-gradient(to right, #45b9c4, #1d4458) !important;
}
.w3-padding-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

#mentaya-logo {
	z-index: 100;
	margin: -100px 0 0 -75px;
	width: 60%;
	height: 30px;
}
#mentaya-logo img {width: 150px; height: auto;}

.fa-aqua {color:#45b9c4 !important; margin-right: 10px;}

/* --- Mobile Styles --- */
@media (max-width: 999px) {
	.page-text {margin: 20px 0 40px 40px; width: 100%;}
	
}

/* --- Mobile Styles --- */
@media (max-width: 768px) {
	.center-zone { 
		flex-direction: column;
	}
	.page-text {margin: 20px 20px 10px 20px; border-right:none; width: 96%; }
	.page-text-left {
		border-top: 1px solid #fff;
		margin:20px 0 0 0;
		padding-top: 20px;
		width: 100%;
	}
	.blog-links ul { max-width: 300px; }
}

/*

.blog-links {
	width: 100%;
	margin-left: 0px;
}
.blog-links a {
  padding:8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #454545;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background 0.3s, color 0.3s;
  font-size: 15px; line-height: 23px;
  white-space:nowrap;
}
.blog-links i {
  font-size: 18px;
  font-weight: 300;
  margin: 0 15px 0 10px;
  min-width: 25px;
}

.blog-links a:hover { color:#fff; background-image: linear-gradient(to right, #45b9c4, #1d4458) !important;

}
*/
