@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: 'Source Sans Pro';
	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:#212642;
	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:#00baff;}
	
	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	background:#152d54;
	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: 254px;
    margin-top: 8px;
}
ul.topMenu{
	float:right;
	margin: 15px 0 0 0;
}
ul.topMenu li{
	float:left;
	padding:0px 20px;
	position:relative;
	}
ul.topMenu li a{
	color:#fff;
	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:#fff;}
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: #fff;
	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:#fff;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#fff;
	}	
.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)#fff  no-repeat center top;
    float:left;
    width:100%;
	height:900px;
	overflow: hidden;
}
.bnr-left{
    display: inline-block;
    width: 84%;
    text-align: center;
    margin-top: 75px;
    padding: 0;
    position: relative;
    z-index: 1;
}
.bnr-tx{
	display: inline-block;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: 400;
    padding: 4px 20px 5px;
    background: #ed6321;
    border-radius: 30px 0 0 0;
}
.bnr-head{
	float: left;
    width: 100%;
    font-size: 60px;
    line-height: 72px;
    color: #fff;
    font-weight: bold;
}
.bnr-head span{ display:block;}	
.bnr-para{
	display: inline-block;
    width: 68%;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    margin-top: 22px;
}

.btnBlk{
    display: inline-block;
    vertical-align: middle;
    width: 246px;
    max-width: 100%;
    text-align: center;
    margin-top: 44px;

}
.banner .btnBlk{}
.next-btn{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 58px;
    overflow: hidden;
    color: #fff;
    font-size: 26px;
    line-height: 58px;
    position: relative;
    font-weight: 600;
    border-radius: 5px;
    background: #2aa7ff;
    text-align: center;
    cursor: pointer;
    border: none;
    text-transform: capitalize;
    letter-spacing: 0px;
    transition: all 0.3s;
    text-shadow: 0px 0px 2px #000;
}
/*.next-btn:hover{
	letter-spacing:0.2px;
	border-left: 20px solid #ffb260;
}*/
.bnr-img-div{
	position: absolute;
    width: 256px;
    right: 32%;
    top: 140px;
    padding: 20px 15px;
    background: #fff;
    border-radius: 80px 6px 80px 6px;
    box-shadow: 0 0 15px 10px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0 0 15px 10px rgb(0 0 0 / 14%);
	}			
.bnr-prod { display:inline-block; max-width:100%;}
.bnr-model{}
.bnr-prod1{
    position: absolute;
    top: 478px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 682px;

}
.bnr-prod2{
	position: absolute;
    top: 330px;
    right: 28%;
    max-width: 280px;
}
/*-------------------------
     BANNER BTM SEC
--------------------------*/	
.bnr-btm-sec{
    float: left;
    width: 100%;
    padding: 55px 0 55px;
    overflow: hidden;
    height: 570px;
    background: #fff;
}
.bnr-btm-lft{
	float: left;
    width: 44%;
    padding: 0px 0px;
    text-align: left;
}
.bnr-btm-rgt .s3-list{	 width: 100%; margin-top:0px}
.bnr-btm-rgt .s3-list li {   width: 100%; background: #145c6a;     height: 208px; padding:0 0 0;}
.bnr-btm-rgt .s3-list li img {position: absolute; top: 0px; left: 50%;  transform: translateX(-50%);  max-width: 160px;}
.bnr-btm-rgt{
    float: left;
    position: relative;
    width: 23%;
    margin: 0 0;
    padding: 0 0;}
.bnr-btm-lft .common-heading{ /*background: url(../images/line.png) no-repeat left bottom; width:60%;*/}
.bnr-btm-lft .common-paragraph {
    width: 100%;}
.bnr-btm-txt{
	float:left;
	width:100%;
	font-size:22px;
	line-height:32px;
	color:#28309d;
	font-weight:bold;
}
.bnr-btm-img{
	position: absolute;
    left: 0;
    top: 0;
}
.bnr-btm-img2{
	position: absolute;
    right: 0px;
    top: 0px;}	
.bnr-btm-img_prdt{
	position: absolute;
    top: 310px;
    right: 18%;
	}	
.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: space-between;
    column-gap: 0px;
    row-gap: 20px;
    margin-top: 70px;
}
.bnr-btm-list li {
    float: left;
    width: 20%;
    color: #13192d;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    padding: 0 0 0 18px;
    background: url(../images/bnr-btm-tik.png) no-repeat left top 6px;
    letter-spacing: -0.4px;
}
.bnr-btm-list li span{
	display: block;
    color: #000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 900;
	text-transform: capitalize;
}
		
