

/*-----------------------
CSS FOR BANNER
-------------------------*/
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
/*========================*/
/*==============banner===============*/
.banner{
	float:left;
	width:100%;
	background:#eaf8ff;
	padding:70px 0;
	}
.bnr-lft{
	float:left;
	width:51.53%;
	text-align:left;
	}
.bnr-txt1{
	font-size: 24px;
    line-height: 33px;
    color: #2e2e2e;
    font-weight: 500;
    text-transform: capitalize;
	}			
.bnr-hding{
	    font-size: 70px;
    line-height: 80px;
    color: #0099e2;
    font-weight: 800;
    margin-top: 10px;
	}	
	
.bnr-txt2{
	     width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #2e2e2e;
    margin-top: 20px;
	}	
	
.comn-btn {
	display:inline-block;
	vertical-align:middle;
    width: 270px;
    margin:30px auto 0;
    border-radius:6px;
    height:56px;
    overflow: hidden;
    color: #ffffff;
    font-size:17px;
	text-align:center;
    line-height:56px;
	text-transform:uppercase;
	position:relative;
	font-weight:500;
	background:#0099e2;
	cursor:pointer;
	letter-spacing:0.5px;
	border:none;
	}	
.bnr-grf{
	    position: absolute;
    top: -45px;
    right: 10px;
	}

/*==============section1===============*/
.section1{
	float:left;
	width:100%;
	padding:60px 0;
	}	
	
.s1-mid{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    position: relative;
	}	
.s1-mid-lft {
    width:34.4%;
	}
.s1-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s1-mid-rgt {
    width: 59%;
	margin-top:10px;
    text-align: left;
	}	
.s1-mid-rgt-txt1{
	font-size:20px;
	line-height:30px;
	letter-spacing:0.53px;
	color:#000000;
	font-weight:600;
	margin-bottom:20px;
	}
.comn-hding{
	    font-size: 42px;
    line-height: 54px;
    color: #2f2f2f;
    font-weight: 700;
	text-transform:capitalize;
}	
.s1-txt{
	font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #000000;
    margin-top: 20px;
	}
.comn-txt{
	font-size:18px;
	line-height:28px;
	letter-spacing:0.5px;
	color:#000000;
	margin-top:20px;
	}		
.s1-blk-txt{
	font-size:24px;
	line-height:28px;
	color:#fff;
	font-weight:700;
	background:#0099e2;
	display:inline-block;
	vertical-align:middle;
	padding:7px 30px 7px 15px;
	margin-top:45px;
	}	
