@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: "Lato", serif;
	font-weight: normal;
	}
p, h1, h2, h3, h4, h5, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
* {
	box-sizing: border-box;
}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
.flt {
    float: left;
    width: 100%;
}

/*=========================
CSS FOR HEADER
===========================*/
.topstrip {
	background: #202c60;
	padding: 6px 0 7px 0;
	float: left;
	width: 100%;
}
ul.striplist {
    padding: 0;
    float: right;
}
ul.striplist li {
    float: left;
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #fff;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    text-align: left;
    font-weight: 500;
}
ul.striplist li img {
    vertical-align: baseline;
    margin: 0 6px 0 0;
}
ul.striplist li:last-child{ border:none;}
.top-strip{
	float:left;
	width:100%;
	color:#ffffff;
	font-size:16px;
	line-height:18px;
	padding:7px 0;
	background:#45b6e5;
	letter-spacing:1px;
	}
.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom: 58px;
	}
.header{
	float: left;
    width: 100%;
    background: #fff;
    /* height: 90px; */
    margin-top: -90px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    top: 90px;
    padding: 5px 0px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 999;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-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);
	}
.cart{	
	float:right;
	margin-top: 12px;
	font-size:18px;
	line-height:18px;
	color:#414141;
	text-align:right;	
}
.cart img{vertical-align:baseline;margin:0 0 0 10px; filter: hue-rotate(52deg); -webkit-filter: hue-rotate(52deg)}
.logo{
	float:left;
	max-width:145px;
}
ul.nav {
    float: right;
	margin-top:15px;
}
ul.nav li {
    float: left;
    margin-right: 40px;
	position:relative;
}
ul.nav li:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: -19px;
    border-right: 1px solid #ccc;
}
ul.nav li:last-child:after{
	border:none;
}
ul.nav li a{
	float: left;
    font-size: 18px;
    line-height: 30px;
    color: #414141;
}
ul.nav li a.active{ color:#00a669;}
ul.dropMenu{
	position:absolute;
	left:-15px;
	top:60px;
	background:#fff;
	width:310px;
	padding:0 5px;
	padding-bottom:5px;
	-webkit-box-shadow: 0 8px 7px 2px rgba(0,0,0,0.1);
	box-shadow: 0 8px 7px 2px rgba(0,0,0,0.1);
	z-index:99;
	}
ul.dropMenu li{
	float:left;
	width:50%;
	padding:10px;
	background:none;
	margin:0;
}
ul.dropMenu li a{
	width:100%;
	padding:0;
	}
ul.dropMenu li a img{
	display:inline-block;
	vertical-align:middle;
	border:1px solid #eaeaea;
	padding:10px 15px;
	max-width:100%;
	}
ul.dropMenu li:after{ display:none;}
ul.dropMenu li a p{
	float:left;
	width:100%;
	margin-top:10px;
	font-size:13px;
	line-height:16px;
	letter-spacing:1px;
	font-weight:bold;
	text-align:center;
	}
.dropMenu{
	opacity: 0;
	visibility: hidden;
	display: block;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	}
ul.nav li:hover .dropMenu{
	opacity: 1;
	visibility: visible;
	transform: translateY(18px);
	-webkit-transform: translateY(18px);
	-ms-transform: translateY(18px);
	}
#menu-wrapper {
    overflow: hidden;
    max-width: 40px;
    cursor: pointer;
	float:right;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 25px 0 5px 0;
}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    color: black;
    background-color:#636466;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {top: 0;}
#menu-wrapper #hamburger-menu span:nth-child(2) {top: 9px;}
#menu-wrapper #hamburger-menu span:nth-child(3) {top: 18px;}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#menu-container .menu-list {
        padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -180%;
    top: 70px;
    background: #662483;
    border-top: 1px solid #fff;	
}
#menu-container .menu-list  li a{
	font-size:18px;
	padding:10px 20px 10px 20px;
	text-align:left;
	color:#fff;
	display:block;
	border-bottom:1px dotted #fff;	
}
#menu-container .menu-list li:last-child a{ border:none;}
#menu-container .menu-list  li a.active{background:#7dc3a8;}
/*==========banner==============*/
/*==============banner===============*/
.banner{
	background:url(../images/banner.jpg)#f3ebe0 center top no-repeat;
	height: 520px;
	padding:76px 0 0 0;
	overflow:hidden;
}
.bnr-txtarea {
    width: 540px;
    text-align: left;
    float: left;
}

