/* homepage css only */
.whyus-item-title .elementor-heading-title:before{
  content: '';
  display: block;
  width: 20px;
  height: 5px;
  background: #1F3C6F;
  margin-bottom: 10px;
}
.taxo-list-slider .taxo-item a{
position: relative;
}
.taxo-list-slider .taxo-item img{
  height: 100%;
}
.texo-content-container{
  position: absolute; 
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 15px 30px;
}
.taxo-item .texo-content-container button{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 0;
  background: #fff;
  padding: 10px ;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 10px 10px 0px 0px    rgba(255, 255, 255, 0.5);
  letter-spacing: 0px;
  cursor: pointer;
  white-space: nowrap;
}
.taxo-item .texo-content-container button img{
  width: 25px;
}
.taxo-list-slider .slick-arrow {
  position: absolute;
  right: 20px;
  z-index: 20;
  top: 20px;
  font-size: 0;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: 0;
  opacity: 0.5;
  cursor: pointer;
}
.taxo-list-slider .slick-arrow:hover{
  opacity: 1;
}
.taxo-list-slider .slick-arrow:before{
  display: block;
  flex: 0 0 20px;
  height: 30px;
  background: url(../img/icon-arrow-right.svg) no-repeat center center;
  content: '';
}
.taxo-list-slider .slick-arrow.slick-prev{
  top: 80px;
}
.taxo-list-slider .slick-arrow.slick-prev::before{
  transform: rotate(180deg);
}
.banner-homepage .swiper-slide figure{
   line-height: 0 !important;
}
@media (min-width: 767px) {
  .taxo-item .texo-content-container button{
    padding: 15px 30px;
    font-size: 20px;
    gap: 15px;
    letter-spacing: 2px;
    white-space: unset;
  }
  .taxo-item .texo-content-container button img{
    width: 35px;
  }
  .texo-content-container{ 
    padding: 20px 20px 30px;
  }
  
}