@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	font-family: "Montserrat", sans-serif;
	font-weight:400;
	color: #2d2d2d;
	background:#fff;;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	margin: 0;
	list-style: none;
}
p, h1, h2, h3, h4, h5, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
* {
	box-sizing: border-box;
}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
.dsplay{width:100%; box-sizing:border-box; float:left;}
.bdhding1{	
	font-size:20px;
	line-height:28px;
	color:#a5a5a5;
}
.bdhding2{
    font-size: 28px;
    line-height: 38px;
    color: #000;
    display: inline-block;
    width: 100%;
    font-weight: 800;
    text-transform: uppercase;
    vertical-align: middle;
}
.bdfont{
	font-size: 19px;
    line-height: 30px;
    color: #0a0714;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.mariin-25{
	float:left;
	width:100%;
	margin-top:25px;}
.fullpage{ float:left; width:100%; overflow:hidden;}

.bnrbtn, .s2btn, .s3btn, .s4btn, .s5btn, .cart-btn, .cart-btn2 {
	height: 48px;
    width: 180px;
    vertical-align: middle;
    outline: none;
    display: inline-block;
    margin: 25px 0 0 0;
    font-weight:500;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #34312e;
    position: relative;
    border-radius:0px;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s;
    font-family: inherit;
}

/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}
.header {
	padding: 8px 0;
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
    text-align: center;
    height: 70px;
    top: 70px;
    margin-top: -70px;
	background:#fff;
}
.fixed-nav .header{
	float:left;
	width:100%;
	background:#fff;
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
    webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.logo {
	float: left;
	max-width:200px;
}
ul.nav {
	display: inline-block;
    margin: 13px 0 0 0px;
}
ul.nav li {
	float: left;
    padding: 0 15px;
    border-right: 1px solid #e1e1e1
}
ul.nav li:last-child {
	border: none;
}
ul.nav li a {
	float: left;
    font-weight: 500;
    color: #000;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}
ul.nav li a.active {
	color: #1b2452;
}
p.hdrlist {
	float: right;
    padding: 5px 0 0 30px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    margin-top: 8px;
	}
p.hdrlist a {
	color: #000;
}
p.hdrlist img {
	position: absolute;
	top: 7px;
	left: 0;
}
ul.hdrlist li:last-child {
	padding: 0 0 0 13px;
	border-right: none;
}
#menu-wrapper {
	overflow: hidden;
	max-width: 40px;
	cursor: pointer;
	float: right;
}
#menu-wrapper #hamburger-menu {
	position: relative;
	width: 25px;
	height: 20px;
	margin: 6px 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: #000;
	position: absolute;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {
	top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
	top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
	top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
	top: 9px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#menu-container .menu-list {
	padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
    top: 60px;
    background: #333;
    border-top: 1px solid #ffffff;
}
#menu-container .menu-list li a {
	font-weight: 600;
    font-size: 18px;
    padding: 10px 0 10px 0;
    text-align: center;
    color: #fff;
    display: block;
    border-bottom: 1px dotted #ffffff;
}
#menu-container .menu-list li a.active {
	background: #333;
	color: #fff;
}

/*================start banner===================*/
.banner{
    float: left;
    width: 100%;
    background:#eef2f3;
    padding:0px 0 0;
    position: relative;
	overflow:hidden;
	text-align:center;
}
.s1-inner {
	display: inline-block;
    width: 100%;
    text-align: center;
    padding: 22px 0px 60px 0px;
    background: #f2bb30;
    position: relative;
	}
.s1-inner:before, .s1-inner:after{
	content:"";
	position:absolute;
	width:374px;
	left:-374px;
	top:0;
    bottom:0;
	background: #f2bb30;
	}
.s1-inner:after{
	left:auto;
	right:-374px;
	}	
.bnr-txt2{
	float: left;
    width: 100%;
    font-size: 27px;
    line-height: 37px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin: 14px 0 19px;
	}	
.bnr-head{		
	font-size: 49px;
    line-height: 56px;
    color: #34312e;
    float: left;
    font-weight: 800;
    width: 100%;
    text-transform: uppercase;
    }