h1{	
	font-weight: bold;
    font-size: 40px;
    line-height: 51px;
    text-align: left;
}
.bnrtxt{
	font-size: 20px;
    line-height: 28px;
    color: #262626;
    text-align: left;
    padding: 25px 0 0 0;
}
.bnrline{
	height:1px;
	background:#e5dcc1;
	margin:30px 0 25px 0;
}
.bnrstars{margin:0 0 0 0;display:block;}
.bnrttxt, .bnrttxt2{
	font-size:16px;
	line-height:22px;
	text-align:left;
	padding:8px 0 0 0;
}
.bnrttxt2{
	font-weight:600;
	padding:5px 0 0 0;
}
.bnrprd{
	position: absolute;
    right: -9px;
    max-width: 490px;
    top: -50px;
}
.bnrbx{
	    position: absolute;
    right: 530px;
    top: 15px;
    width: 140px;
    height: 346px;
    background: url(../images/bnrbx.png) center top no-repeat;
}
.bdhding{
	font-weight:bold;
	font-size: 42px;
    line-height: 56px;
	text-align:center;
}
.bdhding span{font-weight:normal;}
.bdfont{
	font-size:20px;
	line-height:30px;
	color:#2f2f2f;
}
/*================start strip===================*/
.sec1{padding: 40px 0;}
.s1txt{   
	text-align: center;
    padding: 10px 0 0 0;}
ul.s1list{
	margin: 35px 0 0 0;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	row-gap: 20px;
}
ul.shoplist{margin:35px 0 0 0;}
ul.s1list li{
	float: left;
    width: 30%;
    border-bottom: 1px solid #ffe288;
    font-weight: 700;
    text-align: center;
    color: #000;
    padding-bottom: 40px;
}
ul.s1list li span{
	display:block;
	font-size:18px;
	line-height:26px;
	margin-top:5px;
	font-weight:300;
	}
ul.shoplist li{
	border-top:1px solid #ffe288;
	border-bottom:none;
	padding:95px 0 0 0;
}
ul.s1list li img{margin:0 auto 16px auto;display:block;}
/*================sectionOne=================*/
.sectionOne{
	float:left;
	width:100%;
	padding:40px 0 60px;
}
.s1-hdng{
	float:left;
	width:100%;
	font-size:36px;
	line-height:40px;
	font-weight:bold;
	}
.comn-para{
	float:left;
	width:100%;
	font-size:20px;
	line-height:30px;
	color:#000;
	margin-top:20px;
	}
ul.prod-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 70px;
    row-gap: 20px;
    column-gap: 15px;
}
ul.prod-list li{
    width: 24%;
    text-align: center;
    background: #fff;
    padding: 10px 0px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    float: left;
	}

.s4l1-img {
    display: block;
    margin: 0 auto 10px;
    max-width: 110px;
    width: 100%;
    position: relative;
    z-index: 8;

}
.s4l1-img:nth-child(2), .s4l1-img:nth-child(3), .s4l1-img:nth-child(4), .s4l1-img:nth-child(5), .s4l1-img:nth-child(6), .s4l1-img:nth-child(7) {
    position: absolute;
    left: 20%;
    top: 10px;
    z-index: 7;
    max-width: 100px;
}
.s4l1-img:nth-child(3){left:auto;right:20%;}
.s4l1-img:nth-child(4), .s4l1-img:nth-child(5) {z-index:4;left:10%;top:20px;max-width:90px; }
.s4l1-img:nth-child(5) {	left:auto;	right:10%;  }
.s4l1-img:nth-child(6), .s4l1-img:nth-child(7){max-width: 80px; z-index: 0; left: 4%; top: 20px;}
.s4l1-img:nth-child(7){left:auto; right:4%;}
.prod-name{
   font-size: 26px;
    line-height: 40px;
    text-align: center;
    padding: 5px 0 0 0;	
	}
.prod-name span {
    display: block;
    font-size: 18px;
    line-height: 26px;
}
.star{
	display:block;
	margin:10px auto;
	}
.prod-rvw{
    float: left;
    width: 100%;
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    margin: 10px 0 0;
    line-height: 26px;
    letter-spacing: 0.5px;
		}
.learn-btn{
    height: 58px;
    width: 244px;
    outline: none;
    display: inline-block;
    margin: 20px 0 0 0px;
    font-weight: 600;
    font-size: 25px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
    background: #662483;
}
.prod-list-effect{
	float:left;
	width:100%;
	position:relative;
	transition:all ease 0.5s;
	}
