.page-wrapper{
  position: relative;
  margin-bottom: 100px;
}
.site-header .logo-wrapper {
    padding: 10px 0 18px;
}
.site-header .logo-wrapper a img {
    width: 220px;
}

.site-header .logo-wrapper a {
    margin-bottom: 8px;
}
.star-wrapper .stats-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 1;
}
.star-wrapper .divider-line {
  position: relative;
  z-index: 1;
}
.divider-line.bellow-line{
  z-index: 1000;
  position: relative;
}
.star-wrapper {
  position: relative;
  overflow: hidden;
}
.star-wrapper .colorbar-line {
  position: absolute;
  background-image: url("../images/colorbar-img.png");
  background-repeat: repeat-x;
  width: calc((100vw - 1340px) / 2);
  height: 96px;
}
.star-wrapper .colorbar-line.colorbar-line-left {
  left: 0;
  background-position: right;
  /* width: calc((100vw - 1340px) / 2); */
}
.star-wrapper .colorbar-line.colorbar-line-right {
  right: 0;
  background-position: left;
}
.star-wrapper .stats-bar-item span {
  display: block;
  text-align: center;
  color: #2f2f2f;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 700;
  line-height: 1.2;
  height: 38px;
  background: rgb(255 255 255 / 40%);
}
.ratting-star {
  display: flex;
}
.site-btn {
  color: #2f2f2f;
  align-self: flex-end;
  padding: 10px 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  justify-content: center;
}
.btn-blue {
  background-color: #5ac8da;
}
.btn-green {
  background-color: #a9ca3f;
}
.btn-orange {
  background-color: #ea7024;
  color: #fff !important;
}
.divider-line {
  height: 38px;
  display: flex;
}
.divider-line span {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.has-green-bg {
  background-color: #a9ca3f;
}
.has-orange-bg {
  background-color: #ea7024;
}
.has-teal-bg {
  background-color: #5ac8da;
}
.container {
  width: 100%;
}
.section-header h2 {
  font-size: clamp(26px, 4vw, 48px);
  color: #2f2f2f;
  font-weight: 700;
  margin-bottom: 14px;
}

section:not(.tuition-section) .section-header h2 {
  border-bottom-width: 2px;
  border-style: solid;
  padding-bottom: 14px;
  border-radius: 1px;
}
.section-header p {
  font-size: clamp(16px, 2.5vw, 24px);
  font-weight: 500;
  color: #2f2f2f;
}

.section-header p+p {
  margin-top: 18px;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.w-404 {
  width: 404px;
}
.section-spacing {
  padding: 40px 0;
}
.banner-section {
  position: relative;
}
.banner-section .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.banner-section .bg-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-section .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
      min-height: 835px;
}
.banner-section .content-wrapper .left-block {
  flex: 0 0 66.6%;
  max-width: 66.6%;
  padding-right: 26px;
}
.banner-section .content-wrapper .left-block .title {
  color: #fff;
  margin-bottom: 30px;
}
.banner-section .content-wrapper .left-block .title h1 {
  font-size: clamp(38px, 4vw, 48px);
  margin-bottom: 8px;
  line-height: 1.2;
}
.banner-section .content-wrapper .left-block .title p {
  font-size: clamp(18px, 2vw, 26px);
}
.banner-section .review-card-wrapper {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  max-width: 727px;
}
.banner-section .review-card-wrapper .review-card {
  flex: 1;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  min-width: 200px;
}
.banner-section .review-card-wrapper .review-rating {
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 500;
  line-height: 1;
}
.banner-section .review-card-wrapper .review-text {
  font-weight: 500;
  line-height: 1.4;
    font-size: 18px;
}
.banner-section .review-card-wrapper p {
  color: #2f2f2f;
}
 .right-block .right-block-inner{
 padding: 30px 40px 30px;
 height: 100%;
 }
 .right-block {
  background: rgba(13, 87, 99, 0.5);
  color: #fff; 
  position: fixed;
  top: 125px;
  right: calc((100vw - 1448px) / 2);
  max-width: 480px;
  z-index: 15;
  transition: 0.5s all;
}
.right-block.sticky-form{
  position: absolute;
  top: auto !important;
  bottom: 0;
}
.site:has(.sticky-header)  .right-block{
  top: 110px;
}
 .right-block iframe,
.form-section-wrapper .form-wrapper iframe {
  width: 100%;
  min-height: 585px;
}
.right-block h2 {
  color: #fff !important;
  font-size: clamp(26px, 3vw, 32px);
}
 .right-block p {
  font-size: clamp(18px, 2vw, 20px);
}
.right-block .form-block {
  margin-top: 15px;
}
.banner-section .hero-list{
      display: flex;
      margin-top: 34px;
          column-gap: 25px;
    row-gap: 10px;
    flex-wrap: wrap;
}
.banner-section .hero-list li{
     padding-left: 24px;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.banner-section .hero-list li::before{
    content: "";
    position: absolute;
    left: 0;
    background-image: url(../images/circle-check.svg);
    height: 16px;
    width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 5px;
}
.form-section-wrapper {
  display: flex;
  position: relative;
  padding: 109px 0 0;
  align-items: self-start;
  position: relative;
}
.form-section-wrapper .form-wrapper {
  flex: 0 0 33.4%;
  max-width: 33.4%;
  background: #cdeef4;
  padding: 60px 48px 30px;
  border-top: 10px solid #5ac8da;
  position: sticky;
  top: 96px;
  opacity: 0;
  visibility: hidden;
}
.form-section-wrapper .form-wrapper h2 {
  font-size: clamp(26px, 3vw, 32px);
  color: #2f2f2f;
}
.form-section-wrapper .form-wrapper p {
  font-size: clamp(18px, 2vw, 20px);
  color: #2f2f2f;
  margin-bottom: 15px;
}
.form-section-wrapper .section-wrapper {
  flex: 0 0 66.6%;
  max-width: 66.6%;
  padding-right: 24px;
}
.why-study-section .section-header {
  margin-bottom: 30px;
}

.why-study-section .section-header h2 {
  border-color: #5AC8DA;
}

.why-study-section .why-study-grid {
  display: flex;
  gap: 24px;
}
.why-study-section .why-study-grid .why-study-grid-item {
  flex: 0 0 calc(33.33% - 16px);
  max-width: calc(33.33% - 16px);
  position: relative;
  padding-bottom: 26.932%;
}
.why-study-section .why-study-grid .why-study-grid-item::before,
.programs-section .program-grid .img-block::before {
  content: "";
  height: 100%;
  width: 100%;
  inset: 0;
  position: absolute;
  z-index: 1;
}
.why-study-section .why-study-grid .why-study-grid-item::after {
  position: absolute;
  height: 60%;
  width: 100%;
  content: "";
  bottom: 0;
  background: linear-gradient(180deg, rgba(249, 248, 246, 0) 0%, #000000 100%);
}

.why-study-section .why-study-grid .why-study-grid-item.green-shadow::before,
.programs-section .program-grid .green-shadow .img-block::before {
  background: rgba(169, 202, 63, 0.15);
}
.why-study-section .why-study-grid .why-study-grid-item.orange-shadow::before,
.programs-section .program-grid .orange-shadow .img-block::before {
  background: rgba(234, 112, 36, 0.15);
}
.why-study-section .why-study-grid .why-study-grid-item.teal-shadow::before,
.programs-section .program-grid .teal-shadow .img-block::before {
  background: rgba(90, 200, 218, 0.15);
}
.why-study-section .why-study-grid .why-study-grid-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: 0;
}
.why-study-section .why-study-grid .why-study-grid-item h3 {
  position: absolute;
  color: #fff;
  font-size: clamp(18px, 2.5vw, 24px);
  bottom: 30px;
  text-align: center;
  width: 100%;
  font-weight: 700;
  z-index: 2;
  padding: 0 10px;
  line-height: 1.2;
}
.why-study-section .btn-blue, .why-study-section .btn-orange, .programs-section .btn-orange {
  margin-top: 40px;
}

.tuition-section .content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.tuition-section .content-wrapper > div {
  flex: 0 0 50%;
  max-width: 50%;
}
.tuition-section .content-wrapper .content-block {
  padding: 35px 48px;
  background: #f6faeb;
}
.tuition-section .content-wrapper .content-block .section-header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  /* border-bottom: 18px solid #a9ca3f; */
}
.tuition-section .content-wrapper .content-block .section-header h2 {
  margin: 0;
}
.tuition-section .content-wrapper .content-block h3 {
  font-size: clamp(26px, 3vw, 32px);
  line-height: 1.3;
  margin-bottom: 12px;
}
.tuition-section .content-wrapper .content-block .site-btn {
  display: flex;
  margin-top: 35px;
}
.tuition-section .content-wrapper .content-block p {
  font-size: clamp(16px, 2vw, 26px);
}
.tuition-section .content-wrapper .img-block {
  position: relative;
}
.tuition-section .content-wrapper .img-block::before {
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  content: "";
  background: linear-gradient(
    0deg,
    rgba(169, 202, 63, 0.15),
    rgba(169, 202, 63, 0.15)
  );
}
.tuition-section .content-wrapper .img-block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 88%;
}

