.tooltip.show {
	opacity: .9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}

.item-card9-desc a.mr-4 {
	width: 100%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0px 0px 3px!important;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
	padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
	bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
	padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
	padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
	top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
	padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 3px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: .75rem;
	padding-left: .75rem;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-ms-flex: 0 0 8.33333333%;
	flex: 0 0 8.33333333%;
	max-width: 8.33333333%;
}

.col-2 {
	-ms-flex: 0 0 16.66666667%;
	flex: 0 0 16.66666667%;
	max-width: 16.66666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.33333333%;
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%;
}

.col-5 {
	-ms-flex: 0 0 41.66666667%;
	flex: 0 0 41.66666667%;
	max-width: 41.66666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.33333333%;
	flex: 0 0 58.33333333%;
	max-width: 58.33333333%;
}

.col-8 {
	-ms-flex: 0 0 66.66666667%;
	flex: 0 0 66.66666667%;
	max-width: 66.66666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.33333333%;
	flex: 0 0 83.33333333%;
	max-width: 83.33333333%;
}

.col-11 {
	-ms-flex: 0 0 91.66666667%;
	flex: 0 0 91.66666667%;
	max-width: 91.66666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.33333333%;
}

.offset-2 {
	margin-left: 16.66666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333333%;
}

.offset-5 {
	margin-left: 41.66666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333333%;
}

.offset-8 {
	margin-left: 66.66666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333333%;
}

.offset-11 {
	margin-left: 91.66666667%;
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333333%;
	}
	.offset-sm-2 {
		margin-left: 16.66666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333333%;
	}
	.offset-sm-5 {
		margin-left: 41.66666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333333%;
	}
	.offset-sm-8 {
		margin-left: 66.66666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333333%;
	}
	.offset-sm-11 {
		margin-left: 91.66666667%;
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	.col-md-2 {
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-md-5 {
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333333%;
	}
	.offset-md-2 {
		margin-left: 16.66666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333333%;
	}
	.offset-md-5 {
		margin-left: 41.66666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333333%;
	}
	.offset-md-8 {
		margin-left: 66.66666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333333%;
	}
	.offset-md-11 {
		margin-left: 91.66666667%;
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333333%;
	}
	.offset-lg-2 {
		margin-left: 16.66666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333333%;
	}
	.offset-lg-5 {
		margin-left: 41.66666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333333%;
	}
	.offset-lg-8 {
		margin-left: 66.66666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333333%;
	}
	.offset-lg-11 {
		margin-left: 91.66666667%;
	}
}

@media (min-width:1280px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333333%;
	}
	.offset-xl-2 {
		margin-left: 16.66666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333333%;
	}
	.offset-xl-5 {
		margin-left: 41.66666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333333%;
	}
	.offset-xl-8 {
		margin-left: 66.66666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333333%;
	}
	.offset-xl-11 {
		margin-left: 91.66666667%;
	}
}

#count-down {
	margin: 3rem;
}

#count-down .clock-presenter {
	height: 80px;
	padding: 0;
	text-align: center;
}

#count-down .clock-presenter .digit {
	margin-top: 20px;
	font-size: 3rem;
	line-height: 46px;
	height: 50px;
	padding: 0 7px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	position: relative;
	cursor: default;
	color: #fff;
	background-size: cover;
	border-radius: 3px;
}

#count-down .clock-presenter .note {
	position: relative;
	margin-bottom: 0;
	cursor: default;
	font-size: 16px;
	opacity: .7;
}

@media (max-width:992px) {
	.mxx label {
		position: relative!important;
		width: 100%;
	}
	.choemirz ul li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		width: 48%;
		margin: 0px 2px 0px 2px;
		text-align: center;
		display: inline-block;
	}
	.cat-item .cat-desc {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: normal;
	}
	.cat-item .cat-desc span {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: normal;
	}
	.homprayadvdz {
		margin-bottom: 10px;
	}
	.homtreeadvdz {
		margin-bottom: 10px;
	}
	.mxx .form-control {
		width: 100%;
		float: right;
	}
	.mxx #cke_looking {
		width: 100%;
		float: right;
	}
	.mxx .select2-container {
		width: 100%;
		float: right;
	}
	#count-down .clock-presenter .digit {
		font-size: 42px;
	}
	.bg-background2 .header-text h1 {
		font-size: 2rem!important;
		padding-bottom: 10px;
	}
	.banner-2 .header-text p {
		margin-bottom: 0;
		font-size: 14px!important;
	}
	#gdpr-cookie-message {
		display: none!important;
	}
	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next {
		display: block;
	}
	.owl-carousel button.owl-dot {
		display: none;
	}
}

@media (max-width:767px) {
	.fa.pull-right {
		margin-left: 0px!important;
	}
	.navbar1 {
		margin-left: 5px;
		padding: 0;
	}
	.radio-inline.col-md-3 {
		width: auto!important;
	}
	.card-body {
		padding: 10px!important;
	}
	.locmobq {}
	table.dataTable thead .sorting {
		min-width: 100px;
	}
	.anqurt {
		left: 0px!important;
		position: relative!important;
		top: 3px!important;
	}
	div.dt-buttons {
		margin: -1px auto;
		text-align: center;
		float: none;
		padding: 3px 12px;
		width: 100%;
		display: inline-block;
	}
	.form-groupz {
		margin-bottom: 10px;
	}
	.cmz h2 {
		line-height: 24px;
	}
	.btn {
		width: auto;
		font-size: 14px;
	}
	.nav-tabs .nav-item {
		margin-bottom: 3px;
		position: relative;
	}
	.toupzwr {
		margin-top: 5px!important;
		width: 100%;
		margin: 16px auto;
		display: block;
		float: none;
		text-align: center!important;
	}
	.panel-title1 a {
		display: block;
		line-height: 24px;
		padding: 15px;
		position: relative;
		font-size: 13px;
		font-weight: 400;
	}
	.newwidiqz .card-body {
		border-radius: 10px;
		margin-bottom: 10px;
	}
	.simcorex {
		min-width: 100%;
		height: auto;
	}
	.more_read {
		max-height: 100%;
	}
	.card-body .fs-18 {
		font-size: 16px!important;
	}
	#count-down .clock-presenter {
		width: 50%;
		float: left;
	}
	#count-down .clock-presenter .digit {
		font-size: 36px;
	}
	#count-down .hours_dash {
		border-right: none;
	}
}

#count-down1 .clock-presenter {
	padding: 0;
	text-align: center;
}

