@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: 'Open Sans', sans-serif;
	font-weight:400;
/*    font-family: 'Oswald', sans-serif;
*/	}
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:#d72800;
	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: 230px;
    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:#662483;}
a.nav-btn{
    float: right;
	background:#fff;
    color: #d72800;
    font-size:17px;
    text-align: center;
    width: 80px;
    height: 40px;
    line-height:38px;
	border:1px solid #d72800;
	border-radius:32px;
	margin-top: -8px;
	font-weight:600;
	}
a.nav-btn:hover{
	background:#d72800;
	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:642px;
	position:relative;
	}
.bnr-left{
    float: right;
    width: 60%;
    text-align: center;
    margin-top: 135px;
	}
.bnr-head{
	float: left;
    width: 100%;
    font-size:51px;
    line-height: 61px;
    color: #10266f;
    font-weight: bold;
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
	}
.bnr-head span{color:#d72800;}	
.bnr-para{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin-top: 18px;
}
	
.btnBlk{
	display:inline-block;
	vertical-align:middle;
	width:245px;
	max-width:100%;
	text-align:center;
	margin-top:30px;
	}
.banner .btnBlk{}
.next-btn{
	display:inline-block;
	vertical-align:middle;
	width: 100%;
	height:50px;
	overflow: hidden;
	color: #ffffff;
    font-size: 19px;
    line-height: 50px;
    position: relative;
    font-weight: 700;
    border-radius: 50px;
    background: #d72800;
	}	
.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: 377px;
    right: 280px;
}
	
/*-------------------------
     BANNER BTM SEC
--------------------------*/	
.bnr-btm-sec{
	float:left;
	width:100%;
	padding:0px 0 10px;
	background:#fff;
	    height: 460px;
	}
.bnr-btm-sec  .common-heading{
	background:url(../images/line2.png)  no-repeat center bottom;
	    padding-bottom: 30px;
}
.bnr-btm-list{
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
	margin-top:50px;
	}
.bnr-btm-list li {
        display: inline-block;
    width: 20%;
    color: #2d2d2d;
    font-size: 17px;
    line-height: 27px;
    padding: 0 10px;
}
.bnr-btm-list li img{
	display:block;
	margin:0 auto 6px;
	}
.bnr-btm-list li span{
	display: block;
    color: #10266f;
    font-size: 20px;
    line-height:30px;
	font-family: 'Oswald', sans-serif;
    font-weight:700;
    margin: 0px 0 3px;
	}
.bnr-btm-list li:last-child{ border:none;}		
/*-------------------------
    	SECTION-1
--------------------------*/
.section-1{
	float:left;
	width:100%;
	background:#fff;
	padding:0px 0 85px;
	overflow:hidden;
	}
.common-heading{
    float: left;
    width: 100%;
    color: #10266f;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
	font-family: 'Oswald', sans-serif;
    text-transform: capitalize;	}
.common-heading span{ 
	color: #2d2d2d;
	    font-size:28px;
    line-height: 38px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
    display: block;
	    padding-bottom: 30px;
	background:url(../images/line1.png) no-repeat bottom left;
}	
	.dsplay.pro-sec1 .common-paragraph{
		display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 19px;
    color: #2d2d2d;
    margin-top: 18px;}
	.dsplay.pro-sec1 .common-heading span	{ width:100%;}
.common-paragraph{
	display: inline-block;
    width: 86%;
    font-size: 18px;
    line-height: 30px;
    color: #2d2d2d;
    margin-top: 18px;
	}
.top-0{ margin-top:0;}	
.color-white{ color:#fff;}	
.s1-rgt{
        float: left;
    width: 550px;
    margin: 70px 0 0;
    text-align: left;
    position: relative;}
.sec1-list{
    float: left;
    width: 66%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    row-gap: 10px;
	}
.sec1-list li{
float: left;
    width: 100%;
    text-align: left;
    padding: 5px 0 0 33px;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    position: relative;}
.sec1-list li img{
	position:absolute;
	left:0;
	top:8px;
	}
.sec1-list li span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:30px;
	color:#2d2d2d;
	margin-bottom:5px;
	font-weight:400;
	}			
.s1-prodts1{
    position: absolute;
    right: 0;
    top: 80px;	}
.s1-prodts2{
       position: absolute;
    left: 75%;
    top: 293px;	}	
/*-------------------------
    	SECTION-2
--------------------------*/
.section-2{
	background:#f8f8f8;
	float:left;
	width:100%;
	padding:60px 0;
	position:relative;
	}
.section-2 .common-heading {    background: url(../images/line2.png) no-repeat center bottom;
    padding-bottom: 40px;
}
.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: 60px;
	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;
	column-gap: 15px;
	row-gap: 20px;
}
.package-box{
	width:24%;
	padding:15px 15px 20px;
	background: #fff;
	border-radius:12px;
	position:relative;
	overflow:hidden;
	}
.package-box:hover{
	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);
	}		
.pkg-icns{
	position:absolute;
	top:9px;
	left:9px;
	}
.prod-div{
	float: left;
    width: 100%;
    position: relative;
    padding: 0px;
	}
.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:#d72800;
	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), .pkgs-btl:nth-child(6), .pkgs-btl:nth-child(7) {
    position: absolute;
    left: 5%;
    top: 15px;
    z-index: 7;
    max-width: 160px;
}
.pkgs-btl:nth-child(3){
	left: auto;
    right: 5%;
}
.pkgs-btl:nth-child(4), .pkgs-btl:nth-child(5) {
	z-index: 5;
    left: -3%;
    top: 20px;
    max-width: 150px;
}
.pkgs-btl:nth-child(5) {
 	left: auto;
    right: -3%;
}
.pkgs-btl:nth-child(6), .pkgs-btl:nth-child(7){
	z-index: 1;
    left: -10%;
    max-width: 140px;
    top: 23px;
}
.pkgs-btl:nth-child(7){
	left:auto;
	right:auto;
}
.pkg-cont{
	float: left;
    width: 100%;
    text-align: center;
	}