.prt1 .prd-sec-prd {
    max-width: 85%;
}	
ul.prod-list li:hover{
	cursor:pointer;
	}

.s1-pets-need-hdng{
	float:left;
	width:100%;
	font-size:30px;
	line-height:35px;
	color:#231c63;
	font-weight:bold;
	margin-top:40px;
	background:url(../images/pets-need-line.png) no-repeat center center;
	}

ul.pet-need-list{
	float:left;
	width:100%;
	margin:20px 0 0;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	row-gap:10px;
	 }
ul.pet-need-list li{
	display:inline-block;
	vertical-align:middle;
	padding:0 10px;
	width:16%;
	text-align:center;
	position:relative;
	}
ul.pet-need-list li:after{
	position:absolute;
	right:0;
	width:1px;
	height:45px;
	top:50px;
	background:#e5e5e5;
	content:"";
	}
ul.pet-need-list li:last-child:after{ display:none;}
.s1-ico1{
	display:block;
	margin:0 auto 5px;
	max-width: 20px;
	}
ul.pet-need-list li p{
	font-size:20px;
	line-height:24px;
	color:#231c63;
	}
/*==============sectionTwo==============*/
.sectionTwo{
	float:left;
	width:100%;
	padding:80px 0;
	background:#fffaef;
	}
.comn-Hdng{
	float:left;
	width:100%;
	}
.hdng-txt1 {
    float: left;
    width: 100%;
    font-size:30px;
    line-height:38px;
    color: #231c63;
	font-weight:bold;
	}
.comn-Hdng span{
	float: left;
    width: 100%;
    font-size:42px;
    line-height:52px;
    font-weight: bold;
    color: #231c63;
	}
.imp-txt {
    display: inline-block;
    width: 100%;
    margin: 40px 0 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #231c63;
}
.s2-steps{
	float:left;
	width:100%;
	margin-top:40px;
	display: flex;
    row-gap: 10px;
    flex-wrap: wrap;
	}
.s2-stp-list{
	float:left;
	width:33.33%;
	padding:0 25px;
	text-align:center;
	outline: none;
	}
.s2-ico1{
	display:block;
	margin:0 auto 10px;
	width:55px;
	}
.s2-stp-txt1{
	float: left;
    width: 100%;
    font-size:22px;
    line-height:30px;
    font-weight: bold;
    color: #662483;
	}
.s2-stp-txt2{
	float: left;
    width: 100%;
    font-size:24px;
    line-height:34px;
    font-weight: bold;
    color: #231c63;
	text-transform: capitalize;
	}
.s2-stp-txt3{
	float: left;
    width: 100%;
    font-size:18px;
    line-height:28px;
    color: #231c63;
	margin-top:10px;
	}
a.quiz-btn{
	display:inline-block;
	vertical-align:middle;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	border-radius:40px;
	height:74px;
	line-height:74px;
	background:#f2673a;
	width:300px;
	margin-top:40px;
	box-shadow:0 5px 15px 0 rgba(242, 103, 58,0.6);
	}
	
/*================sectionSeven===========*/
.sectionSeven{
	float:left;
	width:100%;
	padding:80px 0;
	}
.s7-testi-row{
	float:left;
	width:100%;
	padding:70px 0;
	position:relative;
	}
.s7-testi-col{
	float:left;
	width:48%;
	text-align:left;
	padding:0 30px 0 145px;
	position:relative;
	outline:none;
	}
.t-img1{
	position:absolute;
	left:0;
	top:0;
	}
.t-star{
	float:left;
	}
.s7-testi-col p{
	float:left;
	width:100%;
	font-size:20px;
	line-height:32px;
	color:#231c63;
	margin-top:10px;
	}
.s7-testi-col span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:30px;
	color:#662483;
	margin-top:20px;
	}
.testi-line{
	position:absolute;
	right:10px;
	top:10px;
	}
ul.s7-list{
	float:left;
	width:100%;
	margin-top:60px;
	    display: flex;
    row-gap: 10px;
    flex-wrap: wrap;
	}
ul.s7-list li{
	float:left;
	width:33.33%;
	text-align:center;
	padding:0 30px;
	border-left:1px solid #dfdfdf;
	}
ul.s7-list li:first-child{ border:none;}
ul.s7-list li img{
	display:block;
	margin:0 auto 15px;
	width:45px;
	}
