@media (min-width: 768px) and (max-width: 990px) {
}
@media (min-width: 1024px) {
  .containerFull {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 1540px) {
  .containerFull {
    padding: 0 30px;
    width: 100%;
    max-width: 1460px;
  }
}
@media (max-width: 767px) {
  .containerFull {
    padding: 0 15px;
    width: 100%;
    max-width: 100%;
  }

  .heading {
    font-size: 1.4rem;
  }
  .btnlight {
    width: 200px !important;
    align-self: center;
  }
  .accordion-button::after,
  .accordion-button:not(.collapsed)::after {
    transform: scale(0.8);
  }
  .pad-bottom {
    padding-bottom: 50px;
  }
  .accordion-body{
      font-size:14px;
  }
 
 
  .title {
    font-size: 15px;
  }
  .main-section {
    height: 100vh;
  }

  section {
    padding: 40px 0;
  }
  .main-section .position-sticky {
    height: auto;
  }

  .large_heading {
    font-size: 1.4rem;
  }

  .sub_heading {
    font-size: 1.1rem;
  }
  /* .mob-bottom{
    margin-bottom: 400px;
   } */

  .btnlight {
    padding: 12px 20px;
    font-size: 15px;
  }
  .btnlight3 {
    padding: 10px 16px;
    font-size: 14px;
  }
  .btnlight2 {
    padding: 10px 16px;
    font-size: 14px;
  }
  .form-container {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;

    position: static !important;
  }
  .mar-bot {
    margin-bottom: 30px !important;
  }
    .custom-checklist li {
   
    font-size: 0.9rem;
}
.date-box {
    padding: 0.25rem 0.5rem;
      font-size: 0.7rem;
  }
  .date-box .day {
  font-size: 0.8rem; 
}

  
.custom-checklist{
    margin-bottom:20px;
}
  .cust-text {
    font-size: 14px;
  }

  .payment-wrapper img {
    height: 30px;
  }

  .accordion-body ul {
    font-size: 14px;
  }
  .bonus-segment h2 {
    font-size: 22px;
  }
  .cta-section p {
    margin-bottom: 20px !important;
  }
  .agenda-card {
   flex-wrap: wrap;   
    gap: 0.75rem;
  }
  .faq-clean .accordion-button {
    font-size: 15px;
  }

  .agenda-icon-box {
    margin-bottom: 0.5rem;
  }
  .card-title {
    font-size: 2.2rem;
  }
  .agenda-icon-box2 {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .cust-font2 {
    font-size: 18px !important;
  }
  .mobile-cent2 {
    display: flex;
    flex-direction: column;
    align-items: center; 
    padding-left: 0;     
  }

  .mobile-cent2 li {
    text-align: center;  
  }
  .mobile-bot {
    margin-bottom: 30px;
  }
  .mobile-cent {
    text-align: center;
  }
  .hero-section h4 {
    font-size: 1.1rem;
  }
  .organizer-section-img {
    width: 200px;
    text-align: center;
  }
  .icon-circle2 {
    width: 65px;
    height: 65px;
  }
  /* .circle-img {
    width: 50%;
    height: 50%;
} */

  p {
    font-size: 14px;
  }

  .sticky-top {
    position: static !important;
  }
  .cust-font {
    font-size: 14px;
  }

  .small_heading {
    font-weight: bold;
    font-size: 19px;
  }
}

@media (min-width: 1600px) {
}
