/* Header */
header {
  background-color: #3fc050;
  height: 100px;
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  transition: 0.6s;
}

.youtube-btn.mobile {
  display: none;
}

.youtube-btn.desktop {
  display: block;
}

.youtube-btn img {
  width: 24px;
  margin-right: 10px;
}

.app-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.app-bar .logo {
  width: 164px;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-btn {
  display: none;
}

.close-btn {
  display: none;
  cursor: pointer;
}

.menu-btn img {
  width: 20px;
  height: 20px;
  margin-bottom: 6px;
  cursor: pointer;
}

#features {
  display: flex;
  align-items: center;
  position: relative;
}

#feature-dropdown {
  background-color: white;
  border-radius: 8px;
  padding: 8px;
  width: 180px;
  display: none;
  position: absolute;
  top: 100%;
  left: 20px;
  filter: drop-shadow(2px 4px 6px #3332);
}

.dropdown-item {
  border-radius: 4px;
  padding: 10px;
  white-space: normal !important;
}

.dropdown-item:hover {
  background-color: #eee;
}

#mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color:rgba(63, 192, 80, 0.9);
  padding: 0 28px;
  height: 100vh;
  flex-direction: column;
  align-items: flex-end;
  display: none;
}

#mobile-menu a {
  font-size: 18px;
}

p.intro {
  width: 85%;
  font-size: 28px !important;
  line-height: 34px !important;
}

p.intro.extra-height {
  min-height: 360px;
}

.qr-download {
  display: flex;
  align-items: flex-start;
  font-size: 24px;
  line-height: 28px;
}

.qr-download span {
  display: inline-block;
  width: 18%;
  color: #fff;
  font-family: GalanoGrotesque-Bold !important;
}

span.arrow img {
  display: inline-block;
  width: 1.5em !important;
  margin-left: 0;
  transition: 0.5s;
}

.qr-download:hover span.arrow img  {
  margin-left: 15px;
}

.qr-download img {
  width: 5.5em;
  height: auto;
  margin-left: 20px;
}


/* UPDATES */

#section4 {
  background-color: #fff !important;
  padding-bottom: 100px !important;
}

.messy-section .row {
  padding: 0 5%;
}

.feature-container {
  padding: 150px 0 250px 0;
  border-top-left-radius: 75px;
  border-top-right-radius: 75px;
  margin-top: -100px;
  color: #fff;
}

.feature-container:last-child {
  padding-bottom: 150px !important;
}

.feature-container .row {
  display: flex;
  align-items: center;
  padding: 0 5%;
}

.feature-container h2 {
  width: 90%;
  margin-bottom: 45px;
  font-size: 54px !important;
  line-height: 58px;
}

.feature-container-box {
  color: #fff;
}

.feature-container.white-bg .feature-container-box {
  color: #000;
}

.feature-container-box p {
  width: 75%;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 45px;
}

.feature-container img {
  width: 375px;
}

.feature-container:nth-child(odd) {
  background-color: #3fc050;
}

.feature-container:nth-child(even) {
  background-color: #54d265;
}

.action-button,
.action-button a {
  color: #fff;
  font-size: 24px;
  line-height: 34px !important;
  font-family: GalanoGrotesque-Bold !important;
}

.action-button .arrow {
  min-width: 52px;
  display: inline-block;
}

.action-button .arrow img {
  transition: 0.5s;
}

.action-button:hover img {
  margin-left: 15px;
}

/* FEATURE DETAILS */

.feature-details#section1 .left {
  padding-top: 50px;
}

.feature-details#section1 .phone {
  margin-bottom: 50px;
}

.feature-details-content .feature-container-box h2 {
  text-align: center !important;
  margin-bottom: 70px !important;
}

.feature-details-content .feature-container h2,
.feature-details-content .feature-container-box p {
  width: 100% !important;
}

.feature-details-buttons {
  margin-top: 100px;
  display: flex;
  justify-content: space-around;
}
.feature-details-buttons span.arrow img {
  width: 1em !important;
}
.feature-details-buttons .action-button .arrow {
 min-width: 40px;
}
.feature-details-buttons .action-button a {
  color: #3fc050;
}

.feature-details-buttons .action-button.arrow-left .arrow {
  transform: rotate(180deg);
}

.feature-details-buttons .action-button.arrow-left a {
  margin-left: 7px !important;
}

