 /* `xs` returns only a ruleset and no media query */
 .side-menu, #navSidebar, #menu, .sidebar{
  display: none;
}

.bottom-news-view-btn{
  display: none;
}

.mobile-menu{
  display: none;
}

#footer .main .logo img {
  margin-top: 56px;
}

#slide-panel{
  /* display: none; */
}

/* Sky Mega Menu Customize */

menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    margin-left: -36px;
}

#site-navigation{
    /* margin-top: -6px; */
    padding-top: 8px;
}

.sky-mega-menu li{
    line-height: 28px;
}

/* .sky-mega-menu li:first-child a {
    padding-left: 0;
} */

.sky-mega-menu li a {
    padding: 0 17px;
    /* font-weight: bold; */
}

.sky-mega-menu .right a{
    color: #000!important;
    text-transform:none;
    font-size: 1.1rem; 
    /* width: 115px; */
    text-align: center;
    font-weight: bold;
}

.sky-mega-menu li a{
    text-transform: capitalize;
    /* font-size: 16px;  */
    font-size: 1.05rem; 
}

.sky-mega-menu li.current a.menu, .sky-mega-menu li a.menu:hover{
    color: #805CA0 !important;
    /* font-weight: bold; */
}

.sky-mega-menu li li a{
    font-size: 1rem!important; 
    padding-top: 8px;
    padding-bottom: 8px;
}

.sky-mega-menu li li a:hover{
    /* color: #ffcc00!important; */
    color: #4F1450 !important;
}

.sky-mega-menu li li:last-child{
    border-bottom: 0;
}

.sky-mega-menu .grid-container3{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/* Menu */

.sky-mega-menu li.all-services{
    display: none;
}

.main_mobile, .main_mobile_s, .main_mobile_xs, .bible_quote_s{
    display: none!important;
}

.main .logo img {
    width: 160px;
}

.photo-gallery-section .header{
    height: 42px; margin-top: 40px;
 }

.title.text-center.header {
    height: auto;
}

.title.text-center.header .read-more {
    margin-top: 0px;
}

#footer .main_pic2{
    display: none;
}

.bg-color{
    background-color: #fff;
    height: 100%;
    padding: 25px;
    z-index: 5000;
    /* box-shadow: -3px 0 10px rgba(0, 0, 0, 0.7); */
    box-shadow: -3px 3px 9px rgba(0, 0, 0, .3);
}

  /* Close Button */
#close-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 24px; /* Large enough for touch */
    color: #fff;
    background-color: #444;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#close-btn:hover {
    background-color: #555;
}

