@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
	font-family: 'Galano Grotesque';
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.for-mob{display:none;}
.for-tab{ display:none;}
.for-desk{}
.fl{ float:left;}
.fr{ float:right;}
/*-----------------------
    MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
.top-strip{
	float:left;
	width:100%;
	background:#bac6d1;
	padding:5px 0;
	}
.top-strip p{
	font-size:16px;
	line-height:24px;
	color:#000000;
	font-weight:600;
	letter-spacing:0.5px;
	}
/*HEADER CSS*/	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	height:70px;
	margin-top: -70px;
    position: relative;
    top:70px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}

.logo{
	float:left;
	margin-top:22px;
	}

	
ul.mainMenu{
	display:inline-block;
	vertical-align:middle;
	margin-top:25px;
	}
ul.mainMenu li{
	float:left;
    padding:0 15px;
	}
ul.mainMenu li a{
	float:left;
	color:#333333 !important;
	font-size:16px;
	line-height:26px;
	letter-spacing:0.3px;
	text-decoration: none !important;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{color: #ffc100 !important;}
ul.hdr-rgt{
	float:right;
	width: 275px;
    text-align: right;
	}
ul.hdr-rgt li{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	font-weight:600;
	color:#333333;
	padding:25px 10px;
	}
ul.hdr-rgt li:nth-child(1) img{
	display:inline-block;
	vertical-align:middle;
	margin:-10px 5px 0 0;
	}
ul.hdr-rgt li:nth-child(2){ 
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: relative;
    padding: 24px 15px 14px;
    vertical-align: baseline;
	}
	ul.hdr-rgt li:nth-child(1) {
    padding: 11px 10px;
    position: relative;
    top: -7px;
}
ul.hdr-rgt li:nth-child(2) span{
	position:absolute;
	top:15px;
	right:8px;
	font-size:15px;
	}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:70px;
    top:26px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #333;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-7.5px, 5px);
	transform: rotate(-45deg) translate(-7.5px, 5px);
	background:#333;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -5px);
	transform: rotate(45deg) translate(-7px, -5px);
	background:#333;
	}
.mobilemenu2 {
    left: 0;
    position: fixed;
    top:78px;
    background: #fff;
    z-index: 12;
    right: 0;
    bottom: 0;
    overflow: scroll;
    display: none;
    border-top: 1px solid #ddd;
}
ul.mobilemenu2.menu_act {
	display: block !important;
}
button#mobMenuBtn:hover {
    background: #ffffff !important;
}
.mobilemenu2 li {
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.mobilemenu2 li a{
	color: #333 !important;
}
.mobilemenu2 li a:hover, .mobilemenu2 li a.active{
	color: #ffc100 !important;
}
.nav-tabs {
    border-bottom: 1px solid #ffc600 !important;
}
.nav-tabs>li.active a, .nav-tabs>li.active a:focus, .nav-tabs>li.active a:focus {
    border: 1px solid #fcc000 !important;
        color: #ffc600;
            border-bottom: 1px solid #fdfaf1 !important;
}
.blog-tab ul li a {
  
    transition: color 110ms ease-in-out;
    color: #000000 !important;
  
}

.clearfix{
	display: block;
	clear: both;
}

#blog-details-new{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.lft-blog-sec{
	width: 75%;
}
.rgt-blog-sec{
	width: 23%;
}
.related-blog {
    display: flex;
    justify-content: space-between;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px;
    margin-bottom: 15px;
}
.related-blog:last-child {
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.blog-details-rgt a.shop-btn .related-blog {
    border-bottom: 1px solid #c1c1c1;
    padding: 9px 0;
}
.rtd-blg-img {
    width: 40%;
}
img.img-responsive {
    max-width: 100%;
    height: auto;
}
.rtd-blg-cont {
    width: 55%;
}
#blog-details-new h4 {
    font-size: 15px;
    line-height: 1.3;
    margin: 0 0 10px;
    padding: 0;
}
.blog-details-rgt a.shop-btn .rtd-blg-cont h4 {
    color: #212529;
}
.blog-details-rgt a.shop-btn .rtd-blg-cont h5 {
    color: #8c91a5;
    font-size: 14px !important;
}
#blog-details-new h3 {
    /* font-size: 16px !important; */
    line-height: 1.3 !important;
    margin: 10px 0 !important;
    padding: 0 0 5px !important;
    text-align: left !important;
    display: block;
    border-bottom: 1px solid #c1c1c1 !important;
}


.blog-pagination{ width: 100%; text-align: center; display: block; padding: 15px 0; margin-top: 20px;}

.blog-pagination .page-numbers{
	min-width: 40px;
	display: inline-block;
	padding: 5px;
	text-align: center;
	margin: 0 5px;
	/* background: #ffc100; */
	border-radius: 5px;
	text-decoration: none !important;
}
.blog-pagination a.prev, .blog-pagination a.next{
	color: #333;
	background: #e3e3e3;
	padding: 5px 15px;
	border-radius: 5px;
	width: auto;
	text-decoration: none !important;
}
.blog-pagination span.current{
	background: #ffc100;
	text-decoration: none !important;
}

@media only screen and (max-width: 767px){
	.mobilemenu {
    top: 70px;
}
.blog-pagination .page-numbers{
	font-size: 15px;
	margin: 0 2px;
	min-width: 20px;
}
}

	ul.mobilemenu.menu_act {
    display: block !important;
}
	
.mobilemenu{
	left:0;
	position:fixed;
	top:100px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:70px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}

	
/*-------------------------
     PRODUCT-DETAILS CSS
--------------------------*/
.prodDetails-sec1{
	float:left;
	width:100%;
	overflow:hidden;
	}
.prodDtls1-left{
	float:left;
	width:37%;
	text-align:center;
	position:relative;
	padding:15px 10px;
	}
.prodDtls1-left:before{
	position:absolute;
	left:-1000px;
	top:0;
	height:560px;
	content:"";
	right:0;
	background:#fbfbfd;
	}
.bdrcomb{
	float:left;
	width:100%;
	color:#000;
	font-size:14px;
	line-height:20px;
	letter-spacing:0.3px;
	text-align:left;
	position:relative;
	}
.prod-slide{
	float:left;
	width:100%;
	position:relative;
	padding:110px 0 0;
	}
.mony-seal{
    position: absolute;
    left: 0;
    top:20px;
    z-index: 9;
	}
ul.prodsec-l-list{
	float:left;
	width:100%;
	margin-top:30px;
	}
ul.prodsec-l-list li{
	float:left;
	width:50%;
	margin:15px 0;
	text-align:center;
	}
ul.prodsec-l-list li img{
	display:block;
	margin:0 auto 10px;
	width:60px;
	}