.feature-details-buttons .action-button.arrow-right a {
  margin-right: 7px !important;
}
.feature-details-buttons .action-button.arrow-left a {
  font-family: GalanoGrotesque !important;
  font-weight: bold;
}

.feature-details-buttons .action-button.arrow-right a {
  font-family: GalanoGrotesque !important;
  font-weight: bold;
}
.video-wrapper {
  width: 100%;
  margin: 100px auto;
  border: 1px solid #ccc;
  background-image: url("../../assets/images/youtube-logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
  max-width: 1280px !important;
  padding: 0;
  min-height: 644px;
  position: relative;
}

.video-wrapper video {
  width: 100% !important;
  height: auto !important;
  margin-left: 0 !important;
}


.video-wrapper iframe {
  width: 100%;
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 60%);
  box-shadow: 0 0 8px rgb(0 0 0 / 60%);
  background: #000;
}


.feature-container.white-bg.feature-details-content {
  padding: 150px 0 35px 0;
}


/* FOOTER */

.footer ul {
  padding: 0;
  margin: 0;
}

.footer ul li {
  list-style-type: none;
  margin-bottom: 7px;
}
.footer .content-box {
  margin-bottom: 50px;
}

.footer .content-box h4 {
  font-size: 28px;
  line-height: 32px;
  font-family: GalanoGrotesque-SemiBold !important;
  color: #fff;
  margin-bottom: 24px;
}

.footer .content-box ul li a {
  font-size: 18px;
  line-height: 24px;
}

.footer .image-wrapper {
  display: block;
  margin-bottom: 25px;
}

.footer .socials li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.footer .socials li a img {
  width: unset;
  height: 32px;
}

.footer .socials-box {
  text-align: right;
}

.footer .socials-wrapper {
  display: inline-block;
  text-align: right;
}

.footer .download .content-box a {
  max-width: 250px;
  display: inline-block;
  margin-bottom: 25px;
}

.footer .content-box .copyright {
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
}

/* LEGAL PAGE */

.legal-layout p {
  font-size: 20px !important;
  line-height: 26px !important;
  margin-bottom: 25px;
  width: 85%;
}

.legal-layout p a {
  color: #3fc050;
}

.legal-layout p.intro {
  width: 72%;
  font-size: 24px !important;
  line-height: 30px !important;
}

.eecc-layout p.intro .separator {
  display: inline-block;
  margin: 0 10px;
}

.legal-layout p.intro .separator {
  display: inline-block;
  margin: 0 10px;
}

.legal-layout .legal-layout-intro {
  padding: 70px 0;
}

.legal-layout-inner {
  padding: 100px 0;
  background-color: #fff;
}

.legal-layout-inner h2 {
  font-size: 34px !important;
  line-height: 42px;
  margin-bottom: 25px;
}

.legal-layout-inner h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 35px;
  font-family: GalanoGrotesque-SemiBold;
}

.legal-layout-inner h3 .article-nr {
  display: inline-block;
  margin-right: 15px;
}


.legal-layout-inner p {
  margin-bottom: 22px;
}

.legal-layout-inner p strong {
  font-family: GalanoGrotesque-SemiBold !important;
}

.legal-layout-inner p strong u {
  font-family: GalanoGrotesque-SemiBold !important;
}

.legal-layout-inner p a {
  color: #3fc050;
}
.legal-layout-inner p .article-nr {
  display: inline-block;
  margin-right: 15px;
}

.legal-bottom {
  padding: 50px 0;
  text-align: center;
}

.legal-bottom .action-button a {
  color: #000;
}

.legal-bottom .action-button .arrow img {
  width: 1.3em !important;
}

.legal-bottom .action-button .arrow {
  transform: rotate(-90deg);
  height: 30px;
}

.legal-bottom .action-button:hover .arrow {
  transition: 0.5s;
  margin-left: 0;
  margin-top: -15px;
}


/* EECC PAGE */


.eecc-layout .eecc-layout-intro {
  padding: 100px 0;
}

.eecc-layout-inner {
  padding: 100px 0;
  background-color: #fff;
}


.eecc-list li {
  color: #3fc050;
  margin-bottom: 25px;
}

.eecc-list li a {
  color: #3fc050;
  font-size: 20px;
  line-height: 26px;
}

/* TERMS AND CONDITIONS */

.terms-wrapper {
  background-color: #bae5ba !important;
}

#section1.terms-wrapper {
  padding-top: 100px;
}

.terms-inner {
  padding: 0 18%;
}

