/*
Theme Name: hello-biz Child
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   hello-biz
Version:    1.0
License:    GNU General Public License v2 or later
*/
/** Home Page */
.banner-list { line-height:1.4; margin:10px 24px 10px 0 !important  }
.banner-list strong { font-size:28px; display:block; color:#000; font-weight:500; }
.banner-list2 { line-height:1.4; }
.banner-list2 strong { font-size:18px; display:block; color:#000; font-weight:500; }
.next-card { overflow:hidden; }
.next-card ul { margin-top:10px; padding-left:20px; }
.next-card .elementor-image-box-content { padding:20px; }
.inline-form { display:flex; justify-content:space-between; gap:10px; }
.inline-form input { width:100%; }
.theme-btn a { color:#fff !important; background:#4A88C5; border-radius:10px; padding:12px 24px !important; margin-left:20px; }
.theme-btn a:hover { background:#2574C2; }

/** Media Css **/
@media(max-width:1024px) {
/* .hfe-nav-menu { position:fixed; left:0; width:100% } */
}
@media(min-width:767px) {
  .eg-height-140 { min-height:140px; }
}
@media(max-width:767px) {
  .inline-form { flex-direction:column; }
}