﻿.banner-heading {
    text-align:center;
}
    .banner-heading h3 {
        font-size: 45px;
        color: #333;
        line-height: 65px;
        font-weight: 700;
        margin-top: 50px;
    }
        .banner-heading h3 span {
            display: block;
            font-size: 40px;
            color: #666;
            font-weight: 600;
        }
    .banner-heading h6 {
        font-size: 25px;
        font-weight: 600;
        margin-top: 20px;
    }


.slider__modal .form-control {
    font-size: 17px;
    padding: 10px 10px;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    border: 1px solid #c5c5c5;
    width: 100%;
    height: 50px;
    margin: 0;
}
.slider__modal select.form-control {
    height: 50px;
    margin-bottom: 20px;
}
.banner-det-card {
    position:relative;
}
.banner-row {
    display: flex;
    align-items: center;
    margin-top: 50px;
}
    .banner-row img.pattern {
        max-width:100%;
        position:absolute;
        left:0px;
        bottom:0px;
        z-index:-1;
    }
    .banner-details h4 {
        background: #ff783d;
        border-radius: 6px;
        padding: 14px 10px;
        margin: 15px 0;
        color: #fff;
        display: flex;
        gap: 15px;
        font-size: 22px;
        align-items: start;
    }
img.banner-img {
    max-width:100%;
    border-radius:100%;
}
.banner-details h4 img {
    max-width: 24px;
}
        .banner-details .banner-time {
            background: #ff783d;
            border-radius: 100px;
            padding: 8px 10px;
            margin: 15px 0;
            color: #fff;
            text-align: center;
            margin-top: 25px;
        }
    .banner-details .banner-time h5 {
        margin: 0;
        padding: 3px 0;
        font-size: 26px;
        font-weight: 700;
    }
.banner-details .banner-time h5 span {
    color:#333;
}
.banner-footer {
    padding:60px 0px;
    position:relative;
}
    .banner-footer img.pattern {
        max-width: 100%;
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: -1;
    }

.banner-trainer {
    background: #ff783d;
    border-radius: 8px;
    padding: 20px;
    max-width: 600px;
    display: flex;
    align-items: start;
    color: #333;
    gap: 20px;
}
    .banner-trainer img {
        max-width: 160px;
        border-radius: 100%;
        border: 4px solid #fff;
    }
    .banner-trainer h3 {
        color: #fff;
        margin-top: 15px;
        font-size: 30px;
        font-weight: 600;
    }
    .banner-trainer h6 {
        margin-bottom: 0;
        font-size: 24px;
        font-weight: 600;
    }
    .banner-trainer p {
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 500;
    }

.workshop-section {
    background: hsl(18 100% 72% / 1);
    padding: 40px 0;
}
.workshop_heading h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 50px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 600;
    position:relative;
}
    .workshop_heading h3:before {
        height:4px;
        width:70px;
        content:'';
        position:absolute;
        left:0;
        right:0;
        margin:0 auto;
        background:#fff;
        display:block;
        bottom:0;
    }
    .workshop_heading h3 span {
        color: #333;
    }
    .workshop_card h4 {
        color: #fff;
        display: flex;
        gap: 15px;
        font-size: 22px;
        align-items: start;
        font-weight: 500;
        line-height: 28px;
        margin-bottom:40px;
    }

.workshop_card h4 img {
    max-width: 26px;
}

.workshop-section2 {
    padding: 40px 0;
    position:relative;
}
    .workshop-section2 img.pattern {
        max-width: 100%;
        position: absolute;
        left: 0px;
        bottom: -70px;
        z-index: -1;
    } 

.workshop_heading2 h3 {
    color: #999;
    font-size: 40px;
    margin-bottom: 50px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 600;
    position: relative;
}

    .workshop_heading2 h3 span {
        color: #333;
    }
.workshop_card2 h4 {
    color: #fff;
    background: #ff783d;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    gap: 15px;
    font-size: 26px;
    align-items: center;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 40px;
    word-break: break-all;
    box-shadow: 0px 5px 7px 1px rgb(0 0 0 / 25%);
}

    .workshop_card2 h4 img {
        max-width:70px;
    }

.bonus-section {
    background: hsl(18 100% 90% / 1);
    padding: 40px 0;
    padding-bottom:180px;
    position:relative;
}
    .bonus-section img.pattern {
        max-width: 100%;
        position: absolute;
        right: 0px;
        bottom: -100px;
        z-index: -1;
    }
