html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Lato', Arial;
    color: #666666;
    -webkit-font-smoothing: antialiased;
}

a {
    font-family: 'Lato', Arial;
    -webkit-font-smoothing: antialiased;
}

body > div.wrapper {
    box-sizing: border-box;
    min-height: 100%;
    padding: 0 0 388px;
    position: relative;
}

footer {
    bottom: 0;
    height: 388px;
    width: 100%;
    position: absolute;
    padding: 80px 0;
    text-align: center;
}

.nobottommargin {
    margin-bottom: 0 !important;
}

.slider-horizontal {
    width: 196px !important;
}

.nav-tabs {
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    header .navbar-default ul.navbar-nav {
        padding-top: 55px;
    }
}

#loginblock {
    margin-top: 10px;
}

.litchilogo {
    width: 56px;
    height: 56px;
    background-image: url("../img/logo.png");
    background-size: 56px 56px;
    background-repeat: no-repeat;
    background-position: center;
}

.litchilogo-heading {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
}

span.list-group-item .list-group-item-heading {
    color: #333;
}

@media (min-width: 768px) {
    #helpcontent {
        margin-right: 0;
        margin-left: 0;
        background-color: #fff;
        border-color: #ddd;
        border-width: 1px;
        border-radius: 4px 4px 0 0;
        box-shadow: none;
    }
}

#helpcontent {
    position: relative;
    padding: 45px 15px 15px;
    margin: 0 -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
}

.spacing {
    padding-top: 20px;
}

.spacing-below {
    padding-bottom: 20px;
}

.subtle-shadow {
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .5);
}

.modal[style]:not([style='display: none;']) {
    display: flex !important;
    height: 100%;
}

.modal[style]:not([style='display: none;']) .modal-dialog {
    margin: auto;
}

.input-group-lg {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-faq {
    min-height: 150px;
}

.slider-selection {
    background: #BABABA;
}

div.content {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #666666;
}

header .navbar-default {
    background: none;
    border: none;
    padding-top: 40px;
    padding-bottom: 20px;
    transition: all 0.25s ease-in-out;
}

header .navbar-default ul.navbar-nav > li > a {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    padding: 7px 20px;
    transition: all 0.25s ease-in-out;
}

header .navbar-default ul.navbar-nav li a:hover {
    transition: all 0.25s ease-in-out;
}

header .navbar-default ul.navbar-nav li a:hover:after {
    background: #ffffff;
}

header .navbar-default ul.navbar-nav li a:focus {
    color: #ffffff;
}

header .navbar-default .navbar-brand {
    height: auto;
    padding: 0;
}

header .navbar-default.scrolled {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 0;
    transition: all 0.25s ease-in-out;
}

header .navbar-default.scrolled .navbar-brand {
    padding: 15px 20px;
}

header .navbar-default.scrolled .navbar-brand img {
    width: auto;
    max-height: 33px;
}

header .navbar-default.scrolled ul.navbar-nav {
    padding-top: 15px;
}

.scrollpoint {
    opacity: 0;
}

.scrollpoint.active {
    opacity: 1 \0;
}

.section-heading {
    margin: 30px 0;
    text-align: center;
}

.sectiondesc {
    font-size: 17px;
    color: white;
}

.section-heading h2 {
    color: white;
}

.section-heading p {
    color: #999999;
}

.section-heading .divider:after {
    content: "";
    position: relative;
    height: 4px;
    width: 60px;
    display: block;
    text-align: center;
    margin: 13px auto;
    border-radius: 5em;
}

.section-heading.inverse h1,
.section-heading.inverse p {
    color: #ffffff;
}

.section-heading.inverse .divider:after {
    background: #ffffff;
}

section#about {
    position: relative;
}

section#about .about-item {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    color: #999999;
}

section#about .about-item i.fa {
    border-radius: 50%;
    padding: 35px;
    transition: all 0.25s ease-in-out;
    width: 104px;
}

/* footer section */
footer a > img {
    width: 100px;
}

footer .social {
    display: block;
    margin-top: 30px;
}

footer .social a {
    margin: 0 8px;
    padding: 15px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.25s ease-in-out;
}

footer .social a i {
    width: 1em;
}

footer .rights {
    margin-top: 30px;
}

footer .rights a {
    text-decoration: underline;
    transition: all 0.25s ease-in-out;
    font-weight: bold;
}

footer .rights a:hover {
    text-decoration: none;
}

section {
    position: relative;
}

/* Common style for pseudo-elements */
section::before,
section::after {
    position: absolute;
    content: '';
    pointer-events: none;
    overflow: hidden;
}

.btn {
    box-shadow: none;
}

.btn.btn-lg {
    padding: 10px 25px;
}

.btn:hover {
    transition: all 0.25s ease-in-out;
}

@media screen and (max-width: 640px) {
    .logo {
        width: 100px;
        height: auto;
    }

    header .navbar-default {
        padding: 20px;
    }

    header .navbar-default .navbar-toggle {
        margin-top: 0;
        margin-right: 0;
        background: none;
        border: 2px solid #ffffff;
        color: #ffffff;
        border-radius: 5em;
    }

    header .navbar-default .navbar-toggle:hover,
    header .navbar-default .navbar-toggle:focus {
        background: none;
    }

    header .navbar-default ul.navbar-nav {
        padding-top: 0;
        margin: 0;
    }

    header .navbar-default ul.navbar-nav li a {
        padding: 10px;
        text-align: center;
    }

    header .navbar-default .navbar-collapse {
        border-color: transparent;
    }

    header .navbar-default.scrolled .navbar-collapse {
        border-color: transparent;
    }

    header .navbar-default.scrolled ul.navbar-nav {
        padding-top: 0;
        margin: 0;
    }

    header .navbar-default.scrolled .navbar-toggle {
        margin-top: 11px;
        margin-right: 20px;
        background: none;
        border: 2px solid #ffffff;
        color: #ffffff;
        border-radius: 5em;
    }
}

