
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Freeman&display=swap');


.text-type-1 {
    padding: 30px 0;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
}
html {
  scroll-behavior: smooth;
}
.absolute{
    position: absolute!important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;

}
.fixed-top {
    background: rgb(0 0 0 / 77%) !important;
}
.section-padding {
    padding: 50px 0;
}
.cart-counter{
    position: absolute;
    left: 27px;
    top: -5px;
    background: #000;
    padding: 4px 10px;
    border-radius: 50%;
}
body{
    overflow-x: hidden;
}
.navbar-nav li {
       padding: 0px 10px;
    position: relative;
}

/* .footer-widget {
    padding: 20px 0;
    text-align: left;
} */
h1,h2,h3,h4,h5,h6,a,span,p{
    font-family: "Lato", sans-serif !important;
}
.footer-div {
    border: 2px solid #E51A38;
    padding: 15px 15px 0 15px;
}
.footer-widget h4 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 42px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif !important;
    text-align: center;
}
.footer-widget-link h4 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 42px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif !important;
    text-align: center;
}
.footer-widget-link li {
    display: block;
}
.footer-widget-link li a {
    color: #222;
    display: inline-block;
    /* padding: 7px 0; */
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    word-break: break-all;
    font-size: 16px;
        padding: 10px 25px;
    position: relative;
}
.footer-widget li a {
    font-size: 15px;
    color: #ccc;
    border-bottom: solid 1px rgba(255, 255, 255, .1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
/* .footer-widget li a::before {
        position: absolute;
    content: "";
    top: 20px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #222;
} */
.footer-widget p {
    font-size: 15px;
    color: #ccc;
    border-bottom: solid 1px rgba(255, 255, 255, .1);
    padding-bottom: 10px;
    margin-bottom: 10px;

}
.prod-spec li h4 {
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}
.widget2 ul{
        display: flex;
    justify-content: space-evenly;
}
.footer-widget-link {
    margin-bottom: 30px;
}
.footer-widget li a i {
   color: #fffdf9;
    padding-right: 10px;
    font-size: 15px;
    background-color: #E51A38;
    height: 30px;
    width: 30px;
    line-height: 30px;
    /* text-align: center; */
    padding: 0px 7px;
    border-radius: 50%;
    margin-right: 20px;
}
.footer-widget p i {
    color: #fffdf9;
    padding-right: 10px;
    font-size: 15px;
    background-color: #E51A38;
    height: 30px;
    width: 30px;
    line-height: 30px;
    /* text-align: center; */
    padding: 0px 7px;
    border-radius: 50%;
    margin-right: 20px;
}
.footer-widget p span{
    color: #ccc;
}
.footer-widget li a:hover {
    color: #E51A38;
    text-decoration: none;

}
.footer-widget-link li a:hover {
    color: #E51A38;
}
#footer li a:hover{
    color: #E51A38 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255)!important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(209 168 104)!important;
}

.border-box {
    /*padding-top: 50px; */
    /* padding-bottom: 14px;
    border-bottom: 4px dotted rgb(239 204 35); */
}

.navbar-brand {
    position: relative;
    padding-right: 30px;
}

.footer-logo {
    max-width: 200px!important;
}

.hover-none i {
    padding: 5px;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 900;

}
.hover-none i:hover {
    color: #E51A38 !important;
}
.navbar-dark .navbar-nav .nav-link {
         color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #E51A38 !important;
    border: none;
}
.site-header .navbar {
    padding: 0px !important;
}
.brd-rgt {
    position: relative;
    padding-right: 10px;
}

.hover-none a:before {
    display: none;
}

.bg-3 {
    background: #383737;
}
.cart-links .index-btn {
    margin: 0 10px;
}
.zoom-in-effect {
    overflow: hidden;
}

.zoom-in-effect img {
    transition: all ease-in-out 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
}

.zoom-in-effect:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

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

.section-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-1 {
    background-size: cover;
}

.bg-2 {
    background-size: cover;
}

.info-text {
    padding: 100px 50px;
}

.info-text h3 {
    font-family: 'Cookie', cursive;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    padding: 10px 0 0 0;
}

.info-text h4 {
    font-family: 'Poiret One', cursive;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    letter-spacing: 8px;
    font-size: 15px;
    display: block;
    width: 100%;
}

.site-header .nav-item .nav-link {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Mulish', sans-serif !important;
    text-transform: uppercase;
}

.site-header .nav-item:hover .nav-link::before {
    width: 100%;
}

.site-header {
    z-index: 99;
    background: transparent;
}

.h-600 {
    min-height: 600px;
}

.jarallax {
    padding: 100px 0;
    z-index: 90;
}

.site-header i {
    font-size: 19px;
    color: #E51A38;
}

.info-txt {
    padding: 20px;
}

.info-txt h2 {
    font-family: 'Poiret One', cursive;
    font-weight: 900;
}

.info-box {
    background: #eba5bd;
    /* clip-path: polygon(25% 0%, 100% 0, 100% 66%, 75% 100%, 0 100%, 0 29%); */
    clip-path: polygon(10% 0, 100% 0, 100% 86%, 89% 100%, 0 100%, 0 15%);
}

.mdl {
    border-radius: 50%;
    border: #64c181 10px solid;
}

.hd-4 {
    font-family: 'Audiowide', cursive;
    color: #fff;
}

.cont-section p {
    /* font-family: 'Cookie', cursive; */
    width: 60%;
}

.mid-bg {
    padding: 90px 0;
}

.section {
    position: relative;
}

.mid-bg::before {
    position: absolute;
    content: '';
    left: 0;
    top: -56px;
    right: 0;
    bottom: 0;
    background: #eba5bd;
}

.title-1 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.dark-title::before {
    background: #000!important;
}

.title-1::before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    left: auto;
    height: 1px;
    width: 60%;
}

.light-title h2 {
    color: #fff;
}

.light-title::before {
    background: #fff;
}

.title-1 h2 span {
    font-weight: 900;
    color: #eba5bd;
}

.cont-section h4 {
    font-family: 'Poiret One', cursive;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-family: 'Lora', serif;
    font-weight: 700;
}

.cont-section h2 {
    font-size: 66px;
    line-height: normal;
    font-weight: 700;
    padding-bottom: 30px;
    margin-bottom: 0;
    color: #eba5bd;
    font-family: 'Lora', serif;
    font-weight: 700;
    text-transform: capitalize;
}

.site-header .container {
    padding-bottom: 5px;
}

.cont-section span {
    color: #eba5bd;
}

.section-padding {
    padding: 90px 0;
}

.site-header .nav-link {
    font-size: 15px;
}

.nav-link:hover {
    color: #eba5bd !important;
}

/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    color: #eba5bd;
    font-family: 'Gothic A1', sans-serif;
    font-weight: normal;
}

div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

table, tr, td {
    border: 0;
}

.sec1 h2 {
    color: #fff;
    font-family: 'Audiowide', cursive;
    font-size: 37px;
    text-transform: uppercase;
}

.text-box-1 {
    display: flex;
    position: relative;
    min-height: 115px;
    margin: 40px 0;
}

.hd-3 {
    background: #357ed8;
    padding: 7px 20px;
    clip-path: polygon(0 0, 97% 0, 100% 100%, 0 100%);
    font-size: 20px;
}

* {
    box-sizing: border-box
}

a {
    outline: none;
    color: #333;
    text-decoration: none;
}

a:hover {
    outline: none;
    color: #000;
    text-decoration: none;
}

.navbar-dark .navbar-toggler {
    background: #E51A38;
}

