@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@400;800&display=swap');

/* ===================== variables ===================== */
:root{

  --light-green: #D1F8D2;
   --light2-green: #4CB752; 
  --deep-green: #1A6E2D;
  --leaf-green: #4CB652;
  --muted-color: #6c757d;
  --sky-blue: #87ceeb;
  --bg-footer: #14191B;
  --text-light: #868686;
}

html,
body {
	height: 100%;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Catamaran', sans-serif;
}

h1,
h2,
h3 {
    font-weight: 600;
}

h4,
h5 {
    font-weight: 500;
}

a{
	text-decoration: none;
}

hr {
  margin: 0.25rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 2px;
}

.fts-20 {
    font-size: 20px;
}


.img{
	width: 100%;
}

.p-right-0{
	padding-right: 0;
}

.p-left-0{
	padding-left: 0;
}

.spacer {
	padding-top: 70px !important; 
}

/* ===================== nav menu ===================== */
.bg-nav{
	background-color: var(--light-green) !important;
}

.bg-light-green{
	background-color: var(--light2-green) !important;
}


.bg-nav-white{
	background-color: #fff !important;
}

.navbar-brand img{
	height: 3.5rem;
}

.navbar-nav a.nav-link{
	color: #000 !important;
}

.bg-light-green .navbar-nav a.nav-link, .sv-nav .navbar-nav a.nav-link{
	color: #fff !important;
}

.get-started-top{
	padding: 0 20px 0 10px;
}

.msg{
	color: #fff !important;
}

.cart{
	/*if it is not fine on desktop, use media query */
	margin-left: 4rem !important; 
	font-size: 1.4rem;
	color: #015F16 !important;
	font-family: 'Poppins', sans-serif;
   margin:0; padding:0;
   box-sizing: border-box;
   outline: none; border:none;
   text-decoration: none;
   text-transform: capitalize;
}

div.flex-cart{
	position: absolute;
	top: 20px;
	right: 70px;
}
.cart span{
	position: absolute;
	
	font-size: 0.9rem;
	transform:translate(-50%,-50%);
	color: #015F16 !important;
	font-weight: 700;
	padding: 8px 6px;
}

.product-table td{
	padding: 1.3rem 1.3rem;
} 
.showmore-button-inner{
	border: 1px solid #015F16;
	color: #015F16;
	display: inline-block;
	padding: 10px 19px;
	line-height: 14px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 25px;
	text-decoration: none;
	cursor: pointer;
	margin: 20px 0;
}

.showmore-button {
	text-align: center;
  }

.navbar-nav li{
	position: relative;
}

.navbar-nav li a{
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	margin-right: 5px;
	display: block;
	width: 100%;
	
}

.navbar-nav li a:after{
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	background: var(--deep-green);
	transition: .5s;
}


.navbar-nav li a:after{
	bottom: 0;
	right: 10px;
}

.navbar-nav li a:hover:after{
	opacity: 0.3;
	width: 80%;
	margin:  auto;
	transition: .5s;
}

.cart-list{
	position: relative;
	padding: 0;
	margin: 0;

}

.message{
	background-color: #015F16 !important;
	color: white !important;
	position: fixed !important;
	top:0 !important; 
	left:0 !important;
	right:0 !important;
	z-index: 10000 !important;
	border-radius: .5rem;
	padding:0.6rem 2rem;
	margin:0 auto;
	max-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:1.5rem;
 }
 
 .message span{
	font-size: 16px;
	color:var(--black);
 }
 
 .message i{
	font-size: 2.5rem;
	color:var(--black);
	cursor: pointer;
 }
 
 .message i:hover{
	color:var(--red);
 } 

.cart-list span{
	position: absolute;
	top: 8px;
	left: 70%;
	font-size: 0.65rem;
	transform:translate(-50%,-50%);
	color: #fff;
	font-weight: 700;
	padding: 0 6px;
}


.cart-list i {
	color: #fff;
	font-size: 1.6rem;
	/*border: 1px solid #fff;*/
	padding: 6px 8px 2px 8px;
	
}


.cart-list.cart-white span{
	color: #000;
}
.cart-list.cart-white i{
	/*border: 1px solid var(--muted-color);*/
	color: #000;
}

@media only screen and (max-width: 991px) {
	.navbar-nav li a:hover:after{
		width: unset !important;
	}

	.m-pt-3{
		margin-top: 0.65rem;
		margin-bottom: 0.65rem;
	}
}

/* ===================== buttons ===================== */
.btn-fomas-deep-green {
  color: #fff;
  background-color: #015F16;
  border-color: #015F16;
}
.btn-fomas-deep-green:hover {
  color: #fff;
  background-color: #015F16;
  border-color: #146c43;
}

.btn-fomas-deep-green:focus {
  color: #fff;
  background-color: #015F16;
  border-color: #015F16;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-fomas-deep-green:disabled, .btn-fomas-deep-green.disabled {
  color: #fff;
  background-color: #015F16;
  border-color: #015F16;
}

.btn-deep-green {
  color: #fff !important;
  background-color: #015F16 !important;
  border-color: #015F16 !important;
}
.btn-deep-green:hover {
  color: #fff !important;
  background-color: #015F16 !important;
  border-color: #146c43 !important;
}

.btn-deep-green:focus {
  color: #fff !important;
  background-color: #015F16 !important;
  border-color: #015F16 !important;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5) !important;
}

.btn-deep-green:disabled, .btn-deep-green.disabled {
  color: #fff;
  background-color: #015F16;
  border-color: #015F16;
}

.bh-4{
	margin-bottom:-20px;
}

.btn-fomas-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  font-weight: 600;
}
.btn-fomas-white:hover {
  color: #fff;
  background-color: var(--deep-green);
  border-color: var(--deep-green);
}

.btn-fomas-white:focus {
  color: var(--deep-green);
  background-color: #fff;
  border-color: #015F16;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-fomas-white:disabled, .btn-fomas-white.disabled {
  color: #fff;
  background-color: #015F16;
  border-color: #015F16;
}

.btn-fomas-dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-fomas-dark:hover {
  color: #fff;
}

.btn-fomas-dark:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.big-fomas-btn .btn{
	display: block;
	width: 110px;
}


/* ===================== end buttons ===================== */

/* ===================== landing page ===================== */
.parent-banner{
	width: 100%;
	padding-top: 100px;
	background: var(--light-green);
}