.bonus-card {
    background: #ff783d;
    border-radius: 8px;
    padding: 20px;
    text-align:center;
}
    .bonus-card h4 {
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 26px;
        color: #333;
        background: #fff;
        padding: 0px 15px;
        border-radius: 8px;
        font-weight: 700;
        box-shadow: 0px 5px 7px 1px rgb(255 255 255 / 25%);
    }
    .bonus-card h4 img {
        max-width:70px;
    }
    .bonus-card p {
        font-size: 20px;
        margin-top: 20px;
        padding: 0px 20px;
        min-height: 100px;
    }
.trainer-section {
    padding:40px 0;
}
.trainer-heading h3 {
    color: #333;
    font-size: 40px;
    margin-bottom: 50px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 600;
    position: relative;
}
    .trainer-heading h3 span {
        font-size: 24px;
        color:#999;
        display:block;
    }

    .trainer-heading h3:before {
        height: 4px;
        width: 70px;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #ff783d;
        display: block;
        bottom: 0;
    }
.trainer-section img {
    max-width:80%;
    border-radius:12px;
}
.trainer-section p {
    color:#333;
    font-size:20px;
}
.ach-box {
    background: #ff783d;
    border-radius: 8px;
    padding:20px 35px;
    max-width:650px;
    margin:0 auto;
    margin-bottom:130px;
}
    .ach-box h4 {
        background: #ff783d;
        border-radius: 6px;
        padding: 0px 10px;
        margin: 15px 0;
        color: #fff;
        display: flex;
        gap: 15px;
        font-size: 20px;
        align-items: start;
        line-height: 30px;
    }

        .ach-box h4 img {
            max-width: 24px;
            border-radius: 0;
            margin: initial;
            display: block;
            margin-bottom: 0;
        }

.get_button_card {
    text-align: center;
    margin-top: 30px;
}
    .get_button_card2 {
        margin-top:50px;
    }
    .get_button_card .get_btn {
        color: #fff;
        background: #ff783d;
        border-radius: 6px;
        padding: 15px 40px;
        font-size: 20px;
        font-weight: 600;
        border: none;
        outline: none;
        box-shadow: none;
        text-shadow: 0px 1px 4px rgb(0 0 0 / 60%);
    }

@media(max-width:991px){
    img.logo-img {
        width: 130px !important;
    }
    .banner-heading h3 span {
        font-size: 26px;
    }
    .banner-heading h3 {
        font-size: 35px;
        line-height: 45px;
    }
    .banner-heading h6 {
        font-size: 22px;
        margin-top: 10px;
    }
    .banner-details h4 {
        font-size: 17px;
        line-height: 22px;
    }
    .banner-details .banner-time h5 {
        font-size: 16px;
    }
    .workshop_heading h3, .workshop_heading2 h3, .trainer-heading h3 {
        font-size: 30px;
    }
    .workshop_card h4 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 30px;
    }
    .workshop_card2 h4 {
        padding: 15px;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .bonus-card {
        padding: 10px;
    }
        .bonus-card h4 {
            gap: 10px;
            font-size: 22px;
            padding: 0px 5px;
        }
            .bonus-card h4 img {
                max-width: 60px;
            }
        .bonus-card p {
            font-size: 17px;
            padding: 0px 10px;
            min-height: 100px;
        }
    .trainer-section img {
        max-width: 70%;
        border-radius: 12px;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }

}
@media(max-width:767px) {
    .prime_web_section .prime_web_banner .banner_side_btn {
        width: 260px !important;
        text-align: right;
    }
    .workshop_card h4 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .bonus-card p {
        font-size: 20px;
        padding: 0px 10px;
        min-height: auto;
    }
    .bonus-card {
        margin-bottom:20px;
    }
}
@media(max-width:575px) {

    .banner-row {
        display:block;
    }
    .banner-heading h3 {
        font-size: 28px;
        line-height: 40px;
    }
        .banner-heading h3 span {
            font-size: 24px;
        }
    mg.banner-img {
        max-width: 80%;
        border-radius: 100%;
        margin: 0 auto;
        display: block;
    }
    .banner-details h4 {
        font-size: 20px;
        line-height: 25px;
    }
    .banner-details .banner-time h5 {
        font-size: 22px;
    }
    section.banner_section, .row.workshop_card, .workshop_heading, .workshop_heading2, .row.workshop_card2, .row.bonus_sub_card, .trainer-heading, .row.trainer_cub_card {
        padding: 0px 30px;
    }
    .ach-box {
        margin: 0 30px;
        margin-bottom: 130px;
    }
}
@media(max-width:479px) {
    img.logo-img {
        width: 125px !important;
    }
    .banner-heading h3 span {
        font-size: 22px;
    }
    .banner-heading h3 {
        font-size: 28px;
        line-height: 33px;
        margin-top: 25px;
    }
    .banner-heading h6 {
        font-size: 16px;
        margin-top: 10px;
    }
    .banner-trainer img {
        max-width: 80px;
        border-radius: 100%;
        border: 2px solid #fff;
    }
    .banner-trainer {
        padding: 10px;
        gap: 10px;
    }
        .banner-trainer h6 {
            font-size: 20px;
        }
        .banner-trainer h3 {
            margin-top: 10px;
            font-size: 24px;
        }
        .banner-trainer p {
            margin-bottom: 0;
            font-size: 16px;
            font-weight: 500;
        }
    .workshop_heading h3, .workshop_heading2 h3, .trainer-heading h3 {
        font-size: 25px;
    }
    .bonus-section {
        padding: 40px 0;
        padding-bottom: 60px;
    }
    .trainer-heading h3 span {
        font-size: 20px;
    }
    .trainer-section p {
        color: #333;
        font-size: 18px;
    }
    section.banner_section, .row.workshop_card, .workshop_heading, .workshop_heading2, .row.workshop_card2, .row.bonus_sub_card, .trainer-heading, .row.trainer_cub_card {
        padding: 0px 15px;
    }

    .ach-box {
        background: #ff783d;
        border-radius: 8px;
        padding: 15px 5px;
        max-width: 650px;
        margin: 0 15px;
        margin-bottom: 130px;
    }
}




