@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#2b2b2b;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	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;}
a:hover {}
img {border:none; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.forMob,.forTab{ display:none;}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
/*==========Header==============*/
.topStrip{
    float: left;
    width: 100%;
    background: #182b51;
    padding:5px 0;
}
.topStrip .top-date{
    float: left;
    color: #ffffff;
    font-size:17px;
	line-height:26px;
}
.top-menu{
	float:right;
}
.top-menu li{
	float:left;
	margin-right:30px;
	font-size:15px;
	line-height:24px;
	color:#fff;	
	position: relative;
}
.top-menu li:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 4px;
    bottom: 4px;
    border-right: 1px solid #fff;
}
.top-menu li:last-child{
	margin-right:0;
}
.top-menu li:last-child:after {
    border: none;
}
.fr-sh{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 5px 0 0;
	}
.phn-ic{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 3px 0;
	}
	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
    float: left;
    width: 100%;
    height: 70px;
    margin-top: -70px;
    position: relative;
    top: 70px;
   /* background: #e2eff0;*/
	padding: 11px 0;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	background:#fff;
	-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);
	}

.logo{
	float: left;
    max-width: 240px;
    margin-top: 2px;
	}
a.header-btn{ 
	float:right; 
	width:220px;
	font-size:18px;
	color:#ffffff;
	height:50px;
	line-height:50px;
	margin-top:14px;
	background:#c3a472;
	}
	
ul.mainMenu{
	float: right;
    margin-top: 15px;
	}
ul.mainMenu li{
	float:left;
    padding:0 18px;
	border-right:1px solid #ddd;
	}
