@charset "utf-8";
/***********************/
.hdr-inner{
	background: #f4dfc5;
    padding: 8px 0;
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #2d2d2d;
    text-align: center;
    letter-spacing: 0.3px;
}

/* CSS Document */
.inner-top {
    background: #fff;
    padding: 15px 0 20px;
    float: left;
    width: 100%;
    box-shadow: 0px 0px 10px #d4cfcf;
}
.inner-top .bnrHdng {
	font-size: 35px;
    line-height: 40px;
    text-align: left;
    text-align: left;
}
ul.inr-top-list {
	margin: 10px 0 0 0;
	float:left;
	width:100%;
}
ul.inr-top-list li {
	float: left;
	position:relative;
	margin-right: 15px;
    padding-right: 15px;
}
ul.inr-top-list li:after{
	content:"\002F";
	position:absolute;
	right:-5px;
	top:0;
}
ul.inr-top-list li a, ul.inr-top-list li a:hover {
	font-size: 16px;
    line-height: 18px;
    color: #282828;
    text-decoration: none;
}
ul.inr-top-list li:last-child a{}
ul.inr-top-list li:last-child{margin-right:0; padding-right:0;}
ul.inr-top-list li:last-child:after{
	content:"";
}
.all-prods{
	float:left;
	width:100%;
	margin-top:20px;
	}
.all-prods .prod-box{
	margin-bottom:40px;
	}
p.prd-sec-hed {
    font-size: 24px;
    float: left;
    width: 100%;
    margin: 20px 0;
    font-weight: 500;
    color: #914d3b;
    position: relative;
    text-transform: uppercase;
}
p.prd-sec-hed:after, p.prd-sec-hed:before{
	content: '';
    position: absolute;
    top: 14px;
    right: 290px;
    width: 200px;
    border-top: 1px solid #e6e2e1;
	}
p.prd-sec-hed:before{
	left: 290px;
	right: auto;
	}
