@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: 'Inter';
	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;
	}

/*-----------------------
FONTS
------------------------*/
@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
	url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'),
	url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Inter';
	src: url('Inter-SemiBold.woff2') format('woff2'),
	url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
	url('Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Instrument Sans';
    src: url('InstrumentSans-Bold.woff2') format('woff2'),
	url('InstrumentSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
/*--------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:#00bf5a;}
.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 #00bf5a;
	}
a.navBarBtn:hover{
	background:#00bf5a;
	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
------------------------*/		
.banner{
	float:left;
	width:100%;
	background:url(../images/bnr-bg.webp)no-repeat center top #13223a;
}

/*-------Banner-Section---------*/	
.banner_content{
	float:left;
	width:100%;
	padding: 90px 0;
	}
.banner_title{
	    display: inline-block;
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    background: #253e58;
    border-radius: 5px;
    padding: 8px 17px;
    letter-spacing: 1px;
	}
.banner_heading{
	color:#ffffff;
	font-size:60px;
    line-height:70px;
    font-weight:bold;
	letter-spacing:-0.3px;
	margin-top:12px;
	}	
.banner_paragraph{
	    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    margin-top: 22px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 760px;
	}	
	
/*========COMMON-CSS=========*/	
.common_heading{
	color: #2c3e50;
    font-size: 44px;
    line-height: 54px;
    font-weight: bold;
    text-transform: capitalize;
	}
.common_heading.white_text{color:#ffffff;}
.common_paragraph{
	color:#000000;
	font-size:18px;
	line-height:28px;
	margin-top:20px;
	display: inline-block;
	vertical-align: middle;
	width:100%;
	}
.common_paragraph.white_text{color:#ffffff;}
.button_box{
	display: inline-block;
    vertical-align: middle;
    max-width: 350px;
    width: 100%;
    margin: 45px auto 0;
	}
.banner_content .button_box{margin:40px auto 0;}
.common_button{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width:100%;
	border-radius:50px;	
	background:#00bf5a;
	padding:10px 0;
	}
.common_button2{
	background:transparent;
	border:1px solid #000000;
	}
.banner_content .common_button2{border-color:#ffffff;}
.button_text{
	width: calc(100% - 50px);
    color: #ffffff;
    font-size: 20px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
	}
.banner_content .common_button2 .button_text{color:#ffffff;}
.common_button2 .button_text{color:#000000;}
.button_arrow_box{
	width:42px;
	}
.button_arrow{
	display:inline-block;
	vertical-align:middle;
	width:42px;
	}
.contact_button{
	width:100%;
    max-width:245px;
	padding:4px 0;
    margin:35px auto 0;
	}
	

/*=======Section-1========*/
.section1{
	float:left;
	width:100%;
	padding:65px 0 30px;
	position:relative;
	}
.section1_row{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width:100%;
	text-align:left;
	margin:50px auto 0;
	}
.section1_column_left{
	width:65.8%;
	}
.section1_column1{
	float: left;
    width: 100%;
    background: #f5f7f9;
    border-radius: 20px;
    padding: 35px 50px 0px 45px;
	}
.section1_column1_top{
	float:left;
	width:97%;
	}
.section1_column_heading{
	color: #13223a;
	font-size: 26px;
	line-height: 38px;
	font-weight: 600;
	text-transform: capitalize;
	}
.section1_column_paragraph{
	color: #000000;
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
	}
.section1_column_image{
	float: right;
	width: 390px;
	margin-top: 0;
	}
.section1_column_right{
	width:32%;
	}
.section1_column2{
	float:left;
	width:100%;
	background:#1f324f;
	border-radius:20px;
	padding:25px 32px 30px;
	}
.section1_column2 .section1_column_heading{color:#ffffff;}
.section1_column_icon_box{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width:60px;
	height:60px;
	border-radius:50%;
	background:#bbe8ff;
	margin:0 0 15px;
	}
.section1_column_icon{
	display:block;
	margin:0 auto;
	width:28px;
	}
ul.section1_column_list{
	float: left;
	width: 100%;
	padding-left: 5px;
	margin-top: 20px;
	}
ul.section1_column_list li{
	float:left;
	width:100%;
	color:#ffffff;
	font-size:18px;
	line-height:26px;
	font-weight:500;
	background:url(../images/tick.webp)no-repeat left 3px;
	background-size:20px;
	padding-left:35px;
	margin-top:15px;
	}

/*=======Section-2========*/
.section2{
	float:left;
	width:100%;
	padding:30px 0 70px;
	}	
.section2_content{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width:100%;
	text-align:left;
	margin:40px auto 0;
	}
.section2_content_left{
	width:31.7%;
	background:#ebf2fc;
	border-radius:10px;
	padding:30px 41px 40px;
	}
.section2_column_image1{
	display:block;
	margin:0 auto 15px;	
	}
.section2_column_content{
	position:relative;
	z-index:1;
	}
.section2_column_heading{
	color:#000000;
	font-size:22px;
	line-height:30px;
	font-weight:600;
	}
.section2_column_paragraph{
	color:#383838;
	font-size: 17px;
    line-height: 26px;
	margin-top:10px;
	}
.section2_content_right{
	width:65.9%;
	}
.section2_content_row1{
	float:left;
	width:100%;
	background:#ffffff;
	border:1px solid #edf1f7;
	border-radius:10px;
	padding:80px 375px 35px 30px;	
	position:relative;
	overflow:hidden;
	}
.section2_column_image{
	position:absolute;
	top:10px;
	right:0;
	}
.section2_column_image3{
	width:260px;
    top:0px;
    right:-53px;
	}
.section2_column_image4{
	width:260px;
    top:0px;
    right:0px;
	}
.section2_content_row2{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	float:left;
	width:100%;
	text-align:left;
	margin:20px auto 0;
	}
.section2_content_column{
	width:49%;
	background:#ffffff;
	border:1px solid #edf1f7;
	border-radius:10px;
	padding:115px 15px 25px 30px; 
	position:relative;
	overflow:hidden;
	}

/*=======Section-3========*/
.section3{
	float:left;
	width:100%;
	background:#f3f7fc;
	padding:65px 0 70px;
	position:relative;
	overflow:hidden;
	}
.section3_row{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	margin:35px auto 0;
	position:relative;
	}
.section3_column{
	display: flex !important;
	display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width:1025px !important;
	border:2px solid #e1e1e1;
	border-radius:20px;
	background:#ffffff;
	overflow:hidden;
	}
.section3_column_content{
	width:50%;
	text-align:left;
	padding:40px 70px 40px 45px;
	}
.section3_column_title{
	display:inline-block;
	color:#2d2d2d;
	font-size:16px;
	line-height:16px;
	font-weight:600;
	background:#bdf0ff;
	border-radius:8px;
	padding:10px 17px;
	}
.section3_column_heading{
	color:#2d2d2d;
	font-size: 24px;
    line-height: 32px;
	font-weight:600;
	padding-bottom:15px;
	margin-top:0px;
	position:relative;
	}
.section3_column_heading:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:50px;
	height:2px;
	background:#5087b5;
	}
.section3_column_paragraph{
	color:#000000;
	font-size: 17px;
    line-height: 26px;
	margin-top:20px;
	}
.section3_column_image_box{
	width:50%;
	}
.section3_column_image{
	    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 290px;
    object-fit: cover;
    object-position: center center;
	}

/*=======Section-4========*/
.section4{
	float:left;
	width:100%;
	padding:65px 0 70px;
	}	
.section4_content{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	 -webkit-align-items:center;
	align-items:center;
	width:100%;
	text-align:left;
	margin:45px auto 0;
	}
.section4_content_left{
	width:46%;
	}
.section4_image{
	display:block;
	margin:0 auto;	
	border-radius:20px;
	}
.section4_content_right{
	width:49%;
	}	
.section4_box{
	float:left;
	width:100%;
	}
.section4_row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    border-top: 1px solid #d7d7d7;
    padding: 20px 0;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 5px;
	}
.section4_row:last-child{border-bottom:1px solid #d7d7d7;}
.section4_row_number{
	width:41px;
	height:41px;
	background:#2c3e50;
	border-radius:50%;
	color:#ffffff;
	font-size:18px;
	line-height:41px;
	font-weight:500;
	text-align:center;
	}	
.section4_row_heading{
	width: auto;
    color: #000000;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
	}
.section4_row_paragraph{
	width: 100%;
    color: #000000;
    font-size: 17px;
    line-height: 26px;
	}

/*=======Section-5========*/
.section5{
	float:left;
	width:100%;
	background:url(../images/s5-bg.webp)no-repeat center top;
	padding:55px 0 70px;
	}	
.company_link{
	display:inline-block;
	vertical-align:middle;
	color:#3e87f5;
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	font-family: 'Instrument Sans';
	margin-top:35px;
	}
.company_link a{position:relative;}
.company_link a:before{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;	
	height:1px;
	background:#3e87f5;
	}
.mail_icon{
	display:inline-block;
	vertical-align:middle;
	margin:0 12px 0 0;
	width:27px;
	}
/*----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:10px;
	background:#fff;
	padding: 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:15px;
	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%;
}
#s7FormBox .button_box {
    margin-top: 20px;
}

.pespond_txt {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    text-align: left;
    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: 20px;
    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;
	flex-wrap: wrap;
}
.respond_bx p span {
    font-weight: 600;
}
	
	
/*----FOOTER----*/
.footer{
	float:left;
	width:100%;
	padding:0 0 50px;
	background:#f3f7fc;
	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: #dfffee;
	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 #00bf5a;
    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: #dfffee;
    border-width: 1px;
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #00bf5a;
    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: #00bf5a;
    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: rgba(0,0,0,0.9);
    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: #00bf5a;
    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;}

.banner_left{width:60%;}
.banner_heading{font-size:50px; line-height:60px;}
.section1_column2{padding:25px 25px 30px;}
.section2_content_left{padding:30px 25px;}
.section2_content_row1{padding:35px 308px 35px 20px;}
.section2_column_image2{width:300px;}
.section2_column_image3{width:240px;}
.section2_column_image4{width:238px;}
.section3_column{width:985px !important;}
.section3_column_content{padding:40px 70px 40px 45px;}
.section4_content_right{width:49%;}
.section4_row{padding:18px 0;}
.section4_row_heading{width:29%;}
.section4_row_paragraph{width:56%;}

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;}

.common_heading{font-size:36px; line-height:40px;}
.common_paragraph{margin-top:15px;}
.button_box{max-width:455px; margin:30px auto 0;}
.button_text{font-size:17px; line-height:17px;}
.banner_content .button_box{margin:30px auto 0;}

.banner{background-size:cover;}
.header{top:65px; margin-top:-65px; padding:12px 0;}
.logo{width:165px; margin-top:6px;}
ul.menu-list{display:none;}
a.header_button{margin:0 50px 0 0;}
.mobilemenu{top:65px;}
.mobimenu-top{top:65px;}

.banner_content{padding:40px 0 50px;}
.banner_title{font-size:14px; line-height:14px; padding:8px 15px;}
.banner_heading{font-size:38px; line-height:46px; margin-top:15px;}
.banner_paragraph{font-size:17px; line-height:25px;letter-spacing:0.3px; margin-top:15px;}

.section1{padding:40px 0 20px;}
.section1_row{margin:30px auto 0;}
.section1_column_left{width:55%;}
.section1_column1{padding:30px 25px;}
.section1_column1_top{width:100%;}
.section1_column_heading{font-size:24px; line-height:32px;}
.section1_column_image{width:225px; margin-top: 25px;}
.section1_column_right{width:42%;}
.section1_column_icon_box{width:55px; height:55px; margin:0 0 15px;}
ul.section1_column_list li{font-size:17px; line-height:25px;  background-size:18px;  padding-left:30px; margin-top:10px;}

.section2{padding:25px 0 45px;}
.section2_content{margin:30px auto 0;}
.section2_content_left{width:32%; padding:25px 15px 25px;}
.section2_column_heading{font-size:20px; line-height:26px;}
.section2_content_right{width:66%;}
.section2_content_row1{padding:25px 215px 25px 15px;}
.section2_column_image2{width:240px;}
.section2_column_image3{width:208px;}
.section2_column_image4{width:210px;}
.section2_content_column{padding:115px 15px 25px;}

.section3{padding:40px 0 45px;}
.section3_row{margin:30px auto 0;}
.section3_column{width:680px !important;}
.section3_column_content{padding:25px 25px;}
.section3_column_title{font-size:14px; line-height:14px; padding:10px 15px;}
.section3_column_heading{font-size:20px; line-height:26px; margin-top:15px;}

.section4{padding:40px 0 45px;}
.section4_content{-webkit-align-items:flex-start; align-items:flex-start; margin:30px auto 0;}
.section4_content_left{width:41%;}
.section4_content_right{width:56%;}
.section4_row{padding:12px 0;}
.section4_row_number{width:35px; height:35px; font-size:16px; line-height:35px;}
.section4_row_heading{width:34%; font-size:17px;}
.section4_row_paragraph{width:52%;}

.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:8px; right:20px;}
.mobilemenu{top:60px;}
.topLogin { margin: 14px 0 0 0; font-size:15px;}

.common_heading{font-size:28px; line-height:34px;}
.common_paragraph {margin-top: 10px;font-size: 16px;line-height: 24px;}
.button_box{max-width:270px; row-gap:10px; margin:25px auto 0;}
.common_button{width:100%; padding:4px 0;}
.button_text{font-size:18px; line-height:18px; letter-spacing:0.3px}
.banner_content .button_box{margin:20px auto 0;}

.top-fix-bar{margin-bottom:55px;}
.header{top:55px; margin-top:-55px; padding:15px 0;}
.logo{width:140px; margin-top:0;}
a.header_button{display:none;}
.mobilemenu{top:55px;}
.mobimenu-top{top:55px;}
.mob-mnu-ic{top:2px; right:15px;}

.banner_content{padding:20px 0 35px;}
.banner_title{font-size:13px; line-height:13px; padding:8px 9px;}
.banner_heading{font-size:32px; line-height:40px; letter-spacing:0; margin-top:10px;}
.banner_paragraph{font-size:16px; line-height:24px; letter-spacing:0;}

.section1{padding:25px 0 20px;}
.section1_row{max-width:360px; row-gap:15px; margin:25px auto 0;}
.section1_column_left{width:100%;}
.section1_column1{padding:25px 20px 20px;}
.section1_column_paragraph{font-size: 16px;line-height: 24px;}
.section1_column_heading{font-size:20px; line-height:28px;}
.section1_column_image{width:200px; margin-top:20px;}
.section1_column_right{width:100%;}
.section1_column2{padding:25px 20px;}
.section1_column_icon_box{width:50px; height:50px; margin:0 0 10px;}
ul.section1_column_list{padding-left:0; margin-top:10px;}
ul.section1_column_list li{font-size:16px; line-height:24px;  background-size:18px;  padding-left:30px; margin-top:10px;}

.section2{padding:25px 0 30px;}
.section2_content{max-width:345px; margin:25px auto 0;}
.section2_content_left{width:100%; padding:0 0;}
.section2_content_right{width:100%; margin-top:10px;}
.section2_content_row1{padding:0 0;}
.section2_column_content{padding:0 20px 25px;}
.section2_column_paragraph{font-size: 16px;line-height: 24px;}
.section2_column_image{position:static; display:block; margin:0 auto 15px; width:auto;}
.section2_column_image1{width:250px; margin-top:25px;}
.section2_column_image3{margin: -20px auto -30px 40px;width: 280px;}
.section2_column_image4{margin-bottom:0;width: 280px;}
.section2_content_row2{row-gap:15px; margin:15px auto 0;}
.section2_content_column{width:100%; padding:0 0;}

.section3{padding:30px 0 30px;}
.section3_row{margin:25px auto 0;}
.section3_column{width:320px !important; border-radius:15px;}
.section3_column_content{width:100%; padding:25px 18px 20px;}
.section3_column_title{padding:8px 12px;}
.section3_column_heading{line-height:24px; padding-bottom:13px;}
.section3_column_paragraph{font-size: 16px;line-height: 24px; min-height: 150px;}
.section3_column_image{height: 180px;}
.section3_column_image_box{width:100%;}

.section4{padding:30px 0 35px;}
.section4_content{-webkit-align-items:flex-start; align-items:flex-start; margin:25px auto 0;}
.section4_content_left{width:100%;}
.section4_content_right{width:100%; margin-top:25px;}
.section4_box{padding:0 15px;}
.section4_row{-webkit-flex-wrap:wrap; flex-wrap:wrap; padding:10px 0;}
.section4_row_number{width:40px; height:40px; font-size:18px; line-height:40px;}
.section4_row_heading{width:calc(100% - 50px); font-size:18px;}
.section4_row_paragraph{width:100%; margin-top:10px; font-size: 16px;line-height: 24px;}

.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 {padding: 20px 20px 20px;}
.s7List li img { margin: 0 auto 5px;}
.s7Form {margin-top: 8px;}
.sec7 .BtnBox { margin-top: 25px;}
.s7FormHead {font-size: 27px;line-height: 31px;}
.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;margin-top: 15px;}
.respond_bx p{ width:100%;}
.pespond_txt{margin-top: 20px;}

.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%;text-align: center;}

}