ul.mainMenu li:first-child{ padding-left:0;}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
    float: left;
    color: #1b1b1b;
    font-size: 18px;
    line-height: 24px;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{ color:#cc6705;}

.hdr-rght{
	float:right;
	margin-top:0px;
	}
.hdr-rght ul li{
	display:inline-block;
	vertical-align:middle;
	padding:5px 10px;
	}
.hdr-rght ul li img{
	display:inline-block;
	vertical-align:middle;
	}
.hdr-rght ul li:last-child{ border-left:1px solid #ddd; padding: 0px 10px;}

.form-search{
	position:absolute;
	right:0;
	bottom:-80px;
	padding:10px;
    background: white;
	width:370px;
	z-index:9;
	}
.srch-fld{
	float:left;
	width:100%;
	background:#f8f7f5;
	height:44px;
	padding:5px 10px;
	}
.srch-fld input{
	float:left;
	width:80%;
	height:100%;
	text-align:left;
	outline:none;
	-webkit-appearance:none;
	font-size:14px;
	color:#000;
	font-family:inherit;
	border:none;
	background:none;
	}
.srch-fld a{
	float:right;
	padding:5px 0;
	}
.srch-fld a svg{ fill:#9d9999;}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    left:20px;
    top:28px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #182b51;
	transition: 0.4s;
	}
.bar2{margin: 5px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#182b51;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#182b51;
	}
	
.mobilemenu{
	left:0;
	position:fixed;
	top:120px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:80px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}
.mobilemenu li:last-child a{ }

/*==============banner===============*/

.section1 {
	float: left;
    width: 100%;
    text-align: center;
    background:#fdfaf0;
    padding: 0px 0;
    height: 822px;
}
.banner{
	float:left;
	width:100%;
	position:relative;
	}
.s1-inner{
	    display: inline-block;
    width: 89%;
    margin-top: 55px;
}
.s1-txt {
    float: left;
    width: 100%;
    font-size: 37px;
    line-height: 42px;
    color: #000;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    letter-spacing: 0;
    padding-top: 0px;
}

.s1-txt1 {
    color:#cf8238;
    font-size: 60px;
    line-height: 70px;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
}
.s1-txt2 {
    display: inline-block;
    width:85%;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
    color: #000;
}
.s1-lst {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
	margin-top:50px;
}
.s1-lst li {
        float: left;
    width:29%;
    padding:13px 10px;
    background:#f2cfae;
    border:1px dashed #080808;
    text-align: center;
    font-size:20px;
    line-height:30px;
	font-weight:700;
	font-family: 'Lato', sans-serif;
	border-radius:10px;
}
.s1-lst li p{
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
    padding: 10px 15px;
    background: #fff;
    text-transform: uppercase;
    margin-bottom: 4px;
	}
.s1-lst li:nth-child(2){}
.s1-lst li:last-child{ margin-right:0;}
.s1-lst li img {
    display: block;
    margin: 0px auto 10px;
}
.s1-lst li span {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
}

.bnr-price{
	float:left;
	width:100%;
	color:#ff4444;
	font-size:48px;
	font-weight:800;
	margin-top:20px;
	}
.bnr-price sup{ 
	font-size:16px;
	color: #2b2b2b;
	font-weight:500;
	margin-right:10px;
	}
.bnr-price span{ font-size:27px;}
.s1-pro, .s1-pro1 {
	position: absolute;
	right: 50px;
	top: 38px;
	max-width: 33%;
}
.s1-pro1 { top:0;}
.s1-ord-btn {
	display: inline-block;
	margin: 0px auto 0 auto;
}
.bnr-btn{
	float:left;
	margin-top:10px;
	}
.s1-prod{
	float:right;
	width:40%;
	text-align:center;
	overflow:hidden;
	}
.s1-img{
	  position: absolute;
    left: 50%;
    top: 361px;
    /* margin-top: 45px; */
    transform: translateX(-50%);
	}
.s1-img-mob{
	display:none;
	}

/*==========================*/
.s1-strip{
	float: left;
    width: 100%;
    margin-top: 0px;
    text-align: center;
    padding:50px 0 50px;
	}
.comn-btn {
	margin-top:22px;
    width: 210px;
    display: inline-block;
    height:48px;
    font-size: 20px;
    line-height:48px;
    font-weight:700;
    color: #fff;
    border-radius:0px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    text-transform: capitalize;
    text-align: center;
	font-family: 'Lato', sans-serif;
	background: rgb(43,159,233);
    background:linear-gradient(141deg, rgb(41 37 37) 34%, rgb(255 182 112) 82%);
}
/*=================== start section1 ===================*/
/*======================*/		
.section2{
	float: left;
    width: 100%;
    padding: 50px 0;
	overflow:hidden;
	}	
.s2-Box{
	display:inline-block;
    width: 100%;
	margin-top:50px;
	position:relative;
	}	
ul.s2-list{
	float: right;
    width: 440px;
    margin: 40px 230px 46px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 36px;
	}
ul.s2-list li{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000;
	padding:0 0 0 75px;
	position:relative;
	text-align:left;
	}
ul.s2-list li span{
	display:block;
	font-size:22px;
	line-height:30px;
	font-weight:bold;
	margin-bottom:5px;
	}
ul.s2-list li h3{
	position:absolute;
	left:0;
	top:0;
	font-size:56px;
	line-height:56px;
	color:#ffb670;
	font-weight:bold;
	}	
.s2-model{
	position:absolute;
	left:0;
	top:0;
	}
.s2prd3{
	position: absolute;
    right: -7%;
    top: 23px;
    max-width: 380px;
	}
/*======================*/	
.sty-prods{
	float: left;
    width: 100%;
    padding:35px 0;
}
.sty-prods-bxs{
	display:inline-block;
	width:100%;
	margin:30px 0 0;
	}
.lft-bx1{
	float:left;
	width:369px;
	background:url(../images/sky-bx1-bg.png) no-repeat center top;
	height:559px;
	text-align:center;
	}
.lft-bx1-cont{
	display:inline-block;
	width:100%;
	padding:316px 30px 0;
	}
.bx-hdg{
	display: inline-block;
    color:#0c0b0b;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
	}
.bx-hdg span{
    display: block;
    font-weight:700;
    font-size:43px;
    line-height:53px;
	margin-bottom:10px;
	}
.sty-btn{
    background: none;
    text-decoration: underline;
    padding: 0;
    width: auto;
    height: auto;
    margin-top: 40px;
	margin-bottom:0;
    letter-spacing: 1.5px;
	text-transform: uppercase;
    font-size: 18px;
	}
.lft-bx1-cont .sty-btn{
	margin-top: 60px;
	color: #000a0b;}
.lft-bx-rit{
	float:right;
	width:776px;
	}
.lft-bx2{
	float:left;
	width:100%;
	padding: 28px 120px 0 545px;
    text-align: left;
	background:url(../images/sky-bx2-bg.png) no-repeat center top;
	height:308px;
	position:relative;
	}
.lft-bx2 img{
    position: absolute;
    left: 13%;
    top: 9px;
    width: 293px;
    transform: rotate(25deg);
	}	
.lft-bx3, .lft-bx4{
	float:left;
	width:378px;
	background:url(../images/sky-bx3-bg.png) no-repeat center top;
	height:266px;
	margin-top:25px;
	padding: 150px 30px 0;
	}
.lft-bx4{
	float:right;
	background:url(../images/sky-bx4-bg.png) no-repeat center top;
	width:368px;
	padding-top:130px;
	}
.lft-bx3 .bx-hdg{ color:#1b1b1b;}
.lft-bx4 .bx-hdg span{ font-size:23px; color:#fff;}
.lft-bx2-cont{
	display:inline-block;
	width:100%;
	padding:182px 30px 0;
	text-align:left;
	}
.lft-bx2-cont .bx-hdg span{
	display:inline-block;
	color:#fff;}
.lft-bx2-cont .sty-btn{ 
    float: right;
    margin: 18px 0 0;

}
ul.sty-prods-lst{
	float:left;
	width:100%;
	text-align:center;
	}
ul.sty-prods-lst li{
	display: inline-block;
    vertical-align: top;
    width: 32%;
    margin: 0 6px;
	position:relative;
	}
ul.sty-prods-lst li .pro-p1{ }
ul.sty-prods-lst li a {
    padding: 30px 20px;
    float: left;
    width: 100%;
    transition: all 0.3s;
    transform: scale(0.99);
	position:relative;
	overflow:hidden;
	display:block;
}
p.sty-bx-price {
    font-size: 22px;
    font-weight: 600;
}
ul.sty-prods-lst li a:hover{
	padding:30px 20px;
	transition: all 0.3s;
    transform: scale(1.05);
	box-shadow:0 0 5px #d2d2d2;
	}
ul.sty-prods-lst li .prd-box-txt{
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	}
ul.sty-prods-lst li:nth-child(2){
	background:#cadfd8;
	}
ul.sty-prods-lst li:nth-child(3){
	background:#fce66c;
	}
ul.sty-prods-lst li:nth-child(1){
	background:#ebc8cc;
	}
ul.sty-prods-lst li a::before {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    height: 200%;
    left: -280px;
    position: absolute;
    top: -50%;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1;
}
ul.sty-prods-lst li a:hover::before {
    left: 180%;
    -webkit-transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
}

/*=============sectionTwo============*/
.section3 {
	float: left;
	width: 100%;
	text-align: center;
	padding:50px 0;
	background: #fff;
	overflow:hidden;
}
.sec3-inr{
	float:left;
	width:100%;
	text-align:center;
	}
.sec3-inr .product-sec{
   display: grid !important;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 15% 15% 30% 15% 15%;
    gap: 15px;
    height: 100%;
    float: left;
    width: 100%;
}
.sec3-inr .product-sec .prd-box1 {
    width:100%;
	height: 250px;
	}
.sec3-inr .product-sec .pro-p1 {
    margin: 0 auto 6px;
    max-width: 130px;
}	
.sec3-inr .product-sec .prd-box-txt {
    font-size: 18px;
    line-height: 25px;
    padding: 0 5px;
}
.sec3-inr .product-sec .prd_price {
    font-size: 18px;
    line-height: 26px;}
#item-0 {
   grid-row-start: 1;
   grid-column-start: 1;

   grid-row-end: 2;
   grid-column-end: 2;
   
}
#item-1 {
   grid-row-start: 1;
   grid-column-start: 2;

   grid-row-end: 2;
   grid-column-end: 3;
   
}
#item-2 {
   grid-row-start: 1;
   grid-column-start: 3;

   grid-row-end: 2;
   grid-column-end: 4;
   
}
#item-3 {
   grid-row-start: 1;
   grid-column-start: 4;

   grid-row-end: 2;
   grid-column-end: 5;
   
}
#item-4 {
   grid-row-start: 1;
   grid-column-start: 5;

   grid-row-end: 2;
   grid-column-end: 6;
   
}
#item-5 {
   grid-row-start: 2;
   grid-column-start: 1;

   grid-row-end: 3;
   grid-column-end: 2;
   
}
#item-6 {
   grid-row-start: 2;
   grid-column-start: 2;

   grid-row-end: 3;
   grid-column-end: 3;
   
}
#item-7 {
   grid-row-start: 2;
   grid-column-start: 4;

   grid-row-end: 3;
   grid-column-end: 5;
   
}
#item-8 {
   grid-row-start: 2;
   grid-column-start: 5;

   grid-row-end: 3;
   grid-column-end: 6;
   
}
/*------------------------*/
.shop-btn-arw {
    margin: 0 8px 0 8px;
}
.all-prod-btn {
	float:right;
    font-size: 20px;
    line-height: 20px;
    max-width: 100%;
    text-align: center;
    font-weight: 600;
    color: #2b9fe9;
    /* text-decoration: underline; */
    margin-top: 0px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 15px 15px;
}
.sec3-inr .s2-txt1{
	width:66%;}
