@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Work Sans', sans-serif;
}
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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border: none;max-width: 100%;vertical-align: middle;height: auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}


/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.fl{float:left;}
.fr{float:right;}

.hide-desk, .show-mob{display:none;}

.topStrip {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	background:#09253f;
}
.topStrip p{
	font-size:15px;
	line-height:20px;
	text-transform:uppercase;
	color:#fff;
	padding:5px 0;
	letter-spacing:0.5px;
}
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:70px;
}
.header{
	float:left;
	width:100%;
	height:70px;
	padding:15px 0;
	margin-top:-70px;
	background:#F4F9FF;
	top:70px;
	position:relative;
	border-bottom:1px solid #e4ebf3;		
}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);	
}				
.logo{
	float: left;
    margin-top: -5px;
    width: 110px;
}
ul.topMenu{
   	float:left;
	margin:9px 0 0 180px;
}
ul.topMenu li{
	float:left;
	padding:2px 20px;
	position:relative;
	border-right:none;
}
ul.topMenu li a{
	color:#000;
	font-size:15px;
	line-height:16px;
	font-weight:600;
	text-transform:uppercase;
}
ul.topMenu li:last-child{border-right:none;}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#00a6ee;}
a.nav-btn{
    float: right;
	border:1px solid #00d367;
    color:#fff;
    font-size:18px;
    text-align: center;
    width: 240px;
    height: 40px;
    line-height:38px;
	border-radius:100px;
	font-weight:600;
	text-transform:capitalize;
	background: #00d367;
}

/*-----------------------
SECTION-1 CSS
------------------------*/
.sec1{
	float:left;
	width:100%;
	background:url(../images/sec1.jpg) center top no-repeat;
}
.s1-inr{
	float:left;
	width:100%;
	text-align:left;
	padding:70px 500px 0 0;
}
.trust-tx{
	font-size:20px;
	line-height:26px;
}
.trust-star{
	margin-right:5px;
}
.s1-hd{
	    font-size: 62px;
    line-height: 75px;
    color: #09253f;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 15px;
	text-transform: capitalize;
}
.s1-tx{
	    font-size: 20px;
    line-height: 30px;
    margin-top: 25px;
    float: left;
    width: 92%;
}
.s1-tx span{font-family: 'Nunito', sans-serif; font-weight:800;}
.s1-prd{
	    position: absolute;
    right: 60px;
    top: 15px;
    width: 400px;
}
.process-bx{
	    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 35px;
    background: #00a6ee;
    border-radius: 15px;
    margin-top: 60px;
    position: relative;
}
.process-bx2{
	max-width: 700px;
	margin-top: 30px;
}
.process-bx2 .comn-txt {
    margin: 0;
}
.proces-ques{
	font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
    position: relative;
    text-align: center;
    width: 100%;
}
.dolr-icn{
	position:absolute;
	left:0;
	top:0;
}
ul.prog-opt{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:15px;
}
ul.prog-opt li{
	width:calc(20% - 20px);
	margin:10px;
	background:#fff;
	padding:20px 25px;
	float:left;
	border-radius:5px;
	text-align:center;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#adadad;
	cursor:pointer;
	transition:all ease 0.5s;
}
ul.prog-opt li.active{
	color:#000;
	-webkit-box-shadow:inset 0 0 0 2px #0e2a47;
	box-shadow:inset 0 0 0 2px #0e2a47;
	transform: scale(1.07);
	-webkit-transform: scale(1.07);
	transition:all ease 0.5s;
}
ul.prog-lst{
	    float: left;
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
	row-gap: 10px;
}
ul.prog-lst li{
	float: left;
    width: 29%;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    padding: 0 20px;
}
ul.prog-lst li span {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.prog-lst-icn{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:10px;
}
ul.prog-lst li p{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 70px);
	font-size:17px;
	line-height:25px;
	color:#fff;
}
.comn-btn{
	padding:0 25px;
	height:66px;
	background:#00d367;
	font-size:26px;
	line-height:65px;
	display:inline-block;
	vertical-align:top;
	border-radius:100px;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	text-align:center;
	margin-top:30px;
	font-weight:600;
}
.btn-arw{
	display:inline-block;
	vertical-align:top;
	margin:22px 0 0 5px;
}
.process-bx .comn-btn{}
.comn-txt{
	font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.comn-pad{padding:0 100px;}

.sec11-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    width: 100%;
    column-gap: 10px;
    margin-top: 30px;
}

.frm-fld {
    float: left;
    width: 100%;
}

.frm-fld input, .frm-fld textarea {
    width: 100%;
    height: 60px;
    padding: 10px;
    font-size: 16px;
    line-height: 26px;
    border: none;
    outline: none;
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 10px;
}

/*-----------------------
SECTION-2 CSS
------------------------*/
.sec2{
	float:left;
	width:100%;
	padding:50px 0 65px;
}
.comn-hdg{
	font-size: 45px;
    line-height: 55px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0;
    color: #00a6ee;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
	text-transform: capitalize;
	width:100%;
}
.comn-hdg span{
	color: #0e2a47;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
	margin-bottom: 5px;
}
.s2-inr{
	    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin: 50px 0 20px;
	row-gap: 10px;
}
.s2-inr-bx{
	border: 2px solid #00a6ee;
    border-radius: 15px;
    padding: 30px 12px;
    width: 31.5%;
    float: left;
}
.s2-inr-bx h3{
	font-size:26px;
	line-height:34px;
	font-weight:600;
	margin-top:10px;
	font-family: "Poppins", sans-serif;
}
.s2-inr-bx p{
	font-size:18px;
	line-height:28px;
	margin-top:10px;
}

/*-----------------------
SECTION-3 CSS
------------------------*/
.sec3{
	float:left;
	width:100%;
	padding:50px 0 65px;
	background:#0e2a47;
	color:#fff;
}
.s3-inr{
	max-width:970px;
	width:100%;
	display:inline-block;
	vertical-align:top;
	margin:30px 0 20px;
}
.s3-inr-bx{
	display:flex;
	-webkit-display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
	position:relative;
	margin-top:30px;
}
.s3-inr-bx.reverse{flex-direction: row-reverse;}
.s3-inr-bx.reverse .s3-inr-cont{text-align:right;}
.s3-num{
	position:absolute;
	left:50%;
	top:20%;
	margin-left:-32.5px;
	width:65px;
	height:65px;
	background:#00a6ee;
	color:#fff;
	font-weight:600;
	border-radius:50%;
	font-size:45px;
	line-height:65px;
}
.s3-sepr{
	position:absolute;
	left:50%;
	margin-left:-8.5px;
	top:50%;
}
.s3-img{
	max-width:370px;
	width:100%;
	border-radius:20px;
	overflow:hidden;
}
.s3-img img{width:100%;}
.s3-inr-cont{
	width:320px;
	text-align:left;
}
.s3-inr-cont h3{
	font-size:26px;
	line-height:32px;
	font-weight:600;
	font-family: "Poppins", sans-serif;
}
.s3-inr-cont p{
	font-size:18px;
	line-height:28px;
	margin-top:15px;
}

/*-----------------------
SECTION-4 CSS
------------------------*/
.sec4{
	float:left;
	width:100%;
	padding:50px 0 20px;
}
.sub-hd{
	font-size:26px;
	line-height:34px;
	letter-spacing:1px;
	font-family: "Poppins", sans-serif;
	color:#0e2a47;
}
.s4-inr{
	display:flex;
	-webkit-display:flex;
	float:left;
	width:100%;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin:20px 0;
}
.s4-inr .comn-hdg{font-size:42px; line-height:48px;}
.s4-bx{
	margin:10px;
	width:calc(33.3% - 20px);
	text-align:left;
	padding-top:3%;
}
.s4-inr-bx{
	background: rgb(0,89,166);
	background: linear-gradient(180deg, rgba(0,89,166,1) 0%, rgba(63,161,242,1) 100%);
	border-radius:20px;
	color:#fff;
	padding:30px 20px 20px;
	position:relative;
}
.s4-icn{
	position:absolute;
	right:15px;
	top:10px;
}
.s4-inr-hd{
	font-size:26px;
	line-height:32px;
	font-weight:600;
	padding:0 0 12px;
	border-bottom:1px solid #3d85c4;
}
.s4-inr-tx{
	font-size:17px;
	line-height:28px;
	padding:12px 0;
}
ul.s4-inr-lst{
	float:left;
	width:100%;
}
ul.s4-inr-lst li{
	font-size:20px;
	line-height:26px;
	font-weight:600;
	position:relative;
	padding-left:20px;
	margin:5px 0;
}
ul.s4-inr-lst li:before{
	content:'';
	position:absolute;
	left:0;
	top:11px;
	width:6px;
	height:6px;
	background:#fff;
	border-radius:50%;
}

