/*================start banner===================*/
.banner{
        float: left;
    width: 100%;
    background: url(../images/banner.jpg) #f5eee9 center bottom no-repeat;
    background-size: cover;
    height: 780px;
    padding: 50px 0 60px;
    position: relative;
    text-align: center;
}

.s1-inner {
	display: inline-block;
    width: 66%;
    text-align: center;
    position: relative;
    padding: 10px 0px 0px 0px;
}
.bnr-sub-head{	
	font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    float: left;
    width: 100%;
    letter-spacing: 3px;	
}
.bnr-sub-head span {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid #f26722;
}
.bnr-head{	
	font-size: 60px;
    line-height: 68px;
    color: #000;
    font-weight: 700;
    margin-top: 8px;
    text-transform: capitalize;
    float: left;
    width: 100%;
    font-family: "Quicksand", sans-serif;
    }
.bnr-head span{ display:block; }
.bnr-text{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-top: 19px;
	}
.bnr-glass1{
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	max-width:100%; 
	}	


/*=============STRIP======================*/
.strip{
    padding: 0px 0px 60px;
    text-align: center;
    background: #fff;
    position: relative;
	float: left;
	width: 100%;
	}
.strip-inner{
	float:left;
	width:100%;
	text-align:center;
	position:relative;
    margin-top: -80px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 25px; 
	}
.strip-lft{
	float: left;
    width: 56%;
    padding: 0;
    border: 0;
	}
.strip-lft-image{
	display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 10px;
    width: 100%;
    position: relative;
	}
.strip-model1{
	display:block;
	margin:0 auto 0px;
	}
.commntxt{
	font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    padding: 15px 15px;
    display: inline-block;
    width: 88%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
	}
.commntxt span, .commntxt2 span{ display:block; font-size:26px; font-weight:700; margin-bottom:10px;font-family: "Quicksand", sans-serif;line-height: 32px;}
.strip-rgt{
    float: right;
    width: 39%;
    text-align: center;
    padding: 0;
	}
.strip-lft-image2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px;
    width: 100%;
    position: relative;
}
.commntxt2{
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    width: 88%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
	}
