/*Fonts*/
@font-face {
	font-family:"ShopifySans";
	 src:url("../../fonts/ShopifySans--light.woff2") format("woff2");
	 font-style:normal;
	 font-weight:300;
}
@font-face {
	 font-family:"ShopifySans";
	 src:url("../../fonts/ShopifySans--regular.woff2") format("woff2");
	 font-style:normal;
	 font-weight:400;
}
@font-face {
	 font-family:"ShopifySans";
	 src:url("../../fonts/ShopifySans--medium.woff2") format("woff2");
	 font-style:normal;
	 font-weight:500;
}
@font-face {
	 font-family:"ShopifySans";
	 src:url("../../fonts/ShopifySans--bold.woff2") format("woff2");
	 font-style:normal;
	 font-weight:700;
}
@font-face {
	 font-family:"ShopifySans";
	 src:url("../../fonts/ShopifySans--extrabold.woff2") format("woff2");
	 font-style:normal;
	 font-weight:800;
}
@font-face {
	 font-family:"ShopifySans";
	 src:url("../../fonts/ShopifySans--black.woff2") format("woff2");
	 font-style:normal;
	 font-weight:900;
}

/* General CSS Starts */

* {
padding: 0;
margin: 0;

font-family: -apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe
UI, Helvetica Neue, sans-serif;

/ Make type rendering look crisper /
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

/ Disable auto-enlargement of small text in Safari /
text-size-adjust: 100%;

/ Enable kerning and optional ligatures /
text-rendering: optimizeLegibility;
}
body .wrapper {
	color: #637381;
}
a:active, a:focus, button:focus {
	outline: none;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
.wrapper .container {
	max-width: 1240px;
}
.shopify-overlay {
	position: relative;
}
.shopify-overlay::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.small-text {
	font-size: 12px;
}
.medium-text {
	font-size: 22px;
	line-height: 35px;
}
.large-text {
	font-size: 40px;
	font-weight: 600;
	padding-bottom: 15px;
	color: #3A4A58;
}
.main-heading {
	color: #3A4A58;
	/*font-size: 32px;*/
	font-size: 28px;
	font-weight: 600;
}
.sub-heading {
	font-weight: 600;
	font-size: 20px;
	color: #3A4A58;
	line-height: 27px;
}
.shopify-content {
	line-height: 30px;
}
.z-shift {
	z-index: 50;
	position: relative;
}
.shopify-button {
	font-size: 18px;
	background-color: #5c6ac4;
	padding: 8px 30px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
}
.shopify-button:hover {
	background-color: #202e78;
	color: #ffffff;
	box-shadow: 0 5px 25px 0 rgba(0,0,0,0.25);
}
.scroll-top a {
	display: inline-block;
	color: #fff;
	position: fixed;
	z-index: 100;
	bottom: 40px;
	right: 40px;
}
.scroll-top a::after {
	position: absolute;
	content: "\f062";
	font-family: fontawesome;
	width: 40px;
	height: 40px;
	background-color: #202e78;
	right: 0;
	bottom: 0;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
}
.app-name {
	display: inline-block;
	text-transform: uppercase;
}
.main-heading + .medium-text {
	max-width: 850px;
	margin: 0 auto;
	line-height: 30px;
}
/* General CSS Ends */

/*Header Section Starts*/
.shopify-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 20px 0;
	background-color: #202e78;
}
.shopify-logo a {
	display: inline-block;
}
.shopify-logo img {
	width: 160px;
	height: auto;
}
.shopify-navigation ul li {
	display: inline-block;
	margin: 0 5px;
}
.shopify-navigation ul li a {
	padding: 5px 10px;
}
.res-nav {
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
	position: relative;
	font-family: fontawesome !important;
}
.res-nav.active {
	transform: rotate(180deg) translateY(50%);
	color: transparent;
}
.res-nav.active::after {
	position: absolute;
	content: "\f00d";
	color: #fff;
	top: 0;
	left: 0;
}
ul.shopify-navigation-mobile li a {
	display: block;
	padding: 10px;
	transition: 0.3s all linear;
	border-bottom: 1px solid #dddddd;
	color: #535353;
}
ul.shopify-navigation-mobile.left-nav li a:hover {
	background-color: #dddddd;
	color: #002499;
}
.shopify-navigation-mobile {
	display: block;
	list-style-type: none;
	position: fixed;
	height: 600px;
	left: -270px;
	top: 0;
	width: 250px;
	background-color: #ffffff;
	transition: 0.3s all linear;
	box-shadow: 3px 0px 5px -1px #939393;
}
.left-nav {
	left: 0;
}
.shopify-logo-mobile a {
	float: left;
}
.shopify-logo-mobile a img {
	display: block;
	width: 160px;
}
.shopify-logo-mobile::after {
	display: table;
	content: "";
	clear: both;
}
.shopify-navigation .shopify-navigation-desktop {
	margin: 0;
}