.child-banner{
	background-image: url("../../asset/img/Banner.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100vh;

}

.padding-129{
	padding-top: 129px;
}

.parent-banner h1{
	font-weight: 800;
}

@media only screen and (max-width: 990px) {

	.navbar-brand img{
		height: 3.5rem;
	}
	.parent-banner{
		height:600px;
	}
	.child-banner{
		height: 100%;
	}

	.padding-129{
		padding-top: 100px;
	}

	.parent-banner h1{
		font-size: 24px;
		font-weight: 300px
	}

	.parent-banner p{
		font-size: .8rem;
		font-weight: 300px
	}


}

@media only screen and (max-width: 767px) {
	.parent-banner{
		height:400px;
	}
	.child-banner{
		height: 100%;
	}

	.padding-129{
		padding-top: 60px;
	}

	.m-device{
		width: 70%;
	}

	.navbar-brand img{
		height: 3rem;
	}
}


@media only screen and (max-width: 568px) {
	.parent-banner{
		height: unset !important;
		min-height: 20px !important;
	}
	.child-banner{
		height: 100%;
	}

	.m-device{
		width: 70%;
	}

	

	.parent-banner h1{
		font-size: 18px;
		font-weight: 300px
	}

	.padding-129{
		padding-top: 15px;
	}
}

@media only screen and (max-width: 306px) {
	.parent-banner{
		height: unset !important;
		min-height: 20px !important;
	}

	.m-device{
		width: 100%;
	}

	.padding-129{
		padding-top: 10px;
	}
	.navbar-brand img{
		height: 2.8rem;
	}
}

/* ===================== end landing page ===================== */



/* ===================== curve section ===================== */
.curve{
	width: 100%;
	min-height: 200px;
	background: #fff;
	padding: 60px 50px 100px 50px;
	clip-path: polygon(12% 0, 100% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0% 80%, 0 50px);
}

@media only screen and (max-width: 990px) {
	.curve{
		padding: 60px 20px 100px 20px;
		clip-path: polygon(12% 0, 100% 0, 100% 0, 100% 96%, 90% 100%, 0 100%, 0% 80%, 0 50px);
	}
}


@media only screen and (max-width: 568px) {
	.curve{
		padding: 60px 20px 100px 20px;
		clip-path: polygon(12% 0, 100% 0, 100% 0, 100% 98.3%, 88% 100%, 0 100%, 0% 80%, 0 20px);
	}
}


.intro-curve, .next-section{
	background: #D1F8D2;
}

.feature-item {
  position: relative;
  padding: 25px;
  cursor: pointer;
  margin-bottom: 25px;
  border-radius: 8px;
  border: 1px solid var(--deep-green);
  box-shadow: 0 3px 24px rgb(0 0 0/10%);
  transition: all .5s ease-in-out;
}

/*.feature-item::before{
  content:"";
  width:35px;
  height:30px;
  background-color:red;
  position:absolute;
  top:2px;
  left:52.5%;
  transform:translate(-50%,-50%);*/

.feature-item span {
  position: absolute;
  height: 35px;
  width: 35px;
  font-size: 14px;
  line-height: 35px;
  top: 2px;
  left:50%;
  transform:translate(-50%,-50%);
  background: #fff;
  font-weight: 600;
  border-radius: 50%;
  border: 1px solid var(--deep-green);
  text-align: center;
  margin: auto;
}

.feature-item span:after{
	position: absolute;
	content: "";
	height: 35px;
  	width: 25px;
  	right: -10px;
  	top: -1px;
  	border-top: 1px solid var(--deep-green);
  	border-bottom: 1px solid var(--deep-green);
  	border-right: 1px solid var(--deep-green);
}


.feature-item span:before{
	position: absolute;
	content: "";
	height: 35px;
  	width: 9px;
  	right: -10px;
  	top: -1px;
  	background: #fff;
}


.feature-item .feature-icon{
	width: 70px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px 6px 0px 20px;

}


.feature-item .inner-icon{
	width: 100%;
	padding-bottom: 2px;

}

.feature-item .inner-icon img{
	/*height: 3rem; */
	width: 100%;
}

.feature-item .feature-content{
	padding: 0 49px 0 49px;
}

@media only screen and (max-width: 767px) {
	.feature-item .feature-content{
		padding: 0;
	}
}

.feature-item .feature-content h4{
	text-align: center;
	margin-bottom: 20px;
	opacity: 0.86;
}

.feature-item .feature-content p{
	color: rgba(24, 26, 23, 0.75);
	font-size: 1rem;
	font-weight: 400;
	text-align: center;

}

.txt-muted {
  color: #6c757d !important;
}

/* ===================== ads first sections ===================== */
.ads-section{
	padding-top: 80px;
	padding-bottom: 80px;
	background: var(--light-green);
}


.ads-section .inner-ads-img{
	width: 100%;
	margin-bottom: 25px;
  	border-radius: 8px;
}



.ads-section .inner-ads-img {
   position: relative;
   width: 100%;

}

.ads-section .inner-ads-img::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0; 
  background: var(--leaf-green);
  border-radius: 15px;
  
}

.ads-section .inner-ads-img img{
   width: 100%;
   border-radius: 15px;
}

h4.ads-title{
  margin-bottom: 28px;
  color: #000;
  font-size: 2rem;
}

}

.ads-inner-title p {
  
}

.ads-btn-wrapper{
	padding: 20px 0 0 0;
}

.ads-btn-wrapper a{
	color: var(--deep-green);
	font-size: 1.4rem;
	font-weight: 700;
}


/* ===================== end ads section ===================== */


/* ===================== featured products ===================== */
.featured-product{
	padding-top: 50px;
	padding-bottom: 30px;
}

.featured-product .title h2{
	padding-bottom: 30px;
}

.featured-product .title h2{
	padding-bottom: 30px;
}

.featured-product .col-md-3{
	margin-bottom: 20px;
}

.featured-product .product-image{
	position: relative;
	width: 100%;
	min-height: 220px;
	background: rgb(135,206,235);
    background: linear-gradient(45deg, rgba(135,206,235,1) 0%, rgba(255,255,255,1) 57%);
}

.product-image span.noti{
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 15px 5px 15px;
	background: var(--sky-blue);
	color: #fff;
}

#featured-parent div:nth-child(2) span.noti{
	background: #ff0000 !important;
}

#featured-parent div:nth-child(3) span.noti, #featured-parent div:nth-child(4) span.noti{
	display: none;
}


.product-outline{

}

.featured-product .product-details{
	border: 1px solid #D1F8D2;
	padding: 10px 20px 10px 20px;
 	box-shadow: 0 3px 24px rgb(0 0 0/5%);
  transition: all .5s ease-in-out;
}

.product-details .product-name{
	margin-top: 10px;
	font-weight: 600;
	margin-bottom: 5px;
}

.product-details .product-name a{
	color: #3d3d3d;
}

.product-details .price h6{
	color: #000;
font-size: 1.2rem;
font-weight: 700;
}

.product-details .price {
	display: flex;
  flex-wrap: wrap;
}

.product-details .price .first-price{
	display: block;
	width: 100%;
}

.product-details .price .l-through{
	display: block;
	width: 100%;
	text-decoration: line-through;
	text-indent:  -99999999px; 
	margin-top: 0.45rem;
}

#featured-parent .product-details .price {
	color: #000;
	font-size: 1.2rem;
	font-weight: 700;
}



#featured-parent div:nth-child(2) .product-details .price .first-price{
	color: #ff0000;
}

#featured-parent div:nth-child(2) .product-details .price .l-through {
	text-indent:  0; 
}



.product-footer{
	padding-top: 40px;
	text-align: center;
}

.product-footer a{
	font-size: 1.7rem;
	font-weight: 700;
	color: var(--deep-green);
}
/* ===================== end featured products ===================== */


/* ===================== partner ===================== */
.partner-bg{
	width: 100%;
	padding: 20px 20px;
	background: var(--leaf-green);
	border-radius: 8px;
	text-align: center;
}

.partner-bg .title h5{
	font-size: 34px;
}

.partner-bg-white{
	width: 100%;
	padding: 20px 20px 20px 20px;
}

.partner-bg-white .img-partner{
	width: 110px;
}

.partner-bg-white .flutterwave{
	position: relative;
	width: 100% !important;
}

.partner-bg-white .flutter-img{
	position: absolute;
	right: 0px;
	width: 140px;
}

@media only screen and (max-width: 767px) {
	.partner-bg-white .img-partner{
		width: 100px;
	}
	.partner-bg-white .flutter-img{
		width: 130px;
	}

	.featured-product .col-md-3{
		margin-bottom: 40px;
	}
	.featured-product .col-md-3:nth-child(4){
		margin-bottom: 0px !important;
	}
}

/* ===================== end partner ===================== */

/* ===================== footer ===================== */
footer{
	width: 100%;
	/*margin-top: 3rem;*/
	padding-top: 3rem;
	padding-bottom: 1rem;
	background: var(--bg-footer);
}

.grid-column{
	padding-right: 100px;
}

footer .company-brand img{
	height: 3.8rem;
}

.footer-address{
	padding-top: 0.5rem;
}

.footer-address p{
	margin-bottom: 0.35rem;
}

footer h6{
	color: #fff;
}

footer p, footer a, footer span{
	color: #A9A9A9 !important;
}


.footer-address p a:hover{
	color: var(--text-light) !important;
}

.footer-address p a i{
	margin-right: 0.75rem;
}



footer .w-do a:hover{
	color: var(--text-light) !important;
}


.footer-social-m p a:hover{
	color: var(--text-light) !important;
}

.footer-social-m p a i{
	margin-right: 0.75rem;
}

.copyright{
	width: 100%;
	/* padding-top: 1rem;
	padding-bottom: 1.75rem; */
}

.copyright a{
	text-decoration: underline;
	color: #A9A9A9 !important;
}

.copyright a:hover{
	color: var(--text-light) !important;
}

@media only screen and (max-width: 768px) {
	.copyright a:nth-child(2){
		margin-left: 0.75rem;
	}

	.grid-column{
		padding-right: 10px;
	}
}
/* ===================== end footer ===================== */


/* ===================== Abous us ===================== */
.aboutus {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
}

.aboutus .inner-wrapper{
	padding-top: 50px;
	text-align: center;
}

.aboutus .inner-wrapper h1{
	font-size: 38px;
	margin-bottom: 2rem;
	letter-spacing: 0.05rem;
}

#fs {
    font-size: 38px;
}

/* ===================== grid ===================== */
.aboutgrid{}

.aboutgrid .img-grid{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	/*background: rgb(135,206,235);
    background: linear-gradient(45deg, rgba(135,206,235,1) 0%, rgba(255,255,255,1) 57%);*/
}

.aboutgrid .img-grid img{
	border-radius: 10px;
	transition: 1s ease;
}

.aboutgrid .img-grid img:hover{
	transform: scale(1.3);
}
/* ===================== end grid ===================== */


/* ===================== mission and vision ===================== */
.mission_vision{
	position: relative;
	margin-top: 250px;
	padding-top: 200px;
	background: #eaeaea;
}

.mission_vision .circled-container{
	position: absolute;
	width: 400px;
  	height: 400px;
	overflow: hidden;
	border-radius: 50%;
	top: 0px;
	left:50%;
	transform:translate(-50%,-50%);
	border-radius: 50%;
	overflow: hidden;
}

.mission_vision .circled-container img{
	position: absolute;
	top: 0;
	display: inline;
	margin: 0 auto;
	height: 100%;
	width: auto;
	transition: 1s ease;
}

.mission_vision .circled-container:hover img{
	transform: scale(1.3);
}

.mission_vision .circled-container:before{
	content: "";
	position: absolute;
	top: 2%; 
	left: 2%;
	right: 2%
	bottom: 2%;
	width: 96%;
	height: 96%;
	z-index: 1;
	border-style: dashed;
	border-color: var(--leaf-green);
	border-radius: 50%;

}

.mission_vision .inner-content h3{
	margin-bottom: 2rem;
	font-weight: 500;
	letter-spacing: 0.05rem;
}

.inner-content.right{
	padding-right: 3.5rem;
}
.inner-content.left{
	padding-left: 3.5rem;
}

@media only screen and (max-width: 990px) {

	

	.inner-content.right{
	padding-right: 0 !important;
	}

	.mission_vision .col-md-6{
		width: 100% !important;
	}
	.inner-content.left{
		padding-left: 0 !important;
	}

	.mission_vision .inner-content{
		margin-top: 1rem;
	}

	.mission_vision .inner-content.right{
		margin-top: 2rem;
	}
}

@media only screen and (max-width: 768px) {

	.mission_vision {
		margin-top: 230px;
	}
	.mission_vision .circled-container{
		position: absolute;
		width: 300px;
		height: 300px;
		top:0;
	}

	.mission_vision .inner-content.right{
		margin-top: 1rem;
	}
}

@media only screen and (max-width: 318px) {
	.mission_vision {
		margin-top: 180px;
	}
	.mission_vision .circled-container{
		position: absolute;
		top:0;
		width: 200px;
		height: 200px;
	}
}


/* =====================   managment teams ===================== */

.teams{
	padding-top: 50px;
	margin-bottom: 2.75rem;
}
.teams .title-head{
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
}
.teams .title-head h4{
	font-weight: 600;
	letter-spacing: 0.05rem;
}

.teams .team-img{
	width: 100%;
	border-radius: 15px;
  	background: rgb(116,216,162);
	background: linear-gradient(180deg, rgba(116,216,162,1) 43%, rgba(116,216,162,0.4205882181974352) 89%);
	overflow: hidden;
}

.teams .team-img img{
	border-radius: 15px;
	transition: 1s ease;
}

.teams .team-wrapper h6 {
	margin-top: 1.25rem;
	font-size: 1.2rem;
	color: #000;
	font-weight: 700;
	margin-bottom: 1px;
}

.teams .team-wrapper p {
	font-weight: 500;
}

/* ===================== end about us ===================== */


/* =====================   product page  ===================== */
ul.navbar-product li a.nav-link{
	color: #ffffff !important;
	font-weight: 500;
}
.search-bar{
	position: relative;
	width: 47%;
	margin:auto;
}

.navbar{
	transition: all 0.5s ease;
}

.navbar-light.fixed-top.products-nav.nav-light-green{
	background: #4CB752 !important;
	transition: all 0.5s ease;
}

.search-bar input.form-control{
	width: 100% !important;
	border-radius: 0.75rem;
	
}

.search-bar input.form-control{
	background: transparent;
	border-color: #fff !important;
}

.search-bar.no-transparent input.form-control{
	background-color: #fff;
	border-color: #ced4da !important;
}

.search-bar input.form-control::-moz-placeholder {
  color: #ffffff !important;
  opacity: 1;
}
.search-bar input.form-control::placeholder {
  color: #ffffff !important;
  opacity: 1;
}

.search-bar.no-transparent input.form-control::-moz-placeholder {
  color: #6c757d !important;
  opacity: 1;
}
.search-bar.no-transparent input.form-control::placeholder {
  color: #6c757d !important;
  opacity: 1;
}

.search-bar input:focus {
  color: #212529;
  background-color: transparent !important;
  border-color: var(--leaf-green);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(76, 182, 82, 0.5) !important;
}

.search-bar.no-transparent input:focus {
  	background-color: #fff !important;
}

@media only screen and (max-width: 990px) {
	.search-bar{
		width: 100%;
	}
}

.bg-white-menu{
	border-color: #ffffff !important;
}

.bg-white-menu:hover{
	box-shadow: unset !important;
}

.bg-white-menu:focus{
	border-color: var(--light-green) !important;
	box-shadow: 0 0 0 0.25rem;
}

.bg-white-menu span.fa-bars{
	color: #fff !important;
	border-color: rgba(76, 182, 82, 0.5) !important;
}




.btn-search{
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.024rem 0.25rem;
	font-size: 1rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search-bar .btn-search{
	position: absolute;
	top: 5px;
	right: 10px;
}

.search-bar.no-transparent .btn-search{
	color: #212529 !important;
}


.product-slider{
	position: relative;
}
.product-banner{
	width: 100%;
	height: 700px;
}




.bg-banner{
	background-image: url("../../asset/img/product-banner/banner1.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;

}

.bg-banner1{
	background-image: url("../../asset/img/product-banner/slider2.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;

}

.bg-banner2{
	background-image: url("../../asset/img/product-banner/slider3.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;

}

.bg-banner3{
	background-image: url("../../asset/img/product-banner/slider4.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;

}
.bg-banner4{
	background-image: url("../../asset/img/product-banner/slider5.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;

}

.bg-banner5{
	background-image: url("../../asset/img/product-banner/slider6.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;

}




/* =====================  owl carousel ===================== */
.owl-dots{
	position: absolute;
	margin: 0 !important;
	left:50%;
	bottom: 10px;
	transform:translate(-50%,-50%);
}

.owl-dots .owl-dot span{
	background: #fff !important;
}

.owl-dots .owl-dot.active span{
	background: #D3D3D3 !important;
}

.owl-dots .owl-dot span:hover{
	background: #D3D3D3 !important;
}



@media only screen and (max-width: 1198px) {
	.product-banner{
		height: 600px;
	}

	.bg-banner{
		height: 100%;
	}
}
@media only screen and (max-width: 1068px) {
	.product-banner{
		height: 520px;
	}

}


@media only screen and (max-width: 990px) {

	.product-banner{
		height: 500px;
	}

}

@media only screen and (max-width: 886px) {
	.product-banner{
		height: 420px;
	}
}

@media only screen and (max-width: 768px) {
	.product-banner{
		height: 380px;
	}

}

@media only screen and (max-width: 648px) {
	.product-banner{
		height: 330px;
	}

}
@media only screen and (max-width: 538px) {
	.product-banner{
		height: 280px;
	}

}


/* =====================   category   ===================== */
.category-wrapper{
	width: 100%;
	padding-top: 40px;
}

.container-fomas{

  width: 100%;
  padding-right: 2.25rem;
  padding-left: 2.25rem;
  margin-right: auto;
  margin-left: auto;
}

.category-wrapper .title{
	padding: 5px 0 10px 0;
}
.category-wrapper .title h5{
	font-weight: 400;
}

.category-wrapper .title h5.right-head{
	font-weight: 600;
}

.left-side-menu, .right-side-menu{
	width: 100%;
	padding: 10px 20px;
	border-radius: 8px;
	border: 1px solid rgba(44, 53, 58, 0.3);

}
.left-side-menu{
	background: #eaeaea;
	padding: 10px 20px;
	transition: .3s ease-in-out;
}

..sidebar-wrapper{
	background: #eaeaea;
	transition: .5s ease-in-out;
}

.left-side-menu.sidebar.close{
	display: none;
	transition: 10s ease-in-out;
}

.category-menu{
	cursor: pointer;
}

.sidebar .nav-links {
  height: 100%;
}


.sidebar .nav-links{
	margin: 0;
	padding: 0;
	text-decoration: none;
	transition: .10s ease-in-out;
}

.sidebar .nav-links li {
  position: relative;
  list-style: none;
  transition: all 0.5s ease;
}

.sidebar .nav-links li:hover{
	/*background: #868686;*/
}

.sidebar .nav-links li .icon-link{
	display: flex;
	text-align: center;
	justify-content: space-between;
}


.sidebar .nav-links li i{
	height: 40px;
	min-width: 78px;
	line-height: 40px;
	text-align: center;
	color: #6c757d;
	font-size: 20px;
	cursor: pointer;
	transition: all 0.5s ease;
}
.sidebar .nav-links li i:hover{
	color: #000;
	opacity: 0.7;
}
.sidebar .nav-links li.showMenu i.arrow{
	transform: rotate(-180deg);
}

.sidebar .nav-links li a{
	display: flex;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	color: #6c757d;
}


.sidebar .nav-links li a:hover{
	color: #000;
	opacity: 0.7;
}


.sidebar .nav-links li a .link_name{
	font-size: 16px;
	font-weight: 400;
}

.sidebar .nav-links li a h5 .link_name{
	color: #000;
	opacity: 0.7;
}


.sidebar .nav-links li .sub-menu{
	padding: 6px 6px 14px 80px;
	text-align: unset;
	margin-top: -10px;
	display: none;
	padding: 8px;
	background-color: rgba(208,208,208, 0.3);
	transition: all 3s ease;
}

.sidebar .nav-links li.showMenu .sub-menu{
	display: block;
	
}

.sidebar .nav-links li .sub-menu a{
	color :rgba(92, 91, 87, 0.9);
	font-weight: 14px;
	padding: 1px 0;
	white-space: nowrap;
	opacity: 0.8;
	transition: all 0.3s ease;
}

.sidebar .nav-links li .sub-menu a:hover{
	color: var(--deep-green);
	font-weight: 700;
}

.sidebar .nav-links li .check-list{
	display: flex;
}

.sidebar .nav-links li .check-list .wrap-checkbox{
	height:42px;
	line-height: 42px;
}

.sidebar .nav-links li .check-input{
	width: 1em;
	height: 1rem;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 0.25em;
	margin-right: 0.35rem;
}

.sidebar .nav-links li .check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(209, 248, 210, 0.25);
}

.sidebar .nav-links li .check-input:checked {
  background-color: var(--light-green);
  border-color: var(--light-green);
}



@media only screen and (max-width: 1148px) {

	.sidebar .nav-links{
		margin: 0px;
	}
	.sidebar .nav-links li a{
		text-align: left;
	}

	.sidebar .nav-links li i{
		min-width: unset;
	}

	.sidebar .nav-links li .icon-link{
		text-align: center;
	}
}

.category-menu{
	display: none;
}

.mobile-title h5{
	display: flex;
	flex-wrap: wrap;
}

.mobile-title h5 span{
	margin: 5px;
}

@media only screen and (max-width: 990px) {

	.sidebar{
		display: none;
	}

	.category-menu{
		display: block;
	}
	.left-side-menu.sidebar.close{
		display: block;
		transition: 10s ease-in-out;
	}
	.category-wrapper .col-md-3, .category-wrapper .col-md-9{
		width: 100% !important;
	}


	/*.mobile-title{
		position: absolute;
		right: 0;
		background: red;
	}

	.mobile-title span.m{
		display: none;
	}*/
}

@media only screen and (max-width: 768px) {
	.container-fomas{
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}
}





.right-side-menu{

}

.img-con{
	width: 100%;
	min-height: 10px;
	background: rgb(116,216,162);
    background: linear-gradient(45deg, rgba(116,216,162,1) 0%, rgba(255,255,255,1) 57%);
}


.fomas-col .item{
  margin: 3px;
  padding: 0 10px 0 10px;
}
.fomas-col .item img{
  display: block;
  width: 100%;
  height: auto;
}


.fomas-col .owl-next, .fomas-col .owl-prev{
	position: absolute;
	top: 40%;
}

.fomas-col .owl-next:hover, .fomas-col .owl-prev:hover{
	background: transparent !important;
}

.fomas-col .owl-prev {
	left: -15px;
}
.fomas-col .owl-next {
	right: -15px;
}

.fomas-col .owl-next span, .fomas-col .owl-prev span{
	font-size: 40px;
}

.fomas-col .owl-next span:hover, .fomas-col .owl-prev span:hover{
	color: #6c757d;
}


.productItem .productName{
	margin-top: 0.50rem;
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 8px;
}

.productItem .productName a{
	color: #3d3d3d;
}


.productItem .price h6{
	color: #000;
	font-size: 1.2rem;
	font-weight: 700;
}

.productItem .price h6 span.promo{
	text-decoration: line-through;
	margin-right: 0.25rem;
}

.productItem .price h6 span.new-price{
	color: #ff0000;
}

.notification{
	position: absolute;
	right: 0;
	background: #ff0000;
	color: #fff;
	padding: 2px 10px;
}

  @media only screen and (min-width: 704px) {
	.fomas-col .item img{
		display: block;
		width: 100%;
		height: 260px !important;
	  }
}
@media only screen and (max-width: 704px) {
	.notification{
		padding: 0.08rem 0.45rem;
		font-size: 0.85rem;
	}


	.productItem .productName{
		font-size: 1rem;
	}

	.productItem .price h6{
		font-size: 0.85rem;
		font-weight: 600;
	}

	.productItem .price h6 span.promo{
		text-decoration: line-through;
		margin-right: 0.25rem;
	}

	.productItem .price h6 span.new-price{
		color: #ff0000;
	}
}


@media only screen and (max-width: 580px) {
	.fomas-col .item{
	  margin: 3px;
	  padding: 0 4px 0 4px;
	}

	.left-side-menu, .right-side-menu{
		padding: 5px 10px;
	}

	.notification{
		padding: 0.08rem 0.45rem;
		font-size: 0.75rem;
	}

}

/* =====================   product partners ===================== */
.partner-bg-white2{
	width: 100%;
	padding: 20px 0px 0px 0px;
}
.partner-link {
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.partner-link li{
	padding: 5px 2px 5px 2px;
	width: 33.33333333333333%;
	min-height: 1px;
	margin: 3px;
}	

.brand-logos{
	
}

.partner-link .brand-logos img{
	width: 100%;
	height: 40px;
	object-fit: cover;
}

.partner-link a {
  
}

.partner-link a:hover, .partner-link a:focus {
  color: rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 550px) {

	.partner-link .brand-logos img{
		height: 40px;
		object-fit: cover;
	}

}

@media only screen and (max-width: 471px) {

}



/* =====================    products search  ===================== */
.search-contents{
	width: 100%;
	padding-top: 150px;
	padding-bottom: 20px;
}

.search-bar-result{
	width: 100%;
	padding: 10px 20px;
	background: #eaeaea;
	border-radius: 8px;
	margin-bottom: 0.75rem;
}

.search-bar-result h5{
	font-family: system-ui;
	padding: 0;
	margin: 0;
}

.search-bar-result h5 .list{
	font-size: 1rem;
}

.search-bar-result h5 span:nth-child(2){
	font-size: 1rem;
}

.search-contents .inner-wrapper{
	padding: 20px 0 20px 0;
}

.search-contents .inner-wrapper.left-item{
	margin-right: 100px;
}

.search-contents .inner-wrapper.right-item .price h6{
	 font-size: 1.4rem;
	 font-weight: 600;
	 color: #000;
}


.prod-items{
	width: 100%;
}

.prod-items img {
    width: 100%;
	height: 281px;
	object-fit: cover;
	outline: 2px solid #eaeaea;
	border-radius: 0.75rem;
}


.right-item > .item-name, p, h6{
	margin-bottom: 1.5rem;
}

.right-item > .item-name h5 a{
	color: #272727;
}

.right-item > .item-name p a{
	color: #818181;
}


.right-item > p, h6{
	color: var(--muted-color);
}

@media only screen and (max-width: 1199px) {
	.search-contents .inner-wrapper.left-item{
		margin-right: 50px;
	}

	.prod-items img {
		height: 256px;
	}

	.right-item > .item-name, p, h6{
		margin-bottom: 1.2rem;
	}
}

@media only screen and (max-width: 991px) {
	.search-contents .col-md-6{
		width: 100% !important;
	}
	.search-contents .inner-wrapper.left-item{
		margin-right: 0px;
	}


	.prod-items img {
		width: 70%;
		height: 310px;
	}
}

@media only screen and (max-width: 767px) {
	.prod-items img {
		width: 90%;
		height: 296px;
	}
}

@media only screen and (max-width: 549px) {
	.prod-items img {
		width: 100%;
		height: 326px;
	}
}

@media only screen and (max-width: 519px) {
	.prod-items img {
		height: 316px;
	}
}

@media only screen and (max-width: 458px) {
	.prod-items img {
		height: 285px;
	}
}

@media only screen and (max-width: 387px) {
	.prod-items img {
		height: 230px;
	}
}

@media only screen and (max-width: 341px) {
	.prod-items img {
		height: 210px;
	}
}
@media only screen and (max-width: 305px) {
	.prod-items img {
		height: 180px;
	}
}

.pagenation-control .page-item{
	border-color: red !important;
	padding: 10px 8px;
}

.pagenation-control .page-item .page-link{
  	padding: 0.25rem 0.75rem;
  	border-radius: 0.45rem;
  	color: #6c757d;
}

.pagenation-control .prev .page-link, .pagenation-control .next .page-link{
  	border: unset !important;
  	border-radius: unset;
}

.pagenation-control .page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: unset !important;
  outline: 0;
  box-shadow: unset !important;
}

.pagenation-control .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.like-share a{
	color: var(--muted-color);
}
.like-share .like span{
	margin-left:0.45rem;
	margin-right: 0.95rem;
}

.like-share .share i{
	margin-right: 0.35rem;
}

.item-model .number{
	text-transform: uppercase;
	color: var(--muted-color);
}
.item-model .category{
	color: var(--muted-color);
}
.item-model .category span{
	color: var(--deep-green);
}

.right-item .item-model > .item-name, h4{
	margin-bottom: 1rem;
}

.quantity-control{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

.btn-add{
	width: 50%;
}

.quantity-control .name, .quantity-control .item-control, .btn-add{
	margin-right: 10px;
}

.item-control .fomas-group{
	position: relative;
	width: 100%;
	max-width: 120px;
}

.fomas-input{
	width: 100%;
	text-align: center;
	padding: 0 20px 0 20px;
}

.fomas-sm{
	min-height: calc(1.5em + 0.5rem + 2px);
	font-size: 0.875rem;
}

 .search-bar .fomas-group input:focus {
  background-color: unset !important;
  border-color: unset !important;
  box-shadow: unset !important;
}

.fomas-group .left, .fomas-group .right{
	position: absolute;
	top: 16%;
	cursor: pointer;
}
.fomas-group .left{
	left: 5px;
}
.fomas-group .right{
	right: 5px;
}

.arrowRight .btn i{
	margin-left: 1rem;
	line-height: 13px;
}

#preview .item .img-pre{
	padding: 2.9rem 0 0 0;
}

#preview .item{
  margin: 3px;
  padding: 0 10px 0 10px;
}
#preview .item img{
  	display: block;
  	height: 60px;
	object-fit: cover;
	outline: 2px solid #eaeaea;
	border-radius: 8px;
}

#preview .owl-next, #preview .owl-prev{
	position: absolute;
	top: 45%;
}

#preview .owl-next:hover, #preview .owl-prev:hover{
	background: transparent !important;
}

#preview .owl-prev {
	left: -10px;
}
#preview .owl-next {
	right: -10px;
}

#preview .owl-next span, #preview .owl-prev span{
	font-size: 30px;
	color: #6c757d;
}

#preview .owl-next span:hover, #preview .owl-prev span:hover{
	color: #000;
}


/* ===================== tabs ===================== */
.tab-container{
	width: 100%;
	margin: 0;
}
.tab-head{
	display: flex;
	width: 100%;
	min-height: 40px;
}

.tablink {
 	
	background-color: #eaeaea;
	color: #212529;
	text-align: center;
  	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	width: 30%;
}


.tablink .links{
	padding: 0px 10px;
	height: 100%;
	background: #fff !important;
}

.tablink .links .block {
	display: block;
	width: 100%;
	border: none;
	background-color: rgba(153, 153, 153, 0.5);
	line-height: 16px;
	cursor: pointer;
	text-align: center;
	padding: 8px 0 10px 0;
	border-radius: 8px;
	font-weight: 600;
	
}


.tablink .links.active .block {
	display: block;
	width: 100%;
	border: none;
	background-color: transparent !important;
	line-height: 16px;
	cursor: pointer;
	text-align: center;
	padding: 8px 0 10px 0;
}

.tablink .links.active{
	padding: 0px 10px;
	height: 100%;
	background-color: #eaeaea !important;
}

.tablink .links{
	background: #eaeaea;
	padding: 2px 20px;
}

.tab-body{
	width: 100%;
	background-color: #eaeaea;
}
.tabcontent {
	color: var(--muted-color);
	padding: 20px 20px;
	height: 100%;
	display: none;
}

.tabcontent p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
}

.tabcontent.active {
	display: block;
}


.rel-products .resize{
	
}

.tab-head{}
@media only screen and (max-width: 990px) {
	#preview .item{
	  /*margin: 3px;
	  padding: 0 10px 0 10px;*/
	}
	#preview .item img{
	  	height: 98px;
	}
}

@media only screen and (max-width: 767px) {

	#preview .item img{
	  	height: 73px;
	}

	.btn-add{
		width: 50%;
	}

	.tablink {
		width: 40%;
	}



}

@media only screen and (max-width: 548px) {
	.featured-product.rel-products .noti{
		padding: 1px 8px 3px 8px;
		font-size: 0.75rem;
	}

	.featured-product.rel-products .product-details .product-name{
		margin-top: 0px;
		margin-bottom: 0.75rem;
	}

	.featured-product.rel-products .product-details .price{
		margin-bottom: 10px;
		margin-bottom: 0.75rem;
	}

/*	.featured-product.rel-products .product-details .price h6{
		margin-bottom: 0.75rem;
		font-size: 0.95rem;
	}

	.rel-products #featured-parent div:nth-child(2) .product-details .product-name {
		margin-bottom: 0.25rem;
	}
	.rel-products #featured-parent div:nth-child(2) .product-details .price {
		margin-bottom: 0px;
	}

	.rel-products #featured-parent div:nth-child(2) .product-details .price h6 {
		margin-bottom: 0.25rem;
		margin-top: 0;
		font-size: 0.85rem;
	}
	.rel-products #featured-parent div:nth-child(2) .product-details .product-name {
		margin-bottom: 1px;
		margin-top: 0;
	}*/

	.product-details .price .l-through {
		text-decoration: line-through;
		margin-bottom: 0;
	}

	.rel-products .product-details .btn{
		padding: 0.25rem 0.5rem;
		font-size: 0.875rem;
		border-radius: 0.2rem;
	}
}

@media only screen and (max-width: 358px) {
	.rel-products .col-6{
		width: 100%;
	}
}
@media only screen and (max-width: 504px) {
	#preview .item{
	  margin: 1px;
	  padding: 0 5px 0 5px;
	}

	#preview .owl-prev {
		left: -15px;
	}
	#preview .owl-next {
		right: -15px;
	}
	#preview .item img{
	  	height: 68px;
	}


}

@media only screen and (max-width: 460px) {
	
	#preview .item img{
	  	height: 68px;
	}

	.btn-add{
		width: 40%;
	}

	.item-control .fomas-group{
		max-width: 90px;
	}

	.tablink {
		width: 46%;
	}

	.tab-head{
		max-height: 20px;
	}
	.tablink .links.active{
		padding: 0px 10px;
		line-height: 12px;
	}

	.tablink .links .block {
		line-height: 12px;
		padding: 8px 0 10px 0;
		font-size: 14px;
	}

	.tablink .links.active .block {
		line-height: 14px;
		padding: 8px 0 10px 0;
	}

	.tablink .links{
		background: #eaeaea;
		padding: 1px 20px;
	}

	.tablink {
		width: 50%;
	}


}

@media only screen and (max-width: 412px) {
	
	#preview .item img{
	  	height: 55px;
	}

}

@media only screen and (max-width: 326px) {
	
	.btn-add{
		width: 33%;
	}
	.quantity-control .name{
		width: 23%;
	}
	.item-control .fomas-group{
		max-width: 80px;
	}

	.quantity-control .name, .quantity-control .item-control, .btn-add{
		margin-right: 5px;
	}

}

@media only screen and (max-width: 298px) {
	
	#preview .item img{
	  	height: 77px;
	}

	.quantity-control .name{
		width: 100%;
	}

	.btn-add{
		width: 50%;
	}

}

@media only screen and (max-width: 244px) {
	
	#preview .item img{
	  	height: 124px;
	}

}
@media only screen and (max-width: 200px) {
	
	.quantity-control .item-control{
		margin-bottom: 10px;
		margin-top: 10px;
	}
}

/* =====================  end product page  ===================== */