.strip-rgt .bdhding2{ color:#115890; text-transform:uppercase;}
.strip-rgt .bdfont{ margin-top:10px;}	
.strip-img3{
	display:inline-block;
	max-width:100%;
	margin-top:10px;
	}

ul.strip-list2{
	float: left;
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 12px;
	}	
ul.strip-list2 li{
	    float: left;
    width: 32%;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    text-align: center;
    padding: 0 0 0;
    position: relative;
    border-right: 1px solid #ebebeb;
	}	

ul.strip-list2 li:last-child{ border:none;}	
ul.strip-list2 li span{
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px;
    color: #000;
    font-weight: 500;
	}
ul.strip-list2 li h3{
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-top:12px;
    color: #115890;
    font-weight: 500;
	}	
ul.strip-list2 li img{
	display: block;
    margin: 0 auto 10px;
    max-width: 100%;
	}

/*=============BTM SECTION======================*/
.bnr-btm-sec {
	float: left;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    position: relative;
    background: #f5eee8;
}
.btm-sec-inr{
	display:inline-block;
	width:100%;
	position:relative;
	text-align:center;
	margin-top:60px;
	}

.bnr-btm-sec .bnrbtn {}
.bnr-btm-hdg {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #000;
    text-transform: none;
    display: inline-block;
    width: 100%;
	margin-top:25px;
}
.btm-sec-ritbx{
    float: right;
    width: 47.5%;
    position: relative;
    text-align: center;
    margin-top: 50px;
    background: #fff;
    box-shadow: 0px 3px 5px #bbb;
	}
.bnr-btm-sec-hdg{
	float: left;
    width: 100%;
    font-weight: 400;
    font-size: 28px;
    line-height: 46px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 0px;
    background: #b90b05;
	}
.gls-prodt{
	display:inline-block;
	vertical-align:middle;
	margin:40px 0 0;
	max-width: 570px;
	}
.bnr-btm-lines{
	display:inline-block;
	max-width:100%;
	margin:-65px 0 0;
	}	
.btm-sec-lft{
	display:inline-block;
    width:100%;
	}
.btm-sec-lft ul {
        float: left;
    width: 100%;
    margin-top: 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;
}
.btm-sec-lft ul li {
	    float: left;
    width: 24%;
    padding: 0 5px;
    text-align: center;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #444;
}
.btm-sec-lft ul li span{
	display: block;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    text-transform: capitalize;
	}
.bnr-btm-sec ul li img {
	display:block;
	margin:0 auto 12px;
	}
.bnr-btm-sec ul li:after{
	position:absolute;
	content:"";
	border-right:2px solid #fff;
	top:0;
	right:-8px;
	bottom:0;
	}
.bnr-btm-sec ul li:last-child:after{ display:none; }


.bnr-btm-mid {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
	margin-top:50px;
	 overflow:hidden;
}
.glass-txt{
    font-size: 100px;
    line-height: 100px;
    color: #dfdfdf;
	position:absolute;
	top:400px;
	right:0;
	text-align:left;
	text-transform:uppercase;
	}	
/*================start section1===================*/
.sec1{ 
	padding:60px 0;
	background:#f5eee8;
	text-align:center;
    position: relative;
	float: left;
	width:100%;
	}
.s1-inner2 {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0px 0px 0px;

}
.sec1-img{ display:block; margin:0 auto 10px; }
.sec1-img2{ display:block; margin:0 auto 10px; }
.s1-inner2_cont {
    float: left;
    width: 100%;
    position: relative;
	margin-top: 40px;
	display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    row-gap: 20px;
    column-gap: 22px;
}
.s1-inner2-lft{
    float: left;
    width: 49%;
    text-align: left;
    margin-top: 0px;
	}
.s1-inner2-rit{
    float: right;
    width: 49%;
    text-align: right;
    margin-top: 0px;
	}
.s1-inner2-bx{
	float: left;
    width: 100%;
    padding: 15px 35px;
    background: #e6e6e6;
    border: 2px solid #fff;
	}
.inr2-bx-hdg{
	font-size:28px;
	line-height:32px;
	text-transform:uppercase;
	font-weight:700;
	color:#000;
	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: 0px;
}
ul.comprin-list li, ul.comprin-list2 li{ 
	float: left;
    width: 100%;
    position: relative;
    text-align: left;
    padding: 5px 5px 5px 80px;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    background: #fff;
	}
ul.comprin-list2 li{
	float:right;
	padding: 5px 80px 5px 5px;
	text-align:right;
}
ul.comprin-list li img{
	position:absolute;
	top:5px;
	left:35px;
	}
ul.comprin-list2 li img{
	position:absolute;
	top:10px;
	right:35px;
	}	
	
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: 60px 0;
    text-align: center;
    float: left;
    width: 100%;
    background: #ffffff;
}
.sec2-inr{
	display:inline-block;
	width:100%;
	position:relative;
	text-align:center;
	}
.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-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: #f37232;
	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: 28px;
    color: #1f1f1f;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
    min-height: 60px;

}
.s2prd-hding2 span {
	margin-top: 0px;
    padding: 0px 0 0;
    color: #8b4512;
    font-size: 16px;
    font-weight: 500;
    display: block;
}
.s2prd-prc, .s2prd-prc2 {
	font-size: 26px;
	line-height: 30px;
	color: #000;
	padding: 10px 0 0 0;
	width: 100%;
	float: left;
}
.s2prd-prc{}
.s2prd-prc2 {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 0px;
    line-height: 32px;
    font-size: 28px;
    color: #000;
    font-weight: 700;
}
ul.s2list {
    float: left;
    width: 100%;
    margin-top: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
    column-gap: 0px;
}
ul.s2list li {
	    width: 24%;
    position: relative;
    padding: 15px 0px;
    text-align: center;
    float: left;
    overflow: hidden;
    background: #f5eee8;
    flex: 1 1 280px;
}
ul.s2list li .bnrbtn{
	margin: 10px auto 0;
    background: #333;
    font-size: 16px;
    width: 100%;
	}

ul.s2list li:nth-child(even) {}
ul.s2list li .btn{
	width:200px;
	height:50px;
	line-height:50px;
	margin-top:0px;
	}