.site-header .navbar-brand img {
    max-width: 190px;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

li {
    list-style: none;
}

.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.section-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.parallx {
    background-attachment: fixed;
}

.textinfo h2 {
    font-family: 'Audiowide', cursive;
    color: #fff;
}

.nav-bar li a {
    color: #fff;
    font-family: 'Audiowide', cursive;
    font-size: 14px;
    /* padding: 46px 0; */
    display: inline-block;
    padding: 28px 0;
}

.top_strip {
    float: left;
    width: 100%;
    text-align: center;
    min-width: 1170px;
    position: relative;
}

/*.top_strip::before{
position: absolute;
content: '';
left: 0;
top: 0;
bottom: 0;
background: #357ed8;
right: 0;
width: 33%;

clip-path: polygon(0 0, 91% 0, 100% 100%, 0% 100%);
}*/
.top_lft {
    float: left;
    margin-top: 3px;
}

.logo {
    float: left;
    max-width: 180px;
}

.top-rgt {
    float: right;
    text-align: center;
}

ul.nav-bar {
    float: right;
}

ul.nav-bar li {
    display: inline-block;
    padding: 0 50px;
    text-transform: uppercase;
    vertical-align: middle;
}

ul.nav-bar li:last-child {
    padding-right: 0;
}

.ul.nav-bar li a.active, ul.nav-bar li a:hover {
    color: #a1bada;
    text-decoration: none;
}

.nav-bar li .icon-shopping-cart1 {
    font-size: 26px;
}

/*================== SECTION I================*/
.sec1 {
    float: left;
    width: 100%;
    /* height: 700px; */
    min-width: 1170px;
    background: url(../images/sec1.jpg) no-repeat center top;
    position: relative;
    background-size: cover;
}

.sec1::before {
    position: absolute;
    content: '';
    left: auto;
    right: 0;
    top: 0;
    width: 67%;
    background: rgba(0,0,0,0.5);
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 32% 100%);
}

.sec1_p1 {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    padding-left: 17px;
    /*background: url(../images/p1-txt-img.png) no-repeat left top;*/
    margin: 15px 0 0 0;
    padding: 10px 20px;
}

.sec1_p2 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 72px;
    font-weight: bold;
    padding: 10px 0 4px 0;
}

.sec1_p3 {
    float: left;
    width: 90%;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    padding: 3px 0;
}

.sec1_p4 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #151515;
    letter-spacing: -0.3px;
    line-height: 28px;
    padding: 18px 0 0 0;
}

.second-services-content {
    background: #bba414;
    padding: 50px 30px;
    margin-top: 30px;
    line-height: 27px;
}

.second-services-content2 {
    background: #2f7004;
    margin-top: 5px;
}

.second-services-content:hover {
    background: #2f7004;
}

.second-services-content2:hover {
    background: #bba414;
}

.sec1-shopnow, .s3-btm, .add-to-cart {
    background: linear-gradient(to right, #181146 0%, #4461b7 100%);
    color: #ffffff;
    padding: 14px 50px;
    border-radius: 45px;
    display: inline-block;
    margin-top: 20px;
    border: 0;
}

.sec1-shopnow:hover, .s3-btm:hover, .add-to-cart:hover {
    background: linear-gradient(to left, #eba5bd 0%, #eba5bd 100%);
    color: #fff;
    text-decoration: none;
}

/*================== top_strip================*/
.strip {
    float: left;
    width: 100%;
    padding: 6px 0;
    background: #fff;
    min-width: 1170px;
    border-bottom: 2px solid #e1e1e1;
}

.strip-uls {
    float: left;
    width: 100%;
    text-align: center;
}

.strip-uls li {
    position: relative;
    padding: 10px 0 10px 70px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    vertical-align: middle;
    width: 24%;
    text-align: left;
}

.strip-uls li span {
    display: block;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.strip-uls li img {
    position: absolute;
    left: -22px;
    top: 0;
    padding: 15px;
}

.strip-uls li:last-child {
    margin-right: 0;
}

/*==================SECTION II===============*/
/*================== SEC2================*/
.sec2 {
    float: left;
    width: 100%;
    text-align: center;
    min-width: 1170px;
    background: #fff;
    padding: 45px 0 60px;
}

.s2txt1 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #000;
}
.heading-style-1{
    font-family: "Oranienbaum", serif;
    color: #fff;
    background: #E51A38;
    padding: 10px 20px;
    border-radius: 100px 0 100px 0;
}
.ing-bottle{
        position: absolute;
    bottom: -34px;
    max-width: 249px;
    right: -19px;
    background: #E51A38;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.nav-link i:hover{
    color: #b8f3a7 !important;
}
.ing-img{
    position: relative;
}
.con-mid-sec p {
    color: #000;
    margin-bottom: 0px;
}
.s2txt2 {
display: inline-block;
    z-index: 0;
    width: 100%;
    position: relative;
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: 7px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    /* font-family: 'Teko', sans-serif; */
    color: #fff;
}

.s2-line {
    display: block;
    margin: 15px auto 0;
}

.learn-more1 {
    display: inline-block;
}

.s2txt3 {
    display: inline-block;
    color: #000;
    width: 75%;
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    padding: 35px 0 0;
}

/*==================strip2================*/
.green_strip {
    float: left;
    width: 100%;
    min-width: 1170px;
    background: url(../images/strip2.jpg) no-repeat center top;
    height: 190px;
}

.st-rgt {
    float: right;
    width: 69%;
    margin-top: 38px;
}

.st-rgt_txt1 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.st-rgt_txt2 {
    float: left;
    width: 83%;
    color: #fff;
    line-height: 26px;
    font-weight: 300;
    font-size: 18px;
    padding: 9px 0 0 0px;
}

/*==================SECTION III===============*/
.sec3 {
    padding: 100px 0;
    background-color: rgb(14, 19, 23);
    text-align: center;
}
.sec3 .title h4 {
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif !important;
}
.sec3 .title h1 {
    color: #E51A38;
    margin-bottom: 35px;
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
    font-family: "Freeman", sans-serif !important;
    letter-spacing: 7px;
}
.s3uls {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.s3uls li {
    display: inline-block;
    width: 416px;
    margin-right: 10px;
    /* background: url(../images/s3-bx1.png) no-repeat center top; */
    vertical-align: top;
    margin-top: 30px;
    background: #ffffff;
    padding: 28px 30px;
    min-height: 561px;
    border-left: #357ed8 10px solid;
    box-shadow: 0px 12px 26px 10px rgb(0 0 0 / 5%);
    position: relative;
}

.pro-box:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.fst-model {
    background-color: #eba5bd;
    padding: 30px;
}

.snd-model {
    background: #072e59;
    padding: 30px;
}

.snd-model1 {
    background-color: #f0f8fb;
    padding: 30px;
}

.snd-model h2 {
    color: #fff;
}

.b-box h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 26px;
    font-weight: 100;
    line-height: 2;
    text-align: center;
}

.fst-model p {
    color: #ffffff;
}

.b-box {
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 50px;
    overflow: hidden;
    min-height: 294px;
}

.b-box:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    content: "";
    background: #adc7f1;
    transition: .3s;
    z-index: -1;
}

.b-con {
    position: relative;
    z-index: 1;
}

.pro-img img {
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}


.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
img.ind-img {

    margin: auto;
    display: block;
    position: relative;
}

.pro-box {
 text-align: center;
    margin-bottom: 40px;
    position: relative;
    transition: .5s;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
    /* box-shadow: 0 2px 7px rgb(0 0 0 / 20%); */
    border-radius: 20px !important;
    min-height: 560px;
    padding: 20px;
    border: 1px solid #E51A38;
}

.pricingTable .price-value {
    color: #eba5bd;
    margin-bottom: 8px;
}

.pricingTable .price-value .currency {
    font-size: 35px;
    line-height: 35px;
    display: inline-block;
    vertical-align: top;
    margin: 0 -3px 0 0;
}

.pricingTable .price-value .amount {
    font-size: 52px;
    line-height: 70px;
    display: inline-block;
}

.pro-info {
    position: relative;
    
}

.s3-btm {
    float: left;
    margin-top: 25px;
}

.s3txt1 {
width: 100%;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    padding: 0 0 0 0;
    /* font-family: 'Mulish', sans-serif; */
    color: #E51A38;
}
.s3txt1 span {
    color: #E51A38;
}

.s3txt2 {
width: 100%;
    font-weight: 500;
    font-size: 24px;
    line-height: 23px;
    padding: 0 0 0 0;
    /* font-family: 'Mulish', sans-serif; */
    color: #E51A38;
    /* font-family: "Oranienbaum", serif; */
}

/*==================SECTION III===============*/
.total {
    display: inline-block;
    width: 100%;
    margin: 40px 0px 0;
}

.total li {
    float: left;
    width: 48.8%;
    background: #fff;
    margin: 0 0 25px 0px;
    padding-bottom: 15px;
    border: 1px solid #2b64a6;
    position: relative;
    min-height: 254px;
}

.total li:after {
    content: "";
    position: absolute;
    left: 270px;
    top: 0;
    bottom: 0;
    border-right: 1px solid #2b64a6;
}

.total li:nth-child(even) {
    float: right;
}

.total li:nth-child(5), .total li:last-child {
    margin-bottom: 0;
}

.left1 {
    background: #e0fbe8;
}
/* 
.image {
    position: absolute;
    top: 0;
    max-width: 190px;
    left: 40px;
} */

.right-sec,.right-sec1 {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 296px;
    text-align: left;
}

.right-sec1 {
}

.txt {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    color: #2d2d2d;
    font-weight: 700;
    margin: 25px 0 12px;
    min-height: 66px;
    letter-spacing: 0.5px;
}

.txt1 {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    font-weight: 300;
    margin-top: 18px;
}

.txt2 {
    float: left;
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    color: #2d2d2d;
    font-weight: 300;
    margin: 0px 0 50px 0;
}

.txt2 span {
    color: #050505;
    font-weight: 600;
}

.right {
}

/********************************/
.black-strip {
    float: left;
    width: 100%;
    padding: 41px 0 35px;
    background: #eff6ff;
}

.black-strip ul {
    float: left;
    width: 100%;
}

.black-strip ul li {
    float: left;
    width: 25%;
    font-size: 18px;
    line-height: 24px;
    color: #7a7a7a;
    font-weight: 300;
    position: relative;
    padding-left: 90px;
    margin-right: 0px;
}

.black-strip ul li:nth-child(2) {
    margin-right: 34px;
}

.black-strip ul li:nth-child(3) {
    width: 22%;
}

.black-strip ul li img {
    position: absolute;
    left: 3px;
    top: -8px;
}

.black-strip ul li span {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-top: 11px;
    color: #2d2d2d;
}

.black-strip ul li:last-child {
    margin-right: 0;
}

/**************/
.s4uls {
    display: inline-block;
    margin-top: 56px;
    width: 100%;
}

.s4uls li {
    display: inline-block;
    width: 21%;
    padding: 0 0 17px 0;
    margin: 0px 13px 40px;
    border: 1px solid #dddddd;
}
.mBanner{
        background-image: linear-gradient(107deg, #f016703d, transparent), url(../images/main-banner.png);
    background-size: cover;
    padding: 60px 0 ;
    position: relative; 
    overflow: hidden;
}
.mBanner img{
    transform: scale(1.4);
}
.cvv-con {
    background: #ffffff;
    padding: 30px;
    min-height: 415px;
}
.cvv-con h1 {
    font-family: "Lato", sans-serif !important;
    color: #333333;
    line-height: 2;
}
.cvv-con p {
    font-family: "Lato", sans-serif !important;
    color: #000000;
    margin-bottom: 10px;
}
.site-header{
    position: absolute;
    z-index: 99;
    background: transparent;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.s4-pro1 {
    display: block;
    max-width: 175px;
    margin: 22px auto
}

.s4-box1-txt2 {
    display: inline-block;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    width: 93%;
    color: #2d2d2d;
    border-top: 1px solid #dddddd;
    padding: 10px;
}

.s4-left, .s4-right {
    float: left;
    width: 475px;
    margin: 59px 0 0 0px;
}

.s4-box1 {
    background: url(../images/s3-box1.jpg) center top no-repeat;
    width: 473px;
    height: 814px;
    margin: 0 0 0 0;
}

.s4-right {
    width: 684px;
    float: right;
}

.s4-box1-txt1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 30px;
    text-align: center;
    color: #eba5bd;
    margin: 0 auto;
    padding: 39px 0 0 0;
}

.s4-box1-txt3 {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    color: #363636;
    margin: 36px 0px 0;
    width: 85%;
}

.stars {
    display: block;
    margin: 10px auto 0 auto;
}

.s4-list {
    margin: 22px 0 0 43px;
}

.box2-stars {
    float: left;
    margin: 14px 0 0 0px;
}

.s4-btn1 {
    margin: 32px auto 0 auto;
    display: inline-block;
}

.s4-box2 {
    background: url(../images/s3-box2.jpg) center top no-repeat;
    width: 672px;
    height: 265px;
    margin-bottom: 10px;
    padding: 15px 20px 3px;
    margin-right: 0;
    float: left;
}

.s4-pro2 {
    float: left;
    max-width: 145px;
}

.s4-box2-right {
    width: 70%;
    float: right;
}

.s4-box2-txt1 {
    float: left;
    width: 100%;
    color: #eba5bd;
    font-size: 34px;
    font-weight: bold;
    text-align: left;
}

.s4-box2-txt2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    color: #006aaa;
    margin: 0 auto;
    padding: 0px 0 0 0;
}

.s4-box2-txt3 {
    float: left;
    width: 100%;
    text-align: left;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0 0 0;
}

.s4-btn2 {
    float: left;
    margin: 15px 0 0 0;
}

/*==================FOOTER================*/
.footer-list li a {
    font-family: 'Cookie', cursive;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #ccc;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

.title-design-element {
    color: #eba5bd;
}

.footer-list li a:hover {
    text-decoration: none;
    color: #eba5bd;
}
.info-body {
   background: url(../images/info-1.png);
    background-size: cover; 
    padding: 30px 15px;
    min-height: 305px;
}
.info-body-1 {
   background: url(../images/info-2.png);
    background-size: cover; 
    padding: 30px 15px;
    min-height: 305px;
}
.info-body-2 {
   background: url(../images/info-3.png);
    background-size: cover; 
    padding: 30px 15px;
    min-height: 305px;
}
.info-body-3 {
   background: url(../images/info-4.png);
    background-size: cover; 
    min-height: 305px;
    padding: 30px 15px;
}
div#footer {
    font-size: 16px;
    text-align: center;
    padding: 70px 0 0px;
    background: #111;
}
.cop-id {
    padding: 20px 0 10px;
    font-size: 13px;
    margin-bottom: 0px;
    /* border-top: 1px solid #000; */
    color: #ccc;
}
.overlay-pattern-image-bg {
    background: #ffffff;
}

.overlay-pattern-image-bg, .overlay-photo-image-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.overlay-pattern-image-bg, .overlay-photo-image-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    transition: all 0.5s ease-in-out 0s;
}