/*------------new landing page css---------------*/
/*body {
    background: hsl(0 0% 97% / 1);
}*/
.heading_section {
    padding:60px 0;
}
    .heading_section .logo_image {
        text-align:center;
    }
    .heading_section .logo_image img {
        max-width:160px;
        margin-bottom:70px;
    }

.timer_section {
    padding: 50px;
    padding-bottom:30px;
    padding-top:60px;
    border-radius: 12px;
    border: 2px solid #ff783d;
    background:#fff;
    max-width:700px;
    margin:0 auto;
    display:block;
    position:relative;
}
    .timer_section h3 {
        text-align: center;
        margin: 0;
        font-size: 35px;
        font-weight: 800;
        color: #000;
        line-height:50px;
    }
        .timer_section h3 span {
            display: block;
            color: #666;
            font-weight: 600;
            font-size: 26px;
        }
.timer_section h6 {
    color: #0e86d4;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    margin-top: 20px;
}
.timer_box {
    padding: 20px;
    border-radius: 12px;
    background: #CD2B2E;
    color:#fff;
}

.timer_box {
    padding:10px 15px;
    border-radius: 12px;
    background: #CD2B2E;
    color: #fff;
    max-width: 300px;
    text-align:center;
    margin: 0 auto;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: -40px;
}
    .timer_box p {
        font-size: 16px;
        font-weight: 500;
    }
.trainer_left_box {
    display:flex;
    align-items:end;
    gap:20px;
}
    .trainer_left_box img {
        width: 160px;
        border: 5px solid hsl(18 100% 90% / 1);
        border-radius: 100%;
    }
.train_info {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}
    
        .trainer_left_box .trainer_left_info h6 {
            font-size: 17px;
            font-weight: 600;
            color: #0e86d4;
            margin: 0;
        }
        .trainer_left_box .trainer_left_info h3 {
            font-size: 28px;
            font-weight: 800;
            color: #000;
            margin-top: 20px;
            padding-bottom: 15px;
            margin-bottom: 20px;
            width:fit-content;
            border-bottom: 2px solid #ff783d;
        }
        .trainer_left_box .trainer_left_info p {
            font-size: 14px;
            color: #333;
            padding-bottom:20px;
        }
.trainer_row {
    display:flex;
    align-items:end;
}

.web_details {
    padding: 20px 10px;
    border-radius: 12px;
    background: hsl(203 87% 96% / 1);
    text-align: center;
}
    .web_details h5 {
        color: #333;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .web_details p {
        color: #666;
        font-size: 15px;
        font-weight: 500;
    }