header {
    background: #0080b2;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 128, 178, 1) 1%, rgba(0, 66, 92, 1) 100%);
}

header .navbar-default ul.navbar-nav > li > a {
    color: #ffffff;
    background: none;
}

header .navbar-default ul.navbar-nav > li > a:hover {
    color: #ffffff;
    transition: all 0.25s ease-in-out;
}

header .navbar-default.scrolled {
    border-bottom: 3px solid #00425c;
}

header .navbar-default.scrolled ul.navbar-nav li a {
    color: #00425c;
}

header .navbar-default.scrolled ul.navbar-nav li a:hover {
    color: #00425c;
}

header .navbar-default.scrolled ul.navbar-nav li a:hover:after {
    background: #00425c;
}

header .navbar-default.scrolled .navbar-brand {
    background: #00425c;
}

section .section-heading .divider:after {
    background: #0080b2;
}

section#about .about-item i.fa {
    border: 2px solid #0080b2;
    color: #0080b2;
}

section#about .about-item:hover i.fa {
    color: #ffffff;
    background: #0080b2;
}

section#about .about-item:hover h3 {
    color: #0080b2;
}

/* footer section */
footer {
    background: #0080b2;
    background: linear-gradient(-45deg, #0080b2 0%, #00425c 100%);
}

footer .social a {
    border: 2px solid #ffffff;
}

footer .social a i {
    color: #ffffff;
}

footer .social a:hover {
    background: #ffffff;
}

footer .social a:hover i {
    color: #0080b2;
}

footer .rights {
    color: #ffffff;
}

.fa-youtube-play {
    color: #cd201f;
}

footer .rights a {
    color: #ffffff;
    font-weight: 300;
    text-decoration: none;
}

footer .rights a:hover {
    text-decoration: underline;
}

p.form-error-text {
    padding: 5px;
    margin: 14px 0 14px 0;
}

.navbar-toggle {
    background-color: #CCC;
    border: 1px solid rgba(0, 0, 0, 0);
}

form .form-control:focus {
    border-color: #0080b2;
}

@media screen and (max-width: 640px) {
    header .navbar-default .navbar-toggle:hover,
    header .navbar-default .navbar-toggle:focus {
        background: none;
    }

    header .navbar-default ul.navbar-nav li a {
        color: #ffffff;
        border-bottom: 1px solid #004d6b;
    }

    header .navbar-default ul.navbar-nav li a:after {
        display: none;
    }

    header .navbar-default ul.navbar-nav li a:hover {
        color: #0080b2;
    }

    header .navbar-default .navbar-collapse {
        background: #00425c;
    }

    header .navbar-default.scrolled {
        background: #00425c;
    }

    header .navbar-default.scrolled ul.navbar-nav li a {
        color: #ffffff;
    }

    header .navbar-default.scrolled ul.navbar-nav li a:hover {
        color: #0080b2;
    }
}

form .form-control {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    transition: box-shadow 150ms ease;
}

form textarea.form-control {
    height: auto;
    line-height: normal;
}

.form-row {
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#submitpaymentbtn, #sendbtn {
    border: none;
    border-radius: 4px;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #32325d;
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.025em;
    transition: all 150ms ease;
    width: 100%;
    margin-top: 15px;
}

#submitpaymentbtn:disabled, #sendbtn:disabled {
    background: lightgray;
}

#submitpaymentbtn:hover:enabled, #sendbtn:hover:enabled {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .10), 0 3px 6px rgba(0, 0, 0, .08);
    background-color: #43458b;
}

#payment-form {
    padding: 30px;
}

#card-errors {
    height: 20px;
    padding: 4px 0;
    color: #fa755a;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }
}

#mj-w-overlay {
    z-index: 9999 !important;
}

.toggle-password-eye {
    float: right;
    top: -25px;
    right: 10px;
    position: relative;
    cursor: pointer;
}

.close {
    font-size: 28px
}

.notch-offset {
    padding-left: env(safe-area-inset-left) !important;
    padding-right: env(safe-area-inset-right) !important;
}

.notch-offset-top {
    padding-top: env(safe-area-inset-top) !important;
}

.notch-offset-left {
    padding-left: env(safe-area-inset-left) !important;
}

.notch-offset-right {
    padding-right: env(safe-area-inset-right) !important;
}

.fullscreen {
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
}

.fullheight {
    height: 100vh;
}

@supports (height: 100dvh) {
    .fullscreen {
        height: 100dvh;
        width: 100dvw;
    }
    .fullheight {
        height: 100dvh;
    }
}

.btn.active {
    border-style: dashed;
}
@media (forced-colors: active) { /* forced-colors is on for example when windows high contrast mode is on */
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-style: dashed;
    }
    .btn.active {
        color: ActiveText; /* = color: yellow; */
    }
}