.sec3-inr .s2-txt1 span{
	color:#1b1b1b;}
.s3bg{
	background: #f7f7f7;
	}
.s2-txt1 {
    display: inline-block;
    width: 100%;
    font-size: 35px;
    line-height:45px;
    color: #bb0e3c0;
    font-weight:700;
    position: relative;
    text-transform: capitalize;
}
.s2-txt1 span {}
.s2-txt2 {
    display: inline-block;
    width: 100%;
    font-size:18px;
    line-height:30px;
    color: #000;
    font-weight:400;
	margin-top:18px;}
.s2-hd-txt {
    display: inline-block;
    width: 93%;
    color: #171e43;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 20px;
}
.section3 .s2-box-txt{
	margin-top:0;
	}
.s3-btn1 {
}
.s3-btn1:hover{
	color:#fff;
	}
.prd-btm{
    width: 100%;
    text-align: center;
	height: auto;
	position:relative;
	float: left;
}
.product-sec {
    float: left;
    width: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;   
    text-align: center;
    margin-top: 30px;    
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 28px;
    column-gap: 15px;
	
}
.prd-box1 {
	width: 24%;
    position: relative;
    text-align: center;
    padding: 0px 0 20px;
    overflow: hidden;
    float: left;
    border: 1px solid #e9e9e9;
}
.pro-p1 {
	position: relative;
	display: block;
	margin: 0 auto 10px;
	max-width: 200px;
}
.prd-box-img{
	display: inline-block;
    width: 100%;
    padding: 20px 0 10px;
	}
.prd-box2 {
    text-align: center;
    position: relative;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
    float: left;
    width: 100%;
    display: block;
}
.prd-box-txt {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #000;
    line-height: 28px;
    font-weight: 700;
    padding: 0 20px;
}
img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}
.prd_price {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    color: #000;
    font-weight:700;
    line-height:30px;
    margin: 8px 0 0;
}
.prd_price span {
}
/*.box-overlay {
    background: rgb(12 35 77/90%);
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    visibility: hidden;
    transition: all 0.3s;
    transform: scale(0.6);
    box-sizing: border-box;
}
.prd-box1:hover .box-overlay {
    visibility: visible;
    transform: scale(1.0);
}*/
/*===================*/
.s1-strop{
	    background: url(../images/s1-strop.jpg) no-repeat center top;
    float: left;
    width: 100%;
    padding: 56px 0 0;
    height: 416px;
	}
.s1-strop-inr{
	    float: left;
    width: 65%;
    text-align: left;
	}
