/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: 'HKGroteskMedium';
  src: url('../fonts/HKGrotesk-Medium.eot'),
       url('../fonts/HKGrotesk-Medium.woff') format('woff'), 
	   url('../fonts/HKGrotesk-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'HKGroteskBold';
  src: url('../fonts/HKGrotesk-Bold.eot'),
       url('../fonts/HKGrotesk-Bold.woff') format('woff'), 
	   url('../fonts/HKGrotesk-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'HKGroteskRegular';
  src: url('../fonts/HKGrotesk-Regular.eot'),
       url('../fonts/HKGrotesk-Regular.woff') format('woff'), 
	   url('../fonts/HKGrotesk-Regular.ttf') format('truetype');
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: HKGroteskRegular;
  color: #585a61;
  height: 100%;
  width: 100%;
  font-weight: normal;
}

a {
  color: #79d52c;
}

a:hover {
  color: #016320;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'HKGroteskMedium';
  font-weight: 500;
}

.h3, h3 {
    font-size: 28px;
    color: #000000;
    font-weight: 500!important;
}

.h4, h4 {
    font-size: 25px;
    color: #000;
}

.h5, h5 {
    color: #040404;
    font-size: 22px;
    font-weight: 500!important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #e76319;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #e76319cc;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 2px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #5777ba;
  text-decoration: none;
}

.logo-img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}

@media (max-width: 992px) {
  #header {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin-left: 7px;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #000000;
  padding: 12px 15px 12px 15px;
  transition: 0.3s;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'HKGroteskMedium';
  font-weight:500;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #e6621a;
  text-decoration: underline;
  font-size: 16px;
}

.nav-menu .get-started a {
  background: #e76319;
  color: #fff;
  border-radius: 50px;
  margin: 0 15px;
  padding: 10px 25px 10px 40px;
}

.nav-menu .get-started a:hover {
  background: #e76319ba;
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #233355;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #5777ba;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

.no-hero-nav {
	margin-top: 80px;
	padding-bottom: 120px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 22px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #269c44;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #48ac60;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
   margin: 0;
   padding: 0;
   list-style: none;
   font-size: 18px;
   margin-left: 10px;
   font-family: 'HKGroteskMedium';
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #FFFFFF;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #000000;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(35, 51, 85, 0.7);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.d-flex {
    justify-content: space-between;
}

#hero {
  max-width: 100%;
}

.hero-bg {
    background: url("../img/sp-hero-img.png");
    background-attachment: scroll;
	background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #5777ba;
  font-family: 'HKGroteskMedium';
}

#hero h2 {
  color: #515f7d;
  margin-bottom: 50px;
  font-size: 20px;
}

#hero .download-btn {
  font-family: "HKGroteskMedium";
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 8px 24px 10px 46px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #47536e;
  position: relative;
}

#hero .download-btn:hover {
  background: #5777ba;
}

#hero .download-btn i {
  font-size: 20px;
  position: absolute;
  left: 18px;
  top: 8.5px;
}

#hero .download-btn + .download-btn {
  margin-left: 20px;
}

@media (max-width: 991px) {
  #hero {
    text-align: center;
  }
  #hero .download-btn + .download-btn {
    margin: 0 10px;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

/*Features Landing*/

.features-bg {
    background: url("../img/sp-about-bg.jpg");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: right bottom;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.sp-features-box {
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 15px 20px 0 #00000024;
	padding: 30px auto;
}

.sp-features-img {
	margin-left: -15px;
	padding: 10px 0;
}

.sp-features-descr {
	padding: 15px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 90px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f2f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 50px;
}

.section-title h2 {
  font-size: 36px;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #2e2e2e;
  font-family: 'HKGroteskMedium';
  font-weight: 500;
}

.section-title p {
   margin: 0;
   margin-top: -12px;
   color: #279c43;
   text-transform: uppercase;
   font-family:'HKGroteskMedium';
}

.center-align {
	text-align: center;
}

.registration-spacing {
	margin-bottom: 60px;
}

.reg-descript {
    font-size: 16px;
    line-height: 22px;
    color: #707070;
    margin: 10px 0;
}

p.reg-descript {
    min-height: 65px;
	padding: 0 11%;
}

p.reg-descript-red {
    color: #e76319;
    border: 1px solid #d1edb9;
    padding: 10px;
    border-radius: 52px;
    min-height: 65px;
}

.reg-descript-subh {
	font-size: 21px;
}

.reg-bottom-margin {
	margin-bottom: 50px;
}

	.margin {
		margin-bottom: -30px;
	}

.sp-signup-img-tb {
	max-width: 80%;
	margin-bottom: 15px;
}

.sp-input {
    color: #707070;
    font-size: 15px;
    width: 100%;
    padding: 10px;
    margin: 5px 0 10px 0;
    border: none;
    background: #ebfde3;
    border-radius: 5px;
    font-family: 'HKGroteskRegular';
}

input:-internal-autofill-selected {
    background-color: #d1edb9!important;
}

.distributor-bg {
    background-color: #D1EDB9;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	margin-top: -3px;
}

.sp-spacial {
	padding: 0 5%;
}

.distr-h {
	margin-top: 40px;
}
.distr-info {
	color: #000;
}

/*--------------------------------------------------------------
# App Features
--------------------------------------------------------------*/
.features .content {
  padding: 30px 0;
}

.features .content .icon-box {
  margin-top: 25px;
}

.features .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #5777ba;
}