ul.prodsec-l-list li p{
	font-size: 15px;
    line-height: 18px;
    color: #000000;
    font-weight: 500;
	}

.prodDtls1-rght{
	float:right;
	width:63%;
	text-align:left;
	background:#fdfaf1;
	padding:30px 0 50px 35px;
	position:relative;
	}
.prodDtls1-rght:after{
	position:absolute;
	right:-1000px;
	top:0;
	bottom:0;
	content:"";
	left:0;
	background:#fdfaf1;
	border:4px solid #fff;
	border-top:0;
	box-shadow:1px 3px 15px 0 rgba(0,0,0,0.1);
	}
.prodDtls1-cont{
	float:left;
	width:100%;
	position:relative;
	z-index:2;
	}
.rvw-s1-txt1{
	float:left;
	width:100%;
	font-size:19px;
	line-height:22px;
	color:#000000;
	font-weight:500;
	padding-bottom:13px;
	border-bottom:2px solid #363636;
	}
	
.str-rvw{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	font-weight:normal;
	margin-top:5px;
	color:#333333;
	padding-bottom:10px;
	border-bottom:1px solid #d7d7d7;
	}
.str-rvw img{
	display:inline-block;
	vertical-align:middle;
	width:90px;
	margin:-8px 10px 0 0;
	}
.prod-nameHdng {
    float: left;
    width: 100%;
    font-size: 50px;
    line-height: 50px;
    color: #000000;
    font-weight: 500;
    letter-spacing: 0.5px;
	font-family: 'Butler';
	margin-top:15px;
	}
.prod-subHdng{
	float: left;
    width: 100%;
    font-size:24px;
    line-height: 24px;
    color: #878787;
    font-weight: normal;
    letter-spacing: 0.5px;
	font-family: 'Butler';
	margin-top:12px;
	padding-bottom:10px;
	border-bottom:1px solid #d7d7d7;
	}
.prd-det-disc{
	float: left;
    width: 100%;
    font-size:18px;
    line-height: 26px;
    color: #1a1a1a;
    letter-spacing: 0.5px;
	margin-top:15px;
	}
ul.proDetls1-rgt-list{
	float:left;
	width:100%;
	margin-top:15px;
	}
ul.proDetls1-rgt-list li {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
	font-weight:500;
    padding-left: 30px;
    margin-top: 5px;
    background: url(../images/prd-tik.png) no-repeat left 10px;
	}
.select-pkg {
    float: left;
    width: 100%;
	border-bottom:2px solid #f3ebd7;
	border-top:2px solid #f3ebd7;
	margin:25px 0;
	}
.subscribe-pkg{
	float:left;
	width:50%;
	color:#464646;
	text-align:center;
	font-size:22px;
	line-height:26px;
	cursor:pointer;
	font-family: 'Galano Grotesque';
	font-weight:600;
	letter-spacing:0.5px;
	padding:13px 10px;
	position:relative;
	border:none;
	}
.subscribe-pkg.active{ 
	background:#ffc100;
	color:#000;
	}
	.slick-slide img {
    padding: 0px !important;
    margin: 0px;
    width: 100%;
}
.blog-slid-btn {
    color: #ffc100 !important;
    border: 1px solid #ffc100;
    transition: 0.5s;
    cursor: pointer;
}
.blog-slid-btn:hover {
    color: #ffffff !important;
    border: 1px solid #ffc100;
    background: #ffc100 !important;
}
a.blog-inr-btn:hover {
    color: #ffffff !important;
}
.blg-inr-pic {
    width: 100%;
}
ul {
    padding-left: 0px !important;
}
/*----------
Pakage
----------*/
.pack-sec{
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
	margin-top:10px;
	}
.package{
	width:32%;
	float:left;
	border-radius:10px;
	border:2px solid #fff;
	overflow:hidden;
	box-shadow:0 0 8px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,0.1);
	}	
.package.left{ float:left;}	
.package.right{ float:right;}	
.package.mid{
	border:2px solid #1c1819;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-16%;
	}	
.pack-hdng{
    float: left;
    width: 100%;
	background:#f4eede;
	padding:6px 5px 9px;
	}	
.pack-hdng p{
	float: left;
    width: 100%;	
	font-size:24px;
	line-height:26px;
	font-weight:600;
	color:#000000;
	}	
.package.mid .pack-hdng{ background:#1c1819;}
.package.mid .pack-hdng p{color:#ffc100;}	
		
.pkg-mdl{
    float: left;
    width: 100%;
	padding:15px 15px;
	background:#fff;
	}
.prod-dv{
    float: left;
    width: 100%;
    position: relative;
	}
.pkg-prod {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
	}
.save-seal{
	position:absolute;
	right:10px;
	top:-10px;
	width:50px;
	height:50px;
	border-radius:50%;
	background:#eb8d1e;
	text-align:center;
	font-size:11px;
	line-height:10px;
	color:#ffffff;
	padding-top:5px;
	}
.save-seal span{
	font-size:16px;
	line-height:16px;
	font-weight:600;
	}
.rtl-prc{
	float: left;
    width: 100%;
    font-size: 16px;
    color: #1b1b1b;
    margin-top:10px;
	}
.rtl-prc span{
	position:relative;
	padding:0 5px;
	}
.rtl-prc span img{
	position:absolute;
	top:5px;
	left:0;
	right:-5px;
	width:100%;
	}
.rglr-prc{
	float: left;
    width: 100%;
    font-size: 42px;
	line-height:42px;
	font-weight:600;
    color: #1c1819;
    margin-top:10px;
	}
.rglr-prc span{ font-size:28px; font-weight:normal;}
	
a.addTocut-btn {
    display: inline-block;
    vertical-align: middle;
    width: 190px;
    max-width: 100%;
    height: 43px;
    background: #ffc100;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    text-align: center;
    line-height: 43px;
    margin-top: 5px;
	letter-spacing:0.5px;
	}
.free-shpng{
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
	font-weight: 500;
	margin-top:10px;	
	}
/*============prodDetails-sec2========*/	
.prodDetails-sec2{
	float:left;
	width:100%;
	padding:60px 0 150px;
	}
.com-heading{
	float: left;
    width: 100%;
    font-size: 50px;
    line-height: 55px;
    color: #000000;
    font-family: 'Butler';
    font-weight: 500;
	}
.com-para {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin-top: 20px;
	}
ul.trans-list{
	float:left;
	width:100%;
	margin-top:20px;
	}
ul.trans-list li{
	float:left;
	width:25%;
	padding:0 18px;
	text-align:center;
	position:relative;
	margin:20px 0 0;
	}
ul.trans-list li img{
	display:block;
	margin:0 auto 8px;
	}
ul.trans-list li h3{
	font-size:24px;
	line-height:26px;
	color:#1a1a1a;
	font-weight:500;
	margin-bottom:5px;
	}
ul.trans-list li p{
	font-size:18px;
	line-height:24px;
	color:#1a1a1a;
	}
ul.trans-list li:after{
	content:'';
	width:1px;
	height:90px;
	width:1px;
	background:#dbdbdc;
	position:absolute;
	right:0;
	bottom:0;
	}
ul.trans-list li:first-child{padding-left:0;}
ul.trans-list li:last-child{padding-right:0;}
ul.trans-list li:last-child:after{display:none;}	
	
/*============prodDetails-sec3========*/	
.prodDetails-sec3{
	float:left;
	width:100%;
	background:#fdfaf1;
	}
.prodtls3-rgt{
	float:right;
	width:66%;
	text-align:left;
	padding:60px 0 70px;
	}
.prd-dtls-s3-img1{
	position:absolute;
	left:-150px;
	top:-70px;
	}
a.comn-btn{
	display: inline-block;
    vertical-align: middle;
    width:300px;
    max-width: 100%;
    height: 66px;
    background: #ffc100;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-radius:50px;
    text-align: center;
    line-height: 66px;
    margin-top: 30px;
    letter-spacing: 0.5px;
	}
/*============prodDetails-sec4========*/	
.prodDetails-sec4{
	float:left;
	width:100%;
	padding:60px 0;
	}
.prod-dtls-s4-box{
	float: left;
    width: 100%;
    margin-top: 70px;
	padding:0 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.prod-dtls-s4-col{
	width:31%;
	text-align:center;
	background:url(../images/prd-dtl-s4-bg1.jpg) no-repeat right top;
	padding:0 20px 30px;
	border:2px solid #fff;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.1);
	}
.prod-dtls-s4-col:nth-child(2){background:url(../images/prd-dtl-s4-bg2.jpg) no-repeat right top;}
.prod-dtls-s4-col:nth-child(3){background:url(../images/prd-dtl-s4-bg3.jpg) no-repeat right top;}
.prd-dtl-s4-ic{
	display:block;
	width:100px;
	height:100px;
	padding:15px;
	border-radius:50%;
	border:2px solid #fff;
	margin:-50px auto 15px;
	background:#fff;
	}
.prod-dtls-s4-col span{
	float:left;
	width:100%;
	padding-bottom:20px;
	font-size:26px;
	line-height:30px;
	color:#000000;
	font-family: 'Butler';
	font-weight:bold;
	position:relative;
	}
.prod-dtls-s4-col span:after{
	position:absolute;
	left:50%;
	margin-left:-25px;
	width:50px;
	bottom:0;
	height:5px;
	background:#ffefbf;
	border-radius:15px;
	content:"";
	}
.prod-dtls-s4-col p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#1a1a1a;
	margin-top:20px;
	}
	
/*============prodDetails-sec5========*/	
.prodDetails-sec5{
	float:left;
	width:100%;
	padding:50px 0;
	background:#fdfaf1;
	}	
.reslt-box{
	float:left;
	width:100%;
	}
.reslt-col{
	float:left;
	width:33.33%;
	text-align:center;
	padding:0 72px;
	}
.reslt-col p{
	float:left;
	width:100%;
	margin-top:15px;
	font-size:18px;
	line-height:26px;
	color:#1a1a1a;
	}

/*============prodDetails-sec6========*/	
.prodDetails-sec6{
	float:left;
	width:100%;
	padding:80px 0;
	overflow:hidden;
	}
.prd-det-s6-img{
	position:absolute;
	right:-80px;
	top:180px;
	}
.prod-det-s6-lft{
	float:left;
	width:55%;
	margin-top:40px;
	text-align:left;
	}
ul.prod-det-s6-list{
	float:left;
	width:100%;
	margin-bottom:20px;
	}
ul.prod-det-s6-list li{
	float:left;
	width:100%;
	text-align:left;
	margin-top:40px;
	padding-left:120px;
	position:relative;
	}
ul.prod-det-s6-list li img{
	position:absolute;
	left:0;
	top:0;
	}
ul.prod-det-s6-list li span{
	float:left;
	width:100%;
	font-size:26px;
	line-height:30px;
	color:#000000;
	font-weight:500;
	font-family: 'Butler';
	}
ul.prod-det-s6-list li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#1a1a1a;
	margin-top:5px;
	}

.s7-list{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top:60px;
	}
.s7-list-col{
	width:12%;
	border:1px solid #f3e9c8;
	border-radius:10px;
	text-align:center;
	padding:20px 5px;
	}
.s7-ic{
	display:block;
	margin:0 auto 15px;
	}
.s7-list-col p{
	font-size:18px;
	line-height:22px;
	color:#000000;
	letter-spacing:0.5px;
	}
/*============prodDetails-sec7========*/	
.prodDetails-sec7{
	float:left;
	width:100%;
	padding:80px 0;
	background:#fdfaf1;
	}
.prod-det-s7-box{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top:40px;
	}
.prod-det-s7-col{
	width:29%;
	text-align:center;
	}
.prod-det-s7-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:10px;
	}
.prod-det-s7-col h4{
	display:block;
	margin:-15px auto 15px;
    font-size: 20px;
    line-height: 38px;
    color: #ffffff;
	font-weight:600;
	background:#ffc100;
	border-radius:50%;
	width:38px;
	height:38px;
	position:relative;
	}
.prod-det-s7-col span{
	float: left;
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    font-family: 'Butler';
	letter-spacing:0.5px;
	}
.prod-det-s7-col p{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #1a1a1a;
    margin-top: 10px;
	padding:0 15px;
	}
	
/*============prodDetails-sec8========*/	
.prodDetails-sec8{
	float:left;
	width:100%;
	padding:70px 0;
	}

.review-box{
	display:inline-block;
	vertical-align:middle;
	max-width:780px;
	width:100%;
	background:#fff;
	border-radius:3px;
	padding:20px 15px;
	box-shadow:0 0 20px 0 rgba(0,0,0,0.1);
	margin-top:40px;
	}
.rat-sec{
	display:inline-block;
	vertical-align:middle;
	width:115px;
	}
.rat-sec span{
	float:left;
	width:100%;
	font-size:50px;
	line-height:50px;
	color:#000000;
	margin-bottom:10px;
	}
.rat-sec p{
	float:left;
	width:100%;
	font-size:14px;
	line-height:22px;
	color:#9f9e9e;
	}
.rat-sec img{
	display:block;
	margin:0 auto;
	width:90px;
	}
.rat-img{
	display:inline-block;
	vertical-align:middle;
	margin:0 20px;
	}
.rat-txt1{
	width:175px;
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	line-height:18px;
	color:#656565;
	margin:0 10px;
	}
.rat-txt1 span{
	float:left;
	width:100%;
	font-size:30px;
	line-height:30px;
	padding-bottom:15px;
	}

.testi-sec{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:780px;
	margin-top:30px;
	}
.testi-bx{
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    padding-left: 70px;
	padding-bottom:25px;
	margin-top:30px;
	border-bottom:1px solid #d5d5d5;
	}
.testi-bx:last-child{ border:none;}
.name-t{
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
	background:#f8ca3b;
    position: absolute;
    text-align: center;
    color: #ffffff;
    font-size: 23px;
    left: 0;
    top: 0;
	}
.tsti-txt1{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#333333;
	font-weight:500;
	margin-bottom:10px;
	}
.t-star{
	display:block;
	width:90px;
	}
.tsti-txt2{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;	
	color:#333333;
	margin-top:10px;
	letter-spacing:0.3px;
	}
.tsti-txt3{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#ffb30f;
	margin-top:12px;
	font-weight:500;
	}
.tsti-txt3 span{
	font-weight:normal;
	color:#747474;
	padding:0 5px;
	font-size:16px;
	}
/*============prodDetails-sec9========*/	
.prodDetails-sec9{
	float:left;
	width:100%;
	padding:70px 0;
	background:#fdfaf1;
	}
.prod-s9-box{
	float:left;
	width:100%;
	}
.prod-det-s9-col{
	display:inline-block;
	vertical-align:top;
	width:258px;
	margin:60px 20px 0;
	text-align:center;
	}
.prod-likeBx{
	float:left;
	width:100%;
	background:#fff;
	padding:15px 10px 10px;
	box-shadow:0 0 9px 0 rgba(0,0,0,0.1);
	}
.prod-likeBx img{ max-width:100%;}
.prod-name{
	float: left;
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
    font-family: 'Butler';
	margin-top:18px;
	}
.sp-bx-pr2 {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 13px;
	}
.sp-bx-pr2 img {
    display: inline-block;
    vertical-align: middle;
    margin: -8px 10px 0 0;
    width: 95px;
	}
a.addTocut-btn2 {
    display: inline-block;
    vertical-align: middle;
    width: 190px;
    max-width: 100%;
    height: 43px;
	border:2px solid #ffc100;
    color: #ffc100;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    text-align: center;
    line-height: 40px;
    margin-top:20px;
    letter-spacing: 0.5px;
	}
a.addTocut-btn2:hover{
	background: #ffc100;
	color:#fff;
	}

/*============prodDetails-sec10========*/	
.prodDetails-sec10{
	float:left;
	width:100%;
	padding:70px 0;
	}

.faq-container{
	display:inline-block;
	vertical-align:middle;
	max-width:775px;
	width:100%;
	margin:30px 0 0;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	}	
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close-btn.png) no-repeat 97% center;
    padding: 20px 40px 20px 0;
    font-size: 20px;
    line-height: 24px;
    color: #2d2d2d;
	font-weight:500;
	letter-spacing:0.5px;
    cursor: pointer;
	border-bottom:1px solid #f1e9e9;
	}
.acdn-heading.accordion-open {
    background: url(../images/open-btn.png) no-repeat 97% center;
	border:none;
	border-bottom:1px solid #f1e9e9;
	}
.acdn-content {
    float: left;
    width: 100%;
    padding: 20px 10px 10px 0;
	}
.acdn-para{
	float: left;
    width: 100%;
	font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
	margin-bottom:15px;
	text-align:left;
	}

/*-------------------------
    CSS FOR FOOTERLINK
--------------------------*/
.ftr-links-sec {
    float: left;
    width: 100%;
    background: #eeeeee;
	padding:50px 0 40px;
	}
.ftr-links-inr{
	float: left;
    width: 100%;
	text-align:left;
	}
.ftr-links-col{
	float:left;
	width:30%;
	}
.ftr-links-col-1{
	}
.ftr-links-col-2{
	}
.ftr-links-col-3{
	width:20%;
	}
.ftr-links-col-4{
	width:20%;
	}
.ftr-log{
	max-width:100%;
	width:220px;
	}
.address-ftr{
	float:left;
	width:100%;
	margin:15px 0 0;
	font-size:16px;
	line-height:24px;
	color:#7d7d7d;
	}

.ftr-links-hd {
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
	}
.ftr-links-list{
	float:left;
	width:100%;
	}
.ftr-links-list li{
	float:left;
	width:100%;
	margin:8px 0 0;
	font-size:18px;
	line-height:24px;
	color:#000000;
	text-align:left;
	letter-spacing:0.3px;
	}
