* {
	padding: 0;
	margin: 0;
	font-family: niveau-grotesk, sans-serif;
}


body {
	background: #efefef;
}


li {
	list-style: none;
}
a {
	text-decoration: none;
}


.Main_body {
	padding: 0 15px;
}


.Main_container {
	width: 1200px;
	margin: auto;
}

header {
	background: black;
	color: white;
	text-align: center;
	width: 100%;
	padding: 8px 0;
}

header > p > a {
	color: white;
}

nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 10px 0px;
	/* background: #fff; */
	background: #26bf42;
	border: 1px solid #dadada;
}


h2.category_heading {
	font-size: 31px;
	text-transform: capitalize;
}


.logo > a img {
	/* width: 165px; */
	width: 230px;
    height: 60px;
    object-fit: cover;
	/* margin-left: 40px; */
}

img#mob_icon {
	display: none;
}

.search_bar {
	width: 40%;

	margin: 0 5px;
}

.search_bar > #main_search_form {

	display: flex;
	justify-content: center;
	align-items: center;

}

.input {
	width: 100%;
}

.search_bar > #main_search_form .input > input {
	font-family: 'niveau-grotesk', 'sans-serif';
	border: solid 1px #ebebeb;
	border-radius: 24px;
	background: #fff;
	font-size: 16px;
	color: #222;
	font-weight: 400;
	padding: 12px 23px 12px 17px;
	width: 100%;
}

.search_bar > #main_search_form .btn > button {
	border-radius: 60px;
	border: none;
	background: black;
	width: 34px;
	height: 34px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;


}

.material-symbols-outlined {
	font-size: 15px;

}

.nab_opt {
	margin: 0 5px;

}


#nav {
	display: none;
}

.nab_opt > ul {
	display: flex;
	justify-content: end;
	margin: 10px;
}

.nab_opt > ul > li {
	list-style: none;
	margin: 10px;
}

.nab_opt > ul > li > a {
	text-decoration: none;
	color: #222;
	font-size: 14px;
}


/* mobile css */
.main {
	display: none;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background: white;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 170;
}

.ul {
	text-align: center;
	margin: 20px;
}

.ul > ul > li {
	list-style: none;
}

.ul > ul > li > a {

	text-decoration: none;
	color: #222;

}


.view-btn > button {
	background: white;
	border: none;
	width: 100%;
	padding: 15px 8px;
	margin: 11px 0;
	font-size: 15px;
	cursor: pointer;
}


p.result_0_icon {
	font-size: 250px;
	text-align: center;
	color: #f3f3f3;
}

.coupon_not_text {
	font-size: 42px;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0;
	color: #ffc3c3;
}

.coupon_not_found {
	margin: 0 0 85px;
}


.show_coupon_link {
	cursor: pointer;

}


.store {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
    margin-top: 30px;
}


.category-img {
	background: #fff;
	border-radius: 8px;
	padding: 20px;
}

.category-img img {
	border-radius: 5px;
	width: 100%;
	height: 150px;
	object-fit: contain;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transform-origin: center center;
}

.category-img img:hover {
	transform: scale(1.05);
	cursor: pointer;
}


.border {
	border-bottom: 1px solid #ccc;
}







/* 1st cont start here  */
.main_1_cont {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	width: 100%;
	align-items: center;
	/* margin-bottom: 15px; */
}

.heading {
	width: 100%;
	text-align: left;
	margin: 20px 0;
}

.btn_1_cont {

	text-align: end;
	margin: 0 11px;
}

.btn_1_cont > a {
	font-weight: 600;
	padding: 10px 20px;
	border: solid 1px #222;
	border-radius: 8px;
	text-align: center;
	color: #222;
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	background: none;
	white-space: nowrap;
}


.verify_check {
	color: #15be53;
}

i.warning-triangle.fa.fa-exclamation-triangle {
	color: #ebb800;
}


.badge_check {
	color: #01adff;
}


.img_2_cont img {
	width: 150px;
	height: 150px;
	object-fit: contain;
}



/* 1st cont end here  */

