.ClearBoth {
  clear: both;
  min-height: 1px;
}
.loan-section .loan-space {
  margin: 30px 0 !important;
}

.EquitiiesImg .loan-line {
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  vertical-align: middle;
}

  .EquitiiesImg .horizontal-line {
    background: red;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    width: 1px;
    margin: 10px auto;
  }
  .EquitiiesImg p {
  margin-bottom: 0;
}
.apply-btn{
  background-color: white;
  color:black !important;
}
.service-feature-list img{
width: auto;
  height: 80px;
}
.service-feature-list h5{
color:white;

}
.service-feature-list p{
  margin-top:10px;
color: #eee;
}

.service-list-slider .service-list-item-div a img{
-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width:100%;
}

.service-list-slider .service-list-item-div a .active img{
-webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.service-list-slider .service-list-item-div a img:hover{
-webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.service-list-slider .service-list-item-div a h5{
font-size: 16px;
  color: #000;
}

.service-list-slider .service-list-item-div a .active h5{
font-size: 16px;
  color: #015fc9;
}

.slick-prev, .slick-next {
  
  width: 25px;
  height: 25px;
  
  background: #015fc9;

}
.form-loan-div{
 max-width: 500px;
  margin: auto;
    margin-top: auto;
  background-color: white;
  margin-top: 30px;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
#tech-slideshow {
  height: 90px;
  overflow: hidden;
  position: relative;
}
#tech-slideshow-1 {
  display: flex;
  position: absolute;
}
#tech-slideshow > #tech-slideshow-1 {
  -webkit-animation: moveSlideshow 80s linear infinite;
  height: 200px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  -moz-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -ms-transition: opacity .5s ease-out;
  width: 4000px;
}
#tech-slideshow-1 div {
  flex-basis: 250px;
}
.ClearBoth {
  clear: both;
  min-height: 1px;
}
.tech-slideshow {
  height: 400px;
  max-width: 570px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow > div {
  height: 5760px;
  width: 100%;
  background: url(../img/logos-png.jpg), url(../img/logos-png.webp);
   
  position: absolute;
  background-size: contain;
  background-repeat: repeat-y;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
}
.tech-slideshow .mover-1 {
  animation: moveSlideshow 150s linear infinite;
}
@keyframes moveSlideshow {
        100% {
          transform: translateY(-66.6666%);
        }
      }