.terms-inner .print {
  text-align: right;
}

.terms-inner .print-btn {
  display: inline-block;
  margin-bottom: 25px;
  padding: 4px 14px;
}

.terms-inner .primary-button:hover,
.terms-inner .primary-button:focus  {
   background-color: #2a8f37;
}

.terms-inner .print-btn img {
  width: 30px;
  height: 40px;
}

.terms-inner h1 {
  font-size: 48px !important;
  line-height: 60px;
  margin-bottom: 20px;
}

.terms-inner h2 {
  font-size: 34px !important;
  line-height: 42px;
  margin-bottom: 15px;
}

.terms-inner p {
  font-size: 16px;
  margin-bottom: 20px;
}

.terms-inner p strong {
  font-family: GalanoGrotesque-SemiBold !important;
}

.terms-bottom {
  padding: 50px 0;
  text-align: center;
}

.terms-bottom .primary-button {
  height: 50px;
  border-radius: 50px;
  line-height: 40px;
  display: inline-block;
  width: 150px;
}

/* GUIDELINES */

.guidelines-wrapper p {
  font-size: 20px !important;
  line-height: 26px !important;
  margin-bottom: 25px;
  width: 85%;
}

.guidelines-wrapper p a {
  color: #3fc050;
}

.guidelines-wrapper p.intro {
  width: 72%;
  font-size: 24px !important;
  line-height: 30px !important;
}

.intro br {
  display: none;
}

.guidelines-wrapper h1 {
  margin-bottom: 35px;
}

.guidelines-wrapper h2 {
  margin-bottom: 25px;
}

.guidelines-wrapper ul li {
  margin-bottom: 10px;
  font-size: 20px !important;
  line-height: 26px !important;
}

.guidelines-wrapper .guidelines-intro {
  padding: 70px 0;
}

.download-logo-wrapper {
  width: 100%;
  max-width: 220px;
  padding: 50px 0 0 0;
}

.download-logo-wrapper .title {
  display: block;
  font-size: 29px;
  line-height: 34px;
  text-align: center;
  width: 65%;
  margin: 15px auto 24px auto;
}

.download-logo-wrapper .title.wide {
  width: 100%;
}

.download-logo-box {
  display: flex;
  align-items: center;
  width: 220px;
  height: 220px;
  background-color: #3fc050 ;
  border: 1px solid #3fc050 ;
  border-radius: 8px;
  justify-content: center;
}

.download-logo-box.bordered {
  background-color: #fff;
  border: 1px solid #3fc050 ;
}

.download-logo-box img {
  width: 175px;
  height: auto;
}

.download-logo-wrapper .download-button {
  border: 1px solid #676c74;
  border-radius: 50px;
  font-family: GalanoGrotesque-Bold !important;
  width: 100%;
  margin: 35px 0;
  height: 50px;
  line-height: 40px;
  font-size: 20px;
}

.download-logo-wrapper .download-button:hover {
  border: 1px solid #3fc050;
}

.download-logo-wrapper .download-button img {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-top: -5px;
}

.color-codes {
  color: #fff;
}

.color-codes span {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  pointer-events: none;
  text-decoration: none;
}

.color-codes .color-name {
  font-family: GalanoGrotesque-SemiBold !important;
  font-size: 22px !important;
  line-height: 28px !important;
}

.color-codes span {
  display: block;
  margin-bottom: 5px;
}

.guideline-info {
  margin-bottom: 100px;
}

/* FEATURE PAGE */

.feature-page {
  background-color:#fff !important;
}

.feature-page-inner {
  margin: 100px auto;
}

.feature-page-inner .primary-button {
  height: 50px;
  border-radius: 50px;
  line-height: 40px;
  display: inline-block;
  min-width: 170px;
  background-color: #3fc050;
  color: #fff;
  margin-bottom: 35px;
  position: static;
  margin-top: -10px;
}

.feature-page-inner .primary-button:hover {
  background-color: #2a8f37;
  color: #fff;
}

.feature-page-inner .primary-button:before {
  content:"";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
}

.feature-page-inner h1 {
  font-size: 52px !important;
  line-height: 60px;
  margin-bottom: 35px;
}

.feature-page-inner h2 {
  font-size: 34px !important;
  line-height: 42px;
  font-family: GalanoGrotesque !important;
}


.feature-page-inner h3 {
  font-size: 36px !important;
  line-height: 42px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: GalanoGrotesque-Bold !important;
}