.foter-sec1, .foter-sec2 {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}

.logo-f {
    display: inline-block;
    max-width: 200px;
}

ul.footer-list, .foter-sec2 ul {
    float: left;
    width: 100%;
    text-align: center;
}

.footer-list li, ul.crop-info {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 10px;
    display: inline-block;
    position: relative;
}

.footer-list li:after {
    position: absolute;
    height: 20px;
    right: -4px;
    top: 8px;
    content: '';
    border-right: 1px solid #333;
}

.footer-list li:last-child:after {
    display: none;
}

ul.crop-info li {
    width: 100%;
    padding: 5px 0;
    text-align: center;
}

.ft-bd li {
    border-bottom: none;
}

.fttxt {
    font-size: 14px;
    line-height: 24px;
    clear: both;
    margin-top: 10px;
    float: left;
}

.foter-sec2 {
}

.ff-txt2 {
    font-size: 17px;
    line-height: 22px;
    color: #e8e3e3;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.foter-sec2 li {
    color: #fff;
}

.ft-lg-txt {
    font-size: 20px;
    line-height: 36px;
    padding: 7px 0 0 0;
    font-weight: 700;
    color: #fff;
}

.f-txt4 {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    padding: 20px 0 0;
    float: left;
}

/*------------------------------
CSS FOR PRODUCTS PAGE
--------------------------------*/
.product {
    width: 100%;
    font-size: 16px;
    padding: 0 0 30px 0;
    text-align: center;
    /* background: #E51A38; */
    background: url(../images/other-ban.jpg) no-repeat;
    background-size: cover;
    min-height: 376px;
}

.con-top {
    background: url(../images/contact.jpg) no-repeat center top;
    float: left;
    width: 100%;
    padding: 60px 0;
}

.prod_left {
    float: left;
    width: 100%;
    margin-top: 0px;
    text-align: left;
}

.prod_mid_txt {
    float: left;
    width: 100%;
    margin-top: 0px;
    font-size: 23px;
    line-height: 48px;
    color: #212020;
}

.prod-txt1, .prod-txt2, .prod-tx1 {
    width: 100%;
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    line-height: 55px;
    font-family: "Freeman", sans-serif !important;
    letter-spacing: 7px;
    padding: 190px 0 0px 0;
}

.prod-tx1 {
    background: none;
    color: #000;
}

.prod-txt2 {
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 20px;
    background: none;
}

/******************************************/
.brdcmb {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background: transparent;
    margin: 0px auto 0 auto;
}

