html {
	scroll-behavior: smooth;
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	font-family: 'Averta-Regular';
	position: relative;
	color: #000
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
}

a {
	display: block;
	text-decoration: none;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-moz-transition: all 0.2s;
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

span {
	display: block;
}

em,
i {
	font-style: normal;
	display: block;
}

img {
	width: 100%
}

.btn-green,
.btn-green:focus {
	min-width: 200px;
	outline: none;
	background: #288851;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	font-family: 'Averta-Bold';
	padding: 10px 20px;
	font-size: 16px;
	line-height: 22px;
	border: 2px solid #288851;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}

.btn-green:hover {
	border: 2px solid #288851;
	background: #fff;
	color: #288851;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	font-family: 'Averta-Bold';
}

.btn-white-border,
.btn-white-border:focus {
	min-width: 200px;
	box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
	-webkit-box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
	-ms-box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
	outline: none;
	background: transparent;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	font-family: 'Averta-Bold';
	padding: 10px 20px;
	font-size: 16px;
	line-height: 22px;
	border: 2px solid #fff;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}

.btn-white-border:hover {
	border: 2px solid #fff;
	background: #fff;
	color: #288851;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}

h1 {
	font-size: 40px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	font-family: 'Averta-Bold';
}

h2 {
	font-size: 30px;
	line-height: 34px;
	margin: 0;
	padding: 0;
	font-family: 'Averta-Semibold';
}

h3 {
	font-size: 26px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	font-family: 'Averta-Semibold';
}

h4 {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	font-family: 'Averta-Semibold';
}

p {
	font-size: 16px;
	line-height: 20px;
	font-family: 'Averta-Regular';
	margin: 0
}

/* main */
main {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: 76px;
	/*display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     */
}

/* login-page */
.login {
	overflow: hidden;
}

.login .row {
	margin: 0
}

.login .row .col-md-5,
.login .row .col-md-7 {
	padding: 0
}

.side-banner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 30px;
	background-image: url('../images/side-banner.svg');
	height: 100vh;
	background-size: cover;
	background-position: bottom;
}

.side-banner .banner-text {
	height: 100%;
	width: 100%
}

.side-banner .banner-text .logo {
	width: 155px
}

.side-banner .banner-text .inner-text {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-direction: column;
}

.side-banner .banner-text h1 {
	color: #fff;
	padding-bottom: 20px
}

.side-banner .banner-text p {
	color: #fff;
	text-align: center;
	padding: 0 0 30px;
}

.right-data {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	flex-direction: column;
}

.right-data h1 {
	color: #288851;
	text-align: center;
}

.right-data form {
	min-width: 400px;
	max-width: 400px
}

.right-data form .form-group {
	margin-bottom: 0;
	margin-top: 40px;
	position: relative;
}

.right-data form .form-group a i.view {
	position: absolute;
	right: 10px;
	top: 11px
}

form .form-control,
select {
	height: 45px;
	border-radius: 8px;
	border: 1px solid #9EA4B0;
	font-size: 16px;
	outline: none;
}

select {
	width: 100%;
	padding: 6px 12px
}

form .form-control:focus {
	border: 1px solid #288851
}

form .form-control::placeholder {
	font-size: 16px
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.form-group label {
	font-size: 18px
}

.right-data form .green-link {
	text-align: right;
	color: #288851;
	font-size: 18px;
	font-style: italic;
	font-family: 'Averta-BoldItalic';
	margin-bottom: 20px;
	margin-top: 20px
}

.right-data form button {
	margin: 0 auto;
	display: block;
}

.right-data form .form-group.checkbox {
	margin: 20px 0;
}

.right-data form .form-group.checkbox input {
	margin: 0;
	top: 4px
}

.right-data form .form-group.checkbox label {
	font-size: 15px;
	color: #000;
	font-weight: 500
}

.right-data form .form-group.checkbox label a {
	display: inline-block;
	color: #288851;
	font-style: italic;
	font-family: 'Averta-BoldItalic';
	font-size: 16px
}

.right-data span.account a {
	display: inline-block;
	color: #288851;
	font-style: italic;
	font-family: 'Averta-BoldItalic';
	font-size: 18px
}

.right-data span.account {
	font-size: 16px;
	text-align: center;
	margin-top: 10px
}

a.search:focus,
a.search {
	color: #fff;
}

a.search {
	display: inline-block;
	width: auto;
	text-align: right;
	vertical-align: middle;
}

a.search i {
	font-size: 22px
}

.searchbox {
	position: relative;
	min-width: 40px;
	width: 0%;
	height: 40px;
	overflow: hidden;
	display: inline-block;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.searchbox-input {
	top: 0;
	right: 0;
	border: 0;
	outline: 0;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0px 0px 0px 0;
	font-size: 18px;
	background: transparent;
	border-bottom: 2px solid #fff;
	color: #fff;
}

.searchbox-input::-webkit-input-placeholder {
	color: #fff;
}

.searchbox-input:-moz-placeholder {
	color: #fff;
}

.searchbox-input::-moz-placeholder {
	color: #fff;
}

.searchbox-input:-ms-input-placeholder {
	color: #fff;
}

.searchbox-icon,
.searchbox-submit {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
	font-size: 20px;
	right: 0;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	background: #288851;
}

.searchbox-open {
	width: 100%;
}

.searchbox-icon i {
	font-size: 25px
}

/* header-profile */
.profile {
	display: inline-block;
	position: relative;
}

.profile-img {
	width: 35px;
	height: 35px;
	opacity: 1;
	display: inline-block;
}

.profile-img img {
	border-radius: 100px
}

.profile-name {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	vertical-align: middle;
	opacity: 1;
	position: relative;
	padding: 15px 0 15px 10px
}

.profile-name:hover,
.profile-name:focus {
	color: #fff
}

.profile-name span:after {
	content: '\f107';
	position: absolute;
	right: -20px;
	color: #fff;
	font-family: 'FontAwesome';
	font-weight: 700
}

.bell,
.bell:hover,
.bell:focus {
	position: relative;
	opacity: 1;
	display: inline-block;
	color: #fff;
	padding: 13px 0
}

.bell i {
	font-size: 25px
}

.bell span {
	position: absolute;
	top: 5px;
	background: #FF7676;
	border-radius: 100%;
	width: 12px;
	height: 12px;
	right: 0;
	color: #288851;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Averta-Bold';
	border: 1px solid #288851
}

.notify {
	display: inline-block;
	vertical-align: middle;
	padding-right: 35px;
	position: relative;
}

.notificationbell span {
	position: absolute;
	top: -7px;
	background: #FF7676;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	right: -7px;
	color: #288851;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Averta-Bold';
	border: 1px solid #288851;
}

/* map */
.google-map {
	display: block;
	width: 100%;
	height: 100%
}

.google-map i {
	display: block;
	width: 100%;
	height: 100%
}

.code {
	position: absolute;
	top: 132px;
	right: 10px;
	background: #fff;
	box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
	-webkit-box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
	-ms-box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
	padding: 15px;
	border-radius: 5px
}

.code span {
	font-size: 16px;
	color: #000;
	padding-bottom: 5px
}

.code .share {
	display: block;
	float: right;
}

.code .share a {
	display: inline-block;
	text-align: center;
	padding: 5px
}

.code .share a img {
	width: auto;
}

/* add-details */
#add-details h2,
#verify-detail h2,
#add-review h2 {
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	padding-bottom: 10px
}

#add-review h2 {
	text-align: left;
}

#add-details .modal-header,
#verify-detail .modal-header,
#add-review .modal-header {
	border-bottom: none;
	padding: 0
}

#add-details .modal-header .close,
#verify-detail .modal-header .close,
#add-review .modal-header .close {
	margin: 0;
	padding: 10px 20px
}

#add-details .modal-header .close:focus,
#verify-detail .modal-header .close:focus,
#add-review .modal-header .close:focus {
	outline: none;
}

#add-details .modal-header .close span,
#verify-detail .modal-header .close span,
#add-review .modal-header .close span {
	font-size: 30px
}

#add-details .modal-body,
#verify-detail .modal-body,
#add-review .modal-body {
	padding: 0 20px 20px;
}

#add-details .btn-green,
#verify-detail .btn-green {
	display: block;
	text-align: center;
	margin: 0 auto
}

#verify-detail .btn-green {
	margin-top: 15px
}

#add-review p {
	padding-bottom: 20px
}

#add-review textarea {
	height: 100px;
	margin-bottom: 10px
}

#add-review .btn-green {
	display: block;
	text-align: center;
}

#add-review .form-group {
	margin: 0
}

#add-review ul li {
	display: inline-block;
	vertical-align: middle;
}

#add-review ul li img {
	width: auto;
	margin-right: 10px
}

#add-review ul li a img.active {
	display: none;
}

#add-review ul li a img.normal {
	display: inline-block;
}

#add-review ul li a.active img.active {
	display: inline-block;
}

#add-review ul li a.active img.normal {
	display: none;
}

#add-review ul {
	margin-bottom: 20px
}

#add-review em.text-counter {
	text-align: right;
	color: #9EA4B0;
	font-family: 'Averta-Regular';
	font-size: 16px;
	line-height: 20px
}

/* verify */
.verify form {
	display: block;
	text-align: center;
}

.verify {
	text-align: center;
}

.verify h2 {
	padding-bottom: 20px
}

#verify-detail p {
	text-align: center;
	padding: 10px
}

.verify form button {
	margin-top: 40px
}

.verify input {
	display: inline-block;
	width: 45px;
	text-align: center;
}

.verify .form-group {
	display: inline;
	margin: 8px
}

/* padding:0*/
.p0 {
	padding: 0 !important
}

/* footer-css */
footer {
	background: #333
}

footer span {
	color: #fff;
	padding: 15px 0;
	text-align: center;
}

