.container{

    width: 85%;

    max-width: 1100px;

    margin-left: auto;

    margin-right: auto; 

}



.show-for-mobile{

    display: none !important;

}



.align-center{

    align-items: center;

}


.shop-custom .shop-banner{

    width: 100%;

    position: relative;

    margin-bottom: 20px;

}



.shop-custom .shop-banner .banner-background{

    width: 100%;

    position: relative;

}



.shop-custom .shop-banner .banner-background img{

    width: 100%;

}



.shop-custom .shop-banner .banner-content{

    position: absolute;

    z-index: 6;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    min-height: 70vh;

    display: table;

    background-color: rgba(6, 26, 55, 0.35);

}



.shop-custom .shop-banner .banner-content .wrap{

    display: table-cell;

    vertical-align: middle;

}



.shop-custom .shop-banner .banner-content .shop-page-title{

    font-size: 40px;

    color: #fff;

    line-height: 1.5;

    margin-bottom: 0;

    font-weight: bold;

}



.shop-custom .shop-banner .banner-content .shop-page-desc{

    font-size: 18px;

    color: #fff;

    line-height: 1.5;

}



.shop-side-bar{

    box-shadow: 15px 0px 15px 10px rgb(41 41 42 / 7%);

    border-radius: 10px;

    padding: 5px;

    margin-right: 20px;

}



.shop-side-bar .wpfFilterWrapper .wfpTitle{

    color: #969BAB;

    font-weight: normal;

    font-size: 14px;

}



.shop-side-bar .wpfFilterContent{

    margin: 0;

}



.shop-side-bar .wpfFilterContent li{

    margin: 10px 0;

    font-size: 14px;

    color: #18191F;

}



.shop-container{

    overflow: hidden;

}



.shop-container .tab{

    display: grid;

    width: 100%;

    grid-template-columns: repeat(3,auto);

}



.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{

    float: none;

    width: 100%;

    margin: 0;

    padding: 10px 0;

    border-bottom: 1px solid rgba(150, 155, 171, .5);

}



.woocommerce ul.products li.product, .woocommerce-page ul.products li.product .product-summary{

    display: flex;

    align-items: center;

    justify-content: space-around;

    width: 100%;

}



.products li.product .product-info{

    display: flex;

    align-items: center;

}

.woocommerce ul.products li.product .product-info a{

    text-decoration: none;

}



.woocommerce ul.products li.product .product-info .woocommerce-loop-product__title{

    margin-right: 10px;

    font-size: 16px;

    color: #18191F;

    line-height: 1;

    font-weight: bold;

    margin-bottom: 0;

}



.products li.product .product-info .tags{

    margin-left: 5px;

}



.products li.product .product-info .tags span{

    font-size: 12px;

    padding: 2px 4px;

    line-height: 1;

    color: #F4F5F7;

}



.products li.product .product-info .tags span.seo-nen-tang{

    background-color: #2f80ed;

}



.products li.product .product-info .tags span.seo-nang-cao{

    background-color: #f2c94c;

}



.products li.product .product-info .tags span.seo-e-commerce{

    background-color: #bb6bd9;

}



.products li.product .product-info .tags span.mini-course{

    background-color: #56ccf2;

}



.products li.product .product-info .custom-info{

    line-height: 1;

}



.products li.product .product-info .custom-info span{

    font-size: 12px;

    padding: 2px 4px;

    line-height: 1;

}



.products li.product .product-info .custom-info span.new{

    color: #FF5250;

    background-color: #FFDBDB;

}



.products li.product .product-info .custom-info span.learning{

    color: #276AE3;

    background-color: #D7F3FF;

}



.products li.product .product-description p{

    margin: 0;

    font-size: 14px;

    color: #474A57;

    line-height: 1.3;

}



.products li.product .product-attr{

    margin-top: 10px;

    display: flex;

    list-style: disc;

    padding-inline-start: 1em;

    margin-bottom: 0;

}



.products li.product .product-attr li{

    font-size: 12px;

    margin-right: 20px;

    list-style: disc !important;

    color: #969BAB;

}



.woocommerce ul.products li.product .pure-g{

    align-items: center;

}



.woocommerce ul.products li.product .attachment-woocommerce_thumbnail{

    margin: auto;

    display: block;

    max-width: 85%;

}



.woocommerce ul.products li.product .price{

    text-align: center;

    font-size: 18px;

    color: #000;

    font-weight: bold;

}



