@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap');

/* Evolventa Font Family */
@font-face {
	font-family: 'Evolventa';
	src: url('fonts/Evolventa-Regular.woff') format('woff'),
		url('fonts/Evolventa-Regular.ttf') format('truetype'),
		url('fonts/Evolventa-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Evolventa';
	src: url('fonts/Evolventa-Bold.woff') format('woff'),
		url('fonts/Evolventa-Bold.ttf') format('truetype'),
		url('fonts/Evolventa-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Evolventa';
	src: url('fonts/Evolventa-Oblique.woff') format('woff'),
		url('fonts/Evolventa-Oblique.ttf') format('truetype'),
		url('fonts/Evolventa-Oblique.otf') format('opentype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Evolventa';
	src: url('fonts/Evolventa-BoldOblique.woff') format('woff'),
		url('fonts/Evolventa-BoldOblique.ttf') format('truetype'),
		url('fonts/Evolventa-BoldOblique.otf') format('opentype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

body {
	padding: 0px;
	margin: 0px;
	background: #fff;
	font-family: 'Evolventa', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	overflow-x: hidden;
	height: 100%;
}

ul,
li {
	padding: 0px;
	margin: 0px;
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0px;
	margin: 0px;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	transition: all 0.3s ease;
	outline: 0;
}

a,
a:hover {
	color: #1841da;
}

section {
	width: 100%;
	clear: both;
}

.d-flex {
	display: flex;
}

.justify-content-between {
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.flex-wrap {
	flex-wrap: wrap;
}

.mb-4 {
	margin-bottom: 16px;
}

.mt-4 {
	margin-top: 16px;
}

.full-width {
	width: 100%;
	clear: both;
}

.p-t-b-70 {
	padding-bottom: 70px;
	padding-top: 70px;
}

.m-b-0 {
	margin-bottom: 0px !important;
}

img {
	max-width: 100%;
}

.hd1 {
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
	display: inline-block;
}

.hd1 small {
	font-size: 30px;
	font-weight: 500;
	display: block;
}

.justify-content-center {
	justify-content: center;
}

.d-none {
	display: none;
}

.hd1 p {
	font-size: 25px;
	font-weight: 300;
}

.top-row {
	width: 100%;
	clear: both;
	padding: 0px;
	z-index: 4;
	background: #f6f6f6;
	position: relative;
	z-index: 6;
}

.top-row-in {
	position: relative;
}

.top-add {
	text-align: left;
}

.top-add ul {
	position: relative;
	display: inline-block;
}

.top-add ul li {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 7px 15px;
	font-size: 14px;
	font-weight: 300;
	color: #333333;
	border-right: 1px solid #ddd;
}

.top-add ul li span {
	font-size: 16px;
	color: #0e7e95;
}

.top-add ul li:last-child {
	border: none;
}

.top-link {
	text-align: right;
}

.top-link ul {
	position: relative;
	display: inline-block;
}

.top-link ul li {
	display: inline-block;
	position: relative;
	margin: 0;
}

.top-link ul li:first-child {
	margin-right: 3px;
}

.top-link ul li a {
	display: block;
	color: #5d5d5d;
	padding: 0 0 0 10px;
	font-size: 13px;
	font-weight: 400;
}

.top-link ul li a:hover,
.top-link ul li a:focus {
	color: #0e7e95;
}

.top-link ul li .active {
	color: #0e7e95;
}

.top-link ul li .cart {
	color: #333;
	padding: 8px 15px;
	font-size: 13px;
	font-weight: 400;
}

header {
	color: #fff;
	padding: 0;
	position: absolute;
	z-index: 3;
	width: 100%;
}

.header .cart {
	position: fixed;
	z-index: 6;
	background: #1841da;
	padding: 5px;
	border-radius: 180px 0 0 180px;
	right: -104px;
	top: 20px;
	width: 150px;
	-webkit-transition: all 0.50s ease;
	-ms-transition: all 0.50s ease;
	transition: all 0.50s ease;
}

.header .cart a {
	display: inline-block;
	color: #fff;
}

.header .cart a span {
	width: 36px;
	height: 35px;
	border-radius: 180px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 33px;
	margin: 0 8px 0 0;
	position: relative;
}

.header .cart a span b {
	color: #fff;
	position: absolute;
	top: -18px;
	left: calc(50% - 15px);
	padding: 6px 1px;
	line-height: 0;
	font-size: 12px;
	border-radius: 18px;
	background: red;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .cart:hover {
	right: 0;
}

header .logo img {
	max-width: 100%;
}

.header .logo .img2 {
	display: none;
}

.header-in .logo .img2 {
	display: block;
	max-width: 100%;
}

.header-in .logo .img1 {
	display: none;
	max-width: 100%;
}


header .header-top {
	padding: 15px 0;
	width: 100%;
	clear: both;
}

header .social {
	width: 100%;
	margin: 15px 0 0 0;
}

header .social ul {
	padding: 0;
	margin: 0;
}

header .social ul li {
	padding: 0;
	margin: 0 1px;
	display: inline-block;
	text-align: center;
}

header .social ul li a {
	width: 35px;
	height: 35px;
	font-size: 17px;
	color: #fff;
	border: #070707 2px solid;
	background: #070707;
	border-radius: 180px;
	line-height: 32px;
	display: inline-block;
}

header .social ul li a:hover {
	border-color: #070707;
	color: #070707;
	background: none;
}

header .memb-ac {
	float: right;
}

header .memb-ac ul {
	position: relative;
	display: inline-block;
	margin: 10px 0 0 0;
}

header .memb-ac ul li {
	display: inline-block;
	position: relative;
	margin: 0;
}

header .memb-ac ul>li>a {
	display: inline-block;
	position: relative;
	margin: 0;
	text-transform: uppercase;
}

.memb-ac ul li ul {
	display: none;
	position: absolute;
	z-index: 9;
	width: auto;
	top: 29px;
	border-radius: 8px;
	padding: 8px 0;
	background: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	min-width: 225px;
	right: 0;
}

.memb-ac ul li ul:before {
	position: absolute;
	right: 40px;
	top: -4px;
	content: '';
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #fff;
}

.memb-ac ul li ul li {
	display: block;
}

.memb-ac ul li ul li a {
	border-radius: 0;
	color: #333;
	background: #fff;
	border: 0;
	text-transform: capitalize;
	font-size: 15px;
}

.header-in .memb-ac ul li ul li:last-child a {
	color: red;
	background: transparent;
}

.header-in .memb-ac ul li ul li:last-child a:hover {
	color: red;
	background: #f2f2f2;
}

.memb-ac ul li ul li a:hover {
	border-radius: 0;
	color: #000;
	background: #f2f2f2;
	border: 0;
}

.memb-ac ul li:hover ul {
	display: block;
}

header .memb-ac ul li a {
	display: block;
	color: #fff;
	padding: 8px 30px;
	font-size: 14px;
	font-weight: 400;
	background: #1841da;
	border-radius: 8px;
	border: #C28C00 1px solid;
}

header .memb-ac ul li.bg-gradient-btn a {
	background: transparent;
	color: #1841da;
	border: #C28C00 1px solid;
}

header .memb-ac ul li.bg-gradient-btn a:hover {
	color: #ffffff;
	background: #C28C00;
	border: #1841da 1px solid;
}

header .memb-ac ul li a:hover,
header .memb-ac ul li a:focus {
	background: none;
	border: #1841da 1px solid;
}

header .memb-ac ul li .active {
	background: none;
	border: #1841da 1px solid;
}

header .logo {
	text-align: left;
}

header .navigation {
	position: relative;
	z-index: 7;
	float: left;
	margin-top: 10px;
}

nav {
	position: relative;
	width: 100%;
	text-align: center;
}

nav {
	position: relative;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header .memb-ac.web-only-view {
	display: none;
}

#cssmenu:after,
#cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #head-mobile {
	display: none;
}

#cssmenu {
	text-align: left;
}

#cssmenu>ul>li {
	display: inline-block;
}

#cssmenu>ul>li>a {
	color: #fff;
	font-size: 16px;
	padding: 12px 14px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
}


#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
	color: #fff;
	background-color: transparent;
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
	color: #794d30;
	background-color: transparent;
}

#cssmenu>ul>li.has-sub>a {
	padding-right: 25px;
}

#cssmenu>ul>li.has-sub>a:after {
	position: absolute;
	top: 19px;
	right: 5px;
	width: 8px;
	height: 2px;
	display: block;
	background: #fff;
	content: "";
}

#cssmenu>ul>li.has-sub>a:before {
	position: absolute;
	top: 16px;
	right: 8px;
	display: block;
	width: 2px;
	height: 8px;
	background: #fff;
	content: "";
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

#cssmenu>ul>li.has-sub:hover>a:before {
	top: 23px;
	height: 0;
}

#cssmenu>ul>li.has-sub:hover>a:after {
	background: #fff;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	text-align: left;
	z-index: 6;
	top: 40px;
	box-shadow: 1px 4px 14px #0000001f;
}

#cssmenu ul ul:before {
	position: absolute;
	left: 40px;
	top: -4px;
	content: '';
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #fff;
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	background: #f6f6f6;
	transition: all 0.25s ease;
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
	left: 0;
}

#cssmenu li:hover>ul>li {
	height: 35px;
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 11px 15px;
	width: 100%;
	font-size: 14px;
	text-decoration: none;
	color: #232323;
	font-weight: 400;
	background: #fff;
}

#cssmenu ul ul li a:hover {
	color: 000;
	background: #f2f2f2;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
	border-bottom: 0;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {}

#cssmenu ul ul li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #232323;
	content: "";
}

#cssmenu ul ul li.has-sub>a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #232323;
	content: "";
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.footer-text-n {
	color: #C28C00;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0;
	background: #fff !important;
}

#cssmenu ul ul>li.has-sub:hover>a:after {
	background: #fff !important;
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
	color: #fff;
}

#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333;
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
	border-top: 1px solid #333;
}

.bg-gradient-btn {}

.header-in header {
	position: inherit;
	background: #fff;
	border-bottom: 2px solid #f5f5f5;
	box-shadow: 0px 2px 7px #e7e4e4
}

.header-in #cssmenu>ul>li>a {
	color: #333333;
}

.header-in #cssmenu>ul>li.has-sub>a::before,
.header-in #cssmenu>ul>li.has-sub>a::after {
	background: #333333;
}

.header-in #cssmenu>ul>li:hover>a,
.header-in #cssmenu ul li.active a {
	color: #333333;
	background-color: transparent;
}


.header-in .memb-ac ul li a:hover,
.header-in .memb-ac ul li a:focus {
	color: #C28C00;
}

.header-in .memb-ac ul li .active {
	color: #1841da;
}

.header-in .memb-ac ul li ul li a:hover,
.header-in .memb-ac ul li ul li a:focus {
	color: #1841da;
	border: 0;
}

.header-in .memb-ac ul li ul li .active {
	color: #1841da;
	border: 0;
}

.register-succcess {
	padding: 80px 0px;
}