/* img-upload */
.avatar-upload {
	position: relative;
	max-width: 175px;
	margin: 10px auto;
}

.avatar-upload .avatar-edit {
	position: absolute;
	right: 12px;
	z-index: 1;
	bottom: 10px;
}

.avatar-upload .avatar-edit input {
	display: none;
}

.avatar-upload .avatar-edit input+label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #288851;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
	background: #288851;
	border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
	content: "\f030";
	font-family: "FontAwesome";
	color: #fff;
	position: absolute;
	top: 6px;
	left: 2px;
	right: 0;
	text-align: center;
	margin: auto;
	font-size: 15px
}

.avatar-upload .avatar-preview {
	width: 150px;
	height: 150px;
	position: relative;
	border-radius: 100%;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	margin: 0 auto
}

.avatar-upload .avatar-preview>div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.notification-data {
	display: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: absolute;
	width: 350px;
	top: 60px;
	background: #fff;
	padding: 20px;
	right: 0;
	box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
	-webkit-box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
	-ms-box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
}

.notification-data h4 {
	margin-bottom: 5px;
	color: #333;
	display: inline-block;
}

.notification-data a {
	color: #288851;
	font-weight: 600;
	text-align: center;
	display: block;
	padding-bottom: 0;
	font-size: 16px;
	cursor: pointer
}

.notification-data li {
	border-bottom: 1px solid #c1ced2;
	padding: 10px 0;
	position: relative;
	display: block;
}

.notification-data li p {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 5px;
	color: #333;
	padding-right: 5px
}

.notification-data li em {
	font-size: 15px;
	color: #68768B
}

.notification-data li:last-child {
	border-bottom: none;
	padding-bottom: 0
}

.notification-data li i {
	width: 40px;
	height: 40px;
	background: #D9D9D9;
	border-radius: 100px;
	position: absolute;
	top: 5px
}

.notification-data li .notify-content {
	padding-left: 50px
}

.notification-data li i span {
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	font-weight: 600
}

.notification-data:before {
	content: '';
	position: absolute;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #fff;
	top: -12px;
	right: 32px
}

.notification-data ul {
	max-height: 408px;
	min-height: 104px;
	overflow-y: scroll;
	width: 100%;
}

.notification-data li img {
	border-radius: 100px;
}

.password-eye {
	float: right;
	font-size: 17px;
	position: absolute;
	right: 15px;
	top: 40px;
	color: #68768B;
	left: auto;
}

.iti {
	width: 100%
}

.text-red {
	color: red
}

.forgot-password {
	margin-top: 20px !important
}

/*.notification-data li:after{
     content: '\f1f8';
     font-family: "FontAwesome";
     position: absolute;
     font-size: 20px;
     color: #FF7676;
     padding: 10px;
     top: -7px;
     right: 0;
     cursor: pointer;
}
 */
footer span {
	padding: 15px 10px
}

.notification-data li i.fa {
	background: none;
	width: auto;
	height: auto;
	position: absolute;
	font-size: 20px;
	color: #FF7676;
	padding: 10px;
	top: 0;
	right: 0;
	cursor: pointer;
}

/* innaer-page */
main.inner-page {
	margin-top: 120px;
	margin-bottom: 30px
}

main.inner-page h2 {
	text-align: center;
	color: #333
}

.white-box {
	background: #F9F9F9;
	padding: 20px;
	border-radius: 15px
}

main.inner-page .form-group {
	width: 48%;
	display: inline-block;
	margin-right: 15px
}

main.inner-page .form-group label {
	display: block;
}

.white-box .avatar-upload {
	margin-bottom: 20px
}

.accordion {
	background-color: #288851;
	color: #fff;
	cursor: pointer;
	padding: 15px;
	width: 100%;
	position: relative;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	transition: 0.4s;
	margin-top: 15px;
	border-radius: 8px;
}

.accordion:after {
	content: '\f067';
	position: absolute;
	font-family: "FontAwesome";
	right: 20px;
}

.accordion.active:after {
	content: '\f068';
	position: absolute;
	font-family: "FontAwesome";
	right: 20px;
}

.panel {
	padding: 20px;
	display: none;
	background-color: white;
	overflow: hidden;
}

.panel.codes ul li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px
}

.panel.codes ul li span {
	padding-bottom: 10px;
	font-size: 16px;
	color: #1B1B1B
}

.panel.codes ul li em {
	padding-bottom: 10px;
	font-size: 16px;
	color: #9EA4B0
}

.panel.codes ul li:last-child {
	border-bottom: none;
	margin-bottom: 0
}

.panel.codes ul li:last-child em {
	padding-bottom: 0
}

.white-box button.btn-green {
	margin: 20px auto 0;
	text-align: center;
	display: block;
}

main.inner-page .form-group.third-grp {
	margin: 0 auto 15px;
	text-align: center;
	display: block;
}

.accordion {
	background-color: #288851;
	color: #fff;
	cursor: pointer;
	padding: 15px;
	width: 100%;
	position: relative;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	transition: 0.4s;
	margin-top: 15px;
	border-radius: 8px;
}

.accordion:after {
	content: '\f067';
	position: absolute;
	font-family: "FontAwesome";
	right: 20px;
}

.accordion.active:after {
	content: '\f068';
	position: absolute;
	font-family: "FontAwesome";
	right: 20px;
}

.panel {
	padding: 20px;
	display: none;
	background-color: white;
	overflow: hidden;
}

.panel.codes ul li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px
}

.panel.codes ul li span {
	padding-bottom: 10px;
	font-size: 16px;
	color: #1B1B1B
}

.panel.codes ul li em {
	padding-bottom: 10px;
	font-size: 16px;
	color: #9EA4B0
}

.panel.codes ul li:last-child {
	border-bottom: none;
	margin-bottom: 0
}

.panel.codes ul li:last-child em {
	padding-bottom: 0
}

.white-box button.btn-green {
	margin: 20px auto 0;
	text-align: center;
	display: block;
}

main.inner-page .form-group.third-grp {
	margin: 0 auto 15px;
	text-align: center;
	display: block;
}

/* review */
section {
	padding: 30px
}

.review .review-number {
	color: #288851;
	font-size: 18px;
	font-family: 'Averta-Semibold';
	padding-top: 10px;
	padding-bottom: 20px
}

.review h3 {
	padding-bottom: 10px;
	padding-top: 20px
}

.review .row {
	margin: 0;
}

.review img {
	border-radius: 10px
}

.rate {
	display: inline-block;
}

.rate em {
	display: inline-block;
	vertical-align: middle;
	color: #828B98;
	font-size: 16px;
	font-family: 'Averta-Bold';
	padding-right: 5px
}

.rate .star {
	display: inline-block;
	vertical-align: middle;
}

.rate .star i {
	color: #FFCC00;
	font-size: 16px;
	cursor: pointer;
}

.review .col-md-6:first-child {
	padding-left: 0
}

.review ul {
	margin-top: 15px
}

.review ul li {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #D5DBE8
}

.review ul li:last-child {
	border-bottom: none;
}

.review ul li div {
	display: flex;
	align-items: center;
}

.review ul li i.profile {
	width: 60px;
	height: 60px;
	margin: 0
}

.review ul li i.profile img {
	border-radius: 100px
}

.review ul li div.rate-detail {
	flex-direction: column;
	align-items: flex-start;
	padding-left: 10px
}

.review ul li em.date {
	font-style: italic;
	color: #9EA4B0;
	font-family: 'Averta-SemiboldItalic';
	font-size: 16px;
	line-height: 20px;
	margin-left: auto;
}

.review ul li p {
	padding-top: 10px
}

main.overlay:after {
	content: "";
	display: block;
	position: fixed;
	padding: 100px 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.category {
	position: absolute;
	top: 100px;
	padding: 0 30px;
	display: none;
}

.category ul li {
	display: inline-block;
	padding-right: 15px
}

.category ul li a {
	background: #fff;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.overlay-class .category {
	display: block;
}

.offer-listing i img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.offer-listing h3 {
	color: #1B1B1B;
	font-family: 'Averta-Semibold';
	padding-bottom: 15px;
	font-size: 20px;
	line-height: 26px
}

.offer-listing .offer-data {
	padding: 20px 15px
}

.offer-listing .location {
	display: flex;
	padding-bottom: 15px
}

.offer-listing .location span {
	color: #9EA4B0;
	font-size: 18px;
	line-height: 22px
}

.offer-listing .location i {
	padding-right: 5px;
	width: 25px
}

.offer-listing .validation {
	display: flex;
	align-items: center;
}

.offer-listing .validation button {
	margin-left: auto;
	color: #288851;
	font-size: 25px;
	border: none;
	box-shadow: none;
	background: transparent;
}

.offer-listing .validation em {
	color: #288851;
	font-family: 'Averta-SemiboldItalic';
	font-size: 18px
}

.offer-listing a {
	background: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px
}

.offer-listing .col-md-4 {
	margin-bottom: 30px
}

main.inner-page .offer-listing h2 {
	text-align: left;
}

.offer-listing .title {
	display: flex;
	align-items: center;
	padding-bottom: 20px
}

.offer-listing .title button {
	margin-left: auto;
}

#offer-detail .modal-header {
	border-bottom: none;
	padding-bottom: 0
}

#offer-detail h3 {
	padding-bottom: 15px
}

.offer-detail-modal .modal-dialog {
	width: 800px
}

#offer-detail .modal-body {
	padding: 0 25px 25px
}

#offer-detail .modal-header .close span {
	font-size: 30px
}

.offer-content {
	padding: 0
}

#offer-detail span {
	color: #9EA4B0;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 15px
}

#offer-detail .location {
	display: flex;
}

#offer-detail .location i {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}

