.pricing1 {
	text-align: center;
	border: 2px solid #ddd;
}

.pricing1 .top {
	border-bottom: 2px solid #ddd;
	padding: 40px 0px;
}

.pricing1 .top h2 {
	margin-bottom: 10px;
}

.pricing1 .top > * {
	margin: 0px;
}

.pricing1 .top .price {
	font-size: 34px;
	font-weight: bold;
	color: #16A085;
}

.pricing1 .top .price > span {
	font-size: 16px;
	font-weight: bold;
	color: #aaa;
}

.pricing1 .bottom {
	padding: 40px;
}

.pricing1 .bottom ul {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 40px;
	padding: 5px;
}



.pricing2:hover {
	box-shadow: 0px 3px 50px rgba(0,0,0,0.2);
}

.pricing2 {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	transition: box-shadow 1s;
	-webkit-transition: box-shadow 1s;
	-moz-transition: box-shadow 1s;
}

.pricing2 .top {
	background: #43609C;
	color: #eee;
	padding: 40px;
	color: #ECF0F1;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-align: center;
}

.pricing2 .top h2 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: normal;
}

.pricing2 .top > * {
	margin: 0px;
}

.pricing2 .top .price .currency {
	font-size: 24px;
	line-height: 54px;
	vertical-align: top;
	display: inline-block;
}

.pricing2 .top .price b {
	font-size: 60px;
	line-height: 70px;
	color: #fff;
}

.pricing2 .top .price .month {
	color: #ccc;
}

.pricing2 .bottom {
	border: 3px solid #dee2e4;
	border-top: 0px;
	margin-bottom: 50px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}



.pricing2 .bottom ul {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}

.pricing2 .bottom ul li {
	line-height: 54px;
	border-bottom: 3px solid #dee2e4;
	padding: 0px 40px;
}

.pricing2 .bottom ul li > span {
	color: #16A085;
	font-size: 20px;
	margin-right: 20px;
}

.pricing2 .bottom > a {
	margin: 40px;
	width: auto;
}




.pricing3 {
	text-align: center;
	color: #8C9899;
}

.pricing3  .top {
	padding: 40px;
	border: 2px solid #d2d7db;
}

.pricing3  .top .price {
	font-weight: bold;
	font-size: 22px;
}

.pricing3  .top > * {
	margin: 0px;
}

.pricing3  .top h2 {
	text-transform: uppercase;
	font-size: 22px;
	color: #3D566E;
	margin-bottom: 10px;
}

.pricing3 ul {
	list-style: none;
	list-style-type: none;
	padding: 5px;
}

.pricing3 ul li {
	line-height: 52px;
	border-bottom: 2px solid #d2d7db;
}

.pricing3 ul li:last-child {
	border-bottom: 0px;
}

.pricing3 ul li b {
	color: #707c7d;
}

.pricing3 .bottom {
	border-left: 2px solid #d2d7db;
	border-right: 2px solid #d2d7db;
	padding: 30px;
}

.pricing3 > a {
	display: block;
	background: #d2d7db;
	padding: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	border: 2px solid #d2d7db;
	transition: background 0.5s border-color 0.5s;
	-webkit-transition: background 0.5s border-color 0.5s;
	-moz-transition: background 0.5s border-color 0.5s;
}

.pricing3 > a1 {
	display: block;
	background: #d2d7db;
	padding: 30px;
	margin-bottom: 50px;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	border: 2px solid #d2d7db;
	transition: background 0.5s border-color 0.5s;
	-webkit-transition: background 0.5s border-color 0.5s;
	-moz-transition: background 0.5s border-color 0.5s;
}

.pricing3 > a:hover {
	background: #16A085;
	border-color: #16A085;
}

span.pIcon {
	font-size: 34px;
	color: #2980B9;
}


#pricing_table1 .container {
  padding-right: 35px;
  padding-left: 35px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 500px) {
#pricing_table1 .container {
  padding-right: 85px;
  padding-left: 85px;
  margin-right: auto;
  margin-left: auto;
 }
}

@media (min-width: 768px) {
#pricing_table1 .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
 }
}

#pricing_table1 .pricing_table1p1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 50px;
}

