@charset "utf-8";
/* CSS Document */

/*--------RESET CSS--------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: "Bricolage Grotesque", sans-serif;
	font-weight:400;
	}
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; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

/*--------MAIN CSS START--------*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.topFixBar{
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	background:#ffffff;
	height:70px;
	padding:8px 0;
	margin-top:-70px;
	top:70px;
	position:relative;
	-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;
	}
ul.topMenu{
	display:inline-block;
	vertical-align:middle;
	margin:19px 0 0 0;
	}
ul.topMenu li{
	float:left;
	padding:0 20px;
	position:relative;
	}
ul.topMenu li a{
	color:#000000;
	font-size:17px;
	line-height:17px;
	letter-spacing:0.3px;
	}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#d83f16;}
.topLogin{
	float:right;
	color: #000;
    font-size:14px;
	line-height:14px;
	font-weight:bold;
	letter-spacing:0.5px;
	margin:21px 20px 0 0;
	text-decoration:underline;
	}
a.navBarBtn{
    float: right;
	width: 160px;
    height: 40px;
	background:#fff;
    color: #000;
    font-size:16px;
	line-height:36px;
	font-weight:500;
	letter-spacing:0.5px;
    text-align: center;
	border-radius:50px;
	margin-top:7px;
	border:2px solid #d83f16;
	}
a.navBarBtn:hover{
	background:#d83f16;
	color:#fff;
	}
	
/*--------HAMBURGER MENU--------*/
.mobMenuIcon{
    cursor: pointer;
    position:absolute;
    right: 60px;
    top: 20px;
	z-index:16;
	height:30px;
	}
.mobMenuIcon button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mobMenuIcon span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 25px;
	height: 3px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 4px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:70px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobimenu-top{ top:70px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:15px 20px;
	font-size:18px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}

/*------BANNER CSS------*/
.banner {
    float:left;
    width:100%;
	overflow:hidden;
	padding:60px 0 0;
	background: url(../images/banner-bg.jpg) no-repeat center center;
	background-size:cover;
	}
.bannerLeft{
	float:left;
	width:53%;
	text-align:left;
	}
.globally{
	    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
	}
.globally span{
	float:left;
	width:65px;
	height:2px;
	background:#f15a2d;
	margin:6px 15px 0 0;
	}
.bannerHead{
	color: #fff;
    font-size: 72px;
    line-height: 76px;
    font-weight: 700;
    margin-top: 15px;
    text-transform: capitalize;
	}
.bannerText{
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	margin-top: 20px;
	}
.bannerSelect{
	margin-top:40px;
	display:flex;
	justify-content:space-between;
	}
.bannerSelectBtn{
	display: block;
	width: 370px;
	height: 70px;
	border-radius: 50px;
	border: 2px solid #d83f16;
	font-size: 22px;
	line-height: 70px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	}
.bannerSelectBtn span{font-weight:700;}
.bannerSelectBtn img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 15px;
	}
.bannerSelectBtn:hover{
	background:#d83f16;
	}

.bannerBtmStrip{
	float:left;
	width:100%;
	margin-top:60px;
	background:rgba(0,0,0,0.3);
	padding:25px 0;
	}
.bannerStrip{
	display:flex;
	align-items:center;
	justify-content:space-between;
	}
.bnrStripBox{
	width:25%;
	border-right:1px solid #282d40;
	}
.bnrStripBox:last-child{ border-right:none;}
.bnrStripIcon{
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 0 0;
	}
.bnrStripText{
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	font-size:19px;
	line-height:25px;
	font-weight:normal;
	letter-spacing:0.5px;
	text-align:left;
	}
.bnrStripText span{ font-weight:700;}

/*----SECTION-1----*/
.sec1{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#FFF;
	position:relative;
	}
