.box-feature .top-feature-list h2.title::before {
    border-top: 4px solid #00818d;
    content: "";
    position: absolute;
    top: 0;
    width: 63px
}

.top-feature-list {
    padding-top: 50px
}

.box-feature{
    width:100%;
    display:inline-block;
    padding-bottom:120px;
    position:relative;
} 

.box-feature .top-feature-list h2.title{
    padding-top:25px;
    font-size:19.44px;
    color:#161616; 
    line-height:1;
    text-transform:uppercase;
    font-weight:600;
    padding-top: 21px; 
    margin-bottom: 20px;
    position: relative;
}

.box-feature .top-feature-list h3.sub-title,
.box-feature .top-feature-list h1.sub-title {
    clear: both;
    text-transform: uppercase;
    font-size:25px;
    color:#161616;
    font-weight:900;
    line-height:1.4;
    margin-bottom:18px;
}

.box-feature .top-feature-list .desc p{
    font-size:13.89px;
    color:#161616;
    line-height:20px;
    margin-bottom:42px;
}

#show-mobile {
    z-index: 22;
    display: none;
}

@media only screen and (min-width:1400px) {
    .container {
        max-width: 1365px
    }
}

@media only screen and (max-width: 1199px){
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
        width: 100%;
    }
    #mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close:before {
        background: #00818d;
    }
    #show-mobile {
        margin-top: 0;
        display: block;
        position: relative;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary{
        top: 0;
    }
    #mega-menu-wrap-primary{
        top:20px;
    }
    #show-mobile .header-inner-right .social-header.social-header {
        display: none;
    }
    
    #show-mobile .wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu{
        top: 60px;
    }
    
    #show-mobile .main-menu{
        display: inline-block;
        max-width: 100%;
        width: 100%;
        z-index: 1;
        position: relative;
    }
    
    header.site-header{
        display: none;
    }

    .head-mb .container {
        display: flex;
        flex-wrap: wrap;
    }
    
    #show-mobile #wp-megamenu-primary{
        background-color: transparent;
    }
    
    #show-mobile #wp-megamenu-primary.wpmm-mobile-menu a.wpmm_mobile_menu_btn{
        width: 20px;
        color: transparent !important;
    }
    
    #show-mobile #wp-megamenu-primary.wpmm-mobile-menu a.wpmm_mobile_menu_btn i{
        color: #fff !important;
        font-size: 25px !important;
        font-weight: 300 !important;
    }
    
    #show-mobile .main-navigation #wp-megamenu-primary.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap{
        text-align: left !important;
        height: 60px;
    }
    
    #show-mobile .logo-search{
        position: absolute;
        top: 13px;
        left: 45px;
        z-index: 99;
    }
    
    #show-mobile .logo-search .logo{
        display: inline-block;
        width: 50px;
        height: 41px;
    }
    
    #show-mobile .logo-search .logo img{
        width: 100%;
    }
    
    #show-mobile .logo-search .logo a{
        width: 100%;
        height: 100%;
    }
    
    #show-mobile .main-search{
    }
    
    #show-mobile .header-inner-right{
        position: absolute;
        top: 20px;
        right: 15px;
        z-index: 99;
    }
    
    #show-mobile .header-inner-right span.icon{
        width: 20px;
        height: 20px;
        display: inline-flex;
        text-align: center;
        background-size: 100% 100% !important;
        vertical-align: middle;
        border: 2px solid #00818d;
        border-radius: 50%;
        align-items: center;
        
    }
    
    #show-mobile .header-inner-right span.icon i.fa{
        color: #00818d;
        font-size: 12px;
        margin: auto;
    }
    
    #show-mobile .header-inner-right .social-header,  #show-mobile .header-inner-right .contact-list, #show-mobile .header-inner-right .main-search{
        display: inline-block;
    }
    
    #show-mobile .header-inner-right .social-header ul, #show-mobile .header-inner-right .contact-list ul{
        display: flex;
        margin: 0;
    }
    
    #show-mobile .header-inner-right .social-header ul li, #show-mobile .header-inner-right .contact-list ul li{
        margin: 0 5px;
    }
    
    #show-mobile .header-inner-right .social-header ul li a{
        color: red;
        font-size: 10px;
    }
    
    #show-mobile .header-inner-right .contact-list ul li a, #show-mobile .header-inner-right .contact-list ul li span{
        color: #00818d;
    }
    
    #show-mobile .main-search-icon{
        content: '';
        width: 25px;
        height: 26px;
        border: none;
        cursor: pointer;
        background: transparent url(../img/search-icon.png)center left no-repeat;
        background-size: auto;
        text-indent: -9999px;
        background-size: contain;
        position: absolute;
        top: 6px;
        left: 60px;
    }
    
    #show-mobile .main-search .search-form{
    }
    
    #show-mobile .search-field{
        display: none;
        position: fixed;
        top: 100px;
        z-index: 999;
        width: calc(100% - 30px);
        left: 0;
        border: medium none;
        border-radius: 20px;
        color: #444444;
        font-family: lato-heavy;
        font-size: 11.11px;
        height: 34px;
        padding-left: 16px;
        padding-top: 0;
        background-color: #ccc;
        margin: 0 15px;
    }
    
    #show-mobile .search-field::placeholder {
        color: #444444;
        opacity: 1; /* Firefox */
    }
    #show-mobile .search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
       color: #444444;
       opacity: 1; /* Firefox */
    }
    #show-mobile .search-field:-ms-input-placeholder { /* Microsoft Edge */
       color: #444444;
       opacity: 1; /* Firefox */
    }
    
    #show-mobile .search-submit{
        display: none;
        width: 19px;
        height: 27px;
        border: none;
        cursor: pointer;
        background: transparent url(../img/search-icon.png)center left no-repeat;
        text-indent: -9999px;
        background-size: contain;
        position: fixed;
        top: 105px;
        right: 30px;
        z-index: 999;
    }
    
    #show-mobile .logo-search.open .main-search .search-field, #show-mobile .logo-search.open .main-search .search-submit{
        display: block;
    }
    
    #show-mobile .container{
        height: auto;
        padding-left: 25px;
        padding-right: 25px;
    }

    .logo-mb {
        width: 22%;
        display: inline-flex;
        align-items: center;
    }
    
    .logo-mb img {
        max-height: 72px;
        width: auto;
    }

    .search-mb {
        width: calc(78% - 28px);
        padding: 0 20px 0 30px;
    }

    .main-menu-mb {
        width: 28px;
        z-index: 9999;
    }

    .main-menu-mb .main-navigation {
        height: 100%;
    }

    #show-mobile #wp-megamenu-primary {
        height: 100%;
    }

    #show-mobile .main-navigation #wp-megamenu-primary.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap {
        margin-top: 11px;
    }

    #show-mobile .search-mb label {
        margin: 0;
        display: block;
    }

    #show-mobile .search-mb .main-search .search-form {
        position: relative;
    }

    #show-mobile .search-mb .search-field {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        display: block;
        border-radius: 0;
        border: solid #00818d;
        background-color: #fff;
        margin: 0;
        font-size: 10px;
        height: 41px;
    }

    #show-mobile .search-mb .search-field::placeholder {
        color: #ccc;
        opacity: 1; /* Firefox */
    }
    #show-mobile .search-mb .search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #ccc;
    }
        #show-mobile .search-mb .search-field::-ms-input-placeholder { /* Microsoft Edge */
        color: #ccc;
    }

    #show-mobile .search-mb .search-submit {
        display: block;
        top: 50%;
        right: 11px;
        transform: translateY(-50%);
        position: absolute;
        width: 22px;
        height: 30px;
    }

    .head-mb {
        padding: 10px 0 10px;
        position: relative;
    }

    /* .head-mb:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 26.2%;
        height: 100%;
        border-bottom: 77px solid #00818d;
        border-left: 41px solid transparent;
    } */

    .midle-mb {
        background: #00818d;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .midle-mb .btn-link.btn-feature {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .midle-mb .btn-link.btn-feature .btn {
        width: calc(50% - 10px);
        margin: 0 0 10px;
        padding: 25px 10px;
        font-size: 14px;
    }
    
    .midle-mb .btn-link.btn-feature .btn.type-1,
    .midle-mb .btn-link.btn-feature .btn.type-2 {
        padding: 15px 10px;
    }

    .midle-mb .btn-link.btn-feature .btn.type-1 {
        background-color: #000;
        width: calc(50% - 15px);
    }

    .midle-mb .btn-link.btn-feature .btn.type-2 {
        width: calc(50% - 10px);
    }

    .contact-list-mb {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 9px;
    }

    .contact-list-mb .icon {
        border-radius: 50%;
        border: solid 1px #00818d;
        width: 20px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 4px;
    }

    .contact-list-mb .icon .fa-envelope:before {
        width: 12px;
        height: 10px;
        background-size: contain;
    }

    .contact-list-mb a.item_brochures .icon .fa {
        font-size: 10px !important;
    }

    .contact-list-mb a {
        font-size: 12.3px;
        text-transform: uppercase;
        color: #00818d;
        display: block;
    }

    .support-header.sp-mb, .call-header.call-mb {
        width: auto;
    }
    .support-header.sp-mb {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .call-header.call-mb .item {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    #show-mobile .wpmm-mobile-menu .wpmm_mobile_menu_btn i {
        vertical-align: bottom;
    }

    #show-mobile .main-menu-mb #wp-megamenu-primary.wpmm-mobile-menu a.wpmm_mobile_menu_btn {
        width: 100%;
    }

    #show-mobile .main-menu-mb #wp-megamenu-primary.wpmm-mobile-menu a.wpmm_mobile_menu_btn i {
        font-size: 0 !important;
        height: 32px;
        width: 100%;
        background-image: url('../images/menu-lines.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    #show-mobile ul.wp-megamenu {
        position: absolute;
        top: 100%;
        width: calc(100vW - 50px) !important;
        left: auto;
        right: 0;
        display: none;
    }

    .phone-call.item {
        padding: 15px 25px;
        text-align: center;
        font-size: 28px;
        text-transform: uppercase;
        color: #00818d;
        font-weight: bold;
        letter-spacing: 7px;
        border-bottom: solid 2px;
    }

    .phone-call.item a {
        color: #ec2329;
    }

    .midle-mb .btn-link.btn-feature .btn:hover {
        background-color: #fff;
        color: #00818d
    }
    
    .mobile.logo-home-mobile {
      text-align: center;
      margin-bottom: 40px;
    }
    
    .mobile.logo-home-mobile .logo-top-home-img {
      width: 33%;
    }
    
    .home .container {
      padding-right: 25px;
      padding-left: 25px;
    }
    
    .floor-machine-wrapper .top-feature-list .sub-title {
      max-width: 400px;
    }
    
    .midle-mb .btn-link.btn-feature .btn.type-1, .midle-mb .btn-link.btn-feature .btn.type-2 {
        height: auto;
        border-radius: 0;
        line-height: 1.2;
        margin-bottom: 0;
    }
}

