#header {
    height: auto;
}

.expand-menu {
    height: 90px;
}

.expand-menu .menu_label {
    border-radius: 0;
}

.odometer {
    font-weight: 600;
}

#navSitemap li {
    line-height: 27px;
}

#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;
}

#network_details {
    width: 100%;
    justify-content: space-between!important;
    max-width: 750px;
}

@media screen and (max-width: 1600px) {
    .strength-figure {
        font-size: 42px!important;
    }
}

@media screen and (max-width: 1300px) {
    .strength-figure {
        font-size: 36px!important;
    }
}

@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: 767px) {
    #network_title {
        margin-top: 40px;
        align-items: center!important;
        justify-content: center !important;
    }
    #network_details {
        flex-direction: column!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;
    }
}

#navSitemap {
    display: flex;
    justify-content: space-between;
}

#navSitemap li {
    width: auto !important;
    max-width: initial !important;
    flex: 0 0 auto !important;
}

@media screen and (max-width: 991px) {
    #navSitemap {
        flex-direction: column;
    }

    #navSitemap>li {
        margin-bottom: 30px;
    }
}

#StockNameCodeDiv {
    font-size: 16px;
}

a.lang-active {
    background: white;
    color: #4595c9 !important;
}

@media screen and (max-width: 1199px) {
    .off-mobile {
        display: none;
    }
}