@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: 'Hind', 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: 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:#ec7435;
	float:left;
	width:100%;
	padding:7px 0;
	}
.topStrip p{
	float:left;
	width:100%;
	font-size:15px;
	font-weight:500;
	line-height:14px;
	color:#fff;
	letter-spacing:1px;
	}
.topStrip p span{color:#fdf746;}
	
	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	background:#fff;
	height:70px;
	padding:22px 0;
	margin-top:-70px;
	top:70px;
	position:relative;		
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-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: 160px;
    margin-top: -10px;
}
ul.topMenu{
	float:right;
	margin: 3px 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;
	}
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:#ec7435;}
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)#eff3f4  no-repeat center top;
    float:left;
    width:100%;
	height:636px;
	/*border-bottom:10px solid #ebe70e;*/
	}
.bnr-left{
    float: right;
    width: 49%;
    text-align: left;
    margin-top: 146px;
	}
.bnr-head{
	float: left;
    width: 100%;
    font-size: 46px;
    line-height: 52px;
	font-weight:700;
    color: #000;
    letter-spacing: 0.5px;
    text-transform: capitalize; 
}
.bnr-head span{ color:#ee5603; display:block;}
.bnr-para{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    letter-spacing: 0.5px;
    padding-right: 0px;
    margin-top: 15px;
}

.btnBlk{
	display:inline-block;
	vertical-align:middle;
	width:230px;
	max-width:100%;
	text-align:center;
	margin-top:36px;
	}
.banner .btnBlk{margin-top:30px;}
.next-btn{
	display:inline-block;
	vertical-align:middle;
	width: 100%;
	height: 54px;
	overflow: hidden;
	padding-right:0px;
	color: #ffffff;
	font-size: 26px;
	line-height: 54px;
	position: relative;
	font-weight:700;
	border-radius: 40px;
	background: #ee5603;
	/*box-shadow:0 2px 4px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 2px 4px 3px rgba(0,0,0,0.2);*/	
	}	
/*.btn-arw{
    position: absolute;
    right: 0;
    height: 100%;
    width: 60px;
    top: 0;
	}
.next-btn:after{
    content: '';
    position: absolute;
    right: 11px;
    top: 50%;
    background: url(../images/btn-arw.png) no-repeat;
    margin-top: -22px;
    width: 44px;
    height: 44px;
	}*/	
.bnr-prod {
    max-width: 446px;
    position: absolute;
    top: 265px;
    right: 636px;
}
	
/*-------------------------
     BANNER BTM SEC
--------------------------*/	
.bnr-btm-sec{
	float:left;
	width:100%;
	padding:30px 0;
	background:#222;
}
.bnr-btm-list{
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 12px;
}
.bnr-btm-list li {
	float: left;
    width: 30%;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    position: relative;
    text-align: left;
    padding: 0 0 0 60px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}
.bnr-btm-list li img{
	position: absolute;
    top: 0;
    left: 0;
    max-width: 50px;
}
.bnr-btm-list li span{}
		
/*-------------------------
    	SECTION-1
--------------------------*/
.section-1{
	float:left;
	width:100%;
	background:#fff;
	padding:70px 0;
	overflow:hidden;
	}
.common-heading{
	float: left;
    width: 100%;
    color: #1a1a1a;
    font-size: 40px;
    line-height: 52px;
    text-transform: capitalize;
    font-weight: 700;
	}
.common-heading span{ display: block;}	
.comn-hdg-line{
	display:inline-block;
	vertical-align:middle;
	margin:10px auto 0;
	}
.common-paragraph{
    display: inline-block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-top: 20px;
    font-weight: 300;
	}
.padng{ }
.top-0{ margin-top:0;}	
.color-white{ color:#fff;}	

.sec1-list{
	float:left;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:45px;
	row-gap: 20px;
	}
.sec1-list li{
	float: left;
    width: 32%;
    text-align: center;
    padding: 0px 0;
	position:relative;
}
.sec1-list li img{
	margin:0 auto 15px;
	display:block;
	max-width:100%;
	}
.sec1-list li p{
	font-size: 19px;
    line-height: 26px;
    color: #000;
    font-weight: 300;
}
.sec1-list li p span{
	display:block;
	font-weight:700;
	font-size:20px;
	line-height:28px;
	padding-bottom:5px;
	text-transform: capitalize;
	}
.lst-hdg{
	display:inline-block;
	width:100%;
	margin:0 0 10px;
	font-weight:700;
	color:#000;
	font-size:20px;
	line-height:28px;
	}		
.sec1-cont-lft{
	float:left;
	width:800px;
	margin-top:45px;
	text-align:center;
	}
.s1-lft-hdg{
	display:inline-block;
	width:100%;
	text-align:center;
	font-weight:700;
	color:#fff;
	font-size:33px;
	line-height:46px;
	background:#ee5603;
	padding:5px 20px;
	border-radius:5px 5px;
	text-transform: capitalize;
	}
.sec1-model{
	position: absolute;
    top: 200px;
    right: 0px;
    max-width: 330px;
    width: 100%;
}
/*-------------------------
    	SECTION-2
--------------------------*/
.section-2{
	background: #fff;
    float: left;
    width: 100%;
    padding: 55px 0 60px 0;
    position: relative;
	}
.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:46px;
	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: 15px;
	}
.package-box{
    width: 24%;
    background: #fff;
    border-radius: 0px;
    position: relative;
    /*box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
    overflow: hidden;*/
	}	
.pkg-icns{
	position:absolute;
	top:9px;
	left:9px;
	}
.prod-div{
	float:left;
	width:100%;
	position:relative;
	padding:10px 15px;
	border-radius:10px 10px;
	background:#fff;
	border:1px solid #e5eff4;
	}
/*.prd-dv-bg1{ background:url(../images/pkg-1-bg.jpg) no-repeat center top; background-size:cover;}	
.prd-dv-bg2{ background:url(../images/pkg-1-bg.jpg) no-repeat center top; background-size:cover;}
.prd-dv-bg3{ background:url(../images/pkg-1-bg.jpg) no-repeat center top; background-size:cover;}*/	

.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: 142px;
    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: left;
    /* background: #def1f7; */
    padding: 10px 0 0;
	}
