
body {
    margin: 0;
    padding: 0;
  }
  
  .courseDetails-container {
    margin: 0 auto;
    width: 100%;
    position: relative;
    top: 100px;
    padding-bottom: 260px;
    line-height: 150%;
    text-align: justify;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  
  .courseDetails-heading {
    color: #7f56d9;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.28px;
    font-size: 45px;
  }
  
  .courseDetails-heading p {
    font-family: GothamBook;
    line-height: 0%;
    margin-bottom: 27px;
    /* width: auto; */
    /* height: 33px; */
    flex-direction: column;
    display: flex;
    text-align: center;
    line-height: 1;
  }
  
  .courseDetails-svg-div {
    line-height: 0%;
  }
  
  .courseDetails-inner-container {
    height: 680px;
    width: 60%;
    max-width: 900px;
    margin-top: 40px;
    background-color: #ebf2ff;
    border-radius: 5px;
    display: flex;
  }
  
  .courseDetails-card {
    display: flex;
    padding: 30px;
  }
  
  .courseDetails-inner-card {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 20px;
  }
  
  .courseDetails-top-div {
    display: flex;
  }
  
  .top-div-content {
    width: 70%;
  }
  
  .top-div-image {
    width: 30%;
    display: inline-flex;
    align-items: end;
    position: relative;
  }
  
  /* #card-main-image {
    position: relative;
  } */
  
  .top-div-image img {
    max-width: 100%;
    height: auto;
  }
  
  .courseDetails-middle-div {
    display: flex;
    flex-direction: column;
  }
  
  .courseDetails-bottom-div {
    display: flex;
    justify-content: space-between;
  }
  
  .program-features-list-div {
    display: flex;
  }
  
  .program-features-list-div ul {
    padding-inline-start: 30px;
  }
  
  .program-features-ul {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
  
  .program-features-listitems p {
    line-height: 100%;
  }
  
  /* .submit {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  } */
  
  .courseDetails-buttons {
    display: flex;
    gap: 10px;
  }
  
  .courseDetails-container button {
    border: none;
    cursor: pointer;
    /* width: 20%; */
    width: 140px;
    /* display: inline-flex; */
    padding: 12px 0px;
  
    border-radius: 5px;
  
    font-family: GothamBook;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 600;
    line-height: 75%;
    letter-spacing: 0em;
  }
  
  .payment-schedule-button button {
    background: #ffffff;
    color: #ff595e;
    border: 2px solid #ff595e;
  }
  .pay-booking-amount-button button {
    background: #7f56d9;
    border: 2px solid #7f56d9;
    border-radius: 5px;
    color: #ffffff;
  }
  
  .offline-class-wrapper {
    position: absolute;
    top: 176px;
    left: 136px;
    max-height: 16px;
    border-radius: 2px;
    background-color: white;
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  
    padding: 2px 4px;
  }
  
  .hybrid-class-wrapper {
    position: absolute;
    top: 176px;
    left: 136px;
    max-height: 16px;
    border-radius: 2px;
    background-color: white;
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  
    padding: 2px 4px;
  }
  
  .offline-class,
  .hybrid-class {
    /* width: 60px; */
    position: relative;
    font-weight: 200;
    /* text-align: left; */
    font-size: 0.7rem;
    color: #667085;
    font-family: InterMedium;
  }
  
  /* Typography */
  .course-name p {
    font-family: GothamBook;
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0em;
    text-align: left;
  }
  
  .subjects p {
    font-family: GothamBook;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0em;
    text-align: left;
    color: #7f56d9;
  }
  
  .standard p {
    font-family: GothamBook;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0em;
    text-align: left;
    color: #263238;
  }
  
  .description p {
    font-family: GothamBook;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
  }
  
  .program-features-heading p {
    font-family: GothamBook;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 0%;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
  }
  
  .program-features-listitems li {
    font-family: GothamBook;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0em;
    text-align: left;
    color: #3b3a3a;
  }
  
  .fees p,
  .booking-amount p {
    font-family: GothamBook;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0em;
    text-align: left;
    color: #101828;
  }
  
  @media screen and (max-width: 1300px) {
    /* .offline-class-wrapper {
      display: none;
    } */
  }
  
  @media screen and (max-width: 1200px) {
    .courseDetails-inner-container {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 800px) {
    .offline-class-wrapper {
      display: none;
    }
  }
  
  @media screen and (max-width: 650px) {
    .courseDetails-bottom-div {
      flex-direction: column;
      gap: 20px;
    }
  
    .courseDetails-inner-container {
      height: 1000px;
    }
  
    .courseDetails-buttons {
      flex-direction: column;
    }
  }
  
  @media screen and (max-width: 500px) {
    .program-features-ul {
      gap: 0px;
      flex-direction: column;
    }
  
    .courseDetails-inner-container {
      height: 1290px;
    }
    .courseDetails-container button {
      width: 100%;
    }
    .offline-class-wrapper {
      top: 457px;
      /* bottom: 91px; */
      left: 7px;
    }
  }
  
  @media screen and (max-width: 350px) {
    .courseDetails-inner-container {
      height: 1400px;
    }
    .offline-class-wrapper {
      display: block;
      top: 458px;
      /* bottom: 91px; */
      left: 6px;
    }
  }
  