/* 2nd cont start here  */
.main_2_cont {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.submain_2_cont {
	width: 23%;
	text-align: center;

	box-shadow: rgb(100 100 111 / 19%) 0 1px 13px 0;

	border-radius: 12px;
	margin: 12px 11px;
	background: white;
}

.img_2_cont {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom: 1px solid #404040;
}

.content_2_cont {
	margin: 20px 20px 38px;
}

.sub_p > p {
	font-size: 12px;
	color: #646262;
	margin-bottom: 6px;

}

.sub_p_2 > p {
	font-weight: 800;
	color: #282828;
	font-size: 14px;
	font-family: sans-serif;

}



@media screen and (max-width:700px) {
	.submain_2_cont {
		width: 45%;
	}
	.store{
		grid-template-columns: repeat(4, 1fr);
	}
	.category-img{
		padding: 8px;
	}

}

@media screen and (max-width:500px) {
	.submain_2_cont {
		width: 100%;
	}
	.category-img{
		padding: 5px;
	}
	.category-img img{
		height: 80px
	};

	.Main_container {
		width: 100%;
		margin: auto;
	}

}

/* 2nd cont end here  */

/* 3rd container  */
.btn_3_cont {
	white-space: nowrap;
	text-align: end;
	margin: 0 11px;
}
.btn_3_cont > a {

	color: black;
	font-weight: 600;

}



/* 4th container  */

/* 4th container  */
/* .main_4_cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
} */
.sub_4_cont {
	width: auto;
	border: solid 1px #e7e7e7;
	border-radius: 8px;
	padding: 20px 15px;
	/* flex-basis: 230px; */
	margin-right: 10px;
	margin-bottom: 20px;
	background: white;
}


.img_4_cont {
	width: 100px;
	margin-bottom: 10px;
}

.coupon_details {
	height: 100px;
}


.img_4_cont > img {
	display: block;
	width: 100%;
	height: 85px;
	object-fit: contain;
}

.veri {
	margin: 5px 0;
	text-align: left;
}

.veri p {
	font-size: 15px;
}


.p1 {
	padding: 2px 0;
}
.p2 {
	padding: 2px 0;
}
.p3 {
	padding: 2px 0;
}

.p3 > p {
	font-size: 14px;
	text-decoration: underline;
}

.p1 > p {
	font-size: 25px;
	font-weight: 600;
}

.p2 > p {
	color: #4c4c4c;
	font-size: 13px;
}
.p3 > p > a {
	color: #1d1d1d;
	font-weight: 600;
}
.btn_4_cont {
	padding: 10px 0;
}
.veri {
	text-align: left;
}
.btn_4_cont > a button {
	font-family: freight-sans-pro, sans-serif;
	font-weight: 600;
	padding: 8px 20px;
	border: 0;
	border-radius: 8px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	background: black;
	cursor: pointer;

}


@media screen and (max-width:1200px) {

	.p3 > p > a {
		font-size: 10px;
	}

	.btn_4_cont > button {
		font-size: 10px;
		padding: 15px 20px;
	}


}


@media screen and (max-width:500px) {
	.sub_4_cont {

		margin-right: 0;

	}

}


/* 8th container  */
/* .main_8_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
} */

.sub_8_cont {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	grid-auto-rows: minmax(100px, auto);
	margin: 20px 0;

}
/* .sub_8_cont {
    margin: 20px;
    width: 29%;
} */


.s_cont {
	display: flex;
	align-items: center;
	justify-content: start;
	margin: 0;


}

.img_8_cont img {
	width: 76px;
	height: 75px;
	object-fit: contain;
}


.s_cont {
	display: flex;
	align-items: center;
	justify-content: start;
	background: white;
	padding: 10px;
}


.img_8_cont {
	border: 1px solid #e6e6e6;
	margin-right: 10px;
}
p.head {
	font-size: 18px;
	color: black;
	font-weight: bold;
}
p.content {
	font-size: 12px;
	font-weight: 600;
	color: #999999;
}




/* footer start here  */
footer {
	display: flex;
	flex-direction: column;
	background: white;
	padding: 26px 0;
	margin-top: 50px;
}

.footer-sub {
	display: flex;
}
.footer-left {
	display: flex;
	width: 50%;
}
.ul2 {
	text-align: left;
	margin: 20px;
}
.ul2 > ul {
	line-height: 30px;
}
.ul2 > ul > li > a {
	color: #b7b7b7;
}
.footer-right {
	width: 50%;
	color: #b7b7b7;
}

.footer-right > p {
	padding: 10px;
}
.footer-sub-2 {
	display: flex;
	align-items: center;
}
.footer-img {
	width: 50%;
	text-align: left;
	padding: 20px;
}
.footer-img > img {
	width: 20%;
}
.footer-para {
	width: 50%;
	text-align: right;
	padding: 20px;
	color: #b7b7b7;

}

@media screen and (max-width:1200px) {
	header {
		position: unset;
	}
	.Main_container {
		width: 100%;
	}
}
@media screen and (max-width:990px) {
	.submain_2_cont {
		width: 30%;
	}
	.category-img img{
		height: 110px;
	}

}
@media screen and (max-width:900px) {
	.footer-sub {
        flex-direction: column;
        align-items: anchor-center;
    }
	.footer-left {
		width: 100%;
		justify-content: center;
	}
	.footer-right {
		width: 70%;
		padding: 10px;
		text-align: center;
	}
	.footer-img > img {
		width: 50%;
	}
	.footer-para > p {
		font-size: 12px;
	}
	.category-img{
		padding: 8px;
	}
	.logo > img {
		width: 80%;
	}

	.search_bar {
		width: 100%;
	}

	.nab_opt {
		display: none;
	}

	.icon {
		text-align: center;
		width: 20%;
	}

	#nav {
		display: block;
	}

	div#Mob_icon {
		position: fixed;
		top: 20px;
		right: 0;
	}
	.heading {
		width: 50%;
	}

	.heading > h1 {
		font-size: 25px;
	}

}
@media screen and (max-width:600px) {
	.sub_8_cont {
		width: 100%;
	}
	.heading {
		width: 100%;
		text-align: center;
	}
	.heading > h1 {
		font-size: 40px;
	}
	.btn_1_cont {
		text-align: center;
		margin-top: 15px;
	}
	.category-img{
		padding: 8px;
	}
	.category-img img {
        height: 80px;
    }
	.logo > a img {
		display: none;
	}
	img#mob_icon {
		display: block;
        /* height: 100px; */
        /* width: 255px;
        object-fit: contain; */
	}
	#nav {
		font-size: 40px;
	}
	.btn_3_cont {
		text-align: center;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.submain_2_cont {
		margin: 7px 0;
	}
	.sub_8_cont {
		grid-template-columns: repeat(2, 1fr);
	}
	.logo > a img {
		margin-left: 0px;
	}
}
@media screen and (max-width:500px) {
	.footer-img > img {
		width: 100%;
	}
	.store{
		grid-template-columns: repeat(2, 1fr);
	}
	.category-img{
		width: 87%;
        justify-self: center;
	}
}
@media screen and (max-width:400px) {
	.main_1_cont {
		flex-direction: column;
		padding-bottom: 15px;
	}
	.sub_8_cont {
		grid-template-columns: repeat(1, 1fr);
	}
	/* .store{
		grid-template-columns: repeat(1, 1fr);
	} */
	 .category-img img {
        height: 70px;
    }
}