/* site responsive styles */
/* query sm (576) styles */
/* query md (768) styles */
/* query lg (992) styles */
/* query lgwd (1025) styles */
/* query xl (1230) styles */
/* query xlwd (1330) styles */
/* query xxl (1920) styles */
/* query others (down & between) styles */
@media (max-width: 767.98px) {
  .pageMainNavCollapse {
    height: auto !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: block !important;
    -webkit-transition: height 0.3s ease, -webkit-transform 0.3s ease !important;
    transition: height 0.3s ease, -webkit-transform 0.3s ease !important;
    transition: height 0.3s ease, transform 0.3s ease !important;
    transition: height 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease !important;
  }
}

@media (max-width: 767px) {
  .containerFluidSmall {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .bookingFormWrap .filterHolder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }
}

@media (max-width: 991px) {
  .impact-circle h2 {
    font-size: 28px;
  }

  .impact-circle p {
    font-size: 15px;
  }

  .impact-card p {
    font-size: 11px;
    line-height: 1.3;
  }

  .timeline-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    /* white-space: nowrap; */
    -webkit-overflow-scrolling: touch;
  }

  .timeline-nav {
    display: inline-flex;
    gap: 10px;
  }

  .timeline-nav__item {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 8px 12px;
    background: #f5f5f5;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    min-width: 70px;
  }

  .timeline09 .timeline-nav__item {
    margin: 0 !important;
    height: 42px;
  }

  .timal-row {
    flex-direction: column;
  }

  .timal-col {
    width: 100%;
  }

  .timal-col-bg img {
    width: 100%;
    height: auto;
  }

  .timal-col-txt {
    padding: 17px;
  }

  .causesListWrap .ourCauseColumn .imgHolder {
    /* background-size: contain; */
    /* height: 100%; */
  }

  .fs-14 {
    font-size: 14px;
  }

  .ourCauseColumn {
    height: auto;
  }

  .ft_sc1 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .footer_sec2_col2 {
    order: 1 !important;
  }

  .sub_min {
    order: 1;
  }

  .footer_sec2_col3 {
    order: 3;
  }

  .ft_sc2 {
    float: right;
    width: 100%;
  }

  .sub_form {
    width: auto;
  }

  .donate_now_btn {
    margin: 0;
  }

  .s_sos {
    padding: 0;
  }

  footer {
    padding: 34px 0;
  }

  .quote-para {
    height: 57px;
    font-size: 15px;
  }

  .quote-footer {
    margin-left: 76px;
    font-size: 12px;
    text-align: right;
  }

  .banner-gandhiji-background {
    width: auto;
  }

  .banner-content {
    width: auto
  }

  .popn_box_bg2 {
    width: 42%;
  }

  .popn_box_bg2 img {
    width: 100%;
  }

  .timalhdg {
    font-size: 20px;
  }

  #home-banner {
    background: url(../images/img/background-mobile.png) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .logo {
    max-width: 164px;
  }

  .impact-bg {
    background-image: none;
  }

  
}
@media (max-width: 1600px) {
  .impact-circle {
    height: 430px;
    width: 430px;
    /* padding: 40px; */
  }
}
@media (max-width: 1400px) {
  .impact-circle {
    height: 380px;
    width: 380px;
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .impact-circle {
    height: 350px;
    width: 350px;
    padding: 5px;
  }
}



