*, *:before, *:after {
  box-sizing: border-box;
}
body{
	margin:0;
	padding:0;
}
.mainwrapper{
	overflow-x:hidden;
}
@font-face {
   font-family: fontrbold;
   src: url(Roboto-Bold.ttf);
}
@font-face {
   font-family: fontrr;
   src: url(Roboto-Regular.ttf);
}
@font-face {
   font-family: fontrm;
   src: url(Roboto-Medium.ttf);
}
@font-face {
   font-family: fontfblck;
   src: url(Figtree-Black.ttf);
}
@font-face {
   font-family: fontosb;
   src: url(Oswald-SemiBold.ttf);
}
@font-face {
   font-family: fontor;
   src: url(Oswald-Regular.ttf);
}
@font-face {
   font-family: fontom;
   src: url(Oswald-Medium.ttf);
}
.oswald-regular{
	font-family: fontor;
}
.oswald-medium{
	font-family: fontom;
}
.oswald-semibold{
	font-family: fontosb;
}
.roboto-bold{
	font-family: fontrbold;
}
.roboto-regular{
	font-family: fontrr;
}
.roboto-medium{
	font-family: fontrm;
}
.figrete-black{
	font-family: fontfblck;
}
.top-note{
	background:#000;
}
.top-noteh5{
	margin:0;
	color: #e7d061;
	padding:10px 0;
    letter-spacing: 1px;
	text-transform:uppercase;
}
.header{
	padding-top:10px;
   box-shadow: 0 20px 50px 0 rgba(28,9,80,.07);
   padding-bottom: 8px;
}
.text-center{
	text-align:center;
}
.white-text{
	color:#fff;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.w1170{
	width:100%;
	max-width:1170px;
	margin:auto;
}
.w50{
	width:50%;	
}
.w33{
	width:33.3%;	
}
.w35{
	width:35%;	
}
.w65{
	width:65%;
}
.w25{
	width:25%;
}
.w75{
	width:75%;
}
.fs17{
	font-size:17px;
}
.fs50{
	font-size:50px;
}
.fs14{
	font-size:14px;
}
.fs15{
	font-size:15px;
}
.fs22{
	font-size:22px;
}
.fs24{
	font-size:24px;
}
.fs18{
	font-size:18px;
}
.fs20{
	font-size:20px;
}
.fs45{
	font-size:45px;
}
.fs36{
	font-size:36px
}
.m0{
	margin:0
}
.mb28{
	margin-bottom:28px;
}
.fs67px{
	font-size:67.4px;
}
.goldentext{
	color:#996633;
}
.graytext{
	color:#666666
}
.strongtext{
	color:#474747;
}
.mt0{
	margin-top:0;
}
.redtext{
	color:#fe0d0d;
}
.stepwrap{
	position:relative;
	z-index:222222222;
	width:370px;
	float:right
	
}
.freeshipmobile{
	display:none;
}
.stepnumber{
	margin: 0 auto;
    background: #a66f35;
    font-size: 18px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 25px;
    color: #fff;
    border: 3px solid #f2ce48;
}
.step3  .stepnumber{
    background: #f2ce48;
    border: 3px solid #f2ce48;
}
.step3 .steptitle{
    opacity:0.5
}
.step3 .stepnumber{
	color:#000
}
.stepcircle{
	width:33.3%;
	float:left;
}
.steptitle{
	padding-top: 2px;
    font-weight: bold;
}