@media screen and (max-width:767px) {
	header .memb-ac {
		margin: 12px 23px 0 0;
	}

	.register-succcess img {
		max-width: 80px !important;
	}

	header .navigation {
		float: none;
		margin: 5px 0 0 0;
		z-index: 4;
	}

	header .navigation .open {
		background: #fff;
	}

	nav {
		width: 100%;
	}

	.shopCartQty {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#cssmenu {
		width: 100%;

	}

	#cssmenu ul {
		width: 100%;
		display: none;
		position: absolute;
		top: 70px;
		right: 3px;
		box-shadow: 0px 1px 14px #00000054;
	}

	#cssmenu ul li {
		width: 100%;
		border-top: 1px solid #f2f2f2;
	}

	#cssmenu ul li:hover {
		background: #f0f3f8;
	}

	#cssmenu ul ul li,
	#cssmenu li:hover>ul>li {
		height: auto;
	}

	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0;
		color: #363636;
	}

	#cssmenu>ul>li {
		float: none;
	}

	#cssmenu ul ul li a {
		padding-left: 22px;
		color: #fff;
	}

	#cssmenu ul ul li {
		background: #C28C00 !important;
	}

	#cssmenu ul ul li:hover {
		background: #e4687e !important;
	}

	#cssmenu ul ul ul li a {
		padding-left: 35px;
	}

	#cssmenu ul ul li a {
		color: #fff;
		background: none;
		text-transform: capitalize;
		font-size: 13px;
	}

	#cssmenu ul ul li:hover>a,
	#cssmenu ul ul li.active>a {
		color: #fff;
		background: #ff4263;
	}

	#cssmenu ul ul,
	#cssmenu ul ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
		top: 2px;
		background: #1841da;
	}

	#cssmenu>ul>li.has-sub>a:after,
	#cssmenu>ul>li.has-sub>a:before,
	#cssmenu ul ul>li.has-sub>a:after,
	#cssmenu ul ul>li.has-sub>a:before {
		display: none;
	}

	#cssmenu #head-mobile {
		display: block;
		padding: 23px;
		color: #ddd;
		font-size: 12px;
		font-weight: 700;
	}

	.button {
		width: 55px;
		height: 46px;
		position: absolute;
		right: -15px;
		top: 0;
		cursor: pointer;
		z-index: 12399994;
	}

	.menu-opened {
		top: 0;
	}

	.button:after {
		position: absolute;
		top: 22px;
		right: 20px;
		display: block;
		height: 8px;
		width: 20px;
		border-top: 2px solid #000;
		border-bottom: 2px solid #000;
		content: "";
	}

	.button:before {
		-webkit-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		position: absolute;
		top: 16px;
		right: 20px;
		display: block;
		height: 2px;
		width: 20px;
		background: #000;
		content: "";
	}

	.button.menu-opened:after {
		-webkit-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		top: 23px;
		border: 0;
		height: 2px;
		width: 19px;
		background: #000;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.button.menu-opened:before {
		top: 23px;
		background: #000;
		width: 19px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #f2f2f2;
		height: 40px;
		width: 46px;
		cursor: pointer;
	}

	#cssmenu .submenu-button.submenu-opened {
		background: #C28C00;
	}

	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px;
	}

	#cssmenu .submenu-button:after {
		position: absolute;
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #ddd;
		content: "";
	}

	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px;
	}

	#cssmenu .submenu-button.submenu-opened:after {
		background: #fff;
	}

	#cssmenu .submenu-button.submenu-opened:hover:after {
		background: #fff;
	}


	#cssmenu ul ul li a:hover .submenu-opened:after {
		background: #fff;
	}

	#cssmenu .submenu-button:before {
		position: absolute;
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #333;
		content: "";
	}

	#cssmenu .submenu-button:after {
		background: #333;
	}

	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px;
	}

	#cssmenu .submenu-button.submenu-opened:before {
		display: none;
	}

	#cssmenu ul ul ul li.active a {
		border-left: none;
	}

	#cssmenu>ul>li.has-sub>ul>li.active>a,
	#cssmenu>ul ul>li.has-sub>ul>li.active>a {
		border-top: none;
	}

	#cssmenu>ul>li:hover>a,
	#cssmenu ul li.active a {
		color: #262626;
		background: #f2f2f2;
	}
}

.cart-menu {
	float: right;
	position: relative;
	top: 55px;
	z-index: 8;
}

.cart-menu a {
	color: #fff;
	padding: 0;
	display: inline-block;
}

.cart-menu a img {
	margin: -5px 4px 0 0;
}

.mobile-view {
	display: none;
}

.carousel,
.item,
.active {
	height: 100%;
}

.carousel-inner {
	height: 100%;
}

.carousel-caption {
	position: absolute;
	left: 8%;
	right: inherit;
	top: 25%;
	padding-bottom: 80px;
	text-align: left;
}

.carousel small {
	font-size: 47px;
	color: #000;
	font-weight: 300;
}

.carousel h2 {
	font-size: 65px;
	color: #2c5084;
	font-weight: 700;
}

.carousel p {
	padding: 10px 5px;
	font-size: 24px;
	color: #000;
	font-weight: 300;
}

/* Background images are set within the HTML using inline CSS, not here */
.legal_details img {
	max-width: 100%;
}

.legal_details {
	padding-top: 30px;
}

.fill {
	width: 100%;
	/*height: 550px;*/
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.fill img {
	max-width: 100%;
}

/*.banner1 {
	background: #e0ecff url(../img/banner1.png) no-repeat center bottom;
	background-size: 100% 100%;
}
.banner2 {
	background: #e0ecff url(../img/banner2.png) no-repeat center bottom;
	background-size: 100% 100%;
}
.banner3 {
	background: #e0ecff url(../img/banner3.png) no-repeat center bottom;
	background-size: 100% 100%;
}
.banner4 {
	background: #e0ecff url(../img/banner1.png) no-repeat center bottom;
	background-size: 100% 100%;
}*/
/**
 * Button
 */
.btn-transparent {
	background: transparent;
	color: #fff;
	border: 2px solid #61a200;
	background: #61a200;
}

.btn-transparent:hover {
	color: #61a200;
	border: 2px solid #61a200;
	background: none;
}

.btn-rounded {
	border-radius: 8px;
}

.btn-large {
	padding: 11px 45px;
	font-size: 18px;
}

.carousel-indicators {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	z-index: 15;
	width: 15px;
	list-style: none;
	left: inherit;
	bottom: inherit;
	z-index: 3;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0;
	text-indent: -999px;
	cursor: pointer;
	border-radius: 180px;
	background: #fff;
	opacity: .5;
}

.carousel-indicators li:hover,
.carousel-indicators .active {
	opacity: 1;
	width: 10px;
	height: 10px;
}

/**
 * Change animation duration
 */
.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.midpart {
	position: relative;
}

.four-box {
	padding: 60px 0 0 0;
	width: 100%;
}

.four-box .box {
	width: 100%;
	position: relative;
	border-color: rgb(230, 230, 230);
	border-radius: 5px;
	border: #e6e6e6 1px solid;
	text-align: center;
	padding: 25px 15px;
	background-image: -moz-linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%);
}

.four-box .col-md-3:nth-child(even) {
	margin: -30px 0 0 0;
}

.four-box .box img {
	margin: 0 0 5px 0;
}

.four-box .box small {
	font-size: 22px;
	color: #000000;
	display: block;
}

.four-box .box p {
	font-size: 14px;
	color: #5c5c5c;
	display: block;
	font-weight: 300;
}

.are-you-ready {
	padding: 60px 0;
	position: relative;
}

.are-you-ready .left {
	width: 100%;
	text-align: center;
}

.are-you-ready .right {
	width: 100%;
	text-align: left;
	padding: 40px 0 0 0;
}

.are-you-ready img {
	max-width: 100%;
	border-radius: 8px;
}

.are-you-ready small {
	font-size: 40px;
	color: #f48208;
	display: block;
	font-weight: 300;
	padding-bottom: 10px;
	line-height: 43px;
}

.are-you-ready span {
	font-size: 22px;
	color: #202020;
	display: block;
	font-weight: 300;
	padding-bottom: 10px;
	line-height: 29px;
}

.are-you-ready p {
	font-size: 14px;
	color: #333333;
	display: block;
	font-weight: 400;
	padding-bottom: 20px;
	line-height: 23px;
}

.are-you-ready a {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	padding: 5px 25px;
	border: #f48208 1px solid;
	background: #f48208;
	border-radius: 180px;
}

.are-you-ready a:hover {
	border: #f48208 1px solid;
	color: #f48208;
	background: none;
}

.our-concept {
	width: 100%;
	padding: 80px 0 25px 0;
	text-align: center;
	background: #fbf7ea url(../img/concept-before.png) no-repeat center top;
	background-size: 100% auto;
	position: relative;
}

.our-concept small {
	color: #0e787c;
}

.our-concept span {
	font-size: 14px;
	font-weight: 300;
	color: #5c5c5c;
	padding-bottom: 15px;
	display: block;
	line-height: 26px;
}

.our-concept .box {
	background: #fff;
	border-radius: 10px;
	padding: 30px 25px;
	display: inline-block;
	width: 100%;
	margin: 15px 0;
	border: #fff 3px solid;
}

.our-concept .box img {
	margin-bottom: 5px;
}

.our-concept .box small {
	font-size: 25px;
	color: #111111;
	display: block;
	font-weight: 300;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.our-concept .box p {
	font-size: 14px;
	color: #7c7c7c;
	display: block;
	font-weight: 300;
	line-height: 26px;
}

.our-concept .box:hover {
	border: #f2f2f2 3px solid;
}

.our-concept .box:hover small {
	color: #f48208;
}

.pro-in {
	background: none !important;
	padding: 20px 0 0 0;
}

.pro-in:before {
	display: none;
}

.product {
	background: none !important;
	padding: 60px 0 !important;
}

.product .hd1 {
	position: relative;
}

.product .pro-sec {
	margin-bottom: 40px;
}

.ss-box {
	width: 100%;
	position: relative;
	margin-bottom: 25px;
	border-color: rgb(230, 230, 230);
	border-radius: 5px;
	border: #e6e6e6 1px solid;
	text-align: left;
	padding: 15px;
	background-image: -moz-linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%);
}

.ss-box small {
	font-size: 19px;
	color: #000000;
	display: block;
	margin-bottom: 10px;
	position: relative;
}

.ss-box small::before {
	width: 6px;
	height: 20px;
	background: #C28C00;
	position: absolute;
	left: -15px;
	top: 3px;
	content: '';
}

.ss-box ul {
	padding: 0;
	margin: 0;
}

.ss-box ul li {
	padding: 0;
	margin: 0 0 5px 0;
}

.ss-box ul li a {
	font-size: 13px;
	font-weight: 300;
	color: #152f29;
	position: relative;
	padding: 0 0 0 15px;
}

.ss-box ul li a::before {
	content: "\f101";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 0px;
}


.product .hd1 small {
	border: 1px solid #ddd !important;
	display: inline-block !important;
	padding: 10px 35px;
	font-size: 20px;
	color: #0e7e95;
	margin: 0;
	border-radius: 10px;
	position: relative;
	background: #fff;
}

.product .hd1:before {
	width: 100%;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 0;
	top: calc(50% - 0px);
	transform: translateY(-50%);
	content: '';
}