#count-down1 .clock-presenter .digit {
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	position: relative;
	cursor: default;
	background: #fff;
	color: #000;
	border-radius: 3px;
}

#count-down1 .clock-presenter .note {
	position: relative;
	margin-bottom: 0;
	cursor: default;
	font-size: 14px;
	opacity: .7;
}

@media (max-width:992px) {
	#count-down1 .clock-presenter .digit {
		font-size: 16px;
	}
}

@media (max-width:767px) {
	#count-down1 .clock-presenter {
		width: 50%;
		float: left;
	}
	#count-down1 .clock-presenter .digit {
		font-size: 18px;
	}
	#count-down1 .hours_dash {
		border-right: none;
	}
}

blockquote {
	color: #080e1b;
	padding-left: 2rem;
	border-left: 3px solid rgba(227, 237, 252, .5);
	margin: 0 0 1rem;
}

.blockquote-reverse {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 3px solid rgba(227, 237, 252, .5);
	border-left: 0;
}

blockquote.float-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 3px solid rgba(227, 237, 252, .5);
	border-left: 0;
}

blockquote p {
	margin-bottom: 1rem;
}

blockquote cite {
	display: block;
	text-align: right;
}

blockquote cite:before {
	content: '— ';
}

pre code {
	padding: 0;
	border-radius: 0;
	border: none;
	background: 0 0;
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

img {
	max-width: 100%;
}

.section-nav {
	background-color: #f8f9fa;
	margin: 1rem 0;
	padding: .5rem 1rem;
	border: 1px solid #d8dde6;
	border-radius: 3px;
	list-style: none;
}

.section-nav:before {
	content: 'Table of contents:';
	display: block;
	font-weight: 600;
}

@media print {
	.container {
		max-width: none;
	}
}

body {
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-font-feature-settings: "liga" 0;
	font-feature-settings: "liga" 0;
	height: 100%;
	overflow-y: scroll;
	position: relative;
	margin: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	color: #080e1b;
	text-align: left;
	background-color: #f1f5fd;
	font-family: 'Poppins', sans-serif;
}

.page {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100%;
}

body.fixed-header .page {
	padding-top: 4.5rem;
}

@media (min-width:1600px) {
	body.aside-opened .page {
		margin-right: 22rem;
	}
}

.page-main {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.page-content {
	margin: .75rem 0;
}

@media (min-width:768px) {
	.page-content {
		margin: 1.5rem 0!important;
	}
}

@media (max-width:768px) {
	.item-det ul.d-flex,
	.item-det .d-flex {
		display: block!important;
	}
	.item-det .rating-stars.d-flex {
		display: flex!important;
	}
}

.icon i {
	vertical-align: -1px;
}

a.icon {
	text-decoration: none;
	cursor: pointer;
}

a.icon:hover {
	color: #1a1a1a!important;
}

.o-auto {
	overflow: auto!important;
}

.o-hidden {
	overflow: hidden!important;
}

.shadow {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)!important;
}

.user-img {
	margin-top: 2px;
}

@media (max-width:480px) {
	.tab-content.card-body .btn {
		min-width: 1.625rem;
	}
	.tab-content.card-body .progress-bar {
		display: none;
	}
}

@media (max-width:560px) {
	.headolox {
		top: 50%!important;
		position: absolute;
	}
	.banner1.slider-images .header-text {
		top: 18%!important;
	}
	.search-background .btn {
		border-radius: 5px;
		width: 100%;
	}
	.navtab-wizard.nav-tabs li {
		width: 100%;
		display: contents;
	}
}

@media (max-width:1279px) and (min-width:992px) {
	.admin-navbar .nav-link {
		padding: 1rem .57rem;
	}
	.section-title h2 {
		font-size: 1.8rem!important;
	}
	.section-title h2:after {
		content: '';
		top: 46px!important;
	}
	.banner1 .slide-header-text {
		top: 38%;
		z-index: 98!important;
	}
	.pabout.p-8 {
		padding: 17px!important;
	}
	.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list {
		width: 20%;
	}
	.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li {
		font-size: 13.5px;
	}
	.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a {
		font-size: 12.5px;
	}
	.top-cities img {
		width: 50%!important;
	}
}

@media (max-width:992px) and (min-width:577px) {
	.section-title h2 {
		font-size: 1.8rem!important;
	}
	.section-title h2:after {
		content: '';
		top: 46px!important;
	}
}

@media (max-width:480px) {
	.list-media .info {
		padding-bottom: 15px;
	}
	.list-media .info .text-right {
		display: none;
	}
	.tabs-menu ul li {
		width: 100%;
		margin: 5px 15px;
	}
	.tabs-menu ul li a {
		width: 100%;
	}
	.cal1 .clndr .clndr-table tr {
		height: 50px!important;
	}
	.tabs-menu1 ul li {
		width: 100%;
		margin: 2px;
	}
	.tabs-menu1 ul li a {
		width: 100%;
		margin: 2px;
	}
	.wizard-card .nav-pills>li {
		text-align: center;
		padding: 9px!important;
	}
	.form-control.custom-select.w-auto {
		display: none;
	}
	.mail-inbox .badge {
		margin: 0;
	}
	.construction .display-5 {
		font-size: 1.5rem;
	}
	.jumbotron .display-3 {
		font-size: 2.5rem;
	}
	.mail-option .hidden-phone {
		display: none;
	}
}

@media (max-width:480px) {
	.app-header .header-brand {
		min-width: 2.8rem;
	}
	.app-header1 .header-brand {
		min-width: auto;
	}
	.menu-toggle-button {
		margin-top: 4px;
	}
}

@media (max-width:767px) {
	.avatar {
		max-width: inherit;
	}
	.card-tabs {
		display: block!important;
	}
	.header-brand {
		line-height: 2.7rem;
	}
	.header .input-icon.mt-2 {
		margin-top: 5px!important;
	}
	.footer .privacy {
		text-align: center!important;
	}
	.shop-dec .col-md-6.pr-0 {
		padding-right: .75rem!important;
	}
	.shop-dec .col-md-6.pl-0 {
		padding-left: .75rem!important;
	}
}

@media (max-width:375px) {
	.nav-link span,
	.searching1 i {
		margin-top: .5rem;
	}
	.construction h3 {
		font-size: 2.8rem!important;
	}
	.section-title2 h3:after {
		background: transparent!important;
	}
	.section-title h2 {
		margin-bottom: 5px!important;
	}
	.section-title h2:after {
		background: transparent!important;
	}
}

@media (max-width:411px) {
	.nav-link span,
	.searching1 i {
		margin-top: .5rem;
	}
}

@media (max-width:414px) {
	.nav-link span {
		margin-top: .6rem;
	}
	.searching1 i {
		margin-top: .5rem;
		top: 14px!important;
	}
}

@media (max-width:768px) {
	.nav-tabs .nav-link {
		width: 100%;
	}
	.page-subtitle {
		display: none;
	}
	.richText .richText-toolbar ul li a {
		border: rgba(0, 40, 100, .12) solid 1px;
	}
	.ticket-card .col-md-1 {
		width: 100%;
		display: block;
	}
	.ticket-card img {
		display: block;
		text-align: Center;
		margin: 0 auto;
	}
	.dataTables_wrapper .dataTables_info,
	.dataTables_wrapper .dataTables_paginate {
		margin-top: 10px;
	}
	.page-title {
		line-height: 3.5rem;
	}
	.carousel-caption {
		display: none;
	}
	.demo-gallery>ul>li {
		width: 100%!important;
	}
	ul.inbox-pagination li span {
		display: none;
	}
}

@media (max-width:568px) and (min-width:480px) {
	.container-messages {
		position: absolute;
		top: 50px!important;
	}
	.messages-list {
		top: 24px!important;
		bottom: 73px!important;
	}
	.messages-right {
		top: 10px!important;
		bottom: 71px!important;
	}
	.messages-left-footer {
		bottom: 40px!important;
		display: none;
	}
	.messages-left .card-header {
		display: none;
	}
	.message-footer,
	.message-header {
		height: 50px!important;
	}
	.message-body {
		top: 50px!important;
		bottom: 50px!important;
	}
}

@media (max-width:990px) and (min-width:569px) {
	.message-header,
	.message-footer {
		height: 50px!important;
	}
	.messages-right {
		top: 10px!important;
		bottom: 80px!important;
	}
	.message-body {
		top: 50px!important;
		bottom: 50px!important;
	}
	.messages-left .card-header {
		display: none;
	}
	.messages-list {
		top: 24px!important;
	}
}

@media (max-width:990px) {
	.header-toggler {
		margin: 6px;
	}
	.nav-tabs .nav-link {
		width: 100%;
	}
	form.convFormDynamic button.submit {
		margin: 4px!important;
	}
	.messages-list .media {
		padding: 9px!important;
	}
	.nav-tabs {
		z-index: 1000;
	}
}

@media (min-width:768px) {
	.page-breadcrumb {
		margin: -.5rem 0 0;
	}
}

@media (max-width:320px) {
	.fc-toolbar .fc-right {
		float: right;
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}
	.construction h3 {
		font-size: 2.3rem!important;
	}
	.section-title2 h3:after {
		background: transparent!important;
	}
	.section-title h2 {
		margin-bottom: 10px!important;
	}
	.section-title h2:after {
		background: transparent!important;
	}
}

.page-breadcrumb .breadcrumb-item {
	color: #a7b4c9;
}

.page-breadcrumb .breadcrumb-item.active {
	color: #5f6877;
}

.page-total-text {
	margin-right: 1rem;
	-ms-flex-item-align: center;
	align-self: center;
	color: #5f6877;
}

ul li .legend-dots {
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: .5rem;
}

.legend li {
	padding: 5px;
	display: -webkit-inline-box;
}

.stretch-card {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: stretch;
	justify-content: stretch;
}

.stretch-card>.card {
	width: 100%;
	min-width: 100%;
}

.icon-size {
	font-size: 2.5rem!important;
}

.card-img-absolute {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

.statistics-box {
	position: relative;
	padding-left: 80px;
	padding-top: 14px;
	min-height: 80px;
	text-align: center;
}

.statistics-box .ico {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	font-size: 70px;
	line-height: 80px;
	text-align: center;
}

.statistics-box .ico.small {
	font-weight: 900;
	font-size: 42px;
}

.statistics-box h2 {
	font-weight: 600!important;
}

.app-selector {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
	min-width: 16rem;
}

.sales-relative {
	position: relative;
}

.icon-absolute {
	position: absolute;
	display: block;
	bottom: 10px;
	right: 10px;
	padding: 20px 0;
	text-align: center;
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

@media (min-width:991px) and (max-width:1024px) {
	.diffaka img {
		width: 100%;
	}
	.desktoplogo {
		margin: 7px 0px!important;
		width: 201px!important;
	}
	.simcorex {
		min-width: auto!important;
	}
	.banner1 .headolox {
		top: 1%;
	}
	.icon-absolute {
		display: none;
	}
}

.product-price {
	font-size: 1rem;
}

.product-price strong {
	font-size: 1.5rem;
}

@-webkit-keyframes indeterminate {
	0% {
		left: -35%;
		right: 100%;
	}
	100%,
	60% {
		left: 100%;
		right: -90%;
	}
}

@keyframes indeterminate {
	0% {
		left: -35%;
		right: 100%;
	}
	100%,
	60% {
		left: 100%;
		right: -90%;
	}
}

@-webkit-keyframes indeterminate-short {
	0% {
		left: -200%;
		right: 100%;
	}
	100%,
	60% {
		left: 107%;
		right: -8%;
	}
}

@keyframes indeterminate-short {
	0% {
		left: -200%;
		right: 100%;
	}
	100%,
	60% {
		left: 107%;
		right: -8%;
	}
}

@-webkit-keyframes loader {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.link-overlay {
	position: relative;
}

.link-overlay:hover .link-overlay-bg {
	opacity: 1;
}

.link-overlay-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.25rem;
	opacity: 0;
	transition: .3s opacity;
}

textarea[cols] {
	height: auto;
}

.fs {
	font-size: 25px;
}

.sparkline {
	display: inline-block;
	height: 2rem;
}

.social-links li a {
	background: #f8f8f8;
	border-radius: 50%;
	color: #a7b4c9;
	display: inline-block;
	height: 1.75rem;
	width: 1.75rem;
	line-height: 1.75rem;
	text-align: center;
}

@-webkit-keyframes status-pulse {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: .32;
	}
}

@keyframes status-pulse {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: .32;
	}
}

.status-icon {
	content: '';
	width: .5rem;
	height: .5rem;
	display: inline-block;
	background: currentColor;
	border-radius: 50%;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	margin-right: .375rem;
	vertical-align: middle;
}

.status-animated {
	-webkit-animation: 1s status-pulse infinite ease;
	animation: 1s status-pulse infinite ease;
}

.imagecheck {
	margin: 0;
	position: relative;
	cursor: pointer;
}

.imagecheck-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.imagecheck-figure {
	border: 1px solid #d8dde6;
	border-radius: 3px;
	margin: 0;
	position: relative;
	height: 100%;
}

.imagecheck-input:checked~.imagecheck-figure {
	border-color: rgba(0, 40, 100, .24);
}

.imagecheck-figure:before {
	content: '';
	position: absolute;
	top: .25rem;
	left: .25rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1;
	border-radius: 3px;
	opacity: 0;
	transition: .3s opacity;
}

.imagecheck-input:checked~.imagecheck-figure:before {
	opacity: 1;
}

.imagecheck-image {
	max-width: 100%;
	opacity: .64;
	transition: .3s opacity;
}

.imagecheck-image:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.imagecheck-image:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.imagecheck-input:checked~.imagecheck-figure .imagecheck-image,
.imagecheck-input:focus~.imagecheck-figure .imagecheck-image {
	opacity: 1;
}

.imagecheck:hover .imagecheck-image {
	opacity: 1;
}

.imagecheck-caption {
	text-align: center;
	padding: .25rem .25rem;
	color: #a7b4c9;
	font-size: .875rem;
	transition: .3s color;
}

.imagecheck-input:checked~.imagecheck-figure .imagecheck-caption,
.imagecheck-input:focus~.imagecheck-figure .imagecheck-caption {
	color: #3d4e67;
}

.imagecheck:hover .imagecheck-caption {
	color: #3d4e67;
}

.colorinput {
	margin: 0;
	position: relative;
	cursor: pointer;
}

.colorinput-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.colorinput-color {
	display: inline-block;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 3px;
	border: 1px solid #d8dde6;
	color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.colorinput-color:before {
	content: '';
	opacity: 0;
	position: absolute;
	top: .25rem;
	left: .25rem;
	height: 1.25rem;
	width: 1.25rem;
	transition: .3s opacity;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
}

.colorinput-input:checked~.colorinput-color:before {
	opacity: 1;
}

#back-to-top {
	color: #fff;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	display: none;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 2px;
	z-index: 10000;
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center;
	transition: background-color .1s linear;
	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
}

#back-to-top i {
	padding-top: 20px;
	font-size: 16px;
	transform: rotate(-45deg);
	margin-left: -16px;
}

