@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	overflow-x:hidden;
	font-family: 'Rubik', sans-serif;
	font-weight:400;
	}
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: 100%;
}
* {
	box-sizing: border-box;
}
.container {
	width: 1172px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
.for-mob {display: none;}
.forMob,.forTab{ display:none ;}
.hide-mob{ display:block;}
/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom:75px;
	}
.header{
	float:left;
	width:100%;
	background:#fff;
	height:75px;
	margin-top: -75px;
    position: relative;
	border-bottom: 1px solid #e1e1e1;
    top:75px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	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);
	}
.header {
	padding:10px 0 10px;
    float: left;
    width: 100%;
    top: 75px;
    background: #fff;
    position: relative;
	border-bottom:none;
    height: auto;
}
.logo {
	float: left;
    max-width: 200px;
    margin: 2px 0 0 0;
}
ul.nav {
	float: right;
    margin: 14px 0px 0 0;
}
ul.nav li {
	float: left;
	margin-right: 70px;
}
ul.nav li:last-child {
	margin-right:0;
}
ul.nav li a {
	color: #2d2d2d;
	font-size: 18px;
	line-height: 28px;

}
ul.nav li a:hover,ul.nav li .active {
	color: #7ea101;
}
p.hdrlist {
	float: right;
	padding: 9px 0 0 30px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	position: relative;
	}
p.hdrlist a {
	color: #2d2d2d;
}
p.hdrlist img {
	position: absolute;
	top: 15px;
	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: 18px 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: #1ebc6c;
	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: #d4841e;
    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 .active {
	background: #333;
	color: #fff;
}

/************BANNER************/
.banner {
	float: left;
	width: 100%;
	height:656px;
	background: url(../images/bg-bnr.jpg) no-repeat center top;
	background-size: cover;
}
.bnr-content {
	width: 100%;
	float: left;
	box-sizing: border-box;
	position: relative;
}

.bnr-rgt {
	width: 656px;
    float: left;
    text-align: left;
    margin-top: 90px;
}
.p1-bnr{
	float: left;
    width: 100%;
    font-size: 25px;
    line-height: 35px;
    color: #7ea101;
    margin-top: 17px;
    text-transform: capitalize;
}
.p2-bnr {
	float: left;
    width: 100%;
    font-size: 35px;
    line-height: 50px;
    color: #010101;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px 0 0;
}
.p2-bnr span{
	display: block;
    font-size: 48px;
    line-height: 58px;
    color: #7ea101;
	}
.p3-bnr {
	float: left;
    width: 98%;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin: 22px 0 0;
}	
.brn-bx{
	float:left;
	width:100%;
	background:#fff;
	border:1px solid #d4d4d4;
	padding:40px 30px;
	position:relative;
	margin-top:60px;
	}
.product-bnr {
    position: absolute;
    top: 11px;
    left: 30px;
    max-width: 251px;
}
.brn-bx-rgt{
        float: right;
    width: 63%;
    position: relative;
    padding: 0 0 0 0;
	}
.brn-bx-rgt-p1{
	float:left;
	width:100%;
	font-size:32px;
	line-height:40px;
	color:#000000;
	font-weight:700;
	}	
.brn-bx-rgt-p2{
	float:left;
	width:100%;
	font-size:20px;
	line-height:30px;
	color:#333;
	margin-top:15px;
	
	}		
.btn1-buy, .show-btn, .continue-shpbtn, .proceed-chkbtn, .submit-btn,.cont-submit-btn {
	margin: 40px auto 0;
    display: inline-block;
    background: #7ea101;
    font-size: 28px;
    line-height:64px;
	font-weight:700;
    color: #fff;
    text-transform: capitalize;
    font-family: inherit;
    cursor: pointer;
    border: none;
    border-radius: 5px;
	text-align:center;
	width:242px;
	height:64px;
	transition: all 0.3s;
}
.btn1-buy:hover{color:#fff;}
.banner .btn1-buy{}
/***********STRIP1**************/
.strip1 {
	float: left;
	width: 100%;
	position: relative;
	padding:10px 0 20px;
}
.strip1 .cmntxt {width: 85%;}
.strip1in {	
	width: 100%;
    float: left;
    margin: 100px 0 0px;
    padding: 45px 25px 45px 0;
    background: #d4e3e4;
    border-radius: 15px;
    position: relative;
}
.strip-btl{
	position: absolute;
    left: 1%;
    top: 44px;
    max-width: 425px;
	}
.strp-model{
	position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-42%);
    max-width: 400px;
	}	
.strip1in ul {
    width:29%;
    float: right;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 42px;	
}
.strip1in ul li {
	float: left;
    width: 100%;
    padding: 0px 0px 0 75px;
    text-align: left;
    font-size: 17px;
    line-height: 28px;
    position: relative;
    color: #000000;
   }

.strip1in ul li span{
	font-size:20px;
	line-height:30px;
	font-weight:700;
	display:block;
	margin-bottom:3px;
}
.ic-strip {
	position: absolute;
	left: 0;
	top: 5px;
}

.shape-strip {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -31px;
	margin: 0 auto;
}
/************SECTION1************/
.section1 {
	float: left;
    width: 100%;
    padding: 10px 0 60px;
}
.sec1-in {
	display:inline-block;
	width: 80%;
}
.s1-btl{
	display:inline-block;
	max-width: 340px;
    margin-top: 10px;
}
.model-sec1 {
	position: absolute;
	left: 0;
	top: 0;
}
.hdng1div {
}
.hdng1div1 {
	width: 61%;
	float: left;
	margin-top: 40px;
	background: url(../images/bg1-hdng1.jpg) repeat-x center center;
}
.hdng1 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
}
.p1-sec1 {
	padding: 0 25px 0 0;
	background: #fff;
	color: #193f74;
	text-align: left;
	width: auto;
	display: table;
}
.hdng2 {
	width: 100%;
    float: left;
    font-size:38px;
    line-height:48px;
    color: #000000;
    text-transform: capitalize;
    margin-top: 0;
    font-weight: 700;
}
.hdng2 span{
	display:block;
	font-size:45px;
    line-height:55px;
	color:#7ea101;
	}

