#hero-form{display:grid;place-items:center;gap:1rem}#hero-form label{text-transform:uppercase;font-weight:600;font-size:11px}.wrapper{display:flex;gap:1rem;align-items:center;width:100%;background-color:#efefef;border-radius:5px;border:solid 1px #dfdfdf}.form-icon{padding:1rem 0 1rem 1rem}.wrapper-div,.wpcf7-form-control,#hero-form input[type=text],#hero-form input[type=tel],#hero-form input[type=email]{width:100%;border:solid transparent}#hero-form input[type=date]{background-color:#fff}.wrapper-div{border-radius:5px;padding-inline:0.2rem;background-color:#efefef}.date-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:100%}@media only screen and (max-width:500px){.date-wrapper{grid-template-columns:1fr}}.More{display:none}.display{display:flex}.wpcf7-submit{color:#fff;background-color:#333;padding:0.5rem;border-radius:5px;cursor:pointer;margin-top:1rem}