.ftr-links-list li a{color:#000000;}

ul.scl-list{
	float:left;
	width:100%;
	margin:30px 0 0;
	}
ul.scl-list li{
	float:left;
	margin:0 5px;
	}
.disclmr-txt{
	float:left;
	width:100%;
	margin:35px 0 0;
	font-size:14px;
	line-height:24px;
	color:#747474;
	text-align:left;
	}
		
.cards{
	position:absolute;
	right:0;
	top:-46px;
	}

.footer{
	float:left;
	width:100%;
	background:#dddddd;
	padding:30px 0 25px;
	}
.ftr-txt{
	float:left;
	font-size:14px;
	line-height:16px;
	color:#000000;
	margin-right:30px;
	}
.ftr-txt a{color:#000000; margin:0 6px;}



/*-------------------------
   ABOUT PAGE
--------------------------*/

.about-sec1{
	float:left;
	width:100%;
	background:#fdfaf1;
	padding:50px 0;
	position:relative;
	}
.abt-s1-lft{
	float:left;
	width:61.53%;
	text-align:left;
	}
.abt-s1pic{
	position:absolute;
	right:0;
	top:0;
	}
/*--------abt-sec2--------*/
.about-sec2{
	float:left;
	width:100%;
	background:#fff;
	padding:110px 0 90px;
	}
.abt-s2-box{ 
	float: left;
    width: 100%;
    margin-top: 30px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.abt-s2-colm{
	float:left;
	width:31.70%;
	padding:0 15px;
	position:relative;
	}
.abt-s2-colm:before{
	position:absolute;
	left:0;
	top:0;
	right:0;
	height:265px;
	border-radius:10px;
	background:#f2efe5;
	content:"";
	}
.abt-inr-box{
	float:left;
	width:100%;
	margin-top:135px;
	position:relative;
	border-radius:10px;
	background:#fdfaf1;
	padding:0 15px 25px;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
	}
.abt-inr-box img{
	display:block;
	margin:-22px auto 20px;}
.abs2-pr1{
	float:left;
	width:100%;
	font-size:26px;
	line-height:30px;
	color:#000000;
	font-weight:bold;
	font-family: 'Butler';
	}

.abs2-pr2{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#1a1a1a;
	margin-top:10px;
	}
/*--------abt-sec3--------*/	
.about-sec3{
	float:left;
	width:100%;
	padding:0 0 80px;
	overflow:hidden;
	}
.abt-s3-rgt{
	float:right;
	width:45.72%;
	height:780px;
	margin-right:50px;
	background:url(../images/ab-s3-bg.jpg) no-repeat center center;
	}
.abt-s3-lft{
	position:absolute;
	top:80px;
	left:0;
	width:88%;
	background:#fdfaf1;
	text-align:left;
	padding:50px 275px 50px 50px;
	}
.abt-s3-pic{
	position:absolute;
	top:90px;
	right:-200px;
	}
.abt-s3-pic-ic{
	position:absolute;
	right: 210px;
	top:50%;
	margin-top:-27px;
	}
/*-------------------------
   CONTACT PAGE
--------------------------*/
.contact-sec{
	float:left;
	width:100%;
	background:url(../images/contct-secbg.jpg) no-repeat center top;
	padding:65px 0 80px;
	}
.contact-sec-mdl{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1170px;
	margin-top:40px;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
	background:#fff;
	padding:45px 0 0 0px;
	}
.contc-col-1{
	float:left;
	width:49%;
	padding:0 55px 25px 40px;
	text-align:left;
	border-right:1px solid #e1e1e1;
	}

.contct-txt1{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	color:#2d3b42;
	font-weight:600;
	}
.contct-txt2{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#121212;
	margin-top:10px;
	letter-spacing:0.5px;
	}
.contc-col-1 ul{
	float:left;
	width:100%;
	margin-top:20px;
	}
.contc-col-1 ul li{
	float:left;
	width:100%;
	margin-top:20px;
	position:relative;
	}
.contc-col-1 ul li:last-child{ border:none;}
.contc-col-1 ul li span{
	float: left;
    width: 100%;
    font-size:18px;
    color: #323232;
    line-height:26px;
    font-weight: 600;
	}
.contc-col-1 ul li p{
	display:inline-block;
	vertical-align: middle;
	width:calc(100% - 50px);
	padding-left:15px;
    font-size:18px;
    color: #121212;
    line-height:26px;
	}
	
.cont-icon{
	display:inline-block;
	vertical-align:middle;
	}
.contc-col-2{
	float:right;
	width:50%;
	padding:0 50px 50px;
	text-align:left;
	}
.contc-col-2 h2{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	color:#2d3b42;
	text-align:left;
	font-weight:500;
	position:relative;
	margin-bottom:20px;
	}

.msg-frmfild{
	float:left;
	width:100%;
	margin-top:14px;
	}
.msg-frmfild input,.msg-frmfild textarea{
	float:left;
	width:100%;
	height:52px;
	font-size:16px;
	background:#fff;
	color:#505050;
	outline:none;
	border:1px solid #b9cede;;
	border-radius: 5px;
	padding:5px 10px 5px 20px;
	font-family: 'Galano Grotesque';
	}
.msg-areafild{
	height:100%;
	min-height:110px;
	}
.msg-frmfild textarea{ 
	height:100%;
	min-height:110px;
	resize:none;
	padding-top:15px;
	}
.submit {
	display:inline-block;
	vertical-align:middle;
    height:65px;
	width:290px;
	max-width:100%;
    background: #ffc100;
	border-radius:40px;
    color: #fff;
    margin-top: 30px;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
	line-height:65px;
	font-weight:bold;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
	position:relative;
	font-family: 'Galano Grotesque';
	padding-right:30px;
	}
.submit img{
	position: absolute;
    right: 9px;
    top: 9px;
	}
.contact-soc-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#5a5a5a;
	background:#fdfaf1;
	margin-top:40px;
	padding:15px 0;
	}
.contact-soc-para img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 0 0 15px;
	}


/*-------------------------
   FAQ PAGE
--------------------------*/
.faq-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1000px;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	margin-top:40px;
	padding:20px 50px 30px;
	background:#fff;
	}
.faq-box .faq-container{ max-width:100%;}

/*-------------------------
  SHOP PAGE
--------------------------*/
.shop-box{
	float: left;
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.shop-col{
	width:32%;
	background:#fdfaf1;
	border-radius:15px;
	position:relative;
	box-shadow:1px 2px 9px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:1px 2px 9px 1px rgba(0,0,0,0.1);
	overflow:hidden;
	}
.shop-prod{
	float:left;
	width:100%;
	background:#fff;
	height:230px;
	padding:15px 0 0;
	}
.shop-prod p{
	position:absolute;
	left:15px;
	top:15px;
	float:left;
	font-size:14px;
	line-height:18px;
	color:#ababab;
	}
.shop-prod img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.shop-prd-abt{
	float:left;
	width:100%;
	padding:70px 20px 25px;
	text-align:left;
	}
.prd-txt1{
	float:left;
	width:100%;
	font-size:23px;
	line-height:30px;
	padding:5px 0 12px;
	border-bottom:1px solid #fcc508;
	color:#878787;
	font-weight:500;
	font-family: 'Butler';
	}
.prd-txt1 span{
	float: right;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
	font-family: 'Galano Grotesque';
	}
.prd-txt1 span img{
	display: inline-block;
    vertical-align: middle;
    width: 90px;
    margin: -8px 10px 0 0;
	}
.shop-prd-abt ul,.bndl-rght ul{
	float: left;
    width: 100%;
	margin-top:15px;
	}
.shop-prd-abt ul li,.bndl-rght ul li {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    padding-left: 27px;
	letter-spacing:0.3px;
    margin-top: 5px;
    background: url(../images/prd-tik.png) no-repeat left 8px;
	}
.prd-txt2{
	float:left;
	width:100%;
	font-size: 18px;
    line-height: 24px;
    color: #333333;
	margin-top:15px;
	}
.prd-txt2 img{
	display: inline-block;
    vertical-align: middle;
    width: 90px;
    margin: -8px 10px 0 0;
	}
.prd-txt3{
	float:right;
	font-size:24px;
	line-height:30px;
	color:#333333;
	font-weight:600;
	margin-top:28px;
	}
.bundle-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:950px;
	margin-top:90px;
	}
.bndl-lft{
	float:left;
	width:31%;
	}
.bndl-lft img{
	max-width:100%;
	}
.bndl-rght{
	float:right;
	width:60%;
	text-align:left;
	}
