.organic-lp-sec {
    padding: 25px 0;
    background: url('/viewPagesAssets/img/apply-now/organic-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.banner-box {
    border: 1px solid #EEB103;
    padding: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 6px;
    width: 100%;
    text-align: start;
    transition: transform 0.3s ease;
}

.banner-box img.img-fluid {
    position: relative;
    right: 33px;
}

.banner-box b {
    left: -23px;
    position: relative;
    line-height: normal;
    font-size: 18px;
}

.text_box input, .text_box select {
    border-bottom: 1px solid black !important;
    border-radius: 10px !important;
}

.banner-box img {
    transition: transform 0.3s ease;
    height: 50px !important;
    width: 50px !important;
}

.banner-box:hover {
    box-shadow: 0 0 5px rgba(238, 177, 3, 1);
}

.banner-box:hover img {
    transform: scale(1.2);
}

.owl-carousel .owl-dots {
    margin-top: 5px !important;
}

@media(max-width:845px) {
    .organic-lp-sec {
        background-position: top;
        background-size: cover;
    }
}