.logo {
    width: 172px;
}

.top-btn {
    border: 3px solid #FFC107;
    background: transparent;
    /* -webkit-box-shadow: 0px 7px 13px 0px rgba(153, 99, 255, 0.59); */
    /* box-shadow: 0px 7px 13px 0px rgb(156 39 176 / 44%); */
    height: 64px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px 10px;
}

.banner-content {
    background: #00000080;
    padding: 50px 5px;
}

.hidden {
    visibility: hidden;
    opacity: 0;
    -moz-transition: opacity 1s, visibility 1.3s;
    -webkit-transition: opacity 1s, visibility 1.3s;
    -o-transition: opacity 1s, visibility 1.3s;
    transition: opacity 1s, visibility 1.3s;
}

.shown {
    visibility: visible;
    opacity: 1;
    -moz-transition: opacity 1s, visibility 1.3s;
    -webkit-transition: opacity 1s, visibility 1.3s;
    -o-transition: opacity 1s, visibility 1.3s;
    transition: opacity 1s, visibility 1.3s;
}

.imagePreview {
    width: 100%;
}

.top-link{
    width: 140px;
    height: 40px !important;
}

.top-link span.text{
    line-height: 30px;
    color: #FFC107;
}

/* for desktop */
.whatsapp_float {
    position: fixed;
    width: 177px;
    height: 40px;
    bottom: 40px;
    right: 40px;
    background-color: #098839;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    box-shadow: 2px 2px 3px #4f4d4d;
    z-index: 100;
}
.whatsapp-icon {
    margin-top: 16px;
}

.whatsapp_float i {
    font-size: 25px;
    line-height: 40px;
}

/* for mobile */
@media screen and (max-width: 767px) {
    .whatsapp-icon {
        margin-top: 10px;
    }

    .whatsapp_float {
        position: fixed;
        width: 177px;
        height: 40px;
        bottom: 10px;
        right: 10px;
        background-color: #098839;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 22px;
        box-shadow: 2px 2px 3px #4f4d4d;
        z-index: 100;
    }

    .footer {
        padding: 0px 0px 0px !important;
    }
}