body {
    background-color: #ccc;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.nav-cus > li:not(:last-child) > a::after {
    content: "";
    padding: 0rem 0rem;
}
.nav-link-cus {
    padding: 0rem 0rem !important;
}
.nav-cus li > a:hover {
    color: #ffffff !important;
}
.nav-cus li.active a {
    color: #06d6a0 !important;
}
.custom-bg-dark {
    color: white;
    background: rgba(0, 0, 0, 0.5);
}
.text-primary {
    color: #06d6a0 !important;
}
.text-secondary {
    color: #ffffff !important;
}
.highlight-green {
    color: #10d8a4;
    font-weight: bold;
}
.highlight-blue {
    color: #3498db;
}
.text-liner-white {
    color: white;
}
.text-liner-black {
    color: black;
}
.text-header-liner {
    font-family: "Raleway", sans-serif;
    font-size: 1.125rem;
}
.text-section-title {
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    text-align: center;
    width: 100%;
}
.text-info-title {
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    width: 100%;
}
.text-benefits-title {
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    text-align: center;
    width: 100%;
}
.text-button-small {
    font-family: "Raleway", sans-serif;
    font-size: 0.875rem;
}
.text-button-large {
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
}
.text-steps-content {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 0 15%;
    width: 100%;
}
.text-tool-content {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    width: 100%;
}
.text-footer {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 0.8125rem;
}
.text-section-header {
    font-size: 2rem;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}
.img-steps-size {
    width: 100px;
    height: 100px;
}
.img-tool-size {
    width: 72px;
    height: 72px;
}
.padding-header {
    align-items: center;
    justify-content: center;
    min-height: 100%;
}
.btn-fill-blue,
.btn-fill-blue:hover,
.btn-fill-blue:focus,
.btn-txt-white:hover,
.btn-txt-white:focus {
    background-color: #3498db;
    border-color: #3498db;
    color: white;
    text-align: center;
    border-radius: 8px;
}
.btn-fill-white,
.btn-fill-white:hover,
.btn-fill-white:focus {
    background-color: #fff;
    border-color: #fff;
    color: #3498DB;
    text-align: center;
    border-radius: 8px;
}
.btn-fill-white {
  
}
.btn-outline-white,
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-txt-white:hover,
.btn-txt-white:focus {
    background-color: transparent;
    text-align: center;
    color: white;
    border: 1px solid white;
    border-radius: 8px;
}
.btn-outline-grey,
.btn-outline-grey:hover,
.btn-outline-grey:focus,
.btn-txt-grey:hover,
.btn-txt-grey:focus {
    background-color: transparent;
    text-align: center;
    color: #727272;
    border: 1px solid #727272;
    border-radius: 8px;
}
.box-white {
    background: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}
