.header.header-1.navbar-fixed {
    position: fixed;
    background: #fff;
    z-index: 2;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    box-shadow: 0px 7px 20px 0px #adadad4a;
}

.header-default.header {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.header {
    width: 100%;
    position: absolute;
    z-index: 99;
}

.header-2 {
    padding: 30px 0;
}

.header-2 a:hover {
    color: #313830;
}

.header-2.theme-3 a:hover {
    color: #76bd1d;
}


/* =============================================
       customer 
=========================================== */

.customer-details {
    text-align: center;
}

.customer-img {
    width: 130px;
    height: 130px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
}

.customer-2 .customer-img {
    margin-bottom: 25px;
}

.customer-img img {
    width: 100%;
}

.message {
    padding: 20px;
    font-size: 15px;
    line-height: 25px;
}

.review-pagination span.swiper-pagination-bullet-active-main {
    background-color: #76bd1d;
    width: 8px;
    height: 8px;
}

span.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}


/* ============================================================================
                               Blog and news
============================================================================ */

.latest-blog {
    background-size: cover;
    background-repeat: no-repeat;
}

.post-img {
    overflow: hidden;
}

.post-img img {
    width: 100%;
    transition: 0.6s;
}

.post-card:hover .post-img img {
    transform: scale(1.05);
}

.post-des {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.post-card {
    background: #fff;
    box-shadow: 0px 5px 20px 1px #00000029;
}

.view-more {
    color: #666666;
    transition: 0.3s;
    border-bottom: 2px solid #7a7a7a;
    font-weight: 600;
}

.delivery-text {
    color: #76bd1d;
}


/* ===================================================
           Header 
=================================================== */

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header.navbar-fixed {
    position: fixed;
    background: #fff;
    z-index: 100;
    padding: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    box-shadow: 0px 7px 20px 0px #adadad4a;
}

.slider-item-img {
    text-align: center;
}

.watch.justify-content-center {
    margin: 0;
}


/* toggle menu end  */

.search-form {
    display: none;
}

.second-home-nav {
    background: #282d30;
    padding: 0 10px;
    width: 100%; 
}

.header.navbar-fixed .second-home-nav {
    background: #070707;
    box-shadow: 0px 7px 20px 0px #adadad4a;
}

.right-menu-icon {
    margin-left: 50px;
}

.icon-item {
    padding: 20px 7px;
    position: relative;
}

.cart-count {
    border: 1px solid #ddd;
    padding: 0;
    min-width: 15px;
    height: 15px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 10px;
    top: -10px;
    right: -8px;
}

.cart-menu {
    position: absolute;
    background: #ffffff;
    backdrop-filter: blur(5px);
    right: 0;
    padding: 10px;
    width: 275px;
    box-shadow: 0px 11px 20px 1px #54545445;
    margin-top: 100px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    padding-bottom: 20px;
}

.nav-list {
    position: relative;
    list-style: none;
}

.cart-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.cart-img img {
    width: 50px;
}

.remove-icon {
    color: #292929;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.remove-icon:hover {
    color: #76bd1d;
}

.header-2 .remove-icon:hover {
    color: #313830;
}

.header-2.theme-3 .remove-icon:hover {
    color: #76bd1d;
}

.cart-px-name {
    font-size: 12px !important;
    line-height: 15px !important;
}

.nav-list:hover .cart-menu {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
}

.cart-menu a {
    color: black !important;
}


/* ==========header end ===== */

.cart-modal-btn {
    display: flex;
    justify-content: space-around;
}

.header-2 .cart-modal-btn .custom-btn {
    background: #313830;
}
 a {
    text-decoration:none;
}
 a:hover {
    text-decoration:none;
}
.cart-modal-btn a {
    border: solid 1px #333;
    border-radius: 10px;
    padding: 5px 17px;
}

.header-2 .cart-modal-btn .custom-btn:hover {
    background: #292929;
}

.header-2.theme-3 .cart-modal-btn .custom-btn {
    background: #76bd1d;
}

.header-2.theme-3 .cart-modal-btn .custom-btn:hover {
    background: #292929;
}


/* ======================================================
               Social 
====================================================== */

ul.right-social-ul {
    display: flex;
    align-items: center;
    writing-mode: vertical-lr;
    position: absolute;
    right: 0;
    top: 25%;
    z-index: 1;
}

ul.right-social-ul li {
    padding: 12px;
}

.share-link {
    color: #666666;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.share-link:hover {
    color: #76bd1d;
    text-decoration: revert;
}


/* ===============================social end============ */


/* ====================Banner============ */

.slider-details {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-1 .slider-item-img img {
    width: 100%;
    padding-top: 0px;
}

.banner-btn-sec {
    display: flex;
    align-items: center;
    animation: slide-up 4s forwards;
}

.about-img {
    display: flex;
    align-items: center;
    height: 100%;
}


/* =============banner slider======== */

.banner-pagination {
    justify-content: center;
    align-items: center;
    display: flex;
}

.bannerSlider .swiper-wrapper {
    padding: 0;
}

@media screen and (max-width: 991px) {
    .bannerSlider .swiper-wrapper {
        padding: 0 !important;
    }
}


/* ===============banner end =============== */


/* =========================about============ */

.des {
    padding: 15px 0;
}

ul.about-ul li {
    width: 65%;
}

.serv-list {
    display: flex;
    align-items: center;
}

.serv-list img {
    height: 50px;
    padding: 5px;
}

.list-des {
    padding: 15px;
}

.list-title {
    font-size: 20px;
    margin-bottom: 5px;
}

.about-role {
    margin-bottom: 10px;
}

.about-content {
    padding-left: 25px;
}


/* ==========================================
       Subscribe 
========================================== */

.mb-120 {
    margin-bottom: 120px;
}

.subscribe-wrapper {
    background-image: url("../img/image/ad-ban-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-text {
    height: 100%;
    align-items: center;
    display: flex;
}

.subscribe {
    padding: 100px 0;
    background: #0000007d;
    position: relative;
}

.content-subs {
    z-index: 5;
}

.subscribe::before {
    content: "";
    clip-path: polygon(0% 0%, 100% 0%, 76% 100%, 0% 100%);
    background: #76bd1de3;
    height: 100%;
    display: block;
    width: 60%;
    position: absolute;
    top: 0;
}

.subscribe-wrapper-1 .subscribe::before {
    display: none;
}

.contact-area-2 .form-control:focus {
    border-color: #313830;
}

.subscribe-wrapper-1 .form-control {
    padding: 0.775rem 0.75rem;
    border-radius: 0;
}

.subs-des {
    color: #fff;
    font-size: 15px;
}

.input-group-text {
    border: none;
    border-radius: 0;
}

.hero-text {
    align-items: center;
    display: flex;
}

.hero-form {
    width: 100%;
}


/* ==========================Product section style ================= */

.product {
    background: #fff9f4;
}

.all-product {
    background: #fff9f4;
}

.project-title {
    font-size: 20px;
    font-weight: 600;
    color: #292929;
    transition: 0.3s;
}

.project-title:hover {
    color: #76bd1d;
}

ul.cat-menu {
    display: initial;
    justify-content: center;
    align-items: center;
}

.cat-menu-li {
    padding: 8px 20px;
    cursor: pointer;
    transition: 0.3s;
    margin: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    display: inline-grid;
}

.product-card {
    text-align: center;
    position: relative;
}

ul.rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    padding-left: 5px;
}

ul.pd-btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.rating li span {
    color: #f6d807;
    padding: 3px;
}

.rating li {
    list-style: none;
}

.ProGroups li {
    list-style: none;
}

ul.rating li span.unrated {
    color: #ddd;
}

.price {
    color: #292929;
    margin-bottom: 12px;
}

.shop-btn {
    padding: 5px 10px;
    border-radius: 15px;
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    background-color: #313830;
    align-items: center;
    color: #fff;
    text-decoration: none;
    margin: 3px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}


/* =======================================================Delivery========== */

.delivery {
    background-repeat: no-repeat;
    background-size: 100%;
    height: 315px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    padding-bottom: 40px;
}

.delivery-img img {
    width: 100%;
    position: absolute;
    right: 0%;
    top: -65px;
}

.delivery-img {
    text-align: center;
    position: relative;
}

.delivery-content {
    color: #fff;
}

.delivery-title {
    color: #fff;
}

.delivery-content p {
    padding: 20px 0;
}

.delivery {
    margin-top: -175px;
}

.delivery .row {
    width: 100%;
}


/* =============================================
       customer 
=========================================== */

.customer {
    position: relative;
    z-index: 1;
}

.customer-details {
    text-align: center;
}

.customer-name {
    margin-top: 10px;
}

.message {
    padding: 20px;
    font-size: 15px;
    line-height: 25px;
}

.customer-1 .customer-img {
    width: 100%;
    border-radius: 0;
    min-height: 430px;
}

.mt-35 {
    margin-top: 35px;
}

.customer-2 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66);
}