@media only screen and (max-width:767px) {
    .floor-machine-wrapper .top-feature-list {
        padding-top: 0;
    }
    
    .home .top-feature-list .sub-title, 
    .home .top-feature-list .title {
        width: 100%;
    }
    .mobile.logo-home-mobile {
      margin-bottom: 80px;
      margin-top: -40px;
    }
    .phone-call.item {
        font-size: 16px;
        letter-spacing: 2px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .midle-mb {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .midle-mb .btn-link.btn-feature .btn.type-1, .midle-mb .btn-link.btn-feature .btn.type-2 {
        padding: 10px;
        font-size: 12px;
    }
    #show-mobile .search-mb .search-field {
        height: 32px;
        border-width: 2px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before {
        position: relative;
        bottom: 15px;
    }
    #show-mobile .container{
        align-items: center;
    }
}

@media only screen and (max-width:658px) {
    .floor-machine-wrapper .top-feature-list {
        padding-top: 50px;
    }
    
    #show-mobile .header-inner-right .social-header.social-header {
        display: none;
    }
    
    #show-mobile .header-inner-right .social-header {
        display: none;
    }
    
    #show-mobile .header-inner-right span.icon {
        width: 27px;
        height: 27px;
    }
    
    #show-mobile .header-inner-right span.icon i.fa {
        font-size: 12px;
    }
    
    #show-mobile #wp-megamenu-primary.wpmm-mobile-menu a.wpmm_mobile_menu_btn i {
        font-size: 30px !important;
    }
    
    #show-mobile .logo-search .logo {
        display: inline-block;
        width: 85px;
        height: auto;
    }
    
    #show-mobile .logo-search {
        position: absolute;
        top: 5px;
        left: 65px;
        z-index: 99;
    }
    
    #show-mobile .main-search-icon {
        left: 102px;
        width: 27px;
        top: 10px;
    }
}

