﻿

html {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

:root {
    --orange-bg-color: #d55c27;
    --blue-bg-color: #174791;
    --btn-bg-color: #036958;
    --btn-bg-hover-color: #036958;
}

.header-logo{
    width:100px;
}

@media (max-width:767px) {
    .sapcing {
        padding: 1px 0 !important;
    }

    .fixed-header-mobile-view {
        margin-top: 7px !important;
    }

    .popular-product {
        padding: 22px 0 0 0;
    }

    .header-same {
        margin-bottom: 5px;
    }

    .gotop a {
        float: none !important;
    }

    .navbar-light .navbar-toggler {
        padding: 7px 11px !important;
    }

    .gif-section {
        display: none;
    }

    .header-sec-menu2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: static !important;
    }

    div.header-sec-menu2 {
        background: #fff !important;
        padding: 6px 0 0 0;
    }

    .header-logo2 {
        display: block !important;
    }

    .popular-product .img-section-popular .img-main h6 {
        margin-top: 10px;
    }

    .about-us-section .about-text h3 {
        font-size: 33px !important;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        color: #fff !important;
    }

    .accordion-item {
        margin-bottom: 10px !important;
    }
}
.banner img {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.popular-product .img-section-popular .img-main {
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
    transition:0.5s;
}
    .popular-product .img-section-popular .img-main:hover {
        transform: scale(1.05);
    }
    .about-us-section {
        padding: 50px 0;
        background-image: url(../../images/back.png);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .about-us-section .about-img img {
        border: 2px solid #dbdbdb;
        padding: 5px;
    }

    .about-us-section .about-img {
        width: 68%;
        margin: 0 auto;
        display: block;
    }
/* .about-us-section .about-text a {
        background-color: var(--orange-bg-color);
        color: white;
        padding: 9px 27px;
        border-radius: 26px;
        font-weight: 500;
        float: left;
        text-transform: uppercase;
        font-size: 15px;
        margin-top: 10px;
        position:relative;
    }*/

.banner-left-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #d8fbf5;
    padding: 5px;
    height: 110px;
}

    .banner-left-icon h4 {
        margin: unset;
    }

.banner-icon img {
    width: 80px;
}

@media(max-width:1250px) {
    .banner-left-icon {
        margin-block: 10px;
    }
}


.hoverable-btn {
    background-color: var(--btn-bg-color);
    color: #fff;
    padding: 9px 27px;
    border-radius: 3px;
    font-weight: 500;
    float: left;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 10px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

    .hoverable-btn:hover {
        color: white;
    }

    .hoverable-btn:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0%;
        height: 100%;
        background-color: var(--btn-bg-hover-color);
        z-index: -9;
        transition: 0.5s;
        border-radius: 3px;
    }

    .hoverable-btn:hover:before {
        width: 100%;
    }

.about-us-section .about-text h3 {
    margin-bottom: 10px;
    font-size: 82px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--btn-bg-hover-color);
}

.about-us-section .about-text p {
    margin-bottom: 6px;
    text-align: justify;
    font-size: 15px;
    color: #2c2c2c;
}

section.news_info {
    background-color: var(--btn-bg-hover-color) !important;
}

body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    /*    font-family: 'Montserrat', sans-serif !important;

*/ color: #212121;
    font-family: "Oswald", sans-serif!important;
    padding-top: 0px;
}

ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

h5 {
    margin: 0;
}

h6 {
    margin: 0;
}

p {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    color: #212121;
}

a {
    color: #212121;
    text-decoration: none;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #1781b4;
    outline: 0;
    box-shadow: none;
}

.line-brack2::after {
    background: var(--btn-bg-color) !important;
}
.background {
    background-color: #f7f7f7 !important;
}
.container-fluid {
    width: 100%;
    margin: 0px auto;
    max-width: calc(100vw - 10%);
}



::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient( to right, #00a2d9 7%,#055786 60%,#00a2d9 100%);
    border-radius: 30px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 30px;
}

.mad-page-wrapper {
    /* background: #0c2e03;*/
    margin: 0 auto;
    /*  padding: 24px 60px 30px 60px;*/
    height: 100%;
    background: #fff;
    top: 40px;
    position: relative;
}

button.mad-back-to-top.animated.stealthy {
    display: none;
}
/* ----------------------------------------
        Preloader
    ---------------------------------------- */

