.productMenu{ display: inline-block; }

.productMenu li {
	 position: relative;
     list-style:none;
}
.productMenu > ul {
	display: flex;
    list-style: none;
    padding:0;
    margin:0;
}
.productMenu li a {
    display: block;
    padding: 12px 18px;
    background: #fff;
    border: none;
    font-size: 1.em;
    color: #174e82;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s;
}
.productMenu li a:hover {
	 background: #fff;
	 color: #174e82;
}
.productMenu ul ul {
	 visibility: hidden;
	 opacity: 0;
	 min-width: 150px;
	 position: absolute;
	 top: 150%;
	 left: 0;
     padding: 0;
      margin:0;
	 transition: all 0.3s;
}
.productMenu ul ul li a{ border: 1px solid #eee; }
.productMenu ul li:hover > ul {
	 top: 100%;
	 visibility: visible;
	 opacity: 1;
}
.productMenu ul ul ul {
	 /*left: 100%;*/
      /*margin-left: -150px;*/
     left: -200px;
     /* max-width: 156px; */
     width: 200px;
     /*left:0;*/
}
.productMenu ul ul li:hover > ul {
	 top: 0;
}

/*#searchdimensions {
    margin-top: -3rem;
    margin-bottom: -2rem;
}*/

.attribute-set-name {
  font-weight: bold;
  margin-bottom: 10px;
}


.brand-logo {
    display: none;
}


.contact-info div.contact-wrap:nth-child(2){ display:block;}
.about-banner{ position:relative;}
.about-banner:before{     content: '';
    position: absolute;
    background: linear-gradient(180deg, rgb(49 49 49 / 0%), rgb(6 6 6 / 46%))!important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }


.towards-ace{     background-image: url(https://ulcm.s3.amazonaws.com/acebearings.eu/images/towards-ace.jpg);
    /*background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    position: relative;

}

.towards-ace .bg-counter-sec{ background-image: none; }
.towards-ace .live-text{ top:auto!important;    text-align: end; }

.towards-ace .bg-counter-sec .counter{ width:216px; }

.towards-ace .bg-counter-sec{ font-size: 2.4rem; }
.towards-ace .bg-counter-sec p{     margin: 0px 10px; }

/*Contact-page css
.main-contact #tile-1 .nav-tabs {
        position: sticky;
        background-color: #174e82;
        top: 137px;
        width: 100%;
        z-index: 2;
    }
     .main-contact #tile-1 .nav-tabs li {
            margin: 0px !important;
        }
     .main-contact #tile-1 .nav-tabs li a {
            position: relative;
            margin-right: 0px !important;
            padding: 20px 40px !important;
            font-size: 1.5rem;
            border: none !important;
            color: #fff;
        }
    .main-contact #tile-1 .nav-tabs .active {
            background-color: transparent !important;
            border: none !important;
            text-decoration: underline;
        }
    .main-contact .contact-info h3 {
        font-size: 2rem;
        margin: 20px 0px;
        color: #174e82;
        display: inline-block;
    }
    .main-contact .contact-info h3::after {
            content: '';
            border-bottom: 2px solid #174e82;
            width: auto;
            margin: 0 auto;
            display: block;
        }
    .main-contact .advantage-bg:nth-child(1) {
        border-right: dashed 1px #ccc;
        border-bottom: dashed 1px #ccc;
        border-left: dashed 1px #ccc;
    }
    .main-contact .advantage-bg:nth-child(2) {
        border-right: dashed 1px #ccc;
        border-bottom: dashed 1px #ccc;
    }
    .main-contact .advantage-bg:nth-child(3) {
        border-bottom: dashed 1px #ccc;
        border-right: dashed 1px #ccc;
    }
    .main-contact .advantage-box {
        color: #000;
        padding: 30px;
        float: left;
    }
    .main-contact .advantage-title {
        text-align: center;
        font-weight: 600;
        font-size: 2rem;
        color: #174e82;
        margin-bottom: 5px;
    }
    .main-contact .title-desc p {
        line-height: 2rem;
    }
    .main-contact .image-background {
        background-image: url("https://ulcm.s3.amazonaws.com/acebearings.asia/images/contact.png");
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
    .main-contact #contact .top-banner img {
        height: 400px !important;
    }

    .main-contact .image-background:before {
        content: '';
        position: absolute;
        background: #00000078;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .main-contact .image-background button {
        background-color: #164e81 !important;
        color: #fff;
    }
    .main-contact .display-career {
        padding: 100px 0px;
    }
    .main-contact .c-lead {
        font-size: 1.75rem;
    }
*/
@media (max-width:767px;){
#tile-1 .nav-tabs{
top:0px;
}
}


