@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Outfit', sans-serif;
	font-weight:400;
}
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: inherit;text-decoration: none;}
img {border: none; max-width:100%; vertical-align:middle;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}	
.topStrip{
	background:#15c0e5;
	float:left;
	width:100%;
	padding:12px 0;
	text-align:left;
	}
.topStrip p{
	float:left;
	width:100%;
	font-size:13px;
	font-weight:500;
	line-height:14px;
	color:#fff;
	letter-spacing:1px;
	}
.topStrip p img{
	display:inline-block;
	vertical-align:middle;
	margin:0 7px 0;}	
.topStrip p span{}
	
	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	background:#fff;
	height:70px;
	padding:10px 0;
	margin-top:-70px;
	top:70px;
	position:relative;		
}
.fixed-nav .header{
	position: fixed;
	z-index: 999;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}				
.logo{
	float: left;
    max-width: 154px;
}
ul.topMenu{
	float:right;
	margin: 15px 0 0 0;
	}
ul.topMenu li{
	float:left;
	padding:0px 20px;
	position:relative;
	}
ul.topMenu li a{
	color:#333333;
	font-size:17px;
	line-height:19px;
	letter-spacing:0.5px;
	}
ul.topMenu li:after{
	content:'';
	width:1px;
	background:#d7d7d7;
	top:2px;
	bottom:2px;
	position:absolute;
	right:0;
	}	
ul.topMenu li:last-child:after{display:none;}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#15c0e5;}
a.nav-btn{
    float: right;
	background:#fff;
    color: #ec7435;
    font-size:17px;
    text-align: center;
    width: 80px;
    height: 40px;
    line-height:38px;
	border:1px solid #ec7435;
	border-radius:32px;
	margin-top: -8px;
	font-weight:600;
	}
a.nav-btn:hover{
	background:#ec7435;
	color:#fff;
	border:1px solid #fff;
	}	
	
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 12px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #000;
	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(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:98px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #dddddd;
	}
.mobimenu-top{ top:70px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:12px 20px;
	font-size:18px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}

/*-----------------------
		BANNER CSS
------------------------*/
.banner{
	float: left;
    width: 100%;
    background: url(../images/banner.jpg) no-repeat center top;
    height: 615px;
    overflow: hidden;
    border-bottom: 1px solid #f8f8f8;
	}
.banner-left-side{
	float: left;
    width: 55%;
    text-align: left;
    padding: 80px 0 0;
	}
.bnr-testi{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	letter-spacing:0.5px;
	color:#000000;
	font-weight:600;
	}
.bnr-shield{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 5px 0 0;
	}
.bnr-t-img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 0 0 5px;
	}
.bnrHdng{
	    float: left;
    width: 100%;
    font-size: 64px;
    line-height: 74px;
    font-weight: 700;
    color: #000;
    margin-top: 15px;
	}
.bnr-para{
	float: left;
    width:70%;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin-top: 12px;
	}
.bnr-list{
	float:left;
	width:100%;
	margin:10px 0 0;
	}
.bnr-list li{
	float:left;
	width:100%;
	padding:0 0 0 37px;
	text-align:left;
	margin-top:12px;
	font-size:26px;
	line-height:30px;
	letter-spacing:0.5px;
	font-weight:bold;
	color:#000000;
	background:url(../images/bnr-tick.png) no-repeat  left 7px;
	}
.btn-box {
	display: inline-block;
	vertical-align: middle;
	margin-top: 41px;
	text-align: center;
	width: 370px;
	max-width: 100%;
	}
.packageBtn {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-radius: 50px;
	height: 64px;
	overflow: hidden;
	color: #ffffff;
	font-size: 28px;
	letter-spacing: 0.5px;
	line-height: 64px;
	position: relative;
	font-weight: 500;
	background: #19c7ff;
	border: none;
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
	
/*	background: -moz-linear-gradient(90deg, rgba(68,181,69,1) 0%, rgba(47,178,77,1) 60%, rgba(15,174,90,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(68,181,69,1) 0%, rgba(47,178,77,1) 60%, rgba(15,174,90,1) 100%);
    background: linear-gradient(90deg, rgba(68,181,69,1) 0%, rgba(47,178,77,1) 60%, rgba(15,174,90,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#44b545",endColorstr="#0fae5a",GradientType=1);*/
	
    -webkit-appearance: none;
    cursor: pointer;
	}
a.packageBtn span{ color:#fdff55;}
.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-5px -10px 0 10px;
	}
.btn-txt{
	float: left;
    width: 100%;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px;
    letter-spacing: 0;
}
.btn-txt:before, .btn-txt:after{
	display: inline-block;
    vertical-align: middle;
    content: '';
    right: 0px;
    top: 50%;
    width: 50px;
    height: 1px;
    background: #000;
	}