.img-our-how-xs, .img-the-challenge-xs, .img-our-solution-xs{
  display: none;
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
/* @media (min-width: 360px) { */
@media all and (min-width: 360px) and (max-width: 575.98px) {
    .main-body {
      margin-left: 20px;
      margin-right: 20px;
    }

    .menu{
      display: none;
    }

    .donation {
      display: flex;
      gap: 0;
      margin-left: 85px;
      margin-top: -10px;
      float: none;
    }

    .donation-btn, .join-us-btn {
      box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
      margin-bottom: 3px;
    }

    #banner-section, .live-banner .carousel-item {
      height: 370px;
    }

    .main-body.intro .row .col-xl-4:first-child .panel-section {
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto;
    }
  
    .main-body.intro .row .col-xl-4:nth-child(2) .panel-section {
        margin-top: 7px;
        margin-bottom: 7px;
        margin-left: auto;
        margin-right: auto;
    }
  
    .main-body.intro .row .col-xl-4:last-child .panel-section {
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .img-our-how, .img-the-challenge, .img-the-challenge-sm, .img-our-solution{
      display: none;
    }
  
    .img-our-how-xs, .img-the-challenge-xs, .img-our-solution-xs{
      display: inline-block;
    }

    .testimonial-list .testimonial-item:first-child{
      margin-right: auto;
    }
  
    .testimonial-list .testimonial-item:last-child{
      margin-left: auto;
    }
  
    .testimonial-list .info {
      padding: 20px 25px 20px 25px;
    }
  
    #faq-accordion {
      max-width: 100%;
    }

    #form-donation-enquiry {
      max-width: 100%;
      margin-bottom: 35px;
    }

    .stats-list {
      flex-wrap: wrap;
    }

    .stats-list .stat-panel {
      margin: 8px auto;
      margin-left: 25px;
    }

    .scheduled_carousel {
      margin-right: auto;
    }

    .scheduled_item .schedule_title {
      line-height: normal;
    }

    .donation_form {
      padding: 30px 35px;
    }

    .btn-donation-option {
      font-size: 17px;
      margin-right: 10px;
      margin-bottom: 10px;
    }

    .btn-donation {
      background-color: #89C431;
      padding: 5px 25px;
    }

    .btn-learn-more {
      padding: 5px 25px;
      margin-left: 10px;
    }

    .btn-donation span, .btn-learn-more span {
      display: none;
    }

    .img-the-challenge-xs {
      margin-right: -30px;
    }
    
    .img-our-solution-xs {
        margin-right: -25px;
        margin-top: 37px;
    }
    
    .img-our-how-xs {
        margin-right: -23px;
        margin-top: 5px;
    }

    .header-title .logo {
      width: 105px!important;
      height: 86px!important;
      margin-top: 5px!important;
    }
    
    side-panel-contact-detail{
      display: none;
    }

    #donation .main-body, 
    #footer-section .main-body {
        margin-left: 10px;
        margin-right: 10px;
    }

    #footer-section .ftitle {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #footer-section .footer-bottom .left, #footer-section .footer-bottom .right {
        text-align: center;
    }

    #footer-section .footer-bottom .right {
        padding-top: 0;
        padding-bottom: 10px
    }

    .live-banner {
      height: 370px!important;
    }

    .live-banner .carousel-item {
      height: 430px;
    }
}

/* `md` applies to small devices (landscape phones, less than 768px) */
/* @media (min-width: 576px) { */
@media all and (min-width: 576px) and (max-width: 767.98px) {
  .main-body {
    margin-left: 30px;
    margin-right: 30px;
  }

  .menu {
    gap: 24px;
  }

  .testimonial-list .testimonial-item:first-child{
    margin-right: auto;
  }

  .testimonial-list .testimonial-item:last-child{
    margin-left: auto;
  }

  .testimonial-list .info {
    padding: 20px 25px 20px 25px;
  }

  #faq-accordion {
    max-width: 100%;
  }

  #form-donation-enquiry {
    max-width: 100%;
    margin-bottom: 35px;
  }

  .img-our-how, .img-the-challenge, .img-the-challenge-sm, .img-our-solution{
    display: none;
  }

  .img-our-how-xs, .img-the-challenge-xs, .img-our-solution-xs{
    display: inline-block;
  }

  .stats-list {
    flex-wrap: wrap;
  }

  .stats-list .stat-panel {
    margin: 8px auto;
  }

  .header-title .logo {
    width: 80px;
    height: 80px;
  }

  side-panel-contact-detail{
    display: none;
  }
}