#chat-message {
	color: #fff;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	display: none;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 2px;
	z-index: 10000;
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center;
	transition: background-color .1s linear;
	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
}

#chat-message i {
	padding-top: 15px;
	font-size: 16px;
}

#chat-message:hover {
	background: #fff;
	color: #4c8aec;
	border: 2px solid #0f75ff;
}

#messages-main {
	position: relative;
	margin: 0 auto;
}

#messages-main:after,
#messages-main:before {
	content: " ";
	display: table;
}

#messages-main .ms-menu {
	position: absolute;
	left: 0;
	top: 0;
	border-right: 1px solid #d8dde6;
	padding-bottom: 50px;
	height: 100%;
	width: 240px;
	background: #fff;
}

#messages-main .ms-menu.toggled {
	display: block;
}

#messages-main .ms-body {
	overflow: hidden;
}

#messages-main .ms-user>div {
	overflow: hidden;
	padding: 3px 5px 0 15px;
	font-size: 11px;
}

#messages-main #ms-compose {
	position: fixed;
	bottom: 120px;
	z-index: 1;
	right: 30px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

#ms-menu-trigger {
	user-select: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 100%;
	padding-right: 10px;
	padding-top: 19px;
	cursor: pointer;
}

#ms-menu-trigger i {
	font-size: 21px;
}

