.topsection .title {
	font-style: normal;
	font-weight: 500;
	font-size: 2.25rem;
	line-height: 56px;
	color: #000000;
}
.supercategories-section-2 .leftimg {
	background-size: cover;
	background-position: center center;
}

.collapseheading {
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 86px;
	color: #000000;
}
.sec-7-item {
	padding: 10px;
	border-radius: 0px 0px 8px 8px;
}

.sec-7-item p {
	text-align: center;
	color: white;
	font-size: 14px;
	margin-bottom: 0px;
}

.supra-cat-name {
	width: 100%;
	font-weight: 500;
	color: #ffffff !important;
	font-size: 40px;
	line-height: 35px;
	flex: auto;
}

.toprow ul {
    padding-left: 1rem;
}

.toprow {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.bottomrow h2 {
	font-style: normal;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
}

.bottomrow p {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
}

@media only screen and (max-width: 600px) {
	.topsection .title {
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 22px;
		color: #000000;
		padding: 0px 15px;
		padding-top: 20px;
	}

	.supra-section-main-categories {
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0px 10px;
	}
	.sec-7-top {
		margin-bottom: 0px;
	}
	.collapseheading {
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 22px;
		color: #000000;
		margin-bottom: 20px;
	}
	.active {
		margin-right: 0;
		padding-right: 0;
	}

	.bottomrow h2 {
		font-style: normal;
		font-weight: 500;
		font-size: 13px;
		line-height: 17px;
		color: #ffffff;
	}

	.bottomrow p {
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		line-height: 22px;
		color: #ffffff;
	}
}

@media only screen and (min-width: 601px) and (max-width: 991px) {
	.topsection .title {
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 22px;
		color: #000000;
		padding: 0px 15px;
	}

	.supra-section-main-categories {
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0px 10px;
	}
	.sec-7-top {
		margin-bottom: 0px;
	}
	.collapseheading {
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 22px;
		color: #000000;
		margin-bottom: 20px;
	}
	.active {
		margin-right: 0;
		padding-right: 0;
	}

	.supra-cat-name {
		font-size: 28px;
		line-height: 28px;
	}

	.bottomrow h2 {
		font-style: normal;
		font-weight: 500;
		font-size: 13px;
		line-height: 17px;
		color: #ffffff;
	}

	.bottomrow p {
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		line-height: 22px;
		color: #ffffff;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1160px) {
	.topsection .title {
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 22px;
		color: #000000;
		padding: 0px 15px;
	}

	.supra-section-main-categories {
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0px 10px;
	}
	.sec-7-top {
		margin-bottom: 0px;
	}
	.collapseheading {
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 22px;
		color: #000000;
		margin-bottom: 20px;
	}
	.active {
		margin-right: 0;
		padding-right: 0;
	}

	.supra-cat-name {
		font-size: 32px;
		line-height: 32px;
	}

	.bottomrow h2 {
		font-style: normal;
		font-weight: 500;
		font-size: 40px;
		line-height: 57px;
		color: #ffffff;
	}

	.bottomrow p {
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		line-height: 22px;
		color: #ffffff;
	}
}

@media only screen and (min-width: 575px) {
	.supercategories-section-2 .leftimg {
		border-radius: 10px 0px 0px 10px;
	}

	.supercategories-section-2 .rightimg {
		border-radius: 0px 10px 10px 0px;
	}

}

.toprow img {
	width: 70%;
	height: auto;
}

.toprow .icons {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style-type: none;
	color: #ffffff;
	text-align: right;
}

@media only screen and (max-width: 600px) {
	.toprow {
		justify-content: flex-start;
		padding-bottom: 70px;
	}

	.toprow p {
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		line-height: 22px;
		color: #ffffff;
	}

	.toprow img {
		width: 40%;
		height: auto;
	}

	.toprow .icons {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 0;
		text-align: left;
	}
}

@media only screen and (min-width: 601px) and (max-width: 767.2px) {
	.toprow img {
		width: 40%;
		height: auto;
	}

	.toprow .icons {
		text-align: left;
		padding-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.toprow {
		justify-content: flex-start;
		padding-bottom: 70px;
	}

	.toprow p {
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		line-height: 22px;
		color: #ffffff;
	}

	.toprow img {
		width: 80%;
		height: auto;
	}

	.toprow .icons {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 0;
	}

	.toprow .icons li {
		width: 110px;
		padding-right: 10px;
	}
}


@media only screen and (min-width: 992px) and (max-width: 1160px) {
	.toprow {
		justify-content: flex-start;
		padding-bottom: 70px;
	}
}

@media (min-width: 1161px) and (max-width: 1500px) {
	.bottomrow h2 {
		font-style: normal;
		font-weight: 500;
		font-size: 40px;
		line-height: 57px;
		color: #ffffff;
	}
}