.s1-strop-inr .s2-txt1{ color:#fff;}
ul.s1-strp-list{
	float: left;
    width: 100%;
    margin: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
	}
ul.s1-strp-list li{
	float: left;
    width:47%;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 0 0 0 32px;
    position: relative;
    text-align: left;
	}
ul.s1-strp-list span{
	display:block;
	font-size:22px;
	line-height:32px;
	font-weight:bold;
	margin-bottom:5px;
	}	
ul.s1-strp-list img{
	position:absolute;
	left:0;
	top:4px;
	}		
.strip-line{
	display:inline-block;
	margin: 14px 0 20px;
	background:#5ed9e8;
	height:6px;
	width:160px;
	}
p.strip-hed {
    float: left;
    width: 100%;
    font-size: 35px;
    font-weight: 500;
    line-height: 40px;
    color: #636363;
}
p.strip-hed span{
	display:block;
	font-weight:800;
	font-size:50px;
	line-height:55px;
	color:#2f1e23;
	padding-top:0px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.s1-strp-txt {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
}
.strip-txt{
	font-size:46px;
	line-height:56px;
	color:#ee4e55;
	width:100%;
	float:left;
	margin: 10px 0 20px;
	font-weight:700;
	}
.s1-strop-prdt{
	display:inline-block;
	max-width:100%;
	margin-top:20px;
	}
	
/*==========footer============*/
.footer{
	float:left;
	width:100%;
	padding:45px 0 35px;
	background:#fdfaf0;
	}
.footer-sec {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 10px;
	row-gap: 10px;
}
.ftr-logo, .ftr-box1 {
    float: left;
    width: 24%;
    text-align: left;
	background: #fff;
    padding: 20px;
}
.ftr-logo img{
	display: inline-block;
    vertical-align: middle;
    max-width: 140px;
	}
.ftr-logo p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#2d2d2d;
	margin-top:20px;
	}
.ftr-box1{}
.ftr-box2 {
   display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    align-content: flex-start;
}
.ftr-p1{
	font-size:20px;
	line-height:20px;
	color:#2b2b2b;
	font-weight:600;
	width: 100%;
    float: left;
	}
.ftr-tags {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    justify-content: flex-start;
    margin-top: 10px;
    column-gap: 9px;
}
.ftr-tags a {
    display: inline-block;
    color: #2b9fe9;
    box-shadow: 1px 1px 10px #ccc;
    padding: 4px;
}
ul.ftr-list{
	float: left;
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    row-gap: 6px;
	}
ul.ftr-list li{
	float: left;
    width: 100%;
    font-size: 16px;
    color: #2d2d2d;
    line-height: 26px;
}
.ftr-p2{
	font-size:16px;
	line-height:22px;
	color:#3a3a3a;
	width: 100%;
    float: left;
	}
.cards{
	float:left;
	margin-top:15px;
	max-width:100%;
	}
.ftr-box4{}
.footer-txt{
	float:left;
	width:100%;
	padding-top:30px;
	border-top:1px solid #bdcaba;
	margin-top:40px;
	}
.ftr-txt1 {
    float: left;
	width:100%;
    font-size: 16px;
    line-height: 22px;
    color: #626262;
    text-align: center;
	padding:0 30px;
	}
.ftr-txt2 {
    float: left;
	width:100%;
    font-size: 16px;
    line-height: 22px;
    color: #626262;
    text-align: center;
	margin-top:20px;
	}
/*============================
TESTIMONIAL_SEC
=================================*/
.prodBreadcrm {
    float: left;
    width: 100%;
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: left;
	border-top:1px solid #cecece;
	border-bottom:1px solid #cecece;
    padding: 13px 0;
	}
.prodBreadcrm span{ color:#d28031;}
.reviews-section{
	float:left;
	width:100%;
	padding:60px 0 80px;
	}
.testi-inrBox{
	float:left;
	width:100%;
	margin:30px 0 0;
	}
.rev-row {
    float: left;
    width: 100%;
    padding-left: 105px;
    position: relative;
    margin: 40px 0 0;
    text-align: left;
	}
.testi-pic {
	position:absolute;
	left:0;
	top:0;
	}
.rev-title {
    float: left;
    width: 100%;
    color: #2b2b2b;
	line-height:30px;
    font-size: 24px;
    font-weight: bold;
	}
.rev-desc {
    float: left;
    width: 100%;
    color: #4b4d4a;
    font-size:18px;
    margin-top: 5px;
    line-height:24px;
	letter-spacing:0.5px;
	font-style:italic;
	}
.rev-stars {
    float: left;
    width: 100%;
    margin-top: 25px;
	}
.rev-stars p{
	display: inline-block;
    vertical-align: middle;
	margin:0 10px;
	padding-right:10px;
	color: #2d2d2d;
    font-size:18px;
	line-height:26px;
	}
.rev-stars p span{ color:#2b2b2b;}
.starimg{
	display: inline-block;
    vertical-align: middle;
	}
.vryfied-seal {
    display: inline-block;
    vertical-align: middle;
	}
.s7-hr {
    float: left;
    width: 100%;
    height: 1px;
    border: none;
    background: #dbdbdb;
    margin: 30px 0 0;
	}
/*====================
CONTACT_SECTION
==========================*/
.contact-sec {
	float:left;
	width:100%;
	background:#fff;
	padding:65px 0;
	}
ul.contact-list{
    float: left;
    width: 100%;
    margin-top: 40px;
    text-align: center;
    display: flex;
    row-gap: 40px;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 43px;
	}
ul.contact-list li{
	display: inline-block;
    vertical-align: top;
    width: 32%;
	}
ul.contact-list li:last-child{ border:none;}	
ul.contact-list li img{
	    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px;
    max-width: 60px;
    filter: hue-rotate(351deg);
	}
ul.contact-list li p{
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: #4b4d4a;
    font-weight: 500;
    padding: 0 9px;
	}				
ul.contact-list li p span{
	float:left;
	width:100%;
	font-size:24px;
	color:#2b2b2b;
	font-weight:600;
	margin:10px 0;
	}
.cntct-form{
	display:inline-block;
	vertical-align:middle;
	width:48%;
	background:#f0f1f5;
	padding:30px 75px 45px;
	text-align:center;
	margin-top:70px;
	}
.msgbx-txt {
    float: left;
    width: 100%;
    font-size: 36px;
    line-height: 36px;
    color: #2b2b2b;
    padding-bottom: 15px;
	font-weight:600;		
	}
.msg-frmfild{
	float:left;
	width:100%;
	height:55px;
	border:1px solid #cccccc;
	padding:5px;
	margin-top:10px;
	background:#fff;
	text-align:left;
	position:relative;
	}
.msg-frmfild input,.msg-frmfild textarea{
	float:left;
	width:100%;
	height:100%;
	font-size:16px;
	color:#555555;
	outline:none;
	border:none;
	padding-left:10px;
	font-family: inherit;
	font-weight:300;
	}
.msg-areafild{
	height:100%;
	min-height:110px;
	padding-top:15px;
	}
.msg-frmfild textarea{ 
	height:100%;
	min-height:110px;
	resize:none;
	}
.submit{
	margin-top: 25px;
    outline: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
	}	
/*====================
SHOP_SECTION
==========================*/
.shop-section {
    float: left;
    width: 100%;
    padding: 50px 0 70px;
    background: #fafafa;
}
ul.shop-prdcts-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 50px;
    row-gap: 10px;
}
ul.shop-prdcts-list li {
   float: left;
    width: 24%;
    border: 1px solid #ccc;
    padding: 20px 10px;
}
ul.shop-prdcts-list li .comn-btn { margin-top:12px;}
.shop-prod{
	display:block;
	margin:0 auto;
	max-width:250px;
	width:100%;
	}
.li-nm{
	display:block;
	width:100%;
	font-weight:18px;
	line-height:28px;
	font-weight:300;
	}	
.li-nm span{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #2b2b2b;
    font-weight: 600;
    margin-top: 2px;
}
	
ul.shop-prdcts-list li p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#4b4d4a;
	margin-top:10px;
	}
.shop-btn-strip{
	padding:35px 0;
	border-top:1px solid #f0f1f5;
	}

a.learn-more{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	font-weight:500;
	color:#ef6623;
	line-height:24px;
	border-bottom:2px solid #ef6623;
	margin-top:5px;
	}
a.learn-more2{
	display: inline-block;
	vertical-align:middle;
    font-size: 17px;
    width: 100%;
    font-weight: 500;
    max-width: 190px;
    color: #ef6623;
    line-height:40px;
    border: 1px solid #ef6623;
    margin-top: 10px;
	}
.shop-prc{
        float: left;
    width: 100%;
    font-size: 26px;
    line-height: 35px;
    color: #1b1b1b;
    margin: 6px 0 0;
    font-weight: 700;
	}
.shop-prc small{
	color:#2d2d2d;
	position:relative;
	font-size:24px;
	margin-right:10px;
	}
.shop-prc small img{
	position:absolute;
	width:100%;
	left:0;
	top:0;
	}
.shop-qnty{
	width:30px !important;
	height:35px !important;
	}
.shop-value{
	width:50px !important;
	height:35px !important; 
	}
.shop-sec-qtDv{
	margin-bottom:10px;
	}
/*====================
FAQ_SECTION
==========================*/
.faq-qustn{
	float:left;
	width:100%;
	background:#fff;
	padding:50px 0 80px;
	}
.faq-container{
	float:left;
	width:100%;
	text-align:left;
	padding:0 40px;
	margin-top:30px;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/faq-down-btn.png) no-repeat 98% center #fff;
	border:1px solid #e3e5f0;
	padding:15px 50px 15px 30px;
	font-size:26px;
	line-height:26px;
	font-weight:500;
	color:#3a3a3c;
	cursor: pointer;
	margin-top:10px;
	border-radius:5px;
	position:relative;
	}