.woocommerce ul.products li.product .product-link{

    text-align: center;

    display: block;

    width: fit-content;

    margin: auto;

    padding: 6px 12px;

    background-color: #276AE3;

    color: #fff;

    border-radius: 4px;

    font-size: 12px;

    line-height: 1.3;

    transition: all 0.5s

}



.woocommerce ul.products li.product .product-link:hover{

    /* background-color: #C8003E; */

    text-decoration: underline;

}



/* Style the tab */

.tab {

    overflow: hidden;

    /* border: 1px solid #969BAB; */

    background-color: #fff;

}

  

/* Style the buttons inside the tab */

.tab button {

    background-color: inherit;

    float: left;

    border: none;

    outline: none;

    cursor: pointer;

    padding: 20px 15px;

    font-size: 14px;

    font-weight: bold;

    color: #969BAB;

    border: 1px solid #969BAB;

    transition: all .5s;

    border-radius: 0 !important;

    background-color: #fff !important;

}

  

/* Change background color of buttons on hover */

.tab button:hover {

    background-color: #D9DBE1 !important;

    color: #000;

}

  

/* Create an active/current tablink class */

.tab button.active {

    background-color: #D9DBE1 !important;

    color: #000

}

  

/* Style the tab content */

.tabcontent {

    display: none;

    border-top: none;

    position: relative;

    z-index: 0;

}



.gallerycontent {

    max-height: 0;

    border-top: none;

    overflow: hidden;

}



.gallerycontent.active{

    transition: max-height 0.2s ease-out;

}



/* .slick-dots li button:before{

    font-size: 5px;

} */



.new-course .title{

    display: flex;

    align-items: center

}



.new-course .title .new-course-title{

    font-size: 16px;

    font-weight: bold;

    margin: 0;

}



.new-course .title .new{

    font-size: 12px;

    color: #fff;

    padding: 2px 4px;

    background-color: #06B3FF;

    margin-left: 10px;

}



.readmore{

    cursor: pointer;

    text-align: center;

    display: block;

    width: fit-content;

    margin: 40px auto;

    font-size: 16px;

    line-height: 1.3;

    color: #276AE3;

}



.combo-course .title{

    font-size: 28px;

    font-weight: bold;

    margin-bottom: 0.5em;

    margin-top: 30px;

}



.combo-course .combo-item{

    border: 1px solid #969BAB;

    text-align: center;

    padding: 15px;

    min-height: 350px;

}



.combo-course .combo-item .combo-gallery{

    display: flex;

    align-items: center;

    margin: auto;

    transition: all .5s;

    margin-left: 20%;

}



.combo-course .combo-item .combo-gallery .combo-image{

    max-height: 180px;

}



.combo-course .combo-item .combo-gallery .combo-image img{

    max-height: 180px

}



.combo-course .combo-item .combo-gallery .combo-image:first-child{

    width: 50%;

}



.combo-course .combo-item .combo-gallery .combo-image:nth-child(2){

    width: 50%;

    margin-left: -20%;

    transition: all .5s;

    max-height: 175px

}



.combo-course .combo-item .combo-gallery:hover{

    margin-left: 0;

}



.combo-course .combo-item .combo-gallery:hover .combo-image:nth-child(2){

    margin-left: 0;

}



.combo-course .pure-u-1:nth-child(2) .combo-item{

    border-left: none;

    border-right: none;

}



.combo-course .combo-item a:hover{

    text-decoration: none;

}



.combo-course .combo-item .combo-title{

    font-size: 16px;

    font-weight: bold;

    color: #18191F;

    line-height: 1.5em;

    min-height: 50px;

}



.combo-course .combo-item .sale-price{

    font-size: 18px;

    color: #EF004A;

    font-weight: bold;

    margin: 0;

}



.combo-course .combo-item .regular-price{

    font-size: 14px;

    color: #969BAB;

    margin-top: 0.5em;

}



.combo-course .combo-item .combo-img{

    min-height: 154px;

}



.trials{

    margin: 20px 0 50px;

}



.trials .title{

    font-size: 28px;

    font-weight: bold;

    margin-bottom: 0.5em;

}



.trials .trial .pure-u-1:first-child .trial-item{

    background-color: #6758B8;

}



.trials .trial .pure-u-1:nth-child(2) .trial-item{

    background-color: #3F75C6;

}



.trials .trial .pure-u-1:last-child .trial-item{

    background-color: #DBC164;

}



