@charset "utf-8";
/* CSS Document */
html{
	height:100%;
}
@font-face {
    font-family: body_text;
    src: url(../fonts/SEGOEUI.TTF);
}
h1, h2, h3, h4{
	font-family:Tahoma, Geneva, sans-serif;
}

body {
	margin:0px;
	padding:0px;
    font-family:body_text;
	font-size:15px;
	background:#FFF;
	top:0 !important;
}
a{ 
	text-decoration:none;
	color:inherit;
}
#back2Top {
    width: 40px;
	height:30px;
	padding-top:10px;
    position: fixed;
    z-index: 999;
    bottom: 100px;
    right: 2%;
    background: #29BA00;
    color: #FFF;
    display: none;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
	border-radius:7px;
-moz-transition:all 0.2s ease-in 0.2s;
transition:all 0.2s ease-in 0.2s;
-webkit-transition:all 0.2s ease-in 0.2s;
-ms-transition:all 0.2s ease-in 0.2s;
-o-transition:all 0.2s ease-in 0.2s;
}
#back2Top:hover {
    background: #F1C40F;
}



.success-div, #not-success-div, #warning-div{
	width:300px;
	height:50px;
	padding-top:10px;
	background:rgba(0,202,101,1);
	position:fixed;
	right:0px;
	top:100px;
	z-index:1000;
	font-size:16px;
	color:#FFF;
	cursor:pointer;
	display:none;
}

.success-div div, #not-success-div div, #warning-div div{
	text-align:center;
	width:60px;
	height:50px;
	background:#ecf0f1;
	color:rgba(0,202,101,.7);
	font-size:40px;
	float:left;
	padding-top:10px;
	margin-right:5px;
	margin-top:-10px;
}

.success-div span, #not-success-div span, #warning-div span{
	font-size:13px;
}
#not-success-div{
	font-size:14px;
	background: rgba(255,0,0,1);
}
#not-success-div div{
	color:rgba(255,0,0,1);
}
#not-success-div span{
	font-size:11px;
}
#warning-div{
	background: rgba(255,128,0,1);
}
#warning-div div{
	color:rgba(255,128,0,1);
}









#get-more-div{
	width:100%;
	height:100%;
	position:fixed;
	background: rgba(0,0,0,.8);
	z-index:900;
	display:none;
	overflow:auto;
}
#get-more-div-secondary{
	width:100%;
	height:100%;
	position:fixed;
	background: rgba(0,0,0,.5);
	z-index:920;
	display:none;
}








.ajax-loader{
	width:40%;
	min-width:260px;
	height:auto;
	border-radius:3px;
	text-align:center;
	margin:120px auto;
	background:#FFF;
	padding:20px;
}
.ajax-loader img{
	width:100%;
}



.alert{
	border:rgba(231,107,46,.4) 1px solid;
	background:rgba(231,107,46,.05);
	min-height:20px;
	padding:10px 5% 10px 5%;
	font-size:14px;
	line-height:20px;
	color:#7f8c8d;
	margin:10px auto;
}

.combo-alert {
	display: flex;
	text-align: left;
	flex-direction: column;
}

.alert span{
	color:#3498db;
	cursor:pointer;
}

.alert-success{
	border:rgba(46,204,113,.4) 1px solid;
	background:rgba(46,204,113,.05);
}
.alert-failed{
	border:rgba(231,76,60,.4) 1px solid;
	background:rgba(231,76,60,.05);
}
.alert .btn{
	height:30px;
	margin:-5px 0px;
	padding:0px 10px ;
	border:none;
	border-radius:3px;
	background:#29BA00;
	color:#FFF;
	font-size:11px;
	cursor:pointer;
	font-family:Tahoma, Geneva, sans-serif;
	transition:all ease 0.2s;
	-webkit-transition:all ease 0.2s;
	-ms-transition:all ease 0.2s;
	-o-transition:all ease 0.2s;
	-moz-transition:all ease 0.2s;
}
.alert .btn:hover{
	background:#444;
}



.ajax-progress {
  background:#090;
  display: block;
  height: 20px;
  text-align: center;
  transition: width .3s;
  width: 0;
  line-height:20px;
  color:#FFF;
  border-radius:10px;
}







.media-link-div{
	position:fixed;
	height:auto;
	width:50px;
	right:0px;
	top:185px;
	z-index:500;
}
.media-link-div li{
	list-style:none;
	width:50px;
	font-size:20px;
	color:#FFF;
	background:#060;
	padding-top:10px;
	height:40px;
	text-align:center;
	-moz-transition:all 0.2s ease-in 0.2s;
transition:all 0.2s ease-in 0.2s;
-webkit-transition:all 0.2s ease-in 0.2s;
-ms-transition:all 0.2s ease-in 0.2s;
-o-transition:all 0.2s ease-in 0.2s;
cursor:	pointer;
float:right;
}
.media-link-div li:hover{
	padding-right:5px;
}


@media all and (max-width:930px) {
	.media-link-div {
		top: 160px;
	}
}


@media all and (max-width:450px) {
	.media-link-div {
		display: none;
	}
}
























.back-container{
	width:100%;
	height:auto;
	position:absolute;
	z-index:120;
}






.slide-bottom-div{
	width:85%;
	margin:auto;
	position:relative;
	max-width:1200px;
	padding-bottom:40px;
	border-radius:10px 10px 0px 0px;
}

.slide-bottom-div .slide-content-div{
	width:550px;
	margin-top:-500px;
	margin-bottom:0px;
}
.slide-bottom-div .slide-content-div .div-in{
	color:#FFF;
	font-size:18px;
}
.slide-bottom-div .slide-content-div .div-in h1{
	color:#F1C40F;
	font-size:50px;
	padding:0px;
	margin:0px;
	min-height:220px;
}
.slide-bottom-div .slide-content-div .div-in h1 hr{
    width: 30%;
	border:none;
    border-bottom: 3px solid #F1C40F;
	float:left;
}
.slide-bottom-div .slide-content-div .btn{
	border:none;
	background:#F1C40F;
	color:#000;
	height:50px;
	width:250px;
	padding:0px 10px;
	border-radius:5px;
	font-size:20px;
    font-family: body_text;
	transition:all 0.2s ease-in 0.2s;
	-moz-transition:all 0.2s ease-in 0.2s;
	-webkit-transition:all 0.2s ease-in 0.2s;
	-ms-transition:all 0.2s ease-in 0.2s;
	-o-transition:all 0.2s ease-in 0.2s;
	cursor:pointer;
}
.slide-bottom-div .slide-content-div .btn:hover{
	opacity:.9;
}



@media all and (max-width:750px) {
.slide-bottom-div{
	width:90%;
}
}
@media all and (max-width:670px) {
.slide-bottom-div{
	width:96%;
	background:rgba(0,0,0,.7);
}
.slide-bottom-div .slide-content-div{
	width:90%;
	margin: auto;
	margin-top:-480px;
	text-align:center;
}
.slide-bottom-div .slide-content-div .div-in h1{
	font-size:50px;
	text-align:center;
	color:#FFF;
	text-shadow: 0px 0px 10px #000;
	padding-top:20px;
}
.slide-bottom-div .slide-content-div .div-in h1 hr{
	float:none;
}
}
@media all and (max-width:550px) {
.slide-bottom-div .slide-content-div .div-in h1{
	font-size:45px;
}
}
@media all and (max-width:500px) {
.slide-bottom-div .slide-content-div .div-in h1{
	font-size:38px;
}
}






.service-div{
	margin: auto;
	width:100%;
	min-height:160px;
	background:#F2F4F4;
	border-bottom:none;
	text-align:center
}

.service-div .in-div{
	padding:25px 0px 25px 0px;
	text-align:center;
}
.service-div .in-div .service{
	width:350px;
	display:inline-block;
	vertical-align:top;
	min-width:300px;
	text-align:center;
	margin:10px 0px 10px 0px;
}
 .service-div .in-div .service .icon{
	width:100px;
	height:100px;
	border-radius:100%;
	border:#29BA00 1px solid;
	line-height:100px;
	text-align:center;
	font-size:35px;
	color:#29BA00;
	float:left;
}

.service-div .in-div .service .detail{
	margin-left:10px;
	width:calc(100% - 114px);
	float:right;
	text-align:left;
	font-size:13px;
}

.service-div .in-div .service .detail span{
	font-size:20px;
	line-height:40px;
	color:#FE8101;
}


@media all and (max-width:1070px) {
.service-div .in-div .service{
	width:70%;
}
}









.body-div{
	width:100%;
	min-height:200px;
	background:#FFF;
}

.body-div .body-div-in{
	width:85%;
	margin:auto;
	padding:40px 0px;
	text-align:center;
	max-width:1200px;
}


.combo-body-div{
	background: #f8f8f8;
	display: flex;
	padding:20px 0px;
	min-height: 300px;
}

.combo-body-div .combo-body-div-in{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 35px;
}

.body-div .body-div-in .title-div{
	text-align:left;
}

.body-div .body-div-in .combo-title-div{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.body-div .body-div-in .combo-title-div .btn-div{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	gap: 8px;
}

.body-div .body-div-in .combo-title-div .btn-div .btn{
	border: none;
	background:rgba(41, 186, 0, .3);
	width: 40px;
	height: 35px;
	padding: 5px;
	color: #444;
	border-radius: 5px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition:all 0.2s ease-in 0.2s;
}

.body-div .body-div-in .combo-title-div .btn-div .btn:hover{
	background:rgba(41, 186, 0, .5);
	
}

.body-div .body-div-in .title-div h2{
	font-size:50px;
	line-height:45px;
	margin-top:0px;
	color:#FFF;
	margin-bottom:10px;
	text-align:left;
	-webkit-text-stroke: 1px #F1C40F;
    -webkit-text-fill-color: #FFF;
}

.body-div .body-div-in .title-div h3{
	font-size:40px;
	color:#29BA00;
	margin-top:-40px;
	margin-bottom:0px;
}


@media all and (max-width:700px) {
.body-div .body-div-in{
	width:96%;
}
}
@media all and (max-width:700px) {
.body-div .body-div-in .title-div h2{
	font-size:50px;
}
.body-div .body-div-in .title-div h3{
	font-size:35px;
}
}
@media all and (max-width:520px) {
.body-div .body-div-in .title-div h2{
	font-size:35px;
}
.body-div .body-div-in .title-div h3{
	font-size:25px;
}
}






















.product-categories-back-div{
	width:100%;
	text-align: justify;
	padding:40px 0px;
}

.product-categories-back-div .product-categories{
	width:15%;
	min-width:120px;
	min-height:150px;
	display:inline-block;
	vertical-align: top;
	margin:0px .5% 20px .5%;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,.06);
	transition:all 0.2s ease-in 0.2s;
	-moz-transition:all 0.2s ease-in 0.2s;
	-webkit-transition:all 0.2s ease-in 0.2s;
	-ms-transition:all 0.2s ease-in 0.2s;
	-o-transition:all 0.2s ease-in 0.2s;
	cursor:pointer;
}
.product-categories-back-div .product-categories:hover{
	box-shadow:0px 0px 10px 1px rgba(0,0,0,.1);
}
.product-categories-back-div .product-categories .img{
	width:100%;
	height:120px;
	border-radius:5px;
	overflow:hidden;
}
.product-categories-back-div .product-categories .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all 0.2s ease-in 0.2s;
	-moz-transition:all 0.2s ease-in 0.2s;
	-webkit-transition:all 0.2s ease-in 0.2s;
	-ms-transition:all 0.2s ease-in 0.2s;
	-o-transition:all 0.2s ease-in 0.2s;
	cursor:pointer;
}
.product-categories-back-div .product-categories:hover img{
		-moz-transform:scale(1.1) translate(1px,0px);
		-webkit-transform:scale(1.1) translate(1px,0px);
}