.bnr-head span{ color:#00a76b;} 		
.bnrtxt{
	font-size: 25px;
    line-height: 38px;
    color: #000;
    width: 87%;
    margin-top: 10px;
    display: inline-block;
    }
.bnr-prd{
	display: inline-block;
    vertical-align: top;
    max-width: 430px;
    margin-top: -32px;
    position: relative;
    z-index: 1;
	}
.bnr-prd2{
	position: absolute;
    left: 0;
    top: -54px;
    max-width: 350px;
    transform: rotate(-11deg);
	}
.bnr-prd3{
	position: absolute;
    right: 0;
    top: -54px;
	max-width: 350px;
    transform: rotate(11deg);
	}
.banner .bnrbtn{}	
.bnr-gls-icon{
	display:block;
	margin:60px auto 0;
	}				
ul.bnr-list {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 0;
    column-gap:5px;
    margin-top: 25px;
     }
ul.bnr-list li{ 
    float: left;
    width:24%;
    position: relative;  
	}
ul.bnr-list li img{
	display:block;
	margin:0 auto;
	}		
/*=============STRIP======================*/
.strip{
	float:left;
	width:100%;
	padding:40px 0px 40px;
	margin-bottom:40px;
	text-align:center;
	position:relative;
	background: linear-gradient(to right, #eef2f3 32%, #ffffff 32%);
	overflow:hidden;
	}
.strip-inr{
	float:right;
	width:58%;
	text-align:left;
	}		
ul.strip-list2{
    float: left;
    width: 100%;
    margin: 30px 0 5px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
	}	
ul.strip-list2 li{
	float: left;
    width: 25%;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    text-align: center;
    font-weight: 500;
    position: relative;
    border-right: 1px solid #dedede;
	}
.stp-img-div{
	margin-bottom:10px;
	display:inline-block;
	width:100%;
	padding:12px 10px 10px;
	background:#edeef0;
	border-radius:10px;
	}		

ul.strip-list2 li img{
	display: block;
    margin: 0 auto 10px;
}
ul.strip-list2 li:last-child{ border:none;}
.strp-prodt{
	position: absolute;
    max-width: 330px;
    left: 7%;
    top: 5px;
	}
/*=============BTM SECTION======================*/
.bnr-btm-sec {
    float: left;
    width: 100%;
    text-align: center;
    padding:50px 0;
	overflow: hidden;
    position: relative;
	background: linear-gradient(to bottom, #eef2f3 50%, #ffffff 50%);
}
.btm-sec-rgt .bdhding2{width: 65%;padding: 0 0 0 120px;}
.btm-sec-rgt .bdfont {
    float: left;
    width: 60%;
    padding: 0 0 0 120px;
}
.btm-sec-inr{
	float: left;
    width: 100%;
	height:605px;
    position: relative;
	background:url(../images/bnr-btm-model.jpg) #fff no-repeat left top;
	}
.bnr-btm-model{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	margin-top:15px;
	}	
.btm-sec-rgt{
	float: right;
    width: 75%;
	padding:105px 0 0 0;
    text-align: left;
	}
.btm-sec-rgt .bnrbtn, .s2btn, .s3btn, .s4btn, .s5btn, .cart-btn, .cart-btn2{ }
.bnr-btm-sec ul {
    float: left;
    width: 100%;
    margin-top: 85px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0;
    column-gap: 0px;
}
.bnr-btm-sec ul li {
	float: left;
    width: 33.33%;
    font-size: 14px;
    line-height: 26px;
    color: #000;
	font-weight:400;
    text-align: left;
    position: relative;
    padding: 35px 20px 48px;
    background: #f2bb30;
}
.bnr-btm-sec ul li span{
	display:block;
	font-size:20px;
	line-height:26px;
	font-weight:600;
	margin-bottom:8px;}
.bnr-btm-sec ul li img{display:block;margin:0 0 12px;}		
.bnr-btm-sec ul li:nth-child(2){background:#242424; color:#fff}
.bnr-btm-sec ul li:nth-child(3){background:#f1f1f1;}		
.bnr-btm-sec ul li:nth-child(4){
	width: 292.47px;
	position:absolute;
	right:0;
	top:0;
	}
.bnr-btm-sec ul li:nth-child(3) img {filter: invert(1) brightness(1);}	
/*================SECTION 1===================*/
.s2-content{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1470px;
	margin: 0 auto;
	}
.s2-row{
	float:left;
	width:100%;
	}
.s2-col{
	float:left;
	padding:0 10px;
	}
.sld-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}		
/*================start section1===================*/
.sec1{ 
	padding:50px 0;
	background:#fff;
	text-align:center;
    position: relative;
	overflow:hidden;
	}
.s1-inner2 {
    display: inline-block;
    width: 60%;
    text-align: center;
    position: relative;

}
.sec1-img{
	display: inline-block;
    margin: -70px 0 25px -152px;
	}
.sec1-img2{ 
    display: inline-block;
    margin: -70px -152px 25px 0;
	}
.s1-inner2_cont {
    float: left;
    width: 100%;
    position: relative;
	margin-top:105px;
	display: flex;
    flex-wrap: wrap;
    justify-content:center;
    row-gap: 20px;
    column-gap: 22px;
}
.s1-inner2-lft{
    float: left;
    width: 38%;
    text-align: left;
    margin-top: 0px;
    padding: 0 25px 40px;
    background: #eef2f3;
	}
.s1-inner2-rit{
    float: right;
    width:38%;
    text-align: right;
    padding: 0 25px 40px;
	background:#eef2f3;
	}
.s1-inner2-bx{
	float: left;
    width: 100%;
	}
.inr2-bx-hdg{
	font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 600;
    color: #242424;
    float: left;
    width: 100%;
	
	}	
ul.comprin-list, ul.comprin-list2{
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
    margin-top:22px;
}
ul.comprin-list li, ul.comprin-list2 li{ 
	float: left;
    width: 100%;
    position: relative;
    text-align: left;
    padding: 5px 0px 5px 35px;
    color: #000;
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
	}
ul.comprin-list2 li{
	float:right;
	padding: 5px 35px 5px 5px;
	text-align:right;
}
ul.comprin-list li img{
	position:absolute;
	top:5px;
	left:0px;
	}
ul.comprin-list2 li img{
	position:absolute;
	top:5px;
	right:0px;
	}	
	
ul.s1-list {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 42px;
    column-gap: 0;
    margin-top: 45px;
}
ul.s1-list li{ 
    float: left;
    width: 50%;
    position: relative;
    text-align: left;
    padding: 0 0 0 55px;
    color: #232323;
    font-size: 16px;
    line-height: 22px;
	}
ul.s1-list li p{
	padding:0 0 0 15px;
	border-left:1px solid #cbcbcb;}	
ul.s1-list li span{
	display: block;
	font-size:18px;
	line-height:30px;
	font-weight:600;
	margin-bottom:0px;
	}
ul.s1-list li img{
	position: absolute;
    top: 10px;
    left: 0;
	}

.s1-inner2-rit .bnrbtn	{ margin-top:50px;}
	
/*================SECTION 2===================*/
.sec2 {
    padding:50px 0 60px;
    text-align:center;
    float: left;
    width: 100%;
    background: #eef2f3;
}
.sec2 .bdhding2 {}
.padng{ padding:0 80px;}
.down-arw{
	position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -18px;
	}
.prod-box{
	float:left;
	width:100%;
	margin-top:0px;
	}
.s2lft, .s2rgt, .s2mid  {
	width: 39%;
	margin: 16px 7px 0 0;
	vertical-align: top;
	display: inline-block;
	position:relative;
}
.prd-detls{
	width:81%;
	float:left;
	}
.s2lft {
	background: #fff;
	padding: 36px 30px 63px;
}
.s2rgt{
	width: 20%;
	background: #fff;
	padding: 20px;
	margin-right: 0;
	}
.s2rgt .s2prd-hding{font-size: 22px; line-height: 30px;}
.s2rgt .s2prd-prc{ margin-top: 10px; padding-top: 0;}
.s2rgt .s2prd1 { max-width: 74.2%; float: none; display: inline-block; margin-top: 28px; position: static;}
.s2prd1, .s2prd_bndl {
	margin-top: 5px;
    max-width: 230px;
    position: absolute;
    top: 125px;
    right: 50px;
}
.s2rgt a.s2btn1{ float:none; display:inline-block; margin-top:5px;}

.s2prd-hding, .s2prd-prc, .s2prd-hding2, .s2prd-prc2, .s2prd-sb-hding {
	font-weight:700;
	font-size: 16px;
	line-height: 20px;
	padding: 0px 0 0 0;
	float:left;
	width:100%;
}
.s2prd-hding span{
	display:block;
	}
.s2prd-sb-hding{
	font-size: 19px;
	color: #001a59;
	line-height: 19px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 4px 0 7px;
	margin-top: 10px;
	max-width: 100%;
	}
.fiv-star{
	display:block;
	float:left;
	margin-top:10px;
	}
.s2prd-hding2 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
	min-height:54px;
}
.s2prd-hding2 span {
   display: block;
    margin-top: 0px;
    padding: 0px 0 0;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}
.s2prd-prc, .s2prd-prc2 {
	font-size: 26px;
	line-height: 30px;
	color: #1b2452;
	padding: 10px 0 0 0;
	width: 100%;
	float: left;
}
.s2prd-prc{}
.s2prd-prc2 {
	float: left;
    width: 100%;
    padding: 0;
    margin-top: 4px;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    font-weight: 600;
}
ul.s2list {
        float: left;
    width: 100%;
    margin-top:28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap:25px;
    column-gap: 0px;
}
ul.s2list li {
	width: 32%;
    position: relative;
    padding: 15px 20px 0px;
    text-align: center;
    float: left;
    overflow: hidden;
    
}
ul.s2list li:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:80%;
	background: #fff;
	}
ul.s2list li .bnrbtn{ 
    margin-top: 12px;
	color: #34312e;
    background: #f2bb30;
	}
ul.s2list li:hover .bnrbtn{}
ul.s2list li .btn{
	width:200px;
	height:50px;
	line-height:50px;
	margin-top:0px;
	}
ul.s2list li:nth-child(3), ul.s2list li:nth-child(4) {
}
.prdts-bg{
	display: inline-block;
    width: 100%;
    padding: 5px 0 15px;
    margin-bottom: 0px;
	position:relative;
	z-index:1;
	}
.s2prd2 {
	max-width:185px;
    padding: 0px 0 0;
    display: block;
    margin: 0 auto;
    clear: both;
}
.prdts-content{
	float: left;
    width: 100%;
    padding: 15px 10px 20px;
    text-align: center;
    background: #242424;
	position:relative;
	z-index:1;
}
/******FOR MOBILE***************/
.s2list-mob{
	float:left;
	width:100%;
	display:none;
	}
.s2list-mob li{
	width: 48%;
    background: #fff;
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 20px 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    min-height: 229px;
    margin-top: 5px;
	}
.s2list-mob li:nth-child(1) .s2btn2{ margin-top: 14px;}
.s2list-mob li .prd-left{float:left; width:60%;}
.s2list-mob li .s2prd2 { top: 6px; max-width: 140px; right: 30px;}
.s2list-mob li:nth-child(1) .s2prd2{ max-width: 140px; right: 10px; top: 30px;}
.s2list-mob li .s2prd-sb-hding{ font-size:14px;}
.s2list-mob li .s2btn2{margin-top: 56px;}
/*================SECTION 3===================*/
.sec3 {
	padding:45px 0 45px;
	text-align: center;
	float:left;
	width:100%;
	background:#fff;
	background-size:cover;
	overflow:hidden;
}
.s3-glass{
	display: block;
    margin: 25px auto 15px;
	}
.s3-rgt{
	width: 100%;
    display: inline-block;
    text-align: center;
	}
			
ul.s3-list{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 0px 0 0;
    row-gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.s3-list li{
	    float: left;
    width: 49%;
    padding: 40px 40px 50px 260px;
    position: relative;
    text-align: left;
    background: #e5faf2;
    border-radius: 15px;
    font-size: 18px;
    line-height: 28px;
	}	
ul.s3-list li span{
	display: block;
    font-size: 30px;
    line-height: 38px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
	}
ul.s3-list li img{
	position:absolute;
	left:17px;
	top:15px;
	}	
.s3-tik{
	display:block;
	margin:0 auto 10px;
	}			
/*================SECTION 4===================*/
.sec-6{
	float: left;
    width: 100%;
	height:337px;
    background: url(../images/sec6.jpg) no-repeat center top;
    padding:48px 0 0;
    text-align: center;
	}
.s6-lft {
    float: left;
    width: 67%;
    text-align: left;
}	
.s6-lft .bdhding2{color:#fff;}
.s6-lft .bdfont{color:#fff;}
.s6-lft .bnrbtn{
	color:#34312e;
	background:#f2bb30;
	}
.s6-image{
	display:inline-block;
	vertical-align:top;
	margin-top:15px;
	}	
.s6-uls{
	    display: flex;
    float: left;
    background: #0261aa;
    width: 100%;
    margin: 22px 0 0;
    border-radius: 17px;
    flex-wrap: wrap;
    justify-content: space-around;
	}
.s6-uls li{
	    float: left;
    width: 23%;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding: 19px;
    border-right: 1px solid #fff;
    position: relative;
    font-weight: 700;
	}
.s6-uls li:nth-child(4){border-right:none;}	
.s6-img{
	display:block;
	margin:0 auto 10px;
	}			
/*=============*/
.faq-container {
    display: inline-block;
    vertical-align: middle;
    max-width: 905px;
    width: 100%;
    margin: 40px 0 0px;
}
.up-slide-dwn {
        float: left;
    width: 100%;
    background: #fff;
    padding: 0 24px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px #d2d2d2;
    border-radius: 10px;
}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close-btn.png) no-repeat 97% center;
    padding: 20px 40px 20px 0;
    font-size: 20px;
    line-height: 26px;
    color: #1b2452000;
	font-weight:600;
	letter-spacing:0.5px;
    cursor: pointer;
}
.acdn-heading.accordion-open {
    background: url(../images/open-btn.png) no-repeat 97% center;
	border:none;
	border-bottom:1px solid #d8d9d9;
	}
.acdn-content {
    float: left;
    width: 100%;
    padding: 20px 20px 0 0;
	}
.acdn-para {
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 26px;
	letter-spacing:0.5px;
    color: #1b2452000;
    margin-bottom: 15px;
    text-align: left;
	}
/*================FOOTER===================*/
footer {
	background: #fff;
    padding: 20px 0;
    float: left;
    width: 100%;
    border-top: 2px solid #eef2f3;
}
.ftr-logo {
	margin: 0 auto;
	display: block;
}
.ftr-cont-info{
	float:left;
	width:100%;
	text-align:center;
	margin-top:15px;
	}
.ftr-cont-info li{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 17px;
    line-height: 29px;
    position: relative;
    padding: 0px 0px;
}
.ftr-cont-info li a{ color:#2d2d2d;}
.ftr-cont-info li img{
	margin: 0 5px 0 0;
	}
.ftr-cont-info li span{ text-transform:uppercase; font-weight:600;}
.ftr-cont-info li:nth-child(2):after{
	content: '';
    position: absolute;
    border-right: 1px solid #e1e1e1;
    top: 0px;
    right: 8px;
    height: 24px;
	}
ul.ftrlist {
	text-align: center;
    float: left;
    width: 100%;
    margin: 25px 0px;
}
ul.ftrlist li {
	display: inline-block;
	padding: 0 14px 0 12px;
	border-right: 1px solid #e1e1e1;
	
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
ul.ftrlist li:last-child {
	border-right: none;
}
ul.ftrlist li a {
	color: #464646;
}
.ftrtxt {
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #464646;
	padding: 8px 0 0 0;
}
.disclmr{
	float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 20px 0 0;
	}
/********************/
.thank-blk {min-height: calc(75vh - 100px);}
.thank-blk h2, .thank-blk h3 {margin: 10px 0;display: inline-block;width: 100%;}