@import "bootstrap.min.css";
@import "plugin.css";
@import "responsive.css";
@import "style.css";
@import "custom.css";
.bottomtotop i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    -webkit-transform: rotate(
-90deg
);
    -ms-transform: rotate(-90deg);
    transform: rotate(
-90deg
);
    bottom: 15px;
    right: 15px;
    -webkit-box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 20%);
    z-index: 999;
    background: #f9314b;
}
