@font-face {
	font-family: Proxima-Nova;
	src: url(../fonts/proxima-nova.otf);
}

@font-face {
	font-family: Gibson-Regular;
	src: url(../fonts/Gibson-Regular.ttf);
}

@font-face {
	font-family: nova;
	src: url(../fonts/nova.ttf);
}

body {
	font-family: "Proxima-Nova", Arial, sans-serif;
	font-size: 13px;
	letter-spacing: .5px;
	color: #242a30;
	overflow-x: hidden;
}

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #e8e8e8;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	/*opacity: 0.6;*/
	/*background: #e8e8e8 url('/loader.gif') no-repeat center center; */
}

.theme-color {
	color: #51af33;
}

.theme-inverse-color {
	color: #51af33;
}

.theme-bg-color {
	background-color: #51af33;
}

.theme-inverse-bg-color {
	background-color: #51af33;
}

.theme-a {
	color: #51af33;
}

.theme-a:hover,
.theme-a:active,
.theme-a:focus {
	color: #468632;
}

.m-0 {
	margin: 0 !important;
}

.m-auto {
	margin: auto;
}

.m-t-0 {
	margin-top: 0;
}

.m-b-0 {
	margin-bottom: 0;
}

.m-b-15 {
	margin-bottom: 15px;
}

.m-l-0 {
	margin-left: 0;
}

.m-r-0 {
	margin-right: 0;
}

.p-5 {
	padding: 5px !important;
}

.p-15 {
	padding: 15px !important;
}

.p-20 {
	padding: 20px !important;
}

.p-0 {
	padding: 0 !important;
}

.p-10 {
	padding: 10px !important;
}

.p-a-20 {
	padding: 20px !important;
}

.p-t-0 {
	padding-top: 0;
}

.p-t-10 {
	padding-top: 10px;
}

.p-t-20 {
	padding-top: 20px;
}

.p-b-0 {
	padding-bottom: 0;
}

.p-l-0 {
	padding-left: 0;
}

.p-r-0 {
	padding-right: 0;
}

.float-none {
	float: none;
}

.border-black-solid-2 {
	border: 2px solid black;
}

.m-w-99 {
	max-width: 99%;
}

a {
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	outline: 0 !important;
	text-decoration: none;
}

button {
	outline: 0 !important;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.gray-bg {
	background-color: #f9fafb;
}

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

.text-green {
	color: #6eb26e;
}

.text-red {
	color: #fd3b3c;
}

.p-30 {
	padding: 30px 0;
}

.text-vertical-middle {
	vertical-align: middle !important;
}

.logo {
	height: 35px;
	width: 150px;
}

.promo-logo {
	height: 35px;
	width: 105px;
}

.navbar {
	min-height: 70px;
	background-color: #fff !important;
	border: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #DCE0E6;
}

.navbar-brand {
	min-height: 70px;
}



.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #438e29;
}

.navbar-default .navbar-toggle {
	border-color: #51af33;
	margin-top: 17px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
	background-color: #51af33
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #51af33;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:active .icon-bar {
	background-color: #fff;
}

.navbar-collapse.in {
	overflow-y: auto;
	overflow-x: hidden;
}

.notifi-bell {
	padding: 0 15px;
}

.overlay-white {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .6);
}

.black-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .4);
}

.intro-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.divider1 {
	height: 3px;
	background-color: #51af33;
	width: 100px;
	margin: 20px auto;
}

.intro-tit {
	font-size: 46px;
	margin-bottom: 0;
}

.intro-txt {
	font-size: 24px;
	line-height: 34px;
}

.nav-tabs>li>a {
	border-radius: 4px;
}

.intro-form {
	max-width: 400px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.intro-form .input-group-addon {
	background-color: #fff;
	border: 0;
	box-shadow: none;
}

.intro-form .form-control {
	box-shadow: none;
	height: 47px;
	border: 0;
}

.landing-content1 {
	min-height: 400px;
	transition: all .3s linear;
}

.landing-content1-outer {
	min-height: 400px;
	display: flex;
	padding: 15px;
	justify-content: center;
	align-items: center;
}

.main-tit {
	margin-top: 0;
	margin-bottom: 30px;
	color: #333;
	font-size: 30px;
	font-weight: bold;	
	text-align: center;
	text-transform: none;
}

.main-tit-feature {
	margin-top: 0;
	margin-bottom: 6px;
	text-align: center;
	color: #fff;
	font-size: 30px;
}

.landing-content1-inner {
	padding: 20px;
	border-radius: 6px;
	max-width: 400px;
	margin: 0 auto;
}

.main-sub-tit {
	margin-top: 0;
	margin-bottom: 20px;
	color: #333;
	font-size: 24px;
	font-weight: bold;	
	text-align: center;
	text-transform: none;	
}

.main-txt {
	color: #767879;
	font-size: 15px;
	line-height: 24px;
}

.landing-content2 {
	min-height: 400px;
	position: relative;
	transition: all .3s linear;
}

.landing-content2-inner {
	padding: 80px 20px 0;
}

.green-border-link {
	font-size: 17px;
	color: #51af33;
	border: 1px solid #51af33;
	padding: 10px 20px;
	border-radius: 6px;
	display: inline-block;
}

.green-border-link:hover,
.green-border-link:focus {
	color: #fff;
	border: 1px solid #438e29;
	background-color: #438e29;
}

.theme-btn {
	font-size: 17px;
	background: #51af33;
	color: #FFFFFF;
	border: 1px solid #51af33;
	padding: 10px 20px;
	border-radius: 6px;
	display: inline-block;
}

.theme-btn:hover,
.theme-btn:focus {
	color: #fff;
	border: 1px solid #438e29;
	background-color: #438e29;
}

.common-link {
	font-size: 17px;
	color: #51af33;
}

.common-link:hover,
.common-link:focus {
	color: #438e29;
}

.landing-txt {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 100px;
}

.landing-txt1 {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 156px;
}

.line-1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 51px;
}

.task-work-box {
	height: 300px;
	position: relative;
	transition: all .3s linear;
}

.task-work-box-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.common-bg-link {
	background-color: #51af33;
	padding: 10px 20px;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	font-size: 17px;
	text-transform: none;
	border: 1px solid #51af33;
}

.common-bg-link:hover,
.common-bg-link:focus {
	color: #fff;
	border: 1px solid #438e29;
	background-color: #438e29;
}

.task-work-tit {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 37px;
	font-size: 27px;
	text-transform: none;
	max-height: 78px;
	overflow: hidden
}

.how-its-work-icon {
	height: 50px;
	width: 50px;
	margin: 0px auto 20px;
}

.how-its-work-tit {
	margin-top: 0;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}

.how-its-work-txt {
	color: #555;
	line-height: 24px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 120px;
}

.features {
	min-height: 400px;
	transition: all .3s linear;
}

.features h4 {
	color: #fff;
}