.prod-name{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #1a1a1a;
    text-transform: capitalize;
    font-weight: 400;
    min-height: 56px;
	}
.prod-caption{
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 16px;
    color: #1a1a1a;
    letter-spacing: 0.5px;
    padding: 3px 0;
	font-weight:500;
	}	
.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: 22px;
    line-height: 30px;
    color: #000;
    /* border-top: 1px solid #ec7435; */
    margin-top: 10px;
    padding-top: 0px;
    font-weight: 500;
}
.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{ 
    line-height: 20px;
    font-size: 20px;
    text-decoration: underline;
    color: #fe4542;
    background: none;
    padding: 0 0;
    height: auto;
    width: auto;
	text-align:left;
	float:left;
	border-radius:0 0;
}
.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{
	background:#eff3f4;
	float:left;
	width:100%;
	padding:0px 0;
	overflow:hidden;
	/*overflow-x: clip;*/
	position:relative;
	}
/*.section-3:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	background: #eff3f4;
	height:270px;
	}*/	
.sec3-cont{
    float: left;
    width: 60%;
    text-align: left;
    padding: 80px 0px 85px 0;
}
.sec3-cont .common-heading span {

}
.sec3-cont .common-paragraph {
    width: 100%;
}
.s3-list {
    float: left;
    width: 100%;
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 32px;
    column-gap: 10px;
    justify-content: space-between;
}
.s3-list li {
    float: left;
    width: 49%;
    padding-left: 72px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #232323;
    font-weight: 400;
}
.s3-list li span {
	display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 3px;
	text-transform: capitalize;
}		
.s3-list li img{
	position:absolute;
	top:0;
	left:0;}
.s3-list li:before{
    position: absolute;
    content: "";
    left: 56px;
    top: 0px;
    bottom: 0px;
    border-left: 1px solid #bbb;
	}
.s3-rgt{
	position:relative;
	}	

/*.s3-rgt:before{
	position:absolute;
	left:15px;
	top:15px;
	bottom:15px;
	right:-430px;
	content:"";
	background: #9c6fc4;
	border-radius:20px 0 0 20px;
	}
.s3-rgt:after{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:-430px;
	content:"";
	border-radius:20px 0 0 20px;
	border: 3px solid #ec7435;
	}*/
.s3-dog-bnr{
	position: absolute;
    right: -70px;
    top: 40px;
}
.s3-tst-kit{
	position: absolute;
    top: 160px;
    right: 180px;
    z-index: 2;
    filter: drop-shadow(3px 7px 6px #666);
	}
/*-------------------------
    	SECTION-4
--------------------------*/	
.section-4{
	background: #fff;
    float: left;
    width: 100%;
    padding: 70px 0 70px;
    /* overflow: hidden; */
    /* overflow-x: clip; */
    position: relative;
	}
.sec4-cont-rit{
        float: right;
    width: 72%;
    background: #eff3f4;
    border-radius: 10px 10px;
    padding: 36px 30px 35px 120px;
    text-align: left;
    margin-right: 25px;
    margin-top: 5px;
    border: 1px solid #dedede;
	}
.sec4-cont-rit .btnBlk{ margin-top:28px;}
.sec4-kit{
    position: absolute;
    top: -15px;
    left: -250px;
	}
.s4-prdts{
	position: absolute;
    top: 240px;
    right: 90px;
	}
/*-----------------------
		FOOTER CSS
------------------------*/
.footer{
    float: left;
    width: 100%;
    background: #ec7435;
    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: 24%;
}
.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;
	}
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;
	}


.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;
}