.product-categories-back-div .product-categories .text-div{
	padding:20px;
	font-size:13px;
	line-height:18px;
	color:#444;
	text-align:left;
}
.product-categories-back-div .product-categories .text-div h2{
	padding:0px;
	margin:0px;
	font-size:12px;
	text-transform: uppercase;
	cursor:pointer;
	transition:all 0.2s ease-in 0.2s;
	-moz-transition:all 0.2s ease-in 0.2s;
	-webkit-transition:all 0.2s ease-in 0.2s;
	-ms-transition:all 0.2s ease-in 0.2s;
	-o-transition:all 0.2s ease-in 0.2s;
}
.product-categories-back-div .product-categories:hover .text-div h2{
	color:#29BA00;
}
@media all and (max-width:950px) {
.product-categories-back-div .product-categories{
	width:30%;
}
}
@media all and (max-width:400px) {
.product-categories-back-div .product-categories{
	width:46%;
}
}




















.product-back-div{
	width:100%;
	min-height:350px;
	margin:40px auto;
	margin-bottom:0px;
	text-align: justify;
}

.page-rec-back-div {
	width:100%;
	min-height:350px;
	margin:40px auto;
	margin-bottom:0px;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:15px;
}

.product-back-div .product-div{
	width:23%;
	min-width:150px;
	min-height:300px;
	display:inline-block;
	vertical-align: top;
	margin:0px .5% 20px .5%;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,.1);
	border-radius:5px;
	cursor:pointer;
	transition:all 0.2s ease-in 0.2s;
	-moz-transition:all 0.2s ease-in 0.2s;
	-webkit-transition:all 0.2s ease-in 0.2s;
	-ms-transition:all 0.2s ease-in 0.2s;
	-o-transition:all 0.2s ease-in 0.2s;
}

.product-back-div .combo-products{
	width:100%;
	margin:0px 5% 20px 5%;
}


.product-back-div .product-div:hover{
	box-shadow:0px 0px 10px 1px rgba(0,0,0,.2);
}
.product-back-div .product-div .img{
	width:100%;
	height:200px;
	border-radius:5px 5px 0px 0px;
	overflow:hidden;
}
.product-back-div .product-div .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all 0.2s ease-in 0.2s;
	-moz-transition:all 0.2s ease-in 0.2s;
	-webkit-transition:all 0.2s ease-in 0.2s;
	-ms-transition:all 0.2s ease-in 0.2s;
	-o-transition:all 0.2s ease-in 0.2s;
}
.product-back-div .product-div:hover .img img{
		-moz-transform:scale(1.1) translate(1px,0px);
		-webkit-transform:scale(1.1) translate(1px,0px);
}
.product-back-div .product-div .price{
	font-size:16px;
	line-height:30px;
	height:30px;
	font-weight:bold;
	background:#F00;
	padding:5px 10px;
	float:left;
	margin-top:-40px;
	margin-left:20px;
	position:absolute;
	color:#FFF;
	border-radius:4px 4px 0px 0px;
}
.product-back-div .product-div .text-div{
	padding:20px;
	font-size:13px;
	line-height:18px;
	color:#444;
	text-align:left;
	min-height:70px;
	overflow:hidden;
}
.product-back-div .product-div .text-div span{
	padding:20px 0px;
	color:#29BA00;
	font-size:12px;
	text-transform: uppercase;
}
.product-back-div .product-div .text-div h2{
	padding:0px;
	margin:0px;
	font-size:12px;
	line-height:20px;
	min-height:20px;
	cursor:pointer;
	overflow:hidden;
}
.product-back-div .product-div .btn{
	height:40px;
	border:none;
	color:#FFF;
	background:#29BA00;
	margin:0px;
	margin-top:10px;
	width:100%;
	float:right;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-radius:5px;
	transition:all 0.2s ease-in 0.2s;
	-moz-transition:all 0.2s ease-in 0.2s;
	-webkit-transition:all 0.2s ease-in 0.2s;
	-ms-transition:all 0.2s ease-in 0.2s;
	-o-transition:all 0.2s ease-in 0.2s;
	cursor:pointer;
}
.product-back-div .product-div .btn:hover{
	background:#444;
}
.product-back-div .product-div .view-btn{
	width:30%;
	float:left;
	background:#F1C40F;
	border-radius:0px 0px 0px 5px;
}






@media all and (max-width:1000px) {
	.product-back-div .product-div{
		width:30%;
	}

	.product-back-div .combo-products{
		width:100%;
	}
}
@media all and (max-width:680px) {
	.product-back-div .product-div{
		width:45%;
	}
	.product-back-div .product-div .btn{
		font-size:10px;
	}

	.product-back-div .combo-products{
		width:100%;
	}
}









.body-hash{
	background:#E5E8E8;
}

.info-div{
	width:85%;
	margin:auto;
	padding:40px 0px;
	text-align:center;
	max-width:1200px;
}

.info-div .image-div{
	width:45%;
	padding:20px;
	margin-left:3%;
	vertical-align:top;
	display:inline-block;
}
.info-div .image-div .image{
	width:100%;
	height:500px;
}
.info-div .image-div .image img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.info-div .info-text{
	width:48%;
	vertical-align:top;
	display:inline-block;
	text-align:left;
	color:#444;
	line-height:25px;
	text-align:justify;
}
.info-div .info-text .padding-div{
	height:60px;
}
.info-div .info-text h2{
	font-size:50px;
	line-height:45px;
	margin-top:0px;
	color:#29BA00;
	margin-bottom:10px;
	text-align:left;
	-webkit-text-stroke: 1px #F1C40F;
    -webkit-text-fill-color: #FFF;
}
.info-div .info-text h3{
	font-size:40px;
	color:#29BA00;
	margin-top:-30px;
}



@media all and (max-width:1300px) {
.info-div{
	width:90%;
}
.info-div .info-text{
	width:48%;
}
.info-div .image-div{
	width:40%;
}
}
@media all and (max-width:1250px) {
.info-div .info-text h2{
	font-size:40px;
	line-height:35px;
}
.info-div .info-text h3{
	font-size:35px;
}
}
@media all and (max-width:960px) {
.info-div .info-text{
	width:90%;
}
.info-div .image-div{
	width:80%;
}
.info-div .image-div .image{
	height: auto;
}
}
@media all and (max-width:780px) {
.info-div .info-text .padding-div{
	display:none;
}
}


@media all and (max-width:510px) {
.info-div .info-text{
	width:96%;
}
.info-div .image-div{
	width:90%;
	padding:0px;
}
.info-div .info-text h2{
	font-size:35px;
	line-height:45px;
}
.info-div .info-text h3{
	font-size:25px;
}
}





















.insight-back-div{
	width:100%;
	margin:auto;
	padding:50px 0px;
}
.insight-back-div .insight-latest .latest-left{
	width:65%;
	float:left;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,.06);
}
.insight-back-div .insight-latest .latest-left .insight-date{
	min-width:150px;
	font-size:25px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#29BA00;
	border-radius:5px;
	position:absolute;
	z-index:1;
	background:#FFF;
	margin:30px 0px 0px 30px;
	font-family:Tahoma, Geneva, sans-serif;
}


.insight-back-div .insight-latest .latest-left .insight-div{
	width:100%;
	min-height:500px;
	text-align: justify;
}

.insight-back-div .insight-latest .latest-left .insight-div .insight-details{
	width:60%;
	height:500px;
	overflow:hidden;
	float:right;
	color:#444;
	text-align:left;
}
.insight-back-div .insight-latest .latest-left .insight-div .insight-details .div-in{
	padding:20px;
	line-height:30px;
}
.insight-back-div .insight-latest .latest-left .insight-div .insight-details .div-in a{
	font-size:12px;
	color:#09F;
}

.insight-back-div .insight-latest .latest-left .insight-div .insight-details .div-in h2{
	color:#000;
	padding:0px;
	margin:0px;
	font-size:20px;
	line-height:30px;
	margin:5px 0px;
	cursor:pointer;
}
.insight-back-div .insight-latest .latest-left .insight-div .insight-details .div-in h2:hover{
	color:#29BA00;
}

.insight-back-div .insight-latest .latest-left .insight-div .insight-pix{
	width:40%;
	height:500px;
	overflow:hidden;
	float:left;
}
.insight-back-div .insight-latest .latest-left .insight-div .insight-pix img{
	width:100%;
	height:100%;
	object-fit:cover;
}




.insight-back-div .insight-latest .latest-right{
	width:35%;
	float:right;
	text-align:center;
}
.insight-back-div .insight-latest .latest-right .category{
	font-size:24px;
	color:#444;
	text-align:left;
	padding:0px 0px 10px 20px;
	font-weight: normal;
}

.insight-back-div .insight-latest .latest-right .latest-div-in{
	padding:0px 20px;
}
.insight-back-div .insight-latest .latest-right .latest-div-in .latest-blogs{
	padding:10px 0px;
	border-top:#CCC 1px solid;
	text-align:left;
	cursor:pointer;
}
.insight-back-div .insight-latest .latest-right .latest-div-in .latest-blogs h2{
	color:#444;
	padding:0px;
	margin:0px;
	font-size:18px;
	line-height:20px;
	text-transform: capitalize;
	font-family:body_text;
	font-weight:lighter;
}
.insight-back-div .insight-latest .latest-right .latest-div-in .latest-blogs:hover h2{
	color:#29BA00;
}

.insight-back-div .insight-latest .latest-right .latest-div-in .latest-blogs span{
	color:#999;
	font-size:10px;
	line-height:20px;
}

.insight-back-div .insight-latest .latest-right .announcement-div{
	height:100px;
	line-height:100px;
	font-size:20px;
	width:80%;
	margin:auto;
	margin-bottom:20px;
	text-align:left;
	vertical-align:top;
	display:inline-block;
}
.insight-back-div .insight-latest .latest-right .announcement-div .date{
	height:100px;
	width:120px;
	margin-right:20px;
	background:#FFF;
	box-shadow:0px 0px 5px 1px rgba(0,0,0,.06);
	text-align:center;
	float:left;
	line-height:normal;
}
.insight-back-div .insight-latest .latest-right .announcement-div .date .in-div{
	padding:10px;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
}
.insight-back-div .insight-latest .latest-right .announcement-div .date .in-div span{
	font-size:40px;
	color:#29BA00;
}





.insight-recommended-div{
	width:100%;
	margin:40px auto;
	text-align: center;
}

.insight-recommended-div .recommended-blogs{
	width:32%;
	min-width:300px;
	min-height:400px;
	display:inline-block;
	vertical-align: top;
	margin:0px .5% 20px .5%;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,.06);
	-moz-transition:all 0.2s ease-in 02s;