.btn-txt:before{margin:-2px 8px 0 0;}
.btn-txt:after{margin:-2px 0 0 8px;}
.banner-prod{
	position: absolute;
	right: 0;
	top: 46px;
	max-width: 520px;
	}
ul.bnr-list2{
	float:left;
	width:100%;
	margin-top:25px;
	}
ul.bnr-list2 li{
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
	}
ul.bnr-list2 li img{
	display:inline-block;
	vertical-align:middle;
	}
ul.bnr-list2 li p{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:24px;
	color:#131313;
	font-weight:600;
	padding-left:5px;
	}
	
/*====section1====*/
.section1{
	float:left;
	width:100%;
	padding:48px 0 65px;
	position:relative;
}
.section1:before{
	position:absolute;
	content:"";
	background:#f0fbff;
	height:45%;
	left:0;
	right:0;
	bottom:0;
	}
.common-heading{
	float: left;
    width: 100%;
    font-size: 41px;
    line-height: 55px;
    color: #000000;
    font-weight: bold;
	}
.common-heading span{display:block;}
.s1-top-sec{
	float:left;
	width:100%;
	padding:20px 20px 60px;
	border-bottom:1px solid #e1e1e1;
	}
ul.s1-top-list{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
	}
ul.s1-top-list li{
	float:left;
	text-align:center;
	position:relative;
	}
ul.s1-top-list li img{
	display:block;
	margin:0 auto 12px;
	max-width:100%;
	}
ul.s1-top-list li p{
	float: left;
    width: 100%;
    font-size:20px;
    line-height: 26px;
	letter-spacing:0.3px;
    color: #000000;
	}
.s1-mid-sec{
	float:left;
	width:100%;
	}
.s1-mid-head{
	float:left;
	width:100%;
	padding-left:540px;
	text-align:left;
	}
.s1-mid-text1{
	float:left;
	width:100%;
	font-size:26px;
	line-height:32px;
	color:#000000;
	font-weight:bold;
	margin-bottom:8px;
	}
.s1-mid-box{
	float:left;
	width:100%;
	background:#fff;
	box-shadow:0 0 15px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 15px 4px rgba(0,0,0,0.1);
	margin-top:13px;
	border-radius:10px;
	position:relative;
	}
.s1-mid-img{
	float:left;
	width:496px;
	margin:-230px 0 0 0;
	}
.s1-mid-box-right{
	float:right;
	width:calc(100% - 540px);
	padding:30px 30px 40px 0;
	text-align:left;
	}
.common-text{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color: #000000;
    margin-top: 26px;
	}
.martop0{
	margin-top:0;
	}
ul.s1-box-list{
	float:left;
	width:100%;
	margin-top:25px;
	}
ul.s1-box-list li{
	float:left;
	width:33.33%;
	text-align:left;
	position:relative;
	padding:0 10px 10px;
	}
ul.s1-box-list li:after{
	    position: absolute;
    right: 15px;
    content: "";
    top: 5px;
    bottom: 12px;
    height: auto;
    border-right: 1px solid #c2c2c2;
	}
ul.s1-box-list li:first-child{ padding-left:0;}
ul.s1-box-list li:last-child{ padding-right:0;}
ul.s1-box-list li:last-child:after{ display:none;}
.s1-box-ico{
	display:inline-block;
	vertical-align:top;
	margin:6px 0;
	}
.s1-li-text1{
	float:left;
	width:100%;
	font-size:15px;
	line-height:17px;
	color:#5e5d5d;
	letter-spacing:0.5px;
	margin-top:5px;
	}
ul.s1-box-list li span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	margin-top:10px;
	letter-spacing:0.5px;
	color:#19c7ff;
	font-weight:bold;
	}
.s1-li-text2{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin-top: 10px;
	}
.s1-balm-prod{
	position: absolute;
	left: 138px;
	bottom: -48px;
	width: 375px;
}

/*-------------------------
    	SECTION-2
--------------------------*/
.section-2{
	background: #fff;
    float: left;
    width: 100%;
    padding: 60px 0;
    position: relative;
    border-top: 1px solid #ecfaff;
	}
.s2-Box{
	float:left;
	width:100%;
	padding:55px 50px;
	background:#eefaff;
	border-radius:12px;
	}	
.section-2 .common-heading span{}
.s2-seal{
    content: '';
    position: absolute;
    top: -165px;
    left: 50%;
    margin-left:-76px;
	}
.pet-safe-circle{
    display: block;
    margin: -75px auto 30px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    position: relative;
	border:1px solid #f5f4f4;
	}