.features .content .icon-box p {
  font-size: 15px;
  color: #979aa1;
  margin-left: 60px;
}

@media (max-width: 991px) {
  .features .image {
    text-align: center;
  }
  .features .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .features .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content + .content {
  margin-top: 100px;
}

.details .content h3 {
    color: #000000;
    margin: 15px 0px;
}

.sp-the-why-col {
	padding: 0 4%;
}

.details .content ul {
  list-style: none;
  padding: 0;
}

.details .content ul li {
  font-family: 'HKGroteskRegular';
  font-size: 18px;
  line-height: 24px;
  color: #707070;
}

.details .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5777ba;
}

.details .content p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Terms and Conditions
--------------------------------------------------------------*/
.tc-bg {
	background-color: #f5ffed;
}

.tc-wrapper {
	padding: 0 5%;
}

.tc-ul {
	padding-bottom: 30px;
}

.tc-p {
	line-height: 20px;
    font-size: 15px;
    color: #000;
	font-family:'HKGroteskRegular';
}

li.tc-li {
	line-height: 22px;
    font-size: 15px;
	padding-bottom: 5px;
    color: #000;
	font-family:'HKGroteskRegular';
}

li.tc-li-2 {
	line-height: 22px;
    font-size: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
    color: #000;
	font-family:'HKGroteskRegular';
}

.sp-tc-header {
	margin-bottom: 10px;
    color: #3da759;
    font-size: 24px;
}

/*--------------------------------------------------------------
# Registration
--------------------------------------------------------------*/

.registration-bg {
   background: url(../img/registration-bg.jpg);
   background-attachment: scroll;
   background-size: auto 100%;
   background-repeat: no-repeat;
   background-position: center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
}

.registr-page-bg {
   background: url(../img/registration-bg.jpg);
   background-attachment: scroll;
   background-size: auto 100%;
   background-repeat: no-repeat;
   background-position: center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   margin-top: 90px;
}

/*
.sp-cost-wrapper {
	color: #e76319;
    background: white;
    border-radius: 27px;
    min-height: 60px;
    vertical-align: middle;
    display: inline-block;
}
*/

.registration {
	margin-top: -30px!important;
}



/*--------------------------------------------------------------
# Order Tags
--------------------------------------------------------------*/

.order-bg {
   background: url("../img/order-bg.jpg");
   background-attachment: scroll;
   background-size: auto 100%;
   background-repeat: no-repeat;
   background-position: center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
}

.sp-order-col {
	padding: 0 10%;
}

.heading-space-top {
	padding-top: 60px;
}

.p-order-tags {
	text-align: center;
}

.or {
	text-align: center;
	font-family:'HKGroteskBold';
	padding: 10px 0;
	font-size: 20px
}


/*--------------------------------------------------------------
# Activate Tags
--------------------------------------------------------------*/

.activate-tags-bg {
   background: url("../img/activate-tags-bg.jpg");
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position: top center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
	min-height: 600px;
	background-size: inherit;
}


/*--------------------------------------------------------------
# Download App
--------------------------------------------------------------*/

.download-app-bg {
   background: url("../img/download-app-bg.jpg");
   background-attachment: scroll;
   background-size: auto 100%;
   background-repeat: no-repeat;
   background-position: top center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
	min-height: 900px;
}

.download-app-wrapper {
	padding-top: 120px;
	min-height: 920px;
}

.app-dl-wrapper {
	min-height: 1000px;
}

.app-dl-descr {
	position: absolute;
    top: 40%;
    left: 40%;
    text-align: left;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 15px 20px 0 #00000024;
}

.dl-app-gplay {
	width: 100%;
	margin-top: 20px;
}

