@media screen and (max-width: 760px) {
  body {
    font-size: 14px;
    font-weight: 400;
    background-size: 140%;
    /* background: #b6cef7 url('../images/banner_mobile.webp') no-repeat center top fixed; */
  }
  header {
    text-align: center;
  }
  header img {
    width: 180px;
    height: auto;
    margin: 0 auto;
  }
  .hero {
    padding: 80px 0 30px;
  }
  .hero h1 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin: 20px 0;
  }
  .hero p {
    text-align: center;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 4px;
    margin: 0;
    width: 90%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .card-1 {
    border-radius: 16px;
    /* background-position: right -10px; */
    margin: 0 0 16px;
  }
  .hero .card-1 {
    border-radius: 18px;
  }
  button, input[type=submit] {
    border-radius: 11px;
    font-size: 16px;
  }

  h2 {
    font-size: 20px;
    line-height: 26px;
    background: none;
  }

  form h4 {
    font-size: 16px;
  }

  .key-info .container > * {
    width: 100%;
    margin: 0 0 10px;
  }
  .key-info .card-2 {
    background-position: left top;
    background-size: 100% 100%;
  }
  i.calendar {
    width: 35px;
    height: 37px;
    background: url('../images/calendar.png') no-repeat center center;
    background-size: 35px 37px;
  }
  i.clock {
    background: url('../images/clock.png') no-repeat center center;
    background-size: 35px;
  }
  .key-info p {
    font-size: 16px;
    line-height: 22px;
  }
  .key-info button {
    padding: 10px;
    border-radius: 10px;
  }

  .primary-info {
    padding: 20px 0;
  }
  .primary-info .card-3 {
    background-size: 100% 110%;
  }
  form h5 {
    font-size: 15px !important;
    line-height: 22px;
  }
  .hr {
    /* background: url('../images/stripe.png') no-repeat center center;
    background-size: 100%; */
    text-align: center;
    background: none;
  }

  .overview {
    padding: 20px 0;
  }

  .highlights {
    padding: 0;
  }
  .highlights .col-md-3 {
    margin: 0;
  }
  .card-4 {
    height: auto;
  }
  .highlights i {
    display: block;
    margin: 0 16px 0 0;
  }
  .highlights p {
    width: calc(100% - 60px);
  }

  .course-content {
    padding: 10px 0 20px;
  }
  .course-content .setmargin {
    margin: 0;
  }
  .course-content .grid {
    transition: none;
    display: block;
  }
  .accordian_box {
    height: auto !important;
  }
  .accordian_box {
    margin: 0 0 10px;
    padding: 20px 20px 10px;
    font-size: 13px;
  }
  .grid .accordian_box {
    height: auto;
    overflow-y: visible;
  }
  .accordian_box.card-5 {
    background-size: 100% 110%;
    /* background-position: right -10px; */
  }
  .accordian_head {
    position: relative;
    margin: 0 0 10px;
    padding: 0 20px 0 0;
  }
  .accordian_head::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    width: 8px;
    height: 14px;
    transition: all 0.2s ease-in-out;
    background: url('../images/arrow.png') no-repeat center center;
    background-size: contain;
  }
  .accordian_head.active::before {
    transform: rotate(90deg);
    transition: all 0.2s ease-in-out;
  }
  .accordian_content {
    display: none;
  }
  .accordian_content .hide {
    display: block;
  }
  .accordian_content .read-more {
    display: none;
  }

  .schedule {
    padding: 0 0 20px;
  }
  .card-6 {
    margin: 0 0 16px;
    padding: 8px 10px;
    border-radius: 10px;
  }
  .schedule p {
    font-size: 13px;
  }

  .certificate {
    padding: 20px 0 40px;
  }
  .certificate h2 {
    margin: 0 0 20px;
  }
  .certificate p {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    margin: 40px auto 0;
  }

  .past-participants {
    padding: 40px 0 20px;
  }
  .past-participants h2 {
    background-size: 140%;
    margin: 0 0 30px;
  }
  .past-participants ul li {
    width: 100%;
  }
  .past-participants .card-1 {
    padding: 16px;
    width: 49%;
    margin: 0;
  }
  .past-participants img {
    width: 100%;
    margin: 50px auto 0;
  }

  .hail-from {
    padding: 20px 0;
  }
  .hail-from h2 {
    background-size: 140%;
    margin: 0 0 30px;
  }
  .hail-from img {
    width: 140px;
    height: 50px;
    margin: 0 0 20px;
  }
  .hail-from-wrapper {
    padding: 20px 0 0;
  }

  .testimonials {
    padding: 10px 0;
  }
  .testimonials .container {
    padding: 0;
  }
  .testimonials .card-1 {
    border-radius: 0;
    background-size: 100% 100%;
    /* background-position: right -20px; */
  }
  .testimonials-card .meta img {
    height: 70px;
    width: 70px;
  }
  .testimonials-pagination {
    margin: 10px 0 0;
  }
  
  .directors {
    padding: 20px 0;
  }
  .directors img {
    height: 80px;
    width: 80px;
  }
  .directors .d-flex h5 {
    font-size: 16px;
  }
  
  .fees {
    padding: 10px 0;
    text-align: center;
  }
  .fees-wrapper {
    padding: 30px;
  }
  .fees .stripe {
    background-size: 90%;
  }
  .fees h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 30px;
  }
  .fees p {
    font-size: 18px;
    line-height: 18px;
    border-radius: 75px;
    padding: 0 30px;
  }
  footer img {
    width: 200px !important;
  }

  .card-7 {
    width: 100%;
  }

}