.pet-circle-img{
	display: inline-block;
    vertical-align: middle;
    margin: 50px auto 0;
	}
.safe-txt{
	position: absolute;
    left: 50%;
	margin-left:-60px;
    top:15px;
	}	
.package-container{
	float: left;
    width: 100%;
    margin-top: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    row-gap: 35px;
    column-gap: 20px;
	}
.package-box{
	width:32%;
	position:relative;
	overflow:hidden;
	}	
.pkg-icns{
	position:absolute;
	top:9px;
	left:9px;
	}
.prod-div{
	float: left;
    width: 100%;
    position: relative;
    padding: 10px 15px;
    border: 1px solid #f4f4f4;
	}
.package-box:hover .prod-div{
	border:none;
	background:url(../images/prodt-border.png) no-repeat center top;
	background-size:100% 100%;
	}	
.prd-dv-bg1{}	
.prd-dv-bg2{ }
.prd-dv-bg3{ }	

.new-icon{
	position:absolute;
	left:10px;
	top:10px;
	width:55px;
	height:55px;
	line-height:55px;
	background:#0099d7;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	border:1px solid #f0e781;
	border-radius:50%;
	}
.comng-icon{
	position:absolute;
	left:10px;
	top:10px;
	width:100px;
	height:45px;
	line-height:16px;
	padding:7px 0;
	background:#ec7435;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	border-radius:10px;
	}
.pkg-two{ position:relative;}

.pkgs-btl {
    display: block;
    margin: 0 auto;
    max-width: 180px;
    width: 100%;
    position: relative;
    z-index: 8;
}
.pkgs-btl:nth-child(2), .pkgs-btl:nth-child(3), .pkgs-btl:nth-child(4), .pkgs-btl:nth-child(5) {
    position: absolute;
    left: 20%;
    top: 10px;
    z-index: 5;
    max-width: 120px;
}
.pkgs-btl:nth-child(3){
	left:auto;
	right:20%;
}
 .pkgs-btl:nth-child(4), .pkgs-btl:nth-child(5) {
	z-index:0;
	left:10%;
	top:20px;
	max-width:110px;
 }
  .pkgs-btl:nth-child(5) {
 	left:auto;
	right:10%;
  }	
.pkg-cont{
	float: left;
    width: 100%;
    text-align: center;
	}
.prod-name{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #010101;
    text-transform: capitalize;
    font-weight: 700;
    padding: 0px 10px 0;
    margin-top: 15px;
}
.prod-caption{
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 16px;
    color: #1a1a1a;
    letter-spacing: 0.5px;
    padding: 3px 0;
	font-weight:500;
	display:none;
	}	
.prod-review{
	float:left;
	width:100%;
	font-size:17px;
	line-height:17px;
	color:#494949;
	letter-spacing:0.5px;
	margin-top:18px;
	}	
.prod-review img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 7px 0 0;
	}	
.prod-describe{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    margin-top:2px;
}
.prod-strip{
	float:left;
	width:100%;
	text-align:center;
	margin-top:15px;
	}	
.prod-strp-t1, .prod-strp-t2{
	float:left;
	background:#daf8fa;
	padding:9px 12px;
	font-size:13px;
	line-height:12px;
	color:#000;
	border-radius:20px;
	font-weight:500;
	letter-spacing:0.5px;
	}	
.prod-strp-t2{
	background:#ffefe3;
	margin-left:10px;
	}				
.package-box .btnBlk{ width:100%; margin-top:15px; float:left;}	
.package-box .packageBtn{height: 50px;line-height: 50px; }
.package-box .btn-arw{ width:36px;}	
.package-box .btn-arw:after{ 
	right: 7px; 
	margin-top: -13.2px; 
	width: 27px;
    height: 27px;
    background-size: 27px;
	}
		
/*-------------------------
    	SECTION-3
--------------------------*/	
/*=====Section-3=====*/
.section-3{
	float:left;
	width:100%;
	background:#fff;
	padding:68px 0 65px;
	text-align:center;
	}
.s3-mid-row{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    vertical-align: top;
    width: 100%;
    margin-top: 26px;
    float: left;
    flex-wrap: wrap;
    justify-content: space-between;
}
.s3-mid-row-col{
	float: left;
    width: 24%;
    max-width: 328px;
    margin: 20px 0 0;
    text-align: center;
}
.s3-col-img{
	display:block;
	width:100%;
	margin:0 auto;
	border:1px solid #d6d6d6;
	}
.s3-col-inner{
	float:left;
	width:100%;
	position:relative;
	}
.s3-col-icn{
	display:inline-block;
	vertical-align:top;
	margin-top:-34px;
	}
