.bg-primary {
    background-color: rgb(28, 213, 238) !important;
}
.carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 400px;
}
.navbar-brand img {
    width: 220px;
}
section.topbannar{
    padding: 3rem 0;
}
h2.midashi1{
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
section.products {
    padding: 3rem 0;
}
section.vision {
    padding: 3rem 0;
    background-color: #21218b;
    color: white;
    text-align: center;
}

/**
 * Section Guide
 */
 .guidDescArea {
	margin-top: 2rem;
}
.guidDescArea h3 {
	font-weight: 400;
	display: flex;
	align-items: center;
}
.guidDescArea h3:before,
.guidDescArea h3:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}
.guidDescArea h3:before {
	margin-right: 1rem;
}
.guidDescArea h3:after {
	margin-left: 1rem;
}
.nextLink a {
	color: #ff6983;
}
section.guide h3 {
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
}
section.guide h4 {
	font-size: 1rem;
	font-weight: 900;
}
@media screen and (max-width: 767px) {
	.guidDescArea {
		margin-top: 0;
	}
}

i.fa-shopping-cart {
	font-size: 2.5rem;
	color: black;
}

.viewcart {
	position: relative;
}

.pcount {
	position: absolute;
	top: -10px;
	right: 0;
	border-radius: 50%;
	background-color: red;
	color:white;
	padding: 3px 7px;
	font-size: 0.8rem;
}

section.singleProduct {
	padding: 3rem 0;
}