.color-pri{
   color: #04b;
}
.slider-arrow:hover .dandik,
.slider-arrow:hover .bamdik {
	visibility: visible;
	opacity: 1
}

.slider-dots ul {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.slider-dots ul li {
	width: 25px;
	height: 5px;
	border-radius: 30px;
	background: var(--gray);
	margin: 0px 10px;
	display: inline-block;
	cursor: pointer;
	-webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1)
}

.slider-dots ul li button {
	display: none
}

.slider-dots ul li.slick-active {
	background: var(--primary)
}

.dandik,
.bamdik {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: var(--primary);
	background: var(--white);
	border-radius: var(--icon-radius);
	text-shadow: var(--primary-tshadow);
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow);
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dandik:hover,
.bamdik:hover {
	color: var(--white);
	background: var(--primary)
}

.dandik {
	right: -25px
}

.bamdik {
	left: -25px
}

.sale {
	background: var(--sale)
}

.rent {
	background: var(--rent)
}

.booking {
	background: var(--booking)
}

.flat-badge {
	color: var(--white);
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.3px;
	text-transform: capitalize
}

.cross-badge {
	width: 25px;
	height: 35px;
	font-size: 14px;
	line-height: 30px;
	color: var(--white);
	text-align: center;
	background: var(--primary);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-clip-path: polygon(0 0, 53% 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
	clip-path: polygon(0 0, 53% 0, 100% 0, 100% 100%, 50% 85%, 0 100%)
}

.suggest-card {
	width: 145px;
	height: auto;
	cursor: pointer;
	margin: 0px 8px;
	padding: 28px 0px 21px;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: var(--card-radius);
	    border: 1px solid #c5daff;
	border-bottom: 2px solid var(--primary);
	background: #dffbff
}

.suggest-img {
	margin-bottom: 18px
}

.suggest-img img {
	height: 50px
}

.suggest-meta h6 {
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: capitalize
}

.suggest-meta h6 a {
	color: var(--heading)
}

.suggest-meta h6 a:hover {
	color: var(--primary)
}

.suggest-meta p {
	font-size: 14px;
	font-weight: 500;
	color: var(--primary)
}

.feature-card {
	position: relative;
	overflow: hidden
}

.feature-card::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: var(--card-radius);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0.9)));
	background: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9) 90%)
}

.feature-img a {
	display: block
}

.feature-img a img {
	width: 100%;
	border-radius: var(--card-radius)
}

.feature-badge {
	position: absolute;
	top: 15px;
	left: -25px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.3)
}

.feature-badge p {
	color: var(--heading);
	padding: 2px 25px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.3px;
	text-transform: capitalize;
	background: #00ffff
}

.feature-bookmark {
	position: absolute;
	top: 20px;
	right: 20px
}

.feature-bookmark button {
	border: none;
	outline: none;
	background: none
}

.feature-bookmark button i {
	width: 38px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	color: #dddddd;
	border-radius: var(--card-radius);
	background: rgba(0, 0, 0, 0.25)
}

.feature-bookmark .active i {
	color: var(--white);
	background: var(--primary);
	text-shadow: var(--primary-tshadow)
}

.feature-content {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 0px 30px 25px
}

.breadcrumb {
	margin-bottom: 10px
}

.feature-cate {
	color: var(--white);
	padding: 2px 10px;
	margin-right: 12px;
	border-radius: 3px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.3px;
	text-transform: capitalize
}

.feature-title h3 {
	font-weight: 500;
	margin-bottom: 15px
}