.dl-app-st {
	width: 100%;
	margin-top: 20px;
}
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.sp-faq-acc {
	text-indent: 0!important; 
	box-shadow: 0 15px 20px 0 #00000024;
}

.sp-hover-img {
	border: 2px solid #eafde5;
	margin-top: -280px;
	box-shadow: 0 6px 6px 0 #00000024;
	border-radius: 10px;
}

a .hover-img { 
  position:relative;
 }

a .hover-img span {
  position:absolute; 
  left:-9999px; 
  top:-9999px; 
  z-index:9999;
 }

a:hover .hover-img span { 
  top: 20px; 
  left:0;
  width: 600px;
 }

.faq-ref-links {
	display: contents!important;
    text-decoration: underline;
	color: #48ac60;
}

.faq-ref-links:hover {
	opacity: 0.6;
    text-decoration: underline;
}

.faq-bg {
    background: url("../img/faq-bg.jpg");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	margin-top: -1px;
	overflow: hidden;
}

.faq .accordion-list {
  padding: 0 100px;
}

.faq .accordion-list ul {
  padding: 0;
  list-style: none;
}

.faq .accordion-list li + li {
  margin-top: 10px;
}

.faq .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .accordion-list a {
  display: block;
  position: relative;
  font-family: 'HKGroteskMedium';
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .accordion-list .icon-help {
	font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #689c67;
}

.sp-faq-li {
	margin-bottom: 0!important;
    padding-bottom: 0!important;
    padding-top: 0!important;
    text-indent: -8px!important;
    margin-left: 12px;
	margin-top: 10px;
}

.faq .accordion-list .icon-show, .faq .accordion-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .accordion-list .icon-show {
  display: none;
}

.faq .accordion-list a.collapsed {
  color: #343a40;
}

.faq .accordion-list a.collapsed:hover {
    color: #279c43;
}

.faq .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .accordion-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 20px 40px;
  background: #f1f3f6;
  color: #47536e;
  text-align: center;
  border: 1px solid #fff;
}

.contact .info i {
  font-size: 48px;
  color: #9fb2d8;
  margin-bottom: 15px;
}

.contact .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'HKGroteskMedium';
}

.contact .info p {
  font-size: 15px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form label {
  font-family: 'HKGroteskMedium';
  margin-bottom: 5px;
  color: #8a8c95;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #5777ba;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #fff;
  border: 2px solid #5777ba;
  padding: 10px 24px;
  color: #5777ba;
  transition: 0.4s;
  border-radius: 50px;
  margin-top: 5px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #5777ba;
  color: #fff;
}

@media (max-width: 1024px) {
  .contact .php-email-form {
    padding: 30px 15px 15px 15px;
  }
}

@media (max-width: 768px) {
  .contact .php-email-form {
    padding: 15px 0 0 0;
  }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 30px 0;
  color: #000000;
  font-size: 14px;
  background-color: #ffffff;
}

.ice-cream {
max-height: 180px;
margin: auto; 
display: flex;
margin-top:-133px; 
margin-bottom: 54px; 
}
	

.payment-gateway-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cash-payment-solutions {
	margin-top: 5px;
	font-size: 15px;
}

.mail-blurbs {
	margin-top: 10px;
}
.payment-gateway {
	max-height: 30px;     
	margin: auto; display: flex;
}

#footer .footer-newsletter {
  padding: 50px 0 123px 0;
  background: #eafee3;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #279c43;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background-color: #79d52b;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #91d656;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #F5FFF0;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #47536e;
}

#footer .footer-top .footer-contact p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'HKGroteskMedium';
  color: #464646;
}

a.link-text-m {
    color: #279c43;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
	padding-right: 15px;
    color: #279c43;
    font-size: 20px;
    line-height: 26px;
}

#footer .footer-top .footer-links ul li {
  padding: 4px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.sp-footer-logo {
	width: 190px;
    margin-bottom: 20px;
    display: block;
}

#footer .footer-top .footer-links ul a {
  color: #464646;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  font-size: 18px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #2a9d46;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5ab63e;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #b2ef80;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
	font-size: 15px;
    line-height: 24px;
    margin: 30px 0;
    font-family: 'HKGroteskRegular';
    color: #464646;
}

#footer .credits {
	font-size: 15px;
    line-height: 24px;
    margin: 30px 0;
    font-family: 'HKGroteskRegular';
    color: #464646;
}

#footer .social-intro {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  font-family: 'HKGroteskRegular';
  color: #464646;
}

@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 5px 0;
  }
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: 'HKGroteskRegular';
}