.mad-preloader-circle,
.mad-preloader {
    position: fixed;
    width: 260vw;
    height: 260vw;
    margin-left: -130vw;
    margin-top: -130vw;
    background-color: #fff;
    z-index: 50;
    border-radius: 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mad-preloader-circle {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.mad-preloader {
    left: 50%;
    top: 50%;
}

    .mad-preloader-circle, .mad-preloader.mad-preloader--disappearing {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }

.mad-preloader-circle--appearing {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* ----------------------------------------
        Critical full screen message
    ---------------------------------------- */

/* ============================top header section css by Nadeem=============================== */
header.header-section {
    width: 100%;
    height: 100px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    transition: all .5s ease;
}

    header.header-section.fixed {
        position: fixed;
        top: 0;
        z-index: 9;
/*        height: 90px;
*/        box-shadow: 2px 1px 4px #999;
        width: 100%;
        transition: all .5s ease;
    }

.mini-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cartconting-nuber {
    background: #3fa53b;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inherit;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -5px;
    right: 25px;
    font-size: 14px;
}

li.cartconting {
    position: relative;
}

img.logo_imgs {
    width: 100%;
}

ul.ui-autocomplete.ui-menu {
    position: absolute;
    top: 67px;
    left: 42%;
    transform: translate(-50%, 0%);
    width: 43% !important;
    background: white;
    border: 0px;
}

li.ui-menu-item {
    padding: 8px 10px 8px 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #00000029;
}

    li.ui-menu-item a.ui-corner-all {
        color: #333;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        padding: 10px 15px 10px 30px;
        position: relative;
    }

        li.ui-menu-item a.ui-corner-all:before {
            content: "\f002";
            font-family: FontAwesome;
            display: inline-block;
            vertical-align: middle;
            color: #424242;
            position: absolute;
            top: 12px;
            font-size: 12px;
            left: 10px;
            z-index: 99;
        }

        li.ui-menu-item a.ui-corner-all:hover {
            background: #efefef;
            cursor: pointer;
            border-radius: 0px;
        }

.header-section.fixed img.logo_imgs {
    width: 80%;
    height: auto;
    transition: all .3s ease;
    padding: 8px 0px;
}

.header-search.header-same {
    width: 40%;
    position: relative;
}
.sign-in-section{
    justify-content:end;
}
.gif-section .date-timing-pincker {
    font-size: 14px;
}

.search-container {
    display: flex;
    align-items: center;
    position: relative;
}

.search-icon.select select.form-control {
    width: auto;
    border-radius: 0px;
    background: #e9e9e9;
    border: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 38px;
    font-size: 14px;
    border: 1px solid #ccc;
}

.search-container input.form-control {
    height: 38px;
    width: 100%;
    background: #ffffff;
    font-size: 14px !important;
    border: 1px solid #ccc;
    /* padding: 0px 45px; */
    border-radius: 0px;
}

.search-icon i {
    font-size: 22px;
    background: var(--btn-bg-hover-color);
    padding: 9px 15px;
    height: 38px;
    width: 47px;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.header-menu.header-same ul {
    display: flex;
    margin: 0px;
    align-items: center;
}
.upcomming-section .main-box-section {
    position: relative;
}
    .upcomming-section .main-box-section a {
        display: block;
        position: relative;
        overflow: hidden;
    }
  
        .main-box-section img {
            transition: 0.6s;
        }
.main-box-section:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    border-right: 5px solid red;
    border-left: 5px solid red;
}

    .main-box-section a::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        background: #0000009e;
        width: 100%;
        height: 100%;
    }
.upcomming-section .container-fluid {
    max-width: calc(100vw - 0%);
}

.upcomming-section .main-box-section .overlay-section {
    position: absolute;
    bottom: 50%;
    left: 30px;
    transform: translateY(50%);
    width: 70%;
    z-index: 99999999;

}
    .upcomming-section .main-box-section .overlay-section h3 {
        color: white;
        text-transform: uppercase;
        font-size: 24px;
        margin-bottom: 8px;
    }
.upcomming-section {
    padding:12px 0;
}
.main-box-section img:hover {
    transform: scale(1.1);
}
.upcomming-section .blink {
    animation: blink 1s infinite;
    font-size: 22px;
    color: #fff;
    line-height: 27px;
    text-transform: uppercase;
    padding: 5px 8px 5px 8px;
    display: inline-block;
}
@keyframes blink{
    0%, 49% {
        background-color: rgb(255, 251, 0);
        color: #000;
    }

    50%, 100% {
        background-color: rgb(255, 28, 11);
        color: rgb(255, 255, 255);
    }
}

.upcomming-section .main-box-section .overlay-section p {
    margin-bottom: 0px;
    color: #ffffff;
    line-height: 19PX;
}
section.category_product {
    padding: 35px 0px 15px 0px;
    position: relative;
    background: #fff;
    margin: 30px 0px;
}
#google_translate_element select {
    background: #2b1a12;
    color: #fff4e4;
    border: none;
    font-weight: bold;
    border-radius: 3px;
    padding: 8px 12px
}
.choose_header {
    text-align: center;
    margin-bottom: 25px;
}
    .choose_header h3 {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        text-transform: uppercase;
        margin: 0px;
        display: flex;
        align-items: center;
        margin-bottom: 4px;
    }
        .choose_header h3:before {
            flex: 1;
            border-top: 1px solid rgba(0, 0, 0, 0.08);
            content: "";
            margin-right: 15px;
        }
        .choose_header h3:after {
            flex: 1;
            border-top: 1px solid rgba(0, 0, 0, 0.08);
            content: "";
            margin-left: 15px;
        }
    .choose_header span {
        color: var(--btn-bg-hover-color);
        margin-left: 4px;
    }

.date-timing-pincker {
    display: flex;
    gap: 4px;
}
.mad-link{
    font-size:14px;
    cursor:pointer;
}
.header-menu.header-same ul:last-child {
    margin-right: 0px;
}

    .header-menu.header-same i {
        display: block;
        width: auto;
        text-align: center;
    }

.header-menu.header-same ul li {
    margin-right: 13px;
}

.search_icon {
    text-align: center;
    display: none;
}

    .search_icon img {
        width: auto;
        margin: 0;
    }
.header-logo2{
    display:none;
}
/* ======================****Menu header section css by Nadeem*=========================== */
div.header-sec-menu2 {
    background: var(--btn-bg-hover-color);
    position: relative;
    z-index: 9;
}

ul.navbar-nav.headerSlot li.nav-item {
    margin-right: 10px;
    position: relative;
}
.sapcing{
    padding:60px 0;
}

ul.navbar-nav.headerSlot li.nav-item a.nav-link {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    padding: 12px 10px;
}

        ul.navbar-nav.headerSlot li.nav-item a.nav-link:before {
            content: attr(data-text);
            text-align: center;
            position: absolute;
            top: 0;
            left: -250px;
            width: 100%;
            line-height: 42px;
            height: 100%;
            background: #0c2e03;
            z-index: 1;
            transition: all 0.5s ease;
            color: #fff;
        }

        ul.navbar-nav.headerSlot li.nav-item a.nav-link:hover:before {
            left: 0px;
        }

.mobole-active {
    display: none;
}

.category-menu {
    background: #ffffff;
    padding: 15px;
    border-top: 3px solid #000;
    width: 225px;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    margin: 0px 0px 0px;
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: 9;
    margin-top: 15px;
    visibility: hidden;
}
/*.fixedScroll {
    overflow: scroll;
    height: 500px;
    overflow-x: hidden;
}

.fixedScroll::-webkit-scrollbar {
    width: 1px;
}

.fixedScroll::-webkit-scrollbar-thumb {
    background: #eaeaea;
}

    .category-menu.Productmenu {
        width: 100%;
    }*/

ul.navbar-nav.headerSlot li.nav-item:hover .category-menu {
    transition: all .4s ease-in-out;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}


ul.category-menu-list li a {
    font-size: 15px;
    margin-bottom: 5px;
    padding: 6px 10px 6px 20px;
    display: inherit;
    width: 100%;
    border-bottom: 1px solid #ccc;
    color: #7a7a7a;
    font-family: 'Nunito', sans-serif;
    position: relative;
}

    ul.category-menu-list li a:before {
        content: "⮞";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #7a7a7a;
        position: absolute;
        top: 8px;
        font-size: 14px;
        left: 3px;
        z-index: 99;
    }
/*    ul.category-menu-list li a:after {
        content: "\f0da";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #7a7a7a;
        position: absolute;
        top: 8px;
        font-size: 14px;
        right: 3px;
        z-index: 99;
    }*/


.header-submenu a {
    margin: 16px 0px;
    font-weight: 400;
    color: #3fa53b;
    border-bottom: 1px dashed #a5a5a5;
    padding-bottom: 2px;
    font-size: 16px;
    text-transform: uppercase;
    display: inherit;
}

ul.category-menu-list li a:hover {
    color: var(--btn-bg-hover-color);
}


ul.category-menu-list li {
    position: relative;
}

ul.Subcategory-menu-list {
    background: #f2f2f2;
    padding: 15px;
    border-top: 3px solid #116fa3;
    width: 100%;
    box-shadow: none;
    margin: 0px 0px 0px;
    position: absolute;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    left: 210px;
    top: 5px;
    transform: scaleY(0);
    opacity: 0;
    z-index: 9;
}

ul.category-menu-list li:hover ul.Subcategory-menu-list {
    opacity: 1;
    transform: scaleY(1);
    transition: all 0.5s ease 0s;
}

ul.Subcategory-menu-list li a:before {
    content: "\f192";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    color: #7a7a7a;
    position: absolute;
    top: 8px;
    font-size: 14px;
    left: 3px;
    z-index: 99;
}

.Subcategory-righticon {
    float: right;
}
/* ======================****custon button css by Nadeem*=========================== */
.submit_btn {
    width: 150px;
    height: 42px;
    display: inline-block;
    background: #0c2e03;
    text-align: center;
    line-height: 40px;
    color: white !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    transition-duration: 0.6s;
    border-style: none;
}

    .submit_btn:hover {
        transform: scale(0.9);
        transition-duration: 0.6s;
        cursor: pointer;
    }
#menuSlot{
    margin:0 auto;
}
.cancel_btn {
    width: 150px;
    /*    height: 42px;
*/ display: inline-block;
    background: #212121;
    text-align: center;
    line-height: 40px;
    color: white !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    transition-duration: 0.6s;
    border-style: none;
}

    .cancel_btn:hover {
        transform: scale(0.9);
        transition-duration: 0.6s;
        cursor: pointer;
    }


