@media (max-width:1199px) and (min-width:922px){
    .main-header-menu .menu-link, .main-header-menu>a {
        font-size: 14px;
        padding: 0 0.5em;
    }
    .ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
        font-size: 14px;
    }
}
.gform-theme--api, .gform-theme--foundation {
    --gf-form-gap-x: 20px;
    --gf-form-gap-y: 20px;
   
}
.gform_required_legend {
    display: none;
}
.gfield_label{
    font-size: 16px !important;
}
.gfield_checkbox  a{
    font-size: 16px !important;
    text-decoration:none !important;
    color:#030405;
}
.gform_fields input, 
.gform_fields select, 
.gform_fields textarea {
    min-height: 44px;
}
.gform_fields input, .gform_fields select, .gform_fields textarea {
    min-height: 44px;
    display: flex;
    align-items: center;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.gform_fields input:hover, 
.gform_fields select:hover, 
.gform_fields textarea:hover {
    border-color: #030405 !important;
}
.gform-theme input[type="submit"] {
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 1em !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    border-color: #ce0b15 !important;
    background-color: #ce0b15 !important;
    color: #f3f5f2 !important;
    padding-top: 15px !important;
    padding-right: 30px !important;
    padding-bottom: 15px !important;
    padding-left: 30px !important;
    display: inline-block !important;
    text-align: center !important;
    transition: all .3s !important;
    border-radius: 99px !important;
  

}
.gform-theme input[type="submit"]:hover {
    background-color: #48667b !important;
    border-color: #48667b !important;
}
.gform_validation_errors{
    display: none !important;
}
.gform_confirmation_message {
    border: 1px solid green !important;
    padding: 12px !important;
    border-radius: 6px !important;
    text-align: center !important;
    color: green !important;

}

/* @media (max-width:767px) {
    .ast-custom-footer .elementor-icon-box-wrapper {
        align-items: center;
        text-align: center;
    }
} */
 section.error-404.not-found .page-title {
    font-size: 3rem;
}
section.error-404.not-found .page-sub-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
    font-weight:400;
}
section.error-404.not-found .elementor-widget-button {
    justify-content: center;
    display: flex;
}
section.error-404.not-found a.elementor-button {
    border-radius: 100px;
}
.error404 .ast-primary-header-bar {
    background-color: #48667b !important;
}
@media (max-width: 544px) {
    .error404 .ast-builder-layout-element .ast-site-identity,
    .error404 [data-section="section-header-mobile-trigger"] .ast-button-wrap .menu-toggle {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}
@media (max-width:767px) {
	section.error-404.not-found .page-title {
		font-size: 2.5rem;
	}
	section.error-404.not-found .page-sub-title {
    	font-size: 1.2rem;
	}
}