.brdcmb ul {
    float: none;
    margin: auto;
    display: flex;
    justify-content: center;
}

.brdcmb ul li {
    float: left;
    font-size: 18px;
    line-height: 20px;
    color: #E51A38;
    position: relative;
    margin-right: 28px;
    font-family: "Open Sans", sans-serif !important;
}

.brdcmb ul li:after {
    content: ">>";
    position: absolute;
    right: -23px;
    top: 0;
}

.brdcmb ul li a {
    font-size: 16px;
    line-height: 20px;
    color: #fff !important;
    font-weight: 500;
}

.brdcmb ul li:last-child {
    margin-right: 0;
}

.brdcmb ul li:last-child:after {
    content: "";
}

/******************************************/
.prod-mid-sec,.con-mid-sec,.prod-top {
   /* float: left;*/
    width: 100%;
    text-align: center;
    padding: 7px 0 10px 0;
    margin-bottom: 30px;
    /* background: #fff; */
}

.prod_rgt {
    float: right;
    width: 27.6%;
    margin-top: 0px;
}

.product-total {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.bottle-box {
    float: left;
    width: 373px;
    height: 386px;
    text-align: center;
}

.prd-box1 {
    margin: 15px 0px 0 0;
    float: right;
    width: 60%;
}

.prd-box1:nth-child(5), .prd-box1:nth-child(9) {
}

.prd-box-txt {
    display: inline-block;
    width: 100%;
    font-size: 28px;
    line-height: 21px;
    color: #030303;
    margin: 10px 0 10px 0;
    font-weight: 800;
}

.prd-box-txt2 {
    display: inline-block;
    width: 77%;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 4px 30px;
}

.prd-bdr-mid {
    float: left;
    width: 100%;
    border-top: 1px solid #e6e9e1;
    margin: 61px 0 0px 0;
    padding: 71px 0 0;
}

.prd_price {
    width: 45%;
    font-size: 37px;
    color: #000000;
    font-weight: 600;
    margin: 15px 0 25px;
    line-height: 24px;
    float: left;
}

.layer {
    max-width: 100%;
    margin: 0 0 0 20px;
}

.pro-p1 {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
}

.pro-txt1 {
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    color: #2d2d2d;
    margin: 0 auto 0 auto;
    padding: 0px 0 0 0;
}

.pro-txt2 {
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #444444;
    margin: 0 auto;
    padding: 0 0 0 0;
}

.pro-btn {
    margin: 14px auto 0 auto;
}


/**********************************/
/*------------------------------
CSS FOR prod-deatails PAGE
--------------------------------*/
.prd-details {
float: left;
    width: 100%;
    /* box-shadow: 0 0 4px #ccc; */
    border-radius: 4px;
    /* margin-top: 90px; */
    margin-bottom: 63px;
    padding: 30px;
}

.prod-spec {
    display: flex;
    width: 100%;
    align-items: center;
}
.prds-left {
       float: left;
    width: 40.2%;
    text-align: center;
    /* height: 400px; */
    background: #f1f1f1;
    padding: 0 20px;
    margin-right: 30px;
    border-radius: 20px;
}

.prds-left img {
    display: inline-block;
    padding-top: 42px;
}
.prds-right {
  float: right;
    width: 56%;
    text-align: left;
    font-family: 'Mulish', sans-serif !important;
    color: #e7d4bf;

}

.prd-dtl1 {
       font-size: 29px;
    line-height: 38px;
    color: #E51A38;
    font-weight: 600;
    /* font-family: 'Mulish', sans-serif !important; */
    float: left;
    width: 100%;
    font-family: "Oranienbaum", serif;
}

.star-image1 {
    display: block;
    margin-top: 21px;
}

.shop-txt {
    font-size: 18px;
    line-height: 30px;
    color: #2d2d2d;
    margin: 22px 0px 0;
    font-weight: normal;
    text-align: left;
    width: 100%;
    float: left;
}

.options_box {
    float: left;
    width: 50%;
    text-align: left;
}

.terms {
    float: left;
    width: 100%;
}

p.trms_trial {
    float: left;
    width: 90%;
    text-align: left;
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
}

.opcityz {
    position: absolute;
    opacity: 0;
}

.pack-opt {
    float: left;
    width: 100%;
    font-size: 18px;
    margin: 5px 0;
}

.opt-hed {
    font-size: 20px;
    float: left;
    width: 100%;
    text-align: left;
    margin: 10px 0;
    font-weight: 700;
}

.star2 {
    margin-top: 10px;
    float: left;
}

.prd-dtl3 {
    font-size: 18px;
    line-height: 26px;
    color: #737373;
    padding: 15px 0;
    float: left;
    width: 100%;
    font-weight: 300;
}

ul.prg-bar {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: left;
}

ul.prg-bar li {
    font-size: 18px;
    line-height: 25px;
    color: #2b3240;
    font-weight: 600;
    float: left;
    width: 100%;
    padding: 6px 21px;
    background: url(../images/circle.png) no-repeat left 13px;
}

ul.prg-bar li img {
    margin-left: 10px;
    float: right;
    margin-top: 10px;
}

.pric-box {
    float: left;
    width: 90%;
    margin-top: 22px;
    padding-bottom: 25px;
}
.pro-dtil-rgt-p2 {
    font-size: 30px;
    line-height: 20px;
    color: #000;
    display: inline-block;
    width: 100%;
    font-weight: bold;
}
.prds-right p strong{
    color: #E51A38;
}
.prds-right p{
    color: #000;
}
.add-to-cart {
    margin-top: 20px;
}

.price {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: 45px;
    font-family: 'Mulish', sans-serif !important;
}

.prod-btn {
    float: left;
    margin: 0 0 0 25px;
}

.prd_quantity {
    float: left;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    width: 40%;
    margin-top: 27px;
}

.prd_quantity p {
    float: left;
    margin-top: 6px;
    margin-right: 20px;
}

/*-------other------- */
.other-prds {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #fff;
    text-align: center;
}

.other-prds ul li {
    margin: 0 7px 0;
}

/*-------Accordion------- */
/*------------------------------
CSS FOR CONTACT PAGE
--------------------------------*/
.cont-mid {
    float: left;
    width: 100%;
    padding: 0px 0px;
}

.con-mid-sec {
    padding: 47px 0;
        color: #fff;
}

.cont-txt2 {
    font-size: 18px;
    line-height: 26px;
    color: #212020;
    font-weight: 500;
    margin: 0 auto;
    padding: 40px 0 0 36px;
    text-align: center;
    float: left;
    width: 100%;
}

.cont-list {
    display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
}
.box strong{
        display: block;
    margin-bottom: 15px;
    color: #000;
    font-size: 24px; 
}
.cont-list li {
    line-height: 25px;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin-bottom: 30px;
    position: relative;
    text-align: left;
    /* width: 50%; */
    margin: 20px 0;
    /* border: #E51A38 1px solid; */
    border-radius: 8px;
}
.con-mid-sec h6 {
        color: #E51A38;
    margin-bottom: 15px;
    font-size: 55px;
    line-height: 65px;
    font-weight: 600;
    font-family: "Playfair Display", serif !important;
}
.box h2,
.box p{
    color: #000 !important;
}
#cookiePopup p{
    color: #000;
}
.cont-list li:nth-child(even) {
    float: right;
    margin-right: 0;
}
.cont-list li span {
    display: block;
    color: #000;
    margin-bottom: 15px;
    text-transform: capitalize;
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    font-family: "Lato", sans-serif !important;
    letter-spacing: 0;
    font-style: normal;
}

.cont-list li:last-child {
    margin: 0;
}
.cinfo {
    overflow: hidden;
    padding-left: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 4px #ccc;
    padding: 35px;
    width: 100%;
    border-radius: 9px;
    margin-top: 0;
    min-height: 158px;
    font-family: "Lato", sans-serif !important;
    font-weight: normal;
    font-size: 15px;
}

.cont-list li i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
    float: left;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #eba5bd;
    text-align: center;
    color: #E51A38;
}

.cont-icon1 {
    position: absolute;
    left: 0;
    top: 0;
}

.cont-img {
    margin-top: 60px;
}

.cont-bg {
    background: url(../images/cont-bg.png) center top no-repeat;
    height: 517px;
    width: 1007px;
    margin: 40px auto 0 auto;
    position: relative;
}

.cont-bg-left {
    width: 705px;
    margin: 0 0 0 0;
}

