.bg-wilis {
    background-image: url('../img/bg.jpeg.jpg');

    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: transparent;
    background-position-y: 85px;
}

.bg-wilis2 {
    background-image: url('../img/wls-v2.png');
    background-color: #67e992;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position-y: 85px;
}

.drop {
    background: rgba(255, 255, 255, 0.82);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(5px);
}

.drop2 {
    background: rgba(26, 153, 147, 0.089);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(5px);
}

.myform .required:after {
    content: " *";
    color: red;
    font-weight: 100;
}

.drop1 {
    z-index: 0;
    backdrop-filter: blur(2.6px);
    -webkit-backdrop-filter: blur(5px);
}