/* index page css */
@charset "utf-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, ul, .ul, ol, .ol, li, p, .p {
    padding: 0;
    margin: 0;
}


.dropdown-toggle::after {
    display: none;
}

@font-face {
    font-family: 'ywsbs-icon';
    src: url('../fonts/ywsbs-icon.eot');
    src: url('../fonts/ywsbs-icon.eot#iefix') format('embedded-opentype'),
    url('../fonts/ywsbs-icon.ttf') format('truetype'),
    url('../fonts/ywsbs-icon.woff') format('woff'),
    url('../fonts/ywsbs-icon.svg#ywsbs-icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


:root {
    --theme-color: #57aa46;
    --theme-color-ultra: #fec44a;
    --theme-color-ultraLight: #f7f8f1;
    --theme-color-secondary: #dbc000;
    --theme-color-midgrey: #f7f7f7;
    --theme-color-white: #fff;
    --theme-color-black: #000;
    --theme-color-dark: #232a34;
    --theme-color-lightdark: #969696;

    --theme-body-font:  "Inter", sans-serif;
    --theme-heading-font:   "Marcellus", serif;
    --theme-heading-banner:  "Marcellus", serif;

    /* font */
    --font48:48px;
    --font36:36px;
    --font24:24px;
    --font20:20px;
    --font18:18px;
    --font16:16px;
    --shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    --transition03: all ease 0.3s;
}
h1, h2, h3, h4, h5{
    text-transform: uppercase;
}
h1{
    font-size: var(--font48);
}
h2,h3{
    font-size: var(--font36);
}
h4{
    font-size: var(--font24);
}
h4{
    font-size: var(--font18);
}
p {
    font-size: var(--font16);
    color: #878787;
    line-height: 1.7;
    font-weight: 300;
}

.text-theme {
    color: var(--theme-color) !important;
}

.bg-theme {
    background: var(--theme-color-secondary) !important;
}


.bg-white {
    background: #fff !important;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    color: var(--text-color-dark);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: var(--theme-body-font);
    padding: 0;
    margin: 0;
}
.innrpgbody{background-color: #fff !important;    
color: #333;}
a{text-decoration: none!important}

h1,h2,h3,h4,h5,h6{font-family: var(--theme-heading-font); text-transform: uppercase;}



input:focus , select:focus{
    box-shadow: none !important;outline: none;
}

button:focus {
    outline: none
}


@media only screen and (min-width:1300px){
  .container {
    max-width: 1250px;
    margin: 0 auto;    padding: 0;
}  
}



.commonbtn{
     position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: normal;
    padding: 16px 30px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: all 250ms ease-in-out;
    color: #ffffff;
    background-color: #57aa46;
    border: none;
    will-change: transform;
    transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease, background-color 0s linear 0.3s;
}
.commonbtn .animation {
    border-radius: 100%;
    animation: ripple 0.6s linear infinite;
  }
@keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }
  
    100% {
      box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
  }

.commonbtn::before{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: var(--tg-blue);
    border-radius: 30px;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
/* .commonbtn::after{
    content: "\f054";
    font-family: FontAwesome;
    font-weight: 700;
    margin-left: 10px;
} */
.commonbtn:hover::before {
	width: 100%;
}
.commonbtn:hover {
	color: var(--theme-color-ultraLight);
	background: #4d4b4b;
}
/* .commonbtn:hover {
	background: #000;
	color: #fff;
} */


.mb-10{margin-bottom: 10px !important;}
.divider {
    width: auto !important;
    height: 18px !important;
    margin: 10px auto;
}
/*========================Header======================*/
.headersec {
    padding: 12px 0px;
    width: 100%;
    z-index: 1;
}
.headersec .col-md-1{ padding-right: 5px;}
.headersec .col-md-7{ padding-right: 5px;padding-left: 5px;}
.headersec .col-md-3{ padding-left: 5px;}

.logo img{
    width: auto;
    height: 100%;
    max-height:62px;
    -webkit-transition: all 0.5s ease-out;
    vertical-align: middle;
}


.cmenu {
    height: auto;
    font-size: 18px;
    position: relative;
    font-weight: normal;
    -webkit-transition: all 0.5s ease-out;
    text-align: right;
    padding:4px 0;
    font-family: var(--theme-heading-font);

}
.cmenu ul {
    margin: 0;
    padding: 0;

}
.cmenu ul li {
    list-style: none;
    display: inline-block;
   
}

.cmenu ul li a {
    color: #000;
    padding: 5px 0;
    display: block;
    margin: 0 10px;
    font-weight: 600;
    border-radius: 0px;
    text-transform: uppercase;
    position: relative;
    transition: all ease 0.3s;
    letter-spacing: 0.5px;
    font-size: var(--font16);
}
.cmenu ul li a:hover{
    color: var(--theme-color);
}
.cmenu ul li a:after{
    /* display:none; */
    content: "";
    background-color: #8ac908;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    height: 3px;
}

.cmenu ul li:hover a:after{
    opacity: 1;
}
.cmenu ul li a.active {
    color: var(--theme-color-ultraLight);
}
.cmenu ul li a.hover {
    color: var(--theme-color-ultraLight);
}
.rmenubar,.clsebtn , .mysidenav{
    display: none;
}
.headersec.sticky {
	position: sticky;
	top: 0;
	z-index: 99999;
	/* transition: all 0.3s ease-out; */
	left: 0;
	right: 0;
    width: 100%;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.carticon-mb{display: none}
.cart-icon {
    display: inline-block
}

.cart-icon strong {
    border-radius: 0;
    font-weight: bold;
    margin: .3em 0;
    border: 2px solid #000;
    color: #000;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 28px;
    height: 28px;
    font-size: 13px;
    line-height: 25px;
}


.cart-icon strong:after,.cart-icon:hover strong:after {
    height: 10px
}

.cart-icon strong:after {
    -webkit-transition: height .1s ease-out;
    -o-transition: height .1s ease-out;
    transition: height .1s ease-out;
    bottom: 100%;
    margin-bottom: 0;
    margin-left: -7px;
    height: 8px;
    width: 14px;
    left: 50%;
    content: ' ';
    position: absolute;
    pointer-events: none;
    border: 2px solid #000;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    border-bottom: 0;
}

/*========================Banner======================*/
.bnrsec {
    position: relative;
}

/* .bnrsec:before{
    content: "";
    width: 500px;
    height: 750px;
    background: url(../images/modalbanner.png) no-repeat;
    background-size: cover;
    position: absolute;
    top:0;
    right:80px;
} */
.bnrsec .container{position: relative;}
.bnrsec .bnrimg{width: 100%;height: 100vh;overflow: hidden;}
/* .bnrsec .bnrimg:before {
    content: "";
    background: #ad8858;
    position: absolute;
    left: 0px;
    right:0;
    margin: 0 auto;
    top: -10px;
    width: 96%;
    height: 98%;
    border-radius: 66% 24% 44% 56%/44% 24% 70% 56%;
    z-index: 1;
    animation: morpspin 25s linear infinite reverse
} */

.bnrsec .bnrimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bnrsec .slick-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom:12px;
}
.bnrsec .slick-dots li{list-style: none;}
.bnrsec .slick-dots button{font-size: 0;    overflow: hidden;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px rgb(255, 255, 255);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    border: 0;
    margin: 0 4px;
}
.bnrsec .slick-dots li.slick-active button{background-color: #fff;}


.bnrsec .bnrcontent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    width: 100%;
}

.bnrsec .bnrcontent h1 {
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	font-size: 48px;
	line-height: 62px;
}
.bnrcontent h1 span {
	font-size: 35px;
	font-family: var(--theme-heading-font) !important;
	font-weight: 500;
    margin-bottom: 10px;
    color: var(--theme-color);
}

/*======================Icon Box======================*/
/* .icontxtsec .icontxtbx img{max-height: 100px} */
.icontxtbx_cont{
    transition: all ease 0.3s;
}
.icontxtbx_cont:hover{
    transform: scale(101%);
}
.icontxtsec .icontxtbx p{margin-top:5px;font-weight: 600;font-size: 16px}
/*======================Feature Box======================*/
.featuresec {
    padding: 50px 0px 60px;
}
.featuresec h3 , .icontxtsec h3{
    color: #000;
    font-weight: 500;
    position: relative;
    font-size: 2.1rem;
    letter-spacing: 0.1px;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
}

.featuresec h3:after, .icontxtsec h3:after {
    /* content: '\e8fe'; */
    content: '';
    font-family: fontello;
    display: block;
    font-size: 2.1rem;
    line-height: 2.5rem;
    margin-top: 1.5rem;
    color: var(--theme-color);
    background: url(../images/divider.png) no-repeat;
}

/* .featuresec h3 span:before {
    content: "";
    background: url(../images/texticon.png) no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 145px;
    height: 200px;
    top: -90px;
    background-size: 145px 200px;
    z-index: -1;
} */
.featuresec h3 span {
    padding: 8px 10px;
    position: relative;
}

.featuresec h3:before{
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    opacity: .1;
    background-color:rgb(85, 85, 85);
    z-index: 1;
    display: none;
}
.productbox{ margin-bottom: 15px }
.productbox .productimg {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	-webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
	-o-transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
	transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
	transition: opacity 0.3s, transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
	padding: 30px 15px;
	z-index: 2;
        border-radius: 10px;
}

.productbox .productimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 215px;
    margin-bottom: 0;
}
.quickbtn {
    background-color: #0a0a0a;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -50px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease all;
    text-transform: uppercase;
    font-weight:600;
    font-size: 15px;
}
.quickbtn:hover{color: #fff}
.productimg .wishicon {
    font-size: 18px;
    position: absolute;
    top: -30px;
    right: 5px;
    color: #c0c0c0;
    border-radius: 50%;
    border: 1px solid #c0c0c0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease all;
}
.productbox .productimg:hover .wishicon{
    opacity: 1;
    visibility: visible;
    top: 5px;
}
/*.productbox .productimg:hover{box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2)}*/
.productimg .wishicon:hover{background: #b20000;border-color: #b20000;color: #fff}
.productbox .productimg:hover .quickbtn{
    opacity: 1;
    visibility: visible;
    bottom: 0px;
}
.productbox .commonbtn {z-index: 2;}

.featuresec p{font-size: 15px;margin-top: 8px}
.featuresec h6 {
	font-size: var(--font20);
    font-weight: 600;
    text-transform: initial;
    z-index: 2;
    color: var(--theme-color-white);
    width: 75px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fc9401;
    border-radius: 10px;
    position: absolute;
    /* right: 0; */
    top: -24%;
    right: 0;
    margin: 0 auto;
    left: 0;

}
/* .productbox .commonbtn {    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: fit-content;
    bottom: -120px;
    visibility: hidden;
} */
/* .productbxwrapper:hover .productbox{padding-bottom: 95px;border-radius: 10px;} */
/* .productbxwrapper:hover .commonbtn {opacity:1;visibility: visible;bottom: 25px;} */
/*======================Footer======================*/
.ftsec {
	
    background: #2a2a2a;
    background-size: cover;
    background-position: top left;
	padding: 40px 0 40px;
	border-top: 4px solid rgba(0,0,0,0.05);
	clear: both;
}
.ftsec h4 {
    /* color: var(--text-color-dark); */
    color: var(--theme-color-white);
    font-size: 22px;
    font-weight: 600;
    position: relative;
    margin: 10px 0 36px;
}
.ftsec h4:after {
    content: "";
    background: var(--theme-color-white);
    height: 3px;
    max-width: 30px;
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 30px;
}
.ftsec p {
    font-size: 15px;
    line-height: 28px;
    color: var(--theme-color-white);
}
.ftsec p .fa{
    margin-right: 0.5em;
}
.ftsec p strong{font-size: 16px}
.ftsec ul{margin: 0;padding: 0}
.ftsec ul li{font-size: 16px;list-style: none;padding: 6px 0}
.fttxt{text-align: justify;}
.ftsec a {
    text-decoration: none;
   color: var(--theme-color-white);
}
.ftsec input[type=email] {
    border-color: rgb(145 139 139);
    color: #000000 !important;
    border-radius: 4px;
    padding: 7px 12px;
    font-size: 15px;
}
.submitbtn {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 8px 10px;
    border: 0;
    outline: 0;
    background: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.ftbtm {
    background: #000;
    text-align: center;
    padding: 20px 10px;
}
.footer-card-icon img{width: auto;max-height: 40px;margin:0 auto}
.ftbtm .payment-icon {
    display: inline-block;
    opacity: .6;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.1);
    padding-bottom: 0;
    padding: 3px 5px 5px;
    margin: 3px 3px 0;

}
.ftbtm .payment-icon svg {
    vertical-align: middle;
    height: 20px;
    width: auto !important;
    fill: #FFF;
}
.productbox {
	text-align: center;
	padding: 0;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
	color: #fff;
	border-radius: 0px;
	transition: 0.5s ease all;
	position: relative;
	background: #fff;
	overflow: hidden;
	margin-bottom: 0px;
}





.featuresec p {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 6px;
    font-weight: 500;
    text-align: center;
    line-height: 26px;
    z-index: 2;
    position: relative;
    padding: 0 0px;
    text-transform: capitalize;
    color: #000;
    font-family: var(--theme-body-font);
}



.featuresec .commonbtn{
    /* padding: 14px 20px; */
    /* width: 100%; */
    font-size: 14px;
    transition:all 0.5s;
    background-color: #0b111e;
    color: var(--theme-color-white);
    border: 1px solid  #0b111e;
    justify-content: center;
}
.featuresec .commonbtn:hover {
	/* background: #fff; */
	/* color: var(--text-color-dark); */
	color: #0b111e;
	background: transparent!important;
}

@media only screen and (max-width:1180px){
/*========================Header======================*/
.headersec.sticky{position: relative;}
.carticon-mb {
    display: block;
    position: absolute;
    top: 22px;
    right: 10px;
}
.cart-icon strong{    width: 22px;
    height: 22px;    line-height: 19px;}


/* .bnrsec:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0c0c0c7a;
} */





.cmenu ul li:after{display: none}
.rmenubar {
    position: absolute;
    left: 8px;
    top: 18px;
    z-index: 99;
    display: block;
    font-size: 22px;
    background: transparent;
    padding:0px;
    border-radius: 0;
    -webkit-transition: all 0.5s ease-out;
}
.clsebtn svg{width: 28px;height: 28px; position: absolute;
    right: 20px;
    top: 15px;z-index: 9999;color: #000;opacity: 0;transition: 0.3s ease all;visibility: hidden; animation-name: slowup;animation-duration: 0.3s;}
    .headersec.sticky .rmenubar{top:12px;}
   
/*    .clsebtn i,.clsebtn svg {
    color: #000;
    position: absolute;
    right: 20px;
    top: 14px;
    z-index: 9999;
    display: none;
    font-size: 22px;
    border: 2px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px;
}*/
    .cmenu ul.navopen .clsebtn i,.cmenu ul.navopen .clsebtn{
       display: block; 
    }
.cmenu ul.navopen .clsebtn svg {top: 14px;opacity: 1;visibility: visible;}
    .rmenubar a {
        color:  #000 !important;
    }
    .headersec.sticky .rmenubar a{color: var(--text-color-dark) !important}
    .headersec.sticky .commonbtn{    margin-right: 25px;}
    .rmenubar a:hover, .rmenubar a:focus {
        color: var(--theme-color) !important;
    }
  
    .cmenu {
        padding: 18px 20px;
    }
    /*.cmenu ul {
        position: fixed;
        top: 0px;
        left: -100vw;
        width: 100vw;
        height: 100%;
        z-index: 999;
        background: #ffffff;
        overflow-y: scroll;
        font-size: 12px;
        transition: 0.5s ease all;
        opacity: 0.95;
    }
*/
    .cmenu ul {
        position: fixed;
        top: 0px;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 999;
        background: #ffffff;
        overflow-y: scroll;
        font-size: 12px;
        /*transition: 0.5s ease all;*/
        opacity: 0;
        visibility: hidden;
    }

    .cmenu ul li {
        display: block;
        padding: 0;
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 5px;
    }
 

    ul.navopen {
         opacity: 0.95;
        visibility: visible;
            display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    }
   ul.navopen li{ animation-name: slowdown;animation-duration: 0.3s;}
    .cmenu ul li ul {
        margin: 0;
        padding: 0;
        position: unset;
        z-index: 999;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.5s ease-out;
    }

    .cmenu ul li a {
        color: #000 !important;
        text-align: left;
        margin-left: 0;
        font-size: var(--font24);
    }

    .cmenu ul li ul a {
        color: var(--text-color-dark);
        
    }

}


@media only screen and (max-width:767px){
.logo img {
    max-height: 40px;
}
.headersec {width: 100%;z-index: 99;}
.headersec .commonbtn{    padding: 8px 7px;    font-size: 13px;}

.bnrsec .bnrcontent{
    left:0;
    right: 0;
    margin: 0 auto;
    bottom:5%;
    transform: translateX(0);
    
}
.bnrsec .bnrcontent h1,.bnrcontent h1 span{
       font-size: 20px; 
}
.bnrcontent h1 span{color: #fff;}




.productbox .commonbtn{
    position: relative;
    visibility: visible;
    opacity: 1;
}
.bnrsec .bnrcontent h1 {
    font-size: 36px;
    line-height: 44px;
}
.icontxtsec.pt-5.pb-3{padding-top:30px !important;padding-bottom:10px !important;}
.icontxtsec .icontxtbx p {    margin-top: 5px !important;    font-size: 16px;    margin-bottom: 10px;}
.featuresec h3 {font-size: 2rem;    margin-bottom: 1rem;}
.productimg .wishicon{opacity: 1;visibility: visible;top: 5px}
.productbox {
        padding: 40px 20px 40px;
}
.productbox .productimg{    padding: 10px;}
.ftsec h4{    margin: 36px 0;}
.ftsec .col-md-6:first-child h4{margin-top: 10px}
.cmenu ul li:nth-child(6){display: none}

.featuresec h3:after, .icontxtsec h3:after{    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: 0.8rem;
}
}
@media only screen and (max-width:390px){
.headersec .commonbtn{    padding: 8px 7px;    font-size: 10px;}
}
@media only screen and (max-width:360px){
.logo img{    max-height: 38px;}
}
@media (min-width:768px) and (max-width:1024px){
.bnrsec .bnrcontent h1{ 
    font-size: 32px;
    line-height: 38px;}
.commonbtn {
	padding: 15px 20px;
	font-size: 16px;
	
}
.icontxtsec .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
}

.icontxtsec .icontxtbx.text-center {    padding: 50px 20px;    min-height: 415px;}

section.icontxtsec.blwheadsec {
    padding: 5rem 0!important;
}
.productimg .wishicon{opacity: 1;visibility: visible;top: 5px}
.ftsec .col-md-6:nth-child(3) h4,.ftsec .col-md-6:nth-child(4) h4{margin-top: 32px!important}
.logo img {
    max-height: 38px;
    margin-left: 5px;
}
.cmenu{font-size: 12px;}
.cmenu ul li a{margin: 0 6px;}
}

@keyframes slowup {
   0%   {opacity: 0;top: 25px}
   10%  {opacity: 0.1;top: 24px}
   205%  {opacity: 0.2;top: 23px}
  30%  {opacity: 0.3;top: 22px}
  40%  {opacity: 0.4;top: 21px}
  50%  {opacity: 0.5;top: 20px}
  60%  {opacity: 0.6;top: 19px}
  70%  {opacity: 0.7;top: 18px}
  80%  {opacity: 0.8;top: 17px}
  90%  {opacity: 0.9;top: 16px}
  100% {opacity: 1;top: 15px}
}

@keyframes slowdown {
   0%   {opacity: 0;margin-top: -10px}
   10%  {opacity: 0.1;margin-top: -9px}
   205%  {opacity: 0.2;margin-top: -8px}
  30%  {opacity: 0.3;margin-top: -7px}
  40%  {opacity: 0.4;margin-top: -6px}
  50%  {opacity: 0.5;margin-top: -5px}
  60%  {opacity: 0.6;margin-top: -4px}
  70%  {opacity: 0.7;margin-top: -3px}
  80%  {opacity: 0.8;margin-top: -2px}
  90%  {opacity: 0.9;margin-top: -1px}
  100% {opacity: 1;margin-top: 0px}
}

.icontxtsec .icontxtbx.text-center {
    position: relative;
    /* border: 8px solid #fff; */
    /* background-color: #fff; */
}
.icontxtsec .icontxtbx.text-center .icon-heading{    font-family: var(--theme-heading-font) !important;    line-height: normal;}
/* .icontxtsec .col-md-4{
    padding-left: 25px;padding-right: 25px;
}
.icontxtsec .icontxtbx.text-center:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #ebdcbf;
        border-radius: 50% 30% 35% 45%/35% 30% 60% 70%;
    animation: morpspin 20s linear infinite reverse;
    z-index: -1;
        right: 0;
    margin: 0 auto;
} */
.icontxtsec .icontxtbx .image {
    border: 8px solid #fff;
	width: 100%;
    height: 430px;
	overflow: hidden;
	transition-duration: 0.3s;
}
.icontxtsec .icontxtbx img {
	width: 100%;
	height: 100%;
	margin-bottom: 0;
    object-fit: cover;
}
.icontxtsec .icontxtbx.text-center .iconcontent{
    position: relative;
    /* background: #fff; */
    background: var(--text-color-dark);
    width: 100%;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20%;
    padding: 20px 25px;
    border: 5px solid var(--theme-color);
    min-height: 220px;
}
.icontxtsec .col-md-4:nth-child(even) .icontxtbx.text-center .iconcontent{ border-bottom: 5px solid var(--theme-color-secondary);}
.icontxtsec .icontxtbx p {
	font-weight: 600;
	font-size: 20px;
	color: var(--theme-color);
}
.icontxtsec .icontxtbx p.subpara {
	font-weight: 400;
	font-size: 14px;
    color: var(--theme-color-white);
    margin-top: 10px;
}
.icontxtbx.text-center.ylwbg-clr {
    background: #ffffff;
}
.icontxtbx.text-center.ylwbg-clr p {
    color: #070337;
}
.icontxtsec .icontxtbx.text-center:hover{}
.logo a {
    color: #ee2d7a;
    /* font-size: 40px; */
}


section.icontxtsec.blwheadsec {
    padding: 4rem 0 12rem !important;
    position: relative;    
    background: var(--theme-color-secondary);
}
section.icontxtsec.blwheadsec:before {
    
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 50%;
    background: var(--text-color-black);
    z-index: 0;
}

section.icontxtsec.blwheadsec .col-md-3:nth-child(even) .icontxtbx{min-height: 425px;}
.iconsec-beforeimg{
    position: absolute;
    top: 10%;
    left: 0;
}
.iconsec-beforeimg img, .iconsec-afterimg img{
    width: auto;
    max-height: 390px;
}
.iconsec-afterimg{
position: absolute;
bottom: 10%;
right: 0;
}
.productbox a.quickbtn {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
    width: auto;
    position: static;
    background: #527d22;
    padding: 10px 40px;
    font-size: 17px;
    font-weight: revert;
    border-radius: 30px;
    margin-top: 20px;
    display: inline-block;
}
.featuresec {
    position: relative;
    background: #ffffff;
}


@media (min-width:768px) and (max-width:1024px){
.icontxtsec .icontxtbx p {    font-size: 16px;}
.divider {
    width: auto !important;
    height: 12px !important;
    margin: 5px auto;
}
.featuresec p{font-size: 16px;}
}
@media only screen and (max-width:1024px){
    .icontxtsec .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
}
.icontxtsec .icontxtbx.text-center{    padding: 0px;}
.icontxtsec .icontxtbx.text-center .iconcontent{    width: 100%;    padding: 10px 15px;}
section.icontxtsec.blwheadsec {
    padding: 3rem 0 10rem !important;
}
}
@media only screen and (max-width:767px){
  
.icontxtsec .icontxtbx p {
    margin-top: 15px !important;
    font-size: 20px;
    margin-bottom: 5px;
    width: 100%;
}
    .featuresec p {
    font-size: 22px;
    min-height: unset;
}
    .logo a {
        font-size: 30px;
    }
    .logo {
        padding-left: 40px;
        position: relative;
        margin-top: -5px;
    }
    .icontxtsec .icontxtbx.text-center {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 25px;
    }
    .icontxtsec .icontxtbx .image{width: 100%;
    height: auto;}
    .icontxtsec .icontxtbx.text-center{      padding: 0;
    margin-bottom: 50px;}
    .icontxtsec .col-md-4:last-child .icontxtbx.text-center{margin-bottom: 0;}
    .bnrsec:after{display: none;}
}


@keyframes morpspin {
	to {
		transform: rotate(1turn)
	}

}






/* added */
    /* added */
    .prodImg{
        background: var(--theme-color-midgrey);
        padding: 2em;
    }
    .prodImg img{
        width: 100%;
    }
    .prodBox{
        margin-bottom: 2em;
    }
    .productbox .productimg {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        z-index: 2;
        opacity: 1 !important;
        display: flex;
        justify-content: center;
        padding: 1.5em;
        background: #e5eada;
    }

    .productbox .productimg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: 215px;
        margin-bottom: 0;
        /* filter: drop-shadow(0px 5px 10px black); */
    }
    .prod_text_bx{
        background-color: var(--theme-color);
            padding-bottom: 1rem;
    }

    .prod_text_bx h4{
        font-size: --font18 !important;
        color: var(--theme-color-white);
        padding: 0.5em 1em;
        background: var(--theme-color-ultra);
        text-align: center;

    }
    .prod_text_bx p span{
        padding: 0.5em 1.2em;
    }
    

    .cmenu2 ul li{
        text-align: right;
        
    }
    .cmenu2 ul li a{
        color: var(--theme-color-white);
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
        
    }
    
    .footer-card-icon img{width: auto;max-height: 40px;margin:0 auto}
    
    .banner{
        width: 100%;
    height: auto;
    min-height: 760px;
    position: relative;
    background-image: url(../images/slider-1.jpg);
    background-position: center center;
    padding-top: 175px;
    }
.banner::after {
    width: 384px;
    height: 384px;
    content: "";
    position: absolute;
    left: -12%;
    top: 30%;
    background-color: #f8efd4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: LeftRight;
    animation-timing-function: ease-in-out;
    border-radius: 50%;
    z-index: 1;
}
.bnr-content{
    max-width: 70%;
    z-index: 2;
}
 .bnr_txt h6 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    width: fit-content;
    margin-bottom: 10px;
    background: #fff3;
    padding: 8px 10px;
    border-radius: 4px;
    color: #fff;
    font-family: 'Poppins';
    backdrop-filter: blur(10px);
    font-weight: 300;
}
.bnr_txt h6 span{
    background: var(--theme-color);
    padding: 5px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;

}
/* .bnr_txt h6:after {
    content: "";
    width: 110px;
    height: 1px;
    position: absolute;
    background: var(--theme-color-ultra);
    left: 108%;
    top: 50%;
    transform: translateY(-50%);
} */


  .bnr-content h1 {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    padding-bottom: 0.3em;
}
.bnr_txt p{
    color: #fff;
}
  
    /* .right-panel{
    background: url(../images/bg-pattern-3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px;
    position: relative;
    min-height: 700px;
    }
    .right-panel .image1 {
    width: 75%;
    height: 500px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25%;
}
    .right-panel .image1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    .right-panel .image2 {
    width: 65%;
    height: 430px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20%;
}
    .right-panel .image2 img{
    width: 100%;
    height: 100%;
    object-fit: cover; 
    } */
    /* slidre */
    #products .slick-prev,
    #products .slick-next {
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: var(--theme-color);
        color: #fff;
        border-radius: 5px;
        z-index: 999;
        width: 45px;
        height: 45px;
        border: 0;
        outline: 0;
        font-size: 0;
    }
    
    #products .slick-prev {
        left: -22px;
    }
    
    #products .slick-prev::after {
        content: "\f104";
        font-size: 30px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-family: 'FontAwesome';
        z-index: 9999;
        color: #fff;
        top: 50%;
        transform: translateY(-50%);
        font-weight: 600;
    }
    
    #products .slick-next {
        right: -22px;
    }
    
    #products .slick-next::after {
        content: "\f105";
        font-weight: 600;
        font-size: 30px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-family: 'FontAwesome';
        top: 50%;
        transform: translateY(-50%);
    }
    
    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
        margin: 0 10px;
    }
    
    .slick-initialized .slick-slide {
        margin: 0 10px;
    }
    
    
    
    /* lir */

    .con-mid-sec{
        background: var(--theme-color-ultraLight);
    }
    .cont_heading{
        background-color: #000;
        padding: 2em;
        text-align: left;
    }
    .cont_heading h5{
        font-size: var(--font48);
        color: var(--theme-color-white);
        text-transform: uppercase;
    }
    .cont_txt{
        background: #000;
        padding: 0em;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .cont_txt ul{
        margin: 0;
        padding: 2em 2em;
        display: flex;
        flex-wrap: wrap;
    }
    .cont_txt ul li{
        list-style: none;
        color: var(--theme-color-white);
        text-align: left;
        margin-bottom: 1.0em;
        position: relative;
        width: 100%;
        background: var(--theme-color-ultra);
        margin: 5px;
        padding: 2em;
    }
    
    .cont_img{
        transition: all ease 0.3s;
    }
    .cont_img img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    
    .productcontent{
        background: #fff;
        padding: 1em;
        text-align: center;
        position: relative;
    }
    
    .mid_headig_line{
        width: 2px;
        height: 40px;
        margin: 0px auto;
        background: var(--theme-color-dark);
        margin-bottom: 20px;
    }
    .mid_heading{
        transition: all ease 0.3s;
        text-align: left;
        background: var(--theme-color-ultraLight);
    }
    .mid_heading h3{
        font-size: var(--font36);
        color: var(--theme-color-secondary);
        font-weight: 700;
        text-transform: uppercase;
    }
    .mid_heading p{
        font-size: var(--font16);
        line-height: 25px;
        color: var(--theme-color-dark);
        font-weight: 300;
        padding-top: 0.5em;
    }
    
    .mid_tw{
        background: var(--theme-color);
        background: url(../images/couple_midbanner.png) no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 5em 0;
    }
    .mid_tw h3{
        color: var(--theme-color-ultra);
        
    }
    .mid_tw p{
        color: var(--theme-color-white);
    }
    /*  */
    .md_hd_img{
        transition: var(--transition03);
        position: relative;
    }
    .md_hd_img:hover{
        transform: translateX(-5px);
    }
    .md_hd_img img{
        height: 500px;
        width: 100%;
        object-fit: cover;
        position: relative;
        z-index: 2;
    }
 .md_hd_img::after {
    transition: all ease 0.3s;
    content: "";
    background: var(--theme-color-dark);
    height: 500px;
    width: 96%;
    position: absolute;
    left: 35px;
    bottom: -25px;
    z-index: 1;
}

.me-sec {
    background: url(../images/bg-pattern-3.jpg) repeat;
    background-size: contain;
    background-position: center;
}
.me-sec .leftpanel{
    padding: 100px;
    position: relative;
}
.me-sec .leftpanel .content {
    padding: 75px 50px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12%;
    z-index: 1;
    width: 105%;
}
.me-sec .leftpanel .content h3{margin-bottom: 10px;}
.me-rightpanel{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.me-rightpanel img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

    .hd_box{
        background: var(--theme-color-dark);
        transition: var(--transition03);
        padding: 2em;
    }
    .hd_box:hover{
        transform: translateY(-5px);
    }
    .hd_box h3{
        color: var(--theme-color-ultraLight);
        font-size: var(--font24);
    }
    .hd_box p{
        color: var(--theme-color-white);
    }
    .hd_box:nth-child(even){
        background: var(--theme-color-secondary);
    }
    .hd_bx_cont{
        margin-top: 5em;
    }


    /* added  */
    @media only screen and (max-width: 1450px) {
    .banner_text{    padding-right: 4rem;}
    }
    
    @media only screen and (max-width: 1300px) {
    .right-panel .image1 {    left: -6%;}
    .banner_text{    padding-right: 4rem;}
    }
    
    @media only screen and (max-width: 1180px) {
        .md_hd_img{
            margin-bottom: 2rem;
        }
        .md_hd_img::after{
            display: none;
        }
        .md_hd_img img{
            border-radius: 0;
        }
        .banner_cst{
            background: url(../images/bg-pattern-3.jpg) no-repeat;
            background-position: right center;
            background-size: cover;
            position: relative;
            /* border-bottom: 15px solid var(--theme-color); */
        }
        .banner_text {
            width: 90%;
            max-width: 600px;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0px auto;
            text-align: left;
            box-sizing: border-box;
            padding: 2em;
            background: radial-gradient(rgb(226 226 226), transparent);
            
        }
        .banner_text h1{
            padding-bottom: 0.2em;
        }
        #products .slick-prev {
            left: 0px;
        }
    
        #products .slick-next {
            right: 0px;
        }
        .mid_heading h3{
            font-size:22px;
            line-height: 40px;
        }
        
        .bottom_text{
            margin-bottom: 0.5em;
        }
        /* .product{
            background-image: url(../images/inner-bg_responsive.png);
            background-size: contain;
        } */
        .right-panel{display: none;}
        .me-sec .leftpanel .content{    padding: 40px 30px;}
        .me-sec .leftpanel .content h3 {
            font-size: 28px;
        }
        .me-sec .leftpanel .content p{font-size: 15px;}
    
    }
    
    @media only screen and (max-width: 820px) {
        
        .featuresec h3 {
            margin-bottom: 30px;
        }
            .commonbtn {
        font-size: 14px;
        padding: 15px 45px;
    }
        
        .banner_text{
            max-width: 600px;
        }
        .cmenu2{
            display: none;
        }
        .cmenu{
            position: absolute;
        }
        .right-panel{display: none;}
        .me-sec .leftpanel {
    padding: 80px 50px;
    position: relative;
}
        .me-sec .leftpanel .content{
            width: 90%;
            right: 0;
            margin: 0 auto;
            padding: 35px 20px;
            transform: unset;
            position: unset;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .banner_cst{
            background: url(../images/bg-pattern-3.jpg) no-repeat;
            background-position: center center;
            background-size: cover;
            position: relative;
            /* border-bottom: 15px solid var(--theme-color); */
        }
        .featuresec {
            padding: 30px 0px 60px;
        }
        .prod_heading {
            margin-top: 10px;
        }
        .featuresec h3 {
            margin-bottom: 30px;
        }
            .banner_text {
        top: 50%;
        padding: 0 15px;
    }
        .banner_text h1 {
            
            font-size: 32px;
            line-height: var(--font36);
        }
        
        .cont_heading h5{
            font-size: var(--font36)
        }
            .mid_heading h3 {
        font-size: 28px;
        line-height: 35px;
    }
        /* .product{
            background-image: url(../images/inner-bg_responsive.png);
            background-size: cover;
        } */
        .me-sec .leftpanel .content{    width: 95%;
    margin: 0 auto;    position: unset;    transform: unset;    padding: 50px 20px;}
    .me-sec .leftpanel {
    padding: 20px;
    position: relative;
}






    }
    
    
    
    
    @media only screen and (max-width: 600px) {
        
    }
    
        
    
     .terms-content{
    padding: 80px 0;
}

.terms-content p strong,.terms-content strong, .terms-content b{display: block;margin-top: 10px;margin-bottom: 10px;}

/* Ingredients Table CSS  */
.ingre-heading {
    font-size: 38px;
    text-align: left;
    text-transform: uppercase;
    padding: 30px 0px;
    color: #383838;
    position: relative;
    font-weight: 700;
}
.supplement-box{
    padding: 15px;
    border: 2px solid #383838;
    margin-bottom: 20px;
}
.bx-header{
    margin-bottom: 20px;
}
.bx-header h5{
    font-size: 80px;
    font-weight: 900;
    margin-bottom: 20px;
    color: #383838;
}
.bx-header p{
    font-size: 28px;
    line-height: 1.2;
    color: #383838;
}
.table-header th{
    border-top: 30px solid #383838;
    border-bottom: 10px solid #383838;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}
tbody {
    font-size: 24px;
    font-weight: 500;
    border-bottom: 30px solid #383838;
}
.table td{
    border-top: 1px solid #383838;
} 
.tb-stats{
    text-align: right;
}
.tb-sub{
    position: relative;
    left: 30px;
}
.tb-sub2{
    position: relative;
    left: 60px;
}
.table-footer{
    border-top: 30px solid #383838;
}
.btm-text{
    font-size: 18px;
    font-weight: 500;
}

.abt_us {
    padding: 60px 0;
    position: relative;
}
.sub_head {
    font-family: 'Poppins';
    font-size: 16px;
    letter-spacing: 1px;
    background: var(--theme-color);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 12px;
}
.head {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}
.why_us {
    padding: 40px 0 60px;
}
.sec_head {
    margin-bottom: 40px;
}
.wc_box{
    text-align: center;
}
.wcb_img{
    border-radius: 100%;
    border: 6px solid var(--themeht-white-color);
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
    width: 220px;
    height: 220px;
    text-align: center;
    margin: 20px auto;
}
.wcb_img img{
    border: none;
    border-radius: 100%;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    transition: all 0.5s ease-in-out 0s;
}
.wcb_img:hover img{
    transform: scale(1.0);
}
.abt_img img{
    width: 90%;
}
.wc_box h3 {
    font-size: 28px;
    font-weight: 600;
    color: #3b3b3b;
    margin-bottom: 16px;
}
.extra_sec {
    padding: 80px 0;
    background-image: url(../images/Bg123.jpg);
    background-size: cover;
    background-position: right center;
    background-attachment: fixed;
    position: relative;
}
.extra_sec::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #07262abf, transparent);
    z-index: 1;
    top: 0;
    left: 0;
}
.es_cntn {
    background: #ffffffc9;
    padding: 60px 40px;
    backdrop-filter: blur(2px);
    box-shadow: 6px 6px 20px #0000001c;
    position: relative;
    z-index: 9;
}

@media (max-width: 1200px) {
    tbody{
        font-size: 20px;
    }

     .bnr_txt h1{
        font-size: 52px;
        line-height: 62px;
    }
    .head{
        font-size: 36px;
        line-height: 1.1;
    }
    .wc_box h3 {
    font-size: 23px;
    }
    .bnr_txt h6, .bnr_txt h6 span {
    font-size: 12px;
    }
    
   
}

@media (max-width: 992px) {
    .bx-header h5 {
        font-size: 60px;
    }
    .bx-header p{
        font-size: 20px;
    }
    .table-header th{
        font-size: 14px;
    }
    tbody{
        font-size: 14px;
    }
    .tb-sub {
        left: 15px;
    }
    .tb-sub2 {
        left: 30px;
    }
    .btm-text{
        font-size: 14px;
    }
        .bnr_txt h1 {
        font-size: 40px;
        line-height: 50px;
    }
    p{
        font-size: 15px;
    }
        .head {
        font-size: 26px;
        line-height: 1.1;
    }
    .sub_head{
        font-size: 14px;
    }
    .banner{

    }
}
@media (max-width: 768px) {
    .ingre-heading{
        font-size: 30px;
    }
    .banner{
        background-position: right center;
    }
    .bx-header h5 {
        font-size: 30px;
    }
    .bx-header p{
        font-size: 16px;
    }
    
    .featuresec p {
        font-size: 16px;
    }
    .featuresec .commonbtn{
        font-size: 14px;
        padding: 10px 28px;
        min-width: 150px;
    }
    .featuresec h6{
            width: 60px;
            height: 60px;
            font-size: 16px;
            top: -16%;
    }
}
@media (max-width: 576px) {
    .ingre-heading{
        font-size: 24px;
    }
    .bx-header h5 {
        font-size: 24px;
    }
    .bnr_txt h6 span{
        display: none;
    }
        .bnr_txt h1 {
        font-size: 38px;
        line-height: 45px;
    }
        .banner {
        background-position: center;
        min-height: 580px;
        padding-top: 80px;
    }
    .productbox{
        padding:20px 20px 0;
    }
    .prd-dtl1 {
    font-size: 22px;
    line-height: 29px;}
    
}
@media (max-width:414px) {
    .table-header th {
        font-size: 11px;
        line-height: 20px;
    }
}   
    
    /* aded */