.cont-bg-txt1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 50px 0 0 0;
}

.cont-bg-txt2 {
    font-weight: 300;
    font-size: 23px;
    line-height: 36px;
    text-align: center;
    color: #2d2d2d;
    margin: 10px auto 0 auto;
    width: 560px;
    display: block;
    border-bottom: 1px solid #6aabce;
    border-top: 1px solid #6aabce;
    padding: 0 0 0 0;
}

.cont-frn {
    width: 668px;
    margin: 20px 0 0 30px;
}

.cont-frn2, .cont-frn3, .cont-frn4 {
    display: inline-block;
    float: left;
    width: 313px;
    margin: 4px 0 4px 0;
}

.cont-frn4 {
    margin: 6px 0 0 0;
    width: 655px;
}

.cont-frn3 {
    margin: 4px 0 4px 25px;
}

.cont-frn2 input, .cont-frn3 input, .cont-frn4 textarea {
    border: none;
    width: 100%;
    height: 51px;
    background: #fff;
    text-align: left;
    color: #6e6e6e;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 0 0;
    padding: 0 0 0 10px;
    border-radius: 6px;
}

.cont-frn4 textarea {
    height: 104px;
    font-size: 18px;
    line-height: 50px;
}

.sub-btn {
    width: 210px;
    height: 53px;
    display: block;
    margin: 35px auto 0 auto;
    padding: 0 0 0 0;
}

.sub-btn a, .sub-btn a:hover {
    text-decoration: none;
}

.cont-pro {
    position: absolute;
    bottom: -25px;
    right: -24px;
}

.thanks-box {
   /* float: left;*/
    width: 100%;
    text-align: center;
    padding: 0px 0 30px;
    line-height: 26px;
}

#section2 {
    text-align: center;
    width: 100%;
   /* float: left;*/
    padding: 40px 0;
}

p.topbnrtxt2-pr {
    text-align: center;
    color: #404346;
    font-size: 40px;
    /* margin-top: 40px; */
    float: left;
    width: 100%;
}

.billing-info {
    float: left;
    width: 100%;
}

.about-block {
    padding: 70px 0;
    position: relative;
    background-image: url(../images/blogbg.png);
}
.pro-img{
    /* background: #333; */
    overflow: hidden;
    padding: 20px;
    border: 1px dashed #555;
    border-radius: 10px;
    margin-bottom: 10px;
}
.about_txt_dtl{
    
    border-radius: 20px;
    padding: 20px 20px 0;
    position: relative;
    z-index: 1;
}

.block-head {
    margin-bottom: 2px;
    /* border-left: 1px solid #eba5bd; */
}
.img-2{
        position: absolute;
}
.model-img-box{
    position: relative;
}
.block-head h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    /* font-family: 'Dancing Script', cursive !important; */
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    letter-spacing: 2px;
    /* font-weight: bold; */
    /* background: #000;*/
}

.block-head p {
    margin-left: 20px;
}
.rotating-circle{
     position: relative;
    width: 50%;
}
.rotating-circle svg{
       width: 111px;
    height: 111px;
    transition: all 0.4s ease 0s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    background: #fff;
    padding: 20px;
    border-radius: 50%;
}
.nc-icon-wrapper{
    fill: #ccc;
    color: #ccc;
}
.rotating-circle::before {
    content: "";
    position: absolute;
    background-image: url(../images/heading-round.png);
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%);
    top: -28%;
    left: -21%;
    z-index: 0;
    animation: 20s linear 0s infinite normal none running qodef-element-rotate;
}
.rotating-circle::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 50%;
}
@keyframes qodef-element-rotate {
    0% {
        transform: rotate(0deg) translateZ(0px);
    }

    100% {
        transform: rotate(360deg) translateZ(0px);
    }
}



.about-con .web-text {
    color: #222;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 30px;
}

.benefits-block-innr {
    text-align: center;
    margin-top: 25px;
    background: rgb(31 14 156 / 0%);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
    position: relative;
    z-index: 3;
    min-height: 470px;
}

.benefits-block-txt h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #2b529c;
    margin-bottom: 20px;
}

.benefits-block {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/abs-bg7.png);
}

.ben-heading h2 {
    font-family: 'Cookie', cursive;
    line-height: 1.5;
    font-size: 50px;
    font-weight: 500;
}

.ben-heading p {
    margin: auto;
    padding-top: 30px;
}

.benefits-block-txt {
    padding: 15px 15px 40px;
}

.benefits-block-txt p {
    font-size: 15px;
    line-height: 26px;
}

.benefits-block-innr-img {
    padding: 25px;
}

.benefits-block-innr:before {
    content: "";
    position: absolute;
}

.details-block-right {
    padding-right: 70px;
    padding-top: 90px;
    padding-bottom: 80px;
    padding-left: 30px;
}

.details-block-left {
    padding: 20px;
    margin-top: 50px;
}

.details-block-left .heading-blk p {
    color: #ccc;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 27px;
}

.list-head {
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Cookie', cursive;
}

.list-text {
    font-size: 16px;
    color: #ccc;
    font-family: 'Poppins', sans-serif;
}

.details-block-right ul {
    list-style: none;
}

.details-block-right ul li {
    display: block;
    margin-top: 30px;
    position: relative;
    padding-left: 80px;
}

.details-block-right ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
}

.details-block-right ul li:nth-child(1):before {
    background: url(../images/icon-1.png) no-repeat;
}

.details-block-right ul li:nth-child(2):before {
    background: url(../images/icon-2.png) no-repeat;
}

.details-block-right ul li:nth-child(3):before {
    background: url(../images/icon-3.png) no-repeat;
}

.heading-blk {
    margin-bottom: 50px;
}

.heading-blk-sub-head {
    text-transform: uppercase;
    color: rgb(64 64 64);
    letter-spacing: 5px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    color: #072e59;
}

.heading-blk-heading {
    font-size: 45px;
    padding: 10px 0 25px;
    color: #eba5bd;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-family: 'Cookie', cursive;
}

.text-box {
    padding: 20px;
    position: relative;
    text-align: center;
}

.text-info {
    padding-top: 20px;
}

.text-info h4 {
    font-family: 'Rubik', sans-serif;
    color: #ffffff;
    font-size: 20px;
}

.text-info p {
    color: #ffffff;
}

.details-block-left .heading-blk p {
    color: #ccc;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 27px;
}

.cube {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 10px;
    height: 10px;
    border: solid 1px rgb(255 255 255 / 60%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    transform-origin: top left;
    transform: scale(0) rotate( 0deg ) translate(-50%, -50%);
    -webkit-animation: cube 12s ease-in forwards infinite;
    animation: cube 12s ease-in forwards infinite;
    z-index: -1;
}

.cube:nth-child(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    left: 25%;
    top: 14%;
}

.cube:nth-child(3) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: 75%;
    top: 14%;
}

.cube:nth-child(4) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    left: 50%;
    top: 5%;
}

.cube:nth-child(5) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    left: 5%;
    top: 50%;
}

.cube:nth-child(6) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: auto;
    right: 5%;
    top: 70%;
}

.cube:nth-child(7) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    left: 50%;
    bottom: 45%;
    top: auto;
}

.cube:nth-child(8) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    left: 10%;
    bottom: 15%;
    top: auto;
}

.cube:nth-child(9) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: auto;
    right: 10%;
    bottom: 10%;
    top: auto;
}

.cube:nth-child(10) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: auto;
    right: 50%;
    bottom: 3%;
    top: auto;
}

@-webkit-keyframes cube {
    from {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }

    to {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}

@keyframes cube {
    from {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }

    to {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}

#top-banner {
    background: url(../images/slider-2.png) no-repeat center bottom/ cover;
    padding: 0px 0px 60px;
    position: relative;
    z-index: 9;
}

.banner-bottom {
    position: absolute;
    bottom: 0;
}

.banner-con h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
}

.banner-con h1 {
    font-weight: 100;
    font-size: 80px;
    color: #eba5bd;
    text-transform: capitalize;
    font-family: 'Cookie', cursive;
    line-height: 1.5;
}

.banner-con {
    padding: 80px 0;
    margin-top: 10%;
}

.banner-con p {
    margin-bottom: 35px;
    color: #fff;
}