.s1Top{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
.s1Right{
	float:right;
	width:54%;
	text-align:left;
	position:relative;
	}
.s1LeftImg{
	position:absolute;
	top:-10px;
	left:-490px;
	}
.commonHead{
	color:#141b38;
	font-size:50px;
	line-height:56px;
	font-weight:900;
	padding-bottom:35px;
	background:url(../images/common-head-center.png) no-repeat center bottom;
	}
.s1Right .commonHead{
	background:url(../images/common-head-left.png) no-repeat left bottom;
	}
.commonText{
	color: #000;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin-top: 30px;
	}

.s1Btm{
	margin-top:80px;
	padding:50px 25px;
	border-radius:20px;
	background:url(../images/s1-btm-bg.jpg) no-repeat center center;
	background-size:cover;
	}
.s1BtmHead{
	color:#fff;
	font-size:26px;
	line-height:32px;
	font-weight:bold;
	letter-spacing:0.5px;
	}
.s1BtmMid{
	width:100%;
	margin-top:30px;
	display:flex;
	justify-content:space-between;
	}
.s1BtmMidBox{
	width:25%;
	padding:0 20px;
	}
.s1BtmTxt1{
	font-size:45px;
	line-height:45px;
	font-weight:900;
	letter-spacing:0.5px;
	background: rgb(245,105,62);
	background: linear-gradient(180deg, rgba(245,105,62,1) 0%, rgba(201,45,3,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	}
.s1BtmTxt2{
	font-size:21px;
	line-height:26px;
	font-weight:400;
	letter-spacing:0.5px;
	color:#fff;
	margin-top: 10px;
	}
.BtnBox{
	display:inline-block;
	vertical-align:top;
	margin-top:50px;
	width:370px;
	}
.commonBtn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:70px;
	border-radius:50px;
	background:#d83f16;
	outline:none;
	border:none;
	-webkit-appearance:none;
	font-family: inherit;
	font-size:20px;
	line-height:70px;
	font-weight:900;
	letter-spacing:0.5px;
	color:#fff;
	text-align: center;
	cursor:pointer;
	}
.commonBtn img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 15px;
	}

/*----SECTION-2----*/
.sec2{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#FFF;
	position:relative;
	}
.s2Left{
	float:left;
	width:48%;
	text-align:left;
	}
.s2Left .commonHead{
	background:url(../images/common-head-left.png) no-repeat left bottom;
	}
.s2LeftList{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:30px;
	display:flex;
	justify-content:space-between;
	}
.s2LeftList li{
	width:33.33%;
	}
.s2LeftList li div{
	display:inline-block;
	vertical-align:middle;
	width:60px;
	height:60px;
	padding:10px;
	border:1px solid #c3c3c3;
	border-radius:50%;
	margin-right: 10px;
	}
.s2LeftList li img{
	display:block;
	margin:auto;
	}
.s2LeftList li p{
	    display: inline-block;
    vertical-align: middle;
    color: #1d2539;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
	}
.s2LeftImg{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:50px;
	border-radius:20px;
	}
.s2Right{
	float:right;
	width:47%;
	text-align:left;
	}
.s2Acdn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	border:1px solid #e1e1e1;
	border-radius:10px;
	margin-top:25px;
	}
.s2Acdn:first-child{ margin-top:10px;}
.s2Acdn.active{
	border:1px solid #f15a2d;
	background:#f6f9ff;
	}
.s2AcdnHead{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	position:relative;
	cursor:pointer;
	padding:31px 25px 31px 70px;
	}
.s2AcdnHead img{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:20px;
	}
.s2AcdnHead p{
	color:#1d2539;
	font-size:22px;
	line-height:22px;
	font-weight:bold;
	}
.s2AcdnHead.active:after {
    background:url(../images/s2-acdn-arw.png) no-repeat center center;
	transform:rotate(-90deg);
	}
.s2AcdnHead:after {
    position: absolute;
    right: 20px;
    top: 25px;
    content: '';
	background:url(../images/s2-acdn-arw.png) no-repeat center center;
	width:17px;
	height:17px;
	}
.s2AcdnContent{
	float:left;
	width:100%;
	padding:0 25px 25px 70px;
	}
.s2AcdnContent p{
	color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
	}

/*----SECTION-3----*/
.sec3{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#FFF;
	position:relative;
	}