.trials .trial .trial-item{

    text-align: center;

    padding: 15px;

}



.trials .trial .trial-item .trial-title{

    color:#F4F5F7;

    font-size: 16px;

    line-height: 1.3;

    font-weight: bold;

}



.trials .trial .trial-item .trial-img{

    margin: auto;

}



.trials .trial .trial-item .trial-link{

    color: #fff;

    font-size: 12px;

    padding: 6px 12px;

    border-radius: 6px;

    background-color: #FF5250;

    display: block;

    width: fit-content;

    margin: 20px auto 10px;

    text-decoration: none;

    transition: all .5s;

}



.trials .trial .trial-item .trial-link:hover{

    background-color: #C8003E;

}



.reason-section{

    padding: 50px 0 60px;

    position: relative;

    background-position: center;

    background-size: cover;

}



.reason-section:after{

    content: "";

    position: absolute;

    z-index: 5;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(14, 37, 65, 0.6);

}



.reason-section .reason-title{

    position: relative;

    z-index: 9;

    color: #fff;

    font-size: 48px;

    line-height: 1.3;

    text-align: center;

    margin-top: 0;

    margin-bottom: 25px;

    font-weight: bold;

}



.reason-section .reason-slider{

    z-index: 9;

}



.reason-section .reason-slider .reason-item{

    background-color: #fff;

    padding: 40px 25px;

    margin: 0 20px;

    border-radius: 8px;

    min-height: 450px;

}



.reason-section .reason-slider .reason-item .item-title{

    font-size: 24px;

    line-height: 1.3;

    color: #18191F;

    margin-top: 0;

    font-weight: bold;

}



.reason-section .reason-slider .reason-item .item-content{

    font-size: 16px;

    line-height: 1.5;

    color: #18191F;

}



.reason-section .reason-slider .slick-dots li{

    width: 10px;

    height: 10px;

}



.reason-section .reason-slider .slick-dots li {

    display: none;

    margin: 0 5px;

}

.reason-section .reason-slider .slick-dots li.slick-active,

.reason-section .reason-slider .slick-dots li.slick-active + li,

.reason-section .reason-slider .slick-dots li.slick-active + li + li {

    display: inline-block;

}



.reason-section .reason-slider .slick-dots li:nth-last-child(1),

.reason-section .reason-slider .slick-dots li:nth-last-child(2),

.reason-section .reason-slider .slick-dots li:nth-last-child(3) {

    display: inline-block;

}



.reason-section .reason-slider .slick-dots li.slick-active ~ li:nth-last-child(1),

.reason-section .reason-slider .slick-dots li.slick-active ~ li:nth-last-child(2),

.reason-section .reason-slider .slick-dots li.slick-active ~ li:nth-last-child(3) {

    display: none;

}

.reason-section .reason-slider .slick-dots li.slick-active + li + li:nth-last-child(3),

.reason-section .reason-slider .slick-dots li.slick-active + li + li:nth-last-child(2),

.reason-section .reason-slider .slick-dots li.slick-active + li + li:nth-last-child(1),

.reason-section .reason-slider .slick-dots li.slick-active + li:nth-last-child(3),

.reason-section .reason-slider .slick-dots li.slick-active + li:nth-last-child(2),

.reason-section .reason-slider .slick-dots li.slick-active + li:nth-last-child(1){

    display: inline-block;

}



.reason-section .reason-slider .slick-dots li button{

    width: 10px;

    height: 10px;

}



.reason-section .reason-slider .slick-dots li button:before{

    width: 11px;

    height: 10px;

    line-height: 12px;

    color: #fff;

    opacity: 1;

}



.reason-section .reason-slider .slick-dots li.slick-active button:before{

    color: rgba(14, 37, 65, 1);

    background-color: #fff;

    border-radius: 50%;

} 



.reason-section .reason-slider .slick-dots{

    bottom: -40px;

}



.reason-section .reason-slider .slick-prev{

    bottom: -50px;

    top: unset;

    left: 44%;

    z-index: 99;

    background-color: transparent;

}



.reason-section .reason-slider .slick-prev:before{

    content: url(/wp-content/uploads/2023/12/arrow-prev.png);

}



.reason-section .reason-slider .slick-next{

    bottom: -50px;

    top: unset;

    right: 44%;

    z-index: 99;

    background-color: transparent;

}