.index-btn {
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    border: 2px solid #E51A38;
    font-weight: 600;
    color: #E51A38 !important;
    margin-top: 0;
    text-decoration: none;
    transition: all 0.5s ease-in-out !important;
    padding: 15px 33px;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    background-color: transparent;
}
.index-btn:hover {
    background-color: #E51A38 !important;
    color: #fff !important;
    text-decoration: none;
}
.index-btn2 {
    background-color: transparent;
    color: #eba5bd;
    padding: 14px 50px;
    border: 2px solid #eba5bd;
}

.index-btn2:hover {
    background-color: #eba5bd;
    color: #ffffff;
    text-decoration: none;
}

.p-x5 {
    padding: 30px 0px;
}

.ben-box {
    text-align: center;
    box-shadow: 0 3px 9px -2px #d0cece;
    min-height: 287px;
    background: #fff url(../images/proback.png) no-repeat bottom;
    background-size: cover;
}

.ben-content {
    overflow: hidden;
}

.ben-content h2 {
    font-family: 'Cookie', cursive;
    font-size: 22px;
    line-height: 1.4;
    color: #eba5bd;
    text-transform: capitalize;
    position: relative;
}

color .ben-content p {
    color: #222;
}

.prod {
    position: relative;
    /* background: url(../images/prod-bg.jpg) top no-repeat; */
    background-size: cover;
}
.ben-sec-inner img{
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.ben-sec-inner:hover img{
        transform: scale(1.05);
}




.get-product {
    position: relative;
    z-index: 9;
    padding: 100px 0px;
}

.get-content h2 {
    color: #000000;
    font-family: 'Cookie', cursive;
}

.get-content h2 span {
    font-size: 56px;
    font-weight: 500;
}

.get-content p {
    color: #eba5bd;
    line-height: 2.5;
}

.about-heading h2 {
    font-family: 'Cookie', cursive;
    font-size: 40px;
    line-height: 1.5;
}

.about-heading h1 {
    font-family: 'Cookie', cursive;
    font-size: 40px;
    line-height: 1.5;
    text-transform: capitalize;
    color: #eba5bd;
}


.about-con {
    padding: 16px 0;
}

.product-container {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 470px;
}

section.about-product {
    background: #088acc;
    color: #fff;
}

.product-container h2 {
    font-family: 'Cookie', cursive;
    font-size: 30px;
    line-height: 1.5;
    margin: 0px;
    padding: 0px;
}

.product-container h2 span {
    font-size: 48px;
}

.choose-thumb {
    position: relative;
    top: 64px;
    left: -161px;
}

@media (max-width: 768px) {
    .ban-div-1 {
        padding: 70px 20px !important;
        /* background: rgba(255, 255, 255, 0.6) !important; */
    }   
    .ban-div-1 h6, .about-cont h1, .bene-div .title h1, .prod-sec .title h1 {
        font-size: 35px !important;
        line-height: 45px !important;
    }
    .ser-head h1 {
        font-size: 48px !important;
        line-height: 65px !important;
    }
    .bene-div .content .cont h5::before {
        left: -100px !important;
    }
    .bene-div .content .cont h5,.bene-div .content .cont h4, .bene-div .content .cont h4 {
        text-align: left !important;
    }
    .yoga-desc p {
        text-align: center !important;
        padding: 0 10px !important;
    }
    .about-us .about-img .img:before {
        right: 110px !important;
    }
    .yoga-desc h1 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
    .info-ban h1 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
    .footer_logo{
        margin: 0 auto;
        display: block;
        width: 250px;
    }
    .btn.btn-primary {
        font-size: 11px !important;
        letter-spacing: 0px !important;
        padding: 15px 16px !important;
    }
    span.prd_prc, .cart_prod_prc.ng-binding {
        width: 60%;
    }
    .widget2{
        display: block;
    }
    .absolute{
        position: relative!important;
    }
    .banner_txt_dtl{
        padding: 7% 4% !important;
    }
    .rotating-circle {
        left: 30px;
    }
    .ben-sec-inner{
        margin-bottom: 4%;
    }

    .about_txt_dtl{
        margin-bottom: 4%;
    }

    .prd_name {
        width: 60%!important;
    }

    .prod_name {
        padding: 20px 0 20px 90px!important;
    }

    .prod_name .product_name {
        font-size: 16px!important;
    }

    span.prd_prc, .cart_prod_prc.ng-binding {
        width: 60%;
    }

    

    a.prod-clearcart, #browse, .cont-shop, .prcd-chk {
        font-size: 15px!important;
        margin: 10px 4px!important;
    }

    .prds-left {
        width: 100%!important;
    }

    .prds-right {
        width: 100%!important;
    }

    .cart-summery {
        width: 100%!important;
    }

    .frm-container.step1 {
        width: 100%!important;
    }

    .frm-container:last-child {
        width: 100%!important;
    }

    .choose-thumb {
        left: 0;
    }

    .cont-list li {
        width: 100%;
    }

    .cart-links {
        width: 100%;
    }

    .prds-left {
        width: 100%;
    }

    .prds-right {
        width: 100%;
    }

    .banner-con {
        padding: 40px;
    }

    .banner-con h1 {
        font-size: 32px;
    }

    .banner-con h2 {
        font-size: 17px;
    }

    #top-banner {
        min-height: 535px;
    }

    .ben-box3 {
        margin-top: 1rem;
    }

    .box-content h2 {
        font-size: 18px;
    }

    .banner-bottom {
        bottom: -8px;
    }

    .about-heading h2 {
        font-size: 32px;
    }

    .about-con {
        padding: 0px;
    }

    .product-container h2 {
        font-size: 24px;
        margin-bottom: 15px;
        ; }

    div#navbarSupportedContent {
        background: #2a2b2b;
    }

    .prod-txt1, .prod-txt2, .prod-tx1 {
        line-height: 45px;
    }

    .site-header .nav-item .nav-link {
        text-align: left;
        content: #fff;
    }

    .cart-terms input[type="checkbox"] {
        position: absolute;
        left: -12px!important;
        top: 14px!important;
    }

    .cart-terms {
        padding: 8px 0px!important;
    }
}

.brdcmb ul li a:hover {
    text-decoration: none;
}

.s-about {
    position: relative !important;
    z-index: 2;
}