.prod-name{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #10266f;
    text-transform: capitalize;
    font-weight: 400;
    min-height: 64px;
}
.prod-name span {
    display: block;
}
.prod-caption{
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 16px;
    color: #1a1a1a;
    letter-spacing: 0.5px;
	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: 23px;
    line-height: 33px;
    color: #10266f;
    font-weight: bold;
    margin-top: 8px;
}
.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{margin-top:20px;}	
.package-box .next-btn{ 
	
}
.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:#fff;
	float:left;
	width:100%;
	position:relative;
	padding:60px 0;
	}
	
.sec3-cont{
	float:left;
	width:50%;
	text-align:left;
	padding:70px 30px 50px 0;
}
.sec3-cont .common-heading span {
    color: #fff;
}
.section-3  .common-heading{
	background:url(../images/line2.png)  no-repeat center bottom;
	    padding-bottom: 30px;
}
.sec3-cont .common-paragraph {
    width: 100%;
}
.s3-list {
    float: left;
    width: 100%;
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 22px;
}
.s3-list li {
    float: left;
    width: 32%;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
}
.s3-list li span {
    display: block;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    margin-bottom:12px;
}		
.s3-list li img{
	display:inline-block;
	max-width:100%;
	margin-bottom:10px;
	}
.sec3-tot{
    float: left;
    width: 100%;
    margin-top: 50px;
    padding: 0 90px 0;}
.s3-lft, .s3-lft1{
		float:left;
	width:50%;
	position:relative;
	margin-top:5px;
}
.s3-icon1{
	position: absolute;
	top:0px;
	left: 0px;
}
.s3-icon2{
	position: absolute;
	top:0px;
	right: 0px;
}
.s3-rgt, .s3-rgt1{
    float: right;
    width: 43%;
    position: relative;
    margin-top: 0px;
    padding: 0 0px 0;}
.s3-rgt1{
	float:left;
	text-align: left;}
.s3-rgt1 .r-tx1{
	text-align: right;
    width: 452px;
}
.s3-lft1{
	float:right;
}
.r-tx1{
    width: 100%;
    font-size: 17px;
    line-height: 27px;
    color: #2d2d2d;
    font-weight: 400;
    margin-bottom: 27px;
    float: left;
    text-align: left;
    padding: 85px 0 0 25px;
}
.r-tx1 span{
	display:block;
    font-size:23px;
	line-height:33px;
	color:#10266f;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	text-transform:capitalize;
	    margin-bottom: 20px;
}
.s3-icon1{
	position:absolute;
	top:0px;
	left:0px;
}
.s3-icon2{
	position:absolute;
	top:0px;
	right:0px;
}
.s3-icon3{
	position:absolute;
	top:0px;
	left:0px;
}
.s3-rgt{
	float:right;
	width:50%;
	position:relative;
	}	

.s3-dog-bnr{
	    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    max-width: 812px;
    border-radius: 0 0 21px 0px;
}
/*-----------------------
		strip CSS
------------------------*/
.strip {
	background:url(../images/strip.jpg)  no-repeat center top;
    float:left;
    width:100%;
	padding:50px 0;
	height:322px;
	position:relative;
	}
.strip .common-heading{ color:#fff;}
.strip .common-paragraph{color:#fff;}
.strip .next-btn { background:#fff; color:#060606;}	
/*-----------------------
		FOOTER CSS
------------------------*/
.footer{
    float: left;
    width: 100%;
    background: #d72800;
    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;
}
.other-links {
    
}
.other-links li:last-child{
}
.footerBox2{
	background:#fff;
	float:left;
	width:100%;
	padding:25px 0 20px;
	}
p.ftr-link {
    text-align: center;
    float: none;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.ftr-txt{
	    display: inline-block;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
	text-decoration:underline;
    margin: 0 0 13px;
    text-transform: capitalize;
    line-height: 28px;
	}
.ftr-cpyrght{
	margin-top: 20px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    width: 100%;
    float: none;
    text-align: center;
	}
.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;
}

/********************************/
.age-pop-overlay {
	width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
}
.pop-up-bg {
	width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 9;
    border: 0px;
    opacity: 0.75;
    background-color: rgb(0, 0, 0);
}
.pop-up-bg-in {
	height: 100% ;
	position: fixed ;
	top: 0px ;
	padding: 0px ;
	margin: 0px ;
	border: 0px;
	opacity: 0.93;
	transition: left 1s ease 0s ;
	z-index: 10000010 ;
	width: 390px ;
	left: 0px;
}
.pop-up-left {
	background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 30px 0 20px;
    z-index: 99;
}
.pop-up-left-txt {
	width: 100%;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 24px;
    text-transform: capitalize;
    padding: 0px 0px 20px;
    overflow-wrap: break-word;
    line-height: 37px;
    transition: left 1s ease 0s;
    float: left;
}
.pop-up-left-txt span{
	font-weight: 700 ;
	display: block;
	}
.no-btn, .yes-btn {
	cursor: pointer;
    margin-left: 0px;
    margin-top: 0px;
    width: 140px;
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    padding: 5px 0;
    font-weight: 700;
    border: 2px solid #e1bc5c;
    outline: none;
    background-color: #ff3232;
    transition: left 1s ease 0s;
    appearance: none;
}
.yes-btn {
	background-color: #42ac47;
}
.prod-desc span {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}