.trainer_section .get_button_card {
    margin-bottom:40px;

}
    .trainer_section  .get_button_card .get_btn {
        color: #fff;
        background: #ff783d;
        border-radius: 6px;
        padding: 13px 45px;
        font-size: 18px;
        font-weight: 500;
        border: none;
        outline: none;
        box-shadow: none;
        text-shadow: 0px 1px 2px rgb(0 0 0 / 55%);
    }
.timer_box small.rem_time {
    font-size: 18px;
    font-weight: 600;
}
.timer_box small.rem_time span {
    font-size: 14px;
    margin-left:2px;
    margin-right:8px;
    font-weight: 500;
}
    .timer_box small.rem_time span:last-child{
        margin-right:0;
    }
.timer_box p.offer__end2 {
    margin-bottom:0;
}
.trainer_details_card {
    padding:20px 30px;
    background: hsl(0 0% 96% / 1);
    border-radius: 15px;
}
    .trainer_details_card .details_card p {
        display:flex;
        align-items:start;
        gap:15px;
        color:#333;
        font-size:15px;
        font-weight:500;
        margin:20px 0; 
    }
    .trainer_details_card .details_card p img {
        max-width:20px;
    }
.web_date_section {
    display:flex;
    align-items:center;
}
.web_timer_card {
    text-align:center;
}
    .web_timer_card h4 span {
        color: #ff783d;
    }
    .web_timer_card h4 {
        font-size: 26px;
        font-weight: 700;
        color: #333;
        margin-bottom: 25px;
        margin-top: 0;
    }
    .web_timer_card small.rem_time {
        font-size: 30px;
        font-weight: 700;
        color: #CD2B2E;
    }

        .web_timer_card small.rem_time span {
            font-size: 18px;
            margin-left: 2px;
            margin-right: 12px;
            font-weight: 500;
            color:#333;
        }

            .web_timer_card small.rem_time span:last-child {
                margin-right: 0;
            }

.workshop_main_section {
    padding: 50px 0;
    margin-top: 30px;
    background: hsl(18 100% 97% / 1);
}
.workshop_title {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    margin-bottom:60px;
}
    .workshop_title span {
        color: #ff783d;
        font-weight:700;
    }
.workshop_right {
    max-width:800px;
    margin:0 auto;
}
.workshop_right .workshop_box {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    padding-left: 0;
}
    .workshop_right .workshop_box h5 {
        margin: 0;
        display: flex;
        align-items: start;
        gap: 15px;
        padding: 5px 0px;
        font-size: 16px;
        line-height: 22px;
    }
    .workshop_right .workshop_box h5 span {
        color: #ff783d;
        background: hsl(18 100% 88% / 1);
        font-size: 18px;
        font-weight: 600;
        padding: 8px 15px;
        border-radius: 0px 8px 0px 8px;
    }

.workshop_title {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 60px;
}

    .workshop_title span {
        color: #ff783d;
        font-weight: 700;
    }
.who_main_section {
    padding:50px 0;
}
.who_card {
    background: #ff783d;
    border-radius: 10px;
    padding: 20px 15px;
    color: #fff;
    margin-bottom:30px;
    box-shadow: 6px 6px hsl(18 100% 90% / 1);
}
.who_card h6 {
    display:flex;
    align-items:center;
    margin:0;
    font-size:20px;
    gap:20px;
}
    .who_card h6 img {
        max-width:60px;
    }
.add_section {
    padding: 50px 0;
    background: hsl(0 0% 96% / 1);
}
.add_main_card {
    max-width:740px;
    margin:0 auto;
}
    .add_main_card .add_box {
        border-radius: 12px;
        background: #fff;
        padding: 10px;
        text-align: center;
        margin-bottom: 20px;
        border: 2px solid #ff783d;
    }
    .add_main_card .add_box h3 {
        margin: 0;
        background: hsl(18 100% 90% / 1);
        font-size: 22px;
        font-weight: 700;
        padding: 8px;
        color: #333;
        margin-bottom: 20px;
    }
    .add_main_card .add_box p {
        color: #333;
        font-size: 16px;
        font-weight: 500;
        padding: 10px;
        margin-bottom: 0;
    }
.bonus_timer {
    margin-top:40px;
}
.web_timer_card.bonus_timer h4 {
    font-size: 22px;
}
.add_section .get_button_card .get_btn {
    color: #fff;
    background: #ff783d;
    border-radius: 6px;
    padding: 13px 45px;
    font-size: 18px;
    font-weight: 500;
    border: none;
    outline: none;
    box-shadow: none;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 55%);
}
.trainer_main {
    padding-bottom:100px;
}
.trainer_main_card {
    padding: 50px 0;
    max-width: 800px;
    margin: 0 auto;
}
.trainer_row2 {
    display:flex;
    align-items:center;
}
    .trainer_row2 img {
        max-width: 260px;
        border-radius: 100%;
        border:5px solid hsl(18 100% 90% / 1);
    }