.reason-section .reason-slider .slick-next:before{

    content: url(/wp-content/uploads/2023/12/arrow-next.png);

}



.team-section{

    padding-top: 50px;

}



.team-section .team-title{

    font-size: 48px;

    line-height: 1.3;

    color: #18191F;

    font-weight: bold;

}



.team-section .team-slider .pure-g{

    align-items: center;

}



.team-section .team-slider .team-img img{

    max-width: 80%;

    margin-right: auto;

    margin-left: 0;

   width: 80%;

}



.team-section .team-slider .team-item{

    

}



.team-section .team-slider .team-item .name{

    font-size: 40px;

    font-weight: bold;

    color: #18191F;

    margin: 0;

    margin-bottom: 0.2em;

}



.team-section .team-slider .team-item .position{

    font-size: 40px;

    color: #18191F;

    margin-top: 0;

    font-weight: lighter;

}



.team-section .team-slider .team-item .item-content{

    font-size: 18px;

    line-height: 1.5;

    color: #18191F;

}



.team-section .team-slider .slick-dots li{

    width: 10px;

    height: 10px;

}



.team-section .team-slider .slick-dots li button{

    width: 10px;

    height: 10px;

}



.team-section .team-slider .slick-dots li button:before{

    width: 11px;

    height: 10px;

    line-height: 12px;

    color: #276AE3;

    opacity: 1;

}



.team-section .team-slider .slick-dots li.slick-active button:before{

    color: #fff;

    background-color: #276AE3;

    border-radius: 50%;

} 



.testimonials{

    background-color: #06B3FF;

    margin: 80px 0;

    position: relative;

    padding-bottom: 40px;

}



.testimonials::before{

    content: url(/wp-content/uploads/2022/03/unnamed-file.png);

    position: absolute;

    right: 5%;

    top: 60px;

    z-index: 1;

    opacity: .3;

}



.testimonials .testimonial-title{

    font-size: 48px;

    color: #fff;

    margin: 1em 0;

    font-weight: bold;

}



.testimonials .testimonial-content .testimonial-tabs{

    display: grid;

    width: 100%;

    grid-template-columns: repeat(3,auto);

    position: relative;

    z-index: 9;

}



.testimonials .testimonial-content .testimonial-tabs .gallerylinks{

    outline: none;

    cursor: pointer;

    padding: 20px 15px;

    font-size: 14px;

    font-weight: bold;

    color: #fff;

    border: 1px solid #fff;

    transition: all .5s;

    background-color: transparent;

    border-radius: 0;

}



.testimonials .testimonial-content .testimonial-tabs .gallerylinks.active{

    background-color: #fff;

    color: #000

}



.testimonials .testimonial-content .gallerycontent ul{

    list-style: none;

    padding-inline-start: 0;

    column-count: 2;

    column-gap: 20px;

    margin-top: 20px;

}



.testimonials .testimonial-content .gallerycontent ul li{

    margin-bottom: 20px;

}

.testimonials .testimonial-content .gallerycontent ul li img{

    max-width: 100%;

}



.fancybox__thumbs{

    display: none;

}



.faqs .faq-title{

    font-size: 48px;

    text-align: center;

    margin-top: 0;

    margin-bottom: 1em;

    font-weight: bold;

}



.faqs .container{

    padding-bottom: 50px;

    border-bottom: 0.5px solid rgba(150, 155, 171, .5);

}



.faqs .faq-content .faq-item{

    position: relative;

    margin: 0 10px;

    border-radius: 4px;

    overflow: hidden;

}



.faqs .faq-content .faq-item a{

    position: relative;

    height: 100%;

    display: block;

    z-index: 6;

}

.faqs .faq-content .faq-item img{
    width: 100%;
}



.faqs .faq-content .faq-item .item-content{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 20;

    display: table;

}



.faqs .faq-content .faq-item .item-content .wrap{

    display: table-cell;

    vertical-align: middle;

    text-align: center;

    background-color: rgba(0, 0, 0, 0.5);

    color: #fff;

}



.faqs .faq-content .faq-item .item-content .wrap .item-title{

    font-size: 24px;

    line-height: 1.3;

    font-weight: bold;

    text-align: center;

    margin-bottom: 0;

}



.register{

    margin: 50px 0;

}



.register .register-item{

    position: relative;

    margin: 0 10px;

    border-radius: 4px;

    overflow: hidden;

    z-index: 6;

}