/*================PRODUCTS DETAILS SECTION 1===============*/
.pro-dtl-sec1 {
	padding: 40px 0 ;
	text-align: center;
	float:left;
	width:100%;
	position:relative;
	background: linear-gradient(90deg, #333 30% 30%, #70bdc1 30% 30%);
}

.shop-inner {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shop-rgt {
    float: right;
    width: 40%;
}
.shop-rgt .bnrHdng {
    font-size: 30px;
    line-height: 40px;
}
.shop-rgt .bnrHdng::after, .pro-dtl-sec2 .bnrHdng::after{
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.pr-dtl-s1-lft, .pr-dtl-s1-rgt {
	float: left;
	width:36%;
	margin: 0 0 0 0;
}
.pr-dtl-s1-lft {
	background:#0aa49c;
    border-radius: 20px;
}
.pro1-dtl {
	    display: block;
    margin: 0 auto;
    padding: 30px 0;
    max-width: 340px;
}
.pr-dtl-s1-rgt {
	width: 62%;
    float: right;
    text-align: left;
}
.logo-icon {
	margin: 0 0 0 0;
}
.sub-hdr1 {
    display: inline-block;
    margin: 7px auto;
    vertical-align: middle;
}
.pr-dtl-s1-rgt-p1 {
	font-size: 32px;
    line-height: 34px;
    font-weight: 600;
    color: #010101;
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
    text-transform: uppercase;
}
.pr-dtl-s1-rgt-p1 span{
	display:block;
	font-size:20px;
	line-height:30px;
	font-weight:400;
	}
.stars {
	margin: 10px 0 0 0;
}
.pr-dtl-s1-rgt-p2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #010101;
    margin: 5px 0 15px;
    float: left;
    width: 100%;
}
.pr-dtl-s1-rgt-p3 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #2d2d2d;
    float: left;
    width: 100%;
    padding: 10px 0;
}
.description-txt{
	font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #2d2d2d;
    float: left;
    width: 100%;
	padding: 5px 20px;
	border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
	margin-top: 20px;
	background:#ddfffd;
	}
.prd-txt1 {
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    color: #161d25;
    font-weight: 700;
    margin: 15px 0 14px;
}	
.proDetls1-rgt-pnts{
	float: left;
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap:5px;
	}	
.proDetls1-rgt-pnts li{
	float: left;
	width: 100%;
    text-align: left;
    position: relative;
    padding: 0 0px 0 18px; 
    font-size: 18px;
    line-height: 27px;
}
.proDetls1-rgt-pnts li:before{
	content: "";
    position: absolute;
    top:8px;
    left: 0;
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 10px;
}
.proDetls1-rgt-pnts li:last-child{ border:none;}	
.proDetls1-rgt-pnts li img{
	position:absolute;
	top:0;
	left:0;
	}
.proDetls1-rgt-pnts li p{
	font-size:16px;
	line-height:18px;
	color:#595959;
	}
.proDetls1-rgt-pnts li span{
	float: left;
    width: 42%;
    font-weight: 500;
	}	
.qtybox-view {
	display: none;
}
.chk-s1-txt1{ display:none;}
ul.pr-dtl-s1-rgt-list {
	padding: 20px 0 0 0;
	float: left;
	width: 100%;
}
ul.pr-dtl-s1-rgt-list li {
	background: url(../images/blue-tk.png) left 8px no-repeat;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #2d2d2d;
    margin: 10px 0 0 0;
    padding: 0 0 0 30px;
    font-weight: 500;
}
p.pr-dtl-hed {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.options_box {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}
.option {
	float: left;
	vertical-align: top;
	width: 100%;
}
.pack-opt {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0px;
	box-sizing: border-box;
	font-size: 20px;
	color: #2d2d2d;
	font-weight: normal;
	text-align: left;
}
.pack-opt input[type=radio] {
    top: 7px;
    opacity: 1;
    position: absolute;
    left: 0px;
    height: 16px;
    width: 16px;
}
.pack-opt input[type=radio] + .package-type {
	width: 100%;
	float: left;
	color: #000;
	cursor: pointer;
	padding: 5px 0 5px 30px;
	border-bottom: 1px solid #f3f3f3;
}
.price_tag {
	float: right;
    margin-top: 0px;
    padding: 0px 0;
    color: #2d2f32;
    font-size: 24px;
}
.switch-opt{
	    float: left;
    width: 100%;
    margin:10px 0 10px;
	}
.switch-opt .buyopt{
	float: left;
    width:100%;
    text-align: left;
    font-size: 20px;
    line-height:30px;
    font-weight: 700;
    position: relative;
	}	
.pkg-sec{
	    float: left;
    width: 100%;
    position: relative;
    margin:5px 0 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: flex-start;
    column-gap: 14px;
	}
.pkg-bx{
	width: 31%;
    float: left;
    border-radius: 15px;
    -webkit-box-shadow: 0 9px 2px rgb(0 0 0 / 10%);
    box-shadow: 0 0 9px 2px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 15px 10px 15px;
    cursor: pointer;
    transition: all ease 1.5s;
    border: 2px solid #cbcbcb;
    font-size: 18px;
	}
.pkg-bx.addprice{
	border:2px solid #01a599;
	animation: shadow-pulse 0.5s infinite;
	}
.pkg-bx:hover{
	animation: shadow-pulse 0.5s infinite;
 	border:2px solid  #01a599;  
 	-webkit-box-shadow: 0 9px 4px rgba(0,0,0,0.2);
	box-shadow: 0 0 9px 4px rgba(0,0,0,0.2); 
	}
p.price {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #0a0a0a;
    display: inline-block;
    vertical-align: middle;
}
.pkg-bx1{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:-2px;
	}
.jar-txt{
	    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 auto 0;
    border-bottom: 1px solid #dadedc;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 3px;
    display: inline-block;
	width:100%;
	}	
.pck-prc{
	float:left;
	width:100%;
	margin:4px 0 5px;
	font-size: 32px;
    line-height: 35px;
    font-weight: bold;
    color: #0a0a0a;
    display: inline-block;
    vertical-align: middle;
	}
.pck-prc p{
	font-size:36px;
	line-height:36px;
	font-weight:bold;
	color:#0a0a0a;
	display:inline-block;
	vertical-align:middle;
	}
.pck-prc small{
	display:inline-block;
	vertical-align:middle;
	width:40px;
	font-weight:normal;
	font-style:normal;
	position:relative;
	font-size:20px;
	line-height:20px;
	margin-top:3px;
	padding-top:1px;
	color:#929292;
	}
.s1-p2 {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
}		
/*================PRODUCTS DETAILS SECTION 2===============*/
.pro-dtl-sec2 {
	padding: 40px 0;
	text-align: center;
	float:left;
	width:100%;
	background: #fafafa;
}
ul.pro-dtl-sec2-list {
	padding: 50px 0 0 0;
    text-align: center;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 15px;
	position:relative;
}

ul.pro-dtl-sec2-list li {
    
    border: 1px solid #f3f3f3;
    width: 24%;
    vertical-align: top;
    float: left;
	position:relative;
	padding: 15px 20px 25px;
    position: relative;
    background: #f3f3f3;
}
ul.pro-dtl-sec2-list li:before {
    content: "";
    position: absolute;
    bottom: 160px;
    left: 0;
    right: 0;
    height: 70px;
    background: rgb(1 165 153 / 38%);
}
ul.pro-dtl-sec2-list li:hover{
	box-shadow:0 0 15px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 15px 1px rgba(0,0,0,0.1);
	transition: transform 4.5s;
    -webkit-transition: transform 4.5s;
	}
ul.pro-dtl-sec2-list li:hover a.btn{
	background:#0e7a8c;
	color:#fff;
	border:1px solid #0e7a8c;
	}
.shop-rgt ul.pro-dtl-sec2-list li{
	width: 47%;
    margin: 0 0 10px 0;
}

.pro-sec1 ul.pro-dtl-sec2-list li{
	margin-bottom:20px;
	width:19%;
}
.pro-sec1 ul.pro-dtl-sec2-list li:nth-child(4),.pro-sec1 ul.pro-dtl-sec2-list li:nth-child(8){
	margin-right:0;
}
.pro-sec1 ul.pro-dtl-sec2-list li:nth-child(9),.pro-sec1 ul.pro-dtl-sec2-list li:nth-child(10){
	margin-bottom:0;
}
ul.pro-dtl-sec3-list li {
	width: 23%;
	padding-top: 10px;
}
ul.pro-dtl-sec2-list li:last-child {
	margin: 0 0 0 0;
}
.dtl-pro1 .dtl-pro2 {
	display: block;
	margin: 0 auto;
	padding: 20px 0 18px 0;
	max-width: 180px;
}
.dtl-pro1 {
	padding: 0px 0 0px;
    display: block;
    margin: 0 auto;
    max-width: 200px;
	width: 100%;
}
.dtl-pro2 {/*margin-bottom: 37px;*/}
.logo-icon2 {
	display: block;
	margin: -10px auto 0 auto;
}
.pro-dtl-sec2-list-p1 {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    margin: 10px 0 0;
    float: left;
    width: 100%;
    background: #333;
}
.shop-rgt .pro-dtl-sec2-list-p1{
	min-height: 73px;
}
ul.pro-dtl-sec3-list li .pro-dtl-sec2-list-p1 {
	font-size: 22px;
	line-height: 30px;
	min-height: 60px;
}
.pro-dtl-sec2-list-p2 {
	font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #914d3b;
    float: left;
    width: 100%;
}
.pro-dtl-sec2-list-p2 span {
    display: block;
    font-size: 16px;
    line-height: 23px;
    color: #2d2d2d;
}
/*================PRODUCT SECTION 1===============*/
.pro-sec1 {
	padding: 50px 0;
	text-align: center;
	float:left;
	width:100%;
}
.pro-p1 {
	display: inline-block;
	color: #2d2d2d;
	width: 70%;
	margin-top: 20px;
	vertical-align: top;
}
ul.pro-sec1-list {
	margin-top: 10px;
	float: left;
	width: 100%;
}
ul.pro-sec1-list li {
	display: inline-block;
	background: #f5fafd;
	border: 1px solid #e9e9e9;
	width: 32%;
	margin: 20px 19px 0 0;
	padding: 10px 0 20px 25px;
	position: relative;
	vertical-align: top;
	text-align: left;
}
ul.pro-sec1-list li:last-child, ul.pro-sec1-list li:nth-child(3) {
	margin-right: 0;
}
.product-box1 {
	position: absolute;
	top: 10px;
	right: 20px;
	max-width: 121px;
}
.product-logo-icon {
	padding: 20px 0 0 0;
}
.pro-sec1-list-p1 {
	font-size: 24px;
	line-height: 26px;
	text-align: left;
	font-weight: bold;
	color: #000;
	padding: 13px 0 0 0;
}
.pro-sec1-list-p1 span {
	display: inline-block;
}
.pro-sec1-list-p2 {
	font-size: 24px;
	line-height: 28px;
	text-align: left;
	font-weight: bold;
	color: #2d2d2d;
	padding: 12px 0 0 0;
}
/*================PRODUCT SECTION 2===============*/
.pro-sec2 {
	padding: 50px 0;
	text-align: center;
	float:left;
	width:100%;
}
.s2-pro-box1, .s2-pro-box2 {
	background: #f5fafd;
	border: 1px solid #e9e9e9;
	width: 48.50%;
	float: left;
	margin: 40px 0 0 0;
	padding: 0 0 50px 0;
}
.s2-pro-box2 {
	float: right;
}
.s2-pro-box1-hd {
	background: #1194d6;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	padding: 8px 0;
	position: relative;
}
.s2-pro-box1-hd:after {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
	border-top: 10px solid #1194d6;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.s2-pro-box1-p1 {
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #2d2d2d;
	font-weight: 600;
	padding: 18px 0 0 0;
}
.product-s2-box3 {
	display: block;
	margin: 25px auto 20px auto;
}
.logo-icon3 {
	display: block;
	margin: 0px auto 0 auto;
	max-width: 160px;
}
ul.s2-pro-box1-list {
	padding: 10px 0 0 0;
	text-align: center;
	width: 339px;
	min-height: 200px;
	width: 100%;
	max-width: 339px;
	display: inline-block;
	vertical-align: top;
}
ul.s2-pro-box1-list li {
	background: url(../images/blue-tk.png) left 8px no-repeat;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	color: #2d2d2d;
	margin: 5px 0 0 0;
	padding: 0 0 0 30px;
	font-weight: 500;
}
.s2-pro-box1-p2 {
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	color: #1194d6;
	font-weight: 800;
	padding: 0 0 0 0;
}
/*================CART PAGE===============*/
.nt-slt {
	float: left;
	width: 100%;
	font-size: 18px;
}
.nt-slt p{ color:#fff;}
.summry-lft {
    float: left;
    width: 100%;
}
.nt-slt span.nt-txt {
	display: inline-block;
	margin-right: 20px;
}
.summry-lft-hdr {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding: 10px;
    border-bottom: 2px solid #076f82;
    text-align: left;
    background: #0aa49c;
    color: #fff;
}
.summry-lft-hdr span {
    float: right;
}
.cart-sec1 {
	display: inline-block;
    width: 75%;
    background: #333;
    padding: 30px;
    border-radius: 10px;
	margin-bottom: 15px;
}
.cart-txt1 {
	font-size: 20px;
	line-height: 26px;
	color: #141414;
	font-weight: 600;
	text-align: left;
}

.cart-box1 {
	background: #076f82;
    border-bottom: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
    text-align: left;
    float: left;
    width: 100%;
    padding: 10px 10px;
	display:none;
}
.one, .two, .three, .four {
	display: inline-block;
	width: 76%;
	vertical-align: middle;
}
.two, .three, .four {
	width: 22%;
	text-align: center;
}
.three{ display:none;}
.one {
	padding: 0 0 0 17px;
	position: relative;
}
.four {
	text-align: right;
	padding: 0 5px 0 0;
	position: relative;
}
.cart-remv {
	position: absolute;
	left: -7px;
	top: 15px;
	border: 1px solid #F44336;
	border-radius: 30px;
	padding: 3px;
}
.cart-box2, .card-box3 {
	border-bottom: 1px solid #b6b6b6;
	padding: 10px 0;
	float: left;
	width: 100%;
	position: relative;
}
.cart-box2 {
	border-bottom: 1px solid #d2d2d2;
}
.card-box3 {}
.cart-prdname {
	padding:10px 0px 10px 0px;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	color: #252525;
	text-align: left;
}
.span3 {
	    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 1px;
    color: #2d2d2d;
}
.span2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
}
.cart-prdname span.span1 {
	font-size: 22px;
	color: 000;
}
.cart-prd1, .cart-prd2, .cart-prd3 {
	    position: absolute;
    left: 30px;
    top: -4px;
    width: 52px;
    display: none;

}
.cart-prd2 {
	left: 4px;
	top: 27px;
}
.cart-prd3 {
	left: 20px;
	top: 5px;
}
.prd_qty, .unit-price, .sub-total {
	font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.sub-total {
	text-align: right;
}
.card-box3rgt {
	float: right;
	width: 100%;
}
ul.cart-prclist {
	padding: 0;
}
ul.cart-prclist li {
	font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-align: left;
    float: left;
    width: 100%;
    padding: 6px 0px;
}
ul.cart-prclist li:first-child {
}
ul.cart-prclist li:last-child {
	border-top: 1px solid #076f82;
	background: #0aa49c;
	padding: 10px 20px;
}
ul.cart-prclist li span.span1 {
	float: right;
    font-weight: 500;
}
.card-box4-lft {
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
    padding-top: 10px;
}
ul.cart-prclist li span.span2 {
	font-weight: 600;
    font-size: 20px;
    line-height: 24px;
	color:#fff;
}
.continue-shpbtn, .proceed-chkbtn, .continue-brwbtn, #browse {
	outline: none;
    cursor: pointer;
    padding: 10px 10px;
    margin: 0 0 0;
    font-size: 14px;
    line-height: 25px;
    height: auto;
    max-width: 180px;
}
.empty-cart{margin-right:0;}
#browse {
	margin-top: 10px;
}
.continue-brwbtn {
	margin-top: 0;
	vertical-align: middle;
	float: none;
}
.proceed-chkbtn {
	float: right;
	background: #f9f9f9;
	margin-right: 0;
}
.continue-shpbtn img, .proceed-chkbtn img {
	margin: 0 0 0 8px;
	display:none;
}
/*==================CART FROM===================*/
.cart-frm{
	float:left;
	width:100%;
	padding: 40px 0;
}
.crt-from-sec {
	float:left;
	width:100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.crt-frm1, .crt-frm2 {
	width: 49%;
	float: left;
	margin: 0 0 0 0;
	border-radius: 4px;
}
.crt-frm2 {
	float: right;
}
.frm1, .frm2 {
	padding: 20px 20px;
    text-align: center;
    float: left;
    width: 100%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 10px #bbb;
}
.safebox {
	position: relative;
	padding: 15px 0;
	float: left;
	width: 100%;
}
.safe-iconbox, .safe-iconbox2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 88px;
	height: 62px;
	background: #0e6896 url(../images/safe-icon.png) center center no-repeat;
	display:none;
}
.safe-iconbox2 {
	background: #0e6896 url(../images/pay.png) center center no-repeat;
}
.safe-iconbox img, .safe-iconbox2 img {
	margin: 0 -18px 0 0;
	float: right;
}
.safebox p {
	font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #2d2d2d;
    float: left;
    width: 100%;
}
/*----------FROM------------*/
.frmElmnts {
	float: left;
	margin: 0 0 8px 0;
	width: 100%;
}
.frm-lft, .frm-rgt{width:49%; float:left}
.frm-rgt{float:right;}
.contact-rgt .frmElmnts:nth-child(3), .contact-rgt .frmElmnts:last-child {
    margin-bottom: 0;
}
.frmElmnts label, .frmfld, .frmfld-short1, .frmfld-short2, .frmfld1, .frmfld1-short1, .frmfld1-short2 {
	float: left;
}
.frmElmnts label, .weaccept {
	width: 29%;
    font-size: 16px;
    line-height: 22px;
    color: #848484;
    padding: 8px 0;
    text-align: right;
    font-weight: 300;
	display:none;
}
.weaccept {
	margin: 12px 0 0 0;
    width: 100%;
    text-align: left;
	display:block;
}
.weaccept span.span1 {
	float: left;
    /* width: 24%; */
    margin-right: 10px;
    padding: 11px 0;
}
.rd {
	appearance: none;
	-webkit-appearance: none;
	height: 12px;
	width: 12px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: #f4f4f4;
	outline: none;
}
.rd:checked {
	background: url(../images/dot.png) center center no-repeat;
}
.cards {
	margin: 5px 0 0 0
}
.paypal {
	margin: 0 0 -7px 0;
}
.sameas {
	font-size: 18px;
	line-height: 28px;
	color: #252525;
	text-align: left;
	position: relative;
	padding: 0 0 0 32px;
	float: left;
	width: 100%;
}
.chkbx {
	position: absolute;
	left: 0;
	top: 0;
	height: 22px;
	width: 22px;
	background: #fff;
	border: 1px solid #d9dbe2;
	border-radius: 4px;
	appearance: normal;
	-webkit-appearance: none;
}
.chkbx:checked {
	background: #fff url(../images/tick.png) center center no-repeat;
}
.topmar2 {
	margin-top: 10px;
	display:none;
}
#billing-info.topmar3{display:flex !important; flex-wrap: wrap;justify-content: space-between; margin-top:10px;}
.frmfld, .frmfld1 {
	width: 100%;
	height: 44px;
	border: 1px solid #bbbabb;
	position: relative;
	background: #fff;
}
.frm1 .frmfld{
	background: none;
    border: none;
}
.frmfld-short1, .frmfld-short2, .frmfld1-short1, .frmfld1-short2 {
	width: 48.90%;
}
.frmfld-short1, .frmfld1-short1 {
	margin-right: 2.18%;
}
.frmfld input, .frmfld select, .frmfld1 input, .frmfld1 select {
	width: 100%;
	height: 40px;
	border: none;
	outline: none;
	font-family: inherit;
	font-size: 16px;
	color: #000;
	text-align: left;
	font-weight: 300;
	-webkit-appearance:none;
}
.frmfld input, .frmfld select, .frmfld1 select, .frmfld1 input {
	padding: 0 6px 0 10px;
}
.frm1 .frmfld input, .frm1 .frmfld select{
	width: 100%;
    float: right;
    border: 1px solid #bbbabb;
}
.frmfld select, .frmfld1 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../images/select-fldbg2.png) right top 2px no-repeat;
	position:relative;
}
.frmfld select:after{
	}
