.course-box_list {
    display: grid;
    grid-gap: 20px;
    position: relative;
}
 .title-carousel .navigation-item {
     position: relative;
     display: block;
     box-shadow: 0px 0px 20px rgb(142 142 142 / 20%);
     border-radius: 6px;
     transition: all ease-in-out 350ms;
     background: #fff;
}
 .title-carousel .navigation-item .head-h3 {
    font-size: 16px;
    padding: 10px 20px;
    color: #000;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
}
 .title-carousel .swiper-wrapper {
    padding-top: 1em;
    padding-bottom: 1em;
}
 .title-carousel .swiper-slide.swiper-slide-thumb-active .navigation-item {
     background: #0E93B2;
     background: linear-gradient(180deg, #0E93B2 0%, #86D97F 123.39%);
}
 .title-carousel .swiper-slide.swiper-slide-thumb-active .navigation-item .head-h3 {
     color: #fff;
}
.title-carousel .navigation-item:hover {
    box-shadow: 0px 1px 20px rgb(142 142 142 / 25%), 0px 0px 40px rgb(142 142 142 / 10%);
}
.title-carousel .swiper-slide.swiper-slide-thumb-active .navigation-item {
    box-shadow: 0px 1px 20px rgb(142 142 142 / 25%), 0px 0px 40px rgb(142 142 142 / 10%);
}
.title-all_courses .head-h3, .title-highlight .head-h3 {
    color: #000;
    font-size: 36px;
    font-weight: 600;
}
.all-course {
    display: block;
    position: relative;
}
.all-course .title-all_courses {
    display: block;
    position: relative;
    padding-bottom: 1em;
    padding-top: 2em;
}
.term-child_box {
    position: relative;
    display: block;
    padding-bottom: 2em;
}
.term-child_box ul {
    display: block;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
}
.term-child_box ul li {
    display: inline-block;
    position: relative;
   /* padding-right: 10px;
    */
}
.term-child_box ul li a {
    color: #000;
    font-weight: 300;
    padding: 10px;
    font-size: 16px;
}
.term-child_box ul li:last-child a {
    padding-right: 0;
}
.term-child_box ul li:first-child a {
    padding-left: 0;
}
.term-child_box ul li:after {
    content: '';
    height: 12px;
    width: 1px;
    background: #72727278;
    display: block;
    position: absolute;
    right: 0;
    top: 52%;
    transform: translateY(-50%);
}
.term-child_box ul li:last-child:after {
    content: unset;
}
.term-child_box ul li a:hover {
    color: #408eaf;
}
.swiper-button-prev.grid_carousel_nav, .swiper-button-next.grid_carousel_nav {
    height: 45px;
    width: 45px;
    background: #0E93B2;
    background: linear-gradient(180deg, #0E93B2 0%, #86D97F 123.39%) !important;
    border-radius: 50px;
    z-index: 99;
    cursor: pointer;
    box-shadow: 0px 0px 20px rgb(142 142 142 / 20%);
}
.swiper-button-prev.grid_carousel_nav svg, .swiper-button-next.grid_carousel_nav svg {
    stroke: #fff;
    width: 30px;
    height: 30px;
    stroke-width: 1.5px;
}
.swiper-button-prev.grid_carousel_nav:hover, .swiper-button-next.grid_carousel_nav:hover {
    box-shadow: 0px 1px 20px rgb(142 142 142 / 25%), 0px 0px 40px rgb(142 142 142 / 10%);
}
.box-content_tab {
    padding-top: 2em;
}
.title-highlight {
    padding-bottom: 1em;
}
  /*ipad (tablet)*/
@media (max-width: 1024px) {
    .title-all_courses .head-h3, .title-highlight .head-h3 {
        font-size: 26px;
    }          
}
/*iphone8 (smartphone)*/
@media (max-width: 767px) {
    .title-all_courses .head-h3, .title-highlight .head-h3 {
        font-size: 23px;
    }
}