#pricing_table2 .container {
  padding-right: 35px;
  padding-left: 35px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 500px) {
#pricing_table2 .container {
  padding-right: 85px;
  padding-left: 85px;
  margin-right: auto;
  margin-left: auto;
 }
}

@media (min-width: 768px) {
#pricing_table2 .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
 }
}

#pricing_table2 p {
  font-size: 18px;
  line-height: 1.72222;
  margin: 0 0 0px;
}

#pricing_table3 .container {
  padding-right: 35px;
  padding-left: 35px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 500px) {
#pricing_table3 .container {
  padding-right: 85px;
  padding-left: 85px;
  margin-right: auto;
  margin-left: auto;
 }
}

@media (min-width: 768px) {
#pricing_table3 .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
 }
}

#pricing_table3 .pricing_table3p1 {
  margin-bottom: 0px !important;
  padding-top: 15px;
}

@media (min-width: 992px) {
#pricing_table3 .pricing_table3p1 {
  margin-bottom: 60px !important;
 }
}






#pricing_table4 .container {
	padding-right: 35px;
	padding-left: 35px;
	margin-right: auto;
	margin-left: auto;
  }
  
  @media (min-width: 500px) {
  #pricing_table4 .container {
	padding-right: 85px;
	padding-left: 85px;
	margin-right: auto;
	margin-left: auto;
   }
  }
  
  @media (min-width: 768px) {
  #pricing_table4 .container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
   }
  }
  
  #pricing_table4 p {
	font-size: 18px;
	line-height: 1.0;
	margin: 0 0 0px;
  }
  
  #pricing_table4 .pricing2 .top {
	  background: #85d6de;
	  color: #eee;
	  padding: 30px;
	  color: #ECF0F1;
	  -webkit-border-top-left-radius: 6px;
	  -webkit-border-top-right-radius: 6px;
	  -moz-border-radius-topleft: 6px;
	  -moz-border-radius-topright: 6px;
	  border-top-left-radius: 6px;
	  border-top-right-radius: 6px;
	  text-align: center;
  }
  
  #pricing_table4 .pricing2 .top h2 {
	  margin-bottom: 20px;
	  font-weight: normal;
	  font-family: 'Open Sans', sans-serif;
	  padding-top: 0px;
	  margin: 0;
	  font-size: 24px;
	  color: #34495e;
	  text-transform: none;
  }
  
  #pricing_table4 .pricing2 .top .price b {
	  margin-bottom: 0;
	  font-size: 44px;
	  line-height: 44px;
	  font-weight: 800;
	  color: #34495e;
  }
  
  #pricing_table4 .pricing2 .bottom ul {
	  list-style: none;
	  list-style-type: none;
	  margin: 0px;
	  padding: 5px;
	  font-size: 16px;
	  color: #34495e;
	  padding-top: 20px;
  }
  
  #pricing_table4 .btn-hg {
	  padding: 13px 20px;
	  font-size: 22px;
	  line-height: 1.227;
	  border-radius: 6px;
	  margin-bottom: 10px;
	  font: 18px 'Varela Round', sans-serif;
	  line-height: 100% !important;
	  display: inline-block;
	  border: none;
	  -webkit-border-radius: 25px;
	  -moz-border-radius: 25px;
	  border-radius: 25px;
	  background-color: #2c3d50;
  }
  
  
  
  #pricing_table4 .pricing2 .bottom > a {
	  margin-top: 17px;
	  margin-bottom: 35px;
	  width: auto;
  }	
  
  #pricing_table4 .pricing2 .bottom ul li {
	  line-height: 44px;
	  border-bottom: 0px solid #dee2e4;
	  padding: 0px 40px;
  }
  
  #pricing_table4 .pricing2 .bottom {
	  border: 1px solid #dee2e4;
	  border-top: 0px;
	  margin-bottom: 50px;
	  -webkit-border-bottom-right-radius: 6px;
	  -webkit-border-bottom-left-radius: 6px;
	  -moz-border-radius-bottomright: 6px;
	  -moz-border-radius-bottomleft: 6px;
	  border-bottom-right-radius: 6px;
	  border-bottom-left-radius: 6px;
  }
  