body {
    font-family: "Lato", sans-serif;
    color: #000;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    font-family: "Merriweather", serif;
}
img {
    max-width: 100%;
}
a {
    color: #2b8dd9;
}
a:hover {
    text-decoration: none;
}
a.text-primary:hover {
    color: #741e56 !important;
}
section {
    padding: 3.5rem 0;
}
strong {
    font-weight: 700;
}
p {
    margin-bottom: 2.125rem;
}
sup {
    top: -0.8em;
    left: 0.2em;
    font-size: 60%;
    font-weight: 600;
    margin-right: 0.25rem;
}

/* progress indicator */
.header {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    background-color: #f1f1f1;
}
.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
}
.progress-bar {
    height: 8px;
    background: #dd447a;
    width: 0%;
}

.hero {
    background: url("../img/bg-hero-tsl.jpg") no-repeat;
    background-color: #eaebed;
    background-size: cover;
    background-position: center right;
    padding: 4rem 0 12rem 0;
}
.hero-index {
    padding-bottom: 14rem;
}
.hero-ds {
    padding-bottom: 5rem;
}
.hero-oto {
    padding-bottom: 16rem;
}
.logo {
    width: 194px;
}

.video-index-height {
    min-height: 100vh;
}

.video {
    margin-top: -9rem;
}
.video-oto {
    margin-top: -17rem;
}

.vetical-video .mt-21 {
    margin-top: 62%;
}
.video-area {
    display: block;
    border: 10px solid rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: relative;
}
.video-wrapper {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 14px 29px #00000057;
    width: 100%;
    position: relative;
}
.video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2 !important;
    top: 0;
    left: 0;
    cursor: pointer;
}
.video-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1 !important;
}

.card-testimonial {
    border: 0;
    border-radius: 6px;
    background-color: #f2f2f2;
}