@media only screen and (max-width: 500px){
    .contact-list-mb a {
        font-size: 10.3px;
    }

    .midle-mb .btn-link.btn-feature .btn {
        padding: 15px 10px;
    }
    
    #show-mobile .logo-search {
        position: absolute;
        top: 5px;
        left: 55px;
        z-index: 99;
    }
    #show-mobile .main-search-icon {
        left: 94px;
        width: 27px;
        top: 10px;
    }
    #show-mobile .header-inner-right {
        top: 12px;
    }
}

@media only screen and (max-width: 401px){
    .contact-list-mb {
        justify-content: space-between;
        gap: 10px;
    }
    .call-header.call-mb .office.item {
        padding-left: 0 !important;
    }

    .search-mb {
        padding: 0 15px 0 15px;
    }

    /* .head-mb:after {
        width: 34.2%;
    } */
    
    #show-mobile .main-navigation #wp-megamenu-primary.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap {
        height: 100%;
        display: flex;
        align-items: end;
        padding-bottom: 12px;
    }
}

@media only screen and (max-width:364px){
    #show-mobile .header-inner-right .social-header ul li, 
    #show-mobile .header-inner-right .contact-list ul li{
        margin: 0px 5px;
    }
    
    #show-mobile #wp-megamenu-primary.wpmm-mobile-menu a.wpmm_mobile_menu_btn i {
        font-size: 27px !important;
    }
    
    #show-mobile .logo-search {
        left: 48px;
    }
    
    #show-mobile .logo-search .logo {
        display: inline-block;
        width: 75px;
        height: auto;
    }
    
    #show-mobile .main-search-icon {
        left: 83px;
        width: 27px;
        top: 10px;
    }
}