
/* 1199 */
@media(max-width:1199px){

    .main-nav{
        display:none;
    }

    .menu-toggle{
        display:flex;
    }

    .account-link{
        display:none;
    }
    .ct_insta_grid{
        grid-template-columns: repeat(3, 1fr);
    }

}
@media (max-width: 991px) {
    .ct_footer_widget {
        margin-top: 15px;
    }
    .ct_training_content{
        padding-left: 0px;
    }
    .ct_share_btn{
        position: relative;
        top: 0px;
    }
    .ct_kids_program_img img{
        height: 450px;
        object-fit: cover;
    }
}


@media(max-width:767px){
    .ct_top_bar_inner{
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .ct_top_bar_right{
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .ct_banner_content{
        max-width: 100%;
    }

    .ct_banner_content h1 {
    font-size: 35px;
    line-height: 40px;
}

    .ct_creative_space_wrapper{
        height: 420px;
        background-position: center;
    }
    .ct_creative_space_wrapper .row {
        flex-wrap: nowrap;
    }
    .ct_creative_space_wrapper .col-lg-4 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    .ct_creative_space_content{
        max-width: 100%;
        margin-right: 0;
        padding: 14px 10px;
    }
    .ct_creative_space_content .ct_sub_title{
        font-size: 9px;
    }
    .ct_creative_space_content h2{
        font-size: 13px;
        margin-bottom: 8px;
    }
    .ct_space_list li{
        font-size: 10px;
        margin-bottom: 4px;
        padding-left: 14px;
    }
    .ct_space_list li::before{
        font-size: 9px;
    }
    .ct_creative_space_content .ct_orange_btn{
        min-width: 0;
        height: 34px;
        padding: 0 14px;
        font-size: 10px;
    }
.ct_insta_grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .ct_newsletter_form {
        flex-direction: column;
        gap: 15px;
    }
    .ct_newsletter_form input{
        flex: auto;
    }

    .ct_newsletter_form input,
    .ct_newsletter_form button {
        width: 100%;
    }
    

    

    .ct_social_icon {
        justify-content: center;
    }

    .ct_footer_bottom p {
        text-align: center;
    }
    .ct_class_box h3{
        font-size: 24px;
    }
    .ct_class_box{
        padding: 30px;
    }
       .ct_rel_slider .owl-nav .owl-prev,
.ct_rel_slider .owl-nav .owl-next{
    display: none;
}
.gt_order_action {
    justify-content: start;
}
.gt_order_price{
    text-align: left;
}
}

@media(max-width:575px){

    .top-bar .d-flex{
        flex-direction:column;
        gap:5px;
    }

    .mobile-menu{
        width:280px;
    }
    .ct_btn_orange,.ct_btn_outline{
        width: 100%;
    }
    .ct_banner_btn_group{
        justify-content: center;
    }
    .ct_banner_content{
        left: 0px;
    }
    .ct_creative_space_content{
        margin-right: 0px;
    }
    .ct_classes_btn_group {
        flex-direction: column;
    }
    .ct_cta_btn_group ,.pt_order_header{
        flex-direction: column;
        gap: 15px;
    }
 
}