.footer_fix_btn {
    position: fixed;
    bottom: 10px;
	left: 0px;
    width: 100%;
    z-index: 100;
}
.footer_fix_btn img {
  position:relative;
    width: 94%;
  max-width:680px;
    margin-left : auto;
    margin-right: auto;
    text-align: initial;
}
.is-fix {
  display: none!important;
}
.footer_fix_btn img:after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@media screen and (max-width:780px) {
.footer_fix_btn img {
  position:relative;
    width: 90%;
    max-width:90%;
    margin-left : auto;
    margin-right: auto;
    text-align: initial;
}
}

.slide {
  position:relative;
  border:none !important;
}
.slick-slide,
.slick-slide img{
  border:none !important;
}
.arrow_box,
.arrow_box2{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.prev-arrow,
.next-arrow,
.prev-arrow2,
.next-arrow2{
    display: block;
    width: 30px;
    height: 30px;
    transition: all .3s ease;
    cursor: pointer;
    position:absolute;
    top:50%;
}

.prev-arrow,
.prev-arrow2{
    transform: rotate(180deg);
    left: 10px;
}
.next-arrow,
.next-arrow2{
  right:10px;
}

.prev-arrow::before,
.next-arrow::before,
.prev-arrow2::before,
.next-arrow2::before{
    position:absolute;
    content: "";
    width:30px;
    height:30px;
    border-right: 5px solid #222;
    border-top: 5px solid #222;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}
@media screen and (max-width:767px) {
.prev-arrow::before,
.next-arrow::before,
.prev-arrow2::before,
.next-arrow2::before{
    width:20px;
    height:20px;
    border-right: 3px solid #222;
    border-top: 3px solid #222;
  }
.prev-arrow,
.prev-arrow2{
    left: 2%;
}
.next-arrow,
.next-arrow2{
  right: 2%;
}
}
Resources