transition:all 0.2s ease-in 0.2s;
-webkit-transition:all 0.2s ease-in 0.2s;
-ms-transition:all 0.2s ease-in 0.2s;
-o-transition:all 0.2s ease-in 0.2s;
}
.insight-recommended-div .recommended-blogs:hover{
	box-shadow:0px 0px 20px 5px rgba(0,0,0,.1);
}
.insight-recommended-div .recommended-blogs .img{
	width:100%;
	height:300px;
	border-radius:5px;
	overflow:hidden;
}
.insight-recommended-div .recommended-blogs .img img{
	width:100%;
	height:100%;
	object-fit:cover;
	-moz-transition:all 0.2s ease-in 02s;
transition:all 0.2s ease-in 0.2s;
-webkit-transition:all 0.2s ease-in 0.2s;
-ms-transition:all 0.2s ease-in 0.2s;
-o-transition:all 0.2s ease-in 0.2s;
}
.insight-recommended-div .recommended-blogs:hover  .img img{
		-moz-transform:scale(1.1) translate(1px,0px);
		-webkit-transform:scale(1.1) translate(1px,0px);
}
.insight-recommended-div .recommended-blogs .text-div{
	padding:20px;
	font-size:15px;
	line-height:22px;
	color:#444;
	text-align:left;
}
.insight-recommended-div .recommended-blogs .text-div span{
	padding:20px 0px;
	color:#29BA00;
	font-size:12px;
}
.insight-recommended-div .recommended-blogs .text-div h2{
	padding:0px;
	margin:0px;
	font-size:18px;
	line-height:24px;
	text-transform: uppercase;
	cursor:pointer;
}
.insight-recommended-div .recommended-blogs .text-div h2:hover{
	color:#29BA00;
}






@media all and (max-width:1230px) {
.insight-back-div .insight-latest .latest-left{
	width:55%;
}
.insight-back-div .insight-latest .latest-right{
	width:45%;
}
}
@media all and (max-width:1100px) {
.insight-recommended-div .recommended-blogs{
	width:48%;
}
}
@media all and (max-width:1000px) {
.insight-back-div .insight-latest .latest-left{
	width:100%;
	float:none;
	margin-bottom:20px;
}
.insight-back-div .insight-latest .latest-right{
	width:100%;
	float:none;
}
.insight-back-div .insight-latest .latest-right .announcement-div{
	width:45%;
	min-width:300px;
}

}

@media all and (max-width:730px) {
.insight-back-div .insight-latest .latest-left .insight-div .insight-details{
	width:100%;
	height: auto;
	float:none;
}
.insight-back-div .insight-latest .latest-left .insight-div .insight-pix{
	width:100%;
	height: auto;
	float:none;
	margin:auto;
}

.insight-back-div .insight-latest .latest-right .announcement-div{
	width:100%;
}
.insight-recommended-div .recommended-blogs{
	width:100%;
	min-width:250px;
}

}















.newsletter-div{
	width:800px;
	margin:auto;
	text-align:center;
	padding:40px 0px;
	font-size:20px;
}

.newsletter-div h2{
	font-size:40px;
	line-height:40px;
	margin-bottom:0px;
}
.newsletter-div .text-div{
	width:70%;
	margin:auto;
	text-align:center;
}
.newsletter-div .text-div .text_field{
	width:310px;
	height:50px;
	border:none;
	padding-left:40px;
	margin-bottom:10px;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#1e1e1e;
	-webkit-text-fill-color: #1e1e1e;
	-webkit-transition:all ease 0.2s;
	-ms-transition:all ease 0.2s;
	-o-transition:all ease 0.2s;
	-moz-transition:all ease 0.2s;
	 -webkit-appearance: none;
    -moz-appearance: none;
	-moz-appearance:textfield;
	outline: none !important;
}
.newsletter-div .text-div .btn{
	border:none;
	margin: auto;
	height:50px;
	width:150px;
	background:#29BA00;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	transition:all 0.2s ease-in 0.2s;
	-moz-transition:all 0.2s ease-in 0.2s;
	-webkit-transition:all 0.2s ease-in 0.2s;
	-ms-transition:all 0.2s ease-in 0.2s;
	-o-transition:all 0.2s ease-in 0.2s;
	cursor:pointer;
}

.newsletter-div .text-div .btn:hover{
	background:#444;
}


@media all and (max-width:840px) {
.newsletter-div{
	width:96%;
}
.newsletter-div h2{
	font-size:30px;
}
.newsletter-div .text-div{
	width:90%;
}
}
@media all and (max-width:600px) {
.newsletter-div .text-div .text_field{
	width:calc(100% - 40px);
}
.newsletter-div .text-div .btn{
	width:80%;
}
}









.footer-div{
	background:#25292D;
	min-height:300px;
}
.footer-div .div-in{
	width:85%;
	max-width:1200px;
	margin:auto;
	font-size:15px;
	color:rgba(255,255,255,.4);
	text-align:center;
	padding-bottom:20px;
}
.footer-div .div-in span{
	color:#FFF;
	cursor:pointer;
}

.footer-div .div-in .contact-div .in-div .btn{
	float:right;
	height:40px;
	background:#FFF;
	border:none;
	color:#25292D;
	padding:0px 20px;
	border-radius:5px;
	transition:all 0.2s ease-in 0.2s;
	-moz-transition:all 0.2s ease-in 0.2s;
	-webkit-transition:all 0.2s ease-in 0.2s;
	-ms-transition:all 0.2s ease-in 0.2s;
	-o-transition:all 0.2s ease-in 0.2s;
	cursor:pointer;
	margin-top:20px;
}
.footer-div .div-in .contact-div .in-div .btn:hover{
	background:rgba(255,255,255,.6);
}
@media all and (max-width:650px) {
.footer-div .div-in .contact-div{
	width:94%;
	margin-left:3%;
}
}





.footer-div .div-in .footer-links{
	min-height:100px;
	border-bottom: rgba(255,255,255,.4) 1px solid;
	margin-bottom:20px;
	padding:40px 0px;
}
.footer-div .div-in .footer-links ul{
	width:25%;
	float:left;
	color: rgba(255,255,255,.6);
	padding:0px;
	margin:0px;
	text-align:left
}
.footer-div .div-in .footer-links ul img{
	width:160px;
}
.footer-div .div-in .footer-links ul h4{
	color:#FFF;
	font-size:18px;
}
.footer-div .div-in .footer-links ul li{
	list-style:none;
	height:35px;
	line-height:35px;
	cursor:pointer;
	transition:all 0.2s ease-in 0.2s;
	-moz-transition:all 0.2s ease-in 0.2s;
	-webkit-transition:all 0.2s ease-in 0.2s;
	-ms-transition:all 0.2s ease-in 0.2s;
	-o-transition:all 0.2s ease-in 0.2s;
}
.footer-div .div-in .footer-links ul li i{
	font-size:18px;
	width:20px;
}
.footer-div .div-in .footer-links ul li:hover{
	color:#FFF;
}
.footer-div .div-in .footer-links ul .newsletter-text-div{
	background:rgba(255,255,255,.4);
	height:40px;
	width:80%;
}
.footer-div .div-in .footer-links ul .newsletter-text-div .text_field{
	background:none;
	border:none;
	color:rgba(255,255,255,.7);
	height:40px;
	width:calc(100% - 60px);
	float:left;
	padding-left:15px;
	 -webkit-appearance: none;
    -moz-appearance: none;
	-moz-appearance:textfield;
	outline: none !important;
}
.footer-div .div-in .footer-links ul .newsletter-text-div .btn{
	height:40px;
	width:40px;
	border:none;
	background:#C9FF26;
	color:#304000;
	font-size:20px;
	float:right;
	cursor:pointer;
}




@media all and (max-width:900px) {
.footer-div .div-in{
	width:96%;
}
}
@media all and (max-width:800px) {
.footer-div .div-in .footer-links ul{
	width:50%;
}
}
@media all and (max-width:670px) {
.footer-div .div-in .invest-agreement{
	width:100%;
	margin-left:0%;
}
}
@media all and (max-width:490px) {
.footer-div .div-in .invest-agreement .in-div{
	padding:20px 10px;
}
}
@media all and (max-width:400px) {
.footer-div .div-in .footer-links ul{
	width:80%;
	float:none;
	margin:auto;
}
}








































.other-pages-title{
	padding-top:180px;
	min-height:60px;
	background: url(../images/other-pages-title-bg.jpg) bottom center no-repeat;
	background-size:cover;
	padding-bottom:70px;
}
.other-pages-title .title-div{
	width:85%;
	max-width:1200px;
	margin:auto;
	color:#FFF;
}
.other-pages-title .title-div .top-text{
	padding: 10px 0px;
	font-size: 14px;
}
.other-pages-title .title-div .top-text span{
	color: #F1C40F;
}
.other-pages-title .title-div .title-inner-div{
	width: 60%;
	min-width: 700px;
}

.other-pages-title .title-div .title-inner-div .bottom-text{
	font-size: 24px;
}
.other-pages-title .title-div .title-inner-div .bottom-text p{
	margin: 0px;
}
.other-pages-title .title-div h1{
	padding:0px;
	margin:0px;
	font-size:60px;
	color:#FFF;
	line-height:70px;
}
.other-pages-title .title-div h1 i{
	font-size:25px;
	color:#29BA00;
}


.other-pages-title .title-div .title-detail{  
    font-size: 15px;
	text-align: left;
	padding: 8px 0px;
    min-height: 20px;
    line-height: 25px;
    border-top: rgba(204,204,204,.5) 1px solid;
    border-bottom: rgba(204,204,204,.5) 1px solid;
    font-size: 14px;
    margin: 20px 0px;
}
.other-pages-title .title-div .title-detail .detail-in{  
	height: 20px;
	min-width: 50px;
	vertical-align: top;
	display: inline-block;
}

.other-pages-title .title-div .title-detail .detail-in span{  
	color: #F1C40F;
}

.other-pages-title .title-div .count i{
	color: var(--body-bg-color);
	margin-right: 2px;
}

.other-pages-title .title-div h1 .btn{
	background:#29BA00;
	border:none;
	float:right;
	padding:0px 15px;
	height:40px;
	font-size:16px;
    font-family: body_text;
	color:#FFF;
	border-radius:4px;
	-moz-transition:all 0.2s ease-in 02s;
	transition:all 0.2s ease-in 0.2s;
	-webkit-transition:all 0.2s ease-in 0.2s;
	-ms-transition:all 0.2s ease-in 0.2s;
	-o-transition:all 0.2s ease-in 0.2s;
	cursor:pointer;
}
.other-pages-title .title-div h1 .btn:hover{
	background:#F1C40F;
}

@media all and (max-width:1000px) {
.other-pages-title .title-div{
	width:90%;

}
.other-pages-title .title-div .title-inner-div{
	width: 100%;
	min-width: 250px;
}

}

@media all and (max-width:500px) {
.other-pages-title .title-div  h1{
	font-size:40px;
}
.other-pages-title .title-div .title-inner-div h1{
	font-size:35px;
	line-height:40px;
}

}





