/*brand*/
.brand-title {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.brand-title:before,
.brand-title:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35%;
    height: 3px;
    background: var(--dark);
}

.brand-title:before {
    left: 0;
}
.brand-title:after {
    right: 0;
}

.brand-title h1 {
    color: var(--dark);
    margin: auto;
    text-align: center;
    font-size: 2.25rem;
    line-height: 2.875rem;
    font-weight: 400;
    letter-spacing: .05rem;
    padding: 10px 25px;
    background: #fff;
    display: inline-block;
    overflow: hidden;
    z-index: 2;
    position: relative;
}

 

#video {
    margin: 10px 0;
    position: relative;
    padding: 6% 0 50%;
    height: 0;
}
#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.about-content p{
    line-height:19px !important;
}

.hotlinenumber{
    color: #212529;
    font-size: 1rem;
    font-weight: 900 !important;
    transition: all 0.2s ease;
}

.hotlinenumber:hover {
    text-decoration: underline;
}

.salesservice{
    color: #212529;
    font-size: 0.75rem;
    font-weight: 600 !important; 
}

@media (min-width: 768px) {
    .hotlinenumber{
        font-size: 1.25rem;
    }
    .salesservice{
        font-size: 1rem; 
    }
}



.top_menus{
    color: var(--dark);
    font-size: 18px ;
}

.dropdown-item {
    font-weight: 600 !important; 
    font-size: 18px;
}

.carousel-testimonial .owl-stage-outer {
    padding-top: 40px !important;
}
 
.carousel-testimonial .item{
   padding: 10px !important; 
}

.carousel-testimonial .testimonial-box {
    box-shadow: 0 0 6px 2px rgb(0 0 0 / 8%) !important;
    height: 285px !important;
}

.category-page .category-page-header {
    position: relative;
    height: 200px;
    width: 100%;
}

.category-page .category-page-header img {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height: 100%;
    width: 100%;
    aspect-ratio: 16/9;
    /* object-fit: cover;
    object-position: center; */
}


#categorypictitle {
    position: absolute;
    bottom: 15px;
    right: 0;
    min-width: 180px;
    background: rgb(255 255 255 / 80%);
    padding: 10px 15px;
    font-size: 1.25rem;
    font-weight: 500;
    color: rgb(33 32 57);
    border-radius: 4px 0 0 4px;

}
#categorypictitle h1 {
    font-size: 28px;
    font-weight: normal;
    color: #2a2a2a;
    display: inline-block;
    background-color: #FFF;
    background: rgba(255,255,255,0.8);
    padding: 8px;
}


@media (min-width: 768px) {
    .category-page .category-page-header {
        height: 400px;
    }

    #categorypictitle {
        bottom: 25px;
        min-width: 250px;
        padding: 15px 25px;
        font-size: 1.75rem;

    }

    #categorypictitle h1 {
        font-size: 32px;
        padding: 8px 20px 8px 20px;
    }

}


/* .catdesc p, .catdesc span{
    font-weight:500 !important; 
    font-size: 20px !important; 
    line-height: 22px;
    text-align:justify;
    font-family: Calibri, sans-serif;
} */
.product-page-desc{
    font-weight:500 !important; 
    font-size: 1rem !important; 
    line-height: 1.5;
    text-align:justify;
    margin-bottom: 20px;
}

.product-price {
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 15px;
    color: #ff0000;
}

.product-brand{
    font-weight:500 !important; 
    font-size: 1rem !important; 
    line-height: 1;
    text-align:justify;
    margin-bottom: 12px;
}

.product-navigation a {
    color: #5a5d66 !important;
    transition: all 0.5s ease;
}
.product-navigation a:hover {
    color: var(--base) !important;
}
.product-navigation .prev i ,
.product-navigation .next i {
    transition: all 0.5s ease;
}
.product-navigation .prev:hover i{
    transform: translateX(-4px);
}
.product-navigation .next:hover i{
    transform: translateX(4px);
}

.get-quote-btn {
    height: 55px !important;
    width: auto;
    max-width: 212px !important;
    padding: 0 !important;
}

.nav-link {
    font-family: var(--body-font);
    font-weight:700 !important; 
    font-size: 18px !important; 
    line-height: 18px;
}

.style-center p{
    text-align:left;
    line-height:26px;
    font-size: 1rem;
    font-weight: 400; 
    margin-bottom: 4px;  
      
}
.style-center h4{
    text-align:left;
    
}

.headnumber-servce{
    text-align: right; 
    /* margin-top: 30px; */
}
 
@media (min-width: 992px) and (max-width: 1200px) {
    .header .nav-link {
        font-family: var(--heading-font);
        color: #080808;
        padding: 18px 0 !important;
        font-size: 0.80rem !important;
        font-weight: 500 !important;
        letter-spacing: .0235rem;
        position: relative;
        text-transform: uppercase;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header .navbar-nav {
        gap: 15px;
    }
}

@media (min-widht: 768px) {
    .producttab {
        font-size: 1.15rem !important; 
        padding: 1rem;
    }
}

@media screen and (max-width: 575px) {
     
    .slider-item__title {
        
        font-weight: 600; 
        font-size:26px; 
    }
    .mobile_hide {display:none;}
    
    
        
    .testimonial-box {
        height: 250px!important;
    }
    
    .headnumber-servce{
        text-align:center; margin-top: 5px;
    }
    
    .home-title h1 {
        font-size: 1.25rem;
        line-height: 1.75rem;
        letter-spacing: .05rem;
        padding: 10px 25px;
    }
    
    .browseby-title h1 {
        font-size: 1.25rem;
        line-height: 2.875rem;
        letter-spacing: .05rem;
        padding: 10px 25px;
    }
    
    .browseby-title:before,
    .browseby-title:after {
        content: '';
        position: absolute;
        top: 29%;
        transform: translateY(-50%);
        width: 45%;
        height: 1px;
        background: var(--dark);
    }

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .home-title h1 {
        font-size: 2.25rem;
        line-height: 2.875rem;
        letter-spacing: .05rem;
        padding: 10px 25px;
    }
    
    .browseby-title h1 {
        font-size: 2.25rem;
        line-height: 2.875rem;
        letter-spacing: .05rem;
        padding: 10px 25px;
    }
    
    

    .feature-category-item__image {
        height: 115px;
    }

    .category-feature-category-item__image {
        height: 290px;
    }

    .category-feature-category-item__title {
        font-size: 1.5rem;
    }

    .about-content * ,
    .catdesc, 
    .catdesc *{
        font-weight: 500 !important;
        font-size: 1.42rem !important;
    }
    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .feature-category-item__image {
        height: 145px;
    }

    .nav-link {
        font-size: 22px !important; 
        line-height: 20px;
    }

    .producttab {
        font-size: 1.15rem !important; 
        padding: 1rem;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { }