@charset "utf-8";
img, object, embed, video {max-width: 100%;height: auto;border: none;vertical-align: middle;}
.ie6 img { max-width: 100%;   }
body{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;	
	font-family: "Roboto Condensed", sans-serif;
	font-family: "Nunito Sans", sans-serif;
	font-weight:normal;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding:0;
	list-style:none;
	background:#fff;
	letter-spacing:0.5px;
	}
.container{
	width:1170px;
	height:auto;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	}
p, h1, h2, h3, h4, h5, ul{
	padding:0;
	margin:0;
	}
li{list-style:none;}
a{text-decoration:none;}
.clearall{
	clear:both;
	height:1px;
	width:auto;
	}
.position{position:relative;}
.dsplay{width:100%;display:table;box-sizing:border-box;}
*{box-sizing:border-box;}
.flt{float:left;width:100%;}
.ovrfl{overflow:hidden;}


/*===============================
CSS FOR CONTAINERS BREAK POINTS
=================================*/
.bdhding1{	
	font-weight:600;
	font-size:21px;
	line-height:30px;
	color:#02336d;
	text-align:center;	
	}
.bdhding2{
	font-weight: 600;
    font-size: 27px;
    line-height: 37px;
    color: #161419;
    text-transform: capitalize;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
	}
.bdhding2 span {
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #fc4a21;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
}
.bdfont{
	    font-size: 18px;
    line-height: 28px;
    color: #3e4144;
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    
	}
.white{color:#fff;}

@media only screen and (max-width: 1190px){
.container{ max-width:1000px; width:100%; }
}

@media only screen and (max-width: 1020px){
.container{ max-width:760px; width:100%; }
.bdfont{font-size:16px;line-height:26px;}
}

@media only screen and (max-width: 767px){
.container{ width:100%; max-width:640px; padding: 0 12px;}
.bdhding1{	font-size:18px;line-height:25px;}
.bdhding2{font-size: 20px;line-height: 28px;	}
	.bdhding2 span{font-size: 28px;line-height: 33px;}
	.bdfont {font-size: 16px;line-height: 24px;margin-top: 10px;}
}

@media only screen and (max-width: 479px){

}

@media only screen and (max-width: 359px){

}

/*=========================
CSS FOR HEADER
===========================*/
.hdrstrip{background:#ff482a;padding:6px 0;}
ul.hdrlist{padding:0;}
ul.hdrlist li{
	float:left;
	display:inline-block;
	margin:0 25px 0 0;
	font-size:15px;
	line-height:16px;
	color:#fff;
	text-align:left;
	}
ul.hdrlist li:last-child{margin:0;font-weight:600;}
ul.hdrlist li a{color:#fff;}
ul.hdrlist li img{margin:0 10px -2px 0; filter: brightness(0) invert(1);}
.hdrstrip-txt2{
	float:right;
	font-size:13px;
	line-height:16px;
	color:#fff;
	text-align:right;
	}
.hdrstrip-txt2 a{color:#fff;}
.hdrstrip-txt2 a:hover{text-decoration:underline;}
.hdrstrip-txt2 img{margin:0 4px -2px 0;}
.top-fix-bar {margin-bottom: 70px;}
.topsec{
	background: url(../images/topsec.jpg) center bottom no-repeat;
    height: 540px;
    background-size: cover;
}
.header{		
	height: 70px;
    margin-top: -70px;
    position: relative;
    top: 70px;
    background: #fff;
    float: left;
    width: 100%;
    padding: 13px 0;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	background:#fff;
	-webkit-box-shadow: 0 2px 10px 5px rgba(0,0,0,.1);
	box-shadow: 0 2px 10px 5px rgba(0,0,0,.1);
	}
.logo{float: left;width: 220px;}
ul.nav{float:right;margin:5px 0 0 0;}
ul.nav li{
	float:left;
	display:inline-block;	
	margin:0 22px;	
	font-weight:500;
	font-size:17px;
	line-height:40px;
	color:#02336d;
	text-align:center;
	position:relative;
	text-transform: uppercase;
	}

ul.nav li a{color:#02336d;display:block;}
ul.nav li a.active{ color:#333;}
ul.nav  ul {
	position:absolute; 
	left:0;	
	display:none; /* Hide it by default */
	margin:0 0 0 -60px; 
	padding:0; 
	list-style:none;
	z-index:9999;
	background:#02336d;
	width:240px; 
	}
ul.nav  ul li, ul.nav  ul li:last-child {	
	float:left;
	width:100%; 
	border-top:none;
	border-bottom:1px dotted #1e579a;	
	font-size:16px;
	line-height:40px;
	color:#fff;
	font-weight:normal;
	padding:0;
	text-align:center;
	margin:0;
	}
	
	
/* Sub Cat menu link properties */
ul.nav  ul li a, ul.nav  ul li:last-child a{
	display:block;
	color:#fff;
	text-align:center;
	padding:5px 0;
	}
ul.nav  ul li:hover, ul.nav  ul li:last-child:hover{ 
	background:#2271cf;
	border-radius:0;
	}
#menu-wrapper {
	overflow: hidden;
	max-width: 40px;
	cursor: pointer;
	float:right;
	}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 24px 0 5px 0;
	}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    color: black;
    background-color:#1d1d1d;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
	}
#menu-wrapper #hamburger-menu span:nth-child(1) {top: 0;}
#menu-wrapper #hamburger-menu span:nth-child(2) {top: 9px;}
#menu-wrapper #hamburger-menu span:nth-child(3) {top: 18px;}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
	}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
	}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;  
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
	top:69px;	
	background:#161419;	
	border-top:1px solid #5489c7;	
	}
