@media screen and (max-width: 767px) {

  .carousel-caption {
    display: block !important;
    left: 3%;
    bottom: 2.25rem;
  }

  section.hero h5 {
    font-size: 31px;
  }

  section.hero .carousel-item img {
    height: calc(85vh - 104px);
    object-fit: cover;

  }

  header .logo {
    width: 100px;
  }



}


@media screen and (max-width: 600px) {

  .form_banner {
    background: #fbfbfb;
    padding-top: 94px;
  }

  .error-message {
    color: var(--error-red);
    font-size: 0.9rem;
    margin-top: 4px;
    display: none;
  }

  section.hero, section.event_banner {
    overflow: hidden;
    margin-top: 74px;
  }

  section.best-word h2 {
    font-size: 24px;
  }

  .btn2 {
    padding: 11px 19px;
    font-size: 15px;
  }


  .heading {
    font-size: 26px;
  }

  .padding {
    padding-bottom: 20%;
  }


  section.benefits .timeline::after {
    display: none;
  }

  section.benefits .timeline .pointer {
    display: none;
  }

  section.benefits .box {
    margin-bottom: 50px;
    position: relative;
  }


  section.gallery img {
    border-radius: 16px;
  }

  iframe {
    width: 100%;
  }

  footer img {
    object-fit: contain;
  }

  section {
    overflow-x: hidden !important;
  }


  .svg_4 {
    border-radius: 100%;
    fill: rgb(159 255 151);
    filter: blur(50.3000030517578px);
    position: absolute;
    top: 7px;
    left: -68px;
  }

  .svg_2 {
    display: none;
  }

  .svg_1 {
    border-radius: 100%;
    fill: rgb(151 210 255);
    filter: blur(142.3000030517578px);
    position: absolute;
    top: -100px;
    left: -81px;
    width: 100px;
  }


  section.best-word {
    overflow: hidden !important;
  }

  section.other-banner {
    padding: 60px 0;
    background: url('../Images/bg_other.png') no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 73px;
  }


  section.team h2 {
    font-family: "med", sans-serif;
    font-size: 16px;
    letter-spacing: -0.03em;
    background: linear-gradient(180deg, #002b4c 0%, #005597 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }


  section.team p {
    color: #454545;
    font-size: 12px;
  }


  section.formbox .bootom_bar {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* gap: 16px; */
    border-top: 1px solid #002b4c3a;
    padding: 10px 2%;
    /* flex-direction: column; */
    background-color: #fff;
  }

  section.formbox .bootom_bar .small {
    font-size: 12px !important;
  }


  .btn3 {
    font-size: 14px !important;
    width: 170px;
    height: 44px;
  }


  section.formbox {
    height: max-content;
    padding-bottom: 120px;
  }


  section.contact_us_1 .error-message {
    color: var(--error-red);
    font-size: 0.9rem;
    margin-top: 4px;
    display: none;
  }

  section.event .placename {
    font-size: 14px;
  }

  section.event .maineventname {
    font-size: 18px;
  }

  section.partner.teamhome {
    padding-top: 9px;
  }

}