#offer-detail .location span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
	font-size: 18px;
	line-height: 22px
}

#offer-detail .modal-body .title {
	display: flex;
	align-items: center;
	margin-bottom: 25px
}

#offer-detail .modal-body .title button {
	margin-left: auto;
}

#offer-detail .modal-body .title h3 {
	padding-bottom: 0
}

main.inner-page .check-in h2 {
	text-align: left;
	padding-bottom: 20px
}

main.inner-page .check-in ul li h3 {
	font-size: 22px;
	line-height: 26px;
	padding-bottom: 5px
}

main.inner-page .check-in ul li p {
	color: #9EA4B0
}

main.inner-page .check-in ul li {
	padding: 15px 75px 15px 0;
	border-bottom: 1px solid #D5DBE8;
	position: relative;
}

main.inner-page .check-in ul li a {
	width: 50px;
	height: 50px;
	background: #288851;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 15px
}

main.inner-page .check-in ul li a img {
	width: auto
}

.spoton-question-section {}

.spoton-question-section .spoton-question-box {
	background: #fff;
	padding: 15px 15px 15px 90px;
	position: relative;
	border-radius: 10px;
	margin: 15px 0;
}

.spoton-question-section .spoton-question-box .question-no {
	color: #288851;
	width: 50px;
	height: 50px;
	background: #f1f1f1;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	border-radius: 10px;
	position: absolute;
	left: 20px;
	top: 15px;
}

.spoton-question-section .spoton-question-box h3 {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

.spoton-question-section .spoton-question-box .checkbox-list {}

.spoton-question-section .spoton-question-box .checkbox-list .control {
	color: #9F9F9F;
	border: solid 1px #f1f1f1;
	padding: 17px 44px 13px;
	border-radius: 5px;
}

.spoton-question-section .spoton-question-box .checkbox-list .control.ripple:after {
	top: 16px;
	left: 14px;
}

.spoton-question-section .spoton-question-box .checkbox-list .control .control__indicator {
	top: 12px;
	left: 9px;
	width: 28px;
	text-align: center;
	height: 28px;
	line-height: 28px;
	background-color: transparent;
	border: solid 1px #9EA4B0;
	border-radius: 8px;
}

.spoton-question-section .spoton-question-box .checkbox-list .control--checkbox .control__indicator:after {
	width: auto;
	height: auto;
	background: transparent;
	color: #fff;
	top: -1px;
	left: 0px;
	right: 0;
	font-weight: 400;
	border: none;
	transform: none;
	content: '\f00c';
	font-family: 'FontAwesome';
}

.spoton-question-section .spoton-question-box .checkbox-list .control input:checked~.control__indicator {
	background-color: #288851;
	border: solid 1px #288851;
}

.spoton-question-section .spoton-question-box .checkbox-list .control.green {
	border: solid 1px #288851;
	color: #288851;
}

.spoton-question-section .spoton-question-box .checkbox-list .control.green .control__indicator {
	background-color: transparent;
	border: solid 1px #f1f1f1;
}

.spoton-question-section .spoton-question-box .checkbox-list .control.green input:checked~.control__indicator {
	background-color: #288851;
	border: solid 1px #288851;
}

.spoton-question-section .spoton-question-box .checkbox-list .control.red {
	border: solid 1px #F44336;
	color: #F44336;
}

.spoton-question-section .spoton-question-box .checkbox-list .control.red .control__indicator {
	background-color: transparent;
	border: solid 1px #f1f1f1;
}

.spoton-question-section .spoton-question-box .checkbox-list .control.green .control__indicator:after {
	content: '\f00c';
	width: auto;
	height: auto;
	background: transparent;
	font-family: FontAwesome;
	color: #fff;
	top: -1px;
	left: 0px;
	right: 0;
	font-weight: 400;
	border: none;
	transform: none;
}

.spoton-question-section .spoton-question-box .checkbox-list .control.red .control__indicator:after {
	content: '\f00d';
	width: auto;
	height: auto;
	background: transparent;
	color: #fff;
	font-family: FontAwesome;
	top: -1px;
	left: 0px;
	right: 0;
	font-weight: 400;
	border: none;
	transform: none;
}

.spoton-question-section .spoton-question-box .checkbox-list .control.red input:checked~.control__indicator {
	background-color: #F44336;
	border: solid 1px #F44336;
}

.spoton-question-section .spoton-question-box .radio-list {}

.spoton-question-section .spoton-question-box .radio-list .control {
	border: solid 1px #f1f1f1;
	padding: 17px 44px 13px;
	border-radius: 5px;
}

.spoton-question-section .spoton-question-box .radio-list .control.ripple:after {
	top: 18px;
	left: 14px;
}

.spoton-question-section .spoton-question-box .radio-list .control .control__indicator {
	top: 12px;
	left: 9px;
	background-color: transparent;
	border: solid 1px #9EA4B0;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}

.spoton-question-section .spoton-question-box .radio-list .control--checkbox .control__indicator:after {
	left: 6px;
	top: 2px;
}

.spoton-question-section .spoton-question-box .radio-list .control input:checked~.control__indicator {
	background-color: #288851;
	border: solid 1px #288851;
}

.spoton-question-section .spoton-question-box .radio-list .control input:checked~.control__indicator {}

.spoton-question-section .spoton-question-box .radio-list .control--radio.green .control__indicator:after {
	content: '\f00c';
	width: auto;
	height: auto;
	background: transparent;
	font-family: FontAwesome;
	color: #fff;
	top: -1px;
	left: 0px;
	right: 0;
	font-weight: 400;
}

.spoton-question-section .spoton-question-box .radio-list .control--radio.red .control__indicator:after {
	content: '\f00d';
	width: auto;
	height: auto;
	background: transparent;
	font-family: FontAwesome;
	color: #fff;
	top: -1px;
	left: 0px;
	right: 0;
	font-weight: 400;
}

.spoton-question-section .spoton-question-box .radio-list .control input:checked~.control__indicator {
	background-color: #f1f1f1;
	border: solid 1px #f1f1f1;
}

.spoton-question-section .spoton-question-box .radio-list .control--radio .control__indicator:after {
	content: '\f00c';
	width: auto;
	height: auto;
	background-color: #288851;
	color: white;
	top: -1px;
	left: 0px;
	right: 0;
	font-weight: 400;
	font-family: 'FontAwesome';
}

.spoton-question-section .spoton-question-box .radio-list .control.green {
	border: solid 1px #288851;
	color: #288851;
}

.spoton-question-section .spoton-question-box .radio-list .control.green .control__indicator {
	background-color: transparent;
	border: solid 1px #f1f1f1;
}

.spoton-question-section .spoton-question-box .radio-list .control.green input:checked~.control__indicator {
	background-color: #288851;
	border: solid 1px #288851;
}

.spoton-question-section .spoton-question-box .radio-list .control.red {
	border: solid 1px #F44336;
	color: #F44336;
}

.spoton-question-section .spoton-question-box .radio-list .control.red .control__indicator {
	background-color: transparent;
	border: solid 1px #f1f1f1;
}

.spoton-question-section .spoton-question-box .radio-list .control.red input:checked~.control__indicator {
	background-color: #F44336;
	border: solid 1px #F44336;
}

.spoton-question-section .spoton-question-box .text-input-list .blmd-form {
	margin: 15px 0;
	position: relative;
	width: 100%;
}

.spoton-question-section .spoton-question-box .text-input-list .blmd-form .input-group-addon {
	border-width: 0 0 1px;
	min-width: 42px;
	padding: 6px 12px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	color: #2e353b;
	text-align: center;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0;
}

.spoton-question-section .spoton-question-box .text-input-list .blmd-form .blmd-line {
	display: inline-block;
	width: 100%;
	position: relative;
	vertical-align: top;
}

.spoton-question-section .spoton-question-box .text-input-list .blmd-form .blmd-line.blmd-toggled:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1) -o-transform: scale(1);
	transform: scale(1);
}

.spoton-question-section .spoton-question-box .text-input-list .blmd-form .blmd-line.blmd-toggled.hf:after {
	display: none;
}

.spoton-question-section .spoton-question-box .text-input-list .blmd-form .blmd-line.blmd-toggled .blmd-label {
	top: -12px;
	color: #288851;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 10px;
	padding: 6px 6px;
}

.spoton-question-section .spoton-question-box .text-input-list .blmd-form .blmd-line.blmd-toggled .blmd-label:before {
	content: '';
	width: 100%;
	background: white;
	height: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.spoton-question-section .spoton-question-box .text-input-list .blmd-form .blmd-line {}

.spoton-question-section .spoton-question-box .text-input-list .blmd-form .form-control {
	height: 46px;
	box-shadow: none;
	border-radius: 0;
	position: relative;
	background: 0 0;
	z-index: 1;
	background: #FFFFFF;
	border: 1px solid #B0B0B0;
	box-sizing: border-box;
	border-radius: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 10px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	color: #000;
}

.spoton-question-section .spoton-question-box .text-input-list .blmd-form .blmd-toggled .form-control {
	border: solid 2px #288851 !important;
}

.spoton-question-section .spoton-question-box .text-input-list .blmd-form .blmd-label {
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	position: absolute;
	pointer-events: none;
	z-index: 1;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: #9F9F9F;
	display: inline-block;
	left: 12px;
	top: 15px;
}

.spoton-question-section .spoton-question-box .input-list {
	position: relative;
}

.spoton-question-section .spoton-question-box .input-list .btnfile {
	background: #FFFFFF;
	border: 1px solid #9EA4B0;
	border-radius: 8px;
	width: 350px;
	height: 46px;
	text-align: left;
	padding: 0 17px;
	position: relative;
	color: #9EA4B0;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 14px;
}

.spoton-question-section .spoton-question-box .input-list .btnfile span {
	color: #9EA4B0;
	position: absolute;
	right: 16px;
	top: 12px;
	font-size: 16px;
}

.spoton-question-section .spoton-question-box .input-list input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
}