.stepwrap:before{
	position: absolute;
    content: "";
    width: 244px;
    background: #f2ce48;
    height: 3px;
    left: 69px;
    top: 15px;
    z-index: -1;
	
}
.stepwrap:after{
	position: absolute;
    content: "";
    width: 185px;
    background: #a66f35;
    height: 3px;
    left: 70px;
    top: 15px;
    z-index: -1;
	
}
.sr-no {
	
	position: relative;
    left: 46px;
    top: -37px;
    font-size: 11px;
    z-index: 1;
    padding: 3px 6px;

    background: #a66f35;
    border-radius: 50%;
}
.srno{
	left:131px;
	top:-13px
}
.srno.srno3{
	left:145px;
	opacity: 0.5;
	
}
.innerdata li {
  /*border-top: 3px solid #a66f35;*/
  padding-right:46px;
  position: relative;
  display:inline-block;
}
.innerdata li::before {
  background-color: #f2ce48;
  border-radius: 100%;
  content: '';
  position: absolute;
  top: -14px;
  height: 25px;
  width: 25px;
  left:20px
}
.innerdata li:last-of-type::before {
	top:-29px;
	left:9px;
}
.innerdata li:last-of-type{
	border:transparent;
	top:-4px;
	left:4px;
	padding-right:0;
}
.contentdata{
	margin:20px 0;
	border-radius:15px;
    padding:50px 30px;
   box-shadow: 0 20px 50px 0 rgba(28,9,80,.07);
}
.contentdata p{
	line-height:25px;
}
.topptag{
	font-size:28px;
}
.underlinetext{
	text-decoration:underline;	
}
.underlinetext:hover{
	color:#fe0d0d;
	transition:0.5s ease-in;
}
.leftcdata{
	padding-right:40px;
}
.topimg img{
	width:100%;
	padding-top:20px;
}
.imgtag{
	margin: 5px 0 17px 0;
}
.section2 h1{
	line-height:52px;
}
.slideimg img{
	width:100%;
	margin-top:-45px;
}
.spantext{
    font-size: 25px;
    vertical-align: super;
	font-weight:100;
}
.bottle-img{
	height:190px;
}
.inner-blck sup{
	font-size:40px;
}
.spantext strong {
    border-bottom: 4px solid black;
    padding: 0 5px;
}
.p-btn{
	position:relative;
	width:max-content;
	margin:auto;
	background:#996633;
	padding:3px 15px;
    border-radius: 5px;
    overflow: hidden;
	background:#c28308
}
.gren-icon i{
    position: relative;
    width: 100%;
    top: -18px;
	color:#c28308;
    font-size: 30px;
}
.upper-blck{
	padding:10px;
	margin:20px 0
}
.inner-blck{
	border:3px solid #e6e6e6;
	border-radius:8px;
	padding:24px;
    background:#fffbf0;	
}/*
.inner-blck:hover{
	border:3px solid #f7c258;
	transition:0.5s ease-in;
	transform:scale(1.1);
	margin:10px;
}*/
.upper-blck:nth-child(2) .inner-blck{
	border:3px solid #f7c258;
	transition:0.5s ease-in;
	transform:scale(1.1);
	margin:10px;
}
.cart-button, .cart-button button{
	width:100%;
}
.blueatag{
	color:blue
}
.btn {
    background: #00d949;
    border: none;
    padding: 18px 20px;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 7px;
    cursor: pointer;
    letter-spacing: 1.5px;
}
.icon {
    background: #00c136;
    padding: 1.5px 6px 3px 8px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 5px;
    vertical-align: bottom;
}
.strike-diagonal-price{
	position:relative;
}
.strike-diagonal-price:before {
    position: absolute;
    content: "";
    top: 45%;
    right: 75px;
    border-top: 2px solid;
    border-color: #f84042;
    width: 39px;
}
.strike-diagonal-price.mainbox:before{
	right: 63px;
    width: 43px;
}
.card-img img {
    width: 100%;
    padding: 15px 25px 0;
}
.footer-image{
	width:110px;
	margin:30px auto;
}
.footer-image img{
	width:100%;	
}
.footerlink a{
	text-decoration:none;
	color:#000;
}
.flinkspan{
	margin:0px 10px;
}
.ftext{
	width:max-content;
	margin:auto;
}
.ftext h6{
	padding:5px;
	border:2px solid gray;
	font-size:13px;
}
.ftext sup{
	vertical-align:baseline;
}
.desktophide{
	display:none;
}
.strong-text{
	color:#000;
}
.serial-iner a{
	text-decoration:none
}
.clear{
	clear:both;
}
.roundcircle{
	background: #f0dcb4;
    text-align: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    line-height: 41px;
    margin: 0 auto;
}
.roundcircle img{
	width: 45px;
    margin-top: 15px;
}
.innerjpg:nth-child(2) .roundcircle img{

    margin-top: 12px;
}