ul.s7-list li span{
	float: left;
    width: 100%;
    font-size:22px;
    line-height:26px;
    color: #231c63;
	font-weight:500;
	}
ul.s7-list li p{
	float: left;
    width: 100%;
    font-size:18px;
    line-height:28px;
    color: #231c63;
	margin-top:15px;
	letter-spacing:0.5px;
	}
ul.s7-list li p a{ text-decoration:underline;}
/**************************************/
/*******************************************/
/* CSS Document */

.sec3 {
    padding: 0;
    background: url(../images/sec3.jpg)#fef5ec center top repeat-y;
}
/*================start section4===================*/
.sec4{padding:80px 0 90px 0; background: #fbfbfb;}
.s4img{
	    position: absolute;
    left: -80px;
    top: -20px;
    max-width: 550px;
}
.s4txtarea{
	width:55%;
	float:right;
	text-align: left;
}
.s4hding{text-align:left;padding:0 0 0 0;}
.s4txt{
	padding:20px 0 0 0;
}
/*================FOOTER===================*/
.footer{
	float: left;
    width: 100%;
    padding: 40px 0 20px;
    box-shadow: 0 0 7px #d2d2d2;
	}
.ftr-logo{
	float:left;
	width:25%;
	text-align:center;
	padding:60px 0 0;
	}
.ftr-logo img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.ftr-box1{
	float: left;
	width: 18%;
	text-align: center;
	}
.ftr-p1{
	font-size:16px;
	line-height:20px;
	color:#141414;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	}
ul.ftr-list{
	float:left;
	width:100%;
	margin-top:20px;
	}
ul.ftr-list li{
	float:left;
	width:100%;
	font-size:15px;
	color:#282828;
	line-height:26px;
	text-align:left;
	}
.ftr-box3 {
    width: 100%;
}
.ftr-p2{
	font-size: 18px;
	line-height: 34px;
	color: #282828;
	margin: 10px 0 0;
	}
.cards{
	margin-top:15px;
	max-width:100%;
	}
.ftr-box4{
	float: left;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
	}
.ftr-txt-box{
	float: left;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding: 10px 0;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #282828;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
	}
.ftr-txt2{
	float: left;
	margin-top: 20px;
	font-size: 19px;
	line-height: 25px;
	color: #202c60;
	text-align:center;
	width:100%;
	font-weight: 700;
	}
.ftr-txt3{
	float: right;
	margin-top: 20px;
	font-size: 18px;
	line-height: 25px;
	color: #282828;
	text-align: center;
    width: 100%;
}
.ftr-txt3 a{
	color:#282828;
	}


.wan-spinner2 {
    margin: 0 0 0 0px;
    background: #fafafa;
}
.prod-list{
	width:100%;
	display:inline-block;
	}
/*****************************/
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
}
.trm-bx h1 {
	line-height: 28px;
    color: #202c60;
    margin: 0;
    padding: 10px 0px;
    font-size: 22px;
    float: left;
    width: 100%;
    TEXT-ALIGN: LEFT;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 2px solid #ee8e45;
}

.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx span {
	text-transform: capitalize;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 20px;
    max-width: 530px;
    width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}
.inner-top {
	float: left;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
    background: #202c60;
    padding: 5px 0;
    border-bottom: 2px solid #ffffff;
}
ul.inr-top-list {
	padding: 0 0 0 0;
}
ul.inr-top-list li {
	float: left;
	position:relative;
	margin-right: 15px;
    padding-right: 15px;
}
ul.inr-top-list li:after{
	content:"\003e";
	position:absolute;
	right:-5px;
	top:0;
}
ul.inr-top-list li a, ul.inr-top-list li a:hover {
	font-size: 14px;
    line-height: 18px;
    color: #efefef;
    font-weight: 300;
    text-decoration: none;
}
ul.inr-top-list li:last-child a{
	font-weight: 700;
    color: #ffffff;
}
ul.inr-top-list li:last-child{margin-right:0; padding-right:0;}
ul.inr-top-list li:last-child:after{
	content:"";
}
/********************************/
.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: 9999600 ;
	border: 0px;
	background: rgba(0, 0, 0, 0.7);
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #11212c;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;display: inline-block; color: #fff}
.yes-btn, .no-btn {
   cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background: #662483;
    appearance: none;
    transition: left 1sease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #e3003b;
}
.yes-btn {
	
}
@media only screen and (max-width:767px){
.pop-innr{ width:100%;}
}



	