@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #2d2d2d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align:center;
}
p, h1, h2, h3, h4, h5, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color:#000;
}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
* {
	box-sizing: border-box;
}
.fl{ float:left;}
.fr{ float:right;}
.show-tab, .show-mob{ display:none;}
.show-desk{ display:block;}
.hide-desk{ display:none;}

/*=========================
CSS FOR HEADER
===========================*/
.wrapper {
    width: 100%;
    overflow: hidden;
}
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:80px;
	}
.header{
	float:left;
	width:100%;
	background:#ffffff;
	height:80px;
	padding:9px 0;
	margin-top:-80px;
	top:80px;
	position:relative;
	border-bottom:1px solid #dddddd;
	-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);
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	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: 0;
    max-width: 215px;
	}
ul.topMenu{
	display:inline-block;
	vertical-align:middle;
	margin:16px 0 0 0;
	}
ul.topMenu li{
	float:left;
	padding:4px 20px;
	}
ul.topMenu li a{
	color:#000000;
	font-size:18px;
	line-height:18px;
	letter-spacing:0.3px;
	}
.d-menu-ic {
    display: inline-block;
    vertical-align: middle;
}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#81a969;}
a.header-btn{
    float:right;
    color:#000000;
    font-size:17px;
    text-align: center;
    width: 145px;
    height: 45px;
    line-height:45px;
	border-radius:9px;
	margin-top:9px;
	letter-spacing:0.5px;
	font-weight:600;
	border:1px solid #81a969;
	}
