
/* ==== Google font ==== */


/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

/*font-family: 'Open Sans', sans-serif;*/
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('animate.css');
*{outline: none!important;}
body {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#999999;
	background-color:#fff;
	/*overflow-x:hidden;*/
}



h1{ font-weight: 600; line-height: 1.4em; }

h1,h2,h3,h4,h5,h6 {
	color:#333;
	line-height: 1.4em;

}

p {
	color:#333;
	font-size:14px;
	font-weight: 400;
}
a {
	text-decoration:none;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	outline: none;
	color:#333;
}
a:hover {
	text-decoration: none;
	color:#eee;
}


/*===========================
  Menu and Navigation
============================ */
.navigation  {
	background-color:#fff;
	padding:0;
}

.navbar-brand h1 {
	margin-top:9px;
	padding-top:5px;
	float: left;
	font-size: 25px;
	color:#d9ae6a;
	text-transform:uppercase;
	font-weight:900;
}
.notif_gif{
	width: 76%;
	margin-left: 12%;
}
@media (max-width: 768px) {
	.navbar-brand {
		margin-top:0;
		padding-top:0;
	}
	.notif_gif{
		width: 100%;
		margin-left: 0;
	}
}
.menu {

	float:right;
	text-transform:uppercase;
	font-weight:600;
	font-size: 13px;
}

.menu ul.nav-tabs li {
	color:#000;
}

.nav-tabs {
	border-bottom: 0;
}
.nav-tabs > li {
	float: left;
	margin-bottom: 0;
}
.nav-tabs > li > a {
	border-radius:0;
	color:#333;
	padding:25px 15px 25px 15px;
}



.nav-tabs > li > a:hover {
	color: #ff0066;
	border-color: #fff #fff #fff;
	border-radius:0;
	background-color:#fff;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.nav-tabs > li > a.active {
	color: #ff0066;
	border-radius:0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;

}





/*===========================
  Slider
============================ */
.text-pannel{ margin-top:140px; padding:0px;}
.text-pannel-2{ margin-top:100px; margin-bottom:200px;  padding:0px;}

.color-1{ color:#333}
.color-2{ color:#3e3f40; font-weight: 400; line-height: 1.6em;}
.color-2 a{color: #667281;}
.color-2 a:hover, .color-2 a:visited{color: #667281;}
.slider {
	position: relative;
	padding:50px;
	/* background:#f8f8f8;*/

}

.slider img {
	width: 100%;
}
.irce_close {
	font-size: 22px;
	float: right;
	position: absolute;
	top: 24px;
	right: 52px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
}
}
#carousel-slider {
	position: relative;
}

#carousel-slider .carousel-indicators {
	bottom: -35px;
}

#carousel-slider .carousel-indicators li {
	border: 1px solid #ffbd20;
}

#carousel-slider a i {
	border: 1px solid #d9ae6a;
	border-radius:50%;
	font-size: 28px;
	height: 50px;
	padding: 8px;
	position: absolute;
	top: 50%;
	width: 50px;
	color:#fff;
	background:#d9ae6a;
}

#carousel-slider a i:hover {
	background:#deae62;
	color:#fff;
	border: 1px solid #d9ae6a;
}

#carousel-slider
.carousel-control {
	width:inherit;
}

#carousel-slider .carousel-control.left i {
	left:50px
}

#carousel-slider .carousel-control.right i {
	right: 50px;
}

#carousel-slider
.carousel-control.left,
#carousel-slider
.carousel-control.right {
	background: none;
}

.col-xs-5th-1, .col-xs-5th-2, .col-xs-5th-3, .col-xs-5th-4 {
	float: left;
}

.col-xs-5th-5 {
	float: left;
	width: 100%;
}

.col-xs-5th-4 {
	width: 80%;
}

.col-xs-5th-3 {
	width: 60%;
}

.col-xs-5th-2 {
	width: 40%;
}

.col-xs-5th-1 {
	width: 20%;
}

.col-xs-5th-pull-5 {
	right: 100%;
}

.col-xs-5th-pull-4 {
	right: 80%;
}

.col-xs-5th-pull-3 {
	right: 60%;
}

.col-xs-5th-pull-2 {
	right: 40%;
}

.col-xs-5th-pull-1 {
	right: 20%;
}

.col-xs-5th-pull-0 {
	right: auto;
}

.col-xs-5th-push-5 {
	left: 100%;
}

.col-xs-5th-push-4 {
	left: 80%;
}

.col-xs-5th-push-3 {
	left: 60%;
}

.col-xs-5th-push-2 {
	left: 40%;
}

.col-xs-5th-push-1 {
	left: 20%;
}

.col-xs-5th-push-0 {
	left: auto;
}

.col-xs-5th-offset-5 {
	margin-left: 100%;
}

.col-xs-5th-offset-4 {
	margin-left: 80%;
}

.col-xs-5th-offset-3 {
	margin-left: 60%;
}

.col-xs-5th-offset-2 {
	margin-left: 40%;
}

.col-xs-5th-offset-1 {
	margin-left: 20%;
}

.col-xs-5th-offset-0 {
	margin-left: 0%;
}

@media (min-width: 768px) {
	.col-sm-5th-1, .col-sm-5th-2, .col-sm-5th-3, .col-sm-5th-4 {
		float: left;
	}

	.col-sm-5th-5 {
		float: left;
		width: 100%;
	}

	.col-sm-5th-4 {
		width: 80%;
	}

	.col-sm-5th-3 {
		width: 60%;
	}

	.col-sm-5th-2 {
		width: 40%;
	}

	.col-sm-5th-1 {
		width: 20%;
	}

	.col-sm-5th-pull-5 {
		right: 100%;
	}

	.col-sm-5th-pull-4 {
		right: 80%;
	}

	.col-sm-5th-pull-3 {
		right: 60%;
	}

	.col-sm-5th-pull-2 {
		right: 40%;
	}

	.col-sm-5th-pull-1 {
		right: 20%;
	}

	.col-sm-5th-pull-0 {
		right: auto;
	}

	.col-sm-5th-push-5 {
		left: 100%;
	}

	.col-sm-5th-push-4 {
		left: 80%;
	}

	.col-sm-5th-push-3 {
		left: 60%;
	}

	.col-sm-5th-push-2 {
		left: 40%;
	}

	.col-sm-5th-push-1 {
		left: 20%;
	}

	.col-sm-5th-push-0 {
		left: auto;
	}

	.col-sm-5th-offset-5 {
		margin-left: 100%;
	}

	.col-sm-5th-offset-4 {
		margin-left: 80%;
	}

	.col-sm-5th-offset-3 {
		margin-left: 60%;
	}

	.col-sm-5th-offset-2 {
		margin-left: 40%;
	}

	.col-sm-5th-offset-1 {
		margin-left: 20%;
	}

	.col-sm-5th-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4 {
		float: left;
	}

	.col-md-5th-5 {
		float: left;
		width: 100%;
	}

	.col-md-5th-4 {
		width: 80%;
	}

	.col-md-5th-3 {
		width: 60%;
	}

	.col-md-5th-2 {
		width: 40%;
	}

	.col-md-5th-1 {
		width: 20%;padding: 0 8px;
	}

	.col-md-5th-pull-5 {
		right: 100%;
	}

	.col-md-5th-pull-4 {
		right: 80%;
	}

	.col-md-5th-pull-3 {
		right: 60%;
	}

	.col-md-5th-pull-2 {
		right: 40%;
	}

	.col-md-5th-pull-1 {
		right: 20%;
	}

	.col-md-5th-pull-0 {
		right: auto;
	}

	.col-md-5th-push-5 {
		left: 100%;
	}

	.col-md-5th-push-4 {
		left: 80%;
	}

	.col-md-5th-push-3 {
		left: 60%;
	}

	.col-md-5th-push-2 {
		left: 40%;
	}

	.col-md-5th-push-1 {
		left: 20%;
	}

	.col-md-5th-push-0 {
		left: auto;
	}

	.col-md-5th-offset-5 {
		margin-left: 100%;
	}

	.col-md-5th-offset-4 {
		margin-left: 80%;
	}

	.col-md-5th-offset-3 {
		margin-left: 60%;
	}

	.col-md-5th-offset-2 {
		margin-left: 40%;
	}

	.col-md-5th-offset-1 {
		margin-left: 20%;
	}

	.col-md-5th-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	.col-lg-5th-1, .col-lg-5th-2, .col-lg-5th-3, .col-lg-5th-4 {
		float: left;
	}

	.col-lg-5th-5 {
		float: left;
		width: 100%;
	}

	.col-lg-5th-4 {
		width: 80%;
	}

	.col-lg-5th-3 {
		width: 60%;
	}

	.col-lg-5th-2 {
		width: 40%;
	}

	.col-lg-5th-1 {
		width: 20%;
	}

	.col-lg-5th-pull-5 {
		right: 100%;
	}

	.col-lg-5th-pull-4 {
		right: 80%;
	}

	.col-lg-5th-pull-3 {
		right: 60%;
	}

	.col-lg-5th-pull-2 {
		right: 40%;
	}

	.col-lg-5th-pull-1 {
		right: 20%;
	}

	.col-lg-5th-pull-0 {
		right: auto;
	}

	.col-lg-5th-push-5 {
		left: 100%;
	}

	.col-lg-5th-push-4 {
		left: 80%;
	}

	.col-lg-5th-push-3 {
		left: 60%;
	}

	.col-lg-5th-push-2 {
		left: 40%;
	}

	.col-lg-5th-push-1 {
		left: 20%;
	}

	.col-lg-5th-push-0 {
		left: auto;
	}

	.col-lg-5th-offset-5 {
		margin-left: 100%;
	}

	.col-lg-5th-offset-4 {
		margin-left: 80%;
	}

	.col-lg-5th-offset-3 {
		margin-left: 60%;
	}

	.col-lg-5th-offset-2 {
		margin-left: 40%;
	}

	.col-lg-5th-offset-1 {
		margin-left: 20%;
	}

	.col-lg-5th-offset-0 {
		margin-left: 0%;
	}
}




.more-less {
	float: right;
	color: #212121;
}
.pricing h2{    background: #F4F6F8;
	width: 99.99%;
	padding: 10px 15px;
	border: 1px solid #dadada;    color: #454F5B;
	font-size: 16px;
	font-weight: 600;margin: 0}
.feture_data h4{    padding-left: 10px;
	font-size: 16px;
	border: 1px solid #dadada;    width: 99.99%;
	margin: 0;color: #454F5B;
	padding: 12px 11px;    font-weight: 600;
	}
.feture_data{margin-bottom: 25px;}
.feture_list h5{ width: 30%;
	float: left;
	border-left: 1px solid #dadada;
	/* border-right: 1px solid #dadada; */
	border-bottom: 1px solid #dadada;
	margin: 0;
	color: #6F708C;
	padding: 16px;}
.fe_value{
	padding-top: 15px;
	/* float: left; */
	text-align: center;
	/* margin-left: 30px; */
	color: #6F708C;
	line-height: 50px;
	font-weight: 600;
}