.icon {
	position: absolute;
	left: 10px;
	top: 12px;
	z-index: 999;
	display:none;
}
.logos {
	margin: 29px auto 0 auto;
	display: block;
}
.submit-btn {
    font-size: 22px;
    line-height: 35px;
    margin: 27px auto 0 auto;
    outline: none;
    padding: 10px 17px;
    border: none;
    max-width: 330px;
}
.secure {
    display: block;
    margin: 10px auto;
}
.submit-btn img {
	margin: 0 0 0px 8px;
}
a.what {
	font-size: 16px;
	line-height: 48px;
	text-align: left;
	color: #000;
	font-weight: 500;
	font-style: italic;
	text-decoration: underline;
	float: left;
}
.trm {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	color: #2d2d2d;
	position: relative;
	padding: 0 0 0 22px;
	float: left;
	width: 100%;
}
.trm a{ color:#2d2d2d; text-decoration:underline;}
.trm input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	appearance: none;
	-webkit-appearance: none;
	height: 14px;
	width: 14px;
	border: 1px solid #ccc;
	border-radius: 2px;
	outline: none;
	background: #f4f4f4;
	line-height: 14px;
}
.trm input[type=checkbox]:checked {
	background: #f4f4f4 url(../images/tick.png) center center no-repeat;
	background-size: 90%;
}
.trm_1 span{ 
	float:left;
	width:100%;
	margin-bottom:10px;
}
/*----------- Conatct Us ---------------- */
.contact-us {
	text-align: center;
	float:left;
	width:100%;
}
.contact-lft, .contact-rgt {
    float: left;
    width: 47.5%;
}
.contact-rgt {
    float: right;
    width: 100%;
	margin-top: 20px;
}
.contactForm {
    float: left;
    width: 100%;
}
.contactForm  .frmElmnts label{
	width: 100%;
    margin-right: 0;
    font-size: 16px;
    line-height: 22px;
    color: #2d2d2d;
    padding: 0;
    margin-bottom: 10px;
	text-align:left;
}
.contactForm .frmElmnts label span{
	color:#f00;
	font-weight:500;
	}