/*Header Section Ends*/


/*Banner Section Starts*/
.banner-text {
	position: relative;
	margin-top: 15px;
}
.banner-img {
	position: relative;
}
.banner {
	position: relative;
	height: 100vh;
	padding-top: 64px;
}
.banner-img img {
	margin: 0 auto;
}
.login-form-container {
	position: relative;
	margin-top: 40px;
}
.login-form-container .button-container {
	position: absolute;
	right: 0;
	top: 0;
}
.login-form-container .form-control {
	height: calc(2.25rem + 6px);
	padding-right: 90px;
	font-size: 15px;
}
.login-form-container .form-control:focus{
	box-shadow: 0 0 0 2px #5c6ac4 inset;
}
.login-form-container .shopify-button {
	padding: 7px 15px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0.20rem;
	border-bottom-right-radius: 0.20rem;
	border: 0;
	color: #ffffff;
}
.banner .banner-img img {
	margin: 30px auto;
}
/*Banner Section Ends*/


/*Service Section start*/
section.services {
	background-color: #f5f5f5;
}
.card-body img {
	width: 100px;
	margin: 0 auto;
	display: block;
}
.services .sub-heading {
	margin-bottom: 17px;
}
.services .card-body {
	min-height: 328px;
}
.shopify-cards .card-body img {
	width: 50px;
	margin: 20px auto;
	display: block;
}
.shopify-cards .card {
	transition: 0.5s all ease;
}
.shopify-cards .card:hover {
	transform: scale(1);
	box-shadow: 1.563px 8.863px 20px 0 rgba(0, 0, 0, 0.13);
}

/*Service Section ends*/


/*Feature CSS Starts*/ 
.shopify-feature-img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.feature-img {
	width: 45px;
	border-radius: 15px;
	transition: all 0.3s ease;
}
.feature-text {
	width: calc(100% - 65px);
}
.feature-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/*Feature Css ends*/