.trainer_row_details {
    margin-top:40px;
}
.trainer_row_details p {
    color:#333;
    font-size:15px;
    color:#333;
}
.trainer_row2 h5 {
    color: #666;
    font-size: 18px;
    font-weight: 700;
    margin-left:20px;
}
.trainer_row2 h3 {
    font-size: 28px;
    font-weight: 800;
    color: #000;
    margin-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    width: fit-content;
    margin-left: 20px;
    border-bottom: 2px solid #ff783d;
}
.achievements_card h3 {
    color:#333;
    font-size:22px;
    font-weight:700;
    margin-top:40px;
    margin-bottom:20px;
}
.achievements_card p {
    display: flex;
    align-items: start;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
}
    .achievements_card p img {
        max-width: 15px;
        margin-top: 2px;
    }
.remember_section {
    padding-top:30px;
}
.remember_section h3 {
    margin-bottom:30px;
}
.remember_card {
    background: hsl(203 87% 96% / 1);
    padding: 15px;
    margin: 15px 0;
    border-radius: 12px;
}
    .remember_card p {
        margin: 0;
        font-size: 15px;
        color: #333;
    }
.footer_timer {
    padding:10px 0;
    background:#ff783d;
    position:fixed;
    left:0;
    right:0;
    margin:0 auto;
    width:100%;
    bottom:0;
}
.timer_footer_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider__modal .sub_btn {
    width:fit-content;
}
.timer_footer_box .get_button_card {
    margin: 0;
}
    .timer_footer_box .get_button_card .get_btn {
        color: #ff783d;
        background: #fff;
        border-radius: 6px;
        padding: 13px 30px;
        font-size: 18px;
        font-weight: 600;
        border: none;
        outline: none;
        box-shadow: none;
        text-shadow: none;
    }
    .timer_footer_box .bonus_timer {
        margin-top: 0;
    }
        .timer_footer_box .bonus_timer h6 {
            color: #fff;
            font-size: 17px;
            font-weight: 600;
            margin-top:0;
        }
    .timer_footer_box .web_timer_card small.rem_time {
        font-size: 22px;
        font-weight: 700;
        color: #fff;
    }

        .timer_footer_box .web_timer_card small.rem_time span {
            font-size: 15px;
            margin-left: 2px;
            margin-right: 8px;
            font-weight: 500;
            color: #fff;
        }

            .timer_footer_box .web_timer_card small.rem_time span:last-child {
                margin-right: 0;
            }
    .timer_footer_box .header__timer p {
        margin-bottom: 0;
    }
.web_details_mob, .trainer_mob {
    display: none;
}


@media(max-width:1200px) {
    .who_card h6 {
        font-size: 17px;
    }
}

@media(max-width:991px) {
    .trainer_row, .web_date_section {
        display: block;
    }
    .trainer_details_card {
        margin-bottom:20px;
    }
    .web_details {
        margin-bottom:30px;
    }
    .web_details_desk {
        display: none;
    }
    .web_details_mob {
        display:block;
    }
    .trainer_row2 img {
        max-width:100%;
    }
}

@media(max-width:767px) {
    .timer_section h3 span {
        font-size: 18px;
    }
    .timer_section h3 {
        font-size: 25px;
        line-height: 40px;
    }
    .timer_section h6 {
        font-size: 15px;
        font-weight: 600;
        margin-top: 10px;
    }
    .timer_box {
        padding: 8px 10px;
        max-width: 260px;
        top: -30px;
    }
        .timer_box p {
            font-size: 14px;
            margin-bottom: 4px;
        }
        .timer_box small.rem_time {
            font-size:14px;
        }
        .timer_box small.rem_time span {
            font-size:12px;
            margin-right:5px;
        }
    .timer_section {
        padding: 50px;
        padding-bottom: 30px;
        padding-top: 50px;
    }
    .trainer_row2 img {
        max-width: 200px;
    }
    .trainer_main {
        padding-bottom: 70px;
    }
}

