        * {

            margin: 0;

            padding: 0;

        }

        

        body {

            font-family: 'Montserrat', sans-serif;

            overflow-x: hidden;

        }

        

        .overHidden {

            overflow: hidden;

        }

        

        p {

            margin-bottom: 0;

        }

        

        a:hover {

            text-decoration: none;

        }

        

        button:focus {

            outline: 0;

        }

        

        ul {

            list-style: outside none none;

            margin: 0;

            padding: 0;

        }

        /*customcursor*/

        /* Custom Cursor */

        

        .circle {

            position: fixed;

            background-color: #74b142;

            width: 10px;

            height: 10px;

            left: -10px;

            top: -10px;

            border-radius: 100%;

            z-index: 1;

            z-index: 10000;

            transform: scale(1);

        }

        

        .circle-follow {

            position: fixed;

            border: 1px solid #74b142;

            width: 30px;

            height: 30px;

            left: -21px;

            top: -21px;

            border-radius: 100%;

            z-index: 1;

            user-select: none;

            pointer-events: none;

            z-index: 10000;

            transform: scale(1);

        }

        /* Custom Cursor */

        

        .header-top {

            /* padding: 15px 0; */

            background-color: #74b142;

            line-height: 50px;

        }

        

        .header-call p {

            font-size: 14px;

            font-weight: 600;

            text-transform: uppercase;

            color: #fff;

        }

        

        .search-wrapper ul {

            margin: 0;

            padding: 0;

        }

        

        .search-wrapper ul li {

            cursor: pointer;

            -webkit-transition: padding .05s linear;

            -moz-transition: padding .05s linear;

            -ms-transition: padding .05s linear;

            -o-transition: padding .05s linear;

            transition: padding .05s linear;

        }

        

        .search-wrapper ul li.drop {

            position: relative;

        }

        

        .search-wrapper ul>li {

            display: inline-block;

        }

        

        .search-wrapper ul li a {

            line-height: 50px;

            padding: 0 10px;

            height: 80px;

            color: #fff;

            font-size: 14px;

            font-weight: 400;

            -webkit-transition: all .1s ease-out;

            -moz-transition: all .1s ease-out;

            -ms-transition: all .1s ease-out;

            -o-transition: all .1s ease-out;

            transition: all .1s ease-out;

        }

        

        .search-wrapper ul li a:hover {

            color: #eee;

        }

        

        .search-wrapper .dropOut .triangle {

            width: 0;

            height: 0;

            position: absolute;

            border-left: 8px solid transparent;

            border-right: 8px solid transparent;

            border-bottom: 8px solid white;

            top: -8px;

            left: 33%;

            margin-left: -8px;

        }

        

        .search-wrapper .dropdownContain {

            width: 400px;

            position: absolute;

            z-index: 111;

            left: 0;

            margin-left: -80px;

            /* half of width */

            top: -400px;

        }

        

        .search-wrapper .dropOut {

            width: 400px;

            background: white;

            float: left;

            position: relative;

            margin-top: 0px;

            opacity: 0;

            -webkit-border-radius: 4px;

            -moz-border-radius: 4px;

            border-radius: 4px;

            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .15);

            -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .15);

            box-shadow: 0 1px 6px rgba(0, 0, 0, .15);

            -webkit-transition: all .1s ease-out;

            -moz-transition: all .1s ease-out;

            -ms-transition: all .1s ease-out;

            -o-transition: all .1s ease-out;

            transition: all .1s ease-out;

        }

        

        .search-wrapper .dropOut ul {

            float: left;

            padding: 10px 0;

        }

        

        .search-wrapper .dropOut ul li {

            text-align: left;

            float: left;

            width: 350px;

            padding: 12px 0 10px 15px;

            margin: 0px 10px;

            color: #fff;

            -webkit-border-radius: 4px;

            -moz-border-radius: 4px;

            border-radius: 4px;

            -webkit-transition: background .1s ease-out;

            -moz-transition: background .1s ease-out;

            -ms-transition: background .1s ease-out;

            -o-transition: background .1s ease-out;

            transition: background .1s ease-out;

        }

        

        .search-wrapper .dropOut ul li:hover {

            background: #f6f6f6;

        }

        

        .search-wrapper ul li:hover a {

            color: white;

        }

        

        .search-wrapper ul li:hover .dropdownContain {

            top: 44px;

        }

        

        .search-wrapper ul li:hover .underline {

            border-bottom-color: #777;

        }

        

        .search-wrapper ul li:hover .dropOut {

            opacity: 1;

            margin-top: 8px;

        }

        

        .search-wrapper .input-group-text {

            background-color: #74b142;

            color: #fff;

        }

        

        .search-wrapper .form-control {

            border: 1px solid #74b142;

        }

        

        .search-wrapper .form-control:focus {

            outline: 0;

            box-shadow: none;

        }

        

        .navbar-light {

            color: #fff;

            background-color: #ccc6c6;

            border-color: #aca1a2;

        }

        

        .header-bottom .navbar-light .navbar-nav>li>a {

            color: #666666;

            font-size: 14px;

            font-weight: 400;

            position: relative;

            transition: all .4s ease;

        }

        

        .header-bottom .navbar-light .navbar-nav.p-a>li>a {

            padding-left: 9px;

            padding-right: 9px;

        }

        

        .header-bottom .navbar-light .navbar-nav>li>a:hover {

            color: #74b142;

        }

        

        .navbar-light .navbar-nav>.dropdown>a .caret {

            border-top-color: #fff;

            border-bottom-color: #fff;

        }

        

        .navbar-light .navbar-brand {

            color: #fff;

        }

        

        .menu-large {

            position: static !important;

        }

        

        .megamenu {

            padding: 20px 20px;

            width: 100%;

        }

        

        .megamenu>div>li>ul {

            padding: 0;

            margin: 0;

        }

        

        .megamenu>div>li>ul>li {

            list-style: none;

        }

        

        .megamenu .card {

            outline: none;

        }

        

        .megamenu .card:hover,

        .megamenu .card:focus {

            outline: 1px solid #000;

        }

        

        .megamenu>div>li>ul>li>a {

            display: block;

            padding: 4px 20px;

            clear: both;

            font-weight: normal;

            line-height: 1.428571429;

            color: #666;

            white-space: normal;

            font-size: 14px;

            position: relative;

            transition: all .4s ease;

        }

        

        .megamenu>div>li>ul>li>a:hover {

            margin-left: 5px;

            color: #74b142;

        }

        

        .megamenu>div>li>ul>li>a:before {

            content: "";

            position: absolute;

            width: 5px;

            height: 2px;

            background-color: #666;

            top: 12px;

            left: 5px;

        }

        

        .megamenu>div>li>ul>li>a:hover:before {

            background-color: #74b142;

        }

        

        .megamenu>div>li>ul>li>a:hover,

        .megamenu>div>li>ul>li>a:focus {

            text-decoration: none;

            color: #74b142;

            background-color: #f5f5f5;

        }

        

        .megamenu.disabled>a,

        .megamenu.disabled>a:hover,

        .megamenu.disabled>a:focus {

            color: #999999;

        }

        

        .megamenu.disabled>a:hover,

        .megamenu.disabled>a:focus {

            text-decoration: none;

            background-color: transparent;

            background-image: none;

            filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);

            cursor: not-allowed;

        }

        

        .megamenu.dropdown-header {

            color: #428bca;

            font-size: 18px;

        }

        

        .header-bottom .navbar.navbar-light {

            background-color: #fff;

        }

        

        .header-bottom .dropdown-item.active,

        .header-bottom .dropdown-item:active {

            color: #fff;

            text-decoration: none;

            background-color: #ffffff;

        }

        

        .header-bottom .dropdown-header {

            padding: .5rem 1rem;

            color: #666;

            font-size: 16px;

            font-weight: 600;

        }

        

        .header-bottom .dropdown-item:focus,

        .header-bottom .dropdown-item:hover {

            color: #16181b;

            text-decoration: none;

            background-color: #ffffff;

        }

        

        .header-bottom .dropdown-menu {

            margin: -0.2rem 0 0;

        }

        

        .inner-ban {

            /* background-image: url(../images/home-bg1.jpg);

            background-repeat: no-repeat;

            background-size: cover;

            width: 100%;

            height: 100%; */

            padding: 200px 0;

            text-align: center;

        }

     

        .cart-sec {

            position: relative;

        }

        

        .cart-value {

            position: absolute;

            width: 25px;

            height: 25px;

            background-color: #f5811e;

            color: #fff;

            top: 0;

            right: 0;

            border-radius: 50%;

            text-align: center;

            line-height: 26px;

            font-size: 12px;

        }

        

        .logo-sec li {

            position: relative;

        }

        

        .logo-sec li .logo-back {

            position: relative;

            display: block;

            height: 50px;

        }

        

        /* .logo-sec li .logo-back img {

            position: relative;

            left: -34px;

            top: 0px;

            z-index: 100;

        } */

        

        /* .logo-sec li .logo-back:after {

            content: "";

            position: absolute !important;

            height: 91px;

            width: 184px;

            background-color: #fff;

            border-bottom-left-radius: 90px;

            border-bottom-right-radius: 90px;

            z-index: 11;

            display: inline-block;

            left: -63px;

            right: 0;

            top: 23px;

        }

         */

        .inner-ban h1 {

            font-size: 45px;

            font-weight: 600;

            color: #fff;

        }

        

        .inner-ban h3 {

            font-size: 20px;

            font-weight: 500;

            color: #fff;

            padding: 8px 0;

            text-align: center;

            text-transform: uppercase;

        }

        

        button.snip0050 {

            border: none;

            background-color: #000000;

            border-radius: 50px;

            color: #ffffff;

            cursor: pointer;

            padding: 15px 60px;

            display: inline-block;

            margin: 15px 0px;

            text-transform: uppercase;

            line-height: 1.5em;

            font-weight: 600;

            font-size: 17px;

            outline: none;

            position: relative;

            opacity: 1;

            -webkit-transition: all 0.3s;

            transition: all 0.3s;

        }

        

        button.snip0050 span {

            display: inline-block;

            -webkit-transition: all 0.3s;

            transition: all 0.3s;

            opacity: 0.8;

            -webkit-transition-delay: 0.3s;

            transition-delay: 0.3s;

        }

        

        button.snip0050 i {

            font-size: 28px;

            text-align: center;

            width: 100%;

            top: 50%;

            left: 0;

            display: block;

            position: absolute;

            opacity: 0;

            -webkit-transform: translate(0, -50%);

            transform: translate(0, -50%);

            -webkit-transition: all 0.3s;

            transition: all 0.3s;

            -webkit-transition-delay: 0s;

            transition-delay: 0s;

        }

        

        button.snip0050:before {

            border-radius: 50px;

            content: '';

            top: 3px;

            bottom: 3px;

            left: 50%;

            right: 50%;

            position: absolute;

            background: rgba(255, 255, 255, 0);

            -webkit-transition: all 0.3s;

            transition: all 0.3s;

            -webkit-transition-delay: 0.15s;

            transition-delay: 0.15s;

        }

        

        button.snip0050:hover,

        button.snip0050.hover {

            color: #000000;

        }

        

        button.snip0050:hover.green,

        button.snip0050.hover.green {

            color: #f5811e;

        }

        

        button.snip0050:hover span,

        button.snip0050.hover span {

            opacity: 0;

            -webkit-transition-delay: 0s;

            transition-delay: 0s;

        }

        

        button.snip0050:hover i,

        button.snip0050.hover i {

            opacity: 1;

            -webkit-transition-delay: 0s;

            transition-delay: 0s;

        }

        

        button.snip0050:hover:before,

        button.snip0050.hover:before {

            left: 3px;

            right: 3px;

            background: #ffffff;

            -webkit-transition-delay: 0s;

            transition-delay: 0s;

        }

        

        button.snip0050:active:before {

            background: rgba(255, 255, 255, 0.7);

        }

        

        button.snip0050.green {

            background-color: #f5811e;

        }

        

        .header-banner .owl-nav {

            display: none;

        }

        

        .header-banner .owl-dots button.owl-dot {

            width: 25px;

            height: 6px;

            display: inline-block;

            margin: 0 3px;

            border-radius: 5px;

        }

        

        .header-banner .owl-carousel .owl-nav button.owl-next,

        .header-banner .owl-carousel .owl-nav button.owl-prev,

        .header-banner .owl-carousel button.owl-dot {

            background-color: #ffffff;

        }

        

        .header-banner .owl-dots button.owl-dot.active {

            background-color: #74b142;

        }

        

        .header-banner .owl-dots button.owl-dot:focus {

            outline: none;

        }

        

        .header-banner .owl-dots {

            text-align: center;

            position: absolute;

            bottom: 45px;

            left: 50%;

            transform: translateX(-50%);

        }

        

        .welcome-sec {

            background-image: url(../images/welcome-bg.png);

            background-repeat: no-repeat;

            background-size: cover;

            background-position: center center;

            padding: 80px 0;

        }

        

        .wel-img {

            text-align: center;

        }

        

        .welcome-content {

            text-align: center;

        }

        

        .welcome-content h3 {

            font-size: 26px;

            font-weight: 700;

            color: #74b142;

        }

        

        .welcome-content h4 {

            font-size: 25px;

            font-weight: 600;

            color: #373230;

        }

        

        .trending-bg {

            padding: 10px 0;

        }

        

        .welcome-content p {

            color: #373230;

            font-size: 16px;

            font-weight: 600;

        }

        

        .section-title {

            text-align: center;

        }

        

        .section-title h3 {

            color: #666666;

            font-size: 28px;

            font-weight: 600;

        }

        

        .trending-sec {

            padding: 60px 0;

        }

        

        .trending-products .owl-dots {

            display: none;

        }

        

        .trending-body {

            border: 1px solid #EAEAEA;

            border-radius: 5px;

            box-shadow: 0 3px 6px rgba(0, 0, 0, .15);

        }

        

        .t-img-cat img {

            width: 100%;

            height: 250px;

        }
       .partner-logo .t-img-cat img {

            width: 100%;

            height: auto;

        }

        

        .t-cat-sec {

            padding: 10px;

            margin-bottom: 15px;

        }

        

        .t-cat-head {

            color: #373230;

            font-size: 16px;

            font-weight: 600;

            transition: all .4s ease;

            display: block;

            padding: 5px 0;

        }

        

        .t-cat-head:hover {

            text-decoration: none;

            color: #74b142;

        }

        

        .t-cat-price {

            color: #666666;

            font-size: 16px;

            font-weight: 600;

            transition: all .4s ease;

            display: block;

            padding: 5px 0;

        }

        

        .t-cat-price:hover {

            text-decoration: none;

            color: #74b142;

        }

        

        .cat-btn {

            display: flex;

            flex-wrap: wrap;

            margin-top: 6px;

        }

        

        .cat-btn a {

            display: block;

            padding: 7px 12px;

            background-color: #74b142;

            color: #fff;

            text-align: center;

            font-size: 12px;

            font-weight: 600;

            border-radius: 4px;

            transition: all .4s ease;

            border: 1px solid transparent;

        }

        

        .cat-btn a span {

            margin-right: 6px;

        }

        

        .cat-btn a:hover {

            background-color: transparent;

            border: 1px solid #74b142;

            color: #74b142;

        }

        

        .f-nav .owl-carousel .owl-nav button.owl-next,

        .f-nav .owl-carousel .owl-nav button.owl-prev {

            padding: 4px 17px !important;

            text-align: center;

            font-size: 20px;

            background-color: #f5811e;

            color: #ffffff;

            font-weight: 700;

        }

        

        .f-nav .owl-nav {

            position: absolute;

            top: -52px;

            right: 0;

        }

        

        .choose-inner {

            display: flex;

            align-items: center;

            min-height: 100px;

            justify-content: center;

        }

        

        /* .choose-sec {

            padding-top: 0px;

            padding-bottom: 60px;

            background-image: url(../images/signature.png);

            background-repeat: no-repeat;

            background-position: -55%;

            background-size: contain;

        } */

        

        .choose-content h3 {

            font-size: 22px;

            font-weight: 600;

            color: #666666;

        }

        

        .choose-content p {

            font-size: 14px;

            font-weight: 400;

            color: #666666;

            margin-bottom: 0;

            max-width: 350px;

        }

        

        .choose-divider {

            margin: 65px 0;

            border: 1px solid #707070;

            opacity: .1;

        }

        

        .new-product-sec {

            background-image: url('../images/bg-pattern.jpg');

            background-repeat: no-repeat;

            background-size: cover;

            background-position: center center;

            padding: 60px 0;

            padding-bottom: 80px;

        }

        

        .product {

            position: relative;

            text-align: center;

            padding: 20px 15px 30px;

            max-width: 300px;

            margin-left: auto;

            margin-right: auto;

            z-index: 1;

            background-color: #fff;

            box-shadow: 0 1px 18px 0 rgba(0, 0, 0, .09);

        }

        

        .product::before {

            position: absolute;

            content: '';

            top: 0;

            right: 0;

            bottom: 0;

            left: 0;

            background: #ffffff;

            border-radius: 6px;

            pointer-events: none;

            z-index: -1

        }

        

        .product-2 .product-figure {

            min-height: 220px

        }

        

        .product-figure {

            display: flex;

            align-items: flex-end;

            justify-content: center;

            min-height: 180px

        }

        

        .product-title {

            font-weight: 600;

            letter-spacing: 0;

            text-transform: uppercase;

            font-size: 16px;

            color: #666666;

        }

        

        .product-title a {

            font-size: 14px;

            color: #666666;

        }

        

        .product-price {

            display: inline-block;

            vertical-align: middle;

            font-size: 15px;

            line-height: 1;

            font-weight: 700;

            letter-spacing: 0;

            color: #666666;

            font-weight: 600;

        }

        

        .product-price-old {

            font-weight: 400;

            text-decoration: line-through;

            color: rgba(21, 21, 21, .5)

        }

        

        .product-price-old+.product-price {

            margin-left: 8px

        }

        

        .product-badge {

            display: inline-block;

            position: absolute;

            text-align: center;

            top: 25px;

            right: 15px;

            padding: 5px 12px;

            font-size: 14px;

            line-height: 1;

            font-weight: 600;

            letter-spacing: .02em;

            text-transform: uppercase;

            border-radius: 6px;

            color: #fff;

            z-index: 1

        }

        

        .product-badge-new {

            background: #232322

        }

        

        .product-badge-sale {

            background: #c14679

        }

        

        .product-button-wrap {

            display: flex;

            align-items: center;

            justify-content: center;

            /* box-shadow: 0 1px 18px 0 rgba(0, 0, 0, .09);

    background: #fff; */

        }

        

        .product-button .button {

            text-align: center;

            padding: 0;

            width: 50px;

            height: 50px;

            font-size: 20px;

            line-height: 46px;

            border-radius: 50%

        }

        

        .product-button+.product-button {

            margin-left: 20px

        }

        

        .box-rating {

            font-size: 0;

            line-height: 0

        }

        

        .box-rating>* {

            font-size: 19px;

            color: #fc0;

            vertical-align: middle

        }

        

        *+.product-title {

            margin-top: 20px

        }

        

        *+.product-price-wrap {

            margin-top: 0

        }

        

        *+.product-button-wrap {

            margin-top: 15px

        }

        

        .cart-btn {

            display: block;

            width: 50px;

            height: 50px;

            border-radius: 50%;

            line-height: 50px;

            border: 1px solid transparent;

            background-color: #74b142;

            text-align: center;

            color: #ffffff

        }

        

        .cart-btn:hover {

            text-decoration: none;

            background-color: transparent;

            border: 1px solid #74b142;

            color: #74b142;

        }

        

        .product-body img {

            display: inline-block;

            max-width: 100%;

            height: auto;

        }

        

        .owl-three .owl-stage-outer {

            margin: -35px -20px -80px;

            padding: 35px 20px 80px;

            pointer-events: none;

            z-index: 1;

            position: relative;

            overflow: hidden;

        }

        

        .owl-three .owl-stage-outer>* {

            pointer-events: auto;

        }

        

        .select-quantity {

            padding-top: 10px;

        }

        

        .select-quantity .form-group {

            position: relative;

        }

        

        .select-quantity .form-group .select-arrow {

            display: inline-block;

            font-size: 20px;

            position: absolute;

            right: 18px;

            top: 3px;

            font-weight: 600;

        }

        

        .select-quantity .form-control {

            border: 0;

            box-shadow: 0px 0px 6px rgba(0, 0, 0, .15);

            font-size: 14px;

        }

        

        .select-quantity select {

            /* for Firefox */

            -moz-appearance: none;

            /* for Chrome */

            -webkit-appearance: none;

        }

        /* For IE10 */

        

        .select-quantity select::-ms-expand {

            display: none;

        }

        

        .owl-three .owl-nav {

            display: none;

        }

        

        .owl-three .owl-dots button.owl-dot {

            width: 25px;

            height: 6px;

            display: inline-block;

            margin: 0 3px;

            border-radius: 5px;

            background-color: #666666;

        }

        

        .owl-three .owl-carousel .owl-nav button.owl-next,

        .owl-three .owl-carousel .owl-nav button.owl-prev,

        .owl-three .owl-carousel button.owl-dot {

            background-color: #666666;

        }

        

        .owl-three .owl-dots button.owl-dot.active {

            background-color: #74b142;

        }

        

        .owl-three .owl-dots button.owl-dot:focus {

            outline: none;

        }

        

        .owl-three .owl-dots {

            text-align: center;

            position: absolute;

            bottom: 35px;

            left: 50%;

            transform: translateX(-50%);

        }

        

        .summersale-sec {

            background-image: url(../images/summer-bg.jpg);

            padding: 60px 0;

            text-align: center;

        }

        

        .summersale-sec h2 {

            font-size: 50px;

            font-weight: 600;

            color: #666666;

            text-transform: uppercase;

        }

        

        .summersale-sec h4 {

            font-size: 30px;

            font-weight: 600;

            color: #666666;

        }

        

        .summersale-sec h4 span {

            color: #74b142;

            font-size: 40px;

        }

        

        .summersale-sec p {

            font-size: 18px;

            font-weight: 400;

            max-width: 600px;

            text-align: center;

            margin: 0 auto;

            margin-top: 15px;

            margin-bottom: 15px;

        }

        

        .testimonial-sec {

            padding: 60px 0;

        }

        

        .test-client {

            display: flex;

            align-items: center;

            margin-top: 20px;

        }

        

        .test-content span {

            width: 25px;

            display: block;

            position: absolute;

        }

        

        .test-content p {

            font-size: 14px;

            font-weight: 400;

            margin-left: 40px;

        }

        

        .client-img img {

            width: 80px !important;

            height: 80px;

            border-radius: 50%;

        }

        

        .client-profile {

            margin-left: 15px;

        }

        

        .client-profile h4 {

            font-size: 16px;

            font-weight: 600;

            color: #666666;

        }

        

        .client-profile h5 {

            font-size: 14px;

            font-weight: 400;

            color: #74b142;

        }

        

        .owl-five {

            padding: 50px 0;

        }

        

        .owl-five .owl-nav {

            display: none;

        }

        

        .owl-five .owl-dots button.owl-dot {

            width: 25px;

            height: 6px;

            display: inline-block;

            margin: 0 3px;

            border-radius: 5px;

            background-color: #666666;

        }

        

        .owl-five .owl-carousel .owl-nav button.owl-next,

        .owl-five .owl-carousel .owl-nav button.owl-prev,

        .owl-five .owl-carousel button.owl-dot {

            background-color: #666666;

        }

        

        .owl-five .owl-dots button.owl-dot.active {

            background-color: #74b142;

        }

        

        .owl-five .owl-dots button.owl-dot:focus {

            outline: none;

        }

        

        .owl-five .owl-dots {

            text-align: center;

            position: absolute;

            bottom: 0px;

            left: 50%;

            transform: translateX(-50%);

        }

        

        .download-sec {

            padding: 60px 0;

            background-image: url(../images/bg-pattern.jpg);

            background-size: cover;

            background-position: center center;

            background-repeat: no-repeat;

            padding-bottom: 0;

            overflow-x: hidden;

        }

        

        .download-app-btn a {

            display: inline-block;

            max-width: 150px;

            width: 100%;

            padding: 10px;

        }

        

        .download-app-btn {

            display: flex;

            justify-content: center;

        }

        

        .download-app-sec p {

            font-size: 14px;

            text-align: center;

        }

        

        .trust-inner {

            display: flex;

            align-items: center;

            margin-bottom: 10px;

        }

        

        .trust-img span {

            width: 80px;

            height: 80px;

            border-radius: 50%;

            text-align: center;

            background-color: #ffffff;

            box-shadow: 0px 3px 6px rgba(0, 0, 0, .15);

            display: block;

            line-height: 75px;

        }

        

        .trust-img span img {

            width: 45px;

        }

        

        .flavy-trust {

            padding: 30px 0;

            background-image: url(../images/bg-pattern.jpg);

            background-size: cover;

            background-position: center center;

            background-repeat: no-repeat;

        }

        

        .trust-inner h3 {

            font-size: 16px;

            margin-bottom: 0;

            margin-left: 13px;

        }

        

        footer {

            padding: 40px 0;

            background-color: #172134;

            padding-bottom: 13px;

        }

        

        .footer-content p {

            color: #ffffff;

            font-size: 14px;

            padding: 20px 0;

        }

        

        .footer-social ul {

            margin: 0;

            padding: 0;

        }

        

        .footer-social ul li {

            list-style-type: none;

            display: inline-block;

            padding: 0 4px;

        }

        

        .quick-link h4 {

            font-size: 17px;

            color: #fff;

        }

        

        .quick-link ul {

            margin: 0;

            padding: 0;

        }

        

        .quick-link ul li {

            list-style-type: none;

            display: block;

        }

        

        .quick-link ul li a {

            color: #fff;

            font-size: 14px;

            padding: 5px 0;

            display: block;

            position: relative;

            padding-left: 15px;

            transition: all .4s ease;

        }

        

        .quick-link ul li a:before {

            position: absolute;

            content: "";

            width: 8px;

            height: 2px;

            background-color: #fff;

            top: 12px;

            left: 0;

        }

        

        .quick-link ul li a:hover {

            color: #74b142;

            margin-left: 5px;

        }

        

        .quick-link ul li a:hover:before {

            background-color: #74b142;

        }

        

        .vis-hidden {

            visibility: hidden;

        }

        

        .get-touch h4 {

            font-size: 17px;

            color: #fff;

        }

        

        .foot-address ul {

            margin: 0;

            padding: 0;

        }

        

        .foot-address ul li {

            list-style-type: none;

            padding: 15px 0;

            display: flex;

            align-items: center;

            color: #fff;

            font-size: 14px;

        }

        

        .foot-address ul li span img {

            width: 22px;

        }

        

        .footer-divider {

            border: 1px solid #707070;

            margin: 15px 0;

            opacity: .1;

        }

        

        .footer-copy {

            text-align: center;

            font-size: 14px;

            color: #ffffff;

        }

        

        .inner-banner {

            background-image: url(../images/inner-banner.jpg);

            background-repeat: no-repeat;

            background-size: cover;

            padding: 70px 0;

        }

        

        .inner-banner h1 {

            text-align: center;

            color: #f5811e;

            margin-bottom: 0;

            font-size: 45px;

            font-weight: 600;

        }

        

        .breadcrumb {

            background-color: #F9FAF9;

            padding: 20px 0;

        }

        

        .bread-sec ul {

            margin: 0;

            padding: 0;

            text-align: center;

        }

        

        .bread-sec ul li {

            list-style-type: none;

            display: inline-block;

            padding: 0 20px;

        }

        

        .bread-sec ul li a {

            color: #777777;

            text-transform: uppercase;

            font-size: 16px;

            font-weight: 400;

            transition: all .4s ease;

        }

        

        .bread-sec ul li a span {

            padding-left: 25px;

        }

        

        .bread-sec ul li a:hover {

            color: #74b142;

        }

        

        .filter-group {

            border-bottom: 1px solid #F5F5F5;

        }

        

        .filter-sec .card {

            position: relative;

            display: -webkit-box;

            display: -ms-flexbox;

            display: flex;

            -webkit-box-orient: vertical;

            -webkit-box-direction: normal;

            -ms-flex-direction: column;

            flex-direction: column;

            min-width: 0;

            word-wrap: break-word;

            background-color: #fff;

            background-clip: border-box;

            border: 1px solid rgba(0, 0, 0, 0.1);

            border-radius: 0.37rem

        }

        

        .filter-sec .card-header {

            padding: 0.75rem 1.25rem;

            margin-bottom: 0;

            background-color: #fff;

            border-bottom: 1px solid rgba(0, 0, 0, 0.1)

        }

        

        .filter-sec .filter-group .card-header {

            border-bottom: 0

        }

        

        .filter-sec .icon-control {

            margin-top: 6px;

            float: right;

            font-size: 80%

        }

        

        .filter-sec .list-menu {

            list-style: none;

            margin: 0;

            padding-left: 0

        }

        

        .filter-sec .list-menu a {

            color: #666;

            padding: 3px 0;

            display: block;

        }

        

        .filter-sec a {

            text-decoration: none !important;

            background-color: transparent;

            color: #666666;

            font-size: 16px;

        }

        

        .filter-sec .checkbox-btn {

            position: relative

        }

        

        .filter-sec .checkbox-btn input {

            position: absolute;

            z-index: -1;

            opacity: 0

        }

        

        .filter-sec .checkbox-btn input:checked~.btn {

            border-color: #74b142;

            background-color: #74b142;

            color: #fff

        }

        

        .filter-sec .btn-light {

            display: inline-block;

            font-weight: 600;

            color: #343a40;

            text-align: center;

            vertical-align: middle;

            -webkit-user-select: none;

            -moz-user-select: none;

            -ms-user-select: none;

            user-select: none;

            background-color: #eee;

            border: 1px solid #eee;

            padding: 0.45rem 0.85rem;

            font-size: 10px;

            line-height: 1.5;

            border-radius: 0.37rem

        }

        

        .filter-sec .btn-light:hover {

            background-color: #fff;

            border-color: #989898

        }

        

        .filter-sec .btn-medium {

            font-size: 12px;

            padding: 10px 22px;

            display: inline-block;

            margin-right: 20px;

            letter-spacing: 2px;

            border: 1px solid #74b142;

            width: 100%

        }

        

        .filter-sec .highlight-button:hover {

            background-color: #74b142;

            border: 2px solid #74b142;

            color: #fff

        }

        

        .filter-sec .custom-control {

            position: relative;

            display: block;

            min-height: 1.5rem;

            padding-left: 1.5rem

        }

        

        .filter-head p {

            padding: 0.75rem 1.25rem;

            border-bottom: 1px solid #f5f5f5;

        }

        

        .sort-sec {

            background-color: #F3F5FA;

            padding: 15px;

        }

        

        .sort-sec ul li {

            list-style-type: none;

            display: inline-block;

        }

        

        .sort-sec ul {

            margin: 0;

            padding: 0;

        }

        

        .sort-sec ul li a {

            font-size: 16px;

            color: #666666;

            margin-right: 25px;

            border-bottom: 2px solid transparent;

        }

        

        .sort-sec ul li a:hover {

            border-bottom: 2px solid #74b142;

            color: #74b142;

        }

        

        .sort-sec ul li:first-child a:hover {

            color: #666666;

            border-bottom: 2px solid transparent;

        }

        

        .row-lg-50>* {

            margin-bottom: 50px;

        }

        

        .mt-50 {

            margin-top: 50px;

        }

        

        .mb-50 {

            margin-bottom: 50px;

        }

        

        .carousel-inner img {

            width: 100%;

            height: 100%

        }

        

        #custCarousel .carousel-indicators {

            position: static;

            margin-top: 20px

        }

        

        #custCarousel .carousel-indicators>li {

            width: 100px

        }

        

        #custCarousel .carousel-indicators li img {

            display: block;

            opacity: 0.5

        }

        

        #custCarousel .carousel-indicators li.active img {

            opacity: 1

        }

        

        #custCarousel .carousel-indicators li:hover img {

            opacity: 0.75

        }

        

        .carousel-item img {

           max-width: 100%;

        }

        

        .productview-sec .carousel-control-prev {

            left: 10px;

        }

        

        .productview-sec .carousel-control-next {

            right: 10px;

        }

        

        .shipping-sec {

            margin: 50px 0;

        }

        

        .productview-sec .carousel-inner {

            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);

            border-radius: 5px;

        }

        

        .productview-sec .carousel-control-next-icon {

            background-image: url(../images/right.png);

        }

        

        .productview-sec .carousel-control-prev-icon {

            background-image: url(../images/left.png);

        }

        

        .productview-sec .carousel-control-next-icon,

        .productview-sec .carousel-control-prev-icon {

            display: inline-block;

            width: 30px;

            height: 60px;

        }

        

        .shipping-detail {

            padding: 15px;

        }

        

        .shipping-detail h3 {

            color: #333333;

            font-size: 25px;

            font-weight: 600;

            transition: all .4s ease;

            margin-bottom: 20px;

        }

        

        .shipping-detail h3:hover {

            color: #74b142;

        }

        

        .clr-green {

            color: #74b142 !important;

        }

        

        .shipping-detail h4 {

            font-size: 16px;

            font-weight: 600;

            color: #333333;

            margin-bottom: 20px;

        }

        

        .shipping-detail h6 {

            font-size: 16px;

            font-weight: 600;

            color: #333333;

            margin-bottom: 20px;

        }

        

        .clr-grey-strike {

            margin: 0;

            color: #999;

            text-decoration: line-through;

            font-weight: 400;

        }

        

        .shipping-detail h6 span {

            padding-right: 15px;

        }

        

        .shipping-detail .select-quantity .form-control {

            height: 50px;

        }

        

        .shipping-detail .select-quantity .form-group .select-arrow {

            top: 13px;

        }

        

        .check-pin .form-control {

            height: 50px;

            padding-left: 50px;

        }

        

        .check-pin .input-group-text {

            background-color: #74b142;

            color: #fff;

            cursor: pointer;

        }

        

        .check-pin {

            position: relative;

            margin-top: 20px;

        }

        

        .check-pin .location-pin {

            position: absolute;

            top: 10px;

            font-size: 20px;

            display: block;

            z-index: 11;

            color: #777777;

            left: 18px;

        }

        

        .check-pin label {

            font-size: 14px;

            color: #777777;

        }

        

        .shipping-btn {

            display: flex;

            justify-content: space-between;

            margin-top: 30px;

        }

        

        .shipping-btn1 {

            border: 1px solid #74b142;

            color: #74b142;

            padding: 7px 15px;

            text-align: center;

            transition: all .4s ease;

            border-radius: 5px;

            width: 48%;

        }

        

        .shipping-btn2 {

            background-color: #74b142;

            color: #ffffff;

            padding: 7px 15px;

            text-align: center;

            border: 1px solid transparent;

            border-radius: 5px;

            width: 48%;

        }

        

        .shipping-btn1:hover {

            background-color: #74b142;

            color: #ffffff;

        }

        

        .shipping-btn2:hover {

            color: #fff;

        }

        

        .rating-sec {

            margin-top: 120px;

        }

        

        .faq-sec h2 {

            font-size: 22px;

        }

        

        .faq-sec .accordion .beefup__head {

            font-size: 18px;

            padding: 15px;

            border-radius: 5px;

        }

        

        .faq-sec .accordion {

            max-width: 1140px;

            margin-bottom: 20px;

        }

        

        .faq-sec .accordion .beefup__body {

            padding: 15px;

            font-size: 14px;

            color: #666666;

            margin-bottom: 16px;

        }

        

        .beefup__body p {

            margin-bottom: 10px;

        }

        

        .beefup__body h3 {

            font-size: 16px;

        }

        

        .faq-sec .beefup__head::after {

            content: '';

            background-image: url(../images/arrow.svg);

            position: absolute;

            right: 33px;

            margin-top: -5px;

            top: 50%;

            width: 35px;

            height: 15px;

            background-repeat: no-repeat;

            transition: all .4s ease;

        }

        

        .faq-sec .beefup.is-open>.beefup__head::after {

            background-image: url(../images/arrow.svg);

            transform: rotateZ(180deg);

        }

        

        .faq-sec .beefup {

            margin-bottom: 20px;

        }

        

        div.stars {

            width: 270px;

            display: inline-block

        }

        

        .mt-200 {

            margin-top: 200px

        }

        

        input.star {

            display: none

        }

        

        label.star {

            float: right;

            padding: 10px;

            font-size: 36px;

            color: #4A148C;

            transition: all .2s

        }

        

        input.star:checked~label.star:before {

            content: '\f005';

            color: #FD4;

            transition: all .25s

        }

        

        input.star-5:checked~label.star:before {

            color: #FE7;

            text-shadow: 0 0 20px #952

        }

        

        input.star-1:checked~label.star:before {

            color: #F62

        }

        

        label.star:hover {

            transform: rotate(-15deg) scale(1.3)

        }

        

        label.star:before {

            content: '\f006';

            font-family: FontAwesome

        }

        

        .Featured-product {

            padding: 40px 0;

            margin-bottom: 100px;

        }

        

        .Featured-product .feature-title {

            font-size: 18px;

            color: #666666;

        }

        

        .cart-container-sec {

            border: 1px solid #ccc;

            padding: 28px;

            margin-bottom: 20px;

        }

        

        .cart-container {

            display: flex;

            justify-content: space-between;

            flex-wrap: wrap;

        }

        

        .cart-img span {

            width: 100px;

            height: 100px;

            padding: 7px;

            border: 1px solid #ebebeb;

            box-sizing: border-box;

            display: block;

        }

        

        .quantity {

            display: inline-block;

        }

        

        .quantity .input-text.qty {

            width: 35px;

            height: 30px;

            padding: 0 5px;

            text-align: center;

            background-color: transparent;

            border: 1px solid #efefef;

        }

        

        .quantity.buttons_added {

            text-align: left;

            position: relative;

            white-space: nowrap;

            vertical-align: top;

        }

        

        .quantity.buttons_added input {

            display: inline-block;

            margin: 0;

            vertical-align: top;

            box-shadow: none;

        }

        

        .quantity.buttons_added .minus,

        .quantity.buttons_added .plus {

            padding: 3px 10px 8px;

            height: 30px;

            background-color: #ffffff;

            border: 1px solid #efefef;

            cursor: pointer;

        }

        

        .quantity.buttons_added .minus {

            border-right: 0;

        }

        

        .quantity.buttons_added .plus {

            border-left: 0;

        }

        

        .quantity.buttons_added .minus:hover,

        .quantity.buttons_added .plus:hover {

            background: #eeeeee;

        }

        

        .quantity input::-webkit-outer-spin-button,

        .quantity input::-webkit-inner-spin-button {

            -webkit-appearance: none;

            -moz-appearance: none;

            margin: 0;

        }

        

        .quantity.buttons_added .minus:focus,

        .quantity.buttons_added .plus:focus {

            outline: none;

        }

        

        .s-cart-title h4 {

            font-size: 14px;

            font-weight: 600;

        }

        

        .s-cart-total h4 {

            font-size: 14px;

            font-weight: 600;

        }

        

        .s-cart-price span {

            font-size: 14px;

        }

        

        .cart-edit-sec {

            display: flex;

            justify-content: flex-end;

        }

        

        .cart-edit-sec {

            display: flex;

            justify-content: flex-end;

        }

        

        .cart-edit-sec a {

            color: #666;

            font-size: 16px;

            transition: all .4s ease;

        }

        

        .cart-edit-sec a span {

            margin-right: 5px;

        }

        

        .cart-edit-sec a:hover {

            color: #74b142;

        }

        

        .cart-summary-sec {

            border: 1px solid #CCCCCC;

            border-radius: 5px;

        }

        

        .summary-head {

            background-color: #EFF0EF;

            padding: 10px;

        }

        

        .summary-head h4 {

            color: #666666;

            font-weight: 600;

            font-size: 14px;

            margin-bottom: 0

        }

        

        .summary-price {

            padding: 10px;

        }

        

        .summary-divider {

            margin: 4px 0;

            border: 1px solid #EBEBEB;

            opacity: .5;

        }

        

        .summary-price-inner {

            display: flex;

            justify-content: space-between;

            padding: 5px 0;

        }

        

        .summary-price-inner p {

            margin-bottom: 0;

            font-size: 14px;

            color: #666666;

            font-weight: 400;

        }

        

        .summary-total {

            display: flex;

            justify-content: space-between;

            padding: 5px 10px;

        }

        

        .summary-total p {

            margin-bottom: 0;

            font-size: 14px;

            color: #666666;

            font-weight: 600;

        }

        

        .cart-summary-btn {

            margin-top: 10px;

            margin-bottom: 10px;

        }

        

        .cart-summary-btn a {

            display: block;

            padding: 10px 20px;

            background-color: #74b142;

            color: #ffffff;

            text-align: center;

            margin-bottom: 5px;

            font-weight: 600;

            border-radius: 5px;

            transition: all .4s ease;

            border: 1px solid transparent;

        }

        

        .cart-summary-btn a:hover {

            border: 1px solid #74b142;

            background-color: transparent;

            color: #74b142;

        }

        

        .checkoutform .form-group {

            position: relative;

        }

        

        .checkoutform .form-control {

            display: block;

            width: 100%;

            min-height: 50px;

            padding: 10px 0;

            font-size: 14px;

            font-weight: 400;

            line-height: 24px;

            letter-spacing: .1em;

            color: #151515;

            background-color: transparent;

            background-image: none;

            border-radius: 0;

            -webkit-appearance: none;

            transition: .3s ease-in-out;

            border: 1px solid #e1e1e1;

            border-width: 0 0 1px;

        }

        

        .checkoutform .form-control:focus {

            outline: 0;

            box-shadow: none;

        }

        

        .checkoutform label {

            position: absolute;

            text-align: left;

            top: 10px;

            right: 0;

            left: 0;

            padding-left: 0;

            padding-right: 0;

            font-size: 14px;

            font-weight: 400;

            line-height: 24px;

            letter-spacing: .1em;

            transform: translateY(-50%);

            will-change: transform;

            pointer-events: none;

            transition: .25s;

            z-index: 9;

            margin-bottom: 0;

            color: #151515;

        }

        

        .checkoutform {

            padding-top: 30px;

            padding-bottom: 80px;

        }

        

        .form-head h4 {

            font-size: 20px;

            font-weight: 600;

            color: #0a0a0a;

            padding-bottom: 25px;

           

            padding-top: 14px;

        }

        

        .payment-cart {

            padding: 15px;

            border: 1px solid #cccccc;

            border-radius: 5px;

        }

        

        .cart-payment-methods .custom-control-label {

            color: #666666;

            font-weight: 600;

        }

        

        .cart-payment-total {

            padding: 15px;

            border: 1px solid #cccccc;

            border-radius: 5px;

        }

        

        section.cart-payment-methods {

            padding-bottom: 60px;

        }

        

        .log-logo img {

            width: 100px;

        }

        

        .log-logo {

            padding: 15px 0;

            text-align: center;

            padding-top: 60px;

        }

        

        .reg-main {

            max-width: 550px;

            margin: 0 auto;

            padding: 30px;

            box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.18);

            border-radius: 16px;

            background-color: #ffffff;

        }

        

        .log-head {

            text-align: center;

        }

        

        .log-head h2 {

            font-size: 28px;

            font-weight: 600;

            color: #3D3D3F;

            text-transform: uppercase;

            padding: 25px 0;

            padding-top: 5px;

        }

        

        .log-inner form {

            max-width: 320px;

            margin: 0 auto;

            margin-top: 25px;

        }

        

        .log-inner form label {

            font-size: 14px;

            font-weight: 600;

            color: #3D3D3F;

        }

        

        .log-inner form .form-control {

            border-radius: 0;

        }

        

        .log-form-submit-btn {

            display: table;

            margin: 0 auto;

            text-align: center;

            padding: 10px 65px;

            border-radius: 50px;

            background-color: #74b142;

            color: #fff;

            font-size: 16px;

            font-weight: 600;

            margin-top: 25px;

            margin-bottom: 15px;

        }

        

        .form-divider {

            display: flex;

            align-items: center;

            margin: 25px 0;

        }

        

        .form-divider span:first-child {

            margin-right: 10px;

        }

        

        .form-divider span:first-child,

        .form-divider span:last-child {

            width: 150px;

            height: 1px;

            background-color: #B7B7B7;

        }

        

        .form-divider .divide-text {

            color: #B7B7B7;

            font-size: 14px;

        }

        

        .form-divider span:last-child {

            margin-left: 10px;

        }

        

        .form-social-btn {

            padding-bottom: 30px;

        }

        

        .form-social-btn img {

            padding: 7px 0;

            width: 320px;

        }

        

        .already-acnt {

            text-align: center;

            margin-top: 5px;

        }

        

        .already-acnt p {

            font-size: 14px;

            font-weight: 400;

            color: #8F8F8F;

            margin-bottom: 0;

        }

        

        .already-acnt a {

            color: #3D3D3F;

            font-weight: 500;

            transition: all .4s ease;

            margin-left: 5px;

        }

        

        .already-acnt a:hover {

            text-decoration: none;

            color: #74b142;

        }

        

        button.snip1086 {

            border: none;

            background-color: #000000;

            border-radius: 50px;

            color: #ffffff;

            cursor: pointer;

            padding: 10px 40px;

            display: inline-block;

            margin: 15px 0px;

            text-transform: uppercase;

            line-height: 1.5em;

            font-weight: 500;

            font-size: 1em;

            outline: none;

            position: relative;

            opacity: 1;

            -webkit-transition: all 0.3s;

            transition: all 0.3s;

        }

        

        button.snip1086 span {

            display: inline-block;

            -webkit-transition: all 0.3s;

            transition: all 0.3s;

            opacity: 0.8;

            -webkit-transition-delay: 0.3s;

            transition-delay: 0.3s;

        }

        

        button.snip1086 i {

            font-size: 28px;

            text-align: center;

            width: 100%;

            top: 50%;

            left: 0;

            display: block;

            position: absolute;

            opacity: 0;

            -webkit-transform: translate(0, -50%);

            transform: translate(0, -50%);

            -webkit-transition: all 0.3s;

            transition: all 0.3s;

            -webkit-transition-delay: 0s;

            transition-delay: 0s;

            font-weight: 600;

        }

        

        button.snip1086:before {

            content: '';

            top: 0;

            left: 50%;

            right: 50%;

            position: absolute;

            height: 100%;

            background: rgba(255, 255, 255, 0.15);

            -webkit-transition: all 0.3s;

            transition: all 0.3s;

            -webkit-transition-delay: 0.15s;

            transition-delay: 0.15s;

        }

        

        button.snip1086:hover span,

        button.snip1086.hover span {

            opacity: 0;

            -webkit-transition-delay: 0s;

            transition-delay: 0s;

        }

        

        button.snip1086:hover i,

        button.snip1086.hover i {

            opacity: 1;

            -webkit-transition-delay: 0.2s;

            transition-delay: 0.2s;

        }

        

        button.snip1086:hover:before,

        button.snip1086.hover:before {

            left: 0;

            right: 0;

            -webkit-transition-delay: 0s;

            transition-delay: 0s;

        }

        

        button.snip1086:active:before {

            background: rgba(255, 255, 255, 0.3);

        }

        

        button.snip1086.blue {

            background-color: #74b142;

        }

        

        .sub-btn {

            text-align: center;

        }

        

        .forget-pass {

            display: flex;

            justify-content: flex-end;

        }

        

        .forget-pass a {

            font-size: 14px;

            font-weight: 600;

            color: #3D3D3F;

            transition: all .4s ease;

        }

        

        .forget-pass a:hover {

            text-decoration: none;

            color: #74b142;

        }

        

        .reg-sec {

            padding-bottom: 30px;

        }

        

        .mobile-hand {

            overflow-x: hidden;

        }

        

        .lang-select .custom-select {

            font-size: 14px;

        }

        /* section {

            overflow-x: hidden;

        } */

        

        section.header-bottom {

            overflow: initial;

        }

        

        a.logo-mobile {

            display: block;

            width: 180px;

        }

        #nav-icon2 {

            width: 40px;

            height: 2px;

            position: relative;

            /* margin: 50px auto; */

            -webkit-transform: rotate(0deg);

            -moz-transform: rotate(0deg);

            -o-transform: rotate(0deg);

            transform: rotate(0deg);

            -webkit-transition: .5s ease-in-out;

            -moz-transition: .5s ease-in-out;

            -o-transition: .5s ease-in-out;

            transition: .5s ease-in-out;

            cursor: pointer;

            margin-bottom: 20px;

        }

        

        #nav-icon2 span {

            display: block;

            position: absolute;

            height: 2px;

            width: 50%;

            background: #74b142;

            opacity: 1;

            -webkit-transform: rotate(0deg);

            -moz-transform: rotate(0deg);

            -o-transform: rotate(0deg);

            transform: rotate(0deg);

            -webkit-transition: .25s ease-in-out;

            -moz-transition: .25s ease-in-out;

            -o-transition: .25s ease-in-out;

            transition: .25s ease-in-out;

        }

        

        #nav-icon2 span:nth-child(even) {

            left: 50%;

            border-radius: 0 9px 9px 0;

        }

        

        #nav-icon2 span:nth-child(odd) {

            left: 0px;

            border-radius: 9px 0 0 9px;

        }

        

        #nav-icon2 span:nth-child(1),

        #nav-icon2 span:nth-child(2) {

            top: 0px;

        }

        

        #nav-icon2 span:nth-child(3),

        #nav-icon2 span:nth-child(4) {

            top: 10px;

        }

        

        #nav-icon2 span:nth-child(5),

        #nav-icon2 span:nth-child(6) {

            top: 20px;

        }

        

        #nav-icon2.open span:nth-child(1),

        #nav-icon2.open span:nth-child(6) {

            -webkit-transform: rotate(45deg);

            -moz-transform: rotate(45deg);

            -o-transform: rotate(45deg);

            transform: rotate(45deg);

        }

        

        #nav-icon2.open span:nth-child(2),

        #nav-icon2.open span:nth-child(5) {

            -webkit-transform: rotate(-45deg);

            -moz-transform: rotate(-45deg);

            -o-transform: rotate(-45deg);

            transform: rotate(-45deg);

        }

        

        #nav-icon2.open span:nth-child(1) {

            left: 5px;

            top: 7px;

        }

        

        #nav-icon2.open span:nth-child(2) {

            left: calc(50% - 2px);

            top: 7px;

        }

        

        #nav-icon2.open span:nth-child(3) {

            left: -50%;

            opacity: 0;

        }

        

        #nav-icon2.open span:nth-child(4) {

            left: 100%;

            opacity: 0;

        }

        

        #nav-icon2.open span:nth-child(5) {

            left: 5px;

            top: 21px;

        }

        

        #nav-icon2.open span:nth-child(6) {

            left: calc(50% - 2px);

            top: 21px;

        }

        

        .navbar-light .navbar-toggler {

            color: rgba(0, 0, 0, .5);

            border-color: transparent;

        }

        

        .custom-control-input:checked~.custom-control-label::before {

            color: #fff;

            border-color: #74b142;

            background-color: #74b142;

        }

        

        .custom-control-input:focus~.custom-control-label::before {

            box-shadow: none;

        }

        

        .custom-control-input:focus:not(:checked)~.custom-control-label::before {

            border-color: #74b142;

        }

        

        .blog_wrapper .single_blog {

            margin-bottom: 32px;

        }

        

        figure {

            padding: 0;

            margin: 0;

        }

        

        .blog_thumb {

            width: 100%;

            float: inherit;

        }

        

        .blog_content {

            padding-top: 24px;

            background-color: #ffffff;

        }

        

        .blog_wrapper .blog_content {

            padding: 20px 0 0;

        }

        

        .blog_content h4 {

            font-size: 18px;

            text-transform: capitalize;

            line-height: 18px;

            margin-bottom: 15px;

            font-weight: 600;

        }

        

        .blog_content h4 a {

            color: #777777;

            transition: all .4s ease;

        }

        

        .blog_content h4 a:hover {

            color: #74b142;

        }

        

        .blog_wrapper .articles_date {

            margin-bottom: 0;

        }

        

        .articles_date p {

            font-size: 14px;

            line-height: 15px;

        }

        

        .articles_date p a {

            color: #74b142;

        }

        

        .blog_content p.post_desc {

            margin-bottom: 0;

            padding: 16px 0 20px;

            max-width: 82%;

            font-size: 15px;

        }

        

        .blog_wrapper .blog_content .btn_more a {

            font-size: 16px;

            line-height: 42px;

            text-transform: capitalize;

            font-weight: 500;

            padding: 0 20px;

            display: inline-block;

            background: #74b142;

            color: #fff;

            border-radius: 5px;

            transition: all .4s ease;

            border: 1px solid transparent;

        }

        

        .blog_wrapper .blog_content .btn_more a:hover {

            text-decoration: none;

            border: 1px solid #74b142;

            background: transparent;

            color: #74b142;

        }

        

        .blog_sidebar_widget .widget_list {

            margin-bottom: 28px;

        }

        

        .blog_sidebar_widget .widget_title {

            position: relative;

            margin-bottom: 20px;

        }

        

        .blog_sidebar_widget .widget_title h3 {

            margin-bottom: 0;

        }

        

        .widget_list h3 {

            font-size: 15px;

            margin-bottom: 20px;

            padding-bottom: 10px;

            text-transform: uppercase;

            font-weight: 500;

            line-height: 20px;

            border-bottom: 1px solid #ededed;

        }

        

        .post_wrapper {

            display: -webkit-box;

            display: -ms-flexbox;

            display: flex;

            -webkit-box-align: center;

            -ms-flex-align: center;

            align-items: center;

            margin-bottom: 15px;

        }

        

        .post_thumb {

            width: 60px;

            float: left;

            margin-right: 10px;

        }

        

        .blog_sidebar_widget .widget_list.comments .post_thumb a img {

            border-radius: 50%;

        }

        

        .post_info h4 {

            font-size: 13px;

            font-weight: 500;

            text-transform: capitalize;

            line-height: 14px;

            margin-bottom: 5px;

        }

        

        .post_info h4 a {

            color: #777777;

            transition: all .4s ease;

        }

        

        .post_info h4 a:hover {

            color: #74b142;

        }

        

        .post_info span {

            font-size: 12px;

        }

        

        .blog_sidebar_widget .widget_list.comments .post_info span a {

            color: #74b142;

        }

        

        .blog_sidebar_widget .widget_categories {

            background: inherit;

            margin-bottom: 18px;

        }

        

        .blog_sidebar_widget .widget_categories .widget_title {

            margin-bottom: 15px;

            position: relative;

        }

        

        .blog_sidebar_widget .widget_categories ul li a {

            color: #222222;

            padding: 0;

            border: 0;

            line-height: 35px;

        }

        

        .blog_sidebar_widget .widget_categories ul li a:hover {

            color: #74b142;

        }

        

        .blog_sidebar_widget .widget_categories ul {

            margin: 0;

            padding: 0;

        }

        

        .blog_sidebar_widget .widget_categories ul li {

            list-style-type: none;

        }

        

        .widget_list.widget_categories>ul>li>a {

            font-size: 13px;

            display: block;

        }

        

        .blog_sidebar_widget .widget_list:last-child {

            margin-bottom: 0;

        }

        

        .tag_widget ul li {

            display: inline-block;

        }

        

        .tag_widget ul li a {

            margin: 0 6px 0 0;

            display: block;

            font-size: 12px;

            font-weight: 400;

            border: 1px solid #ededed;

            background: #fff;

            padding: 0 15px;

            line-height: 29px;

            border-radius: 3px;

            transition: all .4s ease;

            color: #222;

        }

        

        .tag_widget ul li a:hover {

            background: #74b142;

            border-color: #74b142;

            color: #fff;

        }

        

        .blog_details {

            margin-bottom: 70px;

            margin-top: 64px;

        }

        

        .post_header {

            margin-bottom: 28px;

        }

        

        .post_header h3 {

            font-size: 30px;

            line-height: 35px;

            font-weight: 500;

            margin-bottom: 4px;

        }

        

        .blog_details .blog_meta {

            margin-bottom: 0;

        }

        

        .blog_wrapper .blog_meta p {

            font-size: 14px;

            line-height: 24px;

        }

        

        .blog_wrapper .blog_meta p a {

            color: #74b142;

        }

        

        .blog_details .blog_thumb {

            width: 100%;

            float: inherit;

        }

        

        .blog_details .blog_content {

            width: 100%;

            float: inherit;

            padding-left: 0;

            padding-top: 30px;

        }

        

        .blog_details .post_content>p {

            line-height: 24px;

            margin-bottom: 10px;

            font-size: 14px;

        }

        

        .comments_box {

            margin-bottom: 65px;

        }

        

        .comments_box h3 {

            font-size: 15px;

            margin: 0 0 20px;

            font-weight: 500;

            line-height: 20px;

            text-transform: uppercase;

        }

        

        .comment_list {

            overflow: hidden;

            margin-bottom: 30px;

        }

        

        .comment_list .comment_thumb {

            display: inline-block;

            float: left;

        }

        

        .comment_list .comment_content {

            margin-left: 70px;

            position: relative;

            border: 1px solid #ebebeb;

            border-radius: 3px;

            padding: 15px;

        }

        

        .comment_list .comment_content p {

            margin-bottom: 0;

            font-size: 14px;

        }

        

        .comment_reply {

            position: absolute;

            top: 20px;

            right: 12px;

        }

        

        .comment_reply a {

            padding: 2px 10px;

            border-radius: 3px;

            color: #fff;

            background: #222222;

            display: block;

        }

        

        .comment_list.list_two {

            padding-left: 50px;

        }

        

        .comment_meta h5 a {

            color: #222222;

            font-size: 16px;

        }

        

        .comment_list .comment_content span {

            line-height: 18px;

            margin-bottom: 8px;

            font-size: 13px;

            font-style: italic;

            display: inline-block;

        }

        

        .comments_form h3 {

            font-size: 15px;

            margin: 0 0 20px;

            font-weight: 500;

            line-height: 20px;

            text-transform: uppercase;

        }

        

        .comments_form p {

            font-size: 13px;

            line-height: 17px;

            margin-bottom: 12px;

        }

        

        .comments_form form button {

            border: 0;

            line-height: 36px;

            background: #222222;

            font-weight: 500;

            transition: all .4s ease;

        }

        

        .comments_form form button:hover {

            background-color: #74b142;

        }

        

        .comments_form form label {

            font-size: 13px;

            line-height: 20px;

            font-weight: 500;

            margin-bottom: 10px;

        }

        

        .comments_form form textarea {

            width: 100%;

            height: 200px;

            background: #ffffff;

            border: 1px solid #ededed;

            margin-bottom: 10px;

            resize: none;

            padding: 10px;

        }

        

        .comments_form form input {

            width: 100%;

            height: 40px;

            border: 1px solid #ededed;

            margin-bottom: 15px;

            padding: 0 20px;

        }

        

        .contact_message h3 {

            font-size: 21px;

            text-transform: capitalize;

            font-weight: 500;

            line-height: 20px;

            margin-bottom: 25px;

        }

        

        .contact_message p {

            font-size: 14px;

            line-height: 24px;

            margin-bottom: 20px;

        }

        

        .contact_message ul li {

            padding: 13px 0;

            border-top: 1px solid #ededed;

        }

        

        .contact_message ul li i {

            margin-right: 10px;

        }

        

        .contact_message ul li a {

            color: #222222;

        }

        

        .contact_area {

            margin-bottom: 70px;

            margin-top: 70px;

        }

        

        .contact_message h3 {

            font-size: 21px;

            text-transform: capitalize;

            font-weight: 500;

            line-height: 20px;

            margin-bottom: 25px;

        }

        

        .contact_message p {

            font-size: 14px;

            line-height: 24px;

            margin-bottom: 20px;

        }

        

        .contact_message label {

            line-height: 18px;

            font-weight: 500;

            margin-bottom: 10px;

            font-size: 13px;

        }

        

        .contact_message input {

            border: 1px solid #ededed;

            height: 45px;

            background: #ffffff;

            width: 100%;

            padding: 0 20px;

            color: #757575;

        }

        

        .contact_message textarea {

            height: 170px;

            border: 1px solid #ededed;

            background: #ffffff;

            resize: none;

            margin-bottom: 20px;

            width: 100%;

            padding: 10px 20px;

            color: #222222;

        }

        

        .contact_message button {

            font-weight: 400;

            height: 42px;

            line-height: 42px;

            padding: 0 30px;

            text-transform: capitalize;

            border: none;

            background: #74b142;

            color: #ffffff;

            cursor: pointer;

            -webkit-transition: 0.3s;

            transition: 0.3s;

            border-radius: 4px;

        }

        

        .dashboard-sec {

            margin: 70px 0;

        }

        

        .profile-side-nav {

            padding: 10px;

            border-radius: 5px;

            box-shadow: 0 0 6px rgba(0, 0, 0, .15);

        }

        

        .profile-side-nav .nav-pills .nav-link.active,

        .profile-side-nav .nav-pills .show>.nav-link {

            color: #fff;

            background-color: #74b142;

        }

        

        .profile-side-nav .nav-pills .nav-link {

            border-radius: .25rem;

            color: #222;

            font-size: 15px;

        }

        

        .profile-form {

            background: #FFFFFF 0% 0% no-repeat padding-box;

            box-shadow: 4px 4px 30px #00000014;

            border-radius: 16px;

            padding: 25px;

            margin-bottom: 20px;

        }

        

        .page-bx {

            background: #FFFFFF 0% 0% no-repeat padding-box;

            box-shadow: 4px 4px 30px #00000014;

            border-radius: 16px;

            padding: 25px;

            margin-bottom: 20px;

            /* min-height: 500px; */

        }

        

        .prob-img {

            margin: 20px auto;

            width: 80px;

            height: 80px;

        }

        

        .prob-img img {

            width: 100%;

            height: 100%;

            border-radius: 50%;

        }

        

        .page-bx h4 {

            font-size: 18px;

            color: #3D3D3F;

            margin-bottom: 5px;

            font-weight: 600;

        }

        

        .page-bx p {

            font-size: 13px;

            color: #3D3D3F;

            margin-bottom: 10px;

            font-weight: 600;

        }

        

        .btn-center {

            display: table;

            margin: 0 auto;

        }

        

        @media (max-width:991.98px) {

            .profile-order .padding {

                padding: 1.5rem

            }

        }

        

        @media (max-width:767.98px) {

            .profile-order .padding {

                padding: 1rem

            }

        }

        /* .profile-order .padding {

            padding: 5rem

        } */

        

        .profile-order .card {

            box-shadow: none;

            -webkit-box-shadow: none;

            -moz-box-shadow: none;

            -ms-box-shadow: none

        }

        

        .profile-order .pl-3,

        .profile-order .px-3 {

            padding-left: 1rem !important

        }

        

        .profile-order .card {

            background: #FFFFFF 0% 0% no-repeat padding-box;

            box-shadow: 4px 4px 30px #00000014;

            border-radius: 16px;

            padding: 25px;

            margin-bottom: 20px;

            border: 0;

        }

        

        .profile-order .card .card-title {

            color: #000000;

            margin-bottom: 0.625rem;

            text-transform: capitalize;

            font-size: 0.875rem;

            font-weight: 500

        }

        

        .profile-order .card .card-description {

            margin-bottom: .875rem;

            font-weight: 400;

            color: #76838f

        }

        

        .profile-order p {

            font-size: 0.875rem;

            margin-bottom: .5rem;

            line-height: 1.5rem

        }

        

        .profile-order .table-responsive {

            display: block;

            width: 100%;

            overflow-x: auto;

            -webkit-overflow-scrolling: touch;

            -ms-overflow-style: -ms-autohiding-scrollbar

        }

        

        .profile-order .table,

        .jsgrid .jsgrid-table {

            width: 100%;

            max-width: 100%;

            margin-bottom: 1rem;

            background-color: transparent

        }

        

        .profile-order .table thead th,

        .jsgrid .jsgrid-table thead th {

            border-top: 0;

            border-bottom-width: 1px;

            font-weight: 500;

            font-size: .875rem;

            text-transform: uppercase

        }

        

        .profile-order .table td,

        .jsgrid .jsgrid-table td {

            font-size: 0.875rem;

            padding: .875rem 0.9375rem

        }

        

        .profile-order .badge {

            border-radius: 0;

            font-size: 12px;

            line-height: 1;

            padding: .375rem .5625rem;

            font-weight: normal

        }

        

        .badge.badge-info a {

            color: #ffffff;

        }

        

        .add-bx {

            background: #FFFFFF 0% 0% no-repeat padding-box;

            box-shadow: 2px 2px 4px #0000001A;

            border: 1px solid #E6E6E6;

            border-radius: 4px;

            padding: 20px;

            margin-bottom: 20px;

        }

        

        .add-bx h3 {

            font-size: 16px;

            font-weight: 600;

            color: #3D3D3F;

            margin-bottom: 10px;

        }

        

        .add-bx p {

            font-size: 14px;

            font-weight: 500;

            color: #3D3D3F;

            margin-bottom: 5px;

        }

        

        .add-bx p a {

            color: #FF5621;

        }

        

        .waves-btn {

            position: relative;

        }

        

        .waves-btn a {

            position: relative;

            display: block;

            padding: 15px;

            background-color: red;

            color: #ffffff;

            text-align: center;

            max-width: 200px;

            overflow: hidden;

        }

        

        .wave {

            position: absolute;

            top: 50%;

            left: 50%;

            width: 8px;

            height: 5px;

            background: rgba(255, 255, 255, 0.5);

            opacity: 0;

            border-radius: 100%;

            transform: scale(1, 1) translate(-50%);

            transform-origin: 50% 50%;

            animation: ripple 3s infinite ease-out;

        }

        

        @keyframes ripple {

            0% {

                transform: scale(0, 0);

                opacity: 1;

            }

            20% {

                transform: scale(25, 25);

                opacity: 1;

            }

            100% {

                opacity: 0;

                transform: scale(40, 40);

            }

        }





        .navbar-nav .logo-back img {

            width: 260px;

        }

        .footer-logo img {

            width: 200px;

        }

        .partner-logo .trending-body img {

            width: 120px !important;

            opacity: 0.5;

            transition: opacity 300ms ease;

        }

        .partner-logo .trending-body img:hover {

            opacity: 1;

        }

        .partner-logo .trending-body  {

            margin-top:20px;

            box-shadow: none;

            border-radius: none;

            border: none;

        }

        .header-banner {

           background-image: url(../images/banner-new.png) !important;

            background-size: cover;

            background-position: center center;

            background-repeat: no-repeat;



        }

        .inner-ban h1 {

            color: #292023;

            font-size: 60px;

            font-weight: 700;

        }

        .inner-ban h3 {

            color: #292023;

            font-size: 20px;

            font-weight: 600;

        }

        .h-row {

            display: flex;

            flex-wrap: wrap;

        }

        .h-banner {

            width: 33%;

        }

       .hb-ban .banner-content {

            height: 100%;

            padding: 40px 30px 50px 60px;

        }

        .hb-ban .banner-tag {

            color: #005200;

            font-weight: 600;

        }

        .hb-ban .banner-title {

            margin-top: 5px;

            margin-bottom: 30px;

            font-size: 28px;

            line-height: 1.3;

            font-weight: 800;

        }

        .hb-ban .button-small {

            display: inline-block;

            padding: 8px 22px;

            border-radius: 300px;

            background-color: #005200;

            -webkit-transition: background-color 300ms ease;

            transition: background-color 300ms ease;

            color: #fff;

            font-weight: 500;

            letter-spacing: 0.2px;

            text-decoration: none;

        }

        .hb-ban1 {

           

                height: 100%;

                background-image: url(../images/g1.jpg);

                background-position: 50% 50%;

                background-size: cover;

                background-repeat: no-repeat;

            

        }

        .hb-ban2 {

           

            height: 100%;

            background-image: url(../images/g2.jpg);

            background-position: 50% 50%;

            background-size: cover;

            background-repeat: no-repeat;

        

    }

    .hb-ban3 {

           

        height: 100%;

        background-image: url(../images/g3.jpg);

        background-position: 50% 50%;

        background-size: cover;

        background-repeat: no-repeat;

    

}

.checkoutform form {

    border-radius: 8px;

    padding: 20px 40px;

   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.checkout-submit {

    display: table;

            margin: 0 auto;

            text-align: center;

            padding: 10px 65px;

            border-radius: 50px;

            background-color: #74b142;

            color: #fff;

            font-size: 16px;

            font-weight: 600;

            margin-top: 25px;

            margin-bottom: 15px;

}

.w-gif {

    width: 100px;

}

.footer-logo {

    display: none;

}

@media(max-width: 600px) {

    .h-banner {

        width: 100%;

    }

}