@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%;
	height:auto;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	overflow-x:hidden;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
}
p, h1, h2, h3, h4, h5, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
* {
	box-sizing: border-box;
}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
.for-mob {display: none;}
.forMob,.forTab{ display:none ;}
.hide-mob{ display:block;}
/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom:80px;
	}
.header{
	    float: left;
    width: 100%;
    background: #fff;
    /* color: #fff; */
    height: 80px;
    margin-top: -80px;
    position: relative;
    background: linear-gradient(140deg, #fff 50% 50%, #8dc239 50% 50%);
    border-bottom: 1px solid #e1e1e1;
    top: 80px;
    padding: 14px 0;
}
.fixed-nav .header{
	position: fixed;
	z-index: 9999999999;
	top: 0;
	-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);
	}
.header {}
.logo {
	float: left;
	max-width: 240px;
	margin:0px 0 0;
}
ul.nav {
	float: right;
    margin: 13px 0px 0 0;
}
ul.nav li {
	float: left;
	margin-right: 30px;
}
ul.nav li:last-child {
	margin-right:0;
}
ul.nav li a {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}
ul.nav li a:hover,ul.nav li .active {
	color: #1f5c0c;
    text-decoration: underline;
}
p.hdrlist {
	float: right;
	padding: 9px 0 0 30px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	position: relative;
	}
p.hdrlist a {
	color: #2d2d2d;
}
p.hdrlist img {
	position: absolute;
	top: 15px;
	left: 0;
}
ul.hdrlist li:last-child {
	padding: 0 0 0 13px;
	border-right: none;
}
#menu-wrapper {
	overflow: hidden;
	max-width: 40px;
	cursor: pointer;
	float: right;
}
#menu-wrapper #hamburger-menu {
	position: relative;
	width: 25px;
	height: 20px;
	margin: 18px 0 5px 0;
}
#menu-wrapper #hamburger-menu span {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 10px;
	color: black;
	background-color: #1ebc6c;
	position: absolute;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {
	top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
	top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
	top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
	top: 9px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#menu-container .menu-list {
	padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
    top: 60px;
    background: #d4841e;
    border-top: 1px solid #ffffff;
}
#menu-container .menu-list li a {
	font-weight: 600;
    font-size: 18px;
    padding: 10px 0 10px 0;
    text-align: center;
    color: #fff;
    display: block;
    border-bottom: 1px dotted #ffffff;
}
#menu-container .menu-list li .active {
	background: #333;
	color: #fff;
}
/********************************/
.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: #8dc239;
    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==============*/
.banner {
       float: left;
    width: 100%;
    background: url(../images/banner-bg.jpg) no-repeat center top;
    padding: 70px 0 70px;
    height: 627px;
    text-align: left;
}
.bnr-lft {
    float: left;
    width: 50%;
	margin-top:60px;
}
.bnr-txt1 {
    display: inline-block;
    vertical-align: middle;
    background: #000000;
    color: #fff;
    padding: 5px 15px 5px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    position: relative;
}
.bnr-p1 {
    display: inline-block;
    width: 100%;
    color: #000000;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-top: 15px;
    position: relative;
    text-transform: uppercase;
}
.bnr-p1 span{
	font-size: 50px;
    display: block;
    line-height: 62px;
    font-weight: 700;
    margin-bottom: 5px;
}

.bnr-p2 {
	display: inline-block;
    width: 100%;
    color: #2d2d2d;
    font-size:18px;
    line-height: 28px;
    margin:18px 0 0;
}
.bnr-prd {
    position: absolute;
    right: 25%;
    top: 301px;
    max-width: 350px;
}
.order-now-btn {
    display: inline-block;
    max-width: 100%;
    background: #8dc239;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    font-family: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
    height: 50px;
    line-height: 50px;
    width: 220px;
    text-transform: capitalize;
}
/*=============Strip============*/
.strip {
    float: left;
    width: 100%;
    padding: 60px 0 30px;
	text-align:center;
}
.stp-hd{
	float:left;
	width:100%;
	font-size:30px;
	line-height:40px;
	color:#000000;
	font-weight:700;
	}
.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;	
	row-gap: 15px;
}

.strp-lst li {
    float: left;
    width: 23%;
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
	font-weight:500;
    padding: 0 10px 0;
    position: relative;
    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: 2px;
}
.strp-lst li:last-child {
    margin-right: 0;
}
/*=============sectionOne============*/
.section-1 {
    float: left;
    width: 100%;
    background: #fff;
    padding: 45px 0 40px;
    text-align: center;
}
.s1-rit {
	float: right;
    width: 55%;
    text-align: left;
    margin-top: 0;
}
.s1-p1 {
    display: inline-block;
    width: 100%;
    color: #000;
    font-size:40px;
    line-height:50px;
	font-weight:bold;
    position: relative;
}
.s1-p1 span {
    display: block;
}
.s1-img {
    position: absolute;
    left: 0;
    top: 10px;
    max-width: 500px;
}

