@media (max-width:991px) {

  button,
  input[type=submit] {
    font-size: 14px;
    line-height: 24px;
    height: 40px;
    transition: all 0.3s ease-in-out;
    padding: 0 25px;
  }

  .floating {
    bottom: 20px;
    height: 60px;
    font-size: 12px;
    width: 60px;
    padding: 15px 12px;
  }

  .mob-banner {
    background: var(--primary);
    color: #fff;
    overflow: hidden;
    padding: 0;
  }
  .mob-img {
    position: relative;
    margin: 0 0 20px;
  }
  .mob-img:after {
    content: '';
    display: block;
    width: 100%;
    height: 220px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#000000db), to(#85878200));
    /* opacity: 0.10; */
  }

  .mob-banner .mob-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
  }

  h1 {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    font-weight: 600;
    position: absolute;
    bottom: 20px;
    left: 16px;
    z-index: 2;
    width: calc(100% - 32px);
  }
  h1 span {
    font-size: 18px;
    line-height: 24px;
    margin: 5px 0 0;
  }

  .mob-img p {
    position: absolute;
    bottom: 0;
    left: 14px;
    /* right: 0; */
    /* transform: translateX(-50%); */
    background: rgb(14 84 140);
    text-align: left;
    padding: 5px 10px;
    width: 80%;
    font-size: 12px;
    border-radius: 8px;
    color: #fff;
    z-index: 2;
  }

  .brochureBtn {
    width: 100%;
    font-size: 16px;
    margin: 10px 0 0;
    height: 44px;
  }

  .icon-img {
    width: 22px;
    margin: 0 8px 0 0;
  }

  .key-card img {
    margin: 0 8px 0 0;
  }

  .key-card {
    width: 49%;
    margin: 0 0 15px;
  }

  .key-card h4 {
    font-size: 12px;
    line-height: 18px;
    margin: 3px 0;
  }

  .key-card p {
    font-size: 12px;
    line-height: 20px;
  }

  .key-card p small {
    font-size: 10px;
  }


  header img {
    width: 150px;
  }

  header h5 {
    font-size: 14px;
    text-align: center;
  }


  header img.logo {
    height: 45px;
    width: auto;
  }

  h2 {
    font-size: 24px;
    margin: 0 0 15px 0;
    font-weight: 500;
  }

  .form_box h3 {
    font-size: 16px;
  }

  .mob-form {
    background: #F0F7E7;
    padding: 20px;
  }

  .mob-form form {
    padding: 20px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 25px 0;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  li {
    font-size: 14px;
    line-height: 20px;
  }

  small,
  em {
    font-size: 12px;
    line-height: 20px;
  }

  /* eligibility */
  .eligibility {
    padding: 30px 0;
  }

  .text-card {
    gap: 10px;
    margin: 0;
  }
  .mini-card {
    width: 100%;
    padding: 15px;
  }


  /* Overview */
  .overview {
    padding: 35px 0 20px;
  }

  /* programe */
  .programme ul li,
  .programme p {
    font-size: 14px;
  }

  .overview ul li {
    font-size: 14px;
    padding: 15px;
    background-size: 22px;
    background-position-x: 5px;
    margin: 0 0 15px;
  }

  .overview ul {
    padding: 0 10px;
  }

  /* highlight */
  .highlight {
    padding: 30px 0 20px;
  }

  .programme-card {
    width: 100%;
    height: auto;
  }

  .programme-card .blue {
    top: -25px;
  }

  .main-programe {
    gap: 10px;
    margin: 10px 0 0;
  }

  .programme-card h4 {
    font-size: 14px;
  }

  .programme-card p {
    font-size: 14px;
  }

  .programme-card img {
    width: 45px;
    height: 45px;
  }

  /* tools */
  .tools {
    padding: 0 0 40px;
  }

  .tools .img-card {
    width: 45%;
    height: 80px;
  }

  /* sticky cta */
  .sticky.fixed {
    position: fixed;
    bottom: 0;
    left: 10px;
    z-index: 100;
    width: 95%;
    background: #F0F7E7;
    border-radius: 50px;
    box-shadow: 0px -3px 17px rgba(0, 0, 0, 0.11);
    padding: 10px 0;
  }
  .sticky button {
    width: 49%;
    font-size: 12px;
    line-height: 36px;
    padding: 0;
    border-radius: 50px;
    height: 36px;
  }
  .sticky .outline {
    border: 1px solid var(--secondary);;
    color: var(--secondary);;
    background: none;
  }
  .sticky .bg {
    color: #fff;
    background: var(--secondary);;
  }

  /* course content */
  .course-content {
    padding: 0 0 30px;
  }

  .course-content p {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 0;
  }

  .accordian_box {
    margin: 0 0 10px;
  }

  .accordian_head {
    padding: 10px 30px 10px 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .course-content h4 {
      font-size: 14px;
      margin: 8px 0;
  }

  .accordian_content {
    padding: 15px 10px 5px;
  }

  .accordian_content ul li {
    font-size: 13px;
    line-height: 20px;
    padding: 0 0 8px 22px;
    background: url('../images/check.png') no-repeat left 5px;
    background-size: 13px;
  }

  .course-content .col-md-4 {
    margin: 5px 0;
    padding: 0 4px;
  }

  .accordian_head::before {
    content: '';
    position: absolute;
    right: 5px;
    top: 30%;
    width: 20px;
    height: 20px;
    transition: all 0.2s ease-in-out;
    background: url('../images/next.png') no-repeat center center;
    background-size: 20px;
  }

  .accordian_head.active::before {
    transform: rotate(90deg);
    transition: all 0.2s ease-in-out;
  }

  /* certiicate */
  .certificate {
    padding: 30px 0;
  }

  .certificate img {
    width: 90%;
  }

  /* footer */
  footer {
    padding: 40px 0 20px;
    margin: 0 0 30px;
  }

  footer p,
  footer a {
    font-size: 13px;
  }

  footer img {
    height: 55px;
  }

  .form-section {
    padding: 30px 0 0;
  }

  .form-section .form_box {
    width: 100%;
    padding: 10px;
  }

  .cp-tab-nav {
    padding: 0;
    top: 0;
  }

  .cp-tab-nav ul li a {
    font-size: 14px;
    line-height: 18px;
  }

  .swiper-pagination span {
    width: 10px;
    height: 10px;
  }

  .modal h5,
  form h5 {
    font-size: 12px;
    line-height: 20px;
  }

  /* who */
  .who {
    padding: 40px 0;
  }

  .who .swiper-slide {
    height: auto;
  }

  .certificate p {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  /* faculty */
  .faculty {
    padding: 20px 0;
  }
  .faculty h5 {
    font-size: 16px;
    margin: 10px 0 5px;
  }
  .faculty .swiper-slide {
    text-align: center;
  }
  .faculty p small {
    font-size: 13px;
    line-height: 18px;
  }

}