.spoton-question-section .spoton-question-box .input-list span#file-name {
	display: block;
	margin-top: 5px;
}

.spoton-question-section .formsubmitbtn {
	background: #288851;
	border-radius: 25px;
	width: 200px;
	height: 46px;
	line-height: 46px;
	margin: 0 auto;
	display: block;
	border: none;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
}

.spoton-wallet-section {
	padding: 40px 0;
	background-color: #fff;
	display: block;
}

.spoton-wallet-section .wallet-card {
	background: linear-gradient(180deg, #389E63 0%, #146F3A 99.94%);
	border-radius: 6px;
	margin-bottom: 25px;
}

.spoton-wallet-section .wallet-card .wallet-box {
	text-align: center;
	vertical-align: top;
	padding: 25px;
}

.wallet-border {
	border-right: solid 1px #fff;
}

.spoton-wallet-section .wallet-card .wallet-box img {
	width: 140px;
	margin: 15px auto;
	display: block;
}

.spoton-wallet-section .wallet-card .wallet-box h2 {
	color: #fff;
	font-style: normal;
	font-weight: bold;
	font-size: 45px;
	line-height: 36px;
}

.spoton-wallet-section .wallet-card .wallet-box span {
	display: inline-block;
	color: #fff;
}

.spoton-wallet-section h2.history-title {
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	color: #000000;
	line-height: 16px;
	margin: 0 28px 26px;
}

.spoton-wallet-section .wallet-history {
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
	border-radius: 6px;
	margin: 25px 26px;
	padding: 30px 40px;
}

.spoton-wallet-section .wallet-history h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 18px;
	margin: 0 0 15px;
}

.spoton-wallet-section .wallet-history span {
	font-style: normal;
	font-weight: normal;
	margin: 0 0 15px;
	font-size: 17px;
	line-height: 10px;
	color: #9EA4B0;
}

.spoton-wallet-section .wallet-history h4 {
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 18px;
	text-align: right;
	margin: 15px 0;
	color: #288851;
}

.spoton-wallet-section button.btnwallet {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
	background: #288851;
	width: 245px;
	border-radius: 25px;
	height: 70px;
	border: none;
	margin: 0px 15px;
}

/* login */
.login-section {}

.login-section .col-md-5 {
	padding: 0;
}

.login-section .row {
	margin: 0;
}

.login-section .logo {
	padding: 30px;
	background-image: url('https://spoton.letsnurture.co.uk/resources/assets/front/images/side-banner.svg');
	height: 100vh;
	background-size: cover;
	background-position: bottom;
}

.login-section .logo img {
	width: 155px;
}

.login-section .logo-sign-up {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-direction: column;
}

.login-section .logo-sign-up h1 {
	color: #fff;
	padding-bottom: 20px;
	font-size: 40px;
	line-height: 44px;
	margin: 0;
}

.login-section .logo-sign-up p {
	color: #fff;
	text-align: center;
	padding: 0 0 30px;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
}

.login-section .logo-sign-up .btn-white-border {
	min-width: 200px;
	box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
	-webkit-box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
	-ms-box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
	outline: none;
	background: transparent;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 22px;
	border: 2px solid #fff;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	text-decoration: none;
}

.login-section .logo-sign-in {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	flex-direction: column;
}

.login-section .logo-sign-in h2 {
	color: #288851;
	text-align: center;
	font-size: 40px;
	line-height: 44px;
	margin: 0;
	padding: 0;
}

.login-section .logo-sign-in .login-box {
	width: 500px;
	margin: 0 auto;
	display: block;
}

.login-section .logo-sign-in .login-box h2 {
	color: #288851;
	text-align: center;
	font-size: 40px;
	line-height: 44px;
	margin: 0 0 15px;
	padding: 0;
}

.login-section .logo-sign-in .login-box ul {
	min-width: 200px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	list-style: none;
}

.login-section .logo-sign-in .login-box ul li {
	display: inline-block;
	margin: 30px 10px 0;
}

.login-section .logo-sign-in .login-box ul li a {
	display: block;
	padding: 15px 45px;
	background: #fff;
	color: #666;
	font-weight: 600;
	font-size: 16px;
	border-radius: 10px;
	text-decoration: none;
}

.login-section .logo-sign-in .login-box ul li.active a {
	background-color: #288851;
	color: #fff;
}

.login-section .logo-sign-in .login-box .tab-content {}

.login-section .logo-sign-in .login-box .tab-content .form-data {}

.login-section .logo-sign-in .login-box .tab-content .form-data .form-group {
	margin: 40px 0 0;
	position: relative;
}

.login-section .logo-sign-in .login-box .tab-content .form-data .form-group .form-control {
	height: 45px;
	border-radius: 8px;
	border: 1px solid #9EA4B0;
	font-size: 16px;
	outline: none;
}

.login-section .logo-sign-in .login-box .tab-content .form-data .form-group .password-eye {
	font-size: 17px;
	position: absolute;
	right: 10px;
	top: 14px;
	color: #68768B;
	cursor: pointer;
}

.login-section .logo-sign-in .login-box .tab-content .form-data .form-group .form-control:focus {
	border: 1px solid #288851;
}

.login-section .logo-sign-in .login-box .tab-content .form-data .form-group .form-control i {}

.login-section .logo-sign-in .login-box .tab-content .form-data .green-link {
	text-align: right;
	color: #288851;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 20px;
	margin-top: 20px;
	display: inherit;
	text-decoration: none;
}

.login-section .logo-sign-in .login-box .tab-content .form-data .btn-green {
	min-width: 200px;
	outline: none;
	background: #288851;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 22px;
	border: 2px solid #288851;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	margin: 0 auto;
	display: block;
}

.login-section .logo-sign-in .login-box .tab-content .form-data .btn-green:hover {
	border: 2px solid #288851;
	background: #fff;
	color: #288851;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
}

.login-footer {
	background: #333;
}

.login-footer span {
	padding: 15px 10px;
	color: #fff;
	display: block;
	text-align: center;
}

.login-section .logo-sign-in .login-box .tab-content .form-data .form-group .form-control.mobile {
	text-indent: 60px;
}

.login-section .logo-sign-in .login-box .tab-content .form-data .form-group .country-Code {
	height: 45px;
	background-color: transparent;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 0 6px;
	color: #999;
	border-right: solid 1px #999;
}

.login-section .logo-sign-in .login-box .tab-content .form-data .form-group .country-Code:focus {
	border: none;
	outline: none;
}

/* review slider */
.review ul li a.replaybtn {
	width: 150px;
	color: green;
	font-size: 17px;
	text-align: left;
}

.Business-body {}

.Business-body h3 {
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	padding-bottom: 20px;
}

.BusinessHours,
.BusinessHours:hover {
	display: block;
	margin: 18px 0;
	font-size: 18px;
	color: #288851;
	text-decoration: none;
}

.BusinessHours .fa {
	float: right;
}

.BusinessHoursAcc {
	border: solid 1px #f1f1f1;
	margin-bottom: 15px;
}

.BusinessHoursAcc a {
	background-color: transparent;
	color: #333;
	cursor: pointer;
	padding: 12px 20px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 16px;
	transition: 0.4s;
	font-family: 'AvenirNext-DemiBold';
	position: relative;
}

.BusinessHoursAcc a.active {
	color: #288851;
}

.BusinessHoursAcc a:after {
	content: '\f067';
	position: absolute;
	right: 15px;
	font-family: fontawesome;
	font-size: 16px;
	top: 13px;
}

.BusinessHoursAcc a.active:after {
	content: '\f068';
}

.BusinessHoursAcc .content {
	padding: 15px;
	display: none;
	border-top: solid 1px #f1f1f1;
}

.BusinessHoursAcc .content input {
	text-align: left;
	width: 100%;
	border: none;
	border-bottom: solid 2px #288851;
	height: 45px;
	padding: 6px 12px;
}

.BusinessHoursAcc .content input:focus {
	outline: none;
}

/* add-details */
#add-reply h2 {
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	padding-bottom: 10px
}

#add-review h2 {
	text-align: left;
}

#add-reply .modal-header {
	border-bottom: none;
	padding: 0
}

#add-reply .modal-header .close {
	margin: 0;
	padding: 10px 20px
}

#add-reply .modal-header .close:focus,
{
outline: none;
}

#add-reply .modal-header .close span {
	font-size: 30px
}

#add-reply .modal-body {
	padding: 0 20px 20px;
}

#add-reply .btn-green,
#verify-detail .btn-green {
	display: block;
	text-align: center;
	margin: 0 auto
}

#add-reply .btn-green {
	margin-top: 15px
}

#add-reply p {
	padding-bottom: 20px
}

#add-reply textarea {
	height: 100px;
	margin-bottom: 10px
}

#add-reply .btn-green {
	display: block;
	text-align: center;
}

#add-reply .form-group {
	margin: 0
}

#add-reply ul li {
	display: inline-block;
	vertical-align: middle;
}

#add-reply ul li img {
	width: auto;
	margin-right: 10px
}

#add-reply ul li a img.active {
	display: none;
}

#add-reply ul li a img.normal {
	display: inline-block;
}

#add-reply ul li a.active img.active {
	display: inline-block;
}

#add-reply ul li a.active img.normal {
	display: none;
}

#add-reply ul {
	margin-bottom: 20px
}

#add-reply em.text-counter {
	text-align: right;
	color: #9EA4B0;
	font-family: 'Averta-Regular';
	font-size: 16px;
	line-height: 20px
}

.BusinessHoursAcc .content .row {
	position: relative;
}

.TimeAdder:after {
	display: none;
}