.acdn-heading.accordion-open {
    background: url(../images/faq-up-btn.png) no-repeat 98% center #fff;
	color:#2b2b2b;
	border-radius:5px 5px 0 0;
	}
.accordion:after{
	position:absolute;
	content:"";
	right:55px;
	top:0;
	height:100%;
	width:1px;
	background:#edf1eb;
	}
.acdn-content {
	float:left;
    width: 100%;
    padding:5px 30px 20px;
	border:1px solid #d7d7d7;
	border-top:none;
	border-radius:0 0 5px 5px;
	}
.acdn-content p {
	float:left;
    width: 100%;
    color: #4b4d4a;
    font-size: 18px;
    line-height: 24px;
	margin-top:15px;
	}
.acdn-content p a{ color:#00F; text-decoration:underline;}
ul.faq-contact-list{
	float:left;
	width:100%;
	margin-top:20px;
	}
ul.faq-contact-list li{
	float:left;
	width:100%;
	text-align:left;
	margin-top:15px;
	padding-left:50px;
	position:relative;
	} 
ul.faq-contact-list li img{
	position:absolute;
	left:0;
	top:0;
	}
ul.faq-contact-list li p{
	float:left;
	width:100%;
	font-size: 16px;
    line-height: 22px;
    color: #4b4d4a;
    font-weight: 300;
	margin-top:0;
	}
ul.faq-contact-list li p span{
	float: left;
    width: 100%;
    font-size: 24px;
    color: #2b2b2b;
    font-weight: 600;
	margin-bottom:10px;
	}

/*===========================================
PRODUCT DETAILS PAGE
==============================================*/
.prdcts-details-s1{
	float:left;
	width:100%;
	padding:50px 0;
}
.prdcts-mid{
	background:linear-gradient(90deg, #fdfaf0 40% 40%, #fdfaf0 40% 40%);
    float: left;
    width: 100%;
    padding: 30px;
    border-radius: 20px;
    box-shadow:1px 1px 20px #ff4040;
	}
.prodSlider-Left{
	float:left;
	width:40%;
}
.prodDetls-Rght{
	float:right;
	width:56%;
	text-align:left;
}
.prod-nameHdng{
	float: left;
    width: 100%;
    color: #2b2b2b;
    font-size: 40px;
    font-weight: 500;
    line-height: 45px;
    text-transform: capitalize;
	}
.prd-p1 {
	float: left;
    width: 100%;
    color: #404040;
    font-size: 16px;
	vertical-align:middle;
	margin-top:5px;
	padding-bottom:15px;
	border-bottom:1px solid #ebebeb;
	}
.prd-p1 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
	}
.prd-p1 a{ vertical-align:middle;}
.prd-p2{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	color: #2d2d2d;
	margin-top: 15px;
}
ul.dtlsec-list {
    float: left;
    width: 100%;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 10px;
}
ul.dtlsec-list li {
        float: left;
    width: 100%;
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    color: #2d2d2d;
    position: relative;
    text-transform: capitalize;
}
ul.dtlsec-list li img{
	max-width: 30px;
    display: block;
    margin-bottom: 5px;
	}
.size-guide-box {
    float: left;
    width: 100%;
    font-weight: 400;
    margin: 40px 0 20px;
}
.size-guide-box i {
    font-size: 28px;
    display: inline-block;
    vertical-align: top;
    color: #f00;
    margin-top: 1px;
    margin-right: 4px;
}
.size-guide-box a {
    color: #ff0000;
    font-size: 20px;
    font-weight: 400;
}

.catagory-select {
    float: left;
    width: 100%;
}
.select-size {
    margin: 0px 0 10px;
    display: inline-block;
    vertical-align: top;
}
.catagory-select h3 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 15px;
}
.select-size a {
    padding: 10px 20px;
    border: 1px solid #eaeaea;
    color: #333;
    line-height: normal;
    min-width: 28px;
    text-align: center;
    float: left;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
}
.select-size a.active {
    background-color: #333333;
    color: #fff;
}
.prod-prc-row{
	float:left;
	width:100%;
	margin:15px 0;
	}