/* ===================== Hire Purchase ==================== */
.parent-hire{
	width: 100%;
	padding: 10px 0px 0px 0px;
	background: var(--light2-green);
}
.hire-child-banner{
	background-image: url("../../asset/img/hire-purchase.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100vh;

}

.savings-wrap{
	padding-top: 20px;
}
.savings-banner{
	background-image: url("../../asset/img/savings_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100vh;
}

.hire-wrap{
	padding: 150px 0px 40px 0px;
	width: 80%;
}

.hire-wrap h1{
	/*font-size: 54px;*/
	margin-bottom: 1.25rem;
	color: white !important;
}

.hire-wrap .title{
	font-size: 20px;
	margin-bottom: 2rem;
	color: white !important;
}

.parent-hire p button{
	padding-right: 4rem;
	padding-left: 4rem;
	padding-top: 14px;
	padding-bottom: 14px;
}

@media only screen and (max-width: 1192px) {
	.parent-hire{
		height: 600px;
	}

	.hire-child-banner{
		height: auto;
	}

	.savings-banner{
		height: auto;
	}
}
@media only screen and (max-width: 1086px) {
	.parent-hire{
		height: 550px;
	}
}

@media only screen and (max-width: 990px) {
	.parent-hire{
		height: 500px;
	}

	.parent-hire p button{
		padding-right: 4rem;
		padding-left: 4rem;
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

@media only screen and (max-width: 866px) {
	.parent-hire{
		height: 430px;
	}
}

@media only screen and (max-width: 870px) {
	.parent-hire{
		height: unset;
		min-height: 400px;
	}

	.hire-wrap{
		padding: 80px 0px 40px 0px;
		width: 80%;
	}

}
@media only screen and (max-width: 767px) {
	.parent-hire{
		
	}

	.hire-wrap{
		padding: 100px 0px 40px 0px;
		width: 80%;
	}

	.hire-wrap h1{
		font-size: 48px;
	}

	.hire-wrap .title{
		font-size: 1.5rem
	}

	.parent-hire p button{
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.parent-hire{
		min-height: 1px;
	}


}


@media only screen and (max-width: 574px) {
	.parent-hire{
		padding: 20px 0px 0px 0px;
	}

	.hire-wrap .title{
		
	}

	.hire-wrap{
		padding: 70px 0px 40px 0px;
	}
	.hire-wrap h1{
		font-size: 38px;
	}

	.hire-wrap .title{
		font-size: 1.4rem;
	}

	.hire-wrap{
		width: 100%;
	}

	.parent-hire p button{
		padding-right: 1rem;
		padding-left: 1rem;
	}
}

@media only screen and (max-width: 330px) {
	.hire-wrap h1 br{
		display: none;
	}

	.hire-wrap h1{
		font-size: 34px;
	}

	.hire-wrap .title{
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 270px) {
	
	.hire-wrap h1{
		font-size: 24px;
	}

	.hire-wrap .title{
		font-size: 1rem;
	}

}


.how-it-works {
    width: 100%;
}

.how-it-works .inner-wrapper{
	/*padding-top: 10px;*/
	text-align: center;
}

.how-it-works .inner-wrapper h4{
	margin-bottom: 1rem;
	font-size: 38px;
}
.how-it-works .inner-wrapper p{
	font-size: 1.20rem;
}

@media only screen and (max-width: 1000px) {
	.how-it-works .inner-wrapper p br{
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.how-it-works .inner-wrapper h4{
		font-size: 32px;
	}
	
	#fs {
	    font-size: 32px;
	}
}

.ready-start{
	width: 100%;
	padding-top: 30px;
}

 .ready-start .inner-wrapper h4{
	margin-bottom: 5rem;
	font-size: 38px;
}


.fomas-row{
	display: flex;
	flex-wrap: wrap;
}

.wrap-circle{
	position: relative;
	width: 33.33333333333333%;
	padding-bottom: 33.33333333333333%;
	border-radius: 50%;
}



.ready-start .circled{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #fff;
}

.wrap-circle span{
	position: absolute;
	top: -3.5%;
	left: 50%;
	text-align: center;
	color: #000;
	padding: 0 5%;
	font-size: 3.8rem;
	background: #ffffff;
	font-weight: 600;
	transform: translate(-50%, -50%);
	color: var(--light2-green);
	z-index: 2;
}

.fomas-row .wrap-circle:nth-child(3) span{
	font-weight: 700;
}

.circle-text{
	position: absolute;
	padding: 10px 0;
	left: 50%;
	top: 50%;
	width: 80%;
	transform: translate(-50%, -50%);
}

.circle-text h5{
	font-weight: 600;
}

.fomas-row .wrap-circle:nth-child(1){
	left: 2%;
	border: 1px solid var(--light2-green);
}

.fomas-row .wrap-circle:nth-child(2){
	border: 2px solid var(--light2-green);
}

.fomas-row .wrap-circle:nth-child(3){
	left: -2%;
	border: 3px solid var(--light2-green);
}


@media only screen and (max-width: 990px) {
	.circle-text h5{
		margin: 0;
		padding: 0;
		font-size: 0.75rem;
		font-weight: 500;
	}

	.circle-text{
		padding: 10px;
	}
	.circle-text p{
		font-size: 0.75rem;
		font-weight: 300;
		text-align: center;
	}

}
@media only screen and (max-width: 698px) {
	.wrap-circle span{
		padding: 0 5%;
		font-size: 2.8rem;
		font-weight: 400;
	}

	.fomas-row .wrap-circle:nth-child(3) span{
		font-weight: 500;
	}


	.circle-text h5{
		margin: 0;
		padding: 0;
		font-size: 0.65rem;
		font-weight: 600;
	}

	.circle-text{
		padding: 10px;
	}
	.circle-text p{
		font-size: 0.65rem;
		font-weight: 300;
	}

	 .ready-start .inner-wrapper h4{
		font-size: 32px;
	}
}

/*@media only screen and (max-width: 488px) {

	.circle-text h5{
		margin: 0;
		padding: 0;
		font-size: 0.5rem;
	}

	.circle-text{
		padding: 10px;
		top: 60%;
		z-index: 10;
	}
	.circle-text p{
		font-size: 0.5rem;
	}
}*/
@media only screen and (max-width: 488px) {

	.wrap-circle{
		width: 50%;
		padding-bottom: 50%;
	}
	.fomas-row .wrap-circle:nth-child(1){
		z-index: 4;
	}

	.fomas-row .wrap-circle:nth-child(2){
		z-index: 4;
	}
	.fomas-row .wrap-circle:nth-child(3){
		left: 26%;
		border: 3px solid var(--light2-green);
		top: -15px;
	}
	.circle-text h5{
		margin: 0;
		padding: 0;
		font-size: 0.75rem;
	}

	.circle-text{
		padding: 10px;
		z-index: 10;
	}
	.circle-text p{
		font-size: 0.75rem;
	}
}

@media only screen and (max-width: 390px) {

	.fomas-row .wrap-circle:nth-child(3){
		left: 26%;
		border: 3px solid var(--light2-green);
		top: -5px;
	}

	.circle-text h5{
		margin: 0;
		padding: 0;
		font-size: 0.55rem;
	}

	.circle-text{
		padding: 10px;
		top: 60%;
		z-index: 10;
	}
	.circle-text p{
		font-size: 0.55rem;
	}
}

@media only screen and (max-width: 296px) {

	.fomas-row .wrap-circle:nth-child(3){
		left: 26%;
		border: 3px solid var(--light2-green);
		top: 0px;
	}

	.circle-text h5{
		margin: 0;
		padding: 0;
		font-size: 0.4rem;
	}

	.circle-text{
		padding: 10px;
		top: 60%;
		z-index: 10;
	}
	.circle-text p{
		font-size: 0.4rem;
	}

	.wrap-circle span{
		padding: 0 5%;
		font-size: 1.8rem;
		font-weight: 200;
	}

	.fomas-row .wrap-circle:nth-child(3) span{
		font-weight: 300;
	}
}

/*assest*/
.av-asset{
	width: 100%;
	margin-top: 80px;
	padding-bottom: 50px;
}

#bg {
    background-color: #eaeaea;
}

.av-asset .inner-wrapper h4{
	padding-top: 2.5rem;
	margin-bottom: 2.125rem; 
	font-size: 38px;
}

.img-wrap{
	width: 100%;
	padding: 20px 20px 5px 20px;
	background: #fff;
}


.img-wrap p{
	margin-top: 15px;
}

.av-asset .image-holder{
  padding: 10px 10px 10px 10px;
  background: #999;
}

.av-asset img{
	width: 100%;
}

.subtitle{
	text-align: center;
	font-size: 1.45rem;
}

.details-title{
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 1.3rem;
	text-transform: uppercase;
}

.radio-flex{
	display: flex;
}

.radio-flex .radio-label, .radio-flex .radio-input{
	margin: 5px;
}

.radio-flex .check-label, .radio-flex .radio-input{
	margin: 2px;
	margin-right: 5px;
}

.initial-title{
	font-size: 1.2rem;
	padding-bottom: 1px;
	margin-bottom: 5px;

}

.radio-flex .radio-label{
	font-size: 1.1rem;
	font-weight: 600;
	display: flex;
}

.radio-input{
	width: 22px;
	height: 22px;
	margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}



.radio-input:focus {
  border-color: #9cf0a8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(156, 240, 168, 0.50);
}

.radio-input:checked {
  background-color: var(--leaf-green);
  border-color: #9cf0a8;
}

.radio-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.check-box .radio-input{
	border-radius: 1px;
}
.radio-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}


.check-box .radio-input:checked{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.drop-zone{
	max-width: 200px;
	height: 200px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 300;
	font-size: 20px;
	cursor: pointer;
	color: #ccc;
	border: 1px dashed var(--deep-green);
	border-radius: 10px;

}

.drop-zone-over{
	border-style: solid;
}

.drop-zone-input{
	display: none;
}

.drop-zone-thumb{
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	background-color: #ccc;
	background-size: cover;
	position: relative;
}

.drop-zone-thumb::after{
	content: attr(data-label);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 0;
	color: #ffffff;
	font-size: 0.75rem;
	background: rgba(0, 0, 0, 0.55);
}

.drop--zone-btn{
	margin-top: 2rem;
	display: flex;
	justify-content: space-between;
	word-spacing: 0.1rem;
}
/* ===================== End Hire Purchase ==================== */


/* =======================faq ==================*/
.faq-section{
	width: 100%;
	/*padding-bottom: 50px;*/
}

.faq-section .title h4{
	/*padding-top: 4rem;*/
	/*margin-bottom: 1.70rem; */
	text-align: center;
	font-size: 38px;
}

.faq{
	width: 100%;
	margin-top: 1rem;
	padding-top: 1.75rem;
	padding-bottom: .75rem;
	border-bottom: 0.002rem solid rgba(222, 222, 222);
	cursor: pointer;
}

.question{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.question h3{
	font-size: 1.2rem;
	font-weight: 500;
	color: var(--light2-green);
}

.question .bx-minus{
	display: none;
}

.question i{
	transition: 1s ease-in-out;
}

.answer{
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s ease;

}
.answer p{
	padding-top: 1rem;
	line-height: 1.6;
	font-size: 1rem;
}

.faq.active .answer{
	max-height: 400px;
	min-height: 1px;
}

.faq.active .question .bx-minus{
	display: block;
}

.faq.active .question .bx-plus{
	display: none;
	transition: transform 1.4s ease;
}
/* ===================== end faq ================*/

/* ======================= Thrift/Savings ===============*/
.sv-wrap{
	position: relative;
	width: 100%;
	min-height: 50px;
	/*padding: 20px;*/
	
}
.sv-content .icon{
	position: absolute;
	top: 35%;
	width: 50px;
	height: 50px;
}

.sv-inner{
	padding:20px;
	margin-left: 45px;
}




.screen_conent ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.creating_list {
    display: block;
    overflow: hidden;
    max-height: 398px;
    padding-top: 30px;
}

.creating_list li {
    display: block;
    padding-left: 55px;
    position: relative;
    font: 400 16px/28px "Muli", sans-serif;
    color: rgba(40, 35, 49, 0.8);
    padding-bottom: 22px;
}

.creating_list li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    position: absolute;
    font-size: 1.5rem;
    left: 0;
    width: 33px;
    color: #00A843;
}

.gift_img img{
	width: 100%;
	height: 570px;
	object-fit: cover;
}

.h-work{
	background: #eaeaea;
	padding-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
	.gift_img img{
		width: 100%;
		height: unset;
	}

	.sv-content .icon{
		position: absolute;
		top: 35%;
		width: 50px;
		height: 50px;
	}

	.sv-inner{
		padding:20px 0px 20px 20px;
		margin-left: 45px;
	}
}
/* ================end Thrift/Savings ============*/

/* ================ Cooperative ============*/

.bg {
    background-image: url("../../asset/img/coop-page-banner.jpg");
}

/* ================end Cooperative ============*/

/* ================Start Contact us ============*/

.contact-heading{
	margin-bottom: 1rem !important;
}

.contact-box{
	width: 100%;
	min-height: 200px;
	padding: 25px 40px;
	margin-top: 2rem;
	margin-bottom: 5rem;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
	/*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
	outline: 0.1rem solid #eaeaea;
	border-radius: 8px;
}

.form-box{
	margin-bottom: 0.1rem;
}

.form-field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #99A3BA;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



@media (prefers-reduced-motion: reduce) {
  .form-field {
    transition: none;
  }
}

.form-field::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-field::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-field:focus {
  color: #212529;
  background-color: #fff;
  border-color: #4CB652;
  outline: 0;
}

.form-field:disabled, .form-field[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-field-large {
  min-height: calc(2em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
}

.contact-form-bg{
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
  border-radius: 0.5rem;
  color: var(--muted-color);
}

.form-field:focus.contact-form-bg{
  color: var(--muted-color);
  background-color: #eaeaea;
  border-color: #eaeaea;
  outline: 0;
}

textarea.form-field {
  min-height: calc(1.5em + 0.75rem + 1px);
}

textarea.contact-msg {
  min-height: 200px;
  padding-top: 20px;

}

.fomas-select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-contact{
	  display: block;
	  width: 30%;
	  padding: 14px 28px;
	  font-size: 16px;
}


@media only screen and (max-width: 991px) {
	.btn-contact{
		width: 50%;
	}
}

@media only screen and (max-width: 478px) {
	.inner-wrapper h4.contact-heading{
		font-size: 1.8rem;
	}

	.btn-contact{
		width: 45%;
	}

	.contact-box{
		padding: 25px 20px;
	}
}

@media only screen and (max-width: 380px) {
	.inner-wrapper h4.contact-heading{
		font-size: 1.5rem;
	}
	.contact-box{
		padding: 25px 14px;
	}
}

@media only screen and (max-width: 302px) {
	.inner-wrapper h4.contact-heading{
		font-size: 1.2rem;
	}
	.btn-contact{
		width: unset;
		padding: 14px 28px;
	}
}

.contact-map-inner{
	width: 100%;
}
/* ================end Contact us ============*/


/* ================= start sign/up/in ========= */
.login-nav{
	padding-top: 25px;
}

.sign-wrap{
	padding-top: 15px;
	padding-bottom: 80px;
}

.sign-heading{
	padding: 20px 0;

}
.sign-box{
	padding-top: 0.45rem;
	padding-left: 20px;
	padding-right: 20px;
}

.form-box-sign{
	position: relative;
	margin-bottom: 1.6rem;
}

.sign-label{
	position: absolute;
	top: -19px;
	left: 30px;
	padding: 0.375rem 0;
	color: #6c757d;
	font-size: 0.89rem;
  font-weight: 400;
  cursor: text;
  transition: all .3s;
  z-index: 1;
}

.sign-label:before{
	content: "";
	width: 100%;
	height: 1px;
	top: 19px;
	background: #eaeaea;
	position: absolute;
  z-index: -1;
}

.sign-label.active{
	position: absolute;
	top: 5px;
	left: 20px;
	font-size: 1.2rem;
  font-weight: 400;
	padding: 0.375rem 0.75rem;
	color: #6c757d;
	z-index: unset;
}

.sign-label.active:before{
	content: "";
	width: 100%;
	height: 1px;
	top: 25px;
	background: inherit;
	position: absolute;
  z-index: unset;
}

.form-field.active{
	border-color: #ced4da;
	transition: all .3s;
}

.form-field:focus.active{
  color: var(--muted-color);
  background-color: #eaeaea;
  border-color: #eaeaea;
  border: 1px solid #ced4da;
  transition: all .3s;
}

.sign-btn{
	display: block;
  width: 100%;
  padding: 14px 28px;
  font-size: 16px;
}

.alt-border{
	width: calc(100% - 1.5rem);
	border-bottom: 0.1245rem solid #eaeaea;
	margin: auto;
	position: relative;
}

/*.alt-border span{
	position: absolute;
}*/

.alt-border:before{
	content: "OR";
	position: absolute;
	top: -2px;
	width: 60px;
	font-size: 1.4rem;
	font-weight: 500;
	background: #fff;
	transform:translate(-50%,-50%);
}

.social-btn-gmail, .social-btn-fb{
	display: block;
  width: 100%;
  padding: 4px 28px;
  border-radius: 10px;
}

.social-btn-gmail{
	border: 1px solid #eaeaea;
}

.social-btn-gmail .fa-google, .social-btn-fb .fa-facebook{
	font-size: 3rem;
}

.social-btn-gmail .fa-google {
  background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.social-btn-fb{
	background: #3b5998;
}

.social-btn-fb .fa-facebook{
	color: #fff;
}

.sign-option *{
	font-size: 1.5rem;
	color: #000;
	margin-right: 8px;
}

@media only screen and (max-width: 379px) {
	.sign-box{
		padding-top: 0.45rem;
		padding-left: 14px;
		padding-right: 14px;
	}

	.social-btn-gmail .fa-google, .social-btn-fb .fa-facebook{
		font-size: 2rem;
	}

	.sign-option *{
		font-size: 1.2rem;
		margin-right: 5px;
	}

}



@media only screen and (max-width: 323px) {
	.sign-box{
		padding-top: 0.45rem;
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media only screen and (max-width: 285px) {
	.sign-option *{
		font-size: 1rem;
		margin-right: 2px;
	}

}

.error{
	color: #ff0000;
}

.loader{
	border-top-color: var(--deep-green) !important;
	border-bottom-color: var(--deep-green) !important;
}
.success-icon{
	color: var(--deep-green) !important;
}
/* ================= start sign/up/in ========= */

.gutter {
    margin-top: 4rem;
}

.gutter-b {
    margin-bottom: 4rem;
}

.rm-mb {
    margin-bottom: -1rem;
}