@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: 'Inter', 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:#4a2d7d;
	float:left;
	width:100%;
	padding:7px 0;
	}
.topStrip p{
	float:left;
	width:100%;
	font-size:13px;
	font-weight:500;
	line-height:14px;
	color:#fff;
	letter-spacing:1px;
	}
.topStrip p span{color:#fff;}
	
	
.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: 150px;
	margin-top: 0;
	}
ul.topMenu{
	float:right;
	margin: 15px 0 0 0;
	}
ul.topMenu li{
	float:left;
	padding:0px 20px;
	position:relative;
	}
ul.topMenu li a{
	color:#000;
	font-size:17px;
	line-height:19px;
	letter-spacing:0.5px;
	font-family: 'Inter', sans-serif;
	}
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: #4a2d7c;}
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 {
	background:url(../images/bnr-bg.jpg)  no-repeat center top;
    float:left;
    width:100%;
	height:681px;
	}
.bnr-left{
	float: left;
	width: 55%;
	text-align: left;
	margin-top: 150px;
}
.bnr-head{
	width: 100%;
	font-size: 56px;
	line-height: 72px;
	color: #000;
	font-weight: 700;
	text-transform: capitalize;
	font-family: "Playfair Display", serif;
}
.bnr-head span{ color:#4a2d7c;}	
.bnr-sub-head{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #4a2d7c;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 0px;
    position: relative;
	}
.bnr-sub-head:before{
    position: absolute;
    content: "";
    border-top: 5px solid #00d4a2;
    width: 200px;
    top: -15px;
    left: 0;
    border-radius: 3px;
	}
.bnr-para{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 28px;
    color: #000;
    margin-top: 20px;
}
.bnr-test-kit{
	position: absolute;
    top: 455px;
    left: 16%;
    max-width: 100%;
	}
.btnBlk{
	display: inline-block;
    vertical-align: middle;
    width: 300px;
    max-width: 100%;
    text-align: center;
    margin-top: 30px;
	}
.banner .btnBlk{}
.next-btn{
	    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 58px;
    overflow: hidden;
    color: #ffffff;
    font-size: 20px;
    line-height: 60px;
    position: relative;
    font-weight: 700;
    background: #00d4a2;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 6px;
    font-family: inherit;
    border: none;
    outline: none;
    transition: all 0.3s;
}
.btn-arw{
	display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 12px;
	}
.s1-rgt .next-btn{
	    border: 1px solid #fff;
    background: #213e43
}
.bnr-prod {
    max-width: 200px;
    position: absolute;
    top: 405px;
    left: 20%;
}
	
/*-------------------------
     BANNER BTM SEC
--------------------------*/	
.bnr-btm-sec{
	background: #f8f2fe;
	float: left;
	width: 100%;
	position: relative;
	padding: 60px 0;
}
.bnr-btm-lft{
	float: left;
    width: 38%;
	text-align:left;
}
.bnr-btm-lft .common-sub_heading{ margin-top:0;}
.bnr-btm-rgt{
	float: right;
    width: 62%;
    margin: 30px 0px 0;
}
.comn-hd-tx{
	    float: left;
    width: 100%;
    color: #272727;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 7px;
    text-transform: capitalize;
}
.bnr-prodt {
    position: absolute;
    left: 0;
    max-width: 452px;
    top: 10px;
}
.bnr-btm-list{
	float: left;
    width: 100%;
    margin-top:0px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	margin-top:30px;
}
.bnr-btm-list li {
    float: left;
    width: 32%;
    position: relative;
    color: #000;
    font-size: 17px;
    line-height: 28px;
    font-family: 'Inter', sans-serif;
}
.bnr-btm-list li img{
	display:block;
	margin:0 auto 30px;
	position:relative;
	z-index:1;
	
}
.bnr-btm-list li span{
    display: block;
    color: #000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
	font-family: "Playfair Display", serif;
	
}
.bnr-btm-list li:before{
    position: absolute;
    content: "";
    background: #01c899;
    width: 4px;
    height: 50px;
    top: 183px;
    left: 50%;
    transform: translateX(-50%);

	}
/*-------------------------
    	SECTION-1
--------------------------*/
.section-1{
    float:left;
    width:100%;
	background:#4a2d7c;
	padding:60px 0;
}
.common-heading{
    float: left;
    width: 100%;
    color: #000;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Playfair Display", serif;
}
.common-heading span{ color:#4a2d7c;}	
.common-heading2{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
}	
.common-sub_heading{
        display: inline-block;
    width: 100%;
    color: #4a2d7c;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 10px;
}
.common-paragraph{
    display: inline-block;
    width: 100%;
    font-size: 17px;
    line-height: 28px;
    color: #000;
    margin-top: 15px;
    position: relative;
	font-family: 'Inter', sans-serif;
	font-weight:400;
}
.common-paragraph:after{ }
		
.top-0{ margin-top:0;}	
.color-white{ color:#fff;}	
.s1-rgt{
	float: left;
    width: 100%;
    padding: 0px 0px;
	}
.s1-rgt .common-heading{ padding: 0 0px; color:#fff;}
.s1-lft{
	float: right;
	width: 100%;
	padding: 0px 0px;
	}
.s1-lft .common-paragraph{ color:#fff;}
.s1-model{
	position:absolute;
	left:0;
	top:0;
	border-radius:12px;
	}	
.sec1-list{
	float: left;
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 13px;
	}
.sec1-list li{
    float: left;
    width: 32%;
    text-align: center;
    padding: 0px 0px 0px 0px;
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    position: relative;
	font-family: 'Inter', sans-serif;
	font-weight:400;
}
.sec1-list li img{
	display: block;
    margin: 0 auto 18px;
	 max-width: 100px;
}
.sec1-list li span{
        display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    font-family: "Playfair Display", serif;
    text-transform: capitalize;
    margin-bottom: 6px;
}
.sec1-list li:before {
    position: absolute;
    content: "";
    background: url(../images/s1-li-arw.png);
    top: 26%;
    right: -10%;
    width: 47px;
    height: 21px;
}
.sec1-list li:last-child:before{ display:none;}
/*-------------------------
    	SECTION-2
--------------------------*/
.section-2{
background: #fff;
    float: left;
    width: 100%;
    padding: 50px 0 60px;
    position: relative;
    height: auto;
	}
.s2-Box{
	float:left;
	width:100%;
	}	
.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: 50px;
    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: 25px;
    column-gap: 25px;
	}
.package-box{
	float:left;
    width: 31%;
    position: relative;
    overflow: hidden;
    border: 2px solid #f8f8f8;
    padding: 0 0 28px;
	text-align:center;
	}
.pkg-icns{
	position:absolute;
	top:9px;
	left:9px;
	}
.prod-div{
	float:left;
	width:100%;
	position:relative;
	}
.prd-dv-bg1{    
	background: #fff;
    padding: 20px 15px;
    height: auto;
    border-radius: 0px 0px;
	}	
.prd-dv-bg2{ }
.prd-dv-bg3{ }	

p.sel-pck {
    float: left;
    padding: 10px 0px;
    font-size: 18px;
    color: #222;
    font-weight: 700;
    width: 100%;
    text-align: left;
    position: relative;
}

.prch-opt {
    float: left;
    width: 100%;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0px;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	margin-bottom: 20px;
}
.prch-opt:after{
	position:absolute;
	top:0;
	left:50%;
	width:1px;
	bottom:0;
	border-right: 1px solid #d2d2d2;
	content:'';
	}
.buyOpt-row {
	    float: left;
    width: 42%;
    cursor: pointer;
    position: relative;
	}
.prch-opt input[type=radio]{
    opacity: 0;
    position: absolute;
}
.packageOpt {
	float: left;
	text-align: left;
	position: relative;
	padding:0 0 0 28px;
	}
.packageOpt input[type=radio] {
	position: absolute;
	opacity: 0;
	}
.packageOpt input[type=radio] + span {
	position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #00d4a2;
}
.packageOpt input[type=radio]:checked + span:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #00d4a2;
	}
.packageOpt p {
	    color: #222;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
	}
.packageOpt p span {
	font-weight:600;
	color:#2e9d2a;
	}

.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{
	max-width:100%;
	margin:0 auto 0;
	display:block;
	}*/
.pkgs-btl {
        display: block;
    margin: 0 auto;
    max-width: 240px;
    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;
	padding: 0px 10px;
	}
.prod-name{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #1e1e1f;
    text-transform: capitalize;
    font-weight: 700;
    padding: 0px 30px;
    margin-top: 12px;
	}
.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: 24px;
    line-height: 30px;
    color: #4a2d7c;
    font-weight: 800;
    padding: 0px 0px 10px;
    margin: 5px 0px;
	border-bottom: 2px solid #f8f8f8;
}
.package-box:hover .prod-describe{ color:#4a2d7c; border-bottom: 2px solid #4a2d7c; }
.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;}	
.package-box .next-btn{ width: 100%; height: 46px; line-height: 46px; max-width: 280px;}
.package-box .btn-arw{ }	
.package-box .btn-arw:after{ 
	right: 7px; 
	margin-top: -13.2px; 
	width: 27px;
    height: 27px;
    background-size: 27px;
	}
		
/*-------------------------
    	SECTION-3
--------------------------*/	
.section-3{
	padding:40px 0px;
	background:#fff;
	float:left;
	width:100%;
	overflow: hidden;
	position:relative;
	height:auto;
	text-align:center;
	}
.s3-inr{
	display:inline-block;
	width:100%;
	}	
.sec3-cont{
	float: left;
    width: 100%;
    text-align: center;
}
.sec3-cont .common-heading span {
}
.sec3-cont .common-paragraph {   width: 80%;}
.s3-list, .s3-list2 {
    float: left;
    width: 100%;
    margin-top:0px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 13px; 
}
.s3-list2 {
	 float: right;
    width: 50%;
}
.s3-list li {
    float: left;
    width: 24%;
    padding: 18px 0px 18px 78px;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #0f0f0f;
    text-align: left;
    font-weight: 700;
    text-transform: capitalize;

}
.s3-list li img{
	position:absolute;
	top:0;
	left:0;
	}
.rgt-tx{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 31px 59px;
    text-transform: uppercase;
    transform: rotate(-89deg);
    margin: 105px 170px 0 180px;
}
.s3-list li span {
    display: block;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
	color: #000;
}	

.image1{
	display: block;
    margin: 0 auto;
}

.image2{
	   position: absolute;
  right: 28px;
    top: 25px;
}
.image3{
    position: absolute;
    right: 16px;
    top: 18px;
}
.image4{
	    position: absolute;
    left: 104px;
    top: 20px;
}
.image5{
	    position: absolute;
    left: 110px;
    top: 3px;
}
.image6{
      position: absolute;
    left: 106px;
    top:40px;
}
.s3-rgt{}	
.s3-model{
    position: absolute;
    right: -22%;
    top: 0;
}
.s3-prodt{
    position: absolute;
    left: 50%;
    top: 238px;
    max-width: 300px;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
/*-------------------------
    	STRIP
--------------------------*/	
.strip{
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	/*background: url(../images/strip.jpg) no-repeat center top;*/
	text-align: center;
	height: auto;
	padding: 40px 0 0;
	background-image: linear-gradient(#fff 60% 60%, #4a2d7c 40% 40%);
}
.strip-inner {
	display:inline-block;
    width: 100%;
	text-align:center;
	position:relative;
}
.strip-inner .common-heading {

}
.strip-inner .common-paragraph {
    color: #fff;
    width: 100%;
	    font-size: 18px;
    line-height: 30px;
}
.strip .btnBlk {
}
.strip-inner_bx {
        float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
    text-align: center;
    /* height: 270px; */
    padding: 20px 70px 40px;
    margin-top: 0;
    border-radius: 70px;
}
.strip-inner_bx:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.8);
}
.strp-prod-name{
    float: left;
    width: 100%;
    color: #000;
    font-size: 32px;
    line-height: 42px;
    font-weight: 800;
    text-transform: capitalize;
	}
.strp-prod-describe{
	float: left;
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    padding: 0px 0px 0px;
    margin: 13px 0px 0;
	}
.strp-kit{
	position:absolute;
    max-width: 180px;
    width: 100%;
	top:20px;
	right:50px;
}
.strip-test-kit{
	position: absolute;
    top: 55px;
    right: -40px;
	max-width: 460px;
	}
/*-----------------------
		FOOTER CSS
------------------------*/
.footer{
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
	}			
.footerBox1{
	float:left;
	width:100%;
    padding:30px 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: 100%;
    line-height: 28px;
    font-size: 17px;
}
.dicclmr {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 28px;
}
.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 {}
.ftrBox3 {}
.ftrtxtbx {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
}
.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{
    float: left;
    width: 100%;
    padding: 25px 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
	}
p.ftr-link {
    width: 100%;
	float:right;
}
.ftr-cpyrght{
	width: 100%;
    font-size: 16px;
    color: #000;
    float: 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: #f7f7f7;
    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;
}