.s3-col-inner span{
	    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 10px;
    color: #000;
}
.s3-col-inner p{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    color: #000000;
    margin-top: 5px;
    padding: 0 0px;
}
.s3-btm-box{
	float:left;
	width:100%;
	margin-top:46px;
	}
.s3-ntm-haed{
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    color: #000;
	position:relative;
}
.s3-ntm-haed span {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}
.s3-ntm-haed:before{
	content:"";
	position:absolute;
	top:15px;
	left:0;
	right:0;
	border-bottom:1px solid #ccc;
}
.s3-btm-row{
	float:left;
	width:100%;
	margin-top:20px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
	padding-bottom:20px;
	}
.s3-btm-col{
	float:left;
	width:16%;
	text-align:center;
	margin-top:20px;
	}
.s3-btm-img-box{
	float:left;
	width:100%;
	padding:5px;
	}
.s3-btm-img-box img{
	display:block;
	max-width:100%;
	margin:0 auto;
	}
.s3-btm-col p{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #000000;
    margin-top: 12px;
	}
/*====section4====*/
.section4{
	float:left;
	width:100%;
	padding:70px 0;
	position:relative;
	overflow:hidden;
	background: #f0fbff;
}
.s4-mid{
	float:left;
	width:100%;
	position:relative;
	}
.s4-left-img{
	position:absolute;
	left: -40px;
	top:10px;
	border-radius:20px;
	}
.s4-prod{
	position: absolute;
    left: 30px;
    bottom: -50px;
    width: 400px;
}
.s4-mid-right{
	float:right;
	width:53%;
	text-align:left;
	}
ul.s4-mid-list{
	float:left;
	width:100%;
	}
ul.s4-mid-list li{
	    float: left;
    width: 100%;
    padding-left: 65px;
    margin-top: 42px;
    position: relative;
    text-align: left;
	}
ul.s4-mid-list li:before{
	position:absolute;
	content:"";
	left:18px;
	top:55px;
	bottom:-46px;
	border-left:2px dotted #19c7fe;
	}
ul.s4-mid-list li:last-child:before{ display:none;}
.num-tag{
	position:absolute;
	left:0;
	top:10px;
	width:36px;
	height:36px;
	background:#19c7fe;
	font-size:20px;
	line-height:34px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	border-radius:50%;
	}
.num-tag.colr-green{ background:#05a380;}
.s4-list-text1{
	float:left;
	width:100%;
	font-size:26px;
	line-height:32px;
	font-weight:bold;
	letter-spacing:0.5px;
	color:#000000;
	}
.s4-list-text1 span{ display: block;}
.s4-list-text2{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #000000;
    margin-top: 10px;
	}
/*-----------------------
		FOOTER CSS
------------------------*/
.footer{
    float: left;
    width: 100%;
    background: #19c7ff;
    text-align: center;
	}			
.footerBox1{
	float:left;
	width:100%;
    padding:15px 0;
	position:relative;
	overflow:hidden;
	color:#fff;
	}					
	
.ftrbx {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
	row-gap: 20px;
}
.ftrBox1, .ftrBox2, .ftrBox3 {
    float: left;
    width: 24%;
	line-height: 23px;
    font-size: 16px;
}
.ftr-logo{
	max-width: 250px;
    display: inline-block;
    vertical-align: middle;
}
ul.frt-list{
	float: left;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
	}
ul.frt-list li{
	float: left;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #fff;
	}	
ul.frt-list li a{ color:#fff;}
ul.frt-list li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:7px;
	 }		

.ftrBox2 {
    width: 36%;
}
.ftrBox3 {
    width: 55%;
}
.ftrtxtbx {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
}
.ftrbx2-hd{
	float:left;
	font-size:20px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	}
.ftr-dog-img{
	max-width: 380px;
    position: absolute;
    right: 60px;
    bottom: -50px;
    opacity: 0;
}
.footerBox2{
	background:#fff;
	float:left;
	width:100%;
	padding:25px 0 20px;
}
.dicclmr {
        float: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4f8ff;
    padding-bottom: 20px;
}
p.ftr-link {
    width: 50%;
    text-align: right;
	float:right;
}
.ftr-cpyrght{
	width: 50%;
    font-size: 16px;
    color: #000;
    float: left;
	text-align:left;
	}
.ftr-cards{
	float:right;
	margin:0 0 0 0;
	max-width: 130px;
	}

.section-2-prodt{ padding:50px 0;}
.prodBreadcrm {
    float: left;
    width: 100%;
    text-align: left;
    background: #fff;
    border-top: 1px solid #dadada;
}	
.prodBreadcrm p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #656565;
    font-weight: 600;
    padding: 8px 0;
}
