section#boxsilderimages {
  text-align: center;
  margin-top: 0%;
}
#boxsilderimages .slaideimages {
    float: right;
    width: 100%;
}
#boxsilderimages .sliderimagetex{
  float: left;
  width: 100%;
  text-align: left;
      display: flex;
}
#boxsilderimages .sliderimagetex h2{
    color: #14182b;
    font-size: 3rem !important;
    line-height: 4rem;
    margin-top: 0px;
    width: 50%;
}
}
#boxsilderimages .sliderimagetex p{
    color: #14182B;
    font-size: 1.5rem !important;
    line-height: 2.5rem;
    margin-top: 0px;
    width: 94%;
}
#boxsilderimages .scroll-arrow {
  width: auto;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    padding: 0;
    margin: 0 10px;
    opacity: 1;
    font-size: 22px;
    transition: 0.2s;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 10px 30px;
}
#boxsilderimages .scroll-arrow img{
  margin:0 10px;
}
#boxsilderimages .white_transparent_button {
    background: #e87723;
    border-color: #e87723;
    border-radius: 35px;
    color: #fff;
}
#boxsilderimages .disabled {
    opacity: 0.5;
    pointer-events: none;
}
#boxsilderimages .imagesarrowsec {
    width: 50%;
    float: right;
    align-items: end;
    display: block;
    margin-top: 7%;
    margin-right: 8rem;
}
#boxsilderimages .arrowpos {
    float: right;
}
#boxsilderimages .imagebutton {
    float: right;
    margin-right: 80px;
    border-left: 1px solid #fff;
    padding-left: 40px;
}
#boxsilderimages .scroll-arrow:hover {
  transition: 0.2s;
  opacity:1;
}
 #boxsilderimages ul {
    width: 100%;
   padding:0;
   margin-top:40px;
    scroll-behavior: smooth;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
   #boxsilderimages ul::-webkit-scrollbar {
    display: none;
  }
  #boxsilderimages li {
    list-style: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 20%;
    margin-left: 1%;
    margin-right: 0%;
        background: #202858;
    overflow: hidden;
/*     filter: grayscale(100%);
      transition: 0.2s; */
  }
#boxsilderimages li {
  width: 26%;
}
#boxsilderimages li img {
  width: 100%;
   -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#boxsilderimages li:hover img {
-webkit-transform: scale(1.08);
  transform: scale(1.08);
}
#boxsilderimages .text-box {
    width: 100%;
    float: left;
    white-space: normal;
    text-align: left;
  padding:20px 30px;
}
#boxsilderimages .text-box h4 {
   font-size: 1.2rem !important;
    line-height: 2rem;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 5rem;
      margin-bottom: 4px;
}

#boxsilderimages .text-box p {
    font-size: 1rem !important;
    line-height: 1.4rem;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    min-height: 14rem;
}
}
 #boxsilderimages li:hover {
    transition: 0.2s;
    filter: grayscale(0);
  }
@media(max-width: 1400px) {

#boxsilderimages .imagesarrowsec {
    width: 50%;
}
  #boxsilderimages .sliderimagetex h2 {
    width: 50%;
}
  
}
@media(max-width: 1000px) {
#boxsilderimages .text-box {
    padding: 10px 18px 20px;
}
      #boxsilderimages .scroll-arrow {
        font-size: 16px;
        padding: 6px 14px;
    }
  #boxsilderimages .scroll-arrow img {
    margin: 0 10px;
    width: 20px;
}
}
@media(max-width: 767px) {
  
  #boxsilderimages .sliderimagetex {
    float: left;
    width: auto;
    display: block;
    text-align: left;
}
  #boxsilderimages .sliderimagetex h2 {
    color: #14182b;
    font-size: 1.8rem !important;
    line-height: normal;
    margin-top: 0;
    width: 100%;
}
#boxsilderimages .imagesarrowsec {
    width: 100%;
    float: left;
    align-items: normal;
    display: block;
}
  #boxsilderimages li {
    width: 70%;
}
  #boxsilderimages .text-box h4 {
    font-size: 1rem !important;
    line-height: normal;
    color: #fff;
        min-height: 3rem;
}
  #boxsilderimages .text-box p {
    font-size: .6rem !important;
    line-height: normal;
    color: #fff;
    margin: 0 0 20px;
    min-height: 7rem;
}
  div#scroll-right-b {
    float: right;
}
}
@media (max-width: 480px) {
    #boxsilderimages .scroll-arrow {
        font-size: 14px;
        margin: 0 10px;
        padding: 8px 16px;
    }
}