.combo-page-title{
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.other-pages-title .other-pages-back-div {
    width: 85%;
    max-width: 1200px;
    display: flex;
	justify-content: space-between;
	gap: 5px;
}

.other-pages-title .other-pages-back-div .left-content{
	width: 100%;
    display: flex;
	flex-direction: column;
	gap: 10px;
	padding-top: 10px;
}

.other-pages-title .other-pages-back-div .left-content .top-title{
	display: flex;
	gap: 15px;
}

.other-pages-title .other-pages-back-div .left-content .top-title ul{
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.other-pages-title .other-pages-back-div .left-content .top-title ul li{
	text-align: center;
	list-style:none;
	color:#fff;
	font-size:14px;
	padding: 0px 3px;
	transition: 0.3s ease-in;
	cursor:pointer;
}

.other-pages-title .other-pages-back-div .left-content .top-title ul li i{
	margin-right: 4px;
	font-size: 12px;
}

.other-pages-title .other-pages-back-div .left-content .top-title ul li:hover{
	color: #F1C40F;
}

.other-pages-title .other-pages-back-div .left-content .text-content-div{
	width: 70%;
	color: #444;
	display: flex;
	flex-direction: column;;
	gap: 20px;
	text-shadow: 8px 8px 18px #000;
}

.other-pages-title .other-pages-back-div .left-content .text-content-div h1{
	margin: 0px;
	font-size:50px;
	color:#FFF;
	line-height:65px;
} 


@media all and (max-width:540px) {
	.other-pages-title .other-pages-back-div .left-content .text-content-div{
		width: 100%;
	}
	.other-pages-title .other-pages-back-div .left-content .text-content-div h1{
		font-size: 7vw;
		line-height: 10vw;
	} 	
}
	


.search-text-div{
	width:900px;
	min-height:60px;
	margin:auto;
	background:#FFF;
	margin-top:-30px;
	box-shadow:0px 5px 10px 1px rgba(0,0,0,.2);
	position:relative;
	text-align:justify;
	border-radius:5px;
	border:#CCC 1px solid;
}
.product-search{
	z-index: 320;
}
.search-text-div .text_field{
	font-size:16px;
	height:60px;
	border:none;
	width:calc(100% - 40px);
	padding-left:40px;
	font-family:Nunito,sans-serif;
	color:#999;
	-webkit-text-fill-color: #999;
	background:#FFF;
	-webkit-transition:all ease 0.2s;
	-ms-transition:all ease 0.2s;
	-o-transition:all ease 0.2s;
	-moz-transition:all ease 0.2s;
	-moz-appearance:textfield;
	outline: none !important;
}
.search-dem .text_field{
	border-left:#CCC 1px solid;
}
.search-dem .text_field{
	background:url(../all-images/images/search.png) left center no-repeat;
}

@media all and (max-width:930px) {
.search-text-div{
	width:94%;
}
}


.search-text-div .search-segment-div{
	width:48%;
	float:left;
	margin:0px 1%;
}
@media all and (max-width:600px) {
.search-text-div .search-segment-div{
	width:98%;
	border-bottom:#CCC 1px solid;
}
.search-dem .text_field{
	border-left:none;
}
}





.product-title-div{
	border-bottom:#CCC 1px solid;
	margin:20px auto;
	text-align:left;
}
.product-title-div h2{
	color:#29BA00
}
.product-title-div h2 i{
	color:#F1C40F;
	font-size:14px;
}






.products-btn-div{
	background:#F2F4F4;
	padding:20px 0px;
}
.products-btn-div .div-in{
	width:85%;
	max-width:1200px;
	margin:auto;
	text-align:center;
}
.products-btn-div .div-in .btn{
	border:none;
	border-radius:3px;
	padding:15px;
	min-width:40px;
	margin:10px 5px;
	color:#444;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	background:rgba(41,186,0,.3);
	-moz-transition:all 0.2s ease-in 02s;
	transition:all 0.2s ease-in 0.2s;
	-webkit-transition:all 0.2s ease-in 0.2s;
	-ms-transition:all 0.2s ease-in 0.2s;
	-o-transition:all 0.2s ease-in 0.2s;
	cursor:pointer;
}
.products-btn-div .div-in .btn:hover{
	color:#FFF;
	background:#29BA00;
}
@media all and (max-width:1150px) {
.products-btn-div .div-in{
	width:96%;
}
}










.product-details-div{
	height:auto;
	background:#F2F4F4;
}

.product-details-div .div-in{
	width:85%;
	max-width:1200px;
	margin:auto;
}

.product-details-div .div-in .product-nav-div{
	width:300px;
	float:left;
	background:#FFF;
	margin:20px 0px;
	border-radius:10px;
	min-height:500px;
}

.product-details-div .div-in .product-nav-div .inner-div{
	padding:20px;
}

.product-details-div .div-in .product-nav-div .inner-div .title-div{
	height:50px;
	line-height:50px;
	font-size:18px;
	border-bottom:#F2F4F4 1px solid;
}
.product-details-div .div-in .product-nav-div .inner-div li{
	list-style:none;
	height:26px;
	padding:12px 0px;
	color:#444;
	line-height:26px;
	border-bottom:#BFC9CA 1px dashed;
	-moz-transition:all 0.2s ease-in 02s;
	transition:all 0.2s ease-in 0.2s;
	-webkit-transition:all 0.2s ease-in 0.2s;
	-ms-transition:all 0.2s ease-in 0.2s;
	-o-transition:all 0.2s ease-in 0.2s;
	cursor:pointer;
}
.product-details-div .div-in .product-nav-div .inner-div li i{
	font-size:16px;
	padding:5px 0px;
	width:26px;
	color:#F1C40F;
}
.product-details-div .div-in .product-nav-div .inner-div li:hover, .product-details-div .div-in .product-nav-div .inner-div .active-li{
	color:#29BA00;
	border-bottom:#7F8C8D 1px solid;
	padding-left:10px;
}





.each-product-details{
	width:calc(100% - 300px);
	float:right;
}
.each-product-details .inner-div{
	padding:20px;
}
.each-product-details .inner-div .product-gallery{
	width:50%;
	float:left;
}

.each-product-details .inner-div .product-gallery .product-main-pix{
	width:100%;
	margin:auto;
	height:400px;
	overflow:hidden;
	border-radius:10px;
}
.each-product-details .inner-div .product-gallery .product-main-pix img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.each-product-details .inner-div .product-gallery .product-pix-list{
	text-align:center;
	padding:10px 0px;
}
.each-product-details .inner-div .product-gallery .product-pix-list .product-pix{
	width:60px;
	height:60px;
	vertical-align:top;
	display:inline-block;
	overflow:hidden;
	margin:5px;
	border:#AEB6BF 2px solid;
	border-radius:4px;
	-moz-transition:all 0.2s ease-in 02s;
	transition:all 0.2s ease-in 0.2s;
	-webkit-transition:all 0.2s ease-in 0.2s;
	-ms-transition:all 0.2s ease-in 0.2s;
	-o-transition:all 0.2s ease-in 0.2s;
	cursor:pointer;
}
.each-product-details .inner-div .product-gallery .product-pix-list .product-pix:hover{
		-moz-transform:scale(1.1) translate(1px,0px);
		-webkit-transform:scale(1.1) translate(1px,0px);
}

.each-product-details .inner-div .product-gallery .product-pix-list .product-pix img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.each-product-details .inner-div .product-details-breakdown-div{
	width: calc(50% - 40px);
	float:right;
	padding:20px;
}
.each-product-details .inner-div .product-details-breakdown-div .detail-text{
	text-align:left;
	border-bottom:#CACFD2 1px dashed;
	padding:10px 0px;
}

.each-product-details .inner-div .product-details-breakdown-div .detail-text span{
	color:#29BA00;
	font-size:12px;
	font-weight:bold;
}
.each-product-details .inner-div .product-details-breakdown-div .qty-div{
	min-height:50px;
	line-height:50px;
	font-size:20px;
	padding:10px 0px;
}
.each-product-details .inner-div .product-details-breakdown-div .qty-div span{
	font-size:22px;
	color:#29BA00;
}
.each-product-details .inner-div .product-details-breakdown-div .qty-div .text_field{
	font-size:16px;
	height:50px;
	border:none;
	width:60px;
	padding:0px 20px;
	font-family:Nunito,sans-serif;
	color:#999;
	-webkit-text-fill-color: #999;
	background:#FFF;
	-webkit-transition:all ease 0.2s;
	-ms-transition:all ease 0.2s;
	-o-transition:all ease 0.2s;
	-moz-transition:all ease 0.2s;
}
.each-product-details .inner-div .product-details-breakdown-div .btn-div{
	padding:10px;
	border-top:#CCC 1px solid;
}

.each-product-details .inner-div .product-details-breakdown-div .btn-div .btn{
	min-width:40px;
	padding:0px 15px;
	height:40px;
	border:none;
	background:#29BA00;
	color:#FFF;
    font-family: body_text;
	border-radius:3px;
	font-size:14px;
	margin-bottom:10px;
	-moz-transition:all 0.2s ease-in 02s;
	transition:all 0.2s ease-in 0.2s;
	-webkit-transition:all 0.2s ease-in 0.2s;
	-ms-transition:all 0.2s ease-in 0.2s;
	-o-transition:all 0.2s ease-in 0.2s;
	cursor:pointer;
}
.each-product-details .inner-div .product-details-breakdown-div .btn-div .download{
	background:#444;
}
.each-product-details .inner-div .product-details-breakdown-div .btn-div .payment{
	background:#F1C40F;
}
.each-product-details .inner-div .product-details-breakdown-div .btn-div .btn:hover{
	opacity:.7;
}








@media all and (max-width:1160px) {
.product-details-div .div-in .product-nav-div{
	width:220px;
}
.each-product-details{
	width:calc(100% - 220px);
}
}

@media all and (max-width:1100px) {
.product-details-div .div-in{
	width:96%;
}
}

@media all and (max-width:980px) {
.product-details-div .div-in .product-nav-div{
	width:90%;
	float:none;
	margin:auto;
	min-height:300px;
}
.each-product-details{
	width:90%;
	float:none;
	margin:auto;
}
}


@media all and (max-width:790px) {
.product-details-div .div-in .product-nav-div{
	width:100%;
}
.each-product-details{
	width:100%;
}
.each-product-details .inner-div{
	padding:20px 0px ;
}
}

@media all and (max-width:720px) {
.each-product-details .inner-div .product-gallery{
	width:80%;
	float:none;
	margin:auto;
}
.each-product-details .inner-div .product-details-breakdown-div{
	width: 80%;
	float:none;
	padding:20px 0px;
	margin:auto;
}
}
@media all and (max-width:500px) {
.each-product-details #inner-div{
	padding:20px 0px;
}
.each-product-details .inner-div .product-gallery{
	width:100%;
}
.each-product-details .inner-div .product-gallery .product-main-pix{
	height:300px;
}

.each-product-details .inner-div .product-gallery .product-pix-list .product-pix{
	width:40px;
	height:40px;
}
.each-product-details .inner-div .product-details-breakdown-div{
	width: 100%;
}
}












.blog-back-div .left-div{
	width:calc(100% - 350px);
	float: left;
	padding-right:  25px;
	border: none;
	text-align: left;
}



.blog-back-div .left-div .main-blog-image-div{
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.blog-back-div .left-div .main-blog-image-div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-back-div .left-div .text-div{
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.blog-back-div .left-div .text-div h2{
    padding: 0px;
	margin: 0px;
	font-size: 22px;
	font-weight: 700;

}

.blog-back-div .left-div .text-div h3{
    padding: 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: 600;
	
}

.blog-back-div .left-div .text-div h4{
    padding: 0px;
	margin: 0px;
	font-size: 17px;
	font-weight: 600;
	
}

.blog-back-div .left-div .text-div p{
    padding: 0px;
	color: #302d2d;
	font-size: 15px;
}

.blog-back-div .left-div .icons{
	display: inline-block;
	vertical-align: top;
    padding: 8px 20px;
	border: none;
	border-radius: 25px;
	margin-right: 5px;
	font-size: 14px;
	margin-top: 10px;
	color: #fff;
	font-family: body_text;
	cursor: pointer;
	transition:all 0.2s ease-in 0.2s;
	-moz-transition:all 0.2s ease-in 0.2s;
	-webkit-transition:all 0.2s ease-in 0.2s;
	-ms-transition:all 0.2s ease-in 0.2s;
	-o-transition:all 0.2s ease-in 0.2s;
}

.blog-back-div .left-div .icons i{
	margin-right: 5px;
	color: #fff;
}

.blog-back-div .left-div .facebook{
	background:#105ca3;
}

.blog-back-div .left-div .whatsapp{
	background:#23da84;
}

.blog-back-div .left-div .twitter{
	background:#0cc1e6;
}

.blog-back-div .left-div .linkedin{
	background:#1c7fdb;
}

.blog-back-div .left-div .pinterest{
	background:#dc3545;
}

.blog-back-div .left-div .icons:hover{
	opacity: .8;
}




.blog-back-div .left-div .comment-back-div{
	width: 100%;
	height: auto;
}




.blog-back-div .right-div{
	width: 300px;
	height: auto;
	float: right;
	border: #f5eeee 1px solid;
	padding-bottom: 30px;

}

.blog-back-div .right-div .inner-div{
	padding: 0px 10px;
	text-align: left;
}





.blog-back-div .right-div .inner-div .content-div{
	width: 95%;
	height: auto;
	margin: 20px auto;
	border: #f0eaea 1px solid;
	border-radius: 5px;
	position: relative;
	-moz-transition: all 0.2s ease-in 02s;
    transition: all 0.2s ease-in 0.2s;
    -webkit-transition: all 0.2s ease-in 0.2s;
    -ms-transition: all 0.2s ease-in 0.2s;
    -o-transition: all 0.2s ease-in 0.2s;
}

.blog-back-div .right-div .inner-div .content-div:hover {
	box-shadow: 0px 0px 10px 3px #e9e6e6;
	background: #FFF;
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	transform: scale(1.01);
	-moz-transition: all 0.2s ease-in 02s;
	transition: all 0.2s ease-in 0.2s;
	-webkit-transition: all 0.2s ease-in 0.2s;
	-ms-transition: all 0.2s ease-in 0.2s;
	-o-transition: all 0.2s ease-in 0.2s;
}





.blog-back-div .right-div .inner-div .content-div .image-div{
	width: 100%;
	height: 120px;
	overflow: hidden;
	border-radius: 5px 5px 0px 0px;
}


.blog-back-div .right-div .inner-div .content-div .image-div img{
	width: 100%;
	height: 120px;
	object-fit: cover;
}

.blog-back-div .right-div .inner-div .content-div .text-div{
	width: calc(94% - 15px);
	height: auto;
	border-radius: 5px;
	cursor: pointer;
	padding: 15px;
	border: none;
	background: #fff;
}


.blog-back-div .right-div .inner-div .content-div .text-div h4{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 15px;
	font-family: body_text;
}

.blog-back-div .right-div .inner-div .content-div .text-div span{
	color: rgb(173, 173, 173);
	font-size: 13px;
	margin-top: -10px;
}
 


.blog-back-div .right-div .inner-div .content-div:hover .text-div h4{
	color: #090;
	text-decoration: underline;
}


@media all and (max-width:1000px) {
	.blog-back-div .left-div{
		width:100%;
		float: none;
		
	}
	.blog-back-div .right-div{
		float: none;
		width: 100%;
	}

	.blog-back-div .right-div .inner-div{
		text-align: center;
	}

	
	.blog-back-div .right-div .inner-div .content-div{
		width: 31%;
		margin: 20px .5%;
		vertical-align: top;
		display: inline-block;
		min-width: 250px;
	}
}

@media all and (max-width:950px) {
	.blog-back-div .right-div .inner-div .content-div{
		width: 100%;
	}
}




.caption-div{
	margin:20px auto;
	width:500px;
	min-height:200px;
	background:#FFF;
	border-radius:7px;
	overflow:hidden;
}
.caption-div .title-div{
	font-size:22px;
	height:30px;
	padding:10px;
	background-image: linear-gradient(to right, #29BA00, #F1C40F);
	line-height:30px;	
	border-radius:7px 7px 0px 0px;
	color:#FFF;
}
.caption-div .title-div .close{
	background: rgba(255,255,255,.5);
	width:15px;
	height:15px;
	font-size:15px;
	text-align:center;
	padding:7.5px;
	border-radius:100%;
	float:right;
	color:#FFF;
	cursor:pointer;
	-moz-transition:all 0.2s ease-in 02s;
transition:all 0.2s ease-in 0.2s;
-webkit-transition:all 0.2s ease-in 0.2s;
-ms-transition:all 0.2s ease-in 0.2s;
-o-transition:all 0.2s ease-in 0.2s;
}
.caption-div .title-div .close:hover{
	background:#F00;
}
.caption-div .div-in{
	padding:20px 50px 50px 50px;
}


.caption-div .div-in .title{
	padding:10px;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
}
.caption-div .div-in .title span{
	color:#F00;
	font-size:18px;
}
.caption-div .div-in .text_field{
	margin-bottom:10px;
	border-radius:5px;
	border:#CCC 1px solid;
	padding:15px 5% 15px 5%;
	width:90%;
	font-size:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#1e1e1e;
	-webkit-text-fill-color: #1e1e1e;
	-webkit-transition:all ease 0.2s;
	-ms-transition:all ease 0.2s;
	-o-transition:all ease 0.2s;
	-moz-transition:all ease 0.2s;
	 -webkit-appearance: none;
    -moz-appearance: none;
	-moz-appearance:textfield;
	outline: none !important;
}
.caption-div .div-in .selectinput{
	width:100%;
	font-size:15px;
}
.caption-div .div-in .text_field:hover{
	-moz-appearance:none;
}
.caption-div .div-in .text_field:focus{
	border:#29BA00 1px solid;
	-moz-appearance:none;
}

.caption-div .div-in .issue{
	border:#F00 1px solid;
	-moz-appearance:none;
		-moz-transform:scale(1.04) translate(1px,0px);
		-webkit-transform:scale(1.04) translate(1px,0px);
}
.caption-div .div-in #pswd_info{
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#F00;
	text-align:right;
	display:none;
	line-height:14px;
}
.caption-div .div-in .pswd_info{
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	text-align:left;
	line-height:14px;
}


.caption-div .div-in .btn{
	border:none;
	margin: auto;
	margin-top:10px;
	height:50px;
	width:100%;
	background:#29BA00;
	color:#FFF;
	border-radius:5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	transition:all 0.2s ease-in 0.2s;
	-moz-transition:all 0.2s ease-in 0.2s;
	-webkit-transition:all 0.2s ease-in 0.2s;
	-ms-transition:all 0.2s ease-in 0.2s;
	-o-transition:all 0.2s ease-in 0.2s;
	cursor:pointer;
}
.caption-div .div-in .btn:hover{
	background:#444;
}



.order-details-caption{
	background:#F4F6F6;
	position:absolute;
	width:80%;
	height:calc(100% - 50px);
	left:10%;
	margin:0px auto;
	top:50px;
	border-radius:7px 7px 0px 0px;
}
.order-details-caption .order-details-caption-div{
	position:absolute;
	width:100%;
	height:calc(100% - 50px);
	top:50px;
	overflow:auto;
}
.order-details-caption .order-details-caption-div .div-in{
	padding:20px;
}


@media all and (max-width:500px) {
.caption-div{
	width:98%;
}
.caption-div .div-in{
	padding:20px 10px 10px 10px;
}

.order-details-caption{
	width:96%;
	left:2%;
}

}



.caption-success-div{
	margin-top:120px;
	width:30%;
	min-width:300px;
}

.caption-success-div .div-in{
	padding:50px;
	text-align:center;
	font-size:14px;
}
.caption-success-div .div-in .img{
	width:100px;
	height:100px;
	border-radius:100%;
	margin:auto;
	border:#CCC 2px solid;
}
.caption-success-div .div-in .img img{
	width:100%;
	border-radius:100%;
}
.caption-success-div .div-in h2{
	color:#444;
	text-align:center;
	padding-bottom:0px;
	margin-bottom:0px;
}




.product-caption-div{
	width:1000px;
	margin:50px auto;
}
.product-caption-div .each-product-details{
	width:100%;
}
@media all and (max-width:1020px) {
.product-caption-div{
	width:96%;
}
}










.table-content-div{
	width:100%;
	text-align:centre;
	margin-bottom:20px;
	overflow:auto;
	background:#FFF;
	border-radius:5px;
}

.table-content-div .content-div-in{
	padding:20px;
	min-height:10px;
	text-align:left
}
.table-content-div .content-div-in .title{
	font-family:Nunito,sans-serif;
	color:#29BA00;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	height:40px;
	line-height:40px;
}
.table-content-div .content-div-in .title .btn{
	height:30px;
	border:none;
	border-radius:3px;
	background:#29BA00;
	color:#FFF;
	font-family:Nunito,sans-serif;
	font-weight:bold;
	cursor:pointer;
	margin:5px 0px 5px 10px;
	padding:0px 15px;
	float:right;
	-moz-transition:all 0.2s ease-in 02s;
transition:all 0.2s ease-in 0.2s;
-webkit-transition:all 0.2s ease-in 0.2s;
-ms-transition:all 0.2s ease-in 0.2s;
-o-transition:all 0.2s ease-in 0.2s;
}
.table-content-div .content-div-in .title .red{
	background:#F00;
}
.table-content-div .content-div-in .title .btn:hover{
	background:#444;
}


.wallet-back-div{
	width:100%;
	text-align:left;
}

.wallet-back-div .wallet-div{
	width:31%;
	margin:0px;
	margin-right:1.5%;
	display:inline-block;
	vertical-align:top;
	font-family:Nunito,sans-serif;
	background:#FFF;
	height:50px;
	border-right:rgba(0,0,0,.1) 1px solid;
}
.wallet-back-div .btn-div{
	width:28%;
	border-right:none;	
	margin-right:0px;
}
.wallet-back-div .none-border{
	border-right:none;	
	margin-right:0%;

}
.wallet-back-div .wallet-div .text-div{
	color:#999;
	font-size:10px;
	text-align:left;
	font-weight:bold;
	
}
.wallet-back-div .wallet-div .text-div .amount{
	font-size:17px;
	height:30px;
	line-height:30px;
	color:#1e1e1e;
}
.wallet-back-div .wallet-div .text-div .txt{
	font-size:10px;
	height:10px;
	line-height:10px;
	overflow: hidden;
}

@media all and (max-width:700px) {
.wallet-back-div .wallet-div{
	width:100%;
	margin-right:0%;
	border-right:none;
	border-bottom:rgba(0,0,0,.1) 1px solid;
	padding:10px 0px;
}
}



.btn-show-hide{
	display: none;
}


#btn-proceed-show{
	display: block;
}


.user-profile-back-div{
	width:100%;
	height:auto;
}
.user-profile-back-div .profile-pix-div{
	width:80px;
	height:80px;
	border-radius:5px;
	overflow:hidden;
	float:left;
}
.user-profile-back-div .profile-pix-div img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.user-profile-back-div .profile-content-div{
	width:calc(100% - 100px);
	float:right;
	color:#444;
	padding-top:5px;
}
.user-profile-back-div .profile-content-div h2{
	margin:0px;
	font-size:25px;
	height:30px;
	line-height:30px;
	overflow:hidden;
}
.user-profile-back-div .profile-content-div span{
	font-size:12px;
	color:#29BA00;
}
@media all and (max-width:400px) {
.user-profile-back-div .profile-content-div h2{
	font-size:20px;
}
}























.table-div{
	width:100%;
	overflow:auto;
	padding:0px;
	background:#FFF;
}
.table-div .tb-title{
	padding:5px;
	font-size:14px;
	padding:10px;
	height:20px;
	line-height:20px;
	text-align:left;
	background: rgba(204,204,204,.3);
	margin-bottom:10px;
	min-width:700px;
	letter-spacing:1px;
	text-transform: uppercase;
}
.table-div .tb-title i{
	color:#40FF40;
}

.table-div .table{
	width:100%;
	min-width:700px;
	margin:auto;
	color:#333;
}

.table-div .table tr:nth-child(odd){
	background:#F7F7F7;
}
.table-div .table tr:nth-child(even){
	 background:#FFF;
}

.table-div .table td{
	padding:5px;
	font-size:11px;
	padding:10px;
	height:30px;
}

.table-div .table .success{
	color:#090;
}
.table-div .table .pending{
	color:#8E44AD;
}
.table-div .table .ready{
	color:#138D75;
}
.table-div .table .progress{
	color:#F90;
}
.table-div .table .failed{
	color:#F00;
	cursor:pointer;
}
.table-div .table tr span{
	color:#06F;
	cursor:pointer;
	transition:all ease 0.2s;
	-webkit-transition:all ease 0.2s;
	-ms-transition:all ease 0.2s;
	-o-transition:all ease 0.2s;
	-moz-transition:all ease 0.2s;
}
.table-div .table tr:hover span{
	color:#F00;
}

.table-div .table .btn{
		padding:0px 7px;
		height:20px;
		margin:5px 2px;
		border:none;
		color:#FFFF;
		min-width:20px;
		cursor: pointer;
    font-family: body_text;
	background:#638400;
	border-radius:2px;
	transition:all ease 0.2s;
	-webkit-transition:all ease 0.2s;
	-ms-transition:all ease 0.2s;
	-o-transition:all ease 0.2s;
	-moz-transition:all ease 0.2s;
	font-size:10px;
}
.table-div .table .red{
	background:#FE5000;
}
.table-div .table .btn:hover{
	background:#444;
}















.cart-back-div{
	width:100%;
	height:auto;
}
.cart-back-div .cart-items-div{
	width:65%;
	float:left;
	min-height:200px;
}
.cart-back-div .cart-items-div .inner-in{
	padding-right:20px;
}

.cart-back-div .cart-items-div .inner-in .item-div{
	width:100%;
	height:auto;
}
.cart-back-div .cart-items-div .inner-in .item-pix-div{
	width:120px;
	height:120px;
	border-radius:5px;
	overflow:hidden;
	float:left;
}
.cart-back-div .cart-items-div .inner-in .item-pix-div img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.cart-back-div .cart-items-div .inner-in .item-content-div{
	width:calc(100% - 140px);
	float:right;
	color:#444;
	padding-top:5px;
}

.cart-back-div .cart-items-div .inner-in .item-content-div .detail-text{
	text-align:left;
	padding:5px 0px;
	font-size:12px;
}

.cart-back-div .cart-items-div .inner-in .item-content-div .detail-text span{
	color:#29BA00;
	font-size:9px;
	font-weight:bold;
}
.cart-back-div .cart-items-div .inner-in .item-content-div .qty-div{
	min-height:30px;
	line-height:30px;
	font-size:14px;
	padding:5px 0px;
	border-top:#CACFD2 1px dashed;
}
.cart-back-div .cart-items-div .inner-in .item-content-div .qty-div span{
	font-size:16px;
	color:#29BA00;
}



.cart-invoice-div{
	width:35%;
	float:right;
	background:#FFF;
	min-height:200px;
	border-radius:7px;
	text-align:left;
}
.cart-invoice-div .inner-div{
	padding:20px;
	text-align:justify;
}

.cart-invoice-div .inner-div .title-div{
	padding:10px 0px;
	height:25px;
	line-height:25px;
	font-size:16px;
	border-bottom:#CACFD2 1px solid;
	color:#000;
}


.cart-invoice-div .inner-div .cart-statistics{
	padding:10px;
	border-bottom:#CACFD2 1px dashed;
	text-align:left;
	font-size:12px;
	min-height:18px;
	line-height:18px;
}
.cart-invoice-div .inner-div .cart-statistics .value{
	float:right;
	color:#29BA00;
}

.cart-invoice-div .inner-div .form-title{
	color:#29BA00;
	padding:10px 0px;
	font-size:13px;
}

.cart-invoice-div .inner-div .text_field{
	border-radius:3px;
	border:#29BA00 1px solid;
	padding:15px 5% 15px 5%;
	width:90%;
    font-family:body_text;
	color:#444;
	-webkit-text-fill-color: #444;
	-webkit-transition:all ease 0.2s;
	-ms-transition:all ease 0.2s;
	-o-transition:all ease 0.2s;
	-moz-transition:all ease 0.2s;
	 -webkit-appearance: none;
    -moz-appearance: none;
	-moz-appearance:textfield;
	outline: none !important;
}
.cart-invoice-div .inner-div .selectinput{
	width:100%;
}
.cart-invoice-div .inner-div .issue{
	border:#F00 1px solid;
	-moz-appearance:none;
		-moz-transform:scale(1.04) translate(1px,0px);
		-webkit-transform:scale(1.04) translate(1px,0px);
}

.cart-invoice-div .inner-div .segment-div{
	width:46%;
	margin:0px 1%;
	vertical-align:top;
	display: inline-block;
}

.cart-invoice-div .inner-div .radio{
	width:10px;
	height:10px;
	border-radius:100%;
	border:#29BA00 4px solid;
	margin:6px;
	cursor:pointer;
	display:inline-block;
}
.cart-invoice-div .inner-div  .radio .border{
	width:10px;
	height:10px;
	border-radius:100%;
	position:absolute;
	margin-top:-16px;
	margin-left:-2px;
	border:#FFF 2px solid;
	background:#FFF;
	-moz-transition:all 0.2s ease-in 02s;
transition:all 0.2s ease-in 0.2s;
-webkit-transition:all 0.2s ease-in 0.2s;
-ms-transition:all 0.2s ease-in 0.2s;
-o-transition:all 0.2s ease-in 0.2s;
}
.cart-invoice-div .inner-div .radio:hover .border{
	background:#29BA00;
}
.cart-invoice-div .inner-div .radio input{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	opacity:0;
}
.cart-invoice-div .inner-div .radio input:checked+.border{
	background:#29BA00;
}


.cart-invoice-div .inner-div .btn-div{
	padding:10px;
	border-top:#CCC 1px solid;
}
.cart-invoice-div .inner-div .btn-div .btn{
	min-width:40px;
	padding:0px 15px;
	height:40px;
	border:none;
	background:#29BA00;
	color:#FFF;
    font-family: body_text;
	border-radius:3px;
	font-size:14px;
	margin-bottom:10px;
	-moz-transition:all 0.2s ease-in 02s;
	transition:all 0.2s ease-in 0.2s;
	-webkit-transition:all 0.2s ease-in 0.2s;
	-ms-transition:all 0.2s ease-in 0.2s;
	-o-transition:all 0.2s ease-in 0.2s;
	cursor:pointer;
}
.cart-invoice-div .inner-div .btn-div .download{
	background:#444;
}
.cart-invoice-div .inner-div .btn-div .btn:hover{
	opacity:.7;
}

/* .cart-invoice-div .inner-div #delivery-div{
	display:none;
} */




@media all and (max-width:1000px) {
.cart-back-div .cart-items-div{
	width:100%;
	float:none;
}
.cart-back-div .cart-items-div .inner-in{
	padding-right:0px;
}
.cart-invoice-div{
	width:100%;
	float:none;
}
}





















.team-back-div{
	width:100%;
	text-align:center;
	padding:50px 0px;
}
.team-back-div .team-div{
	width:33%;
	vertical-align:top;
	display:inline-block;
	margin-bottom:20px;
	min-width:280px;
}

.team-back-div .team-div .team-profile{
	width:80%;
	box-shadow:0px 0px 5px 1px rgba(0,0,0,.06);
	padding-bottom:30px;
	min-width:280px;
}
.team-back-div .team-div .centre{
	margin:auto;
}
.team-back-div .team-div .right{
	float:right;
}

.team-back-div .team-div .team-profile .team-pix{
	width:100%;
	height:300px;
}
.team-back-div .team-div .team-profile .team-pix img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.team-back-div .team-div .team-profile .team-text{
	text-align:center;
}
.team-back-div .team-div .team-profile .team-text h3{
	margin-bottom:0px;
}


@media all and (max-width:1080px) {
.team-back-div .team-div .team-profile{
	float:none;
}
}

















.contact-body-div{
	justify-content: center;
	display: flex;
	padding:50px 0px 0px 20px;
}

.contact-body-div .contact-div{
	width:30%;
	min-height:240px;
	background:#FFF;
	line-height:18px;
	color:#25292D;
	font-size:13px;
	margin:10px 3px;
	box-shadow:0px 0px 10px 2px rgba(153,153,153,.2);
	border-radius:4px;
}
.contact-body-div .contact-div .div-in{
	padding:30px;
}
.contact-body-div .contact-div .div-in .icon{
	width:60px;
	height:60px;
	margin:auto;
	margin-bottom:25px;
	border-radius:100%;
	background: rgba(201,255,38,.3);
}
.contact-body-div .contact-div .div-in .icon img{
	width:100%;
}


@media all and (max-width:980px) {	
	.contact-body-div .contact-div{
		width: 45%;
	}
}

@media all and (max-width:600px) {	
	.contact-body-div .contact-div{
		width: 100%;
	}
}









.contact-mail-div{
	min-height:240px;
	background:#FFF;
	box-shadow:0px 0px 10px 2px rgba(153,153,153,.2);
	border-radius:7px;
	margin:auto;
	margin-bottom:150px;
}
.contact-mail-div .div-in{
	padding:50px;
	text-align:justify;
}
.contact-mail-div .div-in .text-segment{
	width:48%;
	display:inline-block;
	vertical-align:top;
}
.contact-mail-div .div-in .text_field{
	width:calc(100% - 40px);
	background:#EAEAEA;
	padding:20px;
	border:none;
	border-radius:7px;
    font-family: body_text;
	 -webkit-appearance: none;
    -moz-appearance: none;
	-moz-appearance:textfield;
	outline: none !important;
	margin-bottom:20px;
	transition:all 0.2s ease-in 0.2s;
	-moz-transition:all 0.2s ease-in 0.2s;
	-webkit-transition:all 0.2s ease-in 0.2s;
	-ms-transition:all 0.2s ease-in 0.2s;
	-o-transition:all 0.2s ease-in 0.2s;
}
.contact-mail-div .div-in .text_field:focus{
	box-shadow:0px 0px 8px 2px rgba(153,153,153,.5);
	background:#FFF;
}
.contact-mail-div .div-in .btn{
	height:50px;
	width:200px;
	color:#FFF;
	background:#304000;
	font-size:14px;
    font-family: body_text;
	border:none;
	border-radius:4px;
	transition:all 0.2s ease-in 0.2s;
	-moz-transition:all 0.2s ease-in 0.2s;
	-webkit-transition:all 0.2s ease-in 0.2s;
	-ms-transition:all 0.2s ease-in 0.2s;
	-o-transition:all 0.2s ease-in 0.2s;
	cursor:pointer;
}
.contact-mail-div .div-in .btn:hover{
	opacity:.7;
}

@media all and (max-width:450px) {
.contact-mail-div .div-in{
	padding:50px 20px;
}
}

























.fly-title-div{
		background-image: linear-gradient(to right, #29BA00, #F1C40F );
		height:60px;
		position:fixed;
		width:500px;
		z-index:260;
		top:0px;
		right:0px;
}
.fly-title-div .in{
	padding-left:5%;
	padding-right:3%;
	line-height:60px;
	color:#FFF;
	font-size:18px;
    font-family: body_text;
}

.fly-title-div .in .close{
	padding:10px;
	width:20px;
	height:20px;
	line-height:20px;
	margin-top:10px;
	text-align:center;
	font-size:20px;
	float:right;
	border-radius:5px;
	cursor:pointer;
	-moz-transition:all 0.2s ease-in 02s;
transition:all 0.2s ease-in 0.2s;
-webkit-transition:all 0.2s ease-in 0.2s;
-ms-transition:all 0.2s ease-in 0.2s;
-o-transition:all 0.2s ease-in 0.2s;
background:rgba(255,255,255,.3);
}

.fly-title-div .in .close:hover{
background:rgba(255,255,255,.6);
}














.container-back-div{
	width:500px;
	height:100%;
	background:#FBFBFB;
	position:absolute;
	right:0px;
	overflow:auto;
}


.container-back-div .inner-div{
	width:90%;
	margin:auto;
	padding-top:80px;
	padding-bottom:100px;
}

.container-back-div .inner-div .title{
	padding:12px;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#29BA00;
}
.container-back-div .inner-div .title i{
	font-size:15px;
	color:#F1C40F;
}

.container-back-div .inner-div .detail{
	display:none;
}
.container-back-div .inner-div  #basic-info{
	display:block;
}
.container-back-div .inner-div .text-div{
	width:100%;
}
.container-back-div .inner-div .select{
	width:49%;
	display:inline-block;
}

.container-back-div .inner-div .text_field{
	background:#FFF;
	color:#7f8c8d;
	margin:auto;
	margin-bottom:7px;
	width:90%;
	border:#E2E2E2 1px solid;
	border-radius:5px;
	padding:15px 5% 15px 5%;
	transition:all ease 0.2s;
    font-family: body_text;
	-webkit-text-fill-color: #1e1e1e;
	-webkit-transition:all ease 0.2s;
	-ms-transition:all ease 0.2s;
	-o-transition:all ease 0.2s;
	-moz-transition:all ease 0.2s;
	-webkit-appearance: none;
	-moz-appearance:textfield;
	outline: none !important;
}
.container-back-div .inner-div .text_field:focus{
		border:#444 1px solid;
}
.container-back-div .inner-div .selectinput{
	width:100%;
}
.container-back-div .inner-div .issue{
	border:#F00 1px solid;
	-moz-appearance:none;
	-moz-transform:scale(1.04) translate(1px,0px);
	-webkit-transform:scale(1.04) translate(1px,0px);
}

.container-back-div .inner-div  .btn, .container-back-div .inner-div #btn{
	margin-bottom:10px;
	border:none;
	background:#29BA00;
	padding:15px;
	min-width:150px;
	color:#FFF;
	border-radius:3px;
	font-size:12px;
	cursor:pointer;
    font-family: body_text;
-moz-transition:all 0.2s ease-in 0.2s;
transition:all 0.2s ease-in 0.2s;
-webkit-transition:all 0.2s ease-in 0.2s;
-ms-transition:all 0.2s ease-in 0.2s;
-o-transition:all 0.2s ease-in 0.2s;
}
.container-back-div .inner-div .btn:hover{
	background:#444;
}
.container-back-div .inner-div #btn{
	background:#333;
}


