@charset "utf-8";
/* CSS Document */

/*-----------------------
FOR HTML 5 RESET CSS
------------------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#2d2d2d;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Cabin', sans-serif;
	font-weight:normal;
}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
}
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
}

.top-bar{
	float:left;
	width:100%;
	background:#3085bc;
	padding:15px 0;
}
.top-bar p{
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
}
.top-bar p span{
	color:#ffea00;
}
.top-btn{
	width:138px;
	height:38px;
	font-size:18px;
	line-height:38px;
	font-weight:600;
	color:#fff;
	background:#74ba3f;
	border-radius:50px;
	position:absolute;
	right:0;
	top:0px;
}

/*==========Header==============*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	background:#fff;
	height:70px;
	margin-top: -70px;
    position: relative;
    top:70px;
	border-bottom: 1px solid #dedfdf;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 999;
	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-left{
	float:right;
	}
.header-right{
	float:right;
	}
	
ul.mainMenu{
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
	}
ul.mainMenu li{
	float:left;
    padding:0 20px;
	position: relative;
	}
ul.mainMenu li:first-child{ padding-left:0;}
ul.mainMenu li:last-child{ padding-right:0;}
ul.mainMenu li a{
	    float: left;
    color: #141011;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 300;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{}
ul.mainMenu li a span{ color:#01061a; font-weight:600;}
/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:175px;
    top:24px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #3a3a3c;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-7px, 6px);
	transform: rotate(-45deg) translate(-7px, 6px);
	background:#3a3a3c;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -7px);
	transform: rotate(45deg) translate(-8px, -7px);
	background:#3a3a3c;
	}
	
.mobilemenu{
	left:0;
	position:fixed;
	top:70px;
	background:rgba(255,255,255,1);
	z-index:999;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ccc;
	}
.mobimenu-top{ top:70px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #CCC;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}

ul.mainMenu li .dropdown-menu {
	position:absolute;
	opacity: 0;
	visibility: hidden;
	display: block;
	padding:0;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	background:#fff;
	left:0;
	top:25px;
	width:250px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border: 1px solid rgba(0,0,0,0.1);
	border-radius:5px;
	overflow:hidden;
	z-index:99;
	}
ul.mainMenu li:hover > .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(18px);
	-webkit-transform: translateY(18px);
	-ms-transform: translateY(18px);
	}
ul.dropdown-menu li{
	width:100%;
	background:none;
	padding:0;
	}
ul.dropdown-menu li a{
	font-size:20px;
	line-height:22px;
	width:100%;
	text-align:left;
	padding:14px 10px;
	text-align:left;
	font-weight:500;
	text-transform:capitalize;
	letter-spacing:0.5px;
	}
ul.dropdown-menu li a:hover{
	background: #1caa5d;
	color:#fff;
	}
.logo{
	float: left;
    max-width: 150px;
    margin: -3px 0 0 0;
}
/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner {
	float: left;
	width: 100%;
	padding: 90px 0;
	position: relative;
	background: url(../images/banner.jpg) no-repeat center top;
	}
.bnr-lft {
    float: right;
    width: 65%;
    margin-top: 0;
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 25px;
    padding: 50px 50px;
}

.bnr-p1 {
        float: left;
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    color: #060606;
    text-transform: capitalize;
    text-align: center;
    font-weight: 400;
	}
.bnr-p2 {
	float: left;
    width: 100%;
    font-size: 52px;
    line-height: 68px;
    margin: 7px 0 15px;
    color: #141417;
    font-weight: bold;
}
.bnr-p2 span{ display:block;}
.bnr-p3 {
        float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #2a2a2a;
	}

.comn-btn{
	display:inline-block;
}
.comn-btn p{
	font-size:20px;
	line-height:26px;
	float:left;
	width:100%;
	margin-bottom:10px;
}
.comn-btn p span{
	color:#53b826;
	font-size:20px;
	line-height:26px;
	font-weight:bold;
}
.comn-btn , .prd-shop-btn, .prc-checkt{
	width: 280px;
    height: 50px;
    background: #2f6861;
    border-radius: 50px;
    font-size: 20px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 0 #2f6861;
    display: inline-block;
    text-align: center;
    margin-top: 25px;
    font-family: inherit;
}
.bnr-prod{
	position: absolute;
	right: -30px;
	top: 215px;
	max-width: 419px;
}
.bnr-prara{
	float: left;
	width: 90%;
	margin: 15px 0 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #676767;
}
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {
	    float: left;
    width: 100%;
    padding: 50px 0 80px;
	}
.s1-p1 {
	float: left;
	width: 100%;
	font-size: 50px;
	line-height: 54px;
	color: #393733;
	font-weight: 600;
	letter-spacing: -0.5px;
	}
.pad-1 {margin: 10px 0 22px;}

.shop-bg-no .shop-btn {
	    background: #fff;
    color: #052944;
    margin: 45px 0 0;
    float: left;
	}
.s1-img-1 {
    position: absolute;
    right: 50px;
    top: 20px;
    max-width: 490px;
	}
.s1-box {
	float: left;
	width: 100%;
	position: relative;
	margin-top:40px;
	}
.s1-lft {
    float: left;
    width: 48%;
    text-align: left;
}
.s1-lft-list{ float:left;
width:51%;
text-align:left;}
.s1-list {
	float: left;
    width: 100%;
    margin: 25px 0 0;

	}

.s1-list li {
    float: left;
    width: 100%;
    padding: 6px 0 10px 36px;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #303030;
    font-weight: 400;
    background: url(../images/tick-mark.png) no-repeat left top 9px;
}
.s1-list li span {
    font-size: 22px;
    line-height: 32px;
    color: #060606;
	display:block;
	font-weight:bold;
	    margin-bottom: 10px;
}
.s1-p2 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #303030;
    font-weight: 400;
    /* margin-top: 15px; */
    padding: 0 0px 0;
}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3 {
	float: left;
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background: #fff;
	}