.box-white-size {
    width: 170px;
    height: 140px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.box-white-size-even {
    left: -10px;
}
.box-outline-blue {
    background: transparent;
    border-radius: 8px;
    border: 1px solid #3498db;
    width: 170px;
    height: 140px;
    position: relative;
}
.liner-green {
    background-color: #06d6a0;
    height: 3px;
}
.header {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.24);
    color: white;
}
.footer-ul {
    flex-direction: column;
    text-align: left;
    padding-left: 15px;
}
.footer {
    width: 100%;
    background-color: #242424;
    color: white;
    text-align: center;
    flex-shrink: 0;
}
.bg-image {
    background: url("/assets/images/landing/bg_landing.png");
    height: 500px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-image.mini-bg {
    height: 192px;
}
.main-container {
    margin-top: -50px;
}
.content-container {
    padding-bottom: 50px;
}
.welcome {
    flex: 1 0 auto;
}

@media only screen and (min-width: 768px) {
    .text-benefits-title {
        text-align: left;
    }
    .text-button-large {
        font-size: 1.25rem;
    }
    .box-white-size {
        width: 100%;
        height: 100%;
    }
    .box-outline-blue {
        width: 200px;
        height: 170px;
    }
    .text-footer {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 0.875rem;
    }
    .text-header-liner {
        font-size: 1.5rem;
    }
    .text-section-title {
        font-size: 1.25rem;
    }
    .nav-cus > li:not(:last-child) > a::after {
        content: "|";
        padding: 0rem 0.5rem;
    }
    .nav-link-cus {
        padding: 0.5rem 0rem !important;
    }
    .footer-ul {
        flex-direction: row;
        text-align: center;
        padding-left: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .box-outline-blue {
        width: 230px;
        height: 200px;
    }
}

.inline-holder {
    height: 5rem;
    display: inline-block;
    width: 100%;
    position: relative;
}

.inline-label {
    padding: 0.75rem 0rem 0rem 1.5rem;
    position: absolute;
    font-weight: bold;
    z-index: 2;
    font-family: "Raleway-Bold", sans-serif;
    font-size: 16px;
}

.inline-input {
    height: 100%;
    padding: 2rem 1rem 0.5rem 1.5rem;
    border-radius: 0.5rem;
    font-family: "Roboto-Light", sans-serif;
    font-size: 16px;
    border-color: white;
}

.inline-shadow {
    box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.20);
    border-radius: 8px;
}

.raleway-bold {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.welcome-dropdown {
    position: absolute;
    width: 100%;
    padding: 0px 18px 12px 18px;
    background-color: rgb(0, 0, 0, 0.8);
    z-index: 5;
}

.bg-get-started {
    width: 100%;
    min-height: 400px;
    background: url("/assets/images/landing/img_bottom_banner.png");
    min-height: 400px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #fff;
    border-radius: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0px;
}
.title-get-started {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
}

.welcome-header {
    background-color: rgb(0, 0, 0, 0.8);
}
.pricing-navigation {
    display: flex;
    border: 1px solid #B6B6B6;
    border-radius: 8px;
    width: 100%;
}
.pricing-tab {
    margin: 32px 0px;
    padding: 32px 0px;
    min-height: 450px;
}
.pricing-card {
    background: white;
    border: 1px solid #fff;
    border-radius: 16px;
    box-shadow: 0 2px 18px 0 rgba(0,0,0,0.10);
    margin-bottom: 16px;
    min-height: 350px;
}
.pricing-card-body {
    position: relative;
    padding: 24px;
}
.pricing-icon {
    min-width: 18px;
    width: 18px;
    height: 18px;
    margin-right: 15px;
}
.pricing-title {
    margin: 0px 5px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #242F40;
}
.pricing-text {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #5B6B82;
    line-height: 1.2;
}
.pricing-main-text {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #242F40;
    margin-top: 8px;
}
.pricing-symbol {
    color: #242424;
}
.pricing-badge {
    background: #EF476F;
    border-radius: 0 16px 0 16px;
    color: #fff;
    padding: 16px 24px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.pricing-badge + .pricing-main-text {
    margin-top: 32px;
}
@media only screen and (min-width: 1024px) {
    .pricing-card {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 300px;
        margin-bottom: 0px;
        min-height: 350px
    }
    .pricing-left {
        right: 50%;
        margin-right: 164px
    }
    .pricing-center {
        top: -32px;
        padding: 32px;
        width: 340px;
        z-index: 5;
    }
    .pricing-right {
        left: 50%;
        margin-left: 164px
    }
    .pricing-navigation {
        width: auto;
    }
    .pricing-center .pricing-badge {
        top: -32px;
        right: -32px;
    }
    .pricing-navigation .nav-link {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .pricing-badge + .pricing-main-text {
        margin-top: 8px;
    }
    .title-get-started {
        font-size: 2.5rem;
    }
}
.bg-image.bg-about {
    background: url("/assets/images/landing/bg_aboutus.png");
}
.bg-image.bg-contact {
    background: url("/assets/images/landing/bg_contactus.png");
}
.bg-image.bg-refund {
    background: url("/assets/images/landing/bg_refundpolicy.png");
}
.img-store-size {
  width: 100%;
  min-width: 60px;
  max-width: 120px;
  min-height: 40px;
  max-height: 40px;
}
.bg-image.bg-form {
    background: url("/assets/images/landing/bg_onboarding.png");
}
.inline-password {
  padding-right: 4rem;
}
.was-validated .inline-password:valid, .inline-password.is-valid, .inline-password:invalid, .inline-password.is-invalid {
  padding-right: 4rem;
}
.toggle-password {
  margin: 0rem 0.75rem 0rem 0.75rem;
  position: absolute;
  right: 0.25rem;
  top: 2rem;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-image: url("/assets/images/icon_hidepassword.png");
}
.center-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 90vh;
}