 /* `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;
}

/* 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: #333 !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;
}


/* Close Button */
.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: 22px;
  color: #1a3936;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex
;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#close-btn:hover {
  background-color: #ffffff;
  border: 1px solid #ccc;
  /* margin-left: 10px; */
}

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

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

.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: 15px;
      margin-right: 15px;
    }

    .kim_btn a{
      display: none;
    }
  
    #side-panel-mobile-menu{
      display: block;
    }
  
    #menu_main{
      display: none;
    }
  
    .header-section .menu-section .logo img:first-child {
      height: 60px;
      margin-top: 4px;
    }
  
    .header-section .menu-section .logo img:last-child {
      height: 50px;
      margin-top: 10px;
    }
  
    .carousel-item.active .carousel-caption h1 {
        font-size: 35px;
    }

    .header-section .banners .carousel-item img,
    .header-section .banners {
        height: 505px;
    }
  
    .kim_btn {
      margin-top: 25px;
    }

    #welcome-section {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  
    #welcome-section .intro{
      padding-right: 0;
    }
  
    #welcome-section .intro .pic{
      display: none;
    }

    #welcome-section .intro-side .growth, 
    #welcome-section .intro-side .mission-vision-goal, 
    #welcome-section .intro-side .stats-counter-list {
      padding-left: 25px;
      padding-right: 20px;
    }
  
    #welcome-section .intro-side {
      border: 1px solid #D7D8D9;
      border-radius: 20px;
      margin-top: 40px;
      padding-left: 0;
      padding-top: 0;
    }
  
    #welcome-section .intro-side .stats-counter-list {
      max-width: 90%;
    }
  
    #award-faq-section .faq-list {
      margin-bottom: 50px;
      border-top: 1px solid #efeff0;
      border-left: 0;
      padding-left: 0;
      padding-top: 40px;
      padding-bottom: 5px;
      margin-top: 0;
    }
  
    #footer-section .ft_right .ft_content {
      margin-left: 25px;
    }
  
    #footer-section .ft_left .ft_content {
      margin-right: 25px;
    }

    #consulting-section {
      padding-left: 15px;
      padding-right: 15px;
    }

    #consulting-section .main_title {
      font-size: 35px;
    }

    #consulting-section .consulting_buttons {
      flex-direction: column;
      gap: 0;
    }

    #testimonials-section .testimonial-quote {
      margin-left: 0;
      max-width: 310px;
      /* margin-bottom: 0; */
      margin-top: 20px;
    }

    .justify-content-end {
      justify-content: center;
    }

    #testimonials-section .testimonial-nav-buttons {
      height: 31px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
    }

    #testimonials-section .more-indicator{
      display: none;
    }

    #testimonials-section .author-container.active .team-image,
    #testimonials-section .author-container .team-image {
        width: 40px;
        height: 40px;
    }
  
    #testimonials-section .author-container.active .team-image img,
    #testimonials-section .author-container .team-image img {
        width: 100%;
        height: 100%
    }
  
    #testimonials-section .author-info .testimonial-rating{
        display: none;
    }

    #footer-section .footer-bottom {
      height: auto;
    }

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

    #footer-section .footer-bottom .left span.disclaimer,
    #footer-section .footer-bottom .right span.disclaimer {
      display: none;
    }

    #footer-section .footer-line {
      border-right: 0;
      border-bottom: 1px solid #535b66;
    }

    #footer-section .ft_left .ft_content {
      margin-right: 0;
    }

    #footer-section .ft_right .ft_content {
      margin-left: 0
    }

    #footer-section .ft_right {
      padding-top: 30px;
    }

    .footer-bottom .right {
      padding-top: 8px;
      padding-bottom: 10px;
    }

    .section-header-social-page {
      /* position: relative; */
      line-height: 30px;
      /* z-index: 1; */
      width: 316px;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
      margin-bottom: -34px;
    }
  
    .section-header-social-page .icon {
      box-shadow: 0px 3px 10px #00000026;
      /* border: 1px solid #7070705c; */
    }

    .page-header-section .page-caption h1 {
      font-size: 32px;
      font-weight: bold;
    }

    .legal-container .pic{
      max-width: inherit!important;
      margin-bottom: 30px;
    }

    .why-choose-listed .item .info {
      max-width: 260px!important;
    }

    /* .why-choose-listed .item .icon {
      display: none;
    } */

    .why-choose-us-container .pic {
      margin-top: 0!important;
      float: none!important;
    }

    .why-choose-listed {
      grid-template-columns: auto!important;
    }

    .services-list {
      display: grid;
      grid-template-columns: 1fr!important;
    }

    .page-header-section .page-caption {
      overflow: hidden;
    }

    .testimonials-list {
      grid-template-columns: 1fr!important;
    }

    .testimonial-item {
      max-width: 100%!important;
    }

    .testimonial-item .quote {
      min-height: inherit !important;
    }
}