#ms-menu-trigger.toggled i:before {
	content: '\f2ea';
}

.fc-toolbar:before,
.login-content:after {
	content: "";
}

.message-feed {
	padding: 10px;
}

#footer,
.fc-toolbar .ui-button,
.fileinput .thumbnail {
	text-align: center;
}

.four-zero {
	text-align: center;
}

.four-zero footer>a {
	text-align: center;
}

.ie-warning,
.login-content,
.login-navigation {
	text-align: center;
}

.pt-inner {
	text-align: center;
}

.pt-inner .pti-footer>a {
	text-align: center;
}

.message-feed.right>.pull-right {
	margin-left: 15px;
}

.message-feed.right .mf-content {
	background: #f1f5fd;
}

.mf-content {
	padding: 9px;
	border-radius: 2px;
	display: inline-block;
	max-width: 80%;
	position: relative;
}

.message-feed:not(.right) .mf-content:before {
	content: '';
	display: block;
	position: absolute;
	border: 10px solid transparent;
	left: -20px;
	top: 11px;
}

.message-feed.right .mf-content:before {
	content: '';
	display: block;
	position: absolute;
	border: 10px solid transparent;
	border-left-color: #f1f5fd;
	right: -20px;
	top: 11px;
}

.mf-date {
	display: block;
	margin-top: 7px;
}

.mf-date>i {
	font-size: 14px;
	line-height: 100%;
	position: relative;
	top: 1px;
}

.msb-reply {
	position: relative;
	margin-top: 3px;
	background: #fff;
	padding: 10px;
	border-radius: 0 7px 7px 7px;
}

.four-zero,
.lc-block {
	box-shadow: 0 1px 11px rgba(0, 0, 0, .27);
}

.msb-reply textarea {
	width: 100%;
	font-size: 13px;
	border: 0;
	padding: 10px 15px;
	resize: none;
	background: 0 0;
}

.msb-reply button {
	top: 0;
	right: 0;
	border: 0;
	height: 100%;
	width: 60px;
	font-size: 20px;
	color: #fff;
	border-radius: 0 3px 3px 0;
	line-height: 36px;
}

.img-avatar {
	height: 37px;
	border-radius: 2px;
	width: 37px;
}

.list-group.lg-alt .list-group-item {
	border: 0;
}

.p-15 {
	padding: 15px!important;
}

.action-header {
	position: relative;
	background: #f8f8f8;
	padding: 15px 13px 15px 17px;
}

.ah-actions {
	z-index: 3;
	float: right;
	margin-top: 7px;
	position: relative;
}

.actions {
	list-style: none;
	padding: 0;
	margin: 0;
}

.actions>li {
	display: inline-block;
}

.actions:not(.a-alt)>li>a>i {
	color: #939393;
}

.actions>li>a {
	display: block;
	padding: 0 10px;
}

.actions>li>a>i {
	font-size: 20px;
}

.ms-body {
	background: #fff;
	border-radius: 7px;
}