.cate-tab {
	width: 100%;
	padding: 20px 0 0 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.cate-tab .hd1 {
	padding: 25px 0;
}

.cate-tab .product-item {
	width: 100%;
	padding-bottom: 20px;
	float: left;
}

.cate-tab .pro-hd {
	width: 100%;
	padding-bottom: 5px;
	float: left;
}

.cate-tab .pro-hd span {
	color: #111111;
	font-weight: 400;
	font-size: 20px;
	text-transform: capitalize;
	position: relative;
	float: left;
	padding: 0 25px 0 0;
}

.cate-tab .pro-hd span:before {
	background: #C28C00;
	height: 3px;
	width: 20px;
	bottom: 5px;
	right: 0;
	position: absolute;
	content: '';
}

.padding-10 {
	padding: 10px;
}

.cate-tab .pro-hd a {
	font-weight: 500;
	font-size: 14px;
	float: right;
	margin: 10px 0 0 0;
	background: #C28C00;
	border-color: #C28C00;
	padding: 8px 15px;
	color: #fff;
	border-radius: 0px;
}

.cate-tab .pro-hd a:hover {
	background: transparent;
	border-color: #C28C00;
	color: #C28C00;
}

.slick-track {
	margin-left: inherit !important;
	margin-right: inherit !important;
}

.cate-tab .hd1 small {
	color: #C28C00;
	font-weight: 800;
	font-size: 44px;
	text-transform: capitalize;
	font-family: "Abhaya Libre", serif;
}

.cate-tab:before {
	background: #fff;
	width: 110%;
	position: absolute;
	height: 400px;
	left: -5%;
	bottom: -100px;
	transform: rotate(-3deg);
	content: '';
	display: none;
}

header .logo span {
	font-size: 26px;
	font-weight: 800;
	display: block;
	line-height: 22px;
}

header .logo span .gradientLogo {
	background: linear-gradient(127.21deg, #FF487D 11.73%, #FF8B55 43.64%, #FF8857 57.14%, #E8599A 72.47%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

header .logo a {
	display: flex;
	align-items: center;
}

header .logo span span {
	color: #1841da;
	text-align: left;
}

.cate-tab p {
	font-size: 16px;
	font-family: "Abhaya Libre", serif;
	font-weight: 500;
}

.cate-tab .nav-tabs.nav-justified>li>a {
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 0 0
}

.cate-tab .nav-tabs.nav-justified>.active>a,
.cate-tab .nav-tabs.nav-justified>.active>a:focus,
.cate-tab .nav-tabs.nav-justified>.active>a:hover {
	border-bottom-color: #fff
}

.cate-tab img {
	max-width: 100%;
}

.cate-tab .tab-content {
	padding: 40px 0;
}

.cate-tab .tab-link a {
	background: #070707;
	color: #fff;
	padding: 15px 40px;
	border-radius: 180px;
	font-size: 17px;
	font-weight: 300;
	line-height: inherit;
}

.cate-tab .tab-link a:hover {
	background: #0e787c;
	color: #fff;
}

.cate-tab .nav-pills>li {
	display: inline-block;
	float: none;
}

.cate-tab .nav-pills>li>a {
	color: #000;
	font-size: 17px;
	font-weight: 300;
	padding: 8px 30px;
	border-radius: 180px;
}

.cate-tab .nav-pills>li+li {
	margin: 2px 8px;
}

.cate-tab .nav-pills>li.active>a,
.cate-tab .nav-pills>li>a:focus,
.cate-tab .nav-pills>li>a:hover {
	color: #fff;
	background: #000000 !important;
}

.cate-tab .nav-stacked>li {
	float: none
}

.cate-tab .nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.cate-tab .nav-justified {
	width: 100%
}

.cate-tab .nav-justified>li {
	float: none
}

.cate-tab .nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center;
}

.cate-tab .nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

.cate-tab .pro {
	width: 100%;
	background: #ffffff;
	overflow: hidden;
	margin: 15px 0;
	transition: all .3s ease;
	border: 0.5px solid #5C2B0633
}

.cate-tab .pro .img {
	background: transparent;
	border-radius: 2px;
	padding: 8px;
	max-height: 270px;
	text-align: center;
	width: 100%;

}

.cate-tab .pro .img img {
	max-width: 100%;
	display: inline-block;
	transition: all .3s ease;
	height:248px;
}

.cate-tab .pro .text {
	padding: 10px 10px;
	position: relative;
	padding-bottom: 8px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
}

.cart-btn {
	margin-bottom: 10px;
}

.cate-tab .pro .cart-btn a {
	border-radius: 0px;
	padding: 8px 16px;
	font-size: 14px;
	background: #C28C00;
	border-color: #C28C00;
	font-weight: 400;
	color: #fff;
}

.cate-tab .pro .cart-btn a:focus {
	outline: none
}

.cate-tab .pro .cart-btn:nth-child(2) a {
	background: transparent;
	border-color: #C28C00;
	color: #C28C00;
}

.cate-tab .pro .cart-btn:nth-child(2) a:hover {
	background: #C28C00;
	color: #fff;
}

.cate-tab .pro .text .cart {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	border-radius: 180px;
	top: 155px;
	display: table;
	text-align: center;
	vertical-align: middle;
	background: #f48208;
	transition: all 1s;
}

.cate-tab .pro .text .cart span {
	display: table-cell;
	vertical-align: middle;
}

.cate-tab .pro .text .cart span a {
	color: #fff;
	font-size: 12px;
	padding: 5px 20px;
	display: block;
	width: 120px;
}

.cate-tab .pro .text .cart:hover {
	background: #000;
}

.cate-tab .pro .text a {
	font-size: 16px;
	display: block;
	overflow: hidden;
	font-weight: 500;
	color: #C28C00;
	margin-bottom: 5px;
}

.cate-tab .pro .text strong {
	margin-bottom: 5px;
	display: inline-block;
}

.cate-tab .pro .text small {
	font-size: 15px;
	font-weight: 500;
	color: #BCBCBC;
	padding: 8px 0 0 0;
	display: block;
}

.cate-tab .pro .text span {
	padding-bottom: 2px;
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: 300;
	display: block;

}

.cate-tab .pro:hover .cart {
	top: -20px;
}

.cate-tab .slick-dots {
	display: none !important;
}

/*contact style*/
.contact-section {
	text-align: center;
	padding: 40px 20px;
}

.contact-section h1 {
	font-size: 2em;
	margin-bottom: 10px;
}

.contact-section p {
	color: #555;
	margin-bottom: 30px;
}

.form-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.form-container input {
	padding: 12px;
	width: 250px;
	border: 1px solid #ccc;
	border-radius: 20px;
	font-size: 1em;
}

.form-container button {
	padding: 12px 40px;
	background-color: #1dcfd1;
	color: white;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	font-size: 1em;
	transition: background 0.3s;
}

.form-container button:hover {
	background-color: #17b8ba;
}

.info-section {
	display: flex;
	justify-content: center;
	gap: 40px;
	background-color: #f0f0ff;
	padding: 30px 20px;
	flex-wrap: wrap;
	margin-top: 100px;
}

.info-box1 {
	text-align: center;
	max-width: 250px;
}

.info-box1 img {
	background-color: #C28C00;
	border-radius: 50%;
	padding: 10px;
	width: 50px;
	margin-bottom: 15px;
}

.info-box1 h3 {
	margin: 10px 0 5px;
}

.info-box1 p {
	margin: 5px 0;
	color: #333;
}

.info-box1 p a {
	color: #C28C00;
}

/*==========================================Make Money============================================*/
.make-money {
	width: 100%;
	padding: 0 0 50px 0;
}

.make-money .money-in {
	width: 100%;
	margin: 0 auto;
}

.make-money .col-md-12 {
	background: #e2e8ff;
	border-radius: 10px;
	padding: 0
}

.make-money .img {
	width: 50%;
	float: left;
}

.make-money .img img {
	max-width: 100%;
	border-radius: 10px 120px 0 10px;
	margin-left: -40px;
}

.make-money .text {
	width: 50%;
	float: left;
	text-align: center;
	padding: 90px 40px 0 40px;
}

.make-money .text small {
	font-size: 26px;
	color: #333333;
	font-weight: 500;
	display: block;
	padding-bottom: 30px;
}

.make-money .text a {
	font-size: 16px;
	color: #1841da;
	font-weight: 500;
	border: #C28C00 1px solid;
	padding: 10px 30px;
	border-radius: 8px;
	display: inline-block;
}

.make-money .text a:hover {
	color: #C28C00;
	border-color: #1841da;
}



/*==========================================Pics Slider============================================*/
.pics-part {
	width: 100%;
	padding: 30px 0 40px 0;
	text-align: center;
}

.pics-part small {
	color: #C28C00;
	font-size: 44px;
	font-family: "Abhaya Libre", serif;
	font-weight: 800;
	line-height: 1;
}

.pics-part p {
	color: #C28C00;
	font-family: "Abhaya Libre", serif;
	font-weight: 400;
	font-size: 16px;
}

.pics-part .content-slider {
	width: 60%;
	margin: 3% auto;
	text-align: center;
	margin-top: 0px;
}

.pics-part .slick-slide {
	margin: auto 5px;
}

.pics-part .slide {
	text-align: center;
}

.pics-part .slide-wrapper {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.pics-part .slide-wrapper img {
	max-width: 100%;
}

.category-title {
	font-size: 44px;
	font-weight: 800;
	color: #C28C00;
	text-transform: capitalize;
	margin-top: -75px;
	z-index: 3;
	font-family: "Abhaya Libre", serif;
}

.pics-part .slide-wrapper .text {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, .0);
	display: table;
	vertical-align: middle;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.pics-part .slide-wrapper .text span {
	display: table-cell;
	vertical-align: middle;
}

.pics-part .slide-wrapper .text span a {
	vertical-align: middle;
	font-size: 16px;
	color: #C28C00;
	font-family: "Abhaya Libre", serif;
	font-weight: 800;
}

.pics-part .slick-arrow {
	display: block;
	position: absolute;
	text-align: center;
	background: none;
	border: none;
	color: #000;
	border: 1px solid #C28C00;
	border-radius: 50%;
	padding: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 999;
	transform: translateY(-50%);
}

.slick-list {
	z-index: 99;
}

.pics-part .slick-prev {
	height: 60px;
	width: 60px;
	top: 50%;
	left: -30px;
	text-indent: -1px;
	z-index: 999;
	color: #000 !important;
}

.pics-part .slick-prev:before {
	content: "\2190";
	color: #C28C00;
	font-size: 20px;
}

.pics-part .slick-next {
	height: 60px;
	width: 60px;
	top: 50%;
	right: -20px;
	text-indent: -1px;
	color: #000 !important;
}

.pics-part .slick-next:before {
	display: none;
}

.pics-part .slick-next:after {
	content: "\2192";
	color: #C28C00 !important;
	font-size: 20px;
	line-height: 2;
}









/*==========================================Help Indian online Blog============================================*/

.our-blog {
	width: 100%;
	padding: 0px 0 30px 0;
}

.our-blog .hd {
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
	display: inline-block;
}

.our-blog .hd small {
	color: #333333;
	font-weight: 400;
	font-size: 30px;
	text-transform: uppercase;
}

.our-blog .hd p {
	color: #5c5c5c;
	font-weight: 400;
	font-size: 16px;
}

.our-blog img {
	max-width: 100%;
}

.our-blog .text {
	text-align: center;
	padding: 20px 0;
}

.our-blog .text small {
	color: #9b9b9d;
	font-size: 12px;
	font-weight: 400;
	padding-bottom: 5px;
	display: block;
	text-transform: uppercase;
}

.our-blog .text span {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 10px;
	display: block;
}

.our-blog .text p {
	color: #070707;
	font-size: 14px;
	font-weight: 300;
	padding-bottom: 25px;
	display: block;
}

.our-blog .text a {
	color: #1841da;
	font-size: 13px;
	padding-bottom: 2px;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: #C28C00 2px solid;
}

.our-blog .text a:hover {
	border-bottom: #f48208 2px solid;

}



/*==========================================Help Indian online App============================================*/
.our-app {
	width: 100%;
	padding: 30px 0;
	text-align: center;
}

.our-app-in {
	width: 90%;
	padding: 20px;
	background: #f3f7f8;
	border-radius: 5px;
	margin: 0 auto;
	display: inline-block;
}

.our-app-in small {
	color: #333333;
	font-size: 27px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
}

.our-app-in ul {
	margin: 0;
	padding: 0;
}

.our-app-in ul li {
	margin: 5px;
	padding: 0;
	display: inline-block;
	border-radius: 4px;
	background: #fbfbfb url(../img/app.png) no-repeat left 15px center;
	border: #e9e9e9 1px solid;
	text-transform: uppercase;
	text-align: left;
}

.our-app-in .col-md-5 {
	border-right: #cddadd 1px solid;
	padding: 10px 0;
}

.our-app-in ul li a {
	color: #333333;
	font-size: 12px;
	line-height: 15px;
	padding: 12px 30px 12px 60px;
	display: inline-block;
}

.our-app-in ul li a span {
	font-size: 18px;
	display: block;
}

.our-app-in ul li a:hover {
	color: #000;
}

.our-app-in ul li:hover {
	border: #d5d4d4 1px solid;
}




.emp-cart {
	padding: 50px 0 100px 0;
	text-align: center;
}

.emp-cart strong {
	display: block;
	font-size: 30px;
	color: #404040;
	font-weight: 300;
	text-transform: uppercase;
}

.emp-cart p {
	display: block;
	font-size: 17px;
	color: #404040;
	font-weight: 300;
}

.emp-cart a {
	color: #0e7e95;
}

.d-block {
	display: inline-block;
	color: #fff;
	padding: 8px 30px;
	font-size: 13px;
	font-weight: 400;
	background: #333;
	border-radius: 180px;
}



.consultant-story {
	width: 100%;
	padding-top: 20px;
}

.consultant-story img {
	max-width: 100%;
}

.consultant-story .text {
	text-align: center;
	padding: 20px;
}

.consultant-story .text small {
	color: #152f29;
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 10px;
	display: block;
}

.consultant-story .text p {
	color: #152f29;
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 25px;
	display: block;
}

.consultant-story .text a {
	color: #1841da;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 35px;
	text-transform: uppercase;
	border: #C28C00 1px solid;
	border-radius: 8px;
	display: block;
	width: 180px;
	margin: 0 auto;
}

.consultant-story .text a:hover {
	border: #1841da 1px solid;
	color: #C28C00;
}

.consultant-story .story {
	width: 100%;
	display: inline-block;
	position: relative;
}

.consultant-story .story:before {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: -18px;
	content: '';
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
	display: none;
}

.Disclaimer-page p {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 14px;
}

.Disclaimer-page img {
	max-width: 150px
}

.Privacy-page ul li {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 14px;
}

/*==========================================Top Four Link============================================*/
.top-four-link {
	width: 100%;
	margin-top: -40px;
}

.top-four-link .top-link-in {
	width: 100%;
	border-radius: 6px;
	background: #fff;
	padding: 15px;
	float: left;
	position: relative;
	box-shadow: 0px 0px 7px #d7d2d2;
}

.top-four-link .box {
	width: 100%;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
	padding: 13px 30px;
	float: left;
	position: relative;
}

.top-four-link .box small {
	float: left;
	padding: 17px 0 0 0;
}

.top-four-link .box small a {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}

.top-four-link .box:hover a {
	color: #333;
}

.top-four-link .box:after {
	position: absolute;
	width: 14px;
	height: 12px;
	background: url(../img/arrow-r.png) no-repeat center top;
	right: 10px;
	top: 10px;
	content: '';
	opacity: 0.3;
	display: none
}

.top-four-link .box:hover.box:after {
	opacity: 1;
}

.top-four-link .box .icon {
	float: right;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: url(../img/circle-bg.png) no-repeat left bottom;
	padding: 12px;
	background-size: cover;
}

.top-four-link .box .icon img {
	max-width: 100%;
}

.top-four-link .col-md-3:nth-child(1) .box {
	background: #e37c20;
}

.top-four-link .col-md-3:nth-child(2) .box {
	background: #40a5d9;
}

.top-four-link .col-md-3:nth-child(3) .box {
	background: #e8534f;
}

.top-four-link .col-md-3:nth-child(4) .box {
	background: #5c78b7;
}


/*==========================================Featured Category============================================*/
.featured-sec {
	width: 100%;
	padding: 30px 0;
}

.owner-box {
	position: relative;
	border: solid 1px #ccc;
	height: 366px;
	text-align: center;
	margin: 15px 0;
}

.owner-box img {
	max-width: 100%;
	min-height: 100%;
}


.cat-box-top {
	position: relative;
	background-color: #cbcbcb;
	background-image: url(../img/product-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border: solid 1px #ccc;
	height: 366px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 15px 0;
}

.cat-details {
	height: 200px;
	padding-top: 65px;
	padding-bottom: 0;
	text-align: center;
}

.cat-details h1 {
	font-size: 22px;
	color: #696969;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}

.cat-details p {
	font-size: 15px;
	line-height: 18px;
	color: #403f3f;
	padding: 5px 25px;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cat-shop-now {
	background: #000;
	display: inline-block;
	margin: auto;
	width: 137px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	box-shadow: 1px 1px 1px #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cat-box-top:hover .cat-shop-now {
	opacity: 1;
	visibility: visible;
	background: #f48208;
	color: #fff;
}

.cat-image {
	height: 175px;
	padding-bottom: 20px;
	text-align: center;
}

.cat-image img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.cat-box-top:hover .cat-details h1 {
	margin-top: -35px;
	margin-bottom: 30px;
}

.cat-box-top:hover .cat-details p {
	margin-top: -15px;
}

.cat-box-top:hover .cat-shop-now {
	margin-top: 0px;
}

.cat-box-bot {
	background-color: #cbcbcb;
	background-image: url(../../Content/images/product-bg2.html);
	background-repeat: no-repeat;
	background-size: cover;
	border: solid 1px #ccc;
	height: 280px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;

}

.cat-box-bot:hover {
	background-color: #fff;
	border-color: #e8e8e8;
}

.cat-box-bot:hover .cat-shop-now {
	opacity: 1;
	visibility: visible;
}

.cat-box-bot:hover .cat-shop-now {
	margin-top: 0px;
}

.lets-get {
	width: 100%;
	padding: 20px 0 60px 0;
	text-align: center;
	background: #fff;
	position: relative;
}

.lets-get small {
	color: #0e787c;
}

.lets-get span {
	font-size: 14px;
	font-weight: 300;
	color: #5c5c5c;
	padding-bottom: 15px;
	display: block;
	line-height: 26px;
}

.lets-get .box {
	background: #f3f7f8;
	border-radius: 10px;
	padding: 30px 25px;
	display: inline-block;
	width: 100%;
	margin: 15px 0;
}

.lets-get .box img {
	margin-bottom: 5px;
}

.lets-get .box small {
	font-size: 22px;
	color: #111111;
	display: block;
	font-weight: 300;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.lets-get .box p {
	font-size: 16px;
	color: #7c7c7c;
	display: block;
	font-weight: 300;
	line-height: 26px;
}

.lets-get .box:hover {}

.lets-get .box:hover small {
	color: #f48208;
}

.vision-mission-main {
	width: 100%;
}

.vision-mission-main img {
	max-width: 100%;
}

.vision-mission {
	width: 100%;
	padding: 30px;
	position: relative;
	text-align: left;
	border-radius: 20px;
	display: inline-block;
	background: #fbf7ea;
}

.vision-mission small {
	font-size: 22px;
	font-weight: 400;
	color: #150706;
	display: block;
	text-transform: uppercase;
	padding: 20px 0 4px 0;
}

.vision-mission p {
	font-size: 15px;
	color: #444;
	display: block;
	font-weight: 300;
	padding-bottom: 20px;
	line-height: 26px;
}

.vision-mission .col-md-5 {
	text-align: center;
}

/*..........legal..........*/
.legal-part {
	width: 100%;
	padding: 0px 0 60px 0;
	background-size: 100% 100%;
	position: relative;
}

.modal-header .close {
	margin-top: 0px;
}

.legal-popup {
	text-align: center;
}

.legal-part .legal-box {
	width: 100%;
	float: left;
	border-radius: 20px;
	padding: 30px;
	text-align: center;
	display: inline-block;
	background: #f3f7f8;
	margin-bottom: 30px;
}

.legal-part .legal-box .ico {
	width: 93px;
	height: 93px;
	border-radius: 180px;
	background: #e7c0a6;
	margin: 0 auto 25px auto;
	text-align: center;
	display: table;
	position: relative;
}

.legal-part .legal-box .ico:before {
	background: #e7c0a6;
	width: 3px;
	height: 40px;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: -31px;
	content: '';
}

.legal-part .legal-box:hover .ico:before {
	background: #fff;
}

.legal-part .legal-box .ico span {
	display: table-cell;
	vertical-align: middle;
}

.legal-part .legal-box a {
	font-size: 22px;
	color: #000;
	font-weight: 300;
	line-height: 30px;
	text-transform: uppercase;
	transition: none;
}

.legal-part .legal-box a span {
	font-size: 29px;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
	color: #794d30;
}

.legal-part .legal-box:hover {
	background: #292929;
}

.legal-part .legal-box:hover .ico {
	background: #fff;
}

.legal-part .legal-box:hover a,
.legal-part .legal-box:hover a span {
	color: #fff;
	transition: none;
}

.legal-part .legal-box .next {
	width: 90px;
	height: 90px;
	border-radius: 180px;
	text-align: center;
	position: absolute;
	z-index: 3;
	background: #f8f8f8;
	top: 50%;
	transform: translateY(-50%);
	right: -50px;
	display: table;
	border: #e5e5e5 1px solid;
}

.legal-part .legal-box .next span {
	display: table-cell;
	vertical-align: middle;
}

.modal-body {
	text-align: center;
}

.modal-title {
	text-align: center;
}

.modal-body img {
	max-width: 100%;
}

/*..........legal..........*/
.bank {
	width: 100%;
	padding: 0 0 80px 0;
	text-align: left;
}

.bank h2 {
	font-size: 46px;
	color: #0f3661;
	padding: 0;
	margin: 0;
	font-weight: 400;
	text-align: center;
}

.bank small {
	width: 100%;
	float: left;
	font-size: 22px;
	color: #000;
	font-weight: 300;
	margin-bottom: 25px;
	text-align: center;
}

.bank p {
	font-size: 16px;
	color: #343b43;
	font-weight: 300;
	margin: 0 0 20px 0;
}

.bank h3 {
	font-size: 18px;
	color: #000813;
	margin: 0px 0 6px 0;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	float: none;
}

.bank select {
	width: 100%;
	border-radius: 5px;
	font-size: 15px;
	padding: 5px 10px;
	height: 50px;
	color: #303030;
	font-weight: 300;
	margin-bottom: 8px;
	background: #fff url(../img/down-arrow.html) no-repeat right 15px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #d5d3de;
}

.bank [type="submit"] {
	color: #fff;
	padding: 16px 20px;
	font-size: 18px;
	font-weight: 300;
	border-radius: 7px;
	line-height: 15px;
	display: inline-block;
	width: 100%;
	background: #0e787c;
	border: #0e787c 1px solid;
	transition: all 1s;
	text-transform: uppercase;
}

.bank .bankalertSummary {
	margin-top: 20px;
	padding: 10px;
	background-color: #0e787c;
	margin-bottom: 10px;
	color: #fff;
	display: block;
	text-align: center;
}

.bank ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

.bank ul li {
	height: 200px;
	float: left;
	margin: 5px;
	width: 32%;
	border-radius: 2px;
	padding: 5px 10px;
	display: inline-block;
	background: #f3f7f8;
}

.bank ul li .ico {
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 20px;
	margin: 0 auto 0 auto;
	text-align: center;
	display: table;
	position: relative;
	z-index: 1;
	box-shadow: 0px 3px 31px 0px rgba(0, 0, 0, 0.08);
	border: #e5e5e5 1px solid;
	transition: all 1s;
}

.bank ul li:hover .ico {
	border-radius: 180px;
}

.bank ul li .ico span {
	display: table-cell;
	vertical-align: middle;
}

.bank ul li .text {
	float: left;
	width: 100%;
	padding: 15px 0 0 0;
	position: relative;
	text-align: center;
}

.bank-dt {
	padding: 0;
	position: relative;
}

.bank ul li p {
	font-size: 14px;
	color: #343b43;
	font-weight: 400;
	margin: 0;
	padding: 0;
	width: 100%;
	text-transform: capitalize;
}

.bank ul li .bank-ico {
	float: left;
	width: 45px;
	height: 45px;
	border-radius: 180px;
	border: 2px solid #000813;
	margin: 0 20px 0 0;
	text-align: center;
	display: table;
	position: absolute;
	top: -10px;
}

.bank ul li .bank-ico span {
	display: table-cell;
	vertical-align: middle;
	font-size: 25px;
}

.bank2 {
	width: 100%;
	padding: 0 0 80px 0;
	text-align: left;
}

.bank2 ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

.bank2 ul li {
	height: 40px;
	float: left;
	margin: 5px;
	width: 32%;
	border-radius: 2px;
	padding: 5px 10px;
	display: inline-block;
	background: #f3f7f8;
}

.bank2 ul li .ico {
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 20px;
	margin: 0 auto 0 auto;
	text-align: center;
	display: table;
	position: relative;
	z-index: 1;
	box-shadow: 0px 3px 31px 0px rgba(0, 0, 0, 0.08);
	border: #e5e5e5 1px solid;
	transition: all 1s;
}

.hd-main {
	margin-bottom: 50px;
}

.hd-main small {
	font-size: 18px;
	color: #C28C00;
	font-weight: 500;
	margin: 0;
}

.hd-main h2 {
	font-size: 28px;
	color: #282828;
	padding: 0 8%;
	margin: 0 0 15px 0;
	font-weight: 500;
}

.hd-main h2 span {
	font-weight: 700;
	color: #eecf00;
}

.hd-main p {
	font-size: 15px;
	color: #2f2f2f;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 0 12%;
	line-height: 24px;
	text-transform: inherit;
}

.contact {
	width: 100%;
	padding: 70px 0 90px 0;
}

.contact .hd-main {
	margin-bottom: 25px;
}

.contact .contact-in {
	padding: 0 200px;
}

.contact .col-md-6 {
	padding: 0 10px;
}

.contact .col-md-12 {
	padding: 0 10px;
}

.contact input {
	box-shadow: 0px 3px 31px 0px rgba(0, 0, 0, 0.08);
	border: #C28C00 1px solid;
	padding: 10px 15px;
	margin: 10px 0;
	border-radius: 5px;
	width: 100%;
	transition: all 1s;
}

.contact input:focus {
	border: #f5bec8 1px solid;
	outline: none;
}

.contact textarea {
	box-shadow: 0px 3px 31px 0px rgba(0, 0, 0, 0.08);
	border: #C28C00 1px solid;
	padding: 10px 15px;
	margin: 10px 0;
	border-radius: 5px;
	width: 100%;
	height: 120px;
	transition: all 1s;
}

.contact textarea:focus {
	border: #C28C00 1px solid;
	outline: none;
}

.contact [type="submit"] {
	width: 280px;
	color: #fff;
	border: 1px solid #C28C00;
	padding: 8px 15px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 8px;
	line-height: 20px;
	margin: 15px auto 0 auto;
	background: #C28C00;
	float: none;
	display: block;
	transition: all 1s;
}

.contact [type="submit"]:focus,
.contact [type="submit"]:hover {
	border: 1px solid #C28C00;
	color: #C28C00;
	background: none;
}

.contact1 {
	position: relative;
}

.contact-box {
	position: relative;
}

.who-we {
	padding: 60px 0;
	position: relative;
}

.who-we .left {
	width: 100%;
	text-align: center;
}

.who-we .left img {
	max-width: 100%;
	border-radius: 8px;
}

.who-we .hd1 small {
	font-size: 30px;
	color: #C28C00;
}

.who-we .hd1 p {
	font-size: 20px;
	color: #202020;
	display: block;
	font-weight: 500;
	padding-bottom: 20px;
	line-height: 23px;
}

.who-we h2 {
	font-size: 17px;
	color: #333333;
}

.who-we h3 {
	font-size: 16px;
	color: #333333;
}

.who-we p {
	font-size: 15px;
	color: #333333;
	display: block;
	font-weight: 500;
	padding-bottom: 20px;
	line-height: 25px;
}

.who-we a {
	font-size: 16px;
	color: #11315f;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	padding: 8px 25px;
	border: #11315f 1px solid;
	border-radius: 5px;
}

.who-we a:hover {
	border: #7ba11b 1px solid;
	color: #7ba11b;
}

.welcome {
	width: 100%;
	padding: 60px 0 35px 0;
	text-align: center;
}

.welcome small {
	color: #0e787c;
}

.welcome .hd1 {
	margin-bottom: 20px;
}

.welcome .hd1 p {
	font-size: 20px;
	font-weight: 300;
}

.welcome span {
	font-size: 16px;
	font-weight: 300;
	color: #333333;
	padding-bottom: 30px;
	display: block;
}

.welcome .box {
	background: #f3f7f8;
	border-radius: 10px;
	padding: 30px 25px;
	display: inline-block;
	width: 100%;
	margin: 15px 0;
}

.welcome .box img {
	margin-bottom: 10px;
}

.welcome .box small {
	font-size: 20px;
	color: #111111;
	display: block;
	font-weight: 300;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.welcome .box p {
	font-size: 15px;
	color: #7c7c7c;
	display: block;
	font-weight: 300;
	line-height: 26px;
}

.welcome .box:hover small {
	color: #f48208;
}

.how-work {
	width: 100%;
	padding: 20px 0 100px 0;
	text-align: center;
}

.how-work span {
	font-size: 18px;
	font-weight: 400;
	color: #7c7c7c;
	padding-bottom: 30px;
	display: block;
}

.how-work .box {
	display: inline-block;
	width: 100%;
	margin: 25px 0 0 0;
}

.how-work .img-box {
	margin: 0 auto;
	position: relative;
	display: table;
}

.how-work .img-box span {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	padding: 0;
}

.how-work .img-box span img {
	vertical-align: middle;
}

.how-work .img-box .step {
	width: 68px;
	height: 68px;
	background: #fff;
	border: #2c5084 3px solid;
	border-radius: 180px;
	display: table;
	vertical-align: middle;
	position: absolute;
	left: 15px;
	top: 0px;
}

.how-work .img-box .step span {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	padding: 0;
	color: #2c5084;
	font-size: 26px;
}

.how-work .box:hover .step {
	border: #64ab18 3px solid;
}

.how-work .box:hover .step span {
	color: #64ab18;
}

.how-work .box:hover .text small {
	color: #64ab18;
}

.how-work .box .text {
	text-align: center;
	width: 100%;
	display: inline-block;
	padding: 20px 0 0 0;
}

.how-work .box .text small {
	font-size: 26px;
	color: #2c5084;
	display: block;
	font-weight: 400;
	margin-bottom: 5px;
}

.how-work .box .text p {
	font-size: 16px;
	color: #7c7c7c;
	display: block;
	font-weight: 400;
}

.how-work a {
	font-size: 20px;
	color: #74af2f;
	display: inline-block;
	font-weight: 300;
	text-transform: uppercase;
	padding: 10px 45px;
	border-radius: 10px;
	border: #74af2f 1px solid;
	margin: 60px 0 0 0;
}

.how-work a:hover {
	border: #0f1923 1px solid;
	color: #0f1923;
}

.testimonial {
	position: relative;
	margin: 0 0 100px 0;
	padding: 40px;
	text-align: center;
	background-color: #fff;
	border-radius: 4px;
	transition: 0.5s;
}

.testimonials .hd1 {
	margin-bottom: 50px;
}

.testimonials .hd1 small {
	color: #0e787c;
}

.testimonial:hover {
	background-color: #f4dbbf;
}

.testimonial:hover::before,
.testimonial:hover::after {
	opacity: 1;
}

.testimonial:hover::before {
	-webkit-transform: rotate(180deg) translateY(-60px);
	transform: rotate(180deg) translateY(-60px);
}

.testimonial:hover::after {
	-webkit-transform: translateY(-60px);
	transform: translateY(-60px);
}

.testimonial::before,
.testimonial::after {
	position: absolute;
	width: 80px;
	height: 80px;
	color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M0 4v12h8a8 8 0 0 1-8 8v4a12 12 0 0 0 12-12V4H0zM20 4v12h8a8 8 0 0 1-8 8v4a12 12 0 0 0 12-12V4H20z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.05;
	transition: 0.5s;
}

.testimonial::before {
	content: open-quote;
	left: 40px;
	bottom: 20px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.testimonial::after {
	content: close-quote;
	top: 20px;
	right: 40px;
}

.testimonial__photo {
	position: relative;
	left: 50%;
	transform: translate(-50%);
	width: 120px;
	height: 120px;
	border: 5px solid #fff;
	box-shadow: 0px 0px 17px 3px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 25px;
}

.testimonial__photo img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.testimonial__text {
	margin-bottom: 20px;
}

.testimonial__text p {
	font-size: 15px;
	font-weight: 300;
	color: #444;
	padding-bottom: 10px;
	display: block;
}

.testimonial__person {
	margin: 0;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 20px;
	color: #0e787c;
	transition: 0.5s;
}

.testimonial__person span {
	display: block;
	font-weight: 300;
	font-size: 14px;
	color: #444;
	transition: 0.5s;
}

.testimonial:hover .testimonial__person {}

.testimonial:hover .testimonial__person span {}

.testimonials__item {
	border: 0;
}

/* Page Info */
.pageInfoBg {
	padding: 50px 0 40px 0;
	/*background: url(../img/banner-bg.html) no-repeat center bottom;*/
	background-size: cover;
	position: relative;
	margin: 0;
}

.pageInfoBg .cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pageTitle h1 {
	font-size: 38px;
	line-height: normal;
	color: #000;
	font-weight: 600;
	font-family: "Abhaya Libre", serif;
	color: #C28C00;
}

.pageTitle h1 span {
	font-size: 28px;
	line-height: normal;
	color: #1841da;
	font-weight: 700;
}

.pageTitle .generalBorder {
	display: block;
	margin: 0px auto 0px auto;
	height: 2px;
	opacity: 1;
	width: 80px;
	padding: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-khtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: #C28C00;
}

.pageTitle:hover .generalBorder {
	width: 90px;
}

.inner-bg {
	background: url(../img/banner-blank.html) no-repeat center top;
}

.breadcrumb {
	background: none;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

.breadcrumb li a {
	color: #e68200;
}

.breadcrumb li.active {
	color: #fff;
}

.bdr-b1 {
	border-bottom: #3a3a3a 1px solid;
	padding-bottom: 15px;
}

/* Product Details page css*/



.bounceimg {
	-webkit-animation: bounceimg 1s ease-in-out 0s infinite alternate;
	animation: bounceimg 1s ease-in-out 0s infinite alternate;
}

@-webkit-keyframes bounceimg {
	from {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	to {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes bounceimg {
	from {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	to {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

.description {
	width: 100%;
	background: #fff;
	position: relative;
	border: #ddd 1px solid;
	border-radius: 5px;
	padding: 0 15px 20px 15px;
	margin-bottom: 30px;
}

.description strong {
	font-size: 21px;
	font-weight: 300;
	margin-bottom: 10px;
}

.description p {
	font-size: 14px;
	color: #7c7c7c;
	display: block;
	font-weight: 300;
	line-height: 21px;
}

.description .nav {
	padding-left: 0;
	margin: -1px 0 0 0;
	list-style: none
}

.description .nav>li {
	position: relative;
	display: block
}

.description .nav>li>a {
	position: relative;
	font-size: 14px;
	display: block;
	padding: 10px 15px;
	border: #fff 1px solid;
	color: #666;
	border-top: #ddd 1px solid;
}

.description .nav>li>a:focus,
.description .nav>li>a:hover {
	text-decoration: none;
	border: #ddd 1px solid;
}

.description .nav>li.disabled>a {
	background: none;
}

.description .nav>li.disabled>a:focus,
.description .nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background: none;
}

.description .nav .open>a,
.description .nav .open>a:focus,
.description .nav .open>a:hover {
	border: #ddd 1px solid;
	background: none;
}

.description .nav li>a:hover {
	background: none;
	color: #0e7e95;
	border-radius: 0 0 4px 4px;
	border-top: #fff 1px solid;
}

.description .nav li.active>a {
	background: none;
	border: #ddd 1px solid;
	color: #0e7e95;
	border-radius: 0 0 4px 4px;
	border-top: #fff 1px solid;
}

.description .tab-pane {
	padding: 15px;
}

.product-dt {
	width: 100%;
	background: #fff;
	position: relative;
	border-color: rgb(230, 230, 230);
	border-radius: 5px;
	padding: 20px 15px;
	margin-bottom: 50px;
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
}

.bg001 {
	box-shadow: none;
}

.bg001 h2 {
	margin-bottom: 15px;
	overflow: hidden;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	background: #333;
	padding: 8px 10px;
}

.product-dt .img-part {
	padding: 30px 25px;
	display: inline-block;
	margin: 15px 0;
	text-align: center;
	/*background: url(../img/dt-shad.jpg) no-repeat right -20px center;*/
}

.product-dt .img-part img {
	max-width: 100%;
}

.proDtlBig {
	padding: 35px;
}

	.proDtlBig h1 {
		color: #000;
		font-size: 27px;
		font-weight: normal;
		margin: 0;
		padding: 5px 0px 15px 0px;
		font-weight: 500;
	}

.warrenty {
	border-radius: 2px;
	color: #000;
	padding: 0;
	margin-top: 10px;
}

.warrenty span {
	color: #000;
	font-size: 16px;
}

.proDtlBig ul {
	background: #fff none repeat scroll 0 0;
	margin: 25px 0;
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #c4c4e4;
	float: left;
	width: 100%;
}

.pro-dec {
	float: left;
	width: 100%;
}

.pro-dec .panel-group {
	width: 100%;
}

.pro-dec .panel-default .panel-heading {
	color: #fff;
	background-color: #000a18;
	border-bottom: 1px solid #c4c4e4 !important;
}

.pro-dec .panel-default {
	border-color: #c4c4e4 !important;
}

.proDtlBig ul li {
	margin-bottom: 5px;
	float: left;
	border-right: 1px solid #ddd;
	padding: 0px 15px;
}

.proDtlBig .price {
	color: #041735;
	font-size: 16px;
	font-weight: 400;
	margin: 10px 20px 0 0;
	display: inline-block;
}

.proDtlBig .save {
	color: #f48208;
	font-size: 15px;
	font-weight: 400;
	margin-top: 10px;
}

.proDtlBig .priceDp {
	color: #0e7e95;
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
	display: inline-block;
}

.proDtlBig ul li.ProPV span {
	color: #041735;
	font-size: 14px;
	font-weight: 700;
}

.proDtlBig .btn-buynow {
	float: left;
	/*margin: 0 0 0 15px;*/
}

.btn-buynow a.addtoCart,
.btn-buynow button.addtoCart {
	background: #C28C00;
	border: 0;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	padding: 6px 30px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	border: 1px solid #C28C00;
	cursor: pointer;
}

	.btn-buynow a.addtoCart:hover {
		background: transparent;
		color: #C28C00;
		border-color: #C28C00;
	}

.cart-item-count {
	font-size: 12px;
	font-weight: 600;
	color: #C28C00;
	position: absolute;
}

.xzoom {
	width: 100% !important;
}

.btn-buynow a.addtoCart .fa {
	font-size: 26px;
	vertical-align: middle;
}

.proDtlBig h3 {
	color: 041735;
	font-size: 16px;
	margin: 0 0 7px;
	text-transform: uppercase;
	width: 100%;
	float: left;
}

.proDtlBig hr {
	width: 100%;
	float: left;
}

.proDtlBig p {
	line-height: 20px;
	float: left;
	font-size: 13px;
	color: #807e7e;
}

.qtyTextBox {
	float: left;
	margin-right: 8px;
}

.ml5 {
	margin-left: 5px;
}

.qtyTextBox input[type="text"] {
	border: 1px solid #c4c4e4;
	height: 42px;
	margin-left: 5px;
	min-width: auto;
	padding: 7px 10px;
	width: 60px;
	border-radius: 4px;
}

.qtyText {
	margin-bottom: 5px;
}

.itemDesName {
	color: #000;
	font-size: 15px;
	margin-bottom: 7px;
}

.shopCartQty .qtyText {
	float: left;
}

a.changeQty {
	background: #f48208 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	display: block;
	float: left;
	height: 34px;
	line-height: 34px;
	margin-left: 10px;
	padding: 3px 10px 0 10px;
}

a.changeQty .fa {
	border: 0 none;
	font-size: 20px;
	margin-top: 5px;
}

a.changeQty:hover {
	background: #0e7e95 none repeat scroll 0 0;
	color: #fff;
}

a.removeItem {
	background: #dc3545 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	height: 35px;
	line-height: 34px;
	margin-left: 10px;
	padding: 0 10px;
	text-align: center;
	width: 36px;
}

a.removeItem:hover {
	background: #dc3545;
	color: #fff;
}

.shopCartPrice {
	line-height: 25px;
}

.shopCartPrice ul li {
	color: #666;
	display: block;
	margin-bottom: 5px;
}

.shopCartPrice ul li span {
	color: #de8d02;
}

.add-cart {
	padding: 10px 0 70px 0;
	width: 100%;
	position: relative;
}

.cartSec {
	position: relative;
	z-index: 2;
}

.cartrow {
	position: relative;
	z-index: 2;
}

.cartSec th {
	text-transform: uppercase;
	background: url(../images/tabl-bg.html) repeat-x left bottom;
	color: #fff;
	padding-left: 10px;
	font-weight: 400;
}

#CPH1_gvShopCart tr th {
	padding: 12px;
	color: #000;
}

.shopCartPrice ul li {
	font-size: 14px;
	line-height: 25px;
}

.shopCartPrice ul li span {
	font-weight: bold;
	color: #0e7e95;
}

.cartSec table {
	background: #fff none repeat scroll 0 0;
}

tr.PagerStyle td {
	background: #fff none repeat scroll 0 0 !important;
	border: 0 none !important;
}

tr.PagerStyle tbody tr td {
	padding-left: 2px !important;
}

tr.PagerStyle tbody tr td span,
tr.PagerStyle tbody tr td a {
	border: 1px solid #e1e1e1;
	display: block;
	padding: 6px 12px;
}

tr.PagerStyle tbody tr td span:hover,
tr.PagerStyle tbody tr td a:hover {
	background: #c96c09 none repeat scroll 0 0;
	color: #fff;
	text-decoration: none;
	color: #c96c09;
}

tr.PagerStyle tbody tr td span {
	background: #f48208 none repeat scroll 0 0;
	border-color: #f48208 !important;
	color: #fff;
}

.ttlPayble .table {
	border: 0 none;
}

td.netAmountCart {
	border: 2px dashed #d8dbe2 !important;
	color: #3a3a3a;
	font-size: 14px;
	font-weight: normal;
	padding: 15px !important;
	text-align: left;
	background: #fff;
}

.text-danger {
	color: #e8534f;
}

td.netAmountCart strong {
	color: #0e7e95;
	margin: 0 0 0 10px;
}

td.netAmountCart b {
	color: #000;
	font-weight: normal;
	margin-right: 10px;
}

td.netAmountCart input[type="submit"],
input[type="button"] {
	margin-top: 0;
}

.BtnsSec {
	margin-top: 15px;
	float: right;
	width: 369px;
	text-align: right;
}

.BtnsSec .add-pro {
	width: 130px;
	display: inline-block;
}

.BtnsSec .text-or {
	width: 50px;
	text-align: center;
	padding-top: 4px;
	display: inline-block;
}

.BtnsSec .cart-login {
	width: 83px;
	display: inline-block;
}

.cartTbl {
	background: #fff none repeat scroll 0 0;
}

.BtnsSec input[type="submit"]+span {
	float: inherit;
	font-size: inherit;
	font-style: inherit;
	margin: inherit;
}

.BtnsSec input {
	background: #f48208;
	padding: 4px 20px;
	border-radius: 100px;
	color: #fff;
	border: 0;
	font-size: 14px;
}

.BtnsSec input:hover {
	background: #0e7e95;
	color: #fff;
}

.BtnsSec a {
	background: #0e7e95;
	padding: 4px 20px;
	border-radius: 100px;
	color: #fff;
	border: 0;
	font-size: 14px;
}

.BtnsSec a:hover {
	background: #f48208;
}

.OurCommerce {
	padding: 50px 0;
}

.main-img01 {
	width: 100%;
	height: auto;
	float: left;
	border: #c4c4e4 1px solid;
	margin-bottom: 12px;
	text-align: center;
}

.main-img01 img {
	width: 390px;
	height: 420px;
}

.qty {
	font-size: 20px;
}

.proDtlBig p {
	font-size: 15px;
	color: #333;
	margin-bottom: 10px;
}

.alertHide {
	display: none !important;
}

.orderSummary {
	width: 100%;
	position: relative;
	border-color: rgb(230, 230, 230);
	border-radius: 5px;
	border: #e6e6e6 1px solid;
	text-align: left;
	padding: 25px 15px;
	margin-bottom: 25px;
	float: left;
	background-image: -moz-linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%);
}

.orderSummary h4 {
	font-size: 19px;
	color: #041735;
	padding: 0;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

.payment-inos {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border: #c4c4e4 1px solid;
}

.payment-summary {
	background: #fff;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.payment-summary h4 {
	font-size: 19px;
	color: #041735;
	padding: 0;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

.orderSummarydetails {
	line-height: 21px;
	padding: 10px;
	padding-right: 0px;
	overflow: auto;
	margin-bottom: 20px;
}

.orderSummarydetails h2 {
	margin: 0px 0 10px 10px;
}

.totalChecktDtls {
	padding: 10px;
	border: #c4c4e4 1px solid;
	float: left;
	width: 100%;
}

.totalChecktDtls strong {
	color: #041735;
	float: right;
}

.scrollSummry {
	max-height: 350px;
	overflow-y: auto;
}

.scrollSummry::-webkit-scrollbar {
	width: 5px;
	background-color: #f2f2f2;
}

.scrollSummry::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(256, 256, 256, .1);
	background-color: #aaa;
}

.orderSummarydetails .orderItem {
	border: #c4c4e4 1px dashed;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding: 10px;
}

.orderSummarydetails .orderItem:nth-child(even) {
	background: #fafafa;
}

.totalAmount {
	font-size: 16px;
	width: 80%;
}

.total-amt {
	width: 400px;
	float: right;
	margin: 0 15px 0 0;
}

.NetPayableAmount {
	padding: 10px 10px;
	background: #333d63;
	font-size: 18px;
	float: left;
	width: 100%;
	line-height: 20px;
	color: #fff;
	margin-top: 10px;
}

.table-bordered>tbody>tr>th {
	font-weight: 300;
	font-size: 13px;
	color: #333333;
}

.table-bordered>tbody>tr strong {
	color: #333333;
	font-size: 13px;
}

.proDesSumry ul li {
	padding-left: 5px;
	font-weight: 300;
	font-size: 13px;
	color: #333333;
}

.proDesSumry ul li strong {
	color: #333333;
}

.NetPayableAmount strong {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
}

.NetPayableAmount br {
	display: none;
}

.bgBlockSearch {
	background: #DEF9FF;
	padding: 15px;
	margin-bottom: 15px;
}

.bgBlockSearch table.myGroup tr td {
	padding: 5px;
}

.itemPro {
	width: 112px;
	float: left;
	border: 1px dashed #c4c4e4;
	padding: 5px 0;
	text-align: center;
}

.itemPro img {
	max-width: 90%;
	/*height: 120px;*/
}

.proDesSumry {
	margin-left: 135px;
	width: 65%;
}

.proDesSumry span {
	text-transform: uppercase;
	color: #041735;
	font-size: 17px;
}

.proDesSumry ul li strong {
	color: #041735;
	float: right;
}

.proDesSumry h6 {
	background-color: #C28C00;
	font-size: 15px;
	font-weight: normal;
	margin-top: 0px;
	padding: 3px 6px;
	color: #fff;
	text-align: left;
}

.proDesSumry ul li {
	padding-left: 5px;
}

.proDesSumry ul li:nth-child(odd) {
	background: #fafafa;
}

.orderItem:nth-child(even) .proDesSumry ul li:nth-child(odd) {
	background: #fff;
}

.pd10px {
	padding: 10px;
}

.checkoutTblBlock {
	border: 10px solid #eca939;
	color: #000;
}

.checkoutTblBlock tr td {
	background: #fff;
}

.checkoutTblBlock tr th {
	background: #fafafa;
}

.blockShippingAdd {
	background: #fff;
	padding: 20px 15px 10px 15px;
}

.blockForm {
	width: 100%;
	position: relative;
	border-color: rgb(230, 230, 230);
	border-radius: 5px;
	border: #e6e6e6 1px solid;
	text-align: left;
	padding: 25px 15px;
	float: left;
	background-image: -moz-linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%);
}

.blockForm h2 {
	margin-bottom: 15px;
	overflow: hidden;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	background: #C28C00;
	padding: 8px 10px;
}

.blockForm h2 span {
	display: block;
	float: left;
	padding: 7px 15px;
	background: #fff;
}

.blockForm .boxForm {
	padding-left: 1%;
	margin-bottom: 10px;
	overflow: hidden;
	width: 48%;
	float: left;
	margin-right: 1.5%;
}

.blockForm label {
	display: block;
	font-weight: normal;
	padding: 8px 0 0 0;
}

.blockForm label.col-sm-4 {
	text-align: right;
}

.pb15 {
	padding-bottom: 15px;
}

.blockForm input[type="text"] {
	width: 100%;
	border: #d5d3de 1px solid;
	padding: 8px;
	color: #677083;
	height: 35px;
	margin-bottom: 8px;
	background: #fff;
	border-radius: 3px;
	transition: all 1s;
	box-shadow: -1px 0px 15.84px 0.16px rgba(0, 0, 0, 0.1);
	font-weight: 300;
	font-size: 13px;
}

.blockForm textarea {
	width: 100%;
	border: #d5d3de 1px solid;
	padding: 8px;
	color: #677083;
	height: 70px;
	margin-bottom: 8px;
	background: #fff;
	border-radius: 3px;
	transition: all 1s;
	box-shadow: -1px 0px 15.84px 0.16px rgba(0, 0, 0, 0.1);
	font-weight: 300;
	font-size: 13px;
}

.blockForm select {
	width: 100%;
	border: #d5d3de 1px solid;
	padding: 8px;
	color: #677083;
	height: 35px;
	margin-bottom: 8px;
	background: #fff url(../img/down.png) no-repeat right 10px center;
	border-radius: 3px;
	transition: all 1s;
	box-shadow: -1px 0px 15.84px 0.16px rgba(0, 0, 0, 0.1);
	font-weight: 300;
	font-size: 13px;
	-webkit-appearance: none;
}

.blu-btn-small {
	margin: 10px 0 0 0;
	color: #fff;
	background-color: #C28C00;
	border: 1px solid #C28C00;
	padding: 6px 12px;
	border-radius: 4px;
	transition: all 0.5s ease;
}

.blu-btn-small:hover {
	background: none;
	color: #1841da;
}

.blu-btn-small1 {
	margin: 10px 0 0 0;
	color: #C28C00;
	background-color: transparent;
	border: 1px solid #1841da;
	padding: 6px 12px;
	border-radius: 4px;
	transition: all 0.5s ease;
}

.blu-btn-small1:hover {
	color: #1841da;
	border-color: #C28C00;
}

.Order-btn {
	background: #ffc400 none repeat scroll 0 0 !important;
	border: 1px solid #182d6b !important;
	border-radius: 4px !important;
	color: #fff !important;
	display: inline-block !important;
	font-size: 16px !important;
	padding: 8px 25px 8px 15px !important;
	text-decoration: none !important;
	transition: all 0.3s ease 0s !important;
	text-transform: uppercase !important;
}

.Order-btn:hover {
	background: #000000 none repeat scroll 0 0 !important;
	border: 1px solid #000 !important;
}

.cartSec table {
	background: #fff;
}

.chack-main {
	width: 100%;
	float: left;
	margin-bottom: 70px;
}

.menu-account-menu-main1 marquee h3 {
	font-size: 19px;
}

/*====================================*/


.page-social {
	text-align: center;
	width: 60px;
	position: fixed;
	right: 0;
	bottom: 10px;
}

.page-social .facebook {
	background: #1963ff;
}

.page-social .twitter {
	background: #5caadf;
}

.page-social .youtube {
	background: #c20900;
}

.page-social .instagram {
	background: #4c80a8;
}

.page-social ul {
	padding: 0;
	margin: 0;
}

.page-social ul li {
	padding: 0;
	margin: 2px 0;
	display: inline-block;
	text-align: center;
}

.page-social ul li a {
	width: 38px;
	height: 38px;
	font-size: 19px;
	color: #fff;
	border-radius: 2px;
	line-height: 37px;
	display: inline-block;
	opacity: 0.7;
}

.page-social ul li a:hover {
	opacity: 1;
}

footer {
	position: relative;
}

.footer1 {
	width: 100%;
	border-top: 1px solid #b2c2ff;
	margin-top: 20px;
	padding: 20px 0 35px 0;
}

footer .light-footer {
	width: 100%;
	padding: 40px 0;
	background: #ffffff;
}

.ftr-input {
	width: 75%;
	margin-top: 20px;
}

.ftr-button {
	margin-top: 20px;
	background: #C28C00;
	color: #fff;
	border: 1px solid #C28C00;
	border-radius: 0;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
}

.ftr-button:hover {
	background: #fff;
	color: #C28C00;
	border: 1px solid #C28C00;
}

.ftr-input:focus {
	outline: none;
	border: 1px solid #C28C00;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.abt-comp {
	width: 95%;
}

.abt-comp img {
	margin-bottom: 20px;
}

.abt-comp p {
	font-size: 14px;
	font-weight: 300;
	color: #8d97a3;
	line-height: 23px;
	margin-bottom: 15px;
}

.abt-comp a {
	font-size: 15px;
	color: #11315f;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 25px;
	border: #11315f 1px solid;
	border-radius: 5px;
}

.abt-comp a:hover {
	border: #7ba11b 1px solid;
	color: #7ba11b;
}

.ftr-social {
	text-align: center;
	width: 100%;
	margin: 30px 0;
}

.ftr-social small {
	font-size: 18px;
	color: #555;
	text-transform: uppercase;
	padding-bottom: 8px;
	display: block;
}

.ftr-social .facebook {
	background: #1963ff;
}

.ftr-social .twitter {
	background: #5caadf;
}

.ftr-social .youtube {
	background: #c20900;
}

.ftr-social .instagram {
	background: #4c80a8;
}

.ftr-social ul {
	padding: 0;
	margin: 0;
}

.ftr-social ul li {
	padding: 0;
	margin: 0 1px;
	display: inline-block;
	text-align: center;
}

.ftr-social ul li a {
	width: 38px;
	height: 38px;
	font-size: 19px;
	color: #fff;
	border-radius: 180px;
	line-height: 37px;
	display: inline-block;
	opacity: 0.7;
}

.ftr-social ul li a:hover {
	opacity: 1;
}

.ftr-cont {
	width: 95%;
}

.ftr-cont h3 {
	font-size: 17px;
	font-weight: 600;
	color: #dfdfdf;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.ftr-cont p {
	font-size: 14px;
	font-weight: 300;
	color: #8d97a3;
	line-height: 23px;
	margin-bottom: 15px;
}

.ftr-cont ul {
	padding: 0;
	margin: 0;
}

.ftr-cont ul li {
	padding: 0;
	margin: 0 2% 11px 0;
	display: inline-block;
	width: 47%;
}

.ftr-cont ul li:last-child {
	width: 97% !important;
}

.ftr-cont ul li input {
	width: 100%;
	background: #fff;
	border-radius: 4px;
	color: #5f5f5f;
	font-size: 14px;
	border: 0;
	padding: 12px;
}

.ftr-cont ul li textarea {
	width: 100%;
	background: #fff;
	border-radius: 4px;
	color: #5f5f5f;
	font-size: 14px;
	border: 0;
	padding: 12px;
}

.ftr-cont [type="submit"] {
	color: #fff;
	border: 2px solid #8d97a3;
	padding: 9px 30px;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	border-radius: 4px;
	line-height: 20px;
	margin: 0px 2px 0 0;
	background: #8d97a3;
	display: inline-block;
	transition: all 1s;
}

.ftr-cont [type="submit"]:hover {
	border: 2px solid #8d97a3;
	color: #8d97a3;
	background: none;
}

.ftr-link {
	width: 100%;
}

.ftr-link small {
	font-size: 14px;
	color: #070707;
	text-transform: capitalize;
	padding-bottom: 16px;
	font-weight: 700;
	display: inline-block
}


.ftr-link ul {
	padding: 0;
	margin: 0;
}

.ftr-link ul li {
	padding: 0;
	margin: 0;
	display: block;
	line-height: 24px;
}

.ftr-link ul li a {
	font-size: 14px;
	font-weight: 400;
	color: #070707;
	position: relative;
}

.ftr-link ul li a:hover {
	padding: 0 0 0 5px;
}




.ftr-add {
	width: 100%;
}

.ftr-add small {
	font-size: 16px;
	color: #070707;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-weight: 400;
	display: block;
}

.ftr-add ul {
	padding: 0 10px;
	margin: 0;
	float: left;
	display: inherit;
	width: 50%;
}

.ftr-add ul li {
	font-size: 13px;
	color: #070707;
	line-height: 23px;
	margin-bottom: 12px;
	font-weight: 500;
}

.ftr-add ul li span {
	font-size: 13px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	display: block;
}

.footer-text {
	width: 100%;
	padding: 30px 0;
	background: #fff;
	text-align: center;
}

.footer-text p {
	font-size: 13px;
	font-weight: 400;
	color: #070707;
	padding: 0 15%;
}



.sub-ftr {
	width: 100%;
	padding: 30px 0;
	background: #ffffff;
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	border-top: #dfdfdf 1px solid;
}

.category-image {
	position: relative;
	overflow: hidden;
}

.category-image:before {
	content: '';
	position: absolute;
	width: 1000px;
	height: 600px;
	background: #ffffff;
	left: -8%;
	z-index: 1;
	top: 62%;
	border-radius: 50%;
}

.category-image-img {
	position: relative;
	z-index: 0;
}

.btn-cart01 {
	position: fixed;
	z-index: 9;
	right: 0px;
	top: 200px;
	background: #f48208;
	color: #fff;
	border-radius: 5px 0 0 5px;
	border: 0;
	padding: 8px 20px;
}

.btn-cart01:hover {
	background: #070707;
	color: #fff;
}

.popupWindow {
	overflow: auto;
	left: 0;
	z-index: 0905;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
}

.popupWindow::before {
	content: "";
	background: rgba(0, 0, 0, 0.66);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.panel-tool-close {
	cursor: pointer;
	background-color: #e42c31;
	border-radius: 50px;
	font-weight: bold;
	z-index: 99;
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	top: 10px;
	right: 10px;
}

.popupWindow .profile {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 50px;
	max-width: 700px;
	width: 100%;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.15);
	padding: 10px 0;
	margin-bottom: 30px;
}

.blu-btn {
	background: transparent;
	border: 0;
	font-weight: 500;
	color: #C28C00;
	font-size: 14px;
	padding: 3px 10px;
	display: inline-block;
	width: auto;
	border-radius: 5px;
	transition: all 0.5s ease;
	border: 1px solid #1841da;
}

.blu-btn:hover {
	border-color: #C28C00;
	color: #1841da;
}

::placeholder {
	opacity: 1;
}

:-ms-input-placeholder {
	opacity: 1;
}

::-ms-input-placeholder {
	opacity: 1;
}

.grievance {
	padding: 70px 0;
}

.grievance-in {
	margin: 0 auto;
	width: 680px;
}

.grievance .hd-main {
	margin-bottom: 35px;
}

.grievance label {
	font-size: 15px;
	font-weight: 300;
	color: #444;
	margin: 0 0 4px 0;
	display: block;
}

.grievance input {
	box-shadow: 0px 3px 31px 0px rgba(0, 0, 0, 0.08);
	color: #a5a5a5;
	border: #e5e5e5 1px solid;
	padding: 8px 15px;
	margin: 0 0 10px 0;
	border-radius: 5px;
	width: 100%;
	height: 45px;
	transition: all 1s;
}

.grievance select {
	box-shadow: 0px 3px 31px 0px rgba(0, 0, 0, 0.08);
	color: #a5a5a5;
	border: #e5e5e5 1px solid;
	padding: 8px 15px;
	margin: 0 0 10px 0;
	border-radius: 5px;
	width: 100%;
	height: 45px;
	transition: all 1s;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(../img/down.png) no-repeat center right 10px;
}

.grievance input:focus {
	background: #f1f4fa;
	border: #d5dee0 1px solid;
}

.grievance textarea {
	box-shadow: 0px 3px 31px 0px rgba(0, 0, 0, 0.08);
	color: #a5a5a5;
	border: #e5e5e5 1px solid;
	padding: 10px 15px;
	margin: 10px 0;
	border-radius: 5px;
	width: 100%;
	height: 120px;
	transition: all 1s;
}

.grievance textarea:focus {
	background: #f1f4fa;
	border: #d5dee0 1px solid;
}

.grievance [type="submit"] {
	width: 180px;
	color: #fff;
	border: 2px solid #794d30;
	padding: 16px 20px;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 4px;
	line-height: 20px;
	margin: 15px auto 0 auto;
	background: #794d30;
	float: none;
	display: block;
	transition: all 1s;
	height: 54px
}

.grievance [type="submit"]:focus {
	border: 2px solid #794d30;
	color: #794d30;
	background: none;
}

.grievance [type="submit"]:hover {
	border: 2px solid #794d30;
	color: #794d30;
	background: none;
}

.grievance1 {
	width: 100%;
	position: relative;
	padding-bottom: 60px;
	display: inline-block;
}

.grievance2 {
	width: 100%;
	position: relative;
	display: inline-block;
}

.grievance-box {
	position: relative;
}

.form {
	width: 100%;
}

.grievance .type {
	padding-bottom: 20px;
}

.grievance .type input {
	width: inherit;
	padding: 0;
	margin: 0 4px 0 0;
	display: inline-block;
	line-height: inherit;
	height: inherit;
}

.grievance .type span {
	padding: 3px 15px 0 0;
}

.seller-info {
	padding: 70px 0;
}

.seller-info-in {
	margin: 0 auto;
	width: 100%;
}

.seller-info .hd-main {
	margin-bottom: 35px;
}

.seller-info .form {
	text-align: left;
	display: flex;
}

.seller-info .box {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	border: solid 1px #f2f2f2;
	border-radius: 10px;
	box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .06), 0 1px 4px rgba(0, 0, 0, .08);
	background: #fff;
	padding: 35px 20px 20px 20px;
	height: 100%;
	display: inline-block;
}

.seller-info label {
	font-size: 15px;
	font-weight: 300;
	color: #444;
	margin: 0 0 8px 0;
	display: block;
}

.seller-info input {
	box-shadow: 0px 3px 31px 0px rgba(0, 0, 0, 0.08);
	color: #a5a5a5;
	border: #e5e5e5 1px solid;
	padding: 8px 15px;
	margin: 0 0 10px 0;
	border-radius: 5px;
	width: 100%;
	height: 45px;
	transition: all 1s;
}

.seller-info input:focus {
	background: #f1f4fa;
	border: #d5dee0 1px solid;
}

.seller-info [type="submit"] {
	width: 150px;
	color: #fff;
	border: 2px solid #794d30;
	padding: 13px 20px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 4px;
	line-height: 20px;
	margin: 5px 0 0 0;
	background: #794d30;
	float: none;
	display: block;
	transition: all 1s;
	height: 45px;
}

.seller-info [type="submit"]:focus {
	border: 2px solid #794d30;
	color: #794d30;
	background: none;
}

.seller-info [type="submit"]:hover {
	border: 2px solid #794d30;
	color: #794d30;
	background: none;
}

seller-info1 {
	width: 100%;
	position: relative;
	padding-bottom: 60px;
	display: inline-block;
}

.info-box {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	border: solid 1px #f2f2f2;
	border-radius: 10px;
	box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .06), 0 1px 4px rgba(0, 0, 0, .08);
	background: #fff;
	display: flex;
	padding: 20px 20px 20px 20px;
	height: 100%;
}

.info-box .pb-img {
	width: 170px;
	text-align: center;
}

.info-box .pb-img img {
	max-width: 100%;
	border: 15px solid #f6f6f6;
	border-radius: 200px;
}

.info-box .pb-txt {
	width: calc(100% - 170px);
}

.info-box .pb-txt ul {
	margin: 0;
}

.info-box .pb-txt ul li {
	display: block;
	font-size: 15px;
	color: #332e38;
	padding: 2px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.info-box .pb-txt ul li:last-child {
	border-bottom: 0px;
}

.info-box .pb-txt ul li span {
	width: 135px;
	padding-right: 10px;
	text-align: right;
	display: inline-block;
}

.iframevideos {
	margin-bottom: 32px;
}

.iframevideos iframe {
	width: 100%;
	height: 480px;
}

.display-flex {
	display: flex;
	flex-wrap: wrap;
}

.display-flex>[class*='col-'] {
	display: flex;
	flex-direction: column;
}

.display-flex {
	display: flex;
	flex-wrap: wrap;
}

.display-flex>[class*='col-'] {
	display: flex;
	flex-direction: column;
}


/* Spotted in Jeller Section */
.spotted-in-jeller {
	background-color: #FFDCE280;
}

.jeller-grid h2 {
	margin-bottom: 30px;
	text-align: center;
}

.jeller-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	transition: transform .3s ease;
}

.jeller-grid {
	margin: 0 auto;
	padding: 50px 0;
	padding-top: 30px;
}

.jeller-grid .col {
	padding: 10px;
}

@media (max-width: 768px) {
	.jeller-grid .col {
		flex: 0 0 100%;
	}
}

/* Modern Navigation Bar Styles */
.modern-nav-section {
	padding: 15px 0;
	border-bottom: 1px solid #e0e0e0;
}

.nav-phone {
	display: flex;
	align-items: center;
	gap: 8px;
}

.nav-phone-icon {
	color: #666;
	font-size: 16px;
}

.nav-phone-text {
	color: #666;
	font-size: 14px;
	font-weight: 400;
}

.nav-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	margin-top: -45px;
	padding: 8px 0;
}

.logo-icon {
	position: relative;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-flower {
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, #ff6b35 0%, #f7931e 50%, #ff9a56 100%);
	border-radius: 50%;
	position: relative;
	box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
}

.logo-flower::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	background: linear-gradient(135deg, #ff8a65 0%, #ffb74d 100%);
	border-radius: 50%;
	box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3);
}

.logo-flower::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.logo-text {
	text-align: center;
}

.logo-main {
	font-size: 24px;
	font-weight: 700;
	color: #ff6b35;
	line-height: 1;
	letter-spacing: 1px;
}

.logo-sub {
	font-size: 24px;
	font-weight: 700;
	color: #ff6b35;
	line-height: 1;
	letter-spacing: 1px;
	margin-top: -2px;
}

.nav-links {
	display: flex;
	justify-content: center;
}

.nav-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 50px;
	align-items: end;
}

.nav-item.active {
	height: auto;
}

.nav-item {
	position: relative;
}

.nav-link {
	color: #C28C00;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	padding: 8px 0;
	transition: color 0.3s ease;
	position: relative;
}

.nav-item.active .nav-link {
	color: #ff6b35;
}

.nav-item.active .nav-link::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #ff6b35;
	border-radius: 1px;
}

.nav-link:hover {
	color: #7d5b03;
}

.nav-utilities {
	display: flex;
	justify-content: flex-end;
}

.utility-icons {
	display: flex;
	gap: 20px;
}

.utility-icons .utility-icon:last-child {
	padding-right: 20px;
}

.utility-icon {
	color: #666;
	font-size: 18px;
	text-decoration: none;
	transition: color 0.3s ease;
	padding: 8px;
	border-radius: 4px;
	position: relative;
}

.utility-icon:hover {
	color: #C28C00;
	background-color: rgba(255, 107, 53, 0.1);
}

/* Responsive Design */
@media (max-width: 992px) {
	.nav-menu {
		gap: 15px;
	}

	.nav-link {
		font-size: 13px;
	}

	.logo-main,
	.logo-sub {
		font-size: 20px;
	}

	.nav-logo-item {
		position: absolute;
		top: 10px;
	}

	.nav-logo {
		margin-top: 0;
		padding: 0;
	}
}

@media (max-width: 768px) {
	.modern-nav-section {
		padding: 10px 0;
	}

	.nav-phone {
		justify-content: center;
		margin-bottom: 10px;
	}

	.nav-logo {
		margin-bottom: 10px;
	}

	.nav-links {
		justify-content: center;
		margin-bottom: 10px;
	}

	.nav-menu {
		flex-wrap: wrap;
		gap: 10px;
		justify-content: start;
	}

	.nav-link {
		font-size: 12px;
		padding: 6px 8px;
	}

	.utility-icons {
		gap: 15px;
	}

	.utility-icon {
		font-size: 16px;
	}
}

@media (max-width: 576px) {
	.nav-menu {
		flex-direction: column;
		align-items: center;
		gap: 5px;
	}

	.nav-item {
		width: 100%;
		text-align: center;
	}

	.nav-link {
		display: block;
		padding: 8px 12px;
		border-radius: 4px;
		background-color: rgba(255, 107, 53, 0.05);
	}

	.nav-item.active .nav-link {
		background-color: rgba(255, 107, 53, 0.1);
	}
}

/* Submenu Dropdown Styles */
.nav-item.has-submenu {
	position: relative;
}

	.nav-item.has-submenu > .nav-link .fa-chevron-down {
		font-size: 10px;
		margin-left: 5px;
		transition: transform 0.3s ease;
	}

	.nav-item.has-submenu:hover > .nav-link .fa-chevron-down {
		transform: rotate(180deg);
	}

.submenu {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	min-width: 220px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	z-index: 1000;
	list-style: none;
	margin: 0;
}

.nav-item.has-submenu:hover .submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.submenu li {
	padding: 0;
	margin: 0;
}

.submenu li a {
	display: block;
	padding: 12px 20px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.3s ease;
	border-left: 3px solid transparent;
}

.submenu li a:hover {
	background-color: #f8f9fa;
	border-left-color: #C28C00;
	color: #C28C00;
	padding-left: 25px;
}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
	display: none;
	position: absolute;
	left: 0;
	transform: translateY(-50%);
	z-index: 1001;
	width: auto;
}

.menu-toggle-btn {
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	transition: all 0.3s ease;
}

.menu-toggle-btn .bar {
	width: 28px;
	height: 3px;
	background-color: #C28C00;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.menu-toggle-btn.active .bar:nth-child(1) {
	transform: rotate(45deg) translate(5px, 4px);
}

.menu-toggle-btn.active .bar:nth-child(2) {
	opacity: 0;
}

.menu-toggle-btn.active .bar:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -7px);
}

/* Menu Overlay for Mobile */
body.menu-open::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* Responsive Submenu Styles */
@media (max-width: 991px) {
	.mobile-menu-toggle {
		display: block;
	}

	.nav-links {
		position: fixed;
		top: 0;
		right: -100%;
		width: 300px;
		height: 100vh;
		background: #fff;
		box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
		padding: 110px 20px 20px;
		transition: right 0.4s ease;
		z-index: 1000;
		overflow-y: auto;
	}

	.nav-links.active {
		right: 0;
	}

	.nav-menu {
		flex-direction: column;
		gap: 0;
	}

	.nav-item {
		width: 100%;
		border-bottom: 1px solid #eee;
	}

	.nav-link {
		padding: 15px 10px;
	}

	.nav-item.has-submenu {
		position: relative;
	}

	.submenu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		background: #f8f9fa;
		border-radius: 0;
		padding: 5px 0;
		margin-top: 5px;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s ease;
	}

	.nav-item.has-submenu:hover .submenu,
	.nav-item.has-submenu.active .submenu {
		max-height: 500px;
	}

	.submenu li a {
		padding: 10px 20px;
		font-size: 13px;
	}

	.submenu li a:hover {
		padding-left: 25px;
	}
}

@media (max-width: 768px) {
	.nav-menu {
		flex-direction: column;
		width: 100%;
	}

	.nav-item {
		width: 100%;
		text-align: center;
	}

	.submenu {
		width: 100%;
	}

	.submenu li a {
		text-align: center;
		padding: 10px 15px;
	}

	.submenu li a:hover {
		padding-left: 15px;
		border-left: none;
		border-bottom: 2px solid #ff6b35;
	}
}

@media (max-width: 576px) {
	.nav-item.has-submenu>.nav-link i {
		font-size: 8px;
	}

	.submenu li a {
		font-size: 12px;
		padding: 8px 10px;
	}
}

