﻿.tb-mobile {
    font-family: Montserrat, sans-serif !important;
    color: #424242 !important;
}

.tb-mobile a {
    text-decoration: none !important;
    color: #E02B26;
    font-weight: 600;
}

    .tb-mobile a:hover {
        text-decoration: none !important;
        color: #a51f1b;
    }

/*------====== Reminder ======------*/
.set-reminder-title {
    font-weight: 800;
    font-size: 30px;
}

.set-reminder-description {
    font-size: 20px;
    font-weight: 500;
    padding: 0 !important;
    line-height: 1.4;
    margin-top: 10px;
}

.set-reminder-email {
    font-weight: 600;
    color: #528FE8;
    margin-top: 10px;
}

.sent-email-img {
    width: 135px;
    margin: 20px 0 45px;
}

.set-reminder-mobile-apps {
    margin-top: 35px;
}

/*------====== Phone MockUp ======------*/

.tb-mobile .phone-mockup {
    width: 80%;
    display: block;
    margin: auto;
}

.tb-mobile .app-logo-container {
    padding: 75px 10px 0 10px;
}

    .tb-mobile .app-logo-container .tb-logo {
        width: 90%;
    }

.tb-mobile .mobile-app {
    text-align: center;
    background-color: white;
    box-shadow: 3px 3px 15px #ababab;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    display: inline-block;
    margin: 25px;
}

    .tb-mobile .mobile-app a {
        background: none;
        position: relative;
    }

.tb-mobile .mobile-app-phone-cont {
    margin: 30px 0 40px 0;
}

.tb-mobile .mobile-app-phone {
    max-width: 90%;
    width: 40%;
    display: inline-block;
}

.tb-mobile .mobile-app-logo {
    max-width: 100%;
    width: 40%;
    display: inline-block;
}

.app-store-link {
    top: 17px;
    left: 0px;
}

    .app-store-link img {
        max-width: 50%;
    }

.play-store-link {
    top: 20px;
    left: 5px;
}

    .play-store-link img {
        max-width: 50%;
    }


/*-----====== Carousel ======-----*/

.tb-mobile .carousel-container {
    background-color: #f1f1f1;
    padding: 50px 0;
}

.carousel {
    position: relative;
    height: 600px;
    width: 80%;
    margin: 0 auto;
}

.carousel_videos {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.carousel_track-container {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.carousel_track {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    height: 100%;
    transition: transform 250ms ease-in;
}

.carousel_slide {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.carousel_button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    cursor: pointer;
}

.carousel_button--left {
    left: -40px;
}

.carousel_button--right {
    right: -40px;
}

.carousel_button img {
    width: 30px;
}

.carousel_nav {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.carousel_indicator {
    border: 0;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: rgba(0,0,0,.3);
    margin: 0 12px;
    cursor: pointer;
}

    .carousel_indicator.current-slide {
        background: rgba(0,0,0,.75)
    }

/*------======  FAQ ======------*/

.tb-mobile h3 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 40px;
    color: #424242;
    text-align: center;
}

.tb-mobile-faq-question {
    font-size: 26px;
    font-weight: 600;
    color: #424242;
}

.tb-mobile-faq-question-answ {
    font-size: 18px;
    color: #424242;
    margin: 10px 0 25px;
    padding: 0 0 0 20px;
}

.fa-check {
    margin-right: 10px;
    color: #6CC861;
}

.is-hidden {
    display: none;
}



.anepisode {
    margin-bottom: 70px;
    padding-left: 20px;
    padding-right: 5px;
    margin-top: -15px;
}

    .anepisode p {
        line-height: 1.4em !important;
        margin-bottom: 10px !important;
    }

.framie {
    -webkit-box-shadow: 2px 3px 24px 4px rgba(0,0,0,0.12) !important;
    -moz-box-shadow: 2px 3px 24px 4px rgba(0,0,0,0.12) !important;
    box-shadow: 2px 3px 24px 4px rgba(0,0,0,0.12) !important;
}

/*--------------------------------------------------------------
                       Media queries
--------------------------------------------------------------*/

@media (min-width: 576px) and (max-width: 768px) {
    .tb-mobile .mobile-app {
        height: 60px;
        width: 60px;
    }

    .tb-mobile .app-logo-container {
        padding: 30px 10px 0 10px;
    }

    .app-store-link {
        top: 14px;
    }

    .play-store-link {
        top: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .pt-xs-5 {
        padding-top: 3rem;
    }
}


@media only screen and (max-width: 480px) {
    .set-reminder-title {
        font-size: 28px;
    }

    .set-reminder-description {
        font-size: 16px;
        margin-top: 3px;
    }

    .set-reminder-email {
        margin-top: 5px;
    }

    .set-reminder-mobile-apps {
        margin-top: 25px;
    }

    .mobile-app-phone-cont {
        margin: 30px 0 20px 0;
    }

    .mobile-app-phone {
        width: 90%;
        display: block
    }

    .mobile-app-logo {
        width: 100%;
        display: block;
        margin-top: 20px;
    }
    /*FAQ*/
    .tb-mobile-faq-title {
        font-size: 45px;
    }

    .tb-mobile-faq-question-container {
        padding: 0;
    }

    .tb-mobile-faq-question {
        font-size: 20px;
    }

    .tb-mobile-faq-question-answ {
        font-size: 16px;
        margin: 10px 0 15px 0;
        padding: 0 0 0 0px;
    }
}