.feature-image {
  margin: 75px 0;
  text-align: center;
}

.feature-page-inner .feature-box {
  align-items: center;
}

.feature-page-inner .feature-box img {
  width: 60%;
}

.intro-container {
  align-items: center;
}

.feature-image > img {
  width: 70%;
}

.feature-page-inner p.intro {
  font-size: 18px;
  font-family: GalanoGrotesque!important;
  margin-bottom: 50px;
}

.feature-page-inner .text {
  margin: 50px 0;
}

/* HELP */


.help-inner {
  padding-top: 100px;
  background-color: #fff !important;
}

.help-inner .padding-add {
  padding: 0 4%;
}

.help-intro {
  padding: 70px 0 100px 0;
}

.help-page h1 {
  font-size: 74px;
  line-height: 72px;
  margin-bottom: 25px;
  font-family: GalanoGrotesque-ExtraBold;
  margin-bottom: 35px;
}

.help-page .intro {
  font-size: 22px;
  line-height: 30px;
}

.help-intro p.intro {
  width: 72%;
  font-size: 24px !important;
  line-height: 30px !important;
}

.help-inner .list-group {
  position: static;
  border-radius: 0;
  margin-bottom: 50px;
}

.help-inner .list-group-item.active {
  position: static;
  background: rgba(0,0,0,0);
  color: #000;
  font-family: GalanoGrotesque-SemiBold !important;
}

.help-inner .list-group-item {
  position: static;
  border: 0;
  border-right: 1px solid #676c74;
}

.help-inner .tab-content {
  height: 71vh;
  overflow-y: auto;
  margin-bottom: 100px;
}

.help-inner h1 {
  font-size: 34px !important;
  line-height: 40px;
  text-align: left;
}

.help-inner .tab-content h2 {
  margin-bottom: 25px;
  font-size: 28px !important;
  line-height: 36px;
}


.help-inner .tab-content h3 {
  margin: 35px 0 25px -20px;
  font-size: 25px !important;
  width: 90%;
}

.help-inner .tab-content p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}

.help-inner .tab-content p .icon {
  width: 32px;
  height: 32px;
}

.help-inner .tab-content .help-step {
  align-items: center;
}

.help-inner .tab-content .help-step .help-image {
  width: 85%;
}

/* Terms print version*/

@media print {
  .h-100 {
    background: #3fc050;
  }
  .nav {
    display: none;
  }
  .terms-inner {
    padding: 0 2%;
  }

  header {
    position: relative !important;
  }

  #section1.terms-wrapper {
    padding-top: 10px !important;
    background-color: #fff !important;
  }

  .terms-inner .primary-button {
    display: none;
  }

  footer {
    display: none;
    padding: 0;
  }
}

/* Demo video */

.demo-video-modal .modal-content {
  max-width: 1280px !important;
  width: 100% !important;
  padding: 0;
  min-height: 644px;
  margin-top: 15vh;
  background-color: rgba(0,0,0,0);
  border: 0;
}

.demo-video-modal .modal-content iframe {
  width: 100%;
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 60%);
  box-shadow: 0 0 8px rgb(0 0 0 / 60%);
  background: #000;
}

.demo-video-modal .modal-content iframe video {
  width: 100% !important;
  margin-left: 0 !important;
}

.demo-video-modal .modal-header {
  padding: 0;
}

.demo-video-modal .modal-header .btn-close {
  margin-top: -60px;
  background-image: url('../../assets/images/close-modal.svg');
  opacity: 1;
}

.demo-video-modal .modal-body {
  padding: 0;
  background-color: rgba(0,0,0,0);
}


/* END OF UPDATES */


@media screen and (max-width: 768px) {
  .demo-video-modal {
    margin: 0;
  }

  .nav {
    display: none;
  }

  .menu-btn {
    display: block;
  }
}

.nav .nav-item {
  margin: 0 20px;
}

/* Header */

/* Section1 */
#section1 {
  background-color: transparent;
  padding-bottom: 0;
  padding-bottom: 0px;
}

#section1 .store-group {
  margin-top: 80px;
}

#section1 .phone {
  width: 100%;
  height: auto;
  max-width: 430px;
  padding-left: 19px;
  margin-bottom: -60px;
  margin-top: 30px;
}

#section1 .left {
  padding-top: 120px;
  padding-left: 60px;
}