.bndl-prc{
	display:inline-block;
	vertical-align:middle;
	margin:20px 0 0 30px;
	font-size:24px;
	line-height:30px;
	color:#333333;
	font-weight:600;
	}


/*-------------------------
  BLOG PAGE
--------------------------*/
.Blog-box{
	/* float: left; */
    width: 100%;
	max-width: 1170px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin:15px auto 0;
	}
.blog-box-col{
	width: 47%;
    margin: 35px 1.5% 0;
	background:#fff;
    text-align: left;
    box-shadow: 0 0 9px 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 9px 1px rgb(0,0,0 / 0.1);
    border-radius: 8px;
	overflow:hidden;
	}
.blog-pic{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.blog-cont{
	float:left;
	width:100%;
	padding:20px 25px 25px;
	}
.date-stp {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #121212;
    font-weight: 500;
    line-height: 24px;
	}
.blocont-txt1 {
    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    color: #121212;
    font-weight: 500;
	font-family: 'Butler';
    margin-top: 10px;
	}
.blocont-txt2 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-top: 15px;
	}
a.blog-btn {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #ffc100;
    border:1px solid #ffc100;
	border-radius:50px;
    max-width: 128px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    margin-top:20px;
    font-weight: 600;
	}
a.blog-btn:hover{ background:#ffc100; color:#fff;}
/*-------------------------
  BLOG INNER PAGE
--------------------------*/
.Blog-Inner{
	/*display:inline-block;
	vertical-align:middle;
	 width:100%;
	max-width:870px; */
	margin-top:35px;
	text-align:left;
	}
	.Blog-Inner ul{ padding-left: 18px !important;}
.Blog-Inner ul li{ list-style-type: initial;}
.Blog-Inner ol li{ list-style-type: decimal;}
.autth-sc{
	float:left;
	width:100%;}
.author{
	float: left;
    font-size: 15px;
    line-height: 24px;
    color: #121212;
    font-weight: 500;
    position: relative;
    padding-left: 55px;
	text-align:left;
    padding-top: 10px;
	}
.aut-pic{
	position:absolute;
	top:-3px;
	left:0;
	}
.dat-stp{
	float: left;
	font-size: 15px;
    line-height: 24px;
    color: #121212;
	text-align:left;
    font-weight: 500;
    position: relative;
    padding-top: 10px;
	}
.dat-stp img {
    display: inline-block;
    vertical-align: middle;
    margin: -10px 8px 0 15px;
	}
.Share-lk{
	float:right;
	font-size:15px;
	line-height:24px;
	color:#fcc000;
	font-weight:500;
	margin-top:10px;
	}
.Share-lk a img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0;
	height:15px;
	}
.blg-inr-pic{
	display: inline-block;
	vertical-align:middle;
	margin:25px auto;
	max-width:100%;
	border:3px solid #fff;
    box-shadow: 0 0 9px 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 9px 1px rgb(0,0,0 / 0.1);
	}
.blg-inr-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#121212;
	}
.blg-inr-txt1{
	float:left;
	width:100%;
	font-size:36px;
	line-height:36px;
	color:#000000;
	font-weight:500;
	font-family: 'Butler';
	margin-top: 35px;
	}
.blg-innr-list{
	float:left;
	width:100%;
	margin-top:5px;
	}
.blg-innr-list li{
	float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    padding-left: 27px;
    letter-spacing: 0.3px;
    margin-top: 5px;
    background: url(../images/prd-tik.png) no-repeat left 8px;
	}
.reslt-box{
	float:left;
	width:100%;
	}
.box-bgr p{
	float:left;
	width:100%;
	margin-top:15px;
	font-size:18px;
	line-height:26px;
	color:#1a1a1a;
	}
.box-bgr{
	padding:25px 10px 25px;
	margin:25px 1.7% 0;
	background:#fdfaf1;
	width:31%;
	}
.box-bgr:first-child{ margin-left:0;}
.box-bgr:last-child{ margin-right:0;}
.blg-inr-para1{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#121212;
	margin-top:15px;
	}
.inr-prod-box{
	float:left;
	width:100%;
	background:#fdfaf1;
	border:2px solid #ffc100;
	margin-top:35px;
	}
.prod-box-lft{
	float:left;
	width:540px;
	}
.top-part{
	float:left;
	padding:15px 15px 15px 20px;
	}
.top-txt1{
	float:left;
	width:100%;
	font-size:26px;
	line-height:30px;
	color:#000000;
	font-family: 'Butler';
	font-weight:500;
	}
.top-txt2{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000000;
	font-weight:500;
	margin-top:10px;
	}
.btm-part{
	float:left;
	width:585px;
	background:#948e7d;
	}

.btm-part ul{
	float:left;
	width:100%;
	}
.btm-part ul li{
	float:left;
	width:25%;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	font-family: 'Butler';
	padding: 8px 20px 8px 20px;
	border-right:1px solid #a9a597;
	}
.btm-part ul li:last-child{ border-right:none;}

.prod-box-rgt{
	float:right;
	background:url(../images/rgt-bgr.png) no-repeat center center;
	height:164px;
	width:270px;
	text-align:center;
	}
.prod-box-rgt img{
	display:block;
	margin:10px 0 0 45px;
	}

.blog-inr-btn{
	display: inline-block;
    vertical-align: middle;
    width: 130px;
    max-width: 100%;
    height: 30px;
	background:#ffc100;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    text-align: center;
    line-height: 29px;
    letter-spacing: 0.5px;
	margin-top:10px;
	margin-left:20px;
	}
.blg-inner-box-2{
	float:left;
	width:100%;
	padding-bottom:80px;
	}
.blog-slid-box{
	float:left;
	width:100%;
	margin-top:40px;
	}
.blog-slid-col{
	display:inline-block;
	vertical-align:top;
	vertical-align: top;
    width: 370px !important;
    text-align: left;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
	box-shadow: 0 0 9px 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 9px 1px rgb(0,0,0 / 0.1);
	}
.blog-slid-cont{
	float: left;
    width: 100%;
    padding: 20px 25px 25px;
	}
.date-stiip{
	float: left;
    width: 100%;
    font-size: 14px;
    color: #121212;
    font-weight: 500;
    line-height: 20px;
	}
.blog-cont-txt1{
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    color: #121212;
    font-weight: 500;
    font-family: 'Butler';
    margin-top: 10px;
	}
.blog-slid-btn{
	float: left;
    width: 100%;
    font-size: 16px;
    color: #ffc100;
    border: 1px solid #ffc100;
    border-radius: 50px;
    max-width: 115px;
    height: 30px;
    text-align: center;
    line-height: 27px;
    margin-top: 20px;
    font-weight: 500;
	}