/* ======================*footer section css by Nadeem*=========================== */
button.mad-back-to-top.animated.zoomIn.mad-inview {
    display: none;
}

footer.footer-section {
    /*background: #f7f7f7;*/
    padding: 50px 0px 30px;
    background: #0e1622 /*url(../images/footer-bg.png)*/;
   /* position: relative;*/
    overflow: hidden;
}

.logo_sec p {
    color: #fff;
    line-height: 25px;
    padding-top: 40px;
}

h3.header_txt {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 0px 0px 10px;
}

.line-brack2 {
    border-bottom: 2px solid #ccc;
    padding: 0px 0px 0px;
    margin-bottom: 17px;
    width: 90%;
    position: relative;
}

.my-css {
    padding-left: 40px !important;
}

.line-brack2:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 24%;
    width: 160px;
    height: 2px;
    background: #ff0000;
    transform: translate(-50%, -50%);
}

.footer-box li {
    margin-bottom: 10px;
    transition-duration: 0.6s;
    transition: 0.5s;
    color: #fff;
    font-size: 14px;
}
.product-heading {
    text-align:center;
    margin-bottom:4%;
   
}
.headign {
    position: relative;
    background: var(--btn-bg-color);
    padding: 8px 0;
    color:#fff;
}
/*.product-heading .headign:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform:translate(-50%);
    height: 3px;
    width: 40%;
    background: var(--btn-bg-color);
}*/
    section.news_info {
        color: #fff !important;
    }

.footer-box li a {
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition-duration: 0.6s;
    /* font-family: 'Gotham' !important; */
}

        .footer-box li a:hover {
            color: var(--btn-bg-color);
            padding-left: 10px;
        }

.fa_icon {
    padding-right: 10px;
}

.footer-box li .form-control {
    background: no-repeat;
    border: 2px solid #fff;
    color: #fff !important;
    border-radius: 0px;
    font-size: 14px;
    height: 42px;
    width: 100%;
}

    .footer-box li .form-control::placeholder {
        color: #fff;
    }

.submitbtn {
    width: 100%;
    height: 42px;
    background: var(--btn-bg-color);
    border-style: none;
    font-size: 15px;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 1px 3px 5px rgb(0 0 0 / 30%);
    outline: none;
    margin-top: 10px;
}

.footer_bottom {
    text-align: center;
    background: var(--btn-bg-color);
    padding: 10px 0px;
    border-top: 1px solid #ffffff61;
}

.f-bootom {
    color: #fff;
    font-size: 14px;
}

.gotop a {
    font-size: 14px;
    float: right;
    color: #fff;
    cursor:pointer;
}

    .gotop a i {
        width: 30px;
        height: 30px;
        line-height: 29px;
        border-radius: 50%;
        background: var(--btn-bg-hover-color);
        color: #fff;
        font-size: 16px;
        text-align: center;
        margin-left: 10px;
        transition: all .3s ease;
    }

    .gotop a:hover i {
        background: #212121;
        color: #fff;
        transition: all .3s ease;
    }

section.scrollicon-fixed.fixed {
    display: block;
}

section.scrollicon-fixed {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 999;
    transition: all .5s ease;
    display: none;
}

.scroll_sec ul li a {
    font-size: 24px;
    background: #FF0000;
    padding: 7px 18px;
    color: #fff;
    transition: all .5s ease;
}

.scroll_sec ul li {
    margin-bottom: 20px;
    position: relative;
    transition: all .5s ease;
}

    .scroll_sec ul li a i {
        width: 20px;
    }

.overlay_icon {
    font-size: 18px;
    position: absolute;
    top: -6px;
    left: 75px;
    background: #3b5998;
    padding: 0 15px;
    height: 47px;
    line-height: 45px;
    width: 111px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    /* display: none; */
    transition: all .5s ease;
}

.scroll_sec ul li:hover .overlay_icon {
    left: -110px;
    transition: all .5s ease;
    cursor: pointer;
}

.overlay_icon.whatsapp {
    background: #40d366;
}

.overlay_icon.googles {
    background: #FF0000;
}

.overlay_icon.instagram {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}


/* ======================*home slider section css by Nadeem*=========================== */
.nivo-controlNav {
    display: none;
}

.nivo-directionNav a.nivo-prevNav, a.nivo-nextNav {
    background: #124072;
    width: 40px;
    height: 40px;
    font-size: 35px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}


ul.slick-dots {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 21px;
    right: 2px;
    left: 42%;
    background: rgb(4 4 4 / 36%);
    width: 212px;
    height: 0;
    padding: 10px 0px;
    border-radius: 30px;
    text-align: center;
}

.leftS p {
    color: #333;
    font-size: 15px;
    margin-top: 4px;
    line-height: 23px;
}

.rightS img {
    /* width: 70px; */
    max-height: 48px;
}

.rightS {
    margin: 0px 0px 0px;
    position: absolute;
    top: 40px;
    right: 25px;
    color: #000;
}