.sec3 .commonText{ padding:0 120px;}
.s3Mid{
	float:left;
	width:100%;
	margin-top:40px;
	display:flex;
	column-gap: 15px;
	}
.s3Col{
	width:33%;
	border-radius:10px;
	padding:30px 20px;
	box-shadow:0 0 10px 1px rgba(0,0,0,0.1);
	}
.s3Col1{ background:#fffaf5;}
.s3Col2{ background:#f5faff;}
.s3Col3{ background:#fff5f9;}
.s3Col4{ background:#f0feff;}
.s3ColImg{
	display:block;
	margin:0 auto;
	width:55px;
	height:55px;
	background:#f15a2d;
	border-radius:50%;
	padding:9px;
	}
.s3ColImg img{
	filter:brightness(0) invert(1);
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s3ColHead{
	color:#1d2539;
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	margin-top:15px;
	}
.s3ColText{
	color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 10px;
	}

/*----SECTION-4----*/
.sec4{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#FFF;
	position:relative;
	}
.s4Left{
	float:left;
	width:48%;
	text-align:left;
	}
.s4Left .commonHead{
	background:url(../images/common-head-left.png) no-repeat left bottom;
	}
.s4List{
	float:left;
	width:100%;
	margin-top:10px;
	}
.s4List li{
	padding-left:35px;
	margin-top:15px;
	color:#000;
	font-size:20px;
	line-height:26px;
	font-weight:normal;
	background:url(../images/s4-list-point.png) no-repeat left 3px;
	}
.s4Right{
	float:right;
	width:49%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.s4RightBox{
	width:48%;
	margin-top:30px;
	position:relative;
	padding:25px 15px 40px 20px;
	text-align:left;
	border-radius:10px;
	box-shadow:0 0 10px 1px rgba(0,0,0,0.1);
	}
.s4RightBox:first-child, .s4RightBox:nth-child(2){ margin-top:10px;}
.s4RightImg{
	position:absolute;
	top:20px;
	right:15px;
	width:60px;
	height:60px;
	border-radius:50%;
	background:#f15a2d;
	padding:11px;
	}
.s4RightImg img{
	display:block;
	margin:0 auto;
	max-width:100%;
	filter:brightness(0) invert(1);
	}
.s3Col2 .s4RightImg{ background:#37a1e2;}
.s3Col3 .s4RightImg{ background:#04b7c0;}
.s3Col4 .s4RightImg{ background:#ff9635;}
.s4RightHead{
	color:#1d2539;
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	letter-spacing:0.5px;
	}
.s4RightText{
	color:#000;
	font-size:18px;
	line-height:26px;
	font-weight:normal;
	margin-top:20px;
	}


/*----SECTION-5----*/
.sec5{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:url(../images/s5-mid-img.jpg) no-repeat center 350px #eef1ff;
	position:relative;
	}
ul.verticals{
	float:left;
	position:relative;
	width:48%;
	height:500px;
	margin-top:50px;	
	}
ul.verticals.fr{float:right;}
ul.verticals li img{
	display:block;
	margin:0 auto;
	border:2px solid #404256;
	border-radius:15px;
	background:#f5f7ff;
	padding:10px;
	}
ul.verticals li{position:absolute; text-align:center;}
ul.verticals li img.large{width:100px;}
ul.verticals li img.medium{width:70px; border-radius:10px; padding:5px;}
ul.verticals li img.small{width:60px; border-radius:5px; padding:0;}
ul.verticals li p{
	color:#000000;
	font-size:15px;
	font-weight:500;
	margin-top:6px;
	line-height:19px;
	}
ul.verticals li.vertical1{left:40px;top:10px;}
ul.verticals li.vertical2{left:70px;top:250px;}
ul.verticals li.vertical3{left:40px;top:390px;}
ul.verticals li.vertical4{left:310px;top:180px;}

ul.verticals li.vertical5{right:40px;top:10px;}
ul.verticals li.vertical6{right:70px;top:250px;}
ul.verticals li.vertical7{right:40px;top:390px;}
ul.verticals li.vertical8{right:290px;top:180px;}

/*----SECTION-6----*/
.sec6{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#fff;
	position:relative;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:830px;
	width:100%;
	margin:15px 0 15px;
	}	
.up-slide-dwn{
	float:left;
	width:100%;
	background:#fff;
	border-radius:8px;
	-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,0.1);
	box-shadow:0 5px 10px 0 rgba(0,0,0,0.1);
	margin-top:25px;
	padding:10px 25px 8px 30px;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat 100% center;
	padding:10px 45px 10px 0;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
	color:#000;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat 100% center;
	border:none;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 0 10px 0;
	}
.acdn-para{
	font-size:18px;
	line-height:26px;
	font-weight:normal;
	color:#000000;
	margin-top:5px;
	}

/*----SECTION-7----*/
.sec7{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background: url(../images/s7-bg.jpg) no-repeat center top;
	position:relative;
	}
.s7Mid{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1060px;
	}
.s7List{
	float:left;
	width:100%;
	margin-top:60px;
	display:flex;
	justify-content:space-between;
	}
.s7List li{
	width:33.33%;
	}
.s7List li img{
	display:block;
	margin:0 auto;
	}
.s7List li p{
	color:#fff;
	margin-top:10px;
	font-size:18px;
	line-height:28px;
	font-weight:normal;
	}
#s7FormBox{
	float:left;
	width:100%;
	margin-top:50px;
	background:#fff;
	padding:40px 60px 30px;
	border-radius:20px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	}
.s7FormHead{
	color:#12172c;
	font-size:40px;
	line-height:40px;
	font-weight:bold;
	}
.s7Form{
	float:left;
	width:100%;
	margin-top:15px;
	}
.s7InputBox{
	width:48%;
	height:60px;
	margin-top:20px;
	overflow:hidden;
	border:1px solid #dcdcdc;
	border-radius:6px;
	box-shadow:0 0 10px 1px rgba(0,0,0,0.1);
	}
.s7InputBox input, .s7InputBox textarea{
	float:left;
	width:100%;
	height:100%;
	border:none;
	outline:none;
	padding:0 20px;
	color:#000;
	font-family: inherit;
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	}
.full{
	width: 100%;
    display: inline-block;
    height: 100px;
}
.s7InputBox textarea {
    height: 100% !important;
    min-height: 100px;
    resize: none;
    padding-top: 15px !important;
}
.trm {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    position: relative;
    padding: 0 0 0 22px;
    float: left;
    width: 100%;
    color: #000;
    margin-top: 20px;
}
.trm input[type=checkbox] {
    position: absolute;
    top: 5px;
    left: 0;
    appearance: none;
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    background: #f4f4f4;
    line-height: 15px;
}
.trm input[type=checkbox]:checked {
    background: #f4f4f4 url(../images/tick.png) center center no-repeat;
    background-size: 80%;
}

.pespond_txt {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    text-align: left;
    padding: 20px;
    margin-top: 30px;
}
.box-hed {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
}
.respond_bx {
    float: left;
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.respond_bx p {
        width: 32%;
    display: flex;
    justify-content: space-between;
    border: 1px solid #12172b;
    padding: 10px;
    background: #ffffff;
}
.respond_bx p span {
    font-weight: 600;
}
	
	
/*----FOOTER----*/
.footer{
	float:left;
	width:100%;
	padding:0 0 50px;
	background:#FFF;
	position:relative;
	}
.footerLogo{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	margin:30px 0 20px;
	}
.ftrText1{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	font-weight:normal;
	color:#3a3a3a;
	margin-top:5px;
	letter-spacing: 0.3px;
	}
.ftrText1 a{ padding:0 5px;}
	
.btm-link-hd {    
	font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin: 10px 0 5px;
    float: left;
    width: 100%;
}
.white{ color:#fff;}
.orange{ color:#f15a2d;}
.fl{ float:left;}
.fr{ float:right;}
.showTab, .showMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}

/*------Pulse------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.9);}
50% {transform: scale(1);}
100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}	


/*TERMS- PRIVACY*/

.prodBreadcrm {
	padding: 10px 0;
	text-align: left;
	float: left;
	width: 100%;
	background: #f9f6f4;
	font-size: 14px;
}
.prodBreadcrm p, .prodBreadcrm a{
	color:#515151;
}

.tems_bg {
	float: left;
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid #f1f1f1;
}
.trm-bx {
	background: #fff;
    width: 100%;
    float: left;
    text-align: left;
}
.trm-bx h1 {
	    line-height: 30px;
    color: #000000;
    margin: 0;
    padding: 10px 20px 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border: 2px solid #f15a2d;
    border-style: solid;
    border-width: 2px;
}
.trm-bx h2 {
	line-height: 28px;
	text-align: left;
	font-size: 20px;
	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: disc;
}
.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 img{ display:block; margin-bottom:20px;}
.trm-bx span {
}
.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;
}
.ing-blk img {
    display: block;
    margin: 0 auto 10px;
	max-width:100%;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 10px;
    max-width: 630px;
    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;
}

.dsr-from{
	float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.bg-blue-50 {
	opacity: 1;
    background-color: rgb(249 246 244);
    border-width: 1px;
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #f49b51;
    margin: 15px 0;
}
.dsr-from .frm-fld {
	float: left;
	width: 49%;
	margin-top: 10px;
}
.dsr-from .frm-fld label{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	margin-bottom:10px;
}
.dsr-from .frm-input, select {
        float: left;
    width: 100%;
    background: #fff;
    height: 55px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000;
    font-family: inherit;
    outline: none;
    border: none;
    margin-bottom: 12px;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #d2d2d2;
}
.dsr-from .wd-100{ width:100%;}
.dsr-from textarea {
    padding: 10px;
    min-height: 100px;
    max-width: 100%;
    min-width: 100%;
}
.dsr-from .upload {
    padding: 15px;
}
.trm-pg{
	float:left;
	width:100%;
	position:relative;
}
.trm-pg input[type=checkbox] {
    position: absolute;
    top: 4px;
    left: 0;
    height: 14px;
    width: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    background: #f4f4f4;
    line-height: 14px;
}
.trm-pg label{ padding-left:20px;}
.rqst-btn{
	    display: inline-block;
    vertical-align: top;
    width: 100%;
    width: 350px;
    height: 65px;
    background: #f15a2d;
    font-size: 21px;
    line-height: 64px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    border-radius: 5px;
    margin-top: 25px;
    position: relative;
	border:none;
	cursor:pointer;
	margin-bottom:30px;
}
.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;
}

.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: #141b38;
    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-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: #f15a2d;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #f00;
}


/*---------Media Querry---------*/

@media only screen and (max-width:1187px){
.container{width:1004px;}

ul.topMenu li{padding:0 15px;}

.bannerLeft {width: 54%;}
.bannerHead {font-size: 64px;line-height: 72px;}

.commonHead { font-size: 48px;line-height: 54px;}

.s1BtmMidBox { padding: 0 6px;}
.s1BtmTxt1 { font-size: 42px; line-height: 43px;}
.s1LeftImg {  left: -437px;}

.s2LeftList li p { font-size: 18px;line-height: 23px;}
.s2LeftList li div {width: 55px;  height: 55px;padding: 8px;margin-right: 7px;}
.s2AcdnHead {padding: 25px 25px 25px 70px}
.s2AcdnHead:after { right: 10px;top: 17px;}

.sec3 .commonText {padding: 0 87px;}

ul.verticals li.vertical1{left:0px;top:10px;}
ul.verticals li.vertical2{left:70px;top:250px;}
ul.verticals li.vertical3{left:0px;top:390px;}
ul.verticals li.vertical4{left:220px;top:180px;}

ul.verticals li.vertical5{right:0px;top:10px;}
ul.verticals li.vertical6{right:70px;top:250px;}
ul.verticals li.vertical7{right:0px;top:390px;}
ul.verticals li.vertical8{right:220px;top:180px;}
}


@media only screen and (max-width:1021px){
.container{width:750px;}

.showDesk {display: none;}
.showTab {display: block;}

.mobMenuIcon{right:0;}
.topLogin{margin: 21px 50px 0 0;}

.bannerLeft {width: 87%;}

.sec1 { padding: 50px 0 50px;}
.s1Right { width: 62%;}
.commonHead { font-size: 38px;line-height: 48px;padding-bottom: 25px;}
.commonText { font-size: 18px; line-height: 26px; margin-top: 20px;}
.s1Btm { margin-top: 60px;padding: 40px 11px;}
.s1BtmHead {font-size: 24px; line-height: 31px;}
.s1BtmTxt1 {font-size: 33px;line-height: 40px;}
.s1BtmTxt2 {font-size: 16px;line-height: 22px;}

.sec2 { padding: 50px 0 50px;}
.s2LeftList li {text-align: center;}
.s2LeftList li div {margin: 0 auto 10px; display: block;}
.s2AcdnHead {padding: 16px 25px 16px 65px;}
.s2AcdnHead p { font-size: 18px; line-height: 24px;}
.s2AcdnHead img { left: 14px;}
.BtnBox { margin-top: 46px;}
.s2LeftImg { margin-top: 30px;}
.s2Acdn { margin-top: 14px;}
.s2AcdnContent p{ font-size: 16px; line-height: 24px;}

.sec3 { padding: 50px 0 50px;}
.sec3 .commonText { padding: 0 0;}
.s3Mid {margin-top: 10px;display: inline-table;}
.s3Col { padding: 20px 10px; width: 48%;float: left; margin-top:20px;}
.s3Col2, .s3Col4{ float:right;}
.s3ColHead {font-size: 22px;line-height: 26px;}
.s3ColText { margin-top: 10px;}

.sec4 { padding: 50px 0 50px;}
.s4Left { width: 100%;}
.s4Right {width: 100%;margin: 20px 0 0 0;}
.s4RightImg {top: 9px; right: 10px;width: 55px; height: 55px; padding: 9px;}

.sec5 {padding: 50px 0 70px; background:#eef1ff;}
ul.verticals{width:100%; height:auto;}
ul.verticals li{position:static; display:inline-block; vertical-align:middle; margin:0 15px;}
ul.verticals li img.large, ul.verticals li img.medium, ul.verticals li img.small{width:110px; border-radius:15px;}
ul.verticals li.showMob{display:none;}

.sec6 {padding: 50px 0 50px;}

.sec7 {padding: 50px 0 50px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.showDesk{display:none;}
.showMob{display:block;}
.hideMob{ display:none;}

.topFixBar{ margin-bottom:60px;}
.header{height: 60px; margin-top: -60px; top: 60px;}
.logo{ width:160px; margin:0px 0 0 0;}

.mobMenuIcon{top:15px; right:20px;}
.mobilemenu{top:60px;}
.topLogin { margin: 14px 0 0 0; font-size:15px;}

.banner {padding: 35px 0 0; background-position: -420px 0;}
.bannerLeft{width: 100%;}
.globally{font-size:12px; letter-spacing:1.5px;}
.globally span{margin: 5px 12px 0 0;width: 25px;}
.bannerHead{font-size: 34px; line-height: 42px; margin-top: 15px;}
.bannerText{font-size: 16px; line-height: 24px; margin-top: 15px; max-width: 78%;}
.bannerSelect {margin-top: 20px;}
.bannerSelectBtn{width: 220px; height: 50px; font-size: 14px; line-height: 50px;}
.bannerSelectBtn img{margin: -4px 0 0 6px; width: 21px;}

.bannerBtmStrip {margin-top: 38px; padding: 15px 0 12px;}
.bnrStripBox { text-align: center;}
.bnrStripText {font-size: 12px; line-height: 16px; text-align:center;}
.bnrStripIcon { margin:0 auto 5px;width: 30px; display:block;}

.sec1{padding: 30px 0 0;}
.s1LeftImg{position: static; margin: 15px auto 0; display: block; width: 100%;}
.s1Right {width: 100%;}
.commonHead{font-size: 28px; line-height: 32px;padding-bottom: 23px;}
.s1Btm { margin-top: 30px; padding: 27px 20px; background:#1e2538;}
.s1BtmMid { margin-top: 0; display: inline-block;}
.s1BtmHead { font-size: 21px; line-height: 28px;}
.s1BtmMidBox {padding: 0 10px; width: 100%; float: left; margin: 15px 0 0 0;}
.s1BtmTxt1 {font-size: 40px;line-height: 50px;}
.s1BtmTxt2 {font-size: 18px;line-height: 25px;margin-top: 4px;padding: 0 20px;}
.s1BtmMidBox:after{content:'';display:block;margin:0 auto;margin-top:20px;width:50px; height:3px;border-radius:5px;background:#CCC;}
.s1BtmMidBox:last-child:after{display:none;}
.commonText { font-size: 16px; line-height: 24px;  margin-top: 20px;}

.sec2 {padding: 30px 0 25px;}
.s2Left { width:100%;}
.s2LeftImg { margin-top: 30px;}
.s2Right {width: 100%; margin: 20px 0 0 0;}
.s2Acdn { margin-top: 15px;}
.s2AcdnHead:after { top: 18px;}
.s2AcdnContent {padding: 0 20px 20px 20px;}
.s2LeftList li p {font-size: 16px;line-height: 20px;}
.s2LeftList{ margin-top:20px;}

.sec3 { padding: 30px 0 10px;}
.s3Col { width: 100%;margin-top: 30px;}
.s3Mid {padding: 0 10px;}
.s3ColHead {margin-top: 10px; padding: 0 10px; font-size: 16px; line-height: 24px;}
.s3ColText {margin-top: 10px;padding: 0 10px;}


.sec4 { padding: 30px 0 40px;}
.s4RightBox, .s4RightBox:nth-child(2){width: 100%;margin-top: 25px;padding: 25px 15px 25px 20px;}
.s4List{padding:0 15px;}
.s4List li {font-size: 18px;line-height: 24px;}
.s4RightHead {font-size: 22px;line-height: 28px;}
.s4RightText { padding: 0 32px 0 0;}
.s4RightImg { top:15px; right: 15px;width: 45px; height: 45px; padding: 5px;}
.s4Right { padding: 0 10px;}

.sec5 {padding: 30px 0 40px;}
ul.verticals{margin-top:0; text-align:left; width:330px; float:none; margin:0 auto;}
ul.verticals li{position:static; float:left; margin:25px 10px 0 10px; width:90px;}
ul.verticals li img.large, ul.verticals li img.medium, ul.verticals li img.small{width:80px; border-radius:10px;}
ul.verticals li.showMob{display:block;}

.sec6 {padding: 30px 0 40px;}
.faq-container { margin: 10px 0 0;}
.up-slide-dwn { padding: 10px 20px 8px 20px;}
.accordion{ font-size:18px;}
.acdn-para{ font-size:16px; line-height:24px;}

.sec7 {padding: 30px 0;}
.s7List {margin-top: 30px;display: inline-table;}
.s7List li {width: 100%;margin-top:20px; float:left;}
#s7FormBox {margin-top: 30px; padding: 20px 20px 20px;}
.s7List li img { margin: 0 auto 5px;}
.s7Form {margin-top: 8px;}
.sec7 .BtnBox { margin-top: 25px;}
.s7FormHead {font-size: 35px;line-height: 35px;}
.s7InputBox { width: 100%; height: 55px;margin-top: 10px;}
.s7List li p { font-size: 16px; line-height: 24px;  margin-top: 0; letter-spacing: 1px;}
.respond_bx{ row-gap:10px;}
.respond_bx p{ width:100%;}

.BtnBox {margin-top: 0;width: 98%;}
.footer { padding: 0 0 25px;}
.footerLogo { margin: 25px 0 15px;}
.ftrText1 {font-size: 14px;line-height: 22px;}
#ctabtn-mob{
	background: #12172b;
	padding:7px 10px 6px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
#ctabtn-mob a.order-btn{ margin:0;}
a.commonBtn{ font-size:24px; height:60px; line-height:60px;}

.dsr-from .frm-fld{ width:100%;}

.pop-innr{ width:100%;}

}