.blog-slid-pic{
	display: block;
    margin: 0 auto;
    max-width: 100%;
	}


/*======================
CHECKOUT_PAGE
=====================*/
.checkout-inr {
	display: inline-block;
	vertical-align: top;
	max-width: 1004px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	margin: 30px 0;
	border-radius: 5px;
	background:#fff;
	}
.chk-inr-lft {
	width: 64%;
	float: left;
	position: relative;
	padding:25px 30px;
	}
.frm-cont {
	float: left;
	width: 100%;
	background: #fff;
	}
.frm-hdg {
	float: left;
	width: 100%;
	text-align: left;
	padding: 0 0 10px;
	position: relative;
	border-bottom: 2px solid #dfdfdf;
	}
.frm-hdg h3 {
	font-size: 29px;
	line-height: 36px;
	color: #000;
	font-weight: 600;
	float: left;
	width: 100%;
	}
.frm-hdg small {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	float: left;
	font-weight: 500;
	}
.frm-hdg p {
	position: absolute;
	right: 0;
	top: 15px;
	background: #ffc200;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	padding: 7px 25px 10px;
	font-weight: 600;
	border-radius:25px;
	}
.view-txt {
	display: inline-block;
	border: 2px solid #e6d8af;
	width: 100%;
	padding: 10px 10px 14px;
	font-size: 21px;
	line-height: 26px;
	font-weight: 500;
	background: #fdfaf1;
	margin-top: 20px;
	color: #000;
	}
.view-txt span#timer {
	color: #ff0000;
	}
.view-txt img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-top:-3px;
	}
.frm-inr {
	display: inline-block;
	width: 100%;
	margin: 10px 0 0;
	}	
.frm-elem {
	margin: 6px 0;
	}	
.half {width: 48%;}
.full {width: 100%;}
.frm-inr label {
	width: 100%;
	font-size: 17px;
	line-height: 24px;
	color: #333;
	float: left;
	margin-bottom: 4px;
	text-align: left;
	font-weight: 400;
	letter-spacing:0.5px;
	}
.frm-inr input[type="text"], select, .frm-inr input[type="tel"], .frm-inr input[type="email"] {
	width: 100%;
	float: left;
	border: 1px solid #c4c4c4;
	padding: 12px 15px;
	-webkit-appearance: none;
	font-size: 17px;
	line-height: 1.2;
	font-family: 'Galano Grotesque';
	border-radius: 3px;
	}
select {
	background: url(../images/sel-img.png) 94% center no-repeat #fff;
	padding: 14px 15px;
	font-size: 15px;
	line-height: 1;
	}
.frm-inr input[type="text"]::placeholder {
	color:#878787;
	}
.usps-txt-bg {
	float: left;
	width: 100%;
	text-align: center;
	}
.usps-txt {
	font-size: 17px;
	line-height: 20px;
	color: #333;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-top: 15px;
	font-weight: 600;
	}
.usps-txt span {
	color: #ff0000;
	font-weight:600;
	}
.usps-txt .usps-img {
	display: inline-block;
	vertical-align: middle;
	margin-right:10px;
	}
.card-accept{
	float:left;
	margin-top:20px;
	margin-bottom:10px;
	}
.togle-chk {
	font-size: 18px;
	line-height: 22px;
	color: #333;
	padding-left: 25px;
	position: relative;
	text-align: left;
	margin: 10px 0;
	}
.togle-chk input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 3px;
	width: 15px;
	height: 15px;
	}
.cvv {
	float: left;
	margin-top: 25px;
	}
.check-btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:632px;
	text-align:center;
	margin-top:20px;
	height:80px;
	border:none;
	outline:none;
	border-radius:50px;
	line-height:78px;
	font-size:32px;
	font-family: 'Galano Grotesque';
	letter-spacing:0.5px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	-webkit-appearance:none;
	text-shadow:0 0 3px rgba(0,0,0,0.3);
	background: #ffc200;
	}
.secur-img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin-top:20px;
	}
/*CSS CHECKOUT  RIGHT*/
.chk-inr-rgt {
	float: right;
	width: 35%;
	padding:10px 15px 15px;
	background: #fcfbf0;
	}
.odr-sum {
	font-size: 25px;
	line-height: 30px;
	color: #000;
	font-weight: 500;
	text-align: left;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin: 0 0 20px;
	}
.chk-odr-row{
	float:left;
	width:100%;
	margin-bottom:15px;
	}
.prd-desc {
	float: left;
	width: 70%;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	padding-left: 70px;
	font-weight:400;
	}
.prd-desc span {
	font-weight: 600;
	color: #333;
	font-size:19px;
	line-height:20px;
	}
.prd-desc img {
	position: absolute;
	left: 0;
	top: 0;
	width:55px;
	}
.smry-prc{
	float:right; 
	width:30%; 
	text-align:right;
	font-size: 18px; 
	font-weight:500;
	line-height: 22px;
	}
table.prd-prc-det {
	float: left;
	width: 100%;
	margin:0 0 15px 0;
	}
table.prd-prc-det tr td {
	width: 50%;
	font-size: 17px;
	line-height: 22px;
	font-weight: 400;
	padding: 2px 10px;
	}
table.prd-prc-det tr td.spl {
	background: #ffc200;
	color: #fff;
	padding: 8px 10px 10px;
	}
table.prd-prc-det tr td span{font-weight: 600;color: #543178;}

.mny-bck {
	border: 1px solid #e0e0e0;
	float: left;
	width: 100%;
	padding: 20px;
	margin-top: 50px;
	background:#fff;
	}
.mny-bck img {
	margin-top: -70px;
	width:100px;
	}
.mny-bck h3 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	color: #333;
	margin: 10px 0;
	}
.mny-bck p {
	font-size: 17px;
	line-height: 24px;
	letter-spacing:0.5px;
	}

/*=============================
THANK_YOU
=================================*/
.ty-inr-sec{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:830px;
	}

.ordr-smry-hdng{
	float:left;
	width:100%;
	font-size:28px;
	line-height:30px;
	color:#000;
	font-weight:500;
	margin-top:40px;
	}
.thnk-odrnmbr{
	float:left;
	width:100%;
	background:#bac6d1;
	padding:2px 0;
	font-size:17px;
	line-height:22px;
	color:#030303;
	margin-top:20px;
	letter-spacing:0.5px;
	}
.thnk-odrtxt1{
	float:left;
	width:50%;
	padding:14px;
	text-align:left;
	border-right:1px solid #333;
	}
.thnk-odrtxt1 img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 10px 0 0;
	}
.thnk-odrtxt2{
	float:right;
	width:50%;
	padding:14px;
	text-align:right;
	}