#section1 .left .subtitle {
  font-family: GalanoGrotesque-Bold !important;
  font-size: 39px;
}

#section1 .right {
  padding-top: 50px;
}


@media screen and (max-width: 768px) {
  #section1 .row {
    align-items: center;
  }

  #section1 .left {
    padding-top: 50px;
    padding-left: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #section1 .phone {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  #section1.homepage {
    padding-top: 100px;
  }

  #section1 .store-group {
    margin-top: 60px;
  }
}

/* Section1 */

/* Section2 */
#section2 {
  background: #fefefe;
}

#section2 .messy-wrapper {
  max-width: 375px;
  margin-right: 20px;
  flex-shrink: 1;
}

#section2 .messy-wrapper .row {
  align-items: center;
}

#section2 .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 35px;
  width: 70%;
}

#section2 .right p {
  margin-bottom: 24px;
}

#section2 .row {
  flex-wrap: nowrap;
}

#section2 .right h2 {
  margin-bottom: 32px;
}

.messy-wrapper img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  #section2 .right {
    padding-left: 20px;
  }

  p.intro.extra-height {
    min-height: auto;
  }

  #section2 .right p:nth-of-type(2) {
    margin-bottom: 45px;
  }

  #section2 {
    padding-bottom: 75px;
  }

  .modal-dialog.demo-video-modal {
    width: 100%;
    max-width: 100%;
  }
  .demo-video-modal .modal-content {
    /* min-height: 480px; */
    min-height: 432px !important;
    margin: 15vh auto 0 auto;
    max-width: 768px !important;
  }
  .video-wrapper {
    min-height: 433px !important;
    max-width: 768px !important;
  }
}

@media screen and (max-width: 768px) {
  #section2 .row {
    flex-wrap: wrap;
  }

  #section2 .right {
    text-align: left;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    width: 100%;
  }

  #section2 .messy-wrapper {
    flex-shrink: 0;
    order: 2;
    margin-right: 0;
    max-width: 300px;
    margin: 0 auto;
  }
  .feature-container-box p {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  #section2 {
    padding-top: 0;
  }

  #section2 .right h2 {
    margin-bottom: 24px;
    line-height: 32px;
  }

  #section2 .right {
    min-width: auto;
  }
}
/* Section2 */

/* Section3 */
#section3 {
  background-color: #fff;
  padding-bottom: 0;
}

.item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item img {
  width: 80px;
  height: auto;
}

.item p {
  max-width: 240px;
  width: 100%;
  color: white;
}

.item .item-title {
  color: #fffc00;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  margin-top: 14px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* Section3 */

/* Section 4 */
#section4 {
  background-color: #3fc050;
  padding-bottom: 0;
  padding-top: 100px;
}

#section4 .people-group {
  max-width: 500px;
  height: auto;
}

#section4 .right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 0;
  flex-shrink: 0;
}

#section4 .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 80px;
  padding-right: 70px;
}

@media screen and (max-width: 968px) {
  #section4 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  #section4 {
    background-size: 90%;
    background-position: center bottom;
  }

  #section4 .left {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
  }

  #section4 .description {
    font-size: 18px !important;
    line-height: 28px;
  }
}
/* Section4 */

/* Section5 */
#section5 {
  background-color: #fff;
}

#section6 h2 {
  margin-bottom: 32px;
}

#section6 .white-button {
  color: #092834 !important;
}

.contact-section .row {
  display: flex;
  align-items: center;
  padding: 0 5%;
  justify-content: space-evenly;
}

.contact-section input,
.contact-section textarea {
  font-size: 18px;
}

.contact-section p {
  font-size: 28px;
  line-height: 32px;
}

@media screen and (max-width: 768px) {
  #section6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #section6 .contact-form {
    margin-top: 50px;
  }
}
/* Section5 */

/* Footer */
footer {
  background-color: #3fc050;
  padding: 100px 0 75px;
}

footer .logo {
  width: 120px;
}

footer .site-icon {
  width: 24px;
  height: 24px;
  margin-left: 20px;
}


footer a {
  color: white !important;
}

footer .copyright p {
  font-size: 14px;
  text-align: right;
  font-family: GalanoGrotesque-Light;
}

footer .copyright span {
  display: block;
}

footer .socials {
  margin-bottom: 37px;
  float: left;
}

footer .link-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-left: 54px;
}

footer .link-wrapper a {
  font-size: 16px !important;
}

.swal-modal {
  width :100%;
  max-width: 750px;
}