.innerjpg:last-child .roundcircle img{

    margin-top: 10px;
}	
@media only screen and (max-width: 1200px ){
	.w1170{
		width:100%;
		padding:0 30px
	}
	.jpgimgs{
		width:100%	  
    }	
	.topimg{
		width:100%;
	}
	.innerjpg{
		width:33.3%;
		float:left;
		padding:10px;
	}
	.slideimg img {
		margin-top:0;
	}
}
@media only screen and (max-width: 1000px ){
	.ftext{
		width:100%
	}
	.bottleimg{
		width:100%;
	}
	.inner-blck {
		padding:10px;
	}
	.fs36 {
        font-size: 28px;
    }
	.fs67px {
        font-size: 40px;
   }
}


@media only screen and (max-width: 768px ){	
     .header-manu .fs17{
		 font-size: 13px;
	 }
	 
	 .stepwrap:before {
    width: 168px;
    left: 33px;
}
	 .stepwrap {
    width: 230px;
    
}
.stepwrap:after {
   
    width: 104px;
   
    left: 48px;
}
	.header .w1170{
		padding:0px 15px;
	} 
	 .top-noteh5{
		 font-size:13px
	 }
.sideimgs .imgtag {
    margin: 5px 0 5px 0;
}
.mobile50{
	width:50%;float:left
}
.strike-diagonal-price {
    position: relative;
    font-size: 15px;
    color: #00000096;
}
.inner-blck sup {
    font-size: 23px;
}

.mobile50 .redtext {
    font-size: 17px;
}
.mobile50 .bottle-img {
    height: auto
}
.mobile50 .fs67px {
    font-size: 38px;
}
.mobile50 .fs67px strong{
    margin-right:15px;
}
.bname{
	display: block;
    font-size: 12px;
    text-align: right;
    padding-right: 26px;
    margin-top: -9px;
	
}
.singlebottle img{
	    width: 50%;
    margin-bottom: 20px;
}
	.freeshipmobile{
		display:block;
		font-size:16px;
	}
	.freeshiping{
		display:none
	}
	.sideimgs .fs15 {
    font-size: 11px;
}
	.mobileshow{
		width:100%;
		display:block;
		margin:20px 0
	}
	.mobilehide{
		display:none;
	}
	.header-manu ol{
		padding-left:0;
	}
	.leftcdata, .slideimg, .w100{
       width:100%;
    }	 
	.topimg{
		width:65%;
		float:left;
	}
	.jpgimgs{
		 width:35%;
		 float:left;
		 padding-left:20px
	}
	.topimg img {
		width:100%;		 
	}
	.claimh1{
		 line-height:41px;
	}
	.blockimg,.responsiveleft{
		 width:50%;
		 float:left;
	}
	.responsiveleft p{
		 margin-bottom:15px;
	}
	.bottle-img {
		height: 210px;
		padding-top: 20px;
   }
   .strike-diagonal-price:before {   
		
    left: 92px;
    /* right: 89px; */
}
   }
   .ftext h6 {
		font-size: 18px;
		color:#000000a3
   }
   .upper-blck:nth-child(2) .inner-blck {
   
    transform: none;
 
}
.Buywrap .upper-blck{
	padding:0
}

.Buywrap .inner-blck{
	margin: 0 !important;
    margin-top: 20px !important;
}
   .maincontent{
	     padding: 20px 40px 
   }
   .topheading{
	   line-height: 53px;
   }
   .fs36 {
      font-size: 36px;
   }
   .fs67px {
      font-size: 48px;
    }	 
}
@media only screen and (max-width: 540px ){
	.section2 h1,.claimh1 {
        line-height: 30px;
	}
	.fs45 {
		font-size: 26px;
	}
	.blockimg, .responsiveleft {
        width: 100%;
    }
	.strike-diagonal-price:before {
		left: 97px;
	}
	.upper-blck {
		margin:0;
	}
	.w1170 {
		padding: 0 12px;
    }
}
@media only screen and (max-width: 415px ){
	.innerdata li {
		padding-right:19px;
	}
	.srno {
       left: 85px
	}
	.contentdata {
		padding:30px 15px;
	}
	.topheading {
		font-size:40px;
        line-height: 40px;
    }
	.leftcdata {
        padding-right: 0
    }
	.p-btn {
		width:100%;
		font-size:17px;
		padding-bottom:7px;
	}
}