@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: 'Lora', 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; height:auto;}
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:#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: 275px;
    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:#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:#d94e79;}
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:626px;
	overflow: hidden;
	}
.bnr-left{
    float: left;
    width: 57.33%;
    text-align: left;
    margin-top:70px;
	padding:40px 0;
    position: relative;
	z-index: 1;
}
.bnr-left:before{
	content: "";
    position: absolute;
    left: -45px;
    right: 100px;
    top: 0;
    bottom: 0;
    border: 1px solid #d9507a;
    border-right: none;
	z-index: -1;
}	
.bnr-head{
	float: left;
    width: 100%;
    font-size: 60px;
    line-height: 78px;
    color: #1b1b1b;
    font-weight: 700;
}
.bnr-head span{
	display: block;
    font-size: 30px;
    line-height: 40px;
    color: #d94e79;
    font-weight: 600;
    margin-bottom: 6px;
}	
.bnr-para{
	display: inline-block;
    width: 88%;
    font-size: 20px;
    line-height: 30px;
    color: #5a5a5a;
    margin-top: 18px;
    font-family: 'Inter', sans-serif;
}
	
.btnBlk{
	display:inline-block;
	vertical-align:middle;
	width:205px;
	max-width:100%;
	text-align:center;
	margin-top:25px;
	}
.banner .btnBlk{}
.next-btn{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 55px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    line-height: 55px;
    position: relative;
    font-weight: 700;
    border-radius:0px;
    background: #d94e79;
    text-align: center;
    cursor: pointer;
    border: none;
    text-transform: capitalize;
    letter-spacing:0px;
    font-family: inherit;
	transition:all 0.3s;
}
.next-btn:hover{
	letter-spacing:0;
}
.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{
	
	}	
/*-------------------------
     BANNER BTM SEC
--------------------------*/	
.bnr-btm-sec{
	float:left;
	width:100%;
	padding:60px 0 60px;
	overflow:hidden;
	}
.bnr-btm-lft{
	float: right;
    width: 50%;
    padding: 20px 0 30px;
    text-align: left;
}
.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: 0;
    top: 0;
}		
.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;
    font-family: 'Inter', sans-serif;
    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:#d94e79;
	padding:15px 0;
}
.common-heading{
	display: inline-block;
    width: 100%;
    color: #13192d;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    text-transform: capitalize;
}
.common-heading span{ color: #d94e79;}		
.common-paragraph{
	display: inline-block;
    width:100%;
    font-size:18px;
    line-height: 28px;
    color: #717171;
    margin-top: 16px;
	font-family: 'Inter', sans-serif;
	}
.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:25%;
    text-align: center;
    padding: 0px 0px;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}
.sec1-list li img{
	display: block;
    margin: 0 auto 6px;
    background: #fff;
    border-radius: 50%;
    padding: 10px 12px;
}
.sec1-list li span{
	margin-bottom:3px;
	display:block;
	font-size: 20px;
    line-height: 30px;
	color:#fff;
	font-weight:700;
}

/*-------------------------
    	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{
	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{
	float:left;
	width:32%;
	padding:0 0 20px 0;
	background:#f9f9f9;
	position:relative;
	overflow:hidden;
	}
.package-box:hover{
	 box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
   -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
}		
.pkg-icns{
	position:absolute;
	top:9px;
	left:9px;
	}
.prod-div{
	float: left;
    width: 100%;
    position: relative;
    padding: 10px 15px;
	}
.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{
	max-width:100%;
	margin:0 auto 0;
	display:block;
	}*/
.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: 21px;
    line-height: 30px;
    color: #272829;
    text-transform: capitalize;
    font-weight: 700;
    padding: 0px 20px 0;
    margin-top: 0px;
	}
.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: #d94e79;
    font-weight: bold;
    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:80%; margin-top:15px;}	
.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{
	padding:35px 0 35px;
	/*background:url(../images/sec3.jpg) no-repeat center top;*/
	float:left;
	width:100%;
	overflow: hidden;
	position:relative;
	background: linear-gradient(to left, #ffffff 50%, #d94e79 50%);
	}	
.sec3-cont{
	float: right;
    width: 46%;
    text-align: left;
    padding: 0px 0px 0px 0;
}
.s3-prodt{
	position:absolute;
	left:0;
	top:25px;
	border:5px solid #fff;
	max-width:100%;
}
.s3-list {
	float: left;
    width: 100%;
    margin-top: 20px;
    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: 100%;
    font-size:18px;
    line-height: 28px;
    color: #242424;
    font-weight: 400;
    text-align: left;
    padding: 0 0px;
    position: relative;
	font-family: 'Inter', sans-serif;
}
.s3-list li span {
        display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #13192d;
    margin-bottom: 0px;
    padding: 30px 0 16px 78px;
    position: relative;
    text-transform: capitalize;
	font-family: 'Lora', serif;
}	

.s3-list li img{
	position: absolute;
    left: 0;
    top: 0;
    max-width: 70px;
}
.s3-rgt{}	
.s3-model{
    position: absolute;
    right: -22%;
    top: 0;
}

/*-------------------------
    	SECTION-4
--------------------------*/	
.section-4{
	padding:60px 0 60px;
	background:#fff;
	float:left;
	width:100%;
	overflow: hidden;
	position:relative;
	}	
.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%);
	}	
/*-----------------------
		FOOTER CSS
------------------------*/
.footer{
    float: left;
    width: 100%;
    background: #282828;
    text-align: center;
	}			