.container-back-div .inner-div .detail .text-div .passport-div{
	width:200px;
	height:200px;
	padding:5px;
	border:#4D7AFF 1px solid;
	overflow:hidden;
	margin:20px auto;
	cursor:pointer;
	}
.container-back-div .inner-div .detail .text-div .passport-div img{
	width:100%;
	height:100%;
	object-fit:cover;
}


.container-back-div .inner-div .detail .text-div .upload-btn{
	padding:15px;
	text-align:center;
	height:20px;
	border-radius:0px 0px 5px 5px;
	background:rgba(231,107,46,.4);
	cursor:pointer;
	-moz-transition:all 0.2s ease-in 02s;
transition:all 0.2s ease-in 0.2s;
-webkit-transition:all 0.2s ease-in 0.2s;
-ms-transition:all 0.2s ease-in 0.2s;
-o-transition:all 0.2s ease-in 0.2s;
}
.container-back-div .inner-div .detail .text-div .upload-btn:hover{
	background:rgba(231,107,46,.7);
}


.container-back-div .inner-div .cart{
	padding:10px;
	border-bottom:#CACFD2 1px dashed;
	text-align:left;
	font-size:12px;
	min-height:18px;
	line-height:18px;
}
.container-back-div .inner-div .cart .value{
	float:right;
	color:#29BA00;
}