/*-----------------------
SECTION-5 CSS
------------------------*/
.sec5{
	float:left;
	width:100%;
	padding:50px 0 70px;
	position:relative;
}
.sec5:before{
	content:'';
	background:#f3f9ff;
	top:230px;
	bottom:0;
	right:0;
	left:0;
	position:absolute;
}
.s5-bx{
	float:left;
	background:#0e2a47;
	padding:50px 50px 60px 530px;
	width:100%;
	border-radius:20px;
	color:#fff;
	text-align:left;
	position:relative;
}
.s5-bx-img{
	position:absolute;
	left:50px;
	top:50px;
}
.s5-bx h3{
	font-size:45px;
	line-height:52px;
	font-family: "Poppins", sans-serif;
	letter-spacing:1px;
}
.s5-bx p{
	font-size:18px;
	line-height:28px;
	margin-top:20px;
}

.s5-inr{
	float:left;
	width:100%;
	position:relative;
	padding-top:70px;
}
.s5-rgt{
	float:right;
	width:60%;
	text-align:left;
	}
.s5-prod{
	position:absolute;
	left:-120px;
	top:40px;
	max-width:100%;
	}
.s5-right-box{
	float:left;
	width:100%;
	margin-top:45px;
	}
.s5-rgt-box-col{
	width:50%;
	border-radius:10px;
	padding:25px 40px;
	}
.s5-rgt-box-col.col2{
	background:#00a6ee;
	box-shadow:0 0 10px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 10px 2px rgba(0,0,0,0.2);
	position:relative;
	right:8px;
	color:#fff;
	}
.s5-col-top{
	float:left;
	width:100%;
	position:relative;
	border-radius:10px 10px 0 0;
	}
.s5-col-top p{
	float:left;
	width:100%;
	font-size:30px;
	line-height:36px;
	font-weight:bold;
	text-align:left;
	}
ul.s5-box-col-list{
	float:left;
	width:100%;
	border-radius:0px 0px 10px 10px;
	}
.s5-rgt-box-col.col1 ul.s9-box-col-list{
	border:1px solid #ff0000;
}
ul.s5-box-col-list li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #cdcdcd;
	background:url(../images/s5-cross.png) no-repeat left 15px;
	padding:15px 0 12px 35px;
	font-size:17px;
	line-height:25px;
	font-weight:600;
	}	
ul.s5-box-col-list li:last-child{ border-bottom:none;}
.col2 ul.s5-box-col-list li{
	background:url(../images/s5-chk.png) no-repeat left 15px;
	}

/*-----------------------
SECTION-6 CSS
------------------------*/
.sec6{
	float:left;
	width:100%;
	padding:50px 0 65px;
}
.s6-inr{
	float:left;
	width:100%;
	display:flex;
	-webkit-display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin:45px 0 0;
}
.s6-inr-bx{
	border:1px solid #00a6ee;
	border-radius:10px;
	padding:25px;
	background:url(../images/s6-bx-btm.jpg) center bottom no-repeat;
	width:calc(33.3% - 30px);
	margin:30px 15px;
	position:relative;
	text-align:left;
	box-shadow:5px 5px 20px 0px rgba(0,0,0,0.2);
}
.s6-inr-bx h3{
	font-size:26px;
	line-height:30px;
	font-weight:600;
}
.s6-icn{
	background:#00a6ee;
	padding:12px 10px;
	border-radius:10px;
	position:absolute;
	right:30px;
	top:-30px;
}
.s6-inr-bx p{
	font-size:18px;
	line-height:22px;
	margin-top:30px;
}

/*-----------------------
SECTION-7 CSS
------------------------*/
.sec7{
	float:left;
	width:100%;
	padding:50px 0 65px;
	background:#f3f9ff;
}
.s7-img{
	max-width:100%;
	margin:-120px auto -190px;
}

