/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/****-----start-body----****/
body{
	background:url(../images/bg-1.png)repeat;
	    font-family: 'Lato', sans-serif;
}
.wrap{
	margin: 0 auto;
	width: 80%;
}
body a{
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
}
.pop_up{
	border-top: 6px solid#53cfe9;
	border-left: 6px solid#53cfe9;
	border-bottom: 6px solid#a31111;
	border-right: 6px solid#a31111;
}
/* Styles for dialog window */
#small-dialog,#small-dialog1,#small-dialog2,#small-dialog3,#small-dialog4,#small-dialog5{
	background: white;
	padding:20px;
	text-align: left;
	max-width: 650px;
	margin: 40px auto;
	position: relative;
	text-align:center;
	border: 9px solid#eee;
}
/*Pricing table and price blocks*/
.price-head h3 {
	color: #404042;
	font-size: 3em;
	text-decoration: none;
	font-weight: 700;
}
.pricing-grids {
	margin: 12% 0 0 12%;
}
/*----*/
.pricing-grid1,.pricing-grid2,.pricing-grid3 {
	width: 25%;
	float: left;
	text-align: center;
	margin: 0% 0% 0 2%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	padding: 0;
	border: none;
	border-radius: 0.7em;
	-webkit-border-radius: 0.7em;
	-o-border-radius: 0.7em;
	-moz-border-radius: 0.7em;
	display: block;
}
 .pricing-grid3{
 	margin-right: 0;
 }