.store-popup {
  padding: 70px 100px;
}

.store-popup h1 {
  font-size: 54px !important;
  line-height: 60px;
  margin-bottom: 15px;
}

.store-popup img {
  margin-bottom: 50px;
}

.store-popup p {
  font-size: 24px;
  line-height: 1.428;
  font-weight: 400;
  margin-bottom: 5px;
}

/* Footer */

/* Common */
.store-item {
  width: 157px;
  height: auto;
}

.google-item {
  width: 172px;
  height: auto;
}

.logo:hover {
  cursor: pointer;
}


@media screen and (max-width: 1345px ) {
  .feature-details-content .padding-add {
    padding: 0 !important;
  }
}

@media screen and (min-width: 1200px ) {
  .demo-video-modal .modal-content {
    min-height: 644px;
  }
  .video-wrapper {
    min-height: 646px;
  }
}

@media screen and (max-width: 1199px ) {
  .demo-video-modal .modal-content {
    min-height: 450px;
  }
  .video-wrapper {
    min-height: 433px;
    max-width: 768px !important;
  }
}


/* TABLETS  */

@media screen and (max-width: 1024px ) {
  .accordion {
    padding-left: 0;
    padding-right: 0;
  }
  .terms-inner {
    padding: 0;
    text-align: left;
  }
  .feature-container img {
    width: 100% !important;
    max-width: 300px !important;
  }
  #section1 .left h1 {
    text-align: left;
  }

  .store-popup {
    padding: 70px 100px;
  }

  .swal-modal {
    width: unset;
  }

  .store-popup img {
    margin-bottom: 35px;
  }

  #section1 .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
  }
  .qr-download span {
    width: 25%;
  }
  .feature-container h2 {
    width: 100%;
    font-size: 42px !important;
    line-height: 48px;
  }
  .padding-add {
    padding: 0 !important;
  }
  .download-logo-wrapper {
    margin: 0 auto;
  }
  .guidelines-wrapper .guidelines-intro {
    padding: 70px 0 0 0;
  }
  .help-page h1  {
    text-align: left;
  }
  .help-intro p.intro {
    width: 100%;
  }
  .help-intro {
    padding: 70px 0 50px 0;
  }
  .feature-details#section1 .right {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}


/* PHONES  */