#menu-container .menu-list  li a{	
	font-size:18px;
	padding:12px 0 12px 12px;
	text-align:left;
	color:#fff;
	display:block;
	border-bottom:1px dotted #5489c7;	
	}
#menu-container .menu-list  li a.active{background:#128e3b;color:#fff;}
#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {font-size: 16px; padding: 0;}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
	}
.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
	}
.accordion-content {
    display: none;
	height:420px;
	overflow-y: scroll!important;
	background:#2f7fde;	
	}
.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease-out;
	}
.accordion-toggle a:before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 1;
	z-index: 2;
	}
.accordion-toggle.active-tab {
	background: #2271cf;
	transition: all 0.3s ease;
	}
.accordion-toggle a.active:before {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	background: #fff !important;
	}
.accordion-toggle a.active:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background: #fff !important;
	opacity: 0;
	}
.menu-submenu li{border-bottom:1px dotted #77a8e0;}

@media only screen and (max-width: 1020px){
ul.nav{display:none;}
.header{height:78px; top:78px; margin-top:-78px;}
.top-fix-bar {margin-bottom: 78px;}

#menu-container .menu-list{top:78px;}
.logo {margin: 5px 0 0 0;}
#menu-wrapper #hamburger-menu {margin: 6px 0 5px 0;}
.topsec{height:680px;}
}

@media only screen and (max-width: 767px){
.topsec{background:#edf5f9;height:auto;}
.logo {         margin: 0;width: 160px;}
.top-fix-bar {margin-bottom: 50px;}
.header {        height: 50px;top: 50px;margin-top: -50px;padding: 10px 0;}

#menu-container .menu-list{top:50px;}
}


/*================start banner===================*/
/* start banner */
.banner{
	background: url(../images/banner.jpg) #161419 center center no-repeat;
    background-size: cover;
    height: 601px;
    border-bottom: 6px solid #737373;
    float: left;
    width: 100%;
}
.bnr_inner {
    float: left;
    width: 52%;
    padding: 90px 0 0 0;
}
.bannertxt1{	
	    font-size: 22px;
    text-align: left;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    text-transform: uppercase;
}
.bannertxt2{	
	    font-size: 52px;
    line-height: 60px;
    padding: 0 0;
    text-align: left;
    color: #fc4a21;
    text-transform: capitalize;
    font-weight: bold;
    float: left;
    width: 100%;
}
.bannertxt2 span{
	/*font-size:31px;
	line-height:31px;*/
	color:#fff;
	/*display: block;*/
}
.bannertxt3{
	font-size: 18px;
    color: #fff;
    margin-top: 20px;
    float: left;
    width: 100%;
    line-height: 28px;
}
.joinnow{
	float:left;
	margin:3% 0 0 0;
	max-width:100%;
}


.bannertxt2 b{	
	color:#fff;
}

.joinnow{
	display:block;
	clear:both;	
}

/************************/
/* start sec1 */
.sec1{
	background: url(../images/sec1bg.jpg) left top repeat;
    border-bottom: 1px solid #d4d4d4;
    clear: both;
    padding: 20px 0;
    float: left;
    width: 100%;
}
.s1-lst {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}

.s1-lst li {
        float: left;
    width: 33.33%;
    font-size: 17px;
    line-height: 27px;
    color: #000;
    position: relative;
    text-align: left;
    padding: 0 0 0 60px;
    letter-spacing: -0.1px;
}
.s1-lst li img {
    position: absolute;
    left: 0;
    top: 0;
}
.s1-lst li span {
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
}


/************************/
.sec2{
	padding: 60px 0;
    float: left;
    width: 100%;
    text-align: center;
}
.sec2hding{	
	font-size:48px;	
	line-height:38px;	
	padding:0 0 0 0;
	background:url(../images/sec2hdngbar.jpg) center center no-repeat;
	background-size:auto;	
}
.sec2txt{	
	font-size:18px;	
	line-height:24px;	
	padding:4% 0 4% 0;
}
.sec2box{		
	width:auto;
	height:570px;
	padding:20px;	
}
.boximg{
	    margin: 0 auto 10px;
    display: block;
}
.boxtxt1{	
	font-size:36px;	
	line-height:40px;	
	padding:9% 0 0 0;
}
.boxtxt2{
	font-size:18px;
	line-height:20px;	
}
.boxtxt3{	
	font-size:24px;	
	line-height:30px;
	padding:6% 0 0 0;
}
.boxtxt4{	
	font-size:18px;	
	line-height:24px;	
}
.applynow{
	margin:35px auto;	
	max-width:100%;
}

.s2-list {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
	margin-top: 30px;
}

.s2-list li {
    float: left;
    width: 32.5%;
    font-size: 18px;
    line-height: 28px;
    padding: 40px 14px;
    background: #e9e8e8;
}
.s2-list li span {
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

/*****************************/
.sec3{
	padding:103px 0 70px 0;	
	background:url(../images/sec3bg.jpg) left top repeat;
	float: left;
	width: 100%;
	text-align: center;
}
.s3-inner {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
	padding: 0 70px;
}

.s3-lft {
    float: left;
    text-align: left;
    width: 55%;
}

.s3-rgt {
    float: right;
    width: 40%;
}

.s3-lst {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid #3a3d43;
}

.s3-lst li {
    float: left;
    width: 24%;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    position: relative;
    padding: 20px 20px 20px 100px;
    background: #414141;
	text-align: left;
}

.s3-lst li img {
    position: absolute;
    left: 20px;
    top: 15px;
}

.s3-lst li span {
    display: block;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
}

/* start sec5 */
.sec5{
	height:925px;
	padding:90px 0 0 0;
	background:url(../images/sec5bg.jpg) center bottom no-repeat;
	float: left;
    width: 100%;
	text-align: center;
}
.sec5hding{	
	font-size:48px;	
	line-height:48px;	
	padding:0 0 0 0;
	background:url(../images/sec5hdingbar.jpg) center center no-repeat;	
}
.sec5txt{	
	font-size:18px;	
	line-height:24px;
	padding:4% 0 0 0;	
}
.featurebox{
	margin: 40px auto 0;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    max-width: 970px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 50px 30px;
}
.featurebox ul {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.featurebox ul li {
    float: left;
    width: 32%;
    font-size: 17px;
    line-height: 28px;
    position: relative;
}
.sec5limg {
    margin: 0 auto 10px;
    display: block;
}
.featurebox ul li span {
    font-size: 24px;
    line-height: 25px;
    display: block;
    font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
    margin-bottom: 10px;
}
ul.sec5list{
	padding:5px 0 0 0;	
}
ul.sec5list li{	
	margin:40px auto 0 auto;	
	padding:0 0 40px 0;	
}
ul.sec5list li:last-child{
	padding-bottom:0;
}
ul.sec5list li ul{
	padding:0;
	margin:0;
}
ul.sec5list li ul li:last-child{
	margin-right:0;
}
ul.sec5list li ul li{
	clear:none;
	float:left;
	display:inline-block;
	width:30%;
	margin:0 2% 0 2%;
}

.sec5ltxt1{	
	font-size:24px;	
	line-height:25px;	
}
.sec5ltxt2{	
	font-size:16px;	
	line-height:20px;	
	padding:3% 0 0 0;
}

/* start sec6 */
.sec6{	
    float: left;
    width: 100%;
    padding: 60px 0;
    text-align: center;
}
.contactlogo{
	margin:430px 0 0 0;
	max-width:100%;	
}
.slbox{		
	padding:20px 0;
	margin:40px 0 0 0;	
}
ul.sllist{	
	float:right;
}
.contlfttxt{	
	font-size:18px;	
	line-height:24px;
	padding:6% 0 0 0;
}
.centerform{
	background: #fff;
    width: 100%;
    float: left;
    margin-top: 50px;
    padding: 20px;
}
.centerform form#frmEnquiry {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 20px;
}
.form-group {
    float: left;
    width: 100%;
    flex: 1 1 420px;
}

.form-control{
	    height: 60px;
    width: 100%;
    border-radius: 5px;
    margin: 0 auto;
    border: none;
    outline: none;
    box-shadow: 0 0 2px #444;
    padding: 20px;
}

.sendbtn{	
	cursor:pointer;
	outline:none;
	border:none;	
	display:block;
	width:90%;
}



.s6-top {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
    background: #f5f5f5;
    margin-top: 20px;
    padding: 20px;
}

.righttxt1 {
    float: left;
    width: 32%;
}

.pespond_txt {
    float: left;
    width: 100%;
    text-align: left;
    padding: 20px;
    border: 1px solid #ccc;
    margin-top: 10px;
    border-radius: 10px;
}

.box-hed {
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}

.respond_bx {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
    margin-top: 10px;
}

.respond_bx p {
    float: left;
    width: 32%;
    padding: 10px;
    font-size: 18px;
    line-height: 28px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
/*-------------------start section7--------------------*/
.sec7{padding:74px 0 90px 0;}
.testimonial{margin:50px 0 0 0;}
.tbx{
	box-shadow: 5px 5px 5px #edf1f5;
	width:94%;
	margin:0 auto 10px auto;
	display:block;
	border-radius:10px;
	padding:30px 15px;
	}
.tstars{margin:0 auto;display:block;}
.ttxt1, .ttxt2{
	text-align:center;
	color:#414141;
	padding:10px 0 0 0;
	}
.ttxt2{font-weight:bold;}
.ttxt1{ min-height:240px;}

/*-------------------start section8--------------------*/
.sec8{padding:100px 0 90px 0;background:#edf5f9 url(../images/sec8.jpg) center top no-repeat;}
@media only screen and (max-width: 1020px){
.sec6, .sec7{padding:60px 0;}
.sec8{padding:100px 0 60px 0;}
}

@media only screen and (max-width: 767px){
.sec6, .sec7, .sec8{padding:35px 0 40px 0;background-size:400px;}
.sec8{background:#edf5f9;}
.s6img{width:360px;}
.s6txt {padding: 5px 0 0 0;}
.testimonial{margin:20px 0 0 0;}
.ttxt1{min-height:0;}
}

@media only screen and (max-width: 479px){
.sec6{background:#edf5f9 url(../images/s6bg.png) center 200px no-repeat;background-size:400px;}
}

/*====================start footer====================*/
footer{
	background:#161419;
	padding:30px 0 0 0;
	}
.ftrinr{
	padding:0 0 40px 0;
	}
.ftrbx1, .ftrbx2, .ftrbx3, .ftrbx4{
	float:left;
	display:inline-block;
	width:45%;
	margin:20px 2.66% 0 0;
	}
.ftrbx2, .ftrbx3, .ftrbx4{width:22%;}
.ftrbx4{margin:20px 0 0 0;}
.ftrlogo{margin:-10px 0 0 0;display:block; max-width: 190px;filter: brightness(0) invert(1);}
.ftrtxt1, .ftrtxt2{
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	text-align:left;
	margin:20px 0 0 0;
	}
.ftrtxt2{margin:0;}
.ftrtxt1 a{color:#fff;}
ul.sllist{padding:20px 0 0 0;}
ul.sllist li{
	float:left;
	display:inline-block;
	margin:0 10px 0 0;
	}
ul.sllist li:last-child{margin:0;}
.ftrbxhding{
	font-weight:bold;
	font-size:18px;
	line-height:24px;
	color:#fff;
	text-align:left;
	}
ul.linklist{padding:10px 0 0 0;}
ul.linklist li{
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	text-align:left;
	margin:2px 0 0 0;
	}
ul.linklist li a{color:#fff;}	
.ftrdvdr{
	height:1px;
	background:#9c9c9c;
	margin:40px 0;
	}



/*TERMS- PRIVACY*/

.prodBreadcrm {
	padding: 10px 0;
	text-align: left;
	float: left;
	width: 100%;
	background: #f5f5f5;
	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 #333;
    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: linear-gradient(180deg, #fc4a21, #d5674d, #fc4a21);
    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: #161419;
    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: #8BC34A;
    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 only screen and (max-width: 767px){
	.dsr-from .frm-fld{ width:100%;}
	.pop-innr{ width:100%;}
	.pop-up-left-txt{ font-size:14px;}
	.trm-bx h1{ font-size:20px; padding: 10px 10px 10px;}
	.trm-pg input[type=checkbox]{ top:1px;}
}
	


@media only screen and (max-width: 1020px){
.ftrbx1{width:29%;}
.ftrbx3{width:15%;}
}

@media only screen and (max-width: 767px){
	.banner{height:auto;padding: 30px 0 0;text-align: center; background: #161419;}
	.bnr_inner{width:100%; padding: 0;}
	.bannertxt1{text-align: center;font-size: 18px;line-height: 25px;}
	.bannertxt2{text-align: center;font-size: 32px;line-height: 39px;}
	.bannertxt3{font-size: 16px;line-height: 24px;margin-top: 10px;}
	.banner-mob{max-width: inherit;display: inline-block !important;margin: 20px auto 0 -10px;width: calc(100% + 20px);}
	
	.s1-lst li{width: 100%;font-size: 16px;line-height: 24px;}
	.s1-lst li span{font-size: 22px;line-height: 28px;}
	.s1-lst li img{}
	
	.sec2{padding: 30px 0;}
	.s2-list li{width:100%; font-size: 16px; line-height: 24px; padding: 20px 10px;}
	.boximg{width: 90px;margin: 0 auto 5px;}
	.s2-list li span{font-size: 20px;line-height: 27px;}
	
	.sec3{padding: 30px 0;}
	.s3-inner{padding:0;}
	.s3-lft{width: 100%;}
	.s3-rgt{}
	
	.s3-lst{padding-top: 20px; margin-top: 20px;}
	.s3-lst li{        width: 49%;padding: 10px;font-size: 16px;text-align: center;line-height: 24px;}
	.s3-lst li img{width: 50px;display: block;position: static;margin: 0 auto 5px;}
	
	.sec5{padding: 30px 0; height: auto;}
	.featurebox{margin-top: 20px;padding: 20px 10px;}
	.featurebox ul li{        width: 100%;font-size: 16px;line-height: 24px;}
	.featurebox ul li span{font-size: 20px;line-height: 24px;}
	.sec5limg{}
	
	.s6-top{padding:20px 10px;}
	.righttxt1{width:100%}
	.pespond_txt{padding: 10px;}
	.box-hed{font-size: 20px;line-height: 28px;}
	.respond_bx p{width:100%;font-size: 15px;line-height: 24px;padding: 5px;}
	.centerform{ margin-top: 20px;padding:20px  10px;}
	
footer{padding:25px 0 0 0;}
.ftrbx1, .ftrbx2, .ftrbx3, .ftrbx4{width:55%;margin:25px 0 0 0;}
.ftrbx2, .ftrbx4{width:45%;}
.ftrdvdr{margin:20px 0;}
}
	
@media only screen and (max-width: 479px){
.ftrbx1, .ftrbx2{width:100%;}
.ftrtxt1{margin:10px 0 0 0;}
.ftrlogo{margin:-15px 0 0 0;}
}