.sec3-top {
        float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 15px;
}
.sec3-top1 {
        width: 24%;
    float: left;
    margin: 20px 0 0 0;
    text-align: center;
    position: relative;
}
.s3-image{
    position: absolute;
    top: 12px;
    right: 41px;
}
.sec3-top1:last-child{ margin-right:0;}
.sec1-toplft {
    width: 100%;
    float: left;
}
.img-sec3 {
    display: block;
    margin: 0 auto 10px;
}
.sec3-top2 { margin: 0 1.2%;}
.txt4 {
    float: left;
    width: 100%;
    font-size: 26px;
    text-align: left;
    text-transform: uppercase;
}
.txt5 {
	float: left;
    width: 100%;
    color: #303030;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    padding: 0 0 0;
    text-transform: capitalize;
}
.txt5 span{
	display:block;
	font-size:22px;
	line-height:26px;
	font-weight:700;
	padding:0 0 15px;
	}
/*-------------------------
CSS FOR SECTION 6
--------------------------*/
.section-6 {
	    float: left;
    width: 100%;
    padding: 50px 0;
    background: #fff5eb;
	}
.s6-ul {
        float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	    margin-top: 30px;
}
.s6-ul li {
    float: left;
    position: relative;
    color: #060606;
    width: 29%;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    padding: 30px;
    background: #f9ede1;
	
}
.s6-ul li span{
	display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    padding: 8px 0 0;
	}
.s6-ul li img{
   display: block;
    margin: 0 auto 10px;
}
/*======================*/
.strip{
    float: left;
    width: 100%;
    padding: 15px 0;
    background: #fff;
}
.strip-hdg{
	color: #515151;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.strip-hdg span{
    display: inline-block;
    position: relative;
    padding: 0 0px;
	}
.strip-hdg:before{
    content: url(../images/strp-hdg-line.png);
    position: absolute;
    top: -5px;
    /* bottom: 0; */
    width: 100%;
    left: 0;
    right: 0;
	}