.ser-div {
    padding: 100px 0;
    text-align: center;
    background: url(../images/about-ban.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.ser-div h4 {
    color: #fff;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    font-size: 25px;
}

.ser-div h1 {
    color: #eba5bd;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.23;
    font-size: 50px;
}

.ser-div p {
    color: #fff;
    font-family: Poppins,sans-serif;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
}

.cho-div {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cho-div img {
    width: 100%;
}

section.info-div {
    /* margin-top: -22%; */
    position: relative;
    padding: 100px 0;
}

.cho-last {
    padding: 0px 20px;
    /* background: #eba5bd; */
    position: relative;
}
.cho-last img {
    width: 30%;
    margin-bottom: 20px;
}
.cho-last h4 {
    color: #222;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 30px;
    font-size: 25px;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cho-last p {
    color: #fff;
    font-family: Poppins,sans-serif;
    font-weight: 400;
    line-height: 26px;
    font-size: 15px;
}

.about-div {
    padding: 100px 0 20px;
    background-color: #f8f7fc;
}
.about-div-ban {
    margin-top: -350px;
    padding: 0 0 50px;
}

.ab-div h4 {
    color: #eba5bd;
    font-weight: 600;
    line-height: 50px;
    font-size: 26px;
    font-family: 'Teko', sans-serif;
    letter-spacing: 2px;
    position: relative;
    padding-left: 80px;
}
.ab-div h4::before {
    position: absolute;
    content: "";
    top: 20px;
    left: 0px;
    width: 70px;
    height: 2px;
    background-color: #eba5bd;
}
.ab-div h4::after {
    position: absolute;
    content: "";
    top: 25px;
    left: 0px;
    width: 70px;
    height: 2px;
    background-color: #eba5bd;
}
.ab-div h1 {
    color: #121d2c;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 60px;
    font-size: 45px;
    font-family: 'Teko', sans-serif;
}
.ab-div {
    padding-top: 120px;
}
.ab-div p {
    color: #666;
    font-family: Poppins,sans-serif;
    font-weight: 400;
    line-height: 35px;
    font-size: 16px;
    width: 70%;
}
.news-block {
    padding: 0px;
    float: left;
    position: relative;
    margin-bottom: 30px;
}
.news-block .inner-box {
    position: relative;
    background-color: #fff;
}
.news-block .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: rgb(255,74,23);
}
.news-block .inner-box .image:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}
.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.news-block .inner-box .lower-content {
    position: relative;
    padding: 30px 30px;
    background: #eba5bd;
}
.news-block .inner-box .lower-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    transform: scale(0.3,1);
    background-color: #eba5bd;
}
.news-block .inner-box h3 {
    font-weight: 600;
    margin-top: 20px;
    font-size: 19px;
    line-height: 30px;
    color: #fff;
}
.news-block .inner-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.news-block .inner-box:hover .image::before{
	-webkit-animation: shine 1s;
	animation: shine 1s;
}
.news-block .inner-box:hover .image img{
	opacity:0.60;
	transform:scale(1.06,1.06) rotate(2deg);
}
.news-block .inner-box:hover .image::before{
	-webkit-animation: shine 1s;
	animation: shine 1s;
}
.heading-block{
    margin-bottom: 35px;
    font-size: 20px;
}
.heading-block h4{
    color: #eba5bd;
    font-weight: 400;
    line-height: 30px;
    font-size: 18px;
    font-family: 'Teko', sans-serif;
    letter-spacing: 3px;
}
.heading-block h2{
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.23;
    font-size: 45px;
    font-family: 'Teko', sans-serif;
}
.icon-innr-block{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.index-btn-txt{
    color: #0857b9;
    display: inline-block;
    margin-top: 20px;
}
.heading-block p{
    font-size: 16px;
    margin: 20px 0;
    line-height: 27px;
    color: #7E8090;
}
.single-choose-us-card {
    text-align: center;
    border: 1px solid #DDDDDD;
    padding: 25px 15px;
    background-color: #fff;
    -webkit-transition: .6s;
    transition: .6s;
    margin-bottom: 20px;
}
.single-choose-us-card:hover {
    border: 1px solid #e53d30;
}
.single-choose-us-card .icon {
    margin-bottom: 15px;
}
.single-choose-us-card .icon img {
    width: 100px;
}
.single-choose-us-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
}
.single-choose-us-card p {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #7E8090;
}
.single-blog-card {
    margin-bottom: 25px;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.single-blog-card img {
    display: inline-block !important;
    width: 100%;
}
.single-blog-card .blog-content {
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 90%;
    padding: 25px;
    -webkit-transition: .6s;
    transition: .6s;
    
}
.single-blog-card .blog-content h3 {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #eba5bd;
    font-weight: 600;
}
.single-blog-card .blog-content p {
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}
.top-txt{
    writing-mode: vertical-rl;
    text-transform: uppercase;
    position: absolute;
font-family: 'Teko', sans-serif;
    font-weight: 700;
    transform: rotate(-180deg);
    font-size: 107px;
    color: #f0f0f1;
    letter-spacing: -3;
    top: 0;
    left: 0;
}
.footer-btm{
    background: #000;
    padding: 0px 0;
}
.footer-btm p{
    margin: 0;
    color: #fff;
    font-size: 13px;
}
section.ban-div-text {
    position: relative;
    background: rgb(60 15 187 / 80%);
    margin-top: -26%;
    padding: 100px 0;
    height: 770px;
}
/* .b-lr-1{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
} */
/* .bg-pad{
    padding: 30px;
    background: #eba5bd;
} */



@media (max-width: 768px){
    .ing-bottle{
       position: relative;
    bottom: 13px;
    }
    .ban-1 p{
    font-size: 14px;
    line-height: 24px;
    }
    .ban-1 h1{
    line-height: 1;
    font-size: 45px;
    }
    .ab-div h1 {
    line-height: 47px;
    font-size: 40px;
    }
    .ab-div p {
    width: 100%;
    }
    .bene-div h1 {
    line-height: 45px;
    font-size: 40px;
    }
    .prod h1 {
    line-height: 45px;
    font-size: 28px;
    margin-bottom: 10px;
    }
    .cart-links .index-btn {
    margin: 0 5px 10px;
        padding: 13px 18px;
            font-size: 14px;
    }
    .prod-spec{
        display: block;
    }
}

.feature_area {
    position: relative;
    margin-bottom: 113px;
    padding-top: 100px;
}


.feature_area .feature_shape {
background-image: url(../images/feature_shape_1.png);
width: 40px;
height: 37px;
position: absolute;
top: 145px;
right: 105px;
}

.feature_area .feature_shape_2 {
background-image: url(../images/feature_shape_2.png);
width: 64px;
height: 200px;
position: absolute;
left: 0px;
background-repeat: no-repeat;
bottom: 0;
z-index: -9;
}

.services_tag {
  text-align: left;
    font-weight: 600;
    padding-bottom: 0;
    color: #666;
    font-family: 'Poppins', sans-serif;
    font-size: 39px;
    text-transform: uppercase;
}
.feature_area .feature_overview h2 {
    font-size: 36px;
    font-weight: normal;
    padding-top: 18px;
font-family: 'Prata', serif;
    color: #eba5bd;
    line-height: 7px;
}
.feature_area .feature_overview p {
color: #565872;
}

.feature_area .single_feature::after {content: "";background-color: #070337;width: 100%;height: 100%;position: absolute;top: 0;left: 0;border-radius: 5px;z-index: -1;}

.feature_area .single_feature .feature-info {position: absolute;/* bottom: 50px; *//* left: 30px; */z-index: 9;/* transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1); */}

.feature_area .single_feature img {/* object-fit: cover; *//* width: 100%; *//* height: 100%; *//* border-radius: 0px; *//* opacity: 50%; *//* transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1); *//* padding: 10px; */}

.feature_area .single_feature:hover:before {
height: 100%;
}
.feature_area .single_feature:before {left: 0;right: 0;bottom: 0;height: 0;z-index: 1;content: "";opacity: 0.85;position: absolute;/* transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1); *//* background-color: #ceb90b; *//* border-radius: 0px; */}

.feature_area .single_feature .feature-info h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 49px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-family: 'Prata', serif;
    margin-top: 25px;
}

.feature_area .single_feature:hover .feature-info {/* bottom: 30px; */}
.feature_area .single_feature .feature-info {position: relative;/* bottom: 50px; *//* left: 30px; */z-index: 9;/* transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1); */}

.feature_area .single_feature:hover span {
top: 20px;
}
.feature_area .single_feature span {/* position: absolute; */top: 30px;left: 30px;z-index: 9;/* transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1); */display: none;}

.title-tag {
border: 2px solid #fff;
color: #fff;
padding: 0px 13px;
border-radius: 5px;
font-size: 16px;
font-weight: 500;
}

.feature_area .single_feature:hover {
border-radius: 5px;
}
.feature_area .single_feature {/* height: 370px; */position: relative;color: #fff;overflow: hidden;}

.feature-info p {
    font-size: 14px;
    padding-top: 43px;
    color: #fff;
}

.feature-info h4 span {
left: 0 !important;
font-family: 'Dancing Script', cursive;
text-transform: capitalize;
font-weight: normal;
}
.title-tag {
    border: 2px solid #ffffff20;
    color: #fff;
    padding: 0px 13px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
}
.ftr-img{
    overflow: hidden;
    border-radius: 20px;
}
.ftr-img img{
    width: 100%;
    transition: 0.4s;
}


.feature-areas{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 30px;
    margin-top: -102px;
    border-radius: 50px;
    /* background: #a98149; */
}
.ben_area{
     padding: 100px 0;
    position: relative;
  
}
.bg-mid{
    /* background: #eba5bd; */
}
.ben-sec-inner{
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    min-height: 570px;
}
.about-section .sub-head,
.about-section .main-head,
.about-section p{
    color: #fff;
}
.about-section .ben-info p{
    color: #000;
}
.ben-sec{
    padding: 70px 20px;
}
.ben-info{

}
.ben-info h4{
    /* font-family: 'Prata', serif; */
    font-size: 20px;
    margin: 30px 0 15px;
    /* font-weight: bold; */
    font-family: "Oranienbaum", serif;
}

.about-section{
    /* background: linear-gradient(90deg, rgb(66, 4, 126) 0%, rgb(7, 244, 158) 100%); */
    padding: 100px 0;
    padding-top: 0px;
    background-image: url(../images/bg-about.jpg);
    background-attachment: fixed;
}
.top-shape{
    position: absolute;
    top: 161px;
    left: -30px;
    display: none;
}
.bg-txt{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    color: #ebf1eb;
    font-size: 100px;
    z-index: -1;
    top: 4px;
    font-family: 'Prata', serif;
    font-weight: bold;
    /* font-size: 107px; */
    opacity: 0.2;
}

@media (max-width: 768px) and (min-width: 357px){
  .block-head h2{
      line-height: 1.2;
      font-size: 29px;
  } 
    .bg-txt{
        opacity: 0;
    }
    .ben_area{
        padding-top: 8%;
        padding-bottom: 5%;
    }
    .about-section{
        padding-bottom: 8%;
    }
    .prd-details{
        margin-top: 43px;
    }
    .index-btn{
        padding: 13px 17px !important;
        font-size: 12px !important;
    }
}


#cookiePopup{
    z-index: 9999;
}
#cookiePopup h4{
    margin-right: 10px;
}
#cookiePopup button{
    border-radius: 10px !important;
    padding: 5px 12px !important;
    height: auto !important;
}


