.padding0 {
  padding: 0px; }

.margin0 {
  margin: 0px; }

.show {
  display: block; }

.hide {
  display: none !important; }

.vh30 {
  min-height: 30vh; }

.vh50 {
  min-height: 50vh; }

.vh100 {
  min-height: 100vh; }

.bold {
  font-weight: bold; }

.webpage {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto; }

.ionic-body, body {
  user-select: text; }

ul, ol {
  list-style: inside disc; }

@keyframes animGrow {
  from {
    transform: scale(0.9);
    opacity: 1; }
  to {
    transform: scale(1);
    opacity: 1; } }

.animGrow {
  -webkit-animation-name: animGrow;
  animation-name: animGrow;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.call_for_action {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  padding: 10px;
  width: 100%; }
  .call_for_action .cfa {
    background-image: linear-gradient(-68deg, rgba(100, 100, 100, 0.8) 0%, rgba(100, 100, 100, 0.9) 100%);
    border-radius: 8px;
    color: white;
    text-align: center; }
  .call_for_action .cfa_showhide {
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #00b495;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.4);
    cursor: pointer; }
    .call_for_action .cfa_showhide img {
      width: 37px;
      height: 44px; }
  .call_for_action .cfa_content {
    font-size: 120%;
    font-weight: bold; }
  .call_for_action .cfa_button {
    display: inline-block;
    padding: 20px 30px;
    border-radius: 6px;
    font-size: 150%;
    font-weight: bold;
    cursor: pointer;
    background-color: #ffffff;
    color: #0a9481;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0); }
    .call_for_action .cfa_button.bglight {
      box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.4); }
      .call_for_action .cfa_button.bglight:hover {
        color: #ffffff;
        background-color: #158585;
        opacity: 1; }
      .call_for_action .cfa_button.bglight:focus, .call_for_action .cfa_button.bglight:active {
        background-color: #1f1f1f;
        box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.4);
        opacity: 1; }
    .call_for_action .cfa_button.bgdark {
      background-image: linear-gradient(-68deg, #00b495 0%, #00aab3 100%);
      color: #ffffff; }
      .call_for_action .cfa_button.bgdark:hover {
        color: #0a9481;
        background-image: none;
        background-color: #ffffff;
        border: 1px solid #09a08b;
        box-shadow: 0px 2px 10px 0px #09a08b;
        opacity: 1; }
      .call_for_action .cfa_button.bgdark:focus, .call_for_action .cfa_button.bgdark:active {
        color: #ffffff;
        background-color: #45494f;
        box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.4);
        opacity: 1; }
  .call_for_action .small_screen {
    display: none; }

.screen-xs .call_for_action .cfa_content {
  width: 100%; }

.screen-xs .call_for_action .not_small_screen {
  display: none; }

.screen-xs .call_for_action .small_screen {
  display: block; }

.firstpage .comming-soon {
  font-size: 200%; }

.firstpage .nl-page-background {
  min-height: 100vh;
  background-image: -webkit-linear-gradient(-68deg, #00b495 0%, #00aab3 100%);
  background-image: -moz-linear-gradient(-68deg, #00b495 0%, #00aab3 100%);
  background-image: -o-linear-gradient(-68deg, #00b495 0%, #00aab3 100%);
  background-image: linear-gradient(-68deg, #00b495 0%, #00aab3 100%);
  clip-path: ellipse(100% 100% at 50% 0%); }

.firstpage .top-bar {
  padding: 40px 10px 10px 70px; }

.firstpage .image-background-style {
  height: 128px;
  width: 128px;
  background-color: #e7e7e7;
  border-radius: 128px; }

.firstpage .tb-icon {
  width: 32px;
  height: 32px; }

.firstpage .tb-logo1 {
  height: 40px;
  width: 184px; }

.firstpage .page-title1 {
  font-size: 280%;
  line-height: 50px;
  font-weight: bold; }

.firstpage .ticker {
  display: inline-block;
  text-align: center; }

.screen-xs .firstpage .on-screen-small {
  min-width: 100%; }

.screen-xs .firstpage .nl-page-background {
  clip-path: ellipse(135% 100% at 50% 0%); }

.how .how-title {
  font-size: 250%;
  font-weight: 600;
  background: linear-gradient(330deg, #00b495 0%, #00b495 25%, #00b495 50%, #006666 60%, rgba(0, 77, 77, 0.8) 75%, rgba(0, 77, 77, 0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 48px; }

.how .section-spacing {
  padding: 40px 0px; }

.how .image-background-style {
  height: 128px;
  width: 128px;
  background-color: #e7e7e7;
  border-radius: 128px; }

.how .section-bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-image: linear-gradient(-68deg, #295f61 0%, #00b398 100%); }

.how .section-header {
  font-size: 180%;
  font-weight: 600;
  color: #282828;
  text-align: left;
  line-height: 30px; }

.how .section-desc {
  padding-left: 20px;
  font-size: 135%;
  color: #686969;
  text-align: left;
  line-height: 135%; }

.how .section3-1 {
  display: none; }

.how .section2 {
  padding: 40px; }

.screen-xs .how .section1, .screen-sm .how .section1 {
  display: none; }

.screen-xs .how .section2, .screen-sm .how .section2 {
  min-width: 100%; }

.screen-xs .how .section3-1, .screen-sm .how .section3-1 {
  display: block; }

.screen-xs .how .section-spacing, .screen-sm .how .section-spacing {
  padding: 0px; }

.features {
  padding: 30px 40px 0px 40px; }
  .features .left, .features .right {
    display: none; }
  .features .imgright .right {
    display: block; }
  .features .imgleft .left {
    display: block; }
  .features .feature-title {
    font-size: 200%;
    font-weight: bold;
    color: #393939;
    line-height: 35px; }
  .features .feature-desc {
    font-size: 160%;
    color: #686969; }
  .features .feature-text-field {
    width: 400px; }

.screen-xs .features .right {
  display: none; }

.screen-xs .features .left {
  display: block; }

.screen-xs .features .feature-img {
  min-width: 100%; }

.screen-xs .features .feature-txt {
  text-align: center; }

.screen-xs .features .feature-text-field {
  width: 100%; }

.footer .copyright {
  padding: 15px 15px 45px 15px;
  color: #A9A9A9;
  font-family: "Gotham";
  font-size: 140%;
  line-height: 30px;
  text-align: center; }

.footer .empty_space {
  height: 60px; }

.screen-xs .footer .empty_space {
  height: 180px; }

.iframe {
  position: absolute;
  top: -20%;
  bottom: 0;
  height: auto;
  left: 0;
  width: 100%; }
  .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.screen-xs .iframe {
  top: -10%; }