#ms-menu-trigger,
.message-feed.right {
	text-align: right;
}

#ms-menu-trigger,
.toggle-switch {
	-webkit-user-select: none;
	-moz-user-select: none;
}

.message-feed.media .media-body,
.message-feed.right .media-body {
	overflow: visible;
}

.wizard-card .moving-tab {
	margin-top: 5px;
}

.wizard-card.form-group .form-control {
	background-image: linear-gradient(#c4c4c4, #c4c4c4, linear-gradient(#e1e1e2, #e1e1e2));
}

.wizard-card .choice .icon {
	border: 4px solid #d8dde6!important;
}

.wizard-container .wizard-navigation {
	background: #d8dde6;
}

.richText {
	border: #e5f0ff solid 1px;
	background-color: #f1f5fd;
}

.richText .richText-toolbar {
	border-bottom: #f1f5fd solid 1px;
	background: #f6f7fb;
	border-top: #e5f0ff solid 1px;
}

.richText .richText-toolbar ul {
	background: #f6f7fb;
	border-bottom: #e5f0ff solid 1px;
}

.richText .richText-toolbar ul li a {
	border-right: #d8dde6 solid 1px;
}

.job-box-filter {
	padding: 12px 15px;
	border-bottom: 1px solid #d8dde6;
}

.job-box-filter label {
	width: 100%;
}

.job-box-filter select.input-sm {
	display: inline-block;
	max-width: 120px;
	margin: 0 5px;
	border: 1px solid #d8dde6;
	border-radius: 2px;
	height: 34px;
	font-size: 15px;
}

.job-box-filter label input.form-control {
	max-width: 200px;
	display: inline-block;
	border: 1px solid #d8dde6;
	border-radius: 2px;
	margin-left: 5px;
	font-size: 15px;
}

.job-box {
	display: inline-block;
	width: 100%;
	padding: 0;
}

.job-box-filter a.filtsec {
	margin-top: 8px;
	display: inline-block;
	margin-right: 15px;
	padding: 4px 10px;
	font-family: Quicksand, sans-serif;
	transition: all ease .4s;
	background: #edf0f3;
	border-radius: 5px;
	font-size: 13px;
	color: #81a0b1;
	border: 1px solid #e2e8ef;
}

.job-box-filter a.filtsec.active {
	color: #fff;
	background: #16262c;
	border-color: #16262c;
}

.job-box-filter a.filtsec i {
	color: #03a9f4;
	margin-right: 5px;
}

.job-box-filter a.filtsec:focus,
.job-box-filter a.filtsec:hover {
	color: #fff;
	background: #07b107;
	border-color: #07b107;
}

.job-box-filter a.filtsec:focus i,
.job-box-filter a.filtsec:hover i {
	color: #fff;
}

.job-box-filter h4 i {
	margin-right: 10px;
}

.inbox-message ul {
	padding: 0;
	margin: 0;
}

.inbox-message ul li {
	list-style: none;
	position: relative;
	padding: 15px 20px;
	border-bottom: 1px solid #d8dde6;
}

.inbox-message ul li:focus,
.inbox-message ul li:hover {
	background: #f1f5fd;
}

.inbox-message .message-avatar {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.message-avatar img {
	display: inline-block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
}

.inbox-message .message-body {
	margin-left: 85px;
	font-size: 15px;
	color: #a7b4c9;
}

.message-body-heading h5 {
	font-weight: 600;
	display: inline-block;
	color: #a7b4c9;
	margin: 0 0 7px 0;
	padding: 0;
}

.message-body h5 span {
	border-radius: 5px;
	line-height: 14px;
	font-size: 12px;
	color: #fff;
	font-style: normal;
	padding: 4px 10px;
	margin-left: 5px;
	margin-top: -5px;
}

.message-body h5 span.unread {
	background: #07b107;
}

.message-body h5 span.important {
	background: #dd2027;
}

.message-body h5 span.pending {
	background: #2196f3;
}

.message-body-heading span {
	float: right;
	font-size: 14px;
}

.messages-inbox .message-body p {
	margin: 0;
	padding: 0;
	line-height: 27px;
	font-size: 15px;
}

@media (max-width:320px) {
	.perfect-datetimepicker {
		font-size: 12px!important;
	}
}

@media (max-width:600px) {
	.job-box-filter label {
		width: 100%;
		text-align: center;
	}
	.message-body h5 span.pending,
	.message-body h5 span.unread {
		display: none;
	}
}

#index-video .index-video-container {
	position: relative;
	overflow: hidden;
}

#index-video .index-video-container:after {
	bottom: 0;
	content: "";
	left: 0;
	opacity: .7;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

#index-video .index-video-container .videocaption {
	left: 1%;
	position: absolute;
	right: 1%;
	text-align: center;
	top: 30%;
	z-index: 2;
}

#index-video .index-video-container .videocaption h2 {
	color: #fff;
	font-size: 4.5em;
	font-weight: 900;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: none;
	color: #fff;
	text-align: center;
	-o-text-overflow: clip;
	text-overflow: clip;
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .0980392), 0 0 5px rgba(0, 0, 0, .0980392), 0 1px 3px rgba(0, 0, 0, .298039), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .247059), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .14902);
	-webkit-transition: all 0.3s cubic-bezier(.42, 0, .58, 1);
	-moz-transition: all 0.3s cubic-bezier(.42, 0, .58, 1);
	-o-transition: all 0.3s cubic-bezier(.42, 0, .58, 1);
	transition: all 0.3s cubic-bezier(.42, 0, .58, 1);
}

#index-video .index-video-container .videocaption h4 {
	color: #fff;
	font-size: 2em;
	margin-top: 25px;
}

#index-video .index-video-container .videocaption .btn-slide {
	background: #f62459;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin: 25px auto 10px auto;
	padding: 20px 50px;
	border-radius: 0;
	text-transform: uppercase;
}

#index-video .index-video-container .videocaption .btn-slide:hover {
	background: #fff;
	color: #333;
}

#index-video video {
	width: 100%;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

@media (min-width:569px) and (max-width:992px) {
	#index-video .index-video-container .videocaption {
		top: 33%;
	}
	.item-card-img h3.text-white {
		font-size: 1rem;
	}
	.item-card2 h4.bg-light.p-3 {
		font-size: .8rem;
	}
}

@media (max-width:448px) {
	#index-video .index-video-container .videocaption {
		top: 12%;
	}
}

.video-list-thumbs>li {
	margin-bottom: 12px;
}