@media(max-width:575px) {
    .timer_section {
        padding: 30px;
        padding-bottom: 25px;
        padding-top: 50px;
    }
        .timer_section h3 span {
            font-size: 16px;
        }
        .timer_section h3 {
            font-size: 22px;
            line-height: 35px;
        }
    .heading_section .logo_image img {
        max-width: 130px;
        margin-bottom: 60px;
    }
    .trainer_left_box .trainer_left_info h6 {
        font-size: 15px;
    }
    .trainer_left_box .trainer_left_info h3 {
        font-size: 22px;
        margin-top: 15px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .workshop_title {
        font-size: 22px;
        margin-bottom: 40px;
    }
    .workshop_main_section {
        padding: 20px 0;
        margin-top: 0px;
    }
    .who_main_section, .add_section, .trainer_main_card {
        padding: 30px 0;
    }
    .who_card {
        padding: 10px 15px;
        margin-bottom: 20px;
    }
    .trainer_row2 img {
        max-width: 160px;
    }
    .trainer_row2 h5 {
        font-size: 16px;
        margin-left: 0px;
    }
    .trainer_row2 h3 {
        font-size: 24px;
        margin-top: 15px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .trainer_row_details {
        margin-top: 18px;
    }
    .add_section .get_button_card .get_btn, .trainer_section .get_button_card .get_btn {
        padding: 12px 35px;
        font-size: 17px;
    }
    .web_timer_card h4 {
        font-size: 20px;
    }
    .timer_footer_box .get_button_card .get_btn {
        padding: 12px 20px;
        font-size: 16px;
    }
    .timer_footer_box .bonus_timer h6 {
        margin-bottom:5px;
        font-size: 15px;
    }
    .timer_footer_box .web_timer_card small.rem_time {
        font-size: 18px;
        font-weight: 600;
    }

}

@media(max-width:479px) {
    .timer_box {
        padding: 5px 5px;
        max-width: 230px;
        top: -30px;
        border-radius: 8px;
    }
    .timer_section {
        padding: 10px;
        padding-bottom: 15px;
        padding-top: 45px;
    }
        .timer_section h3 span {
            font-size: 14px;
        }
        .timer_section h3 {
            font-size: 16px;
            line-height: 25px;
        }
        .timer_section h6 {
            font-size: 12px;
            font-weight: 600;
            margin-top: 10px;
        }
    .timer_box p {
        font-size: 12px;
    }
    .trainer_left_box {
        display: block;
    }
        .trainer_left_box .trainer_left_info {
            max-width: 100%;
        }
    .trainer_desk {
        display:none;
    }
    .trainer_mob {
        display: block;
    }
    .trainer_left_box img {
        width: 80px;
        margin-bottom: 0;
        border-radius: 100%;
        border: 4px solid hsl(18 100% 90% / 1);
    }
    .trainer_left_box .trainer_left_info h3 {
        margin-bottom:0;
    }

    .heading_section {
        padding: 45px 0;
    }
    .trainer_details_card {
        padding: 10px 20px;
    }
    .web_timer_card small.rem_time {
        font-size:20px;
    }
    .web_timer_card small.rem_time span {
        font-size:15px;
        margin-right:5px;
    }
    .workshop_right .workshop_box h5 {
        font-size: 14px;
        line-height: 20px;
    }
    .who_card h6 {
        font-size: 16px;
        line-height: 20px;
    }
        .who_card h6 img {
            max-width: 45px;
        }
    .workshop_title {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 25px;
    }
    .web_timer_card.bonus_timer h4, .web_timer_card h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .trainer_row2 img {
        max-width: 115px;
    }
    .trainer_row2 h5 {
        font-size: 14px;
        margin-left: 0px;
        font-weight: 600;
    }
    .trainer_row2 h3 {
        font-size: 19px;
        margin-top: 5px;
        padding-bottom: 6px;
        margin-bottom: 15px;
        margin-left: 0;
    }
    .trainer_row_details p, .remember_card p, .achievements_card p {
        font-size: 14px;
    }
    .achievements_card h3 {
        font-size: 18px;
        margin-top: 25px;
    }
    .timer_footer_box .get_button_card .get_btn {
        padding: 10px 8px;
        font-size: 14px;
    }
    .timer_footer_box .bonus_timer h6 {
        margin-bottom: 5px;
        font-size: 13px;
    }
    .timer_footer_box .web_timer_card small.rem_time {
        font-size:14px;
    }
    .timer_footer_box .web_timer_card small.rem_time span {
        font-size:11px;
        margin-right:2px;
    }

}