.programs-section .section-header {
  margin-bottom: 30px;
}

.programs-section .section-header h2 {
  border-color: #A9CA3F;
}

.programs-section .program-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.programs-section .program-grid .img-block {
  position: relative;
  padding-bottom: 42.7%;
  border-bottom: 10px solid transparent;
}
.programs-section .program-grid .green-shadow .img-block {
  border-color: #a9ca3f;
}
.programs-section .program-grid .orange-shadow .img-block {
  border-color: #ea7024;
}
.programs-section .program-grid .teal-shadow .img-block {
  border-color: #5ac8da;
}
.programs-section .program-grid .green-shadow .content {
  background-color: #f6faeb;
}
.programs-section .program-grid .orange-shadow .content {
  background-color: #fdf0e9;
}
.programs-section .program-grid .teal-shadow .content {
  background-color: #eef9fb;
}
.programs-section .program-grid .img-block img {
  inset: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.programs-section .program-grid .content {
  padding: 26px 33px 45px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.programs-section .program-grid .content h3 {
  color: #2f2f2f;
  font-weight: 800;
  font-size: clamp(20px, 2vw, 26px);
  margin-bottom: 15px;
}
.programs-section .program-grid .content p {
  font-size: clamp(16px, 2vw, 20px);
  color: #2f2f2f;
  margin-bottom: 20px;
}
.programs-section .program-grid .content .site-btn {
  max-height: max-content;
  margin-top: auto !important;
}
.programs-section .btn-green {
  margin-top: 40px;
}
.programs-section .program-grid-item {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.steps-section .section-header {
  margin-bottom: 30px;
}

.steps-section .section-header h2 {
  border-color: #ea7024;
}

.steps-section .step-item {
  display: flex;
  align-items: center;
  padding: 16px 16px 16px 27px;
  gap: 26px;
  background-color: #f9f8f6;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-left: 10px solid transparent;
}
.steps-section .step-item p {
  font-size: clamp(16px, 2vw, 20px);
  color: #2f2f2f;
}
.steps-section .step-item span {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 800;
}
.steps-section .step-item + .step-item {
  margin-top: 24px;
}
.steps-section .step-item.blue-card,
.stories-section .img-block.blue-card {
  border-color: #5ac8da;
}
.steps-section .step-item.orange-card,
.stories-section .img-block.orange-card {
  border-color: #ea7024;
}
.steps-section .step-item.green-card,
.stories-section .img-block.green-card {
  border-color: #a9ca3f;
}
.steps-section .step-item.blue-card span {
  color: #5ac8da;
}
.steps-section .step-item.orange-card span {
  color: #ea7024;
}
.steps-section .step-item.green-card span {
  color: #a9ca3f;
}
.steps-section .step-item h3 {
  font-size: clamp(18px, 2vw, 26px);
  color: #2f2f2f;
  line-height: 1.2;
}
.steps-section .site-btn {
  margin-top: 30px;
}
.stories-section .section-header {
  margin-bottom: 30px;
}

.stories-section .section-header h2 {
  border-color: #5AC8DA;
}

.stories-section .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.stories-section .testimonial-grid .testimonial-card {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.stories-section .testimonial-grid .img-block {
  position: relative;
  padding-bottom: 110%;
}
.stories-section .testimonial-grid .img-block img {
  height: 100%;
  width: 100%;
  inset: 0;
  position: absolute;
  object-fit: cover;
  object-position: top;
}
.stories-section .testimonial-grid .img-block h3 {
  position: absolute;
  width: 100%;
  bottom: 18px;
  font-size: clamp(18px, 2.5vw, 20px);
  color: #fff;
  z-index: 1;
  padding-left: 18px;
}

.stories-section .testimonial-grid .img-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(187.55deg, rgba(0, 0, 0, 0) 53.32%, #353F13 97.47%);
  mix-blend-mode: multiply;
  z-index: 1;
}

.stories-section .testimonial-grid .testimonial-card:nth-child(1) .img-block {
  box-shadow: 0 8px 0 0 #A9CA3F;
}
.stories-section .testimonial-grid .testimonial-card:nth-child(2) .img-block {
  box-shadow: 0 8px 0 0 #ea7024;
}
.stories-section .testimonial-grid .testimonial-card:nth-child(3) .img-block {
  box-shadow: 0 8px 0 0 #5AC8DA;
}

.stories-section .testimonial-grid .content {
  padding: 20px;
  background-color: #f9f8f6;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.stories-section .testimonial-grid .content p {
  color: #2f2f2f;
  font-size: clamp(18px, 2.5vw, 20px);
  margin: 15px 0;
  flex: 1;
}
.stories-section .testimonial-grid .content span {
  color: #2f2f2f;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 800;
}
.cta-section {
  padding: 48px 0;
  position: relative;
  min-height: 593px;
  display: flex;
  align-items: center;
  z-index: 3;
}
.cta-section .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cta-section .bg-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cta-section h2 {
  color: #fff;
}
.cta-section .section-header p {
  color: #fff;
  font-size: clamp(18px, 2vw, 26px);
  margin-bottom: 16px;
}
.cta-section .cta-content-wrapper {
  position: relative;
  z-index: 1;
}
.cta-section .section-header {
  max-width: 685px;
}
.cta-section  .cta-content-wrapper ul{
      color: #fff;
    display: flex;
    flex-direction: column;
    font-weight: 500;
        font-size: clamp(18px, 2vw, 26px);
    margin: 40px 0;
    line-height: 1.3;
        gap: 10px;
}
.cta-section  .cta-content-wrapper ul li{
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cta-section  .cta-content-wrapper ul li::before{
    position: relative;
    content: '';
    background-image: url(../images/check-icon.svg);
    height: 22px;
    width: 23px;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    display: block;
}
/* footer css start  */
.site-footer {
  background-color: #595959;
  color: #d0cfc9;
  padding: 50px 0;
  font-size: 24px;
  font-weight: 500;
      z-index: 1000;
    position: relative;
}

/* ─── Columns grid ────────────────────────────────────── */
.site-footer .footer-cols {
  display: flex;
  gap: 40px 60px;
  justify-content: space-between;
}
.site-footer .contact-info {
  max-width: 488px;
}
/* ─── Column headings ─────────────────────────────────── */
.site-footer .col-title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 3vw, 32px);
  margin-bottom: 25px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
}

/* ─── Contact column ──────────────────────────────────── */
.site-footer .contact-info address {
  font-style: normal;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 20px;
}
.site-footer .contact-info a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  transition: color 0.2s;
  word-break: break-all;
}

.site-footer .footer-nav {
  list-style: none;
}

.site-footer .footer-nav a {
  color: #ffff;
  text-decoration: none;
  transition:
    color 0.2s,
    padding-left 0.2s;
  display: inline-block;
}
.site-footer .footer-nav a:hover {
  color: #ea7024;
}
/* ─── Bottom bar ──────────────────────────────────────── */
.site-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.site-footer .footer-bottom .social-media-listing {
  display: flex;
  align-items: center;
  gap: 14px;
}
.site-footer .footer-bottom .social-media-listing a {
  color: #fff;
}
.site-footer .footer-bottom .social-media-listing i {
  font-size: 22px;
}
.site-footer .qm-logo img {
  width: 110px;
  height: auto;
}
/* Social icons */
.site-footer .social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-footer .social-icons a {
  width: 62px;
  height: 62px;
}
.site-footer .footer-bottom-wrap {
  padding-top: 50px;
  margin-top: 40px;
  border-top: 1px solid #fff;
}
.banner-section .review-card-wrapper .review-rating:has(.icon) {
  display: flex;
  align-items: center;
  gap: 8px;
}
.banner-section .review-card-wrapper .review-rating .icon {
  position: relative;
  top: -2px;
}
.banner-section .review-card-wrapper .review-rating{
      font-weight: 700;
    font-size: 26px;
}
.banner-section .review-card-wrapper .review-rating .icon img {
  width: 29px;
  height: auto;
}
.back-to-top{
  z-index: 1200 !important;
}
/* footer css end  */
@media(max-height : 800px){
  .right-block .right-block-inner {
    padding: 25px;
  }
  .right-block h2 {
    font-size: 28px;
  }
}
@media (max-width: 1512px) {
  .star-wrapper .container {
    padding-left: 0;
  }
  .banner-section .content-wrapper .left-block,
  .form-section-wrapper .section-wrapper {
    flex: 0 0 65.3%;
    max-width: 65.3%;
  }
   .right-block
  {          
    max-width: 33.4%;
    right: 0;
  }
  .pr-0 {
    padding-right: 0 !important;
  }
  
}
@media(max-width:1499px){
  .site-header .logo-wrapper img.site-logo {
        width: 250px;
    }
}
@media (max-width: 1199px) {
  .section-header h2 {
    margin-bottom: 4px;
  }
  .section-header {
    margin-bottom: 25px;
  }
  .site-footer {
    padding: 40px 0;
  }
  .site-footer .footer-cols {
    gap: 30px;
  }
  .site-footer .col-title {
    margin-bottom: 20px;
  }
  .site-footer .footer-bottom-wrap {
    padding-top: 25px;
    margin-top: 25px;
  }
  .right-block .right-block-inner
  .form-section-wrapper .form-wrapper {
    padding: 25px;
  }
  .form-section-wrapper {
    padding: 60px 0 0;
  }
  .page-wrapper{
    margin-bottom: 60px;
  }
  .section-spacing {
    padding: 30px 0;
  }
  .star-wrapper .stats-bar-item span {
    padding: 12px;
  }
  .programs-section .program-grid .content {
    padding: 25px;
  }
  .tuition-section .content-wrapper .content-block {
    padding: 25px;
  }
  .tuition-section .content-wrapper .content-block .site-btn {
    margin-top: 15px;
  }
  .programs-section .btn-green {
    margin-top: 20px;
  }
  .why-study-section .btn-blue,
  .steps-section .site-btn {
    margin-top: 20px;
  }
  .why-study-section .section-header {
    margin-bottom: 20px;
  }
  .programs-section .section-header,
  .steps-section .section-header,
  .stories-section .section-header {
    margin-bottom: 20px;
  }
  .stories-section .testimonial-grid .content p {
    margin: 15px 0;
  }
  .stories-section .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-study-section .why-study-grid .why-study-grid-item {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .why-study-section .why-study-grid {
    flex-wrap: wrap;
  }
   .right-block iframe,
  .form-section-wrapper .form-wrapper iframe {
    min-height: 610px;
  }

  .tuition-section .content-wrapper .content-block .section-header {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 10px solid #a9ca3f;
  }
  .site-btn {
    min-height: 50px;
  }
  .form-section-wrapper .form-wrapper {
    top: 106px;
  }
  .site:has(.sticky-header) .right-block
 {
    top: 111px;
}
.right-block{
  top: 121px;
}
.site-header .logo-wrapper {
  padding: 0;
}
}
@media (max-width: 991px) {
  .section-header h2 {
    margin-bottom: 4px;
  }
  .section-header {
    margin-bottom: 25px;
  }
  .site-footer .footer-cols {
    flex-wrap: wrap;
  }
  .site-footer .contact-info {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
  .form-section-wrapper {
    flex-wrap: wrap;
  }
  .form-section-wrapper .section-wrapper,
  .form-section-wrapper .form-wrapper {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .banner-section .content-wrapper {
    flex-wrap: wrap;
  }
  .banner-section {
    padding: 50px 0;
  }
  .banner-section .container {
    padding-right: 25px !important;
  }
  .right-block {
    display: none;
  }
  .banner-section .content-wrapper .left-block {
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 0 !important;
  }
  .w-404 {
    width: auto;
  }
  .form-section-wrapper .form-wrapper {
    order: 1;
    position: relative;
    padding: 25px;
    top: 0;
  }
  .page-inner-wrapper .container {
    padding: 0 !important;
  }
  .form-section-wrapper .section-wrapper {
    padding: 30px 25px 0;
    order: 2;
  }
  .form-section-wrapper {
    padding-top: 0;
  }
  .tuition-section .content-wrapper .content-block {
    padding: 20px;
  }
   .right-block iframe,
  .form-section-wrapper .form-wrapper iframe {
    min-height: 510px;
  }
  .form-section-wrapper .form-wrapper {
    opacity: 1;
    visibility: visible;
  }
    .divider-line ,.star-wrapper .stats-bar-item span {
    height: 30px;
  }
    .cta-section .cta-content-wrapper ul{
      margin: 30px 0;
    }
  .cta-section .cta-content-wrapper ul li{
        gap: 8px;
  }
  .cta-section .cta-content-wrapper ul li::before{
        height: 19px;
    min-width: 20px;
    width: 20px;
  }
}
@media (max-width: 767px) {
  .site-footer .col {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
  .site-footer {
    font-size: 18px;
  }
  .site-footer .col-title {
    margin-bottom: 15px;
  }

  .section-header h2 {
    margin-bottom: 0;
  }
  .cta-section .hero-list li::before {
    left: 4px;
  }
  .cta-section .hero-list {
    flex-direction: column;
  }
  .cta-section .hero-list li {
    padding-left: 30px;
  }
  .cta-section .hero-list li + li {
    margin-left: 0;
  }
  .cta-section {
    padding: 40px 0;
  }
  .section-spacing {
    padding: 20px 0;
  }

  .tuition-section .content-wrapper > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tuition-section .content-wrapper .img-block {
    order: 1;
  }
  .tuition-section .content-wrapper .content-block {
    order: 2;
  }
  .programs-section .program-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .stories-section .testimonial-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .form-section-wrapper {
    padding: 0 0 40px;
  }
  .stories-section .testimonial-grid .content p {
    margin: 10px 0;
  }
  .programs-section .program-grid .content h3 {
    margin-bottom: 5px;
  }
  .programs-section .program-grid .content p {
    margin-bottom: 15px;
  }
  .programs-section .program-grid .content {
    padding: 20px;
  }
  .site-footer .qm-logo img {
    width: 100px;
  }
  .site-footer .social-icons a {
    width: 55px;
    height: 55px;
  }
  .stories-section .testimonial-grid .img-block {
    padding-bottom: 80%;
  }
}

@media (max-width: 575px) {
  .why-study-section .why-study-grid .why-study-grid-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 55%;
  }
  .stories-section .testimonial-grid .img-block {
    padding-bottom: 90%;
  }
  .site-footer {
    font-size: 16px;
  }
  .site-footer .col-title {
    margin-bottom: 10px;
  }
  .steps-section .step-item {
    padding: 12px;
    gap: 12px;
    padding-left: 14px;
    border-left: 6px solid transparent;
  }
  .steps-section .step-item img {
    min-width: 70px;
    width: 70px;
    height: auto;
  }
  .right-block iframe,
  .form-section-wrapper .form-wrapper iframe {
    min-height: 540px;
  }
}
@media (max-width: 379px) {
  .site-footer .footer-bottom {
    flex-direction: column;
  }
  .right-block iframe,
  .form-section-wrapper .form-wrapper iframe {
    min-height: 560px;
  }
   .site-header .logo-wrapper img.site-logo {
        width: 200px;
    }
}