/*-----------------------
SECTION-8 CSS
------------------------*/
.sec8{
	float:left;
	width:100%;
	padding:50px 0;
	background: #f3f9ff;
}
ul.s8-lst{
	    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 30px 70px 5px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
ul.s8-lst li{
	border: 1px solid #00a6ee;
    padding: 30px;
    width: calc(20% - 20px);
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #393939;
    border-radius: 12px;
}
.s8-icn{
	display:block;
	margin:0 auto 15px;
}

/*-----------------------
SECTION-9 CSS
------------------------*/
.sec9{
	float:left;
	width:100%;
	padding:50px 0 70px;
	border-top:1px solid #ccc;
}
.s9-bx{
	background:#0e2a47;
	border-radius:20px;
	padding:0px 20px 30px;
	width:48%;
	margin-top:70px;
}
.s9-bx-tx{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	background:#00a6ee;
	padding:8px 30px;
	font-size:24px;
	line-height:28px;
	border-radius:100px;
	font-weight:600;
	margin-top:-20px;
}
.s9-bx-hd{
	font-size:45px;
	line-height:55px;
	color:#fff;
	font-weight:700;
	margin-top:20px;
}
ul.s9-bx-lst{
	float:left;
	width:100%;
	background:#fff;
	border-radius:20px;
	padding:15px 30px;
	margin-top:15px;
}
ul.s9-bx-lst li{
	font-size:18px;
	line-height:26px;
	color:#000;
	background:url(../images/s9-lst-tik.png) left top no-repeat;
	text-align:left;
	margin:12px 0;
	padding-left:40px;
	min-height:28px;
}

/*-----------------------
SECTION-10 CSS
-----------------------*/
.sec10{
	float:left;
	width:100%;
	padding:50px 0 0;
	background:#f3f9ff;
}

.s10-vid-sec{
	float:left;
	width:100%;
	display:flex;
	-webkit-display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}
.s10-vid-bx{
	float:left;
	margin-top:35px;
	padding:0 8px;
}
.vid-img{
	max-width:100%;
	display:table;
	margin:0 auto 10px;
	cursor:pointer;
}
.vid-img img{
	float:left;
	width:100%;
}
.vid-star{
	margin:15px auto 5px;
}
.vid-tsti-nm{
	font-size:14px;
	line-height:18px;
}
.vid-tsti-nm span{
	font-size:20px;
	line-height:26px;
	font-weight:600;
}
.s10-tsti{
	display:inline-block;
	vertical-align:top;
	max-width:830px;
	width:100%;
	margin:25px 0 20px;
}
.s10-tsti-bx{
	float:left;
	width:100%;
	padding:20px 30px;
	background:#fff;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	border-radius:10px;
	text-align:left;
	margin-top:20px;
}
.s10-tsti-nm{
	float:left;
	width:170px;
	position:relative;
	padding:10px 0 0 75px;
}
.letr{
	width:60px;
	height:60px;
	background:#e3effb;
	font-size:20px;
	line-height:60px;
	border-radius:50%;
	text-transform:uppercase;
	font-weight:600;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
}
.s10-tsti-nm-tx{
	font-size:18px;
	line-height:22px;
	margin-bottom:5px;
	font-weight:600;
}
.dt-tx{
	font-size:12px;
	line-height:16px;
	float:right;
}
.s10-tsti-hd{
	font-size:20px;
	line-height:26px;
	font-weight:600;
	margin-top:20px;
	display:none;
}
.s10-tsti-tx{
	font-size:18px;
	line-height:26px;
	margin-top:20px;
}

/*-----------------------
SECTION-11 CSS
-----------------------*/
.sec11{
	float:left;
	width:100%;
	background:url(../images/sec11.jpg) center top no-repeat;
	padding:0 0 50px 0;
}

/*-----------------------
FOOTER CSS
------------------------*/
.footer{
	float:left;
	width:100%;
	padding:20px 0 25px;
}
.ftr-log{
	margin-bottom:10px;
	width: 100px;
}
.ftr-inr{
	border-top:1px solid #dfdfdf;
	float:left;
	width:100%;
	padding-top:10px;
	margin-top:20px;
}
.ftr-seals{
	max-width:100%;
	display:block;
    margin:30px auto 0;
}
.ftr-tx{
	font-size:16px;
	line-height:20px;
	margin-top:10px;	
	color:#333;
}
.ftr-tx a{
	padding:0 10px;	
}
.ftr-icn{
	width:30px;
	margin:0 5px 0 0;
	display:inline-block;
	vertical-align:middle;
}

.ftr-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}

/*========================
FORM-POP
==========================*/
.popup-Box{
	position:fixed;
	top:0;
	bottom:0;
	width:100%;
	left:0;
	background:rgba(0,0,0,0.7);
	z-index:999;	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	}
.pop-content{
	float: left;
    width: 100%;
    padding: 30px 0;
	}		
.pop-container{
	max-width: 600px;
    margin: 0 auto;
    padding: 0 15px;
	}	
.pop-outerBox{
	float:left;
	width:100%;
	position:relative;
	background:#128cd7;
	border-radius:10px;
	overflow:hidden;
	padding:20px 0 30px;
	}
.pop-box-body{
	float:left;
	width:100%;
	padding:0 35px;
	text-align:left;
	}
.pop-close{
	position: absolute;
    line-height: 19px;
    z-index: 99;
    right: 10px;
    top: 10px;
    font-size: 11px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 400;
    cursor: pointer;
	}
.pop-heading{
	float:left;
	width:100%;
	font-size:32px;
	line-height:36px;
	letter-spacing:0.8px;
	color:#fff;
	font-weight:bold;
	margin-bottom:8px;
	}