.prd-prc-txt{
	float: left;
    font-size:28px;
    line-height:35px;
	font-weight:600;
	color:#000;
	position:relative;
	width: 100%;
	}
.prc-dscnt{
	float:left;
	width:100%;
	vertical-align:middle;
	margin-bottom:20px;
	}
.book-prc{ width:auto; margin:5px 0 0 0;}
.prd-prc-txt2{ 
	font-size:35px; 
	color:#2b2b2b;
	}
.prd-prc-txt img{
	position:absolute;
	left:0;
	top:3px;
	width:100%;
	}
.qty-div {
    float: left;
    padding: 0 25px 0 0;
    text-align: center;
	}
.sub2, .add2 {
    float: left;
    width:40px;
    border: 1px solid #ced4da;
    height: 46px;
    padding: 2px 0px 0;
    text-align: center;
	background:#fff;
    outline: none;
    cursor: pointer;
	}
.qty-div input {
    float: left;
	border:none;
	border-top: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
    background: none;
    width:70px;
    text-align: center;
    height:46px;
    padding: 1px 0px 0;
    font-size: 21px;
    color: #2d2d2d;
	font-weight:300;
	font-family: inherit;
	outline:none;
	-webkit-appearance:none;
	border-radius:0;
	}
.slct-size-row{
	float:left;
	width:100%;
	margin:0 0 20px;
	}
.slctHdng{
	font-size:18px;
	line-height:20px;
	margin-bottom:10px;
	color:#2b2b2b;
	font-weight:500;
	}
.slct-clr{
	float:left;
	max-width:220px;
	width:100%;
	}
.slct-clr select{
	float:left;
	width:100%;
	height:46px;
	border:1px solid #ced4da;
	outline:none;
	font-size:18px;
	color:#000;
	padding:5px 10px;
	-webkit-appearance:none;
	font-family: inherit;
	background:url(../images/dtls-slct-ico.png) no-repeat 96% center;
	}
.slct-size{
	display:inline-block;
	vertical-align:middle;
	}
.slct-size ul{
	display:inline-block;
	vertical-align:middle;
	}
.slct-size ul li{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	min-width:40px;
	text-align:center;
	}

.prd_quantity {
    float: left;
    width: 100%;
       display: none;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 20px;
    background: #e9e9e9;
    padding: 10px;
    border-radius: 10px;
}

.prd_quantity p {
    font-size: 20px;
    line-height: 30px;
    float: left;
    font-weight: 700;
}
a.add-to-btn{
	max-width:315px;
	font-size:24px;
	margin-top:0;
	}
.secure-logo{
	display:inline-block;
	vertical-align:middle;
	margin-left:20px;
	max-width:100%;
	}
.buyOpt-row{
	float:left;
	width:100%;
	padding:0 5px;
	cursor:pointer;
	position:relative;
	border:1px solid #808080;
	border-radius:5px;
	}
.buyOpt-row.active{
	background:#2b2b2b;
	color:#fff;
	}
