@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 {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	overflow-x:hidden;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight:400;
}
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;
    height: 80px;
    margin-top: -80px;
    position: relative;
    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: 210px;
    margin: 0px 0 0;
}
ul.nav {
	float: right;
    margin: 10px 0px 0 0;
}
ul.nav li {
	float: left;
	margin-right: 30px;
}
ul.nav li:last-child {
	margin-right:0;
}
ul.nav li a {
	color: #2d2d2d;
	font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
ul.nav li a:hover,ul.nav li a.active {
	color: #831762;
	text-decoration: none;
}
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 a.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-image: linear-gradient(to right, #642186, #8b1b89, #c8118e, #d90e90);
    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;
}
/************BANNER************/
.banner-sec {
	float: left;
	width: 100%;
	position: relative;
	padding:36px 0 100px;
	z-index: 2;
	background:#f6f6f6;
}
.bnr-left {
	float: right;
    width: 38%;
    text-align: left;
    padding: 50px 0;
}
.bnr-grad-circle{
    position: absolute;
    top: 190px;
    left: 35%;
    z-index: 1;
    max-width: 300px;
	}
.bnr-model{
	position:absolute;
	top:0;
	left:0;
	}
p.bnr-sub-hed {
	    float: left;
    width: 100%;
    font-size: 62px;
    line-height: 81px;
    font-weight: 400;
    color: #e73f34;
    text-transform: capitalize;
}
p.bnr-sub-hed span {
	display: block;
	font-size: 48px;
	font-weight: 700;
	color: #000;
	line-height: 58px;
}
.scroll-pic {
	display: inline-block;
	vertical-align: middle;
}
.bnr-heading {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
    color: #831762;
    font-weight: 400;
}
.bnr-heading span {
    display: block;
    font-size: 54px;
    line-height: 68px;
    color: #010101;
    font-family: 'Young Serif', serif;
	margin-top:5px;
}
.bnr-para {
    float: left;
    width: 100%;
    padding-top: 18px;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}
.sec-btn {
	display: inline-block;
    vertical-align: middle;
    width:180px;
    margin:25px 0 0 0;
    text-align: center;
}
.sec-btn2 {
	margin: 30px 18px 0 0;
}
.click-btn {
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    font-family: inherit;
    border: none;
    text-transform: capitalize;
    cursor: pointer;
    outline: none;
	background-image: linear-gradient(to right, #642186 , #8b1b89 , #c8118e , #d90e90);
}
.bnr-left .click-btn{}
.click-btn3 {
	background: rgb(245,213,75);
	background: linear-gradient(347deg, rgba(245,213,75,1) 27%, rgba(245,190,46,1) 100%);
}
.bnr-btl {
	position: absolute;
    left: 36%;
    top: 243px;
    max-width: 275px;
    z-index: 3;
}
.bnr-btl2 {
	position: absolute;
    left: 37%;
    top: 140px;
    max-width: 330px;
    z-index: 2;
}
.bnr-prod {
	position: absolute;
	left: -35px;
	top: -38px;
	max-width: 100%;
}
.adv-strip {
	float: left;
	width: 100%;
	background: #f3f7fa;
	padding: 25px 0;
}
.adv-strip p {
	display: inline-block;
	vertical-align: middle;
	color: #333333;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Campton';
	line-height: 24px;
	letter-spacing: 1px;
}
.bnr-uls {
	float: left;
	width: 100%;
	margin: 45px 0 0;
}
.bnr-uls li {
	float: left;
	width: 30%;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	padding: 0 0 0 75px;
	text-transform: uppercase;
	position: relative;
}
.bnr-img {
	position: absolute;
	top: 0;
	left: 0;
}
/***********STRIP1**************/
.strip1 {
	float: left;
    width: 100%;
    background: #fff;
    padding: 35px 0 45px;
}
.strip1 .cmntxt { width: 88%;}
.strip1in {
	width: 100%;
	float: left;
	margin-top:30px;
	position: relative;
}
.strip1in ul {
	width: 100%;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 15px;
    margin-top: 20px;
}
.strip1in ul li {
    float: left;
    position: relative;
    width: 23.5%;
    padding: 30px 10px 20px 28px;
    text-align: left;
    font-size: 19px;
    line-height: 27px;
    color: #fff;
    background: #021014;
    height: 230px;
   }
.strip1in ul li:nth-child(even){ background-image: linear-gradient(to right, #660f4c , #441449 , #381648 , #2d1847); margin-top: 40px; }
.strip1in ul li:last-child{ border:none;} 
.strip1in ul li span{
    display: block;
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 32px;
    padding-left: 35px;
    font-family: 'Young Serif', serif;
}
img.ic-strip {
    position: absolute;
    top: 10px;
    left: -20px;
}
.shape-strip {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -31px;
	margin: 0 auto;
}

.strip-section {
	float: left;
    width: 100%;
    background: #fff;
    padding:80px 0 180px;
    position: relative;
}
.strip-section .sec-heading {
	    color: #000;
    font-size: 40px;
    line-height: 50px;
    text-transform: capitalize;
}
.strip-section .sec-heading span{ font-size:24px; font-weight:500; display:block; line-height:30px;}
.strp-model {
	display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    margin-top: 20px;
}
.strp-sec-rgt {
	float: right;
    width: 55%;
    padding: 0;
    text-align: left;
}
ul.strip-list {
	float: left;
	width: 100%;
	margin-top: 50px;
	row-gap: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.strip-list li {
	float: left;
	width: 31.33%;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	text-align: left;
	position: relative;
	padding: 16px 0 0 70px;
}
.line1 {
	margin: 40px 0 0 0;
}
ul.strip-list li span {
	display: block;
	font-size: 28px;
	line-height: 38px;
	color: #000;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: capitalize;
}
ul.strip-list li .strip-iocn {
	position: absolute;
	top: 10px;
	left: 0px;
}
ul.strip-list li:last-child {
	border: none;
}
.cta-uls {
	float: left;
	width: 100%;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 20px;
	margin-top: 60px;
}
.cta-uls li {
	width: 32%;
	vertical-align: top;
	position: relative;
	padding: 0px 0px 0 0px;
	height: 295px;
	text-align: center;
}
.s2li-txt, .s2li-txt2 {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 50%;
	font-weight: 400;
	transform: translateX(-50%);
	width: 100%;
}
.s2li-txt2 {
	color: #000;
}
.s2-img {
	display: block;
	margin: 0 auto 0;
}
.cta-uls li span {
	display: block;
	font-size: 26px;
	line-height: 32px;
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 10px;
}
.cta-uls li:nth-child(3) {
}
.cta-uls li:nth-child(2) {
	color: #000;
	padding: 0px 0 0 0px;
}
/************SECTION1************/
.section1 {
    float: left;
    width: 100%;
    background: #fff;
    padding:50px 0 50px;
    position: relative;
    height: auto;
}
.sec1-in {
    display: inline-block;
    width: 87%;
    padding: 0;
    text-align: center;
}
.sec1-mid{
	display: inline-block;
    width: 100%;
    margin-top: 40px;
	padding:25px 0;
    position: relative;
    background: linear-gradient(#fff, #fff), linear-gradient(to right, #642186 , #c8118e );
    background-origin: padding-box, border-box;
    background-repeat: no-repeat;
    border: 5px solid transparent;
}
.section1 .sec-btn{ position:relative; z-index:9; margin: 30px 0 0 0;}
.shape_dots{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 12px;
	}
.s1-para {
    display: inline-block;
    width: 90%;
    padding-top: 15px;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
.model-sec1 {
	position: absolute;
	left: 0;
	top: 0;
}
.hdng1div {
}
.hdng1div1 {
	width: 61%;
	float: left;
	margin-top: 40px;
	background: url(../images/bg1-hdng1.jpg) repeat-x center center;
}
.hdng1 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
}
.p1-sec1 {
	padding: 0 25px 0 0;
	background: #fff;
	color: #193f74;
	text-align: left;
	width: auto;
	display: table;
}
.hdng2 {
	width: 100%;
    float: left;
    font-size: 40px;
    line-height: 46px;
    color: #431b48;
    text-transform: capitalize;
    margin-top: 0;
    font-weight: 300;
}
.hdng2 span{
	display: block;
    color: #6b307e;
    margin-bottom: 0px;
    font-family: 'Young Serif', serif;
    font-size: 50px;
    line-height: 60px;
	}
.cmntxt {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    font-size: 20px;
    line-height: 28px;
    color: #101010;
    font-weight: 300;
}
.p3-sec1 {
	width: 100%;
	display: inline-block;
	margin-top: 25px;
}
ul.list-sec1 {
	width: 100%;
    float: left;
    margin: 0px 0 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    row-gap: 20px;
    flex-wrap: wrap;
    column-gap:18px;
    position: relative;
}
ul.list-sec1 li {
    width: 32%;
    float: left;
    padding: 0 20px;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    color: #141414;
    text-align: center;
}
ul.list-sec1 li span{
	display: block;
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    color: #652186;
    margin-bottom: 8px;
    font-family: 'Young Serif', serif;
}
.ic-sec1 {
	display: block;
    margin: 0 auto 14px;
}

.s1-bg-shapes{
	position:absolute;
	content:"";
	left:50%;
	top:40px;
	transform:translateX(-50%);
	}

/************SECTION2************/
.section2 {
	float: left;
	width: 100%;
	padding: 68px 0 56px;
}
.sec-1 {
	padding:50px 0;
	text-align: center;
	float: left;
	width: 100%;
    background:#f6f6f6;
	overflow:hidden;
}
.pro_sec1-lft{
	float:left;
	width:60%;
	text-align:left;
	position:relative;
	}
.hdng1div2 {
	width: 45.5%;
	display: table;
	margin: 0 auto;
	background: url(../images/bg1-hdng1.jpg) repeat-x center center;
}
.p1-sec2, .p1-sec4 {
	padding: 0 20px;
	color: #193f74;
	text-align: center;
	width: auto;
	display: inline-block;
}
.p1-sec2 { background: #eeeeee; }
.p2-sec2 { }
.p3-sec2 {
    float: left;
    width: 100%;
    padding: 0px 0 0px;
}
.sec2-in, .sec2-in1 {
	width: 100%;
    float: left;
    margin:30px 0 0;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    row-gap: 20px;
    column-gap: 15px;
}
.sec2-in1 .prod-div-sec2{}
.prod-div-sec2 {
	width: 32%;
    float: left;
	padding:20px 0;
    background: #f6f6f6;
    text-align: center;
    position: relative;
	background: linear-gradient(#fff, #fff), linear-gradient(to right, #642186, #c8118e);
    background-origin: padding-box, border-box;
    background-repeat: no-repeat;
    border:4px solid transparent;

}
.btn-sec2, .prdbtn{margin-top: 5px; max-width:188px; text-align: center;}
.pro_sec1-lft .sec2-in, .sec2-in1{ column-gap:15px;}
.pro_sec1-lft .sec2-in1 .prod-div-sec2{ width: 48%; background: #fff; border-radius: 0px; padding: 20px 0 24px 180px; }
.pro_sec1-lft .prod-sec2{ position: absolute; top: 15px; left: 10px; max-width: 160px;}
.s2detls {
	float: left;
    width: 100%;
    padding: 0;
    text-align: center;
}
.pro_sec1-lft .s2detls{ text-align:left;}
.pro_sec1-lft .btn-sec2, .prdbtn{}
.pro_sec1-lft .prod-divin-sec2{ padding:0 0;}
.s2-model{
	float:left;
	margin:28px 0 0 0;
	}
.padd1-sec2 {
}
.mrgn1-sec2 {
	margin-left: 30px;
}
.p4-sec2 {
	color: #021014;
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
}
.p5-sec2 {
    font-size: 16px;
    line-height: 26px;
    padding-top: 2px;
    color: #021014;
    font-weight: 400;

}
.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;
}
.prod-divin-sec2 {
	float: left;
    width: 100%;
    text-align: center;   
}
.prod-sec2 {
    position: relative;
    display: inline-block;
    z-index: 9;
    max-width: 240px;
}
.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: 26px;
    line-height: 36px;
    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 #451a69;
}
.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 0 55px;
}
.section4 .comn-img{
	position: absolute;
    left: 2%;
    top: 418px;
	}
.section4 .cmntxt { width: 88%;}
.p1-sec4 { background: #fff;}
ul.list-sec4 {
	width: 100%;
    float: left;
    margin:30px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.list-sec4 li {
	float: left;
    width: 32%;
    text-align: center;
    padding: 15px 20px 20px;
    position: relative;
    background: #f6f6f6;
}
ul.list-sec4 li:after{
	position:absolute;
	content:"";
	background-image: linear-gradient(to right, #642186 , #8b1b89 , #c8118e , #d90e90);
	height:100px;
	width:100%;
	top:0;
	left:0;
	right:0;
	}
ul.list-sec4 li:nth-child(even){}
.ic-sec4 {
	display:block;
	margin:0 auto 0px;
	position: relative;
	z-index:1;
}
ul.list-sec4 li:nth-child(even) .ic-sec4{}
ul.list-sec4 li p {
	display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #181818;
    padding: 0 20px;
}
ul.list-sec4 li p span{
    display: block;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 8px;
    color: #662186;
    font-family: 'Young Serif', serif;
	}
/*================FOOTER===================*/
footer {
	background: #fff9f2;
    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:5px;
}
.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: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: 0px 0px 0px;
}
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: #451a69;
    padding: 8px 0 0 0;
}
.disclmr{
	float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    padding: 15px;
    background: #333;
    color: #fff;
	margin: 15px 0;
}
.disclmr a{ text-decoration:underline; color:#fff;}
.ftr-rgt {
    float: right;
    width: 100%;
}


/*****************************/
/*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: #193f74;
    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 #193f74;
}
.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 {
}
.ingr-lst img {
   float: left;
    margin: 0 auto 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;
}