.container {
	max-width: 1200px;
}
.container-fluid {
	max-width: 1366px;
	padding: 0;
	overflow: hidden;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 25px;
	color: #555555;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

strong,b {

}

ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

:focus,button,a {
	text-decoration: none !important;
	outline: none !important;
}

hr.horizontal-line {
  border-top: 1px solid #e8e8e8;
  margin: 20px 0;
}

label.error {
	font-size: 14px !important;
	line-height: 22px !important;
	color: #ff0000 !important;
  	width: 100% !important;
  	white-space: break-spaces !important;
}
.d-flex {position: relative;}
.d-flex > label.error {
	position: absolute;
	content: "";
	left: 0;
	bottom: -15px;
}
/*--------------------- loader CSS --------------------------*/
.main-loader {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	z-index: 10000;
}
.main-loader .loader {
  display:block;
  position:fixed;
  top:50%;
  left:50%;
  width:24vh;
  height:24vh;
  overflow:hidden;
  transition:background-color 500ms;
  cursor:pointer;
  transform: translate(-50%,-50%);
}

.main-loader #logo {
  display: block;
  position: absolute;
  left: 2vh;
  top: 2vh;
  width: 20vh;
  height: 20vh;
  background: #ffffff;
  /*background: -moz-linear-gradient(-45deg, #333 0%, #4a4a4a 100%);
  background: -webkit-linear-gradient(-45deg, #333 0%,#4a4a4a 100%);
  background: linear-gradient(135deg, #333 0%,#4a4a4a 100%);*/
  background-size: contain;
  font-family: Trebuchet MS, sans-serif;
  font-size: 18vh;
  font-weight: bold;
  color: #34d3ce;
  text-align: center;
  line-height: 18vh;
}
.main-loader #logo img {
	/*width: 9vh;*/
	width: 15vh;
}

.main-loader .loading {
  display:block;
  position:absolute;
  background-color:#34d3ce;
}

/*Pretty complex animation, so each side needs its own @keyframes.*/

@keyframes slide1{
  50%{width:22vh; margin-left:0;}
  100%{margin-left:22vh;}
}
@-webkit-keyframes slide1{
  50%{width:22vh; margin-left:0;}
  100%{margin-left:22vh;}
}
@-moz-keyframes slide1{
  50%{width:22vh; margin-left:0;}
  100%{margin-left:22vh;}
}

@keyframes slide2{
  50%{height:22vh; margin-top:0;}
  100%{margin-top:22vh;}
}
@-webkit-keyframes slide2{
  50%{height:22vh; margin-top:0;}
  100%{margin-top:22vh;}
}
@-moz-keyframes slide2{
  50%{height:22vh; margin-top:0;}
  100%{margin-top:22vh;}
}

@keyframes slide3{
  50%{width:22vh; margin-right:0;}
  100%{margin-right:22vh;}
}
@-webkit-keyframes slide3{
  50%{width:22vh; margin-right:0;}
  100%{margin-right:22vh;}
}
@-moz-keyframes slide3{
  50%{width:22vh; margin-right:0;}
  100%{margin-right:22vh;}
}

@keyframes slide4{
  50%{height:22vh; margin-bottom:0}
  100%{margin-bottom:22vh;}
}
@-webkit-keyframes slide4{
  50%{height:22vh; margin-bottom:0}
  100%{margin-bottom:22vh;}
}
@-moz-keyframes slide4{
  50%{height:22vh; margin-bottom:0}
  100%{margin-bottom:22vh;}
}

/*--------------------- page-spinner --------------------------*/

.page-spinner {
	position: fixed;
	content: "";
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255,255,255,0.8);
	z-index: 999;
}
.page-spinner .spinner {
	position: absolute;
	content: "";
	left: 50%;top: 50%;
	z-index: 20 !important;
	transform: translate(-50% , -50%);
	animation: loading-spinner 400ms linear infinite;
}

.page-spinner .spinner .spinner-icon {
	width: 50px;
	height: 50px;
	border: solid 5px transparent;
	border-top-color: #34d3ce !important;
	border-left-color: #34d3ce !important;
	border-radius: 50%;
}

@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

/*--------------------- Common CSS --------------------------*/
img {
  max-width: 100%;
  max-height: 100%;
}
/* 04-06-21 */
img.cover { width: 100%; height: 100%; object-fit: cover; }
img.contain { width: 100%; height: 100%; object-fit:contain; }
/* 04-06-21 */

.img-circle {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #cecece;
}
.a_link {
	color: #34d3ce !important;
	transition: 0.3s all;
}

.section-ptb30 {padding: 30px 0;}
.section-ptb40 {padding: 40px 0;}
.section-ptb50 {padding: 50px 0;}
.section-ptb65 {padding: 65px 0;}

.section-title {
	font-weight: 700;
	font-size: 30px;
	color: #000000;
	margin-bottom: 20px;
}
.section-sub-title {
	font-weight: 700;
	font-size: 20px;
	color: #000000;
	margin-bottom: 10px;
}

.badge {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50px;
}
.badge-primary {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: #555;
	background-color: #34d3ce;
}

/*------------------------ Form CSS ----------------------------*/
.form-label {
	display: block;
	font-weight: 500;
	font-size: 16px;
	color: #555555;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.form-label span {
	color: #b5b5b5;
}
.form-control {
	padding: 0 20px;
	min-height: 50px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
}
.form-control:focus {
	border-color: #34d3ce;
    box-shadow: 0 0 0 0.2rem rgba(52, 211, 206,.25);
}
.form-rounded {border-radius: 50px !important;}

textarea.form-control {
	padding: 15px 20px;
	border-radius: 16px !important;
	min-height: 250px;
	resize: none;
}

/*--------------- Buttons ---------------------*/
.btn-radius {border-radius: 6px; overflow: hidden;}
.btn-rounded {border-radius: 50px; overflow: hidden;}

.btn-w90 {min-width: 90px;}
.btn-w110 {min-width: 110px;}
.btn-w120 {min-width: 120px;}
.btn-w140 {min-width: 140px;}
.btn-w160 {min-width: 160px;}
.btn-w170 {min-width: 170px;}
.btn-w200 {min-width: 200px;}
.btn-w240 {min-width: 240px;}

.btn-h38 {min-height: 38px; line-height: 26px;}
.btn-h48 {min-height: 48px; line-height: 36px;}
.btn-h50 {min-height: 50px; line-height: 38px;}


.btn-wh48 {
	min-width: 48px;
	min-height: 48px;
	line-height: 35px;
	padding: 5px !important;
}
.btn-wh50 {
	min-width: 50px;
	min-height: 50px;
	line-height: 38px;
	padding: 5px !important;
}

.btn-wh48 i,
.btn-wh50 i {vertical-align: text-top; line-height: 28px;}

.btn {
	font-size: 14px;
	font-weight: 700;
	padding: 5px 20px;
}
.btn.focus,
.btn:focus,
select {outline: none !important; box-shadow: none !important;}

.btn-outline {
	color: #000;
	border: 1px solid #34d3ce;
	/*box-shadow: 0px 5px 3px rgba(255,171,1,0.1) !important;*/
	box-shadow: none !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	z-index: 0;
}
.btn-outline::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-outline:hover::before{
	opacity: 0;
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.btn-outline::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	background-color: #34d3ce;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}
.btn-outline:hover::after{
	opacity: 1 ;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}

.btn-fill {
	color: #000;
	background-color: #fff;
	border: 1px solid #34d3ce;
	/*box-shadow: 0px 5px 3px rgba(255,171,1,0.1) !important;*/
	box-shadow: none !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	z-index: 0;
}
.btn-fill::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #34d3ce;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-fill:hover::before{
	opacity: 0 ;
	-webkit-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}
.btn-fill::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.btn-fill:hover::after{
	opacity: 1;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}