@media all and (max-width:500px) {
.fly-title-div, .container-back-div{
		width:100%;
}
}
@media all and (max-width:480px) {
.container-back-div .inner-div .select{
	width:100%;
	float:none;
}
.container-back-div .inner-div .select .inputselect{
	width:100%;
}
}















.false-notification-div{
	padding:50px;
	background:#FFF;
	border-radius:5px;
	text-align:center
}
.false-notification-div .icon{
	font-size:50px;
	padding:20px 0px;
	border:#29BA00 2px solid;
	border-radius:100%;
	width:90px;
	height:50px;
	margin:auto;
	color:#F1C40F;
}

.false-notification-div .btn{
	height:40px;
	border:none;
	background:#68AF3C;
	cursor:pointer;
	color:#FFF;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0px 10px;
	border-radius:4px;
	-moz-transition:all 0.2s ease-in 02s;
transition:all 0.2s ease-in 0.2s;
-webkit-transition:all 0.2s ease-in 0.2s;
-ms-transition:all 0.2s ease-in 0.2s;
-o-transition:all 0.2s ease-in 0.2s;
}

.false-notification-div .btn:hover{
	background:#444;
}














.chart-div-notifications{
	padding:0px 2% 0px 2%;
	min-height:40px;
	line-height:40px;
	color:#999;
	font-size:12px;
	border-bottom: rgba(204,204,204,.3) 1px solid;
}