.pricing-grid1:hover,.pricing-grid2:hover,.pricing-grid3:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	z-index: 1;
	border: none;
}
.pricing-grid1 {
position: relative;
}
.pricing-grid1:nth-child(3){
	margin-right:0;
}
.price-value h2 a,.price-value.two h3 a,.price-value.three h4 a{
	font-size: 1.8em;
	color:#fff;
}
.price-value h2 span {
	font-weight: 600;
	font-size: 2.5em;
}
.price-value.two h3 span {
	font-size: 2.5em;
	font-weight: 600;
}
.price-value.three h3 span {
	font-weight: 600;
	font-size: 2.5em;
}
.price-value h5 {
	padding: 11px 0;
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	font-style: italic;
}
.pricing-grids i {
	font-weight: 600;
}
.pricing-grid1:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 50%;
	   top: 38.6%;
	border-width: 15px 12px 0px 12px;
	border-style: solid;
	border-color: #81dac9 rgba(0, 0, 0, 0);
}
.pricing-grid1:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 50%;
	  top: 85.7%;
	border-width: 15px 12px 0px 12px;
	border-style: solid;
	border-color: #fff rgba(0, 0, 0, 0);
}
.price-value.two:after{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 47%;
	top: 97%;
	border-width: 15px 12px 0px 12px;
	border-style: solid;
	border-color: #52cee8 rgba(0, 0, 0, 0);
}
.price-value.two:before{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	  right: 47%;
	     top: 215%;
	border-width: 15px 12px 0px 12px;
	border-style: solid;
	border-color: #fff rgba(0, 0, 0, 0);
}
.price-value.three:after{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 47%;
	top: 97%;
	border-width: 15px 12px 0px 12px;
	border-style: solid;
	border-color: #eb6277 rgba(0, 0, 0, 0);
}
.price-value.three:before{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 47%;
	top: 215%;
	border-width: 15px 12px 0px 12px;
	border-style: solid;
	border-color: #fff rgba(0, 0, 0, 0);
}
.price-value img {
	position: absolute;
	top: 96%;
}
.price-value,.price-value.two,.price-value.three {
	background: #81dac9;
	border-top-left-radius:0.7em;
	-webkit-border-top-left-radius:0.7em;
	-o-border-top-left-radius: 0.7em;
	-moz-border-top-left-radius:0.7em;
	border-top-right-radius:0.7em;
	-webkit-border-top-right-radius:0.7em;
	-o-border-top-right-radius:0.7em;
	-moz-border-top-left-radius: 0.7em;
	position: relative;
}
.price-value h4 {
	background: #78cfbf;
	border-top-left-radius: 0.7em;
	-webkit-border-top-left-radius: 0.7em;
	-o-border-top-left-radius: 0.7em;
	-moz-border-top-left-radius: 0.7em;
	border-top-right-radius: 0.7em;
	-webkit-border-top-right-radius: 0.7em;
	-o-border-top-right-radius: 0.7em;
	-moz-border-top-left-radius: 0.7em;
	padding: 10px 0;
	color:#fff;
}
.price-value.two h4 {
	background: #3ec6df;
	border-top-left-radius: 0.7em;
	-webkit-border-top-left-radius: 0.7em;
	-o-border-top-left-radius: 0.7em;
	-moz-border-top-left-radius: 0.7em;
	border-top-right-radius: 0.7em;
	-webkit-border-top-right-radius: 0.7em;
	-o-border-top-right-radius: 0.7em;
	-moz-border-top-left-radius: 0.7em;
	padding: 10px 0;
	color:#fff;
}
.price-value.three h4 {
	background: #e2536b;
	border-top-left-radius: 0.7em;
	-webkit-border-top-left-radius: 0.7em;
	-o-border-top-left-radius: 0.7em;
	-moz-border-top-left-radius: 0.7em;
	border-top-right-radius: 0.7em;
	-webkit-border-top-right-radius: 0.7em;
	-o-border-top-right-radius: 0.7em;
	-moz-border-top-left-radius: 0.7em;
	padding: 10px 0;
	color:#fff;
}
.price-value.two{
	background:#53cfe9;
}
.price-value.three {
	background: #eb6378;
}
.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 span{
color: #fbd707;
font-size: 19px;
}
.price-value lable{
color: #817d94;	
font-size: 17px;
}
.price-value.two h5 span{
	color:#fe6d72;
}
.price-value.two h5 lable{
	color:#8c8c94;
}
.price-value.three h5 span{
	color: #018f90;
}
.price-value.three h5 lable{
	color:#9CF7F8;
}
.pricing-grid1 ul li a,.pricing-grid2 ul li a,.pricing-grid3 ul li a{
	color: #818080;
	font-size: 15px;
	text-align: center;
	display: block;
	padding: 16px 0;
	text-decoration: none;
	font-weight: 400;
}
.pricing-grid1 ul li.whyt a,.pricing-grid2 ul li.whyt a,.pricing-grid3 ul li.whyt a{
	background:none;
}
.price-bg {
	background: #fff;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
}
.price-bg a:hover {
	color: #2A2727;
}
.price-bg ul {
  padding: 12px 23px;
}
.price-bg ul li {
  text-align: left;
  padding: 13px 0;
  margin-left: 3em;
  color: #999;
  font-weight: bold;
  font-size: .8em;
}
.price-bg ul li a {
	padding: 1em 0;
	text-align: left;
	margin-left: 3em;
}
.price-bg ul li{
	list-style: none;
}
.cart1, .cart2, .cart3 {
	display: block;
	background: #81dac9;
	border-bottom: 4px solid#4AD2B8;
	border-bottom-left-radius: 0.7em;
	-webkit-border-bottom-left-radius: 0.7em;
	-o-border-bottom-left-radius: 0.7em;
	-moz-border-bottom-left-radius: 0.7em;
	border-bottom-right-radius: 0.7em;
	-webkit-border-bottom-right-radius: 0.7em;
	-o-border-bottom-right-radius: 0.7em;
	-moz-border-bottom-left-radius: 0.7em;
}
.cart2{
	background: #53cfe9;
	border-bottom: 4px solid#0BC1E7;
}
.cart3{
	background: #eb6378;
	border-bottom: 4px solid#CD354D;
}
.cart1 a, .cart2 a, .cart3 a {
	padding: 1em 0em 1em;
	color:#fff;
	display: block;
	outline: none;
	border: none;
	font-weight: 600;
}
.price-value.three h3 a {
	font-size: 1.8em;
	color: #fff;
}
li.whyt a img {
	margin-right: 12px;
	vertical-align: bottom;
}
li img {
	margin-right: 12px;
	vertical-align: bottom;
}
/*----*/
/*---start-pricing-tabels-----*/
.payment-online-form-left{
}
form li {
list-style: none;
}
form ul {
 padding:0;
}
.payment-online-form-left h4{
	font-size: 1.8em;
	color: #222222;
	padding: 0.5em 0;
	text-align: left;	
}
.payment-online-form-left span{
	vertical-align:sub;
	margin-right: 5px;
}
.payment-online-form-left form{
	padding:0 3%;
}
.payment-online-form-left input[type="text"]{
	padding: 1em 1em;
	color: #485460;
	width: 42%;
	margin: 0.5em 0;
	border: 1px solid;
	outline: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	float: left;
	font-size: 0.9em;
	border-color: #EEE;
	-webkit-appearance:none;
}
.payment-online-form-left input[type="text"]:hover{
	border-color:#fa6e6f;
}
.text-box-dark{
}
.text-box-light{
	background: url(../images/calender.png) no-repeat 95% 50%;
	cursor:pointer;
	position: relative;
}
.payment-online-form-left ul li:first-child input[type="text"]{
	margin-right: 5%;
}
.payment-online-form-left  input[type="text"]:active, .payment-online-form-left input[type="text"]:hover {
	border-color:#fa6e6f ;
	color:#fa6e6f; 
}
.shipping{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat -111px -26px;
}
.payment{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat -152px -30px;

}
.payment-date-section{
	background: url(../images/calender.png) no-repeat #fff 50%;
}
.payment-sendbtns{
	float:right;
	margin: 2em 0 1.5em;
}
.payment-sendbtns input[type="reset"]{
	background:#78cfbf;
	padding: 0.7em 1em;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-size: 1.2em;
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	outline:none;
}
.payment-sendbtns input[type="reset"]:hover{
	color:#FFF;
	background:#464C54;
}
.payment-sendbtns input[type="submit"]{
	background:#464C54;
	padding: 0.7em 1em;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 1.2em;
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-appearance:none;
	outline:none;
}
.payment-sendbtns input[type="submit"]:hover{
	color:#fff;
	background:#78cfbf;
}
.payment-sendbtns li{
	display:inline-block;
}
.payment-type li{
	display:inline-block;
}
.payment-online-form-right{
	background: #2B2937;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 4px solid #1A1822;
}
/*---start-checkbox----*/
input[type=checkbox].css-checkbox1,input[type=checkbox].css-checkbox2{
	display: none;
}
input[type=checkbox].css-checkbox1 + label.css-label1 {
	height:30px;
	width:30px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: super;
	cursor: pointer;
	background: url(../images/icon.png) no-repeat -188px -25px;
}
input[type=checkbox].css-checkbox1:checked + label.css-label1 {
	background: url(../images/icon.png) no-repeat -215px -25px;
}
input[type=checkbox].css-checkbox2 + label.css-label2 {
	height: 30px;
	width: 30px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: -20px 0px;
	vertical-align: super;
	cursor: pointer;
	background:url(../images/icon.png) no-repeat -218px -24px;
}
input[type=checkbox].css-checkbox2:checked + label.css-label2 {
	background: url(../images/icon.png) no-repeat -190px -24px;

}
.visa{
	display: inline-block;
	width: 32px;
	height: 32px;
	background:url(../images/icon.png) no-repeat -32px -28px;
}
.paypal{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/icon.png) no-repeat -71px -26px;

}
.payment-online-form-right{
	float: right;
	width: 30%;
	background: #2B2937;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 4px solid #1A1822;
	padding-bottom: 2em;
}
.payment-online-form-right a:hover{
	color:#1ABC9C;
}
.payment-online-form-right ul li{
	display:block;
	padding: 0.5em;
}
.payment-online-form-right ul li a{
	color:#9095AA;
}
.payment-online-form-right h4{
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(144, 149, 170, 0.22);
	padding: 0.8em;
}
.payment-online-form-right ul {
	padding: 0px 1em;
}
.payment-online-form-right h5{
	color: #FFF;
	padding: 0.5em 0.8em 0.4em;
	font-size: 1em;
}
.payment-type {
	border-top: 1px solid rgba(144, 149, 170, 0.22);
	margin-top: 3%;
	text-align: left;
}
input[type=checkbox].css-checkbox3,input[type=checkbox].css-checkbox4,input[type=checkbox].css-checkbox5,input[type=checkbox].css-checkbox6{
	display: none;
}
input[type=checkbox].css-checkbox3 + label.css-label3 {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 -38px;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(../images/filter-bg.png);
}
input[type=checkbox].css-checkbox3:checked + label.css-label3 {
	background-position: 0px 0px;
}
input[type=checkbox].css-checkbox4 + label.css-label4 {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(../images/filter-bg.png);
}
input[type=checkbox].css-checkbox4:checked + label.css-label4 {
	background-position: 0px -38px;
}
input[type=checkbox].css-checkbox5 + label.css-label5 {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 -38px;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(../images/filter-bg.png);
}
input[type=checkbox].css-checkbox5:checked + label.css-label5 {
	background-position: 0px 0px;
}
input[type=checkbox].css-checkbox6 + label.css-label6 {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(../images/filter-bg.png);
}
input[type=checkbox].css-checkbox6:checked + label.css-label6 {
	background-position: 0px -38px;
}
/*-----*/
/**

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in #small-dialog {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready #small-dialog {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing #small-dialog {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
opacity: 0;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
}
/**
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }
.mfp-content iframe{
	width:100%;
	min-height:500px;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
border: 0;
background:#EEEEEE;
-webkit-appearance: none;
display: block;
padding: 0;
z-index: 1046; }
button::-moz-focus-inner {
	padding: 0;
	border: 0;
  }
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0px;
	top:0px;
	text-decoration: none;
	text-align: center;
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	outline:none;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
 }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; 
}
.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;
}
ul.payment-type a {
	padding-left: 2em;
}
/*--copyrights--*/
.copyrights {
	padding: 1em 0;
	text-align: center;
	margin-top: 14em;
}
.copyrights p {
	font-size:0.9em;
	color:#fa6e6f;
	font-weight: 400;
	text-transform: uppercase;
}
.copyrights p a{
	color:#0fc7c9;
}
.copyrights p a:hover{
	color: #fa6e6f;
}
/*--/copyrights--*/
/*--start-responsive-design--*/
@media(max-width:1440px){
	.wrap {
		width: 92%;
	}
}
@media(max-width:1366px){
	.pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
		font-size: 14px;
	}
	.price-bg ul li a {
		margin-left: 3.8em;
	}
	.cart1, .cart2, .cart3 {
		padding: 0.2em 0em 0.2em;
	}
	.pricing-grid1, .pricing-grid2, .pricing-grid3 {
		width: 26%;
	}
	.price-value img {
		position: absolute;
		top: 93%;
	}
	.pricing-grid1:before {
		top: 84%;
	}
	.price-value.two:before {
		top: 207%;
	}
	.price-value.three:before {
	top: 207%;
	}
}
@media(max-width:1280px){
	.pricing-grids {
		margin: 12% 0 0 12%;
	}
	.wrap {
		width: 100%;
	}
	.price-bg ul li a {
		margin-left: 2.9em;
	}
}
@media(max-width:1024px){
	.pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
		font-size: 15px;
	}
	.price-value, .price-value.two, .price-value.three {
		padding:0;
	}
	.price-value h2 a, .price-value.two h3 a, .price-value.three h4 a {
		font-size: 1.6em;
	}
	.price-head h1 {
		margin-top: 1em;
		font-size: 2.6em;
	}
	.pricing-grids {
		margin: 8% 0 0 5%;
	}
	.pricing-grid1, .pricing-grid2, .pricing-grid3 {
		width: 28.5%;
	}
	.wrap {
		width: 90%;
	}
	.pricing-grid1:after {
		right: 44%;
		top: 37%;
	}
	.price-value.two:after {
		right: 42%;
		top: 97%;
	}
	.price-value.three:after {
		right: 41%;
		top: 96%;
	}
	.price-value.two:before {
		top: 219%;
		right: 40%;
	}
	.pricing-grid1:before {
		top: 84%;
		right: 42%;
	}
	.price-value.three:before {
		top: 212%;
		right: 40%;
	}
}
@media(max-width:768px){
	.pricing-grid1 h3 a, .pricing-grid2 h3 a, .pricing-grid3 h3 a {
		padding: 0.4em 1em;
		font-size: 0.7em;
	}
	.pricing-grid1, .pricing-grid2, .pricing-grid3 {
		width: 55%;
		float: none;
		text-align: center;
		margin: 1em auto;
	}
	.price-head h1 {
		margin-top: 1em;
		font-size: 2.4em;
	}
	.cart1, .cart2, .cart3 {
		padding: 5px 0 5px;
	}
	.price-bg ul li a {
		margin-left: 5.9em;
	}
	.pricing-grid1:after {
		right: 48%;
		top: 37%;
	}
	.pricing-grid1:before {
		top: 83%;
		right: 48%;
	}
	.price-value.two:after {
		right: 46%;
		top: 97%;
	}
	.price-value.two:before {
		  top: 213%;
		  right: 48%;
	}
	.price-value.three:after {
		right: 45%;
		top: 96%;
	}
	.price-value.three:before {
		  top: 207%;
		  right: 47%;
	}
}
@media(max-width:640px){
	.wrap {
		width: 72%;
	}
	.price-value h2 span {
		font-size: 2em;
	}
	.price-value.two h3 span {
		font-size: 2em;
	}
	.price-value.three h3 span {
		font-size: 2em;
	}
	.pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
			font-size: 15px;
	}
	.pricing-grid1, .pricing-grid2, .pricing-grid3 {
		width: 65%;
		float: none;
		text-align: center;
		margin: 1em auto;
	}
	.pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
		font-size: 15px;
		padding: 13px 0;
	}
	.payment-online-form-left input[type="text"] {
		padding: 1em 1em;
		width: 93%;
	}
	.payment-sendbtns {
		float: none;
		margin: 2em 0 1.5em;
	}
	.price-bg ul li a {
		margin-left: 2.9em;
	}
	.pricing-grid1:after {
		right: 48%;
		top: 36%;
	}
	.pricing-grid1:before {
		top: 82%;
		right: 48%;
	}
	.price-value.two:after {
		right: 46%;
		top: 96%;
	}
	.price-value.two:before {
		  top: 224%;
		  right: 45%;
	}
	.price-value.three:after {
		right: 45%;
		top: 96%;
	}
	.price-value.three:before {
		top: 216%;
		right: 45%;
	}
}
@media(max-width:480px){
	.pricing-grid1, .pricing-grid2, .pricing-grid3 {
		width: 81%;
	}
	.price-head h1 {
		margin-top: 1em;
		font-size: 2.1em;
	}
	.payment-online-form-left input[type="text"] {
		padding: 1em 1em;
		width: 91%;
	}
	.pop_up {
		border: 7px solid#485460;
	}
}
@media(max-width:320px){
	.pricing-grid1, .pricing-grid2, .pricing-grid3 {
		width: 100%;
		margin-right: 0;
	}
	.price-value h2 a, .price-value.two h3 a, .price-value.three h4 a {
		font-size: 1.2em;
	}
	.price-value h5 span,.price-value lable {
		font-size: 16px;
	}
	.price-head h1 {
		margin-top: 1em;
		font-size: 1.5em;
	}
	.payment-online-form-left input[type="text"] {
		padding: 0.8em 0.8em;
		width: 86%;
		font-size: 13px;
		margin: 3px;
	}
	.pop_up {
		border: 4px solid#485460;
	}
	.payment-online-form-left h4 {
		font-size: 1.4em;
	}
	.payment {
		background: url(../images/icon.png) no-repeat -152px -21px;
	}
	.footer p {
		font-size: 0.9em;
		line-height: 1.5em;
	}
	ul.payment-sendbtns li {
		margin-top: 1em;
	}
	.pricing-grid1 ul li a, .pricing-grid2 ul li a, .pricing-grid3 ul li a {
			font-size: 11px;
	}
	.price-value.three h3 span {
		font-size: 1.2em;
	}
	.pricing-grid1:after {
		right: 45%;
		top: 34%;
	}
	.pricing-grid1:before {
		top: 81%;
		right: 44%;
	}
	.price-value.two:after {
		right: 44%;
		top: 96%;
	}
	.price-value.two:before {
		top: 231%;
		right: 45%;
	}
	.price-value.three:before {
		top: 236%;
		right: 44%;
	}
	.pricing-grids {
	  margin: 6% 0 0 1%;
	}
	.wrap {
  width: 93%;
}
}
/*--end-responsive-design--*/