@media screen and (max-width: 760px) {
  body {
    font-size: 14px;
    font-weight: 400;
  }

  /* body:before {
    content: '';
    display: block;
    width: 100%;
    height: 90%;
    background: #FAFAFA url('../images/banner-mob.webp') no-repeat center top;
    background-size: 100%;
    top: 100px;
    left: 0;
    z-index: -1;
  } */
  header {
    padding: 35px 0 5px;
  }

  header .logo {
    height: 60px;
  }

  header .logo2 {
    height: 40px;
    margin: 0 5px;
  }

  header .logo3 {
    height: 35px;
  }

  header p {
    font-size: 24px;
    margin: 0 0 0 10px;
  }

  .header-fixed p strong {
    font-size: 12px !important;
  }

  .hero {
    padding: 300px 0 0;
    background: #FAFAFA url('../images/banner-mob-3.webp') no-repeat center top;
    background-size: 450px 460px;
  }
  .hero::after {
    content: "";
    position: absolute;
    top: 270px;
    left: 0;
    width: 100%;
    height: 200px;
    /* background: linear-gradient(to top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)); */
    background: linear-gradient(0deg,rgba(27, 20, 79, 1) 50%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    display: block;
  }

  .hero .logo {
    width: auto;
    height: 60px;
    position: absolute;
    left: 16px;
    top: -240px;
  }

  .hero p.title1 {
    font-size: 24px;
    line-height: 24px;
  }

  .hero p.title2 {
    font-size: 14px;
    line-height: 14px;
  }

  .hero p.title3 {
    font-size: 14px;
    line-height: 14px;
  }
  .hero h1 {
    font-size: 26px;
    line-height: 30px;
  }

  .card-1 {
    border-radius: 16px;
    background-position: right 0;
    margin: 0 0 16px;
    height: auto;
  }

  .hero .card-1 {
    border-radius: 18px;
    position: absolute;
    top: 40px;
    width: 100%;
    background: #FFF;
    z-index: 2;
    border: 1px solid #CCC;
    display: block;
    margin: 0 auto;
    padding: 20px;
  }

  button,
  input[type=submit] {
    border-radius: 11px;
    font-size: 16px;
    height: 42px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin: 0 0 20px;
  }

  form h4 {
    font-size: 16px;
    line-height: 24px;
  }

  form input[type=submit] {
    margin: 10px 0 0;
  }

  .key-points {
    margin: 10px auto;
  }

  .key-points .container {
    width: 95%;
  }

  .key-points h4 {
    font-size: 14px;
    line-height: 22px;
  }

  .key-points img {
    top: 0px;
  }

  .key-points hr {
    height: 1px;
    margin: 10px auto;
    background: #fff;
    border: 0;
    opacity: 0.25;
    width: 100%;
    display: inline-block;
  }

  .key-points .blue {
    width: 100%;
  }

  .key-points .red {
    width: 100%;
    padding: 15px;
  }

  .key-points .red button {
    font-size: 16px;
    line-height: 22px;
    height: 18px;
  }

  .key-info .container>* {
    width: 100%;
    margin: 0 0 10px;
  }

  .key-info .card-2 {
    background-position: left top;
    background-size: 100% 100%;
    padding: 16px 22px;
  }

  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;
  }

  i.lecture {
    background: url('../images/lecture.png') no-repeat center center;
    background-size: 35px;
  }

  .key-info p {
    font-size: 16px !important;
    line-height: 24px;
  }

  .key-info p small {
    font-size: 16px !important;
  }

  .key-info button {
    padding: 10px;
    border-radius: 10px;
  }

  .primary-info {
    margin: 340px 0 0;
    padding: 170px 0 30px;
    text-align: center;
    background-position: -200px -70px;
    position: relative;
  }
  .primary-info:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0));
    pointer-events: none;
    display: block;
    z-index: 0;
  }
  
  .primary-info h2 {
    text-align: center;
    margin: 0 0 10px;
  }
  .primary-info p {
    margin: 0;
    position: relative;
    z-index: 1;
  }

  .primary-info img {
    height: auto;
    width: 100%;
    margin: 0 0 15px;
  }

  .primary-info .card-1 p {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 20px;
  }

  .primary-info button {
    width: 100%;
    margin: 15px 0 0;
  }

  .primary-info .card-1 {
    height: auto;
    text-align: center;
    padding: 30px 20px 10px;
  }

  .primary-info .card-3 {
    background-size: 100% 110%;
  }

  .overview {
    padding: 80px 0 40px;
  }

  .overview h2 {
    color: #FFF;
    background: linear-gradient(133deg, rgba(255, 255, 255, 1) 0%, rgba(0255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
  }

  .overview p {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #FFF;
  }

  .highlights {
    padding: 30px 0;
    background: none;
  }

  .highlights img {
    width: 45px;
    height: 45px;
    margin: 0 15px 0 0;
  }

  .highlights h2 {
    width: 100%;
  }

  .who-this .text,
  .who-this .col-md-4:nth-child(3) .text,
  .who-this .col-md-4:nth-child(6) .text {
    padding: 20px 0;
  }

  .card-4 {
    height: auto !important;
  }

  .card-4::before {
    top: 20px;
  }

  .highlights .col-md-3 {
    margin: 0;
  }

  .highlights .card-1 {
    height: auto;
    padding: 15px;
  }

  .eligibility.highlights {
    padding: 20px 0 20px;
  }

  .eligibility .text {
    margin: 10px 0 0;
  }

  .eligibility.highlights .col-md-4 {
    margin: 0;
  }

  .eligibility.highlights img {
    height: 40px;
    width: 40px;
  }

  .eligibility.highlights .card-1 {
    height: auto;
    padding: 0 10px 20px;
  }

  .eligibility.highlights .col-md-4:nth-child(1)::before,
  .eligibility.highlights .col-md-4:nth-child(2)::before {
    display: none;
  }

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

  .course-content .grid {
    transition: none;
    display: block;
  }

  .course-content input {
    width: 100% !important;
    margin: 10px 0 0;
  }

  .accordian_box {
    margin: 0 0 10px;
  }

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

  .accordian_head strong {
    font-size: 16px;
    line-height: 24px;
    margin: 0 10px 0 0;
  }

  .accordian_head.bullet {
    padding: 10px 30px 10px 40px;
  }

  .accordian_content {
    border-top: 1px solid #fff;
    padding: 0 15px 10px;
  }

  .accordian_content ul {
    padding: 0;
    margin: 10px 0;
  }

  .accordian_content ol {
    margin: 2px 0 0;
  }

  .accordian_head::before {
    width: 12px;
    height: 12px;
  }

  .accordian_content ul li {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    list-style-type: none;
    background-size: 13px;
    font-weight: 300;
  }

  .accordian_content ol li {
    font-size: 13px;
    margin: 0 0 0 -25px;
    list-style-type: decimal;
    padding: 2px 0 0 5px;
    background: none;
  }

  .grid .accordian_box {
    height: auto;
    overflow-y: visible;
  }

  .schedule {
    padding: 20px 0;
  }

  .card-6 {
    margin: 0 0 16px;
    padding: 8px 10px;
    border-radius: 10px;
  }

  .schedule p {
    font-size: 13px;
  }

  .certificate {
    padding: 40px 0 0;
    background: linear-gradient(143deg, rgba(27, 20, 79, 1) 0%, rgba(28, 24, 82, 1) 38%, rgba(51, 107, 138, 1) 100%, rgba(56, 126, 151, 1) 100%);
  }

  .certificate .container {
    padding: 0;
  }

  .certificate .subtitle {
    margin: 25px 0 0;
    padding: 10px 0 0;
  }

  .certificate .left {
    width: 100%;
    padding: 20px;
  }

  .certificate .image {
    width: 90%;
    margin: 0;
  }

  .certificate .main-section img {
    width: 30px;
    height: 30px;
  }

  .certificate ul li {
    padding: 0 0 0 20px;
    background-size: 15px;
  }

  .certificate p,
  .certificate ul li {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .certificate p strong {
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 500;
  }

  /* Ready */
  .ready {
    padding: 40px 0;
  }

  .ready .ready-box {
    width: 48%;
    padding: 20px 10px;
    height: 100px;
    text-align: center;
  }

  .text-bottom {
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0 0;
  }


  /* key-highlights */
  .key-highlights {
    padding: 40px 0;
  }

  .key-highlights .main-section .inner {
    width: 48%;
    align-items: center;
    padding: 0 5px 0 0;
  }

  .key-highlights .main-section .inner:nth-child(4),
  .key-highlights .main-section .inner:nth-child(2) {
    width: 44%;
  }

  .key-highlights .main-section .inner:nth-child(4):after,
  .key-highlights .main-section .inner:nth-child(2):after {
    background: none !important;
  }

  .key-highlights p {
    text-align: center;
    margin: 0 0 10px;
    width: 100%;
  }

  .past-participants {
    padding: 30px 0;
  }

  .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: 40px 0;
  }

  .hail-from img {
    margin: 0 0 20px;
    width: 45%;
  }

  .logo-height1 {
    height: 50px;
  }

  .logo-height2 {
    height: 60px;
  }

  .logo-height3 {
    height: 30px;
  }

  .logo-height4 {
    height: 55px;
  }

  .logo-height5 {
    height: 55px;
  }

  .logo-height6 {
    height: 70px;
  }

  .logo-height7 {
    height: 55px;
  }

  .logo-height8 {
    height: 50px;
  }

  .logo-height9 {
    height: 50px;
  }

  .logo-height10 {
    height: 80px;
  }

  .logo-height11 {
    height: 40px;
  }

  .logo-height12 {
    height: 55px;
  }

  .logo-height13 {
    height: 50px;
  }

  .logo-height14 {
    height: 50px;
  }

  .logo-height15 {
    height: 60px;
  }

  .hail-from p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    text-align: center !important;
  }

  .testimonials {
    padding: 40px 0 20px;
  }

  .testimonials-swapper {
    padding: 0;
  }

  .testimonials-card>p {
    height: 250px;
  }

  .testimonials-card {
    height: 370px;
  }

  .testimonials-card::before {
    width: 25px;
    /* image width */
    height: 25px;
    /* image height */
  }

  .testimonials-card .meta img {
    height: 70px;
    width: 70px;
  }

  .testimonials-pagination {
    margin: 20px 0 0;
  }

  /* directors */

  .directors {
    padding: 40px 0 0;
    position: relative;
  }

  .directors h2 {
    margin: 0 0 50px;
  }

  .directors .card-1 {
    padding: 10px;
  }

  .directors img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    object-position: top;
    border: 3px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    right: 14px;
  }

  .moreDesc-mob {
    display: none;
  }

  .readLess-mob {
    display: none;
  }

  .readMore-mob,
  .readLess-mob {
    color: #00ffff;
    border: 1px solid #00ffff;
    box-shadow:
      0 0 5px #00ffff,
      0 0 5px #00ffff,
      0 0 5px #00ffff;
    margin: 20px 0 0 !important;
    font-weight: 600;
    width: 130px;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
  }

  /* Optional smooth animation */
  .moreDesc-mob.active {
    display: block;
  }


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

  .directors ul {
    margin: 20px 0 0 20px;
  }

  .directors h5 {
    font-size: 16px;
  }

  .directors ul li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400 !important;
  }

  .directors .text-content {
    margin: 70px 0 20px;
  }

  /* admission */
  .admission {
    padding: 25px 0;
  }

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

  .admission .image {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    /* enables smooth scroll on iOS */
    white-space: nowrap;
    /* keep content in one line */
  }

  /* Hide scrollbar (optional) */
  .admission .image::-webkit-scrollbar {
    display: none;
  }

  .admission .image {
    scrollbar-width: none;
  }

  /* Image styling */
  .admission .image img {
    display: inline-block;
    width: 650px;
    /* 👈 make this wider than screen width */
    max-width: none;
    /* prevent Bootstrap constraints */
    height: auto;
    border-radius: 12px;
    object-fit: cover;
  }

  .admission input {
    width: 250px !important;
    margin: 15px 0 0;
  }

  /* footer */
  footer {
    padding: 40px 0 10px;
  }

  footer .vl2 {
    height: 70px;
  }

  footer .iima-logo {
    width: auto;
    height: 60px;
    margin: 0 10px 0 20px;
  }

  footer .timespro-logo {
    width: 100px;
  }

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

  /* admission */
  .admission-fee {
    color: #fff;
    padding: 30px 0;
    background: #037C92;
  }

  .admission-fee p {
    font-size: 16px;
    line-height: 24px;
  }

  .admission-fee p strong {
    font-size: 18px;
    line-height: 28px;
  }

  .admission-fee .vl3 {
    display: none;
  }

  .fee-img {
    width: 40px;
  }

  .admission-fee .p-text {
    text-align: center;
    width: 100%;
  }

}