.video-list-thumbs>li>a {
	display: block;
	position: relative;
	color: #6b6f80;
	padding: 8px;
	border-radius: 3px;
	transition: all .5s ease-in-out;
	border-radius: 4px;
}

.video-list-thumbs h2 {
	bottom: 0;
	font-size: 14px;
	height: 33px;
	margin: 8px 0 0;
}

.video-list-thumbs span {
	font-size: 50px;
	opacity: .8;
	position: absolute;
	right: 0;
	left: 0;
	top: 42%;
	margin: 0 auto;
	text-align: center;
	transition: all .5s ease-in-out;
}

.video-list-thumbs>li>a:hover .fa {
	color: #fff;
	opacity: 1;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .8);
}

.video-list-thumbs .duration {
	background-color: #000;
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	left: 12px;
	line-height: 9px;
	padding: 5px 8px;
	position: absolute;
	bottom: 12px;
	transition: all .5s ease;
}

.video-list-thumbs>li>a:hover .duration {
	background-color: #000;
}

@media (max-width:768px) {
	.video-list-thumbs span {
		top: 29%;
	}
}

@media (min-width:320px) and (max-width:480px) {
	.video-list-thumbs .fa {
		font-size: 35px;
	}
	.video-list-thumbs h2 {
		bottom: 0;
		font-size: 12px;
		height: 22px;
		margin: 8px 0 0;
	}
}