ul.s2list li:hover .bnrbtn{ background:#f26722; color:#fff;}
ul.s2list li:nth-child(3), ul.s2list li:nth-child(4) {}
.prdts-bg{
	display: inline-block;
    width: 100%;
    padding: 15px 10px;
    border: 0px solid #e5eff4;
    /* border-radius: 10px 10px; */
    background: #fff;
	}
.s2prd2 {
	max-width: 223px;
    padding: 0px 0 0;
    display: block;
    margin: 0 auto;
    clear: both;
    }
.prdts-content{
	float: left;
    width: 100%;
    padding: 10px 5px 0;
    text-align: center;
    position: relative;
    }


/*================SECTION 3===================*/
.sec3 {
    padding: 50px 0;
    text-align: center;
    float: left;
    width: 100%;
	background:#fff;
	border-bottom: 1px solid #f5eee8;
}
.s3-rgt{
	float: left;
    width: 100%;
    margin-top: 0;
	}	
.s3-model{
	display:inline-block;
	max-width:100%;
	margin-top:15px;
	}	
ul.s3list {
	float: left;
    width: 100%;
    margin: 40px 0 0 0;
}
ul.s3list li {
	    float: left;
    width: 72%;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    color: #232323;
    padding: 10px;
    position: relative;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
	background: #f9f7f5;
}
ul.s3list li:nth-child(even) {
    float: right;
}
ul.s3list li:last-child{margin-bottom: 0;}
ul.s3list li img{
	display: inline-block;
    vertical-align: middle;
	}
.s3lst-cont{ 
	    padding: 15px 10px 15px 20px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 290px);
}
.s3list-txt1{
    font-size: 18px;
    line-height: 28px;
    color: #000;
	}
.s3list-txt1 span{
	display: block;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Quicksand", sans-serif;
	}
.s3list-txt2{
	font-size:18px;
	line-height:25px;
	color:#fff;
	}
.s3list-txt2 span{
	display:block;
	font-size:45px;
	line-height:60px;
	text-transform:uppercase;
	}
.s3list-txt2 b{
	display: block;
    font-size: 87px;
    line-height: 51px;
    margin-bottom: 17px;
    font-weight: 700;
	}


/*------------------------------
CONTACT SECTION
--------------------------------*/	
.contact-sec{
	    background: #fff;
    float: left;
    width: 100%;
    padding: 65px 0;
    font-size: 20px;
	}
.cont-sec1Lft{
    float: left;
    width:51%;
    text-align: left;
	}
.mar-t0{ margin-top:0;}
.cntc-inr{
	float:left;
	width:100%;
	padding:0 35px 30px 0;
	position:relative;
	}
.cntc-inr:before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:70px;
	border:1px solid #f3f6ec;
	width:100%;
	height:450px;
	}
ul.cnt-list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:40px;
	padding-right:90px;
	padding-left:60px;
	}
ul.cnt-list li{
	float: left;
    width: 100%;
    position: relative;
	padding:20px 0 20px 55px;
	border-bottom: 1px solid #eaf1f7;
	}
ul.cnt-list li img{
    position: absolute;
    left:7px;
    top:25px;
	}
ul.cnt-list li p{
    float: left;
    width: 100%;
    font-size:18px;
    color:#1c1c1c;
    line-height:26px;
	}	
ul.cnt-list li span{
	font-size:23px;
	line-height:30px;
	color:#141b4d;
	font-weight:500;
	padding-bottom:4px;
	}
ul.cnt-list li:last-child{ padding-bottom:0;}					
ul.cnt-list li:last-child{ border:none; padding-bottom:0;}

.cntct-rght{
	float:right;
	width:49%;
	background:#f6fbff;
	padding:45px 35px;
	position:relative;
	border-radius:10px;
	}
.contact-Box{
	    float: left;
    width: 100%;
    box-shadow: 0 0 10px 1px rgb(247 248 255);
    margin-top: -40px;
    background: #fff;
	}
.cntct-lft{
	    float: left;
    width: 50%;
    padding: 40px;
    text-align: left;
}
.cntct-hdng {
    color: #20366c;
    font-size:30px;
    line-height: 36px;
    float: left;
    width: 100%;
    font-weight: 600;
	}
