.amd-hero.hero .ht-container {
    overflow: hidden;
}
.ht-header .ht-container { 
    padding-left: 0.47rem;
    padding-right: 0.47rem;
}
.ht-menu > ul > li.menu-item:last-child > a {
    padding: 8px 20px;
    border-radius: 4px !important;
    line-height: 23px;
    font-size: 15px;
    font-weight: 400;
    margin-left: 30px;
}
.ht-menu > ul > li.menu-item:last-child > a:hover {
    background: #00abaf !important;
    color:#FFF !important;
}
.example1 h3 { 
    height: auto; 
}
#menu-new-home-menu >li:hover > a {
    background: transparent;
    color: var(--total-menu-link-color, #333);
}
.amd-hero.hero {
    overflow: hidden;
    position: relative;
}

.ht-menu > ul > li.menu-item > a {
    font-family: "Inter", sans-serif;
    padding: 10px 0 10px 18px;
    line-height: var(--total-menu-line-height, 1.5);
}
#ht-site-branding img { 
    height: 45px;
    width: auto !important;
    max-width: 100%;
}
.ht-header {
    border-top: 0px;
}
.example1 h3 { 
    line-height: 25px; 
}
.ht-menu li { 
    margin-left: 0; 
}
.ht-menu ul ul li.menu-item:hover > a {
    background: transparent;
    color: #0d42ff; 
}