.register .register-item .register-content{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    min-height: 100%;

    z-index: 9;

    display: table;

}



.register .register-item .register-content .wrap{

    display: table-cell;

    vertical-align: middle;

    text-align: center;

    background-color: rgba(0, 0, 0, 0.5);

    color: #fff;

}



.register .register-item .register-content .wrap .register-title{

    max-width: 75%;

    margin: auto;

    font-size: 24px;

    line-height: 1.3;

    font-weight: bold;

    text-align: center;

}



.register .register-item .register-content .wrap .register-link{

    color: #fff;

    font-size: 12px;

    padding: 6px 12px;

    border-radius: 6px;

    background-color: #276AE3;

    display: block;

    width: fit-content;

    margin: 20px auto 10px;

    text-decoration: none;

    transition: all .5s

}



.register .register-item .register-content .wrap .register-link:hover{

    background-color: #C8003E

}



.related-posts{

    margin-bottom: 70px;

}



.related-posts a{

    text-decoration: none

}



.related-posts .blog-title{

    font-size: 40px;

    text-align: center;

    margin-bottom: 40px;

    font-weight: bold;

    color: #18191F;

}



.related-posts .blog-slide .blog-item{

    margin: 0 10px;

    padding-bottom: 10px;

    border-radius: 5px;

    box-shadow: 0px 0px 10px 5px rgb(41 41 42 / 7%);

    margin-bottom: 20px;

}

.related-posts .blog-slide .blog-item .item-image img{
    max-width: 100%;
}



.related-posts .blog-slide .blog-item:hover a{

    text-decoration: none;

}



.related-posts .blog-slide .blog-item a{

    text-decoration: none;

}



.related-posts .blog-slide .blog-item .item-info{

    padding: 15px;

}



.related-posts .blog-slide .blog-item .item-info .item-title{

    font-size: 28px;

    line-height: 1.3;

    color: #18191F;

    font-weight: bold;

    margin-top: 0;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 3;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}



.related-posts .blog-slide .blog-item .item-info .item-meta .category{

    color: #18191F;

    font-size: 12px;

    line-height: 1.3;

}



.related-posts .blog-slide .blog-item .item-info .item-meta .date{

    margin-left: 20px;

    color: #969BAB;

    font-size: 12px;

    line-height: 1.3;

}



.related-posts .blog-slide .slick-dots li{

    width: 10px;

    height: 10px;

}



.related-posts .blog-slide .slick-dots li button{

    width: 10px;

    height: 10px;

}



.related-posts .blog-slide .slick-dots li button:before{

    width: 11px;

    height: 10px;

    line-height: 12px;

    color: #276AE3;

    opacity: 1;

}



.related-posts .blog-slide .slick-dots li.slick-active button:before{

    color: #fff;

    background-color: #276AE3;

    border-radius: 50%;

} 



.related-posts .blog-slide .slick-prev{

    bottom: -35px;

    top: unset;

    left: 35%;

    z-index: 99;

}



.related-posts .blog-slide .slick-prev:before{

    content: url(/wp-content/uploads/2022/03/arrow-prev.png);

    filter: invert(1);

}



.related-posts .blog-slide .slick-next{

    bottom: -35px;

    top: unset;

    right: 35%;

    z-index: 99;

}



.related-posts .blog-slide .slick-next:before{

    content: url(/wp-content/uploads/2022/03/arrow-next.png);

    filter: invert(1);

}



.accordion {

    color: #FF5250;

    font-weight: bold;

}

  

  

.mobile-panel {

    padding: 0;

    background-color: white;

    max-height: 0;

    overflow: hidden;

    transition: max-height 0.2s ease-out;

}



.mobile-panel .mobile-info{

    padding: 5px 0;

}



.mobile-filter-group{

    margin-bottom: 20px;

}



.mobile-filter{

    padding: 5px;

    border: 1px solid #ccc;

    margin: 3px;

}



.mobile-filter .wpfFilterWrapper{

    margin: 0 !important;

    padding: 0;

    position: relative;

    min-width: unset;

}



.mobile-filter .wpfFilterWrapper .wpfFilterContent{

    position: absolute;

    top: 125%;

    left: 0;

    z-index: 9;

    background-color: #fff;

    width: max-content;

    min-width: 100%;

}



.mobile-filter .wpfFilterWrapper .wpfFilterContent .wpfCheckboxHier{

    padding: 5px;

    box-shadow: 3px 3px 11px 0px #eee;

}



