/* <span class="slicknav_arrow">▼</span>  */


/* for product icons  */
#cssmenu ul>li.menu-item-has-children>a:before {
    position: absolute;
    top: 10px;
    right: -20px;
    width: 8px;
    height: 10px;
    background-size: contain;
    display: block;
    background: url(images/arrow-right.png) no-repeat;
    content: '';
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: contain !important;
}


.lavi h4 {
    color: black;
    background-color: transparent;

    img {
        height: 50%;
        width: 50%;
    }
}

p.whychoose {
    font-family: 'poppins-regular';
    line-height: 2.0;
    color: #201e1e;
    text-align: left;
}


.owl-carousel-banner {
    position: relative;
    /* Ensure the carousel container is positioned relative */
}

.owl-carousel-banner .owl-nav {
    position: absolute;
    top: 50%;
    /* Center vertically */
    width: 100%;
    /* Full width for the positioning */
    display: flex;
    justify-content: space-between;
    /* Spread arrows to the sides */
    transform: translateY(-50%);
    /* Center vertically */
    padding: 0 20px;
    /* Adjust the padding as needed */
}

.owl-carousel-banner .owl-prev,
.owl-carousel-banner .owl-next {
    background: #e6ba42 !important;
    /* Yellow background for the arrows */
    border: 2px solid #ccc;
    /* Optional border */
    border-radius: 50%;
    /* Circular buttons */
    width: 40px;
    /* Size of the buttons */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    /* Arrow color, black for contrast */
    font-size: 20px;
    /* Size of the arrow text */
    text-align: center;
    line-height: 2;
    /* Adjust line height if needed */
    cursor: pointer;
    /* Pointer cursor on hover */
    z-index: 10;
    /* Ensure arrows are above other content */
}

.owl-carousel-banner .owl-prev {
    left: 0;
    /* Position to the left */
}

.owl-carousel-banner .owl-next {
    right: 0;
    /* Position to the right */
}