.tick li:last-child {
	border-right: 1px solid #dadada;
}
.feture_list ul{list-style: none;padding: 0;margin: 0}
.feture_list li{padding:0}
.tick{padding-left: 30%!important;}
.tick{list-style: none;}
.tick li {    float: left;
	width:20%;height: 52px;
	text-align: center;    border-left: 1px solid #dadada;

	border-bottom: 1px solid #dadada;}
.tick li span svg:not(:root) {
	height: 18px;
	overflow: hidden;margin-top: 17px;
}

/*.pricing .glyphicon {*/
	/*transition: .3s transform ease-in-out;*/
/*}*/
.pricing .glyphicon {
	transition: .3s transform ease-in-out;
	transform: rotate(180deg);
}
.pricing .collapsed .glyphicon {
	transition: .3s transform ease-in-out;
	transform: rotate(0deg);
}
.footer_coll .glyphicon {
	transition: .3s transform ease-in-out;
	transform: rotate(180deg);
}
.footer_coll .collapsed .glyphicon {
	transition: .3s transform ease-in-out;
	transform: rotate(0deg);
}

.view_plan_container .glyphicon {
	transition: .3s transform ease-in-out;
	transform: rotate(0deg);
}
.view_plan_container .collapsed .glyphicon {
	transition: .3s transform ease-in-out;
	transform: rotate(180deg);
}

.to_svg svg:not(:root){
	height: 17px;
}

.pricing{margin-bottom: 25px;}
.plan_names ul{list-style: none;padding: 0; margin: 0}
.sect_toggle svg:not(:root){height: 20px}
.rotat svg:not(:root){height: 20px}
.rotat{transform: rotate(180deg);}
.plan_names li{    float: left;
	width: 14%;
	border: 1px solid #dadada;

	text-align: center;

	color: #ff0066;
	font-size: 14px;
	padding: 12px 0;
	font-weight: 500;    border-top: none;
	border-bottom: none;border-right: none;
}


.plan_names li:last-child {
	border-right: 1px solid #dadada;
}
.features-lable { margin: 15px 0px; padding:28px;
	border: 1px solid #cccccc; border-radius:12px;
	min-height: 320px; background-color: #ffffff;  }
.features-lable:hover { box-shadow: 0px 2px 10px #cccccc; border: 1px solid #33ccff;  }
.features-lable img {width: 60px; height: auto; }
.features-lable p { font-size: 16px; color:#667281;  }

.features-lable2 { margin: 15px 0px; padding:28px;
	border: 1px solid #cccccc; border-radius:12px;
	min-height: 380px; background-color: #ffffff;  }
.features-lable2:hover { box-shadow: 0px 2px 10px #cccccc; border: 1px solid #33ccff;  }
.features-lable2 img {width: 60px; height: auto; }
.features-lable2 p { font-size: 16px; color:#667281;  }

.features-lable3 { margin: 15px 0px; padding:28px;
	border-radius:10px;
	min-height: 400px; background-color: #ffffff; -webkit-box-shadow: 3px 2px 39px 1px rgba(193,197,201,0.49);
	-moz-box-shadow: 3px 2px 39px 1px rgba(193,197,201,0.49);
	box-shadow: 3px 2px 39px 1px rgba(193,197,201,0.49);}

.features-lable3 img{ width: 100px; height: 100px;}
.features-lable3 h3{ font-weight: 600;}

.features-lable3 p { font-size: 17px; color:#667281; line-height:22px;   }
.features-lable3 hr{ background-color: #000000; width: 100%; height: 1px; opacity: 0.1;}
.feature-color-1{ margin-top: 120px; background-color: #5C6AC4; -webkit-box-shadow: 3px 2px 39px 1px rgba(193,197,201,0.49);
	-moz-box-shadow: 3px 2px 39px 1px rgba(193,197,201,0.49);
	box-shadow: 3px 2px 39px 1px rgba(193,197,201,0.49);}
.feature-color-1 h3 { color: #ffffff; }
.feature-color-1 p { color: #ffffff; font-weight: 100; }
.set-feature-margin{ padding-top:300px;}


/*===========================
  About
============================ */
#about  {
	margin-top:-70px;
	padding:100px;
}

.center h2{
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 10px;
	text-align:center;
	color:#333;
	text-transform:uppercase;
	font-weight:600;
}

.lead {
	text-align:center;
	font-size:16px;
	margin-bottom:50px;
}

/* --- progress --- */
.progress {
	height: 40px;
}
.progress-bar {
	font-size: 14px;
	line-height: 40px;
}

.panel-default{
	border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
	background-color: #e6e6e6;
	border:0 none;
	box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
	background: #fff;
	color: #858586;
}

.panel-body{
	padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
	margin-top: 20px;
	border-top: 1px solid #fff;
}

.panel-group .panel{
	border-radius:4px;
}

.panel-heading{
	border-radius:4px;
}

.panel-title>a{
	color: #4e4e4e;
}

.accordion-inner img{
	border-radius: 4px;
}


.panel-heading.active{
	background: #1f1f20;
}

.panel-heading.active .panel-title>a{
	color:#fff;
}

a.accordion-toggle  i{
	width: 40px;
	line-height: 38px;
	font-size: 20px;
	margin-top: -10px;
	text-align: center;
	margin-right: -15px;
	background: #d9ae6a;
	color:#fff;
	border-radius:4px;
}

.panel-heading.active a.accordion-toggle i{
	background: #d9ae6a;
	color: #fff;
	border-radius:4px;
}

.panel-heading.active a.accordion-toggle.collapsed i{
	background: #d9ae6a;
	color: #fff;
}

/* =====Plo======== */



.not-animation{ margin: 0px; padding: 0px;}

.main-banner{
	width: 100%; height: auto; background: #fafafa; position: relative;
}

.main-banner:before{
	content:"";	width: 100%; height:197px;  position:absolute;
	background-image: url("../images/banner-bottom-img.png");
	background-repeat: no-repeat;
	bottom: 0px;


}

.full-content{ margin:0px; padding:0px; width:100%; height:auto; overflow: hidden; background-color: #f9f9f9; clear: both; }

.full-content-left{ margin: 0px; padding: 0px; width: 50%; height:auto ; float: left; }
.full-img{ margin: 0px; padding: 0px; width: 100%; height:auto ; }
.shop-url-input{ height: 45px; border: 1px solid #666666; border-radius:5px 0px 0px 5px !important;   }
/*.input-margin{margin-top:20px; margin-bottom:20px;}*/
.input-margin .btn-lg { background-color: #ff0066; border:none;
	font-size: 16px;
	font-weight: 600;
	border-radius: 0px 5px 5px 0px;
	padding: 12px 18px ;
}

.input-margin .btn-lg {width: 100%;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-color: #ff0066;
	overflow: hidden;
}
.input-margin .btn-lg:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: #d01e66;*/
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.input-margin .btn-lg:hover,.input-margin .btn-lg:focus,.input-margin .btn-lg:active {
	color: white;
}
.input-margin .btn-lg:hover:before, .input-margin .btn-lg:focus:before, .input-margin .btn-lg:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.input-margin .btn-lg:hover{    background-color: #ca0453!important;}


.set-margin{ margin-top:100px; }
.set-margin-2{ margin-top:50px; }
.set-margin-3{ margin-top:30px; }
.set-margin-4{ margin-top:40px; }
.set-margin-5{ margin-bottom:80px;text-transform: capitalize; }
.set-margin-6{ margin-top:150px; }
.set-padding-1{ padding-top:12%; }
.set-padding-2{ padding-top:50%; }
.set-padding-3{ padding-bottom:40px; }
.img-set-margin{ margin-bottom:10px;  }

.media{ margin-top: 35px;}
.media-img{ width:60px; height:60px; overflow: hidden; border-radius:50px; background-color:#cccccc; }
.img-logo-size{width: 80%; height: auto;}
.media-heading{margin-top: 0;	margin-bottom: 0px;}
.media-body i{color:#ffc80f; margin: 0px; padding: 0px;}
.media-body p{ margin: 0px; padding: 0px;}
.media-body h3{ color:#ff0066; font-weight: 600; }
.media-body h2{ margin: 0px; padding: 15px 0px 0px 5px; color: #666666; font-size:24px !important; font-weight: 400;   }
.media-body h4{ margin: 0px; padding: 0px; color: #999999;   }
.media-body h5{ margin: 0px; padding: 0px 0px 10px 5px; color: #666666; font-size:24px !important; font-weight: 400;   }
.top-divider-line{  border-top:1px solid #e1e1e1; padding-top: 50px; }
.divider{ margin: 50px 0px; padding: 0px; width: 100%; height:1px; background-color: #e9e9e9;}
.trusted-our-client{ margin:20px 0px; }
.clear-section{overflow: hidden;}

.btn-lg {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-color: #ff0066;
	overflow: hidden;
	border: none;
	font-size: 16px;
}
.btn-lg:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: #d01e66;*/
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn-lg:hover, .btn-lg:focus, .btn-lg:active {
	color: white;
}
.btn-lg:hover:before, .btn-lg:focus:before, .btn-lg:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.iphonex-animation{ width:100%; height:auto; margin-top: 40px; padding: 0px;	 position: relative;}
.img-main-screen{ position:relative;  width:89%; height: auto; overflow: hidden; border-radius:20px; margin-left:22px;}
.img-main-iphone{ position:absolute;  width:100%; height: auto; z-index:4; }
.img-anim{position:relative; z-index:0; width: 100%; height: auto; }
.img-anim2{position: absolute; top:0px; left: 0px; z-index:1; width: 100%; height: auto; }



.flag{ margin: 0px; padding-bottom:60px; }
.flag ul{list-style: none; text-decoration:none; margin: 0px; padding: 0px;}
.flag ul li a{ margin: 0px; padding: 0px 15px; display: block; float: left;}
.flag ul li a:hover{ color: #ff0066; }

.link{ margin: 0px; padding: 0px; }
.link ul{list-style: none; text-decoration:none; margin: 0px; padding: 0px;}
.link ul li a{ margin: 0px; padding: 5px 0px; font-size: 12px; line-height: 26px; display: block; -webkit-transition: all 0.1s ; transition: all 0.1s;  }
.link ul li a:hover{ color: #ff0066; }
.link ul li a.active{ color:#ff0066; }


a:hover,a:focus{
	outline: none;
	text-decoration: none;
}
.tab .nav-tabs{  margin-top:100px; border-bottom: 1px solid #e8e8e8;  }
.tab-margin{ margin-left:30%;    }


.tab .nav-tabs li img a{ -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
	filter: grayscale(100%); /* FF 35+ */}

.tab .nav-tabs li img a.active{ transition: filter .5s ease-in-out;
	-webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
	filter: grayscale(0%); /* FF 35+ */}


.tab .nav-tabs li a{
	display: block;
	padding: 10px 12px;
	margin: 0px;
	background: #fff;
	font-size: 20px;
	font-weight: 400;
	color: #112529;
	text-align: center;
	border: none;
	border-radius: 0;
	z-index: 2;
	position: relative;
	transition:all 0.3s ease 0s;
	/* border-bottom: 2px solid #e8e8e8; */
	outline: none;
	text-decoration:none;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{
	border-bottom:3px solid #ff0066;
	/* border: none; */
	outline: none;
	font-weight: 600;
}

.nav-tabs>li.active>a:focus {
	color: #555;
	cursor: default;
	border-top:none;
	border-right:none;
	border-bottom:3px solid #ff0066;
	border-left:none;

}

.tab .tab-content{
	padding: 80px 20px;
	margin-top: 0;
	background: #fff;
	font-size: 15px;
	color: #7a9181;
	line-height: 30px;
	border-radius: 0 0 5px 5px;
}
.tab .tab-content h3{
	font-size: 23px;
	margin-top: 0;line-height: 40px;
}
.set-border{  padding-top: 50px; margin-top: 25px;}
.set-footer{ border-top: 1px solid #c4cdd5;}

.section-bac{ padding: 130px 0px;  background-color: #282828;  background-image: url("../images/section-background.png");
	background-repeat: no-repeat; background-position: right top; margin-bottom: 0; }
.section-bac h1{ padding-top:28%;  font-size: 36px; color: #cccccc; font-weight: 300;}

.watch-demo-bac{background-color: #f9f9f9;
	background-repeat:repeat-x ; padding:130px 0; margin-bottom: 80px;   }
.watch-demo-video{background-image: url("../images/watch-demo-video.png");
	background-repeat:repeat-x ; width: 911px; height: 532px; display: block;  }
.watch-demo-popup{ margin:0px; padding:0px; position: relative;   }
.watch-demo-but{ margin:0px; padding:0px; position:absolute; width: 55px; height: 55px;
	background: #cccccc; z-index: 1; display: block; border-radius:50%; top:50%;  left: 50%;  margin: -10px 0px 0px -25px;  }

.watch-demo-but:hover{ background: #ff0066;  }

.watch-demo-but img{ margin: 15px 0px 0px 20px;}

/* .phone-demo{background-image: url("../images/gif.gif");
    background-repeat:no-repeat ;display: block; width:100%; height: auto;  } */
.phone-demo{ margin-top:40px; padding: 0px; position: relative;}
.phone-demo-gif{ margin: 0px 0px 0px 22px; padding-top: 40px; border-radius:40px; width: 90%; height: auto; overflow: hidden; background-color:#ffffff; }
.phone-demo-gif img{ width: 99%; height: auto;}
.phone-demo-img{ margin: 0px; padding: 0px; position: absolute; width: 100%; height: auto; z-index:2;}

.diy-demo{  margin: 0px; padding: 0px; width: 100%; height: auto;
}
.diy-demo img{ width: 100%; height: auto;    }

.our-customer{  padding: 30px; margin-bottom: 30px; position: relative; border-radius:5px; min-height:450px; height: auto; }
.customer-pic{ width: 60px; height: 60px; left: 30px; top:-25px; border-radius:50%; overflow: hidden; position: absolute;  }
.customer-pic img{ width: 100%; height: auto;  }
.our-customer p{ padding-top: 30px; font-size: 16px; line-height: 24px; }
.our-customer h4{ color:#212B36; font-weight: 600; }
.customer-1{background-color:#FBEAE5;}
.customer-2{background-color:#F6F0FD; }
.customer-3{background-color:#E0F5F5; }
.customer-4{background-color:#EBF5FA; }


.set-carousel{ bottom: -40px;}

.btn-custom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-color: #ffffff;
	/*border: 2px solid #ff0066;*/
	margin-top:14px;
	color:#ff0066;
	background-color: #ff0066;
	color: #fff;
}
.btn-custom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: #ff0066;*/
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active {
	color: white;
	background-color: #ca0453;
}
.btn-custom:hover:before, .btn-custom:focus:before, .btn-custom:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.btn-default{margin-top: 30px; margin-right:10px; }

.btn-custom2 {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-color: #ff0066;
	margin-top:14px;
	color:#ffffff;
	font-size: 16px;
	padding :8px 30px;
	margin-top:24px;


}

.tabs-left>li.active>a, .tabs-left>li.active>a:hover, .tabs-left>li.active>a:focus{border-right-color: transparent;
    padding: 20px 0px;
    color: #ff0066;
    font-weight: 500;
    font-size: 14px; border: none;}

.tabs-left, .tabs-right {
	border-bottom: none;
	padding-top: 2px;
}
.tabs-left {
border: none;
}

.tabs-left>li, .tabs-right>li {
	float: none;
	margin-bottom: 2px;
}
.tabs-left>li {
	margin-right: -1px;
}
.tabs-right>li {
	margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {

	border-right-color: transparent;
}
.btn:focus, .btn:active, button:focus, button:active {
	outline: none !important;
	box-shadow: none !important;
}

#image-gallery .modal-footer{
	display: block;
}

.thumb{
	margin-top: 15px;
	margin-bottom: 15px;
}

.images ul{list-style: none;}
.images li{float: left; width: 33%; padding: 0%}
.cat_header{margin: 0;     padding-top: 47px;padding-bottom: 15px;    font-size: 22px;
	font-weight: 600;}
.bo_top {    border-top: 1px solid #DFE3E8;}
.image_gallery{
	padding-top: 0px;
	float: left;
	padding-bottom: 22px;}
.gallery_content{padding-top: 45px; float: left; width: 100%}
.gallery_content p{    color: #637381;
	font-size: 15px;
	line-height: 28px;
}
.gallery_content h3{font-size: 16px; padding-top: 20px;margin: 0;color: #001429; font-weight: 600}
.gallery_content h4{font-size: 14px; padding-top: 5px;margin: 0;color: #919EAB;}

.gallery_content a{padding-top: 30px; text-decoration: underline;color: #5C6AC4; float: left}
.gallery_content a:hover{color: #00044C; }
.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {

	border-left-color: transparent;
}
.tabs-left>li>a {
	border-radius: 4px 0 0 4px;
	margin-right: 0;
	display:block;    padding: 12px 0!important;
}
.tabs-right>li>a {
	border-radius: 0 4px 4px 0;
	margin-right: 0;
}
.app_showcase_section{margin-top: 72px;}
.showcase_header{    margin-bottom: 53px;}
.showcase_header h1{    font-size: 30px;
    line-height:35px;
    padding-bottom: 8px;
    margin-bottom: 10px;}

.app_slider{  list-style: none;
	border-bottom: 1px dashed #dadada;
	float: left;
	padding-bottom: 26px;padding-top: 35px;}
.app_slider li{float: left; width: 33%;position: relative;}
.app_slider li img{ width: 100%;cursor: zoom-in;opacity: 0.9;}
.app_slider li img:hover{ opacity: 1;}
/*.app_slider li:after {*/
	/*content: "";*/

	/*color: #fff;*/
	/*position: absolute;*/
	/*width: 210px;*/
	/*height: 419px;*/
	/*top: 9px;*/
	/*left: 27px;*/
	/*background: rgba(0,0,0,0.6);*/
	/*opacity: 0;*/
	/*transition: all 0.5s;*/
	/*-webkit-transition: all 0.5s;*/
	/*border-radius: 22px;*/
/*}*/
/*.app_slider li:before {*/
	/*content: "\f00e";*/
	/*font-family: FontAwesome;*/
	/*color: #fff;*/
	/*position: absolute;*/
	/*width: 210px;*/
	/*height: 419px;*/
	/*top: 50%;*/
	/*font-size: 50px;*/
	/*left: 50%;*/
	/*opacity: 0;*/
	/*transition: all 0.5s;*/
	/*-webkit-transition: all 0.5s;*/
	/*border-radius: 22px;*/
/*}*/
/*.app_slider li:hover:after {*/
	/*opacity:1;cursor: pointer;*/
/*}*/

/*.app_slider li:hover:before {*/
	/*opacity:1;*/
/*}*/


.m_pagination li{    background-color: #949494;
	border: 1px solid #949494;}
.m_pagination .active {
	width: 12px;
	height: 12px;
	margin: 0;
	border: 1px solid #ff0066;;
	background-color: #ff0066;
}

.s_links{list-style: none}
.s_links li{float: left; padding: 0 10px;}
.s_links li i{margin: 0!important;padding: 0!important;}
.m_header{float: left;width: 100%;padding-bottom: 3px;}
.m_header h3{    float: left;
	font-size: 18px;
	margin: 0;
	line-height: 31px;
	padding-right: 19px;}
.b_bottom{border-bottom: 1px solid  #efefef!important; float: left;width: 100%;margin-bottom: 25px;}
.s_img img{width: 23%;text-align: center}
.m_body{margin-top: 65px;}
.modal-tall .modal-content {
	height: 100%;    border-radius: 0;

}
.modal-header .close {
	margin-top: -2px;
	font-size: 30px;
}
.modal_100{width: 100%;margin: 0 auto!important;}

.modal-tall{padding: 0!important;}

.left_nav{left: 30% !important;}
.right_nav{right: 31% !important;}
.c_count{    font-size: 41px;
	font-weight: 600;
	color: #363636;

}
.right_nav span, .left_nav span{top:45%!important;}
.btn-custom2:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: #b42764;*/
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn-custom2:hover, .btn-custom2:focus, .btn-custom2:active {
	color: white;
	background-color: #ca0453;
}
.btn-custom2:hover:before, .btn-custom2:focus:before, .btn-custom2:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


.btn-link {
	font-weight: 400;
	color: #ff0066;
	border-radius: 0;
}


#navbar img{ margin-top:12px;margin-right: 25px; }
.navbar-default{background-color: #ffffff;}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 16px;
}

.navbar-default .navbar-nav>li>a {
	color: #333333;
	font-size: 13px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing:0px;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #ff0066;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #ff0066;
	background-color: #ffffff;
}

.dropdown-menu>li>a {
	display: block;
	padding: 10px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #666666;
	white-space: nowrap;
	text-decoration:none;
}


.dropdown-menu>li>a.active {
	color: #ff0066;
	text-decoration:none !important;
	border-left:2px solid #ff0066;
	background-color: #f6f6f6;
}


.dropdown-menu>li>a:hover {

	color: #ff0066;
	text-decoration:none !important;
	border-left:2px solid #ff0066;
}

.dropdown-menu > li.kopie > a {
	padding-left:5px;
}

.dropdown-submenu {
	position:relative;
}
.dropdown-submenu>.dropdown-menu {
	top:0;left:100%;
	margin-top:-6px;margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
}

.dropdown-submenu > a:after {
	border-color: transparent transparent transparent #333;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	content: " ";
	display: block;
	float: right;
	height: 0;
	margin-right: -10px;
	margin-top: 5px;
	width: 0;
}

.dropdown-submenu:hover>a:after {
	border-left-color:#555;
}

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
	text-decoration: underline;
}




.section-background{
	padding: 130px 0px;
	background-color: #fafafa;

}



.mobilescreen-background{
	padding: 130px 0px 0px 0px;
	background-color: #ffd6d6;
	height: auto;
	position: relative;
	margin-bottom:30px;
	overflow: hidden;

}

.mobile-set-background{
	position: absolute;
	right:0px;
	bottom: 0px;


}
.talk-background{
	padding:0px;
	background-color: #ffd6d6;
	height: auto;
	position: relative;
	margin:30px 0px 0px 0px;
	overflow: hidden;

}
.talk { margin-top: 30px; padding: 10% 0px 0px 10%;}
.talk ul { margin: 0px; padding: 0px;}
.talk ul li { margin: 15px 0px; padding-left: 30px; padding-right: 30px; list-style: none;
	text-align: left; display: block; background-image: url("../images/tick-1.png");
	background-repeat: no-repeat; background-position: left top;
	font-size: 18px; font-weight: 400; color: #000;}



.track-background{
	background-image: url("../images/track-bg-1.png"); background-repeat: no-repeat;

}
.product { margin-top: 30px; padding: 0px;}
.product ul { margin: 0px; padding: 0px;}
.product ul li { margin: 15px 0px; padding-left: 30px; list-style: none;
	text-align: left; display: block; background-image: url("../images/tick-1.png");
	background-repeat: no-repeat; background-position: left top;
	font-size: 18px; font-weight: 400;}

#section{ margin: 0px; padding: 80px 0px }
#section-2{ margin: 0px; padding: 80px 0px }
#section-3{ margin: 0px; padding: 80px 0px 0px 0px; }
.trusted-clint{ margin: 0px; padding: 0px;}
.trusted-clint ul{ margin: 0px; padding: 0px;}
.trusted-clint ul li { list-style: none; margin: 0px; padding: 0px; }
.trusted-clint ul li a{ list-style: none; margin: 0px; padding: 10px 30px; display: block; float: left; filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */}


.trusted-clint ul li a:hover{ filter: none;
	-webkit-filter: grayscale(0%);}

.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
	margin-top:50px;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 1px;
	left: 50%;
	margin-left: -1.5px;
	border: 1px dashed #e6e6e6;
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	width: 48%;
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 10px;
	padding: 30px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
	margin-top: -60px;
}

.timeline > li:not(.timeline-inverted) {
	padding-right:90px;
}

.timeline > li.timeline-inverted {
	padding-left:90px;
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline > li > .timeline-badge {
	color: #fff;
	width: 55px;
	height: 55px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #ffffff;
	border: 2px solid #ffd6d6;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline-badge.primary {
	background-color: #2e6da4 !important;
}
.timeline-badge.success {
	background-color: #3f903f !important;
}
.timeline-badge.warning {
	background-color: #f0ad4e !important;
}
.timeline-badge.danger {
	background-color: #d9534f !important;
}
.timeline-badge.info {
	background-color: #5bc0de !important;
}
.timeline-title {
	margin-top: 0;
	color: inherit;
	color: #333333;
	font-size: 24px;
}
.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
	color: #667281;
	line-height: 1.6em;
}
.timeline-body > p + p {
	margin-top: 5px;
	color: #667281;
	font-weight: 400;

}

.focus-t span {
	bottom: 36px !important;;
	color: #ff0066;
	font-size: 15px;
	transition: all 0.3s ease 0s;
	z-index:1;
}
.focus-t input:focus{
	border-color: #d74141;
}
.text-effect input  {
	border:none;
	border-bottom:1px solid #999999 !important;
	border-radius: 0;
	position:absolute;
	bottom:0;
	border-style: none none solid;
	border-width: 0 0 2px;
	box-shadow: none;
	z-index:2;
	background-color:transparent;
}
.form-control:focus {
	/*border-bottom:2px solid #ff0066 !important;*/
	box-shadow: none;
	outline: 0 none;
	transition:0.6s;outline: none;
}
.text-effect {
	position: relative;
	height:70px;
}

.text-effect span {
	bottom: 3px;
	position: absolute;
	z-index:1;left: 0;
}



.modal-body	{padding: 0px 40px 40px 40px;}
.modal-header { border:none;}

.text-effect select  {
	border:none;
	border-bottom:1px solid #999999 !important;
	border-radius: 0;
	position:absolute;
	bottom:0;
	border-style: none none solid;
	border-width: 0 0 2px;
	box-shadow: none;
	z-index:2;
	background-color:transparent;
}

.text-effect-background{ background-color: #ffffff; border-radius:10px; padding: 50px; margin-bottom: 100px;}

.select-set{ padding: 7px 0px 7px 0px !important;}
.img-animation{ position:relative;}
.img-over{ position:absolute; z-index:100; top:-50px; left:150px; }


.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
	overflow:hidden;
}
.item.active img {
	transition: transform 5000ms linear 0s;
	/* This should be based on your carousel setting. For bs, it should be 5second*/
	transform: scale(1.05, 1.05);
}

.shopify_img.active img {
	transition: none!important;
	/* This should be based on your carousel setting. For bs, it should be 5second*/
	transform: none!important;
}



.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}


.carousel-control span{ position: absolute; top:50%;   }

.Note-text{float: left; margin-top: 73px;}


label{font-weight: 300;}
.pricing_header_content {
	margin: 6em 1em 2em 0em;
}

.pricing_header_content h1 {
	color: #454F5B;
	font-weight: 600;
	font-size: 32px;
	/*text-transform: capitalize;*/
	font-family: 'Open Sans';
	padding-top: 45px;
}

.pricing_header_content h4 {
	color: #939393;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin: 20px 0 45px;
}

.bg-gray {
	background: #f5f5f5;
}

.pricing_box_header {
	border-bottom: 1px solid #e4e4e4;
	padding: 0.5em;
	height: 58px;
	float: left;
	width: 100%;
}

.shpoify_pricing img {
	padding: 10% 0;
}

.pricing_box_header h6 {
	color: #3f3f3f;
	padding: 0px 0;
	font-size: 18px;
	text-align: center;
}

.pricing_box_header h3 {
	background-color: #fff;
	color: #3f3f3f;
	font-size: 19px;
	left: 50%;
	letter-spacing: 3px;
	margin: 6px 6px 6px -64px;
	padding: 0;
	position: relative;
	top: 3px;
	width: 129px;
	z-index: 1000;
	text-align: center;
}

.pricing_box_header p {
	margin-left: 80px;
	font-weight: 500;
	letter-spacing: 3px;
	line-height: 39px;
}

.pricing_box_header h5 {
	letter-spacing: 3px;
}

.pricing_container {
	border: 1px solid #e4e4e4;
	float: left;
}

.pricing_container .col-md-5 {
	padding: 0 !important;
}

.pricing_container .col-md-7 {
	padding: 0 !important;
}

.pricing_container h2 {
	font-size: 6em;
	font-weight: 400;
	color: #000;
	margin: 0.2em auto;
}

.pricing_container h4 {
	font-size: 1.3em;
	font-weight: 500;
	width: 100%;
	float: left;
	padding: 0 .7em;
	line-height: 1.2em;
	text-align: center;
	color: #616161;
	margin: 1em auto;
}

.pricing_content {
	padding: 4.9em 1em;
	float: left;
}

.pricing_content1 {
	width: 100%;
	float: left;
	padding: 3.6em 1em 4.8em 1em !important;
}

.pricing_content1 h4 {
	font-size: 17px;
	margin-bottom: 42px;
	font-family: "Helvetica", Arial, Helvetica, sans-serif;
	margin-top: 2.2em;
	padding: 0 15%;
	line-height: 32px;
}

.base {
	font-size: 0.3em;
	margin: 0;
	font-weight: 500;
}

.dollar {
	font-size: 0.5em;
}

.tab-content {
	float: left;
	width: 100%;
	margin-bottom: 4em;
}

.pricing-footer {
	width: 100%;
	margin: 2em 0;
	float: left;
	text-align: center;
}

.button-purple {
	background-color: #f90090;
	border-radius: 5px;
	color: #fff !important;
	font-family: "Helvetica", Arial, Helvetica, sans-serif;
	font-weight: 500;
	padding: 0.7em 1.9em;
	font-size: 1.3em;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.button-purple:hover {
	background: #ab066a;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.pricing_feature_list ul {
	float: left;
	width: 100%;
}

.pricing_feature_list ul li {
	font-size: 17px;
	color: #000;
	padding: 0.2em 0.5em;
	margin-left: 40px;

	list-style-image: url('../images/tick.png');
}

.pricing_tab_box {
	width: auto;
	margin: 50px auto;
}

.build_mobile_get_started_btn > input {
	border: 1px solid #D6E0F6;
	height:45px;
	margin-bottom: 10px;
	padding-left: 15px;
	width: 295px;
}

.build_mobile_get_started_btn > button {
	background-color: #d32e92;
	border: medium none;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing:0px;
	line-height: 45px;
	margin: 0 0 0 -4px;
	padding: 0 17px 2px;
}

.singup_input > input {
	border: 1px solid #D6E0F6;
	height: 60px;
	margin-bottom: 10px;
	float: none;
	padding-left: 15px;
	width: 100%!important;
	margin-bottom: 20px!important;
	border-radius: 5px!important;
}
.plan_img_singup {
	position: absolute;
	top: 128px;
	right: -101px;
	z-index: 1;
}
.singup_input_btn {
	width: 100%!important;
	border-radius: 5px!important;
	padding: 16px 18px!important;
}
.singupform h2{    font-size: 21px;
	font-weight: bold;}
.build_mobile_get_started_btn > p {
	color: #999999;
	font-size: 13px;
	padding: 5px 0 11px;
}
.mobileBottomForm{
	display:none;
}
.pricingSupTag{
	right: -0.4em;
	font-weight: 500;
	font-size: 48%;
}
.pricingSubTag{
	left: -0.8em;
	font-weight: 400;
	font-size: 40%;
}
.validationTopError{
	color: #999999 !important;
	font-family: 'Open Sans';
	font-weight: 300!important;
}
/*pricing page css*/

.pricing_page{font-family: 'Open Sans'!important;}
.pricing_info_section{background: url(../images/pricing_info_bg.jpg) no-repeat;width: 100%;  background-size: cover; padding: 6% 0;color: #fff;}
.pricing_info_left_section img{float: left;margin:10px;}
.pricing_info_left_section h4{  float: left;
	font-family: 'Open Sans' !important;
	font-size: 30px;
	line-height: 44px;
	margin: 0;
	padding-left: 15px;
	color: #fff;}
#pricing_testmonila_slider .owl-item div{
	padding:5px;
}
#pricing_testmonila_slider .owl-item img{
	display: block;

	height: auto;

}
.pricing_help_section{padding: 4% 0;}
.slider_item{padding: 0 16%; width: 100%;float: left;font-weight: 700; font-family: 'Open Sans' !important;}
.slider_item h3{ font-family: 'Open Sans';}
.slider_item h4{ font-family: 'Open Sans';}
.slider_item h5{color: #9f9f9f;
	font-family: 'Open Sans';
	font-size: 14px;

	padding: 10px 0;}



.opensansr{ font-family: 'Open Sans' !important;}
.margin_tb{margin:15px 0 ;}
.pricing_help_left_section h4{font-size: 32px;line-height: 48px; color: #000; padding-bottom: 20px;font-family: 'Open Sans' !important;}
.pricing_help_row{padding: 20px 0;}
.pricing_help_row h3{margin: 0; font-size: 70px; color: #f90090;float: right;font-family: 'Open Sans' !important; }
.pricing_help_row h3 span{font-size: 30px; color: #f90090; font-weight: thin;}
.pricing_help_row  p{float: left;font-size: 16px;color: #666666;}

.pricing_demo_section {
	background-color: #4b4b4b;
	padding: 4% 0;
	color: #fff;
}
.margin_top_0{margin-top:0!important; }
.margin_left_0{margin-left:0!important; }
.margin_right_0{margin-right:0!important; }
.margin_bottom_0{margin-bottom:0!important; }

.pricing_testimonilas{background-color: #f3f3f3; padding: 2% 0 4%;}
.pricing_testimonilas h3{text-align: center;padding: 30px 0 50px; margin: 0;font-family: 'Open Sans' ; font-size: 32px; color: #000;}
.feature_list_container {margin: 20px 0; border-radius: 6px;background-color: #fff;position: relative;overflow: hidden}
.feature_list_container h2{margin: 0;color:#FF0066; line-height: 65px; text-transform: uppercase;font-family: 'Open Sans' !important; font-size: 18px; font-weight: 500; text-align: center;border-bottom: 1px solid #f1f1f1 }

.packages_pricing_details{    padding: 0px 0 19px 0;
	text-align: center}
.packages_features_list{padding: 0 0 20px 0; margin-left: 13px;}
.packages_features_list ul{ list-style-type:none; padding: 0 15px 0 6px; color: #999999;}
.packages_features_list li{font-size: 14px;color: #666;font-family: 'Open Sans'!important;padding: 5px 0;text-align: left; }
.packages_features_list li svg{    width: 15px;
	height: 15px;
	float: left;
	margin: 0;margin-top: 6px;}
.packages_features_list h6{line-height: 40px;cursor: pointer; text-decoration: underline; font-size: 18px; color: #3366ff;}
.packages_pricing_details{position: relative;}
.packages_pricing_details h3{font-size: 45px;position: relative;margin: 0; padding: 35px 10px 0px;font-weight: 600;color: #4D4D64;}
.package_curreny{font-size: 35px;
	left: 32%;
	position: absolute;
	top: 6px; font-weight: 300;}
.package_plan{font-size: 30px;
	left: 59%;
	position: absolute;
	bottom: 0px;font-weight: 300;  font-weight: 400;}

.package_curreny1{font-size: 35px;
	left: 29%;
	position: absolute;
	top: 6px; font-weight: 300;}
.package_plan1{font-size: 30px;
	left: 63%;
	position: absolute;
	bottom: 0px;font-weight: 300;  font-weight: 400;}
.border_radius_top_left{border-top-left-radius:5px;}
.border_radius_top_right{border-top-right-radius:5px;}
.border_radius_bottom_left{border-bottom-left-radius:5px;}
.border_radius_bottom_right{border-bottom-right-radius:5px;}


.package_curreny2{font-size: 35px;
	left: 26%;
	position: absolute;
	top: 6px; font-weight: thin;}
.package_plan2{font-size: 30px;
	left: 63%;
	position: absolute;
	bottom: 0px;font-weight: thin;  font-weight: 400;}

.package_curreny3{font-size: 35px;
	left: 24%;
	position: absolute;
	top: 6px; font-weight: thin;}
.package_plan3{font-size: 30px;
	left: 63%;
	position: absolute;
	bottom: 0px;font-weight: thin;  font-weight: 400;}

.package_curreny4{font-size: 35px;
	left: 19%;
	position: absolute;
	top: 6px; font-weight: thin;}
.package_plan4{font-size: 30px;
	left: 68%;
	position: absolute;
	bottom: 0px;font-weight: thin;  font-weight: 400;}
.packages_pricing_details h4 {
	color: #fa0294;
	font-family: 'Open Sans' !important;
	font-size: 17px;
	font-weight: 600;
	margin: 0;
	padding: 9px 0 22px;
}
.packages_pricing_details h5 {
	border-bottom: 1px solid #D6E0F6;
	color: #333333;
	font-family: 'Open Sans';
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
	margin: 0 0 0 12%;
	padding: 30px 0 15px;
	width: 76%;
}
.one_timecost {
	color: #333;
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 2px;
}
.s_cont{padding-top: 15px; font-size: 16px;}
.one_timecost_price {
	color: #333;
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 13px;
}
.h1_t{font-size: 30px;}
.one_timecost_bottom {
	color: #333;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 20px;
}

.tooltip_1 {
	position: relative;
	display: inline-block;
	opacity: 1;
}
.tooltiptext_1:after {
	content: "";
	position: absolute;
	height: 16px;
	width: 16px;
	top: -8px;
	left: 49%;
	background-color: #637381;
	transform: rotate(45deg);
}
.tooltip_1 .tooltiptext_1 {
	visibility: hidden;
	width: 230px;
	background-color: #637381;
	color: #fff;
	text-align: left;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 20000;
	top: 36px;
	left: 50%;
	margin-left: -121px;
	padding: 18px;
}
.tooltip_1 span {color: #8b9aa3;font-size: 11px;}
.tooltip_1:hover .tooltiptext_1 {
	visibility: visible;
	opacity: 1;
}
.tooltiptext_1 p{    font-size: 13px;
	font-family: 'Open Sans';margin: 0;}
.tooltiptext_1 ul{    list-style: none;
	font-size: 12px;
	padding: 0;
	font-family: 'Open Sans';
	padding: 0 0;}
.tooltiptext_1 li {
	padding: 4px 0;
	color: #fff;
	line-height: 17px;
	text-align: left;
	padding-left: 9px;
	font-size: 12px;
}

.tooltiptext_1 p {
	font-size: 13px!important;
	font-family: 'Open Sans';
	color: #fff!important;
	line-height: 20px!important;
}



.package_getstared_btn{background-color:#00ba59; color: #fff;font-size: 16px;
	padding: 10px 25px; margin-top: 14px;}

.package_getstared_btn.focus, .package_getstared_btn:focus, .package_getstared_btn:hover{background-color:#00ba59; color: #fff!important;font-size: 16px;
	padding: 10px 25px;

}
.comming_soon_btn{background-color:transparent; border: 1px solid #00ba59; color: #00ba59!important;font-size: 16px;
	padding: 10px 25px; border-radius: 5px;  cursor: default;display: inline-block; margin-top: 14px;}

.comming_soon_btn.focus, .comming_soon_btn:focus, .comming_soon_btn:hover{background-color:transparent; border: 1px solid #00ba59; color: #00ba59!important;font-size: 16px;
	padding: 10px 25px; border-radius: 5px;  cursor: default;}

.btn_margin{margin-left: 150px;}
.standard_package{position: relative;  background-color: #fff !important;}
.most_populer_package { background-color: #fa0392;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	height: 65px;
	left: 0;
	padding: 5px 0;
	position: absolute;
	text-align: center;
	top: -60px;
	width: 100%;
	z-index: -5;}
.most_populer_package h4 {
	font-size: 19px;
	letter-spacing: 2px;
	line-height: 52px;
	margin: 0;
	padding: 0;color: #fff;
}
.pricing_info_right_section h4{   font-family: 'Open Sans' !important;color: #fff;
	font-weight: 500;
	padding-bottom: 3px;font-size: 23px;margin: 0;}
.pricing_info_right_section h5 {
	color: #999999;
	font-family: 'Open Sans' !important;
	font-size: 18px;
	line-height: 27px;
	width: 100%;
}
.pricing_faq_questions {
	margin-top: 42px;
}
.ma_left{margin-left: 19px;}
.arrow_black{     position: absolute;
	left: 50%;
	top: -6px;
	margin-left: -21px;
	width: 7.5%;}

.min_hgt{min-height: 555px}
.border{border: 1px solid #c4cdd5}
.pricing_demo_container h4{font-family: 'Open Sans' !important; font-size:32px; padding-bottom: 20px;}
.pricing_demo_container h5{font-family: 'Open Sans' !important;color: #999;font-size: 18px;}
.pricing_faq_questions h3{ font-family: 'Open Sans' !important;color: #000; font-size:20px;}
.pricing_faq_questions p{
	font-family: 'Open Sans' !important;
	color: #666;
	font-size: 14px;
	font-weight: 300; }
.pricing_faq_section h2{text-align: center;font-family: 'Open Sans'; margin: 0; color: #000;
	padding: 2% 0 4%; font-size: 32px;}
.faq_query h4{text-align: center;padding: 20px 0; font-family: 'Open Sans' ;font-size: 15px; }
.pricing_demo_container a{color: #3399ff; text-decoration: none;font-family: 'Open Sans' !important;}
.pricing_demo_container a:hover{text-decoration: underline;cursor: pointer;}
.faq_query a {
	color: #3399ff;
	font-weight: 600;
	text-decoration: none;
}
.pricing_info_left_section {
	padding-left: 15%;
}
.small_sqr {
	background-color: #fff;
	border: 1px solid #D6E0F6;
	float: left;
	height: 10px;
	margin-top: 7px;
	width: 10px;
}
.enterprise_plan_section{background-color: #333333; padding: 3% 0;width: 100%; float: left;color: #fff;margin-bottom: 50px;}
.enterprise_plan_left_panel h2{font-size: 32px; font-family:Roboto;font-weight: 500;margin: 0;line-height: 45px;}
.enterprise_plan_left_panel h3{font-size: 15px; font-family:Roboto;font-weight: 300;margin: 0;line-height: 22px;padding-top: 10px; }
.request_demo_btn{  border: 0 none;
	font-size: 16px;
	font-weight: 300;
	margin-top: 17px; padding: 0.6em 2.6em;}

.starterdiscount-id{   color: #333 !important;
	font-size: 17px !important;
	font-weight: 500 !important;
	left: 50%;
	margin-left: 106px !important;
	position: absolute;
	top: -13px;}
.day_trail{
	float: left;
	margin-top: 10px;
	font-size: 12px;
}
.carousel-control.right{background:none!important; }
.carousel-control.left{background:none!important; }

.packages_features_list p {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    color: #989898;
    display: inline-block;
    padding: 0 0px;
    width: 81%;
    margin: 0px 2px 11px 10px;
}
.shopify_parter_img{    width: 122px;
	padding-left: 0;
	margin-left: 77px;
	margin-top: 8px;

}

.client_tabs li span:hover {
	transition: filter .5s ease-in-out;
	-webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
	filter: grayscale(0%); /* FF 35+ */
	opacity: 1;
}
.client_tabs li.active a span {
	transition: filter .5s ease-in-out;
	-webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
	filter: grayscale(0%); /* FF 35+ */
	opacity: 1;
}

.client_tabs li span {
	-webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
	filter: grayscale(100%); /* FF 35+ */
	opacity: 0.5;
}


.package_details_plans h4 {
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	text-align: center;
	color: #6b6b6b;
	font-family: 'Open Sans';padding-top: 12px;

}
.package_details_plans p{
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	color: #989898;
	margin: 0;
	font-family: 'Open Sans';padding-bottom: 9px;text-align: center;

}
.slider_item {
	padding: 0 28%;
	width: 100%;
}

.slider_item h6 {
	color: #f90090;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	padding-top: 10px;
	text-decoration: underline;width: 125px;
}
/*.prcing_help_get_btn{text-align: center;}*/

.testimonial_left_arrow > img {
	margin-top: 80px;
	transform: rotate(180deg);
}
.testimonial_right_arrow > img {
	margin-top: 80px;

}
.view_plan_container{cursor: pointer; padding-bottom: 25px;}
.view_plan_container img{padding-top: 20px;}
.view_plan_container h3{color: #454F5B;font-size: 25px;margin-top: 15px;line-height: 38px;}
.view_plan h3{margin:-12px 0 0 0px!important;}
.border_left_0{border-left: none!important;}
.border_right_0{border-right: none!important;}
.packages_pricing_details > p {
	color: #6b6b6b;
	font-size: 14px;
	line-height: 22px;
	padding: 20px 18px;
	width: 100%;
	min-height: 105px;
	overflow: hidden;
}
.enterprise_plan_details > p{min-height: 100px!important;
	font-size: 16px;
	font-weight: 600;
	line-height: 27px;}
.color_code1{color:#f90090;font-family: 'Open Sans'; }
.plan_content {
	color: #454F5B;
	font-family: 'Open Sans';
	line-height: 29px;
	margin: 0;
	display: inline-block;
}
td svg:not(:root) {
	height: 18px;
	overflow: hidden;
}

.rotate180 svg{  -ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}


.border_none{border: none!important;}
/* START COMPARISON TABLE STYLES */
.comparetable {width: 100%; table-layout: auto; text-align: center; border-collapse: collapse; }
.comparetable tr {background: transparent!important;font-family: 'Open Sans';}
.comparetable td,
.comparetable th {padding: 20px; text-align: center;font-family: 'Open Sans';}
.comparetable td.rowTitle {text-align: left;font-family: 'Open Sans';}
.blank {
	background-color: #F4F6F8;
	color: #454F5B!important;
	font-size: 18px;
	font-weight: 400;
	text-align: left!important;
	font-family: 'Open Sans';text-transform: capitalize;
}
.blueshine th {color: #FF0066; text-align: center; font-size: 16px;font-family: 'Open Sans';padding: 20px!important;
	font-weight: 500; border: 1px solid #c4cdd5;  background-color: #F4F6F8;}
.blueshine td { border: 1px solid #c4cdd5;text-align: center; font-family: 'Open Sans';  padding: 13px 25px;}
.blueshine td.rowTitle { padding-left: 25px;
	background-color: transparent !important;
	color: #454F5B;
	font-family: 'Open Sans';
	font-size: 13px;
	padding: 18px 7px 18px 25px;}
/* END COMPARISON TABLE STYLES */
.pricing_shopurl_input{
	border: 1px solid #D6E0F6;
	height: 49px;
	margin: 0;
	color: #000;
	font-family: Roboto;
	padding: 0;
	text-align: center;
	font-size: 16px;
	width: 208px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	max-width: 100%;
}
.pricing_shopurl_submit{
	background-color: #00ba59;
	color: #fff;
	font-size: 16px;
	height: 50px;
	font-family: Roboto;
	width: 208px;
	padding: 0 20px;
	vertical-align: bottom;
	font-weight: 500;
	border: none;
	border-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	max-width: 100%;
}
.platform-btn{
	cursor: pointer;
	padding: 10px 22px !important;
	border-radius: 5px;
	background-color: #fff;
	color: #fa0792 !important;
	margin-left: 20px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	line-height: 21px !important;
	font-size:13px;
	font-family: arial;
	font-weight: 600;
	border: none;
}
.platform-btn:hover{background-color: #f90090 !important; color: #fff !important; }
.connect-field {
	display: none;
	height: 40px !important;
	padding: 1px 70px 3px 22px !important;
	text-transform: none;
	text-decoration: none;
	color: white;
	border: solid 2px #fa0792;
	width: 325px !important;
	text-align: left;
	border-radius: .3em;
	letter-spacing: 3px;
	padding-left: 30px;
	background: transparent;
	font-size: 11pt;
	line-height: 1;
	font-weight: 300;
	height: 24px;
}
.ok-btn {
	position: absolute;
	background: #fa0792 !important;
	color: white;
	float: right;
	width: 55px;
	height: 40px !important;
	top: 0px;
	bottom: 0;
	right: 0;
	padding: 8px 15px;
	border: none !important;
	border-radius: 0 4px 4px 0;
}

.mobileBottomForm{
	display:none;
}
.pricingSupTag{
	right: -0.4em;
	font-weight: 500;
	font-size: 48%;
}
.pricingSubTag{
	left: -0.8em;
	font-weight: 400;
	font-size: 40%;
}
.validationTopError{
	color: #999999 !important;
	font-family: Roboto;
	font-weight: 300!important;
}
.pricing_form{position: relative;}
.pricing_form label.error{    position: absolute;
	left: 50%!important;
	bottom: -30px;
	margin-left: -82px;}

.pricing_form_bottom label.error {
	position: absolute;
	left: 66px;
	bottom: -34px;font-size:13px;
}
.pricing_form label.shopURLError{left: 44%!important;}

.switch {
	background: #FA0392;
	border-radius: 32px;
	display: inline-block;
	height: 23px;
	width: 48px;
	position: relative;
	cursor: pointer
}

.switch label {
	color: #5f6a7d;
	line-height: 23px;
	max-width: 120px !important;
	width: 120px;
	cursor: pointer;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease
}

.switch label:first-of-type {
	position: absolute;
	right: 65px;
	text-align: right
}

.switch label:last-of-type {
	position: absolute;
	left: 65px;
	text-align: left
}

.switch .toggle {
	background: #fff;
	height: 17px;
	width: 17px;
	left: 0;
	position: absolute;
	top: 3px;
	z-index: 1;
	-webkit-transition: left 0.2s ease;
	-o-transition: left 0.2s ease;
	transition: left 0.2s ease
}

.switch input {
	height: 23px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 48px;
	z-index: 2;
	margin: 0 !important;
	cursor: pointer
}

.switch input:checked ~ .toggle {
	left: 3px
}

.switch input ~:checked ~ .toggle {
	left: 26px
}

.switch input:checked {
	z-index: 0
}

.switch input:checked ~ label:nth-of-type(1) {
	color: #5f6a7d;
}

.switch input:checked ~ label:nth-of-type(2) {
	color: #949eae
}

.switch input ~:checked ~ label:nth-of-type(1) {
	color: #949eae;
}

.switch input ~:checked ~ label:nth-of-type(2) {
	color: #5f6a7d
}
.circle, .switch .toggle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.enquiry_form {
	margin: -20px 5%;
	width: auto !important;
}

.enquiry_form_page {
	margin: -20px 10%;
	width: auto !important;
	padding-bottom: 30px;
}

.pading-zero{ padding: 0px}
.phone_label {
	position: relative;
	top: 12px;
	font-size: 16px;color: #888;
}
.phone-number-con{margin-left: 15px;width:93% }
.modal_select{ width:100% !important;    padding-left: 0px;font-size: 16px;    padding: 0px 36px 0px 0px;}
.modalSelectContainer {position:relative; padding-left:0px;border-bottom: 1px solid #D6E0F6; padding: 0px 0px 12px 0px;}
.messageText{ resize: none;padding: 5px 10px; width: 100%; height: 100px;font-size: 16px; border:1px solid #ccc; margin-top: 25px;}
.modalSelectContainer:after {
	content:'>';
	font:15px "Consolas", monospace;
	color:#aaa;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	right:8px; top:16px;
	padding:0 0 2px;

	position:absolute;
	pointer-events:none;
}

.modal_select_platform {
	position: relative;
	text-align: left;
}

/* Menu css*/
.DropChild li a {
	color: #4b4b4b !important;
	font-family: Roboto !important;
	font-size: 14px !important;
	text-transform: capitalize!important;
	font-weight: 500 !important;
	line-height: 50px !important;
	padding: 0 21px !important;
	position: relative;
	border-radius: 4px!important;
}

.dropCustom{
	text-transform: uppercase;
	line-height: 65px;
}
.topMenu li ul {
	padding: 0;
	position: absolute;
	top: 65px;
	left: 0;
	width:210px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	cursor: pointer;
	color: #555;border-radius: 3px;
}
.topMenu li ul li {
	background: #fff;
	display: block;
	color: #555;
	line-height: 22px;
}
.topMenu li ul li a {
	color: #555;
}
.topMenu li ul li:hover { background: #f5f5f5; color:#d32e92!important;  }

.topMenu li a:hover{color:#d32e92;}
.topMenu li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
/* end */

.comparetable.blueshine img {
	height: 27px;
}


.slider_item h3, .slider_item h4, .slider_item h5 {
	font-family: OpenSans-Regular;
	line-height: 32px;
}


.carousel-control{ opacity: 0.89!important;}

.switch {
	background: #FA0392;
	border-radius: 32px;
	display: inline-block;
	height: 23px;
	width: 48px;
	position: relative;
	cursor: pointer
}

.switch label {
	color: #5f6a7d;
	line-height: 23px;
	max-width: 120px !important;
	width: 120px;
	cursor: pointer;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease
}

.switch label:first-of-type {
	position: absolute;
	right: 65px;
	text-align: right
}

.switch label:last-of-type {
	position: absolute;
	left: 65px;
	text-align: left
}

.switch .toggle {
	background: #fff;
	height: 17px;
	width: 17px;
	left: 0;
	position: absolute;
	top: 3px;
	z-index: 1;
	-webkit-transition: left 0.2s ease;
	-o-transition: left 0.2s ease;
	transition: left 0.2s ease
}

.switch input {
	height: 23px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 48px;
	z-index: 2;
	margin: 0 !important;
	cursor: pointer
}

.switch input:checked ~ .toggle {
	left: 3px
}

.switch input ~:checked ~ .toggle {
	left: 26px
}

.switch input:checked {
	z-index: 0;
}

.switch input:checked ~ label:nth-of-type(1) {
	color: #5f6a7d;
}

.switch input:checked ~ label:nth-of-type(2) {
	color: #949eae
}

.switch input ~:checked ~ label:nth-of-type(1) {
	color: #949eae;
}

.switch input ~:checked ~ label:nth-of-type(2) {
	color: #5f6a7d
}
.circle, .switch .toggle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.enquiry_form {
	margin: -20px 5%;
	width: auto !important;
}

.enquiry_form_page {
	margin: -20px 10%;
	width: auto !important;
	padding-bottom: 30px;
}
#submit_banner{margin-left: -5px;width: auto;}

.submit_btn{margin-left: -2px!important;}

.shop-url-input{width:65%!important;}
.aknowledge-msg{text-align: center;}

.terms_ofuse {
	list-style: decimal!important;
	overflow-y: scroll!important;
}
.label_left label{text-align: left!important;float: left;}
.cust_width{width: 560px!important;}
.grd_color{
	position: relative;padding-bottom: 215px;overflow: hidden;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dadffb+32,b3bcf5+100 */
	background: #dadffb; /* Old browsers */
	background: -moz-linear-gradient(top, #dadffb 32%, #b3bcf5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #dadffb 32%,#b3bcf5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #dadffb 32%,#b3bcf5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadffb', endColorstr='#b3bcf5',GradientType=0 ); /* IE6-9 */}
.pathimg{position: absolute; bottom: -40px; width: 100%; }
.right_img{position: absolute; right: 0; width: 47%}

.fe_banner{position: relative}
.back_screen{position: absolute; left: 40%; top:10%;width: 48%;z-index: 10;}
.abnback_screen{position: absolute; left: 40%; top:10%;width: 61%;z-index: 1;}
.popup_screen{position: absolute; left: 39%; top: 219px;; width: 50%;z-index: 11;}

.plan_img {
	position: absolute;
	top: 217px;
	right: -27px;
	z-index: 1;
}


.fe_banner1 {
	background-image: url(../images/back-11.png);
	background-position: left;
	background-repeat: no-repeat;
	/* height: 207px; */
	/* max-width: 101%; */
	position: relative;
	width: 93%;
	background-size: 100%;
	padding: 50% 0;
}
.fe_banner2 {
	background-image: url(../images/back-22.png);
	background-position: right;
	background-repeat: no-repeat;
	/* height: 207px; */
	/* max-width: 101%; */
	position: relative;
	width: 100%;
	background-size: 100%;
	padding: 50% 0;
}
.fe_banner3 {
	background-image: url(../images/back-33.png);
	background-position: left;
	background-repeat: no-repeat;
	/* height: 207px; */
	/* max-width: 101%; */
	position: relative;
	width: 93%;
	background-size: 100%;
	padding: 50% 0;
}
.multi_currency_banner1 {
	background-image: url(https://d3myyafggcycom.cloudfront.net/assets/website/features/multi-currency/left-group-1.png);
	background-position: left;
	background-repeat: no-repeat;
	/* height: 207px; */
	/* max-width: 101%; */
	position: relative;
	width: 93%;
	background-size: 100%;
	padding: 50% 0;
}
.multi_currency_banner2 {
	background-image: url(https://d3myyafggcycom.cloudfront.net/assets/website/features/multi-currency/right-assets-2.png);
	background-position: right;
	background-repeat: no-repeat;
	/* height: 207px; */
	/* max-width: 101%; */
	position: relative;
	width: 100%;
	background-size: 100%;
	padding: 50% 0;
}

.filters_banner1 {
	background-image: url(https://d3myyafggcycom.cloudfront.net/assets/website/features/filters/assets-10.png);
	background-position: left;
	background-repeat: no-repeat;
	/* height: 207px; */
	/* max-width: 101%; */
	position: relative;
	width: 93%;
	background-size: 91%;
	padding: 52% 0;
}
.filters_banner2 {
	background-image: url(https://d3myyafggcycom.cloudfront.net/assets/website/features/filters/assets-3.png);
	background-position: right;
	background-repeat: no-repeat;
	/* height: 207px; */
	/* max-width: 101%; */
	position: relative;
	width: 100%;
	background-size: 100%;
	padding: 52% 0;
}
.filters_banner3 {
	background-image: url(https://d3myyafggcycom.cloudfront.net/assets/website/features/filters/asset-4.png);
	background-position: left;
	background-repeat: no-repeat;
	/* height: 207px; */
	/* max-width: 101%; */
	position: relative;
	width: 93%;
	background-size: 100%;
	padding: 52% 0;
}
.cut_width{position: relative; margin-left: 8%}
.acnbaner1 {
	background-image: url(https://d3myyafggcycom.cloudfront.net/assets/website/features/abandoned-banner/abandoned-section-1.png);
	background-position: left;
	background-repeat: no-repeat;
	/* height: 207px; */
	/* max-width: 101%; */
	position: relative;
	width: 93%;
	background-size:100%;
	padding: 53% 0;

}
.acnbaner2 {
	background-image: url(https://d3myyafggcycom.cloudfront.net/assets/website/features/abandoned-banner/abandoned-section-2.png);
	background-position: left;
	background-repeat: no-repeat;
	/* height: 207px; */
	/* max-width: 101%; */
	position: relative;
	width: 100%;
	background-size:100%;
	padding: 53% 0;
}
.acnbaner3 {
	background-image: url(https://d3myyafggcycom.cloudfront.net/assets/website/features/abandoned-banner/abandoned-section-3.png);
	background-position: left;
	background-repeat: no-repeat;
	/* height: 207px; */
	/* max-width: 101%; */
	position: relative;
	width:  93%;
	background-size: 100%;
	padding: 53% 0;
}
.acnbaner4 {
	background-image: url(https://d3myyafggcycom.cloudfront.net/assets/website/features/abandoned-banner/abandoned-section-4.png);
	background-position: left;
	background-repeat: no-repeat;
	/* height: 207px; */
	/* max-width: 101%; */
	position: relative;
	width: 100%;
	background-size:100%;
	padding: 53% 0;
}
.acnbaner5 {
	background-image: url(https://d3myyafggcycom.cloudfront.net/assets/website/features/abandoned-banner/abandoned-section-5.png);
	background-position: top center;
	background-repeat: no-repeat;
	/* height: 207px; */
	/* max-width: 101%; */
	position: relative;
	width: 93%;
	background-size:100%;
	padding: 53% 0;
}


.aibaner1 {
	background-image: url(https://d3myyafggcycom.cloudfront.net/assets/website/features/ai-products/lime-section-2.png);
	background-position: left;
	background-repeat: no-repeat;
	/* height: 207px; */
	/* max-width: 101%; */
	position: relative;
	width: 93%;
	background-size:100%;
	padding:56% 0;

}
.aibaner2 {
	background-image: url(https://d3myyafggcycom.cloudfront.net/assets/website/features/ai-products/lime-section-3.png);
	background-position: left;
	background-repeat: no-repeat;
	/* height: 207px; */
	/* max-width: 101%; */
	position: relative;
	width: 100%;
	background-size:100%;
	padding: 56% 0;
}
.aibaner3 {
	background-image: url(https://d3myyafggcycom.cloudfront.net/assets/website/features/ai-products/lime-section-4.png);
	background-position: left;
	background-repeat: no-repeat;
	/* height: 207px; */
	/* max-width: 101%; */
	position: relative;
	width:  93%;
	background-size: 100%;
	padding: 56% 0;
}
.aibaner4 {
	background-image: url(https://d3myyafggcycom.cloudfront.net/assets/website/features/ai-products/lime-section-5.png);
	background-position: left;
	background-repeat: no-repeat;
	/* height: 207px; */
	/* max-width: 101%; */
	position: relative;
	width: 100%;
	background-size:100%;
	padding: 56% 0;
}
.aibaner5 {
	background-image: url(https://d3myyafggcycom.cloudfront.net/assets/website/features/ai-products/lime-section-6.png);
	background-position: top center;
	background-repeat: no-repeat;
	/* height: 207px; */
	/* max-width: 101%; */
	position: relative;
	width: 93%;
	background-size:100%;
	padding: 56% 0;
}


.multi-banner-assets{position: absolute;
	left: 30%;
	top: 10%;
	width: 67%;
	z-index: 10;}

.filter_banner{
	position: absolute;
	left: 23%;
	top: 10%;
	width: 57%;
	z-index: 10;

}
.singupform{    background: #fff;
	padding: 50px 50px;
	margin: 10% 0 0 0;
	border-radius: 6px;position: relative; z-index: 11;
}
.power_btn{background-color:#FF0066;}
.customer_review{border:1px solid #c4cdd5; border-radius: 6px; text-align: center}
.review_client_details{     padding-bottom: 23px;
	padding-top: 35px;}
.review_client_details h3{    margin: 0;
	padding: 21px 0 0 0;
	font-size: 22px;
	font-weight: 500;}
.review_client_details h4{  font-size: 16px; margin: 0;
	padding: 10px 0 13px 0;}
.left_side{float: left; width: 50%; border-right:1px solid #c4cdd5;padding: 25px 0;}
.right_side{float: left; width: 50%; padding: 25px 0;}
.downaload_nos  {  border-top: 1px solid #c4cdd5;
	border-bottom: 1px solid #c4cdd5;

	float: left;
	width: 100%;
	height: 100%;
}
.custome_review_sections h1{    text-align: center;
	padding: 40px 0 0% 0;}
.signuphr{margin-bottom: 7%; margin-top: 10px; height: 10px; width: 50px; background:#ff0066; }
.downaload_nos h3{  margin: 0;   padding: 15px 0 2px 0;   font-size: 22px;
	color: #000;
	font-weight: 600;}

.downaload_nos p{color:#696969}
.customer_review h5{padding: 25px; font-size: 20px;color: #808080 }
.client_avatr {
	height: 80px;
	width: 80px;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -44px;
	top: 9px;
}
.client_avatr img{    height: 80px;
	width: 80px;
	border-radius: 50%;
	object-fit: cover;}

.start_free_tr_btn{
	background-color: #fff;
	border: 1px solid  #FF0066;
	width: 84%;color: #FF0066;margin: 0;padding: 8px;
}
.start_free_tr_btnactive{	background-color: #FF0066;
	border: 1px solid  #fff;}
.start_free_tr_btn:hover{color: #fff;background-color:#FF0066;color: #fff; }

.bfcm_start_btn{
	background-color: #FF0066;
	border: 1px solid #FF0066;
	width: 84%;
	color: #ffffff;
	margin: 0;
	padding: 8px;
}
.bfcm_start_btnactive{	background-color: #FF0066;
	border: 1px solid  #FF0066;}
.bfcm_start_btn:hover{color: #fff;background-color:#ca0453;}




.enterprisepackages_pricing_details h3{font-size: 30px;color: #FF0066; font-weight: 500;}
.enterprise_plan{border: 1px solid #D6E0F6; box-shadow:0px 2px 5px 0px rgba(0,0,0,0.2); float: left;width: 100%;padding: 5px 20px;border-radius: 6px;}
.contact_us_btn{margin-top: 53px;}
.pricing_page_wrapper{position: relative;}
.p_top_bg{position: absolute; top:0; left: 0; background-color: #F4F6F8; height: 568px; width: 100%;z-index: -1;}

.p_customer_section{
	position: relative;
	margin-top: 100px;}
.p_customer_section h2{color: #212b36;font-size: 32px; line-height: 55px; padding:20px 0;font-weight: 500;text-align: center; opacity: 1;}
.p_customer_section_bg{    position: absolute;
	top: 0;
	left: 0;
	background: url(../assets/testimonial-map-pattens.png) no-repeat;
	opacity: 0.4;
	background-size: 62%;
	background-position: center;
	height: 100%;
	width: 100%;
}
.p_hr{    height: 3px;
	width: 100px;
	text-align: center;
	background-color: #FF0066;
	padding-bottom: 0;
	float: left;
	position: relative;
	left: 50%;
	margin-left: -54px;
	margin-bottom: 55px;}
/*index3 page css*/

.index3_page{font-family: 'Open Sans', sans-serif;}
.index3bg{background-image: url("https://d3myyafggcycom.cloudfront.net/assets/website/index3bg1x.png");
background-repeat: no-repeat; width: 100%; height: 100%; background-position: center top; background-size: 100%; text-align: center;padding:11% 0px 10%;}

.index3content h1{    font-size: 53px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin: 0px;}

.index3content h2{     font-size: 40px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	padding-bottom: 17px;
	margin-top: 0;
}
.index3content h3{    color: #fff;
	font-size: 30px;
	padding-top: 2px;font-weight: 600;padding-bottom: 30px;}
.index3content h3 span{font-weight: 400}
.se_padding{padding: 0px 0; float: left; width: 100%;}
.m_1{    text-align: center;
	width: 81%;
	margin: 0 auto;}
.m_1 h2 {
	padding-top: 35px;
	color: #0A0B09;
	font-size: 31px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.m_1 h3 {
	color: #51555A;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	line-height: 35px;
	width: 67%;
	margin: 0 auto;
}
.m_2 h2 {
	color: #3D3D3D;
	font-size: 22px;
	text-align: left;
	width: 100%;
	line-height: 55px;
	font-weight: bold;
}
.m_hr{     height: 11px;
	width: 29px;
	text-align: center;
	background-color: #FF0066;
	padding-bottom: 0;
	float: left;
	position: relative;
	margin: 0px 0;
	}
.m_2 h3 {
	color: #000000;
	font-size: 21px;
	line-height: 50px;
	font-weight: 600;
	padding-top: 30px;
}

.in3 ul{list-style: none;padding: 0}
.in3 li {
	color: #8b8ea6;
	font-size: 18px;
	line-height: 57px;
	font-weight: 400;
	padding: 4px 0;
}
.in3 li p {
	color: #8b8ea6;
	font-size: 18px;
	line-height: 31px;
	padding-left: 28px;
}
.m_2 h4 {
	color: #434C54;
	font-size: 18px;
	font-weight: 400;
	/* font-style: italic; */
	line-height: 38px;
	padding-top: 0;
	width: 74%;
}
.m_2 h5 {
	color: #586570;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	padding-top: 11px;
}
.m_2 p {
	color: #586570;
	font-size: 18px;
	line-height: 37px;width: 87%;
}

.m_2 p a {
	color: #8087AE;
	font-size: 18px;
	text-decoration: underline;width: 86%;
}

/*.in3 li p {*/
	/*color: #586570;*/
	/*font-size: 21px;*/
	/*line-height: 45px;*/
	/*padding-left: 28px;*/
/*}*/
.tri_icon {
	float: left;
	margin-top: 6px;
}
.m_line{font-size: 18px!important; font-weight: 600!important; color: #434c54!important; width: 80%;}
.index3testimonials {
	position: relative;
	border-left: 1px solid #dadada;
	padding: 25px 20px;
}
.index3testimonials:after{content: ""; position: absolute; left: 0px; top:0; height: 1px; width: 50px; background: #dadada;}
.index3testimonials:before{content: ""; position: absolute; left: 0px; bottom:0; height: 1px; width: 50px; background: #dadada;}
.index3testimonials h3 {
	color: #637381;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	line-height: 37px;
	margin: 0;
	padding: 0;
	width: 80%;
}
.index3testimonials h4 {
	color: #33393F;
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	line-height: 32px;
}

.m_2 h5 a{color: #000;
	text-decoration: underline;}
.index3testimonials h3 span{font-weight: 600;}
.holidays_content{margin-top: 25px; }
.holidays_content h1{text-align: center; font-size: 24px; color: #212B36}
.holidays_content p{font-size: 17px; color:#637381; line-height: 25px; text-align: center;padding-bottom: 25px; }
.inputcheckbox{font-size: 16px;}
.inputcheckbox label{height: 35px;}
.he_50{height: 50px!important;}
.country_selection{font-size: 15px;padding-left: 25px; font-weight: 500; float: left;}
.holiday_subt{background-color:#5c6ac4;color: #fff;margin-top: 0; }
.inputcheckbox{padding-left: 12px;}

.hs-form-checkbox{width: 50%; float: left;}
.hs-input {
	border: none;
	border-bottom: 1px solid #dadada;
	height: 30px;
	padding-bottom: 0;
	margin-bottom: 12px;
	width: 100%;
	color: #000;    float: left;
	height: 17px;
	text-align: left;
}
.hs-input span{float: right;
	width: 0;}
.inputs-list.multi-container{list-style: none;}
.inputs-list.multi-container li{float: left; width: 50%;}
.hs-form-fiel label{color: #000;}
.hs-button-reset,
.hs-form .hs-button {
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1;
	margin: 0;
	outline: 0;
	padding: 0
}

.base-hs-button-styles,
.hs-form .hs-button {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	padding: 7px 18px 7px;
	position: relative;
	text-align: center
}

.base-hs-button-styles:hover,
.hs-form .hs-button:hover {
	text-decoration: none
}

input.hs-input[type=checkbox],
input.hs-input[type=radio] {
	cursor: pointer
}

input.hs-input,
textarea.hs-input,
select.hs-input {
	display: inline-block;
	width: 210px;
	height: 18px;
	padding: 4px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #666;
	border: 1px solid #ccc;

}

textarea.hs-input {
	padding-top: 5px
}

html.webkit textarea.hs-input {
	padding-top: 6px;
	padding-left: 5px
}

input.hs-input[type=checkbox],
input.hs-input[type=radio] {
	width: auto;
	height: auto;
	padding: 0;
	margin: 3px 0;
	line-height: normal;
	border: none
}

input.hs-input[type=file] {
	background-color: #fff;
	padding: initial;
	border: initial;
	line-height: initial;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

input.hs-input[type=button],
input.hs-input[type=reset],
input.hs-input[type=submit] {
	width: auto;
	height: auto
}

input.hs-input[type=search] {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	background-image: url("/common_assets/static-2.158/img/form/search.png");
	background-repeat: no-repeat;
	padding-left: 26px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 3px;
	background-position: 8px 8px
}

html.firefox input.hs-input[type=search] {
	position: relative;
	top: 1px
}

input.hs-input[type=search].transparent-image {
	background-image: url("/common_assets/static-2.158/img/form/search-transparent.png")
}

input.hs-input[type="search"]::-webkit-search-decoration,
input.hs-input[type="search"]::-webkit-search-cancel-button,
input.hs-input[type="search"]::-webkit-search-results-button,
input.hs-input[type="search"]::-webkit-search-results-decoration {
	display: none
}

select.hs-input,
input.hs-input[type=file] {
	height: 27px
}

select[multiple].hs-input {
	height: inherit
}

textarea.hs-input {
	height: auto
}

.hs-input:-moz-placeholder {
	color: #bfbfbf
}

.hs-input::-webkit-input-placeholder {
	color: #bfbfbf
}

input.hs-input,
textarea.hs-input {

}

input.hs-input:focus,
textarea.hs-input:focus {
	outline: none;

}

input.hs-input.error,
.hs-form div.field.error input,
.hs-form div.field.error textarea,
.hs-form div.field.error .chzn-choices,
textarea.hs-input.error {
	border-color: #c87872;

}

input.hs-input.error:focus,
.hs-form div.field.error input:focus,
.hs-form div.field.error textarea:focus,
.hs-form div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus {
	border-color: #b9554d;

}

.input-mini.hs-input,
input.mini.hs-input,
textarea.mini.hs-input,
select.mini.hs-input {
	width: 60px
}

.input-small.hs-input,
input.small.hs-input,
textarea.small.hs-input,
select.small.hs-input {
	width: 90px
}

.input-medium.hs-input,
input.medium.hs-input,
textarea.medium.hs-input,
select.medium.hs-input {
	width: 150px
}

.input-large.hs-input,
input.large.hs-input,
textarea.large.hs-input,
select.large.hs-input {
	width: 210px
}

.input-xlarge.hs-input,
input.xlarge.hs-input,
textarea.xlarge.hs-input,
select.xlarge.hs-input {
	width: 270px
}

.input-xxlarge.hs-input,
input.xxlarge.hs-input,
textarea.xxlarge.hs-input,
select.xxlarge.hs-input {
	width: 530px
}

.input-stretch.hs-input,
input.stretch.hs-input,
textarea.stretch.hs-input,
select.stretch.hs-input {
	box-sizing: border-box;
	width: 100%
}

textarea.hs-input.xxlarge {
	overflow-y: auto
}

input.hs-input.span1,
textarea.hs-input.span1,
select.hs-input.span1 {
	display: inline-block;
	float: none;
	width: 30px;
	margin-left: 0
}

input.hs-input.span2,
textarea.hs-input.span2,
select.hs-input.span2 {
	display: inline-block;
	float: none;
	width: 90px;
	margin-left: 0
}

input.hs-input.span3,
textarea.hs-input.span3,
select.hs-input.span3 {
	display: inline-block;
	float: none;
	width: 150px;
	margin-left: 0
}

input.hs-input.span4,
textarea.hs-input.span4,
select.hs-input.span4 {
	display: inline-block;
	float: none;
	width: 210px;
	margin-left: 0
}

input.hs-input.span5,
textarea.hs-input.span5,
select.hs-input.span5 {
	display: inline-block;
	float: none;
	width: 270px;
	margin-left: 0
}

input.hs-input.span6,
textarea.hs-input.span6,
select.hs-input.span6 {
	display: inline-block;
	float: none;
	width: 330px;
	margin-left: 0
}

input.hs-input.span7,
textarea.hs-input.span7,
select.hs-input.span7 {
	display: inline-block;
	float: none;
	width: 390px;
	margin-left: 0
}

input.hs-input.span8,
textarea.hs-input.span8,
select.hs-input.span8 {
	display: inline-block;
	float: none;
	width: 450px;
	margin-left: 0
}

input.hs-input.span9,
textarea.hs-input.span9,
select.hs-input.span9 {
	display: inline-block;
	float: none;
	width: 510px;
	margin-left: 0
}

input.hs-input.span10,
textarea.hs-input.span10,
select.hs-input.span10 {
	display: inline-block;
	float: none;
	width: 570px;
	margin-left: 0
}

input.hs-input.span11,
textarea.hs-input.span11,
select.hs-input.span11 {
	display: inline-block;
	float: none;
	width: 630px;
	margin-left: 0
}

input.hs-input.span12,
textarea.hs-input.span12,
select.hs-input.span12 {
	display: inline-block;
	float: none;
	width: 690px;
	margin-left: 0
}

input.hs-input.span13,
textarea.hs-input.span13,
select.hs-input.span13 {
	display: inline-block;
	float: none;
	width: 750px;
	margin-left: 0
}

input.hs-input.span14,
textarea.hs-input.span14,
select.hs-input.span14 {
	display: inline-block;
	float: none;
	width: 810px;
	margin-left: 0
}

input.hs-input.span15,
textarea.hs-input.span15,
select.hs-input.span15 {
	display: inline-block;
	float: none;
	width: 870px;
	margin-left: 0
}

input.hs-input.span16,
textarea.hs-input.span16,
select.hs-input.span16 {
	display: inline-block;
	float: none;
	width: 930px;
	margin-left: 0
}

input.hs-input[disabled],
select.hs-input[disabled],
textarea.hs-input[disabled] {
	background-color: #f5f5f5;
	border-color: #ddd;
	cursor: not-allowed
}

.help-inline,
.help-block {
	font-size: 11px;
	line-height: 18px;
	color: #818181
}

.help-inline {
	padding-left: 5px
}

.help-block {
	display: block;
	max-width: 600px
}

.inline-inputs {
	color: #818181
}

.inline-inputs span,
.inline-inputs input {
	display: inline-block
}

.inline-inputs input.mini {
	width: 60px
}

.inline-inputs input.small {
	width: 90px
}

.inline-inputs span {
	padding: 0 2px 0 1px
}

.input-prepend input,
.input-append input {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}

.input-prepend .add-on,
.input-append .add-on {
	position: relative;
	background: #f5f5f5;
	border: 1px solid #ccc;
	z-index: 2;
	float: left;
	display: block;
	width: auto;
	min-width: 16px;
	height: 18px;
	padding: 4px 4px 4px 5px;
	margin-right: -1px;
	font-weight: normal;
	line-height: 18px;
	color: #bfbfbf;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}

.input-prepend .active,
.input-append .active {
	background: #bfe0bf;
	border-color: #59ad59
}

.input-append input {
	float: left;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}

.input-append .add-on {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin-right: 0;
	margin-left: -1px
}

.hs-form {
	margin-bottom: 18px
}

.hs-form fieldset {
	margin-bottom: 18px;
	padding-top: 18px
}

.hs-form fieldset legend {
	display: block;
	margin-left: 150px;
	font-size: 19.5px;
	line-height: 1;
	color: #414141
}

.hs-form .clearfix,
.hs-form .field,
.hs-form .hs-form-field {
	margin-bottom: 18px
}

.hs-form .clearfix:after,
.hs-form .field:after,
.hs-form .hs-form-field:after {
	content: "";
	display: table;
	clear: both
}

.hs-form label {
	padding-top: 5px;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	float: left;
	width: 130px;
	text-align: right;
	color: #414141
}

.hs-form .input {
	margin-left: 150px
}

.hs-form div.field.error {
	background: #fae5e3;
	padding: 6px 0;
	margin-bottom: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px
}

.hs-form div.field.error>label,
.hs-form div.field.error span.help-inline,
.hs-form div.field.error span.help-block {
	color: #9d261d
}

.hs-form div.field.error .input-prepend span.add-on,
.hs-form div.field.error .input-append span.add-on {
	background: #f4c8c5;
	border-color: #c87872;
	color: #b9554d
}

.hs-form .hsErrMsgContainer ul {
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left: 7px;
	list-style: none
}

.hs-form .hsErrMsgContainer ul li {
	font-size: 12px;
	color: #a44e47
}

.hs-form .hsErrMsgContainer .hs-block-message {
	min-width: 200px;
	width: 200px
}

.hs-form .hsErrMsgContainer .hs-block-message ul {
	margin-top: 0px
}

.hs-form .actions {
	background: #f5f5f5;
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 17px 20px 18px 150px;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px
}

.hs-form .actions .secondary-action {
	float: right
}

.hs-form .actions .secondary-action a {
	line-height: 30px
}

.hs-form .actions .secondary-action a:hover {
	text-decoration: underline
}

.hs-form .inputs-list {
	margin: 0 0 5px;
	width: 100%
}

.hs-form .inputs-list>li {
	display: block;
	padding: 0;
	width: 50% !important;
}

.hs-form .inputs-list label {
	display: block;
	float: none;
	width: auto;
	padding: 0;
	line-height: 18px;
	text-align: left;
	white-space: normal;
	font-weight: normal
}

.hs-form .inputs-list label strong {
	color: #818181
}

.hs-form .inputs-list label small {
	font-size: 11px;
	font-weight: normal
}

.hs-form .inputs-list .inputs-list {
	margin-left: 25px;
	margin-bottom: 10px;
	padding-top: 0
}

.hs-form .inputs-list:first-child {
	padding-top: 6px
}

.hs-form .inputs-list>li+li {
	padding-top: 2px
}

.hs-form .inputs-list input[type=radio],
.hs-form .inputs-list input[type=checkbox] {
	margin-bottom: 0
}

.hs-form.stacked {
	padding-left: 20px
}

.hs-form.stacked fieldset {
	padding-top: 9px
}

.hs-form.stacked legend {
	margin-left: 0
}

.hs-form.stacked label {
	display: block;
	float: none;
	width: auto;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	padding-top: 0;
	margin-bottom: 4px
}



.hs-form.stacked .field div.input {
	margin-left: 0
}

.hs-form.stacked .field div.input>input+a,
.hs-form.stacked .field div.input select+a,
.hs-form.stacked .field div.input textarea+a {
	margin-top: 4px;
	display: block
}

.hs-form.stacked .inputs-list {
	margin-bottom: 0
}
.hs-error-msg{color: red!important;}
.hs-form.stacked .inputs-list>li {
	padding-top: 0;
	width: 100%;
}

.hs-form.stacked .inputs-list>li label {
	font-weight: normal;
	padding-top: 0
}

.hs-form.stacked div.error {
	padding: 3px 10px 6px;
	margin-top: 0;
	margin-left: -10px;
	margin-bottom: 9px
}

.hs-form.stacked .actions {
	margin-left: -20px;
	padding-left: 20px
}

.hs-form {
	padding-left: 0px
}

.hs-form.stacked {
	padding-left: 0px
}

.hs-form.stacked fieldset {
	padding: 0
}

.hs-form .hs-button {
	color: #fff;
	background-color: #5b69c4;
	padding: 12px 23px;
	border-radius: 3px;
	font-size: 16px;
}

.hs-form .hs-button:visited,
.hs-form .hs-button:hover {
	color: #fff
}

/*.hs-form .hs-button:hover:not(.inactive),*/
/*.hs-form .hs-button:focus:not(.inactive),*/
/*.hs-form .hs-button.hovered:not(.inactive) {*/
	/*box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0 0 5px #3574e3;*/
	/*border-top: 1px solid #4db0ee;*/
	/*border-bottom: 1px solid #1946be;*/
	/*border-right: 1px solid #3080e3;*/
	/*border-left: 1px solid #3080e3*/
/*}*/
.hs-fieldtype-text label span{font-size: 14px;color: #8e8e8e;}
/*.hs-form .hs-button:active:not(.inactive):not(.link),*/
/*.hs-form .hs-button.depressed:not(.inactive):not(.link),*/
/*.dropdown-open>.hs-form .hs-button:not(.inactive):not(.link) {*/
	/*background-color: #599eeb;*/
	/*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3574e3), color-stop(100%, #599eeb));*/
	/*background-image: -webkit-linear-gradient(top, #3574e3, #599eeb);*/
	/*background-image: -moz-linear-gradient(top, #3574e3, #599eeb);*/
	/*background-image: linear-gradient(top, #3574e3, #599eeb);*/
	/*box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px -1px 0px rgba(255, 255, 255, 0.3);*/
	/*border-top: 1px solid #1c4ed5;*/
	/*border-bottom: 1px solid #4084e2;*/
	/*border-right: 1px solid #468ee6;*/
	/*border-left: 1px solid #468ee6*/
/*}*/

.dropdown-open>.hs-form .hs-button:not(.inactive):not(.link) {
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3)
}

.hs-form .hs-button.disabled.disabled.disabled.disabled,
.hs-form .hs-button[disabled][disabled][disabled] {
	background-color: #6387c5;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #88b1ce), color-stop(100%, #6387c5));
	background-image: -webkit-linear-gradient(top, #88b1ce, #6387c5);
	background-image: -moz-linear-gradient(top, #88b1ce, #6387c5);
	background-image: linear-gradient(top, #88b1ce, #6387c5);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0);
	border-top: 1px solid #7baacc;
	border-bottom: 1px solid #5774be;
	border-right: 1px solid #6c94c7;
	border-left: 1px solid #6c94c7;
	cursor: default;
	color: #ededed;
	text-shadow: none;
	opacity: 0.6
}

.hs-form .hs-button.disabled.disabled.disabled.disabled.next:before,
.hs-form .hs-button[disabled][disabled][disabled].next:before {
	opacity: 0.5
}

.hs-form .hs-button.disabled.disabled.disabled.disabled.previous:before,
.hs-form .hs-button[disabled][disabled][disabled].previous:before {
	opacity: 0.5
}

.hs-form .hs-button.next:before,
.hs-form .hs-button.previous:before {
	background: url(/style_guide/static-8.319/img/hs-button-arrows.png) center 0 no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
	content: " ";
	z-index: 99
}

.hs-form .hs-button.next {
	padding-right: 32px
}

.hs-form .hs-button.next:before {
	right: 9px
}

.hs-form .hs-button.previous {
	padding-left: 32px
}

.hs-form .hs-button.previous:before {
	background-position: center -16px;
	left: 9px
}

.hs-form .hs-button.inactive {
	cursor: default
}

.hs-form ul {
	list-style: none
}

.hs-form label {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;    color: #a7a7a7;
	font-weight: 300!important;
}

.hs-form label.hidden {
	display: none
}

.hs-form .hs-field-desc {
	color: #aaa;
	margin: 0px 0px 5px 150px;
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.hs-form .hs-form-required {
	color: red
}

.hs-form .field {
	margin-bottom: 9px
}

.hs-form .hs-richtext {
	margin-bottom: 3px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	font-size: 14px;
	color: #414141
}

.hs-form .hs-richtext hr {
	text-align: left;
	margin-left: 0;
	width: 91%
}

.hs-form .email-correction,
.hs-form .email-validation {
	padding-top: 3px;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.hs-form .email-correction a,
.hs-form .email-validation a {
	cursor: pointer
}

.hs-form .inputs-list {
	padding-left: 5px;
	list-style: none
}

.hs-form .inputs-list li input {
	margin: 3px 5px 3px 0px
}

.hs-form input[type=checkbox],
.hs-form input[type=radio] {
	margin-right: 5px
}

.hs-form input:not([type="image"]),
.hs-form textarea {
	box-sizing: content-box
}

.hs-form.stacked .hs-field-desc {
	margin: 0px 0px 2px 0px
}

.hs-form .hs-input,
.hs-form textarea.hs-input {
	box-sizing: border-box;
	max-width: 500px;
	width: 90%;
	border: none;
	border-bottom: 1px solid #dadada;
}

.hs-form .hs-input:not[type=checkbox],
.hs-form .hs-input:not[type=radio],
.hs-form textarea.hs-input:not[type=checkbox],
.hs-form textarea.hs-input:not[type=radio] {
	min-height: 18px;
	min-width: 100px
}

.hs-form .actions {
	background: transparent;
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 17px 20px 18px 0px;
	border-top: none;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px
}

.hs-form .actions .secondary-action {
	float: right
}

.hs-form .actions .secondary-action a {
	line-height: 30px
}

.hs-form .actions .secondary-action a:hover {
	text-decoration: underline
}

.pika-single {
	z-index: 9999;
	display: block;
	position: relative;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.pika-single.is-hidden {
	display: none
}

.pika-single.is-bound {
	position: absolute;
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5)
}

.pika-single {
	*zoom: 1
}

.pika-single:before,
.pika-single:after {
	content: " ";
	display: table
}

.pika-single:after {
	clear: both
}

.pika-lendar {
	float: left;
	width: 240px;
	margin: 8px
}

.pika-title {
	position: relative;
	text-align: center
}

.pika-title select {
	cursor: pointer;
	position: absolute;
	z-index: 9998;
	margin: 0;
	left: 0;
	top: 5px;
	filter: alpha(opacity=0);
	opacity: 0
}

.pika-label {
	display: inline-block;
	*display: inline;
	position: relative;
	z-index: 9999;
	overflow: hidden;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff
}

.pika-prev,
.pika-next {
	display: block;
	cursor: pointer;
	position: relative;
	outline: none;
	border: 0;
	padding: 0;
	width: 20px;
	height: 30px;
	text-indent: 20px;
	white-space: nowrap;
	overflow: hidden;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 75% 75%;
	opacity: 0.5;
	*position: absolute;
	*top: 0
}

.pika-prev:hover,
.pika-next:hover {
	opacity: 1
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
	cursor: default;
	opacity: 0.2
}

.pika-prev,
.is-rtl .pika-next {
	float: left;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
	*left: 0
}

.pika-next,
.is-rtl .pika-prev {
	float: right;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
	*right: 0
}

.pika-select {
	display: inline-block;
	*display: inline
}

.pika-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0
}

.pika-table th,
.pika-table td {
	width: 14.28571%;
	padding: 0
}

.pika-table th {
	color: #999;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	text-align: center
}

.pika-table abbr {
	border-bottom: none;
	cursor: help
}

.pika-button {
	cursor: pointer;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	border: 0;
	margin: 0;
	width: 100%;
	padding: 5px;
	color: #666;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	background: #f5f5f5
}

.is-today .pika-button {
	color: #3af;
	font-weight: bold
}

.is-selected .pika-button {
	color: #fff;
	font-weight: bold;
	background: #3af;
	box-shadow: inset 0 1px 3px #178fe5;
	border-radius: 3px
}

.is-disabled .pika-button {
	pointer-events: none;
	cursor: default;
	color: #999;
	opacity: 0.3
}

.pika-button:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
	border-radius: 3px !important
}

.pika-week {
	font-size: 11px;
	color: #999
}

.hs-form fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 500px
}

.hs-form fieldset.form-columns-1 .hs-input {
	width: 95%
}

.hs-form fieldset.form-columns-1 .input {
	margin-right: 8px
}

.hs-form fieldset.form-columns-1 input[type="checkbox"],
.hs-form fieldset.form-columns-1 input[type="radio"] {
	width: auto
}

.hs-form fieldset.form-columns-2 .hs-form-field {
	width: 50%;
	float: left
}

.hs-form fieldset.form-columns-2 .input {
	margin-right: 8px
}

.hs-form fieldset.form-columns-3 .hs-form-field {
	width: 32.7%;
	float: left
}

.hs-form fieldset.form-columns-3 .input {
	margin-right: 8px
}

.hs-form fieldset .hs-form-field.hidden-label {
	margin-top: 24px
}

.hs-form .hs-social-login {
	border-radius: 3px;
	box-sizing: content-box;
	width: 95%;
	max-width: 480px;
	height: 90px
}

.hsformerror {
	margin: 0 0 2px;
	padding: 2px 6px;
	height: auto;
	background-color: #fdd2d0;
	font-size: 11px;
	border: 1px solid #fcb3af;
	padding: 4px 16px 4px 10px;
	color: #000;
	display: none;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #fdd2d0));
	background-image: -webkit-linear-gradient(#fefefe, #fdd2d0);
	background-image: -moz-linear-gradient(#fefefe, #fdd2d0);
	background-image: -o-linear-gradient(#fefefe, #fdd2d0);
	background-image: linear-gradient(#fefefe, #fdd2d0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 6px #ddd;
	-moz-box-shadow: 0 0 6px #ddd;
	box-shadow: 0 0 6px #ddd;
	z-index: 99999
}

.hsformerror em {
	border: 10px solid;
	border-color: #fdd2d0 transparent transparent;
	bottom: -17px;
	display: block;
	height: 0;
	left: 60px;
	position: absolute;
	width: 0
}

.hsformerror p {
	font-family: Lucida Grande, Lucida Sans Unicode, bitstream vera sans, trebuchet ms, verdana, sans-serif;
	margin: 0;
	float: left;
	margin-right: 8px
}

.hsformerror:hover {
	cursor: default
}

.hsformerror .close-form-error {
	float: right;
	display: inline;
	top: 3px;
	position: absolute;
	font-family: Verdana !important;
	color: #b17c79 !important;
	cursor: pointer !important;
	font-size: 11px !important;
	font-weight: normal !important
}

.hsformerror .close-form-error:hover {
	color: #cc8884
}

.custome_content{
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
background: transparent!important;
border: none!important;outline: none!important;}






@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
	form.hs-form .form-columns-2 .hs-form-field,
	form.hs-form .form-columns-3 .hs-form-field {
		float: none;
		width: 100%
	}
	form.hs-form .form-columns-2 .hs-form-field .hs-input,
	form.hs-form .form-columns-3 .hs-form-field .hs-input {
		width: 95%
	}
}

@media (max-width: 422px) {
	.all-social-types {
		height: 100px
	}
}

@media (max-width: 342px) {
	.hs-social-login {
		height: 72px
	}
}


/*.hs-form-checkbox-display {*/
	/*display: block;*/
	/*position: relative;*/
	/*padding-left: 35px;*/
	/*margin-bottom: 12px;*/
	/*cursor: pointer;*/
	/*font-size: 22px;*/
	/*-webkit-user-select: none;*/
	/*-moz-user-select: none;*/
	/*-ms-user-select: none;*/
	/*user-select: none;*/
/*}*/

/*!* Hide the browser's default checkbox *!*/
/*.hs-form-checkbox-display input {*/
	/*position: absolute;*/
	/*opacity: 0;*/
	/*cursor: pointer;*/
	/*height: 0;*/
	/*width: 0;*/
/*}*/

/*!* Create a custom checkbox *!*/
/*.hs-form-checkbox-display span {*/
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*height: 25px;*/
	/*width: 25px;*/
	/*background-color: #eee;*/
/*}*/

/*!* On mouse-over, add a grey background color *!*/
/*.hs-form-checkbox-display:hover input ~ .checkmark {*/
	/*background-color: #ccc;*/
/*}*/

/*!* When the checkbox is checked, add a blue background *!*/
/*.hs-form-checkbox-display input:checked ~ .checkmark {*/
	/*background-color: #2196F3;*/
/*}*/

/*!* Create the checkmark/indicator (hidden when not checked) *!*/
/*.hs-form-checkbox-display span:after {*/
	/*content: "";*/
	/*position: absolute;*/
	/*display: none;*/
/*}*/

/*!* Show the checkmark when checked *!*/
/*.hs-form-checkbox-display input:checked ~ .checkmark:after {*/
	/*display: block;*/
/*}*/

/*!* Style the checkmark/indicator *!*/
/*.hs-form-checkbox-display .hs-form-checkbox-display span:after {*/
	/*left: 9px;*/
	/*top: 5px;*/
	/*width: 5px;*/
	/*height: 10px;*/
	/*border: solid white;*/
	/*border-width: 0 3px 3px 0;*/
	/*-webkit-transform: rotate(45deg);*/
	/*-ms-transform: rotate(45deg);*/
	/*transform: rotate(45deg);*/
/*}*/







@media(max-width:992px){
	.wrapper{
		width:100%;
	}
}
.panel-heading {
	padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
	color:#4a4a4a;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	word-spacing:3px;
	text-decoration:none;
}
.panel-heading  a:before {
	font-family:'FontAwesome';
	content:"\f078";
	float: right;
	transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.wrapper{margin-top: 80px;}
.faq_cont{    background-color: #fff!important;
	border: 1px solid #c4cdd5!important;color: #000!important;
	box-shadow: none!important;}
.faq_cont.active .panel-title>a {
	color: #000!important;
}
.faq_cont_body{border: 1px solid #c4cdd5;border-top:none!important;padding: 20px 10px; }


.panel-default>.panel-heading, .panel {
	background-color: transparent;}

.panel-default>.panel-heading, .panel {
	padding: 5px 0;
}
.toggle_svg {
    margin-top: 37px;
    position: relative;
    top:4px;
    padding-left:5px;
}
.toggle_svg svg{height: 20px;}

.panel-title>a, .panel-title>a:active{
	color: #212b36!important; font-size: 18px; font-family: "Open Sans"; font-weight:400;text-transform: capitalize;letter-spacing: 0!important;
}

.p_demo h4{color: #212b36; font-size: 28px; padding: 25px 0;font-weight:600;line-height: 41px;text-align: center}


.panel-group .panel+.panel {
	margin-top: 0px;
	border-top: 1px solid #fff;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
	background: #fff;
	color: #383838;padding-left: 20px;
}
.pl_nav{float:none;}

.shop-url-input_nav{width: 54%; float: left;font-size: 11px;    border-top-right-radius: 0;
	border-bottom-right-radius: 0;}
.submit_bannernav,#submit_bannermiddle,#submit_bannerbottom{width: 34%;}
#submit_bannernav,#submit_bannermiddle,#submit_bannerbottom{padding: 8px;
	font-size: 14px;
	font-weight: 600;    border-top-left-radius: 0;
	border-bottom-left-radius: 0;width: 106px;}
.input-margin_nav_1{margin-top: 20px;}
.input-margin_nav{
	width: 229px!important;

	margin-left: 0!important;
	margin-top: 15px;
}
.urlnav{float: right!important;margin-left: 24px;}

.input-group_nav label[for="ShopUrlnav"] {
	text-align: left;color: red;    float: left;
	padding-left: 15px;
}


















/*media query css*/
@media (min-width: 979px) {
	#sidebar.affix-top {
		position: static;
		margin-top: 30px;
		width: 330px;
	}

	#sidebar.affix {
		position: fixed;
		top: 100px;
		width: 300px;
	}
}

#sidebar li.active {
	border: 0 #eee solid;
	border-right-width: 4px;
}

#mainCol h1 {
	font-size: 28px;
	padding-bottom: 17px;
}

#leftCol{
	position: initial;
}

.sidebarParentRowDiv {
	position: relative;
}
#leftCol ul{list-style: n}
#leftCol li a {
	background-color: transparent !important;
	color: #474747 !important;
	font-size: 15px;
	font-family: helvetica;
	font-weight: 500;
	text-transform: capitalize;
}

#leftCol li a:focus {
	color: #f90090 !important;
	background-color: transparent !important;
}

#leftCol li a:hover {
	color: #f90090 !important;
	background-color: transparent !important;
}
.bottom{position: relative!important;}

.shpoify_pricing p{text-align: center;color: #616161;font-size: 12px;}
.case_studies_container{padding-bottom: 100px;}
.case_studies_header h4{padding:0px 50px;font-size: 35px;}
.case_studies_box{padding:0 20px;float: left; }
.case_studies_box a{text-decoration: none; color: #646464; line-height: 30px;margin-top: 10px;}
.case_studies_box a h4{color: #484848;font-size: 21px;}
.case_studies_box a p{color: #949597;font-size: 16px; line-height: 25px;}
.case_studies_read_more{ background-color: #f90090 !important;color: #fff!important;border:none;font-size: 16px;
	padding: 6px 30px;}

.app_creation_process {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	/*margin-top: 30vh;
    margin-bottom: 30px;*/
	width: 100%;
}
.app_creation_process img {
	height: 178px;
	width: 180px;
	object-fit: none;
	object-position: 0 0;
	transition: all .2s ease;
}
/*.app_creation_process img:hover {
object-position: 0 -234px;
cursor: pointer;
}*/
.app_creation_process .app_creation_step1 {
	object-position: 0 0;
}
.app_creation_process .app_creation_step2{
	object-position:-180px 0;
}
.app_creation_process .app_creation_step3 {
	object-position:-360px 0;
}
.app_creation_process .app_creation_step4 {
	object-position:-540px 0;
}








/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next,
	.carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.prev,
	.carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.next.left,
	.carousel-fade .carousel-inner > .item.prev.right,
	.carousel-fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}




@media only screen and (max-width: 479px){
	.tab .nav-tabs li{
		width: 16.16%;
		text-align: center;
	}


}



/*===========================
  Services
============================ */
#services {
	padding:100px 0px 100px 0px ;
	background:#f6f6f6;
	width: 100%;
	height: auto;
}

#services img {
	padding-top:30px;
	margin-bottom:16px;
}

#services h3 {
	margin-bottom:30px;
}

#feature {
	padding:80px;
}

@media (max-width: 767px) {

	#services {
		padding:40px 20px;

	}

	#section-2{
		padding:60px 0px;

	}
}



#feature i {
	font-size:40px;
	margin-top:70px;
	margin-bottom:30px;
	color:#fff;
	padding:50px;
	background:#d9ae6a;
	border-radius:50%;
}

#feature h3 {
	margin-top:20px;
	margin-bottom:20px;
	font-size:18px;
	color: #333;
}

.hi-icon-effect i.fa:hover {
	background:#fff;
	color: #d9ae6a;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition:  color 300ms, background-color 300ms;
	transition:  color 300ms, background-color 300ms;
}

#contact {
	background:#f6f6f6;
	padding:100px;
}

/* google map */
#google-map{
	position:relative;
	margin-top:10px;
	height: 530px;
}



.validation {
	color: red;
	display:none;
	margin: 0 0 20px;
	font-weight:400;
	font-size:13px;
}

#sendmessage {
	color: green;
	border:1px solid green;
	display:none;
	text-align:center;
	padding:15px;
	font-weight:600;
	margin-bottom:15px;
}

#errormessage {
	color: red;
	display:none;
	border:1px solid red;
	text-align:center;
	padding:15px;
	font-weight:600;
	margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}
.tabselect option{text-transform: capitalize; font-weight: 600; font-size: 16px;}
.tabselect{text-transform: capitalize; font-weight: 600; font-size: 16px;height: 45px;}
.form-group label {
	color: #4E4E4E;
	font-size: 14px;
	font-weight: 300;
}

.form-group .form-control {
	padding: 7px 12px;
	border-color:#cccccc;
	box-shadow: none;
}

textarea#message{
	resize: none;
	padding: 10px;
}

.center h3{
	margin-top: 0;
	margin-bottom: 20px;
	text-align:center;
}

/*===========================
  Footer
============================ */
footer {
	padding: 0 50px 25px 50px;

}

footer ul li{ list-style: none; text-align: left;font-size: 12px;}

footer h4 {
	margin-bottom:20px;
	text-transform:uppercase;
	text-shadow:none;
	font-weight:550;
	color:#666666;
}

.contact-info {
	color:#333;
}

.contact-info ul {
	list-style:none;
	padding-left: 0;
}

.contact-info ul li i {
	margin-bottom:20px;
}

.widget {
	padding-left: 0;
}

ul.sidebar-gallery {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar-gallery li {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
	border-radius: 4px;
	display: inline-block;
}

.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	margin-top:20px;
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 4px;
	background-color: #fff;
}

ul.social-network {
	list-style:none;
	margin-top:20px;
	padding:10px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}


ul.social-network li {
	display:inline;
	margin: 0 50px;
	font-size:25px;
	margin-left:-10px;
}

ul.social-network li a {
	color:#d0d0d0;
}
.social-network li:hover .fa-twitter {
	color: #00abf0;
}
.social-network li:hover .fa-facebook-f {
	color: #39579a;
}
.social-network li:hover .fa-google-plus-g {
	color: #eb8984;
}
.social-network li:hover .fa-pinterest {
	color: #c9171e;
}
.social-network li:hover .fa-linkedin-in {
	color: #0077b5;
}
.social-network li:hover .fa-youtube {
	color: #C84941;
}
.social-network li:hover .fa-dribbble {
	color: #EA4C89 ;
}
.social-network li:hover .fa-pinterest-square {
	color: #EA4B49;
}
.coll_header{
	text-transform: uppercase;
	text-shadow: none;
	font-weight: 550;font-size: 16px;
	color: #666666;}
.copyright {
	margin-top:32px;
}
.foor_hr{width: 120%; margin-left: -40px;border-top: 1px solid #dadada;}
.sub-footer{padding: 30px 0;}
.copyright a {
	color:#000;
	font-weight:600;
	font-size:12px;
	text-shadow:none;
}
.logo-bottom a span{margin-top: 20px;float: left}

.submit_banner_left_align{
	float: left;
	margin-left: -2px !important;
}

.max-width-100{
	max-width: 100%;
}

.submit_btn_div{
	position: relative;
	text-align: center;
	min-height: 67px;
}
.submit_btn_loader{
	left: 46%;
	position: absolute;
	top: 42px;
	z-index: 10000;
}

/*plobalapps vs tabcart */
.cam1{float: left;width: 100%; padding: 80px 0}
.camp_topcontainer{text-align: center; padding:12% 0 2% 0;}
.camp_topcontainer h1{font-weight: bold; font-size: 45px; }
.camp_topcontainer h2{font-weight: 600; font-size: 32px;}
.camp_topcontainer h4{font-weight: 400; font-size: 20px; width: 70%; margin: auto 15%;}

.camp_details h3{font-weight: 600; color: #000;}
.camp_details p{font-weight: 400; color: #637381; width: 69%; text-align: left; font-size: 16px; line-height: 24px;}
.cmap_table table{ border-radius: 5px;border-collapse: collapse;}
.close_svg svg{padding: 2px;margin-left: -12px;}
.back_color{background-color: #F9FAFB;}
.p_1{padding:1px 0 50px 0;}
.cmap_table table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}
.p_23{padding-top: 23%}
.cmap_table table tr th,
.cmap_table table tr td {
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 10px;
	color: #637381;    padding-left: 28px;
	font-size: 15px;text-align: center; font-weight: 400;
}
.cmap_table table tr th{    font-weight: 700!important;
	font-size: 16px;}
.cmap_table table tr th:first-child,
.cmap_table table tr td:first-child {
	border-left: 1px solid #e0e0e0;
	text-align: left;
}
.cmap_table table tr th {

	background: #919eab;
	border-top: 1px solid #e0e0e0;
	color: #fff;
	padding: 14px 28px;
}
.camp_h1{text-align: center}
/* top-left border-radius */
.cmap_table table tr:first-child th:first-child {
	border-top-left-radius: 6px;
}

/* top-right border-radius */
.cmap_table table tr:first-child th:last-child {
	border-top-right-radius: 6px;
}

/* bottom-left border-radius */
.cmap_table table tr:last-child td:first-child {
	border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
.cmap_table table tr:last-child td:last-child {
	border-bottom-right-radius: 6px;
}
.p_bot{padding-bottom: 80px;}
/*.client_testimonial{background-image:url("https://d3myyafggcycom.cloudfront.net/assets/website/intercom.png"); background-repeat: no-repeat; background-position: top; height: 50px;}*/
.test_1{padding: 25px 0; position: relative}
.client_testimonial img{position: absolute; left:25px; top:-15px ; height: 28px!important; width: 31px!important;}

/*.client_testimonial:hover {*/
	/*transform: translateY(-2px);*/
	/*box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);*/
/*}*/
.client_testimonial {
	will-change: transform;
	transition: transform 0.2s ease-in;position: relative;
}
.client_testimonial {
	border: 1px solid #efefef;
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.07);
min-height:280px ;
	position: relative;
	border-radius: 5px;padding: 25px;
}
.testimonails_section h1{text-align: center}
.client_testimonial h2{font-size: 18px; font-weight: 600;}

.client_testimonial p {line-height: 26px; color:#637381}

.client_details{position: absolute; bottom: 30px;}

.client_details h4{font-size: 14px; font-weight: 600;margin: 0}
.client_details h5{color:#637381; font-size: 13px;margin: 0 }
.help_note a{ text-decoration: underline}
.help_note a:hover{color: #000;}









@media (max-width: 767px) {
	.navbar-nav  {
		display: inline;
	}
	.navbar-default .navbar-brand {
		display: inline;
	}

	.navbar-default .navbar-toggle {
		border-color: #ffffff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #666666;
	}
	.navbar-default .navbar-nav .dropdown-menu > li > a {
		color: red;
		background-color: #fff;
		border-radius: 4px;
		margin-top: 2px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #333;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		background-color: #ccc;
	}

	.navbar-nav .open .dropdown-menu {
		border-bottom: 1px solid white;
		border-radius: 0;
	}
	.dropdown-menu {
		padding-left: 10px;
	}
	.dropdown-menu .dropdown-menu {
		padding-left: 20px;
	}
	.dropdown-menu .dropdown-menu .dropdown-menu {
		padding-left: 30px;
	}
	li.dropdown.open {
		border: 0px solid red;
	}


	.features-lable2 { margin: 15px 0px; padding:28px;
		border: 1px solid #cccccc; border-radius:12px;
		min-height:auto; background-color: #ffffff;  }

	.talk { margin-top: 0px; padding: 0px 0px 0px 10%;}

	#navbar img{ margin:6px 0px 0px 20px; }
	.slider{padding: 0px;}

	.test{ float: left;}

	.full-content-left{ margin: 0px; padding-bottom: 50px; width:100%; height:auto ; float:none; }
	.full-content-left h1{ font-size: 30px; padding-left:20px; padding-right:20px;  }
	.set-padding-2{padding-top: 1%;}
	h1{ font-size: 24px;}
	h3{ font-size: 20px;}
	.set-margin{margin-top: 0px;}

	.tab-width{width:30% !important;}
	.tab .nav-tabs li a {

		display: block;
		padding: 10px 2px;
		margin: 0px;
		background: #fff;
		font-size: 14px;
		font-weight: 400;
		color: #112529;
		text-align: center;
		border: none;
		border-radius: 0;
		z-index: 2;
		position: relative;
		transition: all 0.3s ease 0s;
		/* border-bottom: 2px solid #e8e8e8; */
		outline: none;
		text-decoration: none;
		float: left;
	}
	.tab-margin {
		margin-left:5%;}

	.section-background {
		padding:50px 0px;
	}

	#section{ margin: 0px; padding: 40px 0px }

	.media-body{padding-bottom: 30px;}

	.set-margin-6{ margin-top:50px; }

	h2.media-heading {font-size:20px !important;}
	.media {
		margin-top: 20px;
	}

	.timeline {
		list-style: none;
		padding: 20px 0 20px;
		position: relative;
		margin-top:50px;
	}
	.timeline:before {
		top: 0;
		bottom: 0;
		position: absolute;
		content: " ";
		width: 1px;
		left: 5%;
		margin-left: -1.5px;
		border: 1px dashed #e6e6e6;
	}

	.timeline > li > .timeline-badge {
		color: #fff;
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 1.4em;
		text-align: center;
		position: absolute;
		top: 10px;
		left: 5%;
		background-color: #ffffff;
		border: 2px solid #ffd6d6;
		z-index: 100;
		border-top-right-radius: 50%;
		border-top-left-radius: 50%;
		border-bottom-right-radius: 50%;
		border-bottom-left-radius: 50%;

	}

	.timeline > li > .timeline-panel {
		width: 80%;
		float: left;
		border: 1px solid #d4d4d4;
		border-radius: 10px;
		padding: 30px;
		position: relative;
		-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
		margin-left:60px;
		/* margin-top:30px;  */
	}

	.timeline > li.timeline-inverted > .timeline-panel {
		float:left;
	}

	.timeline > li.timeline-inverted + li:not(.timeline-inverted),
	.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
		margin-top: 20px;
	}

	.timeline > li:not(.timeline-inverted) {
		padding-right:0px;
	}

	.timeline > li.timeline-inverted {
		padding-left:0px;
	}

	.timeline > li > .timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}

	.timeline > li > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;

	}
	.center-text{ text-align: center;}
	.center-but{  margin-left:26%; }
	.images-set{ width: 100%; height: auto;}
	.text-right {
		text-align: center;
	}

	.flag ul li a {
		margin: 0px;
		padding: 0px 10px;
		display: block;
		float: left;
	}

	.text-pannel-2{ margin-top:80px; margin-bottom:80px;  padding:0px;}
	.feature-color-1{ margin-top: 0px; background-color: #ffffff;}
	.feature-color-1 h3 { color:#333333;}
	.feature-color-1 p { color:#667281;}

	.stay-margin{ padding-top: 100px;}
	.text-pannel {
		margin-top: 68px;
		padding: 0px;
	}
	.img-animation {
		position: relative;
		width: 50%;
	}

	.img-over {
		position: absolute;
		z-index: 15;
		top: -50px;
		left: 130px;
		width: 63%;
	}

	.carousel-caption p {
		text-align: center;
		color: #ffffff;
	}

	#services img {
		padding-top: 30px;
		margin-bottom: 16px;
		float: left;
	}
	.revenues-test{ font-size: 24px; padding-top:30px;  }

	.nav-tabs > li {
		float: left;
		margin-bottom: 0;
		width: 16.16%;
	}

	.nav-tabs > li img {
		width: 100%;
		height: auto;

	}
	ul.social-network li {
		display: inline;
		margin: 0px 30px;
		font-size: 16px;
		margin-left: 0px;
	}
	.phone-demo-gif {
		margin: 0px 0px 0px 16px;
		padding-top: 40px;
		border-radius: 18px;
		width: 86%;
		height: auto;
		overflow: hidden;
		background-color:red;
		position: relative;
	}

	.mobilescreen-background {
		padding: 50px 0px 0px 0px;
		background-color: #ffd6d6;
		height: auto;
		position: relative;
		margin-bottom: 30px;
	}

	footer {
		padding: 0px;
	}

	.sub-footer {
		padding: 10px;
	}

	.text-effect-background {
		background-color: #ffffff;
		border-radius: 10px;
		padding: 20px;
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.iphonex-animation{ width:100%; height:auto; margin-top: 40px; padding: 0px;	 position: relative;}
	.img-main-screen{ position:relative;  width:89%; height: auto; overflow: hidden; border-radius:20px; margin-left:12px;}
	.img-main-iphone{ position:absolute;  width:100%; height: auto; z-index:4; }
	.img-anim{position:relative; z-index:0; width: 100%; height: auto; }
	.img-anim2{position: absolute; top:0px; left: 0px; z-index:1; width: 100%; height: auto; }

	.diy-demo{  margin: 0px; padding: 0px; width: 100%; height: auto;
	}
	.diy-demo img{ width: 100%; height: auto; padding-top: 60px;    }


}

@media (min-width: 768px) {

	ul.nav li:hover > ul.dropdown-menu {
		display: block;
	}
	#navbar {
		text-align: center;
	}

	.navbar-nav>li>a {
		padding-top: 22px;
		padding-bottom: 22px;

	}

	.carousel-caption {
		right: 5%;
		left: 5%;
		padding-bottom: 30px;
	}
	.carousel-caption p { text-align:left; color: #ffffff;  }
	.carousel-control {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 10%;
		font-size: 32px;
		color: #fff;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0,0,0,.6);
		filter: alpha(opacity=50);
		opacity: .5;
	}
	.stay-margin{ padding-top: 100px;}

	.diy-demo img {
		width: 100%;
		height: auto;
		padding-top: 60px;
	}

}

@media (max-width: 1024px) {

	.set-padding-1{ padding-top:4%; }

	.nav-tabs > li {
		float: left;
		margin-bottom: 0;
		width: 16.16%;

	}

	.nav-tabs > li img {
		width: 100%;
		height: auto;

	}

	.talk {
		margin-top: 0px;
		padding: 20px 0px 0px 10%;
	}
	.talk h1{ font-size: 30px;}

	.talk-set {

		padding-bottom:50px ;
	}

	.set-margin{margin-top: 0px;}




}
.center_div{
	width: 100%;left: 50%;margin-left: 23px;
}
@media only screen and (max-device-width:550px) and (min-device-width: 360px) {
	.ma_left{margin-left: 0;}
	.cut_width {
		position: relative;
		margin-left: 0;
	}
	.submit_banner_left_align{width: 100%;}
	.p_customer_section h2 {
		color: #212b36;
		font-size: 33px;
		line-height: 55px;
		padding: 20px 0;
		font-weight: 500;
		text-align: center;
		opacity: 1;
	}
	.center_div {
		width: 100%;
		left: 0%;
	}
	.contact_us_btn {
		margin-top: 0;
		margin-bottom: 36px;
	}
	/*.shop-url-input {*/
	/*width: 100%;*/
	/*margin-bottom: 10px;*/
	/*}*/
	#submit_banner {
		margin-left: -12px;
		width: 100%;
		border-radius: 3px;
	}
	.shop-url-input {
		width: 50%!important;
	}
	.blueshine th {
		color: #6b6b6b;
		letter-spacing: 0px;
		text-align: center;
		font-size: 12px;
		font-family: 'Open Sans';
		padding: 20px 0!important;
		font-weight: 500;
		border: 1px solid #D6E0F6;
		background-color: transparent !important;
	}
	.blank {

		color: #f90090;
		font-size: 10px;
		font-weight: 500;
		text-align: left!important;
		letter-spacing: 0px;
		font-family: 'Open Sans';
		text-transform: uppercase;
	}

	.request_demo_btn{
		border: 0 none;
		font-size: 11px;
		font-weight: 300;
		margin-top: 17px;
		padding:10px;
	}
	#total_value{
		font-size: 14px !important;
	}
	.price_slider{
		width: 100% !important;
	}
	.features_section_inner{
		margin-bottom: 0px !important;
		margin-top: 30px !important;
	}
	.questions_section {
		padding: 35px 0 46px 0 !important;
	}
	.pricing_header_content {
		margin: 0em 1em 0px 1em !important;
	}
	.topShopifyUrl input {
		width: 295px !important;
		border-radius: 0 !important;
	}
	.platform-btn{
		margin-bottom: 10px;
		width: 92%;
		text-align: center;
	}
	.pricing_form_bottom{
		display:none;
	}
	.mobileBottomForm{
		display:block;
		text-align:center;
	}
	.build_mobile_get_started_btn > input{
		margin-bottom: 0px;
	}

	.build_mobile_get_started_btn > button{
		width: 295px;
		margin: 0 0 0 0px;
		border-top-right-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
		margin-left: 1px !important;
	}
	.prcing_help_get_btn {
		text-align:center;
	}
	.ShopUrlFormBottom .error{
		text-align:center;
		float: none;
	}
	.ShopUrlFormTableBottom .error{
		text-align:center;
		float: none;
	}
	.bottom_pricing .planPrice{
		font-size: 21px;
	}
	.pricing_form .error{
		text-align:center;
		float: none;
	}
}
.p_0{padding: 0!important;}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {
	#sidebar{position: relative}
	.h1_t {
		font-size: 25px;
	}
	.h1_size{font-size: 25px;}
	.set-padding-2 {
		padding-top: 0;
	}
	.img-animation {
		position: relative;
		width: 44%;
	}
	.tap_center{text-align: center;}
	.img-over {
		position: absolute;
		z-index: 100;
		top: -50px;
		left: 82px;
		width: 52%;
	}
	.stay-margin {
		padding-top: 0px;
	}
	.t_m{margin-top: 62px;}
	.center_div{
		width: 100%;left: 0%;
	}
	.navbar-default .navbar-nav>li>a {
		color: #333333;
		font-size: 10px;
		font-weight: 600;
		text-transform: capitalize;
		letter-spacing: 0px;
	}
	.shop-url-input {
		width:71%;
		margin-left: 24px;
	}
	.btn-custom {
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		position: relative;
		-webkit-transition-property: color;
		transition-property: color;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		background-color: #ffffff;
		border: 2px solid #ff0066;
		margin-top: 9px;
		color: #ff0066;
		padding: 2px 3px;
		font-size: 11px;
		background-color: #ff0066;
		color: #fff;
	}
	.set-margin {
		margin-top: 100px;
	}
	#navbar img {
		margin-top: 12px;
		width: 64%;
	}
	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 11px;
	}
	#submit_banner {
		margin-left: 0px;
		width: auto;
	}
	footer {
		padding: 8px;
	}
	.shop-url-input {
		width: 55%!important;
		float: left;
	}

}


@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1) {
	.talk-background {
		padding: 50px 0 0 0;
		background-color: #ffd6d6;
		height: auto;
		position: relative;
		margin: 30px 0px 0 0px;
		overflow: hidden;
	}

	.h1_t {
		font-size: 25px;
	}

	.terms_ofuse {
		list-style: decimal!important;
		overflow-y: scroll!important;
	}
	.btn-custom2 {
		padding: 8px 15px;

	}
	.navbar-default .navbar-nav>li>a {
		color: #333333;
		font-size: 13px;
		font-weight: 600;
		text-transform: capitalize;
		letter-spacing: 0px;
		padding-top: 23px;
	}
	.tab .tab-content h3 {
		font-size: 20px;
		margin-top: 0;
		line-height: 40px;
	}
	footer {
		padding: 0px;
	}
	#submit_banner {
		margin-left: 0px;
		width: 100%;
		border-radius: 3px;
	}
	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 11px;
	}
	.center_div {
		width: 100%;
		left: 53%;
	}
	label {
		font-weight: 500;
	}
	.shop-url-input {
		width: 60%!important;
	}
	.ShopUrlinput{width:55%;}

}


.maxwidth100{
	max-width: 100%;
}
.navbar-default .navbar-nav>li>a.active{
	color: #ff0066;
}

.shopify_img img{    margin-left: 28px;
	width: 93%;
	margin-top: 20px;}

.pa_t{padding-top: 80px;
}
.co_sty{font-size: 16px; color: #777;}
#reseller_submit_loader_1{
	position: absolute;
	left: 50%;
	margin-left: -32px;
	top: 10px;
}
.policy_container {
	padding-top: 50px;
}
.text_trasform_none{
	text-transform: none;
}

.reset_btn{padding: 8px 30px;}

/*Shopify plus css*/
.shopify_plus_bg{background-color: #fff6ec;}
.shopify_plus_container{    padding: 68px 0 77px;}
.shopify_header{    margin-top:27px;
}
.plus_sign{    font-weight: 300;
	font-size: 50px;
	color: #000;
	margin: 8px 18px;
	padding-top: 0;
	float: left;}
.s_p_h1{font-size: 32px; font-family: "Open Sans"; font-weight: 600; color: #212B36;padding-top: 40px;}
.slider_client{position: relative}
.phone_slider {
	position: absolute;
	z-index: 10000000;
	width: 50%;
	top: -20px;
	left: 25%;
}
/*.app_screen{width: 100%;margin: 15px 30px;}*/
.shopify_plus_banner_img{position: relative}
.banner_img{    position: absolute;
	top: -49px;
	left: 7%;
	width: 86%;}
.feature_s_p{padding-top: 115px;}
.show_msg_container{position: relative;}
.fe_dec{    margin-top: 28%;
}


.padding_0{padding: 0!important;}


.page_container{position: relative}
.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.showcase_app_links{padding-top: 15px;}
.showcase_app_links ul{list-style: none;padding: 0;}
.showcase_app_links li{float: left;padding: 5px 15px;}
.showcase_app_links li h3{margin: 0;}
.showcase_app_links p{    height: 76px;
	font-size: 16px;
	line-height: 25px;
	color: #919EAB;}
.showcase_app_links h3{ float: left;    padding-right: 28px;}
.store_links li{padding: 3px 14px;}
.store_links li i{font-size: 25px;margin-top: 20px;color: #646464;}
.sideways li{text-transform: capitalize}
.store_links li i:hover{color: #50B83C}

.apple_i:hover{
	color: #000!important;
}

.navbar-default .dropdown>.open>a, .navbar-default .dropdown>.open>a:hover, .navbar-default .dropdown>.open>a:focus{
background: transparent;
}

.cust_dropdown{
	position: absolute; top:65px; width: 1125px;background: #fff; border: 1px solid #c4cdd5; border-radius: 6px; padding: 20px;z-index: 11;   margin:0;
	display: none;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;    box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.13);}

.features_box h3{ font-size: 18px; text-align: left; color: #ff0066; font-weight: 500;margin: 0}
.features_box p{ font-size: 16px; text-align: left; color: #637381; font-weight: 500;padding-top: 10px; line-height: 30px;padding-bottom: 3px;}
.feature_icon{    float: left;
	width: 15%;}
.features_box a{text-align: left; text-decoration: underline; font-size: 16px; color: #333;float: left;}
.features_box a:hover{color: #ff0066;}
.feature_cot {
	text-align: left;
	width: 82%;
	padding-left: 15px;
	float: left;
}
.feature_icon img{margin-top: 7px;}
.feature_cot h3{margin: 0;color: #454F5B; font-size: 16px; font-weight: 600}
.feature_cot p{margin: 0;color: #637381;padding-top: 7px;}

.featurewise{float: left; width: 100%; height: 100%;    padding: 14px 20px;}
.featurewise:hover{box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.13); border-radius: 4px;}
.featurewise:hover .feature_cot h3{color: #ff0066;}

.featurewise a.active .feature_cot h3{color: #ff0066!important;}
.featurewise a.active{box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.13)!important; border-radius: 4px!important;}
.fe_dec h1{margin: 0;font-size: 32px; color: #212b36; font-weight: 500;}
.fe_dec h3{font-weight: normal; font-size: 18px; color: #637381;line-height: 25px;}
.s_msg {
	position: absolute;
	height: auto;
	width: auto;
	padding: 20px;
	left: 50%;
	border: 1px solid #D6E0F6;
	z-index: 10;
	background-color: #fff;
	top: 131px;
	border-radius: 3px;
	margin-left: 59px;
	width: 340px;
}

.sm_after {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 12%;
	bottom: 0;
	background-color: #fff;
	bottom: -10px;
	transform: rotate(45deg);
	border-right: 1px solid #D6E0F6;
	border-bottom: 1px solid #D6E0F6;
}
.s_msg_img{float: left;}
.s_msg_cont {
	padding-left: 19%;
	margin: 0;
}
.s_msg_cont h3{    margin: 0;
	font-size: 16px;
	color: #454f5b;}
.s_msg_cont p{     margin: 0;
	font-size: 13px;
	padding-top: 8px;
	color: #637381;
}
.banner_1 {
	background-image: url(../assets/simplified-checkout-img.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 544px;
	max-width: 100%;
	position: relative;
}
.banner_2 {
	background-image: url(../assets/engagement-img.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 544px;
	max-width:100%;
	position: relative;
}

.s_msg_r {
	position: absolute;
	height: auto;
	width: auto;
	padding: 20px;
	right: 50%;
	border: 1px solid #D6E0F6;
	z-index: 10;
	background-color: #fff;
	top: 59px;
	border-radius: 3px;
	margin-right: 35px;
	border-right: 1px solid #D6E0F6;
	border-bottom: 1px solid #D6E0F6;
	width: 340px;
}
.sm_after_r {
	position: absolute;
	height: 20px;
	width: 20px;
	right: 30%;
	bottom: 0;
	background-color: #fff;
	bottom: -10px;
	transform: rotate(45deg);
}
.fe_dec_r{padding-left: 15%;}

.fe_dec_r h1{margin: 0;font-size: 32px; color: #212b36; font-weight: 500;}
.fe_dec_r h3{font-weight: normal; font-size: 18px; color: #637381;line-height: 25px;}
.banner_3 {
	background-image: url(../assets/data-analytics-screen.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 571px;
	max-width:100%;
	position: relative;
}
.map_1 {
	background-image: url(../assets/map-pattens-forsimplified-checkout-img.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 100%;    background-size: 18%;
}

.map_2 {
	background-image: url(../assets/map-pattend-forEngagement.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 500%;
	overflow: overlay;    background-size: 18%;
}

.map_3 {
	background-image: url(../assets/map-pattens-forsimplified-checkout-img.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 100%;    background-size: 18%;overflow: overlay;
}
.s_p_f h3{font-size: 22px;
	font-weight: 500;
	color: #454f5b;
	margin: 0;
	padding-top: 22px;}
.s_p_f p{    font-size: 16px;
	padding-top: 20px;
	font-weight: normal;
	color: #919eab;
	line-height: 28px;}
.r_2, .p_l{padding-top: 100px;}

.hd_line{width: 50px; height: 3px; background-color:#ff0066; margin: 0;margin-top: 5px;margin-bottom: 23px;border-top: 0;}
.our_client_list{padding:30% 0 0 15%;}
.our_client_list h2{margin: 0;font-size: 34px; color: #212b36; font-weight: 500;}
.our_client_list h4{font-weight: normal; font-size: 18px; color: #637381;line-height: 25px;}
.slider_container {
	height: 300px;
	margin:30px auto;
}
.b_list {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 7px;
}
.b_list li {
	font-size: 19px;
	font-weight: 500;
	color: #454f5b;
	padding-bottom: 17px;
}
.b_list li p{
	font-size: 19px;
	font-weight: 500;
	color: #454f5b;
	padding-bottom: 17px;padding-left: 67px;padding-top: 15px;
}
.b_list li span{padding-right: 20px;float: left}





.left,
.right {
	cursor: pointer;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 100000000000;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 104000000000;
}

.s_p_h3{font-size: 20px; font-weight: normal; color: #454f5b}
.fa-star{color: #fac917;}

.r_link li {margin: 0px;
	padding: 5px 0px;
	display: block;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;color: #333;}

.fe_h1{padding-top: 130px;}
.s_msg_3{top: 82px;margin-left: 173px;}









.aknowledgeMsgScheduleFooter{text-align: center;}
.w_100{width: 100%;}
.img_banner1{width: 80%;}
.img_banner2{width: 100%;}
.img_banner3{width: 65%;}


@media only screen and (max-device-width:390px) and (min-device-width: 320px) {
	.more_btn {
		border: 1px solid #dadada;
		padding: 9px 4%;
		border-radius: 4px;
		margin-right: 10px;
		color: #212B36;
		font-weight: 600;
		font-size: 14px;
	}
	.getapp_btn {
		border: 1px solid #ff0066;
		padding: 8px 13%;
		background: #ff0066;
		border-radius: 4px;
		color: #fff;
		font-weight: 600;
		font-size: 14px;
	}
	.fe_dec{margin-top: 0}
	.our_client_list h2 {
		margin: 0;
		font-size: 25px;
		color: #212b36;
		font-weight: 500;
	}
	.b_list li{font-size: 13px;}
	.s_p_h1{padding-top: 0}
	.cut_width {
		position: relative;
		margin-left: 0;
	}
	.feture_list h5 {
        width: 30%;
        float: left;
        border-left: 1px solid #c4cdd5;
        /* border-right: 1px solid #c4cdd5; */
        border-bottom: 1px solid #c4cdd5;
        margin: 0;
        color: #919EAB;
        padding: 6px 9px;
        height: 53px;
        overflow: hidden;
        font-size: 10px;
	}
	.shopify_parter_img{width: 27%;}
	.sign_color{    padding-bottom: 29%!important;}
	.singup_img {
		bottom: -13px;
	}
	.singupform {
		background: #fff;
		padding: 25px;
		margin: 10% 0 0 0;
		border-radius: 6px;
		position: relative;
		z-index: 11;
	}
	multi-banner-assets {
		position: absolute;
		left: 15%;
		top: 10%;
		width: 67%;
		z-index: 10;
	}

	.fe_banner1 {
		background-image: url(../images/back-11.png);
		background-position: left;
		background-repeat: no-repeat;
		/* height: 207px; */
		/* max-width: 101%; */
		position: relative;
		width: 100%;
		background-size: 83%;
		padding: 42% 0;
	}
	.fe_banner2 {
		background-image: url(../images/back-22.png);
		background-position: right;
		background-repeat: no-repeat;
		/* height: 207px; */
		/* max-width: 101%; */
		position: relative;
		width: 100%;
		background-size: 83%;
		padding: 42% 0;
	}
	.fe_banner3 {
		background-image: url(../images/back-33.png);
		background-position: left;
		background-repeat: no-repeat;
		/* height: 207px; */
		/* max-width: 101%; */
		position: relative;
		width: 100%;
		background-size: 83%;
		padding: 42% 0;
	}

	#submit_banner {
		margin-left: -12px;
		width: 100%;
		border-radius: 3px;
		margin-top: 9px;
	}
	.pathimg {
		position: absolute;
		bottom: -8px;
		width: 100%;
	}

	.back_screen {
		position: absolute;
		left: 35%;
		top: 10%;
		width: 48%;
		z-index: 10;

	}
	.abnback_screen {
		position: absolute;
		left: 35%;
		top: 10%;
		width: 61%;
		z-index: 1;
	}
	.popup_screen {
		position: absolute;
		left: 34%;
		top: 219px;
		width: 50%;
		z-index: 111111;
	}
	.plan_img {
		position: absolute;
		top: 149px;
		right: 80px;
		z-index: 1;
		width: 18%;
	}
	.timerparm{background-color: #0f0f0f; color: #fff; padding: 6px; border-radius: 3px;  font-size:14px;margin-left: 8px;}
	.topimg {
		text-align: center;
		left: 50%;
		position: relative;
		margin-left: -163px;
		top: 45px;
	}
	.r_2, .p_l {
		padding-top: 19px;
	}
	.fe_h1{padding: 0;}
	.request_demo_btn {
		border: 0 none;
		font-size: 16px;
		font-weight: 300;
		margin-top: 17px;
		padding: 0.6em 0.6em;
	}
	.build_mobile_get_started_btn > button {
		background-color: #d32e92;
		border: medium none;
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 0px;
		line-height: 45px;
		margin: 0 0 0 -4px;
		padding: 0 17px 2px;
		width: 100%;
	}
	.pricing_form_bottom {
		display: none;
	}
	.mobileBottomForm {
		display: block;
		text-align: center;
	}
	.blueshine th {
		color: #6b6b6b;
		letter-spacing: 0px;
		text-align: center;
		font-size: 12px;
		font-family: 'Open Sans';
		padding: 20px 0!important;
		font-weight: 500;
		border: 1px solid #D6E0F6;
		background-color: transparent !important;
	}
	.center_div {
		width: 100%;
		left: 0%;
		margin-left: 0;

	}
	.shop-url-input {
		width: 100%!important;
	}
	#submit_banner {

		width: auto;
		border-radius: 3px;
		margin-top: 15px;
		width: 100%;
		margin-left: 1px;
	}
	.submit_btn{margin-left: 12px;}
	#home{margin-top: 25px;}
	.m_h_4{min-height: 430px;}
	.shopify_parter_img {
		width: 94px;
		padding-left: 0;
		margin-left: 13px;;
		margin-top: 11px;
	}
	.day_trail {
		float: right;
		margin-top: 5px;
		font-size: 11px;
	}
	.center_div {
		width: 100%;
		left: 0%;
		margin-left: 0;
	}
	.pa_t{padding-top: 0!important;
	}
	.tab .nav-tabs {
		margin-top: 20px;
		border-bottom: 1px solid #e8e8e8;
	}
	.watch-demo-but {
		margin: 0px;
		padding: 0px;
		position: absolute;
		width: 30px;
		height: 30px;
		background: #cccccc;
		z-index: 1;
		display: block;
		border-radius: 50%;
		top: 56%;
		left: 53%;
		margin: -10px 0px 0px -25px;
	}
	.watch-demo-but img {
		margin: 5px 0px 0px 12px;
		width: 30%;
	}
	.r_p_0{padding: 0!important;}
	.r_p_l_0{padding-left: 0px!important; }
	.r_p_r_0{padding-left: 0px!important; }

	.media-body h3 {
		font-size: 12px!important;
	}
	.media-body h4 {
		font-size: 14px!important;
	}
	.copyright {
		margin-top: 4px;text-align: left;
	}
	ul.social-network li {
		display: inline;
		margin: 13%;
		font-size: 16px;
		margin-left: 0px;
		text-align: center;
	}
	.tab-content>.active {
		display: block;
		visibility: visible;
		margin-top: 25px;
	}
	.set-margin-2 {
		margin-top: 0;
	}
	.tab-content {
		float: left;
		width: 100%;
		margin-bottom: 0;
	}
	.full-content-left h1 {
		font-size: 26px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.m_text_center{text-align: center}
	.pad_7{padding-top: 7%;}
	.watch-demo-bac {
		/*background-image: url(../images/watch-demo-background.png);*/
        background-color:#f9f9f9 ;
		background-repeat: repeat-x;
		padding-bottom: 70px;
	}
	.build_mobile_get_started_btn > input {
		border: 1px solid #D6E0F6;
		height: 45px;
		margin-bottom: 10px;
		padding-left: 15px;
		width: 100%;font-size:13px;
	}
	#submit_banner {
		width: 100%!important;
		margin-left: 0px;
		width: 100%;
		border-radius: 3px;
		margin-top: 15px;}
	.pricing_help_row h3 {

		float: none;

	}

	.pricing_help_row p {
		float: none;
		font-size: 16px;
		color: #666666;
	}
	/*.pricingSupTag {*/
	/*right: 36px;*/
	/*font-weight: 500;*/
	/*font-size: 34%;*/
	/*top: 67px;*/
	/*}*/
	/*.bottom_pricing .planPrice {*/
	/*font-size: 23px;*/
	/*left: -10px;*/
	/*position: relative;*/
	/*}*/
	/*.pricingSubTag {*/
	/*left: 26px;*/
	/*font-weight: 400;*/
	/*font-size: 27%;*/
	/*top: -101px;*/
	/*}*/
	.packages_pricing_details h3 {
		font-size: 35px;
		position: relative;
		margin: 0;
		padding: 35px 10px 22px;
	}
	.blank {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
		border: medium none !important;
		color: #f90090;
		font-size: 10px;
		font-weight: 500;
		text-align: left!important;
		letter-spacing: 0px;
		font-family: 'Open Sans';
		text-transform: uppercase;
	}
	.most_populer_package h4 {
		font-size: 19px;
		letter-spacing: 2px;
		line-height: 64px;
		margin: 0;
		padding: 0;
		color: #fff;
	}
	.affix {
		position: relative;
	}
	.terms_ofuse {
		list-style: decimal!important;
		overflow-y: scroll!important;
	}

	.feature_s_p {
		padding-top: 43px;
	}
	.shopify_plus_container {
		padding: 50px 0;
	}
	.fe_dec h1 {
		margin: 0;
		font-size: 26px;
		color: #212b36;
		font-weight: 500;
	}
	.fe_dec h3 {
		font-weight: normal;
		font-size: 15px;
		color: #637381;
		line-height: 25px;
	}
	.banner_2 {
		background-image: url(../assets/engagement-img.png);
		background-position: right;
		background-repeat: no-repeat;
		height: 362px;
		max-width: 100%;
		position: relative;
		background-size: 76%;
	}
	.banner_3 {
		background-image: url(../assets/data-analytics-screen.png);
		background-position: left;
		background-repeat: no-repeat;
		height: 362px;
		max-width: 100%;
		position: relative;
		background-size: 77%;
	}
	.s_msg_cont h3 {
		margin: 0;
		font-size: 12px;
		color: #454f5b;
	}
	.s_msg_r {
		position: absolute;
		height: auto;
		width: auto;
		padding: 14px;
		right: 50%;
		border: 1px solid #D6E0F6;
		z-index: 10;
		background-color: #fff;
		top: 9px;
		border-radius: 3px;
		margin-right: -30px;
		border-right: 1px solid #D6E0F6;
		border-bottom: 1px solid #D6E0F6;
		width: 225px;
	}

	.fe_dec_r {
		padding-left: 6%;
		padding-right: 15px;
	}
	.fe_dec_r h1 {
		margin: 0;
		font-size: 26px;
		color: #212b36;
		font-weight: 500;
	}
	.fe_dec_r h3 {
		font-weight: normal;
		font-size: 15px;
		color: #637381;
		line-height: 25px;
	}
	.banner_1 {
		background-image: url(../assets/simplified-checkout-img.png);
		background-position: left;
		background-repeat: no-repeat;
		height: 362px;
		max-width: 100%;
		position: relative;
		background-size: 77%;
	}
	.s_msg_img img{width: 74%;}
	.s_msg_cont {
		padding-left: 19%;
		margin: 0;
	}
	.s_msg_cont p {
		margin: 0;
		font-size: 11px;
		padding-top: 8px;
		color: #637381;
	}
	.s_msg {
		position: absolute;
		height: auto;
		width: auto;
		padding: 11px;
		left: 50%;
		border: 1px solid #D6E0F6;
		z-index: 10;
		background-color: #fff;
		top: 9px;
		border-radius: 3px;
		margin-left: 0px;
		width: 192px;
	}
	.slider_client {
		position: relative;
		padding-top: 0;
		margin-top: 59px;
		margin-left: -16px;
	}
	.s_m_img {
		width: 67%!important;
		height: 67%!important;
	}
	.phone_slider {
		position: absolute;
		z-index: 10000000;
		width: 55%;
		top: -16px;
		left: 24%;
	}
	.our_client_list {
		padding: 29% 0 0 21px;
	}
	.banner_img{position: relative; top:50px; left: 0;width: 90%;}
	.customer_review {
		margin-top: 41px;
	}
}


@media only screen and (max-device-width:550px) and (min-device-width: 390px) {
	.tab .tab-content{    padding: 24px 20px;}
	.fe_value {
		padding-top: 15px;
		/* float: left; */
		text-align: center;
		/* margin-left: 30px; */
		color: #6F708C;
		font-size: 8px;
		line-height: 45px;
	}
	.feture_list h5 {
		width: 30%;
		float: left;
		border-left: 1px solid #c4cdd5;
		/* border-right: 1px solid #c4cdd5; */
		border-bottom: 1px solid #c4cdd5;
		margin: 0;
		color: #919EAB;
		padding: 0 9px;
		height: 52px;
		overflow: hidden;
		font-size: 12px;
	}
	.plan_names li {
		float: left;
		width: 14%;
		border: 1px solid #c4cdd5;
		text-align: center;
		color: #ff0066;
		font-size: 9px;
		padding: 12px 0;
		font-weight: 500;
		border-top: none;
		border-bottom: none;
		border-right: none;
	}
	.abnback_screen {
		position: absolute;
		left: 22%;
		top: 10%;
		width: 61%;
		z-index: 10;
	}
	.shopify_parter_img{width: 26%;}

	.sign_color{    padding-bottom: 29%!important;}
	.singup_img {
		bottom: -13px;
	}
	.singupform {
		background: #fff;
		padding: 25px;
		margin: 10% 0 0 0;
		border-radius: 6px;
		position: relative;
		z-index: 11;
	}
	.customer_review {
		margin-top: 41px;
	}
	.singupform {
		background: #fff;
		padding: 25px;
		margin: 10% 0 0 0;
		border-radius: 6px;
		position: relative;
		z-index: 11;
	}
	multi-banner-assets {
		position: absolute;
		left: 15%;
		top: 10%;
		width: 67%;
		z-index: 10;
	}

	.fe_banner1 {
		background-image: url(../images/back-11.png);
		background-position: left;
		background-repeat: no-repeat;
		/* height: 207px; */
		/* max-width: 101%; */
		position: relative;
		width: 100%;
		background-size: 83%;
		padding: 42% 0;
	}
	.fe_banner2 {
		background-image: url(../images/back-22.png);
		background-position: right;
		background-repeat: no-repeat;
		/* height: 207px; */
		/* max-width: 101%; */
		position: relative;
		width: 100%;
		background-size: 83%;
		padding: 42% 0;
	}
	.fe_banner3 {
		background-image: url(../images/back-33.png);
		background-position: left;
		background-repeat: no-repeat;
		/* height: 207px; */
		/* max-width: 101%; */
		position: relative;
		width: 100%;
		background-size: 83%;
		padding: 42% 0;
	}

	#submit_banner {
		margin-left: -12px;
		width: 100%;
		border-radius: 3px;
		margin-top: 9px;
	}
	.pathimg {
		position: absolute;
		bottom: -8px;
		width: 100%;
	}
	.grd_color {
		background: #d3daf9;
		position: relative;
		padding-bottom: 76%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dadffb+0,b3bcf5+100 */
		background: #dadffb; /* Old browsers */
		background: -moz-linear-gradient(top, #dadffb 0%, #b3bcf5 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #dadffb 0%,#b3bcf5 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #dadffb 0%,#b3bcf5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadffb', endColorstr='#b3bcf5',GradientType=0 ); /* IE6-9 */
		overflow: hidden;
	}
	.back_screen {
		position: absolute;
		left: 24%;
		top: 10%;
		width: 48%;
		z-index: 10;
	}
	.popup_screen {
		position: absolute;
		left: 23%;
		top: 130px;
		width: 50%;
		z-index: 11;
	}
	.plan_img {
		position: absolute;
		top: 149px;
		right: 80px;
		z-index: 1;
		width: 18%;
	}
	.r_2, .p_l {
		padding-top: 19px;
	}
	.fe_h1{padding: 0}
	.feature_s_p {
		padding-top: 43px;
	}
	.shopify_plus_container {
		padding: 50px 0;
	}
	.fe_dec h1 {
		margin: 0;
		font-size: 26px;
		color: #212b36;
		font-weight: 500;
	}
	.fe_dec h3 {
		font-weight: normal;
		font-size: 15px;
		color: #637381;
		line-height: 25px;
	}
	.banner_2 {
		background-image: url(../assets/engagement-img.png);
		background-position: right;
		background-repeat: no-repeat;
		height: 544px;
		max-width: 100%;
		position: relative;
		background-size: 76%;
	}
	.banner_3 {
		background-image: url(../assets/data-analytics-screen.png);
		background-position: left;
		background-repeat: no-repeat;
		height: 544px;
		max-width: 100%;
		position: relative;
		background-size: 77%;
	}
	.s_msg_cont h3 {
		margin: 0;
		font-size: 12px;
		color: #454f5b;
	}
	.s_msg_r {
		position: absolute;
		height: auto;
		width: auto;
		padding: 14px;
		right: 50%;
		border: 1px solid #D6E0F6;
		z-index: 10;
		background-color: #fff;
		top: 107px;
		border-radius: 3px;
		margin-right: -30px;
		border-right: 1px solid #D6E0F6;
		border-bottom: 1px solid #D6E0F6;
		width: 225px;
	}

	.fe_dec_r {
		padding-left: 6%;
		padding-right: 15px;
	}
	.fe_dec_r h1 {
		margin: 0;
		font-size: 26px;
		color: #212b36;
		font-weight: 500;
	}
	.fe_dec_r h3 {
		font-weight: normal;
		font-size: 15px;
		color: #637381;
		line-height: 25px;
	}
	.banner_1 {
		background-image: url(../assets/simplified-checkout-img.png);
		background-position: left;
		background-repeat: no-repeat;
		height: 544px;
		max-width: 100%;
		position: relative;
		background-size: 77%;
	}
	.s_msg_img img{width: 74%;}
	.s_msg_cont {
		padding-left: 29%;
		margin: 0;
	}
	.s_msg_cont p {
		margin: 0;
		font-size: 11px;
		padding-top: 8px;
		color: #637381;
	}
	.s_msg {
		position: absolute;
		height: auto;
		width: auto;
		padding: 11px;
		left: 50%;
		border: 1px solid #D6E0F6;
		z-index: 10;
		background-color: #fff;
		top: 120px;
		border-radius: 3px;
		margin-left: 0px;
		width: 192px;
	}
	.slider_client {
		position: relative;
		padding-top: 0;
		margin-top: 59px;
		margin-left: -16px;
	}
	.s_m_img{width: 92%!important;;}
	.phone_slider {
		position: absolute;
		z-index: 10000000;
		width: 66%;
		top: -16px;
		left: 24%;
	}
	.our_client_list {
		padding: 29% 0 0 21px;
	}
	.banner_img{position: relative; top:50px; left: 0;}
	.build_mobile_get_started_btn > button {
		background-color: #d32e92;
		border: medium none;
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 0px;
		line-height: 45px;
		margin: 0 0 0 -4px;
		padding: 0 17px 2px;
		width: 100%;
	}
	.terms_ofuse {
		list-style: decimal!important;
		overflow-y: scroll!important;
	}
	.affix {
		position: relative;
	}
	.packages_pricing_details h3 {
		font-size: 35px;
		position: relative;
		margin: 0;
		padding: 35px 10px 22px;
	}
	.most_populer_package h4 {
		font-size: 19px;
		letter-spacing: 2px;
		line-height: 64px;
		margin: 0;
		padding: 0;
		color: #fff;
	}
	/*.pricingSubTag {*/
	/*left: 26px;*/
	/*font-weight: 400;*/
	/*font-size: 27%;*/
	/*top: -101px;*/
	/*}*/
	/*.pricingSupTag {*/
	/*right: 36px;*/
	/*font-weight: 500;*/
	/*font-size: 34%;*/
	/*top: 67px;*/
	/*}*/
	/*.bottom_pricing .planPrice {*/
	/*font-size: 23px;*/
	/*left: -10px;*/
	/*position: relative;*/
	/*}*/
	.pricing_help_row h3 {

		float: none;

	}
	.pricing_help_row p {
		float: none;
		font-size: 16px;
		color: #666666;
	}
	/*#submit_banner {*/
	/*width: 78%!important;*/
	/*margin-left: -12px;*/
	/*width: auto;*/
	/*border-radius: 3px;*/
	/*margin-top: 15px;*/
	/*}*/
	.watch-demo-bac {
		/*background-image: url(../images/watch-demo-background.png);*/
		background-repeat: repeat-x;
		padding-bottom: 70px;
	}
	.pad_7{padding-top: 7%;}
	.m_text_center{text-align: center}
	.full-content-left h1 {
		font-size: 26px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.tab-content {
		float: left;
		width: 100%;
		margin-bottom: 0;
	}
	.set-margin-2 {
		margin-top: 0;
	}
	.tab-content>.active {
		display: block;
		visibility: visible;
		margin-top: 25px;
	}
	ul.social-network li {
		display: inline;
		margin: 13%;
		font-size: 16px;
		margin-left: 0px;
		text-align: center;
	}
	.copyright {
		margin-top: 4px;text-align: left;
	}


	.r_p_0{padding: 0!important;}
	.r_p_l_0{padding-left: 0px!important; }
	.r_p_r_0{padding-left: 0px!important; }
	/*.media-left img{width: 80%;}*/
	.media-body h3 {
		font-size: 19px!important;
	}
	.media-body h4 {
		font-size: 16px!important;
	}
	.watch-demo-but {
		margin: 0px;
		padding: 0px;
		position: absolute;
		width: 30px;
		height: 30px;
		background: #cccccc;
		z-index: 1;
		display: block;
		border-radius: 50%;
		top: 56%;
		left: 53%;
		margin: -10px 0px 0px -25px;
	}
	.watch-demo-but img {
		margin: 5px 0px 0px 12px;
		width: 30%;
	}
	.tab .nav-tabs {
		margin-top: 20px;
		border-bottom: 1px solid #e8e8e8;
	}
	.pa_t{padding-top: 0!important;
	}
	#home{margin-top: 25px;}
	.m_h_4{min-height: 430px;}
	.shopify_parter_img {
		width: 94px;
		padding-left: 0;
		margin-left: 0;
		margin-top: 11px;
	}
	.day_trail {
		/*float: right;*/
		margin-top: 15px;
		font-size: 11px;
	}
	.center_div {
		width: 100%;
		left: 0%;
		margin-left: 0;
	}
	/*.shop-url-input {*/
	/*width: 100%;*/
	/*margin-bottom: 10px;*/
	/*}*/
	#submit_banner {
		margin-left: -12px;
		width: 100%;
		border-radius: 3px;
	}
	.shop-url-input {
		width: 50%!important;
	}
	.blueshine th {
		color: #6b6b6b;
		letter-spacing: 0px;
		text-align: center;
		font-size: 12px;
		font-family: 'Open Sans';
		padding: 20px 8px!important;
		font-weight: 500;
		border: 1px solid #D6E0F6;
		background-color: #F4F6F8 !important;
	}
	.blank {

		color: #f90090;
		font-size: 10px;
		font-weight: 500;
		text-align: left!important;
		letter-spacing: 0px;
		font-family: 'Open Sans';
		text-transform: uppercase;
	}


	.request_demo_btn{
		border: 0 none;
		font-size: 11px;
		font-weight: 300;
		margin-top: 17px;
		padding:10px;
	}
	#total_value{
		font-size: 14px !important;
	}
	.price_slider{
		width: 100% !important;
	}
	.features_section_inner{
		margin-bottom: 0px !important;
		margin-top: 30px !important;
	}
	.questions_section {
		padding: 35px 0 46px 0 !important;
	}
	.pricing_header_content {
		margin: 0em 1em 0px 1em !important;
	}
	.topShopifyUrl input {
		width: 295px !important;
		border-radius: 0 !important;
	}
	.platform-btn{
		margin-bottom: 10px;
		width: 92%;
		text-align: center;
	}
	.pricing_form_bottom{
		display:none;
	}
	.mobileBottomForm{
		display:block;
		text-align:center;
	}
	.build_mobile_get_started_btn > input{
		margin-bottom: 0px;
		width: 100%!important;

	}
	.build_mobile_get_started_btn > button{
		width: 295px;
		margin: 0 0 0 0px;
		border-top-right-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
		margin-left: 1px !important;
	}
	.prcing_help_get_btn {
		text-align:center;
	}
	.ShopUrlFormBottom .error{
		text-align:center;
		float: none;
	}
	.ShopUrlFormTableBottom .error{
		text-align:center;
		float: none;
	}
	.bottom_pricing .planPrice{
		font-size: 21px;
	}
	.pricing_form .error{
		text-align:center;
		float: none;
	}

}
.slider_container_testimonial ul{
	top: 0 !important;
}
.testimonial_silder{
	background-color: #fff;
}
.testimonial_silder{
	text-align: center;
	padding: 35px;
}
.testimonial_client_image .media-img{
	margin: 0 auto;
}
.slider_container_testimonial{
	max-width: 100%;
	overflow: hidden;
	padding-top: 55px;
	position: relative;
}
.testimonial_heading h2{
	font-size: 34px;
	color: #fff;
	text-align: center;
	padding: 70px 0 0px;
	border-radius: 5px;
}
.overlay-left{
	position: absolute;
	/*width: 27%;*/
	left:0;
	height: 390px;
	background-color: #000;
	opacity: 0.5;
	top:46px;
	z-index: 10000;
	width: calc(50% - 350px);
}
.overlay-right{
	position: absolute;
	/*width: 27%;*/
	right:0;
	height: 390px;
	background-color: #000;
	opacity: 0.5;
	top:46px;
	z-index: 10000;
	width: calc(50% - 350px);
}
.testimonial_arrow{
	top: 43% !important;
}
.testimonial_arrow span{
	font-size: 52px;
	color: #fff;
}
.social-network-new{
	float: right;
}
ul.social-network-new li{
	display: inline;
	margin: 0 28px;
	font-size: 22px;
	margin-right: -10px;
}
.footer-new-form h3{
	font-size: 20px;
	color: #454f5b;
}
.footer-new-form p{
	font-size: 14px;
	color: #637381;
}

@media screen and (max-device-width:700px){
	.testimonial_arrow span{
		color: #909090;
	}
	#footer-req-demo .submit_banner_left_align{
		width: 100%;
	}
}

.newPricingModal {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.newPricingModal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}

.newPricingModal .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.availablePlansactive{background-color: #FF0066;color: #fff;}

.black_header{background-color: #000;border: none;height: 64px;}
.count_banner{text-align: center; position: relative}
.count_header{color: #fff; background-color: #000;padding: 8% 0;position: relative;
	z-index: 0;}
.count_header h1,.count_header h2, .count_header h4{color: #fff;margin: 0}
.count_header h3{padding-top: 25px;color: #fff;}
#counttimer{
	position: absolute;
	left: 50%;
	top: 435px;
	background-color: #fff;
	padding: 95px 80px 0;
	border-radius: 6px;
	margin-left: -363px;
}
.count_ask_demo{padding:15% 0;background: url("../images/tag-back-1.png") no-repeat; background-position: center; }
.timerparm{background-color: #0f0f0f; color: #fff; padding:4px 8px; border-radius: 6px;  font-size: 34px;margin-left: 8px;}

.count_ask_demo h2{    padding: 20px;
	font-size: 42px;
	line-height: 62px;
	font-weight: bold;
	color: #000;text-transform: capitalize;

	padding: 110px 0;
	margin: 10px 0 14px;}
.he_color{color: #ff0066}

.count_header h1{font-size: 70px; font-weight: 600;}
.count_header h3{
	padding-top: 25px;
	color: #fff;
	font-size: 60px;
	margin: 0;
	letter-spacing: 5px;
	font-weight: 600;
	padding: 0;}
.input-margin .btn-lg_coutn{ border-radius: 0px 25px 25px 0px;}
.shop-url-input_count{border-radius: 25px 0px 0px 25px !important;}
.count_prcing_section{text-align: center}
.bfmc_pricing h6{
	padding: 19px 0 0;
	font-size: 24px;
	color: #ccc;
	text-decoration-line: line-through;
	margin-bottom: 0;
}

.bfmc_pricing h3{
	font-size: 45px;
	position: relative;
	margin: 0;
	padding: 9px 10px 0px;
	font-weight: 600;
	color: #4D4D64;
	line-height: 1.1;
	padding-top: 0;
}
.bfmc_pricing p{padding: 0;
	margin: 0;
	line-height: 21px;padding-bottom: 20px;}
.bfcm_prcing_tabs {
	position: relative;
	left: 50%;
	background-color: #2b2828;
	width: 305px;
	border-radius: 44px;
	margin-left: -139px;
}


.bfcm_prcing_tabs li a{    font-size: 18px;
	border-radius: 44px;
	padding: 8px 44px;
	border: none;
	margin: 0;
	font-weight: 600;
	color: #757575;}

.bfcm_prcing_tabs li a p{margin: 0;color: #757575;}
.bfcm_prcing_tabs>li.active>a:focus{     border-radius: 44px;
	padding: 8px 44px;border: none;font-weight: 600;
	color: #757575;}

.bfcm_prcing_tabs > li > a:hover{
	border-radius: 44px;background-color: transparent;
	padding: 8px 44px;border: none;
}
.bf_fe{text-align: center}
.count_prcing_section h1{color: #fff; line-height: 55px; padding: 25px 0 25px 0; font-weight: 600;  text-transform: capitalize; font-size: 32px;}
.bfmc_features_section {padding: 80px 0;}
.bfmc_features_section h1{text-align: center; color: #000; font-size: 45px;}
.bf_fe h3{color: #000; font-size: 16px; text-align: center; line-height: 25px;}
.section_pad{padding: 80px 0;position: relative }
.tag_left{position: absolute; left:0px; top:70%; }
.tag_right{position: absolute; right:0px; top:18%; }
.tag_left img, .tag_right img{width: 70%;}

.bl_bg{background-color: #000;}
.top_apps_section{text-align: center}
.co_bl{color: #000!important; font-weight: 600;}

.testimonial_bg{
	background: url('../assets/testimonial-map-pattens.png') no-repeat; background-position: center;padding-bottom: 60px;
}

.off_sq{    border: 4px solid #ff0066;
	height: 75px;
	width: 300px;
	text-align: center;
	color: #fff;
	position: relative;
	left: 37%;
	top: 19px;
	display: block; cursor: pointer;
}

.off_sq button {
	font-size: 29px;
	line-height: 62px;
	font-weight: bold;
	letter-spacing: 2px; background-color: transparent;border: none;
}

.bfcm-text {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 10em;
	color: transparent;
	text-transform: uppercase;
	background-image: linear-gradient(135deg, #2C48BA, #FA1992, #2C48BA, #FA1992, #2C48BA);
	-webkit-background-clip: text;
	background-clip: text;
	animation: animate 10s linear infinite;
	background-size: 1000%;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 12px;
	font-weight: 500;
	text-align: center;height: 200px;padding-top: 100px;



}

@keyframes animate {
	0% {
		background-position: 0% 20%;
	}
	20% {
		background-position: 20% 40%;
	}
	40% {
		background-position: 40% 60%;
	}
	60% {
		background-position: 60% 80%;
	}
	80% {
		background-position: 80% 100%;
	}
	100% {
		background-position: 0% 100%;
	}
}


.shop-url-input_bfmc{     margin-left: -43px!important;}
/*.input-margin .btn-lg_bfmc{    border-radius: 0px 25px 25px 0px;    padding: 12px 22px; }*/
.bf_fe_bl h3{    color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 25px;
	text-transform: capitalize;}

.ask_demo_section{text-align: center}
.ask_demo_section h1{color: #FFF; font-size: 30px; text-transform: capitalize}
.ask_demo_section_feature{text-align: center;background:#F7F9FD; padding: 60px 0; position: relative;overflow: hidden}
.bannerasset3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
}
.plant3 {
	position: absolute;
	bottom: 35px;
	right:2%;
	width: 10%;
}
.ask_demo_section_feature h1{color: #000; font-size: 30px; text-transform: capitalize}
.pa_1{padding: 10px 0;}
.cont_us {list-style: none; padding: 0; margin: 0;}
.cont_us li{float: left;padding: 5px; color: #fff;}
.cont_us li a{color: #fff;}
.ads_pl p{font-size: 18px;line-height: 28px;}
.hr_line{
	height: 6px; width: 80px; position: relative; left: 45%;margin-bottom: 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4147ae+0,ea0092+100 */
	background: #4147ae; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #4147ae 0%, #ea0092 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #4147ae 0%,#ea0092 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #4147ae 0%,#ea0092 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4147ae', endColorstr='#ea0092',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.text_gradient{
	width: max-content;
	margin: 0 auto !important;
	background: linear-gradient(to right, #4147ae 0%, #ea0092 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.timer_new{
	margin: 0 auto;
	background: #fff;
	width: fit-content;
	margin-top: -54px;
	border-radius: 7px;
	height: 205px;
	padding: 20px 100px;
	-webkit-box-shadow: 0px 1px 3px 1px rgba(204, 204, 204, 0.44);
	-moz-box-shadow:0px 1px 3px 1px rgba(204, 204, 204, 0.44);
	box-shadow:0px 1px 3px 1px rgba(204, 204, 204, 0.44);
}
.timer_new h5{
	font-size: 20px;
	font-weight: 600;
}
.timer_part{
	display: inline-block;
	position: relative;
}
.timer_part_text{
	position: absolute;
	left: 50%;
	bottom: -41px;
	margin-left: -13px;
	font-size: 16px;
	color: #1f1f20;
	letter-spacing: 1px;
}
.ads_pl h1{padding-top: 22%;text-transform: capitalize;}
.testmonial_client_info{text-align: center}
.fe1 h1{color: #fff; }
.own_ph{height: 80px; width: 80px; border-radius: 50%; position: absolute; top:-40px; left: 40%;}
.own_ph img{height: 80px; width: 80px; border-radius: 50%;}
.slider_elment {    border: 1px solid #c4cdd5;
	background-color: #fff;
	border-radius: 5px;
	min-height: 460px;position: relative;
}
.tet_img{position: absolute; top:0; left: 15px; }
.ele_content{padding: 20px;}
.ele_content h3{font-size: 20px;     font-weight: 600;}
.ele_content p {
	font-size: 16px;

}

/*integration page css*/
.integration_topcontainer{padding: 5% 0px 0%;}
.integration_topcontainer h1{text-align: center; padding: 50px 0;}
.integration_section{padding: 80px 0}
.integration_box{    border: 1px solid #efefef;
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.07);
	min-height: 530px;
	position: relative;
	border-radius: 5px;}
.integration_img{padding:0 10%; border-bottom: 1px solid #eee;text-align: center}
.integration_content{padding: 20px;}
.integration_content h3{margin: 0; font-size: 20px; color: #212B36; font-weight: 600;padding: 8px 0;}
.integration_content p{margin: 0; font-size: 15px; color: #919EAB; font-weight: 400;line-height: 26px;}
.integration_btns{position: absolute;
	bottom: 22px;width: 100%}
.more_btn{border: 1px solid #dadada; padding: 12px 7%; border-radius: 4px;margin-right: 10px;color:#212B36 ; font-weight: 600; font-size: 16px;}
.more_btn:hover{background:#f1f1f1; color: #212B36; }
.getapp_btn{border: 1px solid #ff0066; padding: 12px 15%;background:#ff0066;  border-radius: 4px;color: #fff; font-weight: 600; font-size: 16px;}

.getapp_btn:hover, .getapp_btn:focus, .getapp_btn.focus{
	background-color: #ca0453!important;color: #fff;text-decoration: none;
}


.integration_box{

	will-change: transform;
	transition: transform 0.2s ease-in;
}
.integration_box:hover {
	transform: translateY(-2px);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}

.offers{  position: absolute;
	transform: rotate(-45deg);
	top: 17px;
	background-color: #000000;
	color: #fff;
	height: 24px;
	width: 107px;
	left: -27px;
	font-weight: 600;font-size: 12px;}
.testmonial_client_info {
	position: absolute;
	background-color: #3f3f3f;
	bottom: 0;
	width: 100%;    border-radius: 0px 0px 6px 6px;
}
.testmonial_client_info h3{color: #fff; margin: 0; padding: 60px 0 0px;}
.testmonial_client_info h5{color: #fff; margin: 0; padding: 10px 0 20px;}

/*.shop-url-input_bfmc_btm{width: 71%!important;    border-radius: 25px 0px 0px 25px !important;}*/
.float_left{
	float: left;
}
.owl-nav{display: none;}
.owl-theme .owl-dots, .owl-theme .owl-nav{margin-top: 20px;}
.topimg{    text-align: center;
	left: 50%;
	position: relative;
	margin-left: -208px;

}

.buy_n{

	padding: 6px 29px;
	font-weight: 600;margin: 15px 16px;border-radius: 25px;
}


.book_bfcm li a{
	padding: 8px 16px;
	color: #fff!important;
	background: #ff0066;
	margin-top: 12px;
	border-radius: 4px;
}
.book_bfcm li a:hover{
	padding: 8px 16px;
	color: #fff!important;
	background: #ff0066!important;
	margin-top: 12px;
	border-radius: 4px;
}
.arrow_ig{position: absolute;
	left: 50%;
	top: 43px;
	margin-left: -303px;
	width: 4.5%;}
.arrow_ig1{    position: absolute;
	left: 50%;
	top: 182px;
	margin-left: -359px;
	width: 4.5%;}
#box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 60px;
	color: white;
	font-family: 'Raleway';
	font-size: 35px;
	left: 50%;font-family: 'Open Sans', sans-serif;
	margin-left: -156px;
	top: 38px;border: none;cursor: pointer; font-weight: 500;
}
.gradient-border {
	Width: 3px;
	background: #000;
	position: relative;

}
.gradient-border:after {
	content: '';
	position: absolute;
	top: calc(-1 * var(--borderWidth));
	left: calc(-1 * var(--borderWidth));
	height: calc(100% + var(--borderWidth) * 2);
	width: calc(100% + var(--borderWidth) * 2);
	background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);

	z-index: -1;
	animation: animatedgradient 3s ease alternate infinite;
	background-size: 300% 300%;
}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@media (max-width: 1024px){
	.count_header {
		color: #fff;
		background-color: #000;
		padding: 23% 0;
		position: relative;
		z-index: 0;
	}
	.nav-tabs > li {
		float: left;
		margin-bottom: 0;
		width: 50%;
	}
	.tag-img{width: 70%;}
	.exc_img{width: 80%;}
	.btn-lg_bfmc{
		border-radius: 6px!important;

	}
	.shop-url-input_bfmc {
		/*border-radius: 25px!important;*/
		margin-left: 0!important;
		margin-bottom: 22px;
		float: left;
	}
	.input-margin .btn-lg_bfmc {
		border-radius: 0px 6px 6px 0px;
		width: 100%;    margin-top: 11px;
		margin-left: 0!important;
	}
	.shop-url-input_bfmc_btm {
		width: 71%!important;
		/*border-radius: 25px !important;*/
	}
	.count_ask_demo h2 {
		padding: 20px;
		font-size: 32px;
		line-height: 40px;
		font-weight: bold;
		color: #000;
		padding-bottom: 40px;
	}
	.timerparm{background-color: #0f0f0f; color: #fff; padding:4px 8px; border-radius: 6px;  font-size:20px;margin-left: 8px;}
	.img-re{
		width: 75%;
		padding: 50px;
	}
	.count_ask_demo {
		padding: 5% 0;
		background: url(../images/tag-back-1.png) no-repeat;
		background-position: center;
	}
	.ads_pl h1 {
		padding-top: 0;
	}
	.hr_line {
		height: 6px;
		width: 100px;
		position: relative;
		left: 38%;
		margin-bottom: 30px;
		background: #4147ae;
		background: -moz-linear-gradient(-45deg, #4147ae 0%, #ea0092 100%);
		background: -webkit-linear-gradient(-45deg, #4147ae 0%,#ea0092 100%);
		background: linear-gradient(135deg, #4147ae 0%,#ea0092 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4147ae', endColorstr='#ea0092',GradientType=1 );
	}
	.count_header {
		color: #fff;
		background-color: #000;
		padding: 25% 0px;
		position: relative;
		z-index: 0;
	}
	.topimg {
		text-align: center;
		left: 50%;
		position: relative;
		margin-left: -202px;
		top: 14px;
	}
	.shop-url-input_bfmc_btm {
		width: 100%!important;
		/*border-radius: 25px !important;*/
	}
	.exc_img {
		width: 64%;
	}
	.build_mobile_get_started_btn > input{border-radius: 6px!important;}
}
.signup_textpanel{margin-top: 48px;    padding: 5% 0 6%;}
.singup_img{bottom: -30px;}


.header_baner{background-color:#363A68; padding: 15px 0;position: relative; }
.ircebanner{margin: 0!important;}
.irce_content h4{
	color: #fff;
}
.d2c_content{
	margin-left: 25px;
}
.irce_btn {
	height: auto;
	padding: 7px 31px;
	color: #2D325C;
	border-radius: 3px;
	box-shadow: 0px 1px 1px 1px #2D325C;
	background-color: #fff;
	font-size: 14px;font-weight: 600;
	margin-top: 7px;
	float: right;
}
.irce_btn:hover,.irce_btn:focus{color: #2D325C;}
@media only screen and (max-device-width:390px) and (min-device-width: 320px) {
	.irce_btn{float: left}
	.testimonial_silder_inner p{width: 80%; padding: auto 10%;}
	.fe_value {
		padding-top: 15px;
		/* float: left; */
		text-align: center;
		/* margin-left: 30px; */
		color: #6F708C;
		font-size: 6px;
		line-height: 45px;
	}
	.plan_names li {
		float: left;
		width: 14%;
		border: 1px solid #c4cdd5;
		text-align: center;
		color: #ff0066;
		font-size: 6px;
		padding: 12px 0;
		font-weight: 500;
		border-top: none;
		border-bottom: none;
		border-right: none;
	}
	.abnback_screen {
		position: absolute;
		left: 22%;
		top: 10%;
		width: 61%;
		z-index: 10;
	}
	.shopify_parter_img{width: 25%;}
	.mo_viwe{margin-top: -11px!important;}
	.sign_color{    padding-bottom: 29%!important;}
	.singup_img {
		bottom: -6px;
	}
	.singupform {
		background: #fff;
		padding: 25px;
		margin: 10% 0 0 0;
		border-radius: 6px;
		position: relative;
		z-index: 11;
	}
	.timerparm{background-color: #0f0f0f; color: #fff; padding:3px 6px; border-radius: 6px;  font-size:16px;margin-left: 8px;}
	.topimg {
		text-align: center;
		left: 50%;
		position: relative;
		margin-left: -180px;
		top: 9px;    width: 95%;
	}
}
@media only screen and (max-device-width: 340px) and (min-device-width: 320px){
	.topimg {
		text-align: center;
		left: 50%;
		position: relative;
		margin-left: -154px;
		top: 45px;
		width: 95%;
	}
}

@media only screen and (max-device-width:550px) and (min-device-width: 320px) {
	.irce_btn{float: left}
	.p_customer_section {
		position: relative;
		margin-top: 52px;
	}
	.img_min_h {
		min-height: 43px;
	}
	.trusted-our-client {
		margin: 8px 0px;
	}
	.cam1{padding: 50px 0;}
	.camp_details p{width:auto;padding-bottom: 20px;}
	.col-md-5th-1{margin: 0 15px;}
	.p_23{padding-top: 0}
	.p_bot {
		padding-bottom: 49px;
	}
	.pricing_header_content h1 {
		color: #454F5B;
		font-weight: 600;
		font-size: 21px;
		/* text-transform: capitalize; */
		font-family: 'Open Sans';
		padding-top: 45px;
	}
	.input-margin .btn-lg {
		background-color: #ff0066;
		border: none;
		font-size: 16px;
		font-weight: 600;
		border-radius: 5px;
		padding: 12px 18px;
		margin-top: 10px;
	}
	.grd_color {
		position: relative;
		padding-bottom: 303px;}
	.ask_demo_section_feature h1 {
		color: #000;
		font-size: 19px;
		text-transform: capitalize;
	}
	.popup_screen {
		position: absolute;
		left: 50%;
		top: 109px;
		width: 50%;
		z-index: 111111;
		margin-left: -97px;
	}
	.h1_t {
		font-size: 26px;
		text-align: left;
	}
	.tab .tab-content{padding-top: 0;}
	#about-slider{margin-top:45px }
	.back_screen {
		position: absolute;
		left: 22%;
		top: 10%;
		width: 48%;
		z-index: 10;
	}
	.multi-banner-assets {
		position: absolute;
		left: 17%;
		top: 10%;
		width: 67%;
		z-index: 10;
	}
	.grad_padding{padding-bottom: 60px;}
	.integration_box{margin-bottom: 25px;}
	.set-footer{border-top: 0; text-align: center!important;}
	.set-border{padding-top: 0}
	.copyright {
		margin-top: 4px;
		text-align: center;    color: #333;
	}
	.logo-bottom {
		 padding-top: 0px;
	}
	.showcase_header h1{font-size: 22px;text-align: center;}
	.app_slider {
		list-style: none;
		border-bottom: 1px dashed #dadada;
		float: left;
		padding-bottom: 26px;
		padding-top: 35px;
		padding-left: 0;
	}

	.bo_top{border: none}
	.sideways li {
		text-transform: capitalize;
		width: 100%!important;
	}
	.image_gallery {
		padding-top: 60px;
	}
	.s_img img {
		width: 78%;
		text-align: center;
	}
	.right_nav {
		right: 12% !important;
	}
	.left_nav {
		left: 12% !important;
	}
	.modal-tall .modal-content {
		height: 100%;
		border-radius: 0;
		height: 537px;
	}
	#submit_bannernav , #submit_bannermiddle,#submit_bannerbottom{
		padding: 8px;
		font-size: 13px;
		font-weight: 600;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		width: 105px;
	}
	.urlnav {
		float: right;
		margin-left: 13px;
	}
	.input-margin_nav {
		width: 281px!important;
		margin-left: 0!important;
		 margin-top: 0px;
	}
	.shop-url-input_nav {
		width: 63%;
		float: left;
		font-size: 13px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.urlnav{float: left}

	.fe_value {
		padding-top: 15px;
		/* float: left; */
		text-align: center;
		/* margin-left: 30px; */
		color: #6F708C;
		font-size: 14px;
		line-height: 45px;
	}
	.plan_names li {
		float: left;
		width: 14%;
		border: 1px solid #c4cdd5;
		text-align: center;
		color: #ff0066;
		font-size: 13px;
		padding: 12px 0;
		font-weight: 500;
		border-top: none;
		border-bottom: none;
		border-right: none;
	}
	.feture_list h5 {
		width: 30%;
		float: left;
		border-left: 1px solid #c4cdd5;
		/* border-right: 1px solid #c4cdd5; */
		border-bottom: 1px solid #c4cdd5;
		margin: 0;
		color: #919EAB;
		padding: 15px 9px;
		height: 52px;
		overflow: hidden;
		font-size: 14px;
	}
	.overflow_x{overflow-x: auto;overflow-y: hidden;}
	.min_width{min-width: 1000px;}
	.col-md-5th-1{margin: 15px;}
	.index3bg {
		background-image: url(https://d3myyafggcycom.cloudfront.net/assets/website/indexbg.png);
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		background-position: center;
		background-size: cover;
		text-align: center;
		padding: 16% 0px 18%;
	}
	.index3content h1 {
		font-size: 47px;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-weight: bold;
	}
	.index3content h2 {
		font-size: 35px;
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-weight: normal;
		padding-bottom: 17px;
		margin-top: 0;
	}
	.m_1 h2 {
		color: #0A0B09;
		font-size: 36px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
	}
	.m_1 h3 {
		color: #51555A;
		font-size: 25px;
		font-family: 'Open Sans', sans-serif;
		font-weight: normal;
		line-height: 45px;
	}
	.m_2 p a {
		color: #8087AE;
		font-size: 22px;
		text-decoration: underline;
	}
	.m_2 p {
		color: #586570;
		font-size: 20px;
		line-height: 47px;
	}
	.m_2 h5 {
		color: #000000;
		font-size: 25px;
		font-weight: 600;
		line-height: 57px;
		padding-top: 35px;
	}
	.m_2 h4 {
		color: #434C54;
		font-size: 22px;
		font-weight: 600;
		font-style: italic;
		line-height: 45px;
		padding-top: 20px;
	}
	.in3 li p {
		padding-left: 32px;
		line-height: 35px;
		margin: 0;
	}
	.tri_icon {
		float: left;
		margin-top: 4px;
	}
	.in3 li {
		color: #637381;
		font-size: 29px;
		line-height: 57px;
		font-weight: 400;
		padding: 10px 0;
	}
	.m_2 h3 {
		color: #000000;
		font-size: 25px;
		line-height: 50px;
		font-weight: 600;
		padding-top: 30px;
	}
	.m_2 h2 {
		color: #3D3D3D;
		font-size: 28px;
		text-align: left;
		width: 100%;
		line-height: 45px;
		font-weight: 600;
	}
	.d2c_content{
		margin-left: 0;
	}
}
.viewbox-container{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	z-index: 700;
}
.viewbox-body{
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	overflow: auto;
}
.viewbox-header{
	margin: 10px;
}
.viewbox-content{
	margin: 10px;
	width: 300px;
	height: 300px;
}
.viewbox-footer{
	margin: 10px;
}
.viewbox-content .viewbox-image{
	width: 100%;
	height: 100%;
}

/* buttons */
.viewbox-button-default{
	cursor: pointer;
	height: 64px;
	width: 64px;
}
.viewbox-button-default > svg{
	width: 100%;
	height: 100%;
	background: inherit;
	fill: inherit;
	pointer-events: none;
	transform: translateX(0px);
}
.viewbox-button-default{
	fill: #999;
}
.viewbox-button-default:hover{
	fill: #fff;
}

.viewbox-button-close{
	position:absolute;
	top:10px;
	right: 10px;
	z-index:9;
}
.viewbox-button-full-screen{
	position:absolute;
	top:84px;
	right: 10px;
	z-index:9;
}
.viewbox-button-next,
.viewbox-button-prev{
	position:absolute;
	top: 50%;
	height: 128px;
	width: 128px;
	margin: -64px 0 0;
	z-index:9;
}
.viewbox-button-next{
	right: 10px;
}
.viewbox-button-prev{
	left: 10px;
}
@media (max-width: 480px) {
	.viewbox-button-close{
		top: 0;
		right: 0;
	}
	.viewbox-button-next,
	.viewbox-button-prev{
		height: 81px;
		width: 81px;
		margin-top: -40px;
	}
	.viewbox-button-next{
		right:-15px;
	}
	.viewbox-button-prev{
		left:-15px;
	}
}

/* loader */
.viewbox-container .loader{
	widows: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-25px 0 0 -25px;
}
.viewbox-container .loader *{
	margin: 0;
	padding: 0;
}
.viewbox-container .loader .spinner{
	width: 50px;
	height: 50px;
	position: relative;
	margin: 0 auto;
}
.viewbox-container .loader .double-bounce1,
.viewbox-container .loader .double-bounce2{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #999;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.viewbox-container .loader .double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce{
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce{
	0%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 50% {
		  transform: scale(1.0);
		  -webkit-transform: scale(1.0);
	  }
}





/*css sprits*/
.bg-support_img {
	width: 60px; height: 60px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -825px -10px;
}

.bg-arrow_1 {
	width: 44px; height: 55px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -905px -262px;
}

.bg-shopify_plus_logo1 {
	width: 121px; height: 16px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -10px -899px;
}

.bg-FeliksK {
	width: 60px; height: 60px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -825px -90px;display: inline-block;
}

.bg-Ben_Zettler {
	width: 60px; height: 60px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -825px -170px;display: inline-block;
}

.bg-snipergang_owner {
	width: 57px; height: 60px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -825px -649px;display: inline-block;
}

.bg-darshan_patodi {
	width: 56px; height: 60px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -288px -179px;display: inline-block;
}

.bg-client_user_1 {
	width: 57px; height: 60px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -825px -729px;display: inline-block;
}

.bg-elo1_1 {
	width: 56px; height: 60px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -288px -259px;display: inline-block;
}

.bg-google_analytics_3 {
	width: 258px; height: 149px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -10px -179px;display: inline-block;
}

.bg-smile_io_2 {
	width: 335px; height: 149px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -10px -10px;display: inline-block;
}

.bg-clever_tap_4 {
	width: 207px; height: 149px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -365px -10px;display: inline-block;
}

.bg-business_1 {
	width: 60px; height: 60px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -825px -250px;display: inline-block;
}

.bg-yotpo_logo_1 {
	width: 149px; height: 149px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -365px -179px;display: inline-block;
}

.bg-business_4 {
	width: 60px; height: 60px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -825px -330px;display: inline-block;
}

.bg-business_2 {
	width: 60px; height: 60px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -825px -410px;display: inline-block;
}

.bg-business_9 {
	width: 60px; height: 59px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -825px -570px;display: inline-block;
}

.bg-business_10 {
	width: 60px; height: 60px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -825px -490px;display: inline-block;
}

.bg-feature_icon_6 {
	width: 55px; height: 55px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -250px -824px;display: inline-block;
}

.bg-feature_icon_5 {
	width: 55px; height: 55px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -325px -824px;display: inline-block;
}

.bg-feature_icon_4 {
	width: 55px; height: 55px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -400px -824px;display: inline-block;
}

.bg-feature_icon_3 {
	width: 55px; height: 55px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -475px -824px;display: inline-block;
}

.bg-feature_icon_2 {
	width: 55px; height: 55px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -550px -824px;display: inline-block;
}

.bg-feature_icon_1 {
	width: 55px; height: 55px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -625px -824px;display: inline-block;
}

.bg-chart_icon_3 {
	width: 39px; height: 40px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -961px -337px;display: inline-block;
}

.bg-chart_icon_2 {
	width: 37px; height: 37px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -963px -404px;display: inline-block;
}

.bg-appleplay {
	width: 67px; height: 40px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -700px -824px;display: inline-block;
}

.bg-chart_icon_1 {
	width: 38px; height: 38px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -905px -404px; display: inline-block;
}

.bg-app_build_icon_3 {
	width: 50px; height: 50px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -905px -52px;display: inline-block;
}

.bg-app_build_icon_2 {
	width: 50px; height: 50px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -905px -122px;display: inline-block;
}

.bg-app_build_icon_1 {
	width: 50px; height: 50px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -905px -192px;display: inline-block;
}

.bg-client_5 {
	width: 213px; height: 106px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -10px -348px;display: inline-block;
}

.bg-client_4 {
	width: 213px; height: 106px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -243px -348px;display: inline-block;
}

.bg-client_6 {
	width: 213px; height: 106px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -592px -10px;display: inline-block;
}

.bg-client_3 {
	width: 213px; height: 106px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -592px -136px;display: inline-block;
}

.bg-client_2 {
	width: 213px; height: 106px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -592px -262px;display: inline-block;
}

.bg-client_1 {
	width: 213px; height: 106px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -10px -474px;display: inline-block;
}

.bg-notification_3 {
	width: 60px; height: 55px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -10px -824px;display: inline-block;
}

.bg-notification_2 {
	width: 60px; height: 55px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -90px -824px;display: inline-block;
}

.bg-notification_1 {
	width: 60px; height: 55px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -170px -824px;display: inline-block;
}

.bg-p_logo {
	width: 30px; height: 41px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -975px -52px;display: inline-block;
}

.bg-our_partners_footer_logo_3 {
	width: 121px; height: 21px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -588px -764px;
}

.bg-our_partners_footer_logo_1 {
	width: 101px; height: 22px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -905px -10px;
}

.bg-our_partners_footer_logo_2 {
	width: 107px; height: 31px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -646px -704px;
}

.bg-shopify_star_new {
	width: 199px; height: 44px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -592px -388px;display: inline-block;position: relative;top: 6px;
}

.bg-winner {
	width: 77px; height: 64px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -476px -348px;
}

.bg-ebarza_owner {
	width: 65px; height: 69px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -726px -600px;
}

.bg-shopify_plus_logo_2 {
	width: 162px; height: 38px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -406px -764px;display: inline-block;
}

.bg-revenue_icon {
	width: 36px; height: 47px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -969px -262px;
}

.bg-download_icon {
	width: 36px; height: 47px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -905px -337px;
}

.bg-client_logo_5 {
	width: 159px; height: 84px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -243px -474px;display: inline-block;
}
.bg-s {
	width: 159px; height: 84px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -422px -474px;
}

.bg-export_leftover_client_logo_2 {
	width: 159px; height: 84px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -601px -474px;display: inline-block;
}

.bg-client_logo_3 {
	width: 159px; height: 84px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -10px -600px;display: inline-block;
}

.bg-client_logo_6 {
	width: 159px; height: 84px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -189px -600px;display: inline-block;
}

.bg-dankstop_client_logo_4 {
	width: 159px; height: 84px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -368px -600px;display: inline-block;
}

.bg-client_logo_1 {
	width: 159px; height: 84px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -547px -600px;display: inline-block;
}

.bg-sales_icon_3 {
	width: 112px; height: 100px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -10px -704px;display: inline-block;
}

.bg-sales_icon_2 {
	width: 112px; height: 100px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -142px -704px;display: inline-block;
}

.bg-sales_icon_1 {
	width: 112px; height: 100px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -274px -704px;display: inline-block;
}

.bg-shopify_parter_logo {
	width: 220px; height: 40px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites.png') -406px -704px;display: inline-block;
}

.bg-smile_io {
	width: 198px; height: 88px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_largeimag.png') -243px -474px;
}

/*send img*/
.bg-assets_1 {
	width: 229px; height: 179px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_1.png') -5px -5px;
}

.bg-clevertap {
	width: 175px; height: 175px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_1.png') -244px -5px;margin: 0 auto;
}

.bg-recharge {
	width: 175px; height: 175px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_1.png') -5px -194px;margin: 0 auto;
}

.bg-bold {
	width: 175px; height: 175px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_1.png') -190px -194px;margin: 0 auto;
}

.bg-searchanise {
	width: 175px; height: 175px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_1.png') -429px -5px;margin: 0 auto;
}

.bg-limespot {
	width: 175px; height: 175px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_1.png') -429px -190px;margin: 0 auto;
}

.bg-intercom {
	width: 175px; height: 175px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_1.png') -5px -379px;margin: 0 auto;
}

.bg-galogo {
	width: 175px; height: 175px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_1.png') -190px -379px;margin: 0 auto;
}

.bg-applepay {
	width: 175px; height: 175px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_1.png') -375px -379px;margin: 0 auto;
}

.bg-ai_icon_5 {
	width: 47px; height: 47px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_1.png') -614px -353px;
}

.bg-abandoned_1 {
	width: 44px; height: 50px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_1.png') -614px -410px;
}

.bg-filter_2 {
	width: 39px; height: 30px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_1.png') -668px -410px;
}

.bg-money_1 {
	width: 44px; height: 44px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_1.png') -671px -353px;
}

.bg-banner_2 {
	width: 43px; height: 30px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_1.png') -725px -353px;
}

.bg-Know_Foods {
	width: 200px; height: 106px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_1.png') -614px -5px;display: inline-block;
}

.bg-Filly_Flair {
	width: 200px; height: 106px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_1.png') -614px -121px;display: inline-block;
}

.bg-baby_online {
	width: 200px; height: 106px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_1.png') -614px -237px;display: inline-block;
}

.bg-mobile_screen_4 {
	width: 255px; height: 451px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_largeimag.png') -5px -1297px;display: inline-block;
}

.bg-mobile_screen_2 {
	width: 255px; height: 461px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_largeimag.png') -1581px -5px;
}

.bg-mobile_screen_3 {
	width: 255px; height: 451px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_largeimag.png') -270px -1297px;
}

.bg-trusted_customers_img {
	width: 453px; height: 456px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_largeimag.png') -335px -5px;
}

.bg-mobile_screen_1 {
	width: 255px; height: 461px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_largeimag.png') -1581px -476px;
}

.bg-ebarza_screen {
	width: 447px; height: 307px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_largeimag.png') -5px -663px;
}

.bg-export_leftover_screen {
	width: 447px; height: 307px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_largeimag.png') -462px -663px;
}

.bg-sniper_gang_screen {
	width: 447px; height: 307px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_largeimag.png') -1124px -5px;
}

.bg-dankstop_screenshot {
	width: 447px; height: 307px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_largeimag.png') -1124px -322px;
}

.bg-steinersports_screen {
	width: 447px; height: 307px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_largeimag.png') -1124px -639px;
}

.bg-success_story_1 {
	width: 447px; height: 307px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_largeimag.png') -5px -980px;
}

.bg-home_dynamic_layout_design_1 {
	width: 316px; height: 576px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_largeimag.png') -798px -5px;
}

.bg-home_dynamic_layout_design_2 {
	width: 320px; height: 648px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_largeimag.png') -5px -5px;
}

.bg-smile_io {
	width: 198px; height: 88px;
	background: url('https://d3myyafggcycom.cloudfront.net/assets/website/css_sprites_largeimag.png') -1581px -947px;
}
@media only screen and (max-device-width:390px) and (min-device-width: 320px) {

	.more_btn {
		border: 1px solid #dadada;
		padding: 9px 4%;
		border-radius: 4px;
		margin-right: 10px;
		color: #212B36;
		font-weight: 600;
		font-size: 14px;
	}
	.getapp_btn {
		border: 1px solid #ff0066;
		padding: 8px 13%;
		background: #ff0066;
		border-radius: 4px;
		color: #fff;
		font-weight: 600;
		font-size: 14px;
	}
	.fe_dec{margin-top: 0}
	.our_client_list h2 {
		margin: 0;
		font-size: 25px;
		color: #212b36;
		font-weight: 500;
	}
	.b_list li{font-size: 13px;}
	.s_p_h1{padding-top: 0}
	.cut_width {
		position: relative;
		margin-left: 0;
	}
	.feture_list h5 {
		width: 30%;
		float: left;
		border-left: 1px solid #c4cdd5;
		/* border-right: 1px solid #c4cdd5; */
		border-bottom: 1px solid #c4cdd5;
		margin: 0;
		color: #919EAB;
		padding: 6px 9px;
		height: 53px;
		overflow: hidden;
		font-size: 10px;
	}
	.shopify_parter_img{width: 27%;}
	.sign_color{    padding-bottom: 29%!important;}
	.singup_img {
		bottom: -13px;
	}
	.singupform {
		background: #fff;
		padding: 25px;
		margin: 10% 0 0 0;
		border-radius: 6px;
		position: relative;
		z-index: 11;
	}
	multi-banner-assets {
		position: absolute;
		left: 15%;
		top: 10%;
		width: 67%;
		z-index: 10;
	}

	.fe_banner1 {
		background-image: url(../images/back-11.png);
		background-position: left;
		background-repeat: no-repeat;
		/* height: 207px; */
		/* max-width: 101%; */
		position: relative;
		width: 100%;
		background-size: 83%;
		padding: 42% 0;
	}
	.fe_banner2 {
		background-image: url(../images/back-22.png);
		background-position: right;
		background-repeat: no-repeat;
		/* height: 207px; */
		/* max-width: 101%; */
		position: relative;
		width: 100%;
		background-size: 83%;
		padding: 42% 0;
	}
	.fe_banner3 {
		background-image: url(../images/back-33.png);
		background-position: left;
		background-repeat: no-repeat;
		/* height: 207px; */
		/* max-width: 101%; */
		position: relative;
		width: 100%;
		background-size: 83%;
		padding: 42% 0;
	}

	#submit_banner {
		margin-left: -12px;
		width: 100%;
		border-radius: 3px;
		margin-top: 9px;
	}
	.pathimg {
		position: absolute;
		bottom: -8px;
		width: 100%;
	}

	.back_screen {
		position: absolute;
		left: 35%;
		top: 10%;
		width: 48%;
		z-index: 10;

	}
	.abnback_screen {
		position: absolute;
		left: 35%;
		top: 10%;
		width: 61%;
		z-index: 1;
	}
	.popup_screen {
		position: absolute;
		left: 34%;
		top: 219px;
		width: 50%;
		z-index: 111111;
	}
	.plan_img {
		position: absolute;
		top: 149px;
		right: 80px;
		z-index: 1;
		width: 18%;
	}
	.timerparm{background-color: #0f0f0f; color: #fff; padding: 6px; border-radius: 3px;  font-size:14px;margin-left: 8px;}
	.topimg {
		text-align: center;
		left: 50%;
		position: relative;
		margin-left: -163px;
		top: 45px;
	}
	.r_2, .p_l {
		padding-top: 19px;
	}
	.fe_h1{padding: 0;}
	.request_demo_btn {
		border: 0 none;
		font-size: 16px;
		font-weight: 300;
		margin-top: 17px;
		padding: 0.6em 0.6em;
	}
	.build_mobile_get_started_btn > button {
		background-color: #d32e92;
		border: medium none;
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 0px;
		line-height: 45px;
		margin: 0 0 0 -4px;
		padding: 0 17px 2px;
		width: 100%;
	}
	.pricing_form_bottom {
		display: none;
	}
	.mobileBottomForm {
		display: block;
		text-align: center;
	}
	.blueshine th {
		color: #6b6b6b;
		letter-spacing: 0px;
		text-align: center;
		font-size: 12px;
		font-family: 'Open Sans';
		padding: 20px 0!important;
		font-weight: 500;
		border: 1px solid #D6E0F6;
		background-color: transparent !important;
	}
	.center_div {
		width: 100%;
		left: 0%;
		margin-left: 0;

	}
	.shop-url-input {
		width: 100%!important;
	}
	#submit_banner {

		width: auto;
		border-radius: 3px;
		margin-top: 15px;
		width: 100%;
		margin-left: 1px;
	}
	.submit_btn{margin-left: 12px;}
	#home{margin-top: 25px;}
	.m_h_4{min-height: 430px;}
	.shopify_parter_img {
		width: 94px;
		padding-left: 0;
		margin-left: 13px;;
		margin-top: 11px;
	}
	.day_trail {
		float: left;
		margin-top: 18px;
		font-size: 12px;
	}
	.center_div {
		width: 100%;
		left: 0%;
		margin-left: 0;
	}
	.pa_t{padding-top: 0!important;
	}
	.tab .nav-tabs {
		margin-top: 20px;
		border-bottom: 1px solid #e8e8e8;
	}
	.watch-demo-but {
		margin: 0px;
		padding: 0px;
		position: absolute;
		width: 30px;
		height: 30px;
		background: #cccccc;
		z-index: 1;
		display: block;
		border-radius: 50%;
		top: 56%;
		left: 53%;
		margin: -10px 0px 0px -25px;
	}
	.watch-demo-but img {
		margin: 5px 0px 0px 12px;
		width: 30%;
	}
	.r_p_0{padding: 0!important;}
	.r_p_l_0{padding-left: 0px!important; }
	.r_p_r_0{padding-left: 0px!important; }

	.media-body h3 {
		font-size: 12px!important;
	}
	.media-body h4 {
		font-size: 14px!important;
	}
	.copyright {
		margin-top: 4px;text-align: left;
	}
	ul.social-network li {
		display: inline;
		margin: 13%;
		font-size: 16px;
		margin-left: 0px;
		text-align: center;
	}
	.tab-content>.active {
		display: block;
		visibility: visible;
		margin-top: 25px;
	}
	.set-margin-2 {
		margin-top: 0;
	}
	.tab-content {
		float: left;
		width: 100%;
		margin-bottom: 0;
	}
	.full-content-left h1 {
		font-size: 26px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.m_text_center{text-align: center}
	.pad_7{padding-top: 7%;}
	.watch-demo-bac {
		/*background-image: url(../images/watch-demo-background.png);*/
		background-repeat: repeat-x;
		padding-bottom: 70px;
	}
	.build_mobile_get_started_btn > input {
		border: 1px solid #D6E0F6;
		height: 45px;
		margin-bottom: 10px;
		padding-left: 15px;
		width: 100%;font-size:13px;
	}
	#submit_banner {
		width: 100%!important;
		margin-left: 0px;
		width: 100%;
		border-radius: 3px;
		margin-top: 15px;}
	.pricing_help_row h3 {

		float: none;

	}

	.pricing_help_row p {
		float: none;
		font-size: 16px;
		color: #666666;
	}
	/*.pricingSupTag {*/
	/*right: 36px;*/
	/*font-weight: 500;*/
	/*font-size: 34%;*/
	/*top: 67px;*/
	/*}*/
	/*.bottom_pricing .planPrice {*/
	/*font-size: 23px;*/
	/*left: -10px;*/
	/*position: relative;*/
	/*}*/
	/*.pricingSubTag {*/
	/*left: 26px;*/
	/*font-weight: 400;*/
	/*font-size: 27%;*/
	/*top: -101px;*/
	/*}*/
	.packages_pricing_details h3 {
		font-size: 35px;
		position: relative;
		margin: 0;
		padding: 35px 10px 22px;
	}
	.blank {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
		border: medium none !important;
		color: #f90090;
		font-size: 10px;
		font-weight: 500;
		text-align: left!important;
		letter-spacing: 0px;
		font-family: 'Open Sans';
		text-transform: uppercase;
	}
	.most_populer_package h4 {
		font-size: 19px;
		letter-spacing: 2px;
		line-height: 64px;
		margin: 0;
		padding: 0;
		color: #fff;
	}
	.affix {
		position: relative;
	}
	.terms_ofuse {
		list-style: decimal!important;
		overflow-y: scroll!important;
	}

	.feature_s_p {
		padding-top: 43px;
	}
	.shopify_plus_container {
		padding: 50px 0;
	}
	.fe_dec h1 {
		margin: 0;
		font-size: 26px;
		color: #212b36;
		font-weight: 500;
	}
	.fe_dec h3 {
		font-weight: normal;
		font-size: 15px;
		color: #637381;
		line-height: 25px;
	}
	.banner_2 {
		background-image: url(../assets/engagement-img.png);
		background-position: right;
		background-repeat: no-repeat;
		height: 362px;
		max-width: 100%;
		position: relative;
		background-size: 76%;
	}
	.banner_3 {
		background-image: url(../assets/data-analytics-screen.png);
		background-position: left;
		background-repeat: no-repeat;
		height: 362px;
		max-width: 100%;
		position: relative;
		background-size: 77%;
	}
	.s_msg_cont h3 {
		margin: 0 0 0 17px;
		font-size: 12px;
		color: #454f5b;
	}
	.s_msg_r {
		position: absolute;
		height: auto;
		width: auto;
		padding: 14px;
		right: 50%;
		border: 1px solid #D6E0F6;
		z-index: 10;
		background-color: #fff;
		top: 9px;
		border-radius: 3px;
		margin-right: -66px;
		border-right: 1px solid #D6E0F6;
		border-bottom: 1px solid #D6E0F6;
		width: 225px;
	}

	.fe_dec_r {
		padding-left: 6%;
		padding-right: 15px;
	}
	.fe_dec_r h1 {
		margin: 0;
		font-size: 26px;
		color: #212b36;
		font-weight: 500;
	}
	.fe_dec_r h3 {
		font-weight: normal;
		font-size: 15px;
		color: #637381;
		line-height: 25px;
	}
	.banner_1 {
		background-image: url(../assets/simplified-checkout-img.png);
		background-position: left;
		background-repeat: no-repeat;
		height: 362px;
		max-width: 100%;
		position: relative;
		background-size: 77%;
	}
	.s_msg_img img{width: 74%;}
	.s_msg_cont {
		padding-left: 19%;
		margin: 0;
	}
	.s_msg_cont p {
		margin: 0;
		font-size: 11px;
		padding-top: 8px;
		color: #637381;
	}
	.s_msg {
		position: absolute;
		height: auto;
		width: auto;
		padding: 11px;
		left: 38%;
		border: 1px solid #D6E0F6;
		z-index: 10;
		background-color: #fff;
		top: 9px;
		border-radius: 3px;
		margin-left: 0px;
		width: 192px;
	}
	.slider_client {
		position: relative;
		padding-top: 0;
		margin-top: 59px;
		margin-left: -16px;
	}
	.s_m_img {
		width: 67%!important;
		height: 67%!important;
	}
	.phone_slider {
		position: absolute;
		z-index: 10000000;
		width: 55%;
		top: -16px;
		left: 24%;
	}
	.our_client_list {
		padding: 29% 0 0 21px;
	}
	.banner_img{position: relative; top:50px; left: 0;width: 90%;}
	.customer_review {
		margin-top: 41px;
	}
	.ma_left{margin-left: 0;}

}