.buyOpt-row.active .packageOpt p{ color:#fff;}
.packageOpt{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
	}
.packageOpt input[type=radio]{
	position:absolute;
	opacity:0;
	}
.packageOpt p{
	float:left;
	width:100%;
	color:#282828;
	font-size:16px;
	line-height:40px;
	font-weight:500;
	text-align:center;
	}
/*============prdcts-details-s2==========*/
.prdcts-details-s2{
	float:left;
	width:100%;
	padding-bottom:70px;
	}
.prd-desc-box{
	float:left;
	width:100%;
	}
.prd-desc-dtls{
	float:left;
	width:100%;
	}
.dlts-s2-txt1{
	float:left;
	width:87%;
	font-size:18px;
	line-height:26px;
	color:#4b4d4a;
	margin-top:20px;
	text-align:left;
	}
.watch-s2-prod{
	position:absolute;
	right:0;
	top:150px;
	}
.elbow-s2-prod{
	position:absolute;
	right:0;
	top:280px;
	border:1px solid #ccc;
	}
.gloves-s2-prod{
	border:none;
	top:240px;
	}
.secrets-book-prod2{
	top: 420px;
    width: 400px;
	}
ul.dtls-s2-list{
	float:left;
	width:56%;
	text-align:left;
	margin-top:10px;
	}
ul.benefit-s2-list{ width:38%;}
ul.benefit-s2-list li{margin-top:30px;}
.dtls-benefit-prd{
	position:absolute;
    left: 50%;
    top: 160px;
    width: 300px;
    margin-left: -150px;
	}
.glv-bnft-prod{ top:110px;}
.dtls-benefit-prd2{
	position:absolute;
    left: 50%;
    top: 140px;
    width: 500px;
    margin-left: -270px;
	}
ul.benefit-s2-list-rgt{ float:right;}
ul.dtls-s2-list li{
	float:left;
	width:100%;
	margin-top:25px;
	position:relative;
	padding-left:55px;
	}
ul.dtls-s2-list li img{
	position:absolute;
	left:0;
	top:5px;
	}
ul.dtls-s2-list li span{
	float:left;
	width:100%;
	font-size:24px;
	line-height:26px;
	color:#2b2b2b;
	font-weight:600;
	}
ul.dtls-s2-list li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#4b4d4a;
	margin-top:5px;
	}
.desc-situation{
	float:left;
	width:100%;
	margin:50px 0 0;
	text-align:left;
	position:relative;
	}
.desc-hdng1{
	float:left;
	width:100%;
	color: #2b2b2b;
    font-size:35px;
    font-weight: 500;
    line-height:40px;
	padding-bottom:25px;
	background: url(../images/bnr-hdng-bdr.png) no-repeat left bottom;
	}
.desc-hdng1 span{
	font-size:45px;
	font-weight:bold;
	}
.athleticsHdng{
	float:left;
	width:100%;
	margin-top:30px;
	color: #2b2b2b;
    font-size:28px;
    font-weight: 500;
    line-height:30px;
	margin-bottom:10px;
	}
.left-athlct{
	float:left;
	width:48%;
	}
ul.work-list{
	float:left;
	width:100%;
	}
ul.work-list li{
	float: left;
    width:23%;
    margin: 10px 2% 0 0;
	height:130px;
    background: #e2ebf0;
    border: 1px solid #cad3d8;
    box-sizing: border-box;
    font-size:18px;
    line-height: 20px;
    color: #142b4c;
    text-align: center;
	padding:10px;
	font-weight:500;
	}
ul.work-list li img {
    margin:0px auto 5px auto;
    display: block;
	}
ul.sungls-atlts-list li{ width:12%;}
.rgt-athlct{
	float:right;
	}
.desc-situation-inr{
	float:right;
	width:60%;
	padding-top:30px;
	}
ul.desc-prd2list{
	float:left;
	width:60%;
	text-align:left;
	}
ul.desc-prd2list li{
	float:left;
	width:100%;
	padding:0 0 0 60px;
	margin-top:20px;
	position:relative;
	}
ul.desc-prd2list li img{
	position:absolute;
	left:0;
	top:0;
	}
ul.desc-prd2list li p{
	font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color:#4b4d4a;
    text-align: left;
    border-bottom: 1px dotted #1f66a6;
    padding:0px 0 10px 0;
	}
ul.desc-prd2list li:last-child p{ border:none;}
.comfort{
	position:absolute;
	left:50px;
	top:40px;
	width:350px;
	}
ul.spincycle-s2-list{
	float:left;
	width:100%;
	margin-top:10px;
	padding-left:40px;
	}
ul.spincycle-s2-list li{
	float:left;
	width:100%;
	text-align:left;
	font-size: 18px;
    line-height: 22px;
    color: #4b4d4a;
	font-weight:500;
	margin-top:10px;
	list-style:disc;
	}
ul.four-guid-list{
	float:left;
	width:70%;
	margin-top:10px;
	}
ul.four-guid-list li{
	float:left;
	width:100%;
	text-align:left;
	margin-top:20px;
	position:relative;
	padding-left:75px;
	}
.part-guid{
	position:absolute;
	left:0;
	top:0;
	border-radius:50%;
	background:#8a807c;
	color:#fff;
	font-size:15px;
	line-height:16px;
	width:50px;
	height:50px;
	text-align:center;
	padding:10px 0;
	font-weight:500;
	}
ul.four-guid-list li span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:500;
	margin-bottom:10px;
	}
ul.four-guid-list li p{
	font-size: 18px;
    line-height: 24px;
    color: #4b4d4a;
	}
.up2s2-subhdbx{
	float:left;
	width:100%;
	font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    color: #2b2b2b;
    text-align: center;
    background: #fff;
	margin-top:40px;
	}
ul.up2s2-list2{
	text-align:center;
	padding:8px 0 0 0;
	float:left;
	width:100%;
	}
ul.up2s2-list2 li{
	display:inline-block;
	margin:10px 15px 0 15px;
	font-weight:500;
	font-size:20px;
	line-height:20px;
	color:#2a2a2a;
	text-align:center;
}
ul.up2s2-list2 li img{margin:0 1px -3px 0;}

ul.book-secrt-list{
	float:left;
	width:100%;
	margin-top:20px;
	}
