.select:focus {
    outline: none !important;
    background: none !important;
    border-color: none !important;
   
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

button,
input,
optgroup,
select,
textarea,html input[type="button"],
input[type="reset"],
input[type="submit"],button[disabled],
html input[disabled],button::-moz-focus-inner,
input::-moz-focus-inner, input[type="checkbox"],
input[type="radio"], input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button, input[type="search"], input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    border:none;
    background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

input::placeholder {
    color: #333; 
  }
  input {
    outline: none !important;
    box-shadow:none !important
  }
  

@keyframes plane {
      from {top: 50%; left: 120%; scale: 1.3;}
  to {top: 14.2%; left: 0%; scale: 1;}
}
@keyframes cloud {
    from {top: 10%; right: -20%; scale: 0.5; opacity: 0;}
to {top: 18.2%; right: 0%; scale: 1; opacity: 1;}
}
.hidden {
    display: none;
}