.features-tit {
	margin-top: 0;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.features-list {
	color: #fff;
	font-size: 18px;
	display: contents;
}

.features-list li {
	color: #fff;
	font-size: 18px;
	margin-left: 15px;
}

.features-list li i {
	margin-right: 10px;
}

.features-img {
	height: 400px;
}

.white-bg-link {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #666;
	padding: 10px 15px;
	border-radius: 5px;
	display: inline-block;
	font-size: 15px;
}

.white-bg-link:hover,
.white-bg-link:focus {
	color: #666;
}

.need-link {
	margin-top: 20px;
}

.become-tasker {
	min-height: 370px;
	transition: all .3s linear;
}

.become-tasker-box {
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 20px;
	border-radius: 5px;
}

.magazine-img {
	width: 200px;
	height: 35px;
	margin: 0 auto 20px;
}

footer {
	background: #749790;
}

.foot-tit {
	color: #d5e8e4;
	font-size: 17px;
	margin-top: 0;
}

.foot-txt {
	color: #fff;
	line-height: 23px;
	font-size: 14px;
}

.foot-item {
	display: block;
	color: #fff;
	font-size: 17px;
	margin-bottom: 10px;
}

.foot-item:hover,
.foot-item:focus {
	color: #fff;
}

.get-app-out {
	display: block;
	margin-bottom: 15px;
}

.get-app {
	height: 35px;
	width: 125px;
}

.follow-icon {
	display: inline-block;
	padding: 5px;
	font-size: 25px;
}

.follow-icon i {
	border-right: 1px solid #666;
	padding-right: 15px;
	color: #fff;
}

/*=======================================================================
task-choose css
=======================================================================*/

.task-choose {
	min-height: 700px;
}

.task-choose-outer {
	min-height: 700px;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.task-choose-inner {
	width: 500px;
	max-width: 100%;
	margin: 0px auto;
	padding: 30px;
}

.task-link {
	display: block;
	margin-bottom: 30px;
	padding: 15px;
}

.task-logo {
	margin: 0 auto 20px;
	display: block;
}

.task-logo .logo {
	margin: 0 auto;
}

.facebook,
.google {
	color: #fff;
	padding: 15px;
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
	border-radius: 6px;
}

.facebook {
	background-color: #3B5998;
	border-color: #3B5998;
	color: #fff;
}

.google {
	background-color: #D73D32;
	border-color: #D73D32;
}

.facebook:hover,
.facebook:focus,
.google:hover,
.google:focus {
	color: #fff;
}

.login-link {
	width: 180px;
	margin-right: 15px;
	margin-top: 10px;
}

.login-txt {
	font-size: 13px;
}

.login-txt .common-link {
	font-size: 13px;
}

.btm-txt {
	margin-top: 10px;
}

.login-form .form-control {
	box-shadow: none;
	height: 45px;
	border-radius: 6px;
}

.login-form .form-control:focus {
	border-color: #51af33;
}

.login-form label {
	font-weight: normal;
	text-align: left;
}

.sub-btn {
	background-color: #51af33 !important;
	color: #fff;
	border-color: #51af33 !important;
	width: 100%;
	padding: 12px;
	font-size: 16px;
}

/*=======================================================================
provider flow
=======================================================================*/

.p-50 {
	padding: 50px 0;
}

.provider-flow-main-tit {
	font-size: 40px;
	margin-top: 0;
}

.provider-terms-content {
	border-radius: 3px;
	border: 1px solid #dce0e6;
}

.provider-terms-header,
.provider-terms-block {
	padding: 30px;
}

.provider-flow-txt {
	height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}

.provider-flow-sub-tit {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0;
}

.border-bot {
	border-bottom: 1px solid #dce0e6;
}

.provider-flow-txt {
	font-size: 15px;
	line-height: 29px;
	color: #444;
	letter-spacing: .5px;
}

.continue-link {
	display: inline-block;
}

.form-check-label {
	font-weight: normal;
	font-size: 14px;
}

.continue-link-outer {
	padding: 0 30px 30px;
}

input[type="checkbox"]:checked:before {
	content: "\2713";
	font-family: "Ionicons";
	position: absolute;
	font-size: 0.85em;
	left: 1px;
	text-align: center;
	width: 1.25em;
	color: #51af33;
}

input[type="radio"],
input[type="checkbox"] {
	position: relative;
	-webkit-appearance: none;
	height: 1.25em;
	width: 1.25em;
	margin-bottom: -0.25em;
	margin-right: 5px;
	vertical-align: baseline;
	border: 1px solid #aaa;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	color: #484848;
}

input[type="checkbox"]:focus {
	outline: none;
}

/*.panel-heading{
	cursor: pointer;
}

.panel-heading .accordion-toggle span:after {
    font-family: 'Ionicons'; 
    content: "\f123"; 
    float: right;
    color: grey;
}
.panel-heading .accordion-toggle.collapsed span:after {
    content: "\f126";
}*/

.more-less {
	float: right;
	margin-right: 1em;
}

.panel-title>a {
	display: block;
}

.p-f-30 {
	padding: 30px;
}

.m-b-30 {
	margin-bottom: 30px !important;
}

.panel-group .panel {
	border: 0;
	box-shadow: none;
}

.panel-default>.panel-heading {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

.category-tit {
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 15px;
}

.category-txt {
	font-size: 16px;
	margin-bottom: 15px;
}

.panel-star {
	color: #36b5bb;
	font-size: 13px;
	font-weight: normal;
}

.category-txt1 {
	font-size: 14px;
	margin-top: 10px;
	line-height: 24px;
	padding-left: 20px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: 0;
	border-bottom: 1px solid #ccc;
	background-color: #f9fafb;
}

.pro-sub-category-block .form-check-label {
	font-weight: bold;
	font-size: 17px;
}

.pro-sub-category-block {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.pro-sub-category-block:last-child {
	border-bottom: 0;
}

.hour-price-block {
	margin-bottom: 15px;
}

.hr-price-tit {
	font-size: 15px;
	padding-left: 15px;
	font-weight: bold;
}

.hr-price-col input {
	width: 60%;
	display: inline-block;
}

.hire-tit {
	margin-top: 0;
	font-size: 15px;
}

.hire-txt {
	font-size: 14px;
}

.form-control {
	box-shadow: none;
}

.form-control:focus,
.form-control:active {
	border-color: #51af33;
	outline: 0;
	box-shadow: none;
}

.billing-form .form-group {
	margin-bottom: 20px;
}

.billing-form .form-control {
	max-width: 400px;
	height: 43px;
}

.billing-form label {
	font-size: 17px;
}

label {
	font-weight: normal;
}

/*=========================================================================
provider dashboard
=========================================================================*/

.profile-tabs {
	border: 1px solid #ccc;
	border-radius: 6px;
}

.profile-tabs li a i {
	margin-right: 10px;
}

.profile-tabs.nav-tabs li {
	float: none;
	margin-bottom: 0;
}

.profile-tabs.nav-tabs li>a {
	border: 0;
	border-left: 3px solid transparent;
	color: #333;
	font-size: 15px;
}

.profile-tabs.nav-tabs>li.active>a,
.profile-tabs.nav-tabs>li.active>a:focus,
.profile-tabs.nav-tabs>li.active>a:hover,
.profile-tabs.nav-tabs>li>a:hover,
.profile-tabs.nav-tabs>li>a:focus {
	border: 0;
	border-left: 3px solid #51af33;
	background: #f9fafb;
	border-radius: 0;
}

.dashboard-right {
	border-radius: 6px;
	border: 1px solid #ccc;
}

.border-bot {}

.dashboard-sub-tit {
	margin-top: 0;
	font-size: 26px;
	padding-bottom: 15px;
}

.dashboard-main-tit {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 15px;
}

.profile-img {
	height: 150px;
	width: 150px;
	border-radius: 100%;
	margin: 0 auto;
}

.profile-sec-txt {
	font-size: 18px;
	margin-bottom: 0px;
}

.profile-details-icon {
	margin-right: 10px;
	font-size: 38px;
	vertical-align: middle;
}

.logout {
	display: inline-block;
	margin-top: 10px;
	color: #333;
	border: 1px solid #ccc;
	padding: 13px 31px;
	font-size: 16px;
	border-radius: 6px;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
}


.logout:hover,
.logout:focus {
	background-color: #e8ebef;
	color: #333;
}

.edit-link {
	display: inline-block;
	padding: 5px 20px;
}

.profile-img-blk {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 100%;
	border: 5px solid #eee;
	overflow: hidden;
	position: relative;
}

.profile-img-blk .img_outer {
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #999;
}

.up-btn {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}

.profile_preview {
	width: auto;
	max-height: 100%;
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 94px;
	cursor: pointer;
}

input[type=file] {
	display: block;
}

.form-btn {
	padding: 10px 20px;
	border: 1px solid #51af33;
	font-size: 16px;
	border-radius: 6px;
	margin-right: 10px;
}

.form-btn:hover,
.form-btn:focus {
	color: #fff;
	border: 1px solid #438e29;
	background-color: #438e29;
}

.cancel-btn {
	background-color: #fff;
	color: #51af33;
	margin-top: 7px;
	min-width: 100px;
}

.save-btn {
	background-color: #51af33;
	color: #fff;
	margin-top: 7px;
	min-width: 100px;
}

.profile-details-edit label {
	font-size: 16px;
}

.form-control {
	height: 47px;
}

.delete-acc-txt {
	font-size: 15px;
	line-height: 23px;
}

.profile-left-img {
	height: 100px;
	width: 100px;
	margin: 20px auto;
	border-radius: 100%;
	display: inline-block;
}

/*=============================================================================
terms 
=============================================================================*/

.terms-head {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 20px;
}

.m-30 {
	margin: 30px 0;
}

.terms-tit {
	margin-top: 0;
	font-size: 24px;
}

.terms-txt {
	font-size: 16px;
	line-height: 26px;
	color: #515151;
	margin-bottom: 25px;
}

.terms-list li {
	margin-left: 30px;
}

/*==================================================================
user dashboard css
==================================================================*/

.job-tabs {
	border: 0;
	margin-bottom: 0;
	background-color: #eee;
}

.job-tabs.nav-tabs>li>a {
	margin: 0;
	text-align: center;
	display: block;
	border: 0;
	color: #333;
	font-size: 16px;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
}

.job-tabs.nav-tabs>li>a:hover,
.job-tabs.nav-tabs>li>a:focus {
	background-color: #51af33;
	color: #fff;
}

.job-tabs.nav-tabs>li.active>a,
.job-tabs.nav-tabs>li.active>a:focus,
.job-tabs.nav-tabs>li.active>a:hover {
	color: #fff;
	background-color: #51af33;
	border: 0;
	border-radius: 0;
	transform: scale(1.1);
	transition: transform 0s;
	border-radius: 4px;
	z-index: 2;
	box-shadow: 0 16px 26px -10px rgba(81, 175, 51, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(81, 175, 51, 0.22);
	-webkit-box-shadow: 0 16px 26px -10px rgba(81, 175, 51, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(81, 175, 51, 0.22);
	-moz-box-shadow: 0 16px 26px -10px rgba(81, 175, 51, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(81, 175, 51, 0.22);
	-o-box-shadow: 0 16px 26px -10px rgba(81, 175, 51, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(81, 175, 51, 0.22);
	-ms-box-shadow: 0 16px 26px -10px rgba(81, 175, 51, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(81, 175, 51, 0.22);
}

.job-main-tit {
	margin-top: 0px;
	font-size: 25px;
	font-weight: bold;
}

.job-name {
	margin-right: 10px;
}

.job-form {
	display: inline;
}

.job-details-sec dd,
.job-details-sec dt {
	font-size: 15px;
	margin-bottom: 15px;
}

.map-responsive-trip {
	overflow: hidden;
	padding-bottom: 50.25%;
	position: relative;
	height: 0;
}

.job-table.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
	background-color: #51af33;
	color: #fff;
	border: none !important;
}

.job-table.table>tbody>tr>td,
.job-table.table>tbody>tr>th,
.job-table.table>tfoot>tr>td,
.job-table.table>tfoot>tr>th,
.job-table.table>thead>tr>td,
.job-table.table>thead>tr>th {
	font-size: 16px;
	padding: 10px;
	border-top: 0;
	border-bottom: 1px solid #ccc;
}

.view-link {
	padding: 7px 20px 3px;
}

.dashboard-list {
	background-color: #fff;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.job-details-list {
	padding: 15px 0;
}

.job-des {
	font-size: 15px;
	line-height: 24px;
	margin-top: 20px;
	/*background: #51af33; */
	padding: 10px;
	color: #000;
	/*border-radius: 6px;*/
	box-shadow: 1px 1px 5px 1px #DEDBDB;
	-webkit-box-shadow: 1px 1px 5px 1px #DEDBDB;
	-moz-box-shadow: 1px 1px 5px 1px #DEDBDB;
	-o-box-shadow: 1px 1px 5px 1px #DEDBDB;
}

.back-btn {
	padding: 7px 20px;
}

.dashboard-list-txt i {
	font-size: 15px;
	vertical-align: middle;
	color: #51af33;
	margin-right: 10px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-t-16 {
	margin-top: 16px;
}

.m-t-25 {
	margin-top: 25px;
}

.m-t-20 {
	margin-top: 20px !important;
}

.dashboard-list-tit {
	margin-top: 0;
	font-size: 22px;
	font-weight: bold;
}

.dashboard-list-txt {
	margin-bottom: 0;
	font-size: 16px;
}

.dashboard-list-box {
	padding: 15px 0;
}

/*======================================================================================
provider-work details css
======================================================================================*/

.pro-profile-img {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0;
	border-radius: 100%;
	margin-left: 8px;
	vertical-align: middle;
}

.provider-work-table.table>tbody>tr>td,
.provider-work-table.table>tbody>tr>th,
.provider-work-table.table>tfoot>tr>td,
.provider-work-table.table>tfoot>tr>th,
.provider-work-table.table>thead>tr>td,
.provider-work-table.table>thead>tr>th {
	font-size: 16px;
	padding: 10px;
	border-top: 0;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.pro-wrk-btn {
	display: inline-block;
	/*width: 100%;*/
	/*margin-bottom: 15px;*/
	border: 0;
	padding: 10px 20px;
	color: #fff;
	border-radius: 6px;
	margin-left: 10px;
}

.accept-btn {
	background: #51af33;
}

.accept-btn:hover,
.accept-btn:focus {
	background-color: #438e29;
}

.reject-btn {
	background-color: #f33030;
}

.reject-btn:hover,
.reject-btn:focus {
	background-color: #d82c2c;
}

/*=========================================================================
other profiles 
=========================================================================*/

.other-prof-img {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	margin: 0 auto;
}

.others-link {
	margin-top: 20px;
}

.others-link {
	font-size: 16px;
	display: block;
}

.others-tit {
	margin-top: 0;
	font-weight: bold;
	font-size: 27px;
}

.others-prof-tit {
	margin-top: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	font-size: 22px;
	font-weight: bold;
}

.other-profiles .other-profiles-left {
	padding-top: 20px;
}

.other-profiles .other-profiles-right {
	padding-top: 20px;
}

.others-sub-tit {
	margin-bottom: 0;
	font-size: 20px;
}

.others-prof-txt {
	font-size: 16px;
	line-height: 25px;
}

.others-prof-txt i {
	margin-right: 10px;
	font-size: 25px;
}

.review-block-img {
	height: 80px;
	width: 80px;
	border-radius: 100%;
	margin: 0 auto;
	position: relative;
}

.b-t {
	border-top: 1px solid #ccc;
}

.review-block-txt {
	font-size: 16px;
	line-height: 25px;
}

.like-icon {
	position: absolute;
	right: -4%;
	bottom: -3%;
}

.like-icon i {
	font-size: 23px;
	background: #51af33;
	padding: 10px;
	border-radius: 100%;
	color: #fff;
}

.review-tit {
	font-size: 20px;
}

#review .modal-title {
	font-size: 27px;
	font-weight: bold;
}

.track-tab {
	display: block;
	text-align: center;
	padding: 10px;
	color: #333;
	font-size: 16px;
}

.bid-heading {
	text-align: left;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 15px 10px;
}

.tracking-details {
	background-color: #eee;
}

.track-tab.complete {
	background-color: #51af33;
	color: #fff;
}

.track-tab.disabled {
	/*background-color: #dcdcdf;*/
}

.track-tab.active {
	transform: scale(1.15);
	background-color: #05adb3;
	color: #fff;
	z-index: 1;
	box-shadow: 0 16px 26px -10px rgba(6, 174, 189, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(51, 166, 175, 0.22);
	-webkit-box-shadow: 0 16px 26px -10px rgba(6, 174, 189, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(51, 166, 175, 0.22);
	-moz-box-shadow: 0 16px 26px -10px rgba(6, 174, 189, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(51, 166, 175, 0.22);
	-o-box-shadow: 0 16px 26px -10px rgba(6, 174, 189, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(51, 166, 175, 0.22);
	-ms-box-shadow: 0 16px 26px -10px rgba(6, 174, 189, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(51, 166, 175, 0.22);
}

.disabled {
	cursor: not-allowed;
}


/*==========================================================================
Create job css
==========================================================================*/

.wizard-card[data-color="green"] .moving-tab {
	background-color: #51af33;
}

.wizard-card .wizard-header {
	text-align: left;
	padding: 30px;
}

.create-job-row .nav-pills>li>a {
	/*font-size: 15px;*/
}

.req-col {
	margin-bottom: 30px;
}

.req-col-tit {
	margin-top: 0;
}

.p-20 {
	padding: 20px 0;
}

.req-col-txt {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 23px;
}

.req-pro-tit {
	margin-top: 0;
}

.req-pro {
	margin-bottom: 30px;
}

.req-pro-txt {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 23px;
}

/*.wizard-card .info-text {
    text-align: left;
    font-weight: bold;
    margin: 10px 0 30px;
    font-size: 25px;
}*/

.wizard-card .tab-content {
	padding: 30px;
	min-height: auto;
}

.category-item {
	display: block;
	margin-bottom: 30px;
	transition: all .4s ease;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	/*border: 1px solid #ccc;*/
	border-radius: 6px;
	padding: 20px;
}

.category-item-active {
	transform: scale(1.1);
	border: 0;
	box-shadow: 1px 1px 5px 1px #DEDBDB;
	-webkit-box-shadow: 1px 1px 5px 1px #DEDBDB;
	-moz-box-shadow: 1px 1px 5px 1px #DEDBDB;
	-o-box-shadow: 1px 1px 5px 1px #DEDBDB;
}

.category-item:hover,
.category-item:focus {
	transform: scale(1.1);
	border: 0;
	box-shadow: 1px 1px 5px 1px #DEDBDB;
	-webkit-box-shadow: 1px 1px 5px 1px #DEDBDB;
	-moz-box-shadow: 1px 1px 5px 1px #DEDBDB;
	-o-box-shadow: 1px 1px 5px 1px #DEDBDB;
}

.category-img {
	width: 200px;
	height: 150px;
	background-position: center 10%;
	margin: 0 auto;
	max-width: 100%;
}

.category-tit {
	color: #333;
}

.map-responsive-trip iframe {
	width: 100%;
}

.wizard-footer {
	clear: both;
	padding: 15px 40px !important;
}

.sel-pro-left {
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 6px;
	overflow: hidden;
}

.sel-pro-tit {
	margin-top: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px
}

/*

.sel-pro-right{
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 6px;
	overflow: hidden;
}*/

.sel-ser input[type=radio]+label {
	display: inline-block;
	background-color: #f5f5f5;
	color: #666;
	cursor: pointer;
	border-radius: 2px;
	letter-spacing: 1px;
}

.sel-ser input[type=radio]:checked+label .service-wrapper {
	background-color: #51af33;
	color: #fff;
}

.service-wrapper {
	background-color: #fff;
	padding: 10px;
	color: #51af33;
	border-radius: 4px;
	border: 1px solid #51af33;
}

.service-wrapper:hover,
.service-wrapper:focus {
	background-color: #51af33;
	color: #fff;
}

.sel-ser input[type=radio] {
	display: none;
	transform: scale(1);
	margin: 0 4px;
}

.ser-wrap .sel-ser {
	display: inline-block;
	margin-bottom: 10px;
}

.btn.btn-success {
	background-color: #51af33 !important;
	max-width: 100%;
}

.job-details-dl {
	border-bottom: 1px solid #ccc;
}

.job-details-dl .row {
	margin-bottom: 0;
}

.how-often {
	padding-top: 15px;
}

.job-details-dl dd {
	font-size: 16px;
	margin-bottom: 15px;
}

.job-details-dl dt {
	font-size: 18px;
	margin-bottom: 2px;
}

.sel-view {
	display: inline-block;
	padding: 8px 20px;
	font-size: 30px;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 60px;
	height: 50px;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 10px;
}

.pro-view-img {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.pro-view-sec .others-sub-tit {
	margin-top: 10px;
}

.pro-view-sec .panel-heading {
	padding: 0;
}

.pro-view-sec .other-prof-img {
	width: 100px;
	height: 100px;
}

.pro-view-sec .others-link {
	font-size: 13px;
	padding: 10px 3px;
}

.pro-view-sec .panel-title>a:hover,
.pro-view-sec .panel-title>a:focus {
	color: #000;
}

.pro-view-sec .others-prof-txt {
	font-size: 14px;
	line-height: 22px;
}

.pro-view-sec .review-block-txt {
	font-size: 14px;
	line-height: 22px;
}

.sel-view.active,
.sel-view:hover,
.sel-view:focus {
	border-color: #51af33;
	color: #51af33;
}

.card {
	padding: 0;
}

/*===============================================================================
incoming
===============================================================================*/

.incoming-img {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	margin: 0 auto;
}

#incoming .modal-title {
	text-transform: uppercase;
}

.incoming-table .table>tbody>tr>td,
.incoming-table .table>tbody>tr>th,
.incoming-table .table>tfoot>tr>td,
.incoming-table .table>tfoot>tr>th,
.incoming-table .table>thead>tr>td,
.incoming-table .table>thead>tr>th {
	text-align: left;
}

.incoming-table {
	margin-top: 30px;
}

.incoming-btn {
	width: 48%;
	margin: 0 0.5%;
	padding: 10px;
	color: #fff;
}

.incoming-save-btn {
	background-color: #51af33;
	color: #fff;
	border-color: #51af33;
}

.incoming-save-btn:hover,
.incoming-save-btn:focus,
.incoming-save-btn:active {
	border: 1px solid #438e29 !important;
	background-color: #438e29 !important;
	outline: 0;
}

.incoming-rej-btn {
	background-color: #f33030;
	border-color: #f33030;
}

.incoming-rej-btn:hover,
.incoming-rej-btn:focus,
.incoming-rej-btn:active {
	border: 1px solid #d82c2c !important;
	background-color: #d82c2c !important;
	outline: 0;
}

#incoming .modal-footer {
	text-align: left;
	border: 0s
}

/*==============================================================================
notifications css
==============================================================================*/

.p-t-30 {
	padding-top: 30px;
}

.notify-tit {
	margin-top: 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 23px;
	padding-left: 15px;
	margin-bottom: 0;
}

.notify-txt {
	font-size: 14px;
	line-height: 22px;
	color: #666;
}

.notify .pro-category-sec {
	padding-top: 15px;
}

.notify .pro-category-sec .panel-default {
	margin-bottom: 15px !important;
}

/*=====================================================================
how its work css
=====================================================================*/

.how-its-sec .intro-tit {
	color: #fff;
	margin-bottom: 20px;
}

.how-its-sec .intro-txt {
	color: #fff;
}

.how-work-img {
	height: 350px;
	max-width: 100%;
	margin: 0 auto;
}

.how-txt {
	max-width: 450px;
	margin: 0 auto;
	line-height: 23px;
	font-size: 14px;
}

.how-its-box {
	padding: 50px 0;
}

.how-icon i {
	font-size: 35px;
}

.download .get-app {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}

.notify-sub-txt {
	font-size: 15px;
	margin-bottom: 12px;
	line-height: 28px;
}

.notify-sub-link {
	font-size: 15px;
}

.notify-panel .more-less {
	margin-top: 10px;
}

.notify-icon {
	background: #51af33;
	padding: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	display: inline-block;
	color: #fff;
	border-radius: 100%;
	margin-right: 10px;
}

/*=========================================================
chat css
=========================================================*/

.chat-img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.chat-sec {
	padding: 15px;
	border: 1px solid #efefef;
}

.chat-head {
	color: #333;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}

.chat-content {
	/*border: 1px solid #ccc;*/
	/*border-top: 0;*/
	padding: 10px 0;
	background-color: #f9fafb;
}

.chat-sec-left {
	padding: 20px;
	background-color: #f9fafb;
	margin-top: 10px;
}

.image-container:before {
	background-color: transparent;
}

.req-col .form-check {
	background: #f1f1f1;
	padding: 10px;
}

.chat-sec-right-col {
	margin-top: 10px;
}

.chat-msg-left {
	float: left;
}

.chat-msg-right {
	margin-left: 50px;
}

.chat-left {
	margin-bottom: 15px;
	max-width: 360px;
}

.chat-right {
	margin-bottom: 20px;
	max-width: 360px;
}

.chat-left .msg {
	background: #dcdcdb;
	padding: 10px;
	/* max-width: 650px; */
	border-radius: 0px 10px 10px 10px;
	margin-bottom: 2px;
	display: inline-block;
}

.chat-right .msg {
	background: #51af33;
	padding: 10px;
	border-radius: 10px 0px 10px 10px;
	margin-bottom: 2px;
	color: #fff;
	display: inline-block;
	float: right;
}

.chat-right .chat-txt {
	float: right;
	clear: both;
}

.chat-txt {
	color: #999;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 5px;
}

.chat-content-inner {
	height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
}

.clear-fix {
	clear: both;
}

.send-msg {
	margin-top: 10px;
}

.send-msg .form-control {
	border-right: 0;
	/*border-bottom: 1px solid #ccc;*/
	border-radius: 0;
}

.send-msg .form-control:focus {
	border-color: #ccc;
}

.send-msg .input-group-addon {
	background-color: #fff;
	color: #51af33;
	/*border: 0;*/
	/*border-bottom: 1px solid #ccc;*/
	font-size: 30px;
	cursor: pointer;
}


.chat-content-inner::-webkit-scrollbar-track {
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	border-radius: 10px;
	background-color: #F5F5F5;
}

.chat-content-inner::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}

.chat-content-inner::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #ccc;
}

.chat-tit {
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 0;
	padding-left: 15px;
}

.bootstrap-dialog.type-primary .modal-header {
	background-color: #51af33;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0 !important;
}

.no-result-img {
	width: 500px;
	max-width: 100%;
	height: auto;
	margin-top: 30px;
}

.border-cls {
	border: 1px solid #bdc3c7;
	border-radius: 10px;
	background-color: white;
	overflow: hidden;
	margin-top: 25px;
}

.invoice-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.invoice-overlay {
	background-color: rgba(255, 255, 255, .8);
	padding: 15px;
}

.payment ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	display: inline-block;
}

.payment ul li {
	color: #333;
	display: block;
	position: relative;
	float: left;
	/*width: 100%;*/
	display: inline-block;
}

.payment ul li input[type=radio] {
	position: absolute;
	visibility: hidden;
}

.payment ul li label {
	display: block;
	position: relative;
	font-weight: 300;
	font-size: 1.35em;
	padding: 10px 20px 10px 50px;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
}

.payment ul li .check {
	display: block;
	position: absolute;
	border: 2px solid #51af33;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	top: 12px;
	left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.payment ul li .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 12px;
	width: 12px;
	top: 2px;
	left: 2px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.payment input[type=radio]:checked~.check {
	border: 2px solid #51af33;
}

.payment input[type=radio]:checked~.check::before {
	background: #51af33;
}

.top {
	margin-top: 15px !important;
}

.top2 {
	margin-top: 30px !important;
}

.no-margin {
	margin: 0;
}

.payment-success-top {
	margin-top: 50px;
}

.payment-success {
	width: 450px;
	max-width: 100%;
	border-radius: 5px;
	padding: 20px;
	box-shadow: 5px;
	box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, .2);
	margin: 15px auto;
	background-color: white;
	text-align: center;
}

.payment-img {
	height: 120px;
	width: 120px;
}

/*
*/

.before-img {
	height: 300px;
	min-width: 100%;
}

.invoice-right {
	background-color: #f9fafb;
	padding: 20px;
}

.chat-link {
	position: fixed;
	right: 2%;
	font-size: 16px;
	bottom: 10%;
	border-radius: 100%;
	padding: 15px;
	z-index: 10;
	box-shadow: 1px 1px 8px 0px #72B95D;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.before-tit {
	margin-top: 0;
	font-size: 22px;
}

.rating-sec .rating-symbol {
	cursor: pointer;
	margin: 0 2px;
	color: #51af33;
	font-size: 20px;
}

.comment-sec .form-control {
	resize: vertical;
	border-radius: 0;

}

/*=================================================================================
responsive css
=================================================================================*/

@media screen and (max-width: 1199px) {
	.pro-view-sec .review-block-left-col {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 991px) {
	.track-tab {
		margin-bottom: 20px;
	}

	.how-its-work-box {
		margin-bottom: 20px;
	}

	.dashboard-right {
		margin-top: 20px;
	}

	.sel-pro-right-col {
		margin-top: 20px;
	}

	.dashboard-list {
		padding: 15px 0;
	}

	.dashboard-list-box {
		padding: 0;
	}

	.pro-view-sec,
	.pro-map-view {
		padding: 20px;
		border: 1px solid #ccc;
		border-radius: 6px;
	}

	.incoming-left {
		margin-top: 20px;
	}

	.wizard-card[data-color="green"] .moving-tab {
		min-height: 78px;
	}

	.task-work-col {
		margin-bottom: 30px;
	}

	#incoming .map-responsive-trip {
		padding-bottom: 85% !important;
	}

	.job-details-left-col {
		padding: 0 15px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.track-tab {
		margin-bottom: 0px;
	}

	.before-img-left-col {
		margin-bottom: 30px;
		padding-left: 15px;
	}

	#incoming .map-responsive-trip {
		padding-bottom: 69% !important;
	}

	.foot-box {
		margin-bottom: 20px;
	}

	.intro-tit {
		font-size: 30px;
		line-height: 36px;
	}

	.features-img {
		display: none;
	}

	.slash {
		display: none;
	}

	.profile-sec-left-col {
		margin-bottom: 20px;
	}

	.dashboard-list {
		padding-top: 10px;
	}

	.dashboard-list-box {
		padding: 0px 0px 10px;
	}
}

@media screen and (max-width: 500px) {
	.intro-content {
		position: absolute;
		top: 0;
		left: 0;
		transform: translate(0%, 0%);
		padding: 20px;
		padding-top: 100px;
	}

	.hr-price-col {
		width: 100%;
		margin-bottom: 20px;
	}

	.intro-tit {
		font-size: 30px;
	}

	.other-profiles-right {
		padding-left: 0;
		padding-right: 0;
	}

	.provider-flow-main-tit {
		font-size: 30px;
	}
}

@media screen and (max-width: 599px) {
	.wizard-card[data-color="green"] .moving-tab {
		display: none;
	}

	.wizard-card .nav-pills>li.active,
	.wizard-card .nav-pills>li:hover,
	.wizard-card .nav-pills>li:focus {
		transform: scale(1.1);
		transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		background-color: #51af33;
		color: #fff !important;
		border-radius: 4px;
	}

	.wizard-card .nav-pills>li.active a,
	.wizard-card .nav-pills>li:hover a,
	.wizard-card .nav-pills>li:focus a {
		color: #fff !important;
		border-radius: 4px;
	}
}

@media screen and (max-width: 500px) {
	.incoming-btn {
		width: 100%;
		margin-bottom: 15px;
	}

	#incoming .modal-footer .btn+.btn {
		margin-left: 0;
	}
}


@media screen and (max-width: 420px) {
	.profile-details-icon {
		display: block;
	}

	.profile-sec-txt {
		text-align: center;
	}

	.wizard-card .nav-pills>li {
		width: 100% !important;
	}
}

.create-job-shadow {
	box-shadow: 2px 2px 5px #bbceb5;
	background: #fff;
	padding: 10px !important;
}

.provider-head-disable {
	pointer-events: none;
	cursor: default;
}

.switch-state-form {
	width: 100%;
	margin-bottom: 10px;
}

.notify_badge {
	background: #cc181e none repeat scroll 0 0;
	border-radius: 50%;
	padding: 2px 7px;
	position: absolute;
	right: 20%;
	top: -15%;
	font-size: 11px;
	color: #fff;
}

/*.new_job_badge {
	background: #cc181e none repeat scroll 0 0;
    border-radius: 50%;
   	padding: 2px 7px;
    position: absolute;
    right: 20%;
    top: -15%;
    font-size: 11px;
    color: #fff;
}

.direct_job_badge {
	background: #cc181e none repeat scroll 0 0;
    border-radius: 50%;
   	padding: 2px 7px;
    position: absolute;
    right: 20%;
    top: -15%;
    font-size: 11px;
    color: #fff;
}

.notify_badge {
	background: #cc181e none repeat scroll 0 0;
    border-radius: 50%;
   	padding: 2px 7px;
    position: absolute;
    right: 20%;
    top: -15%;
    font-size: 11px;
    color: #fff;
}*/

.bell_badge {
	background: #cc181e none repeat scroll 0 0;
	border-radius: 50%;
	padding: 0px 7px;
	position: absolute;
	right: 5%;
	top: 10%;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}



.navbar-default .dropdown-menu.notify-drop {
	width: 330px;
	max-width: auto;
	background-color: #fff;
	padding: 0;
	border: 1px solid #eee;
}

.navbar-default .dropdown-menu.notify-drop .notify-drop-title {
	border-bottom: 1px solid #e2e2e2;
	padding: 10px 15px;
}

.navbar-default .dropdown-menu.notify-drop .drop-content {
	height: auto;
	/*width: 330px;*/
	max-height: 280px;
	overflow-y: auto;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb {
	background-color: #ccc;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li {
	border-bottom: 1px solid #e2e2e2;
	padding: 10px 0px 10px 0px;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li:nth-child(2n+0) {
	background-color: #fafafa;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li:after {
	content: "";
	clear: both;
	display: block;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li:hover {
	background-color: #fcfcfc;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li:last-child {
	border-bottom: none;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li .notify-img {
	float: left;
	display: inline-block;
	width: 45px;
	height: 45px;
	margin: 0px 0px 8px 0px;
}

.navbar-default .dropdown-menu.notify-drop .allRead {
	margin-right: 7px;
}

.navbar-default .dropdown-menu.notify-drop .rIcon {
	float: right;
	color: #999;
}

.navbar-default .dropdown-menu.notify-drop .rIcon:hover {
	color: #333;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li a {
	font-size: 12px;
	font-weight: normal;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li {
	font-weight: bold;
	font-size: 11px;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li hr {
	margin: 5px 0;
	/*width: 70%;*/
	border-color: #e2e2e2;
}

.navbar-default .dropdown-menu.notify-drop .drop-content .pd-l0 {
	padding-left: 0;
}

.navbar-default .dropdown-menu.notify-drop .drop-content>li p {
	font-size: 11px;
	color: #666;
	font-weight: normal;
	margin: 3px 0;
}

.notification_text {
	color: #000 !important;
	text-transform: none !important;
}

.text-italic {
	font-style: italic;
}


.navbar-default .dropdown-menu.notify-drop .notify-drop-footer {
	border-top: 1px solid #e2e2e2;
	bottom: 0;
	position: relative;
	padding: 8px 15px;
}

.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a {
	color: #777;
	text-decoration: none;
}

.chat {
	padding: 5px 20px 5px 10px;
}

.chat .item {
	margin-bottom: 10px;
}

.chat .item:before,
.chat .item:after {
	content: " ";
	display: table;
}

.chat .item:after {
	clear: both;
}

.chat .item>img {
	width: 40px;
	height: 40px;
	border: 2px solid transparent;
	border-radius: 50%;
}

.chat .item>.online {
	border: 2px solid #00a65a;
}

.chat .item>.offline {
	border: 2px solid #dd4b39;
}

.chat .item>.message {
	margin-left: 55px;
	margin-top: -40px;
}

.chat .item>.message>.name {
	display: block;
	font-weight: 600;
}

.chat .item>.attachment {
	border-radius: 3px;
	background: #f4f4f4;
	margin-left: 65px;
	margin-right: 15px;
	padding: 10px;
}

.chat .item>.attachment>h4 {
	margin: 0 0 5px 0;
	font-weight: 600;
	font-size: 14px;
}

.chat .item>.attachment>p,
.chat .item>.attachment>.filename {
	font-weight: 600;
	font-size: 13px;
	font-style: italic;
	margin: 0;
}

.chat .item>.attachment:before,
.chat .item>.attachment:after {
	content: " ";
	display: table;
}

.chat .item>.attachment:after {
	clear: both;
}

.box-header {
	color: #444;
	display: block;
	padding: 10px;
	position: relative;
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
	display: inline-block;
	font-size: 18px;
	margin: 0;
	line-height: 1;
}

.home-cat-image {
	background: black !important;
	opacity: 0.5 !important;
	color: #FFF !important;
}



.cssload-container {
	position: relative;
	width: 97px;
	height: 224px;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	margin: 0px auto;
}

.cssload-container .cssload-item {
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 49px;
	height: 49px;
	background-color: rgb(255, 255, 255);
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.25);
}

.cssload-container .cssload-moon {
	border-bottom: 10px solid rgb(81, 175, 51);
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	animation: spin 1.15s ease infinite;
	-o-animation: spin 1.15s ease infinite;
	-ms-animation: spin 1.15s ease infinite;
	-webkit-animation: spin 1.15s ease infinite;
	-moz-animation: spin 1.15s ease infinite;
}



@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-o-keyframes spin {
	from {
		-o-transform: rotate(0deg);
	}

	to {
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes spin {
	from {
		-ms-transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

.settings-card:hover {
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .2);
	-o-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .2);
}

.settings-card i {
	font-size: 56px;
}

.grey-clr {
	color: #999;
}

.display-inline {
	display: inline-block;
	width: 100%;
}

.icon-sec {
	float: left;
	width: 55px;
	height: 55px;
}

.icon-sec i {

	color: white;
	font-size: 25px;
}

.icon-sec .danger {
	background-color: #f35c5c;
	width: 55px;
	height: 55px;
	padding: 15px 17px;
}

.icon-sec .success {
	background-color: #59bc27;
	width: 55px;
	height: 55px;
	padding: 15px 17px;
}

.msg-sec p {
	color: #f35c5c;
	margin-bottom: 7px;
	font-size: 15px;
	margin-top: 7px;
}

.msg-sec1 p {
	color: #59bc27;
	margin-bottom: 7px;
	font-size: 15px;
	margin-top: 7px;
}

.revenue-card {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.revenue-card-left {
	float: left;
	width: 120px;
}

.revenue-card-right {
	float: left;
	width: calc(100% - 120px);
	background-color: white;
	height: 120px;
	padding: 10px;
}

.revenue-card .blue {
	background-color: #00c0ef;
	width: 120px;
	height: 120px;
	text-align: center;
}

.revenue-card .green {
	background-color: #00a65a;
	width: 120px;
	height: 120px;
	text-align: center;
}

.revenue-card .orange {
	background-color: #f39c12;
	width: 120px;
	height: 120px;
	text-align: center;
}

.revenue-card i {
	font-size: 45px;
	line-height: 120px;
	text-align: center;
	color: white;
	transition: all .2s linear;
}

.revenue-card-left:hover i {
	font-size: 50px;
}

.shadow {
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .1);
	-o-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .1);
}

.space-30 {
	padding: 30px 0;
}

.blue-clr {
	color: #00c0ef;
}

.green-clr {
	color: #00a65a;
}

.orange-clr {
	color: #f39c12;
}

.overflow {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.spacing {
	padding: 15px;
}

.w-70p {
	width: 70%;
}

.mt-0 {
	margin-top: 0;
}

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

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

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

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

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

.bold {
	font-weight: bold;
}

.height-10 {
	height: 10px !important;
}

.uppercase {
	text-transform: uppercase;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #51af33;
	border-color: #51af33;
}

.pagination>li>a,
.pagination>li>span {
	color: #000;

}

/*.theme-color {
	color: #51af33;
}

.theme-inverse-color {
	color: #51af33;
}*/
.become-tasker-btn {
	padding: 8px 15px !important;
	border: 1px solid #438e29;
	background-color: transparent !important;
	margin-top: 17px;
	color: #438e29;
}

.become-tasker-btn:hover,
.become-tasker-btn:active,
.become-tasker-btn:focus {
	background-color: #438e29 !important;
	color: #fff !important;
}

.gal-description h4 {
	text-transform: none;
	margin-top: 25px;
}

.gal-description p {
	color: #999;
	margin-bottom: 0;
	font-size: 14px;
}

.size-16 {
	font-size: 16px;
}

.relative {
	position: relative;
}

.upload-file {
	width: calc(100% - 100px);
	float: left;
}

.upload-btn {
	float: right;
	width: 94px;
	margin-left: 6px;
}

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

.block {
	display: block !important;
}

.profile-left {
	width: 40px;
	float: left;
}

.profile-right {
	float: left;
	width: calc(100% - 50px);
	margin-top: 14px;
}

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

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

.otherprofile-sec {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}

.other_profile_img {
	height: 150px;
	width: 150px;
	float: left;
}

.other_profile_img img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}

.otherprofile-details {
	width: calc(100% - 170px);
	margin-left: 20px;
	float: left;
}

.other_profile_name {
	text-transform: none;
	margin-top: 12px;
}

.other_profile_details {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #999;
}

.other_profile_details {
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.otherprofile_tab {
	margin-top: 20px;
}

.otherprofile_tab.nav-tabs>li {
	margin-bottom: 0;
}

.otherprofile_tab.nav-tabs>li>a {
	font-size: 16px;
	color: #999;
	border: 0;
	border-bottom: 2px solid transparent;
	text-transform: none;
}

.otherprofile_tab.nav-tabs>li.active>a,
.otherprofile_tab.nav-tabs>li.active>a:hover,
.otherprofile_tab.nav-tabs>li.active>a:focus,
.otherprofile_tab.nav-tabs>li.active>a:active {
	border: 0;
	border-bottom: 2px solid #51af33;
	border-radius: 0;
	color: #51af33;
	font-weight: bold;
}

.otherprofile_tab.nav-tabs>li>a:hover,
.otherprofile_tab.nav-tabs>li>a:active,
.otherprofile_tab.nav-tabs>li>a:focus {
	background-color: transparent;
	border: 0;
	color: #51af33;
}

.otherprofile_secspace {
	margin: 30px 0;
}

.otherprofile_tabhead::first-letter {
	text-transform: none;
}

.otherprofile_tabhead {
	font-size: 20px;
	margin-top: 0;
}

.otherprofile_tabdesc {
	font-size: 16px;
	color: #999;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 20px;
}

.otherprofile_tabvideo {
	height: 350px;
	background-color: #eee;
}

.otherprofile_review {
	display: inline-block;
	width: 100%;
}

.otherprofile_review .left {
	width: 70px;
	height: 70px;
	float: left;
}

.otherprofile_review .left img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
}

.otherprofile_review {
	margin-top: 10px;
}

.otherprofile_review .right {
	width: calc(100% - 90px);
	margin-left: 20px;
	float: left;
}

.otherprofile_review .right .reviews-desc {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 5px;
	margin-top: 5px;
}

.otherprofile_review .right .reviews-date {
	font-size: 16px;
	color: #999;
}

.btn::first-letter,
label::first-letter {
	text-transform: none;
}

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

.mr-5 {
	margin-right: 5px;
}

.text-gray {
	color: gray;
}


.fav-provider-card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	max-width: 300px;
	margin: auto;
	text-align: center;
	font-family: arial;
	max-height: 50%;
}

.fav-provider-title {
	color: grey;
	font-size: 18px;
}

.fav-provider-button {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 8px;
	color: white;
	background-color: #ffa500;
	text-align: center;
	cursor: pointer;
	width: 100%;
	font-size: 18px;
}

.fav-provider-a {
	text-decoration: none;
	font-size: 22px;
	color: black;
}

.fav-provider-button:hover,
.fav-provider-a:hover {
	opacity: 0.7;
}

.fav-provider-card .img-thumbnail {
	border: 0;
	margin: 25px 0 0px 0;
	height: 150px;
	width: 150px;
	border-radius: 50%;
	max-width: unset;
}

.price {
	list-style-type: none;
	border: 1px solid #eee;
	margin: 0;
	padding: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 10px;
}

.price .header {
	background-color: #111;
	color: white;
	font-size: 25px;
}

.price .grey {
	background-color: #eee;
	font-size: 20px;
}

.price li {
	border-bottom: 1px solid #eee;
	padding: 20px;
	text-align: center;
}

.button {
	background-color: #4CAF50;
	border: none;
	color: white;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
}

.media-object1 {
	width: 65px;
	height: auto;
	margin-right: 5px;
}

.shareUrl-input {
	width: 80%;
	padding: 10px 0;
	border: 2px solid rgba(0, 0, 0, .09);
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.9);
	background: #202e78;
	background: -webkit-linear-gradient(to right, #202e78, #e4b99c);
	background: linear-gradient(to right, #202e78, #e4b99c);
	&: hover,
	;
	&: focus,
	;

	&: active {
		;
		border-color: rgba(0, 0, 0, .3);
		background: white;
	}

	:;
}

.referral-tr-img {
	width: 10%
}

.referral-box {
	background: white;
	box-shadow: 1px 1px 1px 1px #cccccc;
	padding: 10px 5px 20px 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.card-title {
	background-color: #191278;
	padding: 10px 15px;
	font-size: 18px;
	text-transform: none;
	color: white;
}

.filepond--panel-root {
	background-color: #999;
	color: #fff;
}

.filepond--file,
.filepond--root label {
	color: white;
}

.filepond--root *:not(text) {
	font-size: 16px;
	font-weight: bold;
}

.counter-badge {
	color: white;
	background-color: #ee297b;
	border: 1px solid black;
	border-radius: 50px;
	min-width: 25px;
	min-height: 25px;
}

.cursor-pointer {
	cursor: pointer;
}

.d-inline-block {
	display: inline-block;
}

.request-image {
	text-align: center;
	height: 200px;
	white-space: nowrap;
}

.request-image img {
	max-height: 188px;
}

.helper-vertical-center {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

/* green table */
table.green-table {
	width: 100%;
	table-layout: fixed;
}

table.green-table tr td:first-child {
	font-size: 1.2em;
}

table.green-table tr:nth-child(odd) {
	background-color: #ebf1e9;
}

table.green-table tr:nth-child(even) {
	background-color: #d5e3cf;
}

table.green-table td {
	border-color: #94c275;
	max-width: 100%;
	white-space: normal !important;
	word-break: break-all;
}

table.green-table td:nth-child(odd) {
	max-width: 30%;
}

table.green-table td img,
td button {
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	table.green-table td button.btn-md {
		font-size: .8em !important;
	}
}

table.green-white-table tr:nth-child(odd) {
	background-color: white;
}

table.green-white-table tr:nth-child(even) {
	background-color: #d5e3cf;
}

table.green-white-table td:first-child {
	font-size: 1em !important;
}

.pink {
	color: #ee297b;
}

.w-125 {
	width: 125px;
}

.my-20 {
	margin: 20px 0;
}

.btn-back,
.btn-back:hover {
	background-color: #51af33 !important;
	box-shadow: none !important;
	color: white !important;
	border: 1px solid #51af33;
	float: right;
	padding: 17px !important;
	line-height: 1px !important;
}


/** Recent Requests */

.RecentRequests {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
	position: relative;
	z-index: 999;
}

.RecentRequests-sm {
	display: grid;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
	position: relative;
	z-index: 999;
}

.RecentRequest {
	width: 270px;
	height: 115px;
	border: solid 2px #50b130;
	border-radius: 10px;
	transition: all 200ms linear;
	margin-right: 15px;
}

.RecentRequest:hover {
	cursor: pointer;
	background-color: #f7f7f7;
}

.RecentRequest-Header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
}

.RecentRequest-Cat {
	max-width: 70% !important;
}

.RecentRequest-Price {
	font-weight: bold;
	position: absolute;
	top: 12px;
	float: right;
	margin-left: 170px;
}

.RecentRequest-Footer {
	margin-left: 15px;
	bottom: 10px;
	position: absolute;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 190px;
}

.RecentRequest-Footer-img {
	width: 50px;
	float: right;
	margin-right: 24px;
}

.RecentRequest-Footer-img img {
	width: 40px;
	height: 40px;
	bottom: 37px;
	position: absolute;
	border-radius: 50%;
	box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(255, 255, 255), 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
}
/** Recent Requests */

.home-learn-more-btn {
	margin-top: 15 !important;
	margin-bottom: 5px;
	padding: 4px 15px !important;
}

.feature-box-title {
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

.feature-box-center {
	display: grid;
	justify-content: center;
	align-items: center;
}



/* footer social icons */

ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
}

ul.social-network li {
	margin: 5px;
}

.social-network a.icoFacebook:hover {
	background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
	background-color: #007bb7;
}

.social-network a.icoInstagram:hover {
	background-color: #D303C6;
}

.social-network a.icoTwitter:hover {
	background-color: #1DA1F2;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoInstagram:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoLinkedin:hover i {
	color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
	color: #44BCDD;
}

.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 30px;
	height: 30px;
	font-size: 15px;
}

.social-circle li i {
	margin: 0;
	line-height: 30px;
	text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.social-circle i {
	color: #595959;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-network a {
	background-color: #F9F9F9;
}

.footer-copyright {
	color: #BCD6D0;
	border-top: solid 1px #BCD6D0;
	padding-top: 15px;
}


.location-table table {
	width: 80% !important;
	margin-top: 15px;
}
@media screen and (max-width: 768px) {
	.location-table table {
		width: 100% !important;
		margin-top: 15px;
	}
}
.location-table table thead {
	color: #fff;
	font-size: 16px;
}
.location-table table ul {
	color: #fff;
	font-size: 16px;
	padding-left: 15px;
}
.location-table table td, .location-table table th {
	border: none;
}

.content-wrap-hp {
	padding-top: 0 !important;
}

.extend-date-btn {
	padding: 6px 15px !important;
	border: 1px solid #438e29;
	background-color: transparent !important;
	color: #438e29;
}

.table {
	overflow-x: scroll;
}

.table-responsive {
	overflow-x: scroll;
}

.fc-day-grid-container, .fc-scroller {
	min-height: 312px !important;
}

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

.tooltip-icon {
	font-size: 20px;
}