ul.s1-list{
	margin:30px 0 0 0;
	width:100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
ul.s1-list li{
	width: 23.50%;
    background: #eaf8ff;
    border: 1px solid #0099e2;
    padding: 25px 15px;
    text-align: center;
	}	
ul.s1-list li span{
	font-weight:600;
	font-size:30px;
	line-height:40px;
	letter-spacing:0.3px;
	}
ul.s1-list li p{
	font-size:16px;
	line-height:22px;
	letter-spacing:0.3px;
	color:#000000;
	margin-top:5px;
	}	
/*-----------------------
CSS FOR BANNER BTM Strip
-------------------------*/
.bnr-strip{
	float: left;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    border-bottom: 1px solid #eaf5f4;
	}
.bnr-inr{
	display:inline-block;
	width:100%;
	}
ul.bnr_strp_lst{
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
    margin-top: 0px;
}
ul.bnr_strp_lst li{
        width: 24%;
    float: left;
    padding: 10px 0px 5px 80px;
    position: relative;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
}
ul.bnr_strp_lst li img{
	    position: absolute;
    top: 50%;
    left: 0;
    max-width: 60px;
    transform: translateY(-50%);
}
ul.bnr_strp_lst li p {
	font-size: 18px;
	line-height: 28px;
	color: #222;
	}

/*==============section2===============*/
.section2{
	float:left;
	width:100%;
	background:#eaf8ff;
	text-align:center;
	padding:60px 0;
	}
.section2 .comn-btn{ margin-top:60px;}	
.s2-mid{
	display:inline-block;
	vertical-align:middle;
	max-width:976px;
	width:100%;
	margin-top:80px;
	}
.s2_mid_row{
	float:left;
	width:100%;
	position:relative;
	margin-top:100px;
	}
.s2_mid_row:first-child{margin-top:0;}
.s2_mid_row:before{
	position:absolute;
	content:"";
	left:50%;
	transform:translateX(-50%);
	border-left:4px dotted #0099e2;
	height:auto;
	bottom:-120px;
	top:40px;
	}
.s2_row_inner{
	width:50%;
	position:relative;
	}
.s2_row_inner:after{
	position:absolute;
	content:"";
	right:-23px;
	top:15px;
	width:23px;
	height:23px;
	border-radius:50%;
	background: #0099e2;
	border: 11px solid #bbe4f8;
	}
.s2_row_inner.pull-left{ padding-right:50px; text-align:left;}
.s2_row_inner.pull-right{ padding-left:50px;text-align:left;}
.s2_row_inner.pull-right:after{ right:auto; left:-23px;}
.s2-row-hdng{
	float:left;
	width:100%;
	text-transform:capitalize;
	}
.s2-row-hdng span{
	float:left;
	width:100%;
	font-size:22px;
	line-height:36px;
	color:#000;
	font-weight:600;
	}
.s2-comn-txt{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.3px;
    color: #000000;
    margin-top: 15px;
	}
.s2-img{
	display:inline-block;
    vertical-align:middle;
	margin:0 0 0;
	z-index:1;
	position:relative;
	}
.s2_row_inner.fr .s2-icn{ right:auto; left:0;}
.s2-row-img{position:relative;}

.s2-row-img.fr {
    margin-left: 100px;
	float:left;
	}
.s2-row-img.fl{
   margin-right: 100px;
	float:right;
	}
	
.s2_mid_row:last-child:before{ display:none;}	
/*==============section3===============*/
.section3{
	float:left;
	width:100%;
	text-align:center;
	padding:60px 0;
	}
.section3 .comn-btn{ margin-top:70px;}	

ul.s3-list{
	width:100%;
	margin:60px 0 0 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
ul.s3-list li{
	width:33%;
	text-align:center;
	padding:0 20px;
	position:relative;
	}
ul.s3-list li:after {
    position: absolute;
    right: 0;
    content: "";
    top: 29px;
    bottom:0;
    border-right: 1px solid #d7d8d2;
}
ul.s3-list li:last-child:after{ display:none;}	
.s3-list-no{
	display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    background: #d4ebf6;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #0099e2;
    font-weight: 600;
	}
.s3-list-hding{
	font-size:24px;
	line-height:33px;
	color:#2d2d2d;
	font-weight:600;
	margin-top:20px;
	}
.s3-list-line{
	border-bottom:3px solid #0099e2;
	display:inline-block;
	vertical-align:middle;
	width:50px;
	margin-top:15px;
	}
.s3-list-txt{
	font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #2d2d2d;
    margin-top: 20px;
	}


/*-----------------------
CSS FOR section1
-------------------------*/
.p1-sec1hm, .p1-sec2hm, .p1-sec3hm, .p1-sec4hm, .p1-sec3am, .p1-sec5am, .p1-sec6am, .p1-sec1nsprt, .p1-sec2nsprt, .p1-sec3nsprt, p1-sec1osp, .p1-sec1pg, .p1-sec2pg{ width:100%; float:left;}
.hdng2{
	font-size:20px;
	line-height:24px;
	color:#5b5b5b;
	margin: 7px 0 42px;}
.p2-sec1hm, .p2-sec2hm, .p2-sec3hm, .p2-sec4hm, .p2-sec3am, .p2-sec5am, .p2-sec6am, .p2-sec1nsprt, .p2-sec2nsprt, .p2-sec3nsprt, p2-sec1osp, .p2-sec1pg, .p2-sec2pg{ width:100%; float:left;}
.brdr-hdng{ display:table; margin:0 auto;}
.p3-sec1hm, .p3-sec3am, .p3-sec5am, .p3-sec1nsprt, .p3-sec2nsprt{
    width: 100%;
    display: table;
    font-size: 18px;
    line-height: 30px;
    color: #020b0d;
	font-weight:500;
    margin: 16px auto 0;
}
.s2-mdl-box{
    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-between;
    column-gap: 10px;
    row-gap: 25px;
}
.s2-mdl-box1{margin-bottom:0;}
.s2-prodBx-col{
    float: left;
    width: 32%;
    text-align: left;
    padding: 0px 0px 0px 0px;
    position: relative;
    background: #e1e8f0;
    height: auto;
}
.s2-prodBx-col:nth-child(1), .s2-prodBx-col:nth-child(6), .s2-prodBx-col:nth-child(7){ }
.s2-prodBx-col:nth-child(2), .s2-prodBx-col:nth-child(5), .s2-prodBx-col:nth-child(8){ }	
/*.s2-prodBx-col:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:94%;
	border:1px solid #f4dac6;
	}	*/
.s2-prodBx-col a.comn-button{  
	margin-top: 15px;
    line-height: 44px;
    height: 44px;
}
.s2-prodBx-col-img_bg{
	display:inline-block;
	width:100%;
	    border: none;
    background: #f8fffe;
    text-align: left;
    padding: 0 0;
	}
.s2-prod{
	display: block;
    margin: 0 auto 10px;
    max-width: 100%;
    width: 190px;
	}
.prd-seal{
	position:absolute;
	right:25px;
	top:20px;
	font-size:16px;
	line-height:50px;
	color:#fff;
	height:50px;
	width:50px;
	background:#434868;
	text-align:center;
	border-radius:50%;
	font-style:italic;
	}
.s2-prodBx-col-contnt{
	display: inline-block;
    width: 100%;
    text-align: left;
    padding: 20px 26px 30px;
	margin-top: 20px;
	}
.s2-prodBx-col .prd-shop-btn, .sec2hm-rgtin .prd-shop-btn{
    margin-top: 14px;
    position: relative;
    width: 205px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    max-width: 100%;
}
.s2-prdt-s-name{    
    float: left;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
    width: 100%;
    height: auto;
    padding: 7px 0px;
}
.s2-prd-name{
    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 36px;
    color: #2f2f2f;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
	}
.s2-prd-rvw{
	float:left;
	width:100%;
	font-size:13px;
	line-height:20px;
	color:#606060;
	margin-top:10px;
	}
.s2-prd-rvw img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 5px 0 0;
}
.s2-prd-prc{
	float: left;
	width: 100%;
	font-size: 34px;
	line-height: 40px;
	color: #2f2f2f;
	font-weight: 700;
	margin-top: 6px;
	position: relative;
	
	}
.s2-prd-prc span{ font-weight:700;}	
.s2-prodBx-col:hover{ box-shadow: 0px 0px 0px #b7a9a9;	}
.s2-prodBx-col:hover a.s2-btn{
	background:#009bf6;
	color:#fff;
	border:1px solid #009bf6;
	}
/*======================*/
/*-----------------------
CSS FOR section2
-------------------------*/
.section2-hm {
       width: 100%;
    float: left;
    padding: 60px 0;
    background: #fff;
    border-top: 1px solid #d9ebe9;
}
.sec2hm-in{
    width: 100%;
    float: left;
    margin: 10px 0 0;
	}
.sec2hm-lft{
	width:64%;
	float:left;
	text-align:left;
	}
.section2-hm .comn-btn{ margin-top:20px}
.section2-hm .s2-prodBx-col{ background:#eaf8ff; padding: 20px 20px; border-radius:5px;}
.section2-hm .s2-prd-name { font-size: 22px; line-height: 32px;}
.section2-hm .s2-prodBx-col-img_bg{ border:none; background:#f8fffe; text-align:left; padding:0 0;}
.section2-hm .s2-prodBx-col-contnt{ padding:0 0;}
.section2-hm .s2-prod { display: inline-block; margin: 0 0 10px; max-width: 100%; width: 100%;}
.section2-hm .s2-prd-prc { font-size: 26px; line-height: 32px;}
.section2-hm .s2-prdt-s-name{ font-size: 18px; padding: 5px 0 0;}

.pkg-selct-col{
	float: left;
    width: 100%;
    height: auto;
    padding-top: 0;

	}
p.sel-pck {
    float: left;
    padding: 10px 0px;
    font-size: 18px;
    color: #000;
    width: 100%;
    text-align: left;
}
.product-col .pkg-selct-col{
	opacity:1;
	-webkit-transition: all 0.10s ease;
	transition: all 0.10s ease;
	display:block;
	}
.product-col  .prod-txt{ text-align:left;  padding: 10px 20px;}
.buyOpt-row {
    float: left;
    width: 100%;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    background: #f8fffe;
    margin: 2.5px 0;
	}

.packageOpt {
	float: left;
	text-align: left;
	position: relative;
	padding:0 0 0 30px;
	}
.packageOpt input[type=radio] {
	position: absolute;
	opacity: 0;
	}
.packageOpt input[type=radio] + span {
	position: absolute;
	left: 0;
	top:4px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #333;
	}
.packageOpt input[type=radio]:checked + span:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #333;
	}
.packageOpt p {
	color: #0e0e0e;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
	}
.packageOpt p span {
	font-weight:600;
	color:#2e9d2a;
	} 


.sec2hm-lftin{
	width:100%;
	float:left;
	padding: 25px 30px 40px;}
.sec2hm-lftin a.comn-button, .sec2hm-rgtin a.comn-button{
    margin-top: 15px;
    line-height: 44px;
    height: 44px;
}
.sec2hm-rgtin a.comn-button{float: left;}
.sec2hm-lftin a.comn-button{ display:inline-block;}
.p3-sec2hm, .p3-sec6am{
	    width: 100%;
    float: left;
    font-size: 28px;
    line-height: 36px;
    color: #f62c44;
    text-transform: uppercase;
}
.p3-sec2hm span, .p3-sec6am span{
	font-size:18px;
	color:#281b1e;
	display:block;}
.stars1-sec2hm {     
	display: inline-block;
    margin: 34px auto 6px;
    max-width: 380px;
}
ul.list1-sec2hm {
       width: auto;
    margin: 0 auto 0;
    display: table;
    padding: 18px 0px 30px;
}
ul.list1-sec2hm li {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    color: #585858;
    padding-left: 32px;
    text-align: left;
    background: url(../images/bullet3.png) no-repeat left 1px;
    margin-bottom: 12px;
   
    display: block;
}
ul.list1-sec2hm li:last-child { margin-bottom: 0;}
.popular-txt{
	width:100%;
	float:left;
	font-size:24px;
	line-height:24px;
	color:#fff;
	background:#f62c44;
	padding: 12px 10px 10px 10px;
	
	text-transform:uppercase;
	}
.p4-sec2hm{
	width:100%;
	float:left;
	color:#717171;
	font-size:14px;
	line-height:14px;
	text-transform:uppercase;
	}
.p5-sec2hm {
    width: 100%;
    float: left;
    color: #565454;
    font-size: 18px;
    line-height: 26px;
    
    margin: 23px 0 14px;
}
.infobtn-sec2hm{
	display:table;
	margin:0 auto;
	width: 190px;
    height: 30px;
    border: 1px solid #e5e5d9;
    border-radius: 20px;
    font-size: 13px;
    line-height: 14px;
    color: #f62c44;
    padding: 8px 5px;}
.infobtn-sec2hm:hover{color: #f62c44;}
.arw1-sec2hm, .arw2-sec2hm, .arwbtn-sec4hm, .arw1-sec6am{ margin:0 0 0 5px;}
.prod1box-sec2hm{
	width:100%;
	float:left;
	margin: 15px 0 8px;
	position:relative;}
.prod1-sec2hm{ margin:0 auto; display:table;}
.ffitas1-sec2hm{ position:absolute; right: 0; top: 97px;}
.buybtn-sm{
	width: 200px;
    height: 40px;
    border-radius: 3px;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 11px 5px;
	background:#ff9406;
	text-transform:uppercase;}
.buybtn1-sec2hm { display: inline-block; margin: -8px auto 9px;}
ul.list2-sec2hm {
    width: 100%;
    margin: 15px auto 0;
    display: table;
    float: left;
}
ul.list2-sec2hm li {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    color: #585858;
    padding-left: 32px;
    text-align: left;
    background: url(../images/bullet3.png) no-repeat left 1px;
    margin-bottom: 12px;
  
    display: block;
}
.dwnldbtn{
	width: 200px;
    height: 40px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 14px;
    color: #f62c44;
    padding: 12px 5px;
	background:#fff;
	border: 1px solid #e68504;
	
	} 
.dwnldbtn:hover{color: #f62c44;}
.dwnldbtn1-sec2hm{ display:table; margin:0 auto;}
.sec2hm-rgt{ 
	width: 100%;
    float: left;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 10px;
	margin-top:30px;
	}
.sec2hm-rgtin{
	display: inline-block;
    vertical-align: top;
    width: 360px !important;
    margin: 10px 9px;
    text-align: center;
    box-shadow: 0 0 16px #c1e6ff;
    padding: 0px 0px 20px;
    position: relative;
    background: #fff;
	}
.prod2box-sec2hm {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    height: 225px;
	margin-bottom:10px;
}
.sec2hm-rgtin-cont{
	display:inline-block;
	width:100%;
	margin:5px 0 0;
	padding:0 20px;
	text-align:center;
	}
.sec2hm-rgtin .s2-prd-name{
	font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    min-height: 55px;
	}
.sec2hm-rgtin .s2-prd-name span{ display:block;}
.sec2hm-rgtin .p3-sec2hm{ text-align:left; padding-right: 0px;}
.prod2-sec2hm {
    position: absolute;
    left: 50px;
    top: 21px;
    width: 120px;
}
.prod3-sec2hm {
	    display: block;
    margin: 0 auto 10px;
    width: 180px;
}
.ffitas2-sec2hm{
	position: absolute;
    right: 14px;
    top: 35px;}
.Appesteem-logo-sec2hm {
    position: absolute;
    right: 14px;
    top: 12px;
    width: 70px;
}
.link-span a {
	color: #f62c44 !important;
	font-size: 18px;
	line-height: 26px;
	
	display: block;
	width: 100%;
	float: left;
	text-align: left;
	margin: 0 0 15px;
	}
.dwnldbtn2-sec2hm{ float:left; margin:0 9px 0 0;}
.buybtn2-sec2hm{ float:left;}
.mrgn1-sec2hm{ margin:21px 0;}
span.link-span a{
	color: #f62c44 !important;
    font-size: 18px;
    line-height: 26px;
  
    width: 100%;
    float: left;
    text-align: left;}


/*------------------------------
CONTACT SECTION
--------------------------------*/	
.contact-sec{
	background: #fff;
	float: left;
	width: 100%;
	padding: 40px 0;
	}
.cont-sec1Lft{
    float: left;
    width:51%;
    text-align: left;
	}
.mar-t0{ margin-top:0;}
.cntc-inr{
	float:left;
	width:100%;
	padding:0 35px 30px 0;
	position:relative;
	}
.cntc-inr:before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:70px;
	border:1px solid #f3f6ec;
	width:100%;
	height:450px;
	}
ul.cnt-list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:40px;
	padding-right:90px;
	padding-left:60px;
	}
ul.cnt-list li{
	float: left;
    width: 100%;
    position: relative;
	padding:20px 0 20px 55px;
	border-bottom: 1px solid #eaf1f7;
	}
ul.cnt-list li img{
    position: absolute;
    left:7px;
    top:25px;
	}
ul.cnt-list li p{
    float: left;
    width: 100%;
    font-size:18px;
    color:#1c1c1c;
    line-height:26px;
	}	
ul.cnt-list li span{
	font-size:23px;
	line-height:30px;
	color:#141b4d;
	font-weight:500;
	padding-bottom:4px;
	}
ul.cnt-list li:last-child{ padding-bottom:0;}					
ul.cnt-list li:last-child{ border:none; padding-bottom:0;}

.cntct-rght{
	float:right;
	width:49%;
	background:#f6fbff;
	padding:45px 35px;
	position:relative;
	border-radius:10px;
	}
.contact-Box{
	    float: left;
    width: 100%;
    background: #fff;
	}
.cntct-lft{
	    float: left;
    width: 50%;
    padding: 40px;
    text-align: left;
}
.cntct-hdng {
    color: #20366c;
    font-size:30px;
    line-height: 36px;
    float: left;
    width: 100%;
    font-weight: 600;
	}
ul.cntct-list{
	float:left;
	width:100%;
	}
ul.cntct-list li{
	    float: left;
    width: 100%;
    padding: 0 0 0 50px;
    position: relative;
    margin-top: 30px;
	}
.sms-icon{
	position:absolute;
	left:0;
	top:6px;
	}
.contct-txt1{
	float: left;
    width: 100%;
    font-size: 23px;
    color: #0099e2;
    line-height: 30px;
    
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px
	}
.ftr-logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
}	
.contct-txt2{
	    float: left;
    width: 100%;
    font-size: 17px;
    color: #000000;
    line-height: 28px;
	}
.contct-txt3{
	    float: left;
    width: 100%;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
	}
.contct-txt4{
	float: left;
    width: 100%;
	margin-top:10px;
	}
.contct-txt4 a{
	display:inline-block;
	vertical-align:middle;
	padding:0 15px;
	border-right:1px solid #ccc;
	}
.contct-txt4 a:first-child{ padding-left:0;}
.contct-txt4 a:last-child{ border:none;}
.contct-txt4 a img{
	display:inline-block;
	vertical-align:middle;
	}
.cntct-rgt{
	    float: right;
    width: 50%;
    text-align: center;
    padding: 30px 0 40px 0;
	}
.cntct-rgt img{  max-width: 570px;	width:100%; filter: hue-rotate(13deg);}
.thnk-bx {
	display: inline-block;
	width: 88%;
	background: #f4f8f7;
	padding: 25px;
	text-align: left;
}
.thank-icon {
    display: block;
    margin: 0 auto 10px;
}
.thnk-bx-lft {
	width: 55%;
	float: left;
}
.thnk-bx-hdg {
	color: #005a39;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 10px;
}
.del-dat {
	color: #2d2d2d;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding: 10px 0;
	border-bottom: 1px solid #e3e3e8;
}
table.thank {
	float: left;
	width: 100%;
}
table.thank tr td:first-child {
	width: 40%;
	text-align: left;
}
table.thank tr td:nth-child(2) {
	width: 20%;
	text-align: center;
}
table.thank tr td:last-child {
	width: 40%;
	text-align: right;
}
table.thank tr td {
	border-bottom: 1px solid #f2f2f8;
	padding: 8px 0;
}
table.thank tr:last-child td {
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 15px;
}
.thank-tot {
	float: left;
	width: 100%;
	background: #f4f8f7;
	padding: 8px 0;
}
.thnk-bx-rgt {
	width: 40%;
	float: right;
}
.thnk-bx-rgt p {
	font-size: 16px;
	line-height: 24px;
}
.thnk-ship, .thnk-bill {
	margin-bottom: 5px;
}
.thnk-bill {
	margin-top: 10px;
}
.ing-lft-bx img{ max-width:100%;}

/********************************/
.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;
	text-align: center;
	border-radius: 20px;
}
.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;
	border-radius: 30px;
}
.yes-btn {
	background-color: #42ac47;
}