.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: 28px;
    margin: 18px 0 0 0;
    font-weight: 300;
}

.s1-prd {
    display: inline-block;
    max-width: 100%;
    margin: 25px 0 12px;
}

/*==========sectionThree==========*/
.section-3 {
    float: left;
    width: 100%;
    padding: 50px 0 40px;
    background: #ffffff;
    text-align: center;
}
.s3-lft {
	display: inline-block;
	width: 100%;
}


.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;	
	row-gap: 20px;
}

.s3-ul li {
        float: left;
    width: 30%;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #646464;
}
.s3-ul li span {
    display: block;
    font-weight: 700;
	font-size:23px;
	line-height:35px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.s3-ul li img {
    display: block;
    margin: 20px auto 10px;
	filter: hue-rotate(256deg);
}
.s3-ul li:last-child {
    margin-right: 0;
}
.s3-ul li:last-child:after{
	border:none;
}
.order-now-btn.s3-btn {
    margin-top: 45px;
	position:relative;
}
/*===============*/
.odr-strip{
	float:left;
	width:100%;
	padding:30px 0;
	text-align:center;
	background: url(../images/odr-strip-bg.jpg) no-repeat center top;
	height:315px;
	}
.odr-strip_innr{
	display:inline-block;
	width:100%;
	position:relative;
	}
.odr-strip_rit{
    float: right;
    width: 49%;
    text-align: center;
    padding: 0px 0 0;
	}
.odr-strp-img{
	position:absolute;
	top:0;
	left:0;
	}
.odr-strip_rit .common_heading{ color:#fff;}
.odr-strip_rit .common_text{ color:#fff;}
/*===============*/
.prod-divin-sec2 {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}
.prod-div-sec2:hover .prod-divin-sec2{ }
img.prd-sec-prd {
    max-width: 200px;
}
.prod-sec2 {
    position: relative;
    display: inline-block;
    z-index: 9;
    max-width: 110px;
}
.prod-sec2:nth-child(2), .prod-sec2:nth-child(3), .prod-sec2:nth-child(4), .prod-sec2:nth-child(5),.prod-sec2:nth-child(6), .prod-sec2:nth-child(7) {
    position: absolute;
    z-index: 5;
    max-width: 100px;
    left: 20%;
    top: 33px;
}
.prod-sec2:nth-child(3) { left: auto; right: 20%;}
.prod-sec2:nth-child(4), .prod-sec2:nth-child(5) { z-index: 3; left: 10%; max-width: 90px; top: 45px;}
.prod-sec2:nth-child(5) {left: auto;right: 10%;}
.prod-sec2:nth-child(6), .prod-sec2:nth-child(7) {z-index: 0; left: 3%; max-width: 80px; top: 57px;}
.prod-sec2:nth-child(7){left:auto; right:3%;}
.sec2-in .prod-div-sec2:last-child .prod-divin-sec2,.sec2-in .prod-div-sec2:last-child .s2detls {
    width: 100%;
}
.stars-sec2 {
	margin: 0 auto 0;
}
.p7-sec2 {
	color: #000;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin: 5px 0 12px;
}
.price-cut {
	position: relative;
	font-size: 20px;
	margin: 0 0 0 12px;
}
.price-cut img {
	position: absolute;
	left: 0;
	width: 100%;
	top: 3px;
}
.btndiv-sec2 {
	width: 100%;
	float: left;
	background: #eeeeee;
	padding: 15px;
}
.comn-img{
	position: absolute;
    right: -13%;
    top: 360px;
	}
/************SECTION3************/
.section3 {
	float: left;
	width: 100%;
	background:#e73f34;
	padding:40px 0;
}
.sec3-lft {
    float: right;
    width: 61%;
    text-align: left;
    padding: 55px 0 0 0;
}
.sec3-rgt {
	width: 33%;
	background:#ffffff;
	border:2px solid #139248;
}
.prod-sec3{
	margin:20px auto 0;
	width:240px;
	max-width:100%;
	}


.sec3-rgt-in {
	float: left;
}


.p2-sec3 {color: #fff; font-size:44px; line-height:55px;}
.p3-sec3 {
	width: 100%;
	float: left;
	text-align: left;
	color: #fff;
	margin-top: 20px;
}

/************SECTION4************/
.section4 {
    float: left;
    width: 100%;
    padding: 50px 0px 45px;
    background: url(../images/sec4.jpg) no-repeat center top;
    height: auto;
    background-size: cover;
}
.sec4_innr{
	display:inline-block;
	width:100%;
	text-align:center;
	}
.sec4_innr .common_text{ width:90%;}
.section4 .comn-img{
	position: absolute;
    left: 2%;
    top: 418px;
	}
.p1-sec4 {
	background: #fff;
}
ul.list-sec4 {
    width: 100%;
    float: left;
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 15px;
}
ul.list-sec4 li {
    float: left;
    width: 32%;
    text-align: center;
    padding: 15px 20px 0px;
    position: relative;
    background: url(../images/s4-li-bg.png) no-repeat center top;
    height: 514px;
}
ul.list-sec4 li:nth-child(even){}
.ic-sec4 {
	display:block;
	margin:0 auto 22px;
}
ul.list-sec4 li:nth-child(even) .ic-sec4{;
	}
ul.list-sec4 li p {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
}
ul.list-sec4 li p span{
    display: block;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 10px;
	}
	
/*==========sectionfive==========*/
.section-5 {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #f7f7f7;
    text-align: center;
}
.s5-p1{
	font-size:35px;
	line-height:44px;
	}
.s5-p2{
	font-size:22px;
	line-height:33px;
	}
.s5-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;	
}

.s5-ul li {
        float: left;
    width: 33%;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    letter-spacing: -0.5px;
    padding: 0 10px;
    overflow: hidden;
}
.s5-ul li:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 10px;
    right: -100px;
    background: #2b54a6;
    height: 70px;
    transform: rotate(45deg);
}
.s5-ul li span {
    display: block;
    font-weight: 700;
	font-size:20px;
	line-height:35px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.s5-ul li img {
    display: block;
    margin: 0 auto 20px;
}		
.common_button {
    display: inline-block;
    max-width: 100%;
    background: #8dc239;
    border-radius: 8px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border: none;
    outline: none;
    height: 50px;
    line-height: 50px;
    width: 220px;
    cursor: pointer;
    transition: all 0.3s;
}
		
/*================FOOTER===================*/
footer {
	background: #f0f8f3;
    padding: 20px 0;
    float: left;
    width: 100%;
    border-top:2px solid #b8b8b8;
	text-align:center;
}
.ftr-logo {
	margin: 0 auto;
	display: block;
	max-width: 230px;
}
.ftr-cont-info{
	display: inline-block;
    width: 100%;
    text-align: center;
    margin-top:20px;
}
.ftr-cont-info li, .ftr-cop-info li{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 300;
	position: relative;
	padding: 2px 20px;
}
.ftr-cont-info li a{ color:#2d2d2d;}
.ftr-cont-info li img{
	position:absolute;
	top:8px;
	left: auto;
	margin-left: -20px;
	}
.ftr-cont-info li span, .ftr-cop-info span, ul.ftrlist li span{ text-transform:uppercase; font-weight:600;}
.ftr-cont-info li span{ display:block;}
.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{
	display: inline-block;
	width: 70%;
	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 {
	display: inline-block;
	width: 100%;
	margin: 15px 0px 5px;
}
ul.ftrlist li {
	display: inline-block;
	padding: 0 14px 0 12px;
	border-right: 1px solid #e1e1e1;
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	vertical-align: top;
}
ul.ftrlist li:first-child {
    width: 100%;
}
ul.ftrlist li:last-child {
	border-right: none;
}
ul.ftrlist li a {
	color: #464646;
}
.ftrtxt {
	text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #8dc239;
    padding: 8px 0 0 0;
}
.disclmr{
	float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    padding: 15px;
	background: #8dc239;
    color: #fff;
}
.disclmr a{ color:#fff; text-decoration:underline;}
.ftr-rgt {
    float: right;
    width: 100%;
}


.sec2-in, .sec2-in1 {
    width: 100%;
    float: left;
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 36px;
    column-gap: 13px;
}
.prod-div-sec2 {
	width: 32%;
    float: left;
    text-align: center;
    border-radius: 10px;
    padding: 20px 10px 25px;
    border: 2px solid #dedede;
}
.prod-div-sec2:hover{border: 2px solid #8dc239;}
.s2detls {
	float: left;
    width: 100%;
    padding: 0;
    text-align: center;
}
.s2-model{
	float:left;
	margin:28px 0 0 0;
	}
.padd1-sec2 {
}
.mrgn1-sec2 {
	margin-left: 30px;
}
.p4-sec2 {
    color: #000;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
}
.p5-sec2 {
	font-size: 16px;
    line-height: 25px;
    padding-top: 2px;
}
.clr1-sec2 {
	color: #0398d0;
}
.p6-sec2 {
	color: #333;
    font-size: 18px;
    line-height: 28px;
    margin: 5px 0 20px;
    padding: 0 10px;
}
ul.list-sec2 {
	width: 100%;
	float: left;
	margin: 18px 0 24px;
}
ul.list-sec2 li {
	width: 100%;
	float: left;
	color: #000;
	padding-left: 27px;
	margin-bottom: 8px;
	background: url(../images/bullet-sec2.png) no-repeat 5px 3px;
}
ul.list-sec2 li:last-child {
	margin-bottom: 0;
}

/*****************************/
/*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: #333;
    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 #333;
}
.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: 21px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {

}
.trm-bx center{ text-align: left;}
.ingr-lst img {
    display: inline-block;
    margin: 0 0 20px;
    max-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;
}