.mobile-filter .wpfFilterWrapper .wpfFilterTitle{

    line-height: 1;

    font-size: 13px;

    min-height: unset;

}



.mobile-filter .wpfFilterWrapper .wfpTitle{

    height: auto;

    font-size: 13px;

}



.mobile-filter-slide{

    z-index: 99;

}



@media (max-width: 768px){

    .combo-course .combo-item .combo-gallery{

        margin-left: 0;

    }



    .combo-course .combo-item .combo-gallery .combo-image:nth-child(2){

        margin-left: 0;

        max-height: 180px;

    }

}



@media (max-width: 600px){



    .container{

        width: 90% !important;

        max-width: 90% !important;

    }



    .show-for-mobile{

        display: block !important;

    }



    .show-for-desktop{

        display: none !important;

    }



    .shop-custom .shop-banner{

        min-height: 70vh;

        background-position: 70%;

        background-repeat: no-repeat;

        background-size: cover;

    }



    .shop-custom .shop-banner .banner-background{

        display: none;

    }



    .shop-custom .shop-banner .banner-content .shop-page-title{

        font-size: 24px;

    }



    .shop-custom .shop-banner .banner-content .shop-page-desc{

        font-size: 14px;

    }



    .shop-side-bar{

        margin-right: 0;

    }



    .tab button{

        padding: 15px 5px;

        font-size: 12px

    }



    .woocommerce ul.products li.product .action{

        margin: 10px 0;

    }



    .woocommerce ul.products li.product .action .price{

        width: 49%;

        display: inline-block;

        text-align: left;

        margin-bottom: 0;

    }



    .woocommerce ul.products li.product .action .accordion{

        width: 49%;

        display: inline-block !important;

        padding: 0;

        background-color: transparent;

        text-align: right;

        color: #276AE3;

        font-size: 14px;

    }



    .woocommerce ul.products li.product .product-link{

        width: 100%;

        margin: 10px 0;

    }



    .new-course .title .new-course-title{

        font-size: 20px;

    }



    .new-course .title .new{

        font-size: 12px;

    }



    .combo-course .title{

        font-size: 20px;

    }



    .combo-course .combo-item{

        margin-bottom: 15px;

    }



    .combo-course .pure-u-1:nth-child(2) .combo-item{

        border-left: 1px solid #969BAB;

        border-right: 1px solid #969BAB;

    }



    .trials .trial .trial-item{

        margin-bottom: 15px;

    }



    .reason-section .reason-title{

        font-size: 24px;

    }



    .reason-section .reason-slider .slick-next{

        right: 30%;

    }



    .reason-section .reason-slider .slick-prev{

        left: 30%;

    }



    .team-section .team-title{

        font-size: 24px;

        text-align: center;

    }



    .team-section .team-slider .team-img img{

        max-width: 60%;

        margin-left: auto;

    }



    .team-section .team-slider .team-item .name{

        font-size: 24px;

        text-align: center;

    }



    .team-section .team-slider .team-item .position{

        font-size: 20px;

        text-align: center;

    }



    .team-section .team-slider .team-item .item-content{

        font-size: 16px;

        text-align: justify;

        max-width: 90%;

        margin: auto;

    }



    .testimonials .testimonial-title{

        font-size: 24px;

        text-align: center;

    }



    .testimonials .testimonial-content .testimonial-tabs .gallerylinks{

        padding: 15px 5px;

        font-size: 12px;

    }



    .testimonials .testimonial-content .gallerycontent ul{

        column-count: 1;

    }



    .testimonials .testimonial-content .gallerycontent ul li{

        margin: 0 10px;

    }



    .testimonials .testimonial-content .tesimonial-slide ul.slick-dots li{

        margin-left: 0;

        margin-right: 0;

    }



    .faqs .faq-title{

        font-size: 24px

    }



    .faqs .faq-content .faq-item .item-content .wrap .item-title{

        font-size: 18px

    }



    .faqs .faq-content .faq-item{

        margin-bottom: 20px;

    }



    .register .register-item{

        margin-bottom: 20px;

    }



    .combo-course .combo-item .combo-gallery .combo-image img{

        margin: auto;

    }



    .related-posts .blog-slide .slick-prev{

        left: 20%;

    }



    .related-posts .blog-slide .slick-next{

        right: 20%;

    }



    .mobile-filter-slide .slick-list{

        overflow: unset !important;

    }

}