ul.book-secrt-list li{
	float:left;
	width:33.33%;
	text-align:left;
	font-size: 18px;
    line-height: 24px;
    color: #4b4d4a;
    margin-top:10px;
	padding-left:25px;
	padding-right:20px;
	background:url(../images/tik.png) no-repeat left 5px;
	}

.show-desk{
	display:block;
}
.show-mob{
	display:none;
}	

/*====================
About Section
==========================*/	
.intro-section{
	float:left;
	width:100%;
	padding:60px 0 0;
	}
.intro-lft{
	float:left;
	width:58%;
	text-align:left;
	}
.hdng-btmbdr{
	max-width:100%;
    display: inline-block;
    margin: 15px 0 5px;	
	}
.abtHdng-txt{
	float:left;
	width:100%;
	text-align:left;
	font-size:24px;
	line-height:24px;
	color:#2b2b2b;
	font-weight:bold;
	margin-top:30px;
	}	
ul.intro-list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:10px;
	}	
ul.intro-list li{
	background:url(../images/intro-tike.png) no-repeat left 5px;
	float:left;
	width:100%;
	font-size:18px;
	color:#4b4d4a;
	margin-top:15px;
	padding-left:25px;
	}
.shopnow-btn{
	float:left;
    width: 100%;
    max-width: 190px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #e85710;
    margin-top: 25px;
    font-weight: bold;	
	}
.intro-rgt{
	float:right;
	width:41%;
	position:relative;
	}	
.people-fit-img{
	max-width:100%;
	position:absolute;
	top:5px;
	right:0;
	}				
	
.why-section{
	float:left;
	width:100%;
	padding:60px 0;
	}
.why-lft{
	float:left;
	width:40%;
	position:relative;
	}
.whylogo-img{
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
	}			
.why-rgt{
	float:right;
	width:57%;
	text-align:left;
	}	
ul.why-list{
	float:left;
	width:100%;
	margin:30px 0 20px;
	}
ul.why-list li{
	float:left;
	width:25%;
	text-align:left;
	font-size:18px;
	line-height:20px;
	color:#4b4d4a;
	border-left:1.5px solid #2b2b2b;
	padding:4px 0 4px 10px;
	}	
.why-t1{
	float:left;
	width:100%;
	font-size:18px;
	line-height:22px;
	color:#2b2b2b;
	font-weight:500;
	margin-top:20px;
	}	
	
.bndle-prod{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin:40px 0 0;
	}	
	
.cancel-subs .cntct-form{margin-top:50px;}
.cancel-subs ul.contact-list{padding:0 360px;}
.cancel-subs ul.contact-list li{width:49%;}
.cancel-subs ul.contact-list li p{padding:0;}

/*===========Bundle============*/
.bndle-pkg{
	float:left;
	width:70%;
	margin:10px 0;
	}
.buyOpt-row2 {
	float: left;
	width:100%;
	padding:10px 10px 10px 15px;
	cursor: pointer;
	position: relative;
	border:1px solid #a09e9e;
	margin:5px 0 0;
	border-radius:3px;
	}
.buyOpt-row2.active {background: #a09e9e; }
.buyOpt-row2.active P {
    color: #fff;}
.packageOpt2 {
	float: left;
	width:100%;
	text-align: left;
	position: relative;
	padding-left: 30px;
	}
.packageOpt2 input[type=radio] {
	position: absolute;
	opacity: 0;
	}
.packageOpt2 input[type=radio] + span {
	position: absolute;
	display: inline-block;
	left: 3px;
	top:4px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #000;
	}
.packageOpt2 input[type=radio]:checked + span:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #000;
	}
.packageOpt2 p {
	float: left;
	width: 100%;
	color: #2c2c2c;
	font-size: 17px;
	line-height: 23px;
	text-align:left;
	}
.packageOpt2 p span {
	color: #0089cc;
	font-weight:normal;
	}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	background: #e85710;
	color: #fff;
	padding: 8px 15px;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	text-align:left;
	left:0;
	font-size:15px;
	line-height:20px;
	letter-spacing:0.5px;
	top:-100%;
	}
.tooltiptext::after {
	content: "";
	position: absolute;
	left:15px;
	top:100%;
	border-left: 10px solid transparent;
  	border-right: 10px solid transparent;
  	border-top: 10px solid #e85710;
	}
/* Show the tooltip text when you mouse over the tooltip container */
	.tooltip:hover .tooltiptext {
	visibility: visible;
	}
	
/*==========================*/
.i-pop{
	position:fixed;
	width:100%;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.7);
	z-index:999;
	}
.i-pop-cont{
	width:400px;
	max-width:90%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	background:#fff;
	padding:20px;
	border:1px solid #f89a20;
	border-radius:3px;
	z-index:99;
	text-align:left;
	font-size:17px;
	}
.close{
	width:20px;
	position:absolute;
	right:-10px;
	top:-10px;
	}


/********************************/
/****************************************/
.thank-you {
    min-height: 38vh;
    text-align: center;
    padding: 50px 0;
	float:left;
	width:100%;
}
.thnx-txt1 {
   display: inline-block;
    width: 100%;
    font-size: 40px;
    line-height: 55px;
    font-weight: 600;
    color: #2fa999;
    margin-bottom: 10px;
}
.thnx-txt2 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}
/*****************************/
/*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: 30px;
    color: #2b9fe9;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 5px solid #2b9fe9;
}
.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;
}
/********************************/
.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;
    opacity: 0.3;
    background: #000;
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #333;
    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: linear-gradient(141deg, rgba(43, 159, 233, 1) 34%, rgba(13, 59, 194, 1) 82%);
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #ff4747;
}
.yes-btn {
	
}