/* `lg` applies to medium devices (tablets, less than 992px) */
/* @media (min-width: 768px) { */
@media all and (min-width: 768px) and (max-width: 991.98px) {
  .main-body {
    margin-left: 30px;
    margin-right: 30px;
  }

  .menu {
    gap: 24px;
  }

  .img-the-challenge{
    display: none;
  }

  .panel-section {
    background-color: #e1f0ce;
    border-radius: 10px;
    padding: 40px 35px;
    padding-top: 25px;
    min-height: 260px;
  }

  .panel-section .description {
    min-height: auto;
  }

  .main-body.intro .row .col-xl-4:first-child .panel-section {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-body.intro .row .col-xl-4:nth-child(2) .panel-section {
      margin-top: 7px;
      margin-bottom: 7px;
      margin-left: auto;
      margin-right: auto;
  }

  .main-body.intro .row .col-xl-4:last-child .panel-section {
      margin-top: 15px;
      margin-left: auto;
      margin-right: auto;
  }

  .img-our-how, .img-the-challenge, .img-the-challenge-sm, .img-our-solution{
    display: none;
  }

  .img-our-how-xs, .img-the-challenge-xs, .img-our-solution-xs{
    display: inline-block;
  }

  .stats-list {
    flex-wrap: wrap;
  }

  .stats-list .stat-panel {
    margin: 8px auto;
  }

  .testimonial-list .testimonial-item:first-child{
    margin-right: auto;
  }

  .testimonial-list .testimonial-item:last-child{
    margin-left: auto;
  }

  #footer-section .footer-title .logo {
    border-radius: 150px;
    width: 125px;
    height: 125px;
    margin-bottom: 0;
  }

  #footer-section .footer-title .title {
    width: 350px;
  }

  #footer-section .ftitle {
    margin-top: 25px;
  }

  #side-panel-mobile-menu{
    display: none;
  }

}

/* `xl` applies to large devices (desktops, less than 1200px) */
/* Large devices (desktops, 992px and up) */
@media all and (min-width: 992px) and (max-width: 1199.98px) {
/* @media (min-width: 992px) { */
  .main-body {
    margin-left: 30px;
    margin-right: 30px;
  }

  .panel-section {
    background-color: #e1f0ce;
    border-radius: 10px;
    padding: 40px 35px;
    padding-top: 25px;
    min-height: 320px;
  }

  .panel-section .title {
    font-size: 23px;
  }

  .panel-section .description {
    font-size: 18px;
    min-height: 120px;
  }

  .img-the-challenge{
    display: none;
  }

  .img-our-solution {
    margin-right: -16px;
    margin-top: 10px;
  }

  .img-our-how{
    margin-top: 27px;
    margin-right: -15px;
  }

  .main-body.intro .row .col-xl-4:first-child .panel-section {
    margin-right: auto;
  }

  .main-body.intro .row .col-xl-4:nth-child(2) .panel-section {
      margin-left: auto;
      margin-right: auto;
  }

  .main-body.intro .row .col-xl-4:last-child .panel-section {
      margin-left: auto;
  }

  .testimonial-list .testimonial-item:first-child{
    margin-right: auto;
  }

  .testimonial-list .testimonial-item:last-child{
    margin-left: auto;
  }

  .donation_form {
    padding: 30px 45px;
  }

  .btn-donation-option {
    font-size: 18px;
    margin-right: 10px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .btn-donation {
    padding: 5px 30px;
  }

  .btn-learn-more {
    padding: 5px 30px;
    margin-left: 10px;
  }

  #side-panel-mobile-menu{
    display: none;
  }
  .donation_join_us{
    height: 76px;
  }
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media all and (min-width: 1200px) {
/* @media (min-width: 1200px) { */
  .img-the-challenge-sm{
    display: none;
  }

  .img-our-solution{
    margin-top: 7px;
  }

  #side-panel-mobile-menu{
    display: none;
  }
  .donation_join_us{
    height: 76px;
  }
}



/* ---------------------- */

.slick-slide {
    margin: 0 15px; /* Adjust the margin as needed */
  }

  .slick-list {
    margin: 0 -1px; /* Adjust to match the margin of .slick-slide */
  }

  @media (max-width: 1024px) {
    .slick-slide {
      margin: 0 8px;
    }

    .slick-list {
      margin: 0 -8px;
    }
  }

  @media (max-width: 600px) {
    .slick-slide {
      margin: 0 6px;
    }

    .slick-list {
      margin: 0 -6px;
    }
  }

  @media (max-width: 480px) {
    .slick-slide {
      margin: 0 4px;
    }

    .slick-list {
      margin: 0 -4px;
    }
  }