/* styles.css */
.banner-section.index-4 .overlay .right-content .form .nice-select {
    position: relative;
}

.banner-section.index-4 .overlay .right-content .form .nice-select .current::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: -24px;
    background-repeat: no-repeat;
    background-size: contain;
}