.customer-2 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66);
}

.customer-2 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    width: 15px;
    height: 15px;
}

.customer-2 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
    background: #313830;
}

.customer-2 .review-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    position: absolute;
    z-index: 99;
}

.customer-2 .review-item {
    margin-top: 0;
}

.customer-2 .sm-title {
    color: #313830;
}

.latest-blog-2 .sm-title {
    color: #313830;
}


/* ============================================================================
                               Blog and news
============================================================================ */

.post-des {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.post-card {
    background: #fff;
    box-shadow: 0px 5px 20px 1px #00000029;
}

.view-more {
    color: #666666;
    transition: 0.3s;
    border-bottom: 2px solid #7a7a7a;
    font-weight: 600;
}


/* ================================service =================== */

.pl-40 {
    padding-left: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.service-icon img {
    transition: 0.3s;
    width: 60px;
    height: 60px;
}

.about-1 .service-icon img {
    width: auto;
    height: auto;
}

.service-card:hover .service-name {
    color: #fff;
}

.service-card:hover .service-sm-des {
    color: #fff;
}

.service-card:hover .show-btn {
    color: #fff;
}


/* ==================app section ============= */

.app-section {
    margin: 56px 0 82px;
}

img.app-tow {
    position: absolute;
    left: 0;
    animation-delay: 2s;
    width: 48%;
    animation: first-app 1.5s linear infinite alternate;
    -webkit-animation: first-app 1.5s linear infinite alternate;
}

@-webkit-keyframes first-app {
    0% {
        margin-top: -20%;
    }
    100% {
        margin-top: -15%;
    }
}

@keyframes first-app {
    0% {
        transform: translateY(-20%);
    }
    100% {
        transform: translateY(-15%);
    }
}

.delivery-text {
    color: #76bd1d;
}


/* ====================================================about page ================== */

.page-banner {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 90px 0;
}

.menu-product .cat-name {
    font-family: inherit;
    font-size: 18px;
    line-height: 25px;
}

.menu-product .cat-menu-li {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 2px solid transparent;
    margin-top: 5px;
}

.menu-product .cat-menu-li.mixitup-control-active {
    border-color: #76bd1d;
}

.page-ban-content {
    text-align: center;
}

.mt-25 {
    margin-top: 25px;
}

.breadcrumb-list a {
    color: #fff;
    transition: 0.3s;
}

.breadcrumb-list a:hover {
    color: #76bd1d;
}

.breadcrumb-list span {
    color: #fff;
}

.page-head {
    color: #fff;
}

.mb-25 {
    margin-bottom: 25px;
}

.note-title {
    font-size: 36px;
}

.available-head {
    font-size: 36px;
    line-height: 1.3;
}

.sec-title {
    font-size: 36px;
}

.service-name {
    font-size: 16px;
}

.ab-service-li {
    display: flex;
    align-items: center;
}

.service-name-des {
    margin-left: 20px;
}

.about-details {
    padding-left: 10px;
}


/* ===========================about END=============== */


/* ===============describes=========== */

.describe {
    background-image: url(../img/call-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 95px 0;
}


/* product open   */

.describe-content {
    /* text-align: center; */
    /* color: #fff;  */
    /* overflow-x: scroll; */
    overflow: hidden;
}

.call-sec-title {
    color: #fff;
    padding: 15px;
    font-size: 36px;
}

.describe-sm-title {
    text-transform: uppercase;
}

.call-number {
    font-size: 20px;
    padding-bottom: 13px;
}


/* ====================================================
               Team 
==================================================== */

.member-img img {
    width: 100%;
}

.team-card {
    text-align: center;
    box-shadow: 0px 9px 20px 1px #98767626;
}

.member-details {
    padding: 20px 15px;
}

.team-card::after {
    content: "";
    height: 2px;
    width: 65%;
    background: #000;
    display: block;
    margin: auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.member-name {
    font-size: 20px;
    padding-bottom: 7px;
    color: #292929;
    font-weight: 600;
    transition: 0.3s;
    display: block;
}

.member-name:hover {
    color: #76bd1d;
}

.team-details-card .member-name:hover {
    color: #292929;
}

.team-card:hover::after {
    background: #76bd1d;
}


/* ============availability===== */

.bg-availa {
    background: #0000007d;
    padding: 60px 0;
}

.available-note {
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 20px;
    box-shadow: 0px 15px 20px 1px #9c9c9c52;
}

.note-li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #ddd;
    padding: 5px;
    transition: 0.3s;
    cursor: pointer;
}

.avail-inner {
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.note-head {
    text-align: center;
    padding-bottom: 21px;
}

.note-title {
    margin-top: 10px;
}

.note-footer {
    text-align: center;
    padding-top: 25px;
}

.available-head {
    color: #fff;
    margin: 20px 0;
}

.available-content {
    color: #fff;
}


/* ====================================================================
                   Customer Review 
==================================================================== */

.service-name-des h4 {
    font-size: 16px !important;
}

.review {
    padding: 50px;
    box-shadow: 0px 0px 13px 1px #ddd;
    border-left: 2px solid #76bd1d;
    height: 100%;
    padding-top: 25px;
}

.review-title {
    font-size: 28px;
    line-height: 1.4;
}

.review p {
    padding: 20px 0;
}

.customer-name {
    font-size: 20px;
}


/* =====================About page end ========= */


/* ================================service =================== */

.service-card {
    padding: 28px;
    border: 1px solid #ddd;
    text-align: center;
    transition: 0.5s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.service-icon.serv-icon {
    width: 100%;
    background: none;
}

.service-name {
    font-size: 20px;
    margin: 15px 0;
    transition: 0.3s;
}

.service-sm-des {
    margin-bottom: 20px;
    transition: 0.3s;
}

.show-btn {
    font-size: 17px;
    text-decoration: revert;
    font-weight: 400;
    color: #76bd1d;
    transition: 0.3s;
}

.service-card:hover {
    background: #76bd1d;
    transform: translateY(-10px);
}

.service-icon img {
    transition: 0.5s;
}

.service-card:hover .service-icon img {
    height: 65px;
    width: 65px;
    margin-top: calc(0% - 5px);
}

.service-card:hover .service-icon img {
    filter: invert(1);
}

.service-card:hover .service-name {
    color: #fff;
}

.service-card:hover .service-sm-des {
    color: #fff;
}

.service-card:hover .show-btn {
    color: #fff;
}


/* ========================service details ==================== */

.post-inner-img {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.service-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #ddd;
    padding: 8px 0;
}

.service-link {
    color: #666666;
    transition: 0.3s;
}

.service-link:hover {
    color: #76bd1d;
}

.title-name {
    display: inline-block;
}

.service-list {
    margin-top: 10px;
}

.note-head.bars {
    text-align: left;
}

.pl-50 {
    padding-left: 50px;
}

.product-slider img {
    width: 100%;
}

.mt-25 {
    margin-top: 25px;
}

.product-slider {
    position: relative;
}

.about-2-button .custom-btn {
    background: #313830;
}

.about-2-button .custom-btn:hover {
    background: #292929;
}

.arrow-btn {
    background: #fff;
    padding: 0 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.arrow-btn:hover {
    background: #76bd1d;
}

.arrow-btn::after {
    font-size: 20px;
    color: #292929;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.arrow-btn:hover::after {
    color: #fff;
}

.service-info img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .single-service-right-bar {
        margin-top: 30px;
        padding: 0;
    }
    .image-content {
        margin-left: 0;
    }
}


/* ==========================Product section style ================= */

.product-img img.gallery-img {
    width: 100%;
}

.product-card.gallery-card {
    box-shadow: none;
    padding: 0;
}

.view-project {
    position: absolute;
    background: #ffffffdb;
    right: 7%;
    bottom: 9%;
    top: 9%;
    left: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    transform: scale(0.9);
}

.product-card:hover .view-project {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.product-card:hover .status-product {
    opacity: 1;
    visibility: visible;
}

.project-title {
    font-size: 20px;
    font-weight: 600;
    color: #292929;
    transition: 0.3s;
}

.project-title:hover {
    color: #76bd1d;
}

tbody.table-body-text tr td {
    padding-top: 0;
}


/* ====================================pricing table ========= */

.pricing-card.active {
    transform: scale(1.2);
    background: #fff;
    color: #292929;
}

.plan-name {
    margin-bottom: 15px;
    color: #fff;
}

ul.future-list {
    padding: 10px 0;
}

ul.future-list li {
    margin: 10px 0;
}

.currency-type {
    font-size: 18px;
    display: inline;
}

.plan-price {
    color: #fff;
    font-size: 45px;
}

.package-time {
    font-size: 15px;
}

.pricing-card.active .plan-name {
    color: #292929;
}

.pricing-card.active .plan-price {
    color: #292929;
}

.pricing-card:hover {
    transform: scale(1.2);
    background: #fff;
    color: #292929;
}

.pricing-card:hover .plan-name {
    color: #292929;
}

.pricing-card:hover .plan-price {
    color: #292929;
}

.pricing-card:hover a.custom-btn-alt {
    background: #76bd1d;
    color: #fff;
}

.pricing-card.active a.custom-btn-alt {
    background: #76bd1d;
    color: #fff;
}


/* ===================================================================
                   Partner 
=================================================================== */

.partner {
    background-size: cover;
    background-repeat: no-repeat;
}

.partner-bg {
    padding: 82px 0;
    background: #00000096;
}

.partner-logo {
    text-align: center;
}

.partner-logo img {
    width: 90%;
}


/* =====================menu====================== */


/* ==========================Product section style ================= */

ul.cat-menu {
    display: initial;
    justify-content: center;
    align-items: center;
}

.cat-menu-li {
    padding: 11px 10px;
    cursor: pointer;
    transition: 0.3s;
    margin: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    display: inline-grid;
    border-bottom: 2px solid;
    border-color: #fff;
    margin-top: 7px;
}


/* .product-2 .cat-menu-li.mixitup-control-active {
   color: #313830;
   ;
   border-bottom: 2px solid #313830
} */

.all-product-1 li.cat-menu-li {
    border-bottom: 0;
}

.all-product-1 li.cat-menu-li.mixitup-control-active {
    border-bottom: 0;
    color: #76bd1d;
}

.mb-40 {
    margin-bottom: 40px;
}

.product-card {
    text-align: center;
    position: relative;
    box-shadow: rgb(240 240 240) 0px 0px 41px 1px;
    /* padding: 10px; */
    transition: 0.3s;
}

.m-pd-card {
    padding: 10px;
}

.product-card:hover {
    margin-top: -10px;
}

.all-product-1 .product-card:hover {
    margin-top: 0;
}

ul.pd-btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

ul.rating li span {
    color: #f6d807;
    padding: 3px;
}

ul.rating li span.unrated {
    color: #ddd;
}

.shop-btn {
    padding: 5px 10px;
    border-radius: 15px;
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    background-color: #313830;
    align-items: center;
    color: #fff;
    text-decoration: none;
    margin: 3px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}


/* ======================================FAQ page design start===================== */


/*=====================================
         FAQ PART STYLE
======================================*/

.faq__head h2 {
    width: 570px;
}

.faq__content {
    margin-bottom: 24px;
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.faq__content:hover .faq__que button {
    color: #000;
}

.faq__que {
    cursor: pointer;
    padding: 18px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
}

.faq__que button {
    border: none;
    outline: none;
    background: none;
    text-align: left;
    color: #292929;
    font-size: 16px;
    font-weight: 500;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.faq__ans p {
    font-size: 15px;
    line-height: 26px;
    color: #666666;
}

.faq__ans {
    padding: 15px 25px;
}

.faq__que i {
    background: #292929;
    color: #fff;
    padding: 5px;
}


/*===============================================================
                   <!-- FAQ STYLE END -->
==================================================================*/


/* ============================================================================
                               Blog and news
============================================================================ */

.latest-blog.blog-bg {
    background: none;
}

.post-title {
    font-size: 20px;
    line-height: 28px;
    color: #292929;
    font-weight: 600;
    transition: 0.3s;
    display: block;
}

.post-title:hover {
    color: #76bd1d;
}

.post-details {
    padding: 20px 25px;
}

.post-des {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.post-card {
    background: #fff;
    box-shadow: 0px 5px 20px 1px #00000029;
}

.view-more {
    color: #666666;
    transition: 0.3s;
    border-bottom: 2px solid #7a7a7a;
    font-weight: 600;
}


/* =================================================single blog post ========= */

.l-post-title {
    font-size: 36px;
    margin-bottom: 17px;
}

.blog-img img {
    width: 100%;
}

.recent-post-title {
    font-weight: 600;
    color: #292929;
    transition: 0.3s;
}

.recent-post-title:hover {
    color: #76bd1d;
}

ul.post-date-time {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

ul.post-date-time li {
    margin-right: 15px;
}

.blog-inside-img {
    width: 100%;
}

.mark-des {
    padding: 33px;
    background: #f9f9f9;
    margin: 26px;
}

.client {
    text-align: right;
}

.client-name {
    font-size: 20px;
}

.single-comment {
    display: flex;
}

.comment {
    padding-left: 21px;
}

.commenter-name {
    font-size: 15px;
    margin-bottom: 0;
}

.commenter-img {
    flex: 0 0 50px;
    min-width: 50px;
}

.date-reply {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
}

.comment-area .single-comment:not(:last-child) {
    margin-bottom: 45px;
}

.reply-btn {
    color: #292929;
    padding: 0px 10px;
    border: 1px solid #ddd;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    font-size: 14px;
}

.reply-comment {
    margin-left: 85px;
}

ul.post-list li {
    display: flex;
    margin-bottom: 15px;
}

.recent-post-details {
    padding: 0 18px;
}

.recent-post-title {
    font-size: 17px;
    color: #292929;
    font-weight: 600;
}

ul.tags-ul {
    margin-top: 10px;
}

.tag-link {
    padding: 5px 10px;
    border: 1px solid #ddd;
    margin: 3px;
    color: #666666;
    transition: 0.3s;
}

.tag-link:hover {
    background: #76bd1d;
    color: #fff;
}

.tag-list {
    display: inline-grid;
}

.title-name:after {
    content: "";
    height: 2px;
    width: 50px;
    background: #76bd1d;
    display: block;
}

.swiper-button-prev.arrow-btn {
    left: 0;
}

.swiper-button-next.arrow-btn {
    right: 0;
}

.reply-btn:hover {
    color: #fff;
    background: #76bd1d;
}

ul.post-list {
    margin-top: 10px;
}


/* =======================contact========= */

.right-input-icon {
    position: absolute;
    right: 0;
    padding: 8px;
    color: #292929;
    z-index: 5;
    padding-right: 16px;
    font-size: 18px;
}

.form-control {
    border-radius: 0;
    padding: 9px 15px;
    font-size: 15px;
    border-color: #ddd;
}

.contact-offer img {
    width: 100%;
    height: 100%;
}

.contact-offer {
    text-align: right;
    height: 100%;
}

.form-wrapper.inner {
    margin-top: initial;
    background: #fff;
    box-shadow: 0px 0px 20px 1px #78787826;
}


/* =============================cart============== */

.cart-pd-img {
    width: 75px;
}

.cart-pd-img img {
    width: 100%;
}

.qty-td {
    width: 270px;
}

.qt-btn {
    width: 40px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #76bd1d;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.qt-btn:hover {
    color: #fff;
    background: #292929;
}

table.table tr {
    vertical-align: middle;
}

.shopping-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.coupon-form {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}

.coupon-inside h2 {
    margin-bottom: 15px;
    font-size: 25px;
}

td.cart-price {
    text-align: end;
}

.cart-total h2 {
    margin-bottom: 20px;
    font-size: 25px;
}

.total-sum {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.sum-price {
    color: #76bd1d;
    font-weight: 600;
}

.submit-cart {
    text-align: center;
    margin-top: 25px;
}

table.table {
    white-space: nowrap;
}

.input-group.quantity {
    flex-wrap: initial;
}

input.qty.form-control {
    min-width: 50px;
    max-width: 50px;
    text-align: center;
}


/* ===============================team view ============ */

.personal-info {
    background: #fff;
    box-shadow: 0px 1px 20px 1px #f2f2f2;
    margin-top: 50px;
    padding: 30px 30px;
}

table.info-table {
    width: 100%;
    color: #292929;
    font-weight: 500;
}

table.info-table tbody tr {
    padding: 5px 0;
    display: block;
}

.team-card-title {
    display: inline-block;
    position: relative;
}

.team-sec-title:before {
    content: "";
    border-bottom: 3px solid #76bd1d;
    width: 40%;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 0;
}

.team-sec-title {
    position: relative;
    padding-bottom: 2px;
    margin-bottom: 10px;
    display: inline-block;
}

.team-about {
    margin-bottom: 35px;
}

tbody.table-body-text {
    color: #666666;
}

.card-title {
    font-size: 20px;
}

@media screen and (max-width: 500px) {
    .personal-info {
        padding: 20px;
    }
}


/* ==============shop============= */

.view-img img {
    width: 90%;
}

.rating-div {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.rating-div p {
    padding-left: 10px;
}

.product-price {
    display: flex;
}

.product-price p {
    padding-left: 10px;
    color: #76bd1d;
    font-size: 17px;
    font-weight: 500;
}

ul.info-list li {
    display: flex;
    align-items: center;
}

ul.info-list li p {
    padding-left: 5px;
    color: #76bd1d;
    font-weight: 500;
}

.sm-des {
    margin-top: 15px;
}

ul.info-list {
    margin-top: 5px;
}

.size-qty {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.mb-3.select-box label {
    font-weight: 700;
    color: #292929;
}

.select-box {
    margin-right: 50px;
    width: -webkit-fill-available;
    display: inline-grid;
}

.cart-sec h4 {
    margin-bottom: 20px;
}

.share-link ul li a {
    color: #76bd1d;
    transition: 0.3s;
}

.share-link ul li a:hover {
    color: #292929;
}

.product-review {
    border: none;
    box-shadow: none;
}

.comment-content {
    padding: 0;
    margin-bottom: 0;
}

.comment-date {
    padding: 0;
    margin-bottom: 0;
}

.information .table> :not(:first-child) {
    border-top: 1px solid #000;
}

.nav-pills {
    margin-left: 13px;
    background: #f3f2f2;
    padding: 6px 10px 0;
}

@media screen and (max-width: 500px) {
    .mark-des {
        margin: 0px !important;
    }
    .single-service-right-bar {
        padding: 0;
    }
}

.delivery-text {
    color: #76bd1d;
}

.table> :not(:first-child) {
    border-top: none;
}

thead.product-table {
    background: #f6f6f6;
}

.header.header-2 .logo {
    padding: 15px 0;
}

.header.header-2 {
    background: #fff0;
    box-shadow: none;
}


/* =================Footer style =========== */

.footer-section {
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-section {
    padding-top: 75px;
}

.footer-content-wrapper {
    color: #fff;
}

ul.address li {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

ul.address li span {
    font-size: 30px;
}

.address-info {
    padding-left: 12px;
    line-height: 20px;
}

.footer-widget-title {
    color: #fff;
    font-size: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

.footer-widget-title:after {
    content: "";
    height: 2px;
    width: 70%;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer-content-wrapper ul li a {
    color: #fff;
    transition: 0.3s;
    display: block;
}

.footer-content-wrapper ul li a:hover {
    color: #76bd1d;
}

.footer-2 .footer-content-wrapper ul li a:hover {
    color: #313830;
}

.footer-2 .custom-btn {
    background: #313830;
}

.footer-2 .custom-btn:hover {
    background: #292929;
}

ul.insta-feed {
    display: grid;
    grid-template-columns: auto auto auto;
}

.foot-list {
    margin: 5px;
    position: relative;
}

.footer-link img {
    width: 100%;
}

.subscribe-des {
    margin-bottom: 20px;
}

ul.social-ul {
    display: flex;
    margin-bottom: 0;
}

.social-link {
    color: #fff;
    padding: 6px;
    transition: 0.3s;
}

.social-link:hover {
    color: #76bd1d;
}

.last-footer {
    padding: 20px 0px;
    border-top: 1px solid #444;
    margin-top: 65px;
}

.copyright-text {
    color: #fff;
}

.insta {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #0009;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
}

.foot-list:hover .insta {
    opacity: 1;
    visibility: visible;
}

.footer-1 .address-info a {
    color: #fff;
    transition: 0.3s;
}

.footer-1 .address-info a:hover {
    color: #76bd1d;
}

.ml-35 {
    margin-left: 35px;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-right a {
    color: white;
}

.header-right a:hover {
    color: #76bd1d;
}

.header-right-search-phone a {
    color: #292929;
    transition: 0.3s;
    font-weight: 500;
}

.header-right-search-phone a:not(:first-child) {
    margin-left: 35px;
}

.header-right-search-phone a:hover {
    color: #76bd1d;
}

.address-info a {
    color: #fff;
}

.footer-2 .address-info a:hover {
    color: #313830;
}


/* =================Footer style end=========== */

.product-2 .product-img {
    background-color: #ecf1eb;
    border-radius: 15px;
}

.Homelogo img {
    height: 70px;
    padding-bottom: 10px;
}

.navbar-fixed .Homelogo {
    display: none;
}

.navbar-fixed .Homelogo {
    display: none;
}

.banner-3 .slider-item-img img {
    padding-top: 50px;
    width: 100%;
}

.banner-3 .banner-des {
    color: #666;
}

.banner-3 .custom-btn {
    background: #76bd1d;
}

.banner-3 .custom-btn:hover {
    background: #292929;
}

.banner-3 .video-btn {
    background: #76bd1d;
}

.banner-3 .video-btn::before {
    background: #76bd1d;
}

.about-3 .sec-sm-title {
    color: #76bd1d;
}

.about-3 .custom-btn {
    background: #76bd1d;
    margin-top: 15px;
}

.about-3 .custom-btn:hover {
    background: #292929;
}

.subscribe-3 .custom-btn {
    background: #76bd1d;
}

.subscribe-3 .custom-btn:hover {
    background: #292929;
}

.subscribe-3 .form-control:focus {
    border-color: #76bd1d;
}

.service-3 .sm-title {
    color: #76bd1d;
}

.service-3 .show-btn {
    color: #76bd1d;
}

.service-3 .service-card:hover {
    background: #76bd1d;
}

.product-3 .sm-title {
    color: #76bd1d;
}

.product-3 .product-card {
    padding: 0;
}

.product-3.theme-1 .sm-title {
    color: #76bd1d;
}

.all-product.product-3 {
    background: #fffbf2;
}

.product-3 .cat-menu-li {
    border: 0;
}

.product-3 .cat-menu-li.mixitup-control-active span {
    color: #76bd1d;
}

.product-3.theme-1 .cat-menu-li.mixitup-control-active span {
    color: #76bd1d;
}

.product-3 .cat-menu-li:hover span {
    color: #76bd1d;
}

.product-3.theme-1 .cat-menu-li:hover span {
    color: #76bd1d;
}

.product-3 .project-title:hover {
    color: #76bd1d;
}

.product-3.theme-1 .project-title:hover {
    color: #76bd1d;
}

.product-3 .product-card:hover {
    margin-top: 0;
}

.latest-blog-3 {
    background: #fffbf2;
}

.footer-3 .address-info a:hover {
    color: #76bd1d;
}

.footer-3 .footer-content-wrapper ul li a:hover {
    color: #76bd1d;
}

.footer-3 .custom-btn {
    background: #76bd1d;
}

.footer-3 .custom-btn:hover {
    background: #292929;
}

.footer-3 .form-control:focus {
    border-color: #76bd1d;
}

.delivery-area-3 .video-btn {
    background: #76bd1d;
}

.delivery-area-3 .video-btn:before {
    background: #76bd1d;
}

.delivery-area-3 .custom-btn-light {
    background: #76bd1d;
    margin-top: 10px;
}

.delivery-area-3 .custom-btn-light:hover {
    color: #76bd1d;
    background: #fff;
}

.customer-2.theme-3 .sm-title {
    color: #76bd1d;
}

.customer-2.theme-3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
    background: #76bd1d;
}

.latest-blog-3 .sm-title {
    color: #76bd1d;
}

.latest-blog-3 .post-title:hover {
    color: #76bd1d;
}

.latest-blog-3 .view-more:hover {
    color: #76bd1d;
    border-color: #76bd1d;
}

.header .container {
    position: relative;
    z-index: 1;
}

.search-form-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    transition: 0.5s;
}


/*  Header menu CSS  */

.header-menu li a {
    font-size: 15px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    padding: 20px 0; 
}

.header-menu li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-menu .submenu {
    position: absolute;
    left: 0;
    top: 120%;
    width: 200px;
    z-index: 1;
    background-color: #282d30;
    box-shadow: 1px 17px 20px 1px #5958581c;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    border-top: 3px solid #76bd1d;
}

.header-2 .header-menu .submenu {
    border-top: 3px solid #313830
}

.header-2.theme-3 .header-menu .submenu {
    border-top: 3px solid #76bd1d;
}

.header-2 .icon-item {
    color: #292929;
}

.header-2 .icon-item:hover {
    color: #313830;
}

.header-2.theme-3 .icon-item:hover {
    color: #76bd1d;
}

.header-2.theme-3 .icon-item {
    color: #ffffff;
}

.header-menu ul>li:not(:last-child) {
    margin-right: 60px;
}

.header-menu li:hover>a {
    color: #76bd1d;
}

.header-2 .header-menu li:hover>a {
    color: #313830;
}

.header-2.theme-3 .header-menu li:hover>a {
    color: #76bd1d;
}

.header-menu ul li .submenu li {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #f2f2f2;
}

.header-menu .submenu li a {
    display: block;
    padding: 8px 15px;
    border-left: solid #4c4c4c75;
}

.header-menu .submenu li:last-child {
    border-bottom: 0;
}

.header-menu .submenu li:hover>a {
    background-color: #4c4c4c75;
    border-left: solid #76bd1d;
    border-radius: 5px;
}

.header-menu li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    border-radius: 8px;
}

.header-menu li.has-submenu>a {
    position: relative;
    z-index: 1;
}

.header-menu li.has-submenu>a:after {
    font-family: 'IcoFont';
    content: "\ea99";
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    margin-left: 3px;
    transition: 0.3s;
    float: right;
}

.header-menu li.has-submenu:hover>a::after {
    content: "\eaa1";
}

.search-form-wrapper .form-control.search-input {
    padding: 9px 20px;
}

.header-menu .submenu .submenu {
    left: 100%;
}

.header-menu li>.submenu li:hover>.submenu {
    top: 0;
}

.dr-navbar-sign {
    cursor: pointer;
    transition: all 0.6s ease-in-out;
}

.dr-navbar-sign span {
    width: 20px;
    height: 2px;
    background-color: #292929;
    border-radius: 50px;
    display: block;
    margin: 4px 0;
    transition: all 0.6s ease-in-out;
}

.dr-navbar-sign span.dr-line-2 {
    width: 15px;
}

.dr-navbar-sign span.dr-line-3 {
    width: 10px;
}

.dr-navbar-sign:hover span {
    background-color: #76bd1d;
}

.header-2 .dr-navbar-sign:hover span {
    background-color: #313830;
}

.header-2.theme-3 .dr-navbar-sign:hover span {
    background-color: #76bd1d;
}

.dr-navbar-sign:hover span.dr-line-2 {
    width: 20px;
}

.dr-navbar-sign:hover span.dr-line-3 {
    width: 20px;
}


/*   Sidebar CSS   */

.side-info:is(.info-open) {
    right: 0;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.side-info {
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    box-shadow: -2px 1px 20px 1px #00000024;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -400px;
    transition: 0.4s;
    padding: 40px;
}

.mean-container .mean-nav {
    background: transparent;
}

.mean-container .mean-nav ul li a {
    border-color: #f8f8f8;
    font-size: 15px;
    color: #292929;
    text-transform: capitalize;
}

.mean-container .mean-nav ul li:hover>a {
    color: #76bd1d;
    background-color: #f2f2f2;
}

.header-side-info-2 .mean-container .mean-nav ul li:hover>a {
    color: #313830;
}

.header-side-info-3 .mean-container .mean-nav ul li:hover>a {
    color: #76bd1d;
}

.mean-container .mean-nav ul li a.mean-expand {
    color: #292929;
    background-color: #f2f2f2;
    height: 35px;
    line-height: 35px;
    font-weight: 300;
}

.mean-container .mean-nav ul li li li a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background-color: #ebebeb;
    color: #76bd1d;
}

.header-side-info-2 .mean-container .mean-nav ul li a.mean-expand:hover {
    color: #313830;
}

.header-side-info-3 .mean-container .mean-nav ul li a.mean-expand:hover {
    color: #76bd1d;
}

.dr-sidebar-contact-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.sidebar-address {
    display: flex;
    margin-bottom: 5px;
}

.sidebar-address i {
    max-width: 40px;
    height: 40px;
    background-color: #f2f2f2;
    line-height: 40px;
    text-align: center;
    margin-right: 15px;
    flex: 0 0 40px;
}

.dr-sidebar-contact>a {
    display: block;
    margin-bottom: 12px;
    color: #666666;
    transition: 0.3s;
}

.dr-sidebar-contact>a:hover {
    color: #76bd1d;
}

.header-side-info-2 .dr-sidebar-contact>a:hover {
    color: #313830;
}

.header-side-info-3 .dr-sidebar-contact>a:hover {
    color: #76bd1d;
}

.dr-sidebar-contact>a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f2f2f2;
    display: inline-block;
    margin-right: 15px;
    transition: 0.3s;
    color: #292929;
}

.dr-sidebar-social a:not(:last-child) {
    margin-right: 7px;
}

.dr-sidebar-social a:hover {
    color: #76bd1d;
    background-color: #ebebeb;
}

.header-menu.mean-container li.has-submenu>a::after {
    display: none;
}

.fix {
    overflow: hidden;
}

.dr-sidebar-close {
    border: 0;
    background-color: transparent;
    box-shadow: 0px 1px 12px 1px #ddd;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #292929;
    font-weight: 700;
}

.dr-sidebar-close i {
    font-weight: 500;
}

.dr-sidebar-close:hover {
    color: #76bd1d;
}

.header-side-info-2 .dr-sidebar-close:hover {
    color: #313830;
}

.header-side-info-3 .dr-sidebar-close:hover {
    color: #76bd1d;
}

.dr-sidebar-btn-wrap a {
    font-size: 16px;
    color: #292929;
    border: 1px solid #f2f2f2;
    height: 48px;
    width: 48px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    margin-right: 5px;
    position: relative;
    border-radius: 50%;
}

.dr-sidebar-btn-wrap a:hover {
    color: #76bd1d;
}

.header-side-info-2 .dr-sidebar-btn-wrap a:hover {
    color: #313830;
}

.header-side-info-3 .dr-sidebar-btn-wrap a:hover {
    color: #76bd1d;
}

.offcanvas-overlay:is(.overlay-open) {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.offcanvas-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(4, 0, 23, 0.5);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    cursor: url(../img/icon/close.png), auto;
}

.header-menu li.menu-last .submenu {
    left: auto;
    right: 0;
}

.header-menu li.menu-last .submenu .submenu {
    left: auto;
    right: 100%;
}

.cart-list .price {
    margin-bottom: 0;
}

.cart-ul li {
    border-bottom: 1px solid #f2f2f2;
}

.cart-modal-btn {
    padding-top: 20px;
}

.cart-ul .cart-img {
    margin-right: 10px;
}

.cart-ul .product-name {
    margin-bottom: 0;
}

.cart-ul .cart-product-details {
    margin-right: 10px;
}

.nav-list .icofont-shopping-cart {
    position: relative;
    z-index: 1;
}

.dr-sidebar-btn-wrap .cart-count {
    top: -5px;
    right: 0;
    min-width: 18px;
    height: 18px;
}

.nav-tabs .nav-link {
    border: 1.5px solid #d2d2d2a6 !important;
    border-radius: 20px !important;
    border-top-left-radius: 20;
    border-top-right-radius: 20;
    margin-left: 30px;
    min-width: 150px;
    text-align: center;
    color: #76bd1d;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #76bd1d !important;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs {
    border-bottom: 1px solid #ffffff !important;
}

.D-Blockinsub {
    border: 1.5px solid #d2d2d2 !important;
    border-radius: 10px;
    min-width: 100px
}

.D-Blockinsub li a {
    margin-left: 0 !important;
}

.D-Blockinsub .nav-link.active {
    color: #161616 !important;
    background-color: #ffffff !important;
    border-color: #dee2e6 #dee2e6
}

.D-Blockinmain a::after {
    padding-top: 33px;
}

/*.FreTopNavBar {*/
/*    position: relative;*/
/*    transition: top 0.3s;*/
/*}*/

/*.FreTopNavBar {*/
/*    position: relative;*/
/*    transition: top 0.3s;*/
/*     background-color: #282d30;*/
/*}*/

/*.NavFixed { */
/*    background-color: #ffffff00 !important;*/
/*     position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
    /*z-index: 1000; */
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */

/*}*/
 
 

       .nifixed {
    transition: top 0.5s ease; 
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    left:0;
}
.Retailstabz{
  z-index: 999 !important;
  position: relative;
}