.cmntxt {
	display: inline-block;
    margin-top: 12px;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    width: 100%;
}
.p3-sec1 {
	display: inline-block;
    margin-top: 28px;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    width: 100%;
}
ul.list-sec1 {
	width: 100%;
    float: left;
    margin: 0px 0 0;
    padding: 35px 0 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 0px;
    flex-wrap: wrap;
}
ul.list-sec1 li {
	width:32%;
    float: left;
    font-size: 18px;
    line-height: 28px;
	color: #000;
	text-align: center;
	position: relative;
}
ul.list-sec1 li span {
    display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    padding: 0 25px;
    margin-bottom: 5px;
}
.ic-sec1 {
	display:block;
	margin:0 auto 5px;
}
ul.list-sec1 li:last-child:after{border:none}

/************SECTION2************/
.section2 {
	float: left;
	width: 100%;
	padding:60px 0 60px;
	overflow:hidden;
	position:relative;
}
.s2-rght{
	float:right;
	width:30%;
	margin-top:45px;
	
	}
.s2-rght p{
	font-size:24px;
	line-height:30px;
	color:#fff;
	padding:10px 15px;
	font-weight:bold;
	background:#474646;
	}	
.s2-model{
	position: absolute;
    right: -16%;
    top: 160px;
	}	