@media screen and (max-width: 768px) {

  .youtube-btn.desktop {
    display: none;
  }

  .youtube-btn-wrapper {
    display: block;
    width: 100%;
    margin: 0 0 45px 0;
    text-align: center;
  }

   .youtube-btn-wrapper button {
     margin: 0 auto;
   }

  .youtube-btn.mobile {
    display: block;
  }

  .intro br {
    display: block;
  }

  .store-popup {
    padding: 20px;
  }

  .store-popup img {
    margin-bottom: 25px;
  }

  footer .logo-wrapper,
  .social-wrapper {
    display: flex;
    justify-content: center;
  }

  footer .socials-wrapper {
      text-align: center !important;
  }

  footer .socials {
    margin-bottom: 30px;
    float: none;
  }

  footer .download a {
    margin-right: 15px;
  }

  footer .content-box .copyright {
    text-align: center;
    width: 100% !important;
  }

  footer .content-box {
    text-align: center !important;
  }

  footer .menu-wrapper {
    padding-left: 10vw;
  }
  footer {
    padding: 50px 0 75px 0;
  }

  footer .link-wrapper {
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
  }
  .accordion .panel-content {
    flex-direction: column;
  }
  .accordion .panel-content .panel-text {
     width: 100%;
     padding-right: 0;
     padding-left: 0;
   }
   .accordion .panel-content img {
     width: 65%;
     margin: 25px auto;
   }
   .footer .logo-wrapper {
     flex-direction: column;
     text-align: center;
   }
   .terms-inner h1 {
     font-size: 36px !important;
     line-height: 42px;
     text-align: left;
   }
    .terms-inner h2 {
     font-size: 26px !important;
     line-height: 32px;
   }
   .feature-page-inner h1 {
    font-size: 36px !important;
    line-height: 42px;
    margin-bottom: 25px;
  }

  .feature-page-inner h2 {
    font-size: 26px !important;
    line-height: 32px;
  }
  .feature-page-inner .text {
    margin: 20px 0;
  }

  .feature-box:nth-child(even) {
    flex-direction: column-reverse !important;
  }

  .feature-page-inner .feature-box {
    text-align: center;
  }
  .feature-image > img {
    width: 65%;
  }
  .help-inner {
    padding-top: 50px;
  }

  .help-tablist {
    flex-direction: column
  }
  .help-tablist .list-group .list-group-item {
    border-right: 0;
    padding-left: 0;
  }
  .help-inner .tab-content h2 {
    font-size: 22px !important;
    line-height: 30px;
  }
  .help-inner .tab-content h3 {
    width: 100%;
    font-size: 20px !important;
    line-height: 26px;
  }
  .help-inner .tab-content {
    height: auto !important;
  }
  .feature-container {
    padding: 75px 0 150px 0;
  }
  .feature-container-box {
    margin-bottom: 40px;
  }
  .qr-download span {
    width: 35%;
    text-align: left;
  }
  #section1 .right {
    text-align: center;
  }
  p.intro {
    width: 100%;
    font-size: 24px !important;
    line-height: 30px !important;
    text-align: left;
  }
  .feature-container:nth-child(even) .row {
    flex-direction: column-reverse;
  }
  .feature-container:nth-child(odd) .row {
    flex-direction: column;
  }
  .feature-container:last-child {
    padding-bottom: 75px !important;
  }
  #section4 {
    padding-bottom: 50px !important;
  }
  .footer .content-box .copyright {
    text-align: center;
  }
  .footer .content-box .copyright span {
    display: inline-block;
  }
  #section2 .right {
    width: 100%;
  }
  #section2 .right h2 {
    font-size: 42px !important;
    line-height: 48px !important;
  }
  .contact-form {
    margin-top: 50px;
  }
  .download-logo-wrapper {
    margin: 0 auto;
  }
  .guidelines-wrapper p,
  .guidelines-wrapper p.intro {
    width: 100%;
  }
  .messy-section .row {
    flex-direction: column-reverse;
  }
  .feature-container.white-bg.feature-details-content {
    padding: 75px 0 35px 0;
  }
  .feature-details-content .feature-container-box h2 {
    font-size: 38px !important;
    line-height: 44px;
    margin-bottom: 50px !important;
    text-align: left !important;
  }
  .feature-details-content .feature-container-box p {
    width: 75%;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .feature-details-buttons {
    margin-top: 50px;
  }
  .feature-details-buttons  .action-button a {
    font-size: 20px;
    line-height: 24px;
  }
  .feature-details-buttons .action-button .arrow {
    min-width: 20px;
  }
  .feature-details-buttons .action-button.arrow-left a {
    margin-left: 0 !important;
  }
  .feature-details-buttons .action-button.arrow-right a {
    margin-right: 0 !important;
  }
  .video-wrapper {
    margin: 50px 0;
  }
  .legal-layout .legal-layout-intro {
    padding: 70px 0 25px 0;
  }
  .legal-layout-inner {
    padding: 50px 0;
  }
  .eecc-layout .eecc-layout-intro h1 {
    font-size: 42px !important;
    line-height: 50px;
    text-align: left;
  }
  .eecc-layout .eecc-layout-intro {
    padding: 50px 0;
  }
  .demo-video-modal .modal-content {
    min-height: 412px !important;
  }
  .video-wrapper {
    min-height: 400px !important;
  }
}



/* PHONES */

@media screen and (max-width: 576px) {
  .store-item {
    width: 120px;
    margin-right: 18px;
  }

  .google-item {
    width: 132px;
  }
    footer {
    padding-bottom: 50px;
  }

  footer .socials {
    justify-content: flex-start !important;
  }

  footer .site-icon {
    margin-left: 0;
    margin-right: 22px;
  }

  footer .row {
    flex-direction: column;
  }
  .messy-section {
    padding: 50px 0;
  }
  .messy-section .row {
    flex-direction: column-reverse;
  }
    .guidelines-wrapper  h1 {
      text-align: left;
    }
  .legal-layout p.intro .separator {
    display: none;
  }
   .legal-layout p.intro span {
     display: block;
     margin: 7px 0;
   }
  .youtube-btn-wrapper {
    display: block;
    width: 100%;
    margin: 30px 0 30px 0;
    text-align: center;
  }
  .demo-video-modal .modal-content {
    min-height: 200px !important;
  }
  .video-wrapper {
    min-height: 200px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 996px) {
  #section1 .right {
    display: flex;
    justify-content: center;
  }
  #section2 .right {
    width: 100%;
  }
}