input[type=date]::-webkit-inner-spin-button, 
input[type=date]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

input[type=date] {
  -moz-appearance: textfield;
}


.carousel_txt_bg{
background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
   position: absolute;
  bottom: 0;
  left: 0;
}

.dnt{hover{background-color:#fff;color:#00c424;border:1px solid #00c424;}