.chart-div-notifications .text{
	float:left;
	margin-right:5px;
}
.chart-div-notifications .text span{
	color:#444;
	font-weight:bold;
	cursor:pointer;
}
.chart-div-notifications .text i{
	color:#444;
}

.chart-div-notifications .text .srch-select{
	min-height:100px; 
	background:#444; 
	margin-top:10px; 
	width:150px; 
	position: absolute; 
	z-index:100;
	padding-top:5px;
	border-radius:5px;
	display:none;
}
.chart-div-notifications .text .srch-select:after{
	content:"";
	width:0px;
	height:0px;
	position: absolute;
	border:15px solid;
	border-color:  transparent  transparent #444 transparent;
	left:25px;
	top:-25px;
}

.chart-div-notifications .text .srch-select div{
	padding:7px;
	height:15px;
	line-height: 15px;
	color:#ccc;
	-webkit-transition:all ease 0.5s;
	-ms-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	cursor:pointer;
	font-size:15px;
}
.chart-div-notifications .text .srch-select div:hover{
	padding:10px;
	color:#424242;
	background:#ecf0f1;
	-webkit-transition:all ease 0.5s;
	-ms-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}


.chart-div-notifications .text .custom-srch-div{
	display:none;
}
.chart-div-notifications .text .custom-srch-div .srchtxt{
	width:30%;
	padding:5px 5px 5px 15px;
	background:none;
	border: #bdc3c7 1px solid;
	border-radius:3px;
	color:#bdc3c7;
	-webkit-text-fill-color: #bdc3c7;
	margin-right:5px;
    font-family: body_text;
}
.chart-div-notifications .text .custom-srch-div .btn{
	padding:5px;
	border:none;
	border-radius:3px;
	min-width:60px;
	cursor: pointer;
	font-family:Tahoma, Geneva, sans-serif;
	background:#444;
	border:#444 1px solid;
	color:#FFF;
-webkit-transition:all ease 0.5s;
-ms-transition:all ease 0.5s;
-o-transition:all ease 0.5s;
-moz-transition:all ease 0.5s;
}
.chart-div-notifications .text .custom-srch-div .btn:hover{
	background:#FFF;
	color:#444;
}


@media all and (max-width:450px) {
.chart-div-notifications .text .custom-srch-div{
	text-align:center;
}
.chart-div-notifications .text .custom-srch-div .srchtxt, .chart-div-notifications .text .custom-srch-div .btn{
	width:80%;
	margin-bottom:5px;
	padding:10px;
}
}








.system-alert-div{
	width:100%;
	margin:auto;
	text-align:center;
}
.system-alert-div .system-alert{
	display:inline-block;
	vertical-align:top;
	width:48%;
	min-width:250px;
	margin:0px .5% 20px .5%;
	text-align:left;
	font-size:12px;
	color:#999;
	border-radius:5px;
	cursor:pointer;
	background:#FFF;
	-moz-transition:all 0.3s ease-in 0.3s;
	transition:all 0.3s ease-in 0.3s;
	-webkit-transition:all 0.3s ease-in 0.3s;
	-ms-transition:all 0.3s ease-in 0.3s;
	-o-transition:all 0.3s ease-in 0.3s;
	box-shadow:0px 0px 2px 1px rgba(0,0,0,.1);
}
.system-alert-div .system-alert:hover{
		-moz-transform:scale(1.03) translate(1px,0px);
		-webkit-transform:scale(1.03) translate(1px,0px);
}
.system-alert-div .system-alert .alert-name{
	padding:10px;
	font-size:12px;
	color:#444;
	line-height:15px;
	height:15px;
	overflow:hidden;
}
.system-alert-div .alert-seen .alert-name{
	color:#999;
}
.system-alert-div .system-alert .alert-name span{
	float:right;
	color:#999;
}
.system-alert-div .system-alert .alert-text{
	padding:0px 10px 5px 10px;
	line-height:18px;
	height:36px;
	overflow:hidden;
}

.system-alert-div .system-alert .alert-time{
	text-align:right;
	padding:0px 10px 5px 0px;
	font-size:10px;
	color:#e67e22;
	line-height:15px;
	height:15px;
	overflow:hidden;
}

.system-alert-div .alert-seen .alert-time{
	color:#999;
}

@media all and (max-width:1245px) {
.system-alert-div .system-alert{
	width:45%;
}
}
@media all and (max-width:660px) {
.system-alert-div .system-alert{
	width:94%;
}
}