@media screen and (max-width: 767px){
    #cookiePopup{
        flex-direction: column;
    }
    .post-content{
          margin-top: 0!important;
    }
    #cookiePopup h4{
        margin-bottom: 5px;
        margin-right: 0;
    }
    #cookiePopup .d-flex{
        flex-direction: column;
    }
}



.navbar-dark .navbar-nav .nav-link{
    color: #fff !important;
    position: relative;
}
.navbar-dark .navbar-nav .nav-link::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #E51A38;
    transition: 0.4s;
}
.navbar-dark .navbar-nav .nav-link:hover::before{
    width: 100%;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: #E51A38 !important;
}


.sub-head{
    color: #3a532a;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 2px;
}

.main-head{
   font-size: 55px;
    color: #E51A38;
    line-height: 60px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative; 
}

#cookiePopup a{
   color: #E51A38 !important; 
}
button{
    border-radius: 20px !important;
}
#declineCookie{
    background-color: #E51A38 !important;
}



/*-------------------------- NEW CSS -------------------------*/
.bene-div {
    padding: 60px 0;
    background: url(../images/bene-ban.png);
    background-size: cover;
}
.bene-div .title h5 {
    color: #000;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    font-family: "Playfair Display", serif !important;
    letter-spacing: 1px;
    font-style: italic;
}
.bene-div .title h1 {
    color: #E51A38;
    margin-bottom: 5px;
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    font-family: "Playfair Display", serif !important;
    text-align: left !important;
}
.bene-div .title p {
    color: #333 !important;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
    font-family: "Poppins", sans-serif !important;
}
.bene-div .img {
    padding: 0 20px 20px 20px;
    position: relative;
    overflow: hidden;
}
.bene-div .img:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 45px;
    bottom: 0;
    background: #f9efe2;
}
.bene-div .img img:hover {
    transform: scale(0.95);
}
.bene-div .img img {
    position: relative;
    z-index: 2;
}
.bene-div .content {
    width: 100%;
    padding: 45px 15px;
}
.bene-div .content .cont {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
.bene-div .content .cont h6 {
    margin: 15px 0;
        color: #000;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    font-family: "Playfair Display", serif !important;
    letter-spacing: 1px;
    font-style: italic;
    position: relative;
}
.bene-div .content .cont h6::before {
    position: absolute;
    content: "";
    top: 15px;
    left: -100px;
    width: 85px;
    height: 2px;
    background-color: #000;
}
.bene-div .content .cont h4 {
        color: #E51A38;
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 40px;
    font-weight: 600;
    font-family: "Playfair Display", serif !important;
}
.bene-div .content .cont p {
        color: #333 !important;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
    font-family: "Poppins", sans-serif !important;
}
.bene-div .content .cont h5 {
    margin: 15px 0;
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    font-family: "Playfair Display", serif !important;
    letter-spacing: 1px;
    font-style: italic;
    position: relative;
    text-align: right;
}
.bene-div .content .cont h5::before {
    position: absolute;
    content: "";
    top: 15px;
    right: -100px !important;
    width: 85px;
    height: 2px;
    background-color: #000;
}
.prod-sec {
    padding: 100px 0;
    background-color: rgb(14, 19, 23);
}
.prod-sec .title h4 {
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif !important;
}
.prod-sec .title h1 {
    color: #E51A38;
    margin-bottom: 35px;
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
    font-family: "Freeman", sans-serif !important;
    letter-spacing: 7px;
}


.banner-div {
    padding: 100px 0;
    min-height: 750px;
    background: url(../images/banner-1.jpg);
    background-size: cover;
    position: relative;
}
.ban-div-1 {
    padding: 125px 0 20px 0px;
    text-align: center;
}
.ban-div-1 h3 {
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif !important;
}
.ban-div-1 h6 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 70px;
    line-height: 85px;
    font-weight: 600;
    font-family: "Freeman", sans-serif !important;
    letter-spacing: 7px;
}
.ban-div-1 p {
    color: #fff !important;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 32px;
    font-family: "Open Sans", sans-serif !important;
}
.about-bg {
    background: #50094d;
    position: relative;
}
.about-bg .image-container {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
}
.about-bg .background-image {
    background: url(../images/about-img.jpg);
    background-position: 50% 50% !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
}
.about-bg .pic-grey {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}
.about-bg .pic-grey:hover{
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    outline: none;
}
.about-cont {
    padding: 50px 0 30px;
}
.about-cont h5 {
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif !important;
}
.about-cont h1 {
    color: #E51A38;
    margin-bottom: 5px;
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
    font-family: "Freeman", sans-serif !important;
    letter-spacing: 7px;
}
.about-cont p {
    color: #fff !important;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 32px;
    font-family: "Open Sans", sans-serif !important;
}
.ser-head {
    background: url(../images/ser-ban.jpg);
    /* overflow: hidden; */
    background-size: cover;
    padding: 120px 0 120px 0;
    background-attachment: fixed;
    background-position: center;
}
.ser-head h5 {
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif !important;
}
.ser-head h1 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 70px;
    line-height: 85px;
    font-weight: 600;
    font-family: "Freeman", sans-serif !important;
    letter-spacing: 7px;
}
.ser-head p {
    color: #fff !important;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 32px;
    font-family: "Open Sans", sans-serif !important;
}

.bene-ban {
    padding: 0px 0 100px;
    background-color: rgb(9, 12, 15);
}
.post-content {
    margin-top: -50px;
}
.post-image img {
    width: 100%;
    margin-bottom: 0px;
}
.post-content .date-box {
    width: 60px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    margin-top: -30px;
}
.post-content .date-box .day {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    padding: 15px 0 15px 0;
    background-color: #E51A38;
}
.post-content .date-box .month {
    color: #fff;
    font-family: "Open Sans";
    font-weight: 600;
    padding: 7px 0 7px 0;
    border-bottom: solid 3px #E51A38;
    font-size: 14px;
    margin-left: 2px;
}
.post-content .post-text {
    padding-left: 80px;
}
.post-content .post-text h3 {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.2em;
    margin-top: 20px;
    color: #fff !important;
    font-family: "Freeman", sans-serif !important;
    letter-spacing: 2px;
}
.post-image .pic-grey {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}
.post-content .post-text p {
    color: #ccc !important;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    font-family: "Open Sans", sans-serif !important;
}


.price-desc {
    text-align: center;
    margin-bottom: 20px;
}
.price-desc h4 {
    margin: 5px 0 0;
    padding: 13px 10px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    background: #b3b3b2;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    background: #484241;
}
.price-desc img {
    max-width: 100%;
        margin-top: 20px;
}
.price-desc .pro-duct h6 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    min-height: 60px;
    font-family: "Open Sans", sans-serif !important;
}
.price-desc .pro-duct .price-tot {
    color: #ccc;
    font-size: 30px;
    line-height: 65px;
    font-weight: 600;
    font-family: "Freeman", sans-serif !important;
    /* min-height: 31px !important;*/
}
.info-ban {
    padding: 130px 0;
    background: url(../images/info-ban.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.info-ban h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 65px;
    line-height: 75px;
    font-weight: 600;
    text-align: center;
}
.pro-duct {
    padding: 10px;
    text-align: center;
    background: #333;
    position: relative;
    border-radius: 10px;
}
/* .pro-duct::before {
    content: '';
    position: absolute;
    top: 20px;
    left: -12px;
    right: 45px;
    bottom: 0;
    background: #EDE4D9;
} */

.cart-links i {
    background-color: #222;
    padding: 20px;
    color: #fff;
    margin-bottom: 15px;
}