a.header-btn:hover{ background:#81a969; color:#fff;}
	
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 14px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:400;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #000;
	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(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:98px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobimenu-top{ top:65px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:18px 20px 15px;
	font-size:16px;
	line-height:16px;
	color:#000;
	font-weight:500;
	}	
.mobilemenu li a:hover{color:#000;}

/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 9999600;
    border: 0px;
    opacity: 0.3;
    background: #000;
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #000;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-up-left-txt p{font-size: 16px; line-height:26px; margin:0;}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;     display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background: #15f187;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #ff4747;
}
.yes-btn {
	
}	
/*==========banner==============*/
.banner {
       float: left;
    width: 100%;
    background: url(../images/banner-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 70px 0 70px;
    height:700px;
    text-align: center;
    background-size: cover;
}
.bnr-lft {
    float: left;
    width: 57%;
    margin-top: 23px;
}
.bnr-p1 {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 30px;
    line-height: 38px;
    /* letter-spacing: -0.6px; */
    position: relative;
    text-transform: capitalize;
}
.bnr-p1 span{
	font-size: 56px;
    display: block;
    line-height: 62px;
    font-weight: 700;
    margin-top: 11px;
    letter-spacing: 0;
}
.bnr-p1 span span {
    color: #000;
    margin-top:7px;
    font-size: 31px;
    line-height: 38px;
    font-weight: 400;
}
.bnr-p2 {
	display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    margin: 18px 0 0px;
}
.bnr-prd {
    position: absolute;
    right: 70px;
    top: 40px;
}
.order-now-btn {
	margin-top: 28px;
    display: inline-block;
    max-width: 100%;
    width: 235px;
    height: 55px;
    background: #81a969;
    border-radius: 30px;
    font-size: 20px;
    line-height: 55px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-family: inherit;
    cursor: pointer;
}
/*=============Strip============*/
.strip {
    float: left;
    width: 100%;
    padding: 30px 0;
}
.strp-lst {
    float: left;
    width: 100%;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
}

.strp-lst li {
    float: left;
    width: 23%;
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
    padding: 40px 10px 28px;
    position: relative;
    box-shadow: 0 0 10px #ccc;
    text-transform: capitalize;
}

.strp-lst li img {
    display: block;
    margin: 0 auto 10px;
}
.strp-lst li span {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom:5px;
}
.strp-lst li:last-child {
    margin-right: 0;
}

/*=============sectionOne============*/
.section-1 {
    float: left;
    width: 100%;
    padding: 47px 0;
    text-align: center;
	background:#fff;
}
.s1-p1 {
    display: inline-block;
    width: 77%;
    color: #756565;
    font-size: 28px;
    line-height: 34px;
    position: relative;
}
.s1-p1 span {
    display: block;
    font-size: 42px;
    line-height: 48px;
    color: #2d2d2d;
    font-weight: 700;
    margin-bottom: 12px;
}
.s1-p1 span span {
    color: #81a969;
    margin: 0;
}
.s1-p1 p{
	    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 40px;
    padding: 10px 70px;
    text-transform: uppercase;
    font-size: 23px;
}
.s1-p2 {
	display: inline-block;
    width: 100%;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 30px;
    margin: 22px 0 0 0;
}

.s1-prd {
    display: inline-block;
    max-width: 100%;
    margin: 25px 0 12px;
}
.s1-ul {
	float: left;
	width: 100%;
	margin: 40px 0 0;
}
.s1-ul li {
	width: 49%;
    border: 1px solid #bababa;
    background: #fafafa;
    position: relative;
    padding: 15px 266px 30px 23px;
    font-size: 18px;
    line-height: 28px;
    color: #2d2d2d;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
}
.s1-ul li .s1-ic-1, .s1-ul li .s1-ic-2{
    position: absolute;
    right: 0;
    top: 8px;
}
.s1-ul li span {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 13px;
	text-transform: capitalize;
}
.s1-ul li span span {
    display: inline-block;
    color: #81a969;
    margin: 0;
}
.s1-ul li a {
    float: left;
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #81a969;
    text-decoration: underline;
}
.s1-ul li:last-child {
    float: right;
}
/*====Section-2====*/
.section-2{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#fff; 
	}
.s2-left{
	float:left;
	width:100%;
	text-align:center;
	}
.s2-left-text{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 10px;
	}
.s2-doc-box{
	float:left;
	width:100%;
	margin-top:80px;
	background:#fff;
	padding:25px 200px 30px 20px;
	border-radius:10px;
	position:relative;
	}
.s2-doc-img{
	position:absolute;
	right:25px;
	bottom:0;
	}
.s2-doc-text{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	color:#000000;
	font-weight:600;
	letter-spacing:0.5px;
	}
a.s2-doc-cont{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#0ece7a;
	font-weight:600;
	letter-spacing:0.5px;
	text-decoration:underline;
	margin-top:35px;
	}
.s2-right{
    float: left;
    width: 100%;
    margin: 20px 0 0;
	}
ul.s2-right-list{
	float:left;
	width:100%;
	margin-top:35px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
	row-gap: 20px;
	}
ul.s2-right-list li{
	float:left;
	width:32%;
	text-align: center;
	padding:10px 10px 30px;
	margin-top:0px;
	position:relative;
	border:1px solid #b1b1b1;
	border-radius:10px;
	}
ul.s2-right-list li:hover{
	border:1px solid #e22c55;
	background:#e22c55;
	}
ul.s2-right-list li img{
	display:block;
	margin:0 auto 15px;
	}
ul.s2-right-list li span{
	    display: block;
    font-size: 24px;
    line-height: 34px;
    color: #050505;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0px;
	}
ul.s2-right-list li:hover span{color: #fff;}
ul.s2-right-list li:hover p{color: #fff;}	
ul.s2-right-list li p{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #6b6a6a;
    margin-top: 12px;
	padding:0 10px;
	}
/*==========sectionThree==========*/
.section-3 {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #fafafa;
    text-align: center;
}
.s3-lft {
	display: inline-block;
	width: 100%;
}
p.s1-p1.s3-p1 {
    width: 40%;
}
p.s1-p2.s3-p2 {
    width: 80%;
    margin: 20px 0 0 0;
}
.s3-prd {
	position: absolute;
	right: 121px;
	top: 360px;
}
.s3-ul {
    display: inline-block;
    width: 100%;
    margin: 52px 0 0;
	position:relative;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
}
.s3-ul:after{
	content:"";
	position:absolute;
	bottom:-76px;
	left:0;
	right:0;
	border-bottom:1px solid #ccc;
}
.s3-ul li {
    float: left;
    width: 24%;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
    padding: 0 16px;
}
.s3-ul li span {
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.s3-ul li:after{
	content: "";
	position: absolute;
	right: -15px;
	top: -10px;
	bottom: 0px;
	border-right: 1px solid #ccc;
}
.s3-ul li img {
    display: block;
    margin: 0 auto 10px;
}
.s3-ul li:last-child {
    margin-right: 0;
}
.s3-ul li:last-child:after{
	border:none;
}
a.order-now-btn.s3-btn {
    margin-top: 45px;
	position:relative;
}
	
/*====Product Section====*/
.prod-sec {
    padding:60px 0;
    text-align: center;
    float: left;
    width: 100%;
}
ul.prod-sec-prdbx {
    float: left;
    width: 100%;
    text-align: center;
    margin-top:40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 15px;
    padding: 0px;
    border-radius: 0px;
    justify-content: center;
}
ul.prod-sec-prdbx li {
    float: left;
    width:32%;
    padding-bottom: 30px;
    position: relative;
    border-radius: 0px;
	text-align: center;
	border:1px solid #e7e7e7;
	border-radius:6px;
	overflow:hidden;
}
ul.prod-sec-prdbx li .order-now-btn{ 
     margin-top:20px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    font-weight: 700;
	}
.prt1 {
/*    background: #ecfdfe;
    border-radius: 20px 20px 0 0;
    height: 50%;*/
	display:inline-block;
	width:100%;
}
.prdbx-hding{
    font-size: 30px;
    line-height: 40px;
    color: #464444;
    padding: 16px 0 10px 0;
    float: left;
    font-weight: 600;
    width: 100%;
   
    text-transform: capitalize;
}
.prdbx-price {
	float: left;
    width: 100%;
    font-size: 26px;
    line-height: 36px;
    color: #272727;
    font-weight: bold;
    margin: 9px 0 0px;
	}
.prdbx-hding span {
    font-size: 18px;
    line-height: 26px;
	color:#252525;
    display: block;
}
.prod {
    position: relative;
    float: left;
    width: 100%;
    padding: 12px 0;
    background: #f9fde8;
    border-radius: 6px;
}
.prd-sec-prd {
    max-width: 130px;
    margin: 0 auto 0;
    display: block;
    z-index: 9;
    position: relative;
}
img.prd-sec-prd:nth-child(6) {
    z-index: 1;
    right: 2px;
    left: auto;
    max-width: 100px;
    top: 46px;
}
.prd-sec-prd:nth-child(2), .prd-sec-prd:nth-child(3), .prd-sec-prd:nth-child(4), .prd-sec-prd:nth-child(5), .prd-sec-prd:nth-child(6), .prd-sec-prd:nth-child(7) {
    position: absolute;
    top: 24px;
    left: 19%;
    max-width: 120px;
    z-index: 7;
}
.prd-sec-prd:nth-child(3) {
    left: auto;
    right: 19%;
}
.prd-sec-prd:nth-child(4), .prd-sec-prd:nth-child(5) {
    top: 35px;
    left: 9%;
    max-width: 110px;
    z-index: 6;
}
.prd-sec-prd:nth-child(5) {
    right: 9%;
    left: auto;
}
.prd-sec-price {
    font-size: 23px;
    line-height: 30px;
    color: #1c1c1c;
    font-weight: 600;
    margin-top: 20px;
}

.section-4{
	background: #e22c55;
    padding: 55px 0;
    float: left;
    width: 100%;
	text-align:center;
}
.section-4 .common-heading{ color:#fff;}
.section-4 .common-heading span {color:#fff;}
.section-4 .common-text {color:#fff;}
.s4-Box{
	display:inline-block;
	width:970px;
	height:288px;
	background:#fff;
	margin-top:55px;
	border-radius:50px;
	position:relative;
	}
.s4-Box:before{
	content:"";
	position:absolute;
	left:10px;
	right:10px;
	top:10px;
	bottom:10px;
	border:1px dashed #e22c55;
	border-radius:50px;
	}	
.s4-model{
	float:right;
	margin:56px 90px 0 0;
	}
.s4-prdt1, .s4-prdt2{
	position:absolute;
	left:8%;
	top:30px;
	max-width:150px;
	}
.s4-prdt2{
	left:19%;
	top:22px;
	max-width:160px;
	}
.s4rgt{
	    float: right;
    width: 56%;
    margin: 50px 0 0;
    text-align: left;
	position:relative;
	z-index:9;
	}	
.s4rgt_txt{
	    float: left;
    width: 89%;
    color: #000;
    font-size: 20px;
    line-height: 33px;
	}	
.s4rgt a.banner-botn{margin-top: 40px; cursor: pointer;}	
			
/*================FOOTER===================*/
footer {
	    background: #ffffff;
    padding: 20px 0;
    float: left;
    width: 100%;
    border-top: 1px solid #e22c55;
}
.ftr-logo {
	margin: 17px auto 0;
    display: block;
	max-width: 150px;
}
.ftr-cont-info{
	float:left;
	width:100%;
	text-align:center;
	margin-top:30px;
	}
.ftr-cont-info li, .ftr-cop-info li{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 300;
	position: relative;
	padding: 0 25px;
}
.ftr-cont-info li:first-child{ margin-bottom:10px;}
.ftr-cont-info li a{ color:#2d2d2d;}
.ftr-cont-info li img{
	position:absolute;
	top:6px;
	left:0;
	}
.ftr-cont-info li span, .ftr-cop-info span, ul.ftrlist li span{ text-transform:uppercase; font-weight:600;}
.ftr-cont-info li:nth-child(2):after{
	content: '';
    position: absolute;
    border-right: 1px solid #e1e1e1;
    top: 0px;
    right: 8px;
    height: 24px;
	}
.ftr-cop-info{
	float:left;
	width:100%;
	text-align:center;
	margin-top:10px;
	}
.ftr-cop-info li span, ul.ftrlist li span{
	font-size:18px;
	display:block;
	float:left;
	width:100%;
	}
.ftr-cop-info li{
	float: left;
	width: 100%;
	line-height: 29px;
	}
ul.ftrlist {
	text-align: center;
    float: left;
    width: 100%;
    margin: 10px 0px 20px;
}
ul.ftrlist li {
	display: inline-block;
	padding: 0 14px 0 12px;
	border-right: 1px solid #e1e1e1;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	vertical-align: top;
}
ul.ftrlist li:last-child {
	border-right: none;
}
ul.ftrlist li a {
	color: #464646;
}
.ftrtxt {
	text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #000;
    padding: 8px 0 0 0;
}
.disclmr{
	float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    padding: 15px;
    margin-bottom: 0px;
    color: #000;
    margin-top: 0px;
}
.disclmr a{ text-decoration:underline;}
/*****************************/
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
}
.trm-bx h1 {
	    line-height: 30px;
    color: #000000;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 5px solid #231f20;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx span {
	text-transform: capitalize;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 20px;
    max-width: 530px;
    width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}
.cont-prod{
	position: absolute;
    top: 34px;
    right: 10%;
    max-width: 300px;
    width: 100%;
	}