  #Gallery__Page__IN {
      padding-top: 0px;
  }
  
  .mosaicflow__item--Page__IN {
      float: left;
      padding: 5px;
  }
  
  .owl-carousel.owl-drag .owl-item .item {
      height: 500px;
      background-size: cover!important;
      background-position: center!important;
  }
  
  .right__services .course-thumb > img {
      height: 170px;
  }
  
  @media (max-width: 768px) {
      .tutor-list li,
      .recent-courses li,
      .recent-posts li {
          border-bottom: 1px solid #eee;
          min-height: 70px;
          margin-bottom: 20px;
          padding-bottom: 15px;
          width: 48%;
          display: inline-block;
          float: left;
          margin: 0 1%;
      }
      .right__services .course-thumb > img {
          height: 140px;
      }
      .owl-carousel.owl-drag .owl-item .item {
          height: 280px;
          background-size: cover!important;
      }
  }
  /*============*/
  /*============*/
  
  .mobile__click--hide {
      display: none;
  }
  
  @media (max-width: 768px) {
      .text__short--description {
          line-height: 22px;
          font-size: 15px;
      }
      .title__h3--standart {
          font-size: 16px;
          margin-top: 5px;
      }
      .mobile__click--hide {
          padding: 10px 10px;
          background: #f8f8f8;
          margin-top: 15px;
          margin-bottom: 0px;
          display: block;
      }
      .mobile__click--hide > i.down {
          border: solid #4facfe;
          border-width: 0 4px 4px 0;
          display: inline-block;
          padding: 4px 4px;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          float: right;
          margin-right: 5px;
          transition: 0.3s liner;
      }
      .mobile__click--hide.active > i.down {
          /*          border: solid #fcb348;*/
          border-width: 0 4px 4px 0;
          display: inline-block;
          padding: 4px 4px;
          transform: rotate(-135deg);
          -webkit-transform: rotate(-135deg);
          float: right;
          margin-right: 5px;
          margin-top: 5px;
          transition: 0.3s liner;
      }
      .seo__text h3 {
          font-size: 16px;
      }
      .seo__text p {
          margin-bottom: 10px;
          line-height: 20px;
      }
      h4.tab-title {
          font-size: 18px;
      }
      .seo__text.mobile__parking {
          margin-top: 15px;
      }
  }




/*----- page yacht item --*/
 .new__item--yacht {
        color: #83868c;
        transition: 0.3s;
    }
    
    .new__item--yacht:hover .course-content h3 {
        color: #4facfe;
        transition: 0.3s;
    }
    
    .course-content h3:hover {
        color: #4facfe;
    }
    
    .new__item--yacht .course-content h3 {
        font-size: 16px!important;
        display: block!important;
        color: #000!important;
        text-transform: uppercase!important;
    }
    
    .new__item--yacht .course-thumb .info-area ul li .rent {
        background: #5a8dee;
    }
    
    .new__item--yacht .course-thumb .info-area ul li .rent {
        padding: 5px 10px;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 0px;
        line-height: initial;
        font-size: 13px;
    }

   @media (max-width: 768px) {
        .course-content dt.product-item-part {
            width: 60%;
            text-transform: capitalize;
            font-size: 12px;
        }
        dd {
            margin-bottom: .0rem;
            margin-left: 0;
            font-size: 12px;
        }
        .ribbon {
            background: -webkit-gradient(linear, left top, right top, from(#4facfe), to(#0fe5f0));
            background: linear-gradient(to right, #4facfe 0%, #0fe5f0 100%);
            -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0 1px 0px rgba(0, 0, 0, 0.07);
             border-radius: 0;
    color: #fff;
    display: block;
    font-size: 12px;
    position: absolute;
    padding: 0px 5px;
    bottom: 0px;
    left: 0;
    height: 20px;
    line-height: 22px;
        }   
       .ribbon:after {
           content: none;
       }
        .new__item--yacht .course-content h3 a {
            font-size: 14px;
            line-height: 18px;
        }
        .new__item--yacht .course-content h3 {
            font-size: 36px;
            line-height: 30px;
            text-align: center;
            margin-bottom: 2px;
            margin-top: 2px;
        }
       
       .new__item--yacht .course-thumb .info-area ul li .rent {
    padding: 1px 5px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0px;
    line-height: initial;
    font-size: 12px;
}
       .course-thumb .info-area {
  position: absolute;
  top: 0px;
  right: 0px;
           line-height: 0;
}
    }