
a.back-to {
    border-radius: 5px;
    bottom: 75px;
    color: #fff;
    display: none;
    font-size: 18px;
    height: 40px;
    line-height: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 999;
}
.short-msg a.short-topup {
    border-radius: 5px;
    bottom: 125px;
    color: #fff;
    font-size: 22px;
    height: 40px;
    line-height: 36px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 999;
}

.short-msg a.short-topup1 {
    background: #0e77f4;
}

.short-msg a.short-topup1 {
    border-radius: 5px;
    bottom: 172px;
    color: #fff;
    font-size: 22px;
    height: 40px;
    line-height: 36px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 999;
}

.short-msg a.short-topup2 {
  border-radius: 5px;
  bottom: 220px;
  color: #fff;
  font-size: 22px;
  height: 40px;
  line-height: 36px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  z-index: 999;
}

.short-msg a.short-topup2 {
  background: #0e77f4;
}

.short-msg a.short-topup3 {
  border-radius: 5px;
  bottom: 265px;
  color: #fff;
  font-size: 22px;
  height: 40px;
  line-height: 36px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  z-index: 999;
}

.short-msg a.short-topup3 {

}

    .about-slider .slick-slide img {
        max-height: 450px;
        width: 100%;
        object-fit: cover;
    }

    @media (max-width: 767px) {
        .about-slider .slick-slide img {
            max-height: 250px;
        }
    }

    @media (max-width: 1199px) {
        .about-slider-wrap {
            margin-bottom: 30px;
        }
    }

    .inner-widget-title {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
        padding-top: 20px;
        border-top: 1px solid #444;
        margin-top: 20px;
    }
