@media screen and (max-width:767px){

span.enclave-span {
    font-family: Helvetica Neue;
    font-weight: 700;
    font-size: 23px;
    line-height: 33px;
    font-style: normal;
    text-align: center;
}
.footer-link span.elementor-icon-list-text {
   text-align: center;
}
}

@media screen and (max-width:1050px){
	.hero-form {
    position: static!important;
	 width:100%;
}
}

@media screen and (min-width:1400px){
.contact-form-banner textarea,
.contact-form-banner input {
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 33px 0px 15px 0px !important;
}
}
@media screen and (max-width:1399px){
.contact-form-banner textarea,
.contact-form-banner input {
    font-size: 13px !important;
    line-height: 13px !important;
    padding: 15px 0px 15px 0px !important;
}
}

@media screen and (min-width:767px){
	.type-section .e-n-tabs-heading {
  width: max-content;
}
}