/*Pricing Css starts*/
section.pricing {
	background-color: #f5f5f5;
}
.offer-text {
	position: absolute;
	display: block;
	width: 200px;
	padding: 40px 20px 10px 20px;
	transform: rotate(-45deg);
	background-color: #202E78;
	color: #ffffff;
	top: -10px;
	left: -75px;
	font-size: 14px;
}
.offer-text::after {
	position: absolute;
	content: "";
	width: 10px;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.5);
	box-shadow: -4px 6px 25px 2px #fff;
	animation: flash 1s infinite ease-in;
}
.card-bg {
	position: relative;
	overflow: hidden;
}
.card-bg::after {
	background-image: url('../../images/pricing-bg2.png');
	position: absolute;
	content: "";
	width: 100%;
	height: 180px;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: 0 -40px;
	background-repeat: no-repeat;
}
.pricing-block:hover {
	box-shadow: 1.563px 8.863px 20px 0 rgba(0, 0, 0, 0.13);
}
.pricing-block {
	position: relative;
}
.card-top-left {
	position: relative;
}
.card-top-left::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	border-top: 15px solid #202e78;
	border-right: 15px solid #5c6ac4;
	border-bottom: 40px solid transparent;
	border-left: 40px solid transparent;
	opacity: 0;
	transition: 0.2s all ease-in;
}
.card-top-left:hover::after {
	opacity: 1;
}
.pricing-block::before {
	position: absolute;
	content: "";
	border-bottom: 2px solid #202e78b3;
	top: 100%;
	left: 50%;
	width: 0;
	transition: 0.5s all ease-in-out;
}
.pricing-block:hover::before {
	width: 50%;
}
.pricing-block::after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #202e78b3;
	top: 100%;
	right: 50%;
	width: 0;
	transition: 0.5s all ease-in-out;
}
.pricing-block:hover::after {
	width: 50%;
}
.pricing-dollar {
	font-weight: 600;
}
.pricing-value {
	font-weight: 600;
	font-size: 46px;
}
.pricing-month {
	display: inline-block;
}
.pricing-list {
	min-height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.pricing-list li {
	list-style-type: none;
	padding: 10px 0;
	border-bottom: 2px dotted #ddd;
}
.pricing_terms ul li {
	font-size: 13px;
}
.pricing_terms ul {
	list-style-type: none;
}
.pricing_terms ul li {
	line-height: 25px;
}

/*==========================================================
=            Section Normal table Customisation            =
==========================================================*/
.table.layout-fixed {
  table-layout: fixed;
}
.layout-fixed th, .layout-fixed td {
  text-align: center;
  vertical-align: middle !important;
  font-size: 14px;
  white-space: normal !important;
}
.layout-fixed.alignment-left th, .layout-fixed.alignment-left td {
  text-align: left;
}
.layout-fixed.alignment-left td{
  vertical-align: top!important;
}
.layout-fixed td img {
  margin: 0 auto;
  padding: 2px;
  border: 1px solid rgba(195,207,216,0.3);
}
.layout-fixed.alignment-left td img{
  margin-left: 0;
  margin-right: auto;
}
table thead {
  background-color: #F9FAFB;
}
table.table thead tr th {
  text-transform: uppercase;
  padding: 10px 8px;
  font-size: 14px;
  white-space: normal !important;
  height: 52px;
  border-bottom-width: 1px;
}
thead th a {
  color: #333333;
  text-decoration: none !important;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
thead th a i {
  opacity: 0.7;
  font-size: 12px !important;
}
thead th a:hover i{
opacity: 1;
}
/*=====  End of Section Normal table Customisation  ======*/

/*====================================================
=            Section comment Pricing Page            =
====================================================*/
h2.payment_preview_thanku {
  line-height: 37px;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 30px;
}
.pricing-table .table ul li {
	font-weight: normal;
}
.pricing-table p.Polaris-TextStyle--variationStrong {
	margin-bottom: 5px;
}
.pricing-tables .plan-wrapper-wrap.enterprise-plan,
.pricing-tables .plan-wrapper-wrap.yearly-plan {
  border: 1px solid #262C6A;
  box-shadow: 0 0 31px 0 #bababa;
}
.pricing-tables .plan-heading {
  font-weight: normal;
  line-height: 36px;
  margin: 0;
  padding: 15px;
  font-size: 20px;
  background: #262C6A;
  color: #fff;
}
.pricing-tables .plan-wrapper-wrap {
  border: 1px solid #ccc;
  margin-bottom: 35px;
  text-align: center;
}
.pricing-tables .plan-wrapper {
  background: #4C5280;
  color: #fff;
  min-height: 125px;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.plan-wrapper-wrap .popular {
  position: absolute;
  padding: 30px 50px 9px;
  left: -60px;
  top: -12px;
  transform: rotate(-45deg);
  background-color: #FFC14D;
  color: #000;
}
.plan-wrapper-wrap .popular::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 20px;
  background-color: rgba(255,255,255,0.5);
  box-shadow: 0 -4px 9px 0 #ffffff;
  animation: flash 1s normal infinite linear;
  left: 150px;
}
.pricing-tables .plan-wrapper .price {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  margin-top: 0;
  padding: 25px 5px;
}
.plan-wrapper-wrap .price strong {
  font-size: 30px;
  font-weight: normal;
  display: inline-block;
  line-height: normal;
  margin-bottom: 10px;
}
.plan-wrapper-wrap .price .month {
  font-size: 20px;
}
.plan-wrapper-wrap .addtocart {
  position: relative;
}
.plan-wrapper-wrap .addtocart a {
  border: 1px solid #262C6A;
  padding: 8px 15px;
  display: inline-block;
  margin: 20px 0;
  color: #262C6A;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}
.plan-wrapper-wrap .addtocart::after,
.enterprise-plan .plan-wrapper::after {
  position: absolute;
  content: "";
  border-top: 25px solid #4C5280;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  top: -30px;
  left: 0;
  right: 0;
  width: 50px;
  margin: 0 auto;
}
.plan-wrapper-wrap .what-can-do ul {
  padding: 0;
}
.shopify-plan-wrapper.pricing-tables .plan-wrapper-wrap .what-can-do li {
  font-size: 12px;
  line-height: 20px;
  border-top: 1px solid #ccc;
  list-style: none;
  padding: 10px;
}
.pricing-tables .plan-wrapper-wrap.enterprise-plan .plan-wrapper {
  background: #F4F6F8;
  overflow: visible;
}
.enterprise-plan img {
  width: 180px;
  margin: 0 auto;
}
.enterprise-plan .what-can-do h3 {
  font-size: 23px;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 33px;
  color: #262C6A;
}
.enterprise-plan .what-can-do p {
  font-size: 15px;
  line-height: 31px;
  margin-bottom: 20px;
}
.enterprise-plan .what-can-do {
  padding: 0 10px;
}
.plan-wrapper-wrap.enterprise-plan .addtocart::after{
  content: unset;
}
.enterprise-plan .plan-wrapper::after {
  border-top-color: transparent;
  top: unset;
  bottom: -16px;
}


/*Pricing Grid*/

.bg-grey td,.bg-grey th {
  background-color: #f4f6f8;
}
.pricing-table tbody ul {
  padding-left: 14px;
}
.pricing-table td,.pricing-table th{
  padding: 10px 15px!important;
}
.pricing-header sup,
.pricing-header sub {
  color: #637381;
  font-size: 12px;
  vertical-align: super;
  font-weight: 500;
}
.pricing-header sup span, .pricing-header sub span {
  text-shadow: 0 0 0;
  position: relative;
  top: 5px;
  color: #535353;
}
.pricing-header sub{
  vertical-align: baseline;
}
.pricing-table thead th {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  height: auto !important;
  text-transform: none !important;
}
.pricing-header th {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.pricing-tabs ul {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dfe3e8;
}
.pricing-tabs ul li {
  flex: 1 100%;
  display: flex;
  justify-content: center;
}
.pricing-tabs ul li a {
  padding: 10px 5px;
  width: 100%;
  text-align: center;
  color: #637381;
  text-decoration: none;
}
.pricing-tabs ul li a.active {
  background-color: #f4f6f8;
  color: #000;
}
.pricing-tabs ul li {
  flex: 1 100%;
  display: flex;
  justify-content: center;
  border-right: 1px solid #dfe3e8;
}
.pricing-tabs ul li:last-child{
  border-right: 0;
}
.text-gold{
  color: rgb(208, 157, 38);
}
/*Pricing Grid end*/

.pricing-table {
	background-color: #fff !important;
}
.pricing-table .table-hover tbody tr:hover {
	background-color: #f5f5f5;
}
.Polaris-DisplayText--sizeSmall {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
}
.Polaris-Button {
	fill: #637381;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.6rem;
	min-width: 3.6rem;
	margin: 0;
	padding: 0.7rem 1.6rem;
	background: linear-gradient(to bottom, white, #f9fafb);
	border: 0.1rem solid #c4cdd5;
	box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
	border-radius: 3px;
	line-height: 1;
	color: #212b36;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	transition-property: background, border, box-shadow;
	transition-duration: 200ms;
	transition-timing-function: cubic-bezier(0.64, 0, 0.35, 1);
}
.Polaris-DisplayText--sizeLarge {
	font-size: 28px;
	line-height: 32px;
	color: #3A4A58;
}
.Polaris-Button--sizeSlim {
	min-height: 30px;
	padding: 4px 12px;
}
.Polaris-Button--primary {
	background: linear-gradient(to bottom, #6371c7, #5563c1);
	border-color: #3f4eae;
	box-shadow: inset 0 1px 0 0 #6774c8, 0 1px 0 0 rgba(22, 29, 37, 0.05), 0 0 0 0 transparent;
	color: white;
	fill: white;
}

/*Pricing Css ends*/


/*Review CSS Starts*/
section.review {
	background-color: #f5f5f5;
}
.review .review-wrapper {
	padding: 25px 0;
}
.review {
	position: relative;
}
.review-img {
	border-right: 1px solid #ddd;
}

.review-img img {
	height: 140px !important;
	width: 140px !important;
	border-radius: 50%;
	margin: 0 auto;
	border: 1px solid #ddd;
}
.review-stars i {
	font-family: fontawesome !important;
}
.review-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.review-img-wrap {
	position: relative;
	max-width: 220px;
	margin: 0 auto;
}
.review-img-wrap::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 50%;
	background-color: #6572C8;
	mix-blend-mode: color;
	transition: 300ms all;
}
.review-img-wrap:hover::after{
	mix-blend-mode: overlay;
}
.review-quote {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	font-style: italic;
}
.review-quote-header {
	text-align: left;
	margin-bottom: 40px;
	font-size: 24px;
	color: #333;
}
.review-quote::before {
	position: absolute;
	content: "\f10d";
	font-family: fontawesome;
	top: -35px;
	left: 8px;
	font-size: 22px;
	color: #5c6ac4;
}
.review-stars {
	color: #ffa200;
}
.review .review-img .sub-heading a {
	color: #3A4A58;
}
/*Review CSS ends*/


/*FAQ Css Starts*/
.faq-img {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.faq .shopify-faq {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
.faq .accordion-wrapper {
	margin: 10px;
}
.accordion-wrapper .accordion-heading {
	background-color: #202e78;
	padding: 10px 35px 10px 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: relative;
	cursor: pointer;
}
.accordion-heading::after {
	position: absolute;
	content: "\f078";
	font-family: fontawesome;
	color: #fff;
	right: 15px;
	top: 50%;
	transition: 0.3s all linear;
	transform: translateY(-50%);
}
.accordion-heading.active::after {
	transform: rotate(180deg) translateY(50%);
}
.accordion-wrapper .accordion-heading span {
	color: #fff;
	font-weight: 700;
}
.accordion-wrapper .accordion-content {
	display: none;
	padding: 10px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.shopify-faq .accordion-content a {
	color: #202e78;
	font-weight: 700;
}
/*FAQ Css Ends*/


/* Support section starts */

.shopify-support .card-body {
	min-height: 200px;
}
.shopify-support .card-body .sub-heading {
	font-size: 16px;
}
/* Support section ends */



/*Check demo app section*/
.check-app ul {
	display: block;
	width: 100%;
	text-align: center;
}
.check-app .apps-wrap {
	display: inline-block;
	margin: 0 10px;
}
.check-app .apps-wrap a {
	color: #333333;
	border: 1px solid #333333;
	border-radius: 25px;
	padding: 7px 20px 7px 55px;
	position: relative;
	display: inline-block;
	transition: 300ms all;
}
.check-app .apps-wrap a:hover{
	background-color: #192782;
	color: #ffffff;
}
.check-app .apps-wrap a:hover span{
	color: #ffffff;
}
.check-app .apps-wrap a  span{
	color: #192782;
	font-size: 22px;
	left: 20px;
	position: absolute;
	top: 7px;
}
/*Check demo app section end*/


/*==================================================
=            Section comment New Footer            =
==================================================*/
.footer-section-new {
    background-color: #dbdbdb;
}
.footer-main-content-wrap h2 {
    color: #333333;
    font-size: 20px!important;
    margin-bottom: 20px;
    margin-top: 20px;
    display: inline-block;
    text-transform: capitalize;
}
.footer-main-content-wrap .social-links-wrap li.twitter span {
    background-color: #81D3F7;
}
.footer-main-content-wrap .social-links-wrap li.facebook span {
    background-color: #537BBE;
}
.footer-main-content-wrap .social-links-wrap li.google-plus span {
    background-color: #DF4C39;
}
.footer-main-content-wrap .social-links-wrap li.linkedin span {
    background-color: #137BB8;
}
.footer-main-content-wrap .social-links-wrap li.medium span {
    background-color: #00AB6C;
}
.footer-main-content-wrap .social-links-wrap li.youtube span {
    background-color: #BB2025;
}
.footer-main-content-wrap .social-links-wrap li span {
    border-radius: 50%;
    height: 33px;
    line-height: 33px;
    margin: 0;
    text-align: center;
    width: 33px;
    transition: 300ms all ease-in-out;
}
.partners-wrap li {
	display: inline-block;
}
.footer-main-content-wrap .social-links-wrap li span:hover {
    transform: rotate(360deg);
}
.footer-main-content-wrap ul li a {
    color: #5b5b5b;
    font-family: "jet_regular" !important;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 7px;
    padding-right: 7px;
    position: relative;
    text-decoration: none;
}
.footer-main-content-wrap ul li a::before {
    color: #202e78;
    content: "\f0da";
    font-family: fontawesome;
    font-size: 13px;
    left: -13px;
    position: absolute;
    top: 0;
}
.footer-main-content-wrap .quick-links-wrap li {
    display: inline-block;
}
.footer-main-content-wrap .social-links-section .quick-links-wrap li a {
    border-right: 1px dotted #9c9c9c;
    color: #5b5b5b;
    margin: 5px 0;
    padding: 0 5px;
}
.footer-main-content-wrap .social-links-section ul li a::before,
.footer-main-content-wrap .partners-wrap ul li a::before,
.footer-main-content-wrap .connect-links-wrap ul li a::before
{
    content: unset;
}
.footer-main-content-wrap a:focus {
    outline: medium none;
}
.footer-main-content-wrap .social-links-section ul li a {
    color: #ffffff;
    display: inline-block;
    padding: 0;
}
.footer-main-content-wrap .social-links-wrap li a:focus {
    color: #fff;
    outline: medium none;
}
.footer-main-content-wrap .social-links-wrap li a {
    margin: 5px 0;
}
.footer-main-content-wrap .partners-wrap a {
    color: #333333;
    margin: 5px 0;
    padding: 0;
    text-decoration: none;
}
.footer-section-new .copyright-wrap {
    background-color: rgba(0, 0, 0, 0.1);
    color: #333;
    font-family: arial;
    margin-top: 10px;
    padding: 15px;
    text-align: center;
    font-size: 12px;
}
.footer-section-new .copyright-wrap span {
	display: block;
}
.copyright-wrap .tnc-notice {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}
.partner-section .partner-logo {
    display: inline-block;
    margin-bottom: 10px;
}
.partner-logo > img {
    width: 60px;
}
.partners-wrap .list-inline img {
    width: 60px;
}
.connect-links-section .connect-links-wrap span {
    color: #5b5b5b;
    display: inline-block;
    font-family: "jet_regular" !important;
    font-size: 13px;
}
.connect-links-section .connect-links-wrap li a {
    margin-left: 2px!important;
}
.connect-links-section .connect-links-wrap label {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: #333333;
}
.footer-main-content-wrap ul li {
	transition: all 300ms ease 0s;
	list-style: none;
}
.footer-main-content-wrap .integration-links-wrap ul li:hover,
.footer-main-content-wrap .apps-wrap ul li:hover {
    padding-left: 5px;
}
.footer {
	background: #eaeaea none repeat scroll 0 0;
	padding: 10px;
	text-align: center;
}
.footer p {
	margin: 0;
	font-weight: 300;
	color: #000000;
}
/*=====  End of Section comment New Footer  ======*/


/*Animations*/
@keyframes flash{
	from{left:0;}
	to{left:250px;}
}


/*Media Query*/
@media screen and (max-width: 991px) {
	.shopify-navigation ul li {
		padding: 5px;
	}
	.large-text {
		font-size: 30px;
	}
	
}
@media screen and (min-width: 769px) {
	.res-nav {
		display: none;
	}

	.shopify-logo-mobile {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.left-nav {
		display: none;
	}
	.shopify-logo-mobile {
		display: none!important;
	}
}


@media screen and (max-width: 768px) {
	.shopify-logo, .shopify-navigation-desktop {
		display: none;
	}
	.res-nav {
		display: inline-block;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}
	.shopify-feature-img {
		display: none;
	}
	.review-quote {
		line-height: 1.5;
	}
	.pricing-table thead > .bg-grey {
		display: none;
	}
	.pricing-table .pricing-monthly {
	display: none;
}
.pricing-table .pricing-half-yearly {
	display: none;
}
.pricing-table colgroup col:nth-child(3), .pricing-table colgroup col:nth-child(4) {
	display: none;
}
.pricing-table colgroup col:first-child {
	width: 60% !important;
}
.pricing-table colgroup col:nth-child(2) {
	width: 40% !important;
}
.pricing-header th:first-child {
	display: none;
}
}

@media screen and (max-width: 576px) {
	.large-text {
		font-size: 20px;
	}
	.medium-text {
		font-size: 16px;
		line-height: 30px;
	}
	.sub-heading {
		font-size: 19px;
	}
	.main-heading {
		font-size: 26px;
	}
	.banner-text {
		text-align: center;
	}
}
/*Media Query end*/