.footerBox1{
	float:left;
	width:100%;
    padding:20px 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: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    margin:20px 0;
}
.ftr-link {
	display:inline-block;
    width:100%;
	font-size: 16px;
	line-height:26px;
	color:#000;
    text-align: center;
}
.ftr-link a{ padding:0 5px;}
.ftr-cpyrght{
	width: 100%;
    font-size: 16px;
    color: #000;
    float: left;
    text-align: center;
	}
.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: #f7f7f6;
}	
.prodBreadcrm p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #656565;
    font-weight: 600;
    padding: 8px 0;
}

.popup-Box{
	    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    overflow: auto;
    display: flex;
    align-items: center;
	}
.pop-content{
	float: left;
    width: 100%;
    padding: 30px 0;
	}		
.pop-container{
	max-width: 820px;
	margin: 0 auto;
	padding: 0px 0;
	width: 100%;
	}	
.pop-outerBox{
	float: left;
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #00b5e3;
	}
.pop-box-body{
	float:left;
	width:100%;
	padding:0;
	}
.pop-close{
	    position: absolute;
    line-height: 19px;
    z-index: 99;
    right: 10px;
    top: 12px;
    font-size: 14px;
    color: #2c2c2c;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    cursor: pointer;
    background: #fff;
    line-height: 22px;
	}
.pop_cong_heading{
	    float: left;
    width: 100%;
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    background: #00b5e3;
    padding: 15px 20px;
    text-transform: uppercase;
	}
.warn_icon{
	display: inline-block;
	vertical-align: middle;
	margin: -8px 10px 0 0;
	width: 52px;
	}
.pop_main{
    float: left;
    width: 100%;
    padding: 30px 40px 40px;
    text-align: left;
    background: url(../images/pop-bg.jpg) no-repeat right top #ffffff;
}
.pop_qualify_text{
	float:left;
	width:100%;
	font-size:48px;
	line-height:52px;
	color:#000000;
	font-weight:500;
	}
.pop_discount_box{
	    display: inline-block;
    vertical-align: middle;
    padding: 0 0 10px;
    /* border: 2px dashed #070707; */
    border-radius: 12px;
    font-size: 42px;
    line-height: 53px;
    color: #00b5e3;
    font-weight: bold;
    margin: 25px 0 20px;
    /* text-transform: uppercase; */
    border-bottom: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #ffffff, #dcdcdc, #838383, #000000);
	}
.pop_text{
	    float: left;
    width: 70%;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    margin-top: 0px;
	}
.pop_text.pop_text2 span{ position:relative;}
.pop_text.pop_text2 span:after{
	position:absolute;
	left:-8px;
	right:-8px;
	top:57%;
	content:"";
	border-top:3px solid #fe0000;
	transform:rotate(-15deg);
	}
.pop_upgrade_text{
	float:left;
	width:100%;
	font-size:14px;
	line-height:20px;
	color:#3a3939;
	font-weight:normal;
	margin-top:25px;
	}
a.popConfirm_btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#f6c501;
	border:2px solid #e3b603;
	margin-top:25px;
	color:#fff;
	padding:25px 15px;
	border-radius:10px;
	box-shadow:0 4px 4px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 4px 4px 2px rgba(0,0,0,0.1);
	background: rgba(64,160,2,1);
	background: linear-gradient(0deg, rgba(64,160,2,1) 0%, rgba(66,190,30,1) 47%, rgba(67,191,14,1) 100%);
	border:2px solid #30a209;
	}
a.popConfirm_btn p{
	float:left;
	width:100%;
	text-transform:uppercase;
	font-size:42px;
	line-height:42px;
	}
.btn_check{
	display:inline-block;
	vertical-align:middle;
	width:35px;
	margin:-8px 10px 0 0;
	filter: brightness(0) invert(1);
	}
a.popConfirm_btn span{
	float:left;
	width:100%;
	font-size:22px;
	line-height:22px;
	margin-top:12px;
	}
a.no_thanks{
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	line-height:28px;
	margin-top:20px;
	color:#0000ff;
	text-decoration:underline;
	font-weight:500;
	}	


.shipbx{
	    width: 660px;
    height: 110px;
    border-radius: 14px;
    margin: 25px auto 0px auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 17px 25px 15px 130px;
    overflow: hidden;
	    box-shadow: 0px 5px 5px #b7b7b7;
}
.shipbx:before{
	    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    padding: 4px;
    background: linear-gradient(to right, #ffe67e, #ffe15b, #ffdd2b);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    
}
.shipiconbx{
	    background: linear-gradient(to right, #ffe67e, #ffe15b, #ffdd2b);
    padding: 14px 5px 18px 12px;
    position: absolute;
    left: 0;
    top: 0;
}
.taddaY{
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes tadda {
	0% {transform:translateY(0px)}
	50% {transform: translateY(15px);}
	100% {transform: translateY(0px);}
	}
.shipiconbx img{margin:0 auto;display:block;max-width:100%;}
.shipiconbx::after{
	content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 53px solid transparent;
    border-left: 15px solid #ffde37;
    border-bottom: 53px solid transparent;
}
.shipbx-txt1{
	font-size:24px;
	line-height:30px;
	text-align:left;	
	font-weight: 700;
}
.shipbx-txt1 span.red {
        color: #000000;
    text-shadow: 1px 1px #ffdd31;
}
.shipbx-txt2{
	font-size:16px;
	line-height:24px;
	text-align:left;
}

@media only screen and (max-width:767px){
.pop_main { background: url(../images/pop-bg-mob.jpg) no-repeat right top #ffffff;  padding: 20px;}
.pop_discount_box{ margin:0 0;    font-size: 34px;line-height: 51px;}
.pop_text{ width:100%;    font-size: 22px; line-height: 38px;}
.pop_cong_heading {    font-size: 28px;}
}
