.sigle-card-slider {
    position: relative;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    border-radius: 8px;
    background-color: white;
    opacity: 1;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(73, 80, 87, 0.3);
            box-shadow: 0px 3px 6px 0px rgba(73, 80, 87, 0.3);
    overflow: hidden;
    height: 108px;
    margin: 10px;
    width: calc(100% - 15px) !important;
    color: inherit;
    text-decoration: none;
  
  }
  
  .sigle-card-slider:hover {
    -webkit-box-shadow: 0px 6px 12px 0px rgba(73, 80, 87, 0.5);
            box-shadow: 0px 6px 12px 0px rgba(73, 80, 87, 0.5);
            text-decoration: none;
            color: inherit;
  }
  
  .sigle-card-slider .view-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-right: 5px;
    padding-left: 13px;
    padding-top: 15px;
    padding-bottom: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .sigle-card-slider .view-image img {
      max-height: 45px;
      height: auto;
      max-width: 100%;
      width: auto;
  }
  
  @media (max-width: 767px) {
    .sigle-card-slider .view-image {
      height: 70px;
      padding-right: 1rem;
      padding-left: 1rem;
      padding-bottom: 0;
      justify-content: center;
    }
  }
  
  .sigle-card-slider .sigle-footer {
    width: 100%;
    padding-right: 5px;
    padding-left: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    min-height: 50px;
  }
  
  .sigle-card-slider .sigle-footer .view-more:hover, .sigle-card-slider .sigle-footer .view-more:focus {
    text-decoration: none;
  }
  
  @media (max-width: 767px) {
    .sigle-card-slider .sigle-footer {
      height: 60px;
      padding-top: 0;
      padding-bottom: 0;
    }
    .sigle-card-slider .sigle-footer > .row {
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
  
    .sigle-card-slider .sigle-footer .sigle-footer-text{
      text-align: center !important;
    }
  }
  
  
  
  @media (max-width: 767px) {
    .sigle-card-slider.active::after {
      border-width: 10px 10px 0 10px;
      left: calc(50% - 10px);
    }
  }