.pricing-grid {
  width: 30%;
  float: right;
  margin-right: 2%;
   transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.pricing-grid:nth-child(1) {
  margin: 0;
}
/*Pricing table and price blocks*/
.price-head h3 {
	color: #404042;
	font-size: 3em;
	text-decoration: none;
	font-weight: 700;
}
a.popup-with-zoom-anim {
  padding: 0 12px;
  line-height: 2.2em;
}
/*----*/
 .pricing-grid3{
 	margin-right: 0;
 }
.pricing-grid:hover,.pricing-grid:hover,.pricing-grid:hover {
	transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
	z-index: 1;
	border: none;
}
.pricing-grid1:nth-child(3){
	margin-right:0;
}
.price-value h2,.price-value.two h3,.price-value.three h4{
  font-size: 2em;
  color: #fff;
  font-weight: bold;
}
.price-value,.price-value.two,.price-value.three {
  background: #8386e7;
  padding: 1em 0em 1em;
  border-bottom: 1px solid#393C9F;
    text-align: center;
}
.price-value.two{
background: #41cac0;
   border-bottom: 1px solid#25857E;
}
.price-value.three {
	background: #d27ff1;
	border-bottom:1px solid#A24BC3;
}
.price-value ul,.pricing-grid1 ul,.pricing-grid2 ul,.pricing-grid3 ul{
	padding: 0;
}
.price-value ul li,.pricing-grid1,.pricing-grid2 ul li,.pricing-grid3 ul li {
	list-style: none;
}
.price-value ul li{
	list-style: none;
}
.price-value h5 {
  padding: 11px 0;
  font-style: italic;
  font-size: 13px;
  color: #F0EBEB;
}
ul.count,.pricing-grid1 ul li a,ul.count,.pricing-grid2 ul li a,ul.count,.pricing-grid3 ul li a{
	font-size: 15px;
	display: block;
	text-decoration: none;
	font-weight: 400;
	padding: 20px 20px;
}
.price-bg {
	background: #fff;
	height: 550px;
	border:1px solid #06F;
}
p.price-label-1 {
   color: #8386E7;
  text-align: center;
}
p.price-label-2 {
  color: #41cac0;
  text-align: center;
}
p.price-label-3 {
  color: #D27FF1;
  text-align: center;
}
.price-bg p span {
  font-weight: bold;
  font-size: 5em;
}
.price-bg p i {
  vertical-align: super;
}
.price-bg ul {
	padding: 0;
}
.price-bg ul li{
	list-style: none;
}
ul.buy-now li {
  display: inline-block;
}
li.view {
  float: left;
  margin: 9px 0px 0px 35px;
}
li.view a {
  color: #83b4e6;
  border-bottom: 2px dotted;
  font-style: italic;
}
ul.count li a {
  color: #6A6A6A;
}
ul.buy-now {
   padding: 12px 0 16px;
}
li.tag-now-1 {
  background: #8386E7;
   float: right;
  margin-top: 12px;
}
li.tag-now-1:hover {
	  background: #37398A;
	      transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
li.tag-now-1 a {
  color: #fff;
}
li.tag-now-2 {
  background: #41cac0;
   float: right;
    margin-top: 12px;
}
li.tag-now-2:hover {
	  background: #277F78;
	      transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
li.tag-now-2 a {
  color: #fff;
}
li.tag-now-3 {
  background: #D27FF1;
   float: right;
  margin-top: 0px;
}
li.tag-now-3:hover {
	  background: #9227BA;
	      transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
li.tag-now-3 a {
  color: #fff;
    padding: 10px;
}
ul.count li img {
  vertical-align: middle;
  margin-right: 20px;
}
ul.count li {
  border-bottom: 1px solid#999;
    padding: 1.2em 0;
}
ul.count li  {
	padding-left: 35px;
}
a.popup-with-zoom-anim {
  outline: none;
  border: none;
}
.image-top img{
	width:100%;
}
.image-top p{
	text-align: justify;
	padding:2% 0;
	font-size:15px;
}
.image-top h3 {
	font-size: 1.5em;
	font-weight: 500;
	margin: 16px 0px 0px 0px;
	color:#3F4244;
}
p.bottom {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  padding: 15px 0;
  color: #999;
  font-size: 14px;
}
.copyrights {
  text-align: center;
  padding: 2em 0 2em;
}
.copyrights p {
  color: #fff;
}
.copyrights p a{
	color: #fff;
}
.copyrights p a:hover {
  color: #000;
}
/*--------------*/
@media(max-width:1440px){
	.price-head h1 {
	  margin-top: 1em;
	}
}
@media(max-width:1366px){

}
@media(max-width:1280px){
	.pricing-grids {
	  width: 81%;
	  margin: 0 auto;
	}
}
@media(max-width:1024px){
	.pricing-grids {
	  width: 92%;
	  margin: 0 auto;
	}
}
@media(max-width:768px){
	.pricing-grid {
	  width: 55%;
	  float: none;
	  margin: 0 auto;
  	margin-bottom: 1.5em;
  	}
  	.pricing-grid:nth-child(1) {
	   margin: 0 auto;
  margin-bottom: 1.5em;
	}
	li.view {
	  float: left;
	  margin: 18px 0px 0px 32px;
	}
	.price-value, .price-value.two, .price-value.three {
		padding: 10px 0 0px 0;
	}
}
@media(max-width:640px){
	h1 {
	  font-size: 2em;
	}
	.pricing-grid {
	  width: 65%;
	}
	.payment-online-form-left input[type="text"] {
	  width: 94%;
 	}
}
@media(max-width:480px){
	.pricing-grid {
	  width: 92%;
	}
}
@media(max-width:320px){
	h1 {
	  font-size: 1.3em;
	  margin: 23px 0 20px;
	}
	.pricing-grids {
	  width: 100%;
	}
	.pricing-grid {
	  width: 100%;
	}
	.price-value h2, .price-value.two h3, .price-value.three h4 {
	  font-size: 1.5em;
	}
	.price-value h5 {
	  padding: 4px 0 12px;
	}
	.price-bg p span {
	  font-size: 3em;
	}
	ul.buy-now {
	  padding: 3px 0 3px;
	}
	ul.count li {
	   padding: 1em 0 1em 2.5em;
  		font-size: 13px;
	}
	p.bottom {
	  font-size: 13px;
	}
	.price-bg {
	  height: 395px;
	}
	li.view a {
	  font-size: 12px;
	}
	li.tag-now-1 a {
	  font-size: 13px;
	}
	li.tag-now-2 a {
	  font-size: 13px;
	}
	li.tag-now-3 a {
	  font-size: 13px;
	}
	li.view {
	  margin: 13px 0px 0px 32px;
	}
	.pricing-grid:nth-child(3) {
	  margin: 0;
	}
}