/* `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: 15px;
    margin-right: 15px;
  }

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

  .kim_btn a{
    display: none;
  }

  .header-section .banners .carousel-item img,
  .header-section .banners {
      height: 505px;
  }

  #welcome-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #welcome-section .intro{
    padding-right: 0;
  }

  #welcome-section .intro .pic{
    display: none;
  }

  #welcome-section .intro-side .growth, 
  #welcome-section .intro-side .mission-vision-goal, 
  #welcome-section .intro-side .stats-counter-list {
    padding-left: 25px;
    padding-right: 20px;
  }

  #menu_main{
    display: none;
  }

  .header-section .menu-section .logo img:first-child {
    height: 60px;
    margin-top: 4px;
  }

  .header-section .menu-section .logo img:last-child {
    height: 50px;
    margin-top: 10px;
  }

  .carousel-item.active .carousel-caption h1 {
      font-size: 35px;
  }

  .kim_btn {
    margin-top: 25px;
  }

  #welcome-section .intro{
    padding-right: 0;
  }

  #welcome-section .intro .pic {
    height: 450px;
    width: 300px;
    border-radius: 16px;
    background-color: #333;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    float: right;
    margin-left: 42px;
    margin-right: 10px;
    transition: transform 0.3s ease;
  }

  #welcome-section .intro-side {
    border: 1px solid #D7D8D9;
    border-radius: 20px;
    margin-top: 40px;
    padding-left: 0;
    padding-top: 0;
  }

  #welcome-section .intro-side .stats-counter-list {
    max-width: 90%;
  }

  #award-faq-section .faq-list {
    margin-bottom: 50px;
    border-top: 1px solid #efeff0;
    border-left: 0;
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 5px;
    margin-top: 0;
  }

  #footer-section .ft_right .ft_content {
    margin-left: 25px;
  }

  #footer-section .ft_left .ft_content {
    margin-right: 25px;
  }

  #consulting-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  #consulting-section .main_title {
    font-size: 35px;
  }

  #consulting-section .consulting_buttons {
    flex-direction: column;
    gap: 0;
  }

  #testimonials-section .testimonial-quote {
    margin-left: 0;
    max-width: 310px;
    /* margin-bottom: 0; */
    margin-top: 20px;
  }

  .justify-content-end {
    justify-content: center;
  }

  #testimonials-section .testimonial-nav-buttons {
    height: 31px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  #testimonials-section .more-indicator{
    display: none;
  }

  #testimonials-section .author-container.active .team-image,
  #testimonials-section .author-container .team-image {
      width: 40px;
      height: 40px;
  }

  #testimonials-section .author-container.active .team-image img,
  #testimonials-section .author-container .team-image img {
      width: 100%;
      height: 100%
  }

  #testimonials-section .author-info .testimonial-rating{
      display: none;
  }

  #footer-section .footer-bottom {
    height: auto;
  }

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

  #footer-section .footer-bottom .left span.disclaimer,
  #footer-section .footer-bottom .right span.disclaimer {
    display: none;
  }

  #footer-section .footer-line {
    border-right: 0;
    border-bottom: 1px solid #535b66;
  }

  #footer-section .ft_left .ft_content {
    margin-right: 0;
  }

  #footer-section .ft_right .ft_content {
    margin-left: 0
  }

  #footer-section .ft_right {
    padding-top: 30px;
  }

  .footer-bottom .right {
    padding-top: 8px;
    padding-bottom: 10px;
  }

  .section-header-social-page {
    /* position: relative; */
    line-height: 30px;
    /* z-index: 1; */
    width: 316px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: -34px;
  }

  .section-header-social-page .icon {
    box-shadow: 0px 3px 10px #00000026;
    /* border: 1px solid #7070705c; */
  }

  .page-header-section .page-caption h1 {
    font-size: 32px;
    font-weight: bold;
  }


  .legal-container .pic{
    max-width: inherit!important;
    margin-bottom: 30px;
  }

  .why-choose-listed .item .info {
    max-width: 260px!important;
  }

  /* .why-choose-listed .item .icon {
    display: none;
  } */

  .why-choose-us-container .pic {
    margin-top: 0!important;
    float: none!important;
  }

  .why-choose-listed {
    grid-template-columns: auto!important;
  }

  .services-list {
    display: grid;
    grid-template-columns: 1fr 1fr!important;
  }

  .faq-side-contacts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }

  .testimonials-list {
    grid-template-columns: 1fr 1fr!important;
  }

  .testimonial-item {
    max-width: 100%!important;
  }

  .testimonial-item .quote {
    min-height: inherit !important;
  }

}

