body{
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
}
small{font-size: smaller;}
.navbar-brand img.logo{
    height: 3.375rem;
    max-height: 3.375rem;
}
.iq-nav-menu li{
    margin-right: 0.8125em;
}
.iq-nav-menu>li>a{font-weight: 400;}
.breadcrumb-item+.breadcrumb-item::before{content: " > "}
.imgBlk{max-width: 100%;width: 100%;}

.dealerList{list-style-type: none;width: 70%;margin: 0 auto;}
.dealerList li{display: inline-block;width: 48%;text-align: center;}
.img-circle{border-radius: 50%;border: 5px solid #fcfcfc;width: 200px;}
.productCont{font-size: 0.85rem;}
.iq-card .block-images .img-box img{
    mix-blend-mode: overlay;
    aspect-ratio: 3 / 3;
}

.home-carousel .owl-item{position: relative;}
.home-carousel .owl-item .description{
    position: absolute;
    left: 15%;
    top: 40%;
}
.home-carousel .owl-item .description .h2_heading{font-size: 5rem;}
.home-carousel .owl-nav .owl-prev,
.home-carousel .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    border: 1px solid #fcfcfc !important;
}
.home-carousel .owl-nav .owl-prev{left: 2%;}
.home-carousel .owl-nav .owl-next{right: 2%;}
.home-carousel .owl-nav .owl-prev:hover,
.home-carousel .owl-nav .owl-next:hover{background-color: #e50914;}

#whatsAppIcon .top{
    z-index: 999;
    bottom: 1.875em;
    left: 1.5625em;
    width: 3.125em;
    height: 3.125em;
    text-align: center;
    line-height: 3.125em;
    -webkit-transition: all .3sease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3sease-in-out;
    background-color: #00ff00;
    color: #fff;
}
.iq-breadcrumb{padding: 7.375em 0 3em;}