.PerksSlot {
    background-color:transparent;
    /* margin-bottom: 30px; */
    position: relative;
    /*border: 1px dotted #ff9934;*/
    border-radius: 4px;
    padding: 18px 14px;
    transition: .3s linear;
    box-shadow: 0px 0px 8px #ccc;
}
.PerksSlot .img-section{
    text-align:center;
}
.PerksSlot img {
    height: 100%;
}

    .leftS span {
        font-size: 17px;
        color: #16163f;
        font-weight: 600;
        margin: 0px;
    }

.leftS {
    width: 100%;
}

.top_categories {
    background: #fff;
    margin-bottom: 30px;
}

.container-fluid {
    width: 100%;
    margin: 0px auto;
    max-width: calc(100vw - 10%);
}
#scrolltop{
    position:fixed;
    bottom:40px;
    right:40px;
}
/*.companyAbout {
    max-width: calc(100vw - 10%);
    margin: 50px auto 50px;
    padding: 30px;
    background: #fff;
}*/
.videoDiv iframe {
    width: 100%;
}

ul.slick-dots li button {
    padding: 0px;
    border: 0;
    margin-right: 10px;
    background: #fff;
    font-size: 0;
    height: 10px;
    width: 10px;
    position: relative;
    top: -4px;
    left: 55px;
    text-align: center;
    border-radius: 50%;
    line-height: 1;
    cursor: pointer;
    outline: none;
}

.slick-dots li.slick-active button {
    background: #ff0000;
}



button.slick-arrow, button.slick-next.slick-arrow {
    position: absolute;
    top: 40%;
    left: 0px;
    z-index: 1;
    width: 45px;
    background: none;
    height: 58px;
    border-radius: 0px 5px 5px 0px;
    border-style: none;
}

button.slick-next.slick-arrow {
    right: 0px;
    left: auto;
}

ul.navbar-nav.headerSlot li.nav-item a.nav-link::before {
    background: var(--btn-bg-color);
    border-top:4px solid #000;
}

button.slick-prev.slick-arrow:before, button.slick-next.slick-arrow:before {
    content: "\f104";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    color: var(--orange-bg-color);
    position: absolute;
    top: 11px;
    font-size: 50px;
    left: 3px;
}

button.slick-next.slick-arrow:before {
    content: "\f105";
}

/* ======================*home about us section css by Nadeem*=========================== */

.aboutus-imgs img {
    width: 100%;
}

.aboutus h4 {
    font-size: 35px;
    text-transform: uppercase;
}

p.lead {
    margin: 5px 0px 15px;
    line-height: 33px;
}

.readmore {
    text-align: right;
    margin-top: 20px;
}

.aboutus {
    padding-top: 20px;
}

section.companyAbout {
    /* background: #f1f1f1;*/
    /*  padding: 80px 0;*/
}

    section.companyAbout.silarpro {
        margin: 20px auto 0px;
        padding: 30px 0px 0px;
    }

.aboutInfo_imgs {
    position: relative;
}

.dot-shape-bottom {
    position: absolute;
    bottom: 25px;
    left: auto;
    right: 21px;
    z-index: -1;
    display: none;
}

    .dot-shape-bottom img {
        width: 100%;
    }

.aboutInfo_content {
    padding-right: 40px;
}

    .aboutInfo_content p {
        font-size: 16px;
        text-align: justify;
        margin-bottom: 5px;
    }

.legal-certificate .img-box {
    border: 7px dotted #fff;
    height: 800px;
    background-color: var(--blue-bg-color);
}
.legal-certificate .img-box1 {
    border: 7px double #fff;
    height: 350px;
    background-color: var(--blue-bg-color);
}
.legal-certificate .img-box1 img {
    width: 100%;
    height: 100%;
}
    .legal-certificate .img-box img {
        width: 100%;
        height: 100%;
    }

.legal-certificate {
    padding: 50px 0;
}

.aboutInfo_content h3 {
    font-size: 30px;
    margin: 0px 0px 10px;
    font-weight: 600;
}

.choose_header {
    text-align: center;
}
.category_product .main-body-section .hover-section {
    background: #E1E1E1;
    position:relative;
}

.category_product .main-body-section {
    text-align: center;
    cursor: pointer;
    
}
  

    .category_product .main-body-section .hover-section a {
        background: var(--btn-bg-hover-color);
        display: block;
        padding: 8px 0 8px 0;
        color: #fff;
        opacity: 0;
        transition: 0.5s;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }
    .category_product .main-body-section .hover-section:hover a{
        opacity:1;
    }
.choose_header p {
    text-align: center !important;
    margin: 0px 0px 20px;
    color: #777;
    font-weight: 300;
}
    .clean_header {
        text-align: center;
        padding: 10px 0px;
        border-top: 1px solid rgba(0, 0, 0, .125);
    }
        .clean_header p {
            color: var(--btn-bg-hover-color);
            text-transform: uppercase;
            font-size: 15px;
            margin-bottom: 0;
            font-weight: 500;
        }
    .clean_header a {
        font-size: 18px;
        color: #212529;
        display: block;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 7px;
    }
/*.choose_header h3 {
        position: relative;
        font-size: 40px;
        color: #212121;
        padding: 0;
        display: inline-block;
        margin-bottom: 0;
        text-transform: capitalize;*/
/* border-bottom: 1px solid #f1f1f1;*/
/*}*/
/*  .choose_header h3:before {
            position: absolute;
            content: '';
            left: 50%;
            bottom: -24px;
            width: 29px;
            height: 30px;
            margin-left: -15px;
            background: url(../images/separater.png) no-repeat;
        }

        .choose_header h3:after {
            position: absolute;
            content: '';
            left: 50%;
            bottom: -9px;
            margin-left: -9px;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #3fa53b;
        }*/
.owl-stage .item {
    border: 1px solid var(--btn-bg-hover-color);
}
.choose_header h6 {
    font-size: 18px;
    color: var(--blue-bg-color);
}

    .choose_header h3 span {
        color: var(--blue-bg-color);
    }

.indexmiddle {
    text-align: center;
}

    .indexmiddle img {
        width: 100%;
    }

    .indexmiddle h4 {
        font-size: 22px;
        margin: 10px 0px 0px;
    }

.indexleft {
    margin: 80px 0px 0px;
    text-align: right;
}

    .indexleft h3 {
        font-size: 22px;
        color: #3fa53b;
    }

/* ======================*home Products section css by Nadeem*=========================== */

section.product-slider {
/*    max-width: calc(100vw - 10%);
*/    margin: 0px auto;
/*    padding: 35px 15px 0px 15px;
*/    background: #fff;
}

.product_imgs img.img-fluid {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    transition: 0.5s;
    /*    transition: transform 4s ease-out,opacity .25s ease-out;
*/
}

