
#plans,#plans ul,#plans ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pricePlans:after {
	content: '';
	display: table;
	clear: both;
}

#pricePlans {
	zoom: 1;
}

#pricePlans {
	max-width: 69em;
	margin: 0 auto;
}

#pricePlans #plans .plan {
	background: #fff;
	float: left;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin: 0 0 20px 0;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.planContainer .title h2 {
	font-size: 2.125em;
	font-weight: 300;
	color: #3e4f6a;
	margin: 0;
	padding: .6em 0;
}

.planContainer .title h2.bestPlanTitle {
	background: #3e4f6a;

	background: -webkit-linear-gradient(top, #475975, #364761);
	background: -moz-linear-gradient(top, #475975, #364761);
	background: -o-linear-gradient(top, #475975, #364761);
	background: -ms-linear-gradient(top, #475975, #364761);
	background: linear-gradient(top, #475975, #364761);
	color: #fff;
	border-radius: 5px 5px 0 0;
}


.planContainer .price p {
	background: #3e4f6a;

	background: -webkit-linear-gradient(top, #475975, #364761);
	background: -moz-linear-gradient(top, #475975, #364761);
	background: -o-linear-gradient(top, #475975, #364761);
	background: -ms-linear-gradient(top, #475975, #364761);
	background: linear-gradient(top, #475975, #364761);
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	height: 2.6em;
	line-height: 2.6em;
	margin: 0 0 1em;
}

.planContainer .price p.bestPlanPrice {
	background: #f7814d;
}

.planContainer .price p span {
	color: #8394ae;
}

.planContainer .options {
	margin-top: 10em;
}

.planContainer .options li {
	font-weight: 700;
	color: #364762;
	line-height: 2.5;
}

.planContainer .options li span {
	font-weight: 400;
	color: #979797;
}

.planContainer .button a {
	text-transform: uppercase;
	text-decoration: none;
	color: #3e4f6a;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 2.8em;
	border: 2px solid #3e4f6a;
	display: inline-block;
	width: 80%;
	height: 2.8em;
	border-radius: 4px;
	margin: 1.5em 0 1.8em;
}

.planContainer .button a.bestPlanButton {
	color: #fff;
	background: #f7814d;
	border: 2px solid #f7814d;
}

#credits {
	text-align: center;
	font-size: .8em;
	font-style: italic;
	color: #777;
}

#credits a {
	color: #333;
}

#credits a:hover {
	text-decoration: none;
}

@media screen and (min-width: 481px) and (max-width: 768px) {

#pricePlans #plans .plan {
	width: 49%;
	margin: 0 2% 20px 0;
}

#pricePlans #plans > li:nth-child(2n) {
	margin-right: 0;
}

}

@media screen and (min-width: 769px) and (max-width: 1024px) {

#pricePlans #plans .plan {
	width: 49%;
	margin: 0 2% 20px 0;
}

#pricePlans #plans > li:nth-child(2n) {
	margin-right: 0;
}

}

@media screen and (min-width: 1025px) {

#pricePlans {
	margin: 2em auto;
}

#pricePlans #plans .plan {
	width: 24%;
	margin: 0 1.33% 20px 0;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

#pricePlans #plans > li:last-child {
	margin-right: 0;
}

#pricePlans #plans .plan:hover {
	-webkit-transform: scale(1.04);
	   -moz-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	     -o-transform: scale(1.04);
	        transform: scale(1.04);
}

.planContainer .button a {
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

.planContainer .button a:hover {
	background: #3e4f6a;
	color: #fff;
}

.planContainer .button a.bestPlanButton:hover {
	background: #ff9c70;
	border: 2px solid #ff9c70;
}

}















/* Theme Two */

.pricingTable-bg {
  background: rgba(0, 0, 0, 0) url("http://localhost/new/wp-content/uploads/2016/08/abstract_fish_hd_wallpapers.jpg") repeat scroll 0 0 / cover ;
  display: block;
  overflow: hidden;
  padding: 20px;
}
.pricing_table_area {
  float: left;
  margin-right: 10px;
  width: 32%;
}
.pricingTable{
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.pricingTable:before, .pricingTable:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}
.pricingTable:before {
    top: -30px;
    left: 0;
}
.pricingTable:after {
    top: 0;
    left: -30px;
}
.pricingTable .pricingTable-header{
    color:#fff;
}
.pricingTable .heading{
    display: block;
    background: #b696e9;
    padding: 17px 0;
    text-transform: uppercase;
}
.pricingTable .heading > h3{
    margin: 0;
    font-size: 19px;
}
.pricingTable-header .price-value{
    background: #f2f5fa;
    color: #d6dbe2;
    font-size: 60px;
    display: block;
    padding-bottom: 13px;
}
.pricingTable-header .price-value > span{
    font-size: 60px;
    color:#717477;
}
.pricingTable-header .price-value .month{
    font-size: 16px;
}
.pricingTable .pricingContent{
    color:#737373;
    text-transform: capitalize;
}
.pricingTable .pricingContent ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.pricingTable .pricingContent ul li{
    padding: 20px;
    position: relative;
}
.pricingTable .pricingContent ul li:before{
    content: "";
    border-bottom: 1px solid #ecf0f1;
    margin-left: -72px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 144px;
}
.pricingTable-sign-up{
    padding: 30px 0;
}

.pricingTable-sign-up .btn{
    padding: 6px 18px;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    background: #b696e9;
    transition: all 0.2s ease-in-out 0s;
}
.pricingTable.blue .heading,
.pricingTable.blue .pricingTable-sign-up .btn{
    background: #52b0de;
}
.pricingTable.blue .pricingTable-sign-up:after {
    border-color: #52b0de transparent transparent transparent;
}
.pricingTable.yellow .heading,
.pricingTable.yellow .pricingTable-sign-up .btn{
    background: #e8ae42;
}
.pricingTable.yellow .pricingTable-sign-up:after {
    border-color: #e8ae42 transparent transparent transparent;
}
.pricingTable.purple .heading,
.pricingTable.purple .pricingTable-sign-up .btn{
    background: #e74c3c;
}
.pricingTable.purple .pricingTable-sign-up:after {
    border-color: #e74c3c transparent transparent transparent;
}
@media screen and (max-width: 990px){
    .pricingTable{
        margin-bottom: 20px;
    }
}







/* Theme Flat */

.ptwtable_design {
  background: red none repeat scroll 0 0;
  display: block;
  overflow: hidden;
  padding: 11px 11px 0;
}
.pricing {
  background: #3498db;
  width: 32.5%;
  color: #fff;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pricing:last-child{
	margin-right: 0px;
}
.pricing .thumbnail {
  background: #fff;
  /* IE Fall */
  background: rgba(255, 255, 255, 0.2);
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 36px;
  line-height: 90px;
  text-align: center;
}
.pricing .title {
  background: #2980b9 none repeat scroll 0 0;
  font-size: 18px;
  font-weight: 700;
  padding: 22px;
  text-align: center;
  text-transform: uppercase;
}
.pricing .content .sub-title {
  background: #eee;
  padding: 10px;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.pricing .content ul {
  list-style: none;
  background: #fff;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 14px;
}
.pricing .content ul li {
  line-height: 25px;
  list-style: outside none none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}
.pricing .content ul li:nth-child(2n) {
  background: #f3f3f3;
}
.pricing .content ul li .fa {
  width: 16px;
  margin-right: 10px;
  text-align: center;
}
.pricing .content ul li .fa-check {
  color: #2ecc71;
}
.pricing .content ul li .fa-close {
  color: #e74c3c;
}
.pricing .signupbtn a {
  background: #2980b9 none repeat scroll 0 0;
  border: 1px solid #fff;
  box-shadow: none;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 15px auto;
  max-width: 100px;
  outline: medium none;
  padding: 3px 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear 0s;
}
.pricing .signupbtn a:hover {
  background: #34495e;
  /* IE Fallback */
  background: rgba(52, 73, 94, 0.7);
}

  @media (min-width: 300px) and (max-width: 600px) {
	.pricing {
	  background: #3498db;
	  width: 100%;
	  color: #fff;
	  float: left;
	  margin-right: 10px;
	  margin-bottom: 10px;
	}
  }
  @media (min-width: 601px) and (max-width: 768px) {
	.pricing {
	  background: #3498db;
	  width: 32.5%;
	  color: #fff;
	  float: left;
	  margin-right: 10px;
	  margin-bottom: 10px;
	}
  }
  
  
 @media screen and (max-width:900px) {
	.pricing {
	  background: #3498db;
	  width: 32.5%;
	  color: #fff;
	  float: left;
	  margin-right: 10px;
	  margin-bottom: 10px;
	}
} 
  
@media screen and (max-width:900px) {
	.pricing {
	  background: #3498db;
	  width: 32.5%;
	  color: #fff;
	  float: left;
	  margin-right: 10px;
	  margin-bottom: 10px;
	}
}

@media screen and (min-width:900px) and (max-width:1200px) {

}

@media screen and (min-width:1200px) {

} 