@media (max-width:992px) {
	.navtab-wizard li a {
		padding: 1rem!important;
	}
	.item-card2-img img.cover-image {
		height: auto!important;
	}
	.search-background {
		background: 0 0;
		border-radius: 0;
	}
	.top-cities img {
		width: 30%!important;
	}
	.search-background .form-group {
		margin-bottom: 10px!important;
	}
	.filter-product-info .table td {
		display: -webkit-box;
		padding: 3px!important;
	}
	.product-singleinfo .border-left {
		border-left: 0!important;
	}
	.support .border-right {
		border-right: 0!important;
	}
	.support-service.bg-dark {
		margin-bottom: 10px;
	}
	.wideget-user-info .wideget-user-warap .wideget-user-warap-r {
		margin-left: 5rem!important;
	}
	.wideget-user-desc .user-wrap {
		margin-top: 0!important;
		margin-left: 10px!important;
	}
	.product-singleinfo .product-item2-align dt {
		width: 0!important;
		float: none!important;
		display: -webkit-box!important;
	}
	dd {
		display: -webkit-box!important;
	}
	.product-singleinfo .product-item2-align dd {
		margin-left: 0!important;
	}
	.item-single .item-single-desc .item-single-desc1 {
		display: block!important;
	}
	.product-5-desc a {
		float: right;
	}
	.get-contact a:last-child {
		margin-right: 0;
	}
	.header-search .header-nav .nav-cart .icon-cart span {
		display: none;
	}
	.header-nav .header-search-logo .header-logo .header-brand-img {
		height: auto;
		line-height: 2rem;
		vertical-align: bottom;
		margin-right: .5rem;
		width: auto;
	}
	.header-search .header-search-logo {
		text-align: center;
	}
	.wideget-user .wideget-user-desc .user-wrap a.btn {
		margin-bottom: 5px;
	}
	.product-single .product-thumbimg,
	.product-single .product-info a {
		margin-bottom: 10px;
	}
	.item-single .item-single-desc .input-group {
		margin-bottom: 10px;
	}
	.product-item2-desc .label-rating {
		margin-right: 4px!important;
	}
	.card-blogs .card-item-desc.p-0 {
		margin-left: 15px;
	}
	.license-card-price.text-center {
		text-align: left!important;
	}
	.product-details td a.btn {
		margin-bottom: 5px;
	}
	.wideget-user-info .wideget-user-warap {
		margin-top: 15px;
	}
	.product-singleinfo .product-item2-desc {
		margin-bottom: 10px;
	}
	.header-search .header-inputs .input-group-prepend,
	.header-search .header-inputs .input-group>.form-control {
		width: 100%;
		margin-bottom: 10px;
	}
	.header-search .header-inputs .input-group-append {
		width: 100%;
		margin-bottom: 15px;
	}
	.header-search .header-inputs .input-group-append>.btn {
		width: 100%;
		display: block;
	}
	.header-main .get-contact {
		margin-bottom: 15px;
	}
	.header-main .get-contact a {
		border-left: 0!important;
		padding-left: 0!important;
	}
	.header-main .social-icons {
		text-align: center;
		float: none!important;
	}
	.header-main .social-icons li:last-child {
		margin-right: 0;
	}
	.header-search .header-icons {
		float: none!important;
		text-align: center!important;
	}
	.header-search .header-icons .header-icons-link li {
		margin: 0 auto!important;
	}
	.top-bar {
		text-align: center;
	}
	.top-bar .top-bar-left .contact {
		border-left: 0!important;
		margin-left: 0!important;
		padding-left: 0!important;
	}
	.top-bar .top-bar-left .contact li {
		margin: 0!important;
	}
	.item-search-menu ul li {
		text-align: center;
		border-radius: 3px;
	}
	.item-search-menu ul li a {
		border-radius: 3px!important;
	}
	.item-search-tabs .form-group {
		margin-bottom: 10px!important;
	}
	.item-search-tabs .form-group:last-child {
		margin-bottom: 0!important;
	}
	.item-search-tabs .bg-white {
		background: 0 0!important;
	}
	.item-search-tabs .tab-content {
		background: 0 0!important;
		border: 0!important;
	}
	.item1-card .item1-card-btn,
	.item1-card .item1-card-info {
		margin-top: 15px;
	}
	.items-blog-tab-heading .items-blog-tab-menu li {
		text-align: center;
		margin-bottom: 10px;
	}
	.items-blog-tab-heading .items-blog-tab-menu li a {
		display: block;
	}
	.item2-gl .item2-gl-nav select,
	.item2-gl-nav h6 {
		text-align: center;
	}
	.item-card .item-card-img img,
	.item-card2-img img,
	.item-card9-img img,
	.product-info .product-info-img img,
	.item-card4-img img,
	.item-card5-img img,
	.item-card7-img img,
	.item-card8-img img,
	.overview .overview-img img,
	.video-list-thumbs img {
		width: 100%;
	}
	.search1 {
		background: 0 0!important;
	}
	.search1 .form-group {
		margin-bottom: 15px!important;
	}
	.search2 a.btn {
		margin-top: 15px;
	}
	.search3 {
		background: 0 0!important;
	}
	.search3 .form-group {
		margin-bottom: 15px!important;
	}
	.item-user-icons {
		margin-left: 10px;
	}
	.item1-card-tab .item1-tabs-menu ul li {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.item1-card-tab .item1-tabs-menu ul li:last-child {
		margin-bottom: 0;
	}
	.user-wideget h6 {
		margin-top: 5px;
	}
	.header-main .top-bar .contact,
	.header-main .top-bar.p-3 .contact {
		display: block;
	}
	.bannerimg .header-text h1 {
		display: block;
		margin-bottom: .5rem;
		font-size: 2rem;
	}
	.all-categories .row .card-body {
		border-bottom: 0!important;
	}
	.ace-responsive-menu {
		margin-left: 0!important;
		margin-right: 0!important;
	}
	.item-card9-desc a,
	.item-card2-footer a,
	.item7-card-desc a {
		font-size: 12px;
	}
	.map-header1 {
		margin-bottom: 1.5rem!important;
	}
	.carousel-control-next {
		right: 0!important;
	}
	.carousel-control-prev {
		left: 0!important;
	}
	.app-btn a {
		width: 100%;
		margin-bottom: 1rem;
	}
	.app-btn a:last-child {
		margin-bottom: 0;
	}
	.sub-newsletter {
		margin-bottom: 1rem;
		text-align: center;
		display: block!important;
	}
	.fea-ad .card,
	.cat-slide .card {
		margin-bottom: 1.5rem!important;
	}
	.product-slider .thumbcarousel .carousel-item .thumb {
		max-width: 85px!important;
	}
	.advertisment-block img {
		width: 100%;
	}
	.usertab-list li {
		width: 100%!important;
	}
	.userprof-tab .media {
		display: block!important;
	}
	.userprof-tab .media-body {
		display: contents;
		width: 100%;
	}
	.userprof-tab .media-body .card-item-desc {
		margin-left: 0!important;
	}
	.userprof-tab .btn {
		margin-bottom: .3rem;
	}
	.page-header .page-select {
		width: 35%!important;
	}
	.customerpage .card {
		margin-bottom: 1.5rem!important;
	}
	.ads-tabs .tabs-menus ul {
		text-align: center;
	}
	.ads-tabs .tabs-menus ul li {
		display: -webkit-box;
		text-align: center;
		margin-bottom: 1.5rem;
	}
	.ads-tabs .tabs-menus ul li a {
		padding: 5px 10px 5px 10px!important;
		text-align: center;
	}
	.ads-tabs .tabs-menus ul li:last-child {
		margin-bottom: 0;
	}
	.settings-tab .tabs-menu li a {
		border-right: 0!important;
		border-bottom: 1px solid rgba(167, 180, 201, .2);
	}
}

@media (max-width:320px) {
	.product-item2-desc .label-rating {
		float: none!important;
		margin-top: 4px!important;
	}
}

@media (min-width:569px) and (max-width:767px) {
	.product-item2-desc .label-rating {
		float: none!important;
		margin-top: 4px!important;
	}
}

@media (max-width:400px) {
	.item-search-menu ul li a {
		width: 100%;
		display: block;
		margin: 0 0 8px 0!important;
	}
}

@media (max-width:767px) {
	.item2-gl-nav {
		display: block!important;
	}
	.item2-gl-nav .item2-gl-menu li {
		text-align: center;
		margin-bottom: 10px;
		margin: 0 auto;
		padding: 10px 0;
	}
	.item2-gl-nav label {
		display: block;
		float: none;
		text-align: center;
		width: 20%;
	}
	.selectgroup-button {
		font-size: .8375rem;
	}
	.item2-gl-nav .d-flex {
		text-align: center;
		width: 100%;
	}
	.item2-gl-nav .form-control.select-sm.w-70 {
		width: 70%!important;
	}
}

@media (max-width:1024px) {
	.item2-gl-nav {
		display: block!important;
	}
	.item2-gl-nav .item2-gl-menu li {
		text-align: center;
		margin-bottom: 10px;
		padding: 10px 0;
	}
	.item2-gl-nav label {
		display: block;
		float: none;
		text-align: center;
	}
}

@media (max-width:568px) {
	.selectgroup {
		display: block!important;
	}
	.item2-gl-nav label {
		width: 100%;
	}
	.items-blog-tab-heading .items-blog-tab-menu li {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.header-main .top-bar-right .custom {
		text-align: right;
		float: right;
		margin-bottom: 0!important;
	}
	.settings-tab .tabs-menu li {
		width: 100%!important;
	}
	.top-bar .top-bar-right {
		float: none!important;
		text-align: center;
		display: block!important;
		margin: 0 auto;
	}
	.header-main .top-bar-right .custom li {
		margin-bottom: .5rem;
	}
	.header-main .top-bar-right .custom li a span {
		display: none;
	}
	.top-bar .top-bar-left .socials li {
		float: left!important;
		margin: 9px 11px!important;
	}
	.item2-gl .item2-gl-nav select {
		width: 100%!important;
	}
}

@media (min-width:992px) and (max-width:1300px) {
	.product-slider .thumbcarousel .carousel-item .thumb {
		max-width: 85px!important;
	}
}

@media (min-width:569px) and (max-width:992px) {
	.top-bar .top-bar-left .socials li {
		margin: 9px 12px!important;
	}
}

@media (min-width:481px) and (max-width:992px) {
	.owl-product .owl-productimg {
		width: 100%!important;
		height: 100%!important;
		margin: 0 auto;
	}
	.art-wideget .art-details {
		margin-top: 10px;
	}
	.header-search .header-icons .header-icons-link1 .main-badge1 {
		top: -11px!important;
	}
	.user-wideget .widget-image {
		top: 50%!important;
	}
	.banner1 .header-text {
		top: 20%!important;
	}
	.banner1 .header-text h2 span,
	.banner1 .header-text h3 span {
		padding: 0!important;
	}
	.item-card:hover .item-card-btn {
		left: 42%;
	}
	.product-img {
		margin: 0 auto;
		text-align: center;
	}
	.banner-2 .header-text {
		top: .5rem!important;
	}
	.banner-2 img {
		height: 33rem;
	}
	.item-search-tabs {
		margin-top: 1rem!important;
	}
	.userprof-tab .media {
		display: block!important;
	}
	.userprof-tab .media-body {
		display: contents;
		width: 100%;
	}
	.userprof-tab .media-body .card-item-desc {
		margin-left: 0!important;
	}
	.userprof-tab .btn {
		margin-bottom: .3rem;
	}
	.wideget-user-tab .tabs-menu1 ul li a {
		padding: 5px!important;
	}
	.wideget-user-tab .tab-menu-heading .nav li a {
		font-size: 14px!important;
	}
	.header-search .header-search-logo {
		margin-top: 5px;
	}
	.header-main .post-btn {
		margin-top: 3px;
	}
}

@media (min-width:992px) and (max-width:1024px) {
	.item-card .item-card-img img,
	.item-card2-img img,
	.item-card9-img img,
	.product-info .product-info-img img,
	.item-card4-img img,
	.item-card5-img img,
	.item-card7-img img,
	.item-card8-img img,
	.overview .overview-img img,
	.video-list-thumbs img {
		width: 100%;
	}
	.header-main .get-contact {
		margin-bottom: 15px;
	}
	.header-main .get-contact a {
		border-left: 0!important;
		padding-left: 0!important;
	}
	.header-search .header-inputs {
		margin-bottom: 15px;
	}
	.header-main .social-icons {
		text-align: center;
		float: none!important;
	}
	.header-main .social-icons li:last-child {
		margin-right: 0;
	}
	.header-search .header-icons {
		float: none!important;
		text-align: center!important;
	}
	.header-search .header-icons .header-icons-link {
		float: right;
	}
	.top-bar {
		text-align: center;
	}
	.top-bar .top-bar-left {
		text-align: center;
	}
	.top-bar .top-bar-left .contact {
		border-left: 0!important;
		margin-left: 0!important;
		padding-left: 0!important;
		margin: 12px 0!important;
	}
	.top-bar .top-bar-left .socials li {
		margin: 12px 15px!important;
	}
	.top-bar .top-bar-right {
		float: none!important;
		text-align: center;
		display: block!important;
		margin: 0 auto;
	}
	.top-bar .top-bar-left .contact li:first-child {
		margin-right: 1.5rem!important;
	}
	.product-multiinfo .product-ship p a:first-child,
	.product-singleinfo .product-ship p a:first-child {
		margin-bottom: 5px;
	}
	.banner-2 img {
		height: 27rem;
	}
	.items-blog-tab-heading .items-blog-tab-menu li {
		text-align: center;
		margin-bottom: 10px;
	}
	.ace-responsive-menu {
		margin-right: 0!important;
		margin-left: 0!important;
	}
	.header-main .top-bar-right .custom {
		display: -webkit-inline-box!important;
		margin-bottom: .8rem!important;
		margin-top: .8rem!important;
	}
	.icon-card li {
		font-size: 10px;
	}
	.support-service.bg-dark {
		margin-bottom: 10px;
	}
	.cat-slide .card,
	.fea-ad .card {
		margin-bottom: 1.5rem!important;
	}
	.advertisment-block img {
		width: 100%;
	}
	.header-main .post-btn {
		margin-top: 5px;
	}
	.customerpage .card {
		margin-bottom: 1.5rem!important;
	}
	.ads-tabs .tabs-menus ul li a {
		padding: 8px 10px 8px 10px!important;
	}
}

@media (max-width:480px) {
	.item-all-card img.imag-service {
		width: 20%!important;
	}
	.section-title h1 {
		font-size: 2rem;
	}
	.item-all-cat .category-type .item-all-card img {
		width: 4rem!important;
		height: 4rem!important;
		padding: 1rem 0!important;
	}
	.banner1 .header-text h2 {
		font-size: 18px!important;
	}
	.banner1 .header-text h2 span {
		padding: 0!important;
	}
	.banner1 .header-text h3 {
		font-size: 14px!important;
	}
	.banner1 .header-text h3 span {
		padding: 0!important;
	}
	.card-blogs .card-item-desc.p-0 .card-item-wrap .footer-wrap-price del {
		display: none;
	}
	.card-blogs .card-item-desc.p-0 .card-item-wrap .footer-wrap-price span.h5 {
		font-size: 12px!important;
	}
	.card-pay .tabs-menu li {
		width: 100%!important;
	}
	.header-search .header-icons .header-icons-link1 .main-badge1 {
		top: -19px!important;
	}
	.product-details .card-item-desc {
		display: none!important;
	}
	.art-wideget .art-details {
		margin-top: 10px;
	}
	.support .support-service {
		text-align: center;
	}
	.support .support-service i {
		float: none!important;
		margin-right: 0!important;
		margin-bottom: 20px;
	}
	.banner-1 {
		height: 620px;
	}
	.item-card7-desc ul li,
	.item-card2-desc ul li {
		font-size: 12px;
	}
	.banner-2 .header-text {
		top: .5rem!important;
	}
	.banner-2 img {
		height: 33rem;
	}
	.item-search-tabs {
		margin-top: 1rem!important;
	}
	.bannerimg .header-text {
		font-size: 1.5rem;
	}
	.bannerimg .header-text .breadcrumb-item {
		font-size: 14px;
	}
	.icons a {
		margin-bottom: .5rem;
	}
	.item-det ul li {
		font-size: 11px;
		margin-right: .5rem!important;
	}
	.product-slider .thumbcarousel .carousel-item .thumb {
		max-width: 60px!important;
	}
	.userprof-tab .media {
		display: block!important;
	}
	.userprof-tab .media-body {
		display: contents;
		width: 100%;
	}
	.userprof-tab .media-body .card-item-desc {
		margin-left: 0!important;
	}
	.userprof-tab .btn {
		margin-bottom: .3rem;
	}
}

@media (min-width:481px) and (max-width:1199px) {
.categories {
    margin-top: 15px!important;
    margin-bottom: 15px;
}

}


@media (max-width:992px) {
	.horizontal-header .container {
		position: relative;
	}
}

@media (max-width:320px) {
	.item-card7-desc ul li,
	.item-card2-desc ul li {
		font-size: 11px;
	}
	.item-card .item-card-desc .item-card-text {
		top: 5.5rem!important;
	}
	.item7-card-desc a {
		font-size: 11px;
	}
}

@media (max-width:375px) {
	.product-slider .thumbcarousel .carousel-item .thumb {
		max-width: 49px!important;
	}
}

@media (max-width:320px) {
	.product-slider .thumbcarousel .carousel-item .thumb {
		max-width: 40px!important;
	}
}

@media (max-width:1336px) {
	.filter-product-info .table td {
		display: -webkit-box;
		padding: 3px!important;
	}
	
	
	
.banner1 .padz_class.select_h_class {
    margin-bottom: 10px!important;
}
	
	
	
	
}