.product_box:hover .product_imgs img {
    transform: scale(1.05);
    /*transition: transform 4s ease-out,opacity .25s ease-out;*/
}

.product_imgs {
    position: relative;
    background: #e1e1e1;
    overflow: hidden;
    height: 270px;
    padding: 10px;
}

.product_imgs_hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
}

    .product_imgs_hover img {
        max-width: 100%;
        max-height: 100%;
    }

.product_imgs:hover .product_imgs_hover {
    opacity: 1;
}
/*.owl-nav.disabled {
    display: block !important;
}*/

section.product-category-list .product_box {
    margin-bottom: 30px;
}



.product_box {
    background: #fff;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    /* margin-bottom: 30px; */ /*height: 410px;*/
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
    /*.product_box .img-section{
        height:400px;
    }*/
    .product_box .img-section img{
        height: 100%;
        width:100%;
    }

    section.product-category-list .product_box {
        margin-bottom: 30px;
    }

.product-cart {
    position: relative;
    cursor:pointer;
}

    .product-cart i {
        width: 35px;
        height: 35px;
        background: var(--btn-bg-color);
        color: #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 35px;
        font-size: 20px;
        position: relative;
        overflow: hidden;
    }

label.filter-popup {
    background: var(--btn-bg-color);
    width: 0;
    height: 35px;
    border-radius: 30px;
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 15px;
    color: #fff;
    line-height: 35px;
    padding: 0px 0px 0px 13px;
    opacity: 0;
}

.product-cart:hover label.filter-popup {
    width: 130px;
    opacity: 1;
    right: 0px;
    transition: all 0.5s ease;
}

.product_info_mrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 5px 0px;
    color: #000;
}

    .product_info_mrp a {
        color: #000;
        font-size: 16px;
        font-weight: 500;
    }

        .product_info_mrp a:hover {
            color: #d0a923;
        }

.product_info {
    padding: 10px 10px;
    background-color: #e1e1e1;
}

a.pro_title {
    color: var(--btn-bg-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product_info_mrp span {
    color: #f44336;
    text-decoration: line-through;
}

.reviewSlot a {
    color: #fb8e0d;
    font-size: 12px;
}

.slick-slide img {
    display: block;
}

.blog-box img {
    width: 96%;
    border-radius: 0px;
    border: 1px solid #ccc;
    padding: 5px;
}

ul.product_header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    text-align: left;
}

li.product-name {
    padding-right: 16px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #3c3b3b;
    text-transform: none;
    position: relative;
    width: 100%;
}

    li.product-name:before {
        content: '';
        position: absolute;
        top: 29px;
        left: 0px;
        border: 1px solid #dcdee3;
        width: 100%;
        border-radius: 30px;
    }

#fixed-social {
    position: fixed;
    bottom: 125px;
    z-index: 9999999999999999;
    left: 0px;
    display:none;
    
}
.fixed-whatsapp:before {
    content: "Whats App";
    position: absolute;
    top: 0px;
    left: -150px;
    background: #25d366;
    width: 140px;
    height: 100%;
    z-index: -9;
    transition: 0.5s;
}
.fixed-whatsapp:hover:before {
    left: 45px;
}

.fixed-facebook {
    background-color: #3f55ab;
}

.fixed-twitter {
    background-color: #60b8ff;
}

.fixed-gplus {
    background-color: #f53340;
}

.fixed-whatsapp {
    background-color: #25d366;
}

.fixed-instagrem {
    background-color: #e03586;
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 45px;
    position: relative;
    text-align: center;
    line-height: 45px;
    width: 45px;
    margin-bottom: 0px;
/*    z-index: 2;
*/    font-size: 14px;
    border-radius: 0px;
}

li.product-name:after {
    content: '';
    position: absolute;
    top: 29px;
    left: 0px;
    border: 1px solid var(--orange-bg-color);
    width: 15%;
    border-radius: 30px;
}

.product_hover_cart {
    position: absolute;
    top: -65px;
    left: 0px;
    transition: all 0.3s ease;
    width: 100%;
}

.product_box:hover .product_hover_cart {
    top: 0px;
    transition: all 0.3s ease;
}

.adc {
    position: relative;
    overflow: hidden;
}

.product_hover_cart ul {
    display: flex;
    list-style: none;
    padding: 10px 40px;
    width: 100%;
    background: #00000038;
    height: 60px;
    text-align: center;
}

    .product_hover_cart ul li {
        margin-right: 20px;
    }

        .product_hover_cart ul li a i {
            background: #3fa53b;
            width: 40px;
            height: 40px;
            font-size: 22px;
            color: #fff;
            line-height: 43px;
            text-align: center;
            border-radius: 50%;
        }

            .product_hover_cart ul li a i:hover {
                color: black;
            }


.owl-nav button {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 25px;
    height: auto;
    border-radius: 0px 5px 5px 0px;
    background: none !important;
    transform: translate(0%, -50%);
}

    .owl-nav button.owl-next {
        right: 15px;
        left: inherit;
        border-radius: 5px 0px 0px 5px;
    }

    .owl-nav button span {
        font-size: 45px;
        line-height: 30px;
        color: #333;
    }

section.our-1team {
    margin: 50px auto 0;
    max-width: calc(100vw - 10%);
}

.choose_header2 h3 {
    color: #fff;
    font-size: 40px;
    text-align: center;
}

.testimonial_box {
    position: relative;
    padding: 40px 40px;
    margin: 15px 10px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: none;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
}

    .testimonial_box:hover {
        background-color: var(--blue-bg-color);
    }

        .testimonial_box:hover::before {
            opacity: 1;
            transform: rotate( -2deg);
        }

    .testimonial_box:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 0;
        z-index: -1;
        border-radius: 10px;
        background: #fff;
        transition: all 300ms ease;
    }

.author-info {
    position: relative;
    min-height: 86px;
    padding-top: 18px;
    padding-left: 110px;
}

.image {
    position: relative;
    width: 56px;
    height: 56px;
    margin-left: 15px;
    margin-top: 15px;
    border-radius: 50%;
    overflow: hidden;
}

    .image img {
        width: 100%;
        display: block;
    }

.author-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 86px;
    height: 86px;
    z-index: 1;
    border-radius: 80px;
}

.author-info .author-image:before {
    position: absolute;
    content: '';
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.author-info .author-image:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}