.pop-strp{
	font-size:20px;
	line-height:26px;
	float:left;
	width:calc(100% + 70px);
	margin-left:-35px;
	color:#fff;
	background:#2898db;
	padding:5px 35px 5px;
	margin-top:5px;
}
.frmElement{
	margin-top:10px;
	position:relative;
	}
.frmField{
	float: left;
    width: 100%;
    outline: none;
    height:50px;
    color: #fff;
    font-size: 17px;
	letter-spacing:0.5px;
    padding: 0px 15px;
    font-family: 'Work Sans', sans-serif;
	border:none;
    font-weight: 300;
	-webkit-appearance:none;
	border-radius:10px;
	background:#1070ac;
	position:relative;
	-webkit-box-shadow: inset 0px 3px 5px 0px rgba(15,102,156,1);
	-moz-box-shadow: inset 0px 3px 5px 0px rgba(15,102,156,1);
	box-shadow: inset 0px 3px 5px 0px rgba(15,102,156,1);
	float:left;
	width:100%;
	margin-top:12px;
	}
textarea.frmField{height:100px; padding-top:10px; resize: vertical;}
.frmField::placeholder{color:#fff;}
.find-btn{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
	/* max-width:390px; */
    margin-top:25px;
    background:#00d367;
    border-radius:100px;
    font-size: 26px;
    line-height:30px;
    letter-spacing: 0.5px;
    font-weight:600;
    padding: 16px 10px 17px;
    border: none;
    outline: none;
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
	}
.find-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 12px;
	}

/****************************/

.prodBreadcrm {
	padding: 10px 0;
	text-align: left;
	float: left;
	width: 100%;
	background: #f3f9ff;
	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-image: linear-gradient(to right, #00a6ee 0%, #09253f 100%) 1;
	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(183 200 255 / 10%);
	border-width: 1px;
	float: left;
	width: 100%;
	padding: 15px;
	border: 1px solid #2553b1;
	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;
	-webkit-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.2);
}
.dsr-from .wd-100{ width:100%;}
.dsr-from textarea {
    padding: 10px;
    min-height: 100px;
    max-width: 100%;
    min-width: 100%;
	border: 1px solid #ccc;
	box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.2);
}
.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: #00d367;
    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;
}

/*-----------------------
MEDIA CSS
------------------------*/
@media only screen and (max-width:1180px){
.container{width:1000px;}

ul.topMenu{margin-left:20px;}
ul.topMenu li{padding:2px 15px;}
.trust-tx{font-size:18px; line-height:24px;}

.s1-hd{font-size:52px; line-height:62px;}
.s1-prd{right:30px;}

.process-bx{margin-top:40px; padding:25px;}
ul.prog-opt li{padding:15px 8px;}
ul.prog-lst li p{width: calc(100% - 48px); font-size:16px; line-height:24px;}
ul.prog-lst{margin-top:20px;}
.prog-lst-icn{width:35px;}
.process-bx .comn-btn{margin-top:20px; font-size:22px; line-height:55px; height:56px; padding:0 10px;}
.process-bx .comn-btn .btn-arw{margin:18px 0 0 5px;}

.sub-hd{font-size:24px; line-height:32px;}
.s4-inr .comn-hdg{font-size:36px; line-height:42px;}
.s4-inr-hd{font-size:24px; line-height:30px;}

.s5-rgt{width:62%;}
.s5-bx h3{font-size:42px; line-height:48px;}
.s5-bx-img{top:70px;}
.s5-prod{width:400px; left:0;}
.s5-rgt-box-col{padding:20px;}
ul.s5-box-col-list li{font-size:15px; line-height:24px;}

ul.s8-lst{padding:30px 0 20px;}

.comn-hdg{font-size:42px; line-height:50px;}
}

