.slider {
  margin-top: 20px;
  width: 100%;
  height: 200px;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}


.imgcarousel{
  width: 100%;
}


.actionanima img{
  animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 3s; /* don't forget to set a duration! */
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tx1 span{
  color:Tomato;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.box-img-1 img{
  width: 100%;
}
.nodata{
  font-size: 18px;
}
.step{
  background: #0793D1;
  height: 2px;
  width: 80%;
  margin: 60px auto 60px auto;
}
.btnmore{
  margin-top: -35px;
  background:#0793D1;
  color:white;
  width:150px;
}

.title span{
  margin-top: 50px;
  margin-bottom: 20px;
  color:#0793D1;
  font-size: 24px;
}

.store-title{
  color: #CB1A2E!important;
  font-size: 24px!important;
  font-weight: bold!important;
}
.store-title-1 div{
  color: #0344F5!important;
  font-size: 20px;
}

.store-detail .row div:first-child{
  font-weight: bold;
  color: #2F2F2F;
}
.store-detail .row div:last-child{
  font-weight:500;
  color: #7F817F;
}

.store-detail{
  padding-left: 60px;
  padding-right: 60px;
}


.slick-list{
  margin-left: 30px;
  margin-right: 30px;

}
.slick-prev{
  left: 0px;
}
.slick-next {
    right: 0px;
}

.img-profile {
  width: 100%;
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.all-box{
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px){

  .store-detail{
    padding-left: 30px;
    padding-right: 30px;
  }

  .img-profile{
    margin-bottom: 15px;
  }
  .all-box{
    padding-left: 10px;
    padding-right: 10px;
  }

}