.TimeAdder {
	position: absolute !important;
	right: 10px !important;
	width: 25px !important;
	height: 25px !important;
	line-height: 26px !important;
	padding: 0 !important;
	text-align: center !important;
	top: 7px !important;
	border-radius: 100px !important;
}

.addTime {
	color: #fff !important;
	background: #288851 !important;
}

.closetime {
	color: #fff !important;
	background: red !important;
}

/*review Reply*/
.one-Reply {
	padding-left: 45px;
	border-top: 1px solid #D5DBE8;
}

.one-Reply .rate p {
	padding: 2px 0 0;
}

.one-Reply em.date {
	position: absolute;
	right: 0;
	top: 10px;
}

.one-Reply li {
	position: relative;
}

.time-sloats {
	padding: 0;
	margin: 20px 0;
	max-height: 320px;
	overflow: auto;
	width: 45%;
}

.time-sloats-card {
	margin-bottom: 5px;
	border: #f1f1f1 solid 1px;
	padding: 10px;
	border-radius: 10px;
	display: block;
	width: 100%;
}

.time-sloats-card .time-sloats-day {
	width: 100px;
	height: auto;
	float: left;
	line-height: 22px;
}

.time-sloats-card .time-sloats-day h3 {
	font-size: 14px;
	color: #000;
	line-height: 22px;
	padding: 0;
}

.time-sloats-card .time-sloats-time {
	overflow: hidden;
	max-height: 100px;
}

.time-sloats-card .time-sloats-time p {
	font-size: 14px;
	line-height: 22px;
	padding: 0 0;
}

/* header */
header {
	z-index: 13;
	padding: 12px 40px 12px 20px;
	background: #288851;
	box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
	-webkit-box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
	-ms-box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 3px 20px rgb(0 0 0 / 20%);
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
}

header .logo-box {
	padding-top: 13px;
}

header .manu-list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 10px 0;
}

header .manu-list nav {}

header .manu-list nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

header .manu-list nav ul li {
	display: inline-block;
	margin: 0px 10px;
	vertical-align: middle;
	position: relative;
}

header .manu-list nav ul li a {
	color: #fff;
	font-size: 18px;
	font-family: 'Averta-Regular';
	text-decoration: none;
}

header .manu-list nav ul li a.search {
	text-align: right;
}

header .manu-list nav ul li a .searchbox {
	position: relative;
	min-width: 300px;
	padding-left: 10px;
}

header .manu-list nav ul li a i {
	vertical-align: bottom;
	margin: 13px 0 0;
	font-size: 20px;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 8px;
	right: -6px;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	background: #288851;
	margin-top: 5px;
}

