#header{
    height: auto;
}

.expand-menu{
    height: 90px;
}

.expand-menu .menu_label{
    border-radius: 0;
}

.odometer{
    font-weight: 600;
}
#navSitemap>li {
    padding-bottom: 1.5rem;
}
#navSitemap li, #navSitemap li a {
    font-weight: 300;
    font-size: 21px;
    line-height: 36px;
}

#SolutionResponsiveDiv{
    display: none;
}

.trunk-body nav li ul li a{
    padding-right: 0!important;
}

#SitemapSubText #arcades a,
#SitemapSubText #public a,
#SitemapSubText #arcades a,
#SitemapSubText #recycle a,
#SitemapSubText #disinflect a,
#SitemapSubText #robot a,
#SitemapSubText #pest a{
    font-size: 12px;
}

.view-more-btn, .more-button{
    font-size: 16px;
    font-weight: normal;
}

ul.diamond-list li{
    opacity: .75;
}

section.timeline .timeline-background .timeline-event ul{
    list-style-type: none;
}

#ProspectUsDiv{
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#ProspectUsDiv img{
    border: 5px solid #e6e5e5;
    max-width: 250px;
}

#ProspectUsDiv:hover img{
    border: 5px solid #f15922;
    box-shadow: 10px 20px 20px 0 rgb(0 0 0 / 15%);
}

#ProspectUsDiv span{
    margin-top: 10px;
}

.disclaimer-item{
    display: flex;
    flex-direction: column;
}

.disclaimer-item b, .disclaimer-item p{
    color: #666666;
    text-align: justify;
    line-height: 40px;
}

label[for="search"]{
    display: none;
}

.prospect-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}


@media screen and (max-width: 1199.98px) {
    .mobile-reverse-2x{
        flex-direction: column;
    }

    .trunk-body header .logo{
        margin-left: 0;
        /* width: 220px;
        height: 60px; */
    }

    .font-60 {
        font-size: 48px !important;
    }
}

@media screen and (max-width: 575.98px) {
    
    .mobile-padding-reset{
        padding: 0!important;
    }
    .mobile-padding-20{
        padding: 0 20px;
    }

    .font-title{
      font-size: 24px!important;
    }
    .font-60 {
        font-size: 32px !important;
    }

    #BannerDiv .fixed-height{
        transition: all .3s;
    }
}