ul.cntct-list{
	float:left;
	width:100%;
	}
ul.cntct-list li{
	    float: left;
    width: 100%;
    padding: 0 0 0 50px;
    position: relative;
    margin-top: 30px;
	}
.sms-icon{
	position:absolute;
	left:0;
	top:6px;
	}
.contct-txt1{
	    float: left;
    width: 100%;
    font-size: 26px;
    color: #113335;
    line-height: 30px;
	font-family: "Quicksand", sans-serif;
	margin-bottom: 5px;
	font-weight: 700;
	}
.contct-txt2{
	    float: left;
    width: 100%;
    font-size: 18px;
    color: #000000;
    line-height: 28px;
	}
.contct-txt3{
	    float: left;
    width: 100%;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
	}
.contct-txt4{
	float: left;
    width: 100%;
	margin-top:10px;
	}
.contct-txt4 a{
	display:inline-block;
	vertical-align:middle;
	padding:0 15px;
	border-right:1px solid #ccc;
	}
.contct-txt4 a:first-child{ padding-left:0;}
.contct-txt4 a:last-child{ border:none;}
.contct-txt4 a img{
	display:inline-block;
	vertical-align:middle;
	}
.cntct-rgt{
	    float: right;
    width: 50%;
    text-align: center;
    padding: 30px 0 40px 0;
	}
.cntct-rgt img{
	    max-width: 82%;
	}
.thnk-bx {
	display: inline-block;
	width: 88%;
	background: #f4f8f7;
	padding: 25px;
	text-align: left;
}
.thank-icon {
    display: block;
    margin: 0 auto 10px;
}
.thnk-bx-lft {
	width: 55%;
	float: left;
}
.thnk-bx-hdg {
	color: #005a39;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 10px;
}
.del-dat {
	color: #2d2d2d;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding: 10px 0;
	border-bottom: 1px solid #e3e3e8;
}
table.thank {
	float: left;
	width: 100%;
}
table.thank tr td:first-child {
	width: 40%;
	text-align: left;
}
table.thank tr td:nth-child(2) {
	width: 20%;
	text-align: center;
}
table.thank tr td:last-child {
	width: 40%;
	text-align: right;
}
table.thank tr td {
	border-bottom: 1px solid #f2f2f8;
	padding: 8px 0;
}
table.thank tr:last-child td {
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 15px;
}
.thank-tot {
	float: left;
	width: 100%;
	background: #f4f8f7;
	padding: 8px 0;
}
.thnk-bx-rgt {
	width: 40%;
	float: right;
}
.thnk-bx-rgt p {
	font-size: 16px;
	line-height: 24px;
}
.thnk-ship, .thnk-bill {
	margin-bottom: 5px;
}
.thnk-bill {
	margin-top: 10px;
}

/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
	background:#f6fcff;
}

.trm-bx {
	    background: #fff;
    width: 100%;
    float: left;
    text-align: left;
	padding: 30px 20px;
}
.tems_bg h1 {
	    line-height: 34px;
    color: #333;
    font-size: 24px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 4px solid #e7e7e7;
    padding-bottom: 5px;
    text-align: left;
}
.trm-bx h3 {
	    line-height: 28px;
    text-align: left;
    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 0;
    color: #3c3c3b;
    font-weight: 700;
    background: #ffffff;
}
.trm-bx ul{ float:left; width:100%; padding: 0 20px;}
.trm-bx li {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	list-style: disc;
}
.trm-bx strong {
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.trm-bx span {
	text-transform: uppercase;
}
.trm-bx img {
    float: left;
    margin-bottom: 20px;
    max-width: 100%;
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	font-weight: 400;
	margin-bottom:10px;
}
.trm-bx h4, .trm-bx h5 {
	font-size: 22px;
	float: left;
	width: 100%;
	margin: 10px 0;
	font-weight: 500;
}
.ing-blk h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
    margin: 0 auto 10px;
}
.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 {
	margin: 0px;
	float: left;
	width: 100%;
	font-weight: 400;
	padding: 0 20px;
	margin-bottom: 20px;
}
.trm-bx .disclmr {
	width: 100% !important;
}

@media only screen and (max-width: 767px){
	.tems_bg {    padding: 10px 0;}
	}