.first-notification-popup{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	z-index:1000;
	position:fixed;
	top: 0;
	display:flex;
	align-items:center;
	justify-content:center;
	
}
.first-notification-popup .img-div{
	width:60%;
	max-width: 600px;
	min-width: 300px;
	height:auto;

}
.first-notification-popup .img-div img{
	width:100%;
}





.combo-products-back-div{
	width: 85%;
}

.combo-products-back-div .left-div{
	width: 48%;
	float: left;
}

.combo-products-back-div .left-div .main-image-div{
	width:100%;
	overflow: hidden;
	border-radius: 5px;
}

.combo-products-back-div .left-div .main-image-div img{
	width:100%;
	height: 100%;
	object-fit: cover;
}

.combo-products-back-div .right-div{
	width: 50%;
	float: right;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.combo-products-back-div .right-div .div-in{
	width: calc(100% - 40px);
	padding: 20px;
}


.combo-products-back-div .right-div .div-in .detail-text{
	border-bottom:#CACFD2 1px dashed;
	padding:10px 0px;
	line-height: 24px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	text-align: left;
}

.combo-products-back-div .right-div .div-in .no-border{
	border:none;
}

.combo-products-back-div .right-div .div-in .detail-text .desc{
	text-align: justify;
}

.combo-products-back-div .right-div .div-in .detail-text span{
	color:#29BA00;
	font-size:12px;
	font-weight:bold;
}


.combo-products-back-div .right-div .div-in .detail-text .qty-div{
	min-height:50px;
	line-height:50px;
	font-size:18px;
	padding:10px 0px;
}

.combo-products-back-div .right-div .div-in .detail-text .qty-div span{
	font-size:18px;
	color:#29BA00;
}

.combo-products-back-div .right-div .div-in .detail-text .qty-div .text_field{
	font-size:16px;
	height:50px;
	border:none;
	width:60px;
	padding:0px 20px;
	font-family:Nunito,sans-serif;
	color:#999;
	-webkit-text-fill-color: #999;
	background:#FFF;
	-webkit-transition:all ease 0.2s;
	-ms-transition:all ease 0.2s;
	-o-transition:all ease 0.2s;
	-moz-transition:all ease 0.2s;
}


.combo-products-list-div{
	width: 100%;
	display: flex;
	align-items:center;
	flex-wrap: wrap;
	gap: 20px;
}

.combo-products-list-div .page-combo-products{
	width:23.5%;
	min-width:150px;
	min-height:260px;
	border-radius: 5px;
    border-radius: 5px;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,.1);
	border-radius:5px;
	background: #fff;
	cursor:pointer;
	transition:all 0.2s ease-in 0.2s;
	-moz-transition:all 0.2s ease-in 0.2s;
	-webkit-transition:all 0.2s ease-in 0.2s;
	-ms-transition:all 0.2s ease-in 0.2s;
	-o-transition:all 0.2s ease-in 0.2s;
	cursor: pointer;
}

.combo-products-list-div .page-combo-products .image-div{
	width:100%;
	height:200px;
	border-radius:5px 5px 0px 0px;
	overflow:hidden;
}

.combo-products-list-div .page-combo-products .image-div img{
	width:100%;
	height: 100%;
	object-fit: cover;
	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}

.combo-products-list-div .page-combo-products:hover .image-div img{
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	transform: scale(1.10);
}

.combo-products-list-div .page-combo-products .text-div{
	padding: 20px;
	min-height:40px;
	line-height: 24px;
    cursor: pointer;
    overflow: hidden;
	text-align: left;
}

.combo-products-list-div .page-combo-products .text-div h2{
	padding: 0px;
    margin: 0px;
    font-size: 14px;
    color: #444;
	font-family: body_text;
}

.combo-products-list-div .page-combo-products .text-div h2:hover{
	color:#090;
}


@media all and (max-width:900px) {
	.combo-products-back-div{
		width: 100%;
	}
}

@media all and (max-width:600px) {
	.combo-products-back-div{
		flex-direction:column
	}
	
	.combo-products-back-div .left-div{
		width: 100%;
	}
	
	.combo-products-back-div .right-div{
		width: 100%;
	}
}

@media all and (max-width:430px) {
	.combo-products-list-div{
		justify-content: center;
	}
	.combo-products-list-div .page-combo-products{
		width:45%;
	}
}


.combo-pro-title-div{
	text-align:left;
	display: flex;
	align-self: flex-start;
	justify-items: flex-start;
	margin-top: 30px;
}

.combo-pro-title-div h2{
	color:#29BA00;
	padding: 0px;
	margin: 0px;
}

.combo-pro-title-div h2 i{
	color:#F1C40F;
	font-size:14px;
}

.payment-details-back-div{
	width: calc(100% - 40px);
	padding: 20px;
	height: auto;
	background: #fff;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
}

.payment-details-back-div .title-select{
	width: 50%;
	float: left;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.payment-details-back-div .title-select .left-radio{
	display: flex;
	align-items: center;
	gap: 10px;
}

.payment-details-back-div .title-select .left-radio label{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}


.payment-details-back-div .title-select .left-radio label .radio{
	width:10px;
	height:10px;
	border-radius:100%;
	border:#29BA00 4px solid;
	margin:6px;
	cursor:pointer;
	display:inline-block;
}

.payment-details-back-div .title-select .left-radio label .radio .border{
	width:10px;
	height:10px;
	border-radius:100%;
	position:absolute;
	margin-top:-16px;
	margin-left:-2px;
	border:#FFF 2px solid;
	background:#FFF;
	-moz-transition:all 0.2s ease-in 02s;
transition:all 0.2s ease-in 0.2s;
-webkit-transition:all 0.2s ease-in 0.2s;
-ms-transition:all 0.2s ease-in 0.2s;
-o-transition:all 0.2s ease-in 0.2s;
}

.payment-details-back-div .title-select .left-radio label .radio:hover .border{
	background:#29BA00;
}

.payment-details-back-div .title-select .left-radio label .radio input{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	opacity:0;
}

.payment-details-back-div .title-select .left-radio label .radio input:checked+.border{
	background:#29BA00;
}

.payment-details-back-div .title-select .title-div{
	font-size:14px;
}



.payment-details-back-div .main-form-back-div{
	width: 100%;
	text-align: left;
}


.payment-details-back-div .main-form-back-div .inner-delivery{
	width: 48%;
	display:inline-block;
	vertical-align: top;
	margin:0px .5% 0px .5%;
	text-align: left;
}


.payment-details-back-div .main-form-back-div .inner-delivery .title-div{
	padding:10px 0px;
	height:25px;
	line-height:25px;
	font-size:14px;
	border-bottom:#dde0e2 1px solid;
	color:#000;
	font-family:body_text;
}

.payment-details-back-div .main-form-back-div .inner-delivery .form-title{
	color:#29BA00;
	padding:10px 0px;
	font-size:13px;
}

.payment-details-back-div .main-form-back-div .inner-delivery .text_field{
	border-radius:3px;
	border:#29BA00 1px solid;
	padding:15px 5% 15px 5%;
	width:calc(100% - 10%);
    font-family:body_text;
	color:#444;
	-webkit-text-fill-color: #444;
	-webkit-transition:all ease 0.2s;
	-ms-transition:all ease 0.2s;
	-o-transition:all ease 0.2s;
	-moz-transition:all ease 0.2s;
	 -webkit-appearance: none;
    -moz-appearance: none;
	-moz-appearance:textfield;
	outline: none !important;
}

.payment-details-back-div .main-form-back-div .inner-delivery .selectinput{
	width:100%;
}

.payment-details-back-div .main-form-back-div .inner-delivery .issue{
	border:#F00 1px solid;
	-moz-appearance:none;
	-moz-transform:scale(1.04) translate(1px,0px);
	-webkit-transform:scale(1.04) translate(1px,0px);
}

.payment-details-back-div .main-form-back-div .inner-delivery .segment-back-div{
	width:100%;
	display: flex;
	gap: 15px;
}

.payment-details-back-div .main-form-back-div .inner-delivery .segment-back-div .segment-div{
	width:100%;
	display: flex;
	flex-direction: column;
}

.payment-details-back-div .main-form-back-div .inner-delivery .btn-div{
	padding:15px 0px;
	border-top:#CCC 1px solid;
}

.payment-details-back-div .main-form-back-div .inner-delivery .btn-div .btn{
	min-width:40px;
	padding:0px 15px;
	height:40px;
	border:none;
	background:#29BA00;
	color:#FFF;
    font-family: body_text;
	border-radius:3px;
	font-size:14px;
	margin-bottom:10px;
	-moz-transition:all 0.2s ease-in 02s;
	transition:all 0.2s ease-in 0.2s;
	-webkit-transition:all 0.2s ease-in 0.2s;
	-ms-transition:all 0.2s ease-in 0.2s;
	-o-transition:all 0.2s ease-in 0.2s;
	cursor:pointer;
}

.payment-details-back-div .main-form-back-div .inner-delivery .btn-div .btn:hover{
	opacity:.7;
}


@media all and (max-width:880px) {
	.payment-details-back-div{
		width: calc(100% - 40px);
	}
}

@media all and (max-width:700px) {
	.payment-details-back-div .main-form-back-div .inner-delivery{
		width: 100%;
	}
	
	.payment-details-back-div .title-select{
		width: 100%;
		float: none;
	}
	
}

#pickup-div{
	display: none;
}



.new-body-div{
	display: flex;
	padding:20px 0px;
	min-height: 300px;
}

.new-body-div .new-body-div-in{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 35px;
}

.pg-segment-div{
	width: 100%;
}

.side-left-div{
	width:300px;
	float: left;
	margin-right: 20px;
}

.side-left-div .product-nav-div{
	width: 300px;
	background:#FFF;
	margin-top:35px;
	border-radius:10px;
	min-height:500px;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,.1);
}

.side-left-div .product-nav-div .inner-div{
	padding:20px;
}

.side-left-div .product-nav-div .inner-div .title-div{
	height:50px;
	line-height:50px;
	font-size:18px;
	border-bottom:#F2F4F4 1px solid;
}

.side-left-div .product-nav-div .inner-div li{
	list-style:none;
	height:26px;
	padding:12px 0px;
	color:#444;
	text-align: left;
	line-height:26px;
	border-bottom:#BFC9CA 1px dashed;
	-moz-transition:all 0.2s ease-in 02s;
	transition:all 0.2s ease-in 0.2s;
	-webkit-transition:all 0.2s ease-in 0.2s;
	-ms-transition:all 0.2s ease-in 0.2s;
	-o-transition:all 0.2s ease-in 0.2s;
	cursor:pointer;
}

.side-left-div .product-nav-div .inner-div li i{
	font-size:16px;
	padding:5px 0px;
	width:26px;
	color:#F1C40F;
}
 
.side-left-div .product-nav-div .inner-div li:hover, .left-div .product-nav-div .inner-div .active-li{
	color:#29BA00;
	border-bottom:#7F8C8D 1px solid;
	padding-left:10px;
}

.side-right-div{
	width: calc(100% - 320px);
	float: right;
}
	

@media all and (max-width:750px) {
	.pg-segment-div{
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.side-right-div{
		float: none;
		width: 100%;
	}
	
	.side-left-div{
		float: none;
		width: 100%;
	}
}

@media all and (max-width:500px) {
	.side-left-div .product-nav-div{
		width: 100%;
	}
}