.btn-fill2 {color: #ffffff;}
.btn-fill2:hover {color: #34d3ce;}


.btn-darkblue {
	color: #ffffff;
	background-color: #fff;
	border: 1px solid #05528c;
	box-shadow: none !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	z-index: 0;
}
.btn-darkblue::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #05528c;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-darkblue:hover::before{
	opacity: 0 ;
	-webkit-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}
.btn-darkblue::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.btn-darkblue:hover::after{
	opacity: 1;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}
.btn-darkblue:hover {color: #05528c;}

.btn-lightblue {
	color: #ffffff;
	background-color: #fff;
	border: 1px solid #029fda;
	box-shadow: none !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	z-index: 0;
}
.btn-lightblue::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #029fda;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-lightblue:hover::before{
	opacity: 0 ;
	-webkit-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}
.btn-lightblue::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.btn-lightblue:hover::after{
	opacity: 1;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}
.btn-lightblue:hover {color: #029fda;}

.btn-outline-blue {
	color: #029fda;
	border: 1px solid #029fda;
	box-shadow: none !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	z-index: 0;
}
.btn-outline-blue::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-outline-blue:hover::before{
	opacity: 0;
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.btn-outline-blue::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	background-color: #029fda;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}
.btn-outline-blue:hover::after{
	opacity: 1 ;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}
.btn-outline-blue:hover {color: #fff;}


/*------------------- custom-radio-btn --------------------------*/
.custom-radio-btn {
	position: relative;
	margin-bottom: 0px;
	margin-right: 2px;
	cursor: pointer;
}
.custom-radio-btn input {
	position: absolute;
	opacity: 0;
}
.custom-radio-btn span {
	display: inline-block;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	color: #555;
	padding: 0 15px;
	height: 50px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 50px;
	line-height: 50px;
}
.custom-radio-btn input:checked + span {
	background-color: #b5fffd;
}

/*------------------- custom-radio-box --------------------------*/
.custom-radio-box {
	position: relative;
	margin-bottom: 0px;
	margin-right: 2px;
	cursor: pointer;
}
.custom-radio-box input {
	position: absolute;
	opacity: 0;
}
.custom-radio-box span {
	display: inline-block;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	color: #333333;
	padding: 0 10px;
	width: 100px;
	height: 62px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	line-height: 86px;
	position: relative;
}
.custom-radio-box input:checked + span {
	background-color: #34d3ce;
}

.custom-radio-box span i {
	font-size: 20px;
	position: absolute;
	content: "";
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

/*---------------radio_custom------------------*/
.radio_custom {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.radio_custom label {
  margin-bottom: 0;
  vertical-align: top;
  padding-left: 30px;
  line-height: 22px;
  color: #7c8085;
  transition: all 0.5s;
  cursor: pointer;
}
.radio_custom input[type=radio] {
  visibility: hidden;
  position: absolute;
  left: 0;
}
.radio_custom input[type=radio] + label:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  line-height: 16px;
  text-align: center;
  border: 2px solid #c1c3c7;
  border-radius: 50%;
}
.radio_custom input[type=radio]:checked + label:before {
  border: 2px solid #1072b3;
}
.radio_custom input[type=radio]:checked + label:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  margin: 5px;
  display: block;
  width: 10px;
  height: 10px;
  line-height: 16px;
  text-align: center;
  background-color: #1072b3;
  border-radius: 50%;
}

/*---------------radio_custom------------------*/

/*---------------checkbox_custom------------------*/
.hide-checkbox{display:none;}
.custom-checkbox::before{
	content:"";
	border:2px solid #e0e0e0;
	display:inline-block;
	width: 22px;
	height: 22px;
	border-radius: 3px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
.custom-checkbox {
	margin-bottom: 0 !important;
	font-size: 14px;
	color: #777777;
	line-height: 22px;
    vertical-align: middle;
	cursor: pointer;
}
.hide-checkbox:checked + .custom-checkbox:before{
  	font-size: 16px;
  	line-height: 18px;
  	content: '\f00c';
	font-family: "Font Awesome 5 pro";
	font-weight: normal;
	color: #34d3ce;
   	border:2px solid #34d3ce;
}
/*---------------checkbox_custom------------------*/

/*------------------- heart-checkbox --------------------------*/
.heart-checkbox {
	position: relative;
	margin-bottom: 0px;
	cursor: pointer;
	display: inline-block;
	height: 50px;
}
.heart-checkbox input {
	position: absolute;
	opacity: 0;
}
.heart-checkbox span {
	display: inline-block;
	text-align: center;
	padding: 5px;
	width: 50px;
	height: 50px;
	background-color: transparent;
	border: 1px solid #029fda;
	border-radius: 50px;
	position: relative;
}
.heart-checkbox span:before {
	position: absolute;
	content: "\e913";
	font-family: "uhoo";
	font-size: 30px;
	color: #029fda;
	left: 50%;
	top: 50%;
	transition: 0.3s all;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

.heart-checkbox input:checked + span:before {
	content: "\e914";
}

/*------------------- star-checkbox --------------------------*/
.star-checkbox {
	position: relative;
	margin-bottom: 0px;
	cursor: pointer;
	display: inline-block;
	height: 50px;
}
.star-checkbox input {
	position: absolute;
	opacity: 0;
}
.star-checkbox span {
	display: inline-block;
	text-align: center;
	padding: 5px;
	width: 50px;
	height: 50px;
	background-color: transparent;
	border: 1px solid #029fda;
	border-radius: 50px;
	position: relative;
}
.star-checkbox span:before {
	position: absolute;
	content: "\f005";
	font-family: "Font Awesome 5 Pro";
	font-weight: normal;
	font-size: 30px;
	color: #029fda;
	left: 50%;
	top: 50%;
	transition: 0.3s all;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

.star-checkbox input:checked + span:before {
	font-weight: bold;
}

/*--------------------
	min-height
---------------------*/

.min-h50 {min-height: 50px !important;}
.min-h60 {min-height: 60px !important;}
.min-h80 {min-height: 80px !important;}
.min-h100 {min-height: 100px !important;}
.min-h150 {min-height: 150px !important;}

/*----------------------------------------------------*/
.font-s12 {font-size: 12px !important;}
.font-s14 {font-size: 14px !important;}
.font-s16 {font-size: 16px !important;}
.font-s18 {font-size: 18px !important;}
.font-s20 {font-size: 20px !important;}
.font-s22 {font-size: 22px !important;}
.font-s24 {font-size: 24px !important;}
.font-s25 {font-size: 25px !important;}
.font-s26 {font-size: 26px !important;}
.font-s28 {font-size: 28px !important;}
.font-s30 {font-size: 30px !important;}

.font-w500 {font-weight: 500 !important;}
.font-w700 {font-weight: 700 !important;}

.bg-WildSand {background-color: #F5F5F5 !important;}
.bg-alabaster {background-color: #F8F8F8 !important;}

.text_danger {color: #ff2b01 !important;}
.text_dark {color: #333 !important;}
.text_light {color: #555 !important;}
.text_light2 {color: #777 !important;}
.text_lightblue {color: #029fda !important;}
.text-34d3ce {color: #34d3ce !important}

/*------------------- Card ----------------------------*/
.card-mb15 {margin-bottom: 15px;}
.card-mb30 {margin-bottom: 30px;}

.card {
	border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #eaeaea;
  	transition: 0.5s all;
}
.card.card-shadow {box-shadow: 0 0 5px rgba(0,0,0,0.11);}

.card-hover:hover {
	margin-top: -10px;
	border-color: #34d3ce;
	box-shadow: 0 0 5px rgba(255,171,1,0.11);
}
.card-hover:hover .card-inner h3 {color: #34d3ce}

.card.no-border,
.card .card-header.no-border,
.card .card-footer.no-border {
  border: none;
}
.card .card-header {
	padding: 0;
	background-color: #f8f8f8;
}
.card .card-header .card-inner {
	padding: 15px;
}
.card .card-header .card-inner .card-img {
	margin-right: 10px;
	position: relative;
}
.card .card-header .card-inner .card-img .verified {
	position: absolute;
	content: "";
	right: -5px; bottom: -3px;
	font-size: 20px !important;
	color: #00a153;
}

.card .card-body {
	padding: 0;
	text-align: center;
}

.card .card-footer {
	padding: 20px;
	border-top: 1px solid #f2f2f2;
	background-color: #ffffff;
	text-align: center;
}
.card .card-footer p {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	margin-bottom: 0;
}

.card-flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-start;
  -ms-align-items: start;
  -webkit-align-items: flex-start;
  flex-wrap: wrap;
}
.card-inner {
	padding: 15px 20px;
}
.card-inner .card-img {
	width: 88px;
	height: 88px;
	margin-right: 15px;
}
/* 04-06-21 */
.card-inner .card-img-xs {
	width: 40px;
	height: 40px;
	margin-right: 15px !important;
}
/* 04-06-21 */
.card-inner .card-img-sm {
	max-width: 58px;
	min-width: 58px;
	width: 58px;
	height: 58px;
	margin-right: 15px !important;
}
.card-inner .card-img-md {
	max-width: 80px;
	min-width: 80px;
	height: 80px;
	margin-right: 30px;
}
.card-inner .card-img-lg {
	max-width: 100px;
	min-width: 100px;
	height: 100px;
	margin-right: 30px;
}

.card-inner h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	margin-bottom: 10px;
	transition: 0.5s all;
}
.card-inner span {
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
	line-height: 25px;
	color: #555555;
	text-transform: capitalize;
}
.card-inner span b {
	font-weight: 700;
	font-size: 18px;
	color: #333333;
}
.card-inner span.icon {
	position: relative;
	padding-left: 22px;
}
.card-inner span.icon i {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	font-size: 16px;
	line-height: 22px;
	vertical-align: middle;
}
.card-inner span.task-open {
	color: #119744;
}
.card-inner span.task-cancel {
	color: #ff0000;
}
.card-inner span.task-complete {
	color: #277fa0;
}
.card-inner span.task-hired {
	width: 100px;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 50px;
	background-color: #119744;
	color: #ffffff;
	font-size: 14px !important;
	text-align: center;
}

.card-inner span.location {
	width: calc(100% - 120px);
	vertical-align: text-top;
}

.card-inner .card-info ul {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.card-inner .card-info ul li {
	display: inline-block;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #eaeaea;
}
.card-inner .card-info ul li:last-child {
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0;
}

/*------------------- Card form ----------------------------*/
.card.card-form {
	border-radius: 10px;
	position: relative;
}
.card.card-form .card-inner {
	padding: 20px 40px 20px 30px;
}
.card.card-form textarea.form-control {
	min-height: 180px;
}

.card.card-form .btn-wh50 {
	position: absolute;
	content: "";
	right: -25px;
	bottom: 35px;
}

/*------------------- Card details ----------------------------*/
.card.card-details {
	background-color: transparent;
	border:none;
	position: relative;
}

.card.card-details .a_link {
	position: absolute;
	content: "";
	top: 50%;
	left: -20px;
	font-size: 40px;
	color: #000 !important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.card.card-details .card-body {
	text-align: left;
}
.card.card-details .card-inner {
	padding: 40px 0 10px 45px;
	width: 50%;
	border-right: 1px solid #8dcecd;
}
.card.card-details .card-inner:last-child {
	border-right: none;
	padding: 40px 0 10px 40px;
}
.card.card-details .card-inner h3 {
	margin-bottom: 0;
	position: relative;
	padding-right: 140px;
}

.card.card-details .card-inner h3 .task-open {
	display: inline-block;
	padding: 4px 15px;
	background-color: #ffffff;
	border-radius: 50px;
	font-size: 14px;
	line-height: 18px;
	margin-left: 5px;
	position: absolute;
    top: 0; right: 30px;
    content: "";
}
.card.card-details .card-inner h3 .task-complete {
	display: inline-block;
	padding: 4px 15px;
	background-color: #277fa0;
	border-radius: 50px;
	font-size: 14px;
	line-height: 18px;
	margin-left: 5px;
	position: absolute;
    top: 0; right: 30px;
	content: "";
	color: white;
}
.card.card-details .card-inner h3 .task-cancel {
	display: inline-block;
	padding: 4px 15px;
	background-color: #da3b3b;
	border-radius: 50px;
	font-size: 14px;
	line-height: 18px;
	margin-left: 5px;
	position: absolute;
    top: 0; right: 30px;
	content: "";
	color: white;
}
.card.card-details .card-inner h3 .task-hired {
	display: inline-block;
	padding: 4px 15px;
	background-color: #119744;
	border-radius: 50px;
	font-size: 14px;
	line-height: 18px;
	margin-left: 5px;
	position: absolute;
    top: 0; right: 30px;
	content: "";
	color: #ffffff;
}
.card.card-details .card-inner p,
.card.card-details .card-inner span {
	font-size: 16px;
}
.card.card-details .submit_proposal {
	width: 265px;
	text-align: center;
}
.card.card-details .posted_date {
	position: absolute;
	content: "";
	bottom: -15px;
	left: 50%;
	font-size: 14px;
	color: #000;
	background-color: #d6fcff;
	padding: 3px 20px;
	border-radius: 5px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

/*------------------- Card details ----------------------------*/
.card.card-offers {position: relative;}
.card.card-offers span.hired-task {
	position: absolute;
	content: "";
	top: -16px;
	right: -16px;
}
.card.card-offers .card-btn .btn {margin: 10px;}

/*------------------- Card payments ----------------------------*/
.card.card-payments {
	padding: 30px;
	border-radius: 8px;
	position: relative;
	transition: 0.5s all;
}
.card.card-payments .form-label {
	font-size: 14px;
}
.card.card-saved {
	padding: 10px 0;
	border-radius: 8px;
}
.card.card-saved .card-img {
	width: 56px;
	height: 56px;
}
.card.card-saved .card-img img {
	object-fit: contain;
	background: #ffffff;
	border-color: #34d3ce;
}
.card.card-payments .attachments-items .custom_file {
	width: 100%;
	height: 165px;
	padding: 20px;
}


/*------------------- Card email notification ----------------------------*/
.card.card-email-noti {
	border: 0;
	border-top: 1px solid #d9d9d9;
	border-radius: 0;
}
.card.card-email-noti:last-child {
	border-bottom: 1px solid #d9d9d9;
}
.card.card-email-noti .card-inner {
	width: calc(100% - 140px);
	padding: 25px 0 20px;
}
.card.card-email-noti .card-inner p {
	margin-bottom: 0;
}
.card.card-email-noti .card-inner:last-child {
	width: 140px;
	padding: 15px 0;
}


/*------------------- Card review-rating ----------------------------*/
.card-review-rating {
	background-color: #f6f6f6;
	margin-bottom: 15px;
	position: relative;
}
.card-review-rating p {
	margin-bottom: 0;
}

.card-review-rating .edit-review {
	position: absolute;
	content: "";
	top: 15px;
	right: 15px;
	z-index: 1;
}

/*-------------- Card Accordion ---------------*/
.card-accordion {
  border:1px solid #e0e0e0 !important;
  margin-bottom: 15px;
}
.card-accordion .card-header {
	padding: 15px 20px;
	background-color: #eafafa;
}
.card-accordion .card-header button {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  text-transform: capitalize;
  display: block;
  text-align: left;
  padding-left: 0;
}
.card-accordion .card-body {
  padding: 0;
  text-align: left;
}

.card-accordion.card-arrow .card-header button {
  padding-right: 30px;
  position: relative;
}
.card-accordion.card-arrow .card-header button:before {
  position: absolute;
  right: 0;
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-size: 18px;
  color: #34d3ce;
}
.card-accordion.card-arrow .card-header button.collapsed:before {
  content: "\f067"
}

/*---------------- Rating Star -------------------*/
.rating {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}
.rating .badge-warning {
  border-radius: 5px;
  min-width: 36px;
  margin-bottom: 0;
  padding: 5px;
  line-height: 18px;
  font-weight: 600;
  color: white;
  background-color: #ffb400;
  display: inline-block !important;
}
.rating .badge-warning:before {
  content: none !important;
}
.rating .badge-light {
  border-radius: 5px;
  min-width: 40px;
  margin-bottom: 0;
  font-weight: 600;
  color: #191D23;
  background-color: white;
}

.jq-ry-container .jq-ry-group-wrapper .jq-ry-group.jq-ry-normal-group svg {
  fill: transparent;
  stroke: #ffb400;
  stroke-width: 40px;
  stroke-linecap: round;
}
.jq-ry-container .jq-ry-group-wrapper .jq-ry-group.jq-ry-rated-group svg {
  fill: #ffb400;
  stroke: #ffb400;
  stroke-width: 40px;
  stroke-linecap: round;
}

/*---------------- Modal -------------------*/
.custom-modal .modal-header {
	background-color: #34d3ce;
}
.custom-modal .modal-header .close {
	position: absolute;
	content: "";
	top: -15px;
	right: -15px;
	text-shadow: none;
	border-radius: 50%;
	display: inline-block;
	width: 35px;
	height: 35px;
	padding: 5px;
	font-size: 18px;
	color: #ffffff;
	background-color: #029fda;
	opacity: 1 !important;
}

/*---------------- daterangepicker -------------------*/
.single_detepicker {
	padding-right: 50px;
	background: url(../images/icon-11.svg) no-repeat right 20px center / 20px #ffffff;
}
.single_detepicker.no-background {
	padding-right: 20px;
	background: #ffffff;
}
.daterangepicker .drp-buttons .applyBtn,
.applyBtn:not(:disabled):not(.disabled).active,
.applyBtn:not(:disabled):not(.disabled):active,
.show>.applyBtn.dropdown-toggle {
	color: #fff;
    background-color: #34d3ce;
    border-color: #34d3ce;
    box-shadow: none !important;
}

.daterangepicker td.end-date,
.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #34d3ce !important;
    border-color: transparent;
    color: #ffffff !important;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover,
.daterangepicker td.in-range {
	background-color: rgba(52, 211, 206,0.2);
    border-color: transparent;
    color: inherit;
}


/*---------------- select2 -------------------*/

.select2-container--default .select2-selection--multiple {
	padding: 0px 50px 0px 15px;
	border-radius: 50px !important;
    min-height: 50px;
    background-color: #ffffff;
	border: 1px solid #e0e0e0;
	position: relative;
	cursor: pointer !important;
}

.select2-container--default .select2-selection--multiple::after {
	position: absolute;
	top: 50%;
	right: 20px;
	content: "\e911" !important;
	font-family: "uhoo" !important;
	font-weight: bold;
	font-size: 16px;
	color: #555555;
	border: 0 !important;
	transition: 0.5s all;
	transform: translateY(-50%) rotate(0deg);
	-webkit-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	margin-top: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #34d3ce;
    box-shadow: 0 0 0 0.2rem rgba(52, 211, 206,.25);
}
.select2-container--default.select2-container--open .select2-selection--multiple::after {
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	border-radius: 6px;
	background-color: #f5feff;
	border: 1px solid #d1f2ff;
	font-size: 14px;
	line-height: 29px;
    color: #333333;
    min-height: 30px;
    padding: 0 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	color: #555555;
	font-size: 24px;
    font-weight: normal;
    line-height: 28px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(52, 211, 206,0.1);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #34d3ce;
    color: white;
}

.select2-container .select2-search--inline .select2-search__field {line-height: 32px;}


/*---------------- bootstrap select -------------------*/
.bootstrap-select .dropdown-menu {width: 100%;}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}
.bootstrap-select .bs-ok-default:after {border-width: 0 .15em .15em 0;}
.bootstrap-select .btn {box-shadow: none !important;}

.bootstrap-select .dropdown-toggle .filter-option {
	margin-top: 2px;
}

.btn-light {
	padding: 0 20px;
	min-height: 50px;
	background-color: #ffffff !important;
	border: 1px solid #e0e0e0;
	border-radius: 50px;
	color: #555555;
	font-weight: 400;
}
.dropdown .dropdown-toggle::after {
	top: 10px;
}
.dropdown .dropdown-toggle::after,
.dropdown-toggle::after {
	content: "\e911" !important;
	font-family: "uhoo" !important;
	font-size: 16px;
	color: #555555;
	border: 0 !important;
	transition: 0.5s all;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}
.dropdown.show .dropdown-toggle::after,
.bootstrap-select.show .dropdown-toggle::after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.dropdown-item {color: #333;}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus {
	color: #fff !important;
    background-color: #34d3ce !important;
}

.dropdown-item:hover {
	color: #333;
    background-color: rgba(52, 211, 206,0.1);
}

.slider-selection {
    background-color: #029fda;
    background-image: none !important;
}
.slider-handle {
    background-color: #029fda;
    border: 2px solid #ffffff !important;
    background-image: none !important;
}

/*---------------- bootstrap pagination -------------------*/
.pagination .page-link {
	border: none;
	font-weight: 500;
	font-size: 18px;
	color: #555555;
	display: inline-block;
	width: 51px;
	height: 51px;
	border-radius: 50% !important;
	background-color: #ffffff;
	text-align: center;
	line-height: 42px;
	padding: 5px;
}
.page-link:focus {
	color: #555555 !important;
	background-color: #34d3ce;
	box-shadow: 0 0 0 0.2rem rgba(52, 211, 206,.25);
}
.pagination .page-item.active .page-link,
.pagination .page-link:hover,
.pagination .page-link.a_link:hover {
	color: #555555 !important;
	background-color: #34d3ce;
}
.pagination .page-item {
	margin: 0 15px;
}

.pagination .page-link.a_link,
.page-item.disabled .page-link {
	font-size: 40px;
	line-height: 50px;
}

/*-------------------- DataTable ----------------------------*/
table.dataTable thead{}
table.dataTable th {background-color: #f6f6f6; color: #333333; border-bottom: 0;}

table.dataTable td.sorting_1 {
	min-width: 180px;
    max-width: 180px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
table.dataTable td {
	white-space: wrap;
}
ul.dtr-details .dtr-data {
    white-space: pre-wrap;
}
.table-striped tbody tr:nth-of-type(odd){background-color: #ffffff;}

/*-------------------- Upload Profile ----------------------------*/
.upload-image {
	position: relative;
	cursor: pointer;
	margin-bottom: 15px;
}
.upload-image:hover .image-edit {
    bottom: -85px;
}
.image-edit {
    position: absolute;
    bottom: -150px;
    left: 0; right: 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    transition: 0.5s;
}
.image-edit input {display: none;}
.image-edit input + label {
    display: inline-block;
    font-size: 20px;
    min-width: 60px;
    min-height: 60px;
    margin-bottom: 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 50%;
    padding: 8px 10px;
    text-align: center;
}
.image-edit label:hover {
    color: #ffffff;
    border-color: #34d3ce;
    background-color: #34d3ce;
}

.image-preview {
    display: inline-block;
    vertical-align: middle;
    width: 126px; height: 126px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #cecece;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.image-preview > div {
  	width: 100%;
  	height: 100%;
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center;
}


/*-------------------- switch ----------------------------*/
.custom-switch {
	position: relative;
	padding: 0;
	width: 120px;
	height: 40px;
	font-size: 16px;
	color: #555555;
	border-radius: 20px;
	background-color: #ffffff;
	border: 2px solid #d9d9d9;
	overflow: hidden;
}

.custom-switch input {
  position: absolute;
  opacity: 0;
}

.custom-switch label {
	display: inline-block;
	position: relative;
	z-index: 2;
	float: left;
	width: 50%;
	padding: 6px 0;
	margin-bottom: 0;
	text-align: center;
	color: #555555;
	cursor: pointer;
	transition: color 0s ease .1s;
}

.custom-switch input:checked + label {
  color: #ffffff;
}

.custom-switch .switch-button {
  clear: both;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  background-color: #03b873;
  transition: all .3s ease-out;
}

.custom-switch .switch-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px; left: 0px;
  right: 0px; bottom: 0px;
}
.custom-switch input:last-of-type:checked ~ .switch-button {
  left: 50%;
}
.custom-switch.disabled {border-color: rgba(217, 217, 217,0.5);}
.custom-switch.disabled label {cursor: not-allowed; color: #d9d9d9;}
.custom-switch.disabled label:last-of-type {border-left: 2px solid rgba(217, 217, 217,0.5);}
.custom-switch.disabled .switch-button {display: none;}


/*********************************************************************/
/*			Header
*********************************************************************/
.navbar {
	padding: 11px 0;
	background-color: #fff;
	box-shadow: 0px -3px 9px rgba(0,0,0,0.42);
	transition: 0.5s all;
	z-index: 999;
}
.navbar.fixed-top {
	transition: 0.5s all;
	animation: sticky-nav 0.8s ease-in-out;
	-webkit-animation: sticky-nav 0.8s ease-in-out;
	-ms-animation: sticky-nav 0.8s ease-in-out;
	z-index: 999 !important;
}

@keyframes sticky-nav {
  0%	{margin-top: -80px;}
  100%	{margin-top: 0px;}
}
@-webkit-keyframes sticky-nav {
  0%	{margin-top: -80px;}
  100%	{margin-top: 0px;}
}
@-moz-keyframes sticky-nav {
  0%	{margin-top: -80px;}
  100%	{margin-top: 0px;}
}

.navbar-brand {width: 148px;}
.navbar-brand img {width: 100%;height: 100%;}

.navbar-nav .nav-item {margin-left: 10px;}
.navbar-nav .nav-item:last-child {margin-left: 15px;}
.navbar-nav .nav-item .btn {margin: 4px 0;}

.navbar-nav .nav-link {
	padding: 0;
	margin: 17px 0;
	font-weight: 700;
	font-size: 14px;
	color: #333;
	text-transform: capitalize;
	transition: 0.3s all;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {color: #34d3ce;}

.navbar-nav .nav-link.messages {
	font-size: 24px;
}
.navbar-nav .nav-link.notification {
	margin: 14px 0;
	font-size: 30px;
}

/*--Hamburger Menu to X css--*/
.navbar-toggle {
    width: 30px;
    height: 25px;
    cursor: pointer;
    z-index: 999;
}
.navbar-toggle i {
    background: #34d3ce;
    border-radius: 2px;
    width: 100%;
    height: 4px;
    content: "";
    display: block;
}
.navbar-toggle i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
.navbar-toggle i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
.navbar-toggle i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
.navbar-toggle.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}
.navbar-toggle.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}
.navbar-toggle.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}
.navbar-toggle.active i {background: #000;}
.navbar-toggler {
    padding: 0;
    border-radius: 0;
    background-color: none;
    border: none;
}

@-webkit-keyframes inM {
  50%	{-webkit-transform: rotate(0deg);}
  100%	{-webkit-transform: rotate(45deg);}
}
@keyframes inM {
  50%	{transform: rotate(0deg);}
  100%	{transform: rotate(45deg);}
}
@-webkit-keyframes outM {
  50%	{-webkit-transform: rotate(0deg);}
  100%	{-webkit-transform: rotate(45deg);}
}
@keyframes outM {
  50%	{transform: rotate(0deg);}
  100%	{transform: rotate(45deg);}
}
@-webkit-keyframes inT {
  0%	{-webkit-transform: translateY(0px) rotate(0deg);}
  50%	{-webkit-transform: translateY(9px) rotate(0deg);}
  100%	{-webkit-transform: translateY(9px) rotate(135deg);}
}
@keyframes inT {
  0%	{transform: translateY(0px) rotate(0deg);}
  50%	{transform: translateY(9px) rotate(0deg);}
  100%	{transform: translateY(9px) rotate(135deg);}
}
@-webkit-keyframes outT {
  0%	{-webkit-transform: translateY(0px) rotate(0deg);}
  50%	{-webkit-transform: translateY(9px) rotate(0deg);}
  100%	{-webkit-transform: translateY(9px) rotate(135deg);}
}
@keyframes outT {
  0%	{transform: translateY(0px) rotate(0deg);}
  50%	{transform: translateY(9px) rotate(0deg);}
  100%	{transform: translateY(9px) rotate(135deg);}
}
@-webkit-keyframes inBtm {
  0%	{-webkit-transform: translateY(0px) rotate(0deg);}
  50%	{-webkit-transform: translateY(-9px) rotate(0deg);}
  100%	{-webkit-transform: translateY(-9px) rotate(135deg);}
}
@keyframes inBtm {
  0%	{transform: translateY(0px) rotate(0deg);}
  50%	{transform: translateY(-9px) rotate(0deg);}
  100%	{transform: translateY(-9px) rotate(135deg);}
}
@-webkit-keyframes outBtm {
  0%	{-webkit-transform: translateY(0px) rotate(0deg);}
  50%	{-webkit-transform: translateY(-9px) rotate(0deg);}
  100%	{-webkit-transform: translateY(-9px) rotate(135deg);}
}
@keyframes outBtm {
  0%	{transform: translateY(0px) rotate(0deg);}
  50%	{transform: translateY(-9px) rotate(0deg);}
  100%	{transform: translateY(-9px) rotate(135deg);}
}
/*--Hamburger Menu to X css--*/

.navbar-toggler span > i,
.navbar-toggler.active span > i {
	font-size: 30px;
	color: #34d3ce;
	background: transparent;
	animation:none !important;
	height: inherit !important;
}

.dropdown .nav-link {
	margin: 5px 0;
}
.dropdown .nav-link:after {display: none;}
.dropdown .nav-link img {
	width: 50px;
	height: 50px;
	margin-right: 5px;
}

.lang_dropdown .nav-link {
	margin: 15px 0;
	padding-right: 25px !important;
}
.lang_dropdown .nav-link:after {
	display: block;
	font-size: 10px;
	position: absolute;
	top: 16px;
    right: 5px;
}
.lang_dropdown .nav-link i {
	color: #34d3ce;
	font-size: 22px;
	vertical-align: middle;
}

/*--------------------- Header Responsive ---------------------------*/
@media screen and (max-width: 991px) {
	.navbar {padding: 12px 20px;}
	.navbar-collapse {
		position: fixed;
		top: 0; bottom: 0;
		right: -100%;
		background-color: #eafbfa;
		max-width: 320px;
		width: 100%;
		height: 100vh;
		overflow-x: auto;
		transition: 0.3s all;
		z-index: 99;
	}
	.navbar-collapse.show {right: 0;}
	.navbar-collapse.show .navbar-nav {
		align-items: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
    	justify-content: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		padding: 30px 0;
		/*height: 100vh;*/
		overflow: auto;
	}
	.navbar-nav .nav-item,
	.navbar-nav .nav-item:last-child {margin-left: 0;}
	.navbar-nav .nav-item button {min-width: 170px;}
	.navbar-nav .nav-link {margin: 10px 0;}
}

@media screen and (max-width: 480px) {
	.navbar-collapse {max-width: 100%}
}

/*********************************************************************/

.login_info {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	border-radius: 10px;
	box-shadow: -4px 7px 40px rgba(114,114,114,0.43);
	background-color: #ffffff;
	overflow: hidden;
}

.login_info .left_image {
	display: block;
	max-width: 520px;
	width: 100%;
	background: url(../images/image-2.jpg) no-repeat top 5px center / cover;
}
.login_info .right_form {
	display: block;
	width: calc(100% - 520px);
	background: #ffffff;
	box-shadow: -21px 0 3.5px rgba(114,114,114,0.03);
}
.login_info .right_form .form-header {
	padding: 25px 45px 20px;
	background: url(../images/form-header-1.png) no-repeat top left -1px / cover;
	box-shadow: 0px 7px 40px rgba(114,114,114,0.43);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top: -1px;
	margin-right: -1px;
}

.login_info .right_form .form-header h3 {
	font-weight: 900;
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 10px;
}
.login_info .right_form .form-header p {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 0;
}
.login_info .right_form .facebook i {
	vertical-align: middle;
	line-height: 1px;
	color: #4867aa;
}
.login_info .right_form .form-body {
	padding: 50px;
}
.login_info .right_form .form-body p {
	margin-bottom: 0;
}

.forgot_password_info .left_image {
	background: url(../images/image-1.jpg) no-repeat top 0px center / cover;
}
.forgot_password_info .right_form .form-header {
	background: url(../images/form-header-2.png) no-repeat top left -1px / cover;
}
.signup_info .left_image {
	background: url(../images/image-3.jpg) no-repeat top 0px center / cover;
}
.signup_info .right_form .form-header {
	background: url(../images/form-header-3.png) no-repeat top left -1px / cover;
}
.signup_info .right_form .form-body {
	padding: 40px 50px;
}

.contactus_info .left_image {
	padding: 40px 50px;
	background: url(../images/image-4.jpg) no-repeat bottom center / 520px;
}
.contactus_info .right_form .form-header {
	background: url(../images/form-header-4.png) no-repeat top left -1px / cover;
}
.contactus_info .right_form .form-body {
	padding: 40px 50px;
}
.contactus_info .right_form .form-body textarea.form-control {
	min-height: 150px;
}

.get_in_tuch {
	text-align: center;
}
.get_in_tuch h2 {
	font-size: 40px;
	color: #34d3ce;
    border-bottom: 1px solid #333;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.get_in_tuch .tuch_info {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 200px;
    margin: auto;
}
.get_in_tuch .tuch_info img {
	width: 25px;
	margin-bottom: 5px;
}
.get_in_tuch .tuch_info a {
	font-size: 14px;
	color: #333;
	transition: 0.5s all;
}
.get_in_tuch .tuch_info a:hover {
	color: #34d3cf;
}

.get_in_tuch .social_media {
	display: block;
	margin-top: 15px;
}
.get_in_tuch .social_media a {
	display: inline-block;
	width: 44px;
	height: 44px;
	margin: 5px;
	line-height: 48px;
	font-size: 20px;
	color: #ffffff;
	background-color: #34d3cf;
	border-radius: 50px;
	transition: 0.5s all;
}
.get_in_tuch .social_media a:hover {
	color: #333;
}

/*-------------------- signup-btn ----------------------------*/
.signup-btn {
	position: relative;
	padding: 0;
	width: 260px;
	height: 44px;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	border-radius: 50px;
	background-color: #ffffff;
	border: 3px solid #34d3cf;
	overflow: hidden;
	margin: auto;
}

.signup-btn input {
  position: absolute;
  opacity: 0;
}

.signup-btn label {
	display: inline-block;
	position: relative;
	z-index: 2;
	float: left;
	width: 50%;
	padding: 8px 0;
	margin-bottom: 0;
	text-align: center;
	color: #333333;
	cursor: pointer;
	transition: color 0s ease .1s;
}

.signup-btn input:checked + label {
  color: #ffffff;
}

.signup-btn .switch-button {
  clear: both;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  background-color: #52dad6;
  transition: all .3s ease-out;
  border: 5px solid #34d3cf;
  border-radius: 50px;
}

.signup-btn .switch-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px; left: 0px;
  right: 0px; bottom: 0px;
}
.signup-btn input:last-of-type:checked ~ .switch-button {
  left: 50%;
}

/*********************************************************************/
/*			Sidebar
*********************************************************************/
.sidebar-toggle {display: none;}
ul.sidebar {
	display: block !important;
	border-radius: 4px;
	background-color: #f6f6f6;
	border: 1px solid #eaeaea;
}
ul.sidebar li .nav-link,
ul.sidebar li .dropdown.collapsed {
	font-weight: 700;
	font-size: 16px;
	color: #333333;
	background-color: #f6f6f6;
	padding: 17px 30px;
}
ul.sidebar li .nav-link:focus,
ul.sidebar li .nav-link:hover {
	background-color: rgba(52, 211, 206,0.2);
}
ul.sidebar li.active .nav-link {
	background-color: #34d3ce;
}

ul.sidebar li .dropdown {
	position: relative;
	padding-right: 50px;
	background-color: #fff;
}
ul.sidebar li .dropdown:after {
	position: absolute;
	content: "\f068";
	font-family: "Font Awesome 5 pro";
	font-weight: normal;
	font-size: 18px;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
ul.sidebar li .dropdown.collapsed:after {
	content: "\f067";
	font-family: "Font Awesome 5 pro";
	font-weight: normal;
}

ul.sub-menu {
	background-color: #ffffff;
}
ul.sub-menu li .nav-link {
	padding: 17px 17px 17px 40px;
	background-color: #ffffff;
	font-weight: 500;
}


/*********************************************************************/

/*--------------------- custom-input ---------------------------*/
.custom-input {
	position: relative;
	max-width: 540px;
	width: 100%;
	z-index: 0;
}
.custom-input input {
	font-size: 14px;
	height: 60px;
	padding: 0px 150px 0px 30px;
	border-radius: 50px !important;
	border: 5px solid rgba(255,255,255,0.5);
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	box-shadow: none !important;
	z-index: 0;
}
.custom-input input::placeholder {color: #fff;}
.custom-input input:focus {border: 5px solid rgba(52, 211, 206,0.5);}
.custom-input .input-group-append {
	position: absolute;
	content: "";
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	z-index: 3;
}
.custom-input .input-group-append button {
	border-radius: 50px !important;
	font-size: 16px;
}
.custom-input .input-group-append button i {
	font-size: 20px;
	vertical-align: middle;
	line-height: 1px;
	margin-right: 5px;
}

/*--------------------- custom-input-icon ---------------------------*/
.custom-input-icon {position: relative; z-index: 0;}
.custom-input-icon .input-group-prepend {
	position: absolute;
	content: "";
	top: 0;left: 0;
	z-index: 5;
}
.custom-input-icon .input-group-text {
	min-width: 50px;
	min-height: 50px;
	border-radius: 50px !important;
	text-align: center;
	background: #ffffff;
	color: #555555;
	font-size: 22px;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
}
.custom-input-icon input {padding-left: 70px;}

/*--------------------- custom nav pills ---------------------------*/
.custom_tab_pills .nav-link {
	font-weight: 700;
	font-size: 18px;
	color: #333333;
	text-transform: capitalize;
	text-align: center;
	line-height: 34px;
	border-radius: 50px;
	border: 1px solid #029fda;
	min-width: 190px;
	min-height: 46px;
	padding: 5px 20px;
	margin-right: 20px;
}
.custom_tab_pills .nav-link.active,
.custom_tab_pills .show>.nav-link {
	color: #fff;
    background-color: #029fda;
}



/*---------------------- home page banner --------------------------*/
.homepage-banner {
	display: block;
	padding: 140px 0 268px;
	background: url(../images/homepage-banner-01.jpg) no-repeat top -20px center / cover;
	position: relative;
}
.homepage-banner:after {
	position: absolute;
	content: "";
	left: 0; right: 0; bottom: 0;
	width: 100%;
	height: 90px;
	background:  url(../images/banner-bg-shape.png) no-repeat center bottom / 100% 90px;
}

.banner_content h2 {
	font-size: 46px;
	color: #000;
	margin-bottom: 20px;
}
.banner_content h2 span {
	font-weight: normal;
	font-size: 30px;
	text-transform: uppercase;
}

/*-------------------- what we do ----------------------------*/

.what_we_do_slider {padding: 50px 0 60px;}
.what_we_do_slider .slider-img {
	margin: auto;
	max-width: 150px;
	height: 80px;
	/*height: 125px;*/
	margin-bottom: 30px;
	/*background: url(../images/svg-animate-shap.svg) no-repeat center / cover;*/
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	position: relative;
	/*z-index: 0;*/
}
.what_we_do_slider .slider-img:before{
	position: absolute;
	content: "";
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #34d3ce;
}

/*.what_we_do_slider .slider-img:before {
	position: absolute;
	content: "";
	z-index: -1;
	background: url(../images/svg-animate-shap.svg) no-repeat center / cover;
	top: 0; bottom: 0;
	left: 0; right: 0;
}*/
.what_we_do_slider .slider-img i {font-size: 60px;}
.what_we_do_slider h3,
.what_we_do_slider h3 a {
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #333;
}
.what_we_do_slider h3 a:hover {
	color: #34d3ce;
}

/*.what_we_do_slider .slider-img i {font-size: 60px;}
.what_we_do_slider .slick-slide h3,
.what_we_do_slider .slick-slide h3 a {
	font-weight: 700;
	font-size: 16px;
	text-align: center;
}*/

.slick-slider .slick-arrow {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 1;
	width: 42px;
	height: 42px;
	padding: 5px;
	text-align: center;
	color: #000;
	background-color: #f5f5f5;
	border: 1px solid #ebebeb;
	font-size: 22px;
	line-height: 36px;
	text-decoration: none !important;
	transition: 0.5s all;
}
.slick-slider .slick-arrow.slick-prev {left: -50px;}
.slick-slider .slick-arrow.slick-next {right: -50px;}
.slick-slider .slick-arrow:hover {
	background-color: #34d3ce;
	border: 1px solid #34d3ce;
}
.slick-slider .slick-arrow.slick-disabled:hover {
	background-color: #f5f5f5;
	border: 1px solid #ebebeb;
}

/*-------------------- recent tasks ----------------------------*/
.recent_tasks {
	display: block;
	padding: 50px 0 0;
	position: relative;
	z-index: 1;
}
.recent_tasks:before {
	position: absolute;
	content: '';
	top: 0; left: 0; right: 0;
	width: 100%;
	height: 525px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f5f5f5",GradientType=1);
	z-index: -1;
}

/*-------------------- how it works ----------------------------*/
.how_it_works {
	display: block;
	padding: 60px 0;
	/*background: url(../images/how-it-work-bg.png) no-repeat top center / 100% 120px #f5f5f5;*/
}

.how_it_work_box {
	display: block;
	padding: 40px 0px 0;
	margin-bottom: 30px;
	text-align: center;
}
.how_it_work_box .work-img {
	display: inline-block;
	/*height: 134px;*/
	margin: 0 auto 15px;
	position: relative;
	z-index: 1;
	height: 150px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
/*.how_it_work_box .work-img.first-img:after {
	position: absolute;
	content: '';
	top: 0;
	background: url(../images/works-arrow.png) no-repeat right center / cover;
	width: 252px;
	height: 58px;
}*/
.how_it_work_box .work-img.second-img {
	margin-left: 60px;
}
/*.how_it_work_box .work-img.second-img:after {
	position: absolute;
	content: '';
	top: 80px;
    right: -180px;
    background: url(../images/works-arrow.png) no-repeat right center / cover;
    width: 252px;
    height: 58px;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    z-index: -1;
}*/

.how_it_work_box .work-img .badge {
	position: absolute;
	content: '';
	/*top: 15px;*/
	left: -20px;
	bottom: 25px;
}

.how_it_work_box .work-info a {
	display: inline-block;
	transition: 0.5s all;
}
.how_it_work_box .work-info a:hover {color: #34d3ce;}
.how_it_work_box .work-info p {height: 80px;}

.how_it_works_wrap .work-info a {
	height: 50px;
}

/*-------------------- best taskers ----------------------------*/
.best_taskers {
	/*padding: 60px 0 100px;*/
	padding: 60px 0;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
/*.best_taskers:before {
	position: absolute;
	content: '';
	top: 0; left: 0; right: 0;
	width: 100%;
	height: 525px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f5f5f5",GradientType=1);
	z-index: -1;
}*/

.best_taskers_slider .slick-slide {
	margin: 0 15px;
}

.best_taskers_slider .slick-arrow.slick-prev {
	left: -26px;
}
.best_taskers_slider .slick-arrow.slick-next {
	right: -26px;
}

/*-------------------- get started ----------------------------*/
.get_started {
	display: block;
	padding: 50px 0;
	background: url(../images/get-started-bg.png) no-repeat top center / cover;
}
.get_started p {
	color: #000000;
}
.get_started .btn {
	margin: 15px;
}

/*----------------------------------------------------------------*/

.tasks_listing_filter {
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #ededed;
	background-color: #f7f7f7;
}

.tasker_listing .search-box input {
	font-weight: 400;
	width: 355px;
}

.filter_menu {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	flex-wrap: wrap;
}

.search-box input {
	font-family: 'Roboto', sans-serif;
	width: 280px;
	height: 50px;
	padding: 0 40px 0 50px;
	background: url(../images/icon-1.svg) no-repeat left 15px center / 20px #fff;
	z-index: 1;
}
.search-box,
.select-range {position: relative;}

.search-box .a_link,
.select-range .a_link {
	position: absolute;
	content: "";
	right: 20px;
	top: 50%;
	z-index: 5;
	color: #555 !important;
	line-height: 10px;
	font-size: 12px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.select-range .dropdown-toggle::after {
	display: none;
}
.select-range {width: 180px;}

.search_keywords {
	display: inline-block;
	position: relative;
	padding: 15px 40px 15px 20px;
	margin: 0 10px 10px 0;
	min-height: 50px;
	line-height: 18px;
	font-weight: 500;
	font-size: 14px;
	background-color: #e3f6fb;
	border: 1px solid #c2f2ff;
}
.search_keywords .keywords_remove {
	position: absolute;
	content: "";
	right: 20px;
	top: 50%;
	z-index: 5;
	color: #555 !important;
	line-height: 10px;
	font-size: 12px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.listing_filter_results .clear_all {
	font-weight: 500;
	font-size: 14px;
	color: #555;
	text-transform: uppercase;
}

.keywords_tags {
	display: block;
}
.keywords_tags .tags {
	display: inline-block;
	position: relative;
	padding: 5px 15px;
	margin: 0 10px 10px 0;
	height: 30px;
	line-height: 20px;
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	text-transform: capitalize;
	border-radius: 6px;
	background-color: #f5feff;
	border: 1px solid #d1f2ff;
}

.top-menu-details {
	/*background: url(../images/bg-shape.png) no-repeat top right -10px / 1268px 158px;*/
	background: url(../images/bg-shape.png) no-repeat top right -10px / 1268px 100%;
}
/*.tasker_listing_details .card.card-details .card-inner {
	padding: 25px 0 30px 45px;
}
.tasker_listing_details .card.card-details .card-inner:last-child {
	padding: 45px 0 20px 40px;
}*/

.tasker_listing_details {
	
}


/*-------------------- client my account task ----------------------------*/

/*-------------------- Upload Cover Image ----------------------------*/
.edit-cover-img {
    position: absolute;
    top: 0; right: 0;
    height: 50px;
    z-index: 5;
    margin-top: -30px;
}
.edit-cover-img input {display: none;}
.edit-cover-img input + label {
    display: inline-block;
    font-size: 40px;
    min-width: 40px;
    min-height: 40px;
    margin-bottom: 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;    
    color: #fff;    
    padding: 0px;
    text-align: center;
}
.edit-cover-img label:hover {
    color: #34d3ce;    
}

.member_since {
	position: absolute;
	content: "";
	right: 0; bottom: -30px;
	z-index: 5;
	font-size: 14px;
	color: #ffffff;
}

.section_bg_cover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 75px 0;
	position: relative;
}
.section_bg_cover:before {
	position: absolute;
	content: "";
	z-index: 0;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.tasker_account_details {
	position: relative;
}
.tasker_account_details .image-preview {
	border: 5px solid #ffffff;
}
.tasker_account_details .upload-image:hover .image-edit {
    bottom: -80px;
}

.tasker_info h2 {
	font-weight: 500;
	font-size: 24px;
	color: #ffffff;
	text-transform: capitalize;
}

.tasker_info span {
	color: #ffffff;
}

.search-box.icon-right {
	max-width: 420px;
	width: 100%;
}
.search-box.icon-right input {
	width: 100%;
	padding: 0 50px 0 20px;
	background: url(../images/icon-1.svg) no-repeat right 20px center / 20px #fff;
}
.my_account_info .top-menu-details {
	margin-top:-40px;
	margin-bottom: 50px;
	margin-right: -100px;
	padding-right: 100px;
	/*background: url(../images/bg-shape.png) no-repeat top left / 1268px 158px;*/
	background: url(../images/bg-shape.png) no-repeat top left / 1268px 100%;
}

.my_account_info .card.card-details .card-inner {
	padding: 35px 10px 10px 25px;
	width: calc(100% - 390px);
}

.my_account_info .card.card-details .card-inner:last-child{
	padding: 35px 0 10px 25px;
	width: 390px;
}

.my_account_info .card.card-details .submit_proposal {width: auto;}

.my_account_info .card.card-details .posted_date {left: 56%;}

/*-------------------- Tasker my account Info ----------------------------*/
.card-cover-img {
	min-height: 140px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
/* 04-06-21 */
.img-xs {
	max-height: 220px;
	min-height: 220px;
}
.img-sm {
	max-height: 260px;
	min-height: 260px;
}
.img-md {
	max-height: 280px;
	min-height: 280px;
}
.img-lg {
	max-height: 300px;
	min-height: 300px;
}
/* 04-06-21 */


.card-cover-img:before {
	position: absolute;
	content: "";
	z-index: 0;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 80%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 80%);
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.card-cover-img .members_since {
	position: absolute;
	content: "";
	top: 0; right: 0;
	padding: 0 10px;
	font-size: 12px;
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
	border-top-right-radius: 3px;
}
.card .card-header {
	z-index: 1;
}
.listing_results .card .card-header .card-inner:first-child {
	margin-top: -30px;
}
.best_taskers_slider .card .card-header .card-inner:first-child {
	margin-top: -30px;
}
.my_taskers .card .card-header .card-inner:first-child {
	margin-top: -30px;
}

.mytasker_cover_img {	
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 75px 0;
	position: relative;
}
.mytasker_cover_img:before {
	position: absolute;
	content: "";
	z-index: 0;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.mytasker_listing_info {
	min-height: 170px;
	background: #f6f6f6;
	border-bottom: 1px solid #eaeaea;
}
.mytasker_info {
	margin-top: -70px;
	background: transparent;
	position: relative;
}
.mytasker_info .a_link{	
	position: absolute;
    content: "";
    top: 120px;
    left: 0px;
    font-size: 40px;
    color: #000 !important;    
}
.mytasker_info .card-inner {
	padding: 0;
}
.mytasker_info .card-body .card-inner:first-child {
	padding-left: 60px;
}
.mytasker_info .card-inner .card-img-lg {
	max-width: 125px;
    min-width: 125px;
    height: 125px;
}
.mytasker_info .card-inner .card-img-lg img {
	border: 5px solid #ffffff;
}

.mytasker_info .card-inner:first-child .card-info {
	margin-top: 30px;
	max-width: 500px
}
.mytasker_info .card-inner h3 {
	margin-bottom: 30px !important;
	text-transform: capitalize;
	color: #ffffff;
}

.mytasker_info .submit_proposal,
.mytasker_info .submit-now {
	margin-bottom: 60px;
}
.mytasker_info .verified {
	font-size: 30px;
	color: #00a153;
	margin-left: 10px;
}

.transactions-info .trans-img {
	display: inline-block;
	vertical-align: middle;
	font-size: 46px;
	color: #34d3ce;
}
.transactions-info .trans-total {
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #dadada;
}
.transactions-info .trans-total h3{
	color: #029fda;
}

/*-----------------------------------------------------------------*/
.custom_file {
	display: inline-block;
	vertical-align: top;
    width: 175px;
	height: 150px;
	padding: 25px 20px;
	border-radius: 12px;
    border: 2px dashed #34d3ce;
    background-color: #fafafa;
    text-align: center;
    transition: 0.3s all;
    position: relative;
}
.custom_file .custom_file_label{
    max-width: 100%;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
}
.custom_file_input{
    position: absolute;
    left: 0;right: 0;top: 0;bottom: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
.custom_file .file_name {
    color: #333;
    font-size: 14px;
}

.attachments-items {display: block;}
.attachments-file {
	display: inline-block;
	width: 174px;
	height: 150px;
	padding: 25px;
	margin: 0 15px 15px 0;
	border-radius: 12px;
	background-color: #fafafa;
	border: 1px solid #e0e0e0;
	text-align: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.attachments-file img {
	height: 70px;
	margin-bottom: 10px;
}

.attachments-file span,
.attachments-file a {
	display: block;
	max-width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #555555 !important;
}

.attachments-file .remove_attachments {
	position: absolute;
	content: "";
	top: -20px; right: -20px;
	font-size: 25px;
	color: #ff0000 !important;
	transition: 0.5s all;
}
.attachments-file:hover .remove_attachments {
	top: 10px; right: 12px;
}


/*-------------------- My messages ----------------------------*/
.chat-person-list::-webkit-scrollbar,
.msg_history::-webkit-scrollbar {
	width: 5px;
}
.chat-person-list::-webkit-scrollbar-thumb,
.msg_history::-webkit-scrollbar-thumb {
	background: #34d3ce;
	border-radius: 5px;
}

.chat-list-box {
    float: left;
    width: 270px;
    background: #fff;
    position: relative;
}

.chat-person-list {
	padding: 0;
	height:460px;
	overflow: overlay;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: #34d3ce transparent;
}
.chat-person-list ul li {
	display: block;
	padding: 10px;
	transition:0.5s;
	border-bottom: 1px solid #ffffff;
}
.chat-person-list ul li.active,
.chat-person-list ul li:hover {
	background: #e3f3f2;
}

.chat-person-list ul li span {
	padding-left: 15px;
	display: inline-block;
	vertical-align: middle;
	width: 75%;
}
.chat-person-list ul li span.chat-time {
	float: right;
	font-size: 12px;
	position: absolute;
	content: '';
    top: 0;
    right: 0;
    width: inherit;
    color: #555555;
}

.chat-person-list ul li img {
	width: 55px;
	height: 55px;
	max-width:55px;
	min-height: 55px;
	position: relative;
	border-color: #34d3ce;
}

.chat-person-list ul li a {
	color: #545454;
	text-decoration: none;
	display: block;
	position: relative;
}
.chat-person-list ul li p {
	font-size: 12px;
	color: #555555;
	font-weight: 500;
	margin-bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.chat-person-list ul li h3 {
	font-size: 14px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.user_list {
	display: inline-block;
	position: relative;
}
.user_list span.online {
	display: inline-block;
	position: absolute;
	bottom: 0; right: 5px;
	width: 10px; height: 10px;
	border: 1px solid #fff;
	background-color: green;
	padding: 0;
	border-radius: 50%;
}
.user_list span.offline {
	display: inline-block;
	position: absolute;
	bottom: 0; right: 5px;
	width: 10px; height: 10px;
	border: 1px solid #fff;
	background-color: red;
	padding: 0;
	border-radius: 50%;
}

.message-box {
	display: block;
	float: left;
    width: calc(100% - 270px);
    padding: 0 0 10px;
    background-color: #f6f6f6;
	border: 1px solid #eaeaea;
	border-radius: 4px;
}
.message-box.empty-message-box {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.message-box.empty-message-box img {
	width: 250px;
}

.message-box .msg_history {
	padding: 20px 10px;
	height: 340px;
	overflow: overlay;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: #34d3ce transparent;
}

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

.message-box .head-box-1 {
	display: flow-root;
	padding: 10px 15px;
	background: #f6f6f6;
	border-bottom: 1px solid #eaeaea;
}

.message-box .head-box-1.active {background: #34d3ce;}
.message-box .head-box-1.active	li span,
.message-box .head-box-1.active	li p,
.message-box .head-box-1.active	li a,
.message-box .head-box-1.active	li h3 {color: #fff;}
.message-box .head-box-1.active	li img {border-color: #fff;}

.message-box .head-box-1 li {
	display: inline-block;
	vertical-align: middle;
	transition:0.5s;

}
.message-box .head-box-1 li	span {
	padding-left: 15px;
	display: inline-block;
	vertical-align: middle;
}

.message-box .head-box-1 li img {
	width: 55px;
	height: 55px;
	max-width:55px;
	min-height: 55px;
	border-color: #34d3ce;
}
.message-box .head-box-1 li span.chat-time {
	float: right;
	font-size: 12px;
}
.message-box .head-box-1 li a {
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	display: none;
}
.message-box .head-box-1 li p {
	font-size: 14px;
	color: #333;
	font-weight: 500;
	margin-bottom: 0;
}
.message-box .head-box-1 li h3 {
	font-size: 20px;
	margin-bottom: 5px;
}
.message-box .head-box-1 li h3 span.online {
	margin-left: 15px;
	padding-left: 20px;
	position: relative;
	font-size: 14px;

}
.message-box .head-box-1 li h3 span.online:before {
	position: absolute;
	content: "";
	left: 0px; top: 0;
	width: 15px; height: 15px;
	border: 2px solid green;
	background-color: #fff;
	padding: 0;
	border-radius: 50%;
}
.message-box .head-box-1 li h3	span.offline {
	margin-left: 15px;
	padding-left: 20px;
	position: relative;
	font-size: 14px;
}
.message-box .head-box-1 li h3	span.offline:before {
	position: absolute;
	content: "";
	left: 0px; top: 0;
	width: 15px; height: 15px;
	border: 2px solid red;
	background-color: #fff;
	padding: 0;
	border-radius: 50%;
}

.message-box .head-box-1 li span.online-mob {
	padding-left: 20px;
	position: relative;
	font-size: 14px;
	display: none;

}
.message-box .head-box-1 li span.online-mob:before {
	position: absolute;
	content: "";
	left: 0px; top: 2px;
	width: 15px; height: 15px;
	border: 2px solid green;
	background-color: #fff;
	padding: 0;
	border-radius: 50%;
}
.message-box .head-box-1 li span.offline-mob {
	padding-left: 20px;
	position: relative;
	font-size: 14px;
	display: none;

}
.message-box .head-box-1 li span.offline-mob:before {
	position: absolute;
	content: "";
	left: 0px; top: 2px;
	width: 15px; height: 15px;
	border: 2px solid red;
	background-color: #fff;
	padding: 0;
	border-radius: 50%;
}
.message-box .head-box-1 .img-circle {
	width: 50px;
	height: 50px;
	max-width:50px;
	min-height: 50px;
}
.message-box .received_msg {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
}
.message-box .received_msg .user_img img {
	width: 34px;
	height: 34px;
	margin-bottom: 35px;
    margin-right: 10px;
    border-color: #34d3ce;
}
.message-box .received_msg .received_withd_msg {
    width: 70%;
}
.message-box .received_msg .received_withd_msg p {
	background: #e9e9e9;
	color: #555;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 15px;
	width: 100%;
	border-radius: 8px;
	border-bottom-left-radius: 0px;
	margin-bottom: 10px;
}
.message-box .received_msg .received_withd_msg p:last-child {
	margin-bottom: 0px;
}

.message-box .outgoing_msg {
    overflow: hidden;
    margin: 10px 0 10px;
    display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	justify-content: flex-end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
}
.message-box .outgoing_msg .user_img img {
	width: 34px;
	height: 34px;
	margin-bottom: 35px;
    margin-left: 10px;
    border-color: #34d3ce;
}
.message-box .outgoing_msg .sent_msg {
    float: right;
    width: 60%;
}
.message-box .outgoing_msg .sent_msg  p {
	background: #95e4e2;
    color: #555;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 15px;
	width: 100%;
	border-radius: 8px;
    border-bottom-right-radius: 0px;
    margin-bottom: 10px;
}
.message-box .outgoing_msg .sent_msg p:last-child {
	margin-bottom: 0px;
}
.message-box .outgoing_msg .sent_msg .time_date {
	text-align: right;
}

.message-box .send_message_box {
    position: relative;
}
.message-box .send_message_box textarea {
	resize: none;
	width: calc(100% - 20px);
	margin: 0 10px;
	padding: 10px 70px 5px 20px;
	min-height: 55px;
	border-radius: 8px !important;
}
.message-box .send_message_box textarea:focus {
	box-shadow: none;
	outline: none;
	border-color: #34d3ce;
}

.message-box .send_message_box .send_message {
	position: absolute;
	right: 20px;
	top: 50%;
	padding: 5px;
	text-align: center;
	width: 44px;
	height: 44px;
	min-height: 44px;
	font-size: 24px;
	transform: translateY(-50%);
}

.message-box .send_message_box .upload_files {
	position: absolute;
	right: 80px;
	top: 50%;
	padding: 5px;
	text-align: center;
	width: 44px;
	height: 44px;
	min-height: 44px;
	font-size: 24px;
	transform: translateY(-50%);
	overflow: hidden;
	cursor: pointer;
}
.message-box .send_message_box	.upload_files input[type="file"] {
	opacity: 0;
	position: absolute;
	top: 0; left: 0;
	min-height: 44px;
	cursor: pointer;
}

.remove_file {
    color: #333;
    font-size: 22px;
    line-height: 34px;
    display: inline-block;
    float: right;
}
@media screen and (max-width: 380px) {
	.message-box .head-box-1 {padding: 10px 15px;}
	.message-box .head-box-1 li	span {padding-left: 5px;}
	.message-box .head-box-1 li h3 {font-size: 18px;}
}
@media screen and (max-width: 580px) {
	.message-box .head-box-1 li h3 span.online,
	.message-box .head-box-1 li h3	span.offline {display: none;}

	.message-box .head-box-1 li span.online-mob,
	.message-box .head-box-1 li span.offline-mob {display: block;}
}
@media only screen and (max-width: 991px) {
	.chat-list-box {width: 100%;}
	.chat-person-list {height:675px;}

	.message-box {
		display: none;
    	position: absolute;
    	content: "";
    	top:0;bottom: 0;
    	left: 0;right: 0;
    	z-index: 99;
    	margin: 0 15px;
    	width: calc(100% - 30px); height: 100%;
    	padding-bottom: 15px;
	}
	.message-box.open-message-box {display: block !important;} 
	.message-box.empty-message-box {
		display: none;
    	position: absolute;
    	content: "";
    	top:0;bottom: 0;
    	left: 0;right: 0;
    	z-index: 99;
    	width: 100%; height: 100%;
    	padding-bottom: 15px;
	}
	.message-box .head-box-1 li {
		display: block;
	}
	.message-box .head-box-1 li a {
		display: inline-block;
		float: left;
	}

	.message-box .msg_history {
		height: 600px;
	}
}


/*********************************************************************/
/*			footer
*********************************************************************/
footer .footer-main {
	float: left;
	width: 100%;
	padding: 50px 0;
	background-color: #4a4a4a;
}

footer .quick_links {
	float: left;
	width: 20%;
	margin-bottom: 10px;
}
footer .quick_links h3 {
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 20px;
}

footer .quick_links ul li {
	margin: 10px 0;
}
footer .quick_links ul li a {
	display: inline-block;
 	font-size: 14px;
	color: #e2e2e2;
	line-height: 20px;
	position: relative;
	transition: 0.3s all;
}
footer .quick_links ul li.active a,
footer .quick_links ul li a:hover {
	color: #34d3ce;
}

footer .quick_links ul li a.icon {
	padding-left: 30px;
	position: relative;
}
footer .quick_links ul li a.icon i {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	font-size: 16px;
}

footer ul.social_media_link {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}
footer ul.social_media_link li {
	margin: 0 25px 0 0;
	text-align: left;
}
footer ul.social_media_link li a {
	font-size: 20px;
	padding: 0px;
	transition: 0.5s all;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}
footer ul.social_media_link li a:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

footer .footer-bottom {
	float: left;
	width: 100%;
	padding: 10px 0;
	background-color: #565656;
	text-align: center;
}
footer .footer-bottom span {
	font-size: 14px;
	color: #e2e2e2;
}
footer .footer-bottom span a {
	color: #e2e2e2 !important;
}
footer .quick_links ul li.active a {
    color: #34d3ce;
}

footer .footer-bottom span a:hover {
	color: #34d3ce !important;
	text-decoration: underline !important;
}
@media screen and (max-width: 991px) {
	footer .footer-main {padding: 30px 0;}
	footer .quick_links {width: 33.33%; margin-bottom: 20px;}
}
@media screen and (max-width: 580px) {
	footer .quick_links {width: 50%;}
	footer .quick_links:last-child {width: 100%;}
}
/*********************************************************************/

.my_account_info .saved_task_message {
	position: relative;
	content: "";
	max-width: 980px;
	width: calc(100% - 30px);
	top:-15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99;
}
 .save_task_container_fluid .saved_task_message {
	position: relative;
	content: "";
	max-width: 980px;
	width: calc(100% - 30px);
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99;
}
@media screen and (max-width: 480px){
.saved_tasker_message {
    top: 5px!important;
}
}
@media screen and (max-width: 480px){
.my_account_info .saved_task_message {
    top: -9px!important;
}
.save_task_container_fluid .saved_task_message {
    top: 30px!important;
}
}
    

/*****************
	Twinkle
*****************/
.alert-info, .not_record_found {
    background-color: #ffffff !important;
    text-transform: capitalize;
    text-align: center;
    border: 1px dashed #eaeaea;
    border-width: 2px;
    font-size: 18px;
    color: #333;
}

.listing_loader p {
    font-family: 'Muli-SemiBold';
    position: relative;
    /* padding-left: ; */
    color: #003333;
    font-size: 16px;
    padding-left: 30px;
    display: inline-block;
}
.listing_loader {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.listing_loader p:before {
    content: '';
    display: inline-block;
    background-size: 100%;
    background-image: url(../images/list_loader.gif);
    position: absolute;
    left: 0;
    top: 0;
    height: 26px;
    width: 26px;
}
.modal-header .close {
	margin: 0;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 37px;
	height: 39px;
	border-radius: 23px;
	background-color: #00aeef;
	color: white;
	font-size: 10px;
	opacity: 1;
	z-index: 10;
}
#dropdown-item.active,
#dropdown-item:active,
#dropdown-item:focus {
	color: #fff !important;
	background-color:#F5F5F5 !important;
}
#dropdown-item:hover {
	color: #333;
	background-color: #F5F5F5 !important;
}
#dropdown-item{
	white-space: normal;
}
.notification #badge {
	position: absolute;
	top: 3px;
	right: 0px;
	padding: 5px 0;
	border-radius: 50%;
	background-color: #34d3ce;
	color: #ffffff;
}

#badge {
	width: 22px !important;
	height: 22px !important;
	font-size: 12px !important;
	text-align: center;
}

.notification-dropdown {
	height: 300px;
	width: 350px;
	padding:10px;
	overflow-y:scroll;
	scrollbar-width: none;
}
.single_detepickeralldate {
	padding-right: 50px;
	background: url(../images/icon-11.svg) no-repeat right 20px center / 20px #ffffff;
}
.single_detepickeralldate.no-background {
	padding-right: 20px;
	background: #ffffff;
}

.notification-message a {
	display: block;
	width: 100%;
	font-weight: bold;
    font-size: 20px;
	color: #34d3ce;
}

#bid_price {
    border-radius: 25px;
}

/*---------------
	23-03-2021
----------------*/
.about_content {background-color: #F5F5F5;}
.about_content .inner_content {padding: 60px 80px;}

.about_image {
	position: relative;
	height: 100%;
}

.about_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about_image .about_info {
	position: absolute;
	content: "";
	left: 30px; bottom: 30px;
	background-color: #ffffff;
	padding: 15px 20px;
	border-radius: 5px;
}
.about_image .about_info h4 {
	font-weight: 500;
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
}
.about_image .about_info p {
	font-weight: 300;
	font-size: 16px;
	color: #000;
	margin-bottom: 0;
}

.about_image.about_left .about_info {
	left: inherit;
	right: 30px;
}

.ck_editor_content ul {list-style: none; padding: 0; margin: 0;}
.ck_editor_content ul li {
	padding-left: 30px;
	margin-bottom: 15px;
	position: relative;
	font-weight: 500;
	font-size: 16px;
	color: #202020;
}
.ck_editor_content ul li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	color: #34d3ce;
	position: absolute;
	left: 0; top: 0;
}

.best_taskers_slider .card .card-header .card-inner:first-child {
	position: relative;
}


.block_cover_img {position: relative; height: 680px;}
.block_cover_img img {width: 100%; height: 100%; object-fit: cover;}

.block_cover_img:before {
	position: absolute;
	content: "";
    top: 0; left: 0;
    bottom: 0; right: 0;
    z-index: 1;    
    background-color: rgba(0,0,0,0.5);    
}

.block_cover_img:after {
	position: absolute;
	content: "";
    top: 0; left: 0;
    bottom: 0; right: 0;
    z-index: 1;
    background: url(../images/block_bg_img.png) no-repeat bottom center / 100% 150px;     
}

.block_cover_img.top_bg:after {
	position: absolute;
	content: "";
    top: 0; left: -1px;
    bottom: 0; right: 0;
    z-index: 1;
    background: url(../images/block_bg_img.png) no-repeat bottom center / 100% 150px;    
    transform: rotate(180deg);
   	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.block_title {
	position: absolute;
	content: "";
	left: 0; right: 0; top: 50%;
	font-weight: 500;
	font-size: 26px;
	color: #ffffff;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 11;
	padding: 0 15px;
}

.post_info h2 {
	color: #d3d3d3;
    font-size: 120px;
    line-height: 1;
}

.post_info h3 {
	font-weight: 500;
	font-size: 24px;
	color: #000;
}

.block_post figure {
	display: inline-block;
	min-width: 250px;
	max-width: 250px;
	height: 250px;
	border-radius: 100%;
	overflow: hidden;
}

.block_post figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block_post .block_post_info h4 {
	font-weight: 500;
	font-size: 30px;
	color: #000;
}
.block_post .block_post_info p {
	font-size: 16px;
}

@media screen and (max-width: 1200px) {	
	.best_taskers_slider {padding: 0 30px;}
}
@media screen and (max-width: 1025px) {
	.navbar-nav .nav-item {margin-left: 10px;}
	
	.block_cover_img:after,
	.block_cover_img.top_bg:after {background: url(../images/block_bg_img.png) no-repeat bottom center / 100% 100px;}
}
@media screen and (min-width: 991px) and (max-width: 1200px){
	.about_content .inner_content {padding: 50px;}
}
@media screen and (max-width: 767px) {
	.about_content .inner_content {padding: 50px;}
	.best_taskers_slider {padding: 0px;}
	
	.block_cover_img:after,
	.block_cover_img.top_bg:after {background: url(../images/block_bg_img.png) no-repeat bottom center / 100% 80px;}

	.block_post .block_post_info h4 {font-size: 24px;}

	.post_info h2 {font-size: 80px;}
}
@media screen and (max-width: 480px) {
	.about_content .inner_content {padding: 30px;}

	.post_info h2 {font-size: 50px;}

	.block_cover_img:after,
	.block_cover_img.top_bg:after {background: url(../images/block_bg_img.png) no-repeat bottom center / 100% 50px;}
}
/*------23-02-2021------*/
.service_preview #show_service_image {
	display: block;
	margin-bottom: 30px;
}
.service_preview #show_service_image img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.service_preview_sm .service_img img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}
.service_preview_sm .slick-slide {
	transform: scale(0.85);
}
.service_preview_sm .slick-slide.slick-current {
	transform: scale(1);	
}
.service_preview_sm .slick-arrow {
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 26px;
}
.service_preview_sm .slick-arrow.slick-prev {left: -18px;}
.service_preview_sm .slick-arrow.slick-next {right: -18px;}

.social-buttons .heart-checkbox {
	height: 38px;
}
.social-buttons .heart-checkbox span {
	padding: 0;
	width: 38px;
    height: 38px;
    border: none;
}
.social-buttons .heart-checkbox span:before {
	color: #ff0000;
}
.social-buttons li {
	display: inherit; 
	text-align: center;
	width: 40px;
}
.social-buttons li a {
	font-size: 30px;
	margin: auto;
}
/*------23-02-2021------*/


/*---------25-07-2022---------*/
.ask-question-section {}

.question-section-timeline .media .media-img {
	width: 50px;
	height: 50px;
}

.question-section-timeline .media.media-box {
	background-color: #ffffff;	
	box-shadow: 0 0 5px rgb(0 0 0 / 11%);
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 25px;
}
.question-section-timeline .media.media-line {position: relative;}
.question-section-timeline .media.media-line::before {
	background: #c1c3c4;
    display: inline-block;
    position: absolute;
    content: " ";
    left: 40px;
    width: 2px;    
    z-index: -1;
	height: calc(100% - 30px);
}

.question-section-timeline .media .media-body h4,
.question-section-timeline .media .media-body h4 a {
	font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 0px;
    transition: 0.5s all;
}

.question-section-timeline .media .disliked {color: #333333;}
.question-section-timeline .media .liked {color: #03b873;}


.review-rathing {
	display: flex;
	align-items: center;
	width: 100%;
}
.review-rathing .rating-progress {flex: 1;}
.review-rathing .progress-review {display: flex;align-items: center;}
.review-rathing .progress-review span {font-size: 16px; font-weight: 500; color: #333333; margin-right: 15px;}
.review-rathing .progress-review .progress {flex: 1;}
.review-rathing .total-rating h2 {font-size: 50px; font-weight: bold; color: #202020;}


/*---------25-07-2022---------*/


/*********************************************************************/
/*			responsive
*********************************************************************/
@media screen and (max-width: 1200px) {
	.slick-slider .slick-arrow.slick-prev {left: 0px;}
	.slick-slider .slick-arrow.slick-next {right: 0px;}

	.my_account_info .top-menu-details {background-size: cover;}

	.card.card-form .card-inner {padding: 20px 60px 20px 20px;}
	.card.card-form .btn-wh50 {right: 5px;}
}

@media screen and (max-width: 1025px) {
	.upload-image .image-edit {bottom: -85px;}
	.homepage-banner {
		background: url(../images/homepage-banner-01.jpg) no-repeat top -20px right 20% / cover
	}
	.homepage-banner:before {
		position: absolute;
		content: "";
		top: 0; bottom: 0;
		left: 0; right: 0;
		background: rgba(0,0,0,0.2);
		z-index: 0;
	}

	.banner_content {position: relative; z-index: 2;}
	.banner_content h2 {color: #ffffff;}

	.top-menu-details {background: url(../images/bg-shape.png) no-repeat center/ cover}

	.card.card-details .a_link {top: 30px; left: 0px;}
	.card.card-details .card-body {flex-direction: column;}
	.card.card-details .card-inner {
		border-right: 0;
		border-bottom: 1px solid #8dcecd;
		width: 100%;
		padding: 60px 10px 10px 30px;
	}
	.card.card-details .card-inner:last-child {
		border-bottom: 0;
		padding: 30px 0 30px 30px;
		display: flex;
		justify-content: space-between;
		align-content: center;
		flex-wrap: wrap;
	}

	.card.card-details .card-inner .card-flex {justify-content: flex-start !important;}

	.my_account_info .card.card-details .card-inner {width: 100%;}
	.my_account_info .card.card-details .card-inner:last-child {width: 100%; padding: 25px 25px 30px;}
	.my_account_info .card.card-details .posted_date {left: 50%;}

	.tasker_listing_details .card.card-details .card-inner {padding: 50px 0 30px 30px;}
	.tasker_listing_details .card.card-details .card-inner:last-child {padding: 30px 0 30px 30px;}

	.attachments-file .remove_attachments {top: 10px; right: 12px;}

	.login_info {max-width: 520px; margin: auto;}
	.login_info .left_image {display: none;}
	.login_info .right_form {width: 100%;}
	.login_info .right_form .form-header {padding: 25px 30px 20px;}
	.login_info .right_form .form-header h3 {font-size: 30px;}
	.login_info .right_form .form-body {padding: 50px 25px 25px;}
	.login_info .right_form .form-body .nav-brand img {width: 150px;}

	.contactus_info {flex-direction: column;}
	.contactus_info .get_in_tuch {display: block; min-height: 720px; padding: 30px;}

	.mytasker_info {padding-bottom: 25px;}
	.mytasker_info .card-body .card-inner {padding-left: 60px; width: 100%;}
	.mytasker_info .submit_proposal,
	.mytasker_info .submit-now {margin-bottom: 25px;}
}

@media screen and (max-width: 991px) {

	.best_taskers {padding: 60px 0;}

	.how_it_work_box .work-img.second-img {margin-left: 25px; margin-right: 15px;}

	.sidebar-toggle {display: flex; align-items: center;}
	ul.collapse {display: none !important;}
	ul.collapse.show,.tasks_listing_filter.show {display: block !important; left: 0;}
	ul.sidebar,.tasks_listing_filter {right: inherit; left: -100%; z-index: 1000;}

	.tasks_listing_filter .filter_menu .btn-w110 {min-width: 100%;}
	.tasks_listing_filter .filter_menu .form-group,
	.tasks_listing_filter .search-box input,
	.tasks_listing_filter .bootstrap-select:not(.input-group-btn),
	.tasks_listing_filter .bootstrap-select[class*=col-],
	.select-range {width: 100% !important;}

	.custom-radio-btn {
		margin-bottom: 5px;
		width: 50%;
	    margin-right: 0;
	    display: block;
	    float: left;
	    padding-right: 10px;
	}
	.custom-radio-btn .btn-w90 {min-width: 100%;}

	.how_it_works {background-size: auto;}
	.how_it_work_box .work-img.first-img:after,
	.how_it_work_box .work-img.second-img:after {display: none;}

	.my_account_info .top-menu-details {
		margin-top: 0px;
		background-position: center;
	    margin-right: 0;
	    padding-left: 15px;
	    padding-right: 15px;
	}
	
	.navbar-nav .nav-link.notification {text-align: center;}
	.dropdown.show .notification  #badge {right: 118px;}
	.notification #badge {right: -8px;}
	.notification-dropdown {width: 280px;min-width: 280px;}

	.lang_dropdown {text-align: center;}
	.lang_dropdown .nav-link:after {top: 10px;}
	.lang_dropdown.show .nav-link:after {right: 60px;}
}

@media screen and (max-width: 767px) {

	.select2-container--default .select2-selection--multiple {border-radius: 16px !important;}

	.pagination .page-link {width: 44px; height: 44px; line-height: 36px;}
	.pagination .page-link.a_link,
	.page-item.disabled .page-link {font-size: 32px; line-height: 42px;}
	
	/*------23-02-2021------*/
	.service_preview #show_service_image img {height: 280px;}
}

@media screen and (max-width: 580px) {
	.custom-modal .modal-header {padding: 15px 50px;}
	.custom-modal .modal-header .close {top: 0; right: 0; border-radius: 3px; height: 60px; width: 50px; font-size: 25px;}

	.card.card-details .card-inner .card-img-lg {margin-bottom: 15px;}
	.card.card-details .card-inner .card-flex {flex-direction: column; align-items: flex-start !important;}
	.card.card-details .card-inner .card-flex .card-info {margin-bottom: 15px;}

	.tasker_listing_details .card.card-details .card-inner {padding: 50px 0 15px 15px;}
	.tasker_listing_details .card.card-details .card-inner:last-child {padding: 20px 0 20px 15px;}

	.my_account_info .card.card-details .card-inner {padding: 25px 10px 10px 15px;}
	.my_account_info .card.card-details .card-inner:last-child {padding: 20px 15px 25px;}

	.mytasker_info .rating {justify-content: flex-start; -ms-flex-pack: start; -webkit-justify-content: flex-start;}
	
	.custom_tab_pills .nav-link {min-width: 150px; font-size: 16px; margin-right: 15px;}

	.edit-cover-img {margin-top: -50px;}
	.tasker_account_details .image-preview {border: 3px solid #ffffff;}

	.alert-info, .not_record_found{font-size: 16px;}
	.homepage-banner {background: url(../images/homepage-banner-01.jpg) no-repeat top -10px right 24% / cover; padding: 90px 0 150px;margin-bottom: 50px;}
	.homepage-banner:after{background: url(../images/banner-bg-shape.png) no-repeat center bottom / 100% 60px;}

}

@media screen and (max-width: 480px) {

	ul.sidebar,.tasks_listing_filter {max-width: 100%;}

	.how_it_work_box {padding: 30px 30px 0;}

	.section-title {font-size: 24px;}

	
	.card-inner {padding: 15px;}

	.card.card-details .posted_date {width: 100%; text-align: center;}

	.card.card-form .card-inner {padding: 30px 20px 20px;}
	.card.card-form .btn-wh50 {
		bottom: inherit;
		right: inherit;
		top:-25px;
		left:50%;
		transform: translateX(-50%);
	}

	.card.card-details .card-inner h3 {padding-right: 110px;}
	.card.card-details .card-inner h3 .task-open,
	.card.card-details .card-inner h3 .task-complete,
	.card.card-details .card-inner h3 .task-cancel,
	.card.card-details .card-inner h3 .task-hired {right: 0;}

	.card.card-email-noti .card-inner,
	.card.card-email-noti .card-inner:last-child {width: 100%;}
	.card.card-email-noti .card-inner:last-child {padding-top: 0;}

	.card-inner span.location {width: 100%;}

	.g-recaptcha {transform: scale(0.8);-webkit-transform: scale(0.8);-ms-transform: scale(0.8); margin-left: -40px;}

	.mytasker_cover_img {height: 200px;}
	.mytasker_info .card-body .card-inner {padding-left: 30px !important;}
	.mytasker_info .card-inner .card-img-lg {max-width: 85px; min-width: 85px; height: 85px;}
	.mytasker_info .card-inner .card-img-lg img {border: 3px solid #ffffff;}

	.mytasker_info {margin-top: -50px;}
	.mytasker_info .a_link {top: 60px;}
	.mytasker_info .card-inner:first-child .card-info {margin-top: 15px;}
	.mytasker_info .card-body .card-inner:first-child {flex-direction: column; padding-left: 60px !important;}
	.mytasker_info .card-inner h3 {margin-bottom: 15px !important;color: #333333;}

	.pagination .page-link {width: 34px; height: 34px; line-height: 24px; font-size: 16px;}
	.pagination .page-link.a_link,
	.page-item.disabled .page-link {font-size: 24px; line-height: 30px;}

	/*.alert-danger, .alert-success {top: 100px;}*/
	.my_account_info .alert-danger,
	.my_account_info .alert-success {top: -20px;}
	
	.right_form .alert-danger,
	.right_form .alert-success {top: -18px !important;}

	/*------23-02-2021------*/
	.service_preview #show_service_image img {height: 220px;}
}	

@media screen and (max-width: 360px) {
	.signup-btn {width: 240px;}
	.g-recaptcha {margin-left: -30px;}

	.how_it_work_box .work-img.second-img {margin-left: 0px; margin-right: 0px;}

	.card-inner .card-img {width: 60px; height: 60px;}
	.card-inner .card-img-lg {max-width: 80px;min-width: 80px;height: 80px;}

	.card.card-details .card-inner h3 {padding-right: 0px;}
	.card.card-details .card-inner h3 .task-open { position: static; margin: 8px 0;}

	.custom_tab_pills {flex-direction: column;}
	.custom_tab_pills .nav-link {min-width: 100%; margin-bottom: 10px; margin-right: 0;}

	.card.card-payments {padding: 20px;}

	.my_account_info .single_detepicker {width: 100% !important;}
	
	.btn-w140 {min-width: 100%; margin-top: 0px;}
}

.what_we_do_slider .slick-slide h3 a{
 color: #000000;
}

.what_we_do_slider .slick-slide h3 a:hover {
    color: #34d3ce;
}
.how_it_work_box .work-info a {
    min-height: 10px;
}
/******/
.how-work-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 30px 0;
    position: relative;
}
.how-work-box .left-box {
    width: 50%;
    padding-right: 50px;
    position: relative;
    padding-top: 0px;
}
.how-work-box .right-box {
    width: 50%;
    text-align: center;
}
.how-it-work-wrap .how-work-box:nth-child(even) {
    flex-direction: row-reverse;
}
.how-it-work-wrap .how-work-box:nth-child(even) .left-box {
    padding-right: 0;
    padding-left: 50px;
}
.how-work-box .left-box:after {
    height: calc(100% - 70px);
    width: 1px;
    content: '';
    background-color: #34d3ce;
    position: absolute;
    right: 0;
    bottom: 0;
}
.how-it-work-wrap .how-work-box:nth-child(even) .left-box:after {
    left: 0;
    right: auto;
}
.how-work-box .left-box a {
    font-size: 30px;
    color: #34d3ce;
    margin-bottom: 30px;
    display: block;
}
.how-work-box .left-box p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin-bottom: 25px;
}
.how-it-work-wrap {
    margin-top: 60px;
}
.how-work-box:before {
    position: absolute;
    height: 46px;
    width: 46px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: counter(section) "";
    box-shadow: 0px 6px 9px 0px rgb(29 191 115 / 21%);
    border-radius: 50%;
    background-color: #34d3ce30;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    color: #000;
    border: 1px solid #34d3ce;
}
.how-work-box {counter-increment: section;}
.how-work-box:hover::before {
    background-color: #34d3ce;
    color: #fff;
}
.work-img {
    width: 75%;
    margin: 0 auto;
}
@media (max-width: 991px){
	.how-work-box .right-box { display: flex; align-items: center; justify-content: center; }
}
@media (max-width: 767px){
	.how-work-box .left-box { padding-right: 20px;}
	.how-work-box .left-box a { font-size: 24px; margin-bottom: 10px;}
	.how-it-work-wrap .how-work-box:nth-child(even) .left-box { padding-left: 25px; padding-right: 0;}
}
@media (max-width: 575px){
	.how-it-work-wrap .how-work-box,.how-it-work-wrap .how-work-box:nth-child(even) { flex-direction: column-reverse;}
	.how-work-box .left-box,.how-it-work-wrap .how-work-box:nth-child(even) .left-box { width: 100%; padding: 30px 30px 0 30px; text-align: center;}
	.how-work-box .right-box { width: 100%;}
	.how-work-box .left-box:after { display: none;}
	.how-work-box:before { display: none;}
	.work-img { max-width: 300px;}
}
@media (max-width: 480px){
	.how-work-box .left-box,.how-it-work-wrap .how-work-box:nth-child(even) .left-box{ padding: 30px 10px 0 10px; }
}



/*---------------
	23-03-2021
----------------*/
.about_content {background-color: #F5F5F5;}
.about_content .inner_content {padding: 60px 80px;}

.about_image {
	position: relative;
	height: 100%;
}

.about_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about_image .about_info {
	position: absolute;
	content: "";
	left: 30px; bottom: 30px;
	background-color: #ffffff;
	padding: 15px 20px;
	border-radius: 5px;
}
.about_image .about_info h4 {
	font-weight: 500;
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
}
.about_image .about_info p {
	font-weight: 300;
	font-size: 16px;
	color: #000;
	margin-bottom: 0;
}

.about_image.about_left .about_info {
	left: inherit;
	right: 30px;
}

.ck_editor_content ul {list-style: none; padding: 0; margin: 0;}
.ck_editor_content ul li {
	padding-left: 30px;
	margin-bottom: 15px;
	position: relative;
	font-weight: 500;
	font-size: 16px;
	color: #202020;
}
.ck_editor_content ul li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	color: #34d3ce;
	position: absolute;
	left: 0; top: 0;
}

.best_taskers_slider .card .card-header .card-inner:first-child {
	position: relative;
}


.block_cover_img {position: relative; height: 680px;}
.block_cover_img img {width: 100%; height: 100%; object-fit: cover;}

.block_cover_img:before {
	position: absolute;
	content: "";
    top: 0; left: 0;
    bottom: 0; right: 0;
    z-index: 1;    
    background-color: rgba(0,0,0,0.5);    
}

.block_cover_img:after {
	position: absolute;
	content: "";
    top: 0; left: 0;
    bottom: 0; right: 0;
    z-index: 1;
    background: url(../images/block_bg_img.png) no-repeat bottom center / 100% 150px;     
}

.block_cover_img.top_bg:after {
	position: absolute;
	content: "";
    top: 0; left: -1px;
    bottom: 0; right: 0;
    z-index: 1;
    background: url(../images/block_bg_img.png) no-repeat bottom center / 100% 150px;    
    transform: rotate(180deg);
   	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.block_title {
	position: absolute;
	content: "";
	left: 0; right: 0; top: 50%;
	font-weight: 500;
	font-size: 26px;
	color: #ffffff;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 11;
	padding: 0 15px;
}

.post_info h2 {
	color: #d3d3d3;
    font-size: 120px;
    line-height: 1;
}

.post_info h3 {
	font-weight: 500;
	font-size: 24px;
	color: #000;
}

.block_post figure {
	display: inline-block;
	min-width: 250px;
	max-width: 250px;
	height: 250px;
	border-radius: 100%;
	overflow: hidden;
}

.block_post figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block_post .block_post_info h4 {
	font-weight: 500;
	font-size: 30px;
	color: #000;
}
.block_post .block_post_info p {
	font-size: 16px;
}

/*-- 10-03-2023 --*/
.card-inner .figure {position: relative;}
.card-inner .profile_info .verified {font-size: 24px; color: #00a153; margin-left: 10px;}
.card-inner .profile_info .verified i{vertical-align: middle;}
.services_details_page .container-fluid{overflow: visible;}
.services_details_sec .mytasker_img {
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;
}
.services_details_sec .mytasker_img img {
	min-height: 300px;
    max-height: 300px;
}
.profile_sticky {position: relative;}
.profile_sticky .card_profile_info {
	position: sticky;
	top: 130px;
}
.best_taskers_slider_full .carousel .carousel-inner {border-radius: 16px;}
.best_taskers_slider_full .carousel .carousel-item img{
	min-height: 480px;
	max-height: 480px;
}

@media screen and (max-width: 1200px) {	
	.best_taskers_slider {padding: 0 30px;}
}
@media screen and (max-width: 1025px) {
	.navbar-nav .nav-item {margin-left: 10px;}
	.best_taskers_slider_full .carousel .carousel-item img{min-height: 380px;max-height: 380px;}

	
	.block_cover_img:after,
	.block_cover_img.top_bg:after {background: url(../images/block_bg_img.png) no-repeat bottom center / 100% 100px;}
}
@media screen and (min-width: 991px) and (max-width: 1200px){
	.about_content .inner_content {padding: 50px;}

}
@media screen and (max-width: 767px) {
	.about_content .inner_content {padding: 50px;}
	.best_taskers_slider {padding: 0px;}
	.best_taskers_slider .slick-slide {margin: 0 8px;}


	.block_cover_img:after,
	.block_cover_img.top_bg:after {background: url(../images/block_bg_img.png) no-repeat bottom center / 100% 80px;}

	.block_post .block_post_info h4 {font-size: 24px;}

	.post_info h2 {font-size: 80px;}
	.best_taskers_slider_full .carousel .carousel-item img{min-height: 260px;max-height: 260px;}
}
@media screen and (max-width: 480px) {
	.about_content .inner_content {padding: 30px;}

	.post_info h2 {font-size: 50px;}

	.block_cover_img:after,
	.block_cover_img.top_bg:after {background: url(../images/block_bg_img.png) no-repeat bottom center / 100% 50px;}

	.best_taskers_slider_full .carousel .carousel-item img{min-height: 180px;max-height: 180px;}
}


#show_hide_password {position: relative;}
.input-password {position: absolute; top: 50%; right: 20px; font-size: 20px; transform: translateY(-50%); -webkit-transform: translateY(-50%);	-ms-transform: translateY(-50%);}
.input-password a {color: #333 !important;}
.input-password i {font-size: 20px; margin-top: 6px; display: inline-block;}

#show_hide_new_password {position: relative;}
.input-password {position: absolute; top: 50%; right: 20px; font-size: 20px; transform: translateY(-50%); -webkit-transform: translateY(-50%);	-ms-transform: translateY(-50%);}
.input-password a {color: #333 !important;}
.input-password i {font-size: 20px; margin-top: 6px; display: inline-block;}

#show_hide_cnfirm_password {position: relative;}
.input-password {position: absolute; top: 50%; right: 20px; font-size: 20px; transform: translateY(-50%); -webkit-transform: translateY(-50%);	-ms-transform: translateY(-50%);}
.input-password a {color: #333 !important;}
.input-password i {font-size: 20px; margin-top: 6px; display: inline-block;}

/*-08/11/2023-*/
.custom-input-group {
	position: relative;
	max-width: 700px;	
	width: 100%;
	z-index: 0;
	border-radius: 50px;	
	border: 5px solid rgba(255,255,255,0.5);
	background-color: rgba(0,0,0,0.7);
}
.custom-input-group input {
	font-size: 14px;
	height: 60px;	
	color: #fff !important;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	z-index: 0;
	border-top-right-radius: 50px !important;
	border-bottom-right-radius: 50px !important;
	padding: 0 150px 0 20px !important;
}
.custom-input-group input::placeholder {color: #fff;}
.custom-input-group input:focus {
	border: 1px solid rgba(52, 211, 206,0.5);	
}

.custom-input-group input.map-location {
	max-width: 260px;
	padding-left: 50px !important;
	padding-right: 20px !important;
	background: url('../images/icon-10.svg') no-repeat left 20px center / 20px;
	border-top-left-radius: 50px !important;
	border-bottom-left-radius: 50px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-right: 2px solid rgba(255,255,255,0.5) !important;		
}

.custom-input-group .input-group-append {
	position: absolute;
	content: "";
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	z-index: 3;
}
.custom-input-group .input-group-append button {
	border-radius: 50px !important;
	font-size: 16px;
}
.custom-input-group .input-group-append button i {
	font-size: 20px;
	vertical-align: middle;
	line-height: 1px;
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
	.custom-input-group input.map-location {max-width: 220px;}
}

@media screen and (max-width: 580px) {
	.custom-input-group {
		flex-direction: column;
		border-radius: 20px;
	}
	.custom-input-group input {
		width: 100% !important;
		padding: 0 20px 0 50px !important;
		border-radius: 0 !important;
		background: url('../images/icon-white-1.svg') no-repeat left 20px center / 20px;
		border-bottom: 2px solid rgba(255,255,255,0.5) !important;
	}
	.custom-input-group input.map-location {
		max-width: 100%; 
		width: 100%; 
		border-right: none !important;
		border-bottom: 2px solid rgba(255,255,255,0.5) !important;
		border-top-left-radius: 20px !important;
		border-bottom-left-radius: 0px !important;
		border-top-right-radius: 20px !important;
		border-bottom-right-radius: 0px !important;
	}
	.custom-input-group .input-group-append {
		position: relative;
		transform: none;
		top: inherit;
		right: 0;		
		margin: 5px;
	}
	.custom-input-group .input-group-append .btn-fill {
		border-radius: 0 !important;
		border-bottom-left-radius: 10px !important;
		border-bottom-right-radius: 10px !important;
		width: 100%;
	}
}