.hdng1div2 {
	width: 45.5%;
	display: table;
	margin: 0 auto;
	background: url(../images/bg1-hdng1.jpg) repeat-x center center;
}
.p1-sec2, .p1-sec4 {
	padding: 0 20px;
	color: #193f74;
	text-align: center;
	width: auto;
	display: inline-block;
}
.p1-sec2 {
	background: #eeeeee;
}
.p2-sec2 {
	text-align: center;
}
.p3-sec2 {
    display: inline-block;
    margin-top: 12px;
    text-align: center;
	font-size: 20px;
	width: 70%;
}
.sec2-in, .sec2-in1 {
	width: 100%;
    float: left;
    margin:35px 0 0;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    row-gap: 30px;
}
.sec2-in{
	background:#d4e3e4;
	}
.slick-prev, .slick-prev:hover, .slick-next, .slick-next:hover {
    background: rgba(0,0,0,0.7);
    height: 30px;
    width: 30px;
}
.slick-prev {
    left: -30px;
}
.slick-next {
    right: -30px;
}
.prod-div-sec2 {
	width:33%;
    float: left;
    position: relative;
}
.sec2-in .prod-div-sec2:last-child {}
.s2detls {
	float: right;
	width: 100%;
	padding: 0px 10px 30px;
	text-align:center;
}