@media only screen and (max-width:1010px){
.container{width:750px;}

.hide-tab{display:none;}

ul.topMenu li{padding:2px 7px}
ul.topMenu li:last-child{ display:none;}
ul.topMenu li a{font-size:14px;}
a.nav-btn{font-size:16px; width:200px; height:40px; line-height:38px;}

.sec1{padding:0 0 45px;}
.s1-inr{padding:40px 320px 0 0;}
.trust-tx{font-size:16px; line-height:20px;}
.trust-star{width:75px;}
.s1-hd{font-size:40px; line-height:48px; margin-top:10px;}
.s1-tx{font-size:17px; line-height:26px; margin-top:15px; width: 100%}
.s1-prd{width:260px;}
.process-bx{padding:25px 15px;}
.proces-ques{font-size:26px; line-height:30px;}
ul.prog-opt li{margin:5px; width: calc(20% - 10px); font-size:15px; line-height:22px;}
ul.prog-lst{width:55%;}
ul.prog-lst li{text-align:center; padding:0 10px;}
ul.prog-lst li p{font-size:15px; line-height:22px; width:100%;}
.prog-lst-icn{display:block; margin:0 auto 5px;}
.process-bx .comn-btn{margin-top:50px; padding:0 20px;}

.comn-pad{padding:0;}
.comn-hdg{font-size:36px; line-height:44px;}
.comn-txt{font-size:17px; line-height:26px;}

.sec2{padding:40px 0 50px;}
.s2-inr-bx{padding:30px 10px; width:32%; margin:15px 0 0;}
.s2-inr-bx h3{font-size:22px; line-height:28px;}
.s2-inr-bx p{font-size:17px; line-height:26px;}

.sec3{padding:40px 0 50px;}
.s3-img{max-width:280px;}
.s3-num{width:55px; height:55px; font-size:35px; line-height:55px; margin-left:-27.5px;}

.sec4{padding:40px 0;}
.s4-bx{margin:5px; width:calc(33.3% - 10px);}
.s4-icn{width:40px;}

.sec5{padding:40px 0 50px;}
.s5-inr{padding-top:40px;}
.s5-bx{padding: 30px 20px 30px 370px;}
.s5-bx h3{font-size:36px; line-height:42px;}
.s5-bx-img{width:320px; left:30px;}
.s5-bx p{font-size:17px; line-height:26px;}
.s5-prod{position:static; margin:20px auto 0;}
.s5-rgt{width:100%; text-align:center;}
.s5-right-box{margin-top:30px;}

.sec6{padding:40px 0 50px;}
.s6-inr{margin:35px 0 0;}
.s6-inr-bx{padding:20px; width: calc(33.3% - 10px); margin: 20px 5px;}
.s6-icn{width:40px; padding:8px 5px; border-radius:6px; top:-22px; right:12px;}
.s6-inr-bx h3{font-size:20px; line-height:26px;}
.s6-inr-bx p{font-size:16px; line-height:22px; margin-top:15px;}

.sec7{padding:40px 0 50px;}
.s7-img{margin: -90px auto -150px;}

.sec8{padding:40px 0 50px;}
ul.s8-lst{padding:30px 0 10px;}
ul.s8-lst li{padding: 15px; width: calc(20% - 10px); margin: 0px; font-size: 15px; line-height: 20px;}
.s8-icn{margin:0 auto 10px;}

.sec9{padding:40px 0 50px;}
.s9-bx{margin-top:50px; width:49%; padding: 0px 15px 30px;}
.s9-bx-hd{font-size:32px; line-height:40px;}
.s9-bx-tx{font-size:20px; line-height:24px;}
ul.s9-bx-lst{padding:12px 15px;}
ul.s9-bx-lst li{background-size:20px; font-size:17px; line-height:25px; padding-left:32px; margin:8px 0; background-position: left 5px;}
.s9-bx .comn-btn{font-size:20px; padding:0 15px;}
.s9-bx .btn-arw{width:15px; margin:26px 0 0 5px;}

.sec10{padding:40px 0 0;}

.sec11{padding:40px 0;}

.footer{padding:0 0 20px;}
.ftr-tx a{padding:0 5px;}
.ftr-icn{width:25px;}

.pop-sec{margin-top:30px;}
.pop-img{width:85px;}
.pop-bx p{width:calc(100% - 100px); font-size:16px; line-height:22px;}
}

@media only screen and (max-width:767px){
.hide-mob{display:none;}
.hide-desk, .show-mob{display:block;}

.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}

.topStrip p{font-size:11px; line-height:18px; letter-spacing:0px;}
.header{ height:55px; margin-top: -55px; top: 55px; padding: 5px 0;}
.logo{margin-top:4px; width:90px;}
a.nav-btn { width: 160px; margin-top: 0;}
.top-fix-bar{ margin-bottom:55px;}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:10px;
    top:12px;
	z-index:16;
	height:30px;
}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #333;
	transition: 0.4s;
	}
.bar2{margin: 5px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#333;
}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#333;
}
	
.mobilemenu{
	left:0;
	position:fixed;
	top:80px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
}
.mobimenu-top{ top:55px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
}

