@charset "UTF-8";

@import url(https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;

1,100..900&display=swap);body {
	font-family: Archivo,sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	overflow-y: auto;
	overflow-x: hidden;
}

::-moz-selection {
	background: #8eb66f;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #8eb66f;
	color: #fff;
	text-shadow: none;
}

img {
	max-width: 100%;
	height: auto;
}

* {
	outline: none;
}

button {
	transition: all .5s ease;
}

button:focus {
	box-shadow: none!important;
}

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

strong {
	font-weight: 700;
}

ol,ul {
	margin-block-end: 0;
	padding: 0;
}

ol,ul {
	list-style: none;
}

ul.list-disc {
	list-style: disc;
	padding-left: 15px;
}

ul.list-disc ul {
	list-style-type: circle;
}

ul.list-decimal {
	list-style: decimal;
	padding-left: 15px;
}

ul.list-decimal ul {
	list-style-type: decimal;
}

ul.list-icon {
	list-style: none;
	padding-left: 0;
}

ul.list-icon>li {
	padding-left: 1.875rem;
	counter-increment: li;
}

ul.list-icon>li .feather-icon,ul.list-icon>li .svg-icon,ul.list-icon>li i {
	display: inline-block;
	height: 20px;
	width: 20px;
	text-align: center;
	margin-left: -1.25rem;
	position: relative;
	left: -10px;
	padding: 1px;
	top: -1px;
}

ul.list-icon>li i {
	font-size: 20px;
	top: 5px;
}

ul .btn-primary:not(:disabled):not(.disabled).active:focus,ul .btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: none;
}

@media (max-width:991.98px) {
	.container {
		max-width: 100%;
	}
}

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

.bg-pink {
	background-color: #fd3995!important;
}

.bg-gray {
	background: #f4f5f5;
}

.bg-primary.bg-opacity-10 {
	background-color: rgba(142,182,111,.1)!important;
}

.bg-primary.bg-opacity-25 {
	background-color: rgba(142,182,111,.25)!important;
}

.bg-primary.bg-opacity-50 {
	background-color: rgba(142,182,111,.5)!important;
}

.bg-primary.bg-opacity-75 {
	background-color: rgba(142,182,111,.75)!important;
}

.bg-primary.bg-opacity-100 {
	background-color: #8eb66f!important;
}

.bg-secondary.bg-opacity-10 {
	background-color: rgba(40,43,139,.1)!important;
}

.bg-secondary.bg-opacity-25 {
	background-color: rgba(40,43,139,.25)!important;
}

.bg-secondary.bg-opacity-50 {
	background-color: rgba(40,43,139,.5)!important;
}

.bg-secondary.bg-opacity-75 {
	background-color: rgba(40,43,139,.75)!important;
}

.bg-secondary.bg-opacity-100 {
	background-color: #282b8b!important;
}

.bg-info.bg-opacity-10 {
	background-color: rgba(86,37,232,.1)!important;
}

.bg-info.bg-opacity-25 {
	background-color: rgba(86,37,232,.25)!important;
}

.bg-info.bg-opacity-50 {
	background-color: rgba(86,37,232,.5)!important;
}

.bg-info.bg-opacity-75 {
	background-color: rgba(86,37,232,.75)!important;
}

.bg-info.bg-opacity-100 {
	background-color: #5625e8!important;
}

.bg-success.bg-opacity-10 {
	background-color: rgba(3,201,90,.1)!important;
}

.bg-success.bg-opacity-25 {
	background-color: rgba(3,201,90,.25)!important;
}

.bg-success.bg-opacity-50 {
	background-color: rgba(3,201,90,.5)!important;
}

.bg-success.bg-opacity-75 {
	background-color: rgba(3,201,90,.75)!important;
}

.bg-success.bg-opacity-100 {
	background-color: #03c95a!important;
}

.bg-warning.bg-opacity-10 {
	background-color: rgba(255,193,7,.1)!important;
}

.bg-warning.bg-opacity-25 {
	background-color: rgba(255,193,7,.25)!important;
}

.bg-warning.bg-opacity-50 {
	background-color: rgba(255,193,7,.5)!important;
}

.bg-warning.bg-opacity-75 {
	background-color: rgba(255,193,7,.75)!important;
}

.bg-warning.bg-opacity-100 {
	background-color: #ffc107!important;
}

.bg-danger.bg-opacity-10 {
	background-color: rgba(231,13,13,.1)!important;
}

.bg-danger.bg-opacity-25 {
	background-color: rgba(231,13,13,.25)!important;
}

.bg-danger.bg-opacity-50 {
	background-color: rgba(231,13,13,.5)!important;
}

.bg-danger.bg-opacity-75 {
	background-color: rgba(231,13,13,.75)!important;
}

.bg-danger.bg-opacity-100 {
	background-color: #e70d0d!important;
}

.bg-dark.bg-opacity-10 {
	background-color: rgba(17,24,39,.1)!important;
}

.bg-dark.bg-opacity-25 {
	background-color: rgba(17,24,39,.25)!important;
}

.bg-dark.bg-opacity-50 {
	background-color: rgba(17,24,39,.5)!important;
}

.bg-dark.bg-opacity-75 {
	background-color: rgba(17,24,39,.75)!important;
}

.bg-dark.bg-opacity-100 {
	background-color: #111827!important;
}

.bg-light.bg-opacity-10 {
	background-color: rgba(233,234,235,.1)!important;
}

.bg-light.bg-opacity-25 {
	background-color: rgba(233,234,235,.25)!important;
}

.bg-light.bg-opacity-50 {
	background-color: rgba(233,234,235,.5)!important;
}

.bg-light.bg-opacity-75 {
	background-color: rgba(233,234,235,.75)!important;
}

.bg-light.bg-opacity-100 {
	background-color: #e9eaeb!important;
}

.bg-skyblue {
	background-color: #0dcaf0!important;
}

.bg-primary {
	background-color: #8eb66f!important;
	border: 1px solid #8eb66f!important;
	color: #fff;
}

.bg-secondary {
	background-color: #282b8b!important;
	border: 1px solid #282b8b!important;
	color: #fff;
}

.bg-success {
	background-color: #03c95a!important;
	border: 1px solid #03c95a!important;
	color: #fff;
}

.bg-info {
	background-color: #5625e8!important;
	border: 1px solid #5625e8!important;
	color: #fff;
}

.bg-warning {
	background-color: #ffc107!important;
	border: 1px solid #ffc107!important;
	color: #fff;
}

.bg-danger {
	background-color: #e70d0d!important;
	border: 1px solid #e70d0d!important;
	color: #fff;
}

.bg-dark {
	background-color: #111827!important;
	border: 1px solid #111827!important;
	color: #fff;
}

.bg-light {
	background-color: #e9eaeb!important;
	border: 1px solid #e9eaeb!important;
	color: #fff;
}

.bg-black {
	background-color: #000!important;
	border: 1px solid #000!important;
	color: #fff;
}

.bg-purple {
	background-color: #ab47bc!important;
	border: 1px solid #ab47bc!important;
	color: #fff;
}

.bg-soft-primary {
	background-color: #ffd8eb;
	color: #8eb66f;
}

.bg-soft-secondary {
	background-color: #b2b3d5;
	color: #282b8b;
}

.bg-soft-success {
	background-color: #a4ebc4;
	color: #03c95a;
}

.bg-soft-danger {
	background-color: #ec9e9e;
	color: #e70d0d;
}

.bg-soft-warning {
	background-color: #ffe9a6;
	color: #ffc107;
}

.bg-soft-info {
	background-color: rgba(86,37,232,.3);
	color: #5625e8;
}

.bg-soft-light {
	background-color: rgba(233,234,235,.9);
	color: #656b76;
}

.bg-soft-dark {
	background-color: rgba(17,24,39,.3);
	color: #fff;
}

.bg-light {
	color: #656b76;
}

.bg-primary-gradient {
	background: linear-gradient(90deg,#fd2692,#0a67f2)!important;
	color: #fff;
}

.bg-secondary-gradient {
	background: linear-gradient(90deg,#ff0098,#ffd24d 53.5%,#00aae6)!important;
	color: #fff;
}

.bg-warning-gradient {
	background: linear-gradient(180deg,#fef8ea,#fff)!important;
	color: #fff;
}

.bg-info-gradient {
	background: linear-gradient(180deg,#e7f1fc,#fff)!important;
	color: #fff;
}

.bg-success-gradient {
	background: linear-gradient(180deg,#e8f9e8,#fff)!important;
	color: #fff;
}

.bg-danger-gradient {
	background: linear-gradient(180deg,#fde9ed,#fff)!important;
	color: #fff;
}

.bg-purple-gradient {
	background: linear-gradient(90deg,#ab47bc 0,#9b25b7)!important;
	color: #fff;
}

.bg-teal-gradient {
	background: linear-gradient(180deg,#e6f9ff,#fff)!important;
	color: #fff;
}

.bg-light-gradient {
	background: linear-gradient(180deg,hsla(0,0%,100%,.47),#fff)!important;
	color: #000;
}

.bg-dark-gradient {
	background: linear-gradient(180deg,#f3f6ff,#fff)!important;
	color: #fff;
}

.bg-outline-primary {
	background-color: #fff;
	border: 1px solid #8eb66f;
	color: #8eb66f;
}

.bg-outline-secondary {
	background-color: #fff;
	border: 1px solid #282b8b;
	color: #282b8b;
}

.bg-outline-warning {
	background-color: #fff;
	border: 1px solid #ffc107;
	color: #ffc107;
}

.bg-outline-info {
	background-color: #fff;
	border: 1px solid #5625e8;
	color: #5625e8;
}

.bg-outline-success {
	background-color: #fff;
	border: 1px solid #03c95a;
	color: #03c95a;
}

.bg-outline-danger {
	background-color: #fff;
	border: 1px solid #e70d0d;
	color: #e70d0d;
}

.bg-outline-dark {
	background-color: #fff;
	border: 1px solid #111827;
	color: #111827;
}

.bg-outline-light {
	background-color: #fff;
	border: 1px solid #e9eaeb!important;
	color: #000!important;
}

.btn.bg-primary-transparent:hover {
	background-color: #8eb66f!important;
	color: #fff!important;
}

.bg-primary-transparent,.bg-primary-transparent:hover {
	background-color: #ffecf5!important;
	color: #8eb66f!important;
}

.bg-secondary-transparent,.bg-secondary-transparent:hover {
	background-color: #ececf5!important;
	color: #282b8b!important;
}

.bg-info-transparent,.bg-info-transparent:hover {
	background-color: #e1d8fb!important;
	color: #5625e8!important;
}

.bg-success-transparent,.bg-success-transparent:hover {
	background-color: #d2f5e1!important;
	color: #03c95a!important;
}

.bg-warning-transparent,.bg-warning-transparent:hover {
	background-color: #fff4d2!important;
	color: #ffc107!important;
}

.bg-danger-transparent,.bg-danger-transparent:hover {
	background-color: #f6cece!important;
	color: #e70d0d!important;
}

.bg-light-transparent {
	background-color: rgba(233,234,235,.5)!important;
	color: #e9eaeb!important;
}

.bg-light-transparent:hover {
	background-color: rgba(233,234,235,.5)!important;
	color: #656b76!important;
}

.bg-skyblue-transparent,.bg-skyblue-transparent:hover {
	background-color: #d3f5fc!important;
	color: #0dcaf0!important;
}

.bg-gray-100 {
	background-color: #e4e5e7;
}

.bg-gray-200 {
	background-color: #c9cbcf;
}

.bg-gray-300 {
	background-color: #afb2b8;
}

.bg-gray-400 {
	background-color: #969aa2;
}

.bg-gray-500 {
	background-color: #7d828c;
}

.bg-gray-600 {
	background-color: #656b76;
}

.bg-gray-700 {
	background-color: #4e5561;
}

.bg-gray-800 {
	background-color: #393f4d;
}

.bg-gray-900 {
	background-color: #242b3a;
}

.bg-light-100 {
	background-color: #fdfdfd!important;
}

.bg-light-300 {
	background-color: #f8f9f9!important;
}

.bg-light-400 {
	background-color: #f6f7f7!important;
}

.bg-light-500 {
	background-color: #f4f5f5!important;
}

.bg-success-800 {
	background-color: #33d37a!important;
}

.svg-primary {
	fill: #8eb66f;
}

.svg-secondary {
	fill: #282b8b;
}

.svg-success {
	fill: #03c95a;
}

.svg-danger {
	fill: #e70d0d;
}

.svg-warning {
	fill: #ffc107;
}

.svg-white {
	fill: #fff;
}

.svg-black {
	fill: #000;
}

.svg-pink {
	fill: #fd3995;
}

.svg-purple {
	fill: #ab47bc;
}

.svg-info {
	fill: #5625e8;
}

.svg-light {
	fill: #e9eaeb;
}

.svg-dark {
	fill: #111827;
}

.svg-default {
	fill: #656b76;
}

.color-container {
	width: 5rem;
	height: 5rem;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 3rem;
}

.text-container {
	padding: .25rem .5rem;
	border-radius: 4px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.08);
}

.color-box {
	width: 80px;
	height: 80px;
	border-radius: 4px;
	margin-right: .75rem;
	margin-bottom: .75rem;
}

.badge-soft-skyblue {
	background: #d3f5fc;
	color: #0dcaf0;
}

.bg-skyblue {
	background: #0dcaf0;
	color: #fff;
}

.bg-light-200 {
	background: #fbfbfb!important;
}

.bg-light-300 {
	background: #f8f9f9;
}

.bg-primary-gradient {
	background: linear-gradient(90deg,#fd2692,#0a67f2);
}

.bg-transparent-primary {
	background: #ffecf5;
}

.bg-transparent-dark {
	background: #eaebee;
}

.bg-transparent-info {
	background: #f0ebfd;
}

.bg-transparent-skyblue {
	background: #d3f5fc;
}

.bg-transparent-warning {
	background: #fff4d2;
}

.bg-transparent-light {
	background: #e9eaeb;
}

.bg-transparent-danger {
	background: #f6cece;
}

.bg-transparent-success {
	background: #d2f5e1;
}

.bg-transparent-info {
	background: #e1d8fb;
}

.bg-light-gray {
	background: #f4f5f5;
}

.bg-light-orange,.bg-light-orange span {
	background: #fec5e2;
}

.bg-light-red,.bg-light-red span {
	background: #f1b6b6;
}

.bg-light-green,.bg-light-green span {
	background: #a4ebc4;
}

.avatar {
	position: relative;
	height: 2.625rem;
	width: 2.625rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	font-weight: 500;
}

.avatar,.avatar a.badge:hover {
	color: #fff;
}

.avatar img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	-o-object-fit: cover;
	object-fit: cover;
}

.avatar.avatar-rounded,.avatar.avatar-rounded img {
	border-radius: 50%;
}

.avatar.avatar-radius-0,.avatar.avatar-radius-0 img {
	border-radius: 0;
}

.avatar .avatar-badge {
	position: absolute;
	inset-block-start: -4%;
	inset-inline-end: -.375rem;
	width: 1.4rem;
	height: 1.4rem;
	font-size: .625rem;
	border: 2px solid #fff;
	border-radius: 50%!important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.avatar.offline:before,.avatar.online:before {
	position: absolute;
	content: "";
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	inset-inline-end: 0;
	inset-block-end: 0;
	border: 2px solid #fff!important;
	z-index: 1;
}

.avatar.online:before {
	background-color: #03c95a;
}

.avatar.offline:before {
	background-color: #7d828c;
}

.avatar.avatar-xs {
	width: 1.25rem;
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: .65rem;
}

.avatar.avatar-xs .avatar-badge {
	padding: .25rem;
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	font-size: .5rem;
	inset-block-start: -25%;
	inset-inline-end: -.5rem;
}

.avatar.avatar-sm {
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: .65rem;
}

.avatar.avatar-sm .avatar-badge {
	padding: .3rem;
	width: 1.1rem;
	height: 1.1rem;
	line-height: 1.1rem;
	font-size: .5rem;
	inset-block-start: -28%;
	inset-inline-end: -.45rem;
}

.avatar.avatar-sm.offline:before,.avatar.avatar-sm.online:before {
	width: .5rem;
	height: .5rem;
}

.avatar.avatar-md {
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	font-size: .8rem;
}

.avatar.avatar-md .avatar-badge {
	padding: .4rem;
	width: 1.2rem;
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: .65rem;
	inset-block-start: -6%;
	inset-inline-end: -13%;
}

.avatar.avatar-md.offline:before,.avatar.avatar-md.online:before {
	width: .75rem;
	height: .75rem;
}

.avatar.avatar-md svg {
	width: 1.5rem;
	height: 1.5rem;
}

.avatar.avatar-lg {
	width: 2.813rem;
	height: 2.813rem;
	line-height: 2.813rem;
	font-size: 1rem;
}

.avatar.avatar-lg .avatar-badge {
	inset-block-start: -15%;
	inset-inline-end: -.25%;
}

.avatar.avatar-lg.offline:before,.avatar.avatar-lg.online:before {
	width: .8rem;
	height: .8rem;
}

.avatar.avatar-lg svg {
	width: 1.8rem;
	height: 1.8rem;
}

.avatar.avatar-xl {
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.25rem;
}

.avatar.avatar-xl .avatar-badge {
	inset-block-start: -8%;
	inset-inline-end: -.2%;
}

.avatar.avatar-xl.offline:before,.avatar.avatar-xl.online:before {
	width: .95rem;
	height: .95rem;
}

.avatar.avatar-xxl {
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	font-size: 1.5rem;
}

.avatar.avatar-xxl .avatar-badge {
	inset-block-start: -4%;
	inset-inline-end: 0;
}

.avatar.avatar-xxl.offline:before,.avatar.avatar-xxl.online:before {
	width: 1.05rem;
	height: 1.05rem;
	inset-block-end: .25rem;
}

.avatar.avatar-xxxl {
	width: 6rem;
	height: 6rem;
	line-height: 6rem;
	font-size: 1.75rem;
}

.avatar.avatar-xxxl .avatar-badge {
	inset-block-start: -4%;
	inset-inline-end: 0;
}

.avatar.avatar-xxxl.offline:before,.avatar.avatar-xxxl.online:before {
	width: 1.05rem;
	height: 1.05rem;
	inset-block-end: .25rem;
}

.avatar-list-stacked {
	padding: 0;
}

.avatar-list-stacked.avatar-group-overlapped .avatar {
	margin-right: -.875rem;
}

.avatar-list-stacked.avatar-group-overlapped .avatar:hover {
	z-index: 1;
}

.avatar-list-stacked.avatar-group-lg .avatar {
	width: 3.25rem;
	height: 3.25rem;
}

.avatar-list-stacked.avatar-group-lg .avatar>.initial-wrap {
	font-size: .95rem;
}

.avatar-list-stacked.avatar-group-lg.avatar-group-overlapped .avatar {
	margin-right: -1rem;
}

.avatar-list-stacked.avatar-group-sm .avatar {
	width: 2rem;
	height: 2rem;
}

.avatar-list-stacked.avatar-group-sm .avatar>.initial-wrap {
	font-size: .6rem;
}

.avatar-list-stacked.avatar-group-sm.avatar-group-overlapped .avatar {
	margin-right: -.625rem;
}

.avatar-list-stacked.avatar-group-xs .avatar {
	width: 1rem;
	height: 1rem;
	margin-inline-end: -6px!important;
}

.avatar-list-stacked.avatar-group-xs .avatar>.initial-wrap {
	font-size: .6rem;
}

.avatar-list-stacked.avatar-group-xs.avatar-group-overlapped .avatar {
	margin-right: -6px;
}

.avatar-list-stacked .avatar {
	margin-inline-end: -.875rem!important;
	border: 1px solid rgba(0,0,0,.05);
	vertical-align: middle;
	transition: transform .2s ease;
}

.avatar-list-stacked .avatar:last-child {
	margin-inline-end: 0!important;
}

.avatar-list-stacked .avatar:hover {
	z-index: 1;
	transform: translateY(-.188rem);
}

.avatar-group {
	display: inline-flex;
}

.avatar-group .avatar {
	width: 2.625rem;
	height: 2.625rem;
}

.avatar-group .avatar .avatar-img,.avatar-group .avatar>.initial-wrap {
	border: 2px solid #fff;
	font-size: .9rem;
}

.avatar-group.avatar-group-overlapped .avatar {
	margin-right: -.875rem;
}

.avatar-group.avatar-group-overlapped .avatar:hover {
	z-index: 1;
}

.avatar-group.avatar-group-lg .avatar {
	width: 3.25rem;
	height: 3.25rem;
}

.avatar-group.avatar-group-lg .avatar>.initial-wrap {
	font-size: .95rem;
}

.avatar-group.avatar-group-lg.avatar-group-overlapped .avatar {
	margin-right: -1rem;
}

.avatar-group.avatar-group-sm .avatar {
	width: 2rem;
	height: 2rem;
}

.avatar-group.avatar-group-sm .avatar>.initial-wrap {
	font-size: .6rem;
}

.avatar-group.avatar-group-sm.avatar-group-overlapped .avatar {
	margin-right: -.625rem;
}

.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #8eb66f;
	text-shadow: unset;
}

.bootstrap-datetimepicker-widget table th {
	font-size: 12px;
	font-weight: 600;
	color: #656b76;
	width: 26px;
	height: 24px;
	line-height: 24px;
}

.bootstrap-datetimepicker-widget table th.next,.bootstrap-datetimepicker-widget table th.prev {
	padding-bottom: 8px;
}

.bootstrap-datetimepicker-widget table th.next span,.bootstrap-datetimepicker-widget table th.prev span {
	width: 20px;
	height: 20px;
	font-size: 12px;
	border: 1px solid #ebeced;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.bootstrap-datetimepicker-widget table th.next span:hover,.bootstrap-datetimepicker-widget table th.prev span:hover {
	background: #111827;
	border-color: #111827;
	color: #fff;
}

.bootstrap-datetimepicker-widget table td {
	font-size: 12px;
	color: #242b3a;
}

.bootstrap-datetimepicker-widget table td.day {
	width: 26px;
	height: 24px;
	line-height: 24px;
}

.bootstrap-datetimepicker-widget {
	z-index: 999!important;
}

.bootstrap-datetimepicker-widget .picker-switch {
	padding-bottom: 8px;
}

.bootstrap-datetimepicker-widget table td.today:before {
	border-bottom-color: #8eb66f;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
	background: transparent;
}

.shadow-sm {
	box-shadow: 0 4.4px 12px -1px hsla(0,0%,87.1%,.36)!important;
}

.shadow-md {
	box-shadow: 0 4px 4px 0 hsla(0,0%,85.1%,.25)!important;
}

.list-group-item {
	border-color: #ebeced!important;
	color: inherit;
}

.list-group a.active,.list-group a:hover {
	background: #ffd8eb;
	color: #8eb66f;
}

.list-styled-dotted li {
	list-style-type: disc;
}

.custom-offcanvas.offcanvas.offcanvas-end {
	width: 600px!important;
}

.custom-offcanvas.offcanvas.offcanvas-end .offcanvas-header .close-btn {
	width: 20px;
	height: 20px;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	background-color: #7d828c;
	border: 1px solid #7d828c;
}

.custom-offcanvas.offcanvas.offcanvas-end .offcanvas-header .close-btn:hover {
	background: #e70d0d;
	border-color: #e70d0d;
}

.w-40 {
	width: 40%;
}

@media (max-width:767.98px) {
	.w-40 {
		width: 100%;
	}
}

hr {
	border-color: #686a6c;
}

.btn-primary {
	font-size: 14px;
	font-weight: 500;
}

.btn-check:checked+.btn,.btn-primary,.btn.active,.btn.show,.btn.show:hover,.btn:first-child:active,:not(.btn-check)+.btn:active {
	color: #fff;
	background-color: #8eb66f;
	border-color: #8eb66f;
}

button {
	cursor: pointer;
}

button:focus {
	outline: 0;
	box-shadow: none;
}

.btn {
	border-radius: 5px;
	padding: 7px 15px;
	font-size: 14px;
	transition: all .5s;
	font-weight: 500;
}

.btn:focus {
	box-shadow: none!important;
}

.btn:hover {
	transition: all .5s;
}

.btn.btn-lg {
	padding: .65rem 1rem;
	font-size: 1rem;
}

.btn.btn-sm {
	padding: .25rem .5rem;
	font-size: .75rem;
}

.btn.btn-primary.active,.btn.btn-primary.focus,.btn.btn-primary:active,.btn.btn-primary:focus,.btn.btn-primary:hover {
	background-color: #7baa57;
	border: 1px solid #7baa57;
}

.btn.btn-secondary {
	background-color: #808080;
	border: 1px solid #808080;
	color: #fff;
}

.btn.btn-secondary.active,.btn.btn-secondary.focus,.btn.btn-secondary:active,.btn.btn-secondary:focus,.btn.btn-secondary:hover {
	background-color: #20226f;
	border: 1px solid #20226f;
	color: #fff;
}

.btn.btn-success {
	background-color: #03c95a;
	border: 1px solid #03c95a;
	color: #fff;
}

.btn.btn-success.active,.btn.btn-success.focus,.btn.btn-success:active,.btn.btn-success:focus,.btn.btn-success:hover {
	background-color: #02a64a;
	border: 1px solid #02a64a;
	color: #fff;
}

.btn.btn-info {
	background-color: #5625e8;
	border: 1px solid #5625e8;
	color: #fff;
}

.btn.btn-info.active,.btn.btn-info.focus,.btn.btn-info:active,.btn.btn-info:focus,.btn.btn-info:hover {
	background-color: #4616d3;
	border: 1px solid #4616d3;
	color: #fff;
}

.btn.btn-warning {
	background-color: #ffc107;
	border: 1px solid #ffc107;
	color: #fff;
}

.btn.btn-warning.active,.btn.btn-warning.focus,.btn.btn-warning:active,.btn.btn-warning:focus,.btn.btn-warning:hover {
	background-color: #e2aa00;
	border: 1px solid #e2aa00;
	color: #fff;
}

.btn.btn-danger {
	background-color: #e70d0d;
	border: 1px solid #e70d0d;
	color: #fff;
}

.btn.btn-danger.active,.btn.btn-danger.focus,.btn.btn-danger:active,.btn.btn-danger:focus,.btn.btn-danger:hover {
	background-color: #c50b0b;
	border: 1px solid #c50b0b;
	color: #fff;
}

.btn.btn-dark {
	background-color: #111827;
	border: 1px solid #111827;
	color: #fff;
}

.btn.btn-dark.active,.btn.btn-dark.focus,.btn.btn-dark:active,.btn.btn-dark:focus,.btn.btn-dark:hover {
	background-color: #06090e;
	border: 1px solid #06090e;
	color: #fff;
}

.btn.btn-light {
	background-color: #e9eaeb;
	border: 1px solid #e9eaeb;
	color: #fff;
}

.btn.btn-light.active,.btn.btn-light.focus,.btn.btn-light:active,.btn.btn-light:focus,.btn.btn-light:hover {
	background-color: #d6d8da;
	border: 1px solid #d6d8da;
	color: #fff;
}

.btn.btn-black,.btn.btn-black.active,.btn.btn-black.focus,.btn.btn-black:active,.btn.btn-black:focus,.btn.btn-black:hover {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

.btn.btn-purple {
	background-color: #ab47bc;
	border: 1px solid #ab47bc;
	color: #fff;
}

.btn.btn-purple.active,.btn.btn-purple.focus,.btn.btn-purple:active,.btn.btn-purple:focus,.btn.btn-purple:hover {
	background-color: #953ca4;
	border: 1px solid #953ca4;
	color: #fff;
}

.btn.btn-primary {
	background-color: #8eb66f;
	border: 1px solid #8eb66f;
	color: #fff;
}

.btn.btn-primary.active,.btn.btn-primary.focus,.btn.btn-primary:active,.btn.btn-primary:focus,.btn.btn-primary:hover {
	background-color: #8eb66f;
	border: 1px solid #8eb66f;
	color: #fff;
}

.btn.btn-primary-blue {
	background-color: #4c40ed;
	border: 1px solid #4c40ed;
	color: #fff;
}

.btn.btn-primary-blue.active,.btn.btn-primary-blue.focus,.btn.btn-primary-blue:active,.btn.btn-primary-blue:focus,.btn.btn-primary-blue:hover {
	background-color: #2d1fea;
	border: 1px solid #2d1fea;
	color: #fff;
}

.btn.btn-light {
	background-color: #ebeced;
	border: 1px solid #ebeced;
	color: #242b3a;
}

.btn.btn-light.active,.btn.btn-light.focus,.btn.btn-light:active,.btn.btn-light:focus,.btn.btn-light:hover {
	background-color: #e3e4e6;
	border: 1px solid #ebeced;
	color: #242b3a;
}

.btn.btn-white {
	background-color: #fff;
	border-color: #fff;
	color: #242b3a;
}

.btn.btn-linear-primary {
	/*background: linear-gradient(90deg,#fd2692,#0a67f2);*/
	background: linear-gradient(90deg,#000000, #8eb66f);
	color: #fff;
	border: 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn.btn-linear-primary:before {
	content: "";
	position: absolute;
    background: linear-gradient(90deg,#000000, #8eb66f);
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform .24s ease-in-out;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.btn.btn-linear-primary:hover:before {
	transform: scaleX(1);
	transform-origin: left center;
}

.btn-group .btn {
	padding: .45rem .75rem;
}

.btn-group-lg .btn {
	padding: .65rem 1rem;
}

.btn-group-sm .btn {
	padding: .25rem .5rem;
}

.btn.btn-w-xs {
	min-width: 5.625rem;
}

.btn.btn-w-sm {
	min-width: 6.975rem;
}

.btn.btn-w-md {
	min-width: 8.125rem;
}

.btn.btn-w-lg {
	min-width: 9.375rem;
}

.btn-icon i {
	padding: 0;
	margin: -.5rem;
}

.btn-icon.btn-sm {
	width: 1.75rem;
	height: 1.75rem;
	font-size: .8rem;
}

.btn-icon.btn-lg {
	width: 2.75rem;
	height: 2.75rem;
	font-size: 1.2rem;
}

.btn-list>a,.btn-list>button {
	margin: 0 .375rem .375rem 0;
}

[dir=rtl] .btn-list a,[dir=rtl] .btn-list button,[dir=rtl] .btn-list div,[dir=rtl] .btn-list input {
	margin: 0 0 .375rem .375rem;
}

.btn-list {
	margin-block-end: -.5rem;
}

.btn-square {
	border-radius: 0;
}

.btn-group-pill .btn:first-child {
	border-radius: 60px 0 0 60px;
}

.btn-group-pill .btn:last-child {
	border-radius: 0 60px 60px 0;
}

.btn-group-square .btn:first-child,.btn-group-square .btn:last-child {
	border-radius: 0 0 0 0;
}

.btn.btn-primary-light {
	background-color: rgba(142,182,111,.1);
	color: #8eb66f;
}

.btn.btn-primary-light:active,.btn.btn-primary-light:focus,.btn.btn-primary-light:hover {
	background-color: #8eb66f;
	color: #fff;
	border-color: #8eb66f;
}

.btn.btn-secondary-light {
	background-color: rgba(40,43,139,.1);
	color: #282b8b;
}

.btn.btn-secondary-light:active,.btn.btn-secondary-light:focus,.btn.btn-secondary-light:hover {
	background-color: #282b8b;
	color: #fff;
	border-color: #282b8b;
}

.btn.btn-warning-light {
	background-color: rgba(255,193,7,.1);
	color: #ffc107;
}

.btn.btn-warning-light:active,.btn.btn-warning-light:focus,.btn.btn-warning-light:hover {
	background-color: #ffc107;
	color: #fff;
	border-color: #ffc107;
}

.btn.btn-info-light {
	background-color: rgba(86,37,232,.1);
	color: #5625e8;
}

.btn.btn-info-light:active,.btn.btn-info-light:focus,.btn.btn-info-light:hover {
	background-color: #5625e8;
	color: #fff;
	border-color: #5625e8;
}

.btn.btn-success-light {
	background-color: rgba(3,201,90,.1);
	color: #03c95a;
}

.btn.btn-success-light:active,.btn.btn-success-light:focus,.btn.btn-success-light:hover {
	background-color: #03c95a;
	color: #fff;
	border-color: #03c95a;
}

.btn.btn-danger-light {
	background-color: rgba(231,13,13,.1);
	color: #e70d0d;
}

.btn.btn-danger-light:active,.btn.btn-danger-light:focus,.btn.btn-danger-light:hover {
	background-color: #e70d0d;
	color: #fff;
	border-color: #e70d0d;
}

.btn.btn-primary-ghost,.btn.btn-primary-ghost:active {
	background-color: transparent;
	color: #8eb66f;
	border: 1px solid #8eb66f;
}

.btn.btn-secondary-ghost,.btn.btn-secondary-ghost:active {
	background-color: transparent;
	color: #282b8b;
	border: 1px solid #282b8b;
}

.btn.btn-warning-ghost,.btn.btn-warning-ghost:active {
	background-color: transparent;
	color: #ffc107;
	border: 1px solid #ffc107;
}

.btn.btn-info-ghost,.btn.btn-info-ghost:active {
	background-color: transparent;
	color: #5625e8;
	border: 1px solid #5625e8;
}

.btn.btn-success-ghost,.btn.btn-success-ghost:active {
	background-color: transparent;
	color: #03c95a;
	border: 1px solid #03c95a;
}

.btn.btn-danger-ghost,.btn.btn-danger-ghost:active {
	background-color: transparent;
	color: #e70d0d;
	border: 1px solid #e70d0d;
}

.btn-list button {
	margin: 0 .375rem .375rem 0;
}

.btn-outline-primary {
	border: 1px solid #8eb66f!important;
	color: #8eb66f!important;
}

.btn-outline-primary.active,.btn-outline-primary.focus,.btn-outline-primary:active,.btn-outline-primary:focus,.btn-outline-primary:hover {
	background-color: #8eb66f!important;
	border: 1px solid #8eb66f!important;
	box-shadow: 0 3px 10px rgba(142,182,111,.5);
	color: #fff!important;
}

.btn-outline-secondary {
	border: 1px solid #282b8b!important;
	color: #282b8b!important;
}

.btn-outline-secondary.active,.btn-outline-secondary.focus,.btn-outline-secondary:active,.btn-outline-secondary:focus,.btn-outline-secondary:hover {
	background-color: #282b8b!important;
	border: 1px solid #282b8b!important;
	box-shadow: 0 3px 10px rgba(40,43,139,.5);
	color: #fff!important;
}

.btn-outline-success {
	border: 1px solid #03c95a!important;
	color: #03c95a!important;
}

.btn-outline-success.active,.btn-outline-success.focus,.btn-outline-success:active,.btn-outline-success:focus,.btn-outline-success:hover {
	background-color: #03c95a!important;
	border: 1px solid #03c95a!important;
	box-shadow: 0 3px 10px rgba(3,201,90,.5);
	color: #fff!important;
}

.btn-outline-danger {
	border: 1px solid #e70d0d!important;
	color: #e70d0d!important;
}

.btn-outline-danger.active,.btn-outline-danger.focus,.btn-outline-danger:active,.btn-outline-danger:focus,.btn-outline-danger:hover {
	background-color: #e70d0d!important;
	border: 1px solid #e70d0d!important;
	box-shadow: 0 3px 10px rgba(231,13,13,.5);
	color: #fff!important;
}

.btn-outline-warning {
	border: 1px solid #ffc107!important;
	color: #ffc107!important;
}

.btn-outline-warning.active,.btn-outline-warning.focus,.btn-outline-warning:active,.btn-outline-warning:focus,.btn-outline-warning:hover {
	background-color: #ffc107!important;
	border: 1px solid #ffc107!important;
	box-shadow: 0 3px 10px rgba(255,193,7,.5);
	color: #fff!important;
}

.btn-outline-info {
	border: 1px solid #5625e8!important;
	color: #5625e8!important;
}

.btn-outline-info.active,.btn-outline-info.focus,.btn-outline-info:active,.btn-outline-info:focus,.btn-outline-info:hover {
	background-color: #5625e8!important;
	border: 1px solid #5625e8!important;
	box-shadow: 0 3px 10px rgba(86,37,232,.5);
	color: #fff!important;
}

.btn-outline-light {
	border: 1px solid #e9eaeb!important;
	color: #4e5561!important;
}

.btn-outline-light.active,.btn-outline-light.focus,.btn-outline-light:active,.btn-outline-light:focus,.btn-outline-light:hover {
	background-color: #e9eaeb!important;
	border: 1px solid #e9eaeb!important;
	color: #4e5561!important;
}

.btn-outline-dark {
	border: 1px solid #111827!important;
	color: #111827!important;
}

.btn-outline-dark.active,.btn-outline-dark.focus,.btn-outline-dark:active,.btn-outline-dark:focus,.btn-outline-dark:hover {
	background-color: #111827!important;
	border: 1px solid #111827!important;
	box-shadow: 0 3px 10px rgba(17,24,39,.5);
	color: #fff!important;
}

.btn-soft-primary {
	background-color: #feb1d8!important;
	color: #8eb66f!important;
}

.btn-soft-primary.active,.btn-soft-primary.focus,.btn-soft-primary:active,.btn-soft-primary:focus,.btn-soft-primary:hover {
	box-shadow: 0 3px 12px rgba(142,182,111,.2);
	border-color: #8eb66f;
}

.btn-soft-secondary {
	background-color: #b2b3d5!important;
	color: #282b8b!important;
}

.btn-soft-secondary.active,.btn-soft-secondary.focus,.btn-soft-secondary:active,.btn-soft-secondary:focus,.btn-soft-secondary:hover {
	box-shadow: 0 3px 12px rgba(40,43,139,.2);
	border-color: #282b8b;
}

.btn-soft-success {
	background-color: #a4ebc4!important;
	color: #03c95a!important;
}

.btn-soft-success.active,.btn-soft-success.focus,.btn-soft-success:active,.btn-soft-success:focus,.btn-soft-success:hover {
	box-shadow: 0 3px 12px rgba(3,201,90,.2);
	border-color: #03c95a;
}

.btn-soft-danger {
	background-color: #ec9e9e!important;
	color: #e70d0d!important;
}

.btn-soft-danger.active,.btn-soft-danger.focus,.btn-soft-danger:active,.btn-soft-danger:focus,.btn-soft-danger:hover {
	box-shadow: 0 3px 12px rgba(231,13,13,.2);
	border-color: #e70d0d;
}

.btn-soft-warning {
	background-color: #ffe9a6!important;
	color: #ffc107!important;
}

.btn-soft-warning.active,.btn-soft-warning.focus,.btn-soft-warning:active,.btn-soft-warning:focus,.btn-soft-warning:hover {
	box-shadow: 0 3px 12px rgba(255,193,7,.2);
	border-color: #ffc107;
}

.btn-soft-info {
	background-color: rgba(86,37,232,.3)!important;
	color: #5625e8!important;
}

.btn-soft-info.active,.btn-soft-info.focus,.btn-soft-info:active,.btn-soft-info:focus,.btn-soft-info:hover {
	box-shadow: 0 3px 12px rgba(86,37,232,.2);
	border-color: #5625e8;
}

.btn-soft-light {
	background-color: rgba(233,234,235,.9)!important;
	color: #656b76!important;
}

.btn-soft-light.active,.btn-soft-light.focus,.btn-soft-light:active,.btn-soft-light:focus,.btn-soft-light:hover {
	box-shadow: 0 3px 12px rgba(233,234,235,.2);
	border-color: #656b76;
}

.btn-soft-dark {
	background-color: rgba(17,24,39,.3)!important;
	color: #fff!important;
}

.btn-soft-dark.active,.btn-soft-dark.focus,.btn-soft-dark:active,.btn-soft-dark:focus,.btn-soft-dark:hover {
	box-shadow: 0 3px 12px rgba(17,24,39,.2);
	border-color: #111827;
}

.page-loader {
	width: 48px;
	height: 48px;
	background: hsla(0,0%,100%,.2);
	border-color: transparent #8eb66f #8eb66f transparent;
	border-width: 4px;
	display: inline-block;
	position: relative;
	animation: rotation 1s ease-in-out infinite;
}

.page-loader,.page-loader:after {
	border-style: solid;
	border-radius: 50%;
	box-sizing: border-box;
}

.page-loader:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	border-color: transparent #282b8b #282b8b transparent;
	border-width: 12px;
	transform: translate(-50%,-50%);
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(1turn);
	}
}

.badge.badge-primary {
	background: rgba(142,182,111,.1);
	box-shadow: 0 1px 1px rgba(142,182,111,.5);
	color: #8eb66f;
}

.badge.badge-dark-transparent {
	background: #eaebee;
	color: #242b3a;
}

.badge.badge-info-transparent {
	background: #f0ebfd;
	color: #673bea;
}

.badge.badge-purple-transparent {
	background: #f7eef9;
	color: #ab47bc;
}

.badge.badge-success-100 {
	background: #d2f5e1;
	color: #03c95a;
}

.badge.badge-primary-transparent {
	background: #ffecf5;
	color: #8eb66f;
}

.badge.badge-danger-transparent {
	background: #fae7e7;
	color: #e70d0d;
}

.badge.badge-skyblue {
	background: #e9fafe;
	color: #0dcaf0;
}

.badge.badge-primary {
	background: #8eb66f;
	color: #fff;
}

.badge.badge-soft-primary {
	background: rgba(142,182,111,.1);
	color: #8eb66f;
}

.badge.badge-secondary {
	background: #282b8b;
	color: #fff;
}

.badge.badge-soft-secondary {
	background: rgba(40,43,139,.1);
	color: #282b8b;
}

.badge.badge-success {
	background: #03c95a;
	color: #fff;
}

.badge.badge-soft-success {
	background: rgba(3,201,90,.1);
	color: #03c95a;
}

.badge.badge-info {
	background: #5625e8;
	color: #fff;
}

.badge.badge-soft-info {
	background: rgba(86,37,232,.1);
	color: #5625e8;
}

.badge.badge-warning {
	background: #ffc107;
	color: #fff;
}

.badge.badge-soft-warning {
	background: rgba(255,193,7,.1);
	color: #ffc107;
}

.badge.badge-danger {
	background: #e70d0d;
	color: #fff;
}

.badge.badge-soft-danger {
	background: rgba(231,13,13,.1);
	color: #e70d0d;
}

.badge.badge-dark {
	background: #111827;
	color: #fff;
}

.badge.badge-soft-dark {
	background: rgba(17,24,39,.1);
	color: #111827;
}

.badge.badge-light {
	background: #e9eaeb;
	color: #fff;
}

.badge.badge-soft-light {
	background: rgba(233,234,235,.1);
	color: #e9eaeb;
}

.badge.badge-black {
	background: #000;
	color: #fff;
}

.badge.badge-soft-black {
	background: rgba(0,0,0,.1);
	color: #000;
}

.badge.badge-purple {
	background: #ab47bc;
	color: #fff;
}

.badge.badge-soft-purple {
	background: rgba(171,71,188,.1);
	color: #ab47bc;
}

.badge {
	padding: .25rem .45rem;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: .5px;
	border-radius: 4px;
}

.badge.badge-xs {
	font-size: 10px;
	padding: 0 5px;
	line-height: 18px;
}

.badge.badge-sm {
	font-size: 11px;
	padding: 5px 8px;
	line-height: 11px;
}

.badge.badge-md {
	font-size: 12px;
	padding: 5px 12px;
	line-height: 1.5;
}

.badge.badge-lg {
	font-size: 14px;
	padding: 0 10px;
	line-height: 30px;
}

.badge.badge-xl {
	font-size: 16px;
	padding: 0 15px;
	line-height: 35px;
}

.badge.badge-soft-skyblue {
	background: #d3f5fc;
	color: #0dcaf0;
}

.border-container {
	display: inline-block;
	width: 5rem;
	height: 5rem;
	margin: .25rem;
	background-color: #e9eaeb;
}

.border {
	border: 1px solid #ebeced!important;
}

.border.border-dashed {
	border-style: dashed!important;
}

.border.border-dotted {
	border-style: dotted!important;
}

.border.border-primary {
	border: 1px solid #8eb66f!important;
	opacity: 1;
}

.border.border-primary.border-opacity-10 {
	border-color: rgba(142,182,111,.1)!important;
}

.border.border-primary.border-opacity-25 {
	border-color: rgba(142,182,111,.25)!important;
}

.border.border-primary.border-opacity-50 {
	border-color: rgba(142,182,111,.5)!important;
}

.border.border-primary.border-opacity-75 {
	border-color: rgba(142,182,111,.75)!important;
}

.border.border-primary.border-opacity-100 {
	border-color: #8eb66f!important;
}

.border.border-secondary {
	border: 1px solid #282b8b!important;
	opacity: 1;
}

.border.border-secondary.border-opacity-10 {
	border-color: rgba(40,43,139,.1)!important;
}

.border.border-secondary.border-opacity-25 {
	border-color: rgba(40,43,139,.25)!important;
}

.border.border-secondary.border-opacity-50 {
	border-color: rgba(40,43,139,.5)!important;
}

.border.border-secondary.border-opacity-75 {
	border-color: rgba(40,43,139,.75)!important;
}

.border.border-secondary.border-opacity-100 {
	border-color: #282b8b!important;
}

.border.border-info {
	border: 1px solid #5625e8!important;
	opacity: 1;
}

.border.border-info.border-opacity-10 {
	border-color: rgba(86,37,232,.1)!important;
}

.border.border-info.border-opacity-25 {
	border-color: rgba(86,37,232,.25)!important;
}

.border.border-info.border-opacity-50 {
	border-color: rgba(86,37,232,.5)!important;
}

.border.border-info.border-opacity-75 {
	border-color: rgba(86,37,232,.75)!important;
}

.border.border-info.border-opacity-100 {
	border-color: #5625e8!important;
}

.border.border-success {
	border: 1px solid #03c95a!important;
	opacity: 1;
}

.border.border-success.border-opacity-10 {
	border-color: rgba(3,201,90,.1)!important;
}

.border.border-success.border-opacity-25 {
	border-color: rgba(3,201,90,.25)!important;
}

.border.border-success.border-opacity-50 {
	border-color: rgba(3,201,90,.5)!important;
}

.border.border-success.border-opacity-75 {
	border-color: rgba(3,201,90,.75)!important;
}

.border.border-success.border-opacity-100 {
	border-color: #03c95a!important;
}

.border.border-warning {
	border: 1px solid #ffc107!important;
	opacity: 1;
}

.border.border-warning.border-opacity-10 {
	border-color: rgba(255,193,7,.1)!important;
}

.border.border-warning.border-opacity-25 {
	border-color: rgba(255,193,7,.25)!important;
}

.border.border-warning.border-opacity-50 {
	border-color: rgba(255,193,7,.5)!important;
}

.border.border-warning.border-opacity-75 {
	border-color: rgba(255,193,7,.75)!important;
}

.border.border-warning.border-opacity-100 {
	border-color: #ffc107!important;
}

.border.border-danger {
	border: 1px solid #e70d0d!important;
	opacity: 1;
}

.border.border-danger.border-opacity-10 {
	border-color: rgba(231,13,13,.1)!important;
}

.border.border-danger.border-opacity-25 {
	border-color: rgba(231,13,13,.25)!important;
}

.border.border-danger.border-opacity-50 {
	border-color: rgba(231,13,13,.5)!important;
}

.border.border-danger.border-opacity-75 {
	border-color: rgba(231,13,13,.75)!important;
}

.border.border-danger.border-opacity-100 {
	border-color: #e70d0d!important;
}

.border.border-white {
	border: 1px solid #fff!important;
	opacity: 1;
}

.border.border-white.border-opacity-10 {
	border-color: hsla(0,0%,100%,.1)!important;
}

.border.border-white.border-opacity-25 {
	border-color: hsla(0,0%,100%,.25)!important;
}

.border.border-white.border-opacity-50 {
	border-color: hsla(0,0%,100%,.5)!important;
}

.border.border-white.border-opacity-75 {
	border-color: hsla(0,0%,100%,.75)!important;
}

.border.border-white.border-opacity-100 {
	border-color: #fff!important;
}

.border.border-light {
	border: 1px solid #e9eaeb!important;
	opacity: 1;
}

.border.border-light.border-opacity-10 {
	border-color: rgba(233,234,235,.1)!important;
}

.border.border-light.border-opacity-25 {
	border-color: rgba(233,234,235,.25)!important;
}

.border.border-light.border-opacity-50 {
	border-color: rgba(233,234,235,.5)!important;
}

.border.border-light.border-opacity-75 {
	border-color: rgba(233,234,235,.75)!important;
}

.border.border-light.border-opacity-100 {
	border-color: #e9eaeb!important;
}

.border.border-dark {
	border: 1px solid #111827!important;
	opacity: 1;
}

.border.border-dark.border-opacity-10 {
	border-color: rgba(17,24,39,.1)!important;
}

.border.border-dark.border-opacity-25 {
	border-color: rgba(17,24,39,.25)!important;
}

.border.border-dark.border-opacity-50 {
	border-color: rgba(17,24,39,.5)!important;
}

.border.border-dark.border-opacity-75 {
	border-color: rgba(17,24,39,.75)!important;
}

.border.border-dark.border-opacity-100 {
	border-color: #111827!important;
}

.border.border-opacity-10 {
	--bs-border-opacity: 0.1!important;
}

.border.border-opacity-25 {
	--bs-border-opacity: 0.25!important;
}

.border.border-opacity-50 {
	--bs-border-opacity: 0.5!important;
}

.border.border-opacity-75 {
	--bs-border-opacity: 0.75!important;
}

.border.border-opacity-100 {
	--bs-border-opacity: 1!important;
}

.border.border-1 {
	border-width: 1px!important;
}

.border.border-2 {
	border-width: 2px!important;
}

.border.border-3 {
	border-width: 3px!important;
}

.border.border-4 {
	border-width: 4px!important;
}

.border.border-5 {
	border-width: 5px!important;
}

.border.border-block-start-dashed {
	border-top-style: dashed;
}

.border.border-block-start-dotted {
	border-top-style: dotted;
}

.border.border-inline-end-dashed {
	border-inline-end-style: dashed;
}

.border.border-inline-end-dotted {
	border-inline-end-style: dotted;
}

.border.border-block-end-dashed {
	border-bottom-style: dashed;
}

.border.border-block-end-dotted {
	border-bottom-style: dotted;
}

.border.border-inline-start-dashed {
	border-inline-start-style: dashed;
}

.border.border-inline-start-dotted {
	border-inline-start-style: dotted;
}

.border.border-0 {
	border: 0!important;
}

.border.border-top-0 {
	border-block-start: 0!important;
}

.border.border-end-0 {
	border-inline-end: 0!important;
}

.border.border-bottom-0 {
	border-block-end: 0!important;
}

.border.border-start-0 {
	border-inline-start: 0!important;
}

.border-top {
	border-top: 1px solid #ebeced!important;
}

.border-top.border-block-start-dashed {
	border-top-style: dashed!important;
}

.border-top.border-block-start-dotted {
	border-top-style: dotted!important;
}

.border-top.border-primary {
	border-color: #8eb66f!important;
}

.border-top.border-secondary {
	border-color: #282b8b!important;
}

.border-top.border-warning {
	border-color: #ffc107!important;
}

.border-top.border-info {
	border-color: #5625e8!important;
}

.border-top.border-success {
	border-color: #03c95a!important;
}

.border-top.border-danger {
	border-color: #e70d0d!important;
}

.border-top.border-light {
	border-color: #e9eaeb!important;
}

.border-top.border-dark {
	border-color: #111827!important;
}

.border-end {
	border-inline-end: 1px solid #ebeced!important;
}

.border-end.border-inline-end-dashed {
	border-inline-end-style: dashed!important;
}

.border-end.border-inline-end-dotted {
	border-inline-end-style: dotted!important;
}

.border-end.border-primary {
	border-color: #8eb66f!important;
}

.border-end.border-secondary {
	border-color: #282b8b!important;
}

.border-end.border-warning {
	border-color: #ffc107!important;
}

.border-end.border-info {
	border-color: #5625e8!important;
}

.border-end.border-success {
	border-color: #03c95a!important;
}

.border-end.border-danger {
	border-color: #e70d0d!important;
}

.border-end.border-light {
	border-color: #e9eaeb!important;
}

.border-end.border-dark {
	border-color: #111827!important;
}

.border-bottom {
	border-bottom: 1px solid #ebeced!important;
}

.border-bottom.border-block-end-dashed {
	border-bottom-style: dashed!important;
}

.border-bottom.border-block-end-dotted {
	border-bottom-style: dotted!important;
}

.border-bottom.border-primary {
	border-color: #8eb66f!important;
}

.border-bottom.border-secondary {
	border-color: #282b8b!important;
}

.border-bottom.border-warning {
	border-color: #ffc107!important;
}

.border-bottom.border-info {
	border-color: #5625e8!important;
}

.border-bottom.border-success {
	border-color: #03c95a!important;
}

.border-bottom.border-danger {
	border-color: #e70d0d!important;
}

.border-bottom.border-light {
	border-color: #e9eaeb!important;
}

.border-bottom.border-dark {
	border-color: #111827!important;
}

.border-bottom.border-skyblue {
	border-color: #0dcaf0!important;
}

.border-start {
	border-inline-start: 1px solid #ebeced!important;
}

.border-start.border-inline-start-dashed {
	border-inline-start-style: dashed!important;
}

.border-start.border-inline-start-dotted {
	border-inline-start-style: dotted!important;
}

.border-start.border-primary {
	border-color: #8eb66f!important;
}

.border-start.border-secondary {
	border-color: #282b8b!important;
}

.border-start.border-warning {
	border-color: #ffc107!important;
}

.border-start.border-info {
	border-color: #5625e8!important;
}

.border-start.border-success {
	border-color: #03c95a!important;
}

.border-start.border-danger {
	border-color: #e70d0d!important;
}

.border-start.border-light {
	border-color: #e9eaeb!important;
}

.border-start.border-dark {
	border-color: #111827!important;
}

.border-primary {
	border-color: #8eb66f!important;
}

.border-secondary {
	border-color: #282b8b!important;
}

.border-warning {
	border-color: #ffc107!important;
}

.border-info {
	border-color: #5625e8!important;
}

.border-success {
	border-color: #03c95a!important;
}

.border-danger {
	border-color: #e70d0d!important;
}

.border-skyblue {
	border-color: #0dcaf0!important;
}

.border-3 {
	border-width: 3px!important;
}

.br-1 {
	border-radius: .0625rem;
}

.br-2 {
	border-radius: .125rem;
}

.br-3 {
	border-radius: .1875rem;
}

.br-4 {
	border-radius: .25rem;
}

.br-5 {
	border-radius: .3125rem!important;
}

.br-6 {
	border-radius: .375rem;
}

.br-7 {
	border-radius: .4375rem;
}

.br-8 {
	border-radius: .5rem;
}

.br-9 {
	border-radius: .5625rem;
}

.br-10 {
	border-radius: .625rem!important;
}

.br-15 {
	border-radius: .9375rem;
}

.br-20 {
	border-radius: 1.25rem;
}

.rounded {
	border-radius: 4px!important;
}

.dropdown-auto {
	overflow: auto;
}

.dropdown .dropdown-toggle {
	font-weight: 400;
	font-size: 14px;
	padding: 9px 8px;
	color: #242b3a;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #ebeced;
}

.dropdown .dropdown-toggle:after {
	display: inline-block;
	margin-inline-start: .5rem;
	vertical-align: 0;
	content: "\f078";
	font-family: Font Awesome\ 5 Free;
	border: 0;
	font-size: .75rem;
	font-weight: 600;
}

.dropdown .dropdown-toggle.btn-primary {
	color: #fff;
}

.dropdown .dropdown-menu {
	font-family: Archivo,sans-serif;
}

.dropdown-menu {
	box-shadow: 0 4px 13px -2px rgba(19,16,34,.06);
	font-size: .875rem;
	color: #242b3a;
	background-color: #fff;
	padding: 0;
	z-index: 10;
}

.dropdown-divider,.dropdown-menu {
	border-color: #ebeced;
}

.dropdown-header,.dropdown-item-text {
	color: #656b76;
}

.dropdown-item {
	color: #242b3a!important;
	padding: .594rem .9375rem;
	font-size: 14px;
}

.dropdown-item.disabled,.dropdown-item:disabled {
	color: #656b76;
	opacity: .5;
}

.dropdown-item:not(.active):active,.dropdown-item:not(.active):focus,.dropdown-item:not(.active):hover {
	color: #242b3a;
	background-color: #f4f5f5;
}

.dropdown-item.active {
	background-color: #f4f5f5;
}

.dropdown-toggle:after {
	display: inline-block;
	margin-inline-start: .25rem;
	vertical-align: 0;
	content: "\f078";
	font-family: Font Awesome\ 5 Free;
	border: 0;
	font-size: .6rem;
	font-weight: 600;
}

.dropup .dropdown-toggle:after {
	content: "\f078";
	content: "\f077";
}

.dropend .dropdown-toggle:after,.dropup .dropdown-toggle:after {
	display: inline-block;
	margin-inline-start: .25rem;
	vertical-align: 0;
	font-family: Font Awesome\ 5 Free;
	border: 0;
	font-size: .6rem;
	font-weight: 600;
}

.dropend .dropdown-toggle:after {
	content: "\f054";
}

.dropstart .dropdown-toggle:before {
	display: inline-block;
	margin-inline-start: .25rem;
	vertical-align: 0;
	content: "\f053";
	font-family: Font Awesome\ 5 Free;
	border: 0;
	font-size: .6rem;
	font-weight: 600;
}

.btn.dropdown-toggle-split {
	opacity: .85;
}

.dropdown-menu-dark {
	background-color: #111827;
	border-color: hsla(0,0%,100%,.1);
}

.dropdown-menu-dark li a {
	color: #fff;
}

.btn-list a.dropdown-item {
	margin-block-end: 0;
}

.btn-list .btn-soft-danger:hover,.btn-list .btn-soft-success:hover {
	transform: translateY(0);
}

.dropdown-menu.dropdown-menu-primary {
	background-color: #8eb66f;
}

.dropdown-menu.dropdown-menu-primary li a {
	color: hsla(0,0%,100%,.9);
}

.dropdown-menu.dropdown-menu-primary .dropdown-item.active,.dropdown-menu.dropdown-menu-primary .dropdown-item:active,.dropdown-menu.dropdown-menu-primary .dropdown-item:focus,.dropdown-menu.dropdown-menu-primary .dropdown-item:hover {
	color: #fff;
}

.dropdown-menu.dropdown-menu-secondary {
	background-color: #282b8b;
}

.dropdown-menu.dropdown-menu-secondary li a {
	color: hsla(0,0%,100%,.9);
}

.dropdown-menu.dropdown-menu-secondary .dropdown-item.active,.dropdown-menu.dropdown-menu-secondary .dropdown-item:active,.dropdown-menu.dropdown-menu-secondary .dropdown-item:focus,.dropdown-menu.dropdown-menu-secondary .dropdown-item:hover {
	color: #fff;
}

.dropdown-menu.dropdown-menu-warning {
	background-color: #ffc107;
}

.dropdown-menu.dropdown-menu-warning li a {
	color: hsla(0,0%,100%,.9);
}

.dropdown-menu.dropdown-menu-warning .dropdown-item.active,.dropdown-menu.dropdown-menu-warning .dropdown-item:active,.dropdown-menu.dropdown-menu-warning .dropdown-item:focus,.dropdown-menu.dropdown-menu-warning .dropdown-item:hover {
	color: #fff;
}

.dropdown-menu.dropdown-menu-info {
	background-color: #5625e8;
}

.dropdown-menu.dropdown-menu-info li a {
	color: hsla(0,0%,100%,.9);
}

.dropdown-menu.dropdown-menu-info .dropdown-item.active,.dropdown-menu.dropdown-menu-info .dropdown-item:active,.dropdown-menu.dropdown-menu-info .dropdown-item:focus,.dropdown-menu.dropdown-menu-info .dropdown-item:hover {
	color: #fff;
}

.dropdown-menu.dropdown-menu-success {
	background-color: #03c95a;
}

.dropdown-menu.dropdown-menu-success li a {
	color: hsla(0,0%,100%,.9);
}

.dropdown-menu.dropdown-menu-success .dropdown-item.active,.dropdown-menu.dropdown-menu-success .dropdown-item:active,.dropdown-menu.dropdown-menu-success .dropdown-item:focus,.dropdown-menu.dropdown-menu-success .dropdown-item:hover {
	color: #fff;
}

.dropdown-menu.dropdown-menu-danger {
	background-color: #e70d0d;
}

.dropdown-menu.dropdown-menu-danger li a {
	color: hsla(0,0%,100%,.9);
}

.dropdown-menu.dropdown-menu-danger .dropdown-item.active,.dropdown-menu.dropdown-menu-danger .dropdown-item:active,.dropdown-menu.dropdown-menu-danger .dropdown-item:focus,.dropdown-menu.dropdown-menu-danger .dropdown-item:hover {
	color: #fff;
}

.dropdown-menu.dropmenu-item-primary .dropdown-item.active,.dropdown-menu.dropmenu-item-primary .dropdown-item:active,.dropdown-menu.dropmenu-item-primary .dropdown-item:focus,.dropdown-menu.dropmenu-item-primary .dropdown-item:hover {
	background-color: rgba(142,182,111,.1)!important;
	color: #8eb66f;
}

.dropdown-menu.dropmenu-item-secondary .dropdown-item.active,.dropdown-menu.dropmenu-item-secondary .dropdown-item:active,.dropdown-menu.dropmenu-item-secondary .dropdown-item:focus,.dropdown-menu.dropmenu-item-secondary .dropdown-item:hover {
	background-color: rgba(40,43,139,.1)!important;
	color: #282b8b;
}

.dropdown-menu.dropmenu-item-warning .dropdown-item.active,.dropdown-menu.dropmenu-item-warning .dropdown-item:active,.dropdown-menu.dropmenu-item-warning .dropdown-item:focus,.dropdown-menu.dropmenu-item-warning .dropdown-item:hover {
	background-color: rgba(255,193,7,.1)!important;
	color: #ffc107;
}

.dropdown-menu.dropmenu-item-info .dropdown-item.active,.dropdown-menu.dropmenu-item-info .dropdown-item:active,.dropdown-menu.dropmenu-item-info .dropdown-item:focus,.dropdown-menu.dropmenu-item-info .dropdown-item:hover {
	background-color: rgba(86,37,232,.1)!important;
	color: #5625e8;
}

.dropdown-menu.dropmenu-item-success .dropdown-item.active,.dropdown-menu.dropmenu-item-success .dropdown-item:active,.dropdown-menu.dropmenu-item-success .dropdown-item:focus,.dropdown-menu.dropmenu-item-success .dropdown-item:hover {
	background-color: rgba(3,201,90,.1)!important;
	color: #03c95a;
}

.dropdown-menu.dropmenu-item-danger .dropdown-item.active,.dropdown-menu.dropmenu-item-danger .dropdown-item:active,.dropdown-menu.dropmenu-item-danger .dropdown-item:focus,.dropdown-menu.dropmenu-item-danger .dropdown-item:hover {
	background-color: rgba(231,13,13,.1)!important;
	color: #e70d0d;
}

.dropdown-menu.dropmenu-light-primary {
	background-color: rgba(40,43,139,.1);
	-webkit-backdrop-filter: blur(2rem);
	backdrop-filter: blur(2rem);
}

.dropdown-menu.dropmenu-light-primary .dropdown-item.active,.dropdown-menu.dropmenu-light-primary .dropdown-item:active,.dropdown-menu.dropmenu-light-primary .dropdown-item:focus,.dropdown-menu.dropmenu-light-primary .dropdown-item:hover {
	color: #fff;
	background-color: #8eb66f!important;
}

.dropdown-menu.dropmenu-light-secondary {
	background-color: rgba(40,43,139,.1);
	-webkit-backdrop-filter: blur(2rem);
	backdrop-filter: blur(2rem);
}

.dropdown-menu.dropmenu-light-secondary .dropdown-item.active,.dropdown-menu.dropmenu-light-secondary .dropdown-item:active,.dropdown-menu.dropmenu-light-secondary .dropdown-item:focus,.dropdown-menu.dropmenu-light-secondary .dropdown-item:hover {
	color: #fff;
	background-color: #282b8b!important;
}

.dropdown-menu.dropmenu-light-info {
	background-color: rgba(86,37,232,.1);
	-webkit-backdrop-filter: blur(2rem);
	backdrop-filter: blur(2rem);
}

.dropdown-menu.dropmenu-light-info .dropdown-item.active,.dropdown-menu.dropmenu-light-info .dropdown-item:active,.dropdown-menu.dropmenu-light-info .dropdown-item:focus,.dropdown-menu.dropmenu-light-info .dropdown-item:hover {
	color: #fff;
	background-color: #5625e8!important;
}

.dropdown-menu.dropmenu-light-warning {
	background-color: rgba(255,193,7,.1);
	-webkit-backdrop-filter: blur(2rem);
	backdrop-filter: blur(2rem);
}

.dropdown-menu.dropmenu-light-warning .dropdown-item.active,.dropdown-menu.dropmenu-light-warning .dropdown-item:active,.dropdown-menu.dropmenu-light-warning .dropdown-item:focus,.dropdown-menu.dropmenu-light-warning .dropdown-item:hover {
	color: #fff;
	background-color: #ffc107!important;
}

.dropdown-menu.dropmenu-light-success {
	background-color: rgba(3,201,90,.1);
	-webkit-backdrop-filter: blur(2rem);
	backdrop-filter: blur(2rem);
}

.dropdown-menu.dropmenu-light-success .dropdown-item.active,.dropdown-menu.dropmenu-light-success .dropdown-item:active,.dropdown-menu.dropmenu-light-success .dropdown-item:focus,.dropdown-menu.dropmenu-light-success .dropdown-item:hover {
	color: #fff;
	background-color: #03c95a!important;
}

.dropdown-menu.dropmenu-light-danger {
	background-color: rgba(231,13,13,.1);
	-webkit-backdrop-filter: blur(2rem);
	backdrop-filter: blur(2rem);
}

.dropdown-menu.dropmenu-light-danger .dropdown-item.active,.dropdown-menu.dropmenu-light-danger .dropdown-item:active,.dropdown-menu.dropmenu-light-danger .dropdown-item:focus,.dropdown-menu.dropmenu-light-danger .dropdown-item:hover {
	color: #fff;
	background-color: #e70d0d!important;
}

.dropdown-divider {
	margin: 0;
}

.bd-example>.dropdown-menu {
	position: static;
	display: block;
}

.card-dropdown>a {
	background: #fff;
	border-radius: 6px;
	font-weight: 400;
	box-shadow: 0 4.4px 20px -1px rgba(19,16,34,.0509803922);
	border: 0;
	display: inline-flex;
	align-items: center;
	color: #4e5561;
	padding: 10px 10px 10px 30px;
	position: relative;
}

.card-dropdown>a .cal-icon {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.card-dropdown>a i {
	font-size: 16px;
	margin-right: 5px;
}

.card-dropdown>a[aria-expanded=true]:after {
	transition: all .2s ease;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.card-dropdown .dropdown-menu {
	border: 0;
	border-radius: 6px;
	padding: 15px;
	box-shadow: 0 4px 9px -1px rgba(19,16,34,.031372549);
}

.card-dropdown .dropdown-menu li a {
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 6px;
	font-size: 14px;
}

.card-dropdown .dropdown-menu li a i {
	font-size: 16px;
	margin-right: 8px;
}

.card-dropdown .dropdown-menu li a:hover {
	background: #edeeef;
	color: #393f4d;
}

.dropdown-md {
	min-width: 320px!important;
}

.dropdown-sm {
	min-width: 250px!important;
}

.dropdown-menu.notes-menu {
	z-index: 99999;
}

.dropdown-menu.notes-menu a.dropdown-item {
	color: #242b3a;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	align-items: center;
	padding: 8px 15px;
}

.dropdown-menu.notes-menu span {
	margin-right: 8px;
}

.dropdown-menu.notes-menu svg {
	width: 14px;
	height: 14px;
	color: #656b76;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	color: #242b3a;
	font-family: Archivo,sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

.h1,h1 {
	font-size: 36px;
	font-weight: 700;
}

@media (max-width:991.98px) {
	.h1,h1 {
		font-size: 32px;
	}
}

@media (max-width:767.98px) {
	.h1,h1 {
		font-size: 20px;
	}
}

.h2,h2 {
	font-size: 32px;
	font-weight: 700;
}

@media (max-width:991.98px) {
	.h2,h2 {
		font-size: 28px;
	}
}

@media (max-width:767.98px) {
	.h2,h2 {
		font-size: 24px;
	}
}

.h3,h3 {
	font-size: 28px;
	font-weight: 700;
}

@media (max-width:991.98px) {
	.h3,h3 {
		font-size: 24px;
	}
}

@media (max-width:767.98px) {
	.h3,h3 {
		font-size: 22px;
	}
}

.h4,h4 {
	font-size: 24px;
	font-weight: 600;
}

@media (max-width:991.98px) {
	.h4,h4 {
		font-size: 20px;
	}
}

@media (max-width:767.98px) {
	.h4,h4 {
		font-size: 18px;
	}
}

.h5,h5 {
	font-size: 20px;
	font-weight: 600;
}

@media (max-width:991.98px) {
	.h5,h5 {
		font-size: 18px;
	}
}

.h6,h6 {
	font-size: 18px;
	font-weight: 600;
}

.display-4 {
	font-size: 52px;
	font-weight: 700;
}

@media (max-width:1399.98px) {
	.display-4 {
		font-size: 40px;
	}
}

@media (max-width:991.98px) {
	.display-4 {
		font-size: 36px;
	}
}

@media (max-width:767.98px) {
	.display-4 {
		font-size: 28px;
	}
}

.display-5 {
	font-size: 44px;
	font-weight: 700;
}

@media (max-width:1199.98px) {
	.display-5 {
		font-size: 38px;
	}
}

@media (max-width:991.98px) {
	.display-5 {
		font-size: 30px;
	}
}

@media (max-width:767.98px) {
	.display-5 {
		font-size: 26px;
	}
}

.display-6 {
	font-size: 38px;
	font-weight: 700;
}

@media (max-width:1199.98px) {
	.display-6 {
		font-size: 36px;
	}
}

@media (max-width:991.98px) {
	.display-6 {
		font-size: 30px;
	}
}

@media (max-width:767.98px) {
	.display-6 {
		font-size: 24px;
	}
}

.fs-sm {
	font-size: .6875rem;
}

.fs-base {
	font-size: .875rem;
}

.fs-lg {
	font-size: 1.125rem;
}

.fs-1 {
	font-size: .0625rem;
}

.fs-2 {
	font-size: .125rem;
}

.fs-3 {
	font-size: .1875rem;
}

.fs-4 {
	font-size: .25rem;
}

.fs-5 {
	font-size: .3125rem!important;
}

.fs-6 {
	font-size: .375rem!important;
}

.fs-7 {
	font-size: .4375rem;
}

.fs-8 {
	font-size: .5rem!important;
}

.fs-9 {
	font-size: .5625rem;
}

.fs-10 {
	font-size: .75em!important;
}

.fs-11 {
	font-size: .6875rem;
}

.fs-12 {
	font-size: .75rem;
}

.fs-13 {
	font-size: .8125rem;
}

.fs-14 {
	font-size: 16px!important;
}

.fs-15 {
	font-size: .9375rem;
}

.fs-16 {
	font-size: 1rem!important;
}

.fs-17 {
	font-size: 1.0625rem;
}

.fs-18 {
	font-size: 1.125rem;
}

.fs-19 {
	font-size: 1.1875rem;
}

.fs-20 {
	font-size: 1.25rem;
}

.fs-21 {
	font-size: 1.3125rem;
}

.fs-22 {
	font-size: 1.375rem;
}

.fs-23 {
	font-size: 1.4375rem;
}

.fs-24 {
	font-size: 1.5rem;
}

.fs-25 {
	font-size: 1.5625rem;
}

.fs-26 {
	font-size: 1.625rem;
}

.fs-27 {
	font-size: 1.6875rem;
}

.fs-28 {
	font-size: 1.75rem;
}

.fs-29 {
	font-size: 1.8125rem;
}

.fs-30 {
	font-size: 1.875rem;
}

.fs-32 {
	font-size: 2rem;
}

.fs-34 {
	font-size: 2.125rem;
}

.fs-36 {
	font-size: 2.25rem;
}

.fs-38 {
	font-size: 2.375rem;
}

.fs-40 {
	font-size: 2.5rem;
}

.text-default {
	color: #656b76!important;
}

.text-muted {
	color: #677788!important;
}

.text-linear-primary {
	background: linear-gradient(90deg,#fd2692,#0a67f2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-primary {
	color: #000!important;
	opacity: 1;
}

.text-primary.text-opacity-75 {
	color: rgba(142,182,111,.75)!important;
}

.text-primary.text-opacity-25 {
	color: rgba(142,182,111,.25)!important;
}

.text-primary.text-opacity-50 {
	color: rgba(142,182,111,.5)!important;
}

.text-primary-blue {
	color: #4c40ed!important;
	opacity: 1;
}

.text-primary-blue.text-opacity-75 {
	color: rgba(76,64,237,.75)!important;
}

.text-primary-blue.text-opacity-25 {
	color: rgba(76,64,237,.25)!important;
}

.text-primary-blue.text-opacity-50 {
	color: rgba(76,64,237,.5)!important;
}

.text-secondary {
	color: #282b8b!important;
	opacity: 1;
}

.text-info {
	color: #5625e8!important;
	opacity: 1;
}

.text-success {
	color: #03c95a!important;
	opacity: 1;
}

.text-warning {
	color: #ffc107!important;
	opacity: 1;
}

.text-danger {
	color: #e70d0d!important;
	opacity: 1;
}

.text-skyblue {
	color: #0dcaf0!important;
	opacity: 1;
}

.text-pink {
	color: #fd3995!important;
}

.text-purple {
	color: #ab47bc!important;
}

.text-dark {
	color: #111827!important;
}

.text-light {
	color: #e9eaeb!important;
}

.text-gray {
	color: #7d828c!important;
}

.text-black {
	color: #000!important;
}

.text-fixed-white,.text-white {
	color: #fff!important;
}

.text-fixed-black {
	color: #000!important;
}

.text-gray-1 {
	color: #e4e5e7;
}

.text-gray-2 {
	color: #c9cbcf;
}

.text-gray-3 {
	color: #afb2b8;
}

.text-gray-4 {
	color: #969aa2;
}

.text-gray-5 {
	color: #7d828c;
}

.text-gray-6 {
	color: #656b76;
}

.text-gray-7 {
	color: #4e5561;
}

.text-gray-8 {
	color: #393f4d;
}

.text-gray-9 {
	color: #242b3a!important;
}

.text-light-500 {
	color: #f4f5f5;
}

.text-light-900 {
	color: #ebeced;
}

a {
	color: #242b3a;
	cursor: pointer;
	text-decoration: none;
}

a,a:hover {
	transition: all .5s ease;
}

a:hover {
	color: #8eb66f;
}

a:focus {
	outline: 0;
}

.link-primary {
	color: #8eb66f!important;
}

.link-primary:active,.link-primary:focus,.link-primary:hover {
	color: #74a151!important;
}

.link-primary.text-decoration-underline:hover {
	-webkit-text-decoration-color: #8eb66f!important;
	text-decoration-color: #8eb66f!important;
}

.link-secondary,.link-secondary:active,.link-secondary:focus,.link-secondary:hover {
	color: #282b8b!important;
}

.link-success,.link-success:active,.link-success:focus,.link-success:hover {
	color: #03c95a!important;
}

.link-danger,.link-danger:active,.link-danger:focus,.link-danger:hover {
	color: #e70d0d!important;
}

.link-warning,.link-warning:active,.link-warning:focus,.link-warning:hover {
	color: #ffc107!important;
}

.link-info,.link-info:active,.link-info:focus,.link-info:hover {
	color: #5625e8!important;
}

.link-light {
	color: #e9eaeb!important;
}

.link-light:active,.link-light:focus,.link-light:hover {
	color: #f4f5f5!important;
}

.link-dark,.link-dark:active,.link-dark:focus,.link-dark:hover {
	color: #111827!important;
}

hr.text-danger {
	border-color: #e70d0d!important;
}

.blockquote-container {
	padding: 1.25rem;
	border-left: 4px solid #ebeced;
	position: relative;
}

.blockquote-container.text-end {
	border-right: 4px solid #ebeced;
	border-left: 0;
}

.blockquote.custom-blockquote {
	font-size: .85rem;
	font-weight: 600;
	padding: 1rem;
	border-radius: 4px;
	position: relative;
}

.blockquote.custom-blockquote:before {
	content: "\f10d";
	font-family: Fontawesome;
	z-index: 0;
	font-size: 2rem;
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: .5rem;
}

.blockquote.custom-blockquote.primary {
	background-color: rgba(142,182,111,.1);
	border-inline-start: 2px solid #8eb66f;
}

.blockquote.custom-blockquote.primary:before {
	color: rgba(142,182,111,.1);
}

.blockquote.custom-blockquote.secondary {
	background-color: rgba(40,43,139,.1);
	border-inline-start: 2px solid #282b8b;
}

.blockquote.custom-blockquote.secondary:before {
	color: rgba(40,43,139,.1);
}

.blockquote.custom-blockquote.info {
	background-color: rgba(86,37,232,.1);
	border-inline-start: 2px solid #5625e8;
}

.blockquote.custom-blockquote.info:before {
	color: rgba(86,37,232,.1);
}

.blockquote.custom-blockquote.warning {
	background-color: rgba(255,193,7,.1);
	border-inline-start: 2px solid #ffc107;
}

.blockquote.custom-blockquote.warning:before {
	color: rgba(255,193,7,.1);
}

.blockquote.custom-blockquote.success {
	background-color: rgba(3,201,90,.1);
	border-inline-start: 2px solid #03c95a;
}

.blockquote.custom-blockquote.success:before {
	color: rgba(3,201,90,.1);
}

.blockquote.custom-blockquote.danger {
	background-color: rgba(231,13,13,.1);
	border-inline-start: 2px solid #e70d0d;
}

.blockquote.custom-blockquote.danger:before {
	color: rgba(231,13,13,.1);
}

[data-theme-mode=dark] .shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(33,37,41,.3)!important;
}

[data-theme-mode=dark] .shadow {
	box-shadow: 0 .5rem 1rem rgba(33,37,41,.3)!important;
}

[data-theme-mode=dark] .shadow-lg {
	box-shadow: 0 1rem 3rem rgba(33,37,41,.3)!important;
}

@media screen and (min-width:576px) {
	.w-sm-auto {
		width: auto;
	}
}

[dir=rtl] .text-break {
	word-wrap: break-word!important;
	word-break: break-word!important;
}

.transform-none {
	transform: none!important;
}

.list-circle {
	list-style: circle;
	padding-left: 2rem;
}

.form-control {
	border-color: #ebeced;
	color: #242b3a;
	background-color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	border-radius: 5px;
	padding: .5rem .625rem;
	height: 40px;
	transition: all .5s;
}

.form-control:focus {
	box-shadow: none;
	border-color: #ebeced;
}

textarea {
	resize: none;
}

textarea.form-control {
	min-height: 38px;
	height: auto;
}

.form-control[type=file] {
	padding: .3rem .5rem;
}

.form-control[type=file].form-control-sm {
	padding: .25rem .5rem!important;
}

.form-control[type=file].form-control-lg {
	padding: .5rem 1rem!important;
}

.form-text {
	color: #677788;
}

.form-control-light {
	border: 0;
}

.form-control-light,.form-control-light:focus {
	background-color: #e9eaeb;
}

.form-control-primary {
	border: 0;
}

.form-control-primary,.form-control-primary:focus {
	background-color: rgba(142,182,111,.1);
	color: #8eb66f;
}

.form-input-color {
	height: 2.25rem;
	width: 2.25rem;
	border-radius: 4px;
	overflow: hidden;
	padding: 0;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
	color: #677788;
}

.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label {
	color: #677788;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label:after {
	background-color: transparent;
}

.form-floating>.form-control:not(:placeholder-shown)~label:after {
	background-color: transparent;
}

.form-select {
	background-color: #fff;
	border: 1px solid #ebeced;
	color: #656b76;
	font-size: 14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
	background-size: 1.25rem;
	line-height: 2;
}

.form-select option {
	background-color: #fff;
	padding: .35rem .75rem;
	border-radius: .25rem;
	margin-block-end: .25rem;
}

.form-select option:last-child {
	margin-block-end: 0;
}

.form-select option:checked,.form-select option:focus,.form-select option:hover,.form-select option:select {
	background-color: rgba(var(#8eb66f),.2);
	color: #8eb66f;
}

.form-check-input {
	width: .9rem;
	height: .9rem;
	background-color: #fff;
	/*border: 1px solid #ebeced;*/
	border: 1px solid #a0a0a0;
}

.form-check-input:checked {
	background-color: #8eb66f;
	border-color: #8eb66f;
}

.form-check-input.form-checked-outline:checked {
	background-color: transparent;
	border-color: #8eb66f;
}

.form-check-input.form-checked-secondary:checked {
	background-color: #282b8b;
	border-color: #282b8b;
}

.form-check-input.form-checked-warning:checked {
	background-color: #ffc107;
	border-color: #ffc107;
}

.form-check-input.form-checked-info:checked {
	background-color: #5625e8;
	border-color: #5625e8;
}

.form-check-input.form-checked-success:checked {
	background-color: #03c95a;
	border-color: #03c95a;
}

.form-check-input.form-checked-danger:checked {
	background-color: #e70d0d;
	border-color: #e70d0d;
}

.form-check-input.form-checked-light:checked {
	background-color: #e9eaeb;
	border-color: #e9eaeb;
}

.form-check-input.form-checked-dark:checked {
	background-color: #111827;
	border-color: #111827;
}

.form-check-input:focus {
	box-shadow: none;
}

.form-checked-outline:checked[type=checkbox] {
	background-image: none;
	position: relative;
	background-color: transparent;
}

.form-checked-outline:checked[type=checkbox]:before {
	content: "\f633";
	font-family: bootstrap-icons!important;
	position: absolute;
	color: #8eb66f;
	width: .625rem;
	height: .625rem;
	inset-block-start: -1px;
	inset-inline-start: 0;
	font-size: .688rem;
}

.form-checked-outline:checked[type=checkbox].form-checked-secondary:before {
	color: #282b8b;
}

.form-checked-outline:checked[type=checkbox].form-checked-warning:before {
	color: #ffc107;
}

.form-checked-outline:checked[type=checkbox].form-checked-info:before {
	color: #5625e8;
}

.form-checked-outline:checked[type=checkbox].form-checked-success:before {
	color: #03c95a;
}

.form-checked-outline:checked[type=checkbox].form-checked-danger:before {
	color: #e70d0d;
}

.form-checked-outline:checked[type=checkbox].form-checked-light:before {
	color: #e9eaeb;
}

.form-checked-outline:checked[type=checkbox].form-checked-dark:before {
	color: #111827;
}

.form-checked-outline:checked[type=radio] {
	background-image: none;
	position: relative;
	background-color: transparent;
}

.form-checked-outline:checked[type=radio]:before {
	content: "\f309";
	font-family: bootstrap-icons!important;
	position: absolute;
	color: #8eb66f;
	width: .625rem;
	height: .625rem;
	inset-block-start: -1.13rem;
	inset-inline-start: -.6rem;
	font-size: 2rem;
}

.form-checked-outline:checked[type=radio].form-checked-secondary:before {
	color: #282b8b;
}

.form-checked-outline:checked[type=radio].form-checked-warning:before {
	color: #ffc107;
}

.form-checked-outline:checked[type=radio].form-checked-info:before {
	color: #5625e8;
}

.form-checked-outline:checked[type=radio].form-checked-success:before {
	color: #03c95a;
}

.form-checked-outline:checked[type=radio].form-checked-danger:before {
	color: #e70d0d;
}

.form-checked-outline:checked[type=radio].form-checked-light:before {
	color: #e9eaeb;
}

.form-checked-outline:checked[type=radio].form-checked-dark:before {
	color: #111827;
}

fieldset:disabled .btn {
	color: #fff;
	background-color: #8eb66f;
	border-color: #8eb66f;
}

.form-select:focus {
	border-color: rgba(var(#8eb66f),.5);
	outline: 0;
	box-shadow: none;
}

.btn-check:focus+.btn,.btn:focus {
	background-color: none;
	border-color: none;
	outline: 0;
}

.btn-check:active+.btn:focus,.btn-check:checked+.btn:focus,.btn.active:focus,.btn.show:focus,.btn:active:focus {
	box-shadow: none;
}

.form-control:disabled,.form-select:disabled {
	background-color: #e9eaeb;
	color: #656b76;
}

.form-control-plaintext {
	color: #656b76;
}

.form-control::-webkit-file-upload-button {
	color: #656b76;
	background-color: #f7f8f9;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #f7f8f9;
}

.form-control:focus {
	color: #242b3a;
}

.form-control:focus::-webkit-input-placeholder,.form-control:focus::placeholder {
	color: #afb2b8;
	padding-inline-start: .3rem;
	-webkit-transition: padding-inline-start .1s ease-in;
	transition: padding-inline-start .1s ease-in;
}

.form-control::-webkit-input-placeholder {
	color: #afb2b8;
	padding-inline-start: 0;
	-webkit-transition: padding-inline-start .1s ease-in;
	transition: padding-inline-start .1s ease-in;
}

.form-control:-moz-placeholder,.form-control::-moz-placeholder {
	color: #afb2b8;
}

.form-control:-ms-input-placeholder {
	color: #afb2b8;
}

.form-control-sm {
	font-size: .8rem;
	padding: .25rem .8rem;
	height: auto;
}

.form-control-lg {
	font-size: 1rem;
	padding: .5rem 1rem;
}

.form-check-md .form-check-input {
	width: 1.15rem;
	height: 1.15rem;
}

.form-check-md.form-switch .form-check-input {
	width: 2.25rem;
}

.form-check-md label {
	margin-inline-start: .5rem;
	font-size: .95rem;
	margin-block-start: 3px;
}

.form-check-lg .form-check-input {
	width: 1.35rem;
	height: 1.35rem;
}

.form-check-lg.form-switch .form-check-input {
	width: 2.5rem;
}

.form-check-lg label {
	margin-inline-start: .5rem;
	font-size: 1rem;
	margin-block-start: 3px;
}

.label-primary {
	background: #8eb66f;
	color: #fff;
}

.label-secondary {
	background: #282b8b;
	color: #fff;
}

.label-warning {
	background: #ffc107;
	color: #fff;
}

.label-info {
	background: #5625e8;
	color: #fff;
}

.label-success {
	background: #03c95a;
	color: #fff;
}

.label-danger {
	background: #e70d0d;
	color: #fff;
}

.label-light {
	background: #e9eaeb;
	color: #fff;
}

.label-dark {
	background: #111827;
	color: #fff;
}

.form-floating>.form-control-plaintext::-moz-placeholder,.form-floating>.form-control::-moz-placeholder {
	color: transparent!important;
}

.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder {
	color: transparent!important;
}

.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select {
	height: calc(3.5rem - 4px);
}

.form-floating.floating-primary label {
	color: #8eb66f;
	opacity: 1;
}

.form-floating.floating-primary input {
	border: 1px solid #8eb66f;
}

.form-floating.floating-primary>.form-control:focus~label {
	color: #8eb66f!important;
}

.form-floating.floating-secondary label {
	color: #282b8b;
	opacity: 1;
}

.form-floating.floating-secondary input {
	border: 1px solid #282b8b;
}

.form-floating.floating-secondary>.form-control:focus~label {
	color: #282b8b!important;
}

.form-floating.floating-warning label {
	color: #ffc107;
	opacity: 1;
}

.form-floating.floating-warning input {
	border: 1px solid #ffc107;
}

.form-floating.floating-warning>.form-control:focus~label {
	color: #ffc107!important;
}

.form-floating.floating-info label {
	color: #5625e8;
	opacity: 1;
}

.form-floating.floating-info input {
	border: 1px solid #5625e8;
}

.form-floating.floating-info>.form-control:focus~label {
	color: #5625e8!important;
}

.form-floating.floating-success label {
	color: #03c95a;
	opacity: 1;
}

.form-floating.floating-success input {
	border: 1px solid #03c95a;
}

.form-floating.floating-success>.form-control:focus~label {
	color: #03c95a!important;
}

.form-floating.floating-danger label {
	color: #e70d0d;
	opacity: 1;
}

.form-floating.floating-danger input {
	border: 1px solid #e70d0d;
}

.form-floating.floating-danger>.form-control:focus~label {
	color: #e70d0d!important;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label:after {
	background-color: #fff;
	border-radius: 4px;
}

.form-floating>.form-control-plaintext~label:after,.form-floating>.form-control:focus~label:after,.form-floating>.form-control:not(:placeholder-shown)~label:after,.form-floating>.form-select~label:after {
	background-color: #fff;
	border-radius: 4px;
}

.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
	border-color: #03c95a;
	box-shadow: none;
}

.form-control.is-valid,.was-validated .form-control:valid {
	border-color: #03c95a;
}

.form-control-color {
	width: 1.75rem;
	height: 1.75rem;
	overflow: hidden;
	padding: 0;
}

.bootstrap-tagsinput {
	border-color: #ebeced;
	color: #656b76;
	background-color: #fff;
	font-size: 15px;
	font-weight: 400;
	border-radius: 5px;
	padding: .45rem .625rem;
	height: 38px;
	box-shadow: none;
	overflow-y: auto;
	width: 100%;
}

.bootstrap-tagsinput .tag {
	background: #e9eaeb;
	border-radius: 5px;
	padding: 4px 5px;
	font-size: 14px;
	color: #4e5561;
	display: inline-flex;
	align-items: center;
}

.bootstrap-tagsinput .tag span:after {
	color: #242b3a;
}

.bootstrap-tagsinput .tag [data-role=remove]:hover,.bootstrap-tagsinput .tag [data-role=remove]:hover:active {
	box-shadow: none;
}

[dir=rtl] [type=email],[dir=rtl] [type=number],[dir=rtl] [type=tel],[dir=rtl] [type=url] {
	direction: rtl;
}

.form-select.is-invalid:not([multiple]):not([size]) {
	padding-right: 1.125rem;
	background-size: 16px 28px,calc(.75em + .375rem) calc(.75em + .375rem);
}

input[type=range]::-webkit-slider-runnable-track {
	background-color: #e9eaeb;
}

[dir=rtl] .form-checked-outline:checked[type=checkbox]:before {
	inset-inline-start: 1px;
}

.form-check {
	min-height: inherit!important;
}

.col-form-label,.col-form-label-lg,.col-form-label-sm {
	font-weight: 600;
}

.col-form-label {
	font-size: 15px;
}

.col-form-label,.form-label {
	font-weight: 500;
	color: #242b3a;
}

.form-label {
	font-size: 14px;
}

[data-theme-mode=dark] input[type=date]::-webkit-calendar-picker-indicator,[data-theme-mode=dark] input[type=datetime-local]::-webkit-calendar-picker-indicator,[data-theme-mode=dark] input[type=month]::-webkit-calendar-picker-indicator,[data-theme-mode=dark] input[type=time]::-webkit-calendar-picker-indicator,[data-theme-mode=dark] input[type=week]::-webkit-calendar-picker-indicator {
	filter: invert(1);
}

[dir=rtl] input[type=date],[dir=rtl] input[type=datetime-local],[dir=rtl] input[type=month],[dir=rtl] input[type=time],[dir=rtl] input[type=week] {
	text-align: end;
}

.input-group-text {
	border-color: #ebeced;
}

.form-help {
	display: inline-flex;
	font-weight: 700;
	align-items: center;
	justify-content: center;
	width: 1.125rem;
	height: 1.125rem;
	font-size: .75rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background: #282b8b;
	border-radius: 4px;
}

.form-help:hover,.form-help[aria-describedby] {
	color: #fff;
	background: #8eb66f;
}

.input-icon .form-control:not(:last-child),.input-icon .form-select:not(:last-child) {
	padding-right: 2.5rem;
}

.input-group-link {
	font-size: 12px;
}

.input-group-flat:focus-within {
	border-radius: 4px;
}

.input-group-flat:focus-within .form-control,.input-group-flat:focus-within .input-group-text {
	border-color: #ebeced!important;
}

.input-group-flat .form-control:focus {
	box-shadow: none;
}

.input-group-flat .form-control:not(:last-child) {
	border-right: 0;
}

.input-group-flat .form-control:not(:first-child) {
	border-left: 0;
}

.input-group-flat .input-group-text:first-child {
	padding-right: 0;
}

.input-group-flat .input-group-text:last-child {
	padding-left: 0;
}

.custom-radio {
	display: block;
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	font-size: 15px;
	color: #4e5561;
	text-transform: capitalize;
}

.custom-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.custom-radio input:checked~.checkmark {
	border-color: #8eb66f;
	background: #8eb66f;
}

.custom-radio input:checked~.checkmark:after {
	opacity: 1;
	visibility: visible;
}

.custom-radio .checkmark {
	width: 20px;
	height: 20px;
	border: 1px solid #ebeced;
	border-radius: 50%;
	transition: all .3s;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.custom-radio .checkmark:after {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	border-radius: 50%;
	transition: all .3s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.check-radio-group {
	flex-wrap: wrap;
	row-gap: 10px;
}

.check-radio-group .custom-radio {
	margin-right: 15px;
}

.check {
	display: block;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.checktoggle {
	background-color: rgba(115,103,240,.2);
	border-radius: 12px;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 24px;
	margin-bottom: 0;
	position: relative;
	width: 46px;
}

.status-toggle.modal-status label {
	height: 16px;
	width: 30px;
	background-color: #fff;
	border: 1px solid #ebeced;
	margin-bottom: 0;
}

.check:checked+.checktoggle {
	background-color: #fff;
}

.checktoggle:after {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #afb2b8;
	transition: left .3s ease,transform .3s ease;
	border-radius: 50%;
	transform: translate(2px,-50%);
	-webkit-transform: translate(4px,-50%);
	-ms-transform: translate(2px,-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

.check:checked+.checktoggle:after {
	background-color: #8eb66f;
	left: 100%;
	transform: translate(calc(-90% - 4px),-50%);
}

.input-icon {
	position: relative;
}

.input-icon-addon {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	color: #4e5561;
	pointer-events: none;
	font-size: 1.2em;
}

.input-icon-addon:last-child {
	right: 0;
	left: auto;
}

.input-icon-start .form-control {
	padding-left: 28px;
}

.icon-addon {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 2rem;
	color: #4e5561;
	pointer-events: none;
	font-size: 1.2em;
}

.form-wrap .form-wrap-icon {
	position: relative;
}

.form-wrap .form-wrap-icon i {
	right: 15px;
}

.form-wrap .form-wrap-icon i,.toggle-password {
	font-size: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.toggle-password {
	cursor: pointer;
	width: 30px;
	height: 30px;
	color: #242b3a;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 10px;
}

.toggle-password:hover {
	color: #8eb66f;
}

.pass-group {
	position: relative;
}

.toggle-passworda,.toggle-passwords {
	cursor: pointer;
	width: 30px;
	height: 30px;
	color: #242b3a;
	font-size: 18px;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 10px;
}

.toggle-passworda:hover,.toggle-passwords:hover {
	color: #8eb66f;
}

.form-check .form-check-label {
	font-size: 14px;
	color: #656b76;
}

.form-switch .form-check-input {
	width: 36px;
	height: 20px;
}

.form-switch .form-check-label {
	font-size: 14px;
	color: #656b76;
}

.form-checkbox,.form-radio {
	border: 1px solid #ebeced;
	border-radius: 5px;
	background-color: #fff;
	padding: 8px;
}

.form-checkbox label,.form-radio label {
	color: #656b76;
}

.form-checkbox.active,.form-radio.active {
	background-color: #f8f9f9;
}

.form-checkbox.active label,.form-radio.active label {
	color: #242b3a;
}

.accordion-button {
	background-color: #fff;
	color: #242b3a;
	padding: 1rem;
	font-size: 20px;
	font-weight: 600;
}

.accordion-button:not(.collapsed) {
	color: #242b3a;
	background-color: transparent;
	box-shadow: none;
}

.accordion-button:not(.collapsed):after {
	background-image: none;
}

.accordion-button:focus {
	border-color: rgba(142,182,111,.3);
	box-shadow: none;
}

.accordion-button:after {
	content: "\f077";
	font-family: Fontawesome;
	font-size: 16px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3.125rem;
	color: #656b76;
	background-image: none;
}

.accordion-body {
	padding: 0 1rem 1rem;
	font-size: 16px;
	color: #000;
	/*border-bottom: 1px solid #ebeced;*/
	border-bottom:none;
}

.accordion-item {
	color: #656b76;
	background-color: #fff;
	box-shadow: 0 4px 4px 0 hsla(0,0%,85.1%,.25);
	border-radius: 5px;
	position: relative;
	border: 0;
	box-shadow: none;
}

.accordions-items-seperate .accordion-item:not(:first-of-type) {
	margin-block-start: 1rem;
}

.accordions-items-seperate .accordion-item {
	border-block-start: 1px solid #ebeced;
	border-radius: 4px;
	overflow: hidden;
}

.accordion-item:last-of-type {
	border-bottom-right-radius: .35rem;
	border-bottom-left-radius: .35rem;
}

.accordion-item:first-of-type {
	border-top-left-radius: .35rem;
	border-top-right-radius: .35rem;
}

.accordion.accordion-primary .accordion-button {
	background-color: rgba(142,182,111,.1);
	color: #8eb66f;
}

.accordion.accordion-primary .accordion-button:after {
	background-color: #8eb66f;
	color: #fff;
}

.accordion.accordion-primary .accordion-button.collapsed {
	background-color: #fff;
	color: #656b76;
}

.accordion.accordion-primary .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #656b76;
}

.accordion.accordion-secondary .accordion-button {
	background-color: rgba(40,43,139,.1);
	color: #282b8b;
}

.accordion.accordion-secondary .accordion-button:after {
	background-color: #282b8b;
	color: #fff;
}

.accordion.accordion-secondary .accordion-button.collapsed {
	background-color: #fff;
	color: #656b76;
}

.accordion.accordion-secondary .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #656b76;
}

.accordion.accordion-success .accordion-button {
	background-color: rgba(3,201,90,.1);
	color: #03c95a;
}

.accordion.accordion-success .accordion-button:after {
	background-color: #03c95a;
	color: #fff;
}

.accordion.accordion-success .accordion-button.collapsed {
	background-color: #fff;
	color: #656b76;
}

.accordion.accordion-success .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #656b76;
}

.accordion.accordion-danger .accordion-button {
	background-color: rgba(231,13,13,.1);
	color: #e70d0d;
}

.accordion.accordion-danger .accordion-button:after {
	background-color: #e70d0d;
	color: #fff;
}

.accordion.accordion-danger .accordion-button.collapsed {
	background-color: #fff;
	color: #656b76;
}

.accordion.accordion-danger .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #656b76;
}

.accordion.accordion-warning .accordion-button {
	background-color: rgba(255,193,7,.1);
	color: #ffc107;
}

.accordion.accordion-warning .accordion-button:after {
	background-color: #ffc107;
	color: #fff;
}

.accordion.accordion-warning .accordion-button.collapsed {
	background-color: #fff;
	color: #656b76;
}

.accordion.accordion-warning .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #656b76;
}

.accordion.accordion-info .accordion-button {
	background-color: rgba(86,37,232,.1);
	color: #5625e8;
}

.accordion.accordion-info .accordion-button:after {
	background-color: #5625e8;
	color: #fff;
}

.accordion.accordion-info .accordion-button.collapsed {
	background-color: #fff;
	color: #656b76;
}

.accordion.accordion-info .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #656b76;
}

.accordion.accordion-solid-primary .accordion-button {
	background-color: #8eb66f;
	color: #fff;
}

.accordion.accordion-solid-primary .accordion-button:after {
	background-color: #fff;
	color: #8eb66f;
}

.accordion.accordion-solid-primary .accordion-button.collapsed {
	background-color: #fff;
	color: #656b76;
}

.accordion.accordion-solid-primary .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #656b76;
}

.accordion.accordion-solid-secondary .accordion-button {
	background-color: #282b8b;
	color: #fff;
}

.accordion.accordion-solid-secondary .accordion-button:after {
	background-color: #fff;
	color: #282b8b;
}

.accordion.accordion-solid-secondary .accordion-button.collapsed {
	background-color: #fff;
	color: #656b76;
}

.accordion.accordion-solid-secondary .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #656b76;
}

.accordion.accordion-solid-success .accordion-button {
	background-color: #03c95a;
	color: #fff;
}

.accordion.accordion-solid-success .accordion-button:after {
	background-color: #fff;
	color: #03c95a;
}

.accordion.accordion-solid-success .accordion-button.collapsed {
	background-color: #fff;
	color: #656b76;
}

.accordion.accordion-solid-success .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #656b76;
}

.accordion.accordion-solid-danger .accordion-button {
	background-color: #e70d0d;
	color: #fff;
}

.accordion.accordion-solid-danger .accordion-button:after {
	background-color: #fff;
	color: #e70d0d;
}

.accordion.accordion-solid-danger .accordion-button.collapsed {
	background-color: #fff;
	color: #656b76;
}

.accordion.accordion-solid-danger .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #656b76;
}

.accordion.accordion-solid-warning .accordion-button {
	background-color: #ffc107;
	color: #fff;
}

.accordion.accordion-solid-warning .accordion-button:after {
	background-color: #fff;
	color: #ffc107;
}

.accordion.accordion-solid-warning .accordion-button.collapsed {
	background-color: #fff;
	color: #656b76;
}

.accordion.accordion-solid-warning .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #656b76;
}

.accordion.accordion-solid-info .accordion-button {
	background-color: #5625e8;
	color: #fff;
}

.accordion.accordion-solid-info .accordion-button:after {
	background-color: #fff;
	color: #5625e8;
}

.accordion.accordion-solid-info .accordion-button.collapsed {
	background-color: #fff;
	color: #656b76;
}

.accordion.accordion-solid-info .accordion-button.collapsed:after {
	background-color: #f7f8f9;
	color: #656b76;
}

.accordion.accordion-border-primary .accordion-item {
	border: 1px solid #8eb66f;
}

.accordion.accordion-border-primary .accordion-button {
	background-color: #fff;
	color: #8eb66f;
	border-block-end: 0;
}

.accordion.accordion-border-primary .accordion-button:after {
	background-color: #fff;
	color: #8eb66f;
	border: 1px solid #8eb66f;
}

.accordion.accordion-border-primary .accordion-button:not(.collapsed) {
	border-block-end: 1px solid #8eb66f;
}

.accordion.accordion-border-secondary .accordion-item {
	border: 1px solid #282b8b;
}

.accordion.accordion-border-secondary .accordion-button {
	background-color: #fff;
	color: #282b8b;
	border-block-end: 0;
}

.accordion.accordion-border-secondary .accordion-button:after {
	background-color: #fff;
	color: #282b8b;
	border: 1px solid #282b8b;
}

.accordion.accordion-border-secondary .accordion-button:not(.collapsed) {
	border-block-end: 1px solid #282b8b;
}

.accordion.accordion-border-success .accordion-item {
	border: 1px solid #03c95a;
}

.accordion.accordion-border-success .accordion-button {
	background-color: #fff;
	color: #03c95a;
	border-block-end: 0;
}

.accordion.accordion-border-success .accordion-button:after {
	background-color: #fff;
	color: #03c95a;
	border: 1px solid #03c95a;
}

.accordion.accordion-border-success .accordion-button:not(.collapsed) {
	border-block-end: 1px solid #03c95a;
}

.accordion.accordion-border-danger .accordion-item {
	border: 1px solid #e70d0d;
}

.accordion.accordion-border-danger .accordion-button {
	background-color: #fff;
	color: #e70d0d;
	border-block-end: 0;
}

.accordion.accordion-border-danger .accordion-button:after {
	background-color: #fff;
	color: #e70d0d;
	border: 1px solid #e70d0d;
}

.accordion.accordion-border-danger .accordion-button:not(.collapsed) {
	border-block-end: 1px solid #e70d0d;
}

.accordion.accordion-border-warning .accordion-item {
	border: 1px solid #ffc107;
}

.accordion.accordion-border-warning .accordion-button {
	background-color: #fff;
	color: #ffc107;
	border-block-end: 0;
}

.accordion.accordion-border-warning .accordion-button:after {
	background-color: #fff;
	color: #ffc107;
	border: 1px solid #ffc107;
}

.accordion.accordion-border-warning .accordion-button:not(.collapsed) {
	border-block-end: 1px solid #ffc107;
}

.accordion.accordion-border-info .accordion-item {
	border: 1px solid #5625e8;
}

.accordion.accordion-border-info .accordion-button {
	background-color: #fff;
	color: #5625e8;
	border-block-end: 0;
}

.accordion.accordion-border-info .accordion-button:after {
	background-color: #fff;
	color: #5625e8;
	border: 1px solid #5625e8;
}

.accordion.accordion-border-info .accordion-button:not(.collapsed) {
	border-block-end: 1px solid #5625e8;
}

.accordion.accordionicon-none .accordion-button:after {
	display: none;
}

.accordion.accordionicon-left .accordion-button {
	padding-inline-start: 2.5rem;
}

.accordion.accordionicon-left .accordion-button:after {
	position: absolute;
	inset-inline-start: .625rem;
}

.accordion.accordion-customicon1 .accordion-button:after {
	content: "+";
	font-family: Fontawesome;
}

.accordion.accordion-customicon1 .accordion-button:not(.collapsed):after {
	content: "\f068";
	font-family: Fontawesome;
}

.customized-accordion .accordion-item.custom-accordion-primary .accordion-button {
	background-color: rgba(142,182,111,.1);
	border-inline-start: .25rem solid rgba(142,182,111,.6);
}

.customized-accordion .accordion-item.custom-accordion-primary .accordion-button:after {
	background-color: rgba(142,182,111,.6);
	color: #fff;
}

.customized-accordion .accordion-item.custom-accordion-primary .accordion-body {
	background-color: rgba(142,182,111,.1);
	padding-block-start: 0;
	border-inline-start: .25rem solid rgba(142,182,111,.6);
}

.customized-accordion .accordion-item.custom-accordion-secondary .accordion-button {
	background-color: rgba(40,43,139,.1);
	border-inline-start: .25rem solid rgba(40,43,139,.6);
}

.customized-accordion .accordion-item.custom-accordion-secondary .accordion-button:after {
	background-color: rgba(40,43,139,.6);
	color: #fff;
}

.customized-accordion .accordion-item.custom-accordion-secondary .accordion-body {
	background-color: rgba(40,43,139,.1);
	padding-block-start: 0;
	border-inline-start: .25rem solid rgba(40,43,139,.6);
}

.customized-accordion .accordion-item.custom-accordion-warning .accordion-button {
	background-color: rgba(255,193,7,.1);
	border-inline-start: .25rem solid rgba(255,193,7,.6);
}

.customized-accordion .accordion-item.custom-accordion-warning .accordion-button:after {
	background-color: rgba(255,193,7,.6);
	color: #fff;
}

.customized-accordion .accordion-item.custom-accordion-warning .accordion-body {
	background-color: rgba(255,193,7,.1);
	padding-block-start: 0;
	border-inline-start: .25rem solid rgba(255,193,7,.6);
}

.customized-accordion .accordion-item.custom-accordion-info .accordion-button {
	background-color: rgba(86,37,232,.1);
	border-inline-start: .25rem solid rgba(86,37,232,.6);
}

.customized-accordion .accordion-item.custom-accordion-info .accordion-button:after {
	background-color: rgba(86,37,232,.6);
	color: #fff;
}

.customized-accordion .accordion-item.custom-accordion-info .accordion-body {
	background-color: rgba(86,37,232,.1);
	padding-block-start: 0;
	border-inline-start: .25rem solid rgba(86,37,232,.6);
}

.customized-accordion .accordion-item.custom-accordion-success .accordion-button {
	background-color: rgba(3,201,90,.1);
	border-inline-start: .25rem solid rgba(3,201,90,.6);
}

.customized-accordion .accordion-item.custom-accordion-success .accordion-button:after {
	background-color: rgba(3,201,90,.6);
	color: #fff;
}

.customized-accordion .accordion-item.custom-accordion-success .accordion-body {
	background-color: rgba(3,201,90,.1);
	padding-block-start: 0;
	border-inline-start: .25rem solid rgba(3,201,90,.6);
}

.customized-accordion .accordion-item.custom-accordion-danger .accordion-button {
	background-color: rgba(231,13,13,.1);
	border-inline-start: .25rem solid rgba(231,13,13,.6);
}

.customized-accordion .accordion-item.custom-accordion-danger .accordion-button:after {
	background-color: rgba(231,13,13,.6);
	color: #fff;
}

.customized-accordion .accordion-item.custom-accordion-danger .accordion-body {
	background-color: rgba(231,13,13,.1);
	padding-block-start: 0;
	border-inline-start: .25rem solid rgba(231,13,13,.6);
}

.accordion-links .accordion-item {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.accordion-links .accordion-item .accordion-button {
	border-bottom: 1px solid #ebeced;
	padding: 16px;
	font-size: 20px;
}

@media (max-width:767.98px) {
	.accordion-links .accordion-item .accordion-button {
		font-size: 16px;
	}
}

.accordion-links .accordion-item .accordion-body {
	padding: 0 16px 16px;
}

.card {
	margin-bottom: 1.5rem;
	background-color: #fff;
	transition: all .5s ease-in-out;
	position: relative;
	border-radius: 10px;
	border: 1px solid #ebeced;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.08);
	color: inherit;
}

.card .card-body {
	padding: 1.25rem;
}

.card .card-title {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: #242b3a;
}

@media (max-width:767.98px) {
	.card .card-title {
		font-size: 16px;
	}
}

.card .card-header {
	border-color: #ebeced;
	position: relative;
	background: transparent;
	padding: 1rem 1.25rem;
}


/*@media (max-width: 767px) {*/
/* 	.header-one .header-btn {*/
/*    display: flex !important;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    width: 100%;*/
/*  }*/

/*  .provider-head-links, .dropdown {*/
/*    flex-shrink: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*  }*/

/*  .notify-link {*/
/*    margin-right: 10px;*/
/*  }*/

/*  .booking-user {*/
/*    display: flex;*/
/*    align-items: center;*/
    white-space: nowrap; /* Prevent wrapping */
/*  }*/

/*  .user-img img {*/
/*    width: 35px;*/
/*    height: 35px;*/
/*    object-fit: cover;*/
/*  }*/
/*}*/

@media (max-width: 767px) {
     .header-one .desktop-header .header-btn {
    display: none !important;
  }
     .header-one .mobile-header .header-btn {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .desktop-header {
    display: block;
  }
  .mobile-header {
    display: none;
  }
}



.card .card-header .card-title {
	margin-bottom: 0;
}

.card .card-header .subtitle {
	padding-top: .3125rem;
	font-size: .875rem;
	line-height: 1.5;
}

.card .card-footer {
	border-color: #ebeced;
	background: transparent;
	padding: 1rem 1.25rem;
}

.card-group .card {
	margin-bottom: 1.5rem;
}

.card.custom-card {
	border-radius: 4px;
	border: 0;
	background-color: #fff;
	position: relative;
	margin-block-end: 1.5rem;
	width: 100%;
}

.card.custom-card .card-header {
	padding: 1rem 1.25rem;
	background-color: transparent!important;
	border-block-end: 1px solid #ebeced;
	display: flex;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
	gap: .25rem;
}

.card.custom-card .card-header:first-child {
	border-radius: .625rem .625rem 0 0;
}

.card.custom-card .card-header .card-title {
	position: relative;
	margin-block-end: 0;
	font-size: .9375rem;
	font-weight: 700;
	text-transform: capitalize;
}

.card.custom-card .card-header .card-title .subtitle {
	margin-block-end: 0;
	text-transform: none;
}

.card.custom-card .card-footer {
	background-color: transparent!important;
	border-block-start: 1px solid #ebeced;
	padding: 1rem 1.5rem;
	font-size: 14px;
}

.card.custom-card .card-body {
	padding: 1.5rem;
	color: #656b76;
}

.card.custom-card .card-link {
	font-size: .75rem;
}

.card .card-text {
	font-size: .813rem;
}

.card .footer-card-icon {
	width: 60px;
	height: 60px;
}

.card.overlay-card {
	position: relative;
	overflow: hidden;
	color: hsla(0,0%,100%,.9);
}

.card.overlay-card .card-header {
	border-block-end: 1px solid hsla(0,0%,100%,.1);
}

.card.overlay-card .card-footer {
	border-block-start: 1px solid hsla(0,0%,100%,.1);
}

.card.overlay-card .over-content-bottom {
	top: auto;
}

.card.overlay-card:before {
	content: "";
	inset-inline-start: 0;
	inset-inline-end: 0;
	inset-block-start: 0;
	inset-block-end: 0;
	background-color: rgba(0,0,0,.2);
	position: absolute;
}

.card.card-bg-primary {
	background-color: #8eb66f;
	color: #fff;
}

.card.card-bg-primary .card-header {
	background-color: hsla(0,0%,100%,.1)!important;
	color: #fff;
	border-block-end: 1px solid hsla(0,0%,100%,.2);
}

.card.card-bg-primary .card-header:before {
	background-color: #fff;
}

.card.card-bg-primary .card-body {
	color: #fff;
}

.card.card-bg-primary .card-footer {
	background-color: hsla(0,0%,100%,.1)!important;
	color: #fff;
	border-block-start: 1px solid hsla(0,0%,100%,.2);
}

.card.card-bg-secondary {
	background-color: #282b8b;
	color: #fff;
}

.card.card-bg-secondary .card-header {
	background-color: hsla(0,0%,100%,.1)!important;
	color: #fff;
	border-block-end: 1px solid hsla(0,0%,100%,.2);
}

.card.card-bg-secondary .card-header:before {
	background-color: #fff;
}

.card.card-bg-secondary .card-body {
	color: #fff;
}

.card.card-bg-secondary .card-footer {
	background-color: hsla(0,0%,100%,.1)!important;
	color: #fff;
	border-block-start: 1px solid hsla(0,0%,100%,.2);
}

.card.card-bg-warning {
	background-color: #ffc107;
	color: #fff;
}

.card.card-bg-warning .card-header {
	background-color: hsla(0,0%,100%,.1)!important;
	color: #fff;
	border-block-end: 1px solid hsla(0,0%,100%,.2);
}

.card.card-bg-warning .card-header:before {
	background-color: #fff;
}

.card.card-bg-warning .card-body {
	color: #fff;
}

.card.card-bg-warning .card-footer {
	background-color: hsla(0,0%,100%,.1)!important;
	color: #fff;
	border-block-start: 1px solid hsla(0,0%,100%,.2);
}

.card.card-bg-info {
	background-color: #5625e8;
	color: #fff;
}

.card.card-bg-info .card-header {
	background-color: hsla(0,0%,100%,.1)!important;
	color: #fff;
	border-block-end: 1px solid hsla(0,0%,100%,.2);
}

.card.card-bg-info .card-header:before {
	background-color: #fff;
}

.card.card-bg-info .card-body {
	color: #fff;
}

.card.card-bg-info .card-footer {
	background-color: hsla(0,0%,100%,.1)!important;
	color: #fff;
	border-block-start: 1px solid hsla(0,0%,100%,.2);
}

.card.card-bg-success {
	background-color: #03c95a;
	color: #fff;
}

.card.card-bg-success .card-header {
	background-color: hsla(0,0%,100%,.1)!important;
	color: #fff;
	border-block-end: 1px solid hsla(0,0%,100%,.2);
}

.card.card-bg-success .card-header:before {
	background-color: #fff;
}

.card.card-bg-success .card-body {
	color: #fff;
}

.card.card-bg-success .card-footer {
	background-color: hsla(0,0%,100%,.1)!important;
	color: #fff;
	border-block-start: 1px solid hsla(0,0%,100%,.2);
}

.card.card-bg-danger {
	background-color: #e70d0d;
	color: #fff;
}

.card.card-bg-danger .card-header {
	background-color: hsla(0,0%,100%,.1)!important;
	color: #fff;
	border-block-end: 1px solid hsla(0,0%,100%,.2);
}

.card.card-bg-danger .card-header:before {
	background-color: #fff;
}

.card.card-bg-danger .card-body {
	color: #fff;
}

.card.card-bg-danger .card-footer {
	background-color: hsla(0,0%,100%,.1)!important;
	color: #fff;
	border-block-start: 1px solid hsla(0,0%,100%,.2);
}

.card.card-bg-light {
	background-color: #e9eaeb;
	color: #656b76;
}

.card.card-bg-light .card-header {
	background-color: rgba(0,0,0,.05)!important;
	color: #656b76;
	border-block-end: #ebeced;
}

.card.card-bg-light .card-body {
	color: #656b76;
}

.card.card-bg-light .card-footer {
	background-color: rgba(0,0,0,.05)!important;
	color: #656b76;
	border-block-start: #ebeced;
}

.card.card-bg-dark {
	background-color: #111827;
	color: #fff;
}

.card.card-bg-dark .card-header {
	background-color: hsla(0,0%,100%,.1)!important;
	color: #fff;
	border-block-end: 1px solid hsla(0,0%,100%,.2);
}

.card.card-bg-dark .card-header:before {
	background-color: #fff;
}

.card.card-bg-dark .card-body {
	color: #fff;
}

.card.card-bg-dark .card-footer {
	background-color: hsla(0,0%,100%,.1)!important;
	color: #fff;
	border-block-start: 1px solid hsla(0,0%,100%,.2);
}

.card .card-anchor {
	position: absolute;
	top: 0;
	inset-inline-end: 0;
	bottom: 0;
	inset-inline-start: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
}

.card .collapse-close {
	display: none;
}

.card.card .collapsed .collapse-close {
	display: block;
}

.card.card .collapsed .collapse-open {
	display: none;
}

.card.card-fullscreen {
	position: fixed;
	top: 0;
	inset-inline-start: 0;
	bottom: 0;
	z-index: 9999;
	margin: 0;
}

.cals-icon {
	font-size: 50px;
	color: #7d828c;
}

.callout {
	padding: 1.25rem;
	margin-block-start: 1.25rem;
	margin-block-end: 1.25rem;
	background-color: #e9eaeb;
	border-inline-start: .25rem solid #ebeced;
}

.callout-info {
	background-color: rgba(86,37,232,.075);
	border-color: rgba(86,37,232,.5);
}

.callout-warning {
	background-color: rgba(255,193,7,.075);
	border-color: rgba(255,193,7,.5);
}

.callout-danger {
	background-color: rgba(231,13,13,.075);
	border-color: rgba(231,13,13,.5);
}

.btn-facebook {
	background-color: #3b5998;
	color: #fff;
	border: 1px solid #3b5998;
}

.btn-facebook:active,.btn-facebook:focus,.btn-facebook:hover {
	background-color: #3b5998!important;
	color: #fff!important;
	border: 1px solid #3b5998!important;
}

.btn-instagram {
	background: #f09433;
	background: linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433",endColorstr="#bc1888",GradientType=1);
}

.btn-instagram,.btn-instagram:active,.btn-instagram:focus,.btn-instagram:hover {
	color: #fff;
	border: 1px solid transparent;
}

.btn-twitter {
	background-color: #00acee;
	color: #fff;
	border: 1px solid #00acee;
}

.btn-twitter:active,.btn-twitter:focus,.btn-twitter:hover {
	background-color: #00acee!important;
	color: #fff!important;
	border: 1px solid #00acee!important;
}

.btn-icon {
	width: 2.313rem;
	height: 2.313rem;
	font-size: .95rem;
	flex-shrink: 0;
}

.btn-wave {
	display: inline-block!important;
}

@media (max-width:575px) {
	.overlay-card .card-text {
		font-size: .613rem!important;
	}
}

@media (max-width:400px) {
	.overlay-card .card-text {
		font-size: .413rem!important;
	}
}

.card .form-control-plaintext {
	min-height: 38px;
}

.grid-showcase {
	margin-bottom: -10px;
}

.grid-showcase .grid-wrapper,.grid-showcase span {
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
	background-color: rgba(242,243,247,.7);
}

.grid-align {
	margin-bottom: -16px;
}

.grid-align .row {
	padding: 15px 0;
	min-height: 7rem;
	margin-bottom: 16px;
}

.grid-vertical {
	min-height: 150px;
	padding: 10px;
	color: #000;
}

.xb-cursor,.xb-cursor-section {
	visibility: hidden;
	position: fixed;
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform .2s cubic-bezier(.165,.84,.44,1);
	pointer-events: none;
	top: 0;
	left: 0;
}

.xb-cursor-section .xb-cursor-wrapper,.xb-cursor .xb-cursor-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
}

.xb-cursor-section .xb-cursor--follower,.xb-cursor .xb-cursor--follower {
	position: absolute;
	background-color: #8eb66f;
	opacity: .25;
	border-radius: 100%;
	width: 1.5rem;
	height: 1.5rem;
	transition: transform .3s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),background-color .1s cubic-bezier(.165,.84,.44,1);
}

.xb-cursor.style-2 .xb-cursor--follower {
	background-color: var(--color-primary-2);
}

.xb-cursor-section .xb-cursor--label,.xb-cursor .xb-cursor--label {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
}

.xb-cursor-section .xb-cursor--drap,.xb-cursor-section .xb-cursor--label,.xb-cursor .xb-cursor--drap,.xb-cursor .xb-cursor--label {
	color: #fff;
	transform: scale(0);
	will-change: transform,opacity;
	transition: transform .5s cubic-bezier(.165,.84,.44,1),opacity .5s cubic-bezier(.165,.84,.44,1);
}

.xb-cursor-section .xb-cursor--drap,.xb-cursor .xb-cursor--drap {
	line-height: 87px;
	text-align: center;
	width: 87px;
	height: 87px;
	background-color: #000;
	font-size: 0;
	border-radius: 87px;
}

.xb-cursor-section .xb-cursor--drap:after,.xb-cursor-section .xb-cursor--drap:before,.xb-cursor .xb-cursor--drap:after,.xb-cursor .xb-cursor--drap:before {
	content: "\f10b";
	font-family: caseicon;
	font-size: 10px;
	display: inline-flex;
}

.xb-cursor-section .xb-cursor--drap:before,.xb-cursor .xb-cursor--drap:before {
	-khtml-transform: scaleX(-1);
	transform: scaleX(-1);
}

.xb-cursor-section.is-enabled,.xb-cursor.is-enabled,.xb-cursor .xb-cursor--drap:after {
	visibility: visible;
}

.xb-cursor-section.is-hidden .xb-cursor-wrapper,.xb-cursor.is-hidden .xb-cursor-wrapper {
	transform: scale(0)!important;
}

.xb-cursor-section.is-mouse-down .xb-cursor-wrapper,.xb-cursor.is-mouse-down .xb-cursor-wrapper {
	transform: scale(.8);
}

.xb-cursor-section.is-active .xb-cursor--follower,.xb-cursor.is-active .xb-cursor--follower {
	-ms-box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
	-o-box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
	box-shadow: 0 0 8px rgba(0,0,0,.12);
	transform: scale(4);
	-webkit-transform: scale(4);
	-ms-transform: scale(4);
	opacity: 0;
}

.nav-item {
	margin-inline-end: .5rem;
}

.nav-item:last-child {
	margin-inline-end: 0;
}

.nav-link {
	color: #656b76;
	border-radius: 4px;
}

.nav-link.active {
	background-color: rgba(142,182,111,.1);
	color: #8eb66f;
}

.navbar-brand {
	color: #656b76;
}

.navbar-brand:focus,.navbar-brand:hover {
	color: #656b76;
	opacity: .9;
}

.navbar-nav .nav-link.active,.navbar-nav .show>.nav-link {
	color: #8eb66f;
}

.nav-link.disabled {
	color: #656b76;
	opacity: .3;
}

.nav-tabs .nav-link.disabled,.nav-tabs .nav-link:disabled {
	color: rgba(17,24,39,.5);
}

.navbar-text {
	color: #656b76;
}

.navbar-dark.bg-dark .nav-link,.navbar-dark.bg-dark .navbar-brand,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link {
	color: #fff;
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
	background-color: #8eb66f;
}

.nav.nav-style-1 {
	border: 0;
}

.nav.nav-style-1 .nav-item {
	margin-inline-end: .25rem;
}

.nav.nav-style-1 .nav-item:last-child {
	margin-inline-end: 0;
}

.nav.nav-style-1 .nav-link.active {
	background-color: rgba(142,182,111,.1);
	color: #8eb66f;
}

.nav.nav-style-1 .nav-link.active:hover {
	background: rgba(142,182,111,.1);
}

.nav.nav-style-1 .nav-link:hover {
	background: transparent;
	color: #8eb66f;
}

.nav.nav-style-2 .nav-item .nav-link {
	border-block-start: 3px solid transparent;
}

.nav.nav-style-2 .nav-item .nav-link.active {
	background-color: rgba(142,182,111,.1);
	border-block-start: 3px solid #8eb66f;
	color: #8eb66f;
}

.nav.nav-style-3 .nav-link {
	border-radius: 0;
	border-block-end: 3px solid transparent;
}

.nav.nav-style-3 .nav-link.active {
	background-color: transparent;
	border-block-end: 3px solid #8eb66f;
	color: #8eb66f;
}

.nav.nav-style-4 {
	border: 0;
}

.nav.nav-style-4 .nav-link {
	color: #677788;
	border: 0;
	margin-bottom: 3px;
}

.nav.nav-style-4 .nav-link.active {
	background-color: #e9eaeb;
	color: #656b76;
	border: 0;
}

.nav.nav-style-4 .nav-link:focus,.nav.nav-style-4 .nav-link:hover {
	border: 0;
}

.nav.nav-style-4 .nav-link:hover {
	background-color: #e9eaeb;
	color: #656b76;
}

.nav-tabs.nav-style-5 {
	border: 0;
}

.nav-tabs.nav-style-5 .nav-link {
	color: #677788;
	border: 0;
	margin-bottom: 3px;
}

.nav-tabs.nav-style-5 .nav-link.active,.nav-tabs.nav-style-5 .nav-link:focus,.nav-tabs.nav-style-5 .nav-link:hover {
	background-color: #8eb66f;
	color: #fff;
	border: 0;
}

.nav-style-6 {
	border: 0;
}

.nav-style-6.nav-pills .nav-link.active {
	border: 1px solid #8eb66f;
	border-block-end: 2px solid #8eb66f;
	background-color: transparent;
	color: #8eb66f;
}

.nav-tabs-header {
	border: 0!important;
}

.nav-tabs-header .nav-item {
	margin-inline-end: .5rem;
}

.nav-tabs-header .nav-item:last-child {
	margin-inline-end: 0;
}

.nav-tabs-header .nav-item .nav-link {
	border: 1px solid transparent;
	font-size: .8rem;
	padding: .4rem .5rem;
	font-weight: 500;
}

.nav-tabs-header .nav-item .nav-link.active {
	background: rgba(142,182,111,.1);
	color: #8eb66f;
	border: 1px solid transparent;
}

.nav-tabs-header .nav-item .nav-link:focus,.nav-tabs-header .nav-item .nav-link:hover {
	border: 1px solid transparent;
	background-color: transparent;
	color: #8eb66f;
}

.nav-tabs-footer {
	border: 0;
}

.nav-tabs-footer .nav-item {
	margin-inline-end: .5rem;
}

.nav-tabs-footer .nav-item:last-child {
	margin-inline-end: 0;
}

.nav-tabs-footer .nav-item .nav-link {
	background-color: transparent;
	color: #8eb66f;
	border: 1px solid #8eb66f;
	font-size: .8rem;
}

.nav-tabs-footer .nav-item .nav-link.active {
	background: #8eb66f;
	color: #fff;
	border: 1px solid #8eb66f;
}

.nav-tabs-footer .nav-item .nav-link:focus,.nav-tabs-footer .nav-item .nav-link:hover {
	border: 1px solid #8eb66f;
	background-color: transparent;
	color: #8eb66f;
}

.vertical-tabs-2 {
	border: 0;
}

.vertical-tabs-2 .nav-item {
	margin-inline-end: .5rem;
}

.vertical-tabs-2 .nav-item:last-child {
	margin-inline-end: 0;
}

.vertical-tabs-2 .nav-item .nav-link {
	min-width: 7.5rem;
	max-width: 7.5rem;
	text-align: center;
	border: 1px solid #ebeced;
	margin-bottom: .5rem;
	color: #677788;
	background-color: #e9eaeb;
}

.vertical-tabs-2 .nav-item .nav-link i {
	font-size: 1rem;
}

.vertical-tabs-2 .nav-item .nav-link.active {
	background-color: #8eb66f;
	color: #fff;
	position: relative;
}

.vertical-tabs-2 .nav-item .nav-link.active:before {
	content: "";
	position: absolute;
	inset-inline-end: -.5rem;
	inset-block-start: 38%;
	transform: rotate(45deg);
	width: 1rem;
	height: 1rem;
	background-color: #8eb66f;
}

.vertical-tabs-2 .nav-item .nav-link.active:hover {
	color: #fff;
}

.vertical-tabs-2 .nav-item .nav-link:hover {
	color: #8eb66f;
}

.vertical-tabs-3 {
	border: 0;
}

.vertical-tabs-3 .nav-item {
	border: 0;
	margin-inline-end: .5rem;
}

.vertical-tabs-3 .nav-item:last-child {
	margin-inline-end: 0;
}

.vertical-tabs-3 .nav-item .nav-link {
	min-width: 160px;
	max-width: 160px;
	border: 1px solid #8eb66f;
	padding: 1.3rem;
	margin-block-end: .5rem;
}

.vertical-tabs-3 .nav-item .nav-link i {
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	font-size: 1rem;
	background: #8eb66f;
	color: #fff;
	border-radius: 3.125rem;
	font-weight: 500;
}

.vertical-tabs-3 .nav-item .nav-link.active,.vertical-tabs-3 .nav-item .nav-link.active:hover {
	background: #8eb66f;
	border: 1px solid #8eb66f;
	color: #fff;
}

.vertical-tabs-3 .nav-item .nav-link.active i {
	background: #fff;
	color: #8eb66f;
}

.vertical-tabs-3 .nav-item .nav-link:focus,.vertical-tabs-3 .nav-item .nav-link:hover {
	border: 1px solid #8eb66f;
	color: #8eb66f;
	background: transparent;
}

.nav.tab-style-1 {
	border-block-end: 0;
	padding: .65rem;
	background-color: #e9eaeb;
	border-radius: 7px;
	margin-block-end: 1rem;
}

.nav.tab-style-1 .nav-item {
	margin-inline-end: .5rem;
}

.nav.tab-style-1 .nav-item:last-child {
	margin-inline-end: 0;
}

.nav.tab-style-1 .nav-link {
	border-radius: 7px;
	padding: .35rem 1rem;
}

.nav.tab-style-1 .nav-link.active {
	background-color: #8eb66f!important;
	color: #fff!important;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.08);
	transition: color .15s ease-in;
}

.nav-tabs.tab-style-1 .nav-link:hover {
	background: transparent;
	color: #8eb66f;
}

.tab-style-2 {
	border-block-end: 0;
}

.tab-style-2 .nav-item {
	margin-inline-end: .5rem;
}

.tab-style-2 .nav-item:last-child {
	margin-inline-end: 0;
}

.tab-style-2 .nav-item .nav-link {
	border: 0;
}

.tab-style-2 .nav-item .nav-link i {
	width: 1.875rem;
	height: 1.875rem;
	padding: .4rem;
	border-radius: 50px;
	background-color: #e9eaeb;
	color: #656b76;
	display: inline-block;
}

.tab-style-2 .nav-item .nav-link:hover {
	border: 0;
	background: transparent;
	color: #8eb66f;
}

.tab-style-2 .nav-item .nav-link:hover i {
	color: #8eb66f;
}

.tab-style-2 .nav-item .nav-link.active {
	background-color: transparent;
	position: relative;
	border: 0;
	color: #8eb66f;
}

.tab-style-2 .nav-item .nav-link.active i {
	background-color: rgba(142,182,111,.1);
	color: #8eb66f;
}

.tab-style-2 .nav-item .nav-link.active:before {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	inset-inline-end: 0;
	inset-block-end: 0;
	width: 100%;
	height: .175rem;
	background-color: #8eb66f;
	border-radius: 50px;
}

.tab-style-3 {
	border-block-end: 0;
}

.tab-style-3 .nav-item {
	position: relative;
	margin-inline-end: .5rem;
}

.tab-style-3 .nav-item:last-child {
	margin-inline-end: 0;
}

.tab-style-3 .nav-item .nav-link {
	position: relative;
	border: 0;
	font-size: .75rem;
}

.tab-style-3 .nav-item .nav-link:before {
	position: absolute;
	content: "";
	inset-block-end: -1.063rem;
	inset-inline-end: 0;
	inset-inline-start: 0;
	width: 100%;
	height: .1rem;
	background-color: #e9eaeb;
	border-radius: 50%;
}

.tab-style-3 .nav-item .nav-link:after {
	position: absolute;
	content: "";
	inset-block-end: -2rem;
	inset-inline-start: 1.75rem;
	inset-inline-end: 0;
	inset-inline-start: 30%;
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #ebeced;
}

.tab-style-3 .nav-item .nav-link.home:after {
	content: "1";
}

.tab-style-3 .nav-item .nav-link.about:after {
	content: "2";
}

.tab-style-3 .nav-item .nav-link.services:after {
	content: "3";
}

.tab-style-3 .nav-item .nav-link:hover {
	border: 0;
	background: transparent;
	color: #8eb66f;
}

.tab-style-3 .nav-item .nav-link.active {
	background-color: transparent;
	border: 0;
	color: #8eb66f;
}

.tab-style-3 .nav-item .nav-link.active:before {
	background-color: #8eb66f;
}

.tab-style-3 .nav-item .nav-link.active:after {
	border-color: #8eb66f;
	color: #8eb66f;
}

.tab-style-4.nav-tabs {
	border: 0;
}

.tab-style-4.nav-tabs .nav-item {
	margin-inline-end: .5rem;
}

.tab-style-4.nav-tabs .nav-item:last-child {
	margin-inline-end: 0;
}

.tab-style-4.nav-tabs .nav-link {
	border: 0;
}

.tab-style-4.nav-tabs .nav-link:hover {
	border: 0;
	background: transparent;
	color: #8eb66f;
}

.tab-style-4.nav-tabs .nav-link.active {
	background-color: transparent;
	border: 0;
	color: #8eb66f;
	position: relative;
	overflow: hidden;
}

.tab-style-4.nav-tabs .nav-link.active:before {
	position: absolute;
	content: "";
	width: .75rem;
	inset-block-start: 31px;
	transform: rotate(45deg);
	inset-inline-start: 47%;
	overflow: hidden;
	z-index: 1;
	height: .75rem;
	background-color: #8eb66f;
	border: 1px solid #8eb66f;
}

.tab-style-4.nav-tabs .nav-link.active:after {
	position: absolute;
	content: "";
	width: 40%;
	height: 1px;
	inset-inline-start: 30%;
	inset-block-end: 0;
	background-color: #8eb66f;
}

#tab-style-4 .tab-pane.active {
	border: 1px solid #8eb66f;
	background-color: #8eb66f;
	color: #fff;
	padding: 16px;
	border-radius: 7px;
}

.tab-style-5 .nav-item {
	margin-inline-end: .5rem;
}

.tab-style-5 .nav-item:last-child {
	margin-inline-end: 0;
}

.tab-style-5 .nav-item .nav-link.active {
	background: #8eb66f;
}

.tab-style-6 {
	border: 0;
	background-color: #fff;
	border-radius: 7px;
	color: #8eb66f;
	padding: .5rem;
}

.tab-style-6 .nav-item {
	border: 0;
	margin-inline-end: .5rem;
}

.tab-style-6 .nav-item:last-child {
	margin-inline-end: 0;
}

.tab-style-6 .nav-item .nav-link {
	color: #8eb66f;
	padding: .5rem 1rem;
	font-size: .813rem;
	border: 0;
	font-weight: 500;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.tab-style-6 .nav-item .nav-link.active {
	background-color: #8eb66f;
	color: #fff;
	border: 0;
	box-shadow: 0 3px 10px 0 rgba(var(--dark-rgb),.05);
}

.tab-style-6 .nav-item .nav-link:focus,.tab-style-6 .nav-item .nav-link:hover {
	border: 0;
}

.tab-style-7 .nav-link {
	margin-block-end: .5rem;
	font-size: .813rem;
	color: #677788;
	text-align: left;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.nav-style-1 .nav-item .nav-link.active,.tab-style-7 .nav-link.active,.tab-style-7 .nav-link:active {
	background-color: rgba(142,182,111,.1);
	color: #8eb66f;
}

@media screen and (max-width:400px) {
	.tab-style-4 .nav-link {
		padding-inline: .5rem;
	}
}

.nav-tabs {
	border-bottom: 0;
}

.nav-tabs.nav-tabs-bottom li {
	margin-bottom: -1px;
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.nav-tabs .nav-link.active {
	border-color: #afb2b8;
}

.nav-tabs li a {
	color: #242b3a;
	font-weight: 600;
	border-bottom-width: 2px;
}

.nav-tabs li a.active {
	border-color: transparent transparent #8eb66f;
	background-color: transparent;
	transition: all .2s ease;
	color: #8eb66f;
}

.nav-tabs .nav-tabs-solid {
	background-color: #fff;
	border: 0;
}

.nav-tabs .nav-tabs-solid .active {
	background-color: #8eb66f;
	border-color: #8eb66f;
	color: #fff;
}

.nav-tabs .nav-link:hover {
	border-color: transparent;
	color: #8eb66f;
}

.nav-tabs.nav-tabs-top li a {
	border-width: 2px 0 0;
}

.nav-tabs.nav-tabs-top li a.active,.nav-tabs.nav-tabs-top li a:hover {
	border-top-color: #8eb66f;
	border-radius: 0;
}

.nav-tabs.nav-tabs-top li a:hover {
	background-color: transparent;
}

.nav-tabs.nav-tabs-bottom li a {
	border-width: 0 0 2px;
}

.nav-tabs.nav-tabs-bottom li a.active,.nav-tabs.nav-tabs-bottom li a:hover {
	border-bottom-color: #8eb66f;
	background: transparent;
	border-radius: 0;
	color: #8eb66f;
}

.nav-tabs.nav-tabs-solid {
	border: 0;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded li a.active {
	background-color: #8eb66f;
	border-color: #8eb66f;
	color: #fff;
	border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a {
	border-color: #ebeced;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a.active {
	background-color: #8eb66f;
	border-color: #8eb66f;
	color: #fff;
	border-radius: 50px;
}

.nav-tabs.nav-tabs-solid li {
	margin-right: 24px;
}

.nav-tabs.nav-tabs-solid li a {
	border: 1px solid #ebeced;
	border-radius: 5px;
}

.nav-tabs.nav-tabs-solid li a.active,.nav-tabs.nav-tabs-solid li a:hover {
	background: linear-gradient(90deg,#fd2692,#0a67f2);
	border-color: #fff;
	color: #fff;
}

.nav-tabs.nav-tabs-solid li:last-child {
	margin-right: 0;
}

.nav-link:hover {
	color: #8eb66f;
}

.page-menu .nav-tabs li a {
	font-size: 16px;
}

.tabs-set .nav-tabs {
	border-bottom: 0;
	margin-bottom: 20px;
}

.tabs-set .nav-tabs .nav-link {
	color: #282b8b;
	padding: 8px 15px;
	font-size: 16px;
	font-weight: 700;
	border: 0;
	min-width: 120px;
	margin-right: 10px;
	border-radius: 8px;
	background: var(--Stroke,rgba(145,158,171,.3));
}

.tabs-set .nav-tabs .nav-link:focus,.tabs-set .nav-tabs .nav-link:hover {
	border-color: transparent;
}

.tabs-set .nav-tabs .nav-link.active {
	border: 0;
	border-bottom: 2px solid #8eb66f;
	background: #8eb66f;
	color: #fff;
}

.tabs-sets .nav-tabs {
	border-bottom: 0;
	margin: 0 0 40px;
}

.tabs-sets .nav-tabs .nav-link {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	border: 0;
	background: #afb2b8;
	margin-right: 10px;
	padding: 8px 15px;
	border-radius: 8px;
	transition: all .5s ease;
}

.tabs-sets .nav-tabs .nav-link.active,.tabs-sets .nav-tabs .nav-link:focus,.tabs-sets .nav-tabs .nav-link:hover {
	background: #8eb66f;
	color: #fff;
}

@media (max-width:767.98px) {
	.nav-tabs {
		position: relative;
		background-color: #fff;
		border: 1px solid #f8f9f9;
		padding: 5px 0;
		border-radius: 3px;
	}
}

caption {
	color: #677788;
}

.table-active {
	--bs-table-color-state: var(--default-text-color);
}

.table {
	color: #656b76;
	margin-block-end: 0;
}

.table,.table tbody tr {
	border-color: #ebeced;
}

.table tbody tr th {
	font-weight: 500;
}

.table td,.table th {
	padding: 12px 20px;
	vertical-align: middle;
	font-size: 14px;
	white-space: nowrap;
}

.table thead tr,.table thead tr th {
	border-color: #ebeced;
}

.table thead tr th {
	font-weight: 500;
	font-size: 14px;
}

.table.table-sm>:not(caption)>*>* {
	padding: .3rem;
}

.table.table-dark {
	color: #f0f0f1;
	border-color: hsla(0,0%,100%,.1);
}

.table .thead-primary th {
	background-color: #8eb66f;
	color: #fff;
}

.table .thead-secondary th {
	background-color: #282b8b;
	color: #fff;
}

.table .thead-info th {
	background-color: #5625e8;
	color: #fff;
}

.table .thead-warning th {
	background-color: #ffc107;
	color: #fff;
}

.table .thead-danger th {
	background-color: #e70d0d;
	color: #fff;
}

.table .thead-success th {
	background-color: #03c95a;
	color: #fff;
}

.table .thead-dark th {
	background-color: #111827;
	color: #fff;
}

.table .thead-light th {
	background-color: #f2f2f3;
	color: #242b3a;
}

.table.table-primary {
	background-color: #fff;
	color: #000;
	--bs-table-color-state: $black;
	border-color: var(--bs-table-border-color);
	--bs-table-bg: rgba(var(--primary-rgb),0.1);
	--bs-table-border-color: rgba(var(--primary-rgb),0.05);
	--bs-table-striped-bg: rgba(var(--primary-rgb),0.2);
	--bs-table-active-bg: rgba(var(--primary-rgb),0.2);
	--bs-table-hover-bg: rgba(var(--primary-rgb),0.2);
}

.table.table-primary.table-striped>tbody>tr:nth-of-type(odd)>* {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--primary-rgb),0.2);
	color: #000;
}

.table.table-primary.table.table-hover>tbody>tr:hover>* {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--primary-rgb),0.4);
	color: #fff;
}

.table.table-primary .table-active {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgb(var(--primary-rgb));
	color: #fff;
}

.table.table-secondary {
	background-color: #fff;
	color: #000;
	--bs-table-color-state: $black;
	border-color: var(--bs-table-border-color);
	--bs-table-bg: rgba(var(--secondary-rgb),0.1);
	--bs-table-border-color: rgba(var(--secondary-rgb),0.05);
	--bs-table-striped-bg: rgba(var(--secondary-rgb),0.2);
	--bs-table-active-bg: rgba(var(--secondary-rgb),0.2);
	--bs-table-hover-bg: rgba(var(--secondary-rgb),0.2);
}

.table.table-secondary.table-striped>tbody>tr:nth-of-type(odd)>* {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--secondary-rgb),0.2);
	color: #000;
}

.table.table-secondary.table.table-hover>tbody>tr:hover>* {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--secondary-rgb),0.4);
	color: #fff;
}

.table.table-secondary .table-active {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgb(var(--secondary-rgb));
	color: #fff;
}

.table.table-warning {
	background-color: #fff;
	color: #000;
	--bs-table-color-state: $black;
	border-color: var(--bs-table-border-color);
	--bs-table-bg: rgba(var(--warning-rgb),0.1);
	--bs-table-border-color: rgba(var(--warning-rgb),0.05);
	--bs-table-striped-bg: rgba(var(--warning-rgb),0.2);
	--bs-table-active-bg: rgba(var(--warning-rgb),0.2);
	--bs-table-hover-bg: rgba(var(--warning-rgb),0.2);
}

.table.table-warning.table-striped>tbody>tr:nth-of-type(odd)>* {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--warning-rgb),0.2);
	color: #000;
}

.table.table-warning.table.table-hover>tbody>tr:hover>* {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--warning-rgb),0.4);
	color: #fff;
}

.table.table-warning .table-active {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgb(var(--warning-rgb));
	color: #fff;
}

.table.table-success {
	background-color: #fff;
	color: #000;
	--bs-table-color-state: $black;
	border-color: var(--bs-table-border-color);
	--bs-table-bg: rgba(var(--success-rgb),0.1);
	--bs-table-border-color: rgba(var(--success-rgb),0.05);
	--bs-table-striped-bg: rgba(var(--success-rgb),0.2);
	--bs-table-active-bg: rgba(var(--success-rgb),0.2);
	--bs-table-hover-bg: rgba(var(--success-rgb),0.2);
}

.table.table-success.table-striped>tbody>tr:nth-of-type(odd)>* {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--success-rgb),0.2);
	color: #000;
}

.table.table-success.table.table-hover>tbody>tr:hover>* {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--success-rgb),0.4);
	color: #fff;
}

.table.table-success .table-active {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgb(var(--success-rgb));
	color: #fff;
}

.table.table-danger {
	background-color: #fff;
	color: #000;
	--bs-table-color-state: $black;
	border-color: var(--bs-table-border-color);
	--bs-table-bg: rgba(var(--danger-rgb),0.1);
	--bs-table-border-color: rgba(var(--danger-rgb),0.05);
	--bs-table-striped-bg: rgba(var(--danger-rgb),0.2);
	--bs-table-active-bg: rgba(var(--danger-rgb),0.2);
	--bs-table-hover-bg: rgba(var(--danger-rgb),0.2);
}

.table.table-danger.table-striped>tbody>tr:nth-of-type(odd)>* {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--danger-rgb),0.2);
	color: #000;
}

.table.table-danger.table.table-hover>tbody>tr:hover>* {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--danger-rgb),0.4);
	color: #fff;
}

.table.table-danger .table-active {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgb(var(--danger-rgb));
	color: #fff;
}

.table.table-info {
	background-color: #fff;
	color: #000;
	--bs-table-color-state: $black;
	border-color: var(--bs-table-border-color);
	--bs-table-bg: rgba(var(--info-rgb),0.1);
	--bs-table-border-color: rgba(var(--info-rgb),0.05);
	--bs-table-striped-bg: rgba(var(--info-rgb),0.2);
	--bs-table-active-bg: rgba(var(--info-rgb),0.2);
	--bs-table-hover-bg: rgba(var(--info-rgb),0.2);
}

.table.table-info.table-striped>tbody>tr:nth-of-type(odd)>* {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--info-rgb),0.2);
	color: #000;
}

.table.table-info.table.table-hover>tbody>tr:hover>* {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--info-rgb),0.4);
	color: #fff;
}

.table.table-info .table-active {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgb(var(--info-rgb));
	color: #fff;
}

.table.table-light {
	background-color: #fff;
	color: #000;
	--bs-table-color-state: $black;
	border-color: var(--bs-table-border-color);
	--bs-table-bg: rgba(var(--light-rgb),0.1);
	--bs-table-border-color: rgba(var(--light-rgb),0.05);
	--bs-table-striped-bg: rgba(var(--light-rgb),0.2);
	--bs-table-active-bg: rgba(var(--light-rgb),0.2);
	--bs-table-hover-bg: rgba(var(--light-rgb),0.2);
}

.table.table-light.table-striped>tbody>tr:nth-of-type(odd)>* {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--light-rgb),0.2);
	color: #000;
}

.table.table-light.table.table-hover>tbody>tr:hover>* {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--light-rgb),0.4);
	color: #fff;
}

.table.table-light .table-active {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgb(var(--light-rgb));
	color: #fff;
}

.table.table-dark {
	background-color: #fff;
	color: #000;
	--bs-table-color-state: $black;
	border-color: var(--bs-table-border-color);
	--bs-table-bg: rgba(var(--dark-rgb),0.1);
	--bs-table-border-color: rgba(var(--dark-rgb),0.05);
	--bs-table-striped-bg: rgba(var(--dark-rgb),0.2);
	--bs-table-active-bg: rgba(var(--dark-rgb),0.2);
	--bs-table-hover-bg: rgba(var(--dark-rgb),0.2);
}

.table.table-dark.table-striped>tbody>tr:nth-of-type(odd)>* {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--dark-rgb),0.2);
	color: #000;
}

.table.table-dark.table.table-hover>tbody>tr:hover>* {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgba(var(--dark-rgb),0.4);
	color: #fff;
}

.table.table-dark .table-active {
	background-color: var(--bs-table-accent-bg);
	--bs-table-accent-bg: rgb(var(--dark-rgb));
	color: #fff;
}

.table.table-bordered.border-primary tbody,.table.table-bordered.border-primary td,.table.table-bordered.border-primary tfoot,.table.table-bordered.border-primary th,.table.table-bordered.border-primary thead,.table.table-bordered.border-primary tr {
	border-color: rgba(142,182,111,.1);
}

.table.table-bordered.border-info tbody,.table.table-bordered.border-info td,.table.table-bordered.border-info tfoot,.table.table-bordered.border-info th,.table.table-bordered.border-info thead,.table.table-bordered.border-info tr {
	border-color: rgba(86,37,232,.1);
}

.table.table-bordered.border-secondary tbody,.table.table-bordered.border-secondary td,.table.table-bordered.border-secondary tfoot,.table.table-bordered.border-secondary th,.table.table-bordered.border-secondary thead,.table.table-bordered.border-secondary tr {
	border-color: rgba(40,43,139,.1);
}

.table.table-bordered.border-warning tbody,.table.table-bordered.border-warning td,.table.table-bordered.border-warning tfoot,.table.table-bordered.border-warning th,.table.table-bordered.border-warning thead,.table.table-bordered.border-warning tr {
	border-color: rgba(255,193,7,.1);
}

.table.table-bordered.border-success tbody,.table.table-bordered.border-success td,.table.table-bordered.border-success tfoot,.table.table-bordered.border-success th,.table.table-bordered.border-success thead,.table.table-bordered.border-success tr {
	border-color: rgba(3,201,90,.1);
}

.table.table-bordered.border-danger tbody,.table.table-bordered.border-danger td,.table.table-bordered.border-danger tfoot,.table.table-bordered.border-danger th,.table.table-bordered.border-danger thead,.table.table-bordered.border-danger tr {
	border-color: rgba(231,13,13,.1);
}

.table.table-striped>tbody>tr:nth-of-type(odd)>* {
	--bs-table-accent-bg: rgba(var(--dark-rgb),0.0125);
	color: #656b76;
}

.table.table-striped-columns>:not(caption)>tr>:nth-child(2n) {
	--bs-table-accent-bg: rgba(var(--dark-rgb),0.025);
	color: #656b76;
}

.table tbody.table-group-divider {
	border-top: 1px solid #ebeced;
}

.table.table-hover>tbody>tr:hover>* {
	--bs-table-accent-bg: #f7f8f9;
	color: #656b76;
}

.table .table-active {
	--bs-table-accent-bg: #e9eaeb;
	color: #656b76;
}

.table thead.table-primary {
	--bs-table-color-state: #000;
	--bs-table-color: #000;
	--bs-table-bg: rgba(var(--primary-rgb),0.1);
	--bs-table-border-color: rgba(var(--primary-rgb),0.1);
	--bs-table-striped-bg: rgba(var(--primary-rgb),0.5);
	--bs-table-striped-color: #000;
	--bs-table-active-bg: rgba(var(--primary-rgb),0.5);
	--bs-table-hover-bg: rgba(var(--primary-rgb),0.5);
}

.table thead.table-primary,.table thead.table-secondary {
	background-color: #fff;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table thead.table-secondary {
	--bs-table-color-state: #000;
	--bs-table-color: #000;
	--bs-table-bg: rgba(var(--secondary-rgb),0.1);
	--bs-table-border-color: rgba(var(--secondary-rgb),0.1);
	--bs-table-striped-bg: rgba(var(--secondary-rgb),0.5);
	--bs-table-striped-color: #000;
	--bs-table-active-bg: rgba(var(--secondary-rgb),0.5);
	--bs-table-hover-bg: rgba(var(--secondary-rgb),0.5);
}

.table thead.table-warning {
	--bs-table-color-state: #000;
	--bs-table-color: #000;
	--bs-table-bg: rgba(var(--warning-rgb),0.1);
	--bs-table-border-color: rgba(var(--warning-rgb),0.1);
	--bs-table-striped-bg: rgba(var(--warning-rgb),0.5);
	--bs-table-striped-color: #000;
	--bs-table-active-bg: rgba(var(--warning-rgb),0.5);
	--bs-table-hover-bg: rgba(var(--warning-rgb),0.5);
}

.table thead.table-success,.table thead.table-warning {
	background-color: #fff;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table thead.table-success {
	--bs-table-color-state: #000;
	--bs-table-color: #000;
	--bs-table-bg: rgba(var(--success-rgb),0.1);
	--bs-table-border-color: rgba(var(--success-rgb),0.1);
	--bs-table-striped-bg: rgba(var(--success-rgb),0.5);
	--bs-table-striped-color: #000;
	--bs-table-active-bg: rgba(var(--success-rgb),0.5);
	--bs-table-hover-bg: rgba(var(--success-rgb),0.5);
}

.table thead.table-danger {
	--bs-table-color-state: #000;
	--bs-table-color: #000;
	--bs-table-bg: rgba(var(--danger-rgb),0.1);
	--bs-table-border-color: rgba(var(--danger-rgb),0.1);
	--bs-table-striped-bg: rgba(var(--danger-rgb),0.5);
	--bs-table-striped-color: #000;
	--bs-table-active-bg: rgba(var(--danger-rgb),0.5);
	--bs-table-hover-bg: rgba(var(--danger-rgb),0.5);
}

.table thead.table-danger,.table thead.table-info {
	background-color: #fff;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table thead.table-info {
	--bs-table-color-state: #000;
	--bs-table-color: #000;
	--bs-table-bg: rgba(var(--info-rgb),0.1);
	--bs-table-border-color: rgba(var(--info-rgb),0.1);
	--bs-table-striped-bg: rgba(var(--info-rgb),0.5);
	--bs-table-striped-color: #000;
	--bs-table-active-bg: rgba(var(--info-rgb),0.5);
	--bs-table-hover-bg: rgba(var(--info-rgb),0.5);
}

.table thead.table-light {
	--bs-table-color-state: #000;
	--bs-table-color: #000;
	--bs-table-bg: rgba(var(--light-rgb),0.1);
	--bs-table-border-color: rgba(var(--light-rgb),0.1);
	--bs-table-striped-bg: rgba(var(--light-rgb),0.5);
	--bs-table-striped-color: #000;
	--bs-table-active-bg: rgba(var(--light-rgb),0.5);
	--bs-table-hover-bg: rgba(var(--light-rgb),0.5);
}

.table thead.table-dark,.table thead.table-light {
	background-color: #fff;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table thead.table-dark {
	--bs-table-color-state: #000;
	--bs-table-color: #000;
	--bs-table-bg: rgba(var(--dark-rgb),0.1);
	--bs-table-border-color: rgba(var(--dark-rgb),0.1);
	--bs-table-striped-bg: rgba(var(--dark-rgb),0.5);
	--bs-table-striped-color: #000;
	--bs-table-active-bg: rgba(var(--dark-rgb),0.5);
	--bs-table-hover-bg: rgba(var(--dark-rgb),0.5);
}

.datanew tbody {
	border-top: 1px solid #ebeced;
}

.table-primary {
	--bs-table-color: #000;
	--bs-table-color-state: $black;
	--bs-table-bg: rgba(var(--primary-rgb),0.1);
	--bs-table-border-color: rgba(var(--primary-rgb),0.1);
	--bs-table-striped-bg: rgba(var(--primary-rgb),0.3);
	--bs-table-striped-color: #000;
	--bs-table-active-bg: rgba(var(--primary-rgb),0.3);
	--bs-table-active-color: #000;
	--bs-table-hover-bg: rgba(var(--primary-rgb),0.3);
	--bs-table-hover-color: #000;
	border-color: rgba(var(--primary-rgb),.1);
}

.table-primary,.table-secondary {
	color: #000;
	background-color: #fff;
}

.table-secondary {
	--bs-table-color: #000;
	--bs-table-color-state: $black;
	--bs-table-bg: rgba(var(--secondary-rgb),0.1);
	--bs-table-border-color: rgba(var(--secondary-rgb),0.1);
	--bs-table-striped-bg: rgba(var(--secondary-rgb),0.3);
	--bs-table-striped-color: #000;
	--bs-table-active-bg: rgba(var(--secondary-rgb),0.3);
	--bs-table-active-color: #000;
	--bs-table-hover-bg: rgba(var(--secondary-rgb),0.3);
	--bs-table-hover-color: #000;
	border-color: rgba(var(--secondary-rgb),.1);
}

.table-warning {
	--bs-table-color: #000;
	--bs-table-color-state: $black;
	--bs-table-bg: rgba(var(--warning-rgb),0.1);
	--bs-table-border-color: rgba(var(--warning-rgb),0.1);
	--bs-table-striped-bg: rgba(var(--warning-rgb),0.3);
	--bs-table-striped-color: #000;
	--bs-table-active-bg: rgba(var(--warning-rgb),0.3);
	--bs-table-active-color: #000;
	--bs-table-hover-bg: rgba(var(--warning-rgb),0.3);
	--bs-table-hover-color: #000;
	border-color: rgba(var(--warning-rgb),.1);
}

.table-success,.table-warning {
	color: #000;
	background-color: #fff;
}

.table-success {
	--bs-table-color: #000;
	--bs-table-color-state: $black;
	--bs-table-bg: rgba(var(--success-rgb),0.1);
	--bs-table-border-color: rgba(var(--success-rgb),0.1);
	--bs-table-striped-bg: rgba(var(--success-rgb),0.3);
	--bs-table-striped-color: #000;
	--bs-table-active-bg: rgba(var(--success-rgb),0.3);
	--bs-table-active-color: #000;
	--bs-table-hover-bg: rgba(var(--success-rgb),0.3);
	--bs-table-hover-color: #000;
	border-color: rgba(var(--success-rgb),.1);
}

.table-info {
	--bs-table-color: #000;
	--bs-table-color-state: $black;
	--bs-table-bg: rgba(var(--info-rgb),0.1);
	--bs-table-border-color: rgba(var(--info-rgb),0.1);
	--bs-table-striped-bg: rgba(var(--info-rgb),0.3);
	--bs-table-striped-color: #000;
	--bs-table-active-bg: rgba(var(--info-rgb),0.3);
	--bs-table-active-color: #000;
	--bs-table-hover-bg: rgba(var(--info-rgb),0.3);
	--bs-table-hover-color: #000;
	border-color: rgba(var(--info-rgb),.1);
}

.table-danger,.table-info {
	color: #000;
	background-color: #fff;
}

.table-danger {
	--bs-table-color: #000;
	--bs-table-color-state: $black;
	--bs-table-bg: rgba(var(--danger-rgb),0.1);
	--bs-table-border-color: rgba(var(--danger-rgb),0.1);
	--bs-table-striped-bg: rgba(var(--danger-rgb),0.3);
	--bs-table-striped-color: #000;
	--bs-table-active-bg: rgba(var(--danger-rgb),0.3);
	--bs-table-active-color: #000;
	--bs-table-hover-bg: rgba(var(--danger-rgb),0.3);
	--bs-table-hover-color: #000;
	border-color: rgba(var(--danger-rgb),.1);
}

.table-dark {
	--bs-table-color: #000;
	--bs-table-color-state: $black;
	--bs-table-bg: rgba(var(--dark-rgb),0.1);
	--bs-table-border-color: rgba(var(--dark-rgb),0.1);
	--bs-table-striped-bg: rgba(var(--dark-rgb),0.3);
	--bs-table-striped-color: #000;
	--bs-table-active-bg: rgba(var(--dark-rgb),0.3);
	--bs-table-active-color: #000;
	--bs-table-hover-bg: rgba(var(--dark-rgb),0.3);
	--bs-table-hover-color: #000;
	border-color: rgba(var(--dark-rgb),.1);
}

.table-dark,.table-light {
	color: #000;
	background-color: #fff;
}

.table-light {
	--bs-table-color: #000;
	--bs-table-color-state: $black;
	--bs-table-bg: rgba(var(--light-rgb),0.1);
	--bs-table-border-color: rgba(var(--light-rgb),0.1);
	--bs-table-striped-bg: rgba(var(--light-rgb),0.3);
	--bs-table-striped-color: #000;
	--bs-table-active-bg: rgba(var(--light-rgb),0.3);
	--bs-table-active-color: #000;
	--bs-table-hover-bg: rgba(var(--light-rgb),0.3);
	--bs-table-hover-color: #000;
	border-color: rgba(var(--light-rgb),.1);
}

[data-theme-mode=dark] .table-dark {
	border-color: rgba(0,0,0,.025);
}

[dir=rtl] .table {
	margin-inline-end: 1px;
}

.invoice-table {
	border: 1px solid #ebeced;
	border-radius: 5px;
	margin: 20px 0;
}

.invoice-table thead th {
	border-bottom: 1px solid #ebeced;
}

.invoice-table thead th:first-child {
	width: 80%;
}

.invoice-table tbody tr:last-child td {
	border-bottom: 0;
}

.invoice-table .delete-invoive-list {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f6cece;
	color: #e70d0d;
	border-radius: 5px;
	font-size: 16px;
}

.invoice-product-table {
	border-top: 1px solid #ebeced;
}

.table tbody tr td {
	font-size: 14px;
}

.table tbody tr .checkboxs .checkmarks {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.new tbody tr td {
	border-bottom: none;
}

.dataTables_filter+.dataTables_filter {
	display: none;
}

.productimgname {
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.productimgname a {
	color: #282b8b;
	font-weight: 500;
}

.table .input-blocks input[type=text] {
	height: 40px;
}

.table {
	margin: 0;
}

.table tbody tr td {
	color: #4e5561;
}

.table tbody tr td .product-img img {
	border: 0;
}

.table tbody tr td a {
	color: #242b3a;
}

.table tbody tr td a.product-img {
	margin-right: 5px;
	flex-shrink: 0;
}

.table tbody tr td a .info-img {
	margin-right: 8px;
	width: 16px;
	height: 16px;
}

.table tbody tr td a:hover {
	color: #8eb66f;
}

.table tbody tr.active {
	border-bottom: 0;
}

.table tbody tr.active td {
	font-size: 18px;
	color: #4e5561;
	font-weight: 600;
	border-bottom: 0;
}

table tbody .productimgname {
	min-width: 200px;
}

table tbody .productimgname a.stock-img.product-img {
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-right: 8px;
}

table tbody .productimgname a.stock-img.product-img img {
	width: 50px;
	height: 50px;
	max-width: 100%;
	margin-right: 0;
}

table.table-bordered thead tr th p {
	margin-bottom: 0;
}

.custom-table {
	border-radius: 5px;
}

.custom-table table thead tr th {
	background: #e4e5e7;
	color: #242b3a;
	font-size: 14px;
	border: 0;
	padding: 12px 20px;
}

.custom-table table tbody tr td {
	border: 0;
	padding: 12px 20px;
}

.custom-table table tbody tr td .detail-link {
	font-weight: 600;
	color: #242b3a;
	text-decoration: underline;
}

.custom-table table tbody tr td .detail-link:hover {
	color: #8eb66f;
}

.table tbody tr td a.delete-icon {
	font-size: 16px;
	color: #e70d0d;
}

.table tbody tr td a.delete-icon:hover {
	color: #b70a0a;
}

.custom-table {
	overflow: hidden;
}

.custom-table .table-responsive tr th {
	border: 0;
	border-bottom: 1px solid #ebeced;
}

.custom-table .table-responsive tr.report-first-head th {
	border-bottom: 0;
}

.custom-table .table-responsive tr td {
	border: 0;
	border-bottom: 1px solid #ebeced;
}

.custom-table .table-responsive tr td input.form-control {
	min-width: 200px;
}

.custom-table .table-responsive tr:last-child td {
	border-bottom: 0;
}

.table-responsive {
	border: 1px solid #ebeced;
}

.table-responsive tr td .attendance-range {
	width: 8px;
	height: 15px;
	border-radius: 5px;
	display: block;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	border-radius: 50px!important;
}

::-webkit-scrollbar-track {
	background: #f4f5f5;
}

::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover {
	background: #c9cbcf;
}

.swal2-header .swal2-title {
	font-size: 18px;
}

.checkboxs {
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	position: relative;
	padding-left: 25px;
}

.checkboxs input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkboxs input~.checkmarks {
	border: 1px solid #ebeced;
	border-radius: 2px;
}

.checkboxs input:checked~.checkmarks {
	background-color: #8eb66f;
	border-color: #8eb66f;
}

.checkboxs input:checked~.checkmarks:after {
	display: block;
}

.checkboxs .checkmarks {
	height: 18px;
	width: 18px;
	position: absolute;
	top: 2px;
	left: 0;
}

.checkboxs .checkmarks:after {
	content: "";
	position: absolute;
	display: none;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	content: "\f00c";
	font-family: Font Awesome\ 5 Free;
	color: #fff;
	font-weight: 600;
	font-size: 10px;
}

.page-wrapper {
	transition: all .5s ease;
	position: relative;
	left: 0;
	transition: all .2s ease;
}

.page-wrapper .content {
	padding: 60px 0;
}

@media (max-width:991.98px) {
	.page-wrapper .content {
		padding: 50px 0;
	}
}

.page-header {
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.page-header .breadcrumb {
	margin-bottom: 0;
}

@media (max-width:575.98px) {
	.page-header {
		flex-direction: column;
		align-items: self-start;
	}
}

.page-header .page-title {
	margin-bottom: 10px;
}

.page-header h3 {
	font-weight: 700;
	color: #242b3a;
	font-size: 18px;
}

@media (max-width:991.98px) {
	.page-header h3 {
		font-size: 14px;
	}
}

.page-header h4 {
	font-weight: 600;
	color: #242b3a;
	font-size: 18px;
	margin-bottom: 5px;
}

@media (max-width:991.98px) {
	.page-header h4 {
		font-size: 18px;
	}
}

.page-header h6 {
	font-size: 14px;
	color: #4e5561;
	font-weight: 400;
}

@media (max-width:991.98px) {
	.page-header h6 {
		font-size: 12px;
	}
}

@media (max-width:575.98px) {
	.page-header h6 {
		font-size: 12px;
		margin-bottom: 20px;
	}
}

.provider-page .page-wrapper {
	margin-left: 216px;
	padding-top: 48px;
}

@media (max-width:991.98px) {
	.provider-page .page-wrapper {
		margin-left: 0;
	}
}

.provider-page .content {
	padding: 20px;
}

.content.content-two {
	padding-bottom: 36px;
}

.breadcrumb-bar {
	background: #fbfbfb;
	padding: 40px 0;
	position: relative;
}

.breadcrumb-bar .breadcrumb-title {
	font-size: 36px;
}

.breadcrumb .breadcrumb-item {
	color: #656b76;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
	content: "\f054";
	font-family: fontawesome;
	line-height: 2;
	font-size: 12px;
}

.breadcrumb .breadcrumb-item.active {
	color: #242b3a;
}

.breadcrumb-bg-1 {
	position: absolute;
	left: 0;
	bottom: 0;
}

@media (max-width:767.98px) {
	.breadcrumb-bg-1 {
		display: none;
	}
}

.breadcrumb-bg-2 {
	position: absolute;
	right: 0;
	top: 0;
}

@media (max-width:767.98px) {
	.breadcrumb-bg-2 {
		display: none;
	}
}

header .index-2 .main-menu-wrapper .navbar-logo a img {
	height: auto;
	max-width: 100%;
	max-height: 35px;
}

header .index-2 .main-menu-wrapper nav .main-nav li:hover>a {
	background: transparent!important;
	-webkit-text-fill-color: initial;
	color: #8eb66f!important;
}

header .index-2 .main-menu-wrapper nav .main-nav li:hover>a:before {
	background: none!important;
	-webkit-text-fill-color: initial;
	color: #8eb66f!important;
}

header .index-2 .main-menu-wrapper nav .main-nav li .submenu {
	border-top: none!important;
}

header .index-2 .main-menu-wrapper nav .main-nav .header-btn .header-reg {
	font-weight: 500;
	color: #28283c;
	text-decoration: none;
	padding: 0;
}

.header-two .bar-icon span {
	background-color: #ff008a;
}

.header-two .menu-close {
	color: #ff008a;
}

.header-two .header-navbar-rht li>a.header-login {
	background: #ff008a;
	border: 1px solid #ff008a;
	box-shadow: inset 0 70px 0 0 #ff008a;
	border-radius: 40px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.header-two .header-navbar-rht li>a.header-login:hover {
	background: #e2017b;
	border: 1px solid #e2017b;
	box-shadow: inset 0 70px 0 0 #e2017b;
}

.header-two .main-nav li a:hover {
	color: #ff008a!important;
}

.header-eight .menu-close,.header-five .menu-close,.header-nine .menu-close,.header-seven .menu-close,.header-six .menu-close {
	color: #ff008a;
}

.top-bar {
	background: #3e4265;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	flex-wrap: wrap;
	width: 100%;
}

@media (max-width:991.98px) {
	.top-bar {
		display: none;
	}
}

.top-bar h6 {
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	margin: 0 24px 0 0;
}

.top-bar ul li {
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 6px;
	font-weight: 600;
	font-size: 12px;
	color: #ff008a;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-right: 12px;
}

.top-bar ul li:last-child {
	margin-right: 0;
}

.top-close {
	color: #fff;
	position: absolute;
	right: 20px;
}

.top-close:hover {
	color: #ff008a;
}

.header-two.fixed {
	top: 0;
}

header.header-five {
	background-color: transparent;
}

header.header-five .main-menu-wrapper nav .main-nav li a {
	color: #fff;
}

header.header-five.fixed .main-menu-wrapper nav .main-nav li a {
	color: #111827;
}

header.header-five.fixed .header-button {
	color: #28283c;
}

.header.header-five .main-nav>li>a,header.header-five.fixed .header-button.header-button-five {
	color: #fff;
}

@media (max-width:991.98px) {
	.header.header-five .main-nav>li>a {
		color: #111827;
	}
}

.header.header-five.fixed .main-nav li a {
	color: #28283c;
}

.header-navbar-rht li>a.header-reg.register {
	color: #fff;
}

.header.header-five.fixed .header-navbar-rht li>a.header-reg.register {
	color: #28283c;
}

.header {
	background: #fff;
	position: sticky;
	box-shadow: 0 10px 40px hsla(0,0%,79.2%,.2);
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1001;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: ease all .5s;
}

.header .has-arrow .dropdown-toggle:after {
	border-top: 0;
	border-left: 0;
	border-bottom: 2px solid #7e84a3;
	border-right: 2px solid #7e84a3;
	content: "";
	height: 8px;
	pointer-events: none;
	transform-origin: 66% 66%;
	transform: rotate(45deg);
	transition: all .15s ease-in-out;
	width: 8px;
	vertical-align: 2px;
	margin-right: 10px;
}

.header .has-arrow .dropdown-toggle[aria-expanded=true]:after {
	transform: rotate(-135deg);
}

.header .dropdown-toggle:after {
	border-top: 0;
	border-left: 0;
	border-bottom: 2px solid #757575;
	border-right: 2px solid #757575;
	content: "";
	height: 8px;
	display: inline-block;
	pointer-events: none;
	transform-origin: 66% 66%;
	transform: rotate(45deg);
	transition: all .15s ease-in-out;
	width: 8px;
	vertical-align: 2px;
	margin-left: 10px;
}

.header.fixed {
	position: fixed;
	background-color: #fff;
	box-shadow: 0 3px 53px hsla(0,0%,77.3%,.27);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: ease all .5s;
}

.navbar-brand.logo {
	margin-right: 0;
}

.logo img {
	height: auto;
	max-width: 100%;
	max-height: 60px;
}

.logo a {
	float: left;
}

.logo a img {
	float: left;
	max-height: 32px;
}

.header-nav {
	align-items: center;
	border: 0;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	position: relative;
	height: 85px;
	margin-bottom: 0;
}

.header-nav,.main-nav {
	display: flex;
	padding: 0;
}

.main-nav {
	list-style: none;
	margin: 0;
}

.main-nav>li>a {
	color: #28283c;
}

.main-nav>li .submenu li {
	position: relative;
}

.main-nav>li .submenu li a {
	display: block;
	padding: 8px 15px;
	clear: both;
	white-space: nowrap;
	font-size: 14px;
	color: #68616d;
	transition: all .35s ease;
	width: 100%;
	position: relative;
}

.main-nav>li .submenu>li.has-submenu>a:after {
	content: "\f054";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	position: absolute;
	right: 15px;
	top: 12px;
	font-size: 13px;
}

.main-nav>li.active>a {
	color: #8eb66f;
}

.main-nav li a {
	display: block;
	font-weight: 500;
}

.main-nav li a:hover {
	color: #8eb66f;
}

.main-nav li.login-link {
	display: none;
}

.main-nav li.megamenu>ul {
	width: 100%;
}

.header-navbar-rht {
	margin: 0;
	padding: 0;
}

.header-navbar-rht>li {
	align-items: center;
	display: inline-flex;
	padding-right: 20px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.header-navbar-rht>li:last-child {
	padding-right: 0;
}

.header-navbar-rht>li .dropdown-menu {
	border: 0;
	box-shadow: 0 0 3px rgba(0,0,0,.1);
}

.header-navbar-rht>li .dropdown-menu .dropdown-item {
	border-top: 1px solid #f0f0f0;
	padding: 10px 15px;
	font-size: .9375rem;
}

.header-navbar-rht>li .dropdown-menu .dropdown-item:first-child {
	border-top: 0;
	border-radius: 5px 5px 0 0;
}

.header-navbar-rht>li .dropdown-menu .dropdown-item:last-child {
	border-radius: 0 0 5px 5px;
}

.header-navbar-rht>li .fa-bell,.header-navbar-rht>li .fa-comments {
	font-size: 24px;
}

.header-navbar-rht>li a.header-login:focus,.header-navbar-rht>li a.header-login:hover {
	background-color: #fff;
	border: 1px solid #8eb66f;
	box-shadow: inset 210px 0 0 0 #fff;
	color: #8eb66f;
	transition: all .5s;
}

.header-navbar-rht .dropdown-toggle:after {
	display: none;
}

.header-navbar-rht li>.dropdown-menu a:hover {
	color: #8eb66f;
	background-color: #fff;
}

.header-navbar-rht li>a.header-login {
	background-color: #8eb66f;
	border: 1px solid #8eb66f;
	color: #fff;
	box-shadow: inset 0 0 0 #8eb66f;
	border-radius: 5px;
	padding: 9px 20px;
	font-weight: 500;
	transition: all .7s;
	min-height: 46px;
}

.header-navbar-rht li>a.header-login:hover {
	background-color: #8eb66f;
	border: 1px solid #8eb66f;
	box-shadow: inset 0 70px 0 0 #8eb66f;
	color: #fff;
	transition: all .7s;
}

.header-navbar-rht li>a.header-login img {
	margin-right: 7px;
}

.header-navbar-rht li>a.header-reg {
	font-weight: 500;
	color: #28283c;
	text-decoration: none;
	padding: 0;
}

.header-navbar-rht li>a.header-reg:hover {
	color: #8eb66f;
}

.header-navbar-rht .dropdown-menu {
	min-width: 200px;
	padding: 0;
	right: 0;
	left: unset;
}

.header-navbar-rht .dropdown-menu .dropdown-item {
	align-items: center;
	display: flex;
	border-top: 1px solid #e3e3e3;
	padding: 10px 15px;
}

.header-navbar-rht .dropdown-menu .dropdown-item:hover {
	color: #8eb66f;
}

.header-navbar-rht .logged-item .nav-link {
	font-size: 14px;
	height: 85px;
	padding: 0 10px;
	color: #fff;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	position: relative;
	width: 41px;
	height: 41px;
	font-size: 16px;
	background: #f6f6fe;
	border-radius: 50%;
	transition: .7s;
}

.header-navbar-rht .logged-item .nav-link .badge {
	position: absolute;
	top: 15px;
	right: 0;
}

.header-navbar-rht .logged-item .nav-link:hover {
	background: #8eb66f;
	color: #fff;
}

.header-navbar-rht .logged-item .nav-link:hover>img {
	filter: brightness(0) invert(1);
}

.header-navbar-rht .logged-item .nav-link:after {
	display: none;
}

.user-menu {
	float: right;
	margin: 0;
	position: relative;
	z-index: 99;
}

.user-menu.nav>li>a {
	color: #fff;
	font-size: 14px;
	line-height: 58px;
	padding: 0 15px;
	height: 60px;
}

.user-menu.nav>li>a:hover {
	background-color: rgba(0,0,0,.2);
}

.user-menu.nav>li>a:hover i {
	color: #fff;
}

.user-menu.nav>li>a:focus {
	background-color: rgba(0,0,0,.2);
}

.user-menu.nav>li>a:focus i {
	color: #fff;
}

.user-menu.nav>li>a .badge {
	background-color: #f43f3f;
	display: block;
	font-size: 10px;
	font-weight: 700;
	min-height: 15px;
	min-width: 15px;
	position: absolute;
	right: 3px;
	top: 6px;
}

.user-menu.nav>li>a>i {
	font-size: 1.5rem;
	line-height: 60px;
}

.user-menu.nav>li>a.mobile_btn {
	border: 0;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.user-img {
	display: inline-block;
	position: relative;
	animation: pulse 2s infinite;
	animation-iteration-count: infinite;
}

.user-img>img {
	height: 40px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 40px;
	border: 3px solid #fff;
	outline: 3px solid #d9d9d9;
}

.user-header {
	background-color: #f9f9f9;
	display: flex;
	padding: 10px 15px;
}

.user-header .user-text {
	margin-left: 10px;
}

.user-header .user-text h6 {
	font-size: 15px;
	margin-bottom: 2px;
}

.header-navbar-rht.log-rht li {
	margin-right: 43px;
}

.header-navbar-rht.log-rht li a {
	color: #28283c;
	padding: 0;
}

.header-navbar-rht.log-rht li a:hover {
	color: #8eb66f;
}

.header-navbar-rht.log-rht li:last-child {
	margin-right: 0;
}

.flag-nav>a {
	color: #28283c;
	border: 1px solid #e4e4e8;
	border-radius: 8px;
	font-size: 14px;
	padding: 11px 13px;
}

.flag-nav>a img {
	margin-right: 5px;
}

.flag-nav .dropdown-item img {
	margin-right: 10px;
	border-radius: 50%;
}

.noti-dropdown .dropdown-toggle {
	color: #fff;
	font-size: 14px;
	line-height: 23px;
	padding: 0 15px;
}

.noti-dropdown .dropdown-toggle:after {
	display: none;
}

.noti-dropdown .dropdown-toggle span {
	background-color: #f43f3f;
	display: block;
	font-size: 10px;
	font-weight: 700;
	min-height: 15px;
	min-width: 15px;
	position: absolute;
	right: 3px;
	top: 5px;
}

.noti-dropdown .dropdown-toggle i {
	float: right;
	font-size: 21px;
	float: left;
	line-height: 50px;
	color: #fff;
	margin: 0;
	cursor: pointer;
}

.noti-dropdown .dropdown-menu {
	top: 63px!important;
	font-size: 14px;
}

.notification-message {
	margin-bottom: 0;
}

.notification-message h6 {
	font-size: 14px;
	font-weight: 400;
	color: #28283c;
	position: relative;
	padding-left: 10px;
	margin-bottom: 8px;
}

.notification-message h6:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: #dddee1;
	border-radius: 2px;
	width: 4px;
	height: 100%;
}

.notification-message .avatar-online:before {
	top: 0;
	background: #6dcc76;
}

.notifications {
	padding: 0;
	filter: drop-shadow(0 5px 15px rgba(0,0,0,.2));
}

.notifications .notification-time {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	color: #7e84a3;
}

.notifications .notify-btns .btn {
	margin: 0 8px 8px 0;
}

.notifications .media {
	margin-top: 0;
	border-bottom: 1px solid #f5f5f5;
}

.notifications .media:last-child {
	border-bottom: none;
}

.notifications .media a {
	display: block;
	padding: 0;
	border-radius: 2px;
}

.notifications .media a:hover {
	background-color: #fafafa;
}

.notifications .media .avatar {
	margin-right: 15px;
	width: 38px;
	height: 38px;
}

.notifications .media-list .media-left {
	padding-right: 8px;
}

.notifications .noti-content::-webkit-scrollbar {
	width: 6px;
	background: #eef1fe;
	height: 10px;
}

.notifications .noti-content::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #e7e7e7;
	border-radius: 4px;
}

.notifications .noti-content::-webkit-scrollbar-thumb {
	background: #8a8a95;
	border-radius: 4px;
}

.notifications .noti-content::-webkit-scrollbar-thumb:hover {
	background: #1b2559;
}

.notifications ul.notification-list>li {
	margin-top: 0;
	padding: 10px 15px;
	border-bottom: 1px solid #f5f5f5;
}

.notifications ul.notification-list>li:last-child {
	border-bottom: none;
}

.notifications ul.notification-list>li a {
	display: block;
	border-radius: 2px;
}

.notifications ul.notification-list>li>a:hover {
	background-color: #fafafa;
}

.notifications ul.notification-list>li .list-item {
	border: 0;
	padding: 0;
	position: relative;
}

.topnav-dropdown-header {
	border-bottom: 1px solid #eee;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	height: 45px;
	line-height: 45px;
	padding-left: 15px;
	padding-right: 15px;
}

.topnav-dropdown-header select {
	border: 0;
	font-size: 12px;
	color: #74788d;
}

.topnav-dropdown-header select:focus-visible {
	outline: 0;
}

.topnav-dropdown-header .notification-title {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
}

.topnav-dropdown-header .notification-title span {
	padding: 3px 6px;
	margin-left: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	background: #8eb66f;
}

.topnav-dropdown-header .clear-noti {
	color: #28283c;
	float: right;
	font-size: 14px;
}

.topnav-dropdown-header .clear-noti:hover {
	color: #8eb66f;
}

.topnav-dropdown-footer {
	height: 45px;
	line-height: 45px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 1px solid #eee;
}

.topnav-dropdown-footer a {
	display: block;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	color: #8eb66f;
	display: flex;
	align-items: center;
	justify-content: center;
}

.topnav-dropdown-footer a:hover {
	color: #8eb66f;
}

.topnav-dropdown-footer a:hover i {
	color: #8eb66f;
	margin-left: 8px;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.topnav-dropdown-footer a img {
	margin-left: 5px;
	filter: brightness(0) saturate(100%) invert(24%) sepia(84%) saturate(2990%) hue-rotate(239deg) brightness(91%) contrast(105%);
}

.noti-details {
	font-size: 14px;
	color: #28283c;
	margin-bottom: 8px;
	font-weight: 500;
}

.noti-details span {
	color: #74788d;
	font-weight: 400;
}

.notification-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.noti-pop-detail li.noti-wrapper .notify-blk {
	padding: 24px;
	border-radius: 10px;
	border: 1px solid #e1e1e1;
	background: #fff;
	box-shadow: 0 4px 114px 0 hsla(0,0%,83.9%,.25);
	width: 410px;
	height: 580px;
}

.noti-pop-detail li.noti-wrapper .notify-blk .topnav-dropdown-header {
	padding: 15px;
	border-radius: 10px;
	background: #fafafa;
	border: none;
	margin-bottom: 15px;
}

.noti-pop-detail li.noti-wrapper .notify-blk .noti-content ul.notification-list li.notification-message {
	padding: 10px;
}

.noti-pop-detail li.noti-wrapper .notify-blk .noti-content ul.notification-list li .media-body p.noti-details {
	margin-bottom: 5px;
	position: relative;
}

.noti-pop-detail li.noti-wrapper .notify-blk .topnav-dropdown-footer {
	border: none;
}

.noti-pop-detail .noti-img span img {
	border-radius: 45px;
	border: 2px solid #e1e1e1;
}

.noti-time {
	font-size: 14px;
	margin: 0;
}

.flag-dropdown .nav-link {
	color: #28283c;
	padding: .5rem 0;
	align-items: center;
	display: inline-flex;
}

.account-item .nav-link {
	padding: .5rem 0;
}

.user-info {
	margin-left: 10px;
}

.user-info h6 {
	font-weight: 600;
	font-size: 16px;
	color: #28283c;
	margin-bottom: 4px;
}

.user-info p {
	font-size: 14px;
	margin-bottom: 0;
}

.user-infos {
	align-items: center;
	display: inline-flex;
}

.megamenu-wrapper {
	padding: 25px 25px 0;
}

.single-demo {
	transition: .4s;
	margin-bottom: 25px;
}

.single-demo:hover {
	transform: translateY(-20px);
}

.single-demo:hover .demo-info {
	opacity: 1;
	bottom: -30px;
}

.single-demo.active .demo-info a {
	color: #8eb66f;
}

.single-demo.active .demo-img {
	box-shadow: 0 4.8px 24.4px -12px rgba(19,16,34,.1),0 4px 13px -2px rgba(19,16,34,.06);
}

.header-four .single-demo.active .demo-info a,.header-one .single-demo.active .demo-info a {
	color: #8eb66f;
}

.header-five .bar-icon span {
	background-color: #8eb66f;
}

.header-five .main-nav .single-demo.active .demo-info a {
	color: #8eb66f;
}

.demo-info {
	width: 100%;
	text-align: center;
	z-index: 1;
	transition: .4s;
	margin: 10px auto 0;
}

.header-nine .bar-icon span,.header-six .bar-icon span,.header-two .bar-icon span {
	background-color: #8eb66f;
}

.sidebar-overlay {
	background-color: hsla(0,0%,100%,.6);
	top: 0;
	z-index: 1039;
}

.menu-opened .main-menu-wrapper {
	transform: translateX(0);
}

.menu-header {
	align-items: center;
	height: 60px;
	padding: 0 20px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	display: none;
}

.menu-logo img {
	height: auto;
	max-width: 180px;
}

.menu-close {
	font-size: 18px;
	color: #8eb66f;
}

.bar-icon {
	display: inline-block;
	width: 31px;
}

.bar-icon span {
	background-color: #8eb66f;
	display: block;
	float: left;
	height: 2px;
	margin-bottom: 6px;
	width: 30px;
	border-radius: 2px;
}

.bar-icon span:nth-child(3) {
	margin-bottom: 0;
}

#mobile_btn {
	display: none;
	margin-right: 30px;
}

html.menu-opened body {
	overflow: hidden;
}

.main-menu-wrapper {
	margin: 0 15px;
}

.navbar-brand.logo-small {
	display: none;
}

.navbar-brand.logo-small img {
	max-height: 125px;
	width:100%;
}

.header.header-seven .main-nav>li>a {
	color: #203066;
}

.header-seven .bar-icon span {
	background-color: #8eb66f;
}

.header.header-seven .header-navbar-rht li>a.header-login {
	background: #8eb66f;
	border: 1px solid #8eb66f;
	border-radius: 40px;
}

.header.header-seven .header-navbar-rht li>a.header-login:hover {
	background: #f5f7ff;
	border: 1px solid #f5f7ff;
	color: #203066;
	box-shadow: inset 0 70px 0 0 #f5f7ff;
}

.header.header-eight .main-nav>li>a {
	color: #151519;
}

.header.header-eight .header-navbar-rht li>a.header-login {
	background: #8eb66f;
	border: 1px solid #8eb66f;
	border-radius: 0;
}

.header.header-eight .header-navbar-rht li>a.header-login:hover {
	border: 1px solid #2a396d;
	color: #2a396d;
	background: #fff;
	box-shadow: inset 0 70px 0 0 #fff;
}

.top-bar-nine {
	padding: 17px 0;
	display: flex;
	align-items: center;
	background: #fff;
}

.top-bar-nine .top-close {
	color: #000;
}

@media (max-width:767.98px) {
	.top-bar-nine {
		display: none;
	}
}

.top-bar-nine-all {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.top-address,.top-bar-nine-all,.top-bar-ryt {
	display: flex;
	align-items: center;
}

.top-address {
	justify-content: center;
	-webkit-justify-content: center;
	margin-right: 40px;
}

.top-address span {
	font-size: 28px;
	color: #203066;
	margin-right: 10px;
}

.top-address h6 {
	margin-bottom: 0;
	font-size: 12px;
	color: #203066;
}

.top-address p {
	margin-bottom: 0;
	color: #203066;
	position: relative;
}

.top-address p img {
	position: absolute;
	bottom: 10px;
	right: 0;
}

.top-select {
	outline: none;
	border: none;
	color: #203066;
	-webkit-appearance: none;
	background: none;
}

.top-addres-nine {
	position: relative;
}

.top-btn .btn-primary {
	padding: 12px 24px;
	background: #8eb66f;
	color: #fff;
	border-radius: 0;
}

.top-btn .btn-primary,.top-btn .btn-primary:hover {
	border: 1px solid #8eb66f;
}

.header-navbar-rht-nine .nav-item .nav-link {
	color: #8eb66f;
	padding: 0;
}

.header-navbar-rht-nine .nav-item .nav-link:hover {
	color: #8eb66f;
}

.header.header-nine .navbar-header {
	display: none;
}

.header.header-nine .header-nav {
	height: 56px;
}

.header.header-nine.fixed .header-nav {
	height: 85px;
}

.header-nine .main-menu-wrapper {
	margin-left: 0;
}

@media only screen and (min-width:992px) {
	.main-nav>li {
		margin-right: 25px;
	}

	.main-nav>li:last-child {
		margin-right: 0;
	}

	.main-nav li {
		display: block;
		position: relative;
	}

	.main-nav>li>a {
		line-height: 85px;
		padding: 0!important;
	}

	.header.header-nine .main-nav>li>a {
		line-height: 56px;
	}

	.header.header-nine.fixed .main-nav>li>a {
		line-height: 85px;
	}

	.main-nav>li>a>i {
		font-size: 12px;
		margin-left: 3px;
	}

	.main-nav li.megamenu {
		position: unset;
	}

	.single-demo a {
		padding: 0!important;
	}

	.main-nav li>ul {
		background-color: #fff;
		border-radius: 5px;
		box-shadow: 0 0 3px rgba(0,0,0,.1);
		display: block;
		font-size: 14px;
		left: 0;
		margin: 0;
		min-width: 200px;
		opacity: 0;
		padding: 0;
		position: absolute;
		transition: all .2s ease;
		transform: translateY(20px);
		top: 100%;
		visibility: hidden;
		z-index: 1000;
	}

	.main-nav li.has-submenu:hover>.submenu {
		opacity: 1;
		visibility: visible;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
	}

	.header-eight .main-nav li .submenu a:hover,.header-five .main-nav li .submenu a:hover,.header-nine .main-nav li .submenu a:hover,.header-seven .main-nav li .submenu a:hover,.header-six .main-nav .has-submenu.active>a,.header.header-eight .main-nav .has-submenu.active .submenu li.active>a,.header.header-eight .main-nav .has-submenu.active>a,.header.header-five .main-nav .has-submenu.active .submenu li.active>a,.header.header-five .main-nav .has-submenu.active>a,.header.header-nine .main-nav .has-submenu.active .submenu li.active>a,.header.header-nine .main-nav .has-submenu.active>a,.header.header-seven .main-nav .has-submenu.active .submenu li.active>a,.header.header-seven .main-nav .has-submenu.active>a,.main-nav .has-submenu.active .submenu li.active>a,.main-nav .has-submenu.active>a {
		color: #8eb66f;
	}

	.main-nav>li .submenu li:first-child a {
		border-top: 0;
	}

	.main-nav>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
		visibility: visible;
		opacity: 1;
		margin-top: -1px;
		margin-right: 0;
	}

	.main-nav>li .submenu>li .submenu {
		left: 100%;
		top: 0;
		margin-top: 10px;
	}

	.main-nav li .submenu a:hover {
		color: #8eb66f;
	}

	.main-nav>.has-submenu>.submenu>.has-submenu>.submenu:before {
		top: 20px;
		margin-left: -35px;
		box-shadow: 1px 1px 0 0 rgba(0,0,0,.15);
		border-color: transparent #fff #fff transparent;
	}

	.header-three .main-nav .has-submenu.active .submenu li.active>a,.header-three .main-nav .has-submenu.active>a,.header-three .main-nav li .submenu a:hover,.header-two .main-nav .has-submenu.active .submenu li.active>a,.header-two .main-nav .has-submenu.active>a,.header-two .main-nav li .submenu a:hover {
		color: #8eb66f;
	}

	.header-navbar-rht .dropdown-toggle.show+.dropdown-menu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		transform: translateY(0);
	}

	.header-navbar-rht li .dropdown-menu {
		border-radius: 5px;
		padding: 0;
		margin: 0;
		min-width: 200px;
		visibility: hidden;
		opacity: 0;
		top: 115%;
		left: auto;
		transition: all .2s ease;
		display: block;
		transform: translateY(20px);
	}

	.header-navbar-rht li .dropdown-menu.notifications {
		left: -310px;
	}

	.main-nav li>ul.mega-submenu {
		padding: 0;
		border: 0;
		display: block;
		opacity: 0;
		visibility: hidden;
		min-width: 250px;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
		transform-origin: center top 0;
		-webkit-transform-origin: center top 0;
		-moz-transform-origin: center top 0;
		-ms-transform-origin: center top 0;
		-o-transform-origin: center top 0;
		transition: all .3s ease-in-out 0s;
		-webkit-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-ms-transition: all .3s ease-in-out 0s;
		-o-transition: all .3s ease-in-out 0s;
		box-shadow: 0 16px 50px rgba(0,0,0,.08);
		-webkit-box-shadow: 0 16px 50px rgba(0,0,0,.08);
		-moz-box-shadow: 0 16px 50px rgba(0,0,0,.08);
		-ms-box-shadow: 0 16px 50px rgba(0,0,0,.08);
		-o-box-shadow: 0 16px 50px rgba(0,0,0,.08);
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
}

@media only screen and (max-width:1399.98px) {
	.header-new .main-nav>li {
		margin-right: 12px;
	}

	.header-new .main-nav>li a {
		font-size: 15px;
	}
}

@media only screen and (max-width:1199.98px) {
	.main-nav>li {
		margin-right: 17px;
	}

	.header-new .header-navbar-rht {
		display: none;
	}
}

@media only screen and (max-width:991.98px) {
	.sidebar-overlay.opened {
		display: block;
	}

	.booking-details li p:last-child {
		margin-left: 0;
		margin-top: 0;
		display: unset;
	}

	.linked-item .security-verifi .btn-connect {
		padding: 9px 15px;
		margin-right: 10px;
		margin-bottom: 0;
	}

	.settings-widget,.works-five-main {
		margin-bottom: 30px;
	}

	.provider-box .btn {
		font-size: 15px;
		padding: 5px 15px;
	}

	.provider-box .rate {
		font-size: 15px;
	}

	.header-navbar-rht>li {
		padding-right: 15px;
	}

	.providers-section {
		padding-bottom: 50px;
	}

	.login-wrap .col-form-label {
		font-size: 14px;
	}

	.offer-paths {
		background-color: #8eb66f;
		border-radius: 5px;
		margin-bottom: 80px;
		margin-top: 60px;
		padding: 15px;
		top: 0;
	}

	.booking-details li p:first-child {
		margin-left: 110px;
		margin-top: 10px;
	}

	.offer-paths:after {
		background: transparent;
		z-index: -1;
	}

	.offer-path-content h3 {
		font-size: 28px;
	}

	.offer-pathimg {
		display: none;
	}

	.grid-listview a {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}

	.megamenu-wrapper {
		padding: 0;
	}

	.demo-img {
		display: none;
	}

	.demo-info {
		opacity: 1;
		position: relative;
		bottom: 0;
		text-align: left;
	}

	.select2-container--default .select2-selection--single {
		outline: 0;
	}

	.review-sort .select2-container--default .select2-selection--single,.review-sort .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 32px;
	}

	.review-sort .select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 31px;
	}

	.offer-path-content {
		padding-left: 0;
	}

	.main-nav {
		flex-direction: column;
		padding: 0;
		margin-bottom: 0;
		list-style: none;
	}

	.main-nav ul {
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}

	.main-nav>li,.main-nav li+li {
		margin-left: 0;
	}

	.main-nav>li>a {
		line-height: 1.5;
		padding: 15px 20px!important;
		font-size: 14px;
		font-weight: 500;
	}

	.main-nav>li>a>i {
		float: right;
		margin-top: 5px;
	}

	.main-nav>li .submenu li a {
		border-top: 0;
		color: #28283c;
		padding: 10px 15px 10px 35px;
	}

	.main-nav>li .submenu ul li a {
		padding: 10px 15px 10px 45px;
	}

	.main-nav>li .submenu>li.has-submenu>a:after {
		content: "\f078";
	}

	.header-eight .main-nav .has-submenu.active>a,.header-nine .main-nav .has-submenu.active>a,.header-six .main-nav .has-submenu.active>a,.header-three .main-nav .has-submenu.active>a,.main-nav .has-submenu.active .submenu li.active>a,.main-nav .has-submenu.active>a {
		color: #8eb66f;
	}

	.main-nav>li.active>a:after,.main-nav>li>a:hover:after {
		top: 0;
	}

	.header-two .main-nav .has-submenu.active .submenu li.active>a,.header-two .main-nav .has-submenu.active>a {
		color: #8eb66f;
	}

	.main-menu-wrapper {
		order: 3;
		width: 260px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 11111;
		transform: translateX(-260px);
		transition: all .4s;
		background-color: #fff;
		margin: 0;
	}

	.menu-header {
		display: flex;
	}

	.navbar-header {
		align-items: center;
		display: inline-flex;
	}

	.main-nav>li {
		border-bottom: 1px solid #e1e2e5;
		margin-right: 0;
	}

	#mobile_btn {
		line-height: 0;
		display: inline-block;
	}

	.sidebar {
		margin-left: -225px;
		width: 225px;
		transition: all .4s ease;
		z-index: 1038;
	}

	.provider-body .page-wrapper {
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
		transition: all .4s ease;
	}

	.page-item .page-link,.review-pagination ul li a {
		width: 25px;
		height: 25px;
	}

	.login-wrap .login-btn {
		font-size: 14px;
		padding: 10px;
	}

	.blog-pagination .page-next,.blog-pagination .page-prev {
		line-height: 25px;
	}

	.provider-body .header {
		left: 0;
		z-index: 1039;
	}

	.provider-body .user-menu.nav>li.flag-nav,.provider-body .user-menu.nav>li>a.viewsite,.provider-body .user-menu.nav>li>a.win-maximize {
		display: none;
	}

	.mobile_btns {
		color: #8eb66f;
		cursor: pointer;
		display: flex;
		font-size: 26px;
		height: 76px;
		left: 0;
		padding: 0 15px;
		position: absolute;
		text-align: center;
		top: 0;
		z-index: 10;
		justify-content: center;
		align-items: center;
	}

	.bg-img,.header .header-left .logo,.page-headers,.siderbar-toggle {
		display: none;
	}

	.header-split {
		justify-content: flex-end;
	}

	.header .header-left {
		position: absolute;
		width: 100%;
		display: block;
		height: auto;
		top: 0;
		left: 0;
	}

	.header .header-left .sidebar-logo {
		padding: 26px 0;
	}

	.provider-body .logo-small {
		display: block;
		margin: 0 auto;
	}

	.header-navbar-rht>li.desc-list {
		display: none;
	}

	.container {
		max-width: 100%;
	}

	.footer-widget {
		margin-bottom: 30px;
	}

	.footer .footer-top {
		padding-bottom: 10px;
	}

	.section-search {
		margin: 60px 0;
	}

	.breadcrumbs {
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}

	.breadcrumbs li {
		float: none;
		display: inline-block;
		padding: 0 13px;
	}

	.hero-section,.home-banner {
		min-height: 400px;
	}

	.section-search {
		max-width: 100%;
	}

	.search-box form .search-btn {
		width: auto;
		float: right;
		margin: 0;
	}

	.search-box,.search-box-two {
		border-radius: 30px;
	}

	.search-box form>div,.search-input,.search-input-new,.search-input-new.line,.search-input.line {
		width: 100%;
	}

	.search-input>i {
		right: 20px;
	}

	.search-box-two form .search-btn,.search-box form .search-btn {
		float: left;
		width: 100%;
		padding: 0;
	}

	.search-input-new.line:before,.search-input.line:before {
		display: none;
	}

	.search-input.line {
		margin-right: 0;
	}

	.search-input {
		margin: 0 0 10px;
	}

	.viewall span {
		font-size: 1.875rem;
	}

	.howworksec {
		background: none;
	}

	.heading h2 {
		font-size: 1.625rem;
	}

	.chat-cont-left,.chat-cont-right {
		flex: 0 0 100%;
		max-width: 100%;
		transition: all .4s;
		width: 100%;
		max-height: 100%;
	}

	.chat-cont-left {
		z-index: 9;
	}

	.chat-cont-right {
		position: absolute;
		opacity: 0;
		visibility: hidden;
		z-index: 99;
	}

	.chat-cont-right .chat-header {
		justify-content: start;
		-webkit-justify-content: start;
		-ms-flex-pack: start;
	}

	.chat-cont-right .msg_head .back-user-list {
		display: flex;
		align-items: center;
	}

	.chat-cont-right .msg_head .chat-options {
		margin-left: auto;
	}

	.chat-window.chat-slide .chat-cont-right {
		right: 0;
		opacity: 1;
		visibility: visible;
	}

	.chat-cont-right .chat-scroll {
		max-height: calc(100vh - 257px);
	}

	.chat-cont-left .chat-scroll {
		max-height: calc(100vh - 292px);
	}

	.chat-cont-profile {
		z-index: 999;
	}

	.msg_card_body .media.sent .media-body .msg-box {
		margin-left: 0;
	}

	.chat-options ul li a {
		width: 20px;
		height: 20px;
	}

	.user_img {
		height: 30px;
		width: 30px;
	}

	.content {
		padding: 30px 0;
	}

	.section-search-box {
		min-height: 330px;
	}

	.download-app .app-world .heading h2 {
		margin-bottom: 30px;
		font-size: 24px;
	}

	.download-app .app-world .heading span,.section-heading span {
		font-size: 16px;
	}

	.true-search-box {
		position: relative;
		top: 0;
		padding-top: 25px;
	}

	.feature-category {
		padding-top: 60px;
	}

	.section-heading-two h2,.section-heading h2 {
		font-size: 25px;
	}

	.blog-title a {
		font-weight: 500;
	}

	.blog-date p,.blog-read-more a {
		font-size: 15px;
	}

	.blog-inner-img img:first-child {
		margin-right: 10px;
	}

	.blog-item.left-box {
		margin-right: 30px;
	}

	.blog-item p {
		padding: 30px 35px;
	}

	.container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}

	.client-section,.feature-section,.feature-section-two,.providers-section-two,.service-section-two,.work-section,.work-section-two {
		padding: 60px 0 36px;
	}

	.popular-section {
		padding-bottom: 36px;
	}

	.app-section-two {
		padding-bottom: 60px;
	}

	.about-sec,.client-section-two,.service-section {
		padding: 60px 0;
	}

	.blog-section,.chooseus-sec {
		padding: 60px 0 40px;
	}

	.app-section {
		padding: 0 0 60px;
	}

	.about-banner {
		margin-bottom: 60px;
	}

	.about-content {
		margin: 0;
	}

	.about-content p {
		margin-bottom: 15px;
	}

	.btn-view {
		padding: 11px 25px;
		font-weight: 500;
		font-size: 14px;
	}

	.fav-item .serv-rating {
		padding: 6px 8px;
		font-size: 14px;
	}

	.about-content h2,.choose-content h2,.choose-info h5 {
		font-size: 24px;
	}

	.book-title h5,.category-name h6,.contact-data h4,.service-content .title,.work-box h5 {
		font-size: 18px;
	}

	.section-search p,.service-widget .serv-info h6,.widget-title h4 {
		font-size: 20px;
	}

	.choose-info p,.grid-blog .blog-content p {
		font-size: 14px;
	}

	.blog-category .post-author span,.blog-category ul li {
		font-size: 12px;
	}

	.breadcrumb-bar .page-breadcrumb ol li,.breadcrumb-bar .page-breadcrumb ol li a {
		font-size: 15px;
	}

	.about-offer {
		padding: 30px;
	}

	.service-offer {
		padding-bottom: 60px;
	}

	.about-offer .offer-path-content {
		padding: 0;
	}

	.btn-book {
		padding: 10px 16px;
	}

	.blog-content .blog-title {
		font-size: 16px;
	}

	.grid-blog .blog-content .blog-title {
		font-size: 18px;
	}

	.home-banner {
		background: none;
	}

	.section-search h1 {
		font-size: 34px;
		margin-bottom: 15px;
		max-width: 100%;
	}

	.search-box {
		margin-top: 35px;
	}

	.testimonial-slider .owl-nav button.owl-prev {
		left: -10px;
	}

	.testimonial-slider .owl-nav button.owl-next {
		right: -10px;
	}

	.appimg-set {
		margin-top: 20px;
		position: relative;
		text-align: center;
		right: 0;
	}

	.appimg-set img {
		max-width: 100%;
	}

	.app-sec:before {
		content: none;
	}

	.contact-queries h2,.serv-profile h2 {
		font-size: 30px;
	}

	.serv-action ul li,.step-register li .multi-step-icon {
		margin-right: 10px;
	}

	.serv-action ul li a {
		width: 40px;
		height: 40px;
	}

	.service-wrap {
		margin-bottom: 20px;
	}

	.booking-done h6,.service-amount h5 {
		font-size: 20px;
	}

	.service-amount h5 span {
		font-size: 18px;
	}

	.package-widget ul li:before {
		top: 2px;
	}

	.book-submit .btn,.booking-done p,.grid-blog .blog-content .read-more,.step-register li .multi-step-info p {
		font-size: 14px;
	}

	.blog-list .blog-content .blog-title {
		font-size: 16px;
	}

	.dash-info h5,.login-header h3,.page-title h2 {
		font-size: 24px;
	}

	.step-register li .multi-step-info h6 {
		font-size: 16px;
	}

	.category-name h6 {
		font-size: 18px;
	}

	.category-info p,.contact-data p {
		font-size: 15px;
	}

	.header-navbar-rht.log-rht li {
		margin-right: 20px;
	}

	.login-back,.login-back.manage-log,.recent-booking {
		margin-bottom: 25px;
	}

	.banner-imgs {
		display: none;
	}

	.settings-header,.settings-menu {
		padding: 20px;
	}

	.error-wrap h2,.price-head h1 {
		font-size: 32px;
	}

	.maintenance-sec {
		padding: 60px 0;
	}

	.maintenance-wrap {
		margin-bottom: 30px;
	}

	.balance-crad h3,.maintenance-wrap h2 {
		font-size: 22px;
	}

	.maintenance-wrap p {
		margin-bottom: 24px;
	}

	.main-title {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.balance-head h6 {
		font-size: 13px;
	}

	.balance-head p {
		font-size: 12px;
	}

	.user-menu li.dropdown.dropdown-heads {
		margin-right: 0;
	}

	.filter-div .btn,.filter-div .filter-content:last-child {
		margin-bottom: 25px;
	}

	.new-comment {
		margin-bottom: 30px;
	}

	.chat-page-body {
		overflow: hidden;
	}

	.customer-chat .chat-cont-left .chat-scroll {
		max-height: calc(100vh - 235px);
	}

	.customer-chat .chat-cont-profile .card-body {
		max-height: calc(100vh - 260px);
	}

	.chat-cont-right .chat-scroll {
		max-height: calc(100vh - 254px);
	}

	.work-wrap h1 {
		font-size: 26px;
	}

	.work-wrap-acc,.work-wrap-earning {
		padding-right: 0;
	}

	.work-wrap-post {
		padding-left: 0;
	}

	.work-img,.work-wrap {
		margin-bottom: 100px;
	}

	.work-wrap-acc:after,.work-wrap-post:after {
		bottom: -40%;
		width: 50%;
		height: 50%;
	}

	.work-wrap span {
		width: 45px;
		height: 45px;
		font-size: 15px;
		margin-bottom: 15px;
	}

	.breadcrumb-title {
		font-size: 30px;
	}

	.countdown-container .countdown-el p {
		font-size: 26px;
	}

	#datetimepickershow {
		margin-bottom: 24px;
	}

	.provider-img {
		margin: 30px 0 40px 30px;
	}

	.provider-info h2 {
		font-size: 28px;
	}

	.provider-details,.provider-info {
		margin-bottom: 40px;
	}

	.provider-details.provide-area {
		margin-bottom: 20px;
	}

	.banner-search h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.banner-search p {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.search-input-new.line input,.search-input-new input {
		height: 35px;
	}

	.search-box-two .search-btn .btn {
		font-size: 14px;
		padding: 6px 10px;
	}

	.btn-viewall,.section-heading-two {
		margin-bottom: 24px;
	}

	.feature-title h5 {
		font-size: 15px;
	}

	.work-wrap-box .work-icon span {
		width: 60px;
		height: 60px;
		margin: 0 auto 15px;
	}

	.work-wrap-box .work-icon span img {
		width: 50px;
	}

	.service-widget.service-two .service-content .title,.work-wrap-box h5 {
		font-size: 16px;
	}

	.work-wrap-box.work-first:before,.work-wrap-box.work-last:after {
		content: none;
	}

	.offer-sec.offer-paths {
		padding: 0 30px;
	}

	.offer-sec .offer-path-content {
		padding: 30px 0;
	}

	.footer-two .payment-image ul {
		margin-bottom: 15px;
	}

	.footer-two .social-icon {
		text-align: right;
		margin-bottom: 15px;
	}

	.footer-two .footer-bottom .copyright-text p {
		text-align: left;
	}

	.header-nav {
		height: 65px;
	}

	.download-sec,.provider-info {
		padding-left: 0;
	}

	.choose-content {
		margin-right: 0;
	}

	.contact-queries h2 {
		margin-bottom: 20px;
	}

	.contact-queries .btn {
		margin-top: 2px;
	}

	.contact-details {
		margin-bottom: 30px;
	}

	.footer .footer-bottom .copyright-text p,.policy-menu li {
		font-size: 13px;
	}

	.available-info ul li,.blog-info .post-author span,.blog-info ul li {
		font-size: 14px;
	}

	.side-title {
		font-size: 20px;
	}

	.review-box p {
		font-size: 14px;
	}

	.about-img {
		margin-bottom: 24px;
	}

	.search-box-three .search-form-profile {
		flex-direction: column;
	}

	.search-btn-three .btn-primary {
		display: block;
		text-align: center;
	}

	.section-section-three {
		text-align: center;
	}

	.section-section-three h4 {
		font-size: 16px;
	}

	.services-header .section-content h2 {
		font-size: 30px;
	}

	.make-appointment {
		padding: 15px;
	}

	.saloon-bottom a {
		padding: 10px;
		font-size: 14px;
	}

	.appointment-main h1 {
		font-size: 36px;
	}

	.appointment-btn .btn-primary {
		font-size: 14px;
	}

	.stylists-foot h4 {
		font-size: 22px;
	}

	.stylists-foot h6 {
		font-size: 14px;
	}

	.works-bottom h2 {
		font-size: 26px;
	}

	.latest-date span {
		font-size: 20px;
	}

	.latest-date {
		padding: 10px;
		margin: 10px;
	}

	.latest-content p {
		font-size: 18px;
	}

	.register-content h2 {
		font-size: 34px;
		margin-bottom: 20px;
	}

	.register-content {
		flex-direction: column;
	}

	.latest-section,.works-section {
		padding: 55px 0 33px;
	}

	.services-section {
		padding: 75px 0 15px;
	}

	.appointment-section {
		padding: 45px 0;
	}

	.services-section.stylists-section {
		padding: 45px 0 0;
	}

	.services-section .owl-nav {
		margin-top: 30px;
	}

	.service-section {
		padding: 40px 0;
	}

	.client-sections {
		padding: 55px 0 33px;
	}

	.saloon-section-circle,.sidecircle-ryt {
		display: none;
	}

	.section-search.section-search-four {
		max-width: none;
		text-align: center;
	}

	.catering-banner-img {
		display: none;
	}

	.section-search.section-search-four h1 {
		font-size: 40px;
	}

	.catering-banner-botton {
		display: flex;
		justify-content: center;
	}

	.trust-us-main,.working-four-main {
		margin-bottom: 20px;
	}

	.header.header-four .header-nav {
		justify-content: space-between;
	}

	.search-box.search-box-four .search-btn .btn {
		justify-content: center;
		width: auto;
	}

	.search-box.search-box-four .search-btn {
		text-align: end;
	}

	.search-input.search-input-three.search-input-four .select2-container--default .select2-selection--single .select2-selection__rendered {
		text-align: start;
	}

	.section-heading.section-heading-four .btn-view {
		padding: 15px 20px;
	}

	.btn-catering .btn-view {
		padding: 18px 20px;
	}

	.service-content.service-four-blogs h3 {
		font-size: 20px;
	}

	.floating-img {
		display: none;
	}

	.section-search.section-section-five {
		text-align: center;
	}

	.section-section-five p {
		max-width: none;
	}

	.works-it-lines span:before {
		width: 250px;
		left: 171px;
	}

	.offering-five-img {
		display: none;
	}

	.feature-service-btn a {
		padding: 10px 20px;
	}

	.app-sec.app-sec-five .appimg-set img {
		display: none;
	}

	.app-sec.app-sec-five {
		padding: 45px;
		text-align: center;
		border-radius: 0;
	}

	.app-sec.app-sec-five .downlaod-btn {
		justify-content: center;
	}

	.works-it-five-button-main {
		display: none;
	}

	.works-five-bottom i {
		padding: 10px;
	}

	.featured-category-bg-img img,.providers-five-bg-car img {
		display: none;
	}

	.car-blogs-section:before,.feature-category-section-five:before,.offering-five-all:before,.pricing-service-five:before,.works-five-section:before {
		background: none;
	}

	.floating-five-buttom,.floating-five-buttoms {
		display: none;
	}

	.header-five .main-nav .has-submenu a {
		color: #000;
	}

	.hero-section-five {
		position: static;
	}

	.feature-category-section,.feature-category-section-five,.featured-categories-section,.providers-section-five,.works-five-section {
		padding: 45px 0;
	}

	.car-five-arrow-img {
		display: none;
	}

	.offering-five-main h1 {
		font-size: 34px;
	}

	.offering-five-main {
		text-align: center;
	}

	.pricing-service-five,.testimonals-five-section {
		padding: 45px 0;
	}

	.testimonials-five-top {
		padding: 24px 20px;
		border-radius: 0;
	}

	.blog-section.blog-five-section {
		padding: 45px 0;
	}

	.car-blogs-section {
		padding: 45px 0 0;
	}

	.car-wash-bg-five:before {
		background: none;
	}

	.car-blog-slider .owl-nav {
		margin-bottom: 0;
	}

	.app-five-section {
		padding: 45px 0;
	}

	.pricing-service-topimg .pricing-five-img-one,.pricing-service-topimg .pricing-five-img-two {
		display: none;
	}

	.search-box.search-box-five,.search-box.search-box-three {
		border-radius: 0;
	}

	.footer .footer-top-three {
		padding: 50px 0 30px;
	}

	.search-input.search-input-three.search-input-four {
		margin: 0;
	}

	.around-world-section,.categories-section,.features-four-section,.nearby-section,.popular-four-section,.review-client-section,.trust-us-section,.useful-blog-section,.Working-four-section {
		padding: 45px 0;
	}

	.feature-category-section:before {
		background: none;
	}

	.search-box.search-box-five .select2-container--default .select2-selection--single .select2-selection__rendered {
		text-align: start;
	}

	.search-box.search-box-five .search-input .form-group label {
		display: flex;
	}

	.banner-six-side-img,.home-banner-main,.side-social-media-six {
		display: none;
	}

	.home-banner-six-bottom {
		padding-top: 30px;
		text-align: -webkit-center;
		text-align: -moz-center;
	}

	.home-banner-six-detergent {
		justify-content: center;
	}

	.home-banner-six-bottom h1 {
		max-width: 550px;
	}

	.hero-section-six {
		background: #f8f8f8;
	}

	.reason-choose-us {
		padding: 40px 0;
	}

	.our-company-ryt {
		display: none;
	}

	.our-company-six {
		text-align: -webkit-center;
	}

	.aboutus-companyimg {
		text-align: center;
	}

	.about-our-company {
		background: #f8f8f8;
		padding: 50px 0;
	}

	.satisfied-service-section {
		padding: 50px 0;
	}

	.search-box-two.search-box-six .select2-container--default .select2-selection--single .select2-selection__rendered {
		text-align: start;
	}

	.see-works-six-section {
		padding: 50px 0;
		background: #f8f8f8;
	}

	.blogs-service-section {
		padding: 50px 0;
	}

	.our-expert-six-section {
		background: #f8f8f8;
		padding: 50px 0;
	}

	.app-six-section,.customer-reviews-six-section,.hidden-charge-section {
		padding: 50px 0;
	}

	.app-sec-main {
		background: none;
	}

	.app-imgs-six-bg,.appimg-six {
		display: none;
	}

	.new-app-six-middle {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 40px 0 25px;
	}

	.new-app-six-middle h2 {
		font-size: 40px;
		max-width: none;
	}

	.footer.footer-six {
		background: #f8f8f8;
		padding: 50px 0;
	}

	.footer-widget.footer-menu.footer-menu-six {
		margin-top: 0;
	}

	.playicon {
		right: 46%;
	}

	.service-content.service-content-six {
		padding: 25px 0 0;
	}

	.hero-sectionseven-top {
		background: none;
	}

	.appimg-seven,.hero-banner-ryt,.testimonals-top-seven {
		display: none;
	}

	.home-banner.homer-banner-seven {
		min-height: auto;
	}

	.home-banner.homer-banner-seven .section-search {
		text-align: center;
		margin: 60px 0 90px;
	}

	.app-sec.app-sec-seven,.search-box-two.search-box-seven,.search-box-two.search-box-seven .search-btn .btn {
		border-radius: 0;
	}

	.new-app-seven-middle {
		padding: 30px 30px 0;
		text-align: center;
	}

	.new-app-seven-middle h2,.new-app-seven-middle p {
		max-width: none;
	}

	.new-app-seven-middle .new-app-six-bottom {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.footer.footer-seven .footer-top {
		padding: 45px 0 0;
	}

	.app-seven-section,.our-partners-seven,.popular-service-seven-section,.price-sections-seven,.providers-section-seven,.service-section-seven,.work-section-seven {
		padding: 45px 0;
	}

	.home-banner-eight .section-search {
		padding-top: 0;
	}

	.about-eight-main,.home-eight-bg,.home-eight-bg-two,.professional-eight-img,.works-eights-arrow {
		display: none;
	}

	.testimonals-eight-slider .owl-nav {
		text-align: center;
	}

	.healthy-pets-img {
		display: none;
	}

	.customers-eights-all,.pets-content-all {
		text-align: center;
	}

	.customers-eight-heading h2,.customers-eights-all p {
		max-width: none;
	}

	.passion-eight-all {
		text-align: center;
	}

	.about-us-eight-section,.blog-eight-section,.cat-dog-eight-section,.category-sections-eight,.customers-eight-section,.footer.footer-eight .footer-top,.healthy-eight-section,.meet-eight-section,.popular-eight-section {
		padding: 50px 0;
	}

	.works-eight-section {
		padding: 50px 0 26px;
	}

	.pets-content-all h2 {
		font-size: 30px;
	}

	.pets-content-all h1 {
		font-size: 38px;
	}

	.header.header-eight .bar-icon span {
		background-color: #8eb66f;
	}

	.pets-content-all .btn-primary {
		padding: 10px 15px;
	}

	.home-banner.home-banner-nine {
		min-height: auto;
		text-align: center;
	}

	.hero-section-nine {
		min-height: auto;
	}

	.arrow-ryt,.banner-appointment-nine {
		display: none;
	}

	.appoints-btn {
		margin-bottom: 0;
	}

	.additional-service-section,.blogs-nine-section,.choose-nine-section,.customer-review-section,.feature-service-nine,.mechanics-section,.safety-section,.service-nine-section {
		padding: 50px 0;
	}

	.choose-nine-section {
		padding: 50px 0 26px;
	}

	.btn-service-nine .btn-primary {
		margin-top: 15px;
	}

	.free-service-nine {
		display: none;
	}

	.free-service-bottom-content {
		padding: 50px;
		text-align: center;
	}

	.partner-section-nine {
		margin-top: auto;
		padding: 45px 0;
	}

	.free-service-all {
		margin-top: 45px;
	}

	.footer.footer-nine .footer-top {
		padding: 45px 0 10px;
	}

	.header.header-nine .navbar-header {
		display: inline-flex;
	}

	.floating-five-main {
		margin-top: 0;
	}

	.footer.footer-five .copyright-menu .policy-menu,.footer.footer-five .footer-bottom .copyright .copyright-text p {
		font-size: 14px;
	}

	.professional-eight-img-ryt img {
		height: 306px;
	}

	.category-eight-slider .owl-nav button.owl-next,.category-eight-slider .owl-nav button.owl-prev {
		margin-bottom: 0;
	}

	.header.header-nine.fixed .header-nav,.header.header-nine .header-nav {
		height: 65px;
	}

	.single-demo .demo-info a {
		padding: 10px 15px 10px 35px;
	}

	.single-demo:hover {
		transform: translateY(0);
	}

	.single-demo:hover .demo-info {
		bottom: 0;
	}

	.single-demo {
		margin-bottom: 0;
	}

	.reasonable-all {
		padding: 25px;
	}

	.customer-side-main-all {
		display: none;
	}

	.section-heading-nine.safety-heading-nine {
		margin-bottom: 30px;
	}

	.section-heading-nine h2:after {
		bottom: 6px;
	}

	.safety-ryt-two img {
		margin: 30px 0 60px;
	}

	.safety-ryt-main img {
		margin: 30px 0 33px;
	}

	.safety-ryt-main.safety-ryt-two:after {
		display: none;
	}

	#progressbar {
		flex-wrap: wrap;
	}

	#progressbar li {
		flex-basis: 30%;
	}

	.field-bottom-btns {
		margin-bottom: 20px;
	}

	.reshchedule-modal .modal-dialog {
		margin: 20px;
	}

	.modal-active-dots ul {
		margin-top: 0;
	}

	.calender-modal {
		margin: 80px 0;
	}

	.booking-info-tab,.card.booking-summary-card {
		margin-bottom: 0;
	}

	.wizard ul li h5 {
		font-size: 15px;
	}

	.booking-info-tab .nav-pills .nav-item+.nav-item {
		margin-left: 40px;
	}

	.booking-info-tab .nav-pills .nav-link {
		font-size: 16px;
	}

	.appointment-details ul.customer-detail-list {
		width: 60%;
		right: 100px;
		top: 0;
	}

	.appointment-details ul.customer-detail-list:after {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		position: absolute;
		top: 87px;
		left: -7px;
	}

	.linked-item a.btn-connect {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.appointment-set-two .appointment-setting-list .form-group {
		width: 100px;
	}

	.section-booking {
		padding: 60px 0;
	}

	.service-wrap-content {
		height: 88%;
	}

	.header-navbar-rht li .dropdown-menu.notifications {
		left: -310px;
	}

	.feature-box .feature-overlay img {
		width: 100%;
	}

	.total-client-all {
		display: block;
	}

	.total-client-half {
		margin-bottom: 24px;
	}

	.journey-nine-section .section-heading {
		margin-bottom: 30px;
		text-align: center;
	}

	.journey-client-main,.modal-active-dots {
		margin-bottom: 24px;
	}

	.service-section .owl-carousel .carousel .carousel__viewport ol {
		left: 26%;
	}

	.client-section .owl-carousel .carousel .carousel__viewport ol {
		left: 22%;
		gap: 10px;
	}

	.client-section-two .owl-carousel .carousel .carousel__viewport ol,.popular-section .owl-carousel .carousel .carousel__viewport ol,.service-section-two .owl-carousel .carousel .carousel__viewport ol {
		left: 26%;
	}

	.blog-section .owl-carousel .carousel .carousel__viewport ol {
		left: 13%;
	}

	.service-section .owl-carousel .carousel .carousel__next,.service-section .owl-carousel .carousel .carousel__prev {
		top: -22%;
	}

	.client-section .owl-carousel .carousel .carousel__prev {
		left: -2%;
	}

	.client-section .owl-carousel .carousel .carousel__next {
		right: -1%;
	}

	.hero-section-two .banner-slider .carousel .carousel__prev {
		left: 1%;
		right: 1%;
	}

	.service-section-two .owl-carousel .carousel .carousel__next,.service-section-two .owl-carousel .carousel .carousel__prev {
		top: -18%;
	}

	.popular-section .popular-slider .carousel .carousel__prev {
		top: -18%;
		left: 88%;
	}

	.popular-section .popular-slider .carousel .carousel__next {
		top: -18%;
	}

	.owl-carousel.related-slider .carousel .carousel__viewport .carousel__track {
		left: 25%;
	}

	.popular-service-seven-section .owl-carousel .carousel .carousel__viewport ol {
		left: 26%;
	}

	.testimonals-seven-section .owl-carousel .carousel .carousel__prev {
		top: -65%;
		left: 90%;
	}

	.testimonals-seven-section .owl-carousel .carousel .carousel__next {
		top: -65%;
	}

	.category-sections-eight .owl-carousel .carousel .carousel__viewport ol {
		left: 14%;
	}

	.home-page-five .testimonals-five-section .owl-carousel .carousel .carousel__prev {
		left: 43%;
	}

	.feature-category-section-five .owl-carousel .carousel .carousel__viewport ol li .service-widget {
		margin-right: 24px;
	}

	.footer-six .footer-top-content img {
		display: none;
	}

	.owl-carousel.related-slider .carousel .carousel__prev,.service-wrap .owl-carousel .carousel .carousel__prev {
		left: 88%;
	}

	.reshchedule-modal .doctor-profile .rechedule-calender .vc-pane-container {
		width: 900px;
	}
}

@media only screen and (max-width:575.98px) {
	.header-nav {
		padding-left: 15px;
		padding-right: 15px;
	}

	.header-navbar-rht {
		display: none;
	}

	.main-nav li.login-link {
		display: block;
	}

	.navbar-header {
		width: 100%;
	}

	#mobile_btn {
		left: 0;
		margin-right: 0;
		padding: 0;
		position: absolute;
		z-index: 99;
	}

	.navbar-brand.logo {
		display: none;
	}

	.navbar-brand.logo-small {
		display: block;
		width: 100%;
		text-align: center;
		margin-right: 0;
		padding: 0 30px;
	}

	.header-navbar-rht {
		position: absolute;
		right: 10px;
	}

	.header-navbar-rht li>a.header-login {
		padding: 8px 20px;
	}

	.header-navbar-rht .dropdown-menu {
		min-width: 200px;
		padding: 0;
		max-width: 300px;
		right: auto;
		left: auto;
	}

	.header-navbar-rht-nine,.header-navbar-rht li>a.header-login,.header-navbar-rht li>a.header-reg,.header-six .header-navbar-rht,.header-three .header-navbar-rht,.header.header-five .header-navbar-rht {
		display: none;
	}

	.header-one .mobile-header .header-btn {
		display: flex!important;
	}
}

.topbar-nine {
	padding: 10px 0 0;
	display: flex;
	align-items: center;
	background: #f4f5f5;
}

@media (max-width:575.98px) {
	.topbar-nine {
		display: none;
	}
}

.topbar-nine-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
}

.topbar-nine-wrap .topbar-call {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.topbar-nine-wrap .topbar-call i {
	color: #242b3a;
}

@media (max-width:767.98px) {
	.topbar-nine-wrap .topbar-call {
		font-size: 15px;
	}
}

.topbar-nine-wrap .topbar-contact {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.topbar-nine-wrap .topbar-contact .flag-dropdwon {
	margin-right: 24px;
	margin-bottom: 10px;
}

.topbar-nine-wrap .topbar-contact .flag-dropdwon img {
	height: 12px;
	border-radius: 2px;
	margin-right: 8px;
}

.topbar-nine-wrap .topbar-contact .flag-dropdwon .dropdown-menu {
	z-index: 9999;
}

.topbar-nine-wrap .topbar-contact .user-link {
	margin-right: 24px;
	margin-bottom: 10px;
	text-decoration: underline;
}

.topbar-nine-wrap .topbar-contact .user-link:last-child {
	margin-right: 0;
}

@media (max-width:767.98px) {
	.topbar-nine-wrap .topbar-contact .user-link {
		font-size: 15px;
	}
}

.header.header-nine {
	border-bottom: 1px solid hsla(0,0%,90.6%,.7);
	box-shadow: none;
}

.header.header-nine .header-login {
	border-radius: 8px;
}

.provider-header {
	height: 48px;
	z-index: 999;
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	transition: all .5s ease;
	border-bottom: 1px solid #ebeced;
}

.provider-header .flag-nav>a img {
	border-radius: 50%;
	width: 22px;
	height: 22px;
}

.provider-header .searchinputs {
	padding: 0;
	position: relative;
}

@media (max-width:1199.98px) {
	.provider-header .searchinputs {
		display: none;
	}
}

.provider-header .searchinputs input {
	width: 284px;
	height: 32px;
	border: 1px solid #ebeced;
	background: #fff;
	padding: 5px 10px 5px 38px;
	border-radius: 5px;
	color: #242b3a;
	font-size: 14px;
}

@media (max-width:1199.98px) {
	.provider-header .searchinputs input {
		width: 170px;
	}
}

.provider-header .searchinputs input::-moz-placeholder {
	color: #afb2b8;
}

.provider-header .searchinputs input::placeholder {
	color: #afb2b8;
}

.provider-header .searchinputs .search-addon span {
	z-index: 9;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	cursor: pointer;
	background: #fff;
	border: 0;
	padding: 0;
	color: #242b3a;
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-size: 14px;
}

@media (min-width:992px) {
	.provider-header .dropdown-menu {
		top: 85px;
		min-width: 200px;
		visibility: hidden;
		opacity: 0;
		border: 0;
		display: block;
		border-radius: 5px;
		box-shadow: 0 4.4px 12px -1px hsla(0,0%,87.1%,.36);
		margin: 0;
		padding: 0;
		transition: all .4s ease;
		left: unset!important;
		right: 0!important;
	}
}

@media (max-width:991.98px) {
	.provider-header .dropdown-menu {
		transition: none;
	}
}

.provider-header .dropdown-menu.show {
	visibility: visible;
	opacity: 1;
	margin-top: 8px!important;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transition: all .4s ease;
}

.provider-header .header-left {
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	float: left;
	height: 48px;
	position: relative;
	text-align: center;
	width: 216px;
	z-index: 1;
	background: #fff;
	padding: 0 15px;
	transition: all .5s ease;
	border-bottom: 1px solid #ebeced;
}

.provider-header .header-left .logo {
	display: inline-block;
	line-height: 0;
}

.provider-header .header-left .logo img {
	width: 130px;
}

@media (max-width:991.98px) {
	.provider-header .header-left .logo {
		text-align: center;
		width: 100%;
	}

	.provider-header .header-left .logo img {
		width: 140px;
	}
}

@media (max-width:991.98px) {
	.provider-header .header-left .dark-logo {
		text-align: center;
		width: 100%;
	}

	.provider-header .header-left .dark-logo img {
		width: 140px;
	}
}

.provider-header .header-left .logo-small {
	display: none;
}

@media (max-width:991.98px) {
	.provider-header .header-left {
		position: absolute;
		width: 100%;
	}
}

@media (max-width:991.98px) {
	.provider-header .header-left #toggle_btn {
		display: none;
	}
}

@media (min-width:992px) {
	.provider-header #toggle_btn {
		font-size: 18px;
		padding: 4px;
		border-radius: 6px;
	}

	.provider-header #toggle_btn .bar-icon {
		display: inline-block;
		width: 21px;
	}

	.provider-header #toggle_btn .bar-icon span {
		background-color: #fff;
		display: block;
		float: left;
		height: 2px;
		width: 21px;
		margin: 0 0 5px;
		border-radius: 50px;
	}

	.provider-header #toggle_btn .bar-icon span:nth-child(2) {
		width: 15px;
	}
}

.provider-header .bar-icon {
	display: inline-block;
	width: 31px;
	margin-top: 13px;
}

.provider-header .bar-icon span {
	background-color: #8eb66f;
	display: block;
	float: left;
	height: 3px;
	margin-bottom: 7px;
	width: 31px;
	border-radius: 2px;
	transition: all .5s;
}

.provider-header .bar-icon span:nth-child(2) {
	width: 16px;
}

.provider-header .menu-opened .slide-nav .bar-icon {
	display: inline-block;
	width: 31px;
	margin-top: 20px;
}

.provider-header .menu-opened .slide-nav .bar-icon span:first-child {
	position: relative;
	top: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.provider-header .menu-opened .slide-nav .bar-icon span:nth-child(2) {
	display: none;
}

.provider-header .menu-opened .slide-nav .bar-icon span:last-child {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}

.provider-header .menu-user-list {
	min-width: 450px;
	border-radius: 6px;
	padding: 24px;
}

.provider-header .menu-user-list .list-appointment {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	border: 1px solid #e2e5f1;
	border-radius: 6px;
}

.provider-header .menu-user-list .list-appointment-content {
	display: flex;
	align-self: center;
}

.provider-header .menu-user-list .list-appointment-content .list-appointment-img {
	font-size: 24px;
	margin-right: 20px;
	position: relative;
}

.provider-header .menu-user-list .list-appointment-content .list-appointment-img:after {
	position: absolute;
	content: "";
	background: #e2e5f1;
	width: 1px;
	height: 20px;
	top: 10px;
	right: -10px;
}

.provider-header .menu-user-list .list-appointment-content h5 {
	color: #131022;
}

.provider-header .menu-user-list .list-appointment-content h6 {
	font-weight: 400;
	font-size: 14px;
}

.provider-header .menu-user-list .list-appointment-btn {
	font-size: 20px;
}

.provider-header .profilename {
	padding: 0;
}

.provider-header .profilename .profileset {
	display: flex;
	padding: 10px 10px 3px;
}

.provider-header .profilename .profileset h6 {
	font-size: 14px;
	color: #656b76;
	font-weight: 500;
}

.provider-header .profilename .profileset h5 {
	font-size: 12px;
	color: #8eb66f;
	font-weight: 400;
}

.provider-header .profilename .profileset .profilesets {
	margin-left: 10px;
}

.provider-header .profilename .profileset .user-img img {
	margin-top: 0;
}

.provider-header .profilename .dropdown-item {
	padding: 8px 5px!important;
}

.provider-header .show .user-info:after {
	transform: rotate(-140deg);
	top: 10px;
}

.provider-header .user-info {
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	position: relative;
	overflow: hidden;
	padding: 0 30px 0 0;
}

@media (max-width:1199.98px) {
	.provider-header .user-info span.user-detail {
		display: none;
	}
}

.provider-header .user-info:before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 0;
	border-left: 0;
	border-right: 2px solid #969aa2;
	border-bottom: 2px solid #969aa2;
	border-radius: 1px;
	transform: rotate(45deg);
	transition: all .5s;
	top: 8px;
	position: absolute;
	right: 12px;
}

@media (max-width:1199.98px) {
	.provider-header .user-info:before {
		top: 12px;
	}
}

.provider-header .user-info .user-role {
	display: block;
	color: #8eb66f;
	font-size: 12px;
	font-weight: 400;
}

.provider-header .user-info .user-letter {
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	color: #fff;
	width: 36px;
	height: 36px;
	border-radius: 5px;
	font-weight: 600;
	font-size: 15px;
	margin-right: 10px;
}

@media (max-width:1199.98px) {
	.provider-header .user-info .user-letter {
		margin-right: 0;
	}
}

.provider-header .user-info .user-letter img {
	border-radius: 5px;
}

.provider-header .user-info .user-name {
	font-size: 15px;
	font-weight: 500;
	color: #656b76;
	display: flex;
	align-items: center;
}

.provider-header .user-info .user-name img {
	margin-left: 10px;
}

.provider-header .header-user {
	padding: 15px 24px;
	display: contents;
}

.provider-header .header-user .user-menu {
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin: 0;
	position: relative;
	height: 100%;
	border-bottom: 0;
	padding: 0 24px;
	transition: all .5s ease;
}

@media (max-width:991.98px) {
	.provider-header .header-user .user-menu {
		display: none;
	}
}

.provider-header .header-user .user-menu .status {
	position: absolute;
	content: "";
	background: #8eb66f;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	top: 3px;
	right: 3px;
}

.provider-header .header-user .user-menu .header-title h3 {
	font-size: 24px;
	font-weight: 700;
}

.provider-header .header-user .user-menu .header-title h6 {
	font-size: 12px;
	font-weight: 600;
}

.provider-header .header-user .user-menu>li {
	margin-left: 5px;
	margin-inline-end: 0;
}

.provider-header .header-user .user-menu>li:first-child {
	margin-left: 0;
}

.provider-header .header-user .user-menu>li.date-picker-list {
	margin-left: 0;
	margin-right: 10px;
}

.provider-header .header-user .user-menu>li:last-child {
	margin-left: 15px;
}

@media (max-width:1199.98px) {
	.provider-header .header-user .user-menu>li {
		margin-left: 5px;
	}
}

.provider-header .header-user .user-menu>li svg {
	width: 18px;
	color: #67748e;
}

.provider-header .header-user .user-menu>li a:hover svg {
	color: #8eb66f;
}

.provider-header .header-user .user-menu .dropdown-toggle:after {
	border: 0;
	display: none;
}

.provider-header .header-user .user-menu .nav-searchinputs {
	margin-right: auto;
	margin-left: 25px;
}

.provider-header .header-user .user-menu .nav-item-box>a {
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	background: #fff;
	box-shadow: 0 4.4px 20px -1px rgba(19,16,34,.0509803922);
	color: #4e5561;
	border-radius: 5px;
	width: 36px;
	height: 36px;
	position: relative;
	border: 0;
}

.provider-header .header-user .user-menu .nav-item-box>a:hover {
	background: #edeeef;
}

.provider-header .header-user .user-menu .nav-item-email.nav-item-box {
	margin-left: 5px;
}

.provider-header .header-user .user-menu.nav>li>a {
	padding: 0;
	display: flex;
	line-height: normal;
	color: #3e4265;
}

.provider-header .header-user .user-menu.nav>li>a.btn-header-list {
	color: #fff;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}

.provider-header .header-user .user-menu.nav>li>a .badge {
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: 4px;
	right: 4px;
	background: #8eb66f;
	width: 15px;
	height: 15px;
	font-size: 10px;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.provider-header .header-user .user-menu.nav>li>a i {
	font-size: 18px;
}

.provider-header .header-user .user-menu.nav>li>a .badge-success {
	background: #03c95a;
	border: 3px solid #fff;
	padding: 0;
	top: inherit;
	bottom: -3px;
	right: -3px;
}

.provider-header .header-user .user-menu.nav>li.flag-nav a {
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.provider-header .header-user .user-menu.nav>li.flag-nav a .dropdown-menu {
	max-height: 150px;
	min-width: 120px;
	overflow-y: auto;
}

.provider-header .header-user .user-menu.nav>li.flag-nav a .dropdown-menu .dropdown-item {
	padding: 5px 15px;
}

.provider-header .header-user .user-menu.nav>li.flag-nav .dropdown-menu {
	padding: 15px;
	min-width: 210px;
}

.provider-header .header-user .user-menu.nav>li.flag-nav .dropdown-menu .dropdown-item {
	padding: 10px;
	color: #67748e;
	border-radius: 10px;
	transition: none;
}

.provider-header .header-user .user-menu.nav>li.flag-nav .dropdown-menu .dropdown-item.active {
	color: #fff;
}

.provider-header .header-user .user-menu.nav>li.flag-nav .dropdown-menu .dropdown-item.active,.provider-header .header-user .user-menu.nav>li.flag-nav .dropdown-menu .dropdown-item:hover {
	background: #f7f7f7 url(../img/icons/check.svg) no-repeat calc(100% - 12px) 50%;
}

.provider-header .header-user .user-menu.nav>li.flag-nav .dropdown-menu a img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 10px;
}

.provider-header .page-title-box {
	float: left;
	height: 48px;
	margin-bottom: 0;
	padding: 17px 20px;
	border-radius: 0;
}

@media (max-width:991.98px) {
	.provider-header .page-title-box {
		display: none;
	}
}

.provider-header .page-title-box a {
	color: #8eb66f;
	font-size: 11px;
	font-weight: 700;
	border: 1px solid #8eb66f;
	margin: 0;
	padding: 5px;
	border-radius: 5px;
}

.provider-header .page-title-box a:hover {
	background: #8eb66f;
	color: #fff;
}

.provider-header .mobile_btn {
	display: none;
	float: left;
}

@media (max-width:991.98px) {
	.provider-header .mobile_btn {
		color: #8eb66f;
		font-size: 24px;
		height: 48px;
		line-height: 48px;
		width: 60px;
		z-index: 10;
		padding: 0 20px;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
	}
}

.provider-header .responsive-search {
	display: none;
	color: #fff;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
}

@media (max-width:991.98px) {
	.provider-header .responsive-search {
		display: block;
	}
}

.provider-header .top-nav-search form {
	position: relative;
}

@media (max-width:991.98px) {
	.provider-header .top-nav-search form {
		display: none;
	}
}

.provider-header .top-nav-search form .form-control {
	background-color: hsla(0,0%,100%,.1);
	border: 1px solid hsla(0,0%,100%,.15);
	height: 40px;
	padding: 10px 50px 10px 15px;
	border-radius: 50px;
}

.provider-header .top-nav-search form .form-control::-webkit-input-placeholder {
	color: hsla(0,0%,100%,.7);
}

.provider-header .top-nav-search form .btn {
	background-color: transparent;
	border-color: transparent;
	color: hsla(0,0%,100%,.7);
	min-height: 40px;
	position: absolute;
	top: 0;
	right: 0;
}

@media (max-width:991.98px) {
	.provider-header .top-nav-search.active form {
		display: block;
		position: absolute;
		left: 0;
	}

	.provider-header .top-nav-search.active form .form-control {
		background-color: #fff;
	}

	.provider-header .top-nav-search.active form .btn {
		background-color: transparent;
		border-color: transparent;
		min-height: 40px;
		position: absolute;
		top: 0;
		right: 0;
		padding: 7px 15px;
	}
}

.provider-header .userset {
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.provider-header .userset .usernames {
	line-height: normal;
	text-align: right;
	padding-right: 10px;
}

.provider-header .userset .usernames span {
	display: block;
	line-height: normal;
}

.provider-header .menu-drop-user .dropdown-item {
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	color: #656b76;
	padding: 7px 10px!important;
}

.provider-header .menu-drop-user .dropdown-item svg {
	stroke-width: 1px;
	margin-right: 10px;
	width: 18px;
}

.provider-header .menu-drop-user .logout {
	color: #e70d0d;
}

@media (max-width:991.98px) {
	.provider-header .has-arrow .dropdown-toggle>span:nth-child(2) {
		display: none;
	}

	.provider-header .has-arrow .dropdown-toggle:after {
		display: none!important;
	}
}

.provider-header .profilename .user-img .status {
	bottom: 7px;
	top: unset;
	right: 0;
	background: #03c95a;
}

.provider-header .user-img {
	display: inline-block;
	position: relative;
}

.provider-header .user-img img {
	width: 38px;
	border-radius: 50%;
}

.provider-header .user-img .status {
	border: 2px solid #fff;
	height: 10px;
	width: 10px;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 30px;
	border-radius: 50%;
	display: inline-block;
	background: #03c95a;
}

.provider-header .mobile-user-menu {
	color: #fff;
	display: none;
	float: right;
	font-size: 24px;
	height: 48px;
	line-height: 48px;
	text-align: right;
	width: 60px;
	z-index: 10;
	padding: 0 20px;
	position: absolute;
	top: 0;
	right: 0;
}

@media (max-width:991.98px) {
	.provider-header .mobile-user-menu {
		display: block;
	}
}

.provider-header .mobile-user-menu a {
	color: #8eb66f;
	padding: 0;
}

.provider-header .mobile-user-menu a:after {
	display: none;
}

.provider-header .mobile-user-menu .dropdown-toggle {
	border: 0;
	background-color: transparent;
}

.provider-header .mobile-user-menu .dropdown-menu {
	padding: 0;
}

.provider-header .mobile-user-menu .dropdown-menu a {
	color: #393f4d;
	line-height: 40px;
	padding: 0 10px;
}

.logo-small img {
	width: 30px;
}

@media (min-width:992px) {
	.mini-sidebar.expand-menu .header-left {
		flex-direction: row;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-flex-pack: space-between;
	}

	.mini-sidebar .header-left {
		display: flex;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		justify-content: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		width: 80px;
		padding: 0;
		flex-direction: column;
	}

	.mini-sidebar .header-left .logo-small {
		display: block;
		padding: 10px 0 0;
	}

	.mini-sidebar .header-left .logo {
		display: none;
	}

	.mini-sidebar .chat-user,.mini-sidebar .menu-arrow {
		display: none!important;
	}

	.mini-sidebar .user-menu .badge {
		display: flex!important;
	}

	.mini-sidebar.expand-menu .chat-user,.mini-sidebar.expand-menu .menu-arrow {
		display: block!important;
	}

	.mini-sidebar.expand-menu .logo-small {
		display: none;
	}

	.mini-sidebar.expand-menu .logo {
		display: block;
	}

	.mini-sidebar.expand-menu #toggle_btn {
		opacity: 1;
	}

	.mini-sidebar.expand-menu .header-left {
		padding: 0 15px;
		display: flex;
	}

	.mini-sidebar .noti-dot:before {
		display: none;
	}
}

.nav-list {
	position: relative;
}

.nav-list .nav .dark-mode-list .dark-mode-toggle {
	width: 66px;
	height: 36px;
	background: #fbfbfb;
	border: 1px solid #ebeced;
	font-size: 16px;
	border-radius: 5px;
	padding: 3px;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}

.nav-list .nav .dark-mode-list .dark-mode-toggle i {
	font-size: 16px;
	color: #242b3a;
	border-radius: 5px;
	line-height: 26px;
	width: 26px;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.nav-list .nav .dark-mode-list .dark-mode-toggle i.light-mode.active {
	color: #fff;
	background: #03c95a;
}

.nav-list .nav .dark-mode-list .dark-mode-toggle i.dark-mode.active {
	color: #fff;
	background: #242b3a;
}

.nav-list .nav li .btn {
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	width: 36px;
	height: 36px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid transparent;
}

.nav-list .nav li .btn-header-list {
	background: #bbf0d3;
}

.nav-list .nav li .btn-header-list:hover {
	color: #fff;
}

.nav-list .nav li .btn-help {
	background: #f0def3;
}

.nav-list .nav li .btn-help:hover {
	color: #fff;
}

.nav-list .nav li .btn-chart-pie {
	color: #282b8b;
	background: #fff4d2;
}

.nav-list .nav li .btn-chart-pie:hover {
	color: #fff;
	background: #282b8b;
}

.mobile-show {
	display: none;
}

@media (max-width:991.98px) {
	.mobile-show {
		display: block;
	}
}

.show .user-info:after {
	transform: rotate(-140deg);
	top: 10px;
}

.header .flag-nav .dropdown-menu .dropdown-item {
	display: flex;
	align-items: center;
}

.header .flag-nav .dropdown-menu .dropdown-item img {
	width: 18px;
	height: 13px;
	border-radius: 10px;
	margin-right: 5px;
}

.nav-item-box a {
	position: relative;
}

.header .userset.show .user-info:before {
	transform: rotate(-136deg);
	top: 10px;
}

.header .date-range {
	padding-left: 30px!important;
}

.header .cal-icon {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.dark-mode-toggle {
	display: none;
}

.dark-mode-toggle.activate {
	display: flex;
	align-items: center;
	justify-content: center;
}

.dark-logo {
	display: none;
	line-height: 0;
}

.dark-logo img {
	width: 130px;
}

.site-link a {
	font-size: 12px;
	font-weight: 500;
}

.site-link a i {
	line-height: inherit;
}

.provider-head-links a {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #f4f5f5;
}

.provider-head-links .notification-dropdown .dropdown-body a {
	width: 100%;
	height: 100%;
	border: none;
	background-color: transparent;
}

.provider-head-links .notification-dropdown .dropdown-body h6 {
	font-size: 16px;
}

.provider-head-links .notification-dropdown .notification-footer-btn a {
	width: 100%;
	height: 100%;
	border: 0;
}

.user-menu .booking-user .user-img {
	width: 32px;
	height: 32px;
}

.user-menu .booking-user .user-img img {
	width: 24px;
	height: 24px;
}

.searchbar a {
	position: relative;
}

.searchbar .togglesearch {
	position: absolute;
	top: 55px;
	right: 8%;
	width: 280px;
	display: none;
	z-index: 999;
	padding: 10px;
	border-radius: 5px;
}

.searchbar .togglesearch .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.searchbar .togglesearch .input-group input {
	width: 182px;
	padding: 5px 10px;
	border: 1px solid #ebeced;
	outline: none;
	height: 39px;
	border-radius: 5px 0 0 5px;
}

.searchbar .togglesearch .input-group .btn {
	color: #111827;
	background-color: #fbfbfb;
	font-weight: 600;
	font-size: 14px;
	padding: 7px 8px;
	border: 1px solid #ebeced;
	border-radius: 6px;
}

footer .footer-top {
	background-color: #000;
	padding: 40px 0 24px;
}

footer .footer-top .footer-widget {
	margin-bottom: 24px;
}

footer .footer-top .footer-widget .footer-menu li {
	margin-bottom: 16px;
}

footer .footer-top .footer-widget .footer-menu li a {
	position: relative;
	color: #fff;
	font-size: 16px;
}

footer .footer-top .footer-widget .footer-menu li a:hover,footer .footer-top .footer-widget .footer-menu li a:hover:before {
	/*background: linear-gradient(90deg,#fd2692,#0a67f2);*/
		background: #8eb66f;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

footer .footer-top .footer-widget .footer-menu li:last-child {
	margin-bottom: 0;
}

footer .footer-top .dropdown a img {
	height: 15px;
	border-radius: 2px;
}

footer .footer-bottom {
	background-color: #f6f7f7;
	border-top: 1px solid #ebeced;
	padding: 0;
}

footer .footer-bottom p {
	font-size: 16px;
	color: #242b3a;
}

footer .footer-bottom .menu-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

footer .footer-bottom .menu-links li {
	margin-bottom: 0px;
}

footer .footer-bottom .menu-links li a {
	position: relative;
	padding-right: 10px;
	margin-right: 8px;
	color: #000;
	text-decoration: none;
}

footer .footer-bottom .menu-links li a:hover {
	color: #8eb66f;
}

footer .footer-bottom .menu-links li a:after {
	content: "|";
	position: absolute;
	color: #656b76;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

footer .footer-bottom .menu-links li:last-child a {
	padding-right: 0;
	margin-right: 0;
}

footer .footer-bottom .menu-links li:last-child a:after {
	content: none;
}

footer .form-control {
	height: 44px;
}

.social-icon {
	display: flex;
	align-items: center;
	gap:15px;
}

.social-icon li {
	margin-right: 12px;
}

.social-icon li a {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	color: #fff;
	align-items: center;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	font-size: 14px;
}

.social-icon li:last-child {
	margin-right: 0;
}

.footer.footer-nine {
	background-color: #111827;
}

.footer.footer-nine .footer-top {
	padding: 40px 0 16px;
	background-color: #111827;
}

.footer.footer-nine .footer-top .footer-widget h6 {
	color: #fff;
}

.footer.footer-nine .footer-top .footer-widget .footer-menu li {
	margin-bottom: 12px;
	display: block;
}

.footer.footer-nine .footer-top .footer-widget .footer-menu li a {
	color: #ebeced;
}

.footer.footer-nine .footer-top .footer-widget .footer-menu li a:hover {
	color: #8eb66f;
}

.footer.footer-nine .footer-top .footer-widget .footer-menu li:last-child {
	margin-bottom: 0;
}

.footer.footer-nine .footer-top .footer-widget .footer-logo {
	margin-bottom: 24px;
}

.footer.footer-nine .footer-top .footer-widget p {
	color: #e9eaeb;
	margin-bottom: 24px;
}

.footer.footer-nine .footer-top .footer-contact-info .footer-address {
	margin-bottom: 24px;
}

.footer.footer-nine .footer-top .footer-contact-info .footer-address:last-child {
	margin-bottom: 0;
}

.footer.footer-nine .footer-top .footer-contact-info .footer-address span {
	width: 48px;
	height: 48px;
	color: #fff;
	border-radius: 50%;
	background: #8eb66f;
	font-size: 20px;
	margin-right: 12px;
	align-items: center;
	display: flex;
	justify-content: center;
	position: unset;
}

.footer.footer-nine .footer-top .footer-contact-info .footer-address h6 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 2px;
	color: #fff;
	padding: 0;
}

.footer.footer-nine .footer-top .footer-contact-info .footer-address p {
	color: #fff;
	margin-bottom: 0;
	padding: 0;
}

.footer.footer-nine .social-icon li a {
	background: #fff;
	color: #242b3a;
}

.footer.footer-nine .social-icon li a:hover {
	background: #8eb66f;
	color: #fff;
}

.footer.footer-nine .footer-bottom {
	padding: 10px;
	background-color: #111827;
	border-top: 1px solid #242b3a;
}

.footer.footer-nine .footer-bottom .copyright {
	padding: 0;
	border: 0;
}

.footer.footer-nine .footer-bottom .copyright .copyright-text p {
	color: #fff;
}

@media (max-width:991.98px) {
	.footer.footer-nine .footer-bottom .copyright .copyright-text p {
		font-size: 14px;
	}
}

.sidebar {
	display: flex;
	background-color: #fff;
	border-right: 1px solid #ebeced;
	margin-top: 0;
	z-index: 1001;
	position: fixed;
	top: 48px;
	bottom: 0;
	left: 0;
	transition: all .5s ease;
	width: 216px;
}

@media (max-width:991.98px) {
	.sidebar {
		margin-left: -575px;
		transition: all .4s ease;
		z-index: 1041;
		background: #fff;
	}
}

@media (max-width:575.98px) {
	.sidebar {
		width: 100%;
	}
}

@media (max-width:575.98px) {
	.sidebar .slimScrollDiv {
		width: 100%!important;
	}
}

.sidebar .sidebar-inner {
	width: 100%;
}

.sidebar .sidebar-menu {
	padding: 16px 24px;
}

.sidebar .sidebar-menu .clinicdropdown {
	margin-bottom: 24px;
}

.sidebar .sidebar-menu .clinicdropdown>a {
	background: #fff;
	border: 1px solid #e9edf4;
	box-shadow: 0 4.4px 12px -1px hsla(0,0%,87.1%,.3607843137);
	border-radius: 5px;
	padding: 10px;
}

.sidebar .sidebar-menu .clinicdropdown>a img {
	border-radius: 50%;
}

.sidebar .sidebar-menu .clinicdropdown>a .user-names {
	margin-left: 10px;
}

.sidebar .sidebar-menu .clinicdropdown>a .user-names h5 {
	font-size: 14px;
	font-weight: 400;
	color: #4e5561;
	margin-bottom: 2px;
}

.sidebar .sidebar-menu .clinicdropdown>a .user-names h6 {
	font-size: 14px;
	font-weight: 400;
	color: #7d828c;
	margin-bottom: 0;
}

.sidebar .sidebar-menu>ul>li {
	margin-bottom: 24px;
}

.sidebar .sidebar-menu>ul>li:last-child ul {
	margin-bottom: 0;
}

.sidebar .sidebar-menu>ul>li.active a {
	color: #fff;
}

.sidebar .sidebar-menu>ul>li>a {
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding: 8px 0;
	position: relative;
	color: #242b3a;
	font-size: 14px;
	font-weight: 500;
}

.sidebar .sidebar-menu>ul>li>a i {
	margin-right: 8px;
	color: #242b3a;
}

.sidebar .sidebar-menu>ul>li>a span {
	font-size: 14px;
	font-weight: 500;
	color: #242b3a;
}

.sidebar .sidebar-menu>ul>li.active a,.sidebar .sidebar-menu>ul>li.active a:hover,.sidebar .sidebar-menu>ul>li.active a:hover i,.sidebar .sidebar-menu>ul>li.active a:hover span,.sidebar .sidebar-menu>ul>li.active a i,.sidebar .sidebar-menu>ul>li.active a span {
	color: #8eb66f;
}

.sidebar .sidebar-menu>ul>li.submenu ul {
	display: none;
}

.sidebar .sidebar-menu>ul>li.submenu ul li a {
	font-weight: 500;
	font-size: 14px;
	position: relative;
	display: block;
	padding: 8px 8px 8px 21px;
}

.sidebar .sidebar-menu>ul>li ul {
	display: block;
	margin-bottom: 15px;
}

.sidebar .sidebar-menu>ul>li ul li {
	margin-bottom: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.sidebar .sidebar-menu>ul>li ul li a {
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	font-weight: 400;
	font-size: 14px;
	color: #656b76;
	position: relative;
	width: 100%;
	padding: 8px;
}

.sidebar .sidebar-menu>ul>li ul li a span {
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	color: #242b3a;
	margin-left: 10px;
}

.sidebar .sidebar-menu>ul>li ul li a.active,.sidebar .sidebar-menu>ul>li ul li a.active a span {
	color: #8eb66f;
}

.sidebar .sidebar-menu>ul>li ul li a.active:after {
	background: #fe9f43;
	border: 2px solid #fdb;
}

.sidebar .sidebar-menu>ul>li ul li a:hover {
	color: #8eb66f;
}

.sidebar .sidebar-menu>ul>li ul li a:hover:after {
	background: #fe9f43;
	border: 2px solid #fdb;
}

.sidebar .sidebar-menu>ul>li ul li a:hover span {
	color: #8eb66f;
}

.sidebar .sidebar-menu>ul>li ul>li.active a i {
	background: #fff;
	color: #8eb66f;
}

.sidebar .sidebar-menu>ul>li ul>li.active a span {
	color: #8eb66f;
}

.sidebar .sidebar-menu>ul>li ul>li.active a .menu-arrow:before {
	border-right: 2px solid #8eb66f;
	border-bottom: 2px solid #8eb66f;
}

.sidebar .sidebar-menu>ul>li ul>li.active a.subdrop {
	background: #ffecf5;
	border-radius: 5px;
	color: #8eb66f;
}

.sidebar .sidebar-menu>ul>li ul>li.active a.subdrop i {
	color: #fff;
	background: #fff;
}

.sidebar .sidebar-menu>ul>li ul>li.active a.subdrop span {
	color: #8eb66f;
}

.sidebar .sidebar-menu>ul>li .submenu-hdr {
	font-weight: 600;
	font-size: 12px;
	color: #969aa2;
	margin: 0 0 14px;
	text-transform: uppercase;
	position: relative;
	display: flex;
	align-items: center;
}

.sidebar .sidebar-menu>ul>li .submenu-hdr span {
	flex-shrink: 0;
}

.sidebar .sidebar-menu>ul>li .submenu-hdr:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #ebeced;
	margin-left: 8px;
}

.sidebar .sidebar-menu>ul>li:first-child h6 {
	margin-top: 0;
}

.sidebar .sidebar-menu>ul>li .submenu ul {
	display: none;
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.sidebar .sidebar-menu>ul>li .submenu ul li {
	margin-bottom: 0;
}

.sidebar .sidebar-menu>ul li {
	margin-bottom: 5px;
}

.sidebar .sidebar-menu>ul li .submenu>ul {
	margin: 10px 0 0;
}

.sidebar .sidebar-menu>ul li .submenu>ul li a {
	padding-left: 40px;
	font-size: 14px;
	position: relative;
}

.sidebar .sidebar-menu>ul li .submenu>ul li a:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ebeced;
	position: absolute;
	left: 28px;
	top: 50%;
	transform: translateY(-50%);
}

.sidebar .sidebar-menu>ul li .submenu>a.subdrop {
	background: #ffecf5;
}

.sidebar .sidebar-menu>ul li .submenu>a.subdrop i {
	background: #fff;
	color: #8eb66f;
}

.sidebar .sidebar-menu>ul li .submenu>a.active {
	background: #ffecf5;
	border-radius: 5px;
}

.sidebar .sidebar-menu>ul li .submenu>a.active i {
	background: #fff;
	color: #8eb66f;
}

.sidebar .sidebar-menu>ul li .submenu>a.active span {
	color: #8eb66f;
}

.sidebar .sidebar-menu>ul li .submenu>a.active .menu-arrow:before {
	border-right: 2px solid #8eb66f;
	border-bottom: 2px solid #8eb66f;
}

.sidebar .sidebar-menu>ul li .submenu.submenu-two a.subdrop {
	background: transparent;
}

.sidebar .sidebar-menu>ul li .submenu.submenu-two ul {
	margin-top: 0;
}

.sidebar .sidebar-menu>ul li .submenu.submenu-two ul li a {
	margin-left: 20px;
}

.sidebar .sidebar-menu>ul li .submenu.submenu-two.submenu-three ul li a {
	margin-left: 40px;
}

.sidebar .sidebar-menu .submenu-open:last-child {
	margin-bottom: 0;
}

.sidebar .sidebar-menu .submenu-open:last-child ul {
	border-bottom: none;
	padding-bottom: 0;
}

.sidebar .sidebar-menu .submenu-open .submenu.submenu-two ul li a {
	margin-left: 45px;
}

.sidebar .sidebar-menu .submenu-open .submenu.submenu-two.submenu-three ul li a {
	margin-left: 65px;
}

.sidebar .sidebar-menu .submenu-open .submenu ul li a {
	margin-left: 25px;
	padding-bottom: 4px;
	font-size: 14px;
	color: #6a7287;
}

.sidebar .sidebar-menu .submenu-open .submenu ul li a:after {
	content: "";
	background: rgba(50,71,92,.38);
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	border-radius: 50px;
	position: absolute;
	top: 16px;
	left: 0;
}

.sidebar .sidebar-menu .submenu-open .submenu ul li a:hover {
	color: #8eb66f;
}

.sidebar .sidebar-menu .submenu-open .submenu ul li a:hover:after {
	background: #fe9f43;
	border: 2px solid #fdb;
}

.sidebar .sidebar-menu .menu-arrow {
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	text-rendering: auto;
	line-height: 40px;
	font-size: 18px;
	line-height: 16px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transition: all .2s ease;
}

.sidebar .sidebar-menu .menu-arrow:before {
	height: 6px;
	width: 6px;
	border-top: 0;
	content: "";
	border-left: 0;
	border-right: 2px solid #969aa2;
	border-bottom: 2px solid #969aa2;
	transform: rotate(-45deg);
	position: absolute;
	left: 5px;
	top: 5px;
}

.sidebar .sidebar-menu .menu-arrow.inside-submenu {
	right: 10px;
}

.sidebar .sidebar-menu .menu-arrow.inside-submenu.inside-submenu-two {
	right: 30px;
}

.sidebar .sidebar-menu.subdrop .menu-arrow {
	transform: translateY(-50%) rotate(90deg);
	background: #ffeddc;
}

.sidebar .nav-link {
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	padding: 10px;
	color: #282b8b;
	position: relative;
}

.sidebar .nav-link.active {
	color: #8eb66f;
	background: transparent;
	position: relative;
}

.sidebar .nav-link.active:after {
	content: "";
	border: 10px solid transparent;
	border-right-color: #8eb66f;
	position: absolute;
	top: 36px;
	right: 0;
}

.sidebar .sidebar-left {
	width: 100px;
	box-shadow: 5px 0 15px rgba(0,0,0,.05);
}

.sidebar .sidebar-right {
	width: 250px;
	height: 100%;
	transition: all .2s ease;
	display: none;
}

@media (max-width:991.98px) {
	.sidebar .sidebar-right {
		width: calc(100% - 70px);
	}
}

.sidebar .sidebar-right .slimScrollDiv {
	width: 250px!important;
	overflow: visible!important;
}

@media (max-width:991.98px) {
	.sidebar .sidebar-right .slimScrollDiv {
		width: 100%!important;
	}
}

.sidebar .sidebar-right .tab-content {
	padding: 20px 20px 40px;
}

@media (max-width:991.98px) {
	.sidebar .sidebar-right .tab-content {
		padding: 10px;
	}
}

.sidebar .sidebar-right p {
	font-size: 10px;
	color: #7d828c;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}

.sidebar .sidebar-right ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar .sidebar-right ul li.active a {
	color: #fff;
}

.sidebar .sidebar-right ul li a {
	font-weight: 400;
	font-size: 14px;
	color: #282b8b;
}

.sidebar .sidebar-right ul li a.active {
	color: #8eb66f;
}

.sidebar .sidebar-right .menu-arrow {
	transition: transform .15s;
	display: inline-block;
	font-family: Font Awesome\ 5 Free;
	text-rendering: auto;
	line-height: 40px;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 18px;
	top: 0;
	position: relative;
	font-weight: 700;
	transform: translate(0);
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
}

.sidebar .sidebar-right .menu-arrow:before {
	content: "\f105";
}

.sidebar .sub-menu a {
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}

.sidebar li a.subdrop .menu-arrow {
	transform: translateY(-50%) rotate(90deg);
}

.sidebar .nav-items .nav-link {
	display: flex;
	flex-direction: column;
	border-radius: 0;
	border-bottom: 1px solid #969aa2;
	padding: 20px 0;
	transition: all .4s ease;
}

.sidebar .nav-items .nav-link:hover {
	color: #fff;
}

.sidebar .nav-items .nav-link span {
	margin-top: 15px;
	font-weight: 500;
}

.sidebar .sidemenu a {
	width: 100%;
	font-weight: 500;
	display: block;
	border-radius: 5px;
	margin: 0 0 10px;
	padding: 10px;
}

.sidebar .sidemenu a:hover {
	color: #fff;
}

@media (min-width:992px) {
	.mini-sidebar .page-wrapper {
		margin-left: 80px;
	}

	.mini-sidebar .user-names {
		display: none;
	}

	.mini-sidebar .header-left #toggle_btn {
		opacity: 1;
		transform: rotate(180deg);
	}

	.mini-sidebar .header-left #toggle_btn:after {
		border: 0;
	}

	.mini-sidebar .sidebar .sidebar-menu .clinicdropdown>a {
		padding: 5px;
	}

	.mini-sidebar .sidebar .sidebar-menu>ul>li ul li.submenu ul li a {
		padding-left: 40px;
	}

	.mini-sidebar.expand-menu .header-left #toggle_btn {
		opacity: 1;
		transform: rotate(180deg);
	}

	.mini-sidebar.expand-menu .sidebar .sidebar-menu .clinicdropdown>a {
		padding: 10px 15px;
	}

	.mini-sidebar .sidebar-right,.mini-sidebar .sidebar .sidebar-menu ul li a span {
		display: none;
	}

	.mini-sidebar .sidebar .sidebar-menu ul li .submenu-hdr {
		font-size: 0;
	}

	.mini-sidebar .sidebar .sidebar-menu ul li .submenu-hdr:after {
		margin-left: 0;
	}

	.mini-sidebar .sidebar {
		width: 80px;
		overflow: hidden;
	}

	.mini-sidebar.expand-menu .sidebar {
		display: block;
	}

	.expand-menu.mini-sidebar .sidebar .sidebar-menu .submenu-hdr {
		display: flex;
		font-size: 12px;
	}

	.expand-menu.mini-sidebar .sidebar .sidebar-menu .submenu-hdr:after {
		margin-left: 8px;
	}

	.expand-menu.mini-sidebar .sidebar .user-names {
		display: none;
	}

	.expand-menu .sidebar-right {
		display: block;
		transition: all .2s ease;
	}

	.expand-menu .sidebar {
		width: 216px;
	}

	.expand-menu .sidebar .sidebar-menu ul>li>a span {
		display: inline-block;
	}

	.expand-menu .sidebar .sidebar-menu .submenu-hdr {
		display: flex;
	}

	.expand-menu .header-left {
		width: 216px;
	}

	#toggle_btn {
		display: flex;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		justify-content: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		float: left;
	}
}

body.mini-sidebar .sidebar .sidebar-menu>ul>li.submenu-open ul li a {
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	font-weight: 500;
	font-size: 15px;
	color: #67748e;
	position: relative;
	width: 100%;
}

body.mini-sidebar .sidebar .sidebar-menu>ul>li ul>li.active a,body.mini-sidebar .sidebar .sidebar-menu>ul li a {
	justify-content: center;
}

body.mini-sidebar .sidebar .sidebar-menu>ul li a i {
	margin-right: 0;
}

body.mini-sidebar.expand-menu .sidebar .sidebar-menu>ul>li.submenu-open ul li a {
	justify-content: left;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	padding-left: 18px;
}

body.mini-sidebar.expand-menu .sidebar .sidebar-menu>ul>li ul>li.active a {
	justify-content: start;
}

body.mini-sidebar.expand-menu .sidebar .user-names {
	display: block!important;
}

body.mini-sidebar.expand-menu .sidebar .sidebar-menu>ul li a {
	justify-content: start;
}

body.mini-sidebar.expand-menu .sidebar .sidebar-menu>ul li a i {
	margin-right: 8px;
}

.sidebarrightmenu .sidebar-right {
	display: block;
}

.slide-nav .sidebar {
	margin-left: 0;
}

.sidebar-overlay {
	display: none;
	height: 100%;
	width: 100%;
	z-index: 99;
	background-color: rgba(0,0,0,.6);
	position: fixed;
	top: 60px;
	left: 0;
}

.sidebar-overlay.opened {
	display: block;
}

.mini-sidebar .active.subdrop~ul {
	display: none!important;
}

.active.subdrop~ul,.mini-sidebar.expand-menu .active.subdrop~ul {
	display: block!important;
}

.mini-sidebar .header #toggle_btn {
	opacity: 0;
	height: 0;
	width: 0;
}

.mini-sidebar.expand-menu .header #toggle_btn {
	opacity: 1;
	height: auto;
	width: auto;
}

.dark body {
	background-color: #0f0f0f;
}

.dark body .h1,.dark body .h2,.dark body .h3,.dark body .h4,.dark body .h5,.dark body .h6,.dark body h1,.dark body h2,.dark body h3,.dark body h4,.dark body h5,.dark body h6 {
	color: #c5ccdb;
	font-family: Archivo,sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

.dark body a,.dark body p {
	color: #656b76;
}

.dark body i {
	color: #c5ccdb;
}

.dark body .card,.dark body input {
	background-color: #0d0d0d;
	border: 1px solid #1e2021;
}

.dark body .card {
	box-shadow: none;
}

.dark body .card .card-footer {
	border-color: #1e2021;
}

.dark body .form-label {
	color: #afb2b8;
}

.dark body .bootstrap-tagsinput,.dark body .form-control {
	background-color: #0d0d0d;
	border: 1px solid #1e2021;
}

.dark body .bootstrap-tagsinput .tag {
	background-color: #0d0d0d;
}

.dark body .form-control:focus {
	background-color: #0d0d0d;
	color: #c5ccdb;
	border: 1px solid #1e2021;
}

.dark body .select2-dropdown {
	border: 1px solid #1e2021;
}

.dark body span.select2-container.select2-container--default.select2-container--open {
	box-shadow: none;
}

.dark body .select2-container--default .select2-selection--single {
	background-color: #0d0d0d;
	border: 1px solid #1e2021;
}

.dark body .select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #8eb66f;
	border: 1px solid #1e2021;
	color: #8eb66f;
}

.dark body .select2-container--default .select2-results__option[aria-selected] {
	background-color: #0d0d0d;
	border: 1px solid #1e2021;
}

.dark body .bg-light-300 {
	background-color: #131313!important;
}

.dark body .bg-light-500 {
	background-color: #171717!important;
}

.dark body .border-bottom {
	border-bottom: 1px solid #1e2021!important;
}

.dark body .bg-white {
	background-color: #0d0d0d!important;
	color: #c5ccdb;
}

.dark body .btn-light {
	background-color: #1e2021;
	border: 1px solid #1e2021;
	color: #fff;
}

.dark body .btn-white {
	background-color: #0d0d0d!important;
	border: 1px solid #0d0d0d;
	color: #c5ccdb;
}

.dark body .dropdown-item:not(.active):active,.dark body .dropdown-item:not(.active):focus,.dark body .dropdown-item:not(.active):hover {
	background-color: #0d0d0d;
	color: #c5ccdb!important;
}

.dark body .border-end {
	border-inline-end: 1px solid #1e2021!important;
}

.dark body .text-dark {
	color: #c5ccdb!important;
}

.dark body .border {
	border: 1px solid #1e2021!important;
}

.dark body .dropdown .dropdown-toggle {
	border: 1px solid #1e2021;
	color: #c5ccdb;
	background-color: #0d0d0d;
}

.dark body .dropdown-item {
	background-color: #0d0d0d;
	color: #c5ccdb!important;
}

.dark body .dropdown-item.active {
	background-color: #1e2021;
	color: #c5ccdb!important;
}

.dark body .dropdown-menu {
	border: 1px solid #1e2021;
}

.dark body .bg-light {
	background-color: #1e2021!important;
	border: 1px solid #1e2021!important;
	color: #c5ccdb;
}

.dark body .text-gray-9 {
	color: #c5ccdb!important;
}

.dark body .paginations .page-link-1 {
	background-color: #1e2021;
}

.dark body #calendar-book .fc-toolbar-chunk .fc-next-button,.dark body #calendar-book .fc-toolbar-chunk .fc-prev-button {
	border: 1px solid #1e2021;
	background: #0d0d0d;
	color: #c5ccdb;
}

.dark body .fc-col-header-cell,.dark body .fc-day-other,.dark body .fc-scrollgrid,.dark body .fc-theme-bootstrap5 td {
	border: 1px solid #1e2021;
}

.dark body .fc-theme-bootstrap5-shaded {
	background-color: #0d0d0d;
}

.dark body .fc-list {
	border: 1px solid #1e2021;
}

.dark body .bg-gray {
	background-color: #1e2021!important;
	color: #c5ccdb;
}

.dark body .provider-header,.dark body .provider-header .header-left {
	background-color: #1e2021;
	border-bottom: 1px solid #1e2021;
}

.dark body .provider-header .searchinputs input {
	background-color: #0d0d0d;
	border: 1px solid #1e2021;
}

.dark body .provider-header .searchinputs .search-addon span {
	background-color: #0d0d0d;
}

.dark body .provider-header .provider-head-links a {
	background-color: #0d0d0d;
	border: 1px solid #1e2021;
}

.dark body .provider-header .dropdown-menu.show {
	box-shadow: none;
	background-color: #0d0d0d;
}

.dark body .provider-header .text-dark {
	color: #656b76!important;
}

.dark body .sidebar {
	background-color: #0d0d0d;
	border: 1px solid #1e2021;
}

.dark body .sidebar .sidebar-menu ul li.submenu ul li a,.dark body .sidebar .sidebar-menu ul li a i,.dark body .sidebar .sidebar-menu ul li a span {
	color: #c5ccdb;
}

.dark body .sidebar .sidebar-menu ul li.active a i,.dark body .sidebar .sidebar-menu ul li.active a span,.dark body .sidebar .sidebar-menu ul li.submenu ul li a.active {
	color: #8eb66f;
}

.dark body .trend-tag,.dark body .trend-tag-2 {
	background-color: #1e2021;
	color: #c5ccdb;
}

.dark body .act-btn {
	background-color: #1e2021;
}

.dark body .value select {
	background-color: #0d0d0d;
	border: 1px solid #1e2021;
	color: #c5ccdb;
}

.dark body .card .card-body a,.dark body .value span {
	color: #c5ccdb;
}

.dark body .tags {
	background-color: #0d0d0d;
	border: 1px solid #1e2021;
}

.dark body .tags.active {
	background-color: #8eb66f;
	border: 1px solid #8eb66f;
}

.dark body .booking-list .booking-details li .book-item {
	color: #c5ccdb;
}

.dark body .chat-cont-left .chat-users-list .chat-member {
	background: #0d0d0d;
}

.dark body .chat-cont-right .card-header {
	border-bottom: 1px solid #1e2021;
}

.dark body .msg_card_body .media.sent .media-body .msg-box .received-message {
	background-color: #171717;
}

.dark body .msg_card_body .media.sent .media-body .msg-box:first-child .sent-message {
	background: #171717;
}

.dark body .msg_card_body .media.received .media-body .msg-box .received-message {
	background-color: #171717;
}

.dark body .day-badge:after {
	border: 1px solid #1e2021;
}

.dark body .avatar.offline:before,.dark body .avatar.online:before {
	border: 2px solid #0d0d0d!important;
}

.dark body .table-responsive {
	background-color: #0d0d0d;
	border: 1px solid #1e2021;
}

.dark body .table-responsive .table td p {
	color: #c5ccdb;
}

.dark body .table-responsive .table thead.thead-light th {
	background-color: #191919;
	color: #c5ccdb;
	border-color: #1e2021;
}

.dark body .table-responsive .table tbody tr,.dark body .table-responsive .table thead tr {
	border: 1px solid #1e2021;
}

.dark body .table-responsive .table tbody tr td {
	background-color: #0d0d0d;
	color: #656b76;
}

.dark body .table-responsive .table tbody tr td h6 a {
	color: #c5ccdb;
}

.dark body .user-icon a {
	background-color: #171717;
}

.dark body .modal .modal-dialog .modal-content {
	background-color: #0d0d0d;
}

.dark body .modal .modal-dialog .modal-content .modal-footer {
	border-top: 1px solid #1e2021;
}

.dark body .col-form-label {
	color: #c5ccdb;
}

.dark body .bootstrap-datetimepicker-widget table th.next span,.dark body .bootstrap-datetimepicker-widget table th.prev span {
	border: 1px solid #1e2021;
}

.dark body .bootstrap-datetimepicker-widget .list-unstyled {
	background-color: #0d0d0d;
	border: 1px solid #1e2021;
}

.dark body .datepicker table thead tr th {
	color: #c5ccdb;
}

.dark body .datepicker table tbody td {
	color: #656b76;
}

.dark body .datepicker table tbody td:hover {
	background-color: #656b76;
	color: #c5ccdb;
}

.dark body .appointment-setting-list,.dark body .linked-item {
	border: 1px solid #1e2021;
}

.dark body .connected-apps .card-body .app-footer-content {
	border-top: 1px solid #1e2021;
}

.dark body .profile-verification .card .card-body .verification-body .icon span {
	background-color: #171717;
}

.dark body .profile-verification .card .card-body .verification-footer {
	border-top: 1px solid #1e2021;
}

.dark body .booking-list .booking-img .fav-item .fav-icon {
	background: #0d0d0d;
	color: #c5ccdb;
}

.dark body .sidebar-layout {
	background-color: #0d0d0d;
}

.dark body .bk-wrap,.dark body .toggle-sidebar .sidebar-header {
	border-bottom: 1px solid #1e2021;
}

.dark body .bk-history span {
	background-color: #8eb66f;
}

.hero-section {
	position: relative;
	background-color: #fbfbfb;
	min-height: auto;
}

.hero-section .hero-content {
	padding: 80px 0;
	z-index: 1;
}

.hero-section .hero-content h1 {
	line-height: 48px;
}

.hero-section .hero-content h1 span {
	position: relative;
}

.hero-section .hero-content h1 span:before {
	content: "";
	background-color: #8eb66f;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
}

.hero-section .hero-content .sub-title {
	font-size: 18px;
	line-height: 40px;
}

@media (max-width:991.98px) {
	.hero-section .hero-content .sub-title {
		font-size: 16px;
	}
}

@media (max-width:991.98px) {
	.hero-section .hero-content {
		padding: 0;
	}
}

.hero-section .banner-img {
	max-width: 750px;
	position: absolute;
	right: 10px;
	bottom: 0;
	background: url(../img/bg/banner-bg.png) no-repeat;
	background-size: contain;
	background-position: bottom;
}

@media (max-width:1399.98px) {
	.hero-section .banner-img {
		max-width: 650px;
	}
}

@media (max-width:1199.98px) {
	.hero-section .banner-img {
		max-width: 600px;
	}
}

@media (max-width:991.98px) {
	.hero-section .banner-img {
		display: none;
	}
}

.hero-section .badge {
	border-radius: 60px;
	padding: 6px 8px;
}

.hero-section .badge:hover {
	background: #8eb66f;
	color: #fff;
}

.hero-section .banner-info {
	margin-top: 38px;
}

.hero-section .banner-info p {
	font-size: 14px;
}

@media (max-width:991.98px) {
	.hero-section .banner-info {
		margin-top: 18px;
	}
}

.hero-section .banner-form {
	position: relative;
	border-radius: 8px;
	padding: 10px 10px 2px;
}

.hero-section .banner-form .input-group .input-group-text {
	background-color: transparent;
	border: 0;
	color: #656b76;
}

.hero-section .banner-form .input-group .form-control {
	border: 0;
	padding-left: 6px;
}

.hero-section .banner-form .btn {
	white-space: nowrap;
	padding: 9px 15px;
}

.hero-section .banner-form .shape-06 {
	bottom: -30%;
	right: -17%;
	position: absolute;
	z-index: -1;
}

@media (max-width:991.98px) {
	.hero-section .banner-form .shape-06 {
		display: none;
	}
}

.hero-section .hero-image .shape-01 {
	right: 40%;
	top: 25%;
	position: absolute;
}

@media (max-width:991.98px) {
	.hero-section .hero-image .shape-01 {
		display: none!important;
	}
}

.hero-section .hero-image .shape-01 .border-edge {
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	border-width: 22px 25px 0 0;
	border-radius: 0;
	position: absolute;
	bottom: -5px;
	right: 20px;
	transform: rotate(40deg);
}

.hero-section .hero-image .shape-02 {
	top: 10%;
	right: 5%;
	position: absolute;
}

@media (max-width:991.98px) {
	.hero-section .hero-image .shape-02 {
		display: none!important;
	}
}

.hero-section .hero-image .shape-02 .border-edge {
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	border-width: 22px 25px 0 0;
	border-radius: 0;
	position: absolute;
	bottom: -5px;
	left: 20px;
	transform: rotate(40deg);
}

.hero-section .hero-image .shape-03 {
	bottom: 0;
	left: 0;
	z-index: -1;
	position: absolute;
}

@media (max-width:991.98px) {
	.hero-section .hero-image .shape-03 {
		display: none;
	}
}

.hero-section .hero-image .shape-04 {
	top: 0;
	left: 0;
	z-index: -1;
	position: absolute;
}

@media (max-width:991.98px) {
	.hero-section .hero-image .shape-04 {
		display: none;
	}
}

.hero-section .hero-image .shape-05 {
	top: 0;
	right: 35%;
	z-index: -1;
	position: absolute;
}

@media (max-width:991.98px) {
	.hero-section .hero-image .shape-05 {
		display: none;
	}
}

.ripple-effect {
	position: relative;
}

.ripple-effect:after,.ripple-effect:before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 33px;
	height: 33px;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
	box-shadow: 0 0 0 0 #eaebee;
	animation: ripple 3s infinite;
}

.ripple-effect:before {
	animation-delay: .9s;
}

.ripple-effect:after,.ripple-effect:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}

.ripple-effect:after {
	animation-delay: .6s;
}

.sub-title {
	font-size: 16px;
}

.round-animate {
	animation: round 5s linear infinite;
}

@keyframes round {
	50% {
		transform: rotate(10deg);
	}
}

.provider-sec {
	padding-top: 20px;
}

@media (max-width:991.98px) {
	.provider-sec {
		padding-top: 10px;
	}
}

.service-item {
	box-shadow: 0 4px 4px 0 hsla(0,0%,85.1%,.25);
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px;
}

.service-item .service-img {
	position: relative;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.service-item .service-img img {
	transition: all .3s ease-out 0s;
}

.service-item .service-img .fav-item {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	z-index: 999;
}

.service-item .service-content {
	padding: 20px;
	border: 1px solid #ebeced;
	border-top: 0 solid #ebeced;
}

.service-item .service-content .service-pro-info p:hover {
	color: #8eb66f;
}

.service-item:hover .service-img img {
	transition: all .3s ease-out 0s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.fav-icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: rgba(36,43,58,.3);
	color: #fff;
	font-size: 16px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.img-slider img {
	border-radius: 10px 10px 0 0;
}

.img-slider .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.img-slider .owl-dots .owl-dot span {
	width: unset;
	height: unset;
}

.img-slider .owl-dots .owl-dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: hsla(0,0%,100%,.6);
	margin: 0 4px 15px 0;
}

.img-slider .owl-dots .owl-dot.active {
	width: 9px;
	height: 9px;
	background: #fff;
}

.floating-x {
	animation-name: floating-x;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.section-header {
	margin-bottom: 40px;
}

.work-section {
	border-radius: 10px;
	padding: 60px 20px;
	position: relative;
	margin: 60px 0;
}

.work-section .work-bg1 {
	position: absolute;
	top: 30px;
	left: 0;
}

.work-section .work-bg2 {
	position: absolute;
	top: 0;
	right: 113px;
}

@media (max-width:991.98px) {
	.work-section {
		padding: 50px;
	}
}

@media (max-width:767.98px) {
	.work-section {
		padding: 30px;
	}
}

.work-item {
	position: relative;
	padding: 0 40px;
}

.work-item:before {
	content: "";
	background: url(../img/icons/work-icon.svg);
	position: absolute;
	top: 50%;
	right: 0;
	width: 13px;
	height: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

@media (max-width:991.98px) {
	.work-item:before {
		content: none;
	}
}

.work-item.work-03:before {
	content: none;
}

@media (max-width:991.98px) {
	.work-item {
		padding: 0;
	}
}

.provider-item {
	padding: 20px;
	border: 1px solid #ebeced;
}

.provider-item h6,.provider-item p {
	margin-bottom: 6px;
}

.floating-y {
	animation-name: floating-y;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.section {
	padding: 60px 0;
}

@media (max-width:991.98px) {
	.section {
		padding: 50px 0;
	}
}

.section .view-all {
	margin-top: 40px;
}

.category-item {
	position: relative;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.08);
	border-radius: 5px;
	padding: 20px;
	border: 1px solid #fff;
	transition: all .5s ease;
}

.category-item img {
	height: 40px;
}

.category-item .badge {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 2px 0 5px;
}

.category-item a {
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .5s ease;
	white-space: nowrap;
}

.category-item:hover {
	transition: all .5s ease;
	border-radius: 10px;
	border-color: #8eb66f;
	box-shadow: 0 10px 20px -5px rgba(0,0,0,.08);
	background: url(../img/bg/category-bg.svg) no-repeat;
	background-size: cover;
	background-position: top;
}

.category-item:hover a {
	display: block;
	bottom: 20px;
	transition: all .5s ease;
}

.category-item:hover .badge {
	border-radius: 0 10px 0 5px;
}

.category-item:hover p {
	display: none;
	transition: all .5s ease;
}

.trend-icon {
	width: 57px;
	height: 57px;
	overflow: hidden;
	position: absolute;
	z-index: 6;
	inset-block-start: -5px;
	inset-inline-start: -6px;
}

.trend-icon span {
	position: absolute;
	display: block;
	width: 82px;
	padding: 8px 0;
	color: #fff;
	font: 500 16px/1 Lato,sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
	text-transform: capitalize;
	text-align: center;
	inset-inline-end: -5px;
	inset-block-start: 1px;
	transform: rotate(-45deg);
}

.trend-icon span i {
	transform: rotate(45deg);
}

.provide-section {
	position: relative;
	padding: 40px 0;
	z-index: 1;
}

.provide-section .provider-bg1 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.provide-section .provider-bg2 {
	position: absolute;
	top: 0;
	right: 15%;
	z-index: -1;
}

.rated-section {
	background-color: #fbfbfb;
}

.rated-wrap {
	position: relative;
	display: block;
}

.rated-wrap,.rated-wrap .rated-service-img {
	border-radius: 10px;
	overflow: hidden;
}

.rated-wrap img {
	border-radius: 10px;
	transition: all .3s ease-out 0s;
	z-index: 1;
}

.rated-wrap h6 {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 2;
}

.rated-wrap:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	transition: all .3s ease-out 0s;
	z-index: 2;
}

.rated-wrap:hover img {
	transition: all .3s ease-out 0s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.fav-icon.selected,.fav-icon:hover {
	background: #8eb66f;
	color: #fff;
}

.success-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 50%;
	font-size: 24px;
	color: #fff;
	background: #03c95a;
}

@media (max-width:767.98px) {
	.success-icon {
		width: 30px;
		height: 30px;
		font-size: 24px;
	}
}

.business-section {
	position: relative;
	z-index: 1;
}

.business-section h2,.business-section p {
	margin-bottom: 20px;
}

.business-section:before {
	content: "";
	width: 423px;
	height: 100%;
	background: url(../img/bg/business-bg.png);
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 15%;
	z-index: -1;
}

@media (max-width:991.98px) {
	.business-section:before {
		content: none;
	}
}

.business-img {
	margin-left: 54px;
}

.business-img img {
	border-radius: 10px;
}

@media (max-width:991.98px) {
	.business-img {
		margin-left: 0;
	}
}

.service-section {
	position: relative;
	z-index: 1;
	background-color: #f8f9f9;
}

.blog-item {
	box-shadow: 0 4px 4px 0 hsla(0,0%,85.1%,.25);
	border-radius: 10px;
	margin-bottom: 40px;
}

.blog-item .blog-img {
	overflow: hidden;
	border-radius: 10px;
}

.blog-item .blog-img img {
	transition: all .3s ease-out 0s;
	border-radius: 10px;
}

.blog-item .blog-content {
	padding: 20px;
}

.blog-item .blog-content .badge {
	font-size: 10px;
	font-weight: 500;
	padding: 8px;
	border-radius: 20px;
}

.blog-item:hover img {
	transition: all .3s ease-out 0s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.two-line-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main-links {
	margin-top: 16px;
}

.main-links a {
	text-decoration: underline;
	margin-bottom: 16px;
	color: #656b76;
	display: block;
}

.main-links a:hover {
	color: #8eb66f;
}

.main-links a:last-child {
	margin-bottom: 0;
}

.info-section .accordion-item {
	margin-bottom: 44px;
}

.info-section .accordion-item:last-child {
	margin-bottom: 0;
}

@media (max-width:991.98px) {
	.info-section .accordion-item {
		margin-bottom: 34px;
	}
}

.testimonial-section {
	position: relative;
	z-index: 1;
}

.testimonial-bg1 {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.testimonial-bg2 {
	position: absolute;
	left: 0;
	top: 35%;
	z-index: -1;
}

.testimonial-item {
	border: 1px solid #ebeced;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 4px 0 hsla(0,0%,85.1%,.25);
	margin-bottom: 40px;
}

.nav-center .owl-nav button.owl-next,.nav-center .owl-nav button.owl-prev {
	width: 32px;
	height: 32px;
	font-size: 16px;
	color: #242b3a;
	background: #fff;
	box-shadow: 0 4px 14px 0 hsla(0,0%,55.3%,.25);
	text-shadow: none;
	top: 0;
	cursor: pointer;
	border: 0;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.nav-center .owl-nav button.owl-next:hover,.nav-center .owl-nav button.owl-prev:hover {
	background: #8eb66f;
	color: #fff;
}

@media (max-width:767.98px) {
	.nav-center .owl-nav button.owl-next,.nav-center .owl-nav button.owl-prev {
		width: 36px;
		height: 36px;
	}
}

.nav-center .owl-nav button.owl-next {
	right: -20px;
}

@media (max-width:991.98px) {
	.nav-center .owl-nav button.owl-next {
		right: -5px;
	}
}

.nav-center .owl-nav button.owl-prev {
	left: -20px;
}

@media (max-width:991.98px) {
	.nav-center .owl-nav button.owl-prev {
		left: -5px;
	}
}

.progress-fieldset .progress {
	height: 4px;
}

.group-radio .form-check .form-check-input {
	font-size: 16px;
}

.category-badge .badge {
	background: #f8f9f9;
	font-size: 14px;
	font-weight: 400;
	padding: 8px;
	border-radius: 5px;
	color: #656b76;
}

#providerwizard li span {
	background-color: #e9eaeb;
	color: #242b3a;
	font-size: 16px;
	font-weight: 500;
}

#providerwizard li.active span {
	background-color: #111827;
	color: #fff;
}

#providerwizard li.activated span {
	background-color: #03c95a;
	color: #fff;
}

fieldset.field-one {
	display: block;
}

fieldset {
	display: none;
}

fieldset#first-field {
	display: block;
}

.back-to-top-icon.show {
	opacity: 1;
	transition: all .5s ease;
}

.back-to-top-icon {
	position: fixed;
	right: 15px;
	bottom: 30px;
	z-index: 9999;
	width: 36px;
	height: 36px;
	text-align: center;
	border-radius: 50%;
	background: #111827;
	color: #fff;
	cursor: pointer;
	border: 0;
	text-decoration: none;
	transition: opacity .2s ease-out;
	opacity: 0;
	transition: all .5s ease;
}

.back-to-top-icon:hover {
	color: #fff;
	background: #8eb66f;
}

.animation-float {
	animation: float 3s linear .5s infinite alternate both;
}

@keyframes float {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(10px);
	}

	to {
		transform: translateY(20px);
	}
}

.img-slider.nav-center .owl-nav button {
	display: none;
	transition: all .5s ease;
	width: 24px;
	height: 24px;
	font-size: 12px;
}

.img-slider.nav-center .owl-nav button.owl-prev {
	left: 16px;
}

.img-slider.nav-center .owl-nav button.owl-prev:hover {
	background: #8eb66f;
	color: #242b3a!important;
}

.img-slider.nav-center .owl-nav button.owl-next {
	right: 16px;
}

.img-slider.nav-center .owl-nav button.owl-next:hover {
	background: #8eb66f;
	color: #242b3a!important;
}

.img-slider.nav-center .owl-nav button:hover {
	color: #111827;
}

.img-slider.nav-center:hover .owl-nav button {
	transition: all .5s ease;
	display: block;
}

.gallery-slider.nav-center .owl-nav button {
	width: 24px;
	height: 24px;
	font-size: 12px;
}

.gallery-slider.nav-center .owl-nav button.owl-prev {
	left: 16px;
}

.gallery-slider.nav-center .owl-nav button.owl-next {
	right: 16px;
}

.authentication_field fieldset {
	display: none;
}

.authentication_field fieldset#login-page {
	display: block;
}

.service-item .service-content h6 a {
	display: inline;
	background-image: linear-gradient(#8eb66f,#8eb66f),linear-gradient(#8eb66f,#8eb66f);
	background-size: 0 2px,0 2px;
	background-position: 100% 100%,0 100%;
	background-repeat: no-repeat;
	transition: background-size .4s linear;
}

.service-item .service-content h6 a:hover {
	background-size: 0 2px,100% 2px;
}

.apexcharts-toolbar {
	display: none!important;
}

.service-wizard ul li {
	display: flex;
	align-items: center;
	border: 1px solid #ebeced;
	border-radius: 5px;
	padding: 12px 15px;
}

.service-wizard ul li h6 {
	font-weight: 500;
	color: #656b76;
}

.service-wizard ul li span {
	line-height: normal;
}

.service-wizard ul li.active {
	background: linear-gradient(90deg,#fd2692,#0a67f2);
	color: #fff;
}

.service-wizard ul li.active h6 {
	color: #fff;
}

.service-inform-fieldset fieldset {
	display: none;
}

.service-inform-fieldset fieldset#first-field {
	display: block;
}

.ck.ck-toolbar {
	border-radius: 5px 5px 0 0!important;
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
	border-radius: 0 0 5px 5px!important;
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused),.ck.ck-toolbar {
	border-color: #ebeced!important;
}

.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable {
	border-color: #ebeced!important;
	border-radius: 0 0 5px 5px!important;
}

.contact-map {
	height: 400px;
}

.avatar.avatar-gallery {
	width: 120px;
	height: 120px;
	position: relative;
}

.avatar.avatar-gallery .trash-top {
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 12px;
	color: #111827;
}

.avatar.avatar-gallery .trash-top:hover {
	background: #e70d0d;
	color: #fff;
}

.file-upload {
	background: #f8f9f9;
	border: 1px dashed #ebeced;
	border-radius: 5px;
	width: 120px;
	height: 120px;
	text-align: center;
	position: relative;
}

.file-upload input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.file-upload.drag-file {
	height: 170px;
}

.trend-tag {
	position: absolute;
	left: 20px;
	top: 20px;
	background: #fbfbfb;
	display: inline-flex;
	padding: 4px 8px;
	border-radius: 5px;
	font-size: 12px;
}

.service-price {
	font-size: 20px;
	color: #111827;
	font-weight: 600;
}

.service-price span {
	font-weight: 400;
	font-size: 14px;
	color: #656b76;
}

.success-check {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #03c95a;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 22px;
}

fieldset#first-availability {
	display: block;
}

.act-btn.active {
	background: #111827;
	color: #fff;
}

.service-list {
	border: 2px solid #f5f5f5;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

@media (max-width:767.98px) {
	.service-list {
		flex-direction: column;
		row-gap: 10px;
	}
}

.service-cont-img {
	position: relative;
	margin-right: 15px;
	flex: 0 0 210px;
	max-width: 210px;
}

.service-cont-img img {
	border-radius: 8px;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 210px;
}

.service-cont-img .fav-item {
	position: absolute;
	top: 10px;
	left: 10px;
}

@media (max-width:575.98px) {
	.service-cont-img {
		flex: auto;
	}
}

.service-cont {
	display: flex;
	align-items: center;
	margin-right: auto;
	text-align: left;
	flex: 0 0 calc(100% - 315px);
	overflow: hidden;
}

@media (max-width:575.98px) {
	.service-cont {
		flex-direction: column;
		row-gap: 10px;
		flex: auto;
	}
}

.service-cont-info {
	overflow: hidden;
}

.service-cont-info .item-cat {
	display: inline-block;
	margin-bottom: 12px;
}

.service-cont-info h3 {
	font-size: 20px;
	margin-bottom: 10px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.service-cont-info p {
	margin-bottom: 10px;
}

.service-cont-info p i {
	color: #c2c9d1;
	margin-right: 7px;
}

.service-pro-img {
	display: flex;
	align-items: center;
}

.service-pro-img img {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin-right: 8px;
}

.service-pro-img span i {
	color: #ffbc35;
	margin-right: 5px;
}

.service-action {
	align-items: center;
	display: inline-flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.service-action h6 {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 0;
}

.service-action h6 .old-price {
	font-weight: 500;
	font-size: 16px;
	color: #74788d;
	text-decoration: line-through;
	margin-left: 5px;
}

.service-action .btn {
	font-size: 14px;
	font-weight: 500;
	margin-left: 30px;
	padding: 10px 23px;
}

.service-active-dot {
	width: 16px;
	height: 16px;
	background: #03c95a;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
}

.service-wrap.vertical-slider .slick-next {
	top: unset!important;
	bottom: 0!important;
}

.service-wrap.vertical-slider .slick-next:before,.service-wrap.vertical-slider .slick-prev:before {
	display: none;
}

.file-upload.service-file-upload {
	width: 60px;
	height: 60px;
}

.social-icon li a img {
	transition: all .5s;
}

.social-icon li a img:hover {
	transform: rotatey(1turn);
}

.review-item .review-info p {
	font-size: 14px;
}

.review-item .review-info .badge {
	padding: 4px;
}

.review-item .review-info .date-info p {
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
}

.review-item .review-info .date-info p:before {
	position: absolute;
	content: "\f111";
	font-family: Fontawesome;
	font-size: 4px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.review-item .review-info .date-info p:last-child {
	padding-right: 0;
	margin-right: 0;
}

.review-item .review-info .date-info p:last-child:before {
	content: none;
}

.review-item .review-info .like-info a {
	color: #656b76;
	font-size: 14px;
}

.review-item .review-info .like-info a i {
	color: #242b3a;
}

.review-item .review-info .like-info a:hover {
	color: #8eb66f;
}

.review-item .review-info.reply {
	margin-left: 70px;
	background: #fbfbfb;
	border-radius: 10px;
}

@media (max-width:991.98px) {
	.review-item .review-info.reply {
		margin-left: 50px;
	}
}

@media (max-width:767.98px) {
	.review-item .review-info.reply {
		margin-left: 10px;
	}
}

.rating-item {
	border-radius: 10px;
	padding: 20px;
}

.rating-item p,.rating-progress p {
	font-size: 14px;
}

.rating-progress .progress {
	height: 7px;
}

.rating-progress .progress-count {
	min-width: 36px;
	text-align: right;
}

.offer-item {
	border-radius: 10px;
	padding: 16px 16px 0;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.08);
}

.offer-item p {
	font-size: 14px;
}

.gallery-item img {
	border-radius: 10px;
}

.video-wrap {
	width: 100%;
	height: 400px;
	position: relative;
	background: url(../img/video.jpg) top no-repeat;
	background-size: cover;
	border-radius: 5px;
	overflow: hidden;
}

.video-wrap .video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #fff;
	color: #242b3a;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	z-index: 2;
}

.video-wrap .video-effect {
	position: relative;
	z-index: 3;
}

.video-wrap .video-effect:after,.video-wrap .video-effect:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 52px;
	height: 52px;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	background-color: transparent;
	box-shadow: 0 0 0 0 hsla(0,0%,100%,.4);
	animation: ripple 3s infinite;
}

.video-wrap .video-effect:before {
	animation-delay: .9s;
}

.video-wrap .video-effect:after {
	animation-delay: .6s;
}

@media (max-width:767.98px) {
	.video-wrap {
		height: 250px;
	}
}

@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 hsla(0,0%,100%,.4);
	}

	to {
		box-shadow: 0 0 20px 50px hsla(0,0%,100%,0);
	}
}

.service-accordion .accordion-item .accordion-button {
	font-size: 24px;
}

@media (max-width:991.98px) {
	.service-accordion .accordion-item .accordion-button {
		font-size: 20px;
		font-size: 18px;
	}
}

.contact-map {
	border-radius: 10px;
	display: block;
	width: 100%;
	height: 250px;
	margin: 0;
}

.faq-accordion.accordion.accordion-customicon1 .accordion-button:after {
	font-size: 16px;
}

.faq-accordion.accordion.accordion-customicon1 .accordion-body p,.service-head p {
	font-size: 14px;
}

.service-head a {
	font-size: 14px;
	color: #656b76;
}

.service-head a i {
	color: #242b3a;
}

.service-head a:hover,.service-head a:hover i {
	color: #8eb66f;
}

.map-wrap {
	position: relative;
}

.map-wrap .map-location {
	position: absolute;
	margin: 16px;
	padding: 16px;
	bottom: 0;
}

.map-location {
	box-shadow: 0 0 5px 0 rgba(0,0,0,.08);
	padding: 16px;
}

.map-location,.service-wrap img {
	border-radius: 10px;
}

.service-wrap .nav-center .owl-nav button {
	width: 24px;
	height: 24px;
	font-size: 10px;
}

.service-wrap .nav-center .owl-nav button.owl-prev {
	left: 13px;
}

.service-wrap .nav-center .owl-nav button.owl-next {
	right: 13px;
}

.provider-info {
	border-radius: 10px;
}

.provider-info .avatar {
	position: relative;
}

.provider-info .avatar span {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-flex;
}

.list-item {
	border: 1px solid #ebeced;
	border-radius: 10px;
	padding: 8px;
	margin-bottom: 24px;
}

.service-tabs.nav-tabs.nav-tabs-solid li {
	margin-right: 8px;
}

.service-tabs.nav-tabs.nav-tabs-solid li .nav-link {
	font-size: 14px;
	font-weight: 500;
	background: #ebeced;
}

.service-tabs.nav-tabs.nav-tabs-solid li .nav-link.active,.service-tabs.nav-tabs.nav-tabs-solid li .nav-link:hover {
	background: #8eb66f;
}

.service-tabs.nav-tabs.nav-tabs-solid li:last-child {
	margin-right: 0;
}

.more-text {
	overflow: hidden;
	height: 90px;
	transition: height .3s ease;
}

.more-text.expanded {
	height: auto;
}

.more-btn {
	font-size: 14px;
	margin-top: 16px;
	display: inline-block;
}

.slider-wrap {
	position: relative;
}

.slider-wrap .view-btn {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 9;
}

.vertical-slider {
	display: flex;
	align-items: center;
}

.vertical-slider .slick-slide img {
	margin: 5px 0;
}

.vertical-slider .slider-for {
	max-width: 90%;
	padding-right: 24px;
	width: 100%;
	float: left;
}

.vertical-slider .slider-nav .slick-prev {
	top: -15px;
}

.vertical-slider .slider-nav .slick-next {
	bottom: -15px;
}

.vertical-slider .slider-nav .slick-next,.vertical-slider .slider-nav .slick-prev {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all .5s ease;
	width: 24px;
	height: 24px;
	font-size: 12px;
	color: #242b3a;
	background: #fff;
	box-shadow: 0 4px 14px 0 hsla(0,0%,55.3%,.25);
	text-shadow: none;
	cursor: pointer;
	border: 0;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 50px;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	z-index: 9;
}

.vertical-slider .slider-nav .slick-next:hover,.vertical-slider .slider-nav .slick-prev:hover {
	background: #8eb66f;
	color: #fff;
}

.rating i {
	color: #656b76;
}

.rate-item {
	box-shadow: 0 0 5px 0 rgba(0,0,0,.08);
	border-radius: 10px;
	padding: 8px;
}

.rate-item .avatar {
	background-color: #fff9e9;
	color: #ffc107;
	border-radius: 50%;
	width: 34px;
	height: 34px;
}

.card .card-img {
	border-radius: 5px;
}

.card .card-img img {
	border-radius: 5px;
	transition: all .5s;
}

.card .card-img-hover {
	position: relative;
	overflow: hidden;
	transition: all .5s;
}

.card .card-img-hover:hover img {
	transform: scale(1.14);
	transition: all .5s;
}

.provider-detail .provider-pic {
	width: 120px;
	height: 120px;
}

.provider-detail .provider-pic img {
	border-radius: 5px;
}

.provider-bio-info h6 {
	font-size: 16px;
	font-weight: 500;
}

.area-expert {
	background: #f8f9f9;
	border-radius: 5px;
	padding: 15px 10px;
}

.team-member {
	border: 1px solid #ebeced;
	border-radius: 5px;
	padding: 10px;
}

.custom-owl-dot.owl-carousel .owl-nav button {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	box-shadow: 0 4px 14px 0 hsla(0,0%,55.3%,.2509803922);
	font-size: 14px;
}

.custom-owl-dot.owl-carousel .owl-nav button:hover {
	background: #8eb66f;
	color: #fff;
}

.custom-owl-dot.owl-carousel .owl-nav button.owl-prev {
	left: -10px;
}

.custom-owl-dot.owl-carousel .owl-nav button.owl-next {
	right: -10px;
}

.benifits-item {
	border: 1px solid #ebeced;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 15px;
}

#filter_inputs {
	display: none;
}

.prov-icon {
	width: 34px;
	height: 34px;
}

.prov-icon i {
	font-size: 24px;
}

.our-services-slider .img-sec {
	position: relative;
	transition: all .5s;
	overflow: hidden;
}

.our-services-slider .img-sec img {
	transition: all .5s;
}

.our-services-slider .img-sec:hover img {
	transition: all .5s;
	transform: scale(1.14);
}

.login-or {
	text-align: center;
	font-size: 15px;
	color: #4e5561;
	font-weight: 500;
	position: relative;
}

.login-or:after {
	right: 0;
}

.login-or:after,.login-or:before {
	width: 100%;
	content: "";
	border-top: 1px solid #ebeced;
	position: absolute;
	top: 50%;
}

.login-or:before {
	left: 0;
}

.login-or .span-or {
	background-color: #fff;
	padding: 0 10px;
	z-index: 9;
	position: relative;
}

.authentication-header {
	background: transparent;
	box-shadow: none;
	padding: 20px 0;
}

.login-modules {
	border-top: 1px dashed #ebeced;
}

.bg-left-top {
	position: absolute;
	left: -100px;
	top: -100px;
	z-index: -1;
}

@media (max-width:575.98px) {
	.bg-left-top {
		display: none;
	}
}

.bg-right-bottom {
	position: absolute;
	right: -100px;
	bottom: -100px;
	z-index: -1;
}

@media (max-width:575.98px) {
	.bg-right-bottom {
		display: none;
	}
}

.otp-input input {
	border: 2px solid #ebeced;
}

.otp-input input.active {
	border: 2px solid #8eb66f!important;
}

.password-strength span {
	width: 100%;
	height: 5px;
	background: #e3e3e3;
	margin-right: 10px;
	border-radius: 5px;
}

.poor-active span.active#poor,.poor-active span.active#poors {
	background: #e70d0d;
}

.avg-active span.active#poor,.avg-active span.active#poors,.avg-active span.active#weak,.avg-active span.active#weaks {
	background: #ffc107;
}

.strong-active span.active#poor,.strong-active span.active#poors,.strong-active span.active#strong,.strong-active span.active#strongs,.strong-active span.active#weak,.strong-active span.active#weaks {
	background: #5625e8;
}

.heavy-active span.active#heavy,.heavy-active span.active#heavys,.heavy-active span.active#poor,.heavy-active span.active#poors,.heavy-active span.active#strong,.heavy-active span.active#strongs,.heavy-active span.active#weak,.heavy-active span.active#weaks {
	background: #03c95a;
}

input[type=password]::-ms-clear,input[type=password]::-ms-reveal {
	display: none;
}

.maintenance-forms .form-control {
	min-height: 37px;
	height: 37px;
}

.breadcrumb-bar {
	overflow: hidden;
}

.feature-icon span {
	background: #f7f7ff;
}

.category {
	overflow: hidden;
	position: relative;
}

.category .overlay {
	overflow: hidden;
	top: -100%;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: .7s ease-in-out;
	background-color: rgba(32,48,102,.08);
	box-shadow: 0 4px 8px rgba(32,48,102,.08);
	cursor: pointer;
}

.category .overlay,.category .overlay:before {
	position: absolute;
	border-radius: 5px;
	width: 100%;
}

.category .overlay:before {
	content: "";
	height: 100%;
	background-color: rgba(0,0,0,.6);
}

.category:hover .overlay {
	opacity: 1;
	top: 0;
}

.category:hover span {
	z-index: 2;
}

.category:hover h5 {
	color: #fff;
	position: relative;
	z-index: 3;
	transition: all .9s;
}

.category:hover h5 a {
	color: #fff;
}

.category:hover h5 a:hover {
	color: #8eb66f;
}

.category-list {
	position: relative;
	overflow: hidden;
}

.category-list .service-img {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 10px;
	border-radius: 8px;
	transition: .5s ease-in-out;
	border: 0!important;
}

.category-list .service-img .service-icon {
	width: 50px;
	height: 50px;
	border-radius: 8px 0 0 8px;
	padding: 10px;
	transition: .5s ease-in-out;
}

.category-list .service-img img {
	filter: blur(0) brightness(100);
}

.category-list:hover .service-img {
	bottom: 0;
	margin: 0;
	border-radius: 0;
}

.category-list:hover .service-icon {
	border-radius: 0;
}

.rating i.filled {
	color: #ffc107;
}

.content-list {
	height: auto;
}

#fill-more {
	height: 150px;
	overflow: hidden;
}

.img-sec {
	position: relative;
}

.img-sec .like-icon {
	position: absolute;
	right: 0;
	top: 16px;
	margin-right: 20px;
	background: #fbfbfb;
	color: #111827;
	width: 32px;
	height: 32px;
}

.img-sec .like-icon.selected {
	background: #8eb66f;
	color: #fff;
}

.img-sec .image-logo {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.tags {
	width: 35px;
	height: 35px;
}

.tags.active,.tags:focus,.tags:hover {
	background: #ffecf5;
	color: #8eb66f;
}

.paginations {
	border: none;
	color: #000!important;
	font-size: 14px;
}

.paginations .page-link-1 {
	background: #e9eaeb;
	color: #656b76;
	width: 25px;
	height: 25px;
	padding: 5px;
	border-radius: 5px;
}

.paginations .page-link-1.active,.paginations .page-link-1:hover {
	background: #8eb66f;
	color: #fff;
}

.page-link:hover {
	color: #8eb66f;
}

.irs--flat .irs-handle>i:first-child {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	width: 18px;
	height: 18px;
	margin-left: -1px;
	background-color: #8eb66f;
	border-radius: 50px;
	border: 3px solid #fff;
}

.irs--flat .irs-line {
	top: 28px;
	height: 6px;
	background-color: #e1e5ea;
	border-radius: 4px;
}

.irs--flat .irs-bar {
	top: 28px;
	height: 6px;
	background-color: #8eb66f;
}

.irs-with-grid .irs-grid {
	display: none;
}

.irs--flat .irs-from,.irs--flat .irs-single,.irs--flat .irs-to {
	color: #fff;
	font-size: 14px;
	line-height: 1.333;
	text-shadow: none;
	padding: 4px 12px;
	background-color: #8eb66f;
	border-radius: 4px;
	top: -10px;
}

.irs--flat .irs-from:before,.irs--flat .irs-single:before,.irs--flat .irs-to:before {
	border-top-color: #8eb66f;
	left: 60%;
}

.filter-range-amount h5 {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #74788d;
}

.irs-max {
	visibility: hidden!important;
}

.user {
	border: 4px solid #f4f5f5;
}

.user img {
	border: 2px solid #fff;
}

.user-sidebar {
	background: #f4f5f5;
	padding: 24px;
}

.user-sidebar .submenu ul {
	display: none;
}

.user-sidebar .submenu .menu-arrow {
	display: inline-block;
	font-family: FontAwesome;
	text-rendering: auto;
	line-height: 40px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 16px;
	float: right;
}

.user-sidebar .submenu .menu-arrow:before {
	content: "\f105";
}

.user-sidebar .submenu .subdrop .menu-arrow:before {
	content: "\f107";
}

.user-sidebar .user-sidebar-header {
	background: #fff;
	border-radius: 10px;
}

.user-sidebar .user-sidebar-body {
	padding: 0;
}

.user-sidebar .user-sidebar-body i {
	font-size: 20px;
}

.user-sidebar .user-sidebar-body a {
	color: #656b76;
}

.user-sidebar .user-sidebar-body a.active,.user-sidebar .user-sidebar-body a:hover {
	color: #8eb66f;
}

.dash-widget .card-body {
	padding: 15px;
}

.dash-widget .card-body .dash-icon {
	width: 35px;
	height: 35px;
}

.wallet-icon {
	width: 45px;
	height: 45px;
}

.table-responsive {
	margin-bottom: 1.5rem;
	background-color: #fff;
	transition: all .5s ease-in-out;
	position: relative;
	color: inherit;
}

.table-responsive .table td {
	color: #656b76;
}

.table-responsive .table td P {
	color: #242b3a;
}

.table-responsive .table .dash-icon-1 {
	width: 42px;
	height: 42px;
}

.table-responsive .table:last-child {
	margin-bottom: 0;
}

.table-responsive .table td,.table-responsive .table th {
	padding: 16px;
	vertical-align: middle;
	white-space: nowrap;
}

.img-sec-2 {
	position: relative;
}

.img-sec-2 .like-icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 16px;
	margin-left: 20px;
	background: #fbfbfb;
	color: #111827;
	width: 32px;
	height: 32px;
}

.img-sec-2 .like-icon.selected {
	background: #8eb66f;
	color: #fff;
}

.img-sec-2 .like-icon i.filled {
	color: #8eb66f;
}

.trend-tag-2 {
	/*position: absolute;*/
	/*right: 20px;*/
		position: relative;
	right: 0px;
	top: 20px;
	background: #8eb66f;
	color:#fff;
	display: inline-flex;
	padding: 4px 8px;
	border-radius: 5px;
	font-size: 12px;
}

.value select {
	margin: 0 10px;
	border: 2px solid #f5f5f5;
	border-radius: 5px;
	padding: 5px 30px 5px 10px;
	color: #28283c;
	font-weight: 500;
	font-size: 14px;
}

.value span {
	color: #242b3a;
}

.form-icon .icon-cal {
	position: absolute;
	top: 8px;
	right: 13px;
}

.dash-widget-2 .set-icon {
	width: 32px;
	height: 32px;
}

.dash-widget-2 .set-icon-2 {
	width: 20px;
	height: 20px;
}

.table-thead th {
	background: #e9eaeb!important;
}

.res-1 {
	border-radius: 0;
	padding: 0;
}

.res-1 .table-1 {
	padding: 0;
	margin-bottom: 0;
}

.res-1 .table-1 td {
	padding: 18px!important;
}

.res-1 .table-1 .notify-item p {
	color: #656b76;
}

.input-1:checked {
	background-color: #03c95a;
	border-color: #03c95a;
}

.app-icon {
	width: 46px;
	height: 46px;
}

.header-nav .search-bar {
	position: relative;
}

.header-nav .search-bar span {
	position: absolute;
	top: 10px;
	left: 15px;
}

.header-nav .search-bar .form-control {
	padding: 9px 9px 9px 36px;
}

.header-nav .main-menu-wrapper .head-icon {
	width: 32px;
	height: 32px;
}

.book-crd {
	border-left: 7px solid #8eb66f;
	border-radius: 10px;
}

.act-btn {
	background-color: #e9eaeb;
	color: #111827;
}

.act-btn .active,.act-btn:active,.act-btn:focus,.act-btn:hover {
	background: #111827;
	color: #fff;
	border-color: #111827;
}

.sel-cal {
	position: relative;
}

.sel-cal .calendar-icon:after {
	color: #344357;
	content: "\f073";
	display: block;
	font-family: Font Awesome\ 5 Free;
	font-size: 16px;
	font-weight: 600;
	margin: auto;
	position: absolute;
	right: 15px;
	bottom: 10px;
}

.sel-cal i {
	position: absolute;
	top: 25%;
	right: 10px;
}

.user-icon a {
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4f5f5;
	border-radius: 50%;
}

.day-span span {
	width: 25px;
	height: 16px;
	font-size: 10px;
}

.sec-item {
	flex: 1;
}

.review-widget .review-img img {
	width: 87px;
	height: 60px;
}

.notification .toottip {
	width: 36px;
	height: 36px;
}

.toggle-sidebar.sidebar-popup {
	max-width: 400px;
}

.booking-list .booking-img {
	position: relative;
}

.booking-list .booking-img .avatar {
	width: 160px;
	height: 160px;
}

@media (max-width:575.98px) {
	.booking-list .booking-img .avatar {
		width: 100%;
		height: 100%;
	}
}

.booking-list .booking-img .fav-item {
	position: absolute;
	right: 10px;
	top: 10px;
}

.booking-list .booking-img .fav-item .fav-icon {
	background: #fff;
	color: #656b76;
}

.booking-list .booking-img .fav-item .fav-icon.selected,.booking-list .booking-img .fav-item .fav-icon:hover {
	background: #8eb66f;
	color: #fff;
}

.booking-list .booking-details li {
	font-size: 14px;
}

.booking-list .booking-details li .book-item {
	font-weight: 500;
	color: #242b3a;
	min-width: 100px;
	font-size: 14px;
}

.booking-list .booking-details li small {
	font-weight: 500;
	color: #242b3a;
}

#calendar-book .fc-toolbar-chunk {
	display: flex;
	align-items: center;
}

#calendar-book .fc-toolbar-chunk .fc-toolbar-title {
	font-size: 18px;
}

#calendar-book .fc-toolbar-chunk .fc--button {
	display: none;
}

#calendar-book .fc-toolbar-chunk .fc-next-button,#calendar-book .fc-toolbar-chunk .fc-prev-button {
	width: 44px;
	height: 36px;
	border: 1px solid #ebeced;
	border-radius: 5px;
	background: #fff;
	color: #242b3a;
}

#calendar-book .fc-toolbar-chunk .fc-today-button {
	background: transparent;
	border: 0;
	color: #242b3a;
	opacity: 1;
	font-weight: 500;
	text-transform: capitalize;
	margin-left: .75em;
	padding: 0;
}

.form-icon {
	position: relative;
}

.form-icon .cus-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.review-add .rev-img {
	width: 55px;
	height: 47px;
	border-radius: 5px;
}

.review-add .rev-img img {
	border-radius: 5px;
}

.rating-select i {
	color: #656b76;
}

.rating-select i.active {
	color: #ffc107;
}

.step-register {
	margin: 0 0 40px;
}

.step-register li {
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-bottom: 3px solid #ebeced;
	border-radius: 5px;
	position: relative;
	margin-bottom: 15px;
	padding: 0 0 24px;
	opacity: .5;
}

.step-register li:first-child {
	justify-content: start;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
}

.step-register li .multi-step-icon {
	width: 50px;
	height: 50px;
	background: #8eb66f;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-right: 10px;
	flex-shrink: 0;
}

.step-register li.active {
	opacity: 1;
}

.step-register li.active:before {
	content: "";
	border-bottom: 3px solid #8eb66f;
	border-radius: 5px;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -3px;
	left: 0;
}

.step-register li.active .multi-step-icon {
	background: #8eb66f;
}

.step-register li.activate {
	opacity: 1;
}

.step-register li.activate .multi-step-icon {
	background: #8eb66f;
}

.step-register li .multi-step-info p {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	font-size: 15px;
}

.provide-box span {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #f8f9f9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.provide-box span i {
	font-size: 18px;
}

.booking-service {
	margin-bottom: 25px;
}

.booking-service .service-img {
	width: 200px;
	height: 125px;
	border-radius: 5px;
}

.booking-service .service-img img {
	border-radius: 5px;
}

.service-book {
	display: inline-flex;
	display: -webkit-inline-flex;
}

.service-book .serv-profile {
	margin: 0 0 25px;
}

.service-book .serv-profile h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.service-book-img {
	margin: 0 20px 25px 0;
}

.service-book-img img {
	width: 175px;
	border-radius: 10px;
}

.provide-info h5 {
	font-size: 20px;
	font-weight: 700;
	color: #656b76;
	margin-bottom: 0;
}

.visits {
	width: 14.28%;
	padding: 0 8px;
	margin-right: -4px!important;
}

.visits input:checked~.visit-rsn:before {
	opacity: 1;
}

.visits input:disabled~.visit-rsn {
	background-color: #e70d0d;
	color: #fff;
	border-radius: 5px;
}

.visits input.form-check-input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	margin-left: 0;
}

.visits .form-check-input {
	opacity: 0;
}

.visits span.visit-rsn {
	text-align: center;
	background: #f8f9f9;
	border: 2px solid #ebeced;
	border-radius: 5px;
	padding: 7px 5px;
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	position: relative;
}

.visit-btns {
	background-color: #fff;
	color: #242b3a;
	width: 100%;
	margin-bottom: 15px;
	display: block;
	outline: unset;
	cursor: pointer;
}

.visits .visit-rsn:hover,.visits input:checked~.visit-rsn {
	background: #8eb66f;
	border: 2px solid hsla(0,0%,86.3%,.3);
	color: #fff;
	border-radius: 4px;
}

.book-submit {
	margin-top: 80px;
}

.book-submit .btn {
	font-weight: 500;
	padding: 10px 20px;
}

.book-submit .btn+.btn {
	margin-left: 24px;
}

.book-title h5 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 24px;
}

.book-option {
	text-align: right;
}

.book-option ul li {
	display: inline-block;
	font-size: 14px;
	margin-right: 30px;
}

.book-option ul li:last-child {
	margin-right: 0;
}

.book-option ul li .custom_check {
	padding-left: 30px;
}

.book-option ul li .custom_check .checkmark {
	margin-right: 10px;
}

.book-avail .custom_check .checkmark {
	border: 1px solid #ebeced;
}

.book-select .custom_check .checkmark {
	border: 1px solid #ebeced;
	background: #8eb66f;
}

.book-notavail .custom_check .checkmark {
	background: #68616d;
	border: 1px solid #ebeced;
}

.book-form {
	margin-bottom: 30px;
}

.book-form .select2-container--default .select2-selection--single {
	border: 1px solid #ebeced;
	border-radius: 5px;
	height: 42px;
}

.book-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	line-height: 42px;
}

.book-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 42px;
}

.book-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #ebeced;
}

.book-form .col-form-label {
	padding: 0 0 8px;
}

.booking-done h6 {
	font-size: 36px;
	margin-bottom: 10px;
}

.booking-done p {
	margin-bottom: 30px;
}

.booking-done .book-submit {
	margin-top: 0;
}

.summary-box {
	background: #f8f9f9;
	border-radius: 8px;
	margin-bottom: 24px;
}

.booking-info {
	padding: 20px 20px 10px;
	border-bottom: 1px solid #ebeced;
}

.booking-info .service-book-img {
	margin: 0 10px 10px 0;
}

.booking-info .service-book-img img {
	width: 114px;
	height: 101px;
	-o-object-fit: cover;
	object-fit: cover;
}

.booking-info .serv-profile span.badge {
	margin-bottom: 5px;
}

.booking-info .serv-profile h2 {
	font-size: 18px;
	margin-bottom: 15px;
}

.booking-info .serv-profile ul {
	display: flex;
	align-items: center;
}

.booking-info .serv-profile ul li {
	font-size: 14px;
	margin: 0 10px 10px 0;
}

.booking-info .serv-profile .serv-pro img {
	width: 26px;
	height: 26px;
	margin-right: 0;
}

.booking-info .service-book .serv-profile {
	margin: 0;
}

.booking-date {
	border-bottom: 1px solid #ebeced;
	padding: 15px;
}

.booking-date li {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 12px;
}

.booking-date li span {
	float: right;
	text-align: right;
	font-size: 14px;
}

.booking-date li:last-child {
	margin-bottom: 0;
}

.booking-total {
	padding: 15px;
}

.booking-total ul li span {
	font-size: 16px;
	font-weight: 600;
}

.booking-total ul li .total-cost {
	float: right;
}

.payment-card {
	background: #fff;
	border: 1px solid #ebeced;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 24px;
}

.booking-info-tab .payment-card:last-child {
	margin-bottom: 0;
}

.payment-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}

.payment-head label {
	display: inline-block;
}

.payment-head span {
	font-size: 15px;
	text-align: right;
	margin-left: 10px;
}

.payment-title {
	display: flex;
	align-items: center;
}

.payment-title h6 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
}

.payment-title .custom_radio .checkmark {
	margin-top: -2px;
}

.payment-list .form-control {
	line-height: 42px;
	min-height: 42px;
	padding: 0 15px;
}

.payment-list .col-form-label {
	font-weight: 500;
}

.pay-title {
	font-size: 20px;
	font-family: Poppins,sans-serif;
	margin-bottom: 24px;
}

.booking-coupon,.booking-pay {
	display: flex;
}

.booking-pay .btn-pay {
	margin-right: 24px;
}

.btn-pay,.btn-skip {
	font-weight: 700;
	padding: 12px 15px;
}

.btn-skip {
	color: #8eb66f;
	min-width: 94px;
	border-radius: 5px;
}

.coupon-icon {
	position: relative;
	margin-right: 24px;
}

.coupon-icon span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 8px;
}

.coupon-icon .form-control {
	padding: 5px 10px 5px 27px;
	min-height: 42px;
}

.apply-btn {
	font-weight: 500;
	padding: 8px 15px;
	min-width: 88px;
	min-height: 42px;
}

.save-offer {
	background: #e8faf0;
	border-radius: 5px;
	padding: 10px;
	margin: 24px 0;
}

.save-offer p {
	color: #03c95a;
	font-weight: 500;
	padding-left: 17px;
	margin-bottom: 0;
	position: relative;
}

.custom_check {
	display: inline-block;
	position: relative;
	font-size: 14px!important;
	margin-bottom: 15px;
	padding-left: 25px;
	cursor: pointer;
	font-weight: 400!important;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	line-height: 18px;
}

.custom_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.custom_check input:checked~.checkmark {
	background-color: #8eb66f;
	border-color: #8eb66f;
}

.custom_check input:checked~.checkmark:after {
	display: block;
}

.custom_check .checkmark {
	position: absolute;
	top: 1px;
	left: 0;
	height: 15px;
	width: 15px;
	border: 1px solid #ebeced;
	background-color: #fff;
	border-radius: 5px;
	transition: all .3s ease-in-out;
}

.custom_check .checkmark:after {
	content: "\e92b";
	font-family: feather!important;
	font-weight: 900;
	position: absolute;
	display: none;
	left: 2px;
	top: 52%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 10px;
}

.custom_radio {
	display: block;
	position: relative;
	padding-left: 27px;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.custom_radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.custom_radio input:checked~.checkmark:after {
	background-color: #8eb66f;
	transform: scale(1);
	visibility: visible;
}

.custom_radio .checkmark {
	top: 0;
	left: 0;
	width: 19px;
	height: 19px;
	margin: 1px 0 0;
}

.custom_radio .checkmark,.custom_radio .checkmark:after {
	position: absolute;
	border: 1px solid #ebeced;
	border-radius: 50%;
	transition: all .3s;
}

.custom_radio .checkmark:after {
	left: 4px;
	top: 4px;
	content: "";
	width: 9px;
	height: 9px;
	background-color: #fff;
	transform: scale(.1);
}

.form-focus {
	position: relative;
}

.form-focus .col-form-label {
	position: absolute;
	top: -7px;
	left: 10px;
	background: #fff;
	font-weight: 500;
	font-size: 12px;
	padding: 0 5px;
	z-index: 1;
}

.check-outer {
	width: 14px;
	height: 14px;
	margin: 1px 0 0;
	border: 1px solid #ebeced;
	border-radius: 50%;
	transition: all .3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.check-outer i {
	width: 6px;
	height: 6px;
	background-color: transparent;
	border-radius: 50%;
	transition: all .3s;
}

.btn-check-label {
	position: relative;
}

.btn-check:checked+.btn {
	color: #242b3a;
}

.btn-check:checked+.btn .check-outer {
	background: #8eb66f;
	border-color: #8eb66f;
}

.btn-check:checked+.btn .check-outer i {
	background-color: #fff;
	transform: scale(1);
	visibility: visible;
}

.available-slot-details .accordion-button:after {
	margin-left: unset;
	position: absolute;
	left: 0;
}

.modal-wizard ul {
	border-bottom: 1px solid #ebeced;
}

.modal-wizard ul li {
	padding-bottom: 8px;
	border-bottom: 1px solid transparent;
}

.modal-wizard ul li.active {
	border-color: #8eb66f;
}

.modal-wizard ul li.active p,.modal-wizard ul li.active span {
	color: #8eb66f;
}

.slots-available {
	background: #f8f9f9;
	padding: 8px;
	border-radius: 5px;
}

.slots-available .visit-btns {
	margin-bottom: 0;
}

.slots-available .visit-btns .visit-rsn:hover,.slots-available .visit-btns input:checked~.visit-rsn {
	background: #e70d0d!important;
}

.toggle-sidebar {
	width: 400px;
	position: fixed;
	top: 0;
	right: -400px;
	height: 100vh;
	z-index: 1040;
}

.toggle-sidebar,.toggle-sidebar.sidebar-popup {
	transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-ms-transition: ease all .8s;
}

.toggle-sidebar.sidebar-popup {
	right: 0;
	width: 100%;
}

.toggle-sidebar .sidebar-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	border-bottom: 1px solid #ebeced;
}

.toggle-sidebar .sidebar-header h5 {
	font-size: 18px;
	margin-bottom: 0;
}

.toggle-sidebar .sidebar-close {
	background: #111827;
	border: 0;
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin: 0;
}

.toggle-sidebar .sidebar-close:hover {
	background: #8eb66f;
	color: #fff;
}

.sidebar-layout {
	background-color: #fff;
	padding: 20px;
	border-radius: 20px 0 0 20px;
	box-shadow: 0 4px 4px 0 hsla(0,0%,85.1%,.2509803922);
	max-width: 400px;
	width: 100%;
	position: absolute;
	right: 0;
	height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.bk-wrap {
	border-bottom: 1px solid #ebeced;
}

.bk-wrap h5 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
}

.bk-wrap p {
	font-size: 12px;
	margin-bottom: 5px;
}

.bk-wrap .bk-price {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 10px;
}

.book-customer h5 {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 20px;
}

.book-email {
	display: flex;
	align-items: center;
	margin: 0 17px 5px 0;
}

.book-email img {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin-right: 10px;
}

.book-email-info p,.book-email p {
	font-size: 12px;
	margin-bottom: 6px;
}

.book-email-info p:last-child,.book-email p:last-child {
	margin-bottom: 0;
}

.book-email-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}

.btn-mail {
	border-radius: 4px;
	font-weight: 500;
	font-size: 13px;
	padding: 5px 14px;
	margin-left: 10px;
}

.edit-book {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 50%;
	margin-bottom: 20px;
}

.bk-service {
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}

.book-confirm h6 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}

.book-confirm h6 span {
	font-size: 13px;
	padding: 8px 16px;
	margin-left: 10px;
}

.book-confirm ul {
	margin-bottom: 25px;
}

.book-confirm ul li {
	font-size: 12px;
	margin-bottom: 10px;
}

.book-confirm ul li .bk-date {
	font-weight: 500;
	font-size: 14px;
	min-width: 100px;
	display: inline-block;
}

.book-confirm ul li .bk-date i {
	width: 18px;
	display: inline-block;
}

.book-confirm .btn {
	font-weight: 500;
	font-size: 13px;
}

.bk-history h4 {
	font-size: 18px;
	margin-bottom: 20px;
}

.bk-history ul li {
	display: flex;
	position: relative;
	padding-bottom: 40px;
}

.bk-history ul li:last-child {
	padding-bottom: 0;
}

.bk-history ul li:last-child:before {
	content: none;
}

.bk-history ul li:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: #ebeced;
	left: 19px;
	top: 0;
}

.bk-history span {
	width: 38px;
	height: 38px;
	background: #ffd8eb;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 50%;
	color: #8eb66f;
	margin-right: 15px;
	z-index: 1;
}

.bk-history h6 {
	font-size: 14px;
	margin-bottom: 5px;
}

.bk-history p {
	font-size: 12px;
	margin-bottom: 0;
}

.wizard-book ul li {
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	position: relative;
	padding-right: 40px;
}

.wizard-book ul li:last-child {
	padding-right: 0;
}

.wizard-book ul li:last-child:before {
	content: none;
}

.wizard-book ul li:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	top: 17px;
	left: 15px;
	background: #ebeced;
}

.wizard-book ul li.activate:before {
	background: #8eb66f;
}

.wizard-book ul li>div {
	text-align: center;
	z-index: 1;
}

.wizard-book ul li span {
	width: 37px;
	height: 37px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	background: #ebeced;
	color: #fff;
	border-radius: 50%;
	margin-bottom: 8px;
	z-index: 1;
}

.wizard-book ul li h6 {
	font-size: 14px;
	margin-bottom: 10px;
}

.bk-action {
	text-align: center;
}

.bk-action .btn {
	margin-right: 19px;
	border-radius: 4px;
	padding: 5px 14px;
}

.bk-action .btn:last-child {
	margin-right: 0;
}

.sidebar-body .bk-wrap:last-child {
	border-bottom: 0;
}

.card-num .visa-img {
	margin-bottom: 10px;
}

.booking-page {
	background: #e9eaeb;
}

.booking-sidebar {
	position: relative;
	z-index: 1;
}

.booking-sidebar:before {
	content: "";
	background: url(../img/bg/book-bg-01.svg) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	background-size: contain;
	width: 121px;
	height: 87px;
	z-index: -1;
}

.booking-sidebar:after {
	content: "";
	background: url(../img/bg/book-bg-02.svg) no-repeat;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background-size: contain;
	width: 155px;
	height: 60px;
	z-index: -1;
}

.location-card {
	overflow: hidden;
	z-index: 1;
	transition: all .5s ease;
}

.location-card.selected,.location-card:hover {
	box-shadow: 0 0 0 1px #03c95a;
}

.location-card:hover {
	transition: all .5s ease;
}

.location-card:hover:before {
	content: "";
	background: url(../img/icons/loc-bg.svg) no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-size: contain;
	width: 155px;
	height: 100%;
	z-index: -1;
}

.location-card h6,.location-card p {
	font-size: 12px;
}

.location-card .trend-icon {
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	z-index: 6;
	inset-block-start: -5px;
	inset-inline-start: -6px;
}

.location-card .trend-icon span {
	position: absolute;
	display: block;
	width: 70px;
	padding: 6px 6px 3px 0;
	color: #fff;
	font: 500 16px/1 Lato,sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
	text-transform: capitalize;
	text-align: center;
	inset-inline-end: -5px;
	inset-block-start: 1px;
	transform: rotate(-45deg);
}

.location-card .trend-icon span img {
	transform: rotate(45deg);
}

.staff-card {
	overflow: hidden;
	z-index: 1;
	transition: all .5s ease;
}

.staff-card.selected,.staff-card:hover {
	box-shadow: 0 0 0 1px #03c95a;
}

.staff-card:hover {
	transition: all .5s ease;
}

.staff-card h6,.staff-card p {
	font-size: 12px;
}

.time-item {
	background: #fff;
	border: 1px solid #ebeced;
	border-radius: 4px;
	padding: 8px;
	text-align: center;
	cursor: pointer;
}

.time-item.disable {
	cursor: not-allowed;
	pointer-events: none;
	background: #e9eaeb;
}

.time-item.disable h6,.time-item.disable p {
	color: #afb2b8;
}

.time-item.selected {
	background: #03c95a;
	border-color: #03c95a;
}

.time-item.selected h6,.time-item.selected p {
	color: #fff;
}

.service-info {
	background: #242b3a;
	border-radius: 5px;
	padding: 8px;
}

.service-info .avatar img {
	border: 1px solid #fff;
}

.service-info span {
	color: #afb2b8;
	display: block;
}

.booking-wizard {
	padding: 55px 0;
}

@media (max-width:991.98px) {
	.booking-wizard {
		padding: 30px 0;
	}
}

fieldset.booking-content {
	display: none;
}

fieldset.booking-content#first-field {
	display: flex;
}

.cart-info-wrap {
	background: #f6f7f7;
	border-radius: 5px;
	padding: 16px;
}

.booking-content {
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	flex-direction: column;
	height: 100%;
}

.booking-content .form-label,.booking-content h6,.booking-content p {
	font-size: 12px;
}

.booking-content .form-control {
	height: 28px;
}

.booking-content textarea.form-control {
	height: auto;
}

.booking-footer {
	border-top: 1px solid #ebeced;
	margin-top: 16px;
}

.booking-footer .btn {
	margin-top: 16px;
}

.payment-item {
	border: 1px solid #ebeced;
	border-radius: 5px;
	padding: 16px;
}

.payment-item .form-check .form-check-label {
	font-size: 12px;
	font-weight: 500;
}

.payment-item.active {
	box-shadow: 0 0 0 1px #03c95a;
}

.total-card {
	min-height: 500px;
}

.total-card #pay-btn.btn {
	color: #afb2b8;
	cursor: none;
	pointer-events: none;
}

.total-card #pay-btn.btn.active {
	background: #8eb66f!important;
	border-color: #8eb66f!important;
	color: #fff!important;
	cursor: pointer;
	pointer-events: auto;
}

@media (max-width:991.98px) {
	.total-card {
		min-height: 300px;
	}
}

.total-wrap {
	background: #f8f9f9;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 8px;
}

#bokingwizard,#bokingwizard li {
	position: relative;
}

#bokingwizard li {
	font-size: 12px;
	font-weight: 500;
	color: #e9eaeb;
	padding-left: 20px;
}

#bokingwizard li:before {
	content: "";
	border: 1px dashed #656b76;
	width: 1px;
	height: calc(100% - 2px);
	position: absolute;
	top: 2px;
	left: 6px;
}

#bokingwizard li span:before {
	content: "";
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #656b76;
	position: absolute;
	top: 2px;
	left: 0;
	background: #111827;
}

#bokingwizard li.active span:after {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #03c95a;
	position: absolute;
	top: 7px;
	left: 5px;
}

#bokingwizard li.activated span:before {
	border: 0;
}

#bokingwizard li.activated span:after {
	font-family: Fontawesome;
	content: "\f058";
	color: #03c95a;
	position: absolute;
	top: 0;
	left: 0;
}

#bokingwizard li:last-child:before {
	content: none;
}

.status-report {
	margin-bottom: 16px;
}

.status-report h6 {
	border-bottom: 1px solid #393f4d;
}

.status-report p {
	color: hsla(0,0%,100%,.9);
}

.booking-user .user-img {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #ebeced;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.booking-user .user-img img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
}

.num-count {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	font-size: 10px;
	font-weight: 500;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.footer-copyright {
	background: #fff;
	padding: 20px 0;
}

.footer-copyright p {
	font-size: 14px;
	color: #242b3a;
	text-align: center;
}

.booking-title .dropdown>a {
	font-size: 10px;
	font-weight: 500;
	border-radius: 5px;
	border: 0;
	padding: 5px 8px;
}

.booking-title .dropdown-menu li a,.booking-title .dropdown>a:after {
	font-size: 10px;
}

.booking-title .loc-dropdown.dropdown>a {
	padding: 7px 8px;
}

.select-item {
	border-radius: 5px;
}

.select-item.selected,.select-item:hover {
	box-shadow: 0 0 0 1px #03c95a;
}

.btn-addon.active {
	background-color: #03c95a!important;
	border-color: #03c95a!important;
	color: #fff!important;
}

.fc-dayGridMonth-button,.fc-listMonth-button,.fc-timeGridDay-button,.fc-timeGridWeek-button {
	background: #111827!important;
	border-color: #111827!important;
}

.chat-scroll {
	max-height: calc(100vh - 264px);
	overflow-y: auto;
}

.chat-scroll::-webkit-scrollbar {
	width: 3px;
	background: #fff;
	height: 3px;
}

.chat-scroll::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #fff;
	border-radius: 10px;
}

.chat-scroll::-webkit-scrollbar-thumb {
	background: #ebeced;
	border-radius: 10px;
}

.chat-scroll::-webkit-scrollbar-thumb:hover {
	background: #fdfdfd;
}

.chat-cont-left .chat-scroll {
	max-height: calc(100vh - 236px);
	overflow-y: auto;
}

.chat-cont-left .chat-scroll::-webkit-scrollbar {
	width: 3px;
	background: #fff;
	height: 3px;
}

.chat-cont-left .chat-scroll::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #fff;
	border-radius: 10px;
}

.chat-cont-left .chat-scroll::-webkit-scrollbar-thumb {
	background: #ebeced;
	border-radius: 10px;
}

.chat-cont-left .chat-scroll::-webkit-scrollbar-thumb:hover {
	background: #ebeced;
}

.chat-cont-left .chat-header {
	padding: 15px;
}

.chat-cont-left .chat-header h6 {
	font-size: 20px;
}

.chat-cont-left .chat-header p {
	margin-bottom: 0;
	font-size: 14px;
}

.chat-cont-left .chat-header.inner-chat-header {
	padding: 15px 0;
}

.chat-cont-left .chat-header.inner-chat-header h6 {
	font-size: 18px;
	margin-bottom: 0;
}

.chat-cont-left .card {
	background: #f8f9f9;
	box-shadow: none;
}

.chat-cont-left .chat-users-list .chat-member {
	background: #fff;
	padding: 15px;
	border-radius: 5px;
}

.chat-cont-left .chat-users-list .chat-member .avatar.active img {
	border: 2px solid #ffc107;
}

.msg_card_body {
	overflow-y: auto;
}

.msg_card_body .media .media-body {
	margin-left: 6px;
}

.msg_card_body .media .media-body .msg-box+.msg-box {
	margin-top: 5px;
}

.msg_card_body .media:last-child {
	margin-bottom: 0;
}

.msg_card_body ul.list-unstyled {
	margin: 0 auto;
	padding: 1rem 0 0;
	width: 100%;
}

.msg_card_body .media.received {
	margin-bottom: 20px;
}

.msg_card_body .media.received .media-body .msg-box {
	position: relative;
	display: inline-block;
}

.msg_card_body .media.received .media-body .msg-box .received-message {
	background-color: #f4f5f5;
	color: #242b3a;
	padding: 15px;
}

.msg_card_body .media.received .media-body .msg-box:first-child .received-message {
	border-radius: 15px 15px 15px 0;
	margin-top: 0;
}

.msg_card_body .media.sent {
	margin-bottom: 20px;
	max-width: 550px;
	margin-left: auto;
}

.msg_card_body .media.sent .media-body {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	margin-left: 0;
	margin-right: 6px;
}

.msg_card_body .media.sent .media-body .msg-box {
	margin-left: 70px;
	position: relative;
}

.msg_card_body .media.sent .media-body .msg-box:first-child .sent-message {
	border-radius: 15px 15px 0 15px;
	margin-top: 0;
	background: #f4f5f5;
	padding: 15px;
	color: #242b3a;
}

.msg_card_body .media.sent .avatar {
	order: 3;
}

.microphone-chat {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.type_msg {
	background: #fff;
	border: 1px solid #ebeced;
	border-radius: 50px;
	overflow-y: auto;
	min-height: 50px;
	padding: 10px 107px 10px 45px;
	border-radius: 10px!important;
	font-size: 14px;
	background: #f8f9f9;
}

.type_msg:focus {
	box-shadow: none;
	outline: 0;
	z-index: unset!important;
}

.send-action {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.send-action,.send-action a {
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	-webkit-align-items: center;
}

.send-action a {
	width: 30px;
	height: 30px;
	justify-content: center;
	-webkit-justify-content: center;
	margin-right: 7px;
	font-size: 12px;
	border-radius: 50%;
}

.send-action a:hover {
	background: #e4e5e7;
}

.btn_send {
	width: 30px;
	height: 30px;
	border-radius: 10px;
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	padding: 0;
	font-size: 12px;
}

.search_btn {
	border: 0;
	line-height: 0;
}

.msg_head,.search_btn {
	background-color: transparent;
}

.msg_head {
	position: relative;
}

.chat-cont-right .card-header {
	padding: 15px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	border-bottom: 1px solid #ebeced;
}

.chat-cont-right .msg_head .back-user-list {
	display: none;
	padding-right: 10px;
	margin-left: -10px;
	padding-left: 10px;
}

.card-body.chat-users-list {
	padding: 15px;
}

.chat-cont-right.chat-window-long {
	display: flex;
}

.card.chat-window {
	width: 100%;
	margin-right: 0;
}

.card.chat-window,.chat-cont-profile.chat-profile-right {
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.chat-cont-profile.chat-profile-right {
	width: 0;
	display: none;
}

.chat-cont-right.chat-window-long.window-full-width .card.chat-window {
	width: 65%;
	margin-right: 24px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.chat-cont-right.chat-window-long.window-full-width .chat-cont-profile.chat-profile-right {
	width: 35%;
	display: flex;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.chat-page-body .sidebar-overlay.opened {
	display: none;
}

.form-control.type_msg.empty_check {
	padding-left: 50px;
	padding-right: 130px;
}

.media.sent .message-more-option {
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
}

.media.received .message-more-option {
	position: absolute;
	right: -25px;
	top: 50%;
	transform: translateY(-50%);
}

.sent-message-group ul li {
	margin-right: 50px;
}

.sent-message-group ul li:last-child {
	margin-right: 0;
}

.day-badge {
	position: relative;
	z-index: 1;
}

.day-badge:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	border: 1px solid #ebeced;
	z-index: -1;
	left: 0;
	right: 0;
}

.day-badge:after,.search-icon-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.search-icon-right {
	right: 10px;
	line-height: 0;
}

.wallet-modal .modal-body {
	padding: 20px;
	border: 1px solid #ebeced;
}

.wallet-modal .modal-body .bank-selection {
	position: relative;
}

.wallet-modal .modal-body .bank-selection input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	opacity: 0;
}

.wallet-modal .modal-body .bank-selection input:checked~label .role-check {
	display: block;
}

.wallet-modal .modal-body .bank-selection label {
	background: #ebeced;
	border: 2px solid #ebeced;
	border-radius: 8px;
	padding: 5px;
	text-align: center;
	width: 100%;
	position: relative;
	height: 42px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.wallet-modal .modal-body .bank-selection label .role-check {
	position: absolute;
	top: -8px;
	right: -8px;
	color: #03c95a;
	display: none;
}

.wallet-modal .modal-footer {
	border: none;
}

.slot-box {
	border-radius: 8px;
	background: #f4f5f5;
	padding: 20px;
	margin-bottom: 30px;
}

.slot-box .slot-booked h6,.slot-box .slot-user h6 {
	margin-bottom: 15px;
}

.slot-box .slot-user .slot-chat {
	display: flex;
}

.slot-box .slot-user .slot-chat .slot-user-img {
	margin-right: 14px;
}

@media (max-width:575.98px) {
	.slot-box .slot-user .slot-chat .slot-user-img {
		flex-wrap: wrap;
	}
}

.slot-box .slot-user .slot-chat .chat-item .slot-user-info {
	margin-right: 25px;
}

@media (max-width:575.98px) {
	.slot-box .slot-user .slot-chat .chat-item {
		flex-wrap: wrap;
	}
}

.slot-box .slot-action h6 {
	margin-bottom: 15px;
}

.order-title {
	margin-bottom: 24px;
}

.service-location {
	margin-bottom: 30px;
}

.service-location .slot-address li {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.service-location .slot-address li h6 {
	font-size: 14px;
}

.service-location .slot-address li p {
	font-size: 13px;
	margin-bottom: 0;
}

.service-location .slot-address li span {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 11px;
	background-color: #ebeced;
	border-radius: 50%;
	margin-right: 10px;
}

.service-location .slot-pay {
	display: flex;
	align-items: center;
}

.service-location .slot-pay p {
	font-size: 18px;
	color: #242b3a;
	font-weight: 600;
	margin-bottom: 0;
	margin-right: 24px;
}

.service-location .slot-pay span img {
	background-color: #f7f7ff;
	border-radius: 3px;
	padding: 6px 2px;
}

.order-summary {
	margin-bottom: 30px;
}

.order-summary .ord-summary .order-amt {
	display: flex;
	justify-content: space-between;
	margin-bottom: 21px;
}

.order-summary .ord-summary .order-amt .order-info {
	display: flex;
	align-items: center;
}

.order-summary .ord-summary .order-amt .order-info img {
	margin-right: 10px;
}

.order-summary .ord-summary .order-amt .order-info h6 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px;
}

.order-summary .ord-summary .order-amt .order-info p {
	font-size: 12px;
}

.order-summary .ord-summary ul li {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 500;
	color: #242b3a;
	margin-bottom: 13px;
}

.booking {
	border-top: 1px solid #ebeced;
	padding-top: 30px;
}

.booking .book-history ul li {
	position: relative;
	padding: 0 0 24px 20px;
	margin-left: 4px;
	border-left: 2px solid #f5f5f5;
}

.booking .book-history ul li h6 {
	font-size: 14px;
}

.booking .book-history ul li p {
	font-size: 13px;
	color: #656b76;
}

.booking .book-history ul li :after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: -4px;
	width: 7px;
	height: 7px;
	background: #fff;
	outline: 4px solid #8eb66f;
	border-radius: 50%;
}

.booking .book-history ul :last-child {
	border: 0;
	padding-bottom: 0;
}

.order-reviews .order-title {
	margin-bottom: 0;
}

.order-reviews .order-comment .rating {
	margin-bottom: 15px;
}

.order-reviews .order-comment h6 {
	font-size: 14px;
	margin-bottom: 8px;
	color: #656b76;
}

.order-reviews .order-comment p {
	font-size: 13px;
}

.invoice-details {
	margin-bottom: 35px;
}

.invoice-wrap .invoice-address {
	margin-bottom: 30px;
}

.invoice-wrap .invoice-address ul li {
	font-size: 13px;
	margin-bottom: 9px;
}

.table-resposnive {
	margin-bottom: 30px;
}

.invoice-payment ul li {
	font-size: 14px;
	color: #656b76;
	margin-bottom: 9px;
}

.invoice-total ul li {
	font-size: 14px;
	color: #242b3a;
	margin-bottom: 11px;
}

.invoice-total ul li span {
	font-size: 14px;
	color: #656b76;
}

.invoice-terms {
	margin-top: 30px;
	padding: 20px;
	border: 1px solid #ebeced;
}

.invoice-terms ul li {
	position: relative;
	font-size: 14px;
	margin-bottom: 11px;
	padding-left: 10px;
}

.invoice-terms ul li:before {
	position: absolute;
	content: "\f111";
	font-family: FontAwesome;
	left: 0;
	top: 7px;
	color: #8eb66f;
	font-size: 6px;
}

.user-sidebar .user-sidebar-body ul li a.active {
	color: #8eb66f;
}

.tags {
	padding: 8px;
	border: 1px solid #ebeced;
}

.review-list .card {
	border: 1px solid #ebeced;
	box-shadow: none;
}

.review-list .card .card-body .review-img {
	margin-right: 10px;
}

.review-list .card .card-body .review-img img {
	width: 90px;
	height: 90px;
	-o-object-fit: cover;
	object-fit: cover;
}

.appointment-setting-list {
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #ebeced;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
	box-shadow: 2px 3px 5px 0 transparent;
}

.appointment-setting-list h5 {
	font-size: 16px;
	margin-bottom: 4px;
}

.appointment-setting-list p {
	font-size: 14px;
}

.appointment-setting-list .form-group .select2-selection--single {
	min-width: 125px;
}

.user-title {
	margin-bottom: 20px;
}

.pro-picture {
	display: flex;
	margin-bottom: 30px;
}

.pro-picture .pro-img {
	margin-right: 13px;
}

.general-info {
	margin-bottom: 30px;
}

.linked-item {
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #ebeced;
}

.linked-item .linked-acc {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.linked-item .linked-acc .link-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	background-color: #ebeced;
	margin-right: 8px;
}

.linked-item .linked-acc .link-icon i {
	color: #242b3a;
}

.linked-item .linked-acc .linked-info {
	flex: 1;
}

.linked-item .linked-action {
	display: flex;
	align-items: center;
	gap: 10px;
}

.subhead-title {
	margin-bottom: 20px;
}

.card .card-body {
	padding: 15px;
}

.card .card-body .plan-info {
	flex: 1;
	margin-bottom: 24px;
}

.card .card-body .plan-info .plan-term h6 {
	font-size: 16px;
}

.card .card-body .plan-info .plan-term p {
	font-size: 14px;
}

.card .card-body .plan-info .plan-price p {
	font-size: 12px;
}

.card .card-body .plan-btns {
	flex: 1;
}

.card .card-body .plan-btns .plan-term h6 {
	font-size: 16px;
}

.card-payments {
	border: 2px solid transparent;
}

.card-payments.active {
	border: 2px solid #8eb66f;
}

.card-payments.active:before {
	position: absolute;
	content: "\f058";
	font-family: FontAwesome;
	color: #8eb66f;
	right: -8px;
	top: -14px;
	z-index: 1;
}

.card-payments .card-body h6 {
	font-size: 14px;
	color: #656b76;
	margin-bottom: 16px;
}

.card-payments .card-body .card-num {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	flex-wrap: wrap;
}

.card-payments .card-body .card-num h6,.card-payments .card-body .card-num h6 span {
	font-size: 16px;
}

.card-payments .card-body .card-num .visa-img {
	background: #fff;
	border: 1px solid #ebeced;
	border-radius: 4px;
	padding: 2px 4px;
	margin-right: 8px;
}

.card-payment-add {
	background: #fff;
	border: 2px solid #ebeced;
	border-radius: 4px;
	margin-bottom: 24px;
	padding: 30px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.card-payment-add,.card-payment-add a span {
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-payment-add a span {
	padding: 9px;
	background-color: #98a2b3;
}

.card-payment-add a span i {
	color: #fff;
}

.payment {
	margin-bottom: 38px;
}

.subscription-details {
	padding: 15px;
	border: 1px solid #ebeced;
	border-radius: 6px;
	margin-bottom: 16px;
}

.subscription-details .details-list {
	margin-bottom: 13px;
}

.pay-btn {
	margin-bottom: 16px;
}

.img-success {
	margin-bottom: 62px;
	width: 371px;
	height: 297px;
}

.choose-title .status-toggle {
	margin-bottom: 10px;
	font-weight: 500;
}

.subscription .card {
	padding: 20px;
}

.subscription .provider-price .choose-title {
	margin-bottom: 30px;
}

.subscription .provider-price .card {
	padding: 20px;
}

.subscription .provider-price .card .card-header .price-level h6 {
	margin-bottom: 10px;
}

.subscription .provider-price .card .card-body ul li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.subscription .provider-price .business-card {
	background-color: #f4f5f5;
}

.notification {
	margin-bottom: 40px;
}

.notification table tbody tr td p {
	font-size: 14px;
	margin-bottom: 0;
	color: #242b3a;
}

.notification table tbody tr td .form-check-input:checked {
	background-color: #03c95a;
	border: 1px solid #03c95a;
}

.connected-apps .card-body {
	padding: 20px;
}

.connected-apps .card-body .app-body-content {
	margin-bottom: 20px;
}

.connected-apps .card-body .app-body-content span {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ebeced;
	width: 46px;
	height: 46px;
}

.connected-apps .card-body .app-footer-content {
	padding-top: 20px;
	border-top: 1px solid #ebeced;
}

.connected-apps .card-body .app-footer-content .form-check-input:checked {
	background-color: #03c95a;
	border: 1px solid #03c95a;
}

.profile-verification .card .card-body {
	padding: 20px;
}

.profile-verification .card .card-body .verification-body {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}

.profile-verification .card .card-body .verification-body .icon {
	margin-right: 16px;
}

.profile-verification .card .card-body .verification-body .icon span {
	padding: 16px;
	background-color: #ebeced;
}

.profile-verification .card .card-body .verification-footer {
	padding-top: 20px;
	border-top: 1px solid #ebeced;
}

.verification-document .modal-body .file-upload {
	border: 2px dashed #ebeced;
}

.verification-document .modal-body .passport-document {
	padding: 16px;
	border: 1px solid #ebeced;
	border-radius: 10px;
}

.verification-document .modal-body .passport-document .file-icon {
	display: flex;
}

.verification-document .modal-body .passport-document .file-icon span {
	padding: 16px;
	background-color: #f4f5f5;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.verification-document .modal-body .passport-document .file-progress {
	flex: 1;
}

.verification-document .modal-body .passport-document .file-progress .progress-xs {
	height: .3125rem;
}

.about-banner {
	background: url(../img/bg/about-bg.png);
	margin-bottom: 47px;
}

.quality-box:hover {
	border: 2px solid #111827;
}

.quality-box:hover .quality-img {
	background: #111827;
}

.about-sec {
	padding: 80px 0;
}

@media (max-width:767.98px) {
	.about-sec {
		padding: 40px 0;
	}
}

.about-img {
	position: relative;
}

.about-img img {
	border-radius: 10px;
}

.about-img .about-exp {
	position: absolute;
	background: #111827;
	border-radius: 10px;
	width: 370px;
	height: 100%;
}

.about-img .about-exp span {
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	display: inline-block;
	margin: 200px -124px;
	transform: rotate(-90deg);
}

.abt-img {
	padding: 30px 0 30px 60px;
	position: relative;
	z-index: 1;
}

.about-content {
	margin-left: 24px;
}

@media (max-width:767.98px) {
	.about-content {
		margin-left: 0;
		margin-top: 24px;
	}
}

@media (max-width:575.98px) {
	.about-content {
		margin-top: 0;
	}
}

.about-content h6 {
	font-size: 16px;
	color: #111827;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.about-content h2 {
	font-size: 32px;
	margin-bottom: 16px;
}

.about-content p {
	font-size: 16px;
	margin-bottom: 16px;
}

.about-content ul li {
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-bottom: 15px;
}

.bgimg4 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.work-bg.work-section {
	background: #f6f7f7;
	background-repeat: no-repeat;
	background-position: left 0 bottom 20%;
	position: relative;
}

@media (max-width:767.98px) {
	.work-bg.work-section {
		background: none;
	}
}

.work-bg.work-section .work-bg-2 {
	position: absolute;
	right: 0;
	bottom: 15%;
}

.work-bg.work-section .work-bg-1 {
	position: absolute;
	left: 0;
	top: 100px0;
}

.work-bg.work-section .section-heading {
	margin-bottom: 40px;
}

.work-bg.work-section .work-box {
	background: #fff;
	border: 1px solid #ebeced;
	box-shadow: 0 10px 20px -5px rgba(76,64,237,.08);
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	margin-bottom: 24px;
	position: relative;
}

.work-bg.work-section .work-box .card-body h5 {
	font-size: 20px;
	margin-bottom: 8px;
}

.work-bg.work-section .work-box .card-body p {
	font-size: 14px;
	color: #656b76;
	margin-bottom: 0;
}

.work-bg.work-section .work-box .card-body h4 {
	font-weight: 600;
	font-size: 60px;
	color: #ffecf5;
	margin-bottom: 0;
	position: absolute;
	top: -30px;
	left: 0;
}

.providers-section.abt-provider {
	padding: 0 0 56px;
	position: relative;
}

.providers-section.abt-provider .providers-slider .owl-nav .owl-prev {
	display: flex;
	align-items: center;
	position: absolute;
	right: 10%;
	top: -18%;
}

@media (max-width:767.98px) {
	.providers-section.abt-provider .providers-slider .owl-nav .owl-prev {
		right: 18%;
	}
}

.providers-section.abt-provider .providers-slider .owl-nav .owl-prev i {
	width: 32px;
	height: 32px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.providers-section.abt-provider .providers-slider .owl-nav .owl-prev i:hover {
	background-color: #111827;
	color: #fff;
}

.providers-section.abt-provider .providers-slider .owl-nav .owl-next {
	display: flex;
	align-items: center;
	position: absolute;
	right: 7%;
	top: -18%;
}

.providers-section.abt-provider .providers-slider .owl-nav .owl-next i {
	width: 32px;
	height: 32px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.providers-section.abt-provider .providers-slider .owl-nav .owl-next i:hover {
	background-color: #111827;
	color: #fff;
}

.chooseus-sec {
	padding: 80px 0 60px;
	background: #fff;
}

.chooseus-sec .choose-content .accordion .accordion-item {
	margin-bottom: 20px;
}

.chooseus-sec .choose-content .accordion .accordion-item .accordion-header {
	background-color: #f6f7f7;
	border-radius: 5px;
}

.chooseus-sec .choose-content .accordion .accordion-item .accordion-header .accordion-button {
	border-radius: 5px;
	font-size: 18px;
}

.chooseus-sec .choose-content .accordion .accordion-item .accordion-header .accordion-button.collapsed {
	background-color: #f6f7f7;
}

.chooseus-sec .choose-content .accordion .accordion-item .accordion-body {
	margin-top: 15px;
	border: none;
}

.chooseus-sec .choose-content .accordion .accordion-item .accordion-body p {
	font-size: 14px;
}

.choose-content {
	margin-bottom: 50px;
}

.choose-content h2 {
	font-size: 32px;
}

.choose-content p {
	font-size: 14;
	margin-bottom: 40px;
	color: #656b76;
}

.choose-icon {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	border-right: 1px dashed #8eb66f;
}

.choose-icon img {
	margin-right: 20px;
}

.choose-info p {
	font-size: 16px;
	margin-bottom: 0;
	color: #656b76;
}

.chooseus-img {
	margin-bottom: 50px;
}

.support-card .support-title {
	background: #f6f7f7;
	border-radius: 5px;
	padding: 20px;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 0;
}

.support-card .support-title a {
	color: #28283c;
	display: block;
	position: relative;
	padding-right: 60px;
}

.support-card .support-title>a:after {
	font-family: Fontawesome;
	font-weight: 900;
	font-size: 15px;
	content: "\f078";
	position: absolute;
	top: 0;
	right: 0;
	color: #292d32;
}

.support-card .card-collapse p {
	font-size: 14px;
}

.about-offer .btn-views {
	color: #111827;
}

.providers-section .section-heading {
	margin-bottom: 40px;
}

.providers-section .providerset .card-body {
	padding: 18px;
}

.providers-section .providerset .card-body .providerset-img {
	margin-bottom: 18px;
}

.providers-section .providerset .card-body .providerset-img a img {
	border-radius: 10px;
}

.providers-section .providerset .card-body .providerset-content .providerset-price {
	margin-bottom: 15px;
}

.providers-section .providerset .card-body .providerset-content .providerset-price .providerset-name h4 {
	font-size: 18px;
}

.providers-section .providerset .card-body .providerset-content .providerset-price .providerset-name span,.providers-section .providerset .card-body .providerset-content .providerset-price .providerset-prices span {
	font-size: 14px;
}

.client-section {
	background: url(../img/bg/testimonial-bg-01.png),url(../img/bg/testimonial-bg-02.png),#f6f7f7;
	background-position: 0,100% 100%;
	position: relative;
}

.client-section .overlay-img .overlay-img-left {
	position: absolute;
	left: 0;
	top: 10%;
}

.client-section .overlay-img .overlay-img-right {
	position: absolute;
	right: 0;
	bottom: 10%;
}

.client-section .section-heading {
	margin-bottom: 40px;
}

.client-section .section-heading p {
	font-size: 16px;
}

.client-section .testimonial-slider .client-widget {
	background: #fff;
	box-shadow: 0 10px 20px -5px rgba(76,64,237,.08);
	padding: 1.5rem;
	text-align: center;
	margin: 60px 0 24px;
	border-radius: 10px;
}

.client-section .testimonial-slider .client-widget .client-img {
	margin: -73px auto 20px;
	width: 110px!important;
	height: 110px;
}

@media (max-width:767.98px) {
	.client-section .testimonial-slider .client-widget .client-img {
		margin: -83px 60px 20px;
	}
}

.client-section .testimonial-slider .client-widget .client-content p {
	font-size: 14px;
}

.client-section .testimonial-slider .client-widget .client-content h5 {
	font-size: 16px;
	color: #242b3a;
}

.client-section .testimonial-slider .client-widget .client-content h6 {
	font-size: 13px;
	color: #656b76;
}

.client-section .testimonial-slider .owl-nav .owl-prev {
	display: flex;
	align-items: center;
	position: absolute;
	left: -1%;
	top: 50%;
}

@media (max-width:767.98px) {
	.client-section .testimonial-slider .owl-nav .owl-prev {
		left: -2%;
	}
}

.client-section .testimonial-slider .owl-nav .owl-prev i {
	padding: 8px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.client-section .testimonial-slider .owl-nav .owl-prev i:hover {
	background-color: #8eb66f;
	color: #fff;
}

.client-section .testimonial-slider .owl-nav .owl-next {
	display: flex;
	align-items: center;
	position: absolute;
	right: -1%;
	top: 50%;
}

@media (max-width:767.98px) {
	.client-section .testimonial-slider .owl-nav .owl-next {
		right: -2%;
	}
}

.client-section .testimonial-slider .owl-nav .owl-next i {
	padding: 8px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.client-section .testimonial-slider .owl-nav .owl-next i:hover {
	background-color: #8eb66f;
	color: #fff;
}

.service-offer {
	margin-top: -120px;
}

.service-offer.about-service-offer:before {
	display: none;
}

.service-offer .card {
	background-color: #111827;
	overflow: hidden;
}

.service-offer .card .card-body {
	padding: 60px 60px 0;
	position: relative;
}

@media (max-width:991.98px) {
	.service-offer .card .card-body {
		padding: 40px 20px;
	}
}

.service-offer .card .card-body .service-content {
	padding: 0;
}

.service-offer .card .card-body .service-content .display-6 {
	color: #fff;
	margin-bottom: 25px;
}

.service-offer .card .card-body .service-content p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 25px;
}

@media (max-width:991.98px) {
	.service-offer .card .card-body .service-img {
		display: none;
	}
}

.contacts {
	position: relative;
}

.contacts .contacts-overlay-img {
	position: absolute;
	right: -10%;
	top: -20%;
	z-index: -1;
}

.contacts .contacts-overlay-sm {
	position: absolute;
	top: 70%;
	left: 40%;
	z-index: -1;
}

.contacts .contact-details {
	margin-bottom: 60px;
}

.contacts .contact-details .card .card-body {
	padding: 15px;
}

.contacts .contact-details .card .card-body span {
	width: 70px;
	height: 70px;
	flex-shrink: 0;
	background-color: #3fe31812;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
}

.contacts .contact-details .card .card-body p {
	color: #000;
	margin-bottom: 0;
}

.contacts .contact-queries h2 {
	margin-bottom: 40px;
}

.contacts .contact-queries .submit-btn {
	margin-top: 40px;
}

.map-grid .contact-map {
	display: block;
	width: 100%;
	height: 450px;
	margin: 0;
}

.work-wrap {
	max-width: 550px;
}

.work-wrap span {
	width: 50px;
	height: 50px;
	background: #8eb66f;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
}

.work-wrap .display-6,.work-wrap p,.work-wrap span {
	margin-bottom: 16px;
}

.work-wrap p {
	font-size: 16px;
}

.work-wrap-img {
	max-width: 300px;
}

.work-wrap-post {
	max-width: 550px;
}

.work-wrap-post .display-6,.work-wrap-post p {
	margin-bottom: 16px;
}

.work-wrap-post p {
	font-size: 16px;
}

.work-wrap-earning {
	max-width: 550px;
}

.work-wrap-earning .display-6 {
	margin-bottom: 16px;
}

.work-wrap-earning p {
	font-size: 14px;
	margin-bottom: 16px;
}

.error-404 {
	position: relative;
	z-index: 1;
}

.error-404 .contacts-overlay-img {
	position: absolute;
	right: 0;
	top: -30%;
	z-index: -1;
	max-width: 500px;
}

.faq-content {
	margin-bottom: 24px;
}

.faq-content .faq .accordion .accordion-item {
	margin-bottom: 20px;
}

.faq-content .faq .accordion .accordion-item .accordion-header button {
	background-color: #f8f9f9;
	font-size: 16px;
}

.faq-content .faq .accordion .accordion-item .accordion-header button:not(.collapsed) {
	color: #8eb66f;
}

.faq-content .faq .accordion .accordion-item .accordion-body {
	margin-bottom: 20px;
	border: none;
	background-color: #f8f9f9;
	border-radius: 5px;
}

.faq-content .faq .accordion .accordion-item .accordion-body p {
	font-size: 16px;
}

.faq-content .faq .accordion .accordion-button:not(.collapsed):after {
	content: "\f056";
	color: #8eb66f;
}

.faq-content .faq .accordion .accordion-button:after {
	content: "\f055";
	font-family: Fontawesome;
	font-size: 16px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3.125rem;
	color: #656b76;
}

.maintenance .maintenance-title {
	margin-bottom: 16px;
}

.maintenance .maintenance-icons {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.maintenance .maintenance-icons h6 {
	margin-right: 16px;
}

.maintenance .maintenance-icons .icons {
	display: flex;
	align-items: center;
	gap: 11px;
}

.privacy-cont p {
	font-size: 16px;
	margin-bottom: 16px;
}

.privacy-cont p:last-child {
	margin-bottom: 0;
}

.privacy-cont ul {
	margin-bottom: 16px;
}

.privacy-cont ul li {
	font-size: 14px;
}

.privacy-cont .terms-btn,.privacy-cont ul li {
	display: flex;
	align-items: center;
}

.footer-copyright .maintenance-icons {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.footer-copyright .maintenance-icons h6 {
	margin-right: 16px;
}

.footer-copyright .maintenance-icons .icons {
	display: flex;
	align-items: center;
	gap: 11px;
}

.client-section.client-section-about {
	padding-bottom: 250px;
	background-color: #f6f7f7;
	background-size: cover;
}

.testimonial-slider-3 .owl-nav button {
	position: absolute;
	top: 50%!important;
	transform: translateY(-50%);
}

.testimonial-slider-3 .owl-nav button.owl-prev {
	left: -10px;
}

.testimonial-slider-3 .owl-nav button.owl-next {
	right: -10px;
}

.service-offer.about-service-offer {
	padding-bottom: 50px;
}

.contact-img {
	margin-right: 24px;
}

@media (max-width:767.98px) {
	.contact-img {
		margin-right: 0;
		margin-bottom: 24px;
	}
}

.blog-list {
	background: #fff;
	border: 1px solid #f3f3f8;
	margin-bottom: 30px;
}

.blog-list .blog-image {
	margin: 0;
}

.blog-list .blog-image,.blog-list .blog-image img {
	border-radius: 10px 10px 0 0;
}

.blog-list .blog-content {
	padding-top: 24px;
}

.blog-list .blog-content .blog-title {
	font-size: 32px;
	margin-bottom: 20px;
}

.blog-list .blog-content p {
	margin-bottom: 24px;
}

.blog-list .blog-info ul li {
	margin: 0 20px 0 0;
	padding-right: 0;
}

.blog-list .blog-info ul li i {
	color: #8eb66f;
}

.grid-blog {
	background: #fff;
	border: 1px solid #ebeced;
	border-radius: 0;
	margin-bottom: 24px;
}

.grid-blog .blog-image {
	margin: 0;
	border-radius: 0;
}

.grid-blog .blog-image img {
	border-radius: 0;
}

.grid-blog .blog-content {
	padding-top: 24px;
}

.grid-blog .blog-content .blog-title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
	-webkit-line-clamp: 1;
}

.grid-blog .blog-content p {
	margin-bottom: 20px;
}

.grid-blog .blog-content .read-more {
	font-weight: 500;
	font-size: 16px;
	background: #f7f7ff;
	border-radius: 4px;
	padding: 10px 15px;
	display: inline-flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.grid-blog .blog-content .read-more i {
	margin-left: 5px;
}

.grid-blog .blog-content .read-more img {
	filter: brightness(0) saturate(100%) invert(24%) sepia(85%) saturate(5324%) hue-rotate(243deg) brightness(96%) contrast(93%);
}

.grid-blog .blog-content .read-more:hover {
	color: #fff;
}

.grid-blog .blog-content .read-more:hover img {
	filter: brightness(0) invert(1);
}

.grid-blog .blog-category ul li {
	padding-right: 10px;
	margin: 0 10px 12px 0;
}

.blog-content-img {
	display: flex;
	display: -webkit-flex;
}

.blogimg {
	flex: 0 0 260px;
	margin-right: 15px;
}

.blog-pagination ul li {
	margin-right: 10px;
}

.blog-pagination ul li:first-child {
	margin-right: 20px;
}

.blog-pagination ul li:last-child {
	margin-right: 0;
	margin-left: 10px;
}

.blog-pagination .pagination {
	margin-top: 26px;
}

.blog-pagination .page-next,.blog-pagination .page-prev {
	width: auto;
	height: auto;
	background: #fff;
	border: 0;
	font-size: 13px;
	padding: 0 3px;
	line-height: 40px;
}

.blog-pagination .page-next:hover,.blog-pagination .page-prev:hover {
	background-color: #fff!important;
	color: #4c40ed;
}

.blog-info ul li {
	display: inline-block;
	color: #71717a;
	font-size: 15px;
	margin: 0 35px 5px 0;
	padding-right: 35px;
	position: relative;
}

.blog-info ul li a {
	color: #74788d;
}

.blog-info .post-author img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 10px;
}

.blog-info .post-author span {
	font-size: 15px;
	color: #74788d;
}

.blog-info ul li:last-child,.grid-blog .blog-category ul li:last-child {
	padding: 0;
	margin: 0;
}

.blog-category .post-author img {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	margin-right: 10px;
}

.blog-category .post-author span {
	font-size: 16px;
	color: #74788d;
}

.blog-category ul {
	margin-bottom: 3px;
}

.blog-category ul li {
	display: inline-block;
	font-size: 14px;
	color: #74788d;
	margin: 0 10px 10px 0;
}

.blog-sidebar .card {
	background: #f4f5f5;
	border: 0;
	border-radius: 5px;
}

.blog-sidebar .card-body {
	padding: 24px;
}

.sin-post {
	margin-bottom: 17px;
}

.about-widget img {
	border-radius: 15px;
	width: 100%;
}

.about-widget img,.about-widget p {
	margin-bottom: 20px;
}

.about-widget .btn {
	font-weight: 500;
}

.search-widget .form-control {
	height: 46px;
}

.search-widget .form-control,.search-widget .input-group {
	background: #fff;
	border: 0;
	border-radius: 4px;
}

.search-widget .input-group .btn {
	width: 50px;
	margin: 0;
	height: 46px;
	border-radius: 4px!important;
	border: 0;
	background: transparent;
}

.search-widget .input-group .btn:hover {
	background: transparent;
	box-shadow: none;
	color: #8eb66f!important;
}

.latest-posts {
	margin: 0;
	padding: 0;
}

.latest-posts li {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.latest-posts li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.post-thumb {
	border-radius: 4px;
	width: 75px;
	float: left;
	overflow: hidden;
}

.post-thumb a img {
	width: 75px;
	height: 75px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5px;
	transform: translateZ(0);
	transition: all 2s cubic-bezier(.19,1,.22,1) 0ms;
}

.post-thumb a:hover img {
	transform: scale(1.15);
}

.post-info {
	margin-left: 95px;
}

.post-info h4 {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

.post-info h4 a:hover {
	color: #8eb66f;
}

.post-info p {
	font-size: 13px;
	margin-bottom: 7px;
}

.category-widget .categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

.category-widget .categories li {
	margin-bottom: 15px;
}

.category-widget .categories li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.category-widget .categories li a {
	color: #74788d;
}

.category-widget .categories li a span {
	float: right;
}

.side-title {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 15px;
}

.tags-widget .card-body {
	padding: 28px 28px 13px;
}

.blog-review h4,.new-comment h4 {
	font-size: 24px;
	margin-bottom: 1.5rem;
	font-family: Poppins,sans-serif;
}

.new-comment .col-form-label {
	font-size: 16px;
}

.new-comment .submit-section {
	text-align: left;
}

.new-comment .submit-btn {
	font-weight: 700;
	font-size: 16px;
	padding: 12px 30px;
}

.blog-details .blog-content p {
	margin-bottom: 20px;
}

.blog-details .blog-content p:last-child {
	margin-bottom: 0;
}

.test-info {
	font-weight: 500;
	font-size: 16px;
	border-left: 2px solid #8eb66f;
	padding-left: 15px;
}

.blog-head .blog-category ul li {
	font-size: 16px;
	color: #74788d;
}

.blog-head .blog-category ul li i {
	color: #111827;
}

.blog-head h3 {
	font-size: 36px;
	margin-bottom: 20px;
}

.social-widget {
	margin-bottom: 33px;
}

.ad-widget {
	margin-bottom: 10px;
}

.ad-widget ul li {
	display: inline-block;
	margin: 0 15px 10px 0;
}

.ad-widget ul li:last-child {
	margin-right: 0;
}

.ad-widget ul li a {
	background: #ebeced;
	border-radius: 5px;
	color: #242b3a;
	padding: 6px 12px;
	position: relative;
	display: inline-block;
}

.ad-widget ul li a:hover {
	background-color: #8eb66f;
	color: #fff;
}

.adicon-widget {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 10px;
}

.adicon-widget span {
	background: #f7f7ff;
	border-radius: 8px;
	color: #68616d;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 14px;
	display: inline-block;
	margin: 0 15px 10px 0;
}

.adicon-widget ul li {
	margin: 0 8px 10px 0;
	display: inline-block;
}

.adicon-widget ul li a {
	width: 32px;
	height: 32px;
	background: #fff;
	border: 1px solid #ebeced;
	border-radius: 50%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.comments-reply li {
	margin-left: 70px;
}

.comments-reply li .review-box {
	border: 0;
	border-left: 1px solid #ebeced;
	border-radius: 0;
	padding-left: 20px;
}

.reply-box {
	font-weight: 500;
	font-size: 14px;
	color: #28283c;
}

.reply-com {
	display: none;
}

.blog-list {
	margin-bottom: 24px;
}

.blog-list .blog-content-body {
	padding: 20px;
	border: 1px solid #ebeced;
}

.blog-list .blog-content-body .blog-profile {
	padding-right: 16px;
	border-right: 1px solid #ebeced;
}

.blog-list .blog-content-body .blog-profile:last-child {
	border: none;
}

.body-two .hero-section {
	position: relative;
	min-height: 660px;
	background-color: #f6f7f7;
	overflow: hidden;
}

.body-two .hero-section .bg-wave {
	position: absolute;
	right: 0;
	bottom: 0;
}

.body-two .hero-section .corner-large {
	position: absolute;
	left: 0;
}

.body-two .hero-section .corner-small {
	position: absolute;
	left: 0;
	bottom: 60px;
}

@keyframes floating-x {
	0% {
		transform: translateX(30px);
	}

	50% {
		transform: translateX(10px);
	}

	to {
		transform: translateX(30px);
	}
}

@keyframes floating-y {
	0% {
		transform: translateY(-30px);
	}

	50% {
		transform: translateY(-10px);
	}

	to {
		transform: translateY(-30px);
	}
}

@media (max-width:991.98px) {
	.body-two .hero-section {
		min-height: auto;
	}
}

.home-banner {
	min-height: 660px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

@media (max-width:991.98px) {
	.home-banner {
		min-height: auto;
	}
}

.home-banner .search-input {
	float: left;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 42%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

@media (max-width:767.98px) {
	.home-banner .search-input {
		width: 100%;
	}
}

.home-banner .search-input label {
	font-weight: 500;
	color: #28283c;
	font-size: 16px;
	margin-bottom: 0;
}

.home-banner .search-input input {
	height: 20px;
	min-height: 20px;
	border: 0;
	padding: 0 12px 0 0;
}

.home-banner .search-input .current-loc-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
	color: #858585;
	font-size: 18px;
}

.home-banner .search-input .current-loc-icon i {
	position: unset;
	transform: unset;
}

.banner-imgs {
	padding: 65px 0 0;
	position: relative;
	height: 100%;
	min-height: 540px;
}

.banner-imgs .banner-1 {
	left: 42px;
	top: -180px;
	max-width: 160px;
	max-height: 203px;
}

.banner-imgs .banner-1,.banner-imgs .banner-2 {
	position: absolute;
	z-index: 2;
	animation-name: floating-y;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.banner-imgs .banner-2 {
	max-width: 270px;
	top: -268px;
	right: -50px;
}

.banner-imgs .banner-3 {
	position: absolute;
	z-index: 2;
	max-width: 250px;
	animation-name: floating-y;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.banner-imgs .banner-3:before {
	position: absolute;
	content: "";
	background: url(../img/icons/banner-arrow.svg);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	left: -118px;
	z-index: -1;
	top: -58px;
}

.banner-imgs .banner-4 {
	position: absolute;
	z-index: 2;
	max-width: 145px;
	right: 30px;
	animation-name: floating-x;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.banner-imgs img {
	border-radius: 50%;
}

.banner-homepage5 .banner-imgs .banner-1 {
	max-width: 256px;
	max-height: 256px;
	position: absolute;
	z-index: 2;
	top: 30px;
	bottom: 0;
	right: 0;
	left: 0;
	max-width: 356px;
	margin: auto;
	max-height: 356px;
}

.shape-1 {
	animation: hero-thumb-animation 2.5s linear infinite alternate;
	-webkit-animation: hero-thumb-animation 2.5s linear infinite alternate;
	-moz-animation: hero-thumb-animation 2.5s linear infinite alternate;
	-o-animation: hero-thumb-animation 2.5s linear infinite alternate;
}

.shape-2 {
	animation: hero-thumb1-animation 2.5s linear infinite alternate;
	-webkit-animation: hero-thumb1-animation 2.5s linear infinite alternate;
	-moz-animation: hero-thumb1-animation 2.5s linear infinite alternate;
	-o-animation: hero-thumb1-animation 2.5s linear infinite alternate;
}

.shape-3 {
	animation: hero-thumb2-animation 2.5s linear infinite alternate;
	-webkit-animation: hero-thumb2-animation 2.5s linear infinite alternate;
	-moz-animation: hero-thumb2-animation 2.5s linear infinite alternate;
	-o-animation: hero-thumb2-animation 2.5s linear infinite alternate;
}

.breadcrumb {
	margin-bottom: 0;
}

.section-search {
	position: relative;
	z-index: 9;
	max-width: 709px;
}

.section-search h1 {
	font-size: 50px;
	color: #2a313d;
	font-family: Poppins,sans-serif;
	margin-bottom: 20px;
}

@media (max-width:991.98px) {
	.section-search h1 {
		font-size: 40px;
	}
}

@media (max-width:767.98px) {
	.section-search h1 {
		font-size: 30px;
	}
}

.section-search p {
	font-size: 18px;
	color: #74788d;
	font-weight: 500;
	margin: 0;
}

.search-box {
	width: 100%;
	background: #fff;
	border: 1px solid #f0f0f0;
	box-shadow: 0 3px 53px hsla(0,0%,77.3%,.27);
	border-radius: 10px;
	padding: 15px;
	margin-top: 48px;
	display: inline-block;
}

@media (max-width:767.98px) {
	.search-box {
		margin-top: 24px;
	}
}

.search-box form {
	display: flex;
	float: left;
	width: 100%;
	justify-content: space-between;
}

@media (max-width:991.98px) {
	.search-box form {
		flex-direction: column;
		row-gap: 10px;
	}
}

.search-box::-moz-placeholder {
	font-size: 14px;
	color: #959595;
	opacity: 1;
}

.search-box::placeholder {
	font-size: 14px;
	color: #959595;
	opacity: 1;
}

.search-input.line {
	width: 32%;
	margin-right: 25px;
}

@media (max-width:767.98px) {
	.search-input.line {
		width: 100%;
	}
}

.search-input.line input {
	height: 20px;
	min-height: 20px;
	border: 0;
	padding: 0 12px 0 0;
}

.search-input.line:before {
	position: absolute;
	right: 0;
	top: 50%;
	width: 2px;
	height: 43px;
	background: #f2f2f2;
	content: "";
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.search-group-icon {
	width: 43px;
	height: 43px;
	background: #ffecf5;
	border-radius: 50%;
	font-size: 20px;
	color: #8eb66f;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin-right: 15px;
	flex-shrink: 0;
}

.providerset {
	border: 2px solid #f5f5f5;
	border-radius: 10px;
	padding: 18px;
	position: relative;
	top: 0;
	transition: all .5s;
	background: #fff;
	margin-bottom: 1.5rem;
}

.providerset:hover {
	box-shadow: 0 10px 20px -5px rgba(76,64,237,.08);
}

.providerset-img {
	margin-bottom: 18px;
}

.providerset-img img {
	width: 100%;
}

.providerset-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

@media (max-width:767.98px) {
	.body-two .section-heading .btn {
		margin-top: 16px;
	}
}

.offer-paths {
	position: relative;
	background: url(../img/bg/testimonial-bg-02.png);
	background-color: #111827;
	padding: 0 90px;
	margin-top: -195px;
	margin-bottom: 60px;
	border-radius: 50px;
}

@media (max-width:991.98px) {
	.offer-paths {
		padding: 40px;
		border-radius: 20px;
	}
}

.offer-paths .offer-bg {
	position: absolute;
	bottom: 0;
	right: 0;
}

.offer-paths .offers-person-image {
	max-width: 450px;
	margin-top: -160px;
}

.offer-paths .card-body h2,.offer-paths .card-body p {
	color: #fff;
}

.offer-paths .card-body .content {
	margin-bottom: 24px;
}

.providers-section {
	padding: 60px 0 310px;
	background-color: #fff;
}

@media (max-width:991.98px) {
	.providers-section {
		padding: 40px 0 180px;
	}
}

.pricing-sections {
	padding: 60px 0 36px;
	position: relative;
}

@media (max-width:991.98px) {
	.pricing-sections {
		padding: 40px 0 16px;
	}
}

.pricing-sections .price-bg {
	position: absolute;
	left: 0;
	top: 0;
}

.pricing-sections .section-heading {
	margin-bottom: 40px;
}

.pricing-sections .pricing-plans {
	padding: 20px;
}

.pricing-sections .pricing-plans .card-body .body-content .content-list {
	margin-bottom: 12px;
}

.pricing-sections .pricing-plans.active {
	border: 1px solid #8eb66f;
	background-color: #f8f9f9;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.08);
}

.pricing-plans {
	border: 2px solid #f5f5f5;
	padding: 25px;
	border-radius: 10px;
	margin-bottom: 24px;
	background: #fff;
}

.pricing-plans:hover {
	box-shadow: 0 10px 20px -5px 0 0 5px 0 rgba(0,0,0,.08);
}

.pricing-planshead {
	border-bottom: 1px solid #f5f5f5;
	text-align: center;
	padding-bottom: 15px;
}

.pricing-planshead h4 {
	font-size: 24px;
	color: #28283c;
}

.pricing-planshead h5 {
	font-size: 14px;
	color: #74788d;
	font-weight: 400;
}

.pricing-planshead h6 {
	font-size: 24px;
}

.pricing-planshead h6 span {
	color: #c2c9d1;
	font-size: 13px;
}

.pricing-planscontent {
	padding-top: 15px;
}

.pricing-planscontent li {
	color: #28283c;
	display: flex;
	align-items: baseline;
}

.pricing-planscontent li+li {
	margin-top: 15px;
}

.pricing-planscontent li.inactive {
	opacity: .2;
	pointer-events: none;
}

.pricing-planscontent ul {
	margin-bottom: 30px;
}

.pricing-plans.active {
	box-shadow: 0 10px 20px -5px 0 0 5px 0 rgba(0,0,0,.08);
}

.pricing-plans.active .popular-badge {
	padding: 5px 6px;
	background-color: #282b8b;
	border-radius: 0 9px 0 10px;
	color: #fff;
	right: 0;
	top: 0;
}

.pricing-popular {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pricing-popular .btn {
	padding: 12px;
	opacity: 0;
	width: 95%;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 600;
}

.pricing-popular.active .btn {
	opacity: 1;
}

.pricing-btn {
	text-align: center;
}

.offer-pathimg {
	margin-top: -120px;
}

.offer-path-content {
	padding-left: 48px;
}

.offer-path-content h3 {
	font-size: 38px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 8px;
}

@media (max-width:991.98px) {
	.offer-path-content h3 {
		font-size: 32px;
	}
}

@media (max-width:767.98px) {
	.offer-path-content h3 {
		font-size: 28px;
	}
}

.offer-path-content p {
	color: #fff;
	margin-bottom: 20px;
	font-size: 18px;
}

.providerset-name h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
}

.providerset-name h4 a {
	margin-right: 6px;
}

.providerset-name h4 i {
	color: #6dcc76;
}

.providerset-name span {
	font-weight: 400;
}

.providerset-prices h6 {
	font-size: 18px;
	margin: 0;
}

.providerset-prices h6 span {
	font-size: 14px;
	color: #74788d;
	margin-left: 3px;
	font-weight: 400;
}

.provider-rating .rating {
	margin: 0;
}

.provider-rating .rating span {
	color: #74788d;
	margin-left: 5px;
}

.search-btn {
	float: right;
}

.search-btn .btn {
	width: 100%;
	font-size: 15px;
	font-weight: 500;
	padding: 11px 20px;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
}

.theme-text {
	color: #8eb66f;
}

.section-heading {
	margin-bottom: 40px;
	position: relative;
}

.section-heading h2 {
	font-size: 40px;
	font-weight: 600;
	font-family: Poppins,sans-serif;
	margin-bottom: 8px;
}

@media (max-width:991.98px) {
	.section-heading h2 {
		font-size: 32px;
	}
}

@media (max-width:767.98px) {
	.section-heading h2 {
		font-size: 26px;
	}
}

.section-heading p {
	font-size: 16px;
	color: #74788d;
	margin-bottom: 0;
}

.section-heading .owl-nav button.owl-next,.section-heading .owl-nav button.owl-prev {
	margin-bottom: 0;
	line-height: 0;
}

.feature-section {
	padding: 60px 0 36px;
	position: relative;
}

@media (max-width:991.98px) {
	.feature-section {
		padding: 40px 0 16px;
	}
}

.feature-section .circle-lg {
	position: absolute;
	left: 0;
	bottom: 0;
}

.feature-section .corner-dot {
	position: absolute;
	right: 0;
	bottom: 0;
}

.feature-box {
	background: #fff;
	box-shadow: 0 10px 20px -5px rgba(76,64,237,.08);
	padding: 25px;
	text-align: center;
	margin-bottom: 1.5rem;
	border-radius: 10px;
	position: relative;
	display: block;
	z-index: 1;
	overflow: hidden;
}

.feature-box h5 {
	margin-bottom: 0;
}

/*.feature-box .feature-overlay {*/
/*	opacity: 0;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: -100%;*/
/*	z-index: -1;*/
/*	transition: .7s;*/
/*	width: 100%;*/
/*}*/

/*.feature-box .feature-overlay img {*/
/*	border-radius: 10px;*/
/*}*/

/*.feature-box:hover .feature-overlay {*/
/*	opacity: 0;*/
/*	left: 0;*/
/*}*/

.feature-box:hover .feature-overlay:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #3fe3184f;
	border-radius: 10px;
}
.feature-box .feature-overlay {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#3fe3184f;
 /*	background: rgba(0, 0, 0, 0.5); Semi-transparent black overlay */
	border-radius: 10px; /* Optional for rounded corners */
	transition: opacity 0.7s ease;
}

.feature-box:hover .feature-overlay {
	opacity: 1; /* Show the color overlay on hover */
}



.feature-box:hover h5 {
	color: #000;
}

.feature-icon span {
	z-index: 1;
	width: 94px;
	height: 94px;
	background: #f4f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 50%;
	margin: 0 auto 20px;
}

.btn-view {
	border-radius: 5px;
	padding: 10px 20px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
}

.btn-view i,.btn-view img {
	margin-left: 8px;
}

.btn-view:hover img {
	filter: invert(91%) sepia(125%) saturate(7510%) hue-rotate(258deg) brightness(112%) contrast(100%);
}

.service-section.service-sec-two {
	padding: 60px 0;
	position: relative;
}

@media (max-width:991.98px) {
	.service-section.service-sec-two {
		padding: 40px 0;
	}
}

.service-section.service-sec-two .service-bg {
	position: absolute;
	right: 20px;
	top: 20px;
}

.service-section.service-sec-two .service-slider .owl-nav {
	position: absolute;
	right: 0;
	top: -101px;
}

@media (max-width:767.98px) {
	.service-section.service-sec-two .service-slider .owl-nav {
		top: -55px;
	}
}

.service-section.service-sec-two .service-slider .owl-nav button.owl-next {
	width: 32px;
	height: 32px;
	background: #fff;
	box-shadow: 0 4px 14px hsla(0,0%,55.3%,.25);
	text-shadow: none;
	top: 4px;
	cursor: pointer;
	border: 0;
	border-radius: 50%;
	color: #28283c;
	margin-bottom: 30px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: ease all .5s;
}

.service-section.service-sec-two .service-slider .owl-nav button.owl-next:hover {
	background-color: #8eb66f;
	color: #fff;
}

.service-section.service-sec-two .service-slider .owl-nav button.owl-prev {
	width: 32px;
	height: 32px;
	background: #fff;
	box-shadow: 0 4px 14px hsla(0,0%,55.3%,.25);
	text-shadow: none;
	top: 4px;
	cursor: pointer;
	border: 0;
	border-radius: 50%;
	color: #28283c;
	margin-bottom: 30px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: ease all .5s;
	margin-right: 10px;
}

.service-section.service-sec-two .service-slider .owl-nav button.owl-prev:hover {
	background-color: #8eb66f;
	color: #fff;
}

.service-section.service-sec-two .mynav {
	position: absolute;
	right: 0;
	top: -101px;
}

.service-section.service-sec-two .mynav button.owl-next,.service-section.service-sec-two .mynav button.owl-prev {
	width: 32px;
	height: 32px;
	background: #fff!important;
	box-shadow: 0 4px 14px hsla(0,0%,55.3%,.25);
	text-shadow: none;
	top: 4px;
	cursor: pointer;
	border: 0;
	border-radius: 50%;
	color: #28283c;
	margin-bottom: 30px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: ease all .5s;
}

.service-section.service-sec-two .mynav button.owl-prev {
	margin-right: 10px;
}

.service-section.service-sec-two .mynav1 {
	position: absolute;
	right: 0;
	top: 38!important;
}

.service-section.service-sec-two .mynav1 button.owl-next,.service-section.service-sec-two .mynav1 button.owl-prev {
	width: 32px;
	height: 32px;
	background: #fff!important;
	box-shadow: 0 4px 14px hsla(0,0%,55.3%,.25);
	text-shadow: none;
	top: 4px;
	cursor: pointer;
	border: 0;
	border-radius: 50%;
	color: #28283c;
	margin-bottom: 30px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: ease all .5s;
}

.service-section.service-sec-two .mynav1 button.owl-prev {
	margin-right: 10px;
}

.service-widget {
	background-color: #fff;
	border: 2px solid #f5f5f5;
	border-radius: 10px;
	margin-bottom: 24px;
	position: relative;
	transition: all .3s ease 0s;
}

.service-widget:hover {
	box-shadow: 0 10px 20px -5px rgba(76,64,237,.08);
}

.service-widget .serv-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}

.service-widget .serv-info a:hover {
	background-color: #8eb66f;
	color: #fff;
}

.service-widget .serv-info h6 {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 0;
}

.service-widget .serv-info h6 .old-price {
	font-size: 16px;
	color: #74788d;
	text-decoration: line-through;
	margin-left: 5px;
}

.service-widget .service-content .title a {
	display: inline;
	background-image: linear-gradient(#8eb66f,#8eb66f),linear-gradient(#8eb66f,#8eb66f);
	background-size: 0 2px,0 2px;
	background-position: 100% 100%,0 100%;
	background-repeat: no-repeat;
	transition: background-size .4s linear;
}

.service-widget .service-content .title a:hover {
	background-size: 0 2px,100% 2px;
}

.service-widget .btn-book {
	background: #f7f7ff;
	border-radius: 5px;
	color: #8eb66f;
	font-weight: 500;
	font-size: 14px;
	padding: 10px 20px;
	box-shadow: inset 0 0 0 0 #fff;
	transition: all .7s;
}

.service-widget .btn-book:hover {
	background: #fff;
	border: 1px solid #8eb66f;
	box-shadow: inset 0 70px 0 0 #fff;
	color: #8eb66f;
	transition: all .7s;
}

.service-widget .fav-item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 20px 20px 10px;
	z-index: 1;
	gap: 10px;
	justify-content: space-between;
}

.service-img {
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-radius: 10px 10px 0 0;
}

.service-img .serv-img {
	border-radius: 10px 10px 0 0;
	transform: translateZ(0);
	transition: all 2s cubic-bezier(.19,1,.22,1) 0ms;
	width: 100%;
	height: 265px; /* Set the desired height */
    object-fit: cover; 
}

.service-img:hover .serv-img {
	transform: scale(1.15);
}

.service-content {
	padding: 20px;
}

.service-content .title {
	font-size: 19px;
	margin-bottom: 10px;
}

.service-content .title,.service-content p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.service-content p {
	color: #74788d;
	font-size: 16px;
}

.service-content p .rate {
	color: #74788d;
	float: right;
}

.service-content p .rate i {
	font-size: 15px;
	margin-right: 8px;
}

.service-content p .rate i.filled {
	color: #ffbc35!important;
}

.service-content .item-info {
	position: relative;
	padding-left: 0;
}

.addrs-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
}

.price {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 1rem;
}

.price .old-price {
	color: #74788d;
	text-decoration: line-through;
	font-size: 16px;
	font-weight: 500;
	margin-left: 5px;
}

.price .price-hr {
	font-size: 13px;
	color: #c2c9d1;
	font-weight: 400;
}

.servicecontent .btn-book {
	padding: 10px 20px;
}

.provide-social.social-icon li {
	display: inline-block;
	margin-right: 7px;
}

.provide-social.social-icon li a {
	width: 36px;
	height: 36px;
	background: #f7f7ff;
	border-radius: 40px;
	display: inline-flex;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	color: #74788d;
}

.provide-social.social-icon li a:hover {
	background-color: #8eb66f;
	color: #fff;
}

.item-info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 20px 20px;
	z-index: 1;
}

.item-cat {
	background: #fefeff;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px 10px;
	display: inline-block;
	color: #242b3a;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: ease all .5s;
	line-height: normal;
}

.item-cat:hover {
	background: #8eb66f;
	color: #fff;
}

.item-img {
	display: inline-block;
	float: right;
}

.item-img img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #fff;
}

.fav-item {
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	font-size: 14px;
}

.fav-item .fav-icon {
	width: 31px;
	height: 31px;
	background: #fff;
	color: #111827;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	border-radius: 50%;
}

.fav-item .fav-icon:hover {
	background-color: #ff008a;
	color: #fff;
}

.fav-item .serv-rating {
	background: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	font-weight: 500;
	font-size: 14px;
	color: #28283c;
	display: inline-flex;
	align-items: center;
}

.fav-item .serv-rating i {
	color: #ffbc35;
	font-size: 12px;
	margin-right: 5px;
}

.fav-icon.selected {
	background-color: #ff008a;
	color: #fff;
}

.btn-sec {
	text-align: center;
}

.btn-sec .btn {
	display: inline-flex;
	margin-top: 26px;
}

.body-two .work-section {
	padding: 60px 0 36px;
	background-color: #f4f5f5;
	background-repeat: no-repeat;
	background-position: 0,right 0 bottom 25%;
}

@media (max-width:991.98px) {
	.body-two .work-section {
		padding: 40px 0 16px;
		margin: 30px 0;
	}
}

.work-section .offers-btn a:hover {
	background-color: #8eb66f;
	border: 1px solid #8eb66f;
	color: #fff;
}

.work-box {
	background: #fff;
	border: 1px solid #f5f5f5;
	box-shadow: 0 10px 20px -5px rgba(76,64,237,.08);
	border-radius: 20px;
	padding: 20px;
	text-align: center;
	margin-bottom: 24px;
	position: relative;
}

.work-box h5 {
	font-size: 18px;
	margin-bottom: 8px;
}

.work-box p {
	color: #74788d;
	margin-bottom: 0;
}

.work-box h4 {
	font-weight: 600;
	font-size: 60px;
	color: #ffecf5;
	margin-bottom: 0;
	position: absolute;
	top: -37px;
	left: 0;
}

.work-icon span {
	width: 83px;
	height: 72px;
	background: #3fe31812;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin: 0 auto 36px;
}

.client-content .rating {
	margin-bottom: 17px;
}

.client-content .rating i.active {
	color: #ffbc35;
}

.rating i {
	color: #e9eef3;
}

.rating i.active {
	color: #ffbc35;
}

.client-section {
	padding: 60px 0 36px;
	background-image: url(../img/bg/testimonial-bg-01.png);
	background-repeat: no-repeat;
	background-position: 0;
}

@media (max-width:991.98px) {
	.client-section {
		padding: 40px 0 16px;
		background-image: none;
		background: #f8f9f9;
	}
}

.client-widget {
	background: #fff;
	box-shadow: 0 10px 20px -5px rgba(76,64,237,.08);
	padding: 1.5rem;
	text-align: center;
	margin: 60px 0 24px;
}

.client-widget .testimonial-author h4 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
}

.client-img {
	margin: -73px 0 20px;
}

.client-img img {
	width: 110px!important;
	height: 110px;
	border-radius: 50%;
	margin: 0 auto;
}

.client-content p {
	margin-bottom: 24px;
}

.client-content h5 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.client-content h6 {
	color: #74788d;
	font-weight: 400;
	margin-bottom: 0;
}

.blog-section {
	padding: 60px 0;
}

.blog {
	background: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 10px;
	margin-bottom: 24px;
	padding: 20px;
}

.blog:hover {
	box-shadow: 0 10px 20px -5px rgba(76,64,237,.08);
}

.blog:hover .blog-image img {
	transform: scale(1.15);
}

.blog-image {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.blog-image img {
	border-radius: 10px 10px 0 0;
	width: 100%;
	transform: translateZ(0);
	transition: all 2s cubic-bezier(.19,1,.22,1) 0ms;
}

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

.blog-content .blog-items,.blog-content .blog-items li {
	display: inline-flex;
	display: -webkit-inline-flex;
}

.blog-content .blog-items li {
	align-items: center;
	color: #74788d;
	margin: 0 25px 15px 0;
}

@media (max-width:767.98px) {
	.blog-content .blog-items li {
		font-size: 14px;
	}
	.service-img .serv-img {
	border-radius: 10px 10px 0 0;
	transform: translateZ(0);
	transition: all 2s cubic-bezier(.19,1,.22,1) 0ms;
    width: 50% !important;
		display: block;
		margin: 0 auto;
}
.btn-responsive-width {
		width: 100% !important;
	}
	.btn-responsive-width-addpost {
		width: 100% !important;
	}
	.section-heading-two {
    
    margin-bottom: 0px !important;
}
}
.btn-responsive-width {
	width: 25%;
}
.btn-responsive-width-addpost {
	width: 50%;
}
.blog-content .blog-items li a {
	color: #68616d;
}

.blog-content .blog-items li a:hover {
	color: #8eb66f;
}

.blog-content .blog-items li:last-child {
	margin-right: 0;
}

.blog-content .blog-items li i {
	margin-right: .5rem;
	color: #656b76;
}

.blog-content .blog-title {
	font-size: 20px;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.4;
}

.blog-content .blog-title a {
	display: inline;
	background-image: linear-gradient(#8eb66f,#8eb66f),linear-gradient(#8eb66f,#8eb66f);
	background-size: 0 2px,0 2px;
	background-position: 100% 100%,0 100%;
	background-repeat: no-repeat;
	transition: background-size .4s linear;
}

.blog-content .blog-title a:hover {
	background-size: 0 2px,100% 2px;
}

@media (max-width:991.98px) {
	.blog-content .blog-title {
		font-size: 18px;
	}
}

@media (max-width:767.98px) {
	.blog-content .blog-title {
		font-size: 16px;
	}
}

.app-section {
	padding: 60px 0;
	position: relative;
}

@media (max-width:991.98px) {
	.app-section {
		padding: 0 0 50px;
	}
}

.app-section .app-out-bg {
	position: absolute;
	top: 0;
	right: 0;
}

.blogs-section {
	padding: 0 0 36px;
}

@media (max-width:991.98px) {
	.blogs-section {
		padding: 0 0 26px;
	}
}

.partners-section {
	padding: 60px 0 36px;
}

@media (max-width:991.98px) {
	.partners-section {
		padding: 50px 0 26px;
	}
}

.partner-img {
	border: 2px solid #f5f5f5;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 24px;
	background-color: #fff;
}

.partner-img img {
	width: auto!important;
	margin: 0 auto;
	height: 35px;
}

.partner-img:hover {
	box-shadow: 0 10px 20px -5px rgba(76,64,237,.08);
}

.app-sec {
	background: #111827;
	border-radius: 50px;
	padding: 60px;
	position: relative;
}

@media (max-width:991.98px) {
	.app-sec {
		padding: 50px;
	}
}

@media (max-width:767.98px) {
	.app-sec {
		padding: 30px;
		border-radius: 30px;
	}
}

.app-sec:before {
	position: absolute;
	content: "";
	border-radius: 10px;
	background: url(../img/bg/testimonial-bg-02.png);
	background-position: right top 10px;
	background-repeat: no-repeat;
	top: 10px;
	right: 20px;
	width: 100%;
	height: 100%;
}

.app-sec h2 {
	font-size: 40px;
	font-family: Poppins,sans-serif;
	color: #fff;
	margin-bottom: 8px;
}

@media (max-width:991.98px) {
	.app-sec h2 {
		font-size: 34px;
	}
}

@media (max-width:767.98px) {
	.app-sec h2 {
		font-size: 28px;
	}
}

.app-sec h6,.app-sec p {
	margin-bottom: 15px;
	color: #fff;
}

.app-sec h6 {
	font-size: 18px;
	font-weight: 500;
}

.app-sec .app-bg-1 {
	position: absolute;
	bottom: 0;
	right: 15%;
}

.app-sec .app-bg-2,.app-sec .app-bg-3 {
	position: absolute;
	top: 0;
}

.app-sec .app-bg-3 {
	right: 15%;
}

.downlaod-btn {
	display: flex;
}

.downlaod-btn a {
	margin-right: 15px;
	display: inline-flex;
}

.downlaod-btn a:last-child {
	margin-right: 0;
}

.appimg-set {
	margin-top: -128px;
	position: relative;
	max-width: 350px;
}

.scan-img {
	position: relative;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 1.5rem;
	display: inline-block;
}

.swal2-actions .btn {
	margin: 0 5px;
	border-radius: 5px;
}

.swal2-actions .swal2-cancel {
	min-height: 46px;
}

.swal2-title {
	color: #28283c!important;
	font-size: 22px!important;
}

#swal2-content {
	font-size: 14px;
	color: #68616d;
}

.quality-box {
	background: #f7f7ff;
	border: 2px solid #f5f5f5;
	border-radius: 8px;
	padding: 15px;
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

.quality-box:hover {
	border: 2px solid #8eb66f;
	box-shadow: 0 10px 20px -5px rgba(76,64,237,.08);
}

.quality-box:hover .quality-img {
	background: #8eb66f;
}

.quality-box:hover .quality-img img {
	filter: brightness(0) invert(1);
}

.quality-img {
	width: 58px;
	height: 58px;
	background: #fff;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	border-radius: 50%;
	flex-shrink: 0;
}

.quality-img img {
	width: 28px;
}

.quality-info h6 {
	font-weight: 500;
	margin-bottom: 10px;
}

.quality-info p {
	font-size: 14px;
	margin-bottom: 0;
}

.support-card {
	margin-bottom: 20px;
}

.support-card:last-child {
	margin-bottom: 0;
}

.support-card p {
	margin: 15px 0 0;
}

.support-title {
	background: #f4f7ff;
	border-radius: 5px;
	padding: 20px;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 0;
}

.support-title a {
	color: #28283c;
	display: block;
	position: relative;
	padding-right: 60px;
}

.support-title>a:after {
	font-family: Fontawesome;
	font-weight: 900;
	font-size: 15px;
	content: "\f078";
	position: absolute;
	top: 0;
	right: 0;
	color: #292d32;
}

.about-offer {
	padding: 0 67px;
	border-radius: 20px;
	margin: 0;
	align-items: flex-end;
}

.about-offer .offer-path-content {
	padding: 67px 42px 67px 0;
}

.about-offer .offer-path-content h3 {
	margin-bottom: 25px;
}

.about-offer .offer-pathimg {
	margin-top: 0;
}

.about-offer .btn-views {
	min-width: 138px;
	color: #8eb66f;
}

.about-offer.offer-paths:after {
	content: none;
}

.service-offer {
	position: relative;
	padding-bottom: 90px;
}

.service-offer:before {
	position: absolute;
	content: "";
	background: #f9f9f9;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
}

.footer.footer-five {
	background-color: #203066;
}

.footer.footer-five .footer-widget.footer-menu .footer-title,.footer.footer-five .footer-widget.footer-menu ul li a {
	color: #fff;
}

.footer.footer-five .footer-bottom {
	background-color: #242b3a;
}

.footer.footer-five .footer-bottom .copyright {
	border-top: 1px solid hsla(0,0%,100%,.07);
}

.footer.footer-five .footer-bottom .copyright .payment-image ul {
	justify-content: start;
}

.footer.footer-five .footer-bottom .copyright .copyright-text p {
	text-align: center;
	color: #fff;
}

.footer.footer-five .footer-bottom .copyright .copyright-menu .policy-menu li a {
	color: #fff;
}

.footer.footer-five .footer-top {
	background-color: #c9cbcf;
}

.footer.footer-five .footer-widget.footer-contact .footer-contact-info p,.footer.footer-five .footer-widget.footer-contact .footer-title,.footer.footer-five .footer-widget .footer-subtitle,.footer.footer-five .footer-widget .footer-title {
	color: #fff;
}

.footer {
	background-color: #fff;
	border-top: 1px solid hsla(0,0%,80.4%,.2);
	text-align: left;
	font-size: 16px;
	margin: 0;
	color: #74788d;
}

.footer .footer-top {
	background-color: #fbfbfb;
	padding: 50px 0;
}

.footer .footer-widget.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	outline: none;
}

.footer .footer-widget.footer-menu ul li a:hover {
	color: #8eb66f;
}

.footer .footer-widget .footer-logo {
	margin-bottom: 30px;
}

.footer .footer-menus ul li {
	margin-bottom: 10px;
	position: relative;
	display: flex;
	margin-right: 0;
}

.footer .footer-menus ul li:last-child {
	margin-bottom: 0;
}

.footer .footer-menus ul li a {
	color: #74788d;
}

.footer .footer-menus ul li a:hover {
	color: #8eb66f;
}

.footer .footer-bottoms {
	padding: 0;
}

.footer .footer-bottoms .copyright {
	border-top: 1px solid #f5f5f5;
	padding: 10px 0;
}

.footer .footer-bottoms .copyright .copyright-four {
	border: 1px solid #ebebeb;
}

.footer .footer-bottoms .copyright-text p {
	color: #74788d;
}

.footer .footer-bottoms .copyright-text p a {
	color: #8eb66f;
	transition: all .4s ease 0s;
}

.footer .footer-bottoms .copyright-text p a:hover {
	color: #8eb66f;
}

.footer .footer-bottoms .copyright-text p.title {
	font-weight: 400;
	margin: 10px 0 0;
}

.footer .social-icon ul {
	display: inline-flex;
	list-style: none;
	padding: 0;
	margin: 0 0 35px;
}

.footer .social-icon ul li {
	margin-right: 10px;
}

.footer .social-icon ul li:last-child {
	margin-right: 0;
}

.footer .social-icon ul li a {
	color: #74788d;
	display: inline-flex;
	font-size: 18px;
	transition: all .4s ease 0s;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	background-color: #eaeaea;
}

.footer .social-icon ul li a:hover {
	background-color: #8eb66f;
	color: #fff;
}

.footer .footer-menu-three ul li {
	position: relative;
	display: flex;
	align-items: center;
}

.footer .footer-menu-three ul li a {
	margin-left: 20px;
}

.footer .footer-menu-three ul li:before {
	content: "";
	background-color: #ff008a;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
}

.footer .footer-widget.footer-menu.footer-menu-three ul li a:hover {
	color: #ff0080;
}

.footer .social-icon.social-icon-four ul {
	margin: 0;
}

.footer .footer-top.footer-top-four {
	padding: 50px 0 30px;
}

.footer-content {
	max-width: 304px;
}

.footer-content p {
	color: #74788d;
	margin-bottom: 15px;
}

.footer-subtitle,.footer-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 1.5rem;
}

.footer-logo img {
	max-height: 35px;
}

.footer-contact-info .footer-address {
	display: flex;
}

.footer-contact-info p {
	color: #74788d;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}

.footer-contact-info span {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 17px;
	color: #8eb66f;
}

.footer-contact-info h6 {
	color: #58627b;
	font-weight: 500;
	position: relative;
	padding-left: 39px;
	margin-bottom: 2px;
}

.subscribe-form {
	position: relative;
}

.subscribe-form .form-control {
	min-height: 42px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #d9d9d9;
	padding: 6px 50px 6px 15px;
}

.subscribe-form .form-control::-moz-placeholder {
	color: #74788d;
}

.subscribe-form .form-control::placeholder {
	color: #74788d;
}

.subscribe-form .footer-btn {
	font-size: 20px;
	color: #68616d;
	transition: all .5s ease;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	padding: 0;
	display: inline-flex;
}

.subscribe-form .footer-btn i:hover {
	color: #8eb66f;
}

.policy-menu {
	margin: 0;
	padding: 0;
	text-align: right;
	display: flex;
	gap: 20px;
}

@media (max-width:767.98px) {
	.policy-menu {
		flex-wrap: wrap;
		gap: 10px;
	}
}

.policy-menu li {
	display: inline-block;
	color: #74788d;
}

.policy-menu li:last-child {
	margin-right: 0;
}

.policy-menu li:last-child:after {
	content: "";
}

.policy-menu li a {
	color: #656b76;
	font-size: 14px;
}

.policy-menu li a:focus,.policy-menu li a:hover {
	color: #8eb66f;
}

.footer-select {
	position: relative;
	width: 108px;
}

.footer-select .select2-container--default .select2-selection--single {
	border: 1px solid #d9d9d9;
	height: 40px;
}

.footer-select .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	color: #d9d9d9;
	color: rgba(0,0,0,.5);
	line-height: 40px;
}

.footer-select .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 39px;
	right: 6px;
}

.footer-select:last-child {
	margin-left: 20px;
}

.footer-select>img {
	position: absolute;
	z-index: 9;
	right: 10px;
	top: 10px;
}

.footer-select>img.footer-dropdown {
	top: 18px;
}

.select2-results__option {
	font-size: 14px;
}

.payment-image ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.payment-image ul li:not(:last-child) {
	margin-right: 11px;
}

.footer-two {
	background: #fff4fa;
}

.footer-two .footer-contact-info .footer-address {
	position: relative;
}

.footer-two .footer-contact-info .footer-address:last-child p {
	margin: 0;
}

.footer-two .footer-contact-info p {
	color: #203066;
	font-size: 16px;
	font-weight: 700;
	padding-left: 37px;
}

.footer-two .footer-contact-info span {
	font-size: 25px;
	color: #b4b7c9;
}

.footer-two .social-icon {
	text-align: center;
}

.footer-two .social-icon ul {
	margin: 0;
}

.footer-two .social-icon ul li a {
	background: rgba(212,216,229,.26);
	color: #b4b7c9;
}

.footer-two .social-icon ul li a:hover {
	background: #ff008a;
}

.footer-two .footer-bottom .copyright-text p {
	color: #58627b;
	text-align: right;
}

.footer-two .payment-image ul {
	justify-content: start;
}

.footer-two .footer-widget.footer-menu ul li a:hover {
	color: #ff008a;
}

.insta-row {
	margin: 0;
}

.insta-row li {
	padding: 0 4px 8px;
}

.insta-row li+li {
	margin: 0!important;
}

.footer-menu li {
	color: #151519;
}

.footer-menu li a {
	color: #656b76;
}

.footer-title-three {
	color: #2a396d;
}

.footer-menu-three {
	text-align: left;
}

.footer-three .policy-menu li a:focus,.footer-three .policy-menu li a:hover {
	color: #ff0080;
}

.footer-subtitle-three {
	margin-bottom: 6px;
	color: #2a396d;
	font-weight: 500;
}

.footer-selects .footer-expert p {
	display: flex;
	align-items: center;
}

.footer-selects .footer-expert p i {
	font-size: 20px;
	margin-right: 14px;
}

.footer.footer-four {
	background-color: #f9f9f9;
}

.footer.footer-four .footer-widget.footer-widget-four .footer-logo {
	margin-bottom: 24px;
}

.footer.footer-four .social-icon ul li a {
	background-color: #fff;
	color: #8eb66f;
}

.footer.footer-four .social-icon ul li a:hover {
	background-color: #8eb66f;
	color: #fff;
}

.footer-subtitle.footer-subtitle-four {
	font-size: 18px;
	color: #101522;
}

.footer-top.footer-top-four .subscribe-form .form-control {
	margin-bottom: 24px;
	height: 56px;
	min-height: 56px;
	border: none;
	padding-right: 70px;
}

.footer-top.footer-top-four .subscribe-form .footer-btn {
	background-color: #8eb66f;
	padding: 8px 10px;
	color: #fff;
}

.footer-top.footer-top-four .subscribe-form .footer-btn i:hover {
	color: #fff;
}

.policy-menu.policy-menu-four li:after {
	content: "";
	left: 0;
	color: transparent;
}

.footer.footer-second .footer-top {
	padding: 50px 0 26px;
}

@media (max-width:767.98px) {
	.footer.footer-second .footer-top {
		padding: 30px 0 6px;
	}
}

.footer.footer-six {
	background: url(../img/oru-company-bg.png);
	background-repeat: no-repeat;
	padding-top: 80px;
	border: none;
	position: relative;
}

.footer.footer-six .footer-top {
	padding: 0;
}

.footer.footer-six .footer-menu ul li {
	margin-bottom: 15px;
	color: #74788d;
}

.footer-top-content img {
	position: absolute;
	top: 0;
	z-index: -1;
}

.footer-widget.footer-wid-six .footer-content {
	max-width: none;
}

.footer-widget.footer-wid-six .footer-content p {
	margin-bottom: 30px;
}

.footer-widget.footer-wid-six .footer-content p a {
	color: #ff008a;
	text-decoration: underline;
}

.footer-widget.footer-wid-six .footer-content p a:hover {
	color: #203066;
}

.footer-six-left {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

.footer-six-left img {
	margin-right: 15px;
	background: #25d366;
    padding: 10px;
    border-radius: 25px;
}

.footer-six-ryt span {
	font-size: 14px;
	color: #74788d;
}

.footer-six-ryt h6 {
	color: #203066;
	margin-bottom: 0;
}

.footer-btns {
	color: #ff008a!important;
	text-decoration: underline;
}

.footer-btns:hover {
	color: #203066!important;
	text-decoration: underline;
}

.footer-second .footer-bottom .copyright-menu ul {
	display: flex;
}

.footer-second .footer-bottom .copyright-menu ul li {
	padding-right: 10px;
}

.footer-second .footer-bottom .copyright-menu ul li a {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(32,48,102,.6);
	color: #dadada;
	font-size: 12px;
}

.footer-second .footer-bottom .copyright-menu ul li a:hover {
	background: #ff008a;
	color: #fff;
}

.footer-widget.footer-menu.footer-menu-six {
	margin-top: 50px;
}

@media (max-width:991.98px) {
	.mean-container .mean-bar .has-submenu a i.fa-chevron-down {
		display: none;
	}
}

.pricing-plans.card {
	padding: 0;
}

.hero-section-two {
	position: relative;
}

@media (max-width:991.98px) {
	section {
		padding: 60px 0;
	}
}

@media (max-width:767.98px) {
	section {
		padding: 40px 0;
	}
}

.banner {
	position: relative;
}

.banner:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	background: rgba(32,48,102,.5803921569);
}

.banner-search {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)!important;
	width: 100%;
}

.banner-search h1 {
	font-weight: 700;
	font-size: 50px;
	color: #fff;
	text-align: center;
	margin-bottom: 12px;
}

@media (max-width:991.98px) {
	.banner-search h1 {
		font-size: 30px;
	}
}

.banner-search p {
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}

@media (max-width:575.98px) {
	.banner-search {
		display: none;
	}
}

.search-box-two {
	width: 100%;
	background: #fff;
	border-radius: 50px;
	padding: 14px;
	display: table;
}

@media (max-width:767.98px) {
	.search-box-two {
		display: none;
	}
}

.search-box-two .search-btn {
	width: 15%;
}

@media (max-width:767.98px) {
	.search-box-two .search-btn {
		width: 100%;
	}
}

.search-box-two .search-btn .btn {
	background: #ff008a;
	border-radius: 52px;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	padding: 14px 10px;
	align-items: center;
	justify-content: center;
}

.search-box-two .search-btn .btn:hover {
	background: #e2017b;
	border: 1px solid #e2017b;
}

.search-input-new {
	width: 32%;
	float: left;
	position: relative;
}

@media (max-width:767.98px) {
	.search-input-new {
		width: 100%;
	}
}

.search-input-new input {
	height: 52px;
	padding: 0 40px 0 50px;
	border: 0;
	color: #58627b;
}

.search-input-new input::-moz-placeholder {
	color: #58627b;
}

.search-input-new input::placeholder {
	color: #58627b;
}

.search-input-new>i.bficon {
	right: inherit;
	left: 15px;
	z-index: 1;
}

.search-input-new i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #58627b;
	font-size: 18px;
}

.search-input-new.line {
	width: 53%;
}

@media (max-width:767.98px) {
	.search-input-new.line {
		width: 100%;
	}
}

.search-input-new.line input {
	height: 52px;
	padding: 0 40px 0 50px;
	border: 0;
	color: #58627b;
}

.search-input-new.line input::-moz-placeholder {
	color: #58627b;
}

.search-input-new.line input::placeholder {
	color: #58627b;
}

.search-input-new.line:before {
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 60px;
	background: #e2e6f1;
	content: "";
	z-index: 1;
	margin-top: -30px;
}

.section-heading-two {
	position: relative;
	margin-bottom: 40px;
}

.section-heading-two:before {
	position: absolute;
	content: "";
	background: url(../img/bg/title-bg-01.png) no-repeat;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.section-heading-two h2 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #242b3a;
}

@media (max-width:991.98px) {
	.section-heading-two h2 {
		font-size: 30px;
	}
}

.section-heading-two.white-text:after {
	background: linear-gradient(180deg,#ff008a 50%,#ff008a 0);
}

.section-heading-two.white-text h2,.section-heading-two.white-text p {
	color: #fff;
}

.sec-header {
	position: relative;
}

.sec-header:before {
	position: absolute;
	content: "";
	background: url(../img/bg/title-bg-01.png) no-repeat;
	width: 114px;
	height: 100px;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

.feature-section-two {
	background: #fff;
	padding: 90px 0 66px;
}

.feature-section-two .btn-view {
	margin-bottom: 40px;
}

@media (max-width:991.98px) {
	.feature-section-two {
		padding: 50px 0 26px;
	}
}

@media (max-width:767.98px) {
	.feature-section-two {
		padding: 40px 0 16px;
	}
}

.feature-widget {
	position: relative;
	margin-bottom: 24px;
}

.feature-widget .feature-icon {
	align-items: center;
	display: flex;
	padding: 0 20px;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}

.feature-widget .feature-icon span {
	width: 50px;
	height: 50px;
	background: #ff008a;
	border-radius: 8px 0 0 8px;
	display: inline-flex;
	margin: 0;
}

.feature-widget .feature-icon span img {
	width: 30px;
}

.feature-widget .feature-title p {
	font-size: 14px;
	color: #fff;
	margin: 0;
}

.feature-img {
	overflow: hidden;
	border-radius: 8px;
}

.feature-img img {
	border-radius: 8px;
	width: 100%;
	transform: translateZ(0);
	transition: all 2s cubic-bezier(.19,1,.22,1) 0ms;
}

.feature-img:hover img {
	transform: scale(1.15);
}

.feature-title {
	background: #203066;
	border-radius: 0 8px 8px 0;
	padding: 12px 14px;
	width: calc(100% - 50px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 50px;
}

.feature-title h5 {
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	margin-bottom: 0;
}

@media (max-width:767.98px) {
	.feature-title h5 {
		font-size: 16px;
	}
}

.btn-pink {
	border-color: #fceff8;
	padding: 12px 24px;
}

.btn-pink,.btn-viewall {
	background: #fceff8;
	color: #dd318e;
}

.btn-viewall {
	border-radius: 50px;
	font-weight: 500;
	padding: 10px 20px;
}

.btn-viewall:hover {
	background: #ff008a;
	border: 1px solid #ff008a;
	color: #fff;
}

.btn-viewall i {
	margin-left: 8px;
}

.service-section-two {
	background: #f4f5f5;
	padding: 90px 0 66px;
}

@media (max-width:991.98px) {
	.service-section-two {
		padding: 50px 0 26px;
	}
}

@media (max-width:767.98px) {
	.service-section-two {
		padding: 40px 0 16px;
	}
}

.service-section-two .btn-view {
	margin-bottom: 40px;
}

.service-section-two .owl-nav button.owl-next:hover,.service-section-two .owl-nav button.owl-prev:hover {
	background: #ff008a;
}

.service-widget.service-two {
	border: 1px solid #e2e6f1;
	padding: 20px;
}

.service-widget.service-two .service-img {
	border-radius: 10px;
}

.service-widget.service-two .service-img .serv-img {
	border-radius: 8px;
}

.service-widget.service-two .service-content {
	padding: 20px 0 0;
}

.service-widget.service-two .service-content p {
	color: #74788d;
}

.service-widget.service-two .service-content p .rate {
	font-size: 15px;
	font-weight: 400;
	color: #74788d;
}

.service-widget.service-two .item-cat {
	/*background: #3fe31812;*/
		background: #3fe318;
	border-radius: 50px;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	padding: 5px 10px;
}

.service-widget.service-two .item-img {
	float: left;
	align-items: center;
	display: inline-flex;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
}

.service-widget.service-two .item-img img {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 0;
	margin-right: 5px;
}

.service-widget.service-two .fav-item {
	padding: 20px 20px 0;
}

.service-widget.service-two .item-info {
	padding: 0 20px 20px;
}

.service-widget.service-two .item-info a {
	display: block;
}

.serv-info .rating {
	margin: 0;
	font-weight: 500;
	font-size: 14px;
}

.serv-info .rating span {
	color: #9397ad;
}

.work-section-two {
	background: #fff;
	padding: 90px 0 66px;
}

@media (max-width:991.98px) {
	.work-section-two {
		padding: 50px 0 26px;
	}
}

@media (max-width:767.98px) {
	.work-section-two {
		padding: 40px 0 16px;
	}
}

.work-wrap-box {
	background: #3fe31812;
	border-radius: 50%;
	text-align: center;
	width: 358px;
	height: 358px;
	padding: 53px 46px;
	position: relative;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

@media (max-width:767.98px) {
	.work-wrap-box {
		margin: 0 auto 24px;
	}
}

@media (max-width:575.98px) {
	.work-wrap-box {
		width: 220px;
		height: 220px;
	}
}

.work-wrap-box .work-icon span {
	width: 100px;
	height: 100px;
	background: #3fe3184f;
	border-radius: 50%;
	margin: 0 auto 10px;
}

@media (max-width:575.98px) {
	.work-wrap-box .work-icon span {
		width: 60px;
		height: 60px;
	}
}

.work-wrap-box h5 {
	margin-bottom: 15px;
}

.work-wrap-box p {
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.work-wrap-box.work-first:before {
	position: absolute;
	content: "";
	/*background: url(../img/bg/wrk-bg-03.png) no-repeat;*/
	top: -17px;
	right: -83%;
	width: 100%;
	height: 100%;
}

@media (max-width:767.98px) {
	.work-wrap-box.work-first:before {
		display: none;
	}
}

.work-wrap-box.work-last:after {
	position: absolute;
	content: "";
	/*background: url(../img/bg/wrk-bg-04.png) no-repeat;*/
	bottom: -81%;
	right: -295px;
	width: 100%;
	height: 100%;
}

@media (max-width:767.98px) {
	.work-wrap-box.work-last:after {
		display: none;
	}
}

.body-one .popular-section {
	padding: 0 0 66px;
	background: #fff;
}

@media (max-width:991.98px) {
	.body-one .popular-section {
		padding: 0 0 26px;
	}
}

@media (max-width:767.98px) {
	.body-one .popular-section {
		padding: 0 0 16px;
	}
}

.body-one .popular-section .owl-nav button.owl-next:hover,.body-one .popular-section .owl-nav button.owl-prev:hover {
	background: #ff008a;
}

.price-sections {
	padding: 0 0 66px;
}

@media (max-width:991.98px) {
	.price-sections {
		padding: 0 0 26px;
	}
}

@media (max-width:767.98px) {
	.price-sections {
		padding: 0 0 16px;
	}
}

.app-section-two {
	padding: 0 0 90px;
}

@media (max-width:991.98px) {
	.app-section-two {
		padding: 0 0 50px;
	}
}

@media (max-width:767.98px) {
	.app-section-two {
		padding: 0 0 40px;
	}
}

@media (max-width:767.98px) {
	.app-section-two .appimg {
		margin-bottom: 24px;
	}
}

.price-toggle .toggle-pink {
	font-size: 16px;
	font-weight: 700;
	color: #242b3a;
	margin-bottom: 32px;
}

.price-toggle .toggle-pink .checktoggle {
	background: #f4f5f5;
	border: 1px solid #ebeced;
	width: 56px;
	height: 24px;
}

.price-toggle .toggle-pink .checktoggle:after {
	background: #8eb66f;
	transform: translate(4px,-50%);
}

.price-toggle .toggle-pink .check:checked+.checktoggle {
	background: #f4f5f5;
	border: 1px solid #ebeced;
}

.price-toggle .toggle-pink .check:checked+.checktoggle:after {
	background-color: #8eb66f;
	transform: translate(calc(-100% - 3px),-50%);
}

.pricing-plans.price-new {
	background: #ebeced;
	border: 1px solid #f4f5f5;
	border-radius: 25px;
	padding: 20px;
	margin-top: 24px;
}

.pricing-plans.price-new:hover {
	background: #fff;
	transition: .7s;
}

.pricing-plans.price-new:hover .btn {
	background: #ff008a;
}

.pricing-plans.price-new .pricing-planshead {
	border-bottom: 1px solid #e2e5f1;
	text-align: left;
	padding: 0;
}

.pricing-plans.price-new .pricing-planshead h6 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px;
}

.pricing-plans.price-new .pricing-planshead h6 span {
	font-size: 16px;
	font-weight: 600;
	color: #9397ad;
}

.pricing-plans.price-new .pricing-planshead h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 8px;
}

.pricing-plans.price-new .pricing-planshead h5 {
	font-size: 15px;
	color: #939aad;
	font-weight: 600;
	margin-bottom: 15px;
}

.pricing-plans.price-new .pricing-planscontent li {
	color: #58627b;
	font-size: 14px;
}

.pricing-plans.price-new .pricing-planscontent li i {
	color: #ff008a;
}

.pricing-plans.price-new .btn {
	background: #3e4265;
	border-radius: 40px;
	color: #fff;
	display: block;
	text-align: center;
}

.pricing-plans.price-new.active {
	background: #fff;
	border: 1px solid #e2e5f1;
	box-shadow: 3px 42px 34px rgba(255,0,138,.08);
	margin-top: 0;
}

.pricing-plans.price-new.active .btn {
	background: #ff008a;
	color: #fff;
}

.price-block {
	text-align: right;
}

.price-block .popular {
	background: #3e4097;
	border-radius: 13px;
	font-size: 10px;
	font-weight: 700;
	padding: 7px 15px;
	color: #fff;
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -10px;
}

.blog.blog-new {
	border: 1px solid #e2e6f1;
}

.blog.blog-new .blog-image {
	position: relative;
}

.blog.blog-new .blog-image .date {
	background: #fff;
	border-radius: 5px;
	font-weight: 500;
	font-size: 14px;
	padding: 5px 13px;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 20px;
	min-width: 55px;
	min-height: 55px;
	color: #242b3a;
	box-shadow: 0 4.4px 12px -1px rgba(19,16,34,.06),0 2px 6.4px -1px rgba(19,16,34,.03);
}

.blog.blog-new .blog-image .date span {
	display: block;
}

.blog.blog-new .blog-item {
	background: #111827;
	border-radius: 50px;
	padding: 6px 12px;
	margin-bottom: 0;
	display: inline-flex;
	align-items: center;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.blog.blog-new .blog-item li {
	margin: 0 10px 0 0;
	font-size: 14px;
	color: #fff;
	display: inline-flex;
	align-items: center;
}

.blog.blog-new .blog-item li i {
	color: #fff;
	margin-right: 8px;
}

.blog.blog-new .blog-item li:last-child {
	margin-right: 0;
}

.blog.blog-new .blog-item li+li {
	border-left: 1px solid hsla(0,0%,100%,.4);
	padding-left: 10px;
}

.blog.blog-new .blog-item li a {
	color: #fff;
}

.blog.blog-new .blog-content .blog-title {
	-webkit-line-clamp: 2;
	margin-bottom: 12px;
}

.blog.blog-new .blog-content p {
	margin-bottom: 0;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.client-box {
	background: #fff;
	border: 1px solid #f0f0f7;
	box-shadow: 0 4.4px 12px -1px rgba(19,16,34,.06),0 2px 6.4px -1px rgba(19,16,34,.03);
	border-radius: 10px;
	padding: 25px;
	margin-bottom: 24px;
}

.client-box .client-content {
	border-bottom: 1px solid #e2e5f1;
}

.client-box .client-content h6 {
	font-weight: 500;
	font-size: 20px;
	color: #28283c;
	margin-bottom: 12px;
}

.client-box .client-content p {
	font-size: 14px;
}

.client-box .rating {
	font-size: 12px;
	margin-bottom: 13px;
}

.client-box .client-img {
	margin: 23px 0 0;
	display: flex;
	align-items: center;
}

.client-box .client-img img {
	width: 48px!important;
	height: 48px;
	margin: 0 15px 0 0;
}

.client-name h5 {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 5px;
}

.client-name h6 {
	font-weight: 400;
	font-size: 14px;
	color: #74788d;
	margin-bottom: 0;
	text-align: left;
}

.client-section-two {
	background: #f4f5f5;
	padding: 80px 0 56px;
}

@media (max-width:991.98px) {
	.client-section-two {
		padding: 50px 0 26px;
	}
}

@media (max-width:767.98px) {
	.client-section-two {
		padding: 40px 0 16px;
	}
}

.blog-section-two {
	padding: 90px 0;
}

@media (max-width:991.98px) {
	.blog-section-two {
		padding: 50px 0 26px;
	}
}

@media (max-width:767.98px) {
	.blog-section-two {
		padding: 40px 0 16px;
	}
}

.parter-section-two {
	padding: 90px 0 66px;
}

@media (max-width:991.98px) {
	.parter-section-two {
		padding: 50px 0 26px;
	}
}

@media (max-width:767.98px) {
	.parter-section-two {
		padding: 40px 0 16px;
	}
}

.owl-dots {
	text-align: center;
}

.owl-dots .owl-dot {
	margin-right: 5px;
}

.owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	line-height: 12px;
	margin: 0;
	background: #f1e2eb;
	border-radius: 50%;
	display: block;
	transition: all .4s ease;
}

.owl-dots .owl-dot.active span {
	background: #ff008a;
}

.offer-sec.offer-paths {
	background: #ff008a;
	border-radius: 30px;
	padding: 0 80px;
	margin: 0;
	display: flex;
	align-items: flex-end;
}

@media (max-width:991.98px) {
	.offer-sec.offer-paths {
		padding: 40px;
	}
}

.offer-sec.offer-paths:after {
	position: absolute;
	content: "";
	background: url(../img/bg/offer-bg.png) no-repeat 0 0/100%;
	left: 0;
	top: 0;
	background-size: contain;
	background-position: 100% 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 30px;
}

.offer-sec.offer-paths .offer-pathimg {
	margin: 0 0 0 auto;
}

@media (max-width:991.98px) {
	.offer-sec.offer-paths .offer-pathimg {
		display: none;
	}
}

.offer-sec .section-heading-two {
	margin-bottom: 20px;
}

.offer-sec .section-heading-two:after {
	background: linear-gradient(180deg,#fff 50%,#203066 0);
}

.offer-sec .section-heading-two p {
	color: #fff;
}

.offer-sec .btn-views {
	border-radius: 40px;
	color: #ff008a;
}

.offer-sec .btn-views:hover {
	background-color: #ff008a;
	box-shadow: inset 0 70px 0 0 #ff008a;
	color: #fff;
}

.offer-sec .offer-path-content {
	padding: 50px 0;
	max-width: 530px;
}

@media (max-width:991.98px) {
	.offer-sec .offer-path-content {
		padding: 0;
	}
}

.download-sec {
	padding-left: 60px;
}

@media (max-width:991.98px) {
	.download-sec {
		padding-left: 0;
	}
}

.download-sec p {
	color: #58627b;
}

.download-sec h6 {
	color: #203066;
	margin-bottom: 20px;
}

.providers-section-two {
	position: relative;
	padding: 90px 0 66px;
}

@media (max-width:991.98px) {
	.providers-section-two {
		padding: 50px 0 26px;
	}
}

@media (max-width:767.98px) {
	.providers-section-two {
		padding: 40px 0 16px;
	}
}

.providers-section-two:before {
	content: "";
	background: #3e4265;
	width: 100%;
	min-height: 396px;
	position: absolute;
	top: 0;
	z-index: -1;
}

.provider-box {
	box-shadow: 0 4.4px 12px -1px rgba(19,16,34,.06),0 2px 6.4px -1px rgba(19,16,34,.03);
	border-radius: 8px;
	border: 0;
	margin-top: 85px;
}

.provider-box .providerset-img {
	text-align: center;
	margin: -105px 0 10px;
}

.provider-box .providerset-img img {
	width: 180px;
	height: 180px;
	border: 10px solid #fff;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.provider-box .providerset-name h4 {
	font-weight: 700;
}

.provider-box .provider-rating {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.provider-box .rate {
	background: #fff4fa;
	border-radius: 50px;
	font-size: 15px;
	color: #58627b;
	padding: 5px 12px;
	display: inline-block;
}

.provider-box .rate i {
	color: #ffbc35;
	margin-right: 6px;
}

.provider-box .btn {
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	background: #ff008a;
	border: 1px solid #ff008a;
	border-radius: 30px;
	padding: 5px 15px;
}

.provider-box .btn:hover {
	background: #e2017b;
	border: 1px solid #e2017b;
}

.providerset-prices h6 {
	font-weight: 600;
}

.section-offer {
	position: relative;
	padding-bottom: 60px;
}

.section-offer:before {
	content: "";
	background: #fff4fa;
	width: 100%;
	min-height: 300px;
	position: absolute;
	top: 50%;
	z-index: -1;
}

.section-offer .offer-sec .btn-views {
	font-weight: 700;
}

.hero-section-three {
	background: url(../img/banner-04.jpg);
}

.hero-section-three .search-box .select2-container--default .select2-selection--single {
	height: 25px;
}

.services-section {
	padding: 130px 0 85px;
}

.services-section .owl-nav {
	margin-top: 40px;
}

.services-section .owl-nav .owl-next:hover,.services-section .owl-nav .owl-prev:hover {
	color: #ff0080;
}

.services-section.stylists-section {
	padding: 90px 0 85px;
}

.services-main-img:before {
	background: linear-gradient(0deg,rgba(13,21,49,.6),rgba(13,21,49,.6));
}

.our-img-all {
	position: relative;
	margin-bottom: 10px;
}

.our-img-all:after {
	left: 30px;
}

.our-img-all:after,.our-img-all:before {
	width: 33px;
	height: 1px;
	position: absolute;
	content: "";
	background-color: #424242;
	top: 13px;
}

.our-img-all:before {
	right: 30px;
}

.search-btn-three .btn-primary {
	padding: 20px;
}

.blog-section {
	background: #fff;
}

.blog-section-three .cat-blog {
	background: #fff;
	color: #898989;
	border: 1px solid #898989;
}

.service-content ul li {
	background-color: #f9f9f9;
	font-size: 14px;
}

.btn-saloons .btn-primary:hover {
	border-color: #ff008a;
}

.saloon-section-circle {
	z-index: 0;
}

.appointment-section {
	background: url(../img/saloon-bg.jpg);
	background-repeat: no-repeat;
	padding: 90px 0;
	background-size: cover;
	background-attachment: fixed;
}

.appointment-section:before {
	content: "";
	background-color: #2a396d;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
}

.appointment-main h6 {
	font-size: 14px;
	font-weight: 700;
	color: #ffa621;
	z-index: 1;
}

.owl-carousel.stylists-slider .stylists-main-img img {
	width: 270px;
	height: 270px;
}

.works-section {
	padding: 90px 0;
}

.client-sections {
	padding: 90px 0 80px;
}

.client-sections:before {
	background-color: #2a396d;
}

.latest-section {
	padding: 80px 0 66px;
}

.register-section {
	background: url(../img/footer-bg.png);
	background-attachment: fixed;
}

.register-section:before {
	background-color: #2a396d;
}

.register-btn:hover {
	background-color: transparent;
	border: 1px solid #ff008a;
}

.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	transform: translateY(-50%);
	box-shadow: 1px 6px 14px rgba(0,0,0,.2);
	border-radius: 100%;
	cursor: pointer;
	border: none;
	outline: none;
	background: #fff;
	z-index: 9999;
	left: 100px;
	z-index: 1;
}

.slick-prev:hover {
	background-color: #ff008a;
}

.slick-prev:focus,.slick-prev:hover,.slick-prev:hover:before {
	color: #fff;
	opacity: 1;
}

.slick-prev:focus {
	background-color: #ff008a;
}

.slick-prev:focus:before {
	color: #fff;
	opacity: 1;
}

.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #383838;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "←";
}

.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	transform: translateY(-50%);
	box-shadow: 1px 6px 14px rgba(0,0,0,.2);
	border-radius: 100%;
	cursor: pointer;
	border: none;
	outline: none;
	background: #fff;
	z-index: 9999;
	right: 100px;
	z-index: 1;
}

.slick-next:hover {
	background-color: #ff008a;
}

.slick-next:focus,.slick-next:hover,.slick-next:hover:before {
	color: #fff;
	opacity: 1;
}

.slick-next:focus {
	background-color: #ff008a;
}

.slick-next:focus:before {
	color: #fff;
	opacity: 1;
}

.slick-next:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #383838;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "→";
}

.banner-slider .slick-prev:focus:before,.banner-slider .slick-prev:hover:before {
	color: #fff;
	opacity: 1;
	border: solid #fff;
}

.banner-slider .slick-prev:before {
	font-family: slick;
	font-size: 10px;
	line-height: 1;
	opacity: .75;
	color: #3e4265;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: solid #3e4265;
	border-width: 0 3px 3px 0!important;
	display: inline-block;
	padding: 3px;
	margin-right: -3px;
	content: "";
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.banner-slider .slick-next:focus:before,.banner-slider .slick-next:hover:before {
	color: #fff;
	opacity: 1;
	border: solid #fff;
}

.banner-slider .slick-next:before {
	font-family: slick;
	font-size: 10px;
	line-height: 1;
	opacity: .75;
	color: #3e4265;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: solid #3e4265;
	border-width: 0 3px 3px 0!important;
	display: inline-block;
	padding: 3px;
	margin-left: -3px;
	content: "";
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
	opacity: .25;
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto;
}

[dir=rtl] .slick-prev:before {
	content: "→";
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px;
}

[dir=rtl] .slick-next:before {
	content: "←";
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-slider .slick-list .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-slider .slick-list .slick-track:after,.slick-slider .slick-list .slick-track:before {
	display: table;
	content: "";
}

.owl-nav.mynav1 button {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #fff;
	box-shadow: 0 4px 9px -1px rgba(19,16,34,.031372549);
}

.owl-nav.mynav1 button.owl-prev {
	margin-right: 10px;
}

.owl-nav.mynav1 button:hover {
	background: #8eb66f;
	color: #fff;
	border-color: #8eb66f;
}

.footer.footer-two .footer-top {
	padding-bottom: 18px;
}

@media (max-width:991.98px) {
	.footer.footer-two .footer-top {
		padding: 40px 0 8px;
	}
}

.footer.footer-two .footer-bottom .copyright-text,.footer.footer-two .footer-bottom .payment-image,.footer.footer-two .footer-bottom .social-icon {
	margin-bottom: 8px;
}

@media (max-width:991.98px) {
	.footer.footer-two .footer-bottom .copyright-text p {
		text-align: center;
	}
}

.footer.footer-two .footer-widget ul li+li {
	margin-top: 10px;
}

.hero-section-three {
	position: relative;
	background: url(../img/saloon-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	background-attachment: fixed;
	z-index: 2;
}

@media (max-width:991.98px) {
	.hero-section-three {
		padding: 40px 0 0;
	}
}

.hero-section-three .home-banner {
	min-height: auto;
	padding: 170px 0;
}

@media (max-width:991.98px) {
	.hero-section-three .home-banner {
		padding: 0;
	}
}

.hero-section-three .search-box {
	width: 100%;
	background: #fff;
	border: 1px solid #f0f0f0;
	box-shadow: 0 3px 53px hsla(0,0%,77.3%,.27);
	border-radius: 10px;
	padding: 15px;
	margin-top: 48px;
	display: inline-block;
}

@media (max-width:991.98px) {
	.hero-section-three .search-box {
		margin-bottom: 40px;
	}
}

.hero-section-three .search-box .search-input {
	align-items: center;
	display: flex;
	width: 33.33%;
	padding-right: 15px;
}

.hero-section-three .search-box .search-input:first-child {
	display: block;
}

@media (max-width:767.98px) {
	.hero-section-three .search-box .search-input {
		width: 100%;
	}
}

.hero-section-three .search-box .form-group {
	min-width: 180px;
	width: 100%;
}

.hero-section-three .search-box .form-group .form-control {
	border: 0;
	padding: 0;
}

.hero-section-three .search-box label {
	color: #999;
	font-size: 14px;
	margin-bottom: 0;
}

.hero-section-three .search-box .select2-container--default .select2-selection--single {
	height: auto;
	font-weight: 500;
	border: 0;
	min-width: 180px;
}

.hero-section-three .search-icon {
	width: 48px;
	height: 48px;
	background: #f2f2f2;
	border-radius: 50%;
	align-items: center;
	display: flex;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 15px;
}

.service-section .card-body {
	padding: 0;
}

.service-section .card-body .service-widget {
	background-color: #fff;
	border: 0;
	margin-bottom: 0;
}

.service-section .card-body .service-widget:hover {
	box-shadow: none;
}

.service-section .card-body .service-widget .item-info {
	position: absolute;
	right: 10%;
	top: 10%;
	width: 100%;
	padding: 0 20px 20px;
	z-index: 1;
}

.section-section-three h4 {
	color: #ffa621;
	font-size: 18px;
}

.section-section-three h1 {
	color: #fff;
}

.section-section-three p {
	color: #f9f9f9;
	font-size: 16px;
	margin-bottom: 20px;
}

.sidecircle-ryt {
	position: absolute;
	right: -115px;
	z-index: -1;
	top: -125px;
}

.make-appointment {
	border-radius: 5px;
	padding: 20px;
	background-color: #ff0080;
	color: #fff;
	border: 1px solid #ff008a;
	font-size: 14px;
	transition: all .5s;
	display: inline-block;
	font-weight: 500;
}

.make-appointment:hover {
	background-color: transparent;
}

.cta-btn,.make-appointment:hover {
	border: 1px solid #ff008a;
	box-shadow: inset 0 70px 0 0 #ff008a;
	color: #fff;
	transition: all .7s;
}

.cta-btn {
	background: #ff008a;
	border-radius: 40px;
	border-radius: 4px;
	min-width: 176px;
	padding: 10px 20px;
	box-shadow: inset 0 0 0 0 #fff;
}

.cta-btn:hover {
	background-color: transparent;
	border: 1px solid #ff008a;
	color: #ff008a;
	box-shadow: inset 0 0 0 0 transparent;
	transition: all .7s;
}

.cta-btn:hover a {
	color: #ff008a;
}

.cta-btn a {
	padding: 0;
	border: 0;
	color: #fff;
	font-weight: 500;
}

.search-input.search-input-three i {
	color: #424242;
}

.search-input.search-input-three .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #898989;
	font-weight: 400;
	padding-left: 10px;
}

.search-input.search-input-three .select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: -1px;
}

.search-input.search-input-three input::-moz-placeholder {
	color: #898989;
}

.search-input.search-input-three input::placeholder {
	color: #898989;
}

.services-section {
	position: relative;
	z-index: 1;
	padding: 120px 0 80px;
	background-color: #f9f9f9;
}

@media (max-width:991.98px) {
	.services-section {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.services-section {
		padding: 40px 0;
	}
}

.services-section .search-box {
	background: #fff;
	box-shadow: 0 0 25px rgba(0,0,0,.15);
	border-radius: 15px;
	padding: 20px;
	margin-top: 20px;
}

.services-section .owl-nav {
	text-align: center;
	margin-top: 26px;
	font-size: 24px;
}

.services-section .owl-nav .owl-prev {
	background: none!important;
	box-shadow: none;
	margin-right: 10px;
}

.services-section .owl-nav .owl-prev:hover {
	background: none!important;
	color: #ff0080!important;
}

.services-section .owl-nav button.owl-next,.services-section .owl-nav button.owl-prev {
	margin-bottom: 0;
}

.services-section .owl-nav .owl-next {
	margin-left: 10px;
	background: none!important;
	box-shadow: none;
}

.services-section .owl-nav .owl-next:hover {
	background: none!important;
	color: #ff0080!important;
}

@media (max-width:991.98px) {
	.services-section .owl-nav {
		margin-top: 6px;
	}
}

.services-section.stylists-section {
	padding: 80px 0;
	background-color: #fff;
}

@media (max-width:991.98px) {
	.services-section.stylists-section {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.services-section.stylists-section {
		padding: 40px 0;
	}
}

.services-all {
	position: relative;
	margin-bottom: 24px;
}

.services-main-img {
	position: relative;
	border-radius: 10px;
}

.services-main-img img {
	border-radius: 10px;
}

.services-main-img:before {
	background: linear-gradient(178.04deg,rgba(17,24,39,0) 55.79%,#000 98.34%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 14px;
	z-index: 0;
}

.services-main-img:hover:before {
	background: rgba(255,0,128,.6);
	border-radius: 12px;
	transform: scale(0);
	transition: all .5s;
	transform: scale(1);
}

.service-foot {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 33%;
	margin-bottom: 10px;
}

.service-foot img {
	max-width: 45px;
	max-height: 45px;
}

.service-foot h4 {
	color: #fff;
	font-size: 24px;
}

.service-foot h6 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

@media (max-width:991.98px) {
	.home-four .btn-sec .btn {
		margin-top: 6px;
	}
}

.section-content {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 50px;
}

@media (max-width:991.98px) {
	.section-content {
		margin-bottom: 30px;
	}
}

@media (max-width:991.98px) {
	.section-content .row {
		justify-content: center;
	}
}

.section-content p {
	max-width: 510px;
	text-align: center;
}

.section-content h2 {
	font-size: 40px;
	color: #151519;
}

@media (max-width:991.98px) {
	.section-content h2 {
		font-size: 34px;
	}
}

@media (max-width:767.98px) {
	.section-content h2 {
		font-size: 30px;
	}
}

.our-img-all-1 {
	position: relative;
	margin-bottom: 10px;
}

.search-box.search-box-three {
	padding: 18px;
}

@media (max-width:767.98px) {
	.search-box.search-box-three .search-form-profile {
		flex-wrap: wrap;
	}
}

.form-control {
	border-color: #dcdcdc;
	color: #333;
	font-size: 15px;
	min-height: 42px;
	padding: 6px 15px;
}

.searchbox-list {
	display: flex;
	justify-content: space-between;
	width: 87%;
}

@media (max-width:767.98px) {
	.searchbox-list {
		flex-wrap: wrap;
		flex-direction: column;
		row-gap: 10px;
		width: 100%;
	}
}

.search-box-three {
	justify-content: space-between;
	margin-bottom: -50px;
}

.search-btn-three .btn-primary {
	background-color: #ff0080;
	border: 1px solid #ff0080;
	padding: 15px;
	font-size: 14px;
}

.search-btn-three .btn-primary:hover {
	border: 1px solid #ff008a;
}

.search-input-three {
	background: none;
}

.search-btn.search-btn-three .btn-primary i {
	font-size: 18px;
}

.blog-section-three .blog {
	padding: 0;
}

.blog-section-three .blog-content {
	padding: 20px;
}

.blog-section-three .blog-view a {
	color: #ff0080;
}

.blog-section-three .cat-blog {
	background: #f0ebfd;
	color: #5625e8;
	padding: 2px 10px;
	border: 1px solid #f0ebfd;
	border-radius: 5px;
}

.blog-section-three .blog.blog-new .blog-image .date {
	background-color: #ff0080;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	position: absolute;
	left: 10px;
	right: 182px;
	top: 10px;
}

.blog-section-three .blog.blog-new .blog-image .date span {
	font-weight: 400;
	font-size: 12px;
}

.service-img-top a {
	position: relative;
}

.service-img-top a:before {
	background: rgba(13,21,49,.6);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.service-content ul {
	display: flex;
	flex-wrap: wrap;
}

.service-content ul li {
	padding: 5px 10px;
	background-color: #eaebee;
	margin: 0 13px 13px 0;
	font-size: 13px;
	color: #111827;
	border-radius: 5px;
}

.saloon-content-top {
	display: flex;
	align-items: baseline;
}

.saloon-content-top span {
	font-size: 14px;
}

.saloon-content-top i {
	font-size: 14px;
	margin-right: 7px;
}

.saloon-content-btn {
	display: flex;
	align-items: baseline;
	font-size: 14px;
}

.saloon-content-btn i {
	margin-right: 7px;
	font-size: 14px;
}

.saloon-profile-left {
	display: flex;
	align-items: center;
}

.saloon-profile-left .saloon-img {
	margin-right: 11px;
}

.saloon-profile-left .saloon-img img {
	width: 61px;
	height: 61px;
	border-radius: 10px;
}

.service-show-img {
	position: relative;
}

.service-show-img:before {
	content: "";
	background-color: rgba(13,21,49,.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
	z-index: 1;
}

.service-content.service-content-three .title a:hover {
	color: #ff0080;
}

.main-saloons-profile {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.saloon-right span {
	font-size: 24px;
	color: #ff0080;
	font-weight: 600;
}

.saloon-bottom {
	display: flex;
}

.saloon-bottom a {
	padding: 10px;
	background-color: #ff0080;
	border: 1px solid #ff0080;
	border-radius: 5px;
	color: #fff;
	width: 100%;
	text-align: center;
	font-weight: 500;
}

.saloon-bottom a:hover {
	background-color: transparent;
	border: 1px solid #ff008a;
	box-shadow: inset 0 70px 0 0 #ff008a;
	color: #fff;
	transition: all .7s;
}

.item-infos {
	padding: 0 20px;
}

.btn-saloons .btn-primary {
	background-color: #ff0080;
	padding: 10px 15px;
	border: 1px solid #ff0080;
	font-weight: 500;
}

.btn-saloons .btn-primary:hover {
	border-color: #8eb66f;
}

.saloon-section-circle {
	position: absolute;
	left: -127px;
	bottom: -146px;
	z-index: -1;
}

.featured-saloons {
	position: relative;
	background-color: #fff;
	padding: 80px 0 66px;
}

@media (max-width:991.98px) {
	.featured-saloons {
		padding: 50px 0 26px;
	}
}

@media (max-width:767.98px) {
	.featured-saloons {
		padding: 40px 0 24px;
	}
}

.appointment-section {
	position: relative;
}

.appointment-section.appointment-section-four {
	padding: 80px 0;
	background-color: #282b8b;
}

@media (max-width:991.98px) {
	.appointment-section.appointment-section-four {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.appointment-section.appointment-section-four {
		padding: 40px 0;
	}
}

.appointment-section .index-4 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.appointment-section .index-4 img {
	-o-object-fit: cover;
	object-fit: cover;
}

.appointment-main {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.appointment-main a {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	z-index: 1;
}

.appointment-main h2 {
	font-size: 40px;
	color: #fff;
	z-index: 1;
	margin-bottom: 8px;
}

@media (max-width:991.98px) {
	.appointment-main h2 {
		font-size: 30px;
	}
}

@media (max-width:767.98px) {
	.appointment-main h2 {
		font-size: 26px;
	}
}

.appointment-main p {
	color: #fff;
	max-width: 630px;
	text-align: center;
	z-index: 1;
}

.appointment-btn {
	z-index: 1;
}

@media (max-width:991.98px) {
	.appointment-btn .btn {
		padding: 10px!important;
	}
}

.appointment-btn .btn-primary {
	background: #ff0080;
	border-color: #ff0080;
}

.appointment-btn .btn-primary:hover {
	background-color: transparent;
	box-shadow: none;
	color: #fff;
}

.populars-section {
	background-color: #f9f9f9;
	padding: 80px 0;
}

@media (max-width:991.98px) {
	.populars-section {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.populars-section {
		padding: 40px 0;
	}
}

@media (max-width:991.98px) {
	.populars-section .row {
		justify-content: center;
	}
}

.owl-carousel.stylists-slider .stylists-main-img img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: 2px dashed #2a396d;
	padding: 20px;
	margin-bottom: 25px;
}

.stylists-bottom {
	text-align: center;
}

.stylists-bottom h4 {
	font-size: 20px;
}

.stylists-bottom h6 {
	font-size: 14px;
	color: #74788d;
	font-weight: 400;
}

.stylists-all {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.popular-content {
	text-align: center;
}

.popular-content h3 {
	font-size: 20px;
	color: #151519;
}

.popular-content h6 {
	font-size: 14px;
	color: #74788d;
	margin-bottom: 0;
	font-weight: 400;
}

.works-section {
	padding: 80px 0;
}

@media (max-width:991.98px) {
	.works-section {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.works-section {
		padding: 40px 0;
	}
}

.works-main {
	flex-direction: column;
}

.works-main,.works-top-img {
	display: flex;
	align-items: center;
}

.works-top-img {
	position: relative;
	justify-content: center;
	transition: .7s;
}

.works-top-img:before {
	content: "";
	background-color: rgba(42,57,109,.8980392157);
	position: absolute;
	border-radius: 75% 25% 50% 50%/52% 47% 53% 48%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
	transition: all .7s;
}

.works-top-img:hover:before {
	background-color: rgba(255,0,128,.6);
	transition: all .7s;
}

.works-top-img img {
	border-radius: 75% 25% 50% 50%/52% 47% 53% 48%;
	width: 230px;
	height: 218px;
}

.works-top-img span {
	position: absolute;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	border: 5px solid #fff;
	border-radius: 50%;
	width: 71px;
	height: 71px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.works-top-img.works-load-profile {
	position: relative;
	transition: all .7s;
}

.works-top-img.works-load-profile:before {
	content: "";
	background-color: rgba(42,57,109,.8980392157);
	position: absolute;
	border-radius: 16% 84% 50% 50%/52% 47% 53% 48%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
	transition: all .7s;
}

.works-top-img.works-load-profile:hover:before {
	background-color: rgba(255,0,128,.6);
	transition: all .7s;
}

.works-load-profile img {
	border-radius: 16% 84% 50% 50%/52% 47% 53% 48%;
}

.works-bottom {
	text-align: center;
}

.works-bottom p {
	max-width: 300px;
	margin-bottom: 0;
}

.works-bottom h2 {
	font-size: 28px;
}

.works-tops {
	position: relative;
	margin-bottom: 30px;
}

.works-tops:hover .works-inner-content {
	transform: scale(1);
}

.works-inner-content {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	z-index: 9;
	background: rgba(255,0,128,.6);
	transform: scale(0);
	transition: all .5s;
	border-radius: 75% 25% 50% 50%/52% 47% 53% 48%;
}

.work-inner-content-left {
	border-radius: 16% 84% 50% 50%/52% 47% 53% 48%;
}

.client-sections {
	background-repeat: no-repeat,no-repeat;
	background-position: 0;
	position: relative;
	padding: 80px 0;
	background-size: cover;
}

@media (max-width:991.98px) {
	.client-sections {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.client-sections {
		padding: 40px 0;
	}
}

.client-sections:before {
	content: "";
	background-color: #282b8b;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
}

.review-four .testimonial-thumb {
	padding: 10px 0;
}

.review-four .client-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.review-four .client-bg img {
	-o-object-fit: cover;
	object-fit: cover;
}

.review-four .client-img.client-pro .testimonial-thumb img {
	width: 58px!important;
	height: 58px!important;
	border-radius: 60px;
}

.review-four .slider-nav {
	width: 300px;
	margin: auto;
}

.review-four .slider-nav .slick-current .testimonial-thumb {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: ease all .5s;
}

.review-four .slider-nav .slick-current .testimonial-thumb img {
	border: 5px solid #ff0080;
	border-radius: 50px;
	padding: 2px;
}

.review-four .slick-list {
	padding: 0!important;
}

.review-love-group {
	max-width: 680px;
	margin: auto;
}

.review-passage {
	text-align: center;
	max-width: 600px;
	margin: auto auto 25px;
}

.quote-love-img {
	margin-bottom: 30px;
}

.quote-love-img img {
	margin: auto;
}

.review-profile-blk {
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 110px;
	padding: 8px;
	margin-right: 15px;
	min-width: 200px;
}

.section-client h2 {
	color: #fff;
	z-index: 1;
}

.section-client p {
	color: #f9f9f9;
	z-index: 1;
}

.section-client .our-img-all:after,.section-client .our-img-all:before {
	background: #fff;
}

.say-about .review-passage {
	color: #fff;
}

.say-name-blk h5 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

.say-name-blk p {
	color: #ffa621;
}

.service-img.service-latest-img {
	position: relative;
}

.service-img.service-latest-img:before {
	content: "";
	background-color: rgba(13,21,49,.5019607843);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
	z-index: 1;
}

.latest-section {
	position: relative;
	padding: 80px 0;
}

@media (max-width:991.98px) {
	.latest-section {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.latest-section {
		padding: 40px 0;
	}
}

.service-latest-img {
	height: 312px;
}

.latest-content span {
	display: inline-block;
	font-size: 14px;
	color: #898989;
	padding: 5px;
	border: 1px solid #898989;
	margin-bottom: 10px;
	border-radius: 3px;
	line-height: normal;
}

.latest-content .latest-news-content {
	display: flex;
	color: #151519;
	font-size: 20px;
	white-space: normal;
	margin-bottom: 10px;
	font-weight: 500;
}

.latest-content .latest-news-content:hover {
	color: #ff0080;
}

.latest-content p {
	color: #151519;
	font-size: 18px;
	font-weight: 700;
	white-space: normal;
	margin-bottom: 10px;
}

.latest-content .latest-news {
	color: #ff0080;
	font-size: 14px;
}

.latest-content .latest-news:hover {
	color: #151519;
}

.latest-date {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 3px 10px;
	margin: 15px 0 0 15px;
	background-color: #ff0080;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
}

.latest-date span {
	font-size: 24px;
	color: #fff;
}

.register-section {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

@media (max-width:767.98px) {
	.register-section {
		padding: 40px 0;
	}
}

.register-section:before {
	content: "";
	background-color: #282b8b;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
}

.register-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 69px 0;
}

@media (max-width:991.98px) {
	.register-content.register-content-four {
		padding: 0;
		flex-wrap: wrap;
	}
}

@media (max-width:767.98px) {
	.register-content {
		flex-wrap: wrap;
	}
}

.register-content h2 {
	font-weight: 600;
	font-size: 40px;
	color: #fff;
	z-index: 1;
	max-width: 767px;
	margin-bottom: 0;
}

@media (max-width:991.98px) {
	.register-content h2 {
		margin-bottom: 20px;
		font-size: 26px;
	}
}

@media (max-width:767.98px) {
	.register-content h2 {
		margin-bottom: 18px;
		font-size: 20px;
	}
}

.register-content ul {
	z-index: 1;
}

.register-btn,.register-content .header-navbar-rht li>a.header-login {
	background: #ff008a;
	border: 1px solid #ff008a;
	box-shadow: inset 0 70px 0 0 #ff008a;
}

.register-btn {
	z-index: 1;
	border-radius: 5px;
	font-size: 16px;
	padding: 15px;
	font-weight: 600;
}

.register-btn a {
	color: #fff;
}

.register-btn:hover {
	background-color: #74a151;
	box-shadow: inset 0 70px 0 0;
	transition: all .7s;
	border: 1px solid #74a151;
}

@media (max-width:991.98px) {
	.register-btn {
		padding: 10px;
	}
}

.bar-icon.bar-icon-three span {
	background-color: #ff0080;
}

.copyright-menu {
	float: right;
}

.copyright-menu .footer-menu li a:hover,.progress-wrap.progress-wrap-three:after {
	color: #ff0080;
}

.progress-wrap.progress-wrap-three svg.progress-circle path {
	stroke: #ff0080;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.footer-four .footer-menu-three h2 {
	color: #242b3a;
}

.footer-four .footer-menu-three ul li {
	margin-bottom: 12px;
}

.footer-four .footer-menu-three ul li a {
	color: #656b76;
	margin-left: 0;
	font-size: 16px;
}

.footer-four .footer-menu-three ul li:before {
	content: none;
}

.footer-four .footer-bottoms {
	background-color: #ebeced;
}

.footer-four .footer-top-four {
	padding: 40px 0 16px!important;
}

.hero-section-nine {
	background: #ebeced;
	min-height: auto;
}

@media (max-width:991.98px) {
	.hero-section-nine {
		padding: 0;
	}
}

.home-banner.home-banner-nine {
	padding: 60px 0;
	min-height: auto;
}

@media (max-width:991.98px) {
	.home-banner.home-banner-nine {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.home-banner.home-banner-nine {
		padding: 40px 0;
	}
}

.banner-imgs {
	padding: 0;
	min-height: auto;
}

@media (max-width:991.98px) {
	.banner-imgs {
		display: none;
	}
}

.banner-imgs.banner-imgs-nine img {
	border-radius: 50px 50px 50px 0;
}

@media (max-width:1399.98px) {
	.banner-imgs.banner-imgs-nine img {
		max-width: 100%;
	}
}

.banner-imgs.banner-imgs-nine .banner-1 {
	max-width: none;
	max-height: none;
	top: 0;
	left: 0;
	position: relative;
}

.banner-imgs.banner-imgs-nine .banner-1:before {
	position: absolute;
	content: "";
	background: url(../img/icons/banner-nine-dot.svg);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	left: -91px;
	bottom: -70px;
	z-index: -1;
}

@media (max-width:1399.98px) {
	.banner-imgs.banner-imgs-nine .banner-1 {
		max-width: 100%;
	}
}

.banner-imgs.banner-imgs-nine .banner-2 {
	position: relative;
	max-width: 100%;
	margin-top: 30px;
	top: 0;
	right: 0;
}

.banner-imgs.banner-imgs-nine .banner-2:before {
	position: absolute;
	content: "";
	background: url(../img/icons/banner-nine-icon-2.svg);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	top: -30px;
	left: 17px;
	z-index: -1;
}

@media (max-width:1399.98px) {
	.banner-imgs.banner-imgs-nine .banner-2 {
		max-width: 100%;
	}
}

.banner-imgs.banner-imgs-nine .banners-3 {
	position: relative;
	z-index: 2;
}

.banner-imgs.banner-imgs-nine .banners-3:before {
	position: absolute;
	content: "";
	background: url(../img/icons/banner-nine-icon-1.svg);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	left: -67px;
	bottom: -130px;
	z-index: -1;
}

.banner-imgs.banner-imgs-nine .banner-4 {
	max-width: none;
	position: relative;
	top: 0;
	left: 0;
	animation-name: floating-y;
	margin-top: 10px;
}

.banner-imgs.banner-imgs-nine .banner-img-02 {
	margin-top: 60px;
}

.section-search-nine .badge {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
	border-radius: 5px;
	padding: 5px 15px;
}

.section-search-nine h1 {
	margin-bottom: 8px;
	font-size: 44px;
	font-weight: 700;
}

@media (max-width:1199.98px) {
	.section-search-nine h1 {
		font-size: 38px;
	}
}

@media (max-width:991.98px) {
	.section-search-nine h1 {
		font-size: 30px;
	}
}

@media (max-width:767.98px) {
	.section-search-nine h1 {
		font-size: 26px;
	}
}

.section-search-nine p {
	font-size: 16px;
	color: #656b76;
	margin-bottom: 24px;
}

.section-search-nine .btn {
	padding: 9px 15px;
	margin-bottom: 60px;
}

@media (max-width:991.98px) {
	.section-search-nine .btn {
		margin-bottom: 30px;
	}
}

.appoints-btn {
	padding: 8px 16px;
	background: #8eb66f;
	border: 1px solid #8eb66f;
	border-radius: 0;
	margin-bottom: 60px;
}

.banner-appointment {
	display: flex;
	align-items: center;
}

.banner-appointment img {
	width: 67px;
	height: 67px;
	border-radius: 50%;
	margin-right: 16px;
	border: 5px solid #fff;
}

.banner-appointment p {
	font-weight: 400;
}

.section-heading-nine {
	margin-bottom: 40px;
}

.section-heading-nine h2 {
	font-size: 32px;
}

.section-heading-nine h2 span {
	position: relative;
	display: inline-block;
	padding-right: 15px;
}

.section-heading-nine h2 span:after {
	position: absolute;
	content: "";
	width: 12px;
	height: 9px;
	background: #8eb66f;
	transform: skew(-14deg);
	bottom: 10px;
	right: 0;
}

.section-heading-nine h2.display-5 {
	font-size: 44px;
	font-weight: 700;
}

@media (max-width:1199.98px) {
	.section-heading-nine h2.display-5 {
		font-size: 38px;
	}
}

@media (max-width:991.98px) {
	.section-heading-nine h2.display-5 {
		font-size: 30px;
	}
}

@media (max-width:767.98px) {
	.section-heading-nine h2.display-5 {
		font-size: 26px;
	}
}

@media (max-width:991.98px) {
	.section-heading-nine h2 {
		font-size: 28px;
	}
}

@media (max-width:767.98px) {
	.section-heading-nine h2 {
		font-size: 24px;
	}
}

.journey-heading-nine h2:after {
	display: none;
}

.safety-para {
	position: relative;
	text-transform: capitalize;
	padding-left: 24px;
	line-height: 31px;
	margin-bottom: 16px;
	font-weight: 500;
	color: #242b3a;
}

.safety-para:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 100%;
	top: 0;
	left: 0;
	background: #8eb66f;
}

.safety-list img {
	border-radius: 50px 50px 0 50px;
	margin: 50px 0 33px;
}

@media (max-width:991.98px) {
	.safety-list img {
		margin: 30px 0;
	}
}

@media (max-width:767.98px) {
	.safety-list img {
		margin: 24px 0;
	}
}

.safety-list ul li {
	margin-bottom: 24px;
	display: flex;
	align-items: center;
}

.safety-list ul li span {
	width: 32px;
	height: 32px;
	border-radius: 10px;
	background: #ffecf5;
	color: #8eb66f;
	font-size: 20px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.safety-list ul li:last-child {
	margin-bottom: 0;
}

.safety-ryt-two img {
	margin: 0 0 60px;
	border-radius: 50px 50px 50px 0;
}

@media (max-width:991.98px) {
	.safety-ryt-two img {
		margin: 30px 0;
	}
}

@media (max-width:767.98px) {
	.safety-ryt-two img {
		margin: 24px 0;
	}
}

.safety-list.safety-ryt-two {
	position: relative;
}

.safety-list.safety-ryt-two:after {
	position: absolute;
	content: "";
	background: #8eb66f;
	width: 62.15px;
	height: 23px;
	border-radius: 30px 30px 30px 0;
	transform: matrix(1,0,0,-1,0,0);
	top: 56%;
}

@media (max-width:1199.98px) {
	.safety-list.safety-ryt-two:after {
		top: 45%;
	}
}

@media (max-width:991.98px) {
	.safety-list.safety-ryt-two:after {
		display: none;
	}
}

.service-nine-section {
	background: #fbfbfb;
}

.title-badge {
	background: #ffecf5;
	color: #8eb66f;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 4px;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 5px;
}

.service-feature-nine {
	flex-direction: column;
	margin-top: -58px;
	z-index: 1;
	position: relative;
}

.service-feature-nine,.service-feature-nine .shop-content-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.service-feature-nine .shop-content-logo {
	width: 60px;
	height: 60px;
	background: #111827;
	box-shadow: 0 4px 15px 0 rgba(0,0,0,.04);
	border-radius: 41px;
	margin-bottom: 20px;
}

.service-feature-nine .shop-content-logo img {
	margin-bottom: 0;
	border-radius: 0;
	width: auto;
	height: auto;
}

.service-feature-nine span {
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 4px;
}

.service-feature-nine p {
	white-space: normal;
	text-align: center;
	color: #28283c;
	margin-bottom: 0;
	text-transform: capitalize;
	font-size: 18px;
}

.service-feature-nine h5 {
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.service-feature-nine h5 a {
	color: #242b3a;
}

.service-feature-nine h5 a:hover {
	color: #8eb66f;
}

.service-widget-nine .service-img,.service-widget-nine .service-img .serv-img {
	border-radius: 0;
}

.dots-bottom {
	margin-top: 16px;
}

.dots-bottom.owl-dots {
	text-align: left;
}

.dots-bottom.owl-dots .owl-dot {
	border: 0;
	padding: 0;
}

.dots-bottom.owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	border-radius: 40px;
	background: #e9eaeb;
}

.dots-bottom.owl-dots .owl-dot.active span {
	width: 20px;
	height: 8px;
	border-radius: 40px;
	background: #8eb66f;
}

.btn-service-nine {
	margin-top: 16px;
}

.feature-service-nine {
	background: #fff;
}

.feature-service-nine .service-widget-nine .service-image {
	position: relative;
	display: block;
}

.feature-service-nine .service-widget-nine .service-image:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,transparent,#000);
	z-index: 2;
}

.feature-service-nine .service-widget-nine .item-info {
	z-index: 2;
}

.items-nine {
	display: flex;
	align-items: center;
	justify-content: start;
	-webkit-justify-content: start;
}

.items-nine img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}

.items-nine .rating {
	margin-bottom: 0;
}

.items-nine .rating span {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.service-content-nine .sub-title {
	font-size: 14px;
	font-weight: 500;
	color: #8eb66f;
	margin-bottom: 4px;
	display: inline-block;
}

.service-content-nine .title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.service-content-nine .feature-content {
	margin-bottom: 10px;
}

.service-content-nine .feature-content p {
	font-size: 14px;
	margin-bottom: 10px;
}

.service-content-nine .feature-content h5 {
	margin-bottom: 10px;
}

.service-widget.service-widget-nine {
	border-radius: 0;
	box-shadow: 0 4px 4px 0 hsla(0,0%,85.1%,.25);
	border: 1px solid #ebeced;
}

.journey-nine-section {
	position: relative;
	background: url(../img/bg/journey-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	z-index: 0;
	background-size: cover;
}

.journey-nine-section:before {
	content: "";
	background: rgba(17,24,39,.9);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -6;
}

.journey-heading-nine,.journey-heading-nine h2 {
	margin-bottom: 0;
}

.journey-counter h2 {
	color: #fff;
	font-size: 38px;
	margin-bottom: 0;
}

@media (max-width:991.98px) {
	.journey-counter h2 {
		font-size: 32px;
	}
}

@media (max-width:767.98px) {
	.journey-counter h2 {
		font-size: 28px;
	}
}

.journey-counter p {
	color: #fff;
}

.choose-nine-section {
	background: #f4f5f5;
}

.reasonable-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	padding: 20px;
	background: #fdfdfd;
	border-radius: 10px;
}

.reasonable-wrap img {
	margin-bottom: 24px;
}

.reasonable-wrap h5 {
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 8px;
}

.reasonable-wrap p {
	color: #fff;
	margin-bottom: 0;
	text-align: center;
}

.expert-all {
	background: #8eb66f;
}

.delivery-all {
	background: #1c1c1c;
}

.workshop-all {
	background: rgba(32,48,102,.2);
}

.workshop-all h5,.workshop-all p {
	color: #203066;
	text-align: center;
}

.mechanics-section {
	background: #fff;
}

.mechanics-section .nav-pills {
	justify-content: center;
	margin: 0 0 40px;
}

.mechanics-section .nav-pills .nav-link {
	border-radius: 0;
	padding: 10px 20px;
	background: #f4f5f5;
	border: 0;
	color: #656b76;
}

.mechanics-section .nav-pills .nav-link:hover,.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
	background: #111827;
	color: #fff;
}

.nav-pills .nav-link.active:hover,.nav-pills .show>.nav-link:hover {
	background: #111827;
}

.providerset.providerset-nine {
	background: #fff;
	border: 1px solid #ebeced;
	box-shadow: 0 4px 15px rgba(0,0,0,.04);
	border-radius: 0;
}

.providerset.providerset-nine .providerset-content {
	text-align: center;
}

.providerset.providerset-nine .providerset-content h6 {
	color: #969aa2;
	font-size: 14px;
	font-weight: 500;
}

.providerset.providerset-nine .providerset-content h5 {
	margin-bottom: 5px;
}

.providerset.providerset-nine .providerset-content .rating {
	font-size: 14px;
	font-weight: 500;
}

.provider-nine-slider .owl-dots .owl-dot span {
	width: 30px;
	height: 7px;
	border-radius: 0;
}

.customer-review-section {
	background: #f8f9f9;
}

.customer-reviews-all {
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
}

.customer-reviews-all .rating {
	margin-bottom: 16px;
}

.customer-reviews-main {
	position: relative;
}

.customer-reviews-main img {
	border-radius: 50px 50px 50px 0;
}

.customer-quote img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 66px!important;
}

.customer-reviews-all span,.customer-reviews-main {
	margin-bottom: 20px;
}

.customer-reviews-all {
	position: relative;
	max-width: 724px;
	margin: auto;
	text-align: center;
}

.customer-side-main-all {
	position: relative;
}

@media (max-width:1199.98px) {
	.customer-side-main-all {
		display: none;
	}
}

.customer-side-left-img img {
	position: absolute;
	content: "";
	left: 8%;
	top: 150px;
}

.customer-side-right-img img {
	position: absolute;
	content: "";
	right: 8%;
	top: 150px;
}

.customer-review-slider .owl-dots {
	margin-top: 40px;
}

.customer-review-slider .owl-dots .owl-dot span {
	width: 30px;
	height: 7px;
	border-radius: 0;
}

.additional-service-section {
	padding: 80px 0;
}

.service-widget-nine-two .service-feature-nine {
	display: block;
	margin-top: 0;
	text-align: left;
}

.service-widget-nine-two .service-content .title {
	white-space: nowrap;
	margin-bottom: 0;
	font-size: 20px;
	text-align: left;
}

@media (max-width:991.98px) {
	.service-widget-nine-two .service-content .title {
		font-size: 18px;
	}
}

@media (max-width:767.98px) {
	.service-widget-nine-two .service-content .title {
		font-size: 16px;
	}
}

.items-nine-two img {
	width: 70px!important;
	height: 70px;
}

.blogs-nine-section {
	background: #f4f5f5;
}

.blogs-nine-section .blog {
	border-radius: 0;
	padding: 0;
}

.blogs-nine-section .blog.blog-new .blog-image {
	border-radius: 0;
}

.blogs-nine-section .blog.blog-new .blog-image .date {
	background-color: #fff;
	font-size: 24px;
	font-weight: 600;
	color: #242b3a;
	left: 20px;
	right: auto;
	border-radius: 6px;
}

.blogs-nine-section .blog.blog-new .blog-image .date span {
	font-size: 14px;
}

@media (max-width:991.98px) {
	.blogs-nine-section .blog.blog-new .blog-image .date {
		font-size: 20px;
	}
}

.blogs-nine-section .blog.blog-new .blog-image img {
	border-radius: 0;
}

.blogs-nine-section .blog.blog-new .blog-content {
	padding: 20px;
	margin: 0;
}

.blogs-nine-section .blog.blog-new .blog-content .blog-title {
	font-weight: 600;
	margin-bottom: 4px;
}

.blogs-nine-section .blog.blog-new .blog-content .blog-user-info {
	margin-bottom: 16px;
}

.blogs-nine-section .blog.blog-new .blog-content .blog-user-info h6 {
	font-weight: 500;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.blogs-nine-section .blog.blog-new .blog-content .blog-user img {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-right: 8px;
}

.blogs-nine-section .blog.blog-new .blog-content p {
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.service-blog-nine h5 {
	color: #203066;
	font-size: 18px;
}

.service-blog-nine p {
	white-space: normal;
}

.latest-date.latest-date-nine {
	padding: 10px 23px;
}

.latest-date.latest-date-nine span {
	border-bottom: 1px solid #d9d9d9;
}

.blogs-nine-slider .owl-dots .owl-dot span {
	width: 30px;
	height: 7px;
	border-radius: 0;
}

.free-service-all {
	background: #111827;
	z-index: 1;
	position: relative;
	margin-top: 60px;
}

.free-service-nine {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px;
	position: relative;
}

@media (max-width:991.98px) {
	.free-service-nine {
		display: none;
	}
}

.free-service-nine .offer-icon {
	position: absolute;
	right: 0;
	top: 20px;
}

.free-service-nine .choose-icon {
	position: absolute;
	left: 0;
	top: 20px;
}

.free-service-img-one {
	position: relative;
}

.free-service-img-one img {
	border-radius: 50px 50px 0 50px;
	margin-right: 10px;
}

.free-service-img-one .icon-01 {
	position: absolute;
	bottom: -30px;
	right: 30px;
	border-radius: 0;
	margin: 0;
}

.free-service-img-two img {
	margin-top: -60px;
	border-radius: 50px 50px 50px 0;
}

.free-service-bottom-content {
	padding: 76px 58px 76px 0;
}

.free-service-bottom-content p {
	color: #fff;
	margin-bottom: 24px;
}

@media (max-width:991.98px) {
	.free-service-bottom-content {
		padding: 50px;
		text-align: center;
	}
}

@media (max-width:767.98px) {
	.free-service-bottom-content {
		padding: 30px;
	}
}

.free-heading-nine {
	margin-bottom: 0;
}

.free-heading-nine p {
	color: #8eb66f;
}

.free-heading-nine h2 {
	color: #fff;
}

.partner-section-nine {
	margin-top: -230px;
	padding: 230px 0 60px;
	background: #ebeced;
}

.partner-section-nine .partner-img {
	border: 1px solid #ebeced;
	margin: 0;
}

.catering-banner-section {
	background-color: #f3f3f3;
	position: relative;
}

@media (max-width:767.98px) {
	.catering-banner-section {
		padding: 40px 0;
	}
}

@media (max-width:991.98px) {
	.catering-banner-section .home-banner {
		min-height: unset;
	}
}

.catering-banner-section .catering-banner-img {
	position: absolute;
	bottom: 0;
	top: 0;
}

.catering-banner-section .search-three-form {
	display: flex;
	align-items: center;
}

@media (max-width:767.98px) {
	.catering-banner-section .search-three-form {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 8px;
	}
}

.catering-banner-section .search-box.search-box-four .search-btn .btn {
	padding: 13px 50px;
	border-radius: 105px;
	font-size: 18px;
}

@media (max-width:767.98px) {
	.catering-banner-section .search-box.search-box-four .search-btn .btn {
		justify-content: center;
	}
}

@media (max-width:767.98px) {
	.catering-banner-section .search-box.search-box-four .search-btn {
		width: 100%;
	}
}

.catering-banner-section .section-search.section-search-four {
	max-width: 633px;
}

@media (max-width:767.98px) {
	.catering-banner-section .section-search.section-search-four {
		max-width: 100%;
	}
}

.catering-banner-section .search-box.search-box-four {
	border-radius: 90px;
	margin: 0 0 30px;
	box-shadow: none;
	padding: 10px 15px 10px 30px;
}

@media (max-width:767.98px) {
	.catering-banner-section .search-box.search-box-four {
		border-radius: 20px;
		padding-left: 15px;
	}
}

.catering-banner-section .section-search.section-search-four span {
	color: #8eb66f;
}

.catering-banner-section .section-search.section-search-four p {
	margin-bottom: 30px;
}

.catering-banner-section .section-search.section-search-four span {
	border: none;
}

.feature-section.nearby-section .section-heading h2 {
	font-weight: 700;
}

.feature-section.nearby-section .section-heading .btn-view {
	padding: 14px 20px;
	border-radius: 50px;
}

@media (max-width:767.98px) {
	.feature-section.nearby-section {
		padding: 40px 0!important;
	}
}

.service-widget.service-four {
	border: 1px solid #e2e6f1;
	padding: 20px;
}

.service-widget.service-two .service-content.service-four-content .service-cater-bottom {
	color: #2a396d;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.service-widget.service-two .service-content.service-four-content p {
	white-space: normal;
}

.service-widget .fav-item.fav-item-four {
	right: 0;
	left: auto;
	width: auto;
}

.service-content-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}

.service-content-bottom .service-cater-img img {
	width: 38px;
	height: 38px;
	border-radius: 50px;
	margin-right: 10px;
}

.service-content-bottom .service-cater-img.service-world-img img {
	width: 61px;
	height: 61px;
	border-radius: 10px;
}

.service-content-bottom h6 {
	color: #8eb66f;
	margin: 0;
	font-weight: 600;
}

.service-content-bottom span {
	display: flex;
	display: -webkit-flex;
	padding: 10px;
	border-radius: 50%;
	background-color: #111827;
	color: #fff;
}

.service-content-bottom span:hover {
	background: #8eb66f;
}

.service-cater-img {
	display: flex;
	align-items: center;
}

.service-cater-img p {
	margin: 0;
}

.catering-banner-botton {
	display: flex;
	align-items: center;
}

.catering-btn-services {
	margin-right: 40px;
}

.catering-btn-services:last-child {
	margin-right: 0;
}

.catering-btn-services h5 {
	font-size: 18px;
	margin-bottom: 10px;
}

.catering-btn-services h6 {
	color: #74788d;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
}

.catering-btn-icon {
	margin-bottom: 20px;
	background: #fff;
	width: 56px;
	height: 56px;
}

.catering-btn-icon-two img {
	color: #8eb66f;
	width: 23px;
	height: 30px;
	font-size: 24px;
	margin-bottom: 10px;
}

.catering-slider .service-two.service-four {
	padding: 0;
	margin-bottom: 40px;
}

.service-two.service-four .service-common-four {
	padding: 20px;
	border-bottom: 1px solid #ebebeb;
}

.catering-main-bottom .title {
	margin-bottom: 0;
}

.catering-main-bottom .title a {
	color: #101522;
}

.catering-main-bottom .rating {
	font-size: 14px;
	margin-bottom: 7px;
}

.catering-main-bottom span {
	font-size: 14px;
}

.nearby-section {
	padding: 80px 0;
}

@media (max-width:991.98px) {
	.nearby-section {
		padding: 60px 0;
	}
}

@media (max-width:767.98px) {
	.nearby-section {
		padding: 40px 0!important;
	}
}

.section-heading-four h2 {
	font-size: 32px;
	margin-bottom: 4px;
}

@media (max-width:991.98px) {
	.section-heading-four h2 {
		font-size: 28px;
	}
}

@media (max-width:767.98px) {
	.section-heading-four h2 {
		font-size: 24px;
	}
}

.categories-section {
	padding: 80px 0;
	position: relative;
	background-color: #f3f3f3;
}

@media (max-width:991.98px) {
	.categories-section {
		padding: 60px 0;
	}
}

@media (max-width:767.98px) {
	.categories-section {
		padding: 40px 0!important;
	}
}

.categories-main-all {
	padding: 30px 31px;
	border-radius: 10px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	flex-direction: column;
	background: #fff;
	margin-bottom: 24px;
}

.categories-main-all h6 {
	text-align: center;
	color: #58627b;
	max-width: 115px;
}

.categories-main-all h5 {
	margin-bottom: 20px;
}

.categories-main-all .category-bottom {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	width: 24px;
	height: 24px;
	background-color: #f3f3f3;
	color: #fff;
	border-radius: 50px;
}

.categories-main-all:hover .categories-img span {
	background-color: #8eb66f;
	border: #8eb66f;
	transition: .7s;
}

.categories-main-all:hover .categories-img span img {
	filter: invert(1) brightness(2);
	transform: rotateY(1turn);
	-webkit-transform: rotateY(1turn);
	-ms-transform: rotateY(1turn);
	transition: .4s;
}

.categories-main-all:hover .category-bottom {
	background-color: #8eb66f;
	color: #fff;
	transition: .7s;
}

.categories-img span {
	width: 100px;
	height: 100px;
	background-color: #f3f3f3;
	border: #f3f3f3;
	border-radius: 10px;
	margin-bottom: 20px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	transition: .4s;
}

.categories-img span img {
	transition: .4s;
}

.btn-catering .btn-view {
	border-radius: 95px;
	padding: 15px 26px;
	margin-top: 16px;
}

.section-heading.section-heading-four .btn-view {
	border-radius: 95px;
	padding: 15px 27px;
}

@media (max-width:767.98px) {
	.section-heading.section-heading-four .btn-view {
		padding: 10px 20px;
	}
}

.section-heading.working-four-heading h2 {
	font-size: 32px;
}

.features-four-section {
	position: relative;
	padding: 80px 0;
}

@media (max-width:991.98px) {
	.features-four-section {
		padding: 60px 0;
	}
}

@media (max-width:767.98px) {
	.features-four-section {
		padding: 40px 0!important;
	}
}

.features-four-section .service-widget {
	margin-bottom: 40px;
}

.rate-four {
	padding: 2px 10px;
	background-color: #fff;
	border-radius: 5px;
}

.rate-four i {
	color: #ffb800;
	margin-right: 3px;
}

.rate-four span {
	color: #000;
	font-weight: 600;
}

.service-four-img {
	position: relative;
}

.service-four-img:before {
	content: "";
	background-color: rgba(12,17,35,.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
	z-index: 1;
}

.service-content.service-four-content {
	padding: 20px 20px 0;
	border-bottom: 1px solid #f1f1f1;
}

.service-content.service-four-content ul li {
	color: #6c6c6c;
	font-size: 12px;
	padding: 5px;
}

.service-content.service-four-content ul li:last-child {
	margin-right: 0;
}

.service-content.service-four-content p {
	white-space: normal;
}

.service-content.service-four-content .mini-mealmenu {
	text-decoration: line-through;
	font-size: 18px;
	font-weight: 700;
	margin-right: 5px;
	color: #2a396d;
}

.service-content.service-four-content .mealmenu {
	font-size: 22px;
	font-weight: 700;
	color: #8eb66f;
}

.service-content.service-four-blogs h3 {
	white-space: normal;
	color: #101522;
	font-weight: 700;
	font-size: 23px;
	margin-bottom: 20px;
}

.service-content.service-four-blogs p {
	white-space: normal;
}

.category-feature-bottom {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	background-color: #f3f3f3;
	padding: 10px;
	border-radius: 5px;
}

.category-feature-bottom p {
	margin-bottom: 0;
	color: #2a396d;
}

.category-feature-bottom a {
	font-size: 14px;
	font-weight: 700;
	color: #8eb66f;
}

.category-feature-bottom a:hover {
	color: #0b2540;
}

.trust-us-section {
	position: relative;
	padding: 80px 0;
	background-color: #f4f5f5;
	z-index: 1;
}

@media (max-width:991.98px) {
	.trust-us-section {
		padding: 60px 0;
	}
}

@media (max-width:767.98px) {
	.trust-us-section {
		padding: 40px 0!important;
	}
}

.trust-us-section:before {
	background: url(../img/bg/testimonial-bg-03.svg) no-repeat;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-position: 100%;
}

.trust-us-section .trust-us-main {
	padding: 20px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	flex-direction: column;
	background-color: #fff;
	box-shadow: 0 4px 24px hsla(0,0%,80.4%,.25);
}

.trust-us-section .trust-us-main h6 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.trust-us-section .trust-us-main p {
	text-align: center;
	margin-bottom: 0;
}

.trust-us-section .trust-us-main:hover .trust-us-img {
	background-color: #8eb66f;
	transition: .7s;
	color: #fff;
	padding: 12px 18px;
	border-radius: 10px;
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
}

.trust-us-section .trust-us-main:hover .trust-us-img i {
	transform: rotateY(1turn);
	-webkit-transform: rotateY(1turn);
	-ms-transform: rotateY(1turn);
	transition: .4s;
}

.trust-us-section .trust-us-main .trust-us-img i {
	transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
}

.trust-us-section .trust-us-img {
	display: flex;
	font-size: 56px;
	color: #8eb66f;
	margin-bottom: 25px;
	padding: 12px 18px;
}

.popular-four-section {
	position: relative;
	padding: 80px 0 56px;
}

@media (max-width:991.98px) {
	.popular-four-section {
		padding: 60px 0 36px;
	}
}

@media (max-width:767.98px) {
	.popular-four-section {
		padding: 40px 0 16px!important;
	}
}

.popular-four-section .popular-portfolio-img {
	position: relative;
	margin-bottom: 24px;
	overflow: hidden;
	border-radius: 10px;
	transition: all .5s;
}

.popular-four-section .popular-portfolio-img img {
	width: 100%;
	transition: all .5s;
}

.popular-four-section .popular-portfolio-img:hover img {
	position: relative;
	z-index: 1;
	transition: all .5s;
}

.popular-four-section .popular-portfolio-img:before {
	background-color: rgba(0,0,0,.5019607843);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 10px;
	transition: all .5s;
}

.popular-four-section .popular-portfolio-overlay {
	position: absolute;
	content: "";
	bottom: 0;
	padding: 20px;
	z-index: 1;
	transition: all .5s;
}

.popular-four-section .popular-portfolio-overlay h6 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 5px;
}

.popular-four-section .popular-portfolio-overlay p {
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0;
}

.Working-four-section {
	position: relative;
	padding: 0;
	background-color: #fff;
}

@media (max-width:991.98px) {
	.Working-four-section {
		padding: 60px 0;
	}
}

@media (max-width:767.98px) {
	.Working-four-section {
		padding: 40px 0!important;
	}
}

.search-input.search-input-three.search-input-four .form-group input::-moz-placeholder {
	color: #6c6c6c;
}

.search-input.search-input-three.search-input-four .form-group input::placeholder {
	color: #6c6c6c;
}

.search-input.search-input-three.search-input-four .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 45px;
	font-weight: 400;
	color: #6c6c6c;
}

.search-box.search-box-four .search-three-form .search-input.search-input-three {
	width: 100%;
}

.search-box.search-box-four .search-three-form .form-group {
	width: 85%;
}

@media (max-width:767.98px) {
	.search-box.search-box-four .search-three-form .form-group {
		width: 100%;
	}
}

.search-box.search-box-four i {
	color: #424242;
}

.search-box.search-box-four .btn i {
	color: #fff;
}

.working-four-main {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	flex-direction: column;
	text-align: center;
	padding: 20px;
	background-color: #111827;
	border-radius: 10px;
}

.working-four-main h6 {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
}

.working-four-main h4 {
	font-size: 18px;
	color: #fff;
}

.working-four-main p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
}

.working-four-main:hover {
	background: #8eb66f;
	cursor: pointer;
}

.working-four-img {
	position: relative;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 16px;
}

.around-world-section {
	position: relative;
	padding: 80px 0;
}

@media (max-width:991.98px) {
	.around-world-section {
		padding: 60px 0;
	}
}

@media (max-width:767.98px) {
	.around-world-section {
		padding: 40px 0!important;
	}
}

.around-world-section .service-widget {
	margin-bottom: 40px;
}

.item-info.item-info-four {
	padding: 0 20px;
	font-size: 14px;
}

.service-world-img i {
	margin-right: 7px;
	color: #424242;
}

.service-world-img p {
	color: #424242;
}

.useful-blog-section {
	position: relative;
	padding: 80px 0;
}

@media (max-width:991.98px) {
	.useful-blog-section {
		padding: 60px 0;
	}
}

@media (max-width:767.98px) {
	.useful-blog-section {
		padding: 40px 0!important;
	}
}

.useful-blog-section .service-widget {
	margin-bottom: 40px;
}

.usefull-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.usefull-bottom h6 {
	font-weight: 500;
	color: #2a396d;
}

.owl-carousel.useful-four-slider .useful-img img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.owl-carousel.client-four-slider .client-review-img img {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	border: 5px solid #fff;
}

.review-client-section {
	position: relative;
	padding: 80px 0;
	background-color: #f4f5f5;
}

@media (max-width:991.98px) {
	.review-client-section {
		padding: 60px 0;
	}
}

@media (max-width:767.98px) {
	.review-client-section {
		padding: 40px 0!important;
	}
}

.review-client-section .testimonial-slider2 {
	padding-top: 80px;
}

@media (max-width:991.98px) {
	.review-client-section .testimonial-slider2 {
		padding: 60px 0 0;
	}
}

@media (max-width:767.98px) {
	.review-client-section .testimonial-slider2 {
		padding: 40px 0 0!important;
	}
}

.client-review-top {
	position: relative;
	padding: 30px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 46px;
}

.client-review-top:before {
	content: "\a";
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	border-width: 32px 55px 0 0;
	border-radius: 0;
	position: absolute;
	bottom: -31px;
	transform: rotate(180deg);
}

.client-review-top p {
	margin-bottom: 0;
	text-align: left;
}

.common-four-slider .owl-dots .owl-dot.active span {
	background-color: #8eb66f;
	position: relative;
}

.common-four-slider .owl-dots .owl-dot.active span:before {
	width: 19px;
	height: 19px;
	background-color: transparent;
	border-radius: 50%;
	border: 2px solid #8eb66f;
	position: absolute;
	content: "";
	top: -5px;
	left: -5px;
}

.common-four-slider .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	margin-right: 5px;
}

.client-review-name {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.client-review-name h6 {
	font-size: 20px;
}

.client-review-name .rating {
	font-size: 12px;
}

.client-review-img {
	margin-bottom: 40px;
	float: left;
}

.client-four-slider {
	margin-bottom: 55px;
	border-bottom: 1px solid #ebebeb;
}

.client-four-slider .owl-dots {
	margin-bottom: 55px;
}

.footer.footer-5 {
	background: #f4f5f5!important;
}

.footer.footer-5 .footer-top {
	background: #f4f5f5!important;
	padding-bottom: 26px;
}

.footer.footer-5 .footer-top .footer-menu ul li {
	margin-bottom: 18px;
}

.footer.footer-5 .footer-top .footer-menu ul li:last-child {
	margin-bottom: 0;
}

.footer.footer-5 .footer-widget .subscribe-form .form-control {
	border: 0;
	padding: 10px 50px 10px 10px;
	min-height: 56px;
}

.footer.footer-5 .footer-widget .subscribe-form .btn {
	right: 10px;
}

.footer.footer-5 .footer-widget .footer-btn {
	width: 40px;
	height: 36px;
	color: #fff;
}

.footer.footer-5 .footer-widget .footer-btn:hover {
	background: #8eb66f;
	border-color: #8eb66f;
}

.footer.footer-5 .footer-widget .social-icon a {
	background: #fff!important;
}

.footer.footer-5 .footer-widget .social-icon a:hover {
	color: #8eb66f;
}

.footer.footer-5 .footer-bottom {
	background: #f4f5f5!important;
	padding: 20px 0;
}

@media (max-width:767.98px) {
	.footer.footer-5 .copyright-menu {
		float: left;
	}
}

.hero-section-six {
	position: relative;
	z-index: 1010;
	background-color: #f7f8f9;
}

@media (max-width:991.98px) {
	.hero-section-six {
		padding-top: 10px;
	}
}

.hero-section-six .hero-section-overlay-img .gradient-img {
	position: absolute;
	bottom: 0;
	z-index: 1;
	left: 0;
}

.hero-section-six .hero-section-overlay-img .white-circle {
	position: absolute;
	left: 18%;
	bottom: 0;
	z-index: 1;
}

.hero-section-six .hero-section-overlay-img .main-bg {
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.hero-section-six .hero-section-overlay-img .top-circle {
	position: absolute;
	top: 0;
	left: 50%;
}

.hero-section-six .hero-section-overlay-img .right-img {
	position: absolute;
	right: 0;
	z-index: -1;
}

.hero-section-six .hero-section-overlay-img .oval-img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -99;
}

.hero-section-six header.header-six {
	background: none;
	box-shadow: none;
}

.hero-section-six header.header-six.fixed {
	background-color: #fff;
}

.hero-section-six header.header-six .offcanvas-info .offcanvas__contact a.btn-primary {
	background-color: #8eb66f!important;
	color: #fff;
}

.hero-section-six header.header-six .header-navbar-rht .nav-item .header-button-six {
	padding: 12px 24px;
	background: #8eb66f;
	color: #fff;
	border-radius: 40px;
	transition: .7s;
	font-weight: 500;
}

.hero-section-six header.header-six .header-navbar-rht .nav-item .header-button-six:hover {
	color: #282b8b;
	background: #fff;
	transition: .7s;
}

.hero-section-six header.header-six .main-menu-wrapper nav {
	margin-right: 20px;
}

.hero-section-six header.header-six .main-menu-wrapper .nav-link.btn.btn-primary {
	background-color: #8eb66f!important;
	color: #fff!important;
}

.hero-section-six .header.header-six.fixed {
	background: #fff;
}

.hero-section-six .home-banner-six {
	min-height: 660px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

@media (max-width:991.98px) {
	.hero-section-six .home-banner-six {
		min-height: 300px;
		padding: 40px 0;
	}
}

.hero-section-six .home-banner-six .home-banner-main {
	position: absolute;
	top: 13%;
	z-index: 1;
}

.hero-section-six .home-banner-six-bottom .home-banner-six-detergent {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.hero-section-six .home-banner-six-bottom .home-banner-six-detergent span {
	background-color: #fff;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 6px;
}

.hero-section-six .home-banner-six-bottom .display-5 {
	font-weight: 700;
}

@media (max-width:767.98px) {
	.hero-section-six .home-banner {
		min-height: auto;
	}
}

.search-box-two.search-box-six {
	padding: 10px;
	width: 114%;
	position: relative;
	z-index: 1;
}

@media (max-width:991.98px) {
	.search-box-two.search-box-six {
		display: inline-block;
		border-radius: 0;
		width: 100%;
	}
}

@media (max-width:767.98px) {
	.search-box-two.search-box-six {
		display: inline-block;
		border-radius: 0;
	}
}

.search-box-two.search-box-six form {
	display: flex;
	align-items: center;
}

@media (max-width:991.98px) {
	.search-box-two.search-box-six form {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: start;
	}
}

@media (max-width:767.98px) {
	.search-box-two.search-box-six form {
		flex-wrap: wrap;
		flex-direction: column;
	}
}

.search-box-two.search-box-six .search-input-new.line-six {
	width: 45%;
}

@media (max-width:991.98px) {
	.search-box-two.search-box-six .search-input-new.line-six {
		width: 100%;
	}
}

.search-box-two.search-box-six .search-input-new.line-two-six {
	width: 35%;
}

@media (max-width:991.98px) {
	.search-box-two.search-box-six .search-input-new.line-two-six {
		width: 100%;
	}
}

.search-box-two.search-box-six .search-btn {
	width: 20%;
}

@media (max-width:991.98px) {
	.search-box-two.search-box-six .search-btn {
		width: 100%;
	}
}

@media (max-width:767.98px) {
	.search-box-two.search-box-six .search-btn {
		width: 100%;
	}
}

.search-box-two.search-box-six .search-btn .btn {
	padding: 8px 16px;
	font-size: 16px;
	font-weight: 500;
}

.search-box-two.search-box-six .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #242b3a!important;
	font-size: 16px;
	font-weight: 400;
}

.search-input-new.line-two-six input {
	padding: 0 40px 0 10px;
	height: 40px;
	min-height: 40px;
}

.search-input-new.line-two-six input::-moz-placeholder {
	color: #242b3a!important;
}

.search-input-new.line-two-six input::placeholder {
	color: #242b3a!important;
}

.search-input-new.line-two-six i {
	color: #8eb66f;
	right: 12px;
}

.search-input-new.line-two-six .form-group input::-moz-placeholder {
	color: #74788d;
	font-size: 16px;
	font-weight: 400;
}

.search-input-new.line-two-six .form-group input::placeholder {
	color: #74788d;
	font-size: 16px;
	font-weight: 400;
}

.search-input-new.line-six .select2-container--default .select2-selection--single {
	border: 0;
	height: 40px;
}

.search-input-new.line-six .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #8eb66f;
}

.side-social-media-six {
	position: relative;
}

.side-social-media-six ul {
	position: absolute;
	top: 260px;
	left: 0;
	z-index: 2;
}

.side-social-media-six ul li {
	margin-bottom: 20px;
}

.side-social-media-six ul li a {
	width: 24px;
	display: flex;
	height: 24px;
	background: #282b8b;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	transition: .5s;
}

.side-social-media-six ul li a:hover {
	background: #fff;
	color: #282b8b;
	transition: .5s;
}

.side-social-media-six ul li a i {
	font-size: 12px;
}

.home-banner-six-detergent {
	margin-bottom: 20px;
}

.home-banner-six-detergent h5 {
	margin-bottom: 0;
	color: #282b8b;
}

.banner-six-side-img {
	position: relative;
}

.banner-six-side-img img {
	position: absolute;
	bottom: -33px;
	right: 0;
}

.banner-six-ellipse-img {
	position: relative;
}

.banner-six-ellipse-img .ellipe-six-one {
	position: absolute;
	top: 0;
}

.reason-choose-us {
	position: relative;
	padding: 80px 0 66px;
}

@media (max-width:991.98px) {
	.reason-choose-us {
		padding: 50px 0 26px;
	}
}

@media (max-width:767.98px) {
	.reason-choose-us {
		padding: 40px 0 16px;
	}
}

.reason-six {
	display: flex;
	justify-content: start;
	align-items: flex-end;
	align-items: center;
	margin-bottom: 10px;
}

.reason-six img {
	padding: 10px;
	background-color: #fff;
	margin-right: 10px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.08);
}

.reason-six p {
	color: #656b76;
	font-weight: 600;
}

@media (max-width:767.98px) {
	.reason-six p {
		font-size: 14px;
	}
}

.section-heading.section-heading-six h2 {
	color: #242b3a;
	margin-bottom: 0;
}

@media (max-width:991.98px) {
	.section-heading.section-heading-six h2 {
		font-size: 34px;
	}
}

@media (max-width:767.98px) {
	.section-heading.section-heading-six h2 {
		font-size: 28px;
	}
}

.section-heading.section-heading-six h2 span {
	color: #8eb66f;
}

.professional-cleaning-main {
	background: #edeef0;
	padding: 20px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 24px;
}

.professional-cleaning-main img {
	background-color: #fff;
	padding: 16px;
	margin-bottom: 16px;
}

.professional-cleaning-main h5 {
	color: #242b3a;
	margin-bottom: 0;
}

@media (max-width:991.98px) {
	.section-heading.section-heading-six {
		margin-bottom: 30px;
	}
}

.total-client-all {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

@media (max-width:991.98px) {
	.total-client-all {
		display: block;
	}
}

.total-client-all .total-client-half {
	display: flex;
	justify-content: start;
	align-items: center;
}

@media (max-width:991.98px) {
	.total-client-all .total-client-half {
		margin-bottom: 20px;
		row-gap: 10px;
		flex-wrap: wrap;
	}
}

.total-client-all .total-client-half .total-client-mini {
	padding: 0 20px 0 0;
}

.total-client-all .total-client-half .total-client-mini:first-child {
	padding-left: 0;
	border-right: 1px solid #d9d9d9;
	margin-right: 20px;
}

.total-client-all .total-client-half .total-client-mini:nth-child(3) {
	padding-left: 0;
}

.total-client-all .total-client-half .total-client-mini .total-experts-main {
	display: inline-flex;
	align-items: center;
}

@media (max-width:767.98px) {
	.total-client-all {
		flex-direction: column;
	}
}

.total-client-all ul li a img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 5px solid #fff;
}

.total-experts-main h3 {
	color: #282b8b;
	font-size: 38px;
	margin: 0 10px 0 0;
}

.total-experts-main p {
	color: #74788d;
	font-weight: 500;
	margin-bottom: 0;
}

.total-experts-main p span {
	display: block;
}

.total-client-avatar li {
	display: inline-block;
	margin: 0 0 0 -15px;
}

.total-client-avatar li:first-child {
	margin-left: 0;
}

.total-client-avatar .more-set a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background: #282b8b;
	border-radius: 50%;
	color: #fff;
	border: 5px solid #fff;
	font-size: 14px;
	font-weight: 600;
}

.total-client-half li .total-client-content {
	margin: 0 0 0 40px;
	color: #74788d;
}

.total-client-half li .total-client-content span {
	display: block;
}

p.total-client-content {
	margin-bottom: 0;
	max-width: 480px;
}

.our-company-ryt {
	position: relative;
	display: flex;
	justify-content: flex-end;
	z-index: 0;
}

.our-company-ryt .bg-overlay-img {
	position: absolute;
	z-index: -1;
	top: -120px;
	right: -90px;
}

.our-company-bg img {
	position: absolute;
	/*top: -235px;*/
	z-index: -1;
	left: 85px;
}

.our-company-img img {
	position: absolute;
	top: -50px;
	right: 0;
	left: 0;
	width: 100%;
}

.about-our-company {
	position: relative;
	background: radial-gradient(22.27% 41.82% at 32.4% 51.2%,rgba(255,230,243,.1) 0,#f7f8f9 100%);
	padding: 80px 0;
}

@media (max-width:991.98px) {
	.about-our-company {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.about-our-company {
		padding: 40px 0;
	}
}

.our-company-six p {
	color: #000;
	font-weight: 400;
	max-width: 559px;
	line-height: 30px;
	margin-bottom: 40px;
}

@media (max-width:991.98px) {
	.our-company-six p {
		margin-bottom: 30px;
	}
}

.our-company-first-content {
	display: inline-flex;
	align-items: center;
	background: #fff;
	border: 1px solid #e7e7e7;
	box-shadow: 0 4px 15px rgba(0,0,0,.04);
	border-radius: 10px;
	padding: 15px;
	position: absolute;
	bottom: -350px;
	left: 25px;
}

.our-company-first-content a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	border-radius: 50%;
	background: #8eb66f;
	color: #fff;
	transition: .7s;
}

.our-company-first-content a:hover {
	background: #fff;
	color: #8eb66f;
	transition: .7s;
}

.our-company-first-content a i {
	font-size: 22px;
}

.company-top-content {
	margin-right: 24px;
}

.company-top-content p {
	margin-bottom: 0;
	color: #74788d;
}

.company-top-content h3 {
	font-size: 38px;
	color: #282b8b;
	margin-bottom: 0;
}

.our-company-two-content {
	position: absolute;
	top: -158px;
	right: 17px;
	padding: 15px;
	background: #fff;
	border: 1px solid #e7e7e7;
	box-shadow: 0 4px 15px rgba(0,0,0,.04);
	border-radius: 10px;
}

.our-company-two-content p {
	color: #74788d;
	margin-bottom: 0;
}

.company-two-top-content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.company-two-top-content h4 {
	margin-bottom: 0;
	color: #282b8b;
	font-size: 38px;
}

.afford-btn {
	display: inline-flex;
	justify-content: flex-end;
	text-decoration: underline;
	color: #242b3a;
	float: right;
}

@media (max-width:767.98px) {
	.afford-btn {
		float: left;
		margin-top: 16px;
	}
}

.aboutus-companyimg {
	position: relative;
}

.aboutus-companyimg img {
	max-width: 100%;
}

.aboutus-companyimg .our-company-overlay-img {
	position: absolute;
	left: -102px;
	bottom: -115px;
	z-index: -1;
}

.playicon {
	position: absolute;
	right: 48%;
	top: 37%;
}

.playicon span {
	width: 48px;
	height: 48px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #242b3a;
}

.modal-content-video {
	padding: 0!important;
}

.modal-content-video .modal-content {
	background: #000;
}

.modal-content-video .modal-header {
	border: 0;
}

.modal-content-video .modal-header button.close {
	color: #fff;
	opacity: 1;
}

.video-home video {
	width: 100%;
}

.satisfied-service-section {
	position: relative;
	padding: 80px 0 66px;
	background: #fff;
}

@media (max-width:991.98px) {
	.satisfied-service-section {
		padding: 50px 0 26px;
	}
}

@media (max-width:767.98px) {
	.satisfied-service-section {
		padding: 40px 0 16px;
	}
}

.get-service-main {
	padding: 30px;
	text-align: center;
	background: #fff;
	border: 1px solid #ebeced;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.08);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 24px;
}

.get-service-main:hover {
	border: 1px solid #8eb66f;
	background: rgba(255,0,138,.01);
}

.get-service-main:hover .get-service-btn a {
	color: #8eb66f;
}

.get-service-main:hover .get-service-btn a i {
	background: rgba(255,0,138,.1);
}

.get-service-main span,.get-service-main span img {
	transition: .4s;
}

.get-service-main img {
	margin-bottom: 25px;
}

.get-service-main h5 {
	color: #242b3a;
	margin-bottom: 25px;
}

.get-service-btn a {
	display: flex;
	align-items: center;
	color: #74788d;
	font-weight: 500;
}

.get-service-btn a i {
	padding: 4px;
	border-radius: 50%;
	background: rgba(98,98,98,.1019607843);
}

.see-works-six-section {
	position: relative;
	padding: 80px 0 66px;
	background: #f4f5f5;
}

@media (max-width:991.98px) {
	.see-works-six-section {
		padding: 50px 0 26px;
	}
}

@media (max-width:767.98px) {
	.see-works-six-section {
		padding: 40px 0 16px;
	}
}

.see-works-six-section .overlay-img .top {
	position: absolute;
	top: -50px;
}

.see-works-six-section .overlay-img .buttom {
	position: absolute;
	bottom: -50px;
}

.how-it-works-six {
	margin-bottom: 24px;
}

.works-six-num {
	display: flex;
	align-items: center;
	justify-content: center;
}

.works-six-num h2 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 50px;
	z-index: 0;
}

.works-six-num h2,.works-six-num h2:before {
	width: 82px;
	height: 82px;
	background: rgba(255,0,138,.5);
	border-radius: 10px;
}

.works-six-num h2:before {
	position: absolute;
	content: "";
	transform: rotate(14.46deg);
	z-index: -1;
}

.works-six-num h2:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 51px;
	background: #ff008a;
	bottom: -70px;
	left: 50%;
	transform: translateX(-50%);
}

.works-six-num.works-six-num-two h2,.works-six-num.works-six-num-two h2:before {
	background: rgba(247,208,74,.5);
}

.works-six-num.works-six-num-three h2,.works-six-num.works-six-num-three h2:before {
	background: rgba(32,48,102,.5);
}

.work-online-img {
	margin-top: 80px;
}

.work-online-bottom,.work-online-img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.work-online-bottom {
	position: absolute;
	flex-direction: column;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.work-online-bottom h4 {
	max-width: 160px;
	text-align: center;
}

.work-online-bottom img {
	margin-bottom: 20px;
}

.work-online-schedule {
	position: relative;
}

.work-online-bottom.work-online-bottom-two img {
	margin-bottom: 0;
}

.work-online-bottom.work-online-bottom-two h4 {
	margin-bottom: 25px;
}

.blogs-service-section {
	position: relative;
	padding: 80px 0 66px;
}

@media (max-width:991.98px) {
	.blogs-service-section {
		padding: 50px 0 26px;
	}
}

@media (max-width:767.98px) {
	.blogs-service-section {
		padding: 40px 0 16px;
	}
}

.latest-blog-content {
	width: 76px;
	height: 76px;
	border-radius: 10px;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-right: 20px;
}

.latest-blog-content h5 {
	text-align: center;
	color: #242b3a;
	font-size: 24px;
}

.latest-blog-content h5 span {
	display: block;
	font-size: 16px;
	color: #656b76;
}

.latest-profile-name {
	display: flex;
	align-items: center;
}

.latest-profile-name img {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-right: 5px;
}

.latest-profile-name h6 {
	margin-bottom: 0;
	font-size: 14px;
	color: #74788d;
	font-weight: 400;
}

.service-content.service-content-six {
	padding: 20px 0 0;
	margin-top: 0;
	z-index: 1;
	position: relative;
}

.service-content.service-content-six .latest-blog-six {
	position: absolute;
	top: -231px;
	left: 15px;
}

@media (max-width:991.98px) {
	.service-content.service-content-six .latest-blog-six {
		top: -194px;
	}
}

@media (max-width:767.98px) {
	.service-content.service-content-six .latest-blog-six {
		display: none;
	}
}

.service-content.service-content-six .blog-import-service {
	color: #242b3a;
	font-size: 20px;
	margin-bottom: 8px;
}

.service-content.service-content-six .blog-import-service,.service-content.service-content-six p {
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.service-content.service-content-six p {
	color: #74788d;
}

.service-content.service-content-six a {
	color: #8eb66f;
}

.service-content.service-content-six a:hover {
	color: #282b8b;
}

.service-widget.service-six {
	padding: 20px;
	background: #f8f8f8;
}

.our-expert-six-section {
	position: relative;
	background: url(../img/oru-company-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0 66px;
}

@media (max-width:991.98px) {
	.our-expert-six-section {
		padding: 50px 0 26px;
	}
}

@media (max-width:767.98px) {
	.our-expert-six-section {
		padding: 40px 0 16px;
	}
}

.our-expert-six {
	position: relative;
	margin-bottom: 24px;
}

.our-expert-six:hover .our-expert-six-content {
	transform: scale(1);
	z-index: 0;
}

.our-expert-six-content {
	display: flex;
	align-items: self-start;
	justify-content: end;
	flex-direction: column;
	padding-left: 15px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 9;
	border-radius: 10px 204px 10px 10px;
	background: rgba(0,0,0,.53);
	transform: scale(0);
	transition: all .5s;
}

.our-expert-six-content h6 {
	color: #fff;
	font-size: 18px;
}

.our-expert-six-content p {
	color: #8eb66f;
	margin-bottom: 10px;
}

.our-expert-six-content .rating {
	font-size: 12px;
	margin-bottom: 12px;
}

.our-expert-six-content h5 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 17px;
}

.our-expert-six-content h5 span {
	font-size: 14px;
	color: #c2c9d1;
}

.our-expert-six-content a {
	padding: 8px 16px;
	margin-bottom: 20px;
	border-radius: 30px;
	background: #8eb66f;
	border: 1px solid #8eb66f;
}

.our-expert-img {
	border-radius: 10px;
}

.our-expert-img img {
	border-radius: 10px;
	width: 100%;
}

.customer-reviews-six-section {
	position: relative;
	padding: 80px 0 66px;
}

@media (max-width:991.98px) {
	.customer-reviews-six-section {
		padding: 50px 0 26px;
	}
}

@media (max-width:767.98px) {
	.customer-reviews-six-section {
		padding: 40px 0 16px;
	}
}

.customer-review-main-six {
	background: #f8f8f8;
	border-radius: 10px;
	position: relative;
	margin-bottom: 24px;
}

.customer-review-top {
	position: relative;
	padding: 30px 56px 28px;
	text-align: center;
}

.customer-review-top img {
	width: 97px;
	height: 97px;
	border-radius: 50%;
	margin-bottom: 30px;
}

.customer-review-top:before {
	position: absolute;
	content: "";
	bottom: -2px;
	left: 50%;
	width: 54px;
	height: 2px;
	background: #8eb66f;
	transform: translate(-50%,-50%);
}

.customer-review-top p {
	color: #74788d;
	margin-bottom: 0;
}

.customer-review-bottom {
	padding: 28px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.customer-review-bottom .rating {
	margin-bottom: 0;
}

.customer-review-quote img {
	position: absolute;
	top: 20px;
	right: 20px;
}

.hidden-charge-section {
	position: relative;
	background: rgba(255,0,138,.02);
	padding: 80px 0 66px;
}

@media (max-width:991.98px) {
	.hidden-charge-section {
		padding: 50px 0 26px;
	}
}

@media (max-width:767.98px) {
	.hidden-charge-section {
		padding: 40px 0 16px;
	}
}

.hidden-charge-main {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 20px;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	margin-bottom: 24px;
}

.hidden-charge-main h4 {
	color: #242b3a;
	margin-bottom: 16px;
}

.hidden-charge-main ul {
	text-align: center;
	height: 170px;
	width: 100%;
}

.hidden-charge-main ul li {
	line-height: 30px;
	color: #74788d;
}

.hidden-charge-main.hidden-charge-main-two {
	border: 1px solid #8eb66f;
	box-shadow: 10px 24px 17px rgba(255,0,138,.04);
}

.hidden-charges-bottom-mark h1 {
	color: #242b3a;
	margin-bottom: 10px;
}

.hidden-charges-bottom-mark h1 span {
	font-size: 18px;
	color: #dadada;
}

.hidden-charges-bottom-mark h6 {
	color: #656b76;
	font-weight: 400;
	margin-bottom: 30px;
	font-size: 14px;
}

.btn-charges {
	border-radius: 30px;
	background: #282b8b;
	padding: 8px 16px;
	border: 1px solid #282b8b;
}

.btn-charges.btn-plan {
	background: #8eb66f;
	border: 1px solid #8eb66f;
}

.btn-charges.btn-plan:hover {
	border-color: #ff008a;
}

.app-six-section {
	position: relative;
	padding: 80px 0;
}

@media (max-width:991.98px) {
	.app-six-section {
		padding: 0;
	}
}

@media (max-width:767.98px) {
	.app-six-section {
		padding: 0;
	}
}

.app-sec.app-sec-six {
	background: #282b8b;
	border-radius: 10px;
	padding: 0;
}

.app-sec-main {
	position: relative;
	background: url(../img/new-app-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 50% 100%;
	border-radius: 10px;
}

.app-imgs-six-bg img {
	position: absolute;
	top: 18%;
	left: 30%;
}

.appimg-six {
	position: relative;
	margin-left: -16px;
}

.app-img-sec img {
	position: absolute;
	top: 80px;
	left: 60px;
	z-index: -1;
}

.new-app-six-bottom {
	display: flex;
}

.new-app-six-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 27px;
}

.new-app-six-middle {
	padding-left: 50px;
}

.new-app-six-middle h2 {
	font-size: 50px;
	max-width: 340px;
}

.new-app-six-middle h2 span {
	font-size: 40px;
	font-weight: 600;
}

.new-app-six-middle p {
	max-width: 450px;
}

.new-six-img {
	margin-bottom: 15px;
}

.footer-six-ryt h6 {
	color: #fff;
	font-size: 16px;
}

.footer-bottom.footer-bottom-six {
	background-color: #f4f5f5;
}

.footer-bottom.footer-bottom-six .copyright-menu,.footer-bottom.footer-bottom-six .copyright-text {
	margin-bottom: 8px;
}

@media (max-width:767.98px) {
	.footer-bottom.footer-bottom-six .copyright-menu {
		float: left;
	}
}

.footer-bottom.footer-bottom-six .copyright-menu ul {
	display: flex;
}

.footer-bottom.footer-bottom-six .copyright-menu ul li {
	padding-right: 10px;
}

.footer-bottom.footer-bottom-six .copyright-menu ul li a {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #111827;
	color: #fff;
	font-size: 12px;
}

.footer-bottom.footer-bottom-six .copyright-menu ul li a:hover {
	background: #ff008a;
	color: #fff;
}

.footer-bottom .copyright-menu ul li .footer-six-link {
	background-color: #111827;
	color: #fff;
}

.footer.footer-six-content {
	padding-top: 0;
}

.footer.footer-six-content .footer-top {
	padding: 40px 0 16px;
}

.footer.footer-six-content .footer-widget ul li {
	margin-bottom: 8px;
}

.footer.footer-six-content .footer-widget ul li:last-child {
	margin-bottom: 0;
}

.footer.footer-six-content .footer-widget ul li a {
	color: #656b76;
}

.footer.footer-six-content .footer-widget ul li a:hover {
	color: #8eb66f;
}

.home-banner-eight {
	min-height: 625px;
}

@media (max-width:767.98px) {
	.home-banner-eight {
		min-height: auto;
	}
}

.home-banner-eight .section-search {
	max-width: none;
	text-align: center;
	padding-top: 67px;
}

@media (max-width:991.98px) {
	.home-banner-eight .section-search {
		padding-top: 0;
	}
}

.home-banner-eight .section-search h1 {
	position: relative;
}

.home-banner-eight .section-search h1 span {
	color: #ff008a;
}

.home-banner-eight .section-search p {
	margin-bottom: 30px;
}

.home-eight-bg img {
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 0;
}

.home-eight-dog {
	position: relative;
}

.home-eight-bg-two img {
	position: absolute;
	bottom: 127px;
	left: 100px;
	z-index: 0;
}

.home-eight-dog-feet img {
	position: absolute;
	bottom: 50%;
	left: 14%;
	z-index: -2;
}

.home-banner-eight-icon {
	margin-bottom: 32px;
}

.home-banner-eight-icon ul,.home-banner-eight-icon ul li {
	justify-content: center;
	align-items: center;
	display: flex;
}

.home-banner-eight-icon ul li {
	margin-right: 30px;
}

.home-banner-eight-icon ul li i {
	font-size: 20px;
	margin-right: 7px;
	color: #ff008a;
}

.hero-section-eight {
	background: #f9f9f9;
	box-shadow: 0 20px 30px rgba(0,0,0,.05);
}

@media (max-width:991.98px) {
	.hero-section-eight {
		padding-bottom: 0;
	}
}

.search-box-two.search-box-eight {
	max-width: 900px;
	border-radius: 50px;
	padding: 20px;
	margin: auto auto 30px;
}

.search-box-two.search-box-eight .search-input-new {
	width: 40%;
}

.search-box-two.search-box-eight .search-input-new i {
	left: 15px;
	right: auto;
	color: #424242;
}

@media (max-width:575.98px) {
	.search-box-two.search-box-eight .search-input-new {
		width: 100%;
	}
}

.search-box-two.search-box-eight .search-btn {
	width: 20%;
}

.search-box-two.search-box-eight .search-btn .btn {
	border-radius: 40px;
	padding: 9px 10px;
}

@media (max-width:575.98px) {
	.search-box-two.search-box-eight .search-btn {
		width: 100%;
	}
}

.search-box-two.search-box-eight .select2-container--default .select2-selection--single .select2-selection__rendered {
	text-align: start;
	color: #6c6c6c;
	padding-left: 10px;
}

.search-box-two.search-box-eight .select2-container--default .select2-selection--single {
	border: 0;
}

.search-box-two.search-box-eight .search-input-new.line-six {
	position: relative;
}

.search-box-two.search-box-eight .search-input-new.line-six .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #424242;
}

.search-box-two.search-box-eight .search-input-new.line-six:before {
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 22px;
	background: rgba(42,57,109,.1);
	content: "";
	z-index: 1;
	margin-top: -10px;
}

.search-box-two.search-box-eight .search-input-new.line-two-six input {
	padding: 0 10px 0 40px;
	height: auto;
}

.search-box-two.search-box-eight .search-input-new.line-two-six input::-moz-placeholder {
	color: #6c6c6c;
	font-size: 14px;
}

.search-box-two.search-box-eight .search-input-new.line-two-six input::placeholder {
	color: #6c6c6c;
	font-size: 14px;
}

.category-sections-eight {
	padding: 80px 0;
	background: #fff;
}

@media (max-width:991.98px) {
	.category-sections-eight {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.category-sections-eight {
		padding: 40px 0;
	}
}

.category-eight-main {
	text-align: center;
	position: relative;
	margin-bottom: 24px;
}

.category-eight-main span {
	padding: 5px 10px;
	background: rgba(42,57,109,.05);
	border-radius: 10px;
	font-size: 14px;
}

.category-eight-main:hover .category-eight-img-inside {
	transform: scale(1);
}

.category-eight-main:hover h6 {
	color: #ff0080;
}

.category-eight-main:hover .category-eight-img:before {
	opacity: 1;
	transform: scale(1);
	transition: all .5s;
}

.category-eight-main:hover span {
	background: rgba(255,0,128,.05);
	color: #ff0080;
}

.category-eight-img {
	margin-bottom: 15px;
	position: relative;
	transition: all .5s;
}

.category-eight-img img {
	border-radius: 10px;
}

.category-eight-img:before {
	content: "";
	height: 100%;
	background: linear-gradient(0deg,rgba(255,0,128,.7),rgba(255,0,128,.7));
	opacity: 0;
	left: 0;
}

.category-eight-img-inside,.category-eight-img:before {
	width: 100%;
	transform: scale(0);
	position: absolute;
	top: 0;
	transition: all .5s;
	border-radius: 10px;
}

.category-eight-img-inside {
	height: 75%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
}

.category-eight-img-inside a {
	color: #fff;
}

.category-eight-img-inside a img {
	width: 41px!important;
	margin: auto;
}

.category-eight-slider .owl-nav {
	text-align: center;
}

.category-eight-slider .owl-nav button.owl-prev {
	background: #fff;
	box-shadow: 0 4px 14px 0 hsla(0,0%,55.3%,.2509803922);
	margin-bottom: 0;
}

.category-eight-slider .owl-nav button.owl-prev:hover {
	background: #ff0080!important;
}

.category-eight-slider .owl-nav button.owl-next {
	background: #fff;
	box-shadow: 0 4px 14px 0 hsla(0,0%,55.3%,.2509803922);
	margin-bottom: 0;
}

.category-eight-slider .owl-nav button.owl-next:hover {
	background: #ff0080!important;
}

.popular-eight-section {
	padding: 80px 0;
	background: #f9f9f9;
}

@media (max-width:991.98px) {
	.popular-eight-section {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.popular-eight-section {
		padding: 40px 0;
	}
}

.shop-content-logo img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-bottom: 17px;
}

.service-feature-eight {
	margin-top: -40px;
	position: relative;
	z-index: 1;
}

.features-service-five.features-service-eight h6 {
	padding: 5px 10px;
	color: #545454;
	background: #f9f9f9;
	border-radius: 5px;
}

.service-content.service-feature-eight p i {
	color: #2a396d;
}

.feature-services-eight {
	justify-content: space-between;
}

.feature-services-eight,.feature-services-eight .rate {
	display: flex;
	align-items: center;
}

.feature-services-eight .rate h6 {
	margin-bottom: 0;
	font-size: 14px;
	color: #9c9c9c;
	font-weight: 400;
}

.popular-service-eight {
	display: flex;
	align-items: flex-end;
	justify-content: start;
}

.popular-service-eight h6 {
	color: #ff0080;
	font-size: 24px;
	margin-bottom: 0;
}

.popular-service-eight h6 span {
	color: #545454;
	font-size: 20px;
	margin-right: 4px;
}

.popular-service-eight p {
	margin-bottom: 0;
	color: #9c9c9c;
	text-decoration: line-through;
}

.rate-icon {
	background: #ffd43b;
	border-radius: 5px;
	padding: 2px 10px;
	color: #fff;
	font-size: 14px;
	margin-right: 3px;
}

.rate-icon i {
	margin-right: 2px;
}

.btn-pets .btn-primary {
	font-size: 14px;
}

.works-eight-section {
	padding: 0 0 66px;
	background: #fff;
}

@media (max-width:991.98px) {
	.works-eight-section {
		padding: 0 0 26px;
	}
}

@media (max-width:767.98px) {
	.works-eight-section {
		padding: 0 0 16px;
	}
}

.works-eights-img {
	position: relative;
	width: 174px;
	height: 174px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #f1f1f1;
	box-shadow: 0 20px 30px rgba(0,0,0,.05);
	margin-bottom: 30px;
}

.works-eights-img,.works-eights-main {
	display: flex;
	align-items: center;
	justify-content: center;
}

.works-eights-main {
	flex-direction: column;
	margin-bottom: 24px;
}

.works-eights-main p {
	margin-bottom: 0;
}

.works-eights-arrow img {
	position: absolute;
	top: 0;
	left: 160px;
}

@media (max-width:991.98px) {
	.works-eights-arrow img {
		display: none;
	}
}

.works-eights-arrow.works-eights-arrow-two img {
	top: auto;
	bottom: 0;
}

.about-us-eight-section {
	padding: 80px 0;
	background: #f9f9f9;
}

@media (max-width:991.98px) {
	.about-us-eight-section {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.about-us-eight-section {
		padding: 40px 0;
	}
}

.passion-content-top {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 10px;
}

.passion-content-top img {
	margin-right: 10px;
}

.passion-content-top .btn-primary {
	padding: 15px 40px;
	background: #ff0080;
	border: 1px solid #ff0080;
}

.passion-content-top .btn-primary:hover {
	border: 1px solid #ff008a;
}

.passion-eight-heading {
	margin-bottom: 25px;
}

.passion-eight-all ul {
	margin-bottom: 24px;
	display: flex;
	flex-wrap: wrap;
}

.passion-eight-all ul li {
	line-height: 44px;
	width: 50%;
}

.passion-eight-content {
	display: inline-block;
	background: #fff;
	border: 1px solid #f1f1f1;
	padding: 10px 20px;
}

.passion-content-bottom {
	margin-right: 65px;
}

.passion-content-bottom h2 {
	margin-bottom: 0;
	font-size: 38px;
}

.passion-content-bottom p {
	margin-bottom: 0;
}

.about-eight-main {
	position: relative;
}

.truely-eight-bg img {
	position: absolute;
	top: 0;
	right: 50px;
}

.truely-eight-bg-two img {
	position: absolute;
	bottom: 0;
	left: 0;
}

.cat-dog-eight-section {
	padding: 80px 0 66px;
}

@media (max-width:991.98px) {
	.cat-dog-eight-section {
		padding: 50px 0 26px;
	}
}

@media (max-width:767.98px) {
	.cat-dog-eight-section {
		padding: 40px 0 24px;
	}
}

.clients-eights-all {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #fff;
	border: 1px solid #f1f1f1;
	box-shadow: 0 20px 30px rgba(0,0,0,.05);
	border-radius: 10px;
	padding: 30px 20px;
	margin-bottom: 24px;
}

.clients-eights-all h3 {
	font-size: 48px;
	margin-bottom: 0;
}

.clients-eights-all span {
	color: #000;
	font-size: 40px;
	font-weight: 600;
}

.clients-eights-all p {
	margin-bottom: 0;
}

.clients-eight-span {
	display: flex;
	align-items: center;
	justify-content: center;
}

.professional-eight-img {
	position: relative;
}

.professional-eight-bg img {
	position: absolute;
	top: 0;
	right: 0;
}

.meet-eight-section {
	padding: 80px 0;
	background: #f9f9f9;
}

@media (max-width:991.98px) {
	.meet-eight-section {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.meet-eight-section {
		padding: 40px 0;
	}
}

.owl-carousel .professional-eight-img-ryt img {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	margin-bottom: 20px;
}

.professional-eight-img-inside {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	background: linear-gradient(0deg,rgba(255,0,128,.7),rgba(255,0,128,.7));
	border-radius: 10px;
	transform: scale(0);
	transition: all .5s;
}

.professional-eight-img-inside img {
	width: 41px!important;
	margin: auto;
}

.professional-eight-main {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 24px;
}

.professional-eight-main h6 {
	font-size: 20px;
	margin-bottom: 15px;
}

.professional-eight-main .act {
	padding: 5px 10px;
	background: rgba(42,57,109,.05);
	border-radius: 10px;
	font-size: 14px;
	margin-bottom: 12px;
}

.professional-eight-main .rating {
	font-size: 14px;
	margin-bottom: 0;
}

.professional-eight-img-ryt {
	position: relative;
}

.professional-eight-img-ryt:hover {
	transform: scale(1);
}

.professional-eight-slider .owl-nav {
	text-align: center;
}

.professional-eight-slider .owl-nav button.owl-prev {
	background: #fff;
	box-shadow: 0 4px 14px 0 hsla(0,0%,55.3%,.2509803922);
	margin-bottom: 0;
}

.professional-eight-slider .owl-nav button.owl-prev:hover {
	background: #ff0080!important;
}

.professional-eight-slider .owl-nav button.owl-next {
	background: #fff;
	box-shadow: 0 4px 14px 0 hsla(0,0%,55.3%,.2509803922);
	margin-bottom: 0;
}

.professional-eight-slider .owl-nav button.owl-next:hover {
	background: #ff0080!important;
}

.customers-eight-section {
	padding: 80px 0;
}

@media (max-width:991.98px) {
	.customers-eight-section {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.customers-eight-section {
		padding: 40px 0;
	}
}

.customers-eight-main {
	margin-bottom: 40px;
}

.customers-eight-main .testimonials-seven-img img {
	width: 100px!important;
	height: 100px;
	border: 4px solid #fff;
	filter: drop-shadow(0 4px 24px rgba(205,205,205,.25));
}

.testimonials-main-ryt.customers-eight-main {
	background: #fff;
	border: 1px solid #f1f1f1;
	box-shadow: 0 20px 30px rgba(0,0,0,.05);
	border-radius: 10px;
}

.testimonials-main-ryt.customers-eight-main .testimonials-content-seven {
	margin-bottom: 10px;
}

.testimonials-main-ryt.customers-eight-main .testimonials-img-content {
	margin-bottom: 20px;
	text-align: left;
}

.testimonials-main-ryt.customers-eight-main p {
	margin-bottom: 0;
	text-align: left;
}

.customers-eight-heading {
	margin-bottom: 20px;
}

.customers-eight-heading h2,.customers-eights-all p {
	max-width: 500px;
}

.customers-eights-all .total-client-avatar-seven {
	margin-bottom: 15px;
}

.customers-icons i {
	color: #ffb800;
}

.customers-icons p,.customers-icons span {
	color: #6c6c6c;
}

.testimonals-eight-slider .owl-nav {
	text-align: end;
}

.testimonals-eight-slider .owl-nav button.owl-prev {
	background: #fff;
	box-shadow: 0 4px 14px 0 hsla(0,0%,55.3%,.2509803922);
	margin-bottom: 0;
}

.testimonals-eight-slider .owl-nav button.owl-prev:hover {
	background: #ff0080!important;
}

.testimonals-eight-slider .owl-nav button.owl-next {
	background: #fff;
	box-shadow: 0 4px 14px 0 hsla(0,0%,55.3%,.2509803922);
	margin-bottom: 0;
}

.testimonals-eight-slider .owl-nav button.owl-next:hover {
	background: #ff0080!important;
}

.blog-eight-section {
	padding: 80px 0;
	background: #f9f9f9;
}

@media (max-width:991.98px) {
	.blog-eight-section {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.blog-eight-section {
		padding: 40px 0;
	}
}

.service-widget.service-widget-eight {
	position: relative;
}

.service-widget.service-widget-eight .service-img:hover .service-eight-img-inside {
	transform: scale(1);
	z-index: 1;
}

.service-eight-img-inside {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	background: linear-gradient(0deg,rgba(255,0,128,.7),rgba(255,0,128,.7));
	transform: scale(0);
	transition: all .5s;
	z-index: 2;
}

.service-eight-img-inside a {
	color: #fff;
}

.service-eight-img-inside a img {
	width: 41px!important;
	margin: auto;
}

.service-widget-eight .service-img {
	border-radius: 0;
}

.service-content.service-eight-blogs p {
	white-space: normal;
}

.useful-bottom-eight .useful-img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.useful-bottom-eight .useful-img img {
	width: 28px;
	height: 28px;
	margin-right: 5px;
	border-radius: 50%;
}

.useful-bottom-eight .useful-img span {
	color: #203066;
}

.useful-bottom-eight h6 {
	margin-bottom: 0;
	color: #203066;
}

.useful-bottom-eight h6 i {
	color: #ff008a;
	margin-right: 6px;
}

.blog-eight-slider .owl-nav {
	text-align: center;
}

.blog-eight-slider .owl-nav button.owl-prev {
	background: #fff;
	box-shadow: 0 4px 14px 0 hsla(0,0%,55.3%,.2509803922);
	margin-bottom: 0;
}

.blog-eight-slider .owl-nav button.owl-prev:hover {
	background: #ff0080!important;
}

.blog-eight-slider .owl-nav button.owl-next {
	background: #fff;
	box-shadow: 0 4px 14px 0 hsla(0,0%,55.3%,.2509803922);
	margin-bottom: 0;
}

.blog-eight-slider .owl-nav button.owl-next:hover {
	background: #ff0080!important;
}

.healthy-eight-section {
	padding: 80px 0;
}

@media (max-width:991.98px) {
	.healthy-eight-section {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.healthy-eight-section {
		padding: 40px 0;
	}
}

.pets-content-all h2 {
	color: #ff0080;
	font-size: 38px;
}

@media (max-width:991.98px) {
	.pets-content-all h2 {
		font-size: 32px;
	}
}

@media (max-width:767.98px) {
	.pets-content-all h2 {
		font-size: 28px;
	}
}

.pets-content-all h1 {
	font-size: 48px;
	margin-bottom: 20px;
}

@media (max-width:991.98px) {
	.pets-content-all h1 {
		font-size: 36px;
	}
}

.pets-content-all p {
	margin-bottom: 30px;
}

.pets-content-all .btn-primary {
	padding: 15px 30px;
	background: #ff0080;
	border-radius: 0;
	border: 1px solid #ff0080;
}

@media (max-width:767.98px) {
	.pets-content-all .btn-primary {
		padding: 12px 15px;
	}
}

.healthy-pets-img {
	position: relative;
}

.healthy-eight-bg img {
	position: absolute;
	top: 0;
	right: 0;
}

.healthy-eight-bg-two img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.footer.footer-eight {
	background: #f4f5f5!important;
}

.footer.footer-eight .footer-top {
	padding: 50px 0 40px;
}

@media (max-width:991.98px) {
	.footer.footer-eight .footer-top {
		padding: 30px 0;
	}
}

@media (max-width:767.98px) {
	.footer.footer-eight .footer-top {
		padding: 20px 0;
	}
}

.footer.footer-eight .footer-contact-info p {
	padding-left: 30px;
}

.footer.footer-eight .footer-widget .footer-logo {
	margin-bottom: 20px;
}

.footer.footer-eight .social-icon ul {
	margin: 0;
}

.footer.footer-eight .social-icon ul a {
	background: #111827!important;
	color: #fff;
}

.footer.footer-eight .social-icon ul a:hover {
	color: #8eb66f;
}

.footer.footer-eight .footer-contact-info span {
	color: #ff0080;
}

.footer-menu-eight ul li img {
	margin-right: 10px;
}

.footer-menu-8 ul li {
	margin-bottom: 18px;
}

.new-app-eight-content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.app-eight-bottom {
	display: flex;
}

.app-eight-bottom-inner {
	margin-right: 7px;
}

.app-eight-content-inner {
	margin-bottom: 10px;
}

.footer-bottom-eight {
	position: relative;
	background: #f4f5f5!important;
}

.footer-bottom-eight .copyright .copyright-text p {
	margin-bottom: 0;
}

.footer-bottom-eight .healthy-eight-bg-three img {
	position: absolute;
	bottom: -20px;
	right: 15%;
	z-index: 2;
}

.section-heading-eight {
	margin-bottom: 40px;
}

.home-eight .btn-saloons .btn-primary:hover {
	border-color: #8eb66f;
}

.home-eight .owl-nav {
	margin-top: 16px;
}

.home-eight-bg-two .pet-bg-1 img {
	position: absolute;
	right: 50px;
	bottom: 200px;
	left: unset;
}

.home-eight-bg-two .pet-bg-2 img {
	position: absolute;
	left: 50px;
	bottom: 100px;
}

.footer-side .subscribe-form .footer-btn {
	width: 40px;
	height: 36px;
	color: #fff;
}

.footer-menu-eight .subscribe-form .form-control {
	height: 55px;
}

.footer-menu-eight .subscribe-form .footer-btn {
	right: 10px;
}

.footer-menu-eight .subscribe-form .footer-btn:hover i {
	color: #fff;
}

.hero-section-five {
	position: relative;
	background: url(../img/banner-five-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0;
}

@media (max-width:991.98px) {
	.hero-section-five {
		padding: 0;
	}
}

@media (max-width:991.98px) {
	.hero-section-five .home-banner {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.hero-section-five .home-banner {
		padding: 40px 0;
	}
}

.section-section-five h1 {
	color: #fff;
	font-weight: 700;
	font-size: 50px;
	max-width: 600px;
	margin-bottom: 30px;
}

@media (max-width:991.98px) {
	.section-section-five h1 {
		font-size: 32px;
	}
}

@media (max-width:767.98px) {
	.section-section-five h1 {
		font-size: 26px;
	}
}

.section-section-five h4 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 15px;
}

.section-section-five p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
	max-width: 430px;
	font-weight: 400;
}

.section-section-five span {
	color: #ff008a;
}

.search-group-icon-5 {
	color: #ff008a;
	font-size: 20px;
	padding: 10px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,0,138,.05);
}

.search-box.search-box-five {
	padding: 12px;
	margin-top: 0;
}

.search-box.search-box-five .search-input {
	width: 50%;
	float: none;
	justify-content: end;
}

.search-box.search-box-five .search-input .btn {
	justify-content: center;
}

@media (max-width:767.98px) {
	.search-box.search-box-five .search-input {
		justify-content: start;
		width: 100%;
	}
}

.search-box.search-box-five .search-input .form-group {
	width: calc(100% - 40px);
}

@media (max-width:767.98px) {
	.search-box.search-box-five .search-input,.search-box.search-box-five .search-input .form-group {
		width: 100%;
	}
}

.search-box.search-box-five .select2-container--default .select2-selection--single {
	border: none;
}

.search-box.search-box-five .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #626262;
	font-weight: 400;
	padding-left: 0;
}

.search-box.search-box-five .search-box-form {
	display: flex;
}

@media (max-width:767.98px) {
	.search-box.search-box-five .search-box-form {
		flex-direction: column;
	}
}

.floating-five-main {
	margin-top: -200px;
	position: relative;
	z-index: 3;
}

.floating-img {
	position: absolute;
	bottom: -75px;
	z-index: 1;
}

.car-five-arrow-img {
	position: relative;
}

.car-five-arrow-img img {
	position: absolute;
	content: "";
	top: -158px;
	left: -121px;
}

.floating-five-buttom {
	margin-right: 10px;
}

.floating-five-buttom,.floating-five-buttoms {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 24px;
	border-radius: 8px;
}

.car-wash-feature {
	margin-top: 35px;
}

@media (max-width:991.98px) {
	.car-wash-feature {
		margin-top: 0;
	}
}

.floating-five-buttom-all {
	margin-right: 20px;
}

.floating-five-buttom-all h5 {
	font-size: 36px;
	margin-bottom: 10px;
}

.floating-five-buttom-all p {
	margin-bottom: 0;
}

.floating-five-buttom-img i {
	background-color: #203066;
	padding: 22px;
	border-radius: 50%;
	color: #fff;
}

.floating-five-buttom-img.floating-fives-buttom-img i {
	background-color: #ff008a;
}

.featured-categories-section {
	padding: 140px 0 66px;
	position: relative;
	background-color: #f3f6fc;
}

@media (max-width:991.98px) {
	.featured-categories-section {
		padding: 50px 0 26px;
	}
}

@media (max-width:767.98px) {
	.featured-categories-section {
		padding: 40px 0 16px;
	}
}

@media (max-width:991.98px) {
	.feature-category-nine {
		justify-content: center;
	}
}

.featured-category-bg-img img {
	position: absolute;
	left: 0;
	top: 170px;
	z-index: 0;
}

.testimonals-five-section {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
}

@media (max-width:767.98px) {
	.testimonals-five-section {
		padding: 40px 0;
	}
}

.car-testimonials-five-slider .owl-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.car-testimonials-five-slider .owl-nav button.owl-next,.car-testimonials-five-slider .owl-nav button.owl-prev {
	background: #fff!important;
	color: #111827;
	margin-bottom: 0;
	padding: 10px!important;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.car-testimonials-five-slider .owl-nav button.owl-next:hover,.car-testimonials-five-slider .owl-nav button.owl-prev:hover {
	background-color: #8eb66f!important;
	color: #fff;
}

.feature-content-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.service-widget.service-two .service-content.service-content-five p {
	color: #28283c;
	font-weight: 600;
	font-size: 20px;
}

.service-content.service-content-five p {
	margin-bottom: 0;
}

.service-content.service-content-five a {
	color: #74788d;
}

.features-service-five {
	display: flex;
	align-items: center;
	justify-content: center;
}

.features-service-five h6 {
	padding: 10px;
	background: #fff;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}

.features-service-rating {
	padding: 7px;
	background: #fff;
	border-radius: 4px;
	margin-right: 8px;
}

.features-service-rating i {
	color: #ffba08;
	margin-right: 9px;
}

.features-service-rating span {
	color: #626262;
	font-size: 16px;
}

.feature-service-botton {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.feature-service-botton img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
}

.feature-service-botton.feature-service-botton-five img {
	width: 50px!important;
}

.feature-service-btn a {
	padding: 12px 20px;
	background-color: #ff008a;
	border-radius: 8px;
	color: #fff;
	border: 1px solid #ff008a;
	font-weight: 500;
}

.feature-service-btn a:hover {
	background-color: #fff;
	border: 1px solid #626262;
	color: #626262;
}

.feature-services-five {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.feature-services-five h6 {
	margin-bottom: 0;
	font-size: 24px;
	color: #203066;
	margin-right: 8px;
}

.feature-services-five span {
	text-decoration: line-through;
}

.feature-category-section {
	padding: 80px 0;
	position: relative;
}

@media (max-width:991.98px) {
	.feature-category-section {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.feature-category-section {
		padding: 40px 0;
	}
}

.feature-category-section:before {
	position: absolute;
	content: "";
	background: url(../img/bubbles-bottom-section.png) no-repeat 0 0/100%;
	left: 0;
	top: 163px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

@media (max-width:767.98px) {
	.feature-category-section:before {
		background-image: none;
	}
}

.feature-category-section-five {
	position: relative;
	padding: 80px 0;
	background-color: #f3f6fc;
}

@media (max-width:991.98px) {
	.feature-category-section-five {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.feature-category-section-five {
		padding: 40px 0;
	}
}

.feature-category-section-five:before {
	position: absolute;
	content: "";
	background: url(../img/car-blog-ng.jpg) no-repeat 0 0/100%;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	z-index: 0;
}

@media (max-width:767.98px) {
	.feature-category-section-five:before {
		background-image: none;
	}
}

.feature-category-section-five .feature-service-botton img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
}

.feature-category-section-five .feature-service-five-slider .owl-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.top-providers-five .providerset {
	padding: 0;
	margin-bottom: 50px;
}

.top-providers-five .providerset .providerset-content {
	padding: 0 18px 18px;
	text-align: center;
}

.top-providers-five .providerset .providerset-content h4 {
	margin-bottom: 10px;
}

.top-providers-five .providerset .providerset-content h4 a {
	font-size: 20px;
	margin-right: 4px;
}

.top-providers-five .providerset .providerset-content h4 i {
	font-size: 18px;
	color: #6dcc76;
}

.top-providers-five .providerset .providerset-content h5 {
	margin-bottom: 15px;
	font-size: 20px;
}

.top-providers-five .providerset .providerset-content .providerset-prices {
	margin-bottom: 20px;
}

.top-providers-five .providerset .providerset-content .provider-rating {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-providers-five .providerset .providerset-content .provider-rating .provider-cash h5 {
	margin-bottom: 0;
}

.top-providers-five .owl-nav {
	text-align: center;
}

.providers-section-five {
	position: relative;
	padding: 80px 0;
	background: #f3f6fc;
}

@media (max-width:991.98px) {
	.providers-section-five {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.providers-section-five {
		padding: 40px 0;
	}
}

.providers-section-five .providerset {
	border: 1px solid #fff;
}

.providers-section-five .owl-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.providers-five-bg-car img {
	position: absolute;
	content: "";
	right: 0;
	bottom: 55px;
	z-index: 0;
}

.top-providers-five .owl-nav button.owl-next,.top-providers-five .owl-nav button.owl-prev {
	background: #fff;
	color: #111827;
	padding: 10px!important;
	border-radius: 50%;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-providers-five .owl-nav button.owl-next:hover,.top-providers-five .owl-nav button.owl-prev:hover {
	background: #8eb66f!important;
	color: #fff;
}

.btn-sec.btn-sec-five .btn-view {
	background-color: #203066;
	padding: 15px 30px;
	border-radius: 8px;
}

.works-five-section {
	position: relative;
	padding: 80px 0;
}

@media (max-width:767.98px) {
	.works-five-section {
		padding: 40px 0;
	}
}

@media (max-width:991.98px) {
	.works-five-section {
		padding: 50px 0;
	}
}

@media (max-width:991.98px) {
	.works-five-section .row {
		justify-content: center;
	}
}

.works-five-section:before {
	position: absolute;
	content: "";
	background: url(../img/bubbles-bottom-section.png) no-repeat 0 0/100%;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.works-five-section .works-five-bottom h5 {
	font-size: 20px;
}

.works-five-section .works-five-bottom p {
	font-size: 16px;
}

.car-wash-img-five {
	display: flex;
	justify-content: center;
	align-items: center;
}

.works-it-five-button {
	text-align: center;
}

.works-it-five-button h4 {
	font-size: 40px;
	color: #bbb;
	margin-bottom: 15px;
}

@media (max-width:991.98px) {
	.works-it-five-button {
		display: none;
	}
}

.works-it-dots {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.works-it-dots span {
	position: relative;
	width: 16px;
	height: 16px;
	background-color: #203066;
	border-radius: 50%;
	margin-bottom: 55px;
}

.works-it-dots span:before {
	width: 38px;
	height: 38px;
	background-color: #22c55e;
	border-radius: 50%;
	position: absolute;
	content: "";
	top: -11px;
	left: -11px;
	z-index: -1;
}

@media (max-width:991.98px) {
	.works-it-dots {
		display: none;
	}
}

.works-it-lines span {
	position: relative;
}

.works-it-lines span:before {
	width: 370px;
	height: 1px;
	background-color: #203066;
	position: absolute;
	content: "";
	top: -62px;
	left: 241px;
	z-index: -1;
}

@media (max-width:991.98px) {
	.works-it-lines {
		display: none;
	}
}

.works-five-main {
	border: 1px solid #f3f6fc;
	border-radius: 8px;
	margin-bottom: 24px;
}

@media (max-width:991.98px) {
	.works-five-main {
		margin-bottom: 0;
	}
}

.works-five-main:hover {
	box-shadow: 0 10px 20px -5px rgba(76,64,237,.08);
}

.works-five-img img {
	width: 100%;
}

.offering-five-all {
	position: relative;
	background-color: #111827;
	border-radius: 20px;
	z-index: 1;
	margin-top: 66px;
}

.offering-five-all-img img {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	z-index: -1;
}

.offering-five-button .btn-primary {
	background-color: #ff008a;
	padding: 15px 30px;
	border: 1px solid #ff008a;
}

.offering-five-button .btn-primary:hover {
	border: 1px solid #ff008a;
}

.offering-five-button .btn-primary i {
	margin-left: 10px;
}

@media (max-width:991.98px) {
	.offering-five-button .btn-primary {
		padding: 12px 15px;
	}
}

.offering-five-main {
	padding: 50px 29px 50px 50px;
}

.offering-five-main h2 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 25px;
}

@media (max-width:991.98px) {
	.offering-five-main h2 {
		font-size: 30px;
	}
}

@media (max-width:767.98px) {
	.offering-five-main h2 {
		font-size: 24px;
	}
}

.offering-five-main p {
	color: #fff;
}

.offering-five-img {
	margin: -55 px 0 0;
}

.works-five-bottom {
	text-align: center;
	padding: 20px;
}

.works-five-bottom i {
	display: inline-flex;
	width: 54px;
	height: 54px;
	background: #ff008a;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
}

.fav-item .fav-icon.fav-icon-five {
	width: 35px;
	height: 35px;
}

.fav-item .fav-icon.fav-icon-five:hover {
	background-color: #ff008a;
}

.car-testimonials-main-five {
	background-color: #ff008a;
	border-radius: 50px;
}

.car-wash-bg-five {
	position: relative;
}

.car-wash-bg-five .owl-nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.car-wash-bg-five .owl-nav button {
	padding: 10px;
	background-color: #fff;
	color: #111827;
	border-radius: 50%;
}

.testimonials-five-top {
	padding: 24px;
	margin-bottom: 40px;
}

.testimonials-five-top h2 {
	font-size: 18px;
	margin-bottom: 8px;
}

.testimonials-five-top p {
	font-size: 16px;
	margin-bottom: 16px;
}

.testimonials-five-top h6 {
	font-size: 14px;
	color: #74788d;
	margin-bottom: 0;
	font-weight: 400;
}

.owl-carousel.car-testimonials-five-slider .test-five-img img {
	width: 119px;
	height: 119px;
	border-radius: 50%;
	margin-bottom: 20px;
	flex-shrink: 0;
}

@media (max-width:991.98px) {
	.owl-carousel.car-testimonials-five-slider .test-five-img img {
		width: 100%;
		height: 100%;
	}
}

@media (max-width:767.98px) {
	.owl-carousel.car-testimonials-five-slider .test-five-img img {
		width: 100px;
		height: 100px;
	}
}

.blog-section.blog-five-section {
	padding: 0 0 66px;
}

@media (max-width:991.98px) {
	.blog-section.blog-five-section {
		padding: 0 0 26px;
	}
}

@media (max-width:767.98px) {
	.blog-section.blog-five-section {
		padding: 0 0 16px;
	}
}

.car-blogs-section {
	position: relative;
	padding: 80px 0;
	background-color: #f7f7ff;
}

@media (max-width:991.98px) {
	.car-blogs-section {
		padding: 50px 0;
	}
}

.feature-service-five-slider .service-widget {
	margin-bottom: 50px;
}

.feature-service-five-slider .owl-nav {
	text-align: center;
}

.feature-service-five-slider .owl-nav button.owl-next,.feature-service-five-slider .owl-nav button.owl-prev {
	background: #fff!important;
	color: #111827;
	margin-bottom: 0;
	padding: 10px!important;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.feature-service-five-slider .owl-nav button.owl-next:hover,.feature-service-five-slider .owl-nav button.owl-prev:hover {
	background: #8eb66f!important;
	color: #fff;
}

.pricing-btn-five .btn-view {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #111827;
	border: 1px solid #111827;
}

.pricing-service-five {
	position: relative;
	padding: 80px 0 66px;
}

@media (max-width:767.98px) {
	.pricing-service-five {
		padding: 40px 0 16px;
	}
}

@media (max-width:991.98px) {
	.pricing-service-five {
		padding: 50px 0 26px;
	}
}

.pricing-service-five .nav-pills {
	justify-content: center;
	max-width: 254px;
	background: #ffedf7;
	margin: 0 auto 80px;
	border-radius: 580px;
	padding: 10px;
}

.pricing-service-five .nav-pills .nav-link {
	border: none;
	color: #28283c;
	font-size: 16px;
	font-weight: 600;
	padding: 13px 24px;
	border-radius: 22px;
	background: none;
}

.pricing-service-five .nav-pills .nav-link.active {
	color: #fff;
	background: #ff008a;
	padding: 13px 24px;
	border-radius: 50px;
}

.pricing-service-topimg .pricing-five-img-one {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}

.pricing-service-topimg .pricing-five-img-two {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
}

.pricing-plans.pricing-plans-five {
	border: 1px solid #d8e1ff;
	transition: .5s;
}

.pricing-plans.pricing-plans-five .providerset-prices-five h6 {
	color: #282b8b;
}

.pricing-plans.pricing-plans-five .providerset-prices-five h6 span {
	color: #fff!important;
}

.pricing-plans.pricing-plans-five:hover {
	background-color: #203066;
	border: 1px solid #203066;
	transition: .5s;
}

.pricing-plans.pricing-plans-five:hover .providerset-prices-five h6,.pricing-plans.pricing-plans-five:hover .providerset-prices-five span {
	color: #fff!important;
}

.pricing-plans.pricing-plans-five:hover .pricing-btn-five .btn-primary {
	background-color: #ff008a;
	box-shadow: inset 0 70px 0 0 #ff008a;
	border: 1px solid #ff008a;
}

.pricing-plans.pricing-plans-five:hover .pricing-planscontent.pricing-planscontent-five ul li span,.pricing-plans.pricing-plans-five:hover h4 {
	color: #fff;
}

.pricing-plans.pricing-plans-five h4 {
	margin-bottom: 20px;
	color: #282b8b;
}

.providerset-prices-five {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between!important;
}

.providerset-prices-five h6 {
	color: #282b8b;
	font-size: 36px;
	margin: 0 10px 0 0;
}

.pricing-planscontent.pricing-planscontent-five {
	padding-top: 0;
}

.pricing-planscontent.pricing-planscontent-five ul li span {
	color: #74788d;
}

.fav-item {
	display: flex;
	justify-content: end;
}

.fav-item .fav-items-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	padding: 6px;
	border-radius: 6px;
}

.fav-item .item-cat.item-car {
	font-size: 24px;
}

.fav-items-container {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	width: 100%;
}

.fav-items-container h5 a {
	color: #fff;
}

.fav-items-container h5 a:hover {
	color: #8eb66f;
}

.fav-items-container .card {
	background-color: rgba(17,24,39,.8980392157);
	border: 1px solid rgba(17,24,39,.8980392157);
}

.car-blog-slider .service-content p {
	white-space: normal;
}

.car-blog-slider .serv-info img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
}

.car-blog-slider .serv-info a {
	background-color: #ff008a;
	color: #fff;
}

.car-blog-slider .service-widget {
	margin-bottom: 40px;
}

.car-blog-slider .owl-nav {
	text-align: center;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.car-blog-slider .owl-nav button.owl-next,.car-blog-slider .owl-nav button.owl-prev {
	background: #fff!important;
	color: #111827;
	margin-bottom: 0;
	padding: 10px!important;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.car-blog-slider .owl-nav button.owl-next:hover,.car-blog-slider .owl-nav button.owl-prev:hover {
	background: #8eb66f!important;
	color: #fff;
}

.section-heading.car-wash-heading,.section-heading.car-wash-heading h2 {
	position: relative;
}

@media (max-width:991.98px) {
	.section-heading.car-wash-heading h2 {
		font-size: 34px;
	}
}

@media (max-width:767.98px) {
	.section-heading.car-wash-heading h2 {
		font-size: 30px;
	}
}

.section-heading.car-wash-heading p {
	color: #656b76;
}

.section-heading.car-wash-heading .car-wash-header-one {
	margin-right: 8px;
}

.section-heading.car-wash-heading .car-wash-header-two {
	margin-left: 8px;
}

.app-five-section {
	background-color: #fff;
	padding: 80px 0;
}

@media (max-width:767.98px) {
	.app-five-section {
		padding: 40px 0;
	}
}

@media (max-width:991.98px) {
	.app-five-section {
		padding: 50px 0;
	}
}

.app-sec.app-sec-five {
	background: #111827;
	border-radius: 50px;
	padding: 70px 70px 0;
}

@media (max-width:767.98px) {
	.app-sec.app-sec-five {
		padding: 24px;
	}
}

@media (max-width:991.98px) {
	.app-sec.app-sec-five {
		padding: 50px;
		border-radius: 30px;
	}
}

.app-sec.app-sec-five .app-five-content {
	padding-bottom: 70px;
}

@media (max-width:991.98px) {
	.app-sec.app-sec-five .app-five-content {
		padding-bottom: 0;
	}
}

.app-sec.app-sec-five .downlaod-btn {
	display: flex;
	align-items: center;
	justify-content: start;
}

.app-sec.app-sec-five .downlaod-btn .scan-img {
	margin: 0 17px 0 0;
}

.app-sec.app-sec-five .downlaod-btn .scan-img img {
	height: 45px;
	width: 50px;
}

.app-sec.app-sec-five .downlaod-btn a img {
	width: 100%;
	height: 60px;
}

.app-sec.app-sec-five .heading h2,.app-sec.app-sec-five .heading h6 {
	margin-bottom: 20px;
}

.app-sec.app-sec-five:before {
	background: url(../img/car-blog-2.png);
	background-repeat: no-repeat;
	background-position: 0;
}

@media (max-width:767.98px) {
	.app-sec.app-sec-five:before {
		background-image: none;
	}
}

.app-sec.app-sec-five:after {
	background: url(../img/car-blog-1.png);
	background-repeat: no-repeat;
}

.app-sec.app-sec-five .appimg-set img {
	margin-top: -26px;
}

.footer.footer-five {
	background-color: #111827;
}

.footer.footer-five .footer-widget.footer-menu ul {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
	align-items: start;
}

.footer.footer-five .footer-widget.footer-menu ul li a {
	color: #ebeced!important;
}

.footer.footer-five .footer-widget.footer-contact .footer-contact-info span,.footer.footer-five .footer-widget.footer-menu ul li a:hover {
	color: #ff008a;
}

.footer.footer-five .footer-bottom-car .copyright {
	border-top: 1px solid hsla(0,0%,100%,.07);
}

.footer.footer-five .footer-bottom-car .copyright .payment-image ul {
	justify-content: start;
}

.footer.footer-five .footer-bottom-car .copyright .copyright-menu .policy-menu li a,.footer.footer-five .footer-bottom-car .copyright .copyright-text p {
	color: #fff;
}

.footer.footer-five .footer-top {
	background: transparent;
	padding-bottom: 6px;
}

.footer.footer-five .footer-top .footer-widget .footer-content p {
	color: #fff;
}

.footer.footer-five .footer-top .subscribe-form .footer-btn {
	right: 5px;
}

.footer.footer-five .footer-top .subscribe-form .footer-btn:hover {
	background: #8eb66f;
	color: #fff;
}

.footer.footer-five .social-icon ul li a:hover {
	background-color: #ff008a;
}

.footer.footer-five .footer-widget.footer-contact .footer-contact-info p,.footer.footer-five .footer-widget.footer-contact .footer-title,.footer.footer-five .footer-widget.footer-menu .footer-title,.footer.footer-five .footer-widget.footer-menu ul li a,.footer.footer-five .footer-widget .footer-subtitle,.footer.footer-five .footer-widget .footer-title {
	color: #fff;
}

.footer-content {
	margin-bottom: 24px;
}

.footer-content .footer-subtitle {
	margin-bottom: 8px;
}

.footer-widget h2 {
	margin-bottom: 16px;
}

.footer-widget .social-icon ul li a {
	background-color: #fff;
	color: #242b3a;
}

.footer-contact-info {
	margin-bottom: 24px;
}

.footer-contact-info .icons span {
	position: relative!important;
	background-color: #8eb66f;
	padding: 14px;
	color: #fff!important;
}

.footer-contact-info p {
	padding-left: 10px;
}

.footer .footer-bottom-car {
	background-color: #111827!important;
	border: 0;
	padding: 20px;
}

.footer .footer-bottom-car .copyright {
	padding-top: 20px;
}

.footer .footer-bottom-car .copyright .copyright-menu ul li {
	padding-right: 15px;
	border-right: 1px solid #fff;
}

.footer .footer-bottom-car .copyright .copyright-menu ul li:last-child {
	border: 0;
	padding: 0;
}

.hero-section-seven {
	background: #fff6fb;
}

@media (max-width:991.98px) {
	.hero-section-seven {
		padding: 0;
	}
}

.hero-section-seven h1 {
	font-size: 38px;
}

@media (max-width:991.98px) {
	.hero-section-seven h1 {
		font-size: 32px;
	}
}

@media (max-width:767.98px) {
	.hero-section-seven h1 {
		font-size: 30px;
	}
}

.hero-sectionseven-top {
	background: url(../img/hero-section-seven.png);
	background-repeat: no-repeat;
	background-position: 100%;
}

@media (max-width:991.98px) {
	.hero-sectionseven-top {
		background-image: none;
	}
}

.total-client-avatar-seven li a img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 5px solid #fff;
}

.total-client-avatar.total-client-avatar-seven li {
	margin: 0 0 0 -20px;
}

.total-client-avatar.total-client-avatar-seven li:first-child {
	margin: 0;
}

.solution-seven {
	display: inline-block;
	background: #fff;
	border: 1px solid #f0f0f0;
	box-shadow: 0 10px 20px -5px rgba(255,0,138,.08);
	border-radius: 10px;
	padding: 20px;
}

.solution-seven h6 {
	color: #203066;
}

.home-banner.homer-banner-seven {
	min-height: 535px;
}

.home-banner.homer-banner-seven .section-search h5 {
	color: #67687a;
	font-size: 20px;
}

.home-banner.homer-banner-seven .section-search h1 {
	color: #242b3a;
}

.home-banner.homer-banner-seven .section-search h1 span {
	color: #8eb66f;
}

@media (max-width:991.98px) {
	.home-banner.homer-banner-seven {
		min-height: 100%;
	}
}

.search-box-two.search-box-seven {
	max-width: 1068px;
	margin: -117px auto 0;
	background: #fff;
	box-shadow: -8px 0 44px 0 rgba(65,65,65,.1882352941);
}

.search-box-two.search-box-seven .search-input-new>i.bficon {
	color: #67687a;
}

.search-box-two.search-box-seven .search-btn .btn i {
	margin-right: 10px;
}

@media (max-width:991.98px) {
	.search-box-two.search-box-seven {
		display: none;
	}
}

.popularsearch-top {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: 60px;
	flex-wrap: wrap;
	row-gap: 10px;
}

.popularsearch-top h6 {
	margin: 0 24px 0 0;
	color: #203066;
	font-size: 18px;
	position: relative;
}

.popularsearch-top h6:before {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #ff008a;
	position: absolute;
	top: 3px;
	content: "";
	left: -23px;
}

.popularsearch-top ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 10px;
}

.popularsearch-top ul li a {
	padding: 7px 20.0469px 8.5px 19px;
	background: rgba(32,48,102,.05);
	border-radius: 25px;
	margin-right: 10px;
	font-size: 15px;
	color: #203066;
	display: inline-block;
}

.hero-banner-ryt-content {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 10px;
	padding: 20px;
	position: absolute;
	bottom: 60px;
	left: -150px;
}

.hero-banner-ryt-content span {
	width: 54px;
	height: 54px;
	background: #ff008a;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-banner-ryt {
	position: relative;
}

@media (max-width:991.98px) {
	.hero-banner-ryt {
		display: none;
	}
}

.hero-banner-ryt-top {
	margin-right: 15px;
}

.hero-banner-ryt-top h5 {
	color: #203066;
	margin-bottom: 4px;
}

.hero-banner-ryt-top p {
	margin-bottom: 0;
	color: #67687a;
}

.home-ten .owl-dots {
	margin-top: 16px;
}

@media (max-width:767.98px) {
	.home-ten .owl-nav {
		margin-top: 16px;
	}
}

.feature-box.feature-box-seven {
	padding: 30px;
	border: 2px solid #f0f0f0;
	box-shadow: 0 10px 20px -5px rgba(255,0,138,.08);
	border-radius: 10px;
	margin-bottom: 24px;
	width: 100%;
	margin-right: 24px;
}

.feature-box.feature-box-seven h5 {
	color: #203066;
	font-size: 18px;
}

.feature-icon.feature-icon-seven span {
	width: 113px;
	height: 113px;
	background: #f9f5ff;
}

.owl-nav.mynav.mynav-seven button.owl-next:hover,.owl-nav.mynav.mynav-seven button.owl-prev:hover {
	background-color: #ff008a!important;
}

.owl-carousel.categories-slider-seven .owl-item img {
	width: auto;
}

.service-section-seven {
	padding: 80px 0;
	background: #fff;
}

@media (max-width:991.98px) {
	.service-section-seven {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.service-section-seven {
		padding: 40px 0;
	}
}

.popular-service-seven-section {
	background: #f6f7f7;
	padding: 80px 0;
}

@media (max-width:991.98px) {
	.popular-service-seven-section {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.popular-service-seven-section {
		padding: 40px 0;
	}
}

.service-widget.service-two.service-seven .item-cat {
	background: hsla(0,0%,100%,.8);
}

.service-widget.service-two.service-seven .fav-item {
	padding: 10px 10px 0;
}

.service-widget.service-two.service-seven .item-info {
	padding: 0 10px 10px;
}

.service-widget.service-two.service-seven .item-img img {
	width: 34px;
	height: 34px;
}

.service-widget.service-two.service-seven .service-content p,.service-widget.service-two.service-seven .service-content p .rate {
	color: rgba(32,48,102,.7);
}

.service-widget.service-two.service-seven .serv-info h6 {
	color: #203066;
}

.service-widget.service-seven-blog {
	padding: 15px;
	margin-bottom: 40px;
}

.fav-icon.selected,.service-widget.service-two.service-seven .fav-item .fav-icon:hover {
	background: #8eb66f;
}

.service-content.service-content-seven {
	padding: 15px 0 0;
}

.service-content.service-content-seven .title {
	white-space: normal;
	margin-bottom: 14px;
}

.service-content.service-content-seven .title a {
	color: #203066;
}

.service-content.service-content-seven p {
	white-space: normal;
	color: #67687a;
	margin-bottom: 14px;
}

.service-content.service-content-seven p .rate i {
	margin-right: 10px!important;
	color: rgba(32,48,102,.3);
}

.service-content.service-content-seven p i {
	color: rgba(32,48,102,.3);
}

.service-content.service-content-seven .usefull-bottom a {
	color: #ff008a;
}

.service-content.service-content-seven .usefull-bottom .useful-img {
	justify-content: start;
	align-items: center;
	display: flex;
}

.service-content.service-content-seven .usefull-bottom .useful-img img {
	width: 36px;
	height: 36px;
	margin-right: 5px;
	border-radius: 50%;
}

.section-heading.section-heading-seven h2,.service-content.service-content-seven .usefull-bottom .useful-img span {
	color: #203066;
}

.section-heading.section-heading-seven p {
	color: #67687a;
}

.work-section-seven {
	padding: 80px 0;
	background: #fff;
}

@media (max-width:991.98px) {
	.work-section-seven {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.work-section-seven {
		padding: 40px 0;
	}
}

.work-icon-seven {
	position: relative;
}

.work-icon-seven,.work-icon-seven span {
	display: flex;
	align-items: center;
	justify-content: center;
}

.work-icon-seven span {
	width: 100px;
	height: 100px;
	border-radius: 10px;
	background: #8eb66f;
	margin-bottom: 25px;
}

.work-icon-seven h1 {
	position: absolute;
	top: 22%;
	left: -30%;
	font-size: 80px;
	color: #dedede;
}

.work-box-seven {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 1px solid #ebeced;
	padding: 20px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 4px 4px 0 hsla(0,0%,85.1%,.2509803922);
}

.work-box-seven h5 {
	color: #203066;
}

.work-box-seven p {
	color: #67687a;
	max-width: 311px;
	text-align: center;
}

.providers-section-seven {
	padding: 80px 0;
	background: #fff;
}

@media (max-width:991.98px) {
	.providers-section-seven {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.providers-section-seven {
		padding: 40px 0;
	}
}

.providerset-img.providerset-img-seven {
	position: relative;
}

.providerset-img.providerset-img-seven .fav-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px 15px 0;
}

.providerset-img.providerset-img-seven .fav-item .fav-icon {
	width: 28px;
	height: 28px;
}

.providerset-img.providerset-img-seven .fav-item .fav-icon:hover {
	background: #ff008a;
}

.providerset-img.providerset-img-seven .fav-item .fav-icons {
	font-size: 22px;
	color: #159c5b;
}

.providerset-img.providerset-img-seven a img {
	border-radius: 10px;
}

.provider-rating-seven {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.provider-rating-seven h6 {
	color: #203066;
}

.provider-rating-seven a {
	background: #203066;
	padding: 8px 16px;
	color: #fff;
	border-radius: 30px;
}

.providerset-content.providerset-content-seven .rate {
	padding: 6px 14px;
	background: #fff4fa;
	border-radius: 50px;
	font-size: 12px;
	color: #58627b;
}

.providerset-content.providerset-content-seven .rate i {
	color: #ffbc35;
	margin-right: 6px;
}

.providerset-content.providerset-content-seven .providerset-name h4 a {
	color: #353535;
}

.price-sections-seven {
	padding: 80px 0 56px;
	background: #f8fcfd;
}

.price-sections-seven.blog-sec-seven {
	background: #f4f5f5;
}

@media (max-width:991.98px) {
	.price-sections-seven {
		padding: 50px 0 26px;
	}
}

@media (max-width:767.98px) {
	.price-sections-seven {
		padding: 40px 0 16px;
	}
}

.pricing-plans.price-new.pricing-plans-seven {
	background: #fff;
	border-radius: 20px;
	margin-top: 0;
	position: relative;
}

.pricing-plans.price-new.pricing-plans-seven .pricing-plans-img {
	margin-bottom: 17px;
	text-align: center;
}

.pricing-plans.price-new.pricing-plans-seven .pricing-planshead {
	border: none;
}

.pricing-plans.price-new.pricing-plans-seven .pricing-planshead h5 {
	color: #203066;
	font-size: 28px;
	margin-bottom: 15px;
	text-align: center;
}

.pricing-plans.price-new.pricing-plans-seven .pricing-planshead h6 {
	font-size: 20px;
	color: #203066;
	align-items: center;
	display: flex;
	justify-content: center;
}

.pricing-plans.price-new.pricing-plans-seven .pricing-planshead h6 span {
	font-size: 24px;
	color: #203066;
}

.pricing-plans.price-new.pricing-plans-seven .price-bg {
	position: absolute;
	right: 0;
	top: 0;
}

.pricing-plans.price-new.pricing-plans-seven .pricing-planscontent.pricing-planscontent-seven ul li i {
	width: 24px;
	height: 24px;
	background: #03c95a;
	border-radius: 5px;
	color: #fff;
	justify-content: center;
	align-items: center;
	display: flex;
	font-size: 12px;
}

.pricing-plans.price-new.pricing-plans-seven .pricing-planscontent.pricing-planscontent-seven ul li span {
	color: #67687a;
}

.pricing-plans.price-new.pricing-plans-seven .btn {
	display: inline-block;
	padding: 10px 24px;
	background: #203066;
}

.pricing-plans.price-new.pricing-plans-seven .pricing-btn {
	text-align: start;
}

.pricing-plans.price-new.pricing-plans-seven.active-seven .price-block {
	text-align: left;
}

.pricing-plans.price-new.pricing-plans-seven.active-seven .price-block span {
	padding: 7px 18px;
	background: #ffc107;
	border-radius: 13.5px;
	color: #fff;
	font-size: 10px;
	margin-bottom: 44px;
	left: 15px;
	transform: none;
	top: 15px;
}

.pricing-plans.price-new.pricing-plans-seven.active-seven .pricing-planshead h5 {
	color: #fff;
}

.pricing-plans.price-new.pricing-plans-seven.active-seven .pricing-planscontent.pricing-planscontent-seven ul li i {
	background: #03c95a;
}

.pricing-plans.price-new.pricing-plans-seven.active-seven .pricing-planscontent.pricing-planscontent-seven ul li span {
	color: #fff;
}

.pricing-plans.price-new.pricing-plans-seven.active-seven .pricing-btn .btn {
	background: #ff008a;
}

.pricing-plans.price-new.active-seven {
	background: #282b8b;
	border: 1px solid #f0f0f0;
	box-shadow: 0 1px 4px rgba(0,0,0,.05);
	border-radius: 10px;
	margin-top: 0;
}

.pricing-planscontent.pricing-planscontent-seven {
	padding-top: 0;
}

.pricing-planscontent.pricing-planscontent-seven ul {
	margin-bottom: 40px;
}

.pricing-planscontent.pricing-planscontent-seven ul li {
	justify-content: start;
	align-items: center;
	display: flex;
}

.price-toggle.price-toggle-seven {
	color: #203066;
}

.price-toggle.price-toggle-seven .toggle-pink .checktoggle {
	background: #fff;
	border: 1px solid #8eb66f;
}

.price-toggle.price-toggle-seven .toggle-pink .checktoggle:after {
	background: #8eb66f;
}

.pricing-plans.price-new.pricing-plans-seven.active-seven .pricing-planshead h6,.pricing-plans.price-new.pricing-plans-seven.active-seven .pricing-planshead h6 span {
	color: #fff;
}

.app-sec.app-sec-seven {
	background: #f8fcfd;
	border-radius: 50px;
	padding: 0;
}

.appimg-seven {
	background: url(../img/app-seven-bg.png);
	background-repeat: no-repeat;
	background-position: 100%;
}

.appimg-seven img {
	margin: 122px 0 0 90px;
}

@media (max-width:991.98px) {
	.section-heading h2 {
		font-size: 28px;
	}
}

.new-app-seven-middle {
	padding-left: 117px;
}

.new-app-seven-middle h2 {
	color: #203066;
	max-width: 280px;
}

.new-app-seven-middle p {
	color: #203066;
	max-width: 475px;
}

.app-seven-section {
	padding: 80px 0;
}

.service-bottom-seven {
	justify-content: space-between;
	align-items: center;
	display: flex;
	margin-bottom: 14px;
}

.service-bottom-seven h6 {
	font-size: 12px;
	padding: 6px 14px;
	background: #fff4fa;
	border-radius: 50px;
	color: #58627b;
	margin-bottom: 0;
}

.service-bottom-icons i {
	color: #203066;
	font-size: 14px;
}

.service-bottom-icons span {
	color: hsla(0,0%,42%,.8);
	font-size: 14px;
}

.our-partners-seven {
	padding: 80px 0 56px;
}

@media (max-width:991.98px) {
	.our-partners-seven {
		padding: 50px 0 36px;
	}
}

@media (max-width:767.98px) {
	.our-partners-seven {
		padding: 40px 0 16px;
	}
}

.testimonals-seven-section {
	padding: 80px 0;
	background: #fff;
}

@media (max-width:991.98px) {
	.testimonals-seven-section {
		padding: 50px 0;
	}
}

@media (max-width:767.98px) {
	.testimonals-seven-section {
		padding: 40px 0;
	}
}

.testimonials-seven-img {
	justify-content: start;
	align-items: center;
	display: flex;
}

.testimonials-seven-img img {
	width: 60px!important;
	height: 60px;
	border-radius: 50%;
}

.testimonials-content-seven {
	margin-bottom: 30px;
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.testimonials-content-seven img {
	width: 57px!important;
	height: 100%;
	margin-right: 16px;
}

.testimonials-img-content .rating {
	margin-bottom: 0;
}

.testimonials-img-content .rating i {
	font-size: 13px;
}

.testimonials-img-content h6 {
	font-size: 20px;
	margin-bottom: 0;
}

.testimonials-main-ryt {
	background: #fff;
	border: 1px solid #f0f0f0;
	box-shadow: 0 1px 4px rgba(0,0,0,.05);
	border-radius: 20px;
	padding: 20px;
}

.footer.footer-seven {
	background: #111827;
}

.footer.footer-seven .footer-top {
	background: #111827;
	padding: 40px 0 16px;
}

.footer.footer-seven .footer-title {
	color: #fff;
}

.footer.footer-seven .footer-menu ul li a {
	color: #f0f0f0;
}

.footer.footer-seven .social-icon ul {
	margin-bottom: 0;
}

.footer.footer-seven .social-icon ul li a {
	background: none;
	color: #fff;
}

.footer.footer-seven .footer-widget .footer-six-main .footer-six-left img {
	filter: invert(1) brightness(100);
	width: 18px;
	height: 18px;
	margin-right: 0;
}

.footer.footer-seven .footer-widget .footer-six-main .footer-six-left .footer-seven-icon {
	justify-content: center;
	align-items: center;
	display: flex;
	width: 48px;
	height: 48px;
	border-radius: 30px;
	background: #fff;
	margin-right: 12px;
	flex-shrink: 0;
}

.footer.footer-seven .footer-widget .footer-six-main .footer-six-left .footer-six-ryt span {
	color: hsla(0,0%,100%,.7);
}

.footer.footer-seven .footer-widget .footer-six-main .footer-six-left .footer-six-ryt h6 {
	color: #fff;
}

.footer.footer-seven .footer-bottom.footer-bottom-seven .copyright {
	border-top: 1px solid #454545;
}

.footer-selects.footer-selects-seven .subscribe-form .form-control {
	height: 48px;
	min-height: 48px;
	border-radius: 30px;
	padding: 6px 102px 6px 19px;
}

.footer-selects.footer-selects-seven .subscribe-form .form-control::-moz-placeholder {
	color: #203066;
}

.footer-selects.footer-selects-seven .subscribe-form .form-control::placeholder {
	color: #203066;
}

.footer-selects.footer-selects-seven .subscribe-form .footer-btn {
	font-size: 14px;
	padding: 7px 21px;
	background: #ff008a;
	color: #fff;
	border-radius: 30px;
	right: 8px;
}

.footer-selects.footer-selects-seven .footer-subtitle {
	color: #fff;
}

.footer-widget.footer-widget-seven .footer-content p {
	color: #f0f0f0;
}

.footer-bottom.footer-bottom-seven {
	background: #111827;
	border-top: 1px solid #242b3a;
	padding: 0;
}

.footer-bottom.footer-bottom-seven .copyright {
	border-top: 0!important;
	padding: 20px 0;
}

.footer-bottom.footer-bottom-seven .copyright .copyright-text p {
	color: #fff;
	margin-bottom: 0;
}

.owl-nav button:hover {
	background: #8eb66f!important;
	color: #fff!important;
}

.owl-nav button.owl-prev {
	margin-right: 10px;
}

.owl-nav button.owl-next,.owl-nav button.owl-prev {
	width: 32px;
	height: 32px;
	background: #fff!important;
	box-shadow: 0 4px 14px hsla(0,0%,55.3%,.25);
	text-shadow: none;
	top: 4px;
	cursor: pointer;
	border: 0;
	border-radius: 50%;
	color: #28283c;
	margin-bottom: 30px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: ease all .5s;
}

.owl-nav button.owl-next:hover,.owl-nav button.owl-prev:hover {
	background: #8eb66f!important;
}

.footer.footer-seven .footer-widget ul li+li {
	margin-top: 10px;
}

.wizard ul {
	text-align: center;
	margin-bottom: 50px;
}

.wizard ul,.wizard ul li {
	display: flex;
	justify-content: center;
}

.wizard ul li {
	width: 100%;
	position: relative;
}

.wizard ul li h5 {
	font-size: 16px;
	margin: 10px 0;
	font-weight: 400;
}

.wizard ul li span.dot-active {
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	background-color: #fff;
	display: flex;
	border-radius: 50%;
	margin: auto auto 0;
	z-index: 1;
}

.wizard ul li:after {
	width: 50%;
	left: 0;
}

.wizard ul li:after,.wizard ul li:before {
	content: "";
	height: 1px;
	background: #ddd;
	position: absolute;
	bottom: 9px;
}

.wizard ul li:before {
	width: 100%;
	right: 0;
}

.wizard ul li:first-child:before {
	width: 50%;
}

.wizard ul li:first-child:after,.wizard ul li:last-child:before {
	display: none;
}

.wizard ul li.progress-activated:after,.wizard ul li.progress-activated:before {
	background: #8eb66f;
}

.wizard ul li.progress-activated span.dot-active {
	border-color: #8eb66f;
	background-color: #8eb66f;
}

.wizard ul li.progress-active:after {
	background: #8eb66f;
}

.wizard ul li.progress-active span.dot-active {
	border-color: #8eb66f;
}

.profile-step {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wizard-form-card {
	padding: 24px;
	background: #fff;
}

.wizard-form-card .card-title {
	margin-bottom: 30px;
}

.wizard-form-card .card-title h4 {
	margin-bottom: 5px;
}

.install-step {
	border-radius: 10px;
	background: #f9f9f9;
	padding: 24px;
	margin-bottom: 40px;
}

.install-step .requirment-field {
	border-radius: 5px;
	background: #fff;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.install-step .requirment-field:last-child {
	margin-bottom: 0;
}

.install-step .requirment-field .elements-name {
	display: inline-flex;
	align-items: baseline;
}

.install-step .requirment-field .elements-name i {
	color: #05a144;
	margin-right: 10px;
}

.install-step .requirment-field .elements-name i.fa-circle-xmark {
	color: #ff0101;
}

.install-step .requirment-field span.version {
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #05a144;
	background: rgba(5,161,68,.04);
	color: #05a144;
	padding: 5px 15px;
}

.install-step .requirment-field span.error-msg {
	color: #ff0101;
}

.install-step .files-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	color: #858585;
}

.install-step .files-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}

.install-step .files-list li span.folder {
	display: inline-flex;
	align-items: baseline;
}

.install-step .files-list li span.folder i {
	color: #ffb800;
	margin-right: 10px;
}

.install-step .files-list li span i {
	color: #05a144;
}

.install-step .install-user tr {
	margin-bottom: 15px;
	display: table;
}

.install-step .install-user tr td {
	color: #333;
}

.install-step .install-user tr td:first-child {
	width: 120px;
}

.install-step .install-user tr:last-child {
	margin-bottom: 0;
}

.add-form-btn {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.add-form-btn .pre-btn {
	background: #e8e8e8;
	border-color: #e8e8e8;
	box-shadow: none;
	color: #fff;
}

.initialization-form-set #first {
	display: block;
}

.initialization-form-set .main-btn {
	display: inline-flex;
	align-items: center;
	gap: 2px;
}

.initialization-form-set fieldset {
	display: none;
}

.rechange-details {
	padding-bottom: 20px;
}

.rechange-details span {
	border-radius: 10px;
	background: rgba(5,161,68,.13);
	color: #05a144;
	padding: 20px;
	display: block;
	text-align: center;
}

.installation-header {
	background: #fff;
	padding: 20px 0;
	text-align: center;
}

@media only screen and (max-width:575.98px) {
	.wizard ul li:after,.wizard ul li:before,.wizard ul li span.dot-active {
		display: none;
	}

	.wizard ul {
		flex-direction: column;
		row-gap: 20px;
	}

	.wizard ul li {
		border-bottom: 2px solid #f9f9f9;
	}

	.wizard ul li.progress-activated {
		border-color: #8eb66f;
	}

	.install-step .requirment-field {
		flex-direction: column;
		align-items: start;
		row-gap: 10px;
	}
}

.booking-sidebar.request-sidebar:after,.booking-sidebar.request-sidebar:before {
	display: none;
}

.booking-sidebar.request-sidebar #bokingwizard li {
	color: #242b3a;
	font-size: 16px;
	padding-left: 30px;
}

.booking-sidebar.request-sidebar #bokingwizard li span:before {
	width: 20px;
	height: 20px;
	border-color: #c9cbcf;
	background: #f4f5f5;
}

.booking-sidebar.request-sidebar #bokingwizard li span:after {
	content: "";
	border: 4px solid #c9cbcf;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 6px;
}

.booking-sidebar.request-sidebar #bokingwizard li:before {
	content: "";
	border: 1px solid #c9cbcf;
	width: 1px;
	height: calc(40% - 2px);
	position: absolute;
	top: 28px;
	left: 9px;
	border-radius: 30px;
}

.booking-sidebar.request-sidebar #bokingwizard li:last-child:before {
	display: none;
}

.booking-sidebar.request-sidebar #bokingwizard li.active:before,.booking-sidebar.request-sidebar #bokingwizard li.active span:after,.booking-sidebar.request-sidebar #bokingwizard li.active span:before {
	border-color: #8eb66f;
}

.booking-sidebar.request-sidebar #bokingwizard li.activated:before {
	border-color: #03c95a;
}

.booking-sidebar.request-sidebar #bokingwizard li.activated span:after {
	font-family: Fontawesome;
	content: "\f00c";
	color: #fff;
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 10px;
	border: 0;
}

.booking-sidebar.request-sidebar #bokingwizard li.activated span:before {
	border: 1px solid #03c95a;
	background: #03c95a;
}

.form-floating .form-control {
	min-height: 40px;
	height: 40px;
}

.form-floating label {
	padding: .5rem .75rem;
	color: #656b76;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
	top: -10px;
	color: #242b3a;
}

.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label {
	top: -10px;
	color: #242b3a;
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
	padding-top: 16px;
}

.form-floating .form-control:focus,.form-floating>.form-control:not(:placeholder-shown) {
	padding-top: 16px;
}

.custom-increment .quantity-btn {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #111827;
	color: #fff;
	padding: 0;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.custom-increment .quantity-btn:hover {
	background: #8eb66f;
}

.custom-increment input {
	width: 40px;
	border: 0;
	text-align: center;
	padding: 0 5px;
}

.select-floating-label {
	position: absolute;
	top: -10px;
	z-index: 100;
	background: #fff;
	padding: 2px;
	left: 10px;
}

.request-wizard fieldset .card .card-body {
	padding: 20px;
}

@media (max-width:1199.98px) {
	.request-wizard fieldset .card .card-body {
		padding: 15px;
	}
}

.upload-field {
	border: 1px dashed #c9cbcf;
	border-radius: 5px;
	padding: 20px;
}

.review-order {
	background: #d8d9ea;
	border-radius: 10px;
	padding: 16px;
	margin-bottom: 20px;
}

.review-order .review-item {
	min-width: 150px;
}

.mean-container a.meanmenu-reveal {
	display: none!important;
}

.mean-container .mean-bar {
	background: #fff;
}

.mean-container .mean-nav {
	background: #fff;
	margin-top: 0;
}

.mean-container .mean-nav>ul {
	display: block!important;
}

.mean-container .mean-nav>ul li a {
	color: #242b3a;
}

.select2-container {
	min-width: 100%!important;
	z-index: 99;
}

.select2-container .select2-selection--single {
	height: 40px;
}

.select2-container--default .select2-selection--single {
	border: 1px solid var(--Stroke,rgba(145,158,171,.3));
	border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	/*color: #242b3a!important;*/
	color:#a4a0a0 !important;
	line-height: 40px;
	border-radius: 5px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: 400;
	padding-right: 30px;
}

.select2-container--default .select2-selection--single .select {
	width: 219px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	right: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	position: absolute;
	top: 50%;
	left: 50%;
	border-color: #4e5561;
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 3px;
	height: 0;
	margin-left: -6px;
	margin-top: -3px;
	width: 0;
	transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: #000;
	border-width: 1px 0 0 1px;
	margin-top: 3px;
	padding: 3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: #8eb66f;
	color: #fff;
}

span.select2-container.select2-container--default.select2-container--open {
	z-index: 9999;
	box-shadow: 0 4.4px 12px -1px hsla(0,0%,87.1%,.36);
}

.select2-container--classic .select2-selection--single,.select2-container--classic .select2-selection--single .select2-selection__arrow,.select2-container--classic .select2-selection--single .select2-selection__rendered,.select2-container--default .select2-selection--multiple,.select2-container--default .select2-selection--single,.select2-container--default .select2-selection--single .select2-selection__arrow,.select2-container--default .select2-selection--single .select2-selection__rendered {
	border-color: #ebeced;
	color: #656b76;
}

.select2-dropdown {
	border-color: #ebeced;
}

.select2-container--default .select2-selection--multiple {
	line-height: 27px;
	height: auto;
	max-height: 40px;
	overflow-y: auto;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,.select2-container--default .select2-selection--multiple .select2-selection__choice,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	background-color: #5625e8;
	border-color: #5625e8;
	color: #fff;
}

.select2-container--open .ti-filter {
	z-index: 9999!important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #ebeced;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	padding-right: 15px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,.select2-container--default .select2-selection--multiple .select2-selection__choice,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	background-color: #eaebee;
	border-color: #eaebee;
	color: #111827;
	font-size: 13px;
	position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	position: absolute;
	right: 0;
}
.footer-widget h5 {
    color:white;
}
.follow h5 {
    color:white;
}
.work-icon img {
    width:50px;
}
/*.carousel-item h1 {*/
/*    color:white; */
/*    margin-bottom:140px;*/
/*    font-size:40px;*/
/*}*/
.carousel-item img {
    /*height:532px;*/
    height:300px;
}
.work-icon.flow img {
    width:70px;
}
.feature-icon img {
    width:60px;
}
 
.footer-title {
    color:white;
}
.footer-six-ryt span {
    color:white;
}
.mb-1 {
   border-bottom: none !important;
}
.service-cont-info small {
    font-size:0.8rem;
}
.form-select option:checked {
     
    color: #000 !important;
}