.contactForm .frmfld{border:none; height:auto}
.contactForm .frmfld input,.contactForm .frmfld textarea{border:1px solid #e1e1e1 ; padding-left: 5px;}
.contactForm .frmfld textarea{width:100%; resize:none; height:132px; font-family: inherit;}
.cont-submit-btn {
	    font-size: 22px;
    line-height: 24px;
    color: #fff;
    border: none;
    margin-top: 20px;
}
.contact-us .bdhding{
	float:left;
	width:100%;
	font-size:29px;
	line-height:33px;
	color: #fff;
	font-weight: 500;
	margin-bottom:20px;
}

.contact-us .s1hdimg {
	margin: 12px auto 0 auto;
}
.fancyboxfrm{
	text-align:center;
	font-size:20px;
	padding:80px 0;
	}
.fancyboxfrm span{
	color:#da9944;
	font-size:30px;
	display:block;
	}
.contact-us .pro-p1 {
	width: 100%;
    display: inline-block;
    color: #545454;
    font-size: 16px;
    line-height: 24px;
}
.cont-lst {
	float: left;
	width: 100%;
	margin-top: 54px;
	position: relative;
}
.cont-lst li {
	float: left;
	width: 100%;
	font-weight: 300;
	font-size: 18px;
	line-height: 23px;
	color: #1b2328;
	margin-bottom: 28px;
	position: relative;
	padding-left: 74px;
	min-height: 70px;
}
.cont-lst li a {
	color: #1b2328;
}
.cont-lst li img {
	position: absolute;
	left: 9px;
	top: 0;
}
.cont-lst li span {
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #2d2d2d;
}
.cont-lst li:last-child {
    margin-bottom: 0;
}
.contact-btm {
	background: url(../images/contact-btm.png) no-repeat center center;
	float: left;
	width: 100%;
	min-height: 390px;
	text-align: center;
}
.contact-btm img {
	display: inline-block;
}
.contact {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 20px 20px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #323434;
}
.contact-img {
    position: absolute;
    left: 0;
    top: 0;
}
.cont-list {
	float: right;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 10px;
}
.cont-list li {
    float: left;
    line-height: 22px;
    font-size: 16px;
    color: #363636;
    width: 49%;
    background: #eeee;
    padding: 12px 10px 10px 67px;
    min-height: 70px;
    position: relative;
    text-align: left;
}
.cont-list li a{color: #363636;}
.cont-list li:nth-child(even) {
    float: right;
}
.cont-list li span {
    font-weight: 600;
    line-height: 23px;
    font-size: 19px;
    color: #262626;
    text-transform: uppercase;
    display: block;
}
.cont-icon1 {
    position: absolute;
    left: 10px;
    top: 13px;
}
.cont-list li:nth-child(3),.cont-list li:last-child{margin-bottom:0;}
/*----------- popup ---------------- */
#pop_overlay {
	background-color: rgba(0, 0, 0, 0.6);
	clear: none;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#pop_content {
	height: auto;
	width: 600px;
	background-color: white;
	border-radius: 4px;
	margin: 8% auto 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px 20px;
}
.cross {
	position: absolute;
	right: 5px;
	top: 5px;
	max-width: 100%;
}

/****************************************/
.thank-you {
    min-height: 50vh;
}
.thnx-txt1 {
    display: inline-block;
    width: 100%;
    font-size: 40px;
    line-height: 55px;
    font-weight: 600;
    color: #012b36;
    margin-bottom: 10px;
}
.thnx-txt2 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}
.pro-p1 {
	display: inline-block;
	color: #2d2d2d;
	width: 70%;
	margin-top: 20px;
	vertical-align: top;
}