html, body{
    background: #141414;
    color: #fff;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 400;
}
.blue{
    color: #227fe6;
}
div, p, span, i{
    font-size: 20px;
}
.btnicon img{
    border-radius: 20px;
    transition: background 1s;
}
.btnicon:hover img{
    cursor: pointer;
    background: #292929;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-list{
    height: 100vh;
}
.slick-dots{
    position: fixed;
    bottom: 0;
    left: 0;
}
.slick-dots li button:before {
    font-size: 53px;
    line-height: 0;
    color: white;
}
.slick-dots li.slick-active button:before {
    color: white;
}

.fs12{
    font-size: 12px;
}

#otp {
    letter-spacing: 20px;
    font-weight: 700;
}

input[type='number']::-webkit-inner-spin-button, 
input[type='number']::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    margin: 0;
}