section.servicestab_sec {
  background: transparent linear-gradient(112deg, #FEDFEC 0%, #DCFCEC 50%, #DDFEFE 100%) 0% 0% no-repeat;
}

.servicestab_sec .servicesbx {
  margin: 40px 0 0;
}

/* for home page services tab slider */
.tabs {
  padding: 0;
  background: transparent;
}

.tabs .tab-nav ul {
  width: 100%;
  clear: both;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.tabs .tab-nav {
  text-align: right;
  margin: -60px 0 20px 0;
  position: relative;
  top: 0;
  right: 0;
}

.tabs .tab-nav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 20px;
  font-size: 14px;
  font-weight: 600;
  padding-left: 0;
}

.tabs .tab-nav li:before {
  display: none;
}

.tabs .tab-nav li span {
  color: #232323;
  background: var(--white-color);
  padding: 17px 33px;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 0.32px;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #eee;
}

.tabs .tab-nav li:hover>span {
  color: #16254c;
}

.tabs .tab-nav li.active span {
  position: relative;
  background: #363636;
  color: var(--white-color) !important;
}

.tabs .tab-nav li.active span {
  color: var(--white);
}


.tabs .tab {
  display: none;
}

.tabs .tab.active {
  display: block;
}

.tabs ul.slick-dots {
  bottom: -20px;
}

/* ul.services {
  width: calc(100% + 40px);
  margin: 0 -20px;
} */
ul.services {
  width: 100%;
  margin: 0;
}

ul.services .slick-slide {
  padding: 0 20px;
}

ul.services .slick-slide a {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}

.serviceimg {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.servicename {
  border-radius: 0 0 16px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  color: var(--primary);
  font-weight: bold;
  position: relative;
  /* background: url(../images/service-bx-arrow.svg) no-repeat 20px center var(--white-color); */
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(237, 255, 247, 1) 100%);
  padding: 20px 20px 20px 55px;
  min-height: 82px;
}

.tab ul.services li:hover .servicename {
  color: var(--theme-color);
}

.servicename:before {
  content: '';
  position: absolute;
  background: url(../images/service-bx-arrow.svg) no-repeat 0 0;
  width: 24px;
  height: 24px;
  left: 20px;
  top: 18px;
}

.services.fullwidthslide li .ndiscontent a {
  max-width: inherit;
  display: inline-block;
  min-width: inherit !important;
}

.ndiscontent .heading-30 {
  font-weight: 800;
}

.tab ul.services {
  padding-bottom: 20px;
  display: flex;
  overflow-x: scroll;
  justify-content: space-between;
  scrollbar-width: 100%;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.tab ul.services li {
  min-width: 320px;
  margin-right: 40px;
}

.tab ul.services li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.tab ul.services.fullwidthslide li:hover {
  box-shadow: none;
}

.tab ul.services.threeinarow li {
  min-width: 420px;
  margin-right: 40px;
}

.tab ul.services.fullwidthslide li {
  min-width: 100%;
}

.tab ul.services li:last-child {
  margin-right: 0;
}

#ndis_serv ul.services li {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between
}

#ndis_serv ul.services li a {
  max-width: 680px;
}

#ndis_serv ul.services li .ndiscontent {
  width: calc(100% - 750px);
}

.tab ul.services {
  overflow-x: scroll;
  padding-right: 20px;
}

.tab ul.services::-webkit-scrollbar {
  width: 100%;
  height: 6px;
}

/*track*/
.tab ul.services::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgb(255, 255, 255);
}

/*thumb*/
.tab ul.services::-webkit-scrollbar-thumb {
  background: var(--theme-color);
}


@media (max-width: 1900px) {}

@media (max-width: 1440px) {

  #ndis_serv ul.services li a {
    max-width: 500px;
  }

  #ndis_serv ul.services li .ndiscontent {
    width: calc(100% - 550px);
  }

}

@media (max-width: 1200px) {}

@media (max-width: 992px) {

  #ndis_serv ul.services li a {
    max-width: 300px;
  }

  #ndis_serv ul.services li .ndiscontent {
    width: calc(100% - 320px);
  }

}

@media (max-width: 768px) {

  .tabs .tab-nav ul {
    justify-content: center;
  }

  .tabs .tab-nav {
    margin: 0 0 20px 0;
  }

  .tabs .tab-nav li span {
    padding: 10px 15px;
    font-size: 14px;
  }

  .tabs .tab-nav li {
    margin: 0 0 0 10px;
  }

  #ndis_serv ul.services li a {
    max-width: 100%;
  }

  #ndis_serv ul.services li .ndiscontent {
    width: 100%;
    margin-top: 30px;
  }

  #ndis_serv ul.services li {
    flex-wrap: wrap;
  }

}

@media (max-width: 576px) {

  .tabs .tab-nav li {
    margin: 0 0 10px 10px;
    display: inline-flex;
  }


}

@media (max-width: 576px) {}

@media (max-width: 360px) {

  .tabs .tab-nav li {
    margin: 0 0 0 5px;
  }

  .tabs .tab-nav li span {
    padding: 10px 10px;
    font-size: 12px;
  }

}