.thnk-odrtxt2 img{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 10px 0 0;
	}
.ty-txt1{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height:26px;
    color: #373737;
    font-weight: 500;
    margin-top: 20px;
	}
.ty-odr-smryBox{
	float:left;
	width:100%;
	margin-top:20px;
	}
.ty-heading-row{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	color:#404043;
	font-weight:500;
	background:#f2f1ec;
	border:1px solid #e9e8e3;
	letter-spacing:0.5px;
	}
.ty-heading-row > div{ padding:5px;}
.ty-col-1{
	float:left;
	width:46%;
	text-align:left;
	border-right:1px solid #d9d9d9;
	}
.ty-heading-row .ty-col-1{ padding-left:80px;}
.ty-col-2,.ty-col-3{
	float:left;
	width:16%;
	text-align:center;
	border-right:1px solid #d9d9d9;
	}
.ty-col-4{
	float:left;
	width:22%;
	text-align:center;
	}
.ty-prod-row{
	float:left;
	width:100%;
	border:1px solid #d9d9d9;
	margin:3px 0 0;
	font-size:17px;
	letter-spacing:0.5px;
	line-height:20px;
	color:#373737;
	background: #fff;
	padding:5px 0;
	}
.ty-prod-row .ty-col-1{
	padding:10px 15px;
	}
.ty-prod-row .ty-col-2,.ty-prod-row .ty-col-3,.ty-prod-row .ty-col-4{
	padding:36px 10px;
	}
.ty-prodbx{
	display:inline-block;
	vertical-align:middle;
	width:72px;
	height:72px;
	padding:7px 3px;
	border:1px solid #d9d9d9;
	text-align:center;
	}
.ty-prodbx img{
	max-width:100%;
	max-height: 100%;
	}
.ty-prd-name{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 90px);
	padding-left:16px;
	font-size:18px;
	}

.priceFlds {
    float: right;
    width:55%;
    padding-right:7%;
    margin-top:15px;
	}
.prc-row {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dadada;
    padding:5px 5px 5px 5px;
    text-align: right;
    color: #101010;
    font-size: 17px;
	letter-spacing:0.5px;
	}
.prc-row p{
	float:left;
	width:60%;
	}
.prc-row span {
    float: right;
	width:15%;
    text-align: left;
	}
.prc-row.total {
    border: none;
	font-weight:600;
	}
.billing-strip{
	float:left;
	width:100%;
	margin-top:20px;
	font-size:19px;
	line-height:26px;
	color:#000;
	background:#bac6d1;
	padding:5px;
	font-weight:500;
	letter-spacing:0.5px;
	}
.ty-shpngBx{
	float:left;
	width:100%;
	padding:20px;
	}
.ty-shpng-col{
	width:34%;
	text-align:left;
	}
.ty-shpng-col h3{
	float:left;
	width:100%;
	font-size:19px;
	line-height:22px;
	color:#101010;
	font-weight:600;
	letter-spacing:0.5px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
	}
.ty-shpng-col h3 img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 10px 0 0;
	}
.ty-shpng-col p{
	float:left;
	width:100%;
	font-size:16px;
	letter-spacing:0.5px;
	line-height:22px;
	color:#101010;
	margin-top:5px;
	}
ul.custmr-service-list{
	float:left;
	width:100%;
	margin-top:20px;
	}
ul.custmr-service-list li{
	float:left;
	width:25%;
	text-align:center;
	position:relative;
	}
ul.custmr-service-list li:after{
	position:absolute;
	right:0;
	top:20px;
	bottom:10px;
	width:1px; background:#ddd;
	content:"";
	}
ul.custmr-service-list li:last-child:after{ display:none;}
ul.custmr-service-list li img{
	display:block;
	margin:0 auto 5px;
	}
ul.custmr-service-list li p{
	font-size:16px;
	line-height:20px;
	letter-spacing:0.5px;
	color:#666666;
	}
.help-Box{
	float:left;
	width:100%;
	background:#bac6d1;
	margin-top:30px;
	padding:0 0 15px;
	}
.help-txt1{
	display:block;
	margin:-20px auto 5px;
	width:35px;
	height:35px;
	background:#fff;
	border-radius:50%;
	text-align:center;
	padding:12px 0 0;
	}
.help-txt2{
	float: left;
    width: 100%;
    font-size:20px;
    letter-spacing: 0.5px;
    line-height: 22px;
    color: #000;
    margin-top: 5px;
	font-weight:600;
	}
.help-Box ul{
	float:left;
	width:100%;
	}
.help-Box ul li{
	float:left;
	width:50%;
	text-align:center;
	margin-top:20px;
	border-right:1px solid #888888;
	}
.help-Box ul li:last-child{ border:none;}
.help-Box ul li img{
	display:block;
	margin:0 auto 5px;
	}
.help-Box ul li p{
	font-size:16px;
	line-height:20px;
	color:#000;
	letter-spacing:0.5px;
	}


/***************21/07/2021******************/
.innrBreadcrm{
	width: 100%;
    color: #505050;
    font-size: 16px;
    text-align: left;
    background: #fdfaf1;
    padding: 5px 0;
	/* border-bottom: 1px solid #ffc600; */
}
p.blog-cont-txt1 {
    min-height: 50px;
}

.blog-faq h2{
	font-size: 25px;
}
#blog-details-new .blog-faq h3{
	font-size: 20px !important;
	line-height: 1.4;
	border: none !important;
	margin: 0 0 10px;
}
.blg-faq-cont{
	margin: 0 0 15px 20px;
}
.blg-faq-cont p{
	font-size: 17px;
	line-height: 1.4;
}

@media(max-width: 991px) {
	#blog-details-new {
	    flex-direction: column;
	}
	.lft-blog-sec {
	    width: 100%;
	    margin-bottom: 50px;
	}
	.rgt-blog-sec {
	    width: 100%;
	}
}

.lft-blog-sec p a{
    word-break: break-all;
	color: #ffc100 !important;
	white-space: nowrap;
}

.lft-blog-sec p a:hover{
	color: #ffc100 !important;
}

.lft-blog-sec ul li a{
	word-break: break-all;
}

/* New CSS 11-09-2024 */
#blog-details-new h3 { 
	border-bottom: none !important;
}
#blog-details-new .sidebar-form-wrapper {
	display: none;
}
.recentBlogWrapper {
	margin-top: 47px;
}
@media (max-width: 991px) {
	.lft-blog-sec p a {
		white-space:normal;
		margin-bottom: 20px;
        /* display: block; */
        line-height: 1.3;
	}
	.recentBlogWrapper {
		margin-top: 0;
	}
	.lft-blog-sec {
		margin-bottom: 25px;
	}
}