.text {
    position: relative;
    color: #212121;
    font-size: 16px;
    line-height: 25px;
    font-style: italic;
    margin-top: 25px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.author-name {
    color: #212121;
    font-size: 20px;
}

.designation {
    color: #212121;
    font-size: 16px;
}

.testimonial_box:hover .author-name {
    color: #fff;
}

.testimonial_box:hover .designation {
    color: #fff;
}

.testimonial_box:hover .text, .quote-icon {
    color: #fff;
}

.quote-icon {
    position: absolute;
    right: 0px;
    top: 20px;
    color: #ebe9ea;
    font-size: 36px;
    line-height: 1em;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

    .quote-icon:before {
        content: "\f10e";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        z-index: 99;
    }


.secure-info-txt h3 {
    font-size: 18px;
}

.secure-info-icon {
    float: left;
    margin-right: 15px;
}

/*section.product-launches {
    max-width: calc(100vw - 10%);
    margin: 50px auto 0px;
    padding: 15px;
    background: #fff;
}*/

#myevents .events_section {
    height: 260px;
    border: 2px solid #d7d7d7;
    padding: 2px;
}

    #myevents .events_section img {
        height: 100%;
        width: 100%;
    }

.product-launches-imgs img {
    max-width: 400px;
    max-height: 400px;
    border-radius: 50%;
    overflow: hidden;
    padding: 20px;
}

.product-launche {
    background: white;
    padding: 20px;
    /* max-width: calc(100vw - 25%);*/
    /*   margin: 0px auto 0px;*/
}

.product-launches-txt {
    padding: 60px 0px 0px 70px;
}
/* ======================*home Products list section css by Nadeem*=========================== */

section.breadcrumbs {
    background: url('../images/bredcrumb.jpg') repeat scroll 50% 0;
    /*background: #3fa53b url(../images/breadcrumbs_bg.png);*/
    background-size: cover;
    position: relative;
    width: 100%;
/*    padding: 83px 0px;
*/    background-size: contain;
/*    height: 130px;
*/}

h2.contact_Slot {
    font-size: 35px;
    color: #000;
    margin: 0px 0px 0px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
}

section.breadcrumbs ol.breadcrumb {
    background: none;
    text-align: center;
    justify-content: center;
    padding: 0px 0px;
}

.breadcrumb-item.active {
    color: #000 !important;
}

li.breadcrumb-item {
    font-size: 18px;
    font-weight: 500;
}

    li.breadcrumb-item a {
        color: #000;
        text-decoration: none;
    }

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #000 !important;
    content: "/";
}

section.product-category-list {
    padding: 50px 0px 20px 0px;
    position: relative;
}

.filtter-list {
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}

ul.filter-subcategory {
    padding-left: 20px;
}

.subcategory1 {
    position: relative;
    margin-left: 10px;
}

ul.filter-subcategory li a {
    font-size: 14px;
}

ul.filtter-category li {
    margin-bottom: 10px;
}

.subcategory1:not(.collapsed)::after {
    content: "\f104";
    color: #000;
    transform: none;
    left: -12px;
}

.subcategory1::after {
    content: "\f104";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    position: absolute;
    top: 0px;
    font-size: 16px;
    left: -12px;
    z-index: 9;
    background-image: none;
    transition: all 0.5s ease;
    transform: rotate( -90deg);
}






.filtter-list-header {
    background: var(--btn-bg-hover-color);
    width: 100%;
    border-style: none;
    padding: 7px 15px;
    text-align: left;
    color: #fff;
    position: relative;
}

    .filtter-list-header::after {
        content: "\f067";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        position: absolute;
        top: 9px;
        font-size: 16px;
        right: 10px;
        z-index: 99;
        background-image: none;
        transition: all 0.5s ease;
    }

    .filtter-list-header:not(.collapsed)::after {
        content: "\f068";
        color: #fff;
        transform: none;
        right: 20px;
    }

    .filtter-list-header.d-flex.justify-content-between:after {
        display: none;
    }

a.flt-box {
    padding: 6px 7px;
    background: #eaeded;
    display: inline-block;
    margin: 0px 2px 8px 0px;
    border-radius: 3px;
}
/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .container-checkbox .checkmark {
        position: absolute;
        top: 2px;
        left: 5px;
        height: 20px;
        width: 20px;
        background-color: #212121;
    }

    /* On mouse-over, add a grey background color */
    /*.container-checkbox:hover input ~ .checkmark {
        background-color: #ccc;
    }*/

    /* When the checkbox is checked, add a blue background */
    .container-checkbox input:checked ~ .checkmark {
        background-color: #2196F3;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .container-checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .container-checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    .container-checkbox .checkmark:after {
        left: 9px;
        top: 3px;
        width: 5px;
        height: 12px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate( 45deg);
        -ms-transform: rotate(45deg);
        transform: rotate( 45deg);
    }

ul.checkbox_sec li {
    margin-bottom: 10px;
}

.overflowscroll {
    overflow: scroll;
    overflow-x: hidden;
    height: 340px;
}

label.category-label {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px dotted #ccc;
    display: inline-block;
    width: 100%;
    padding-bottom: 3px;
    margin: 0px 0px 5px 0px;
}

/* width */
.overflowscroll::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
}

/* Track */
.overflowscroll::-webkit-scrollbar-track {
    background: #f2f2f2;
}

/* Handle */
.overflowscroll::-webkit-scrollbar-thumb {
    background: #212121;
    border-radius: 10px;
}


.card-header.listheader {
    background: var(--btn-bg-hover-color);
}

.listheader a {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}

    .listheader a:hover {
        color: #212121;
    }

.filter-price {
    width: 220px;
    border: 0;
    padding: 0;
    margin: 0;
}

.price-title {
    position: relative;
    color: #212121;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 500;
    width: 70px;
}

.price-field {
    position: relative;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    background: rgb(234 237 237);
    padding-top: 15px;
    padding-left: 16px;
    border-radius: 3px;
}

    .price-field input[type=range] {
        position: absolute;
    }

    /* Reset style for input range */

    .price-field input[type=range] {
        width: 188px;
        height: 2px;
        border: 0;
        outline: 0;
        box-sizing: border-box;
        border-radius: 5px;
        pointer-events: none;
        -webkit-appearance: none;
    }

        .price-field input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
        }

        .price-field input[type=range]:active,
        .price-field input[type=range]:focus {
            outline: 0;
        }

        .price-field input[type=range]::-ms-track {
            width: 188px;
            height: 2px;
            border: 0;
            outline: 0;
            box-sizing: border-box;
            border-radius: 5px;
            pointer-events: none;
            background: transparent;
            border-color: transparent;
            color: transparent;
            border-radius: 5px;
        }

        /* Style toddler input range */

        .price-field input[type=range]::-webkit-slider-thumb {
            /* WebKit/Blink */
            position: relative;
            -webkit-appearance: none;
            margin: 0;
            border: 0;
            outline: 0;
            border-radius: 50%;
            height: 10px;
            width: 10px;
            margin-top: -4px;
            background-color: #3fa53b;
            cursor: pointer;
            cursor: pointer;
            pointer-events: all;
            z-index: 100;
        }


        /* Style track input range */

        .price-field input[type=range]::-webkit-slider-runnable-track {
            /* WebKit/Blink */
            width: 188px;
            height: 2px;
            cursor: pointer;
            background: #3fa53b;
            border-radius: 5px;
        }

        .price-field input[type=range]::-moz-range-track {
            /* Firefox */
            width: 188px;
            height: 2px;
            cursor: pointer;
            background: #212121;
            border-radius: 5px;
        }