.padd1-sec2 {
}
.mrgn1-sec2 {
	margin-left: 30px;
}
.p4-sec2 {
	color: #000;
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
}
.p5-sec2 {
	color: #333;
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.clr1-sec2 {
	color: #0398d0;
}
.p6-sec2 {
	    color: #000;
    font-size: 17px;
    line-height: 26px;
    padding: 6px 15px 5px;
}
ul.list-sec2 {
	width: 100%;
	float: left;
	margin: 18px 0 24px;
}
ul.list-sec2 li {
	width: 100%;
	float: left;
	color: #000;
	padding-left: 27px;
	margin-bottom: 8px;
	background: url(../images/bullet-sec2.png) no-repeat 5px 3px;
}
ul.list-sec2 li:last-child {
	margin-bottom: 0;
}
.prod-divin-sec2 {
	float: left;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 18px 0 0;
    overflow: hidden;
}

.prod-sec2 {
    position: relative;
    display: inline-block;
    z-index: 9;
    max-width: 260px;
	margin: 0 auto;
}
.sec2-in .prod-sec2 {
    max-width: 220px;
}
.prod-sec2:nth-child(2), .prod-sec2:nth-child(3), .prod-sec2:nth-child(4), .prod-sec2:nth-child(5),.prod-sec2:nth-child(6), .prod-sec2:nth-child(7) {
    position: absolute;
    z-index: 5;
    max-width: 100px;
    left: 20%;
    top: 33px;
}
.prod-sec2:nth-child(3) { left: auto; right: 20%;}
.prod-sec2:nth-child(4), .prod-sec2:nth-child(5) { z-index: 3; left: 10%; max-width: 90px; top: 49px;}
.prod-sec2:nth-child(5) {left: auto;right: 10%;}
.prod-sec2:nth-child(6), .prod-sec2:nth-child(7) {z-index: 0; left: 3%; max-width: 80px; top: 70px;}
.prod-sec2:nth-child(7){left:auto; right:3%;}
.sec2-in .prod-div-sec2:last-child .prod-divin-sec2,.sec2-in .prod-div-sec2:last-child .s2detls {
    width: 100%;
}
.stars-sec2 {
	margin: 0 auto 0;
}
.p7-sec2 {
	color: #000;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 8px;
}
.price-cut {
	position: relative;
	font-size: 20px;
	margin: 0 0 0 12px;
}
.price-cut img {
	position: absolute;
	left: 0;
	width: 100%;
	top: 3px;
}
.btndiv-sec2 {
	width: 100%;
	float: left;
	background: #eeeeee;
	padding: 15px;
}
.btn-sec2 {
	margin-top: 15px;
	font-size: 24px;
	height: 55px;
	line-height: 55px;
}
/************SECTION4************/
.section4 {
	float: left;
	width: 100%;
	padding:60px 0 60px;
	background: #fff;
}
.section4 .cmntxt {
    width: 80%;
}
.section4 .s4-lft .cmntxt{width:100%;}
.p1-sec4 {
	background: #fff;
}
.section4 .p3-sec1 {
}
.s4-lft{
	float:left;
	width:25%;
	margin-top:110px;
	text-align:left;
	}
.s4-lft .hdng2{
	font-size:28px;
	line-height:38px;
	}	
ul.list-sec4 {
	width: 74.40%;
    float: right;
    margin:45px auto 0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap: 20px;
}
ul.list-sec4 li {
	width:33%;
	float: left;
	text-align:center;
}
ul.list-sec4 li:nth-child(even) {}

.ic-sec4 {
	display:block;
	margin:0 auto;
	max-width:100%;
	z-index: 1;
    position: relative;
    }
ul.list-sec4 li p {
	display:inline-block;
    width:102px;
	height:50px;
	background:#c37386;
	border-radius:50px 50px 0 0;
	margin:0 0 -10px 0;
    }
ul.list-sec4 li:nth-child(2) p{
	background:#63c375;
	border-radius:0px 0px 50px 50px;
	margin:-10px 0 0px 0;
	}
ul.list-sec4 li:nth-child(3) p{background:#77a8ab;}	
ul.list-sec4 li p span{
	display:block;
	font-size:23px;
	line-height:30px;
	font-weight:700;
	margin-bottom:10px;
	}

/*================FOOTER===================*/
footer {
	background: #ffffff;
    padding: 20px 0;
    float: left;
    width: 100%;
	text-align:center;
	border-top:8px solid #030303;
}
.ftr-logo {
	margin: 0 auto;
	display: block;
	max-width: 230px;
}
.ftr-cont-info{
	display: inline-block;
    width: 32%;
    text-align: center;
    margin-top: 30px;
}
.ftr-cont-info li, .ftr-cop-info li{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	padding: 2px 0;
	width: 100%;
}
.ftr-cont-info li a{ color:#2d2d2d;}
.ftr-cont-info li img{
	position:absolute;
	top:6px;
	left: auto;
	margin-left: -20px;
	filter: hue-rotate(226deg);
	}
.ftr-cont-info li span, .ftr-cop-info span, ul.ftrlist li span{ text-transform:uppercase; font-weight:600;}

.ftr-cop-info{
	display: inline-block;
	width: 70%;
	margin-top: 10px;
	}
.ftr-cop-info li span, ul.ftrlist li span{
	font-size:18px;
	display:block;
	float:left;
	width:100%;
	}
.ftr-cop-info li{
	float: left;
	width: 100%;
	line-height: 29px;
	}
ul.ftrlist {
	display: inline-block;
	width: 100%;
	margin: 10px 0px 20px;
}
ul.ftrlist li {
	display: inline-block;
	padding: 0 14px 0 12px;
	border-right: 1px solid #e1e1e1;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	vertical-align: top;
}
ul.ftrlist li:first-child {
    width: 100%;
}
ul.ftrlist li:last-child {
	border-right: none;
}
ul.ftrlist li a {
	color: #464646;
}
.ftrtxt {
	text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #7ea101;
    padding: 8px 0 0 0;
}
.disclmr{
	float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    padding: 15px;
    background: #cdd8a7;
    color: #000;
}
.disclmr a{
	text-decoration:underline;
	color:#000;
	}
.ftr-rgt {
    float: right;
    width: 100%;
}


/*****************************/
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
}
.trm-bx h1 {
	line-height: 30px;
    color: #7ea101;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 5px solid #7ea101;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	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: decimal;
}
.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 span {
	text-transform: capitalize;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.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;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 20px;
    max-width: 530px;
    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;
}
.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;
}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}
/********************************/
.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;
	background: rgba(0, 0, 0, 0.7);
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #000;
    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: #7ea101;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #5d5d5d;
}	

.error-sec{
	float:left;
	width:100%;
	text-align:center;
	}
.error-hed {
    color: red;
    font-size: 32px;
}
.card-error {
    max-width: 250px;
    margin-bottom: 20px;
}	