< !-- service-feature -->.section {
	padding: 30px 15px;
	margin: 30px 15px;
}

.section-shadow {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.bg-white {
	background-color: #fff;
}

.facility-box {
	position: relative;
}

.fb-icon {
	font-size: 40px;
	color: #76b812;
	padding-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.facility-inner {
	display: table;
	margin: 0 auto;
}

.fb-text {
	display: inline-block;
	vertical-align: middle;
}

.fb-text h4 {
	text-transform: uppercase;
}

.fb-text * {
	font-weight: 500;
}

.fb-text span {
	color: #666666;
	font-size: 13px;
	/* text-transform: uppercase; */
}

.facility-box:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	background-color: #cccccc;
	right: 0;
}

.facility-box:last-child::before {
	content: none;
}

.facility_box {
	padding: 30px;
	position: relative;
	z-index: 0;
}

.facility_box::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border: 2px dashed rgba(0, 0, 0, 0.5);
	margin: 10px;
	z-index: -1;
}

.facility_box .fb-text span {
	color: #444;
	font-style: italic;
	text-transform: capitalize;
}

< !-- service-feature End -->
/**************************************/
/* 30.05. Shop Banner Section Css */

.shop-hover-style-2 .shop-hover-text {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: none;
	opacity: 1;
	visibility: visible;
}

.shop-hover-style-2 .shop-hover-text .shop-hover-wrap {
	top: 20px;
	-moz-transform: inherit;
	-webkit-transform: inherit;
	transform: inherit;
	right: 20px;
	width: auto;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid;
}

.shop-hover-style-2 .shop-hover:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.shop-hover-style-2 .shop-hover img {
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.shop-hover-style-2 .shop-hover {
	overflow: hidden;
	display: block;
}

.shop-hover-wrap {
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	padding: 10px 10px;
	z-index: 1;
	width: 100%;
}

.shop-hover-wrap h5 {
	color: #fff;
}

.offer-section {
	padding: 5px 16px 50px 16px;
}

/**************************************/
#site-logo-new {
	width: auto;
}

/********Home page Image fixed hight*********/
.brand-img-hg img {
	height: 100px !important;
}

#site-logo-new {
	width: 110px;
	height: auto !important;
	margin-top: 0px;
}

.image-box {
	/* border: 1px solid #f2f2f2; */
	text-align: center;
}

.navbar-form {
	width: 270px;
	border: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Responsive CSS */
@media (max-width: 767px) {
	#site-logo-new {
		width: 100%;
		height: 60px !important;
		object-fit: contain;
	}

	.banners-below-main-slider .col-div {
		padding: 6px;
	}
}