.orig-price {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.price-strike {
    font-size: 1.875rem;
    font-weight: 700;
    position: relative;
    padding: 0 0.625rem;
}
.price-strike span {
    font-size: 1.25rem;
    font-weight: 400;
}
.price-strike img {
    box-shadow: none;
    border: none;
    position: absolute;
    left: 5px;
    right: 0;
    top: 14px;
    width: 100%;
}
.new-price {
    text-align: center;
    font-size: 1.25rem;
}
.orig-price.fs-24 .price-strike img {
    top: 20px;
}

/* OTO pages */
.card-wizard {
    background-color: #ffffff;
    border-bottom: none;
    display: flex;
    align-items: center;
    padding: 0;
    border-radius: 0 !important;
}
.wizard-item {
    flex: 1;
    text-align: center;
    font-size: 1rem;
    color: #f3a46f;
    font-weight: 400;
    padding: 0.8rem 0;
    position: relative;
}
.wizard-item a {
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    display: block;
}
.wizard-item a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.wizard-badge {
    border-radius: 50%;
    background-color: #f3a46f;
    color: #fff;
    font-size: 0.9rem;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.6rem;
    margin-right: 0.5rem;
}
.wizard-item.active {
    background-color: #f3a46f;
    color: #fff;
}
.wizard-item.active .wizard-badge {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    color: #f3a46f;
}
.arrow:after {
    border-top: 26px inset transparent;
    border-bottom: 26px inset transparent;
    border-left: 26px solid #f3a46f;
    right: -26px;
    position: absolute;
    content: "";
    top: 0;
    z-index: 2;
    width: 0;
    height: 0;
}
.arrow-alt:after {
    border-top: 26px inset transparent;
    border-bottom: 26px inset transparent;
    border-left: 26px solid #ffffff;
    right: -26px;
    position: absolute;
    content: "";
    top: 0;
    z-index: 2;
    width: 0;
    height: 0;
}

.bg-cta {
    background-image: -moz-linear-gradient(
        -90deg,
        rgba(243, 164, 111, 0.3) 0%,
        rgba(192, 194, 195, 0.3) 100%
    );
    background-image: -webkit-linear-gradient(
        -90deg,
        rgba(243, 164, 111, 0.3) 0%,
        rgba(192, 194, 195, 0.3) 100%
    );
    background-image: -ms-linear-gradient(
        -90deg,
        rgba(243, 164, 111, 0.3) 0%,
        rgba(192, 194, 195, 0.3) 100%
    );
}

.card-image {
    border: 0;
    background-color: #f1f2f3;
}
.card-image img {
    border-radius: 4px;
    height: 280px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.card-image_top img {
    object-position: top;
}
.list-dot {
    display: flex;
}
.list-dot > span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
}
.list-dot > p {
    flex: 1;
}

.check-icon {
    width: 34px;
}

.exit-modal {
    z-index: 11111;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.modal-content {
    border-color: #e9efe5;
}
.modal-header {
    border: 0;
}
.modal-footer {
    border: 0;
    background-color: #f8f8f8;
}

.moneyback-overlay {
    background-color: #a1cb86;
    color: #42622d;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    padding: 0.5rem;
    position: absolute;
    width: 100%;
    top: 50%;
}
.product-overlay {
    position: relative;
}
.product-overlay-dc {
    background-color: #843520;
    color: #e3c595;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    padding: 0.5rem;
    position: absolute;
    width: 100%;
    top: 50%;
}

.card-pack {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 15px 40px 0px rgba(250, 250, 250, 0.004);
    min-height: 400px;
}
.card-pack .card-body {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.card-pack-best {
    border-color: #a1cb86;
}
.card-pack-best-label {
    background-color: #a1cb86;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    top: -15px;
    padding: 0.25rem 2rem;
    border-radius: 4px;
    width: 175px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.card-pack-price {
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-pack .btn {
    font-size: 18px;
    padding: 0.5rem 3rem;
    font-weight: 600;
    border-radius: 8px;
}
.strike-border {
    position: relative;
    padding: 0 0.5rem;
}
.strike-border:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #cc5050;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.strike-border-pack:after {
    top: 18px;
}

.disclaimer-wrap {
    background-color: #fff;
    border: 1px solid #f3a46f;
    padding: 1.5rem 2rem;
    border-radius: 10px;
}
.disclaimer-wrap p {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}
.disclaimer-wrap h6 {
    font-size: 0.75rem;
    line-height: 1.6;
}

footer {
    background-color: #a1cb86;
    color: #fff;
    font-size: 0.875rem;
}
footer .fw-700 {
    font-weight: 400 !important;
}
footer a {
    color: #fff;
}


.notification-container {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

.notification {
    width: 340px;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 1);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    border-radius: 0.25rem;
    position: fixed;
    bottom: 70px;
    left: 10px;
}

.notification-header {
    background-color: #fff;
    align-items: center;
    padding: 0.75rem;
    color: #6c757d;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.notification-body {
    background-color: #fff;
    padding: 0.75rem;
}
#notification-product-img img {
    width: 120px;
}

.notification-container_xs #notification-product-img img {
    width: 70px;
}
.notification-container_xs .notification {
    width: 300px;
    padding: 0;
}
.notification-container_xs .close {
    margin-right: -3px;
}
.badge-muted {
    background-color: #eee;
    color: #6d6d6d;
}
.notification-container_xs .progress {
    border-radius: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.notification-container_xs .notification-body {
    padding: 0.7rem 1rem;
}
.progress {
    height: 5px;
    position: relative;
}
.progress-bar {
    width: 100%;
    animation: progressAnimation 3s linear forwards;
}
@keyframes progressAnimation {
    0% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}
.notification-container:hover .progress-bar {
    /* Pause animation on hover */
    animation-play-state: paused;
}

/* Helper classes */
.btn-primary {
    background-color: #5da530;
    border: none;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0.75rem 3rem;
    border-radius: 6px;
    font-family: "Lato", sans-serif;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #579431 !important;
    border-color: #579431 !important;
}
.text-red {
    color: #ff0000;
}
.text-primary {
    color: #f3a46f !important;
}
.text-secondary {
    color: #56952e !important;
}
.text-highlight {
    margin-left: -2rem;
}
.text-highlight span {
    background: url("../img/text-highlight.png") left center no-repeat;
    background-size: 100% 78%;
    padding: 1rem 2rem;
    line-height: normal;
    background-position-y: 7px;
}
.bg-ltcream {
    background-color: #fffdf8;
}
.bg-ltgray {
    background-color: #f9f9f9;
}
.bg-ltblue {
    background-color: #fbfcfd;
}
.bg-danger {
    background-color: #fc7069 !important;
}
.bg-orange {
    background-color: #f3a46f;
}
.lh-normal {
    line-height: normal !important;
}
.fs-14 {
    font-size: 0.875rem;
    line-height: 1.6;
}
.fs-xs {
    font-size: 0.9rem;
}
.fs-default {
    font-size: 1rem;
}
.fs-sm {
    font-size: 1.2rem !important;
}
.fs-md {
    font-size: 1.8rem;
}
.fs-18 {
    font-size: 1.125rem;
    line-height: 1.6;
}
.fs-20 {
    font-size: 1.25rem;
    line-height: 1.6;
}
.fs-22 {
    font-size: 1.375rem;
    line-height: 1.6;
}
.fs-24 {
    font-size: 1.5rem;
    line-height: 1.6;
}
.fs-28 {
    font-size: 1.75rem;
    line-height: 1.6;
}
.fs-30 {
    font-size: 1.875rem;
    line-height: 1.6;
}
.fs-32 {
    font-size: 2rem;
    line-height: 1.6;
}
.fs-36 {
    font-size: 2.25rem;
    line-height: 1.6;
}
.fs-40 {
    font-size: 2.6rem;
    line-height: 1.6;
}
.fs-50 {
    font-size: 3.125rem;
    line-height: 1.6;
}
.fs-60 {
    font-size: 3.75rem;
    line-height: 1.6;
}
.fw-700 {
    font-weight: 700;
}
.fw-600 {
    font-weight: 600;
}
.fw-500 {
    font-weight: 500;
}
.fw-400 {
    font-weight: 400;
}
.fw-300 {
    font-weight: 300;
}
.mb-6 {
    margin-bottom: 4rem !important;
}
.mb-7 {
    margin-bottom: 5rem !important;
}
.mb-8 {
    margin-bottom: 6rem !important;
}
.mb-10 {
    margin-bottom: 8rem !important;
}
.mb-12 {
    margin-bottom: 10rem !important;
}
.mb-16 {
    margin-bottom: 14rem !important;
}
.mt-6 {
    margin-top: 4rem;
}
.mt-7 {
    margin-top: 5rem;
}
.w-40 {
    width: 40%;
}
.w-90 {
    width: 90%;
}
.img-rounded {
    border-radius: 6px;
}
.img-shadow {
    box-shadow: 15px 15px 0 #ccd9d7;
}
.word-break {
    word-break: break-all;
}
.ls-1 {
    letter-spacing: 1px;
}
.flex-1 {
    flex: 1;
}
.hr-secondary {
    border-color: #a1cb86;
}

@media (max-width: 767px) {
    body {
        font-size: 1.375rem;
    }
    section {
        padding: 2rem 0;
    }
    p {
        font-size: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .hero {
        padding: 1rem 0 7rem 0;
    }
    .hero-ds {
        padding: 1rem 0 2rem 0;
    }
    .video {
        margin-top: -6rem;
    }
    .video-oto {
        margin-top: -8rem;
    }
    .logo {
        width: 158px;
    }
    .alert-icon {
        width: 46px;
    }
    .arrow:after {
        content: none;
    }
    .arrow-alt:after {
        content: none;
    }
    .wizard-badge {
        font-size: 0.6rem;
        width: 16px;
        height: 16px;
        line-height: 1rem;
        margin-right: 2px;
    }
    .wizard-item {
        font-size: 0.6rem;
        padding: 0.5rem 0;
    }
    .fs-default {
        font-size: 0.875rem;
    }
    .fs-20 {
        font-size: 1rem;
    }
    .fs-24 {
        font-size: 1.125rem;
    }
    .fs-28 {
        font-size: 1.3rem;
    }
    .fs-30 {
        font-size: 1.4rem;
    }
    .fs-32 {
        font-size: 1.45rem;
    }
    .fs-40,
    .fs-36 {
        font-size: 1.5rem !important;
    }
    .fs-50 {
        font-size: 1.75rem;
    }
    .fs-60 {
        font-size: 2.25rem;
    }
    .mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .mb-6 {
        margin-bottom: 2rem !important;
    }
    .mb-7 {
        margin-bottom: 2.5rem !important;
    }
    .mb-8 {
        margin-bottom: 3rem !important;
    }
    .mb-10 {
        margin-bottom: 4.5rem !important;
    }
    .mb-16 {
        margin-bottom: 8rem !important;
    }
    .no-xs-br br {
        display: none;
    }
    .disclaimer-wrap p {
        font-size: 0.75rem;
    }
    footer p {
        font-size: 0.65rem;
    }
    .w-xs-50 {
        width: 50% !important;
    }
    .w-xs-75 {
        width: 75% !important;
    }
    .hero-ty,
    .hero {
        background-position-x: center;
    }
    .card-pack {
        margin-bottom: 3rem;
    }
    .card-pack-price .fs-60 {
        font-size: 3.75rem !important;
    }
    .btn-primary {
        padding: 0.75rem 2rem;
    }
    .notification {
        bottom: 0px;
        left: 9px;
    }
    .notification-container_xs .notification {
        width: 340px;
    }
}