/*---------------------------------------------*/
a {
	font-family: 'HKGroteskRegular';
	font-size: 15px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: 'HKGroteskRegular';
    font-size: 17px;
    line-height: 22px;
    color: #707070;
    margin: 15px 0;
}

ul, li {
    margin: 0px;
    list-style-type: none;
    text-indent: -13px;
    margin-left: 7px;
    font-family: 'HKGroteskRegular';
    font-size: 18px;
    line-height: 24px;
    color: #686868;
}

[class*=" icofont-"], [class^=icofont-] {
    margin-right: 5px;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}


input::-webkit-input-placeholder { color: #999999;}
input:-moz-placeholder { color: #999999;}
input::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder { color: #999999;}

textarea::-webkit-input-placeholder { color: #999999;}
textarea:-moz-placeholder { color: #999999;}
textarea::-moz-placeholder { color: #999999;}
textarea:-ms-input-placeholder { color: #999999;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}


iframe {
	border: none !important;
}


/*Hero Header Landing*/

* {
  box-sizing: border-box;
}

.bg-img {
  background-image: url(../img/sp-hero-img.jpg);
  min-height: 950px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/

.login-bg-img {
  background-image: url(../img/login-bg-img.jpg);
  min-height: 950px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.sp-login-form-container {
    position: absolute;
    right: 40px;
    max-width: 320px;
    padding: 25px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 15px 20px 0 #00000024;
}

.login-wrapper {
	padding-top: 250px;
	overflow: hidden;
}

.login-illustration {
}

.login-h {
    font-size: 22px;
    margin-bottom: 10px;
    color: #000000;
}

.login-intro {
    font-size: 16px;
    line-height: 19px;
}

.login-btn {
	background-color: #68D109;
    color: white;
    padding: 12px 20px;
    width: 100%;
    opacity: 1;
    margin: 10px 0 10px 0;
    border-radius: 10px;
    font-family: 'HKGroteskMedium';
    box-shadow: 0 5px 5px 0 #cccccc91;
	
}

.login-btn:hover {
	color: white;
	opacity: 0.8;
}

.forgot-pw-btn {
    border: 2px solid #68d00a;
    color: #68d00a;
    padding: 12px 20px;
    width: 100%;
    opacity: 1;
    margin: 10px 0 10px 0;
    border-radius: 10px;
    font-family: 'HKGroteskMedium';
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    background-color: white;
	
}

.forgot-pw-btn:hover {
	opacity: 0.68;
	color: #6dd116;
}


/*--------------------------------------------------------------
# Signup Form
--------------------------------------------------------------*/
.sp-form-container {
	top: 25%;
    position: absolute;
    right: 40px;
    max-width: 320px;
    padding: 25px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 15px 20px 0 #00000024;
}

.sp-form-container-student {
	top: 15%;
    position: absolute;
    right: 40px;
    max-width: 320px;
    padding: 25px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 15px 20px 0 #00000024;
}

.sp-distr-form-container {
	top: 0;
    margin: 20px;
    max-width: 320px;
    padding: 25px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 15px 20px 0 #00000024;
}

.sp-distr-li {
	margin-bottom: 10px;
	color: #000000;
}

.sp-signup-h {
	font-size: 22px;
	margin-bottom: 10px;
	color: #000000;
}

/*--------------------------------------------------------------
# Full width input fields
--------------------------------------------------------------*/
input[type=text], input[type=password] {
	width: 100%;
    padding: 10px;
    margin: 5px 0 10px 0;
    border: none;
    background: #ebfde3;
    border-radius: 5px;	
	font-family: 'HKGroteskRegular';
}

input[type=text], input[type=name] input[type=password]{
	width: 100%;
    padding: 10px;
    margin: 5px 0 10px 0;
    border: none;
    background: #ebfde3;
    border-radius: 5px;	
	font-family: 'HKGroteskRegular';
}

input[type=tel], input[type=tel] input[type=password] {
	width: 100%;
    padding: 10px;
    margin: 5px 0 10px 0;
    border: none;
    background: #E8F2E8;
    border-radius: 5px;	
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ebfde3;
  outline: none;
}

input[type=tel]:focus, input[type=tel]:focus {
  background-color:#d1edb9;
  outline: none;
}

input[type=tel]:focus, input[type=email]:focus input[type=password]:focus {
  background-color:#d1edb9;
  outline: none;
}

input[type=tel]:focus, input[type=phone]:focus input[type=password]:focus {
  background-color:#d1edb9;
  outline: none;
}

/*--------------------------------------------------------------
# Buttons & Additional Signup Styling
--------------------------------------------------------------*/

.btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
    cursor: pointer;
}

.signup-btn {
	background-color: #68D109;
    color: white;
    padding: 12px 20px;
    width: 100%;
    opacity: 1;
    margin: 10px 0 10px 0;
    border-radius: 10px;
    font-family: 'HKGroteskMedium';
    box-shadow: 0 5px 5px 0 #cccccc91;
	
}

.signup-btn:hover {
	color: #ffffff;
	opacity: 0.8;
}
.existing-user-btn {
	border: 2px solid #279c43;
    color: #279c43;
    padding: 12px 20px;
    width: 100%;
    opacity: 1;
    margin: 10px 0 10px 0;
    border-radius: 10px;
    font-family: 'HKGroteskMedium';
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	
}

.existing-user-btn:hover {
	opacity: 0.8;
	color: #279c43;
}

.new-user-btn {
	border: 2px solid #e76319;
    color: #e76319;
    padding: 12px 20px;
    width: 100%;
    opacity: 1;
    margin: 10px 0 10px 0;
    border-radius: 10px;
    font-family: 'HKGroteskMedium';
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	
}

.new-user-btn:hover {
	opacity: 0.8;
	color: #e76319;
}

.act-tag-btn {
	background-color: #68D109;
    color: white;
    padding: 12px 20px;
    width: 100%;
    opacity: 1;
    margin: 10px 0 10px 0;
    border-radius: 10px;
    font-family: 'HKGroteskMedium';
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	
}

.act-tag-btn:hover {
	opacity: 0.8;
	color: white;
}

.no-hero-nav-act-tag {
	margin-top: 80px;
	padding-bottom: 120px;
}

.signup-intro {
	font-size: 14px;
	line-height: 19px;
}

/*--------------------------------------------------------------
# Anchor Button
--------------------------------------------------------------*/

.round-button {
	display: block;
    width: 70px;
    height: 70px;
    line-height: 80px;
    border: 0;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background: #ffffff;
    box-shadow: 0px 0px 7px 3px #dedede82;
    font-size: 20px;
}

.round-button:hover {
	box-shadow: 0px 0px 12px 2px #dededecf;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.sp-anchor-button {
	display: flex;
	margin-top: -30px;
    align-items: center;
    justify-content: center;
}

.sp-start-anchor-button {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -30px;
    position: absolute;
    left: 48%;
}

.sp-anchor-button-distr {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 48%;
}

.sp-anchor-button-faq {
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 48%;
    margin-top: 60px;
}

.faq-img-right {
	height: 400px;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/

.bx-down-arrow-alt:before {
    content: "\ea84";
    color: #279c43;
}

.bx-help-circle:before {
    content: "\ead9";
    color: #279c43;
}

.bx-down-arrow-alt:hover {
    content: "\ea84";
    color: #279c43;
}

.bx-caret-right:before {
    content: "\e9ff";
    color: #48ac60;
    font-size: 15px;
}

.sp-bx {
    font-family: 'boxicons'!important;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    padding-top: 15px;
    color: #279c43;
}

.bx:hover {
    color: #68D109;
}


.sp-full-width-container {
	padding-right: 0px;
	padding-left: 0px;
}

.icofont-check:before {
    content: "\eed8";
    color: #279c43;
}


/*--------------------------------------------------------------
# Gift of The Givers Donation Page
--------------------------------------------------------------*/
	
.donate-page-bg {
    background: url(../img/donate-bg.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 600px;
    background-size: inherit;
}

.donate-wrapper {
	display: block;
	margin: auto;
}

.donate-header {
    margin-top: 15px;
    font-size: 35px;
    color: white;
    text-shadow: 2px 1px #33333357;
    letter-spacing: 1px;
}

.donate-subheader {
    margin-top: 0;
    font-size: 35px;
    color: white;
    text-shadow: 2px 1px #33333357;
    letter-spacing: 1px;
}

.donate-intro-p {
	font-family: 'HKGroteskRegular';
    font-size: 21px;
    line-height: 26px;
    color: #ffffff;
    margin: 25px 0;
    text-shadow: 2px 1px #33333347;
}

.donate-p {
	font-family: 'HKGroteskRegular';
    font-size: 21px;
    line-height: 26px;
    color: #ffffff;
    margin: 25px 0;
    text-shadow: 2px 1px #33333347;
}

.donate-descr-wrapper {
	padding: 0 15%;
}


img.gog-hero-img {
    margin-left: -40px;
	margin-top: 10px;
}

.donation-counter-wrapper {
	background-color: #20743a;
    border-radius: 20px;
    padding: 5px 0 15px;
    margin: 30px auto 10px auto;
    max-width: 500px;
    display: block;
    /* margin: auto; */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.34);

}

.amount-donated-to-date {
	margin-top: 0;
	margin-bottom: 10px;
    font-size: 35px;
    color: #1c5b36;
    text-shadow: 2px 1px #fffdfd57;
    letter-spacing: 1px;
	}

.donate-banking-details-header {
	text-align: center;
	font-family: 'HKGroteskBold';
	color: #000;
	font-size: 22px;
	margin-top: 30px;
}

.donate-banking-details {
	text-align: center;
	color: #000;
	font-size: 22px;
	line-height: 18px;
}

.donate-banking-details-last {
	text-align: center;
	color: #000;
	font-size: 22px;
	line-height: 18px;
	margin-bottom: 30px;
}

.donate-banking-details-wrapper {
	display: block;
	margin: auto;
}

.donate-banking-details-bg {
	background-color: #D1EDB9;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 300px) {

	
}

@media (max-width: 576px) {
  	.ps-wrap-contact {padding: 0;}
	
	.login-wrapper {
    padding-top: 120px;
    overflow: hidden;
	}
	
	.login-illustration {
    display: none;
	}
	
	.login-bg-img {
    min-height: 580px;
	}
	
	.sp-login-form-container {
    position: relative;
    display: block;
    margin: auto 30px;
    padding: 25px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 15px 20px 0 #00000024;
	max-width: 100%;
	right: 0;
	}

	.sp-anchor-button-distr {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 40%;
	margin-top: -130px;
	}

	.sp-anchor-button-faq {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 40%;
	margin-top: 15px;
	}
	
	.sp-tag-purchase {
	margin-left: -15px;
	}
	
	.sp-tag-purchase-2 {
	left: 15px;
	}
	.section-title {
	text-align: center;
    padding: 30px 0 0 0;
	}
	
	.device-h2 {
		font-size: 24px!important;
		padding-top: 0;
	}
	
	.reg-bottom-margin {
		margin-bottom: 10px;
	}
	
	p.reg-descript {
		min-height: 30px;
		padding: 0 11%;
	}
	
	.faq .accordion-list a {
		font-size: 15px;
		line-height: 17px;
		padding: 0 30px;
	}
	
	.device-center {
		display: flex;
		margin: 10px 0;
	}
	
	.device-full-width {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	
	.reg-descript {
    margin: 10px 0 30px 0;
	}
	
	.minus-margin-left {
		margin-left: -15px;
	}
	
	.minus-margin-right {
		margin-right: -15px;
	}
	
	.reg-descript-subh {
		font-size: 20px;
	}
	
	.sp-full-width-container {
    padding-right: 15px;
    padding-left: 15px;
	}
	
	
	.activate-tags-bg {
    background: url(../img/activate-tags-bg.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 756px;
	}
	
	.registration-spacing {
    margin-bottom: 0;
	}
	
	.bg-img {
    background-image: url(../img/sp-hero-img.jpg);
    min-height: 258px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* padding-top: 300px; */
    margin-top: 80px;
	}
	
	.act-tag-btn {
    background-color: #68D109;
    color: white;
    padding: 7px 20px;
    width: 100%;
    opacity: 1;
    margin: 10px 0 50px 0;
    border-radius: 10px;
    font-family: 'HKGroteskMedium';
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	}

	.round-button {
    display: none;
}
	.sp-form-container {
    top: 105%;
    position: absolute;
    right: 28px;
    max-width: 320px;
    padding: 25px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 15px 20px 0 #00000024;
	}
	
ul, li {
    font-size: 15px;
	}
	
	.faq-bg {
	background: #d1edbb; 
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: -1px;
	overflow: hidden;
	background-color: #d1edbb;
	}
	
	.distr-device {
	margin-top: -150px;
	}
	
	.features-bg {
    padding-bottom: 60px;
	}
	
	.features-device-margin {
    margin-top: 60px;
	}
	
	.sp-signup-h {
    margin-top: 10px;
	}
	
	.download-app-bg {
		background: url(../img/download-app-bg.jpg);
		background-attachment: scroll;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		-webkit-background-size: cover;
		-moz-background-size: auto;
		-o-background-size: auto;
		height: 650px;
		min-height: 651px;
	}
	
	.device-display-none {
		display: none;
	}

	.dl-app-gplay {
    width: 90%;
    margin-top: 20px;
	}
	
	#footer .footer-newsletter {
    padding: 50px 0 123px 0;
    background: #eafee3;
    text-align: center;
    font-size: 15px;
	}
	
	.device-img-right {
		text-align: right;
	}
	
	.dl-app-st {
    width: 90%;
    margin-top: 20px;
	margin-bottom: 20px;
	}
	
	.app-dl-descr {
	left: 0;
    top: 50%;
    margin: 30px;
}
	
	.section-title h2 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 20px;
	padding-bottom: 0;
	color: #2e2e2e;
	font-family: 'HKGroteskMedium';
	padding: 10px 0;
	}
	
	.sp-start-anchor-button {
	display: block;
	margin: auto;
	}
	
	.sp-tag-purchase-2 {
		text-align: right;
	}

	.sp-features-descr {
    margin-top: -130px;
    margin-left: 85px;
	padding: 13px;
	}
	
	.sp-features-img {
		margin-left: -15px;
		margin: 20px 0 0 -15px;
		height: 121px;
	}
	
	.h3, h3 {
	font-size: 21px;
	}
	
	.sp-faq-acc {
	text-indent: 0!important;
	box-shadow: 0 5px 5px 0 #00000024;
	}
	
	.sp-features-box {
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 15px 20px 0 #00000024;
	padding: 30px auto;
	margin-top: 10px;
	}
	
	.sp-distr-form-container {
	right: 15%;
	top: 0;
	margin: 20px;
	max-width: 90%;
	padding: 16px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 5px 5px 0 #00000024;
	}
	
	section {
    padding: 30px 0;
    overflow: hidden;
	}
	
	.sp-the-why-col {
    padding: 0 20px;
	}
	
	.margin {
	margin-bottom: 100px;
	}
	
	.sp-form-container {
    top: 110%;
    position: absolute;
    right: 20px;
    max-width: 90%;
    /* margin: 20px; */
    padding: 15px;
    overflow: hidden;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 5px 5px 0 #00000024;
	}
	
	.bg-img {
	background-image: url(../img/sp-hero-img.jpg);
    min-height: 245px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 60px;
    margin-bottom: 400px;
}
	
	.faq .accordion-list {
    padding: 0;
    width: 100%;
    overflow: hidden;
	}
	
	.faq-img-right {
    width: 75%;
	height: auto;
    margin: 30px;
	}
	
	#footer .footer-top .footer-links ul a {
    font-size: 20px;
}
	
	.payment-gateway {
	width: 90%;     
	margin: auto; 
	display: flex;
	}
	
	#footer .footer-top .footer-links {
    margin-bottom: 0;
    margin-left: 0;
	}
	
	.device-alignment-left {
    text-align: left!important;	
	}
	
	.device-social-header {
	margin-top: 60px!important;
	}
	
	#footer .footer-top h4 {
    font-size: 22px;
    font-weight: bold;
    position: relative;
    margin: 20px 0;
    text-align: center;
	color: #000000;
	}
	
	#footer .footer-top {
		padding: 60px 0 0 0;
		background: #F5FFF0;
	}
	
	#footer .social-intro {
		text-align: center;
	}
	
	#footer .footer-top .footer-contact {
		margin-bottom: 30px;
		text-align: center;
	}
	
	.mt-3, .my-3 {
		margin-top: 1rem!important;
		margin: auto;
		text-align: center;
	}
	
	
	.sp-footer-logo {
    width: 190px;
    display: block;
    margin: auto;
	margin-top: 20px;
	}

	.btn {
    font-size: 14px;
	}
	
	.round-button {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 80px;
    border: 0;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background: #ffffff;
    box-shadow: 0px 0px 7px 3px #dedede82;
    font-size: 20px;
}
	
	.sp-bx {
    font-size: 40px;
    padding-top: 10px;
}
	
	.details .content ul li {
    font-family: 'HKGroteskRegular';
    font-size: 14px;
    line-height: 20px;
    color: #707070;
	}
	
	ul, li {
		text-indent: -10px;
	}

	p {
    font-family: 'HKGroteskRegular';
    font-size: 15px;
    line-height: 22px;
    color: #707070;
    margin: 15px 0;
	}
	
	.sp-start-anchor-button {
		left: 40%;
	}
}

@media screen and (min-device-width: 568px) and (max-device-width: 900px) { 
	
	img.gog-hero-img {
		margin-left: -40px;
		margin-top: 120px;
	}

	.device-img-right {
	text-align: right;
	}
	
	
	#footer .copyright, #footer .credits {
    text-align: left;
	}
	.payment-gateways-wrapper {
		margin: auto;
	}
	
	.download-app-bg {
		min-height: 500px;
		margin-top: 80px;
	}
	
	.download-app-wrapper {
		min-height: 540px;
	}
	
	p.reg-descript-red {
		color: #e76319;
		border: 1px solid #d1edb9;
		padding: 10px;
		border-radius: 7px;
		min-height: 54px;
		font-size: 11px;
		line-height: 12px;
	}
	
	.reg-descript {
		font-size: 14px;
		line-height: 18px;
		color: #707070;
		margin: 10px 0;
		padding: 0 2%;
		min-height: 85px!important;
	}
	
	.device-display-none {
		display: none;
	}
	
	.app-dl-descr {
    position: absolute;
    top: 29%;
    left: 26%;
    padding: 18px;
	}
	
	.section-title h2 {
		font-size: 23px;
		margin-bottom: 20px;
		padding-bottom: 0;
		color: #2e2e2e;
		font-family: 'HKGroteskMedium';
		font-weight: 500;
	}
	
	.bg-img {
		background-image: url(../img/sp-hero-img.jpg);
		min-height: 610px;
		background-position: top left;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		margin-top: 30px;
	}
	
	.sp-form-container {
		top: 30%;
		position: absolute;
		right: 30px;
		max-width: 320px;
		padding: 15px;
		background-color: white;
		border-radius: 10px;
		box-shadow: 0 15px 20px 0 #00000024;
	}
	
	.sp-features-img {
		margin-left: -15px;
		padding: 10px 0;
		width: 70px;
	}
	
	.h3, h3 {
    font-size: 22px;
    color: #000000;
    font-weight: 500!important;
    margin-bottom: 0!important;
	}

	.sp-act-tags-illustration {
	display: block;
    margin: auto;
    width: 485px;
    margin-top: 40px;	
	}
	
	
	.sp-features-box {
		background-color: white;
		border-radius: 10px;
		box-shadow: 0 15px 20px 0 #00000024;
		padding: 10px auto;
		min-height: 500px;
	}
	
	.h5, h5 {
		font-size: 14px;
	}
	
	.login-illustration {
		width: 100%;
	}
	
	.login-bg-img {
		background-image: url(../img/login-bg-img.jpg);
		min-height: 740px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	
	.sp-tag-purchase-2 {
		text-align: right;
	}
	
	.no-hero-nav-act-tag {
    margin-top: 60px;
    /* padding-bottom: 120px; */
	}
}



@media screen and (min-device-width: 1200px) and (max-device-width: 1300px) { 
    .bg-img {
    min-height: 690px;
	}
	
	.app-dl-descr {
    position: absolute;
    top: 30%;
    left: 20%;
    right: 20px;
    text-align: left;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 15px 20px 0 #00000024;
	}
	
	.login-illustration {
    height: 65%;
	margin-top: 20px;
	}
	
	.login-wrapper {
    padding-top: 200px;
    overflow: hidden;
	}
	
	.login-bg-img {
    min-height: 760px;
	}
	
	.sp-spacial {
    padding: 0;
	}	
}

@media screen and (min-device-width: 1301px) and (max-device-width: 1449px) { 
    .bg-img {
    min-height: 790px;
	}
}

@media screen and (min-device-width: 1440px) and (max-device-width: 1500px) { 
    .bg-img {
    min-height: 825px;
	}
	
	.sp-anchor-button-distr {
}
}

@media screen and (min-device-width: 1501px) and (max-device-width: 1700px) { 
    .bg-img {
    min-height: 953px;
	}
	
	.sp-anchor-button-distr {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 48%;
    margin-top: 50px;
	}
}

@media screen and (min-device-width: 1701px) and (max-device-width: 1800px) { 
    .bg-img {
    min-height: 993px;
	}
	
	.sp-anchor-button-distr {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 48%;
    margin-top: 55px;
	}
	
	.sp-form-container {
	top: 40%;
    position: absolute;
    right: 4%;
    width: 362px;
    padding: 40px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 15px 20px 0 #00000024;
	}
}

@media screen and (min-device-width: 1801px) and (max-device-width: 1950px) { 
    .bg-img {
    min-height: 1036px;
	}
	
	.sp-form-container {
	top: 40%;
    position: absolute;
    right: 3%;
    max-width: 370px;
    padding: 30px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 15px 20px 0 #00000024;
	}

	.sp-anchor-button-distr {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 48%;
    margin-top: 55px;
	}
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: 'HKGroteskMedium';
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
	
  .img-fluid {
  max-width: 100%;
  height: auto; 
  }
	
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
    overflow: hidden;
	}
	
.icofont-navigation-menu:before {
    content: "\efa2";
    color: green;
	}
}