/*-------------------------
    	SECTION-1
--------------------------*/
.section-1{
   	float: left;
    width: 100%;
    background: #def3ff;
    padding: 60px 0px;
	text-align:center;
}
.line-shape{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin: 40px 0 30px;
	}
.sec1-cont-inr {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
}
.sec1-cont-inr .common-paragraph { width: 72%;}
.s1-prdt1, .s1-prdt2{
    position: absolute;
    top: 116px;
    left: 6%;
	}
.s1-prdt2{
	left:auto;
	right:6%;
	
	}
.sub-heading{
	display:inline-block;
	width:100%;
	margin-bottom:5px;
	font-size:24px;
	line-height:32px;
	color:#2aa7ff;
	font-weight:400;
	text-transform:capitalize;
	
	}
.common-heading{
    display: inline-block;
    width: 100%;
    color: #283f76;
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
	 /*background: url(../images/line1.png) no-repeat center bottom;*/
    text-transform: capitalize;
	   /* padding-bottom: 30px;*/
}
.common-heading span{color: #2aa7ff;}		
.common-paragraph{
    display: inline-block;
    width: 100%;
	font-size: 20px;
    line-height: 30px;
    color: #262626;
    margin-top: 20px;
    font-weight: 400;
}
.hd-line{
	display:block;
	margin:0px auto 0;
	padding:10px 0 0;
	}	
.top-0{ margin-top:0;}	
.color-white{ color:#fff;}	
.s1-lft{
	float:left;
	width:49%;
	padding:0px 0px 0px 0;
	text-align:left;
	}
.s1-lft .common-heading{ color:#fff;}
.s1-lft .common-paragraph{color:#fff;}
.s1-prodt{
	position: absolute;
    right: 34%;
    top: 210px;
    max-width: 200px;
	}	
.s1-model{
	position:absolute;
	left:0;
	top:0;
	border-radius:12px;
	}	
.sec1-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-between;
    margin-top: 0px;
    row-gap: 10px;
}
.sec1-list li{
      float: left;
    width: 33.33%;
    text-align: left;
    padding: 35px 0 25px 106px;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 26px;
    color: #005c78;
    font-weight: 600;
    position: relative;}
.sec1-list li img{
	position:absolute;
	top:0px;
	left:0%;
}
.sec1-list li span{
	display:block;
	font-size: 20px;
    line-height: 30px;
	color:#212642;
	font-weight:700;
}
.sec1-list li:nth-child(even) img{}
/*-------------------------
    	SECTION-2
--------------------------*/
.section-2{
	background:#fff;
	float:left;
	width:100%;
	padding:50px 0;
	position:relative;
	}
.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, .pkg-cntr2{
	float: left;
    width: 100%;
    margin-top: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
        display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 20px;
}
.pkg-cntr2{ column-gap: 15px;}
.package-box{
    float: left;
    width: 24%;
    padding: 10px 10px 10px 10px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
	box-shadow: 0px 0px 6px 0px #ccc;
}

.pkg-cntr2 .package-box{width:24%;}	
.pkg-icns{position:absolute;top:9px;left:9px;}
.prod-div{
    float: left;
    width: 100%;
    position: relative;
    padding: 10px 15px;
    background: #e9f5fe;
    border-radius: 10px;
	}
.prd-dv-bg1{}	
.prd-dv-bg2{ }
.prd-dv-bg3{ }	
/*.package-box:hover .prod-div{ background:#005c78;}
*/.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: 190px;
    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;
    margin: 10px 0 12px;

}
.prod-name{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #283f76;
    text-transform: capitalize;
    font-weight: 700;
    padding: 0px 0px 0;
    margin-top: 10px;
    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;
	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: 22px;
    line-height: 30px;
    color: #1c1c25;
    font-weight: 600;
    margin-top: 7px;
}
.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: 205px; margin-top: 15px; float: none;}	
.package-box .next-btn{ background: #f2f6f9; color: #2aa7ff; font-size: 19px; height: 48px; line-height: 48px; border-radius: 5px; text-shadow: none;}
.package-box .btn-arw{ width:36px;}	
.package-box .btn-arw:after{right: 7px; margin-top: -13.2px; width: 27px;   height: 27px;   background-size: 27px;	}
.package-box:hover{ border:1px solid #2aa7ff; box-shadow:none; }	
.package-box:hover .next-btn{ background:#2aa7ff; color:#fff;}
/*-------------------------
    	SECTION-3
--------------------------*/	
.section-3{
	padding:40px 0 50px;
	/*background:url(../images/sec3.jpg) no-repeat center top;*/
	float:left;
	width:100%;
	overflow: hidden;
	background:#fff;
}	
.sec3-cont-inr{
	display:inline-block;
	width:100%;
	text-align:center;
	position:relative;
	}
.sec3-cont-inr .common-paragraph{ width:68%;}
.s3-inner {
    float: left;
    width: 100%;
    padding: 20px 20px 0px;
    background: #f5fbff;
    border-radius: 10px;
}
.sec3-cont .common-paragraph{ margin-top: 0;  width: 100%;}	
.s3-bk-img{position: absolute;  top: 170px;   right: 0;  max-width: 220px;}
.s3-cont-img{ position: absolute; top: 270px;  right: 210px;}
.sec3-cont{
	float: right;
    width: 100%;
    text-align: left;
    margin: 15px 0px 0px 0;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.s3-prodt{
	float: left;
    margin: 0;
}
.s3-list {
 	float: left;
    width: 100%;
    margin-top: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    row-gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0px;
}
.s3-list li {
    float: left;
    width: 24%;
    font-size: 18px;
    line-height: 28px;
    color: #262626;
    text-align: left;
    padding: 22px 11px 22px 15px;
    position: relative;
    border-radius: 10px;
	font-weight:400;
}
.s3-list li span {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 8px;
    position: relative;
    color: #05185b;
    text-transform: capitalize;
}	
.s3-list li img{ display: block;   margin: 0 0 10px 0;}
.s3-rgt{}	
.s3-model{
    position: absolute;
    right: -22%;
    top: 0;
}


/*-------------------------
    	SECTION-4
--------------------------*/	
.section-4{
	padding: 60px 0 60px;
    background: #f5fbff;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
	}	
.section-4 .common-paragraph {  width: 75%;}
.section-4 .package-container{	}	
.section-4 .prod-name{}
.section-4 .prod-div{}
.s4-img{
	position: absolute;
    left: -5%;
    top: 100px;
	border-radius: 80px 6px 80px 6px;
    box-shadow: 0 0 15px 10px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 0 15px 10px rgb(0 0 0 / 8%);
	}
.section-4 .package-container2{
	    float: right;
    width: 28%;
    margin-top: 35px;
	}	
.section-4 .package-container2	.prd-dv-bg1 {
    height: 436px;}

.section-4 .package-container2 .pkgs-btl{
	width: 100%;
    max-width: 100%;
}
.package-container2	.pkg-cont{
	    width: 100%;
    text-align: center;
}
.package-container2	.package-box{
    text-align: center;
	  width: 100%;
}
.package-container2 .prod-name{
	 width: 100%;
}
.package-container2 .prod-describe{
		 width: 100%;
}
/*-------------------------
    	SECTION-4
--------------------------*/	
.section-5{
	float:left;
	width:100%;
	padding:60px 0 60px;
	overflow: hidden;
	position:relative;
	}	
.sec5-inr{
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    margin-top: 30px;
    padding: 0 0 40px 0;
	}	
.sec5-inr .common-heading{ background:none;    padding: 0 0 10px 0;}
.s5-prdts{
    position: absolute;
    top: 0px;
    right: 0;
	}
.sec5-inr .common-paragraph{ margin:0 0 0 0;}	
.sec5-inr .next-btn{ border: 1px solid #fff;}
.s5-list1 {
	float: left;
    width: 100%;
    margin-top: 38px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
}
.s5-list1 li {
    float: left;
    width: 32%;
    text-align: center;
    padding: 0px 0px 25px 0px;
    position: relative;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #ccc;
}
.s5-list1 li h3{
    font-size: 16px;
    line-height: 26px;
    color: #262626;
    font-weight: 400;
    padding: 20px 15px 25px;
	}
.s5-list1 li h3 span {
	display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 6px;
    position: relative;
    color: #283f76;
	font-family: 'Source Sans Pro';
    text-transform: capitalize;
}	
.s5-list1 li img{
	display: block;
    margin: 0 auto 10px;
	}
.sec5-rgt{
    float: left;
    width: 66%;
}

/*-----------------------
		FOOTER CSS
------------------------*/
.footer{
    float: left;
    width: 100%;
    background: #282828;
    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%;
	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 {
    font-size: 15px;
    line-height: 24px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.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; background:#f5fbff;}
.section-2-prodt .package-box {
    width: 23.33%;}
.section-2-prodt .pkgs-btl{  width: 100%;}
.section-2-prodt .package-container, .pkg-cntr2 {
    width: 100%;}
.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;
}
