.px-0{
    padding-left:0;
    padding-right:0;
}
.feature-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 50px 100px;
    height: 100%;
}

.features-list{
    /* -webkit-columns: 100px 3;
    -moz-columns: 100px 3;
    columns: 100px 3; */

    column-count: 3;
    padding-top:70px;
    padding-bottom:70px;
    color:#428ec9;
}

.allfeat-button{
    background: #f27b05;
    border:none;
    margin-top: 6px;
    padding-right: 40px;
    padding-left: 40px;
    border:1px solid #f27b05;
}

.allfeat-button.active, .allfeat-button:hover {
    background: #fff;
    color: #f27b05;
    border:1px solid #f27b05;
}
.nohov:hover{
    background-color: transparent !important;

}

@media (max-width: 768px)
{
    .features{
        display:none;
    }

}


.product-features__item-thumb img{
    /* width:100%; */
    height: 100%;
}

.features .feature-img{
    background-size: cover;
    background-repeat: no-repeat;
}
.features .feature-row{
display: flex;     
display: -webkit-box;    
 display: -ms-flexbox;     
 display: -webkit-flex;
}


.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index:9999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    display:none;
    
  }
  
  .overlay-content {
    position: relative;
    /* top: 25%; */
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #2d2d2d;
    /* margin-top: 30px; */
  }
  .overlay-content.white{
    background-color: #fff;
  }
  /* .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  } */
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    z-index: 2;
  }
  
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }











  .features-swiper-container {
    width: 100%;
    height: 100%;
  }
  .features-swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #2d2d2d;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }




.swiper-f-button-next, .swiper-f-button-prev {
    width: 18px;
    height: 30px;
    cursor: pointer;
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    display: block;
    z-index: 10;
}
.swiper-f-button-next {
    right: 80px;
    background: url(/assets/images/icons/slider-arrow-right.svg) 0 0 no-repeat;
}
.features-swiper-container .swiper-button-disabled {
    cursor: default;
    opacity: 0;
}

.swiper-f-button-prev {
    left: 80px;
    background: url(/assets/images/icons/slider-arrow-left.svg) 0 0 no-repeat;
}


.img-slide{
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-first-slide{

  text-align: left;
    padding: 80px;
    width: 70%;
    margin-right: auto;
}
.compare-content{
  overflow-y:auto;
  text-align:left;
  
}

.compare-content .compare-item{
  width: calc(25% - 20px);
}
.compare-content .compare-item h5{
  text-align:center;
}
.compare-content .compare-items-section__inner{
  flex-direction:column;
}
.compare-content .compare-items{
  margin-left: auto;
}
.compare-content .compare-items__label{
  width:100%;
}



.overlay .swiper-slide h4{
  text-align: left;
  font-size: 23px;
  font-weight: 600;
}
.overlay .swiper-slide .slide-header{
  text-align: left;
  font-size: 27px;
  font-weight: 600;
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 80px 0 45px;
    color: #fff;
    font-family: HelveticaNeue-CondensedBold,"Helvetica Neue",Helvetica,Arial,Roboto,sans-serif;
}


.compare-table__header::after {
  content: "+";
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
}
.compare-table__content {
  padding: 0;
  display: none;
}
.compare-table__header.active+.compare-table__content {
  display: block;
}
.compare-table__header.active::after {
  content: "-";
}
/* .compare-table__header {
  padding: 0 20px;
  position: relative;
} */

.compare-sticky{
  height:215px;
}
.compare-sticky{
  /* position: fixed;
  opacity: 1;
  visibility: visible; */
}



    @media (max-width: 768px)
    {
        .feature-first-slide{
          padding: 30px;
          width: 100%;
        }
        .swiper-f-button-next, .swiper-f-button-prev{
          top:unset;
          bottom:15px;
        }
        .img-slide{
          background-position: center 20%;
    background-size: auto;
        }
        .slide-header{
          bottom: 30% !important;
          top: unset !important;
        }
    }


    #compare-items-section-sticky{
      position:fixed;
      display:none;
      width: 100%;
      top: 0;
    }
    #compare-items-section{
     z-index:1;
      top: 0;
      position:sticky;
    }