.sec1{background:#F4F9FF; padding-bottom:35px; overflow: hidden;}
.s1-inr{padding: 25px 110px 0 0;text-align: left;}
.s1-hd{font-size: 28px;line-height: 34px;margin: 0;}
.s1-tx{font-size:16px; line-height:24px; margin-top:10px; float: left}
.trust-star{display:block; margin:0 auto 8px; width:auto;}
.s1-prd{ position: absolute;margin: 0;width: 250px;top: 25px;right: -125px;}
.process-bx{margin-top:30px; text-align:center; padding-bottom:30px;}
.proces-ques{font-size:20px; line-height:28px; padding-left:0px;}
.dolr-icn{width:25px; top:5px;}
.process-bx .comn-btn{margin:20px 0 5px; float:none;}
ul.prog-opt li{width: calc(50% - 10px);}
ul.prog-opt li:last-child{width:calc(100% - 10px);}
ul.prog-lst{width:100%;}
ul.prog-lst li{padding: 0;width: 100%;font-size: 16px;line-height: 25px;}
ul.prog-lst li span{font-size: 20px;line-height: 30px;}
.prog-lst-icn{display:inline-block; vertical-align:middle; margin:0 5px 0 0; width:40px;}
ul.prog-lst li p {width:auto; text-align:left; font-size:16px; line-height:22px;}

.sec2{padding:25px 0 35px;}
.comn-hdg{font-size:28px; line-height:34px;}
.comn-hdg span{font-size: 20px;line-height: 28px; margin-bottom: 4px}
.comn-txt{margin-top:15px;}
.s2-inr{flex-wrap:wrap; margin:20px 0 5px;}
.s2-inr-bx{width:100%; margin:0px 0 0; padding: 20px 10px;}
.s2-inr-bx p {font-size: 16px;line-height: 25px;}

.comn-btn{font-size: 20px;line-height: 50px;height: 50px; padding: 0 20px;}
.btn-arw{ width: 15px;margin: -2px 0px 0 2px;vertical-align: middle;}

.sec3{padding:25px 0 35px;}
.s3-inr-bx{flex-wrap:wrap; -webkit-flex-wrap:wrap; justify-content:center; -webkit-justify-content:center; margin-bottom:10px; display:inline-block;margin-top: 20px;}
.s3-inr-bx:last-child{margin-bottom:0;}
.s3-num{position:relative; display:block; margin: -40px auto 12px; width:45px; height:45px; font-size:25px; line-height:45px; left:0;}
.s3-sepr{left:0; margin-left:0; display:none;}
.s3-img{display:block; margin:0 auto 10px;}
.s3-inr{margin:0;}
.s3-inr-cont{text-align:center;}
.s3-inr-cont h3{font-size:20px; line-height:26px;}
.s3-inr-cont p{margin-top:10px; font-size:17px; line-height:25px;}
.s3-inr-bx.reverse .s3-inr-cont{text-align:center;}

.sec4{padding:25px 0;}
.s4-inr{margin:0 0 5px;}
.s4-bx{width:100%; margin:0; padding-top:0px;}
.s4-inr-bx{margin-top:25px; padding:25px 20px;}

.sec5{padding:25px 0 35px;}
.s5-bx{padding:20px 15px; text-align:center;}
.s5-bx p{margin-top:15px;}
.s5-bx h3{font-size:28px; line-height:38px;}
.s5-bx-img{width:280px; position:static; margin:20px auto 0;}
.s5-inr{padding-top:30px;}
.s5-prod{max-width:300px; width:100%;}
.s5-right-box{margin-top:0;}
.s5-rgt-box-col{width:100%;}
ul.s5-box-col-list li{font-size:16px;}
.s5-rgt-box-col.col2{right:0;}
.s5-col-top p{font-size:20px; line-height:24px;}

.sec6{padding:25px 0 35px;}
.s6-inr{flex-wrap:wrap; -webkit-flex-wrap:wrap; margin:30px 0 -15px;}
.s6-inr-bx{width:100%; padding:20px; margin:20px 0;}
.s6-inr-bx h3 br{display:none}
.s6-icn{right:20px;}

.sec7{padding:25px 0 35px;}
.s7-img{margin: -40px auto -80px; display:none;}
ul.s7-lst{float:left; width:100%; display:flex; -webkit-display:flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; margin-top:20px;}
ul.s7-lst li{width:calc(25% - 10px); margin:5px; background:#fff; box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1); -webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1); border-radius:6px; padding:10px 5px;}
ul.s7-lst li:nth-child(12){display:none;}
.s7-logs{max-width:100%;}

.sec8{padding:25px 0 35px;}
ul.s8-lst{padding:20px 0 0;}
ul.s8-lst li{width: calc(50% - 10px);}

.sec9{padding:25px 0 35px;}
.s9-bx{width:100%;}
.s9-bx .comn-btn{font-size:18px; padding:0 20px; min-width:300px;}
.s9-bx .btn-arw{margin:23px 0 0 5px;}

.sec10{padding:25px 0 0;}
.s10-vid-sec{flex-wrap:wrap; display:inline-block; vertical-align:top; max-width:390px; float:none;}
.s10-vid-bx{margin-top:25px;}
.s10-tsti-bx{padding:20px 15px;}
.vid-star{margin:5px auto 0;}
.s10-tsti{margin:15px 0 0;}

.sec11{padding:25px 0 15px;}
.sec11-form{margin-top: 0;}

.footer{ padding:20px 0;}
.ftr-log{width:90px; margin-bottom:5px;}
.ftr-tx{font-size:14px; line-height:22px; margin-top: 5px;}
.ftr-heading{font-size: 18px;line-height: 26px;margin: 2px 0 0px;}
	
.dsr-from .frm-fld{width:100%}

/*========================
FORM-POP
==========================*/
.pop-outerBox{ padding:30px 0;}
.pop-box-body{ padding:0 20px;overflow-y:scroll; overflow-x:hidden; max-height: 85vh;}
.pop-heading{ font-size:30px; line-height:36px;}
.pop-strp{width: calc(100% + 40px); margin-left:-20px; padding: 5px 20px 5px; font-size:18px;}
.frmElement{ margin-top:15px;}
.frmElement.half.fl, .frmElement.half.fr{width:100%; float:left; margin-top:12px;}
.frmField{height:48px; font-size:16px;}
.find-btn{font-size:24px; margin-top: 25px;}
.find-btn2{font-size: 20px;}
.find-btn img {margin: -2px 0 0 10px;}
}


/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay{position:fixed;top:0;left:0;padding:0;margin:0;width:100%;height:100%;z-index:2147483647;background:#333;background:rgba(255, 255, 255, .8);display:none;overflow-x:hidden;-webkit-overflow-scrolling:touch}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body{max-width:600px;-webkit-background-clip:padding-box;font-family:Verdana, Geneva, sans-serif;box-sizing:border-box;outline:0}
#error_handler_overlay .error_handler_body{margin:100px auto;width:95%;padding:20px;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
#app_common_modal_close,
#error_handler_overlay_close{position:absolute;right:-10px;top:-10px;color:#FFF;background-color:#333;border:2px solid #FFF;border-radius:50%;width:30px;height:30px;text-align:center;cursor:pointer;text-decoration:none;font-weight:700;line-height:26px;padding:0;margin:0}
#app_common_modal .app_modal_body{margin:100px auto;min-width:inherit;width:95%;min-height:400px;padding:2.5%;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}
#app_common_modal .app_modal_body iframe{min-height:400px;width:100%;border:1px solid #d5d6ef}
.exitpop-content{position:fixed;height:400px;width:708px;margin:-200px 0 0 -354px;top:50%;left:50%;text-align:left;padding:0;border:none;z-index:2147483647}
.exitpopup-overlay{background:rgba(0, 0, 0, .6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2147483647;display:none}
.exitpop-content img{display:block;margin:0 auto;position:relative;text-align:center;max-width:100%;height:auto}
.exitpop-discountbar{background-color:red;border-bottom:4px dashed #fff;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:700;height:50px;line-height:50px;position:fixed;text-align:center;top:0;width:100%;z-index:9999;display:none}
.app-load-spinner{display:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100px;height:100px;margin:auto;background-color:#333;border-radius:100%}
#loading-indicator::after,
#loading-indicator::before{box-sizing:border-box;left:50%;position:absolute;top:50%}
.all-card-types li{float:left;margin-right:20px}
#loading-indicator{background-color:rgba(0, 0, 0, .5);bottom:0;box-sizing:border-box;font-size:1px;height:100%;left:0;margin:0!important;padding:0!important;position:fixed;right:0;top:0;width:100%;z-index:2147483646}
#loading-indicator::before{background:url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);content:"";height:70px;margin-left:-35px;margin-top:-70px;width:70px;z-index:2}
#loading-indicator::after{background:#fff;border-radius:5px;color:#000;content:"Processing, one moment please... ";font-family:arial;font-size:17px;height:110px;line-height:98px;margin-left:-150px;margin-top:-75px;padding-top:35px;text-align:center;width:300px;z-index:1}

@-webkit-keyframes scaleout{
0%{-webkit-transform:scale(0)}
100%{-webkit-transform:scale(1);opacity:0}
}

@keyframes scaleout{
0%{transform:scale(0);-webkit-transform:scale(0)}
100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}
}


@media screen and (max-device-width:767px) and (orientation:landscape){#app_common_modal .app_modal_body, #error_handler_overlay .error_handler_body{margin:20px auto;}
#app_common_modal .app_modal_body iframe{min-height:360px;}
}


@media(max-device-width:767px){#app_common_modal .app_modal_body{margin:2% auto}}