header .manu-list nav ul li input.search-box {
	width: 0%;
	background: transparent;
	border: none;
	height: 30px;
	color: #fff;
	border-bottom: solid 2px #fff;
	margin-top: 10px;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

header .manu-list nav ul li input.search-box:focus {
	outline: none;
}

header .manu-list nav ul li input.search-box::-webkit-input-placeholder {
	color: #fff;
}

header .manu-list nav ul li input.search-box::-moz-placeholder {
	color: #fff;
}

header .manu-list nav ul li input.search-box:-ms-input-placeholder {
	color: #fff;
}

header .manu-list nav ul li input.search-box:-moz-placeholder {
	color: #fff;
}

header .manu-list nav ul li a .intro .search-box {
	width: 100%;
}

header .manu-list nav a.closebtn {
	display: none;
}

header .manu-list .profile-card {}

header .manu-list .profile-card .notification {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

header .manu-list .profile-card .notification.menu-icon,
header .manu-list .profile-card .notification.search-icon {
	display: none;
}

header .manu-list .profile-card .notification a {
	display: block;
	text-decoration: none;
	font-family: 'Averta-Regular';
}

header .manu-list .profile-card .notification a.bellbtn {
	font-size: 28px;
	text-decoration: none;
	color: #fff;
}

header .manu-list .profile-card .notification a .user-icon {
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	overflow: hidden;
	margin-right: 10px;
}

header .manu-list .profile-card .notification a .user-icon img {
	width: 100%;
}

header .manu-list .profile-card .notification a .user-name {
	overflow: hidden;
}

header .manu-list .profile-card .notification a .user-name h4 {
	margin: 5px 0;
	color: #fff;
	text-decoration: none;
}

header .manu-list .profile-card .notification .profile-box {
	border: none;
	padding: 0;
	width: 200px;
	top: 40px;
	left: -60px;
}

header .manu-list .profile-card .notification .profile-box .profile-header {
	padding: 20px;
	border-bottom: solid 1px #f1f1f1;
	display: none;
}

header .manu-list .profile-card .notification .profile-box .profile-header h4 {
	font-size: 14px;
	text-align: left;
	font-family: 'Averta-Regular';
	letter-spacing: 0.5px;
	color: #288851;
	margin: 0;
}

header .manu-list .profile-card .notification .profile-box .profile-header-body {
	padding: 0;
}

header .manu-list .profile-card .notification .profile-box .profile-header-body ul.profile-menu {
	padding: 0px;
	list-style: none;
	margin: 0;
}

header .manu-list .profile-card .notification .profile-box .profile-header-body ul.profile-menu li {
	position: relative;
}

header .manu-list .profile-card .notification .profile-box .profile-header-body ul.profile-menu li a {
	color: #000;
	text-decoration: none;
	padding: 8px 25px;
	font-family: 'Averta-Regular';
	display: block;
	transition: all 0.5s;
}

header .manu-list .profile-card .notification .profile-box .profile-header-body ul.profile-menu li a:hover {
	color: #288851;
}

header .search-mobile {
	display: none;
}

.overlay-class:before {
	content: "";
	position: fixed;
	padding: 100px 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.category {
	position: absolute;
	top: 100px;
	z-index: 12;
	padding: 30px;
	left: 14px;
	display: none;
}

.overlay-class .category {
	display: block;
}

.category ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.category ul li {
	display: inline-block;
	margin: 0px 10px;
	text-align: center;
}

.category ul li a {
	width: 70px;
	font-family: 'Averta-Regular';
	display: block;
	height: 70px;
}

.category ul li a img {
	width: 100%;
}

.category ul li span {
	font-family: 'Averta-Semibold';
	margin-top: 5px;
	display: block;
	color: #fff;
}

.notification-box {}

header .manu-list .profile-card .notification .profile-box .profile-header-body .clearbtn {
	color: #288851;
	display: block;
	text-align: center;
	text-transform: capitalize;
	padding: 10px 0;
	border-bottom: solid 1px #f1f1f1;
}

header .manu-list .profile-card .notification .profile-box .profile-header-body .notification-box {
	border: solid 1px #f1f1f1;
	padding: 10px;
	margin: 10px;
	position: relative;
	border-radius: 5px;
}

header .manu-list .profile-card .notification .profile-box .profile-header-body .notification-box .notification-img {
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 100px;
	margin-right: 10px;
}

header .manu-list .profile-card .notification .profile-box .profile-header-body .notification-box .notification-text {
	overflow: hidden;
}

header .manu-list .profile-card .notification .profile-box .profile-header-body .notification-box .notification-text h3 {
	margin: 0;
	font-size: 14px;
	font-family: 'Averta-Semibold';
	width: 86%;
}

header .manu-list .profile-card .notification .profile-box .profile-header-body .notification-box .notification-text p {
	font-size: 12px;
	margin: 3px 0 0;
	color: #666;
	font-family: 'Averta-Semibold';
}

header .manu-list .profile-card .notification .profile-box .profile-header-body .notification-box .notification-text small {
	font-size: 11px;
	color: #999;
	margin: 0;
	display: block;
}

header .manu-list .profile-card .notification .profile-box .profile-header-body .notification-box .notification-text .delbtn {
	color: red;
	position: absolute;
	top: 5px;
	right: 8px;
}

header .manu-list .profile-card .notification .notification-card {
	left: -160px;
	width: 350px;
	top: 50px;
}

.mob-none,
.menu-icon,
.mob-profile-menu {
	display: none;
}

.mobile-profile,
.mobile-menu {
	display: none;
}

.notification-list {
	max-height: 300px;
	overflow: auto;
}

.noNotification {
	text-align: center;
	padding: 10px;
}

.myspoton ul li {
	padding: 5px 75px 5px 0;
	border-bottom: 1px solid #D5DBE8;
	position: relative;
}

.myspoton ul li a {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 15px
}

.myspoton ul li a img {
	width: auto;
	cursor: pointer;
	height: 40px
}

.profile-form .form-group {
	width: 100% !important;
	display: block !important;
	position: relative;
	margin: 0 0 20px;
}

.profile-form .form-group span.text-red {
	position: absolute;
	top: 77px;
	left: 0;
}

.BusinessHoursAcc .content .row {
	position: relative;
}

.TimeAdder:after {
	display: none;
}

.TimeAdder {
	position: absolute !important;
	right: 10px !important;
	width: 25px !important;
	height: 25px !important;
	line-height: 29px !important;
	padding: 0 !important;
	text-align: center !important;
	top: 7px !important;
	border-radius: 100px !important;
}

.addTime {
	color: #fff !important;
	background: #288851 !important;
}

.closetime {
	color: #fff !important;
	background: red !important;
}

/*review Reply*/
.one-Reply {
	padding-left: 45px;
	border-top: 1px solid #D5DBE8;
}

.one-Reply .rate p {
	padding: 2px 0 0;
}

.one-Reply em.date {
	position: absolute;
	right: 0;
	top: 10px;
}

.one-Reply li {
	position: relative;
}

.time-sloats {
	padding: 0;
	margin: 20px 0;
	max-height: 320px;
	overflow: auto;
	width: 45%;
}

.time-sloats-card {
	margin-bottom: 5px;
	border: #f1f1f1 solid 1px;
	padding: 10px;
	border-radius: 10px;
	display: block;
	width: 100%;
}

.time-sloats-card .time-sloats-day {
	width: 100px;
	height: auto;
	float: left;
	line-height: 22px;
}

.time-sloats-card .time-sloats-day h3 {
	font-size: 14px;
	color: #000;
	line-height: 22px;
	padding: 0;
}

.time-sloats-card .time-sloats-time {
	overflow: hidden;
	max-height: 100px;
}

.time-sloats-card .time-sloats-time p {
	font-size: 14px;
	line-height: 22px;
	padding: 0 0;
}

/* time panel */
.Time-part {
	margin: 15px 0;
}

.Time-part .panel {
	border: solid 1px #f1f1f1;
	box-shadow: none;
	padding: 0;
	width: 35%;
	display: block;
}

.Time-part .panel a {
	font-size: 16px;
	font-weight: 600;
	padding: 10px;
	color: #288851;
}

.Time-part .panel a span {
	display: inline-block;
	float: right;
	color: #000;
}

.time-body {
	border-top: solid 1px #f1f1f1;
	padding: 10px;
}

.reply-comment {
	margin-top: 15px;
	border: solid 1px grey;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.reply-comment .media-left {}

.reply-comment .media-left img.media-object {
	width: 60px;
}

.reply-comment .media-body h4.media-heading {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	font-family: 'Averta-Semibold';
}

.reply-comment .media-body {}

.reply-comment .media-body .media {
	padding: 15px 10px;
	border-radius: 5px;
	border: solid 1px #f1f1f1;
	background: #f5f5f5;
}

.reply-comment .media-body a {
	width: 150px;
	color: green;
	font-size: 17px;
	text-align: left;
}

.task-box {
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.153792);
	border-radius: 6px;
	padding: 10px;
	margin-bottom: 10px;
}

.task-head h1 {
	font-family: 'Readex Pro', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 20px;
	text-align: center;
	color: #000000;
}

.task-box p {
	font-family: 'Readex Pro', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #1B1B1B;
}

.task-box .valid-content {
	font-family: 'Readex Pro', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 10px;
	color: #9EA4B0;
	;
}

.task-box .approved {
	font-family: 'Readex Pro', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 10px;
	text-align: right;
	color: #0A7A0A;
	position: relative;
	top: -12px;
}

.task-box .reject {
	font-family: 'Readex Pro', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 10px;
	text-align: right;
	color: #E24B4B;
	position: relative;
	top: -12px;
}

.task-box .pending {
	font-family: 'Readex Pro', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 10px;
	text-align: right;
	color: #9EA4B0;
	position: relative;
	top: -12px;
}

.task-box .task-info {
	padding-left: 15px;
	padding-top: 10px;
}

.task-box .valid-content {
	padding-left: 15px;
	padding-top: 10px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-70 {
	margin-top: 70px;
}

.mb-50 {
	margin-bottom: 50px;
}

.arrow-effect {
	position: absolute;
	top: 22px;
	right: 40px;
}

.task-details-card {
	border: solid 1px #f1f1f1;
	border-radius: 5px;
}

.task-details-card .task-box {
	padding: 0;
	position: relative;
}

.task-details-card .task-box h3 {
	margin: 0 0 5px;
	padding: 0;
	color: #1B1B1B;
	font-family: 'Averta-Semibold';
	font-size: 18px;
	line-height: 21px;
}

.task-details-card .task-box p {
	font-size: 15px;
	line-height: 22px;
	color: #777;
}

.task-details-card .task-details-header {
	padding: 15px;
	border-bottom: solid 1px #f1f1f1;
}

.task-details-card .task-details-header .col-md-4 {
	margin: 0;
	height: auto !important;
}

.task-details-card .task-details-body {
	padding: 15px;
	background: #fbfbfb;
}

.task-details .btn-strated {
	width: 240px;
	height: 50px;
	border-radius: 100px;
	border: none;
	margin: 30px auto 15px;
	display: block;
	font-size: 20px;
	background: #288851;
	color: #fff;
}

.detail h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 20px;
	font-family: 'Readex Pro', sans-serif;
	text-align: center;
	color: #000000;
}

.detail p {
	font-style: normal;
	font-weight: 400;
	font-family: 'Readex Pro', sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #1B1B1B;
	padding-bottom: 10px;
}

.line-ele {
	opacity: 0.5;
	border: 1px solid #9EA4B0;
	width: 100%;
}

.detail-submit .sub-para {
	font-family: 'Readex Pro', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 12px;
	color: #9EA4B0;
	padding-top: 10px;
	padding-bottom: 5px;
}

.detail-submit .sub-para-reject {
	font-family: 'Readex Pro', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 12px;
	color: #E24B4B;
	padding-top: 10px;
	padding-bottom: 5px;
}

.detail-submit .sub-para-status {
	font-family: 'Readex Pro', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 12px;
	color: #288851;
	display: inline-block;
}

.detail-submit .sub-para-status-reject {
	font-family: 'Readex Pro', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 12px;
	color: #E24B4B;
	display: inline-block;
}

.detail-submit {
	padding-top: 5px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-70 {
	margin-bottom: 70px;
}

.task-question p {
	font-family: 'Readex Pro', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: #1B1B1B;
	padding-left: 15px;
	margin-top: 20px;
}

.question-detail p {
	font-family: 'Readex Pro', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	padding: 10px
}

.mh-10 {
	min-height: 79vh;
}

.question-detail .detail-answer {
	font-family: 'Readex Pro', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #9EA4B0;
}

.time-info {
	margin-top: 2rem;
}

.time-info {
	text-align: center;
}

.pages-title {
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.mt-140 {
	margin-top: 140px;
}

.mt-10 {
	margin-top: 10rem;
}

.bd-one {
	background: #FFFFFF;
	border: 0.5px solid #CCCCCC;
	margin-top: 2rem;
	border-radius: 20px;
	padding: 20px;
}

.bd-one p {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	text-align: right;
	color: #303030;
}

.bd-two p {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
	color: #303030;
}

.chat-img img {
	width: 100%;
	border-radius: 50px;
	margin-top: 25px;
}

.bd-two {
	background: #E6F5ED;
	margin-top: 2rem;
	border-radius: 20px;
	padding: 20px;
}

.bd-send {
	background: #FFFFFF;
	border: 0.75px solid #CCCCCC !important;
	border-radius: 25px !important;
	padding: 20px !important;
}

.back-btn {
	font-size: 15px;
}

.t-center {
	display: flex;
	justify-content: space-between;
}

.send-img {
	background: #288851;
	border-radius: 50px;
	height: 50px;
	width: 50px;
}

.send-img img {
	width: 20px;
	margin-top: 14px;
	margin-left: 18px;
}

.mt-02 {
	margin-top: 2rem;
}

img {
	max-width: 100%;
}

.inbox_people {
	background: #f8f8f8 none repeat scroll 0 0;
	border-right: 1px solid #c4c4c4;
}

.inbox_msg {
	border: 1px solid #c4c4c4;
	clear: both;
	overflow: hidden;
}

.top_spac {
	margin: 20px 0 0;
}

.recent_heading {
	float: left;
	width: 40%;
}

.srch_bar {
	display: inline-block;
	text-align: right;
	width: 60%;
}

.headind_srch {
	padding: 10px 29px 10px 20px;
	overflow: hidden;
	border-bottom: 1px solid #c4c4c4;
}

.recent_heading h4 {
	color: #05728f;
	font-size: 21px;
	margin: auto;
}

.srch_bar input {
	border: 1px solid #cdcdcd;
	border-width: 0 0 1px 0;
	width: 80%;
	padding: 2px 0 4px 6px;
	background: none;
}

.srch_bar .input-group-addon button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	padding: 0;
	color: #707070;
	font-size: 18px;
}

.srch_bar .input-group-addon {
	margin: 0 0 0 -27px;
}

.chat_ib h5 {
	font-size: 15px;
	color: #464646;
	margin: 0 0 8px 0;
}

.chat_ib h5 span {
	font-size: 13px;
	float: right;
}

.chat_ib p {
	font-size: 14px;
	color: #989898;
	margin: auto
}

.chat_img {
	float: left;
	width: 11%;
}

.chat_ib {
	float: left;
	padding: 0 0 0 15px;
	width: 88%;
}

.chat_people {
	overflow: hidden;
	clear: both;
}

.chat_list {
	border-bottom: 1px solid #c4c4c4;
	margin: 0;
	padding: 18px 16px 10px;
}

.inbox_chat {
	height: 550px;
	overflow-y: scroll;
}

.active_chat {
	background: #ebebeb;
}

.incoming_msg_img {
	display: inline-block;
	width: 6%;
}

.incoming_msg_img img {
	border-radius: 50px;
	margin-top: 12px;
}

.outgoing_msg_img img {
	border-radius: 50px;
	margin-top: 12px;
}

.outgoing_msg_img {
	display: inline-block;
	width: 6%;
}

.received_msg {
	display: inline-block;
	padding: 0 0 0 10px;
	vertical-align: top;
	width: 92%;
}

.sent_msg {
	display: inline-block;
	padding: 0 0 0 10px;
	vertical-align: top;
	width: 92%;
}

.received_withd_msg p {
	background: #FFFFFF none repeat scroll 0 0;
	border-radius: 50px;
	color: #646464;
	font-size: 14px;
	margin: 0;
	padding: 20px;
	width: 100%;
	border: 0.5px solid #CCCCCC;
	text-align: left;
}

.time_date {
	color: #747474;
	display: block;
	font-size: 12px;
	margin: 8px 0 0;
}

.received_withd_msg {
	width: 100%;
}

.mesgs {
	padding: 30px 15px 0 25px;
}

.sent_msg p {
	background: #E6F5ED none repeat scroll 0 0;
	border-radius: 50px;
	font-size: 14px;
	margin: 0;
	color: #000;
	padding: 20px;
	width: 100%;
	text-align: end;
}

.outgoing_msg {
	overflow: hidden;
	margin: 26px 0 26px;
}

.input_msg_write input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #4c4c4c;
	font-size: 15px;
	min-height: 48px;
	width: 100%;
}

.type_msg {
	background: #FFFFFF;
	border: 0.75px solid #CCCCCC;
	border-radius: 50px;
	position: relative;
}

.msg_send_btn {
	background: #288851 none repeat scroll 0 0;
	border: medium none;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	height: 33px;
	position: absolute;
	right: 0;
	top: 11px;
	width: 33px;
}

.messaging {
	padding: 0 0 50px 0;
}

.msg_history {
	height: 516px;
	overflow-y: auto;
}

.speech-bubble {
	display: inline-block;
	position: relative;
}

.speech-bubble>span {
	background: #dcf8c6;
	border-radius: 0.4em;
	display: inline-block;
	padding: 10px;
	z-index: 1;
}

.speech-bubble::after {
	background-color: #ffffff;
	border-radius: 0 0 50% 0;
	border-right: 0;
	bottom: 14px;
	content: '';
	height: 30px;
	margin-top: -5px;
	margin-right: -5px;
	position: absolute;
	right: -21px;
	transform: rotate(10deg);
	width: 30px;
	z-index: -1;
}

.speech-bubble::before {
	background-color: #dcf8c6;
	border-radius: 50%;
	border-right: 0;
	bottom: 7px;
	content: '';
	height: 30px;
	margin-top: -5px;
	margin-right: -5px;
	position: absolute;
	right: -11px;
	transform: rotate(20deg);
	width: 30px;
	z-index: -1;
}

.pl {
	padding-left: 0px !important;
}

.spoton-wallet-section {
	padding: 40px 0;
	background-color: #fff;
	display: block;
}

.task-details-card {
	border: solid 1px #f1f1f1;
	border-radius: 5px;
}

.task-details-card .task-box {
	padding: 0;
	position: relative;
}

.task-details-card .task-box h3 {
	margin: 0 0 5px;
	padding: 0;
	color: #1B1B1B;
	font-family: 'Averta-Semibold';
	font-size: 18px;
	line-height: 21px;
}

.task-details-card .task-box p {
	font-size: 15px;
	line-height: 22px;
	color: #777;
}

.task-details-card .task-details-header {
	padding: 15px;
	border-bottom: solid 1px #f1f1f1;
}

.task-details-card .task-details-header .col-md-4 {
	margin: 0;
	height: auto !important;
}

.task-details-card .task-details-body {
	padding: 15px;
	background: #fbfbfb;
}

.task-details .btn-strated {
	width: 240px;
	height: 50px;
	border-radius: 100px;
	border: none;
	margin: 30px auto 15px;
	display: block;
	font-size: 20px;
	background: #288851;
	color: #fff;
}

.detail h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 20px;
	font-family: 'Readex Pro', sans-serif;
	text-align: center;
	color: #000000;
}

.detail p {
	font-style: normal;
	font-weight: 400;
	font-family: 'Readex Pro', sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #1B1B1B;
	padding-bottom: 10px;
}

.line-ele {
	opacity: 0.5;
	border: 1px solid #9EA4B0;
	width: 100%;
}

.detail-submit .sub-para {
	font-family: 'Readex Pro', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 12px;
	color: #9EA4B0;
	padding-top: 10px;
	padding-bottom: 5px;
}

.detail-submit .sub-para-reject {
	font-family: 'Readex Pro', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 12px;
	color: #E24B4B;
	padding-top: 10px;
	padding-bottom: 5px;
}

.detail-submit .sub-para-status {
	font-family: 'Readex Pro', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 12px;
	color: #288851;
	display: inline-block;
}

.detail-submit .sub-para-status-reject {
	font-family: 'Readex Pro', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 12px;
	color: #E24B4B;
	display: inline-block;
}

.detail-submit {
	padding-top: 5px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-70 {
	margin-bottom: 70px;
}

.task-question p {
	font-family: 'Readex Pro', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: #1B1B1B;
	padding-left: 15px;
	margin-top: 20px;
}

.question-detail p {
	font-family: 'Readex Pro', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	padding: 10px
}

.mh-10 {
	min-height: 79vh;
}

.question-detail .detail-answer {
	font-family: 'Readex Pro', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #9EA4B0;
}

.time-info {
	margin-top: 2rem;
}

.time-info {
	text-align: center;
}

.pages-title {
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.mt-140 {
	margin-top: 140px;
}

.mt-10 {
	margin-top: 10rem;
}

.bd-one {
	background: #FFFFFF;
	border: 0.5px solid #CCCCCC;
	margin-top: 2rem;
	border-radius: 20px;
	padding: 20px;

}

.bd-one p {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	text-align: right;
	color: #303030;
}

.bd-two p {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
	color: #303030;
}


.chat-img img {
	width: 100%;
	border-radius: 50px;
	margin-top: 25px;
}

.bd-two {
	background: #E6F5ED;
	margin-top: 2rem;
	border-radius: 20px;
	padding: 20px;

}

.bd-send {
	background: #FFFFFF;
	border: 0.75px solid #CCCCCC !important;
	border-radius: 25px !important;
	padding: 20px !important;
}

.back-btn {
	font-size: 15px;
}

.t-center {
	display: flex;
	justify-content: space-between;
}

.u-name {
	font-size: 30px;
	font-family: 'Averta-bold';
}

.send-img {
	background: #288851;
	border-radius: 50px;
	height: 50px;
	width: 50px;
	display: none;
}

.send-img img {
	width: 20px;
	margin-top: 14px;
	margin-left: 18px;
}

@media (max-width:576px) {
	.chat-img img {
		width: 100%;
		border-radius: 50px;
		margin-top: 30px;
	}

}


@media (min-width:577px) and (max-width:992px) {
	.chat-img img {
		width: 100%;
		border-radius: 50px;
		margin-top: 30px;
	}

}

.mt-02 {
	margin-top: 2rem;
}

img {
	max-width: 100%;
}

.inbox_people {
	background: #f8f8f8 none repeat scroll 0 0;
	border-right: 1px solid #c4c4c4;
}

.inbox_msg {
	border: 1px solid #c4c4c4;
	clear: both;
	overflow: hidden;
}

.top_spac {
	margin: 20px 0 0;
}


.recent_heading {
	float: left;
	width: 40%;
}

.srch_bar {
	display: inline-block;
	text-align: right;
	width: 60%;
}

.headind_srch {
	padding: 10px 29px 10px 20px;
	overflow: hidden;
	border-bottom: 1px solid #c4c4c4;
}

.recent_heading h4 {
	color: #05728f;
	font-size: 21px;
	margin: auto;
}

.srch_bar input {
	border: 1px solid #cdcdcd;
	border-width: 0 0 1px 0;
	width: 80%;
	padding: 2px 0 4px 6px;
	background: none;
}

.srch_bar .input-group-addon button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	padding: 0;
	color: #707070;
	font-size: 18px;
}

.srch_bar .input-group-addon {
	margin: 0 0 0 -27px;
}

.chat_ib h5 {
	font-size: 15px;
	color: #464646;
	margin: 0 0 8px 0;
}

.chat_ib h5 span {
	font-size: 13px;
	float: right;
}

.chat_ib p {
	font-size: 14px;
	color: #989898;
	margin: auto
}

.chat_img {
	float: left;
	width: 11%;
}

.chat_ib {
	float: left;
	padding: 0 0 0 15px;
	width: 88%;
}

.chat_people {
	overflow: hidden;
	clear: both;
}

.chat_list {
	border-bottom: 1px solid #c4c4c4;
	margin: 0;
	padding: 18px 16px 10px;
}

.inbox_chat {
	height: 550px;
	overflow-y: scroll;
}

.active_chat {
	background: #ebebeb;
}

.incoming_msg_img {
	display: inline-block;
	width: 6%;
}

.incoming_msg_img img {
	border-radius: 50px;
	margin-top: 12px;
}

.outgoing_msg_img img {
	border-radius: 50px;
	margin-top: 12px;
}


.outgoing_msg_img {
	display: inline-block;
	width: 6%;
}

.received_msg {
	display: inline-block;
	padding: 0 0 0 10px;
	vertical-align: top;
	width: 92%;
}

.sent_msg {
	display: inline-block;
	padding: 0 0 0 10px;
	vertical-align: top;
	width: 92%;
}

.received_withd_msg p {
	background: #FFFFFF none repeat scroll 0 0;
	border-radius: 50px;
	color: #646464;
	font-size: 14px;
	margin: 0;
	padding: 20px;
	width: 100%;
	border: 0.5px solid #CCCCCC;
	text-align: left;
}

.time_date {
	color: #747474;
	display: block;
	font-size: 12px;
	margin: 8px 0 0;
}

.received_withd_msg {
	width: 100%;
}

.mesgs {
	padding: 30px 15px 0 25px;
}

.sent_msg p {
	background: #E6F5ED none repeat scroll 0 0;
	border-radius: 50px;
	font-size: 14px;
	margin: 0;
	color: #000;
	padding: 20px;
	width: 100%;
	text-align: end;
}

.outgoing_msg {
	overflow: hidden;
	margin: 26px 0 26px;
}

.input_msg_write input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #4c4c4c;
	font-size: 15px;
	min-height: 48px;
	width: 100%;
}

.type_msg {
	background: #FFFFFF;
	border: 0.75px solid #CCCCCC;
	border-radius: 50px;
	position: relative;
}

.msg_send_btn {
	background: #288851 none repeat scroll 0 0;
	border: medium none;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-size: 17px;
	height: 33px;
	position: absolute;
	right: 0;
	top: 11px;
	width: 33px;
}

.messaging {
	padding: 0 0 50px 0;
}

.msg_history {
	height: 516px;
	overflow-y: auto;
}

.speech-bubble {
	display: inline-block;
	position: relative;
}

.speech-bubble>span {
	background: #dcf8c6;
	border-radius: 0.4em;
	display: inline-block;
	padding: 10px;
	z-index: 1;
}

.speech-bubble::after {
	background-color: #ffffff;
	border-radius: 0 0 50% 0;
	border-right: 0;
	bottom: 14px;
	content: '';
	height: 30px;
	margin-top: -5px;
	margin-right: -5px;
	position: absolute;
	right: -21px;
	transform: rotate(10deg);
	width: 30px;
	z-index: -1;
}

.speech-bubble::before {
	background-color: #dcf8c6;
	border-radius: 50%;
	border-right: 0;
	bottom: 7px;
	content: '';
	height: 30px;
	margin-top: -5px;
	margin-right: -5px;
	position: absolute;
	right: -11px;
	transform: rotate(20deg);
	width: 30px;
	z-index: -1;
}

.pl {
	padding-left: 0px !important;
}

@media (max-width:576px) {
	.incoming_msg_img {
		display: inline-block;
		width: 16%;
	}

	.received_msg {
		display: inline-block;
		padding: 0 0 0 10px;
		vertical-align: top;
		width: 82%;
	}

	.sent_msg {
		display: inline-block;
		padding: 0 0 0 10px;
		vertical-align: top;
		width: 82%;
	}

	.outgoing_msg_img {
		display: inline-block;
		width: 16%;

	}
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 1100px;
		margin: 30px auto;
	}
}

.ls-ls li {
	list-style-type: disc;
}

.modal-body {
	max-height: calc(100vh - 110px);
	overflow-y: auto;
}

.pac-container span {
	display: inline-flex;
}

div.pac-container {
	z-index: 99999999999 !important;
}

.form-group {
	width: 100% !important;
}

.refer-head h1 {
	font-style: normal;
	font-family: 'Readex Pro', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 20px;
	text-align: center;
	color: #000000;
}

.refer-head .head-2 {
	font-style: normal;
	font-family: 'Readex Pro', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #000000;
	margin-top: 20px;
}

.code-1 {
	background: #FFFFFF;
	border: 3px dashed #288851;
	padding: 20px;
	width: 40%;
}

.code-1 .code-num {
	font-family: 'Readex Pro', sans-serif;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 14px;
	color: #000000;
	padding: 10px;
}

.code-1 .code-copy {
	font-family: 'Readex Pro', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 8px;
	text-align: center;
	color: #000000;
}

.refer-code .refer-code-head {
	font-style: normal;
	font-family: 'Readex Pro', sans-serif;
	text-align: center;
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	font-family: 'Readex Pro', sans-serif;
	color: #000000;
	padding-top: 15px;
}

.refer-code .refer-code-para {
	font-style: normal;
	font-family: 'Readex Pro', sans-serif;

	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #9EA4B0;
}

.button-text {
	font-weight: 700;
	font-family: 'Readex Pro', sans-serif;

	font-size: 20px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;

}

.refer-btn {
	background: #288851;
	border-radius: 25px;
	width: 300px;
	height: 46px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-50 {
	margin-top: 50px;
}

.mh-20 {
	min-height: 76vh;
}

.mt-70 {
	margin-top: 70px;
}

.mb-50 {
	margin-bottom: 50px;
}

.align-class {
	display: flex;
	justify-content: center
}

.d-c-btn {
	display: flex;
	justify-content: center;
}

.ls-ls {
	padding-left: 13px;
}

a .a-tag {
	padding-left: 200px;
	color: #288851;
}

.offset-2 {
	margin-left: 3rem;
}

.deactive-info h3 {
	font-family: Roboto, Arial, sans-serif;
	font-size: 20px;
}

.ls-ls li {
	font-family: Roboto, Arial, sans-serif;
	padding-top: 10px;
	font-size: 15px;
}

.deactive-info p {
	font-family: Roboto, Arial, sans-serif;
	font-size: 15px;
}

.ln-0 {
	padding-top: 10px;
}

.btn-col {
	background-color: #288851;
	color: #fff;
	border: none;
	padding: 10px;
	width: 100%;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 400;
}

.d-c-btn a {
	color: #288851;
	font-weight: 700;
	font-family: Roboto, Arial, sans-serif;
}

.deactive-info h2 {
	font-family: Roboto, Arial, sans-serif;
	font-size: 20px;
	font-weight: 750;
}

.d-flex {
	display: flex;
}

.w-50 {
	width: 48% !important;
}

.skip-link {
	text-decoration: underline;
	font-family: 'Averta-Bold';
	color: #288851;
	font-size: 16px;
}

.img-center {
	display: flex;
	justify-content: center;
}

.img-center img {
	width: 200px;
}

.sp-chat {
	display: flex;
	justify-content: center;
	text-align: center;
}

.spoton-wallet-section .wallet-card .wallet-box {
	text-align: center;
	vertical-align: top;
	padding: 25px;
}

.wallet-border-light {
	border-right: solid 1px #989e9e;
}

.spoton-wallet-section .wallet-card .wallet-box img {
	width: 140px;
	margin: 15px auto;
	display: block;
}

.spoton-wallet-section .wallet-card .wallet-box h2 {
	color: #fff;
	font-style: normal;
	font-weight: bold;
	font-size: 45px;
	line-height: 36px;
}

.spoton-wallet-section .wallet-card .wallet-box span {
	display: inline-block;
	color: #fff;
}

.spoton-wallet-section h2.history-title {
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	color: #000000;
	line-height: 16px;
	margin: 0 28px 26px;
}

.spoton-wallet-section .wallet-history {
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
	border-radius: 6px;
	margin: 25px 26px;
	padding: 30px 40px;
}

.spoton-wallet-section .wallet-history h3 {
	/* font-family: Averta;
     */
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 18px;
	margin: 0 0 15px;
}

.spoton-wallet-section .wallet-history span {
	font-style: normal;
	font-weight: normal;
	margin: 0 0 15px;
	font-size: 17px;
	line-height: 10px;
	color: #9EA4B0;
}

.spoton-wallet-section .wallet-history h4 {
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 18px;
	text-align: right;
	margin: 15px 0;
	color: #288851;
}

.spoton-wallet-section button.btnwallet {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
	background: #288851;
	width: 245px;
	border-radius: 25px;
	height: 70px;
	border: none;
	margin: 0px 15px;
}

.Transfer-icon .search-btn {
	color: #b3b3b3;
	position: absolute;
	top: 48px;
	right: 13px;
}

.Transfer-icon {
	position: relative;
}

.Transfer-icon .form-control {
	background: #FFFFFF;
	border: 1px solid #9EA4B0;
	border-radius: 8px;
	height: 46px;
}

.Transfer-icon .search-btn {
	color: #b3b3b3;
	position: absolute;
	top: 48px;
	right: 13px;
}

.Transfer-icon {
	position: relative;
}

.Transfer-icon .form-control {
	background: #FFFFFF;
	border: 1px solid #9EA4B0;
	border-radius: 8px;
	height: 46px;
}

.tab-selections ul li a {
    border: none;
    color: #000;
    text-align: center;
    border: solid 2px #ddd;
    border-radius: 5px;
    padding: 15px;
    font-size: 18px;
}

.tab-selections ul li {}

.tab-selections ul {
    border-bottom: none;
    margin-bottom: 20px;
}

.tab-selections ul li.active a {
    cursor: pointer;
    border: none;
    background: #1a7841;
    border-radius: 0px;
    color: #fff;
}

.tab-selections ul li.active a:hover {
    background: #1c7943;
    border: none;
    color: #fff;
    cursor: pointer;
}

.tab-selections ul li a:hover {
    background: #1c7943;
    border: solid 2px #1c7943;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

.tab-selections ul>li.active>a, .tab-selections ul>li.active>a:focus, .tab-selections ul>li.active>a:hover {
    border: solid 2px #1c7943;
    outline: none;
    color: #fff;
    border-radius: 5px;
    background: #1c7943;
}
.tab-selections {
    margin-bottom: 15px;
}

.tab-selections ul>li{
  width:100%;
}
.tab-selections h2.history-title {
    margin: 0px;
}

.tab-selections .wallet-history {
    margin: 25px 0;
}
.spoton-wallet-section .wallet-card .wallet_box_line::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100px;
    border: 0.1px solid #FFFFFF;
    position: absolute;
    top: 65px;
    right: 0px;
}

.scroll-des{
    overflow-y: scroll;
    height: 300px;
}

@media (max-width:992px) {
    .spoton-wallet-section .wallet-card .wallet_box_line::after{
        content: "";
        display: inline-block;
        width: 120px;
        height: 1px;
        border: .1px solid #FFFFFF;
        position: relative;
        top: 10px;
        left: 0;

     }
     .wallet_box_mt{
        margin-top: 10rem;
    }


}

@media (max-width:768px) {
    .spoton-wallet-section .wallet-card .wallet-box h2 {
        font-size: 24px;
        line-height: 24px;
        margin: 10px 0px;
    }

    .spoton-wallet-section .wallet-card .wallet-box img {
        width: 70px;
        margin: 5px auto;
    }
    .spoton-wallet-section .wallet-card .wallet-box {
        padding: 10px;
    }
    .wallet_box_mt{
        margin-top: 6rem;
    }

}
@media (max-width:991px){
    .wallet-lists {
        height: auto;
    }
}


.gm-err-icon img {
		width: 100px !important;
}
