.post-budget-sec {
    display: none;
}

.post-budget-sec {
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1);
    background-color: #ccc;
    position: absolute;
    top: 240px;
}

.post-budget-sticky .image {
    width: 116px !important;
    position: relative;
}

.post-budget-sticky .image img {
    max-width: 116px;
    height: auto;
    width: 116px;
}

/*sticky*/

.sticky {
    display: block;
    position: fixed;
    top: 40px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 10px 6px #00000029;
    padding: 6px 0;
    opacity: 1;
    text-align: center;
    color: #fff;
    font-family: 'NotoSerifBengali-Bold';
    font-size: 20px;
    z-index: 11;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.close {
    display: none !important;
}

.post-budget-sticky .text {
    text-align: left;
    padding-top: 0 !important;
}

.post-budget-sticky a {
    text-decoration: none;
}

.budget-close {
    background-color: #ababab;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-family: 'Lato-Bold';
    color: #fff;
    padding-left: 0;
    font-size: 16px;
}

.budget-close a {
    cursor: pointer;
}