.feature-title h3 a {
	color: var(--light-white);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.feature-title h3 a:hover {
	color: var(--primary-light)
}

.feature-meta li {
	margin-right: 30px;
	display: inline-block
}

.feature-meta li:first-child i,
.feature-meta li:first-child span {
	font-size: 20px;
	color: var(--primary-light)
}

.feature-meta li:first-child span {
	font-weight: 500
}

.feature-meta li:first-child span small {
	font-size: 15px
}

.feature-meta li i {
	font-size: 15px;
	margin-right: 5px;
	color: #cccccc
}

.feature-meta li span {
	font-size: 15px;
	color: #cccccc
}

@media (max-width: 575px) {
	.feature-content {
		position: inherit;
		padding: 15px 15px 15px;
		background: var(--heading);
		border-bottom-left-radius: var(--card-radius);
		border-bottom-right-radius: var(--card-radius)
	}
	.feature-img a img {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px
	}
	.feature-bookmark {
		top: 15px;
		right: 15px
	}
	.feature-title h3 {
		font-size: 18px;
		line-height: 26px
	}
	.feature-meta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.feature-meta li {
		margin: 0px 0px 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.feature-content {
		position: inherit;
		padding: 20px 20px 15px;
		background: var(--heading);
		border-bottom-left-radius: var(--card-radius);
		border-bottom-right-radius: var(--card-radius)
	}
	.feature-img a img {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px
	}
	.feature-bookmark {
		top: 15px;
		right: 15px
	}
	.feature-meta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.feature-meta li {
		margin: 0px 0px 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.product-card {
	border-radius: var(--card-radius);
	background: var(--light-white);
	border: 1px solid var(--border);
	margin-bottom: 30px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-card:hover {
	background: var(--white);
	-webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1)
}

.product-card:hover .product-img::before {
	visibility: visible;
	opacity: 1
}

.product-card:hover .product-meta {
	visibility: visible;
	opacity: 1
}

.product-card.inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.product-card.inline .product-img {
	width: 250px;
	height: 100%;
	border-radius: 8px 0px 0px 8px
}

.product-card.inline .product-img::before {
	border-radius: 8px 0px 0px 8px
}

.product-card.inline .product-info {
	width: 100%
}

.product-img {
	width: 100%;
	height: 200px;
	position: relative;
	border-top-left-radius: var(--card-radius);
	border-top-right-radius: var(--card-radius)
}

.product-img::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-top-left-radius: var(--card-radius);
	border-top-right-radius: var(--card-radius);
	visibility: hidden;
	opacity: 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.flat-badge {
	position: absolute;
	top: 15px;
	right: 15px
}

.cross-badge {
	position: absolute;
	top: 0px;
	left: 15px
}

.product-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 15px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-meta li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product-meta li:nth-child(1) i {
	color: #8edb04
}

.product-meta li:nth-child(2) i {
	color: #01cbd5
}

.product-meta li:nth-child(3) i {
	color: #e8ce00
}

.product-meta li i {
	margin-right: 5px;
	margin-bottom: 1px;
	font-size: 14px;
	color: var(--white)
}

.product-meta li p {
	font-size: 14px;
	color: #eee
}

.product-info {
	padding: 0px 15px
}

.product-tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 10px 0px 8px;
	border-bottom: 1px solid var(--border)
}

.product-tag i {
	font-size: 13px;
	color: #999999;
	margin-right: 8px
}

.product-tag .breadcrumb {
	margin: 0px
}

.product-tag .breadcrumb .breadcrumb-item {
	font-size: 13px;
	color: var(--body)
}

.product-tag .breadcrumb .breadcrumb-item {
	text-align: center;
}

.product-tag .breadcrumb .breadcrumb-item::before {
	color: var(--body)
}

.product-tag .breadcrumb .breadcrumb-item a {
	color: var(--body)
}

.product-tag .breadcrumb .breadcrumb-item a:hover {
	color: var(--primary)
}

.product-title {
	padding: 12px 0px
}

.product-title h5 {
	margin-bottom: 5px
}

.product-title h5 a {
	color: var(--heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-title h5 a:hover {
	color: var(--primary)
}

.product-location {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.product-location li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 15px
}

.product-location li i {
	color: #999999;
	font-size: 13px
}

.product-location li p {
	font-size: 13px;
	margin-left: 5px
}

.product-details {
	padding: 10px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid var(--border)
}

.product-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product-price h5 {
	font-family: sans-serif;
	font-weight: 600
}

.product-price span {
	font-size: 13px;
	line-height: 23px;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-left: 5px;
	text-transform: capitalize
}

.product-widget li {
	display: inline-block;
	position: relative
}

.product-widget li:last-child {
	margin-left: 8px;
	padding-left: 12px;
	border-left: 1px solid var(--border)
}

.product-widget li a,
.product-widget li button {
	border: none;
	outline: none;
	background: none
}

.product-widget li a i,
.product-widget li button i {
	color: var(--body);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-widget li a i:hover,
.product-widget li button i:hover {
	color: var(--primary)
}

.product-widget li a .fas.fa-heart,
.product-widget li button .fas.fa-heart {
	color: var(--primary)
}

@media (max-width: 575px) {
	.product-card.inline {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.product-card.inline .product-img {
		width: 100%;
		height: 200px;
		border-radius: 8px 8px 0px 0px
	}
	.product-card.inline .product-img::before {
		border-radius: 8px 8px 0px 0px
	}
}

@media (min-width: 380px) and (max-width: 575px) {
	.product-card {
		width: 350px;
		margin: 0px auto 30px
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.product-card.inline .product-img {
		width: 230px
	}
}

.city-card {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	cursor: pointer;
	z-index: 1;
	width: 100%;
	height: 230px;
	border-radius: var(--card-radius)
}

.city-card:hover h5 {
	bottom: 42px
}

.city-card:hover p {
	visibility: visible;
	bottom: 15px;
	opacity: 1
}

.city-card::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: var(--card-radius);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.city-card h5 {
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 1;
	width: 100%;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.city-card h5 a {
	color: var(--light-white)
}

.city-card p {
	position: absolute;
	bottom: 0px;
	left: 50%;
	z-index: 1;
	width: 100%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: var(--light-white);
	font-size: 14px;
	visibility: hidden;
	opacity: 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

@media (min-width: 400px) and (max-width: 575px) {
	.city-card {
		width: 370px;
		margin: 0px auto 30px
	}
}

.category-card {
	background: var(--light-white);
	border: 1px solid var(--border);
	border-radius: var(--card-radius);
	margin-bottom: 30px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.category-card:hover {
	background: var(--white);
	-webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1)
}

.category-head {
	position: relative;
	z-index: 1;
	border-top-left-radius: var(--card-radius);
	border-top-right-radius: var(--card-radius)
}

.category-head::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.6;
	border-top-left-radius: var(--card-radius);
	border-top-right-radius: var(--card-radius);
	background: -webkit-gradient(linear, left top, left bottom, from(#04b), to(#080229));
	background: linear-gradient(#04b, #080229)
}

.category-head a {
	width: 100%;
	padding: 30px 0px;
	text-align: center
}

.category-head a h4 {
	text-transform: capitalize;
	color: var(--light-white);
	margin-bottom: 5px;
	font-weight: 500
}

.category-head a p {
	font-size: 14px;
	line-height: 14px;
	color: var(--light-white)
}

.category-list {
	padding: 12px 20px
}

.category-list li {
	border-bottom: 1px solid var(--border)
}

.category-list li:last-child {
	border-bottom: none
}

.category-list li a {
	padding: 12px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.category-list li a:hover h6,
.category-list li a:hover p {
	color: var(--primary)
}

.category-list li a h6 {
	font-size: 15px;
	text-transform: capitalize
}

.category-list li a p {
	font-size: 14px;
	line-height: 14px;
	color: var(--heading)
}

@media (min-width: 350px) and (max-width: 575px) {
	.category-card {
		width: 320px;
		margin: 0px auto 30px
	}
}

.price-card {
	padding: 55px 50px 40px;
	background: var(--white);
	border-radius: var(--card-radius);
	border: 2px solid var(--white);
	-webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.price-card:hover {
	border-color: var(--primary)
}

.price-head {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--border)
}

.price-head i {
	font-size: 50px;
	line-height: 50px;
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 15px;
	color: var(--primary)
}

.price-head h3 {
	font-size: 40px;
	font-family: sans-serif;
	color: var(--primary);
	margin-bottom: 20px;
	letter-spacing: -0.5px
}

.price-head h4 {
	text-transform: uppercase
}

.price-list {
	margin-bottom: 42px
}

.price-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin: 20px 0px
}

.price-list li i {
	color: var(--primary);
	margin-right: 12px;
	font-size: 14px;
	margin-top: 6px
}

.price-list li p {
	color: var(--body)
}

.price-btn .btn {
	padding: 12px 30px
}

.price-active {
	border-top: 5px solid var(--primary)
}

@media (max-width: 991px) {
	.price-card {
		margin-bottom: 30px
	}
}

@media (max-width: 575px) {
	.price-card {
		padding: 55px 30px 40px
	}
}

@media (min-width: 350px) and (max-width: 575px) {
	.price-card {
		width: 320px;
		margin: 0px auto 30px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.price-card {
		width: 380px;
		margin: 0px auto 30px
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.price-card {
		padding: 65px 35px 50px
	}
}

.blog-card {
	background: var(--light-white);
	border-radius: var(--card-radius);
	border: 1px solid var(--border);
	position: relative;
	z-index: 1;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-card:hover {
	background: var(--white);
	-webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1)
}

.blog-card:hover .blog-img img {
	-webkit-transform: scale(1.08) rotate(1deg);
	transform: scale(1.08) rotate(1deg)
}

.blog-img {
	position: relative;
	overflow: hidden;
	z-index: -1;
	border-top-left-radius: var(--card-radius);
	border-top-right-radius: var(--card-radius)
}

.blog-img img {
	width: 100%;
	border-top-left-radius: var(--card-radius);
	border-top-right-radius: var(--card-radius);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 15px 15px;
	border-top-left-radius: var(--card-radius);
	border-top-right-radius: var(--card-radius)
}

.blog-overlay span {
	color: var(--white);
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.3px;
	text-transform: capitalize
}

.safety {
	background: #dc3545
}

.marketing {
	background: #28a745
}

.advertise {
	background: #982fd5
}

.security {
	background: #e69721
}

.blog-content {
	margin-top: -30px;
	padding: 0px 20px 20px
}

.blog-avatar {
	margin-bottom: 15px
}

.blog-avatar img {
	width: 60px;
	border-radius: var(--card-radius);
	border: 3px solid var(--white)
}

.blog-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.blog-meta li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.blog-meta li i {
	font-size: 15px;
	margin-right: 8px;
	color: var(--primary);
	margin-top: -1px
}

.blog-meta li p {
	font-size: 15px;
	line-height: 15px;
	color: var(--heading);
	text-transform: capitalize
}

.blog-meta li p a {
	color: var(--heading)
}

.blog-text {
	margin-bottom: 27px
}

.blog-text h4 {
	font-weight: 600;
	margin-bottom: 10px
}

.blog-text h4 a {
	color: var(--gray);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-text h4 a:hover {
	color: var(--primary)
}

.blog-read {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-read:hover {
	color: var(--primary)
}

.blog-read:hover i {
	margin-left: 8px
}

.blog-read i {
	margin-left: 3px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.banner-part {
	background: url(../../images/bg/01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 95px 0px 178px;
	position: relative;
	z-index: 1
}

.banner-part::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 53, 138, 0.65)), to(rgba(5, 44, 112, 0.65)));
	background: linear-gradient(rgba(4, 53, 138, 0.65), rgba(5, 44, 112, 0.65));
	z-index: -1
}

.banner-content {
	text-align: center
}

.banner-content h1 {
	color: var(--white);
	margin-bottom: 20px;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3)
}

.banner-content p {
	width: 600px;
	font-size: 18px;
	line-height: 28px;
	margin: 0 auto 45px;
	color: var(--white);
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3)
}

@media (max-width: 767px) {
	.banner-part {
		padding: 60px 0px 145px
	}
	.banner-content h1 {
		font-size: 30px;
		line-height: 40px
	}
	.banner-content p {
		width: 100%
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.banner-part {
		padding: 80px 0px 175px
	}
}

.suggest-part {
    padding-bottom: 15px;
    position: relative;
    margin-top: -2px;
    z-index: 2;
}

.suggest-slider .slick-slide img {
	display: inline-block
}

.feature-item-slider {
	margin-left: 50px;
	margin-bottom: 18px
}

.feature-thumb-slider {
	margin-left: 50px
}

.feature-thumb-slider .slick-slide {
	cursor: pointer;
	margin: 0px 6px;
	border: 2px solid var(--white);
	border-radius: var(--card-radius)
}

.feature-thumb-slider .slick-slide img {
	width: 100%;
	border: 3px solid var(--white);
	border-radius: var(--card-radius)
}

.slick-center {
	border: 2px solid var(--primary) !important
}

@media (max-width: 991px) {
	.feature-item-slider,
	.feature-thumb-slider {
		margin-left: 0px
	}
}

@media (min-width: 400px) and (max-width: 575px) {
	.feature-item-slider {
		width: 370px;
		margin: 0px auto 30px
	}
	.feature-thumb-slider {
		width: 370px;
		margin: 0px auto
	}
}

.recomend-slider .product-card {
	margin: 0px 10px
}

@media (max-width: 575px) {
	.recomend-slider .product-card {
		width: 255px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.recomend-slider .product-card {
		width: 300px
	}
}

.niche-part .niche-nav {
	margin-bottom: 30px
}

.niche-part .tab-pane {
	padding: 0px
}

.niche-part .tab-pane .row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.niche-part .product-card {
	margin-bottom: 30px
}

@media (max-width: 575px) {
	.niche-nav .nav-tabs li .nav-link {
		font-size: 12px;
		line-height: 18px;
		padding: 10px 10px
	}
}

@media (min-width: 380px) and (max-width: 575px) {
	.niche-part .product-card {
		width: 350px;
		margin: 0px auto 30px
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.niche-part .container {
		max-width: 990px
	}
	.niche-part .container .col-lg-3 {
		padding: 0px 10px
	}
}

.category-part .row:nth-child(2) {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.intro-part {
	padding: 112px 0px 415px;
	margin-top: 70px;
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, from(#04b), to(#080229));
	background: linear-gradient(#04b, #080229)
}

.intro-part::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../../images/bg/02.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.price-part {
	padding: 50px 0px 50px;
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, from(#04b), to(#080229));
	background: linear-gradient(#04b, #080229)
}

.price-part::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../../images/bg/02.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}


.intro-part .section-center-heading {
	margin-bottom: -100px
}

.intro-part .section-center-heading h2 {
	font-size: 45px;
	line-height: 55px;
	color: var(--white);
	margin-bottom: 45px
}

.intro-part .section-center-heading p {
	color: var(--white);
	margin-bottom: 45px
}

@media (max-width: 575px) {
	.intro-part .section-center-heading h2 {
		font-size: 28px;
		line-height: 36px
	}
}

@media (max-width: 767px) {
	.intro-part {
		margin-top: 60px;
		padding: 50px 0px 365px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.intro-part {
		margin-top: 80px;
		padding: 70px 0px 385px
	}
}

.price-part {
	margin-top: -300px
}

.price-part .row:nth-child(2) {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.price-part .section-center-heading h2,
.price-part .section-center-heading p {
	color: var(--white)
}

.blog-part {
	padding: 55px 0px
}

.blog-card {
	margin: 0px 15px
}

.blog-btn {
	text-align: center;
	margin-top: 50px
}

@media (max-width: 575px) {
	.blog-card {
		width: 290px
	}
}

@media (max-width: 767px) {
	.blog-part {
		padding: 30px 0px 60px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.blog-card {
		width: 335px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.blog-part {
		padding: 50px 0px 80px
	}
}

.counter-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.counter-image img {
	width: 60px;
	margin-right: 30px
}

.counter-content {
	text-align: left
}

.counter-content h2 {
	font-family: sans-serif
}

.counter-content p {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize
}

.counter-part {
	padding: 36px 0px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(117, 168, 255, 0.1)), to(rgba(0, 69, 187, 0.1)));
	background: linear-gradient(rgba(117, 168, 255, 0.1), rgba(0, 69, 187, 0.1))
}

#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
    border-radius: 5px;
}
.owl-theme .owl-controls .owl-page {
    display: none;
}
.main_banner{
	background: url('../../images/bgs.jpeg');
    padding: 0px 0px;
}
.offers{
    height: 150px;
}
.offers img{
        width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.offers h5 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
    padding-top: 6px;
    background: #2f81f1;
    color: #fff;
    padding-bottom: 4px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.app-section.gradient-orange {    
padding: 3rem 0;
    background-image: linear-gradient(to bottom ,rgb(223 251 255),rgb(223 251 255));
    margin-top: 20px;
}
.b-bg{
    background: #dffbff;
    margin-top: 80px;
}

.app-container, .app-header .header-wrap {
    max-width: 1050px;
}.app-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}.service-features .section-item.padding-bottom {
    padding-bottom: 2rem;
    text-align: center;
}.section-item{
    text-align: center;
}
.service-features .detail-icon {
    display: block;
    width: fit-content;
    height: auto;
    margin: 0 auto 1.2rem;
    background: #04b;
    border-radius: 50%;
    padding: 15px;
}
.detail-text p {
    font-size: 14px;
    line-height: 20px;
}
.service-features .detail-icon svg {
    display: block;
    height: 100%;
    margin: 0 auto;
}
.cls-1 {
    fill: none;
    stroke: #3d3d3d;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3px;
}
.service-features h5 {
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
    font-family: 'Nunito-Extra-Bold',sans-serif;
    font-family: var(--font-extra-bold);
    line-height: 1.1;
    margin-bottom: .8rem;
}

.classbg{
    background: #041533b8;
    padding: 5px 0px;
    padding-top: 20px;
    padding-top: 20px;
    padding-bottom: 60px;
}
.old_price{
    font-size: 11px;
    text-decoration: line-through;
}
.suggest-slider .slick-slide img {
    display: inline-block;
    opacity: 0.8;
    filter: drop-shadow(1px 2px 1px black);
}
.detail-icon img{
height: 35px;
    filter: invert(1);
}
.qty_ {
    
    border: 1px solid #0043b9;
    background: #0043b9;
    width: 40px;
    height: 25px;
    text-align: center;
    color: #fff;
}
input.qtyplus_ { 
	width:25px; 
	height:25px;
    color: #fff;
    margin-left: 5px;
    border: 1px solid #04b;
    background: #0043b9;
    }
input.qtyminus_ { 
	width:25px; 
	height:25px;
    color: #fff;
    margin-right: 5px;
    border: 1px solid #04b;
    background: #0043b9;
    }
    
    .b_e9bf{
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-color: #1a1a18;
    height: auto !important;
    border-radius: 2px !important;
    display: inline-flex;
    align-items: center;
    border: 1px solid #1a1a18;
    width: 95px;
    }

.b_g9bf {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: 14px;
    line-height: 14px;
    padding: 2px 2px;
    color: #1a1a18;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    cursor: pointer;
    height: 100%;
    border: 0px solid #04b;
    text-align: center;
}
.b_e9bgg.qsecond12{
 background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-color: rgb(48, 79, 254);
    height: auto !important;
    border-radius: 2px !important;
    display: inline-flex;
    align-items: center;
    border: 1px solid #04b;
    width: 95px;   
}
input.b_g9bgg.qty12{
  border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: 14px;
    line-height: 14px;
    padding: 2px 2px;
    color: rgb(48, 79, 254) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    cursor: pointer;
    height: 100%;
    border: 0px solid #04b;
    text-align: center;  
}
.w65{
    width: 65px;
        color: #1a1a18 !important;
}
.plu_ic {
    background-color: #1a1a18;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: rgb(255 255 255) !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    padding: 4px 8px;
    width: 30px;
    float: right;
    text-align: center;
    border: 0px solid #1a1a18;  
    cursor: pointer;
}

.product-widget{
        text-align: right;
}
#snackbar_main {
    display:none;
    position: fixed;
    z-index: 1;
    left: auto;
    bottom: 20px;
    width: 100%;
}
#snackbar {
    min-width: 250px;
    margin-left: -125px;
    background-color: #04b;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 15px;   
    margin: 0px auto;
    width: fit-content;
    letter-spacing: 1px;
}
#snackbar a{
    color: #0044bb;
    margin-left: 15px;
    font-size: 13px;
    letter-spacing: 1px;
    background: #ffffff;
    padding: 0px 10px;
    border-radius: 2px;
}
#snackbar_main.show {
  display:block;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
.hidden {
    display: none;
}

.mb-10 {
    margin-bottom: 10px !important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.ant-collapse {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum","tnum";
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    border-bottom: 1;
    border-radius: 4px;
    margin-bottom: 20px;
}
.mt-20{
    margin-top:20px;
}
.cart .ant-collapse {
    background-color: white !important;
}
.cart .ant-collapse > .ant-collapse-item {
    border: 0px solid rgba(0,0,0,.125) !important;
    margin-bottom: 20px;
    border-radius: 4px !important;
}
.cart .card-body {
    padding: 0px;
}
.charges{
    background: #f1f1f1;
    padding: 10px 15px;
    border: 1px solid rgba(0,0,0,.125);
    border-bottom: 0px;
}
.charges h5 {
    font-size: 14px;
    font-weight: 400;
}
.mcart .list-group-item span{
    font-size: 14px;
}
.cart .ant-collapse > .ant-collapse-item > .ant-collapse-header {
    color: rgba(0, 0, 0, 0.85) !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    text-transform: uppercase;
}
.ant-collapse>.ant-collapse-item>.ant-collapse-header {
    position: relative;
    padding: 12px 10px 12px 10px;
    color: rgba(0,0,0,.85);
    line-height: 22px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 600;
}
.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow {
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 16px;
    display: inline-block;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ant-collapse-header i {
    margin-right: 10px;
    float: right;
}
.cart .ant-collapse-content > .ant-collapse-content-box {
    padding: 0px 10px !important;
}
.cart-card-padd {
    padding: 8px 0px 8px 0px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.cart-margin {
    margin: 5px 0px !important;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
    padding-top: 8px;
}
[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: text-top;
    margin: 5px 0;
    cursor: pointerer;
}
[type="radio"]:checked+label, [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 23px;
}
[type="radio"]:checked+label, [type="radio"]:not(:checked)+label {
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked+label:before, [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.radio-custom+.radio-custom-label:before {
    display: inline-block;
    vertical-align: middle;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}
.cart .address-padd {
    font-weight: 400;
}
.add_new_add {
    margin-top: 10px;
    text-align: right;
    padding-right: 0px;
}





.cart-margin:last-child {
  border-bottom: 0px solid #e2e2e2;
}
.cart .card {
    border: 0px solid rgba(0,0,0,.125);
}
.no-padd {
    padding: 0 !important;
}
.mobile_cart .small-school-img {
    width: 130px !important;
    height: 120px;
    object-fit: contain;
    padding: 5px;
}
.small-school-img {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    max-height: 100%;
}
.cart-margin h4 {
    font-size: 16px !important;
    font-weight: 500;
}
.cart-margin p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
}
.m-t-5 {
    margin-top: 5px;
}
.text-right {
    text-align: right!important;
}
.dmg {
    font-weight: 400 !important;
    font-size: 12px !important;
    opacity: 0.7;
    padding-left: 0px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.cart_remove {
    border-radius: 2px;
    border: 1px solid #0044bb;
    padding: 4px 10px;
    color: #0044bb !important;
    font-weight: 400;
    font-size: 12px;
    background: #fff;
}
.cart_remove .ti-close {
    color: #868e96;
}

.cart_list .cart-item-btn {
    flex: inherit;
    width: 100px;
    margin-top: 0px;
    display: block;
    text-align: right;
    min-width: 90px;
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 5px;
}
.cart_list .btn-add-remove {
    width: 32px;
    background-color: #fff;
    height: 32px !important;
    padding: 2px 3px !important;
}
.cart_list .btn-add-remove {
    border: 0px solid #efefef;
}
.cart_list .btn-dec {
    color: #21BB4D;
    position: relative;
    top: -3px;
    font-size: 24px;
}
.cart-item-btn .btn-quantity {
    color: #000 !important;
}
.cart_list .btn-quantity {
    border: 0px solid #efefef;
    min-width: 26px;
    padding: 5px 0px !important;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #000;
    background: none;
}
.cart_list .btn-add-remove {
    width: 32px;
    background-color: #fff;
    height: 32px !important;
    padding: 2px 3px !important;
}
.cart_list .btn-inc {
    color: #21BB4D;
    position: relative;
    top: -3px;
    font-size: 24px;
    margin-left: -1px;
}

.cart .shipping .card {
    border: 0px solid rgba(0,0,0,.125);
}
.cart-margin {
    margin: 0px 0px !important;
}
.radio-custom-label {
    margin-right: 15px;
}
.radio-customs+.radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #d8dfe6;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.radio-custom:checked+.radio-custom-label:before {
    background: #5dbf13;
    box-shadow: inset 0 0 0 4px #fff;
}
.address {
    font-size: 14px;
}
.cart .address-padd {
    padding: 0px 4px;
    margin-top: -2px;
}
.cart .shipping .bb {
    border-bottom: 0px solid #ddd;
}
.w-70 {
    width: 70% !important;
}
.cart-md-padd {
    padding: 0px 2px !important;
}
.ant-affix {
    z-index: 10 !important;
}
.cart_detail_box {
    background: #f4f5f7;
    width: 100%;
    border-radius: 4px;
}
.cart .ant-collapse > .ant-collapse-item {
    margin-bottom: 0px;
}
.cart .ant-collapse > .ant-collapse-item > .ant-collapse-header {
    background: #eff1ff;
}
.btn-blues {
    color: #fff;
    background-color: #0044bb;
    border-color: #0044bb;
    padding: 10px 15px !important;
    border-radius: 4px !important;
}
.pl0{
    padding-left: 0px;
}
.btn-blues:hover {
    color: #fff;
    background-color: #06327d;
    border-color: #06327d;
    padding: 10px 15px !important;
    border-radius: 4px;
}
@media only screen and (max-width: 800px) {
    
.cart .card-body {
    padding: 0px 12px;
}
.cart .bottom_cart2{
    padding: 0px 11px;
}
    
}


.mt100{
  
    margin-top: 100px;
}

.add_address label {
    font-size: 12px;
}
.add_address .form-control {
    height: 38px;
    padding: 0px 15px;
    border-radius: 2px;
}
.add_address .radio-custom-label {
    margin-right: 8px;
}
.add_address .modal-body {
    padding: 1rem 0px;
}
.bns{
    padding: 8px 32px;
    width: auto;
    margin: 0px auto;
    border-radius: 4px;
}




#addressModel .modal-dialog {
    max-width: 800px;
}
.add_address .modal-body {
    padding: 0px;
    margin: 0px;
}
.add_address .map_div
{
     padding: 0px;   
}
.add_address .form-group {
    margin-bottom: 10px !important;
}

.add_address .form-control {
    background: #fff !important;
    border-bottom: 0px !important;
    border: 1px solid #c1c1c1 !important;
    border-radius: 4px !important;
}
.add_address .btn {
    padding: 10px 25px !important;
    border-radius: 4px !important;
}
.save_btn{
    position: absolute;
    width: 100%;
    left: 1px;
    padding: 0px 10px;
    bottom: 0px;
}
.mt15{
        margin-top: 15px;
}
.desktop-container .desktop-slots--title {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0px;
    font-weight: 700;
    padding: 0 4px;
}
.fw-0{
    font-weight: 400 !important;
}
.desktop-container .desktop-slots--list {
    margin-bottom: 20px;
}
.desktop-container .desktop-slots--slot {
    margin: 10px 5px 0;
    padding: 25px 0px;
    width: 95px;
    border: 1px solid #979797;
    border-radius: 5px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    height: 35px;
    display: inline-flex;
    text-transform: capitalize;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 24px;
    cursor: pointer;
}
.time-modal .modal-header {
    background: #223f97 !important;
    color: #fff !important;
}
.time-modal .modal-header .modal-title {
    color: #fff !important;
}
.time-modal .close, .modal_next_prev_btn {
    color: #fff;
}
.times .desktop-slots--slot {
    margin: 0px 5px 0;
    padding: 20px 0px;
    width: 120px;
    border: 1px solid #979797;
    border-radius: 5px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    height: 35px;
    display: inline-flex;
    text-transform: capitalize;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
    margin-bottom: 15px;
}
.desktop-slots--list .day div{
    display: contents;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    position: relative;
}

.desktop-container .desktop-slots--slot.active {
    background-color: #ffe6e8;
    color: #ce2e35;
    border: none;
}
.desktop-slots--list [type="radio"]:checked+label:before,.desktop-slots--list [type="radio"]:not(:checked)+label:before {
    display:none;
}
.desktop-slots--list [type="radio"]:checked+label,.desktop-slots--list [type="radio"]:not(:checked)+label {
    cursor: pointer;
    line-height: 22px;
    display: inline-flex;
    padding-left: 0px;
}
.b-bg .product-card {
    background: var(--white) !important;
    -webkit-box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 10%);
}
.page-nav{
    
}
.page-nav .nav-pills{
    
}
.page-nav .nav-pills li{
    margin-right: 5px;
    padding: 7px 20px;
    background: #f1f1f19c;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #b9b9b900;
    border-bottom: 0px;
    position: relative;
    background-image: linear-gradient(#f1f1f19c, #0044bb00, #f1f1f19c);
    opacity: 0.9;
}
.page-nav .nav-pills li a{
    padding: 0px 10px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}
.page-nav .nav-pills .active {
    background: #fff;
    border: 3px double #0044bb96;
    border-bottom: 0px;
    background-image: linear-gradient(white, #d4d4d4, white);
    opacity: 1;
}
.page-nav .nav-pills .active a{
    color: #293d94;
    font-weight: 500;
    font-size: 16px;
}
.mt0{
    margin-top: 0px;
}
.added{
    width: auto;
}
.added .b_g9bf{
    width: 100px;
    height: 25px;
}



















