#index-banner h1 {
    font-size: 35px;
}
#index-banner .mobile-h1-last-p {
    font-weight: 700;
    font-size: 24px !important;
}
.anniversary-offer h3 {
    display: inline-block;
    padding: 4px 29px;
    outline: 2px dotted;
    background-color: #ffbe23;
    color: #000;
    text-align: center;
    font-size: revert;
    font-weight: 700;
    position: relative;
    outline-offset: 2px;
    line-height: 30px;
}

.faq {
    padding-top: 20px;
    padding-bottom: 30px;
}
.jumbotron {
    padding: 3rem 2rem;
}
.title-one {
    font-size: 30px;
    font-weight: 400;
    color: #ff0000;
}
.faq .panel{border-bottom:1px solid #ffffff85!important;padding-bottom:12px;margin-bottom:13px}
.faq .panel .panel-title{margin-bottom:5px}

.title-one b {
    font-weight: 800;
}

/* .banner-buy-any {
    display: none;
} */

.banner-buy-any .banner-box {
    width: fit-content;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    margin-top: 1.5em;
    margin-bottom: 0em;
    border-radius: 20px;
}

.banner-buy-any .banner-box .banner-box-backimg {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}

.banner-buy-any .banner-box .title-one {
    position: relative;
    z-index: 2;
}

.banner-buy-any-top .banner-box {
    /* width: 460px; */
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    margin-top: 1.5em;
    /* margin-bottom: 1.5em; */
    border-radius: 10px;
}
.buy_section {
    margin-top: 20px;
}
.title-one a {
    color: red;
    text-decoration: none;
}

.banner-buy-any-top .banner-box .banner-box-backimg {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}

.banner-buy-any-top .banner-box .title-one {
    position: relative;
}

.live-classes-tab-sec {
    padding-top: 34px !important;
}

.recorded-tab-sec .text-box h1 {
    margin-bottom: 10px;
}

.text-box {
    padding-left: 0%;
}

.recorded-tab-sec .text-box p {
    margin-bottom: 21px;
}

.tab-content {
    padding: 30px 0px 0px 0px!important;
    background-color: #007afc;
}

.custom-ahaguru-tabs-container nav ul.expanded li.active:after {
    top: 1em;
}

.buynow-btn {
    padding: 0px 6px;
}

.buynow-btn .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007afc;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    padding: 8px 0px;
    font-size: large;
    width: 200px;
    margin: 10px auto auto auto;
    cursor: pointer;
}

.buynow-btn .btn img {
    width: 20px;
    margin-right: 12px;
}

.add-banner-buy-any {
    background-color: #4bbd24;
    border: 1px solid #4bbd24;
    color: #fff;
    border-radius: 30px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    width: 50%;
}

.six-month p {
    margin-bottom: 0px;
    color: red;
    font-weight: 500;
    font-size: 15px;
    font-style: italic;
}

@media (min-width: 1300px) and (max-width: 1399px) {
    div.tab-content {
        padding: 20px 0px !important;
        margin-top: 0px !important;
    }
}

@media (min-width: 800px) and (max-width: 1200px) {
    .custom-ahaguru-tabs-container nav ul li {
        margin: 0 0.2rem 0 0.2rem;
        padding: 19px 22px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .title-one {
        font-size: 26px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .title-one {
        font-size: 22px;
    }

    .banner-box {
        width: 100%
    }
}

@media (max-width: 768px) {
    .recorded-tab-sec .text-box p {
        font-size: 17px !important;
        font-weight: 400 !important;
        margin-bottom: 6px !important;
    }

    div.tab-content {
        padding: 13px 0px !important;
        /* padding-bottom: 25px !important; */
    }
}

@media (max-width: 767px) and (min-width: 481px) {
    .title-one {
        font-size: 22px;
    }

    .banner-box {
        width: 460px !important
    }
}

@media (max-width: 600px) {
    .banner-buy-any-top .banner-box .title-one {
        position: relative;
        font-size: 16px;
    }
    #index-banner .ahaguru-btn {
        margin-top: 0px;
    }

    #index-banner .mobile-h1 {
        font-size: 28px !important;
        line-height: 41px !important;
        margin-bottom: 15px !important;
    }
    #index-banner .mobile-h1-p {
        font-size: 24px !important;
        line-height: 35px;
        margin-bottom: 15px !important;
    }
    #index-banner .mobile-h1-last-p {
        font-size: 20px !important;
        line-height: 30px !important;
    }
}

@media (width <=575px) {
    .buy_section {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 999;
        background-color: #ffffffe3;
        margin-top: 20px;
        padding: 3px 0px;
        border-top: 2px solid;
    }

    .buy_section .buy {
        font-size: 15px;
        padding: 2px 20px;
    }

    .buy_section p {
        margin-bottom: 5px;
    }

    .buy_section .offer-price {
        color: red;
        font-size: 16px;
    }

    .faq .panel {
        border-bottom: 1px solid #ffffff75 !important;
        padding-bottom: 13px;
        margin-bottom: 6px;
    }
    
    .six-month .line-breaks {
        display: block;
    }
}

@media (max-width: 480px) {
    .banner-box {
        width: 90% !important;
        padding: 10px 10px !important;
    }

    .banner-buy-any .banner-box .banner-box-backimg {
        height: 100% !important;
    }

    .banner-buy-any-top .banner-box .banner-box-backimg {
        height: 100% !important;
    }

    .anniversary-offer h3 {
        font-size: medium;
    }
    .title-one {
        font-size: 22px;
        width: fit-content;
    }
}
@media (width <= 400px) {
    #index-banner .mobile-h1 {
        font-size: 26px !important;
        line-height: 38px !important;
        margin-bottom: 19px !important;
    }
    #index-banner .mobile-h1-p {
        font-size: 22px !important;
        line-height: 30px !important;
        margin-bottom: 15px !important;
    }
    #index-banner .mobile-h1-last-p {
        font-size: 16px !important;
        line-height: 30px !important;
    }
}
@media (min-width: 250px) and (max-width: 768px) {
    .add-banner-buy-any {
        width: 70%;
    }
}