/* `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;
  }

  .header-section .menu-section {
    gap: 24px;
  }

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

  #menu_main{
    display: none;
  }

  .header-section .menu-section .logo img:first-child {
    height: 60px;
    margin-top: 4px;
  }

  .header-section .menu-section .logo img:last-child {
    height: 60px;
    margin-top: 4px;
  }

  .carousel-item.active .carousel-caption h1 {
      font-size: 35px;
  }

  .kim_btn {
    margin-top: 25px;
  }

  #welcome-section .intro{
    padding-right: 0;
  }

  #welcome-section .intro .pic {
    height: 450px;
    width: 300px;
    border-radius: 16px;
    background-color: #333;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    float: right;
    margin-left: 42px;
    margin-right: 10px;
    transition: transform 0.3s ease;
  }

  #welcome-section .intro-side {
    border: 1px solid #D7D8D9;
    border-radius: 20px;
    margin-top: 40px;
    padding-left: 0;
    padding-top: 0;
  }

  #welcome-section .intro-side .stats-counter-list {
    max-width: 90%;
  }

  #award-faq-section .faq-list {
    margin-bottom: 50px;
    border-top: 1px solid #efeff0;
    border-left: 0;
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 5px;
    margin-top: 0;
  }

  #footer-section .ft_right .ft_content {
    margin-left: 25px;
  }

  #footer-section .ft_left .ft_content {
    margin-right: 25px;
  }

  #footer-section .footer-bottom .left span.disclaimer,
  #footer-section .footer-bottom .right span.disclaimer {
    display: none;
  }

  .section-header-social-page {
    width: 245px;
    margin-top: -17px;
    margin-bottom: 13px;
  }

  .section-header-social-page .icon-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 3px;
  }

  .legal-container .pic{
    max-width: inherit!important;
    margin-bottom: 30px;
  }

  .why-choose-listed .item .info {
    max-width: 280px!important;
  }

  /* .why-choose-listed .item .icon {
    display: none;
  } */

  .why-choose-us-container .pic {
    margin-top: 0!important;
  }

  .why-choose-listed {
    grid-template-columns: auto!important;
  }

  .services-list {
    display: grid;
    grid-template-columns: 1fr 1fr!important;
  }

  .faq-side-contacts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }

  .faq-side-panel {
    padding: 50px;
  }

  .faq-side-panel .divider {
    max-width: 100% !important;
  }

  .main-page-pic{
    float: right;
  }

  .contact-list {
    margin-top: 76px;
  }


  .testimonials-list {
    grid-template-columns: 1fr 1fr!important;
  }

  .testimonial-item {
    max-width: 100%!important;
  }

}

/* `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;
  }

  .kim_btn a{
    display: none;
  }

  #side-panel-contact-detail{
    display: block;
  }

  #menu_main {
    margin-left: 35px;
  }

  .header-section .menu-section .logo img:first-child {
    height: 60px;
    margin-top: 4px;
  }

  .header-section .menu-section .logo img:last-child {
    height: 50px;
    margin-top: 10px;
  }

  #welcome-section .intro-side {
    border-top: 1px solid #D7D8D9;
    border-left: 0;
    display: flex;
    margin-top: 40px;
    padding-left: 15px;
    padding-top: 35px;
    overflow: hidden;
  }

  #welcome-section .intro-side .growth {
    display: flex;
    gap: 0;
    flex-direction: column;
    padding-right: 45px;
    padding-left: 0;
    padding-bottom: 0;
    min-width: 200px;
  }

  #welcome-section .intro {
      padding-right: 15px;
  }

  #welcome-section .intro-side .mission-vision-goal {
    border-left: 1px solid #D7D8D9;
    border-right: 1px solid #D7D8D9;
    border-top: 0;
    border-bottom: 0;
    padding-right: 30px;
    padding-left: 35px;
    padding-bottom: 0;
    min-width: 500px;
  }

  #welcome-section .intro-side .stats-counter-list {
    padding-bottom: 0;
  }

  #award-faq-section img.ceo_photo {
    height: 400px;
    margin-top: 21px;
    margin-left: -20px;
  }
  
  #award-faq-section .ceo_quote .info .signature {
    display: none;
  }

  #award-faq-section .ceo_quote {
    margin-right: 10px;
  }

  #award-faq-section .faq-list {
    margin-bottom: 20px;
  }

  #footer-section .ft_right .ft_content {
    margin-left: 25px;
  }

  #footer-section .ft_left .ft_content {
    margin-right: 25px;
  }

  #testimonials-section .testimonial-quote {
    max-width: 810px;
  }

  #menu {
    display: none!important;
  }

  .legal-container .pic{
    max-width: inherit!important;
    margin-bottom: 30px;
  }

  .why-choose-listed .item .info {
    max-width: 201px!important;
  }

  .testimonials-list {
    grid-template-columns: 1fr 1fr!important;
  }

  .testimonial-item {
    max-width: 100%!important;
  }

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

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media all and (min-width: 1200px) {
/* @media (min-width: 1200px) { */

  #side-panel-contact-detail{
    display: block;
  }

}

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

.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;
  }
}