.login_logo a{
    background-color:transparent!important;
}
@media screen and (min-device-width: 767px) and (max-device-width: 992px) {
    .navbar-toggler {
        color: white;
        background: white;
        padding: 1px 7px 1px 7px!important;
        border-radius: 0;
        margin: 4px 0;
    }
   
    .product-full-details {
        padding: 0px !important;
    }
    section.login-section{
        width:100%!important;
        padding:12px!important;
    }
    .login-section .container {
        margin: 0px;
        max-width: 100%;
    }
    .loginform .col-lg-6 {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .login-box {
        padding: 0px !important;
    }
    #st-2 {
        display: none !important;
    }
    .my-css {
        padding-left: 0px !important;
    }
    .sapcing {
        padding: 0 0 30px 0;
    }
    .single_ctinfo {
        width: 48% !important;
        float: left;
        margin-right: 7px;
        margin-bottom: 8px !important;
    }
    .leftrightSlot{
        width:50%!important;
    }
}

        .price-field input[type=range]::-ms-track {
            /* IE */
            width: 188px;
            height: 2px;
            cursor: pointer;
            background: #212121;
            border-radius: 5px;
        }

/* Style for input value block */

.price-wrap {
    display: flex;
    justify-content: center;
    line-height: 1.2em;
    font-weight: 500;
    margin: 10px 0px 0px;
}

.price-wrap-1,
.price-wrap-2 {
    display: flex;
}



.price-wrap_line {
    margin: 0 10px;
}

.price-wrap #one, .price-wrap #two {
    width: 43px;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-right: 2px;
    background: 0;
    border: 0;
    outline: 0;
    color: #212121;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 500;
}

.price-wrap label {
    text-align: right;
    margin: 0px -6px 0px 0px;
}

/* Style for active state input */

.price-field input[type=range]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
}

/* ======================*home Products list details section css by Nadeem*=========================== */

.product-zooming img {
    width: 100%;
}

.elevatezoom-div {
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.data-zoom-image img {
    width: 110px !important;
    margin: 0px 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px;
    height: 80px;
}


.mnk a.dateAs {
    font-size: 16px !important;
}

.data-zoom-image .owl-nav.disabled {
    display: block !important;
}

.product-full-details {
    background: white;
    padding: 25px;
}

.product-card-details a {
    color: #212121;
    font-size: 22px;
    text-decoration: none;
}

.product-card-details div {
    display: inherit;
    justify-content: space-between;
    margin: 2px 0px 0px;
}

span.dateAs {
    font-size: 16px;
    color: #212121;
}

    span.dateAs.dpprice {
        color: #f44336;
        text-decoration: line-through;
    }

.mnk {
    text-align: right;
    position: absolute;
    right: 65px;
}

    .mnk a.dateAs {
        font-size: 16px !important;
    }

.product-size label {
    color: #212121;
    font-size: 18px;
    margin: 0px 0px 5px;
}

ul.sizeSlot li {
    display: inline-block;
    line-height: 36px;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
}

    ul.sizeSlot li a {
        font-size: 15px;
        text-transform: uppercase;
        border: 1px solid #ccc;
        font-weight: 600;
        cursor: pointer;
        min-width: 50px;
        height: 50px;
        border-radius: 100px;
        display: block;
        text-align: center;
        line-height: 50px;
        padding: 0 5px;
        color: #212121;
        text-decoration: initial;
        transition-duration: 0.6s;
    }

        ul.sizeSlot li a:hover {
            background: linear-gradient( to right, #00a2d9 7%,#055786 60%,#00a2d9 100%);
            transform: translate(0px,-10px);
            transition-duration: 0.6s;
            color: #fff;
        }

.addto-cart {
    margin: 20px 0px 30px 0px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #00a2d9;
    outline: 0;
    box-shadow: none;
}

.pincodeSlot {
    position: relative;
}

    .pincodeSlot input.form-control {
        border-radius: 0px;
        width: 70%;
        height: 40px;
        font-size: 14px;
        margin: 0px 0px 10px;
    }

    .pincodeSlot a {
        position: absolute;
        right: 30%;
        top: 16px;
        display: inline-block;
        width: 100px;
        height: 40px;
        background: var(--orange-bg-color);
        text-align: center;
        font-size: 16px;
        line-height: 40px;
        text-decoration: none;
        color: #fff;
    }


.nav-tabs li.nav-item .nav-link.active {
    color: #ffffff !important;
    background: var(--orange-bg-color);
    border-color: var(--blue-bg-color);
    position: relative;
}

.nav-tabs li.nav-item {
    margin-right: 15px;
}

    .nav-tabs li.nav-item .nav-link.active:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #0c2e03 transparent transparent transparent;
        position: absolute;
        top: 43px;
        left: 30px;
    }

.nav-tabs {
    border-bottom: 5px solid var(--orange-bg-color);
    border-radius: 3px;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
        color: #fff !important;
        background: #0c2e03;
        border-color: #0c2e03;
    }

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: transparent !important;
    }

.tab-pane p {
    padding: 15px 10px 10px;
}

    .tab-pane p label {
        font-size: 16px;
        font-weight: 600;
    }

.clickby a {
    color: #d0a923;
}

.clickby {
    margin: 10px 0px 0px;
}

.descripation-tab .tab-content {
    padding: 10px 15px;
    background: #1f663c;
}

.qtyslot {
    width: 25%;
    margin-left: 10px;
}
/*    .qtyslot span.input-group-text {
        background: #3fa53b;
        color: #fff;
    }*/

.product-cngcolor img {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 3px;
    border: 2px solid #e4e4e4;
}

a.text-primary {
    color: #3fa53b !important;
}

.product-cngcolor {
    margin: 15px 0px;
}

h5.cngSlot {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 2px;
}

    h5.cngSlot span {
        color: #3fa53b;
        font-size: 16px;
    }


section.blog-Section {
    /*margin: 60px 0px;*/
    /*  background-image: url('../images/threebg.jpeg');*/
    padding: 60px 0px 60px 0px;
    background-size: cover;
    background-attachment: fixed;
    background: #fbfbfb;
}

.blogSlot p {
    padding: 0px 15px;
    text-align: justify;
    color: #000;
    font-size: 16px;
    line-height: 23px;
}

.blogSlot:hover p,
.blogSlot:hover h2,
.blogSlot:hover i {
    color: white;
    z-index: 99999;
    position: relative;
}

.blogSlot i {
    border: 1px solid #fff;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient( to right, #00a2d9 7%,#055786 60%,#00a2d9 100%);
    font-size: 32px;
    text-align: center;
    line-height: 75px;
}


.blogSlot {
    border-radius: 10px;
    padding-bottom: 15px;
    position: relative;
    /* cursor: pointer; */
    box-shadow: none;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center;
    /* border: 1px solid #fff; */
    padding: 25px 10px;
    transition-duration: 0.6s;
    height: 100%;
    /* margin-bottom: 30px;*/
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    transition: 0.5s;
}

.pink {
    position: relative;
}

.green {
    position: relative;
}

    .green::before {
        content: "";
        background: linear-gradient(to left, #80f80d, #2c970d) !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        transition: 0.5s;
    }

.pink::before {
    content: "";
    background: linear-gradient(to left, #ff2b87, #db1557) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: 0.5s;
}

.pink:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.green:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.blogSlot::before {
    content: "";
    background: linear-gradient( to right, #00a2d9 7%,#218ac7 60%,#00a2d9 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: 0.5s;
}

.blogSlot:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*  .blogSlot:hover {
        transform: translate(0px,-10px);
        transition-duration: 0.6s;
        box-shadow: none;
    }*/
.blogSlot h2 {
    font-size: 30px;
    color: #154590;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 0px 10px;
}

/*img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}*/

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}



.process-step-circle i {
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    background: var(--blue-bg-color);
    line-height: 100px;
    font-size: 40px;
    color: #fff;
}

.process-step-circle-content {
    font-size: 20px;
    margin: 5px 0px 5px;
}

.process-three-steps {
    display: flex;
}

.process-step {
    width: 33.33%;
    text-align: center;
    position: relative;
}

    .process-step:before {
        content: '';
        height: 1px;
        display: block;
        background-color: #ccc;
        position: absolute;
        width: 60%;
        top: 45px;
        left: 70%;
    }

    .process-step:last-child:before {
        display: none;
    }


/* ======================*home contact Us  css by Nadeem*=========================== */
section.contact-section {
    padding: 60px 0px;
}

.single_ctinfo {
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    /* border: 1px solid #dfe5ef; */
    border: 1px solid var(--btn-bg-color);
    border-radius: 0.4rem;
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
}

.ctinfo_icon {
    margin-right: 1rem;
    color: var(--btn-bg-color);
    font-size: 35px;
}

article.ctinfo_detail {
    font-size: 14px;
    width:100%;
}

.single_ctinfo .single_info_title {
    font-size: 18px;
    margin-bottom: 5px;
    color: var(--btn-bg-color);
}

.contact-form {
    background: #e1e1e1;
    padding: 20px;
    height: auto;
    position: relative;
}

.left-contact-txt {
    background: white;
    padding: 20px 20px 1px 20px;
}

.contact-formSlot {
    position: relative;
}

.contact-txt h5 {
    font-size: 24px;
    margin: 0px 0px 5px;
    margin-bottom: 13px;
}

.contact-formSlot .Username input:focus + label {
    color: #212121;
    background: #efefef;
    font-size: 12px;
}

.contact-formSlot a.submit_btn {
    box-shadow: 0px 1px 7px 0px #00000080;
    border-radius: 30px;
}

.contactSlot {
    box-shadow: 0px 0px 8px #ccc;
}

section.businessplan {
    background: #fff;
    padding: 60px 0px;
}

h4.opportunitie-title {
    font-size: 24px;
    text-transform: uppercase;
}

.opportunitieSlot {
    text-align: center;
}

section.bg-lightgrey {
    background: #fff;
    padding: 60px 0px;
}

.join_us_imges img {
    width: 100%;
    border-radius: 10px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

button.accordion-button {
    padding: 10px 15px;
    background: #fff;
    font-size: 16px;
    color: #212121;
}

.accordion-button::after {
    content: "\f063";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    color: #212121;
    position: absolute;
    top: 9px;
    font-size: 16px;
    right: 10px;
    background-image: none;
    transition: all 0.5s ease;
}

.accordion-button:not(.collapsed)::after {
    content: "\f063";
    background-image: none;
    transform: rotate( 180deg);
    color: var(--orange-bg-color);
}

.accordion-item {
    margin-bottom: 20px;
}

.accordion-button:not(.collapsed) {
    color: var(--orange-bg-color);
    background-color: #ffffff;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}

.faqs-img img {
    width: 100%;
}

.gallery-section img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}

.gallery-section {
    margin-bottom: 30px;
}

.servies-info {
    margin-bottom: 30px;
}

    .servies-info img {
        width: 100%;
        transition: all .4s;
    }

    .servies-info:hover img {
        -webkit-transform: scale(2.05);
        transform: scale(1.05);
        filter: blur(2px);
    }

h3.servies-title {
    position: relative;
    padding: 23px 28px 25px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    margin: -46px 45px 0;
    transition: all .4s;
    text-align: center;
}

.servies-info:hover h3.servies-title {
    margin-left: 20px;
    transition: all .5s;
    margin-right: 20px;
}

h3.servies-title:before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    border-bottom: 3px solid #ff0000;
    width: 0;
    z-index: 1;
    transition: all .5s;
}

.servies-info:hover h3.servies-title:before {
    width: 100%;
}

img.img-fluid.vert-move {
    width: 88%;
    margin: 0px auto;
    display: flex;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

img.download-imgs {
    width: 200px;
    margin: 30px 0px 0px;
}

.modal-header {
    background: var(--orange-bg-color);
    padding: 10px;
}

h5.modal-title {
    color: #fff;
    font-size: 18px;
}




img.multiproduct-imgs {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.hovereffect {
    position: relative;
    cursor: pointer;
}

    .hovereffect::after {
        bottom: 0;
        left: auto;
        margin: auto;
        right: 0;
        top: auto;
    }

    .hovereffect::after, .hovereffect::before {
        background: rgba(255,255,255,.3) none repeat scroll 0 0;
        content: "";
        height: 0;
        left: 0;
        opacity: 1;
        pointer-events: none;
        position: absolute;
        border-radius: 0px;
        top: 0;
        transition: all .8s ease-in-out 0s;
        width: 0;
    }

    .hovereffect:hover::after, .hovereffect:hover::before {
        height: 100%;
        opacity: 0;
        width: 100%;
    }
