﻿@import "dwt.css";
@import "bootstrap.min.css";
.menu-dropdown,
.menu-dropdown ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .menu-dropdown li,
    .sub-dropdown ul li {
        list-style: none;
    }
.nav-tabs .nav-link {
    display: block;
    padding: 12px 24px;
}
.tabbed ul li {
    padding: 0;
}

    .tabbed ul li a {
        display: block;
        position: relative;
    }

        .tabbed ul li a::before {
            content: "";
            position: absolute;
            right: -64px;
            top: 0;
            width: 124px;
            height: 100%;
            transform: skew(30deg);
            background: inherit;
        }
   .tabbed ul li a::after{
    content: "";
    position: absolute;
    left: -64px;
    top: 0;
    width: 124px;
    height: 100%;
    transform: skew(-30deg);
    background: inherit;
}
    .tabbed ul li::before,
    .tabbed ul li::after {
        pointer-events: none;
    }
    b {
        font-size:1.15rem;
    }
.menu-dropdown {
    min-width: 280px;
    padding: 8px 0;
    border: none;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    font-size: 1rem !important;
    overflow: hidden;
}

    .menu-dropdown li {
        list-style: none;
    }

        .menu-dropdown li a {
            display: block;
            padding: 12px 20px;
            color: #333;
            text-decoration: none;
            transition: all 0.45s ease;
            border-left: 5px solid rgb(0, 83, 149);
        }

        .menu-dropdown li:hover > a {
            background: #005395 !important;
            color: #fff !important;
            transition: background-color .25s ease, color .25s ease;
            border-left: 5px solid white;
        }
            .menu-dropdown li:hover a {
                color: #fff;
                padding-left: 26px;
              
            }
/*            center img {
                object-fit:fill;
            }*/
            center {
                object-fit:fill;
            }
.dryfruits_list  .wow {
    transition: all 0.3s ease;
}
    .dryfruits_list  .wow:hover {
        transform: scale(1.10);
    }