ul.strip-list{
	float:left;
	width:100%;
	margin-top:0px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
	column-gap:15px;
}
ul.strip-list li{
	width: 32%;
	float: left;
	padding: 20px 30px 20px 90px;
	position: relative;
	text-align: left;
	border: 1px solid #dcdcdc;
}
ul.strip-list li img{
        position: absolute;
    top: 24px;
    left: 24px;
}
ul.strip-list li .stp-lst-txt1{
    font-size: 22px;
    line-height: 30px;
    float: left;
    width: 100%;
    margin-bottom: 8px;
    font-weight: 700;
    color: #2f6861;
}
ul.strip-list li .stp-lst-txt2{
    font-size: 16px;
    line-height: 26px;
    float: left;
    width: 100%;
    color: #222;
    text-transform: none;
    font-weight: 400;

}
/*ul.strip-list li:after{
	content:'';
	width:1px;
	height:70px;
	background:#e1e1e1;
	position:absolute;
	right:0;
	top:50px;
}*/
ul.strip-list li:last-child:after{background:none;}
/*============================*/
.sec2{
    float: left;
    width: 100%;
    padding: 50px 0 50px;
    text-align: center;
}
.sec2-mid{
	display: inline-block;
    width: 92%;
    text-align: center;
	}
.comn-hdg{
	float:left;
	width:100%;
}
.comn-hdg p{
    font-size: 36px;
    line-height: 50px;
    color: #000;
    font-weight: 700;
    float: left;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.comn-hdg p span{ display: block; color: #2f6861;}
.comn-hdg img{

    margin:0 auto 5px;
    max-width: 100%;
    display: block;
    vertical-align: middle;

}
.sec2-lft{
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    margin-top: 30px;
}
.sec2-lft-lst{
	float: right;
	width: 48%;
	text-align: left;
	padding: 0 0 0px;
	}
.comn-txt{
	font-size: 18px;
	line-height: 28px;
	display: inline-block;
	width: 90%;
	margin-top: 0px;
	font-weight: 400;
	color: #222;
}
ul.sec2-list{
	float:left;
	width:100%;
	margin:0 0 40px;
}
ul.sec2-list li{
	color:#043c7b;
	font-size:22px;
	line-height:26px;
	
	background:url(../images/s2-chk.png) left top no-repeat;
	padding-left:30px;
	margin:10px 0;
	text-align:left;
}
.s2-prd{
    position: absolute;
    left: -10px;
    top: 0px;
}
.s2-badg{
	width: 145px;
    height: 145px;
    background: #fff;
    border: 1px solid #19abe6;
    border-radius: 50%;
    float: right;
    padding: 5px;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 350px;
    z-index: 9;
}
.s2-badg-inr{
	width:100%;
	height:100%;
	background:#19abe6;
	float:left;
	border-radius:50%;
	color:#fff;
	padding-top:30px;
}
.s2-badg-inr h3{
	font-size:22px;
	line-height:26px;
	text-transform:uppercase;
	
	font-weight:bold;
}
.s2-badg-inr p{
	font-size:16px;
	line-height:20px;
	
}
.s2-badg-inr h2{
	font-weight:bold;
	font-size:30px;
	line-height:34px;
}
ul.sce2-list{
    float: left;
    width: 100%;
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 32px;
    column-gap: 10px;
}
ul.sce2-list li{
	float: left;
    width: 100%;
    padding: 0 0px 0px 85px;
    position: relative;
    text-align: left;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: #222; 
}
ul.sce2-list li span{
	display:block;
	font-weight:700;
	font-size:24px;
	line-height:28px;
	padding-bottom:7px;
	color:#000;
	}
ul.sce2-list li img{
	position:absolute;
	top:0;
	left:0;
}
ul.sce2-list li h1{
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    background: #2f6861;
    border: 8px solid #bcd7d4;
    height: 58px;
    width: 58px;
    border-radius: 50%;
    padding: 6px 0;
    text-align: center;
	position:absolute;
	top:0;
	left:0;
	}
ul.sce2-list li:before{
	position: absolute;
    content: "";
    border-left: 2px dashed #396f68;
    top: 48px;
    left: 26px;
    height: 110px;
	}
ul.sce2-list li:last-child:before{ display:none;}
ul.sce2-list li:last-child{ border-bottom:none; padding-bottom:0;}
.sec2-lft-lst .comn-btn a{ margin-top:45px;}
/*============================*/
.prod-sec {
    float: left;
    width: 100%;
    padding:60px 0;
    background: #dceae8;
}
.prd-sec-inr{
	display:inline-block;
	width:86%;
	text-align:center;
	}
ul.prod-list{
        float: left;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 15px;
    column-gap: 15px;
	}
ul.prod-list li, .item{
    float: left;
    width: 24%;
    margin: 0px 0% 0;
    text-align: center;
    background: #fff;
    padding: 20px 15px 22px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    border: 1px solid #efefef;
	}
.item{}
ul.prod-list li:hover, .item:hover { border:1px solid #306861;}
.prdt-lst-cont {
    float: right;
    width: 100%;
    text-align: center;
    padding: 0px 0;
}
.prd-txt1{
	float: left;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #b5b5b5;
    font-weight: 300;
	}
.prd-txt2{
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 31px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: capitalize;
	}
.cbd-prod{
    max-width: 100%;
    width: 160px;
    display: block;
    margin: 0 auto 10px;
	}
.star{
	display:block;
	margin:0 auto;
	}
.prd-txt3{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    letter-spacing: 0.5px;
    margin-top: 0px;
	}
.prd-txt3 span{ 
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #000;
	}
a.prd-shop-btn{
    width: 174px;
    margin-top: 20px;
    max-width: 100%;
    line-height: 44px;
    height: 44px;
    font-size: 18px;
}
/*======================*/
.sec3{
	float:left;
	width:100%;
	background:#f2f7fa;
	padding:80px 0;
}
ul.sec3-list{
	float:left;
	width:100%;
	margin:30px 0;
}
ul.sec3-list li{
	    float: left;
    width: 33.3%;
    font-size: 17px;
    line-height: 27px;
    padding: 0 10px;
    position: relative;
    font-weight: 300;
}
ul.sec3-list li:after{
	content:'';
	background:url(../images/s3-sepr.png) center top no-repeat;
	position:absolute;
	right: -60px;
    top: 20px;
	width:126px;
	height:27px;
}
ul.sec3-list li:last-child:after{display:none;}
.s3-stp{
	margin:0 auto 10px;
	display:block;
}
.step{
	margin: 0 auto 10px;
	display: block;
	max-width: 80px;
}
ul.sec3-list li .s3-lst-hdg{
	color:#043c7b;
	font-size:26px;
	line-height:30px;
	font-family: 'Montserrat';
	font-weight:400;
	float:left;
	width:100%;
	margin-bottom:15px;
}
ul.sec3-list li .s3-lst-txt{
	padding:0 10px;
}
.s3-bx-txt{
	font-size:26px;
	line-height:30px;
	color:#1f99d3;
	background:#fff;
	border:1px solid #e3eaee;
	padding:15px 50px;
	display:inline-block;
	border-radius:50px;
	margin:15px 0;
}
.s3-txt{
	font-size:24px;
	line-height:28px;
	
	margin-bottom:35px;
}
/*===============================*/
.sec4{
    float: left;
    width: 100%;
    padding: 50px 0;
    background: linear-gradient(to bottom, #306861 40%, #fff 35%);
}
.sec4-lft{
    float: left;
    width: 42%;
    text-align: left;
    padding: 0px 0px;
}
.sec4-lft .comn-hdg p{ color:#fff;}
.sec4-lft .comn-txt{ color:#fff;}
.s4-prd{
    position: absolute;
    right: 0;
    top: 0;
}
.s4-prd2{
    position: absolute;
    right: 200px;
    top: 290px;
}
.sec4-box{
	float:left;
	width:100%;
	margin:50px 0 15px;
}
.sec4-box-inr{
	float:left;
	width:33.3%;
	position:relative;
	text-align:left;
	padding-left:95px;
}
.sec4-box-inr p{
	font-size:24px;
	line-height:28px;
	color:#043c7b;
	margin-bottom:5px;
}
.s4-lst-img{
	position:absolute;
	left:0;
	top:0;
}
.sec4-lft-mid{
    float: right;
    width: 788px;
    text-align: left;
    padding: 30px 395px 42px 30px;
    position: relative;background: #fff;
}
ul.s4-list{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 25px;
    column-gap: 10px;
    margin-top: 50px;
}
ul.s4-list li{
    float: left;
    width: 83%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #808080;
    position: relative;
    margin: 0px 0;
    padding: 0 0 0 60px;
}
ul.s4-list li span{
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    color: #010101;
	}
ul.s4-list li img{
	position:absolute;
	top:0;
	left:0;
	}
/*===========================*/
.sec5{
    float: left;
    width: 100%;
    background: #fff;
}
.sec5-inr{
	display:inline-block;
	width:100%;
	text-align:center;
	}
.s5-img{max-width:100%; padding:0 10px;}
ul.sec5-list{
	float:left;
	width:100%;
	margin:40px 0 50px;
}
ul.sec5-list li{
	width:24.5%;
	float:left;
	font-size:20px;
	line-height:26px;
	
	margin-right:0.5%;
	border-right:1px solid #e1e1e1;
	padding:0 10px;
}
ul.sec5-list li:last-child{margin-right:0; border-right:none;}
ul.sec5-list li img{
	display:block;
	margin:0 auto;
}
ul.sec5-list li p{
	font-size:20px;
	line-height:24px;
	float:left;
	width:100%;
	font-weight:400;
	margin:15px 0 12px;
}

.s5-pdt-img{
	display:inline-block;
	width:100%;
	background:#f6fbf7;
	padding:24px 10px;
	text-align:center;
	margin-bottom:10px;
	}
ul.sec5-prdt_lst{
	float:left;
	width:100%;
	margin:10px 0 0px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 10px;
}
ul.sec5-prdt_lst li{
	float:left;
	width:32%;
	padding:25px 20px;
	background:#e3f6f0;
	position:relative;
	text-align:right;
}
ul.sec5-prdt_lst li h1{
	font-size:18px;
	line-height:26px;
	color:#131414;
	font-weight:400;
	}
ul.sec5-prdt_lst li h2{
    font-size: 18px;
    line-height: 26px;
	color:#131414;
    float: right;
    width: auto;
    font-weight: 700;
    margin: 5px -20px 0px 0px;
    padding: 3px 20px;
    background: #cae7d9;
    border-radius: 15px 0 0 15px;
}
ul.sec5-prdt_lst li:nth-child(2) h2{ background:#f1e6b9; }
ul.sec5-prdt_lst li:last-child h2{ background:#b6d2f1;}
.sty_prdts{
    position: absolute;
    top: 11px;
    left: -8px;
    max-width: 150px;
    margin: 0 0;
}
ul.sec5-prdt_lst li p{
        font-size: 17px;
    line-height: 26px;
    float: right;
    width: 69%;
    font-weight: 400;
    color: #131414;
    margin: 10px 0 5px;
}
ul.sec5-prdt_lst li p span{
	font-size:24px;
	line-height:29px;
	font-weight:700;
	text-transform:uppercase;
	
}

ul.sec5-prdt_lst li:nth-child(2){ background:#fff9df;}
ul.sec5-prdt_lst li:last-child{ background:#ddeafa;}
a.s5-btn{
    width: auto;
    max-width: 100%;
    line-height: 20px;
    height: auto;
    font-size: 18px;
    float: right;
    margin-top: 10px;
    font-weight: 700;
    text-transform: capitalize;
	}
.s5-btn-arw{
	display:inline-block;
	margin:-4px 0 0 10px;
	}
/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	    float: left;
    width: 100%;
    text-align: center;
    border: 2px solid #f6fbf7;
	}
.footerBox1{
	    float: left;
    width: 100%;
    background: #ffffff;
    padding: 10px 0 0;
	}		
.ftrBox1{
	    float: left;
    width: 100%;
    text-align: center;
	}
.ftr-logo{
	    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
	}	
.ftrbx1-t1{
	       float: left;
    width: 100%;
    font-size: 19px;
    line-height: 28px;
    /* color: #878787; */
    font-weight: 300;
    /* letter-spacing: 0.5px; */
    margin-top: 7px;
	}
.ftrBox2{
	float:left;
	text-align:center;	
	width:100%;
	}
.ftrbx2-hd{
	float:left;
	width:100%;
	font-size:24px;
	color:#323232;
	letter-spacing:0.5px;
	font-weight:500;
	}
ul.frt-list{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.frt-list li{
	 float: left;
    width: 50%;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-top: 8px;
	position:relative;
	padding-left:15px;
	}
ul.frt-list li:before{
	position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background: #000;
	}
ul.frt-list li a{ color:#787878;}
.cont-t1{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#fff;
	font-weight:300;
	margin-top:18px;	
	}
.cont-t1 a{ color:#787878;}	
.ftrBox3{ width:100%;}
ul.ftr-nav{
	float:left;
	width:100%;
	text-align:left;
	margin-top:10px;
	}
ul.ftr-nav li{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	color:#fff;
	letter-spacing:0.5px;
	margin-top:8px;
	}
ul.ftr-nav li:first-child{ padding-left:0;}		
ul.ftr-nav li a{color:#787878;}
ul.ftr-nav li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;	
	}							
.footerBox2{
	 float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 20px 0;
    font-size: 17px;
    color: #5e5e5e;
    letter-spacing: 0.5px;
    border-top: 1px solid #ebebeb;
    margin-top: 20px;
	}
.ftr-cpyrght{float: left;}		
.ftr-link{float:right;}	
.ftr-link a{ color:#5e5e5e; padding:0 5px;}	

/*==================================
CSS FOR DETAILS_PAGE
=====================================*/
.prodBreadcrm{
    float: left;
    width: 100%;
    text-align: left;
    background: #306861;
	}
.prodBreadcrm ul{
    float: left;
    width: 100%;
    font-size: 14px;
	line-height:18px;
	color: #656565;	
	font-weight:600;
	display: flex;
    justify-content: flex-start;
    column-gap: 0px;
}	
.prodBreadcrm ul li {
	float: left;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	padding: 6px 5px;
	position: relative;
	font-weight: 400;
}
.prodBreadcrm ul li:last-child {
    background: no-repeat;
}

.prodBreadcrm ul li a {color: #fff;}
.products-sec{
	background:#fff;	
    float: left;
    width: 100%;
    padding:55px 0 65px;
}

.trm-bx{
	background: #fff;
    float: left;
    width: 100%;
    padding: 60px 0;
    text-align: left;
}
.trm-bx h1{
	font-size:26px;
	float:left;
	width:100%;
	line-height:26px;
	margin-bottom:10px;
}
.trm-bx h3{
	font-size:22px;
	float:left;
	width:100%;
	line-height:24px;
	margin-bottom:10px;
	}
.trm-bx p{
	float:left;
	width:100%;
	font-size:16px; 
	line-height:24px;
	margin-bottom:20px;
}
.trm-bx ol{
	float:left; 
	width:100%;
}
.trm-bx ol li{
	list-style:disc;
	float:left;
	width:100%;
	font-size:16px; 
	line-height:24px;
	margin-bottom:10px;
	
}
.trm-bx img{
	display:block;
	margin-bottom:20px;
	max-width:100%;
}
