body {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
}
ul {
	padding: 0;
	margin: 0;
}
a {
	color: #0ea9d7;
}
a:hover {
	text-decoration: none;
	color: #ffde1f;
}
img {
	max-width: 100%;
}
.full {
	width: 100%;
}
.hide {
	display: none;
}
p:last-child {
	margin-bottom: 0;
}
/******TRANSITION******/

a,
.dashboard-nav li a .sprites-icons,
.chat-list li,
.listings li .image-box:after,
.uploader__file-list__item:after,
.uploader__file-list__item .uploader__file-list__button {
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
/*PASSWORD STYLE CSS START*/
.validation-instruction {
  background: #ecf6ff;
  padding: 15px;
  border: 1px solid #d1eaf6;
  margin-bottom: 10px;
  width: 100%;
}
.validation-instruction p {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin: 0 0 7px 0;
}
.validation-instruction .li-red {
  color: #ff2f2f;
}
.validation-instruction li i {
  margin-right: 5px;
}
.validation-instruction li {
  font-weight: 500;
  font-size: 13px;
  margin: 0 0 5px;
}
.validation-instruction .li-green {
  color: green;
}
/*HEADER STYLE CSS START*/
.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-row {
    display: flex;
    align-items: center;
}
.profile-btm.client-signup-btn{
    background: #fff;
    border: 1px solid #f55f5f;
    color: #f55f5f;
}
.profile-btm.client-signup-btn:hover {
    background: #f55f5f;
    color: #fff;
    border: 1px solid #f55f5f;
}
/*HEADER STYLE CSS END*/

/*LANDING PAGE CSS START*/
.inner-main p {
    font-weight: 500;
    padding: 15px 0 20px 15px;
    margin: 0;
    color: #747171;
    line-height: 24px;
    font-size: 15px;
}
.inner-main p strong {
    color: #282828;
}
.inner-main h5 {
    margin: 20px 0 0;
    line-height: 28px;
    font-size: 20px;
    font-weight: 700;
    color: #282828;
}
.inner-main h3 {
    margin-bottom: 0;
    line-height: 28px;
    font-size: 18px;
    font-weight: 700;
    color: #282828;
}
.inner-main h4 {
    line-height: normal;
    font-size: 22px;
    font-weight: 700;
    color: #282828;
    margin: 30px 0;
}
.inner-main ul li {
    list-style: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 20px;
    border-radius: 4px;
    margin: 20px 0 0;
}
.page-title {
    margin: 30px 0 0;
    position: relative;
    padding: 0 0 0 15px;
    font-weight: 700;
}
.page-title:before {
    background: #f55f5f;
    height: 100%;
    width: 4px;
    content: "";
    position: absolute;
    left: 0;
}
.link-dir {
    text-decoration: underline;
    color: #f55f5f;
    font-weight: 600;
    font-style: italic;
}
.link-dir:hover {
    color: #fe5454;
}
/*LANDING PAGE CSS END*/






.details-list h4 {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
}
.details-list h4 br {
    display: none;
}
.abs_load .loaders {
	max-width: 130px;
}
#loader img {
	max-width: 130px;
}
#loader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.3);
}
.top-menu a.dropdown-item {
    font-size: 14px;
}
.top-menu .navbar-expand-lg .navbar-collapse {
    justify-content: center;
}
.top-menu .dropdown-item:focus, .dropdown-item:hover {
	    color: #f55f5f;
    background-color: #fff3f3;
}
.top-menu .navbar-light .navbar-nav .nav-link:focus, .top-menu .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(245 95 95);
}
.top-menu .navbar-light .navbar-nav .nav-link {
    font-weight: 500;
}
.top-menu .dropdown:hover .dropdown-menu.show {
  display: block;
}
.top-menu .dropdown .dropdown-menu {
  display: none;
}
/*header menu end*/











/*#above18 css*/
.above_18_popup .modal-dialog {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: unset;
    margin: 0 auto;
}
.above_18_popup .pop-btn-row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.above_18_popup .pop-btn-row button {
    margin: 0 3px;
}
.modal-open {
    padding-right: 0 !important;
}





/******SPACER******/

.spacer {
	height: 40px;
}
/*.spacer-medium {
	height: 20px;
}*/
.spacer-small {
	height: 10px;
}
/*******TEXT*******/

.text-orange {
	color: #f55f5f;
}
.text-medium {
	font-weight: 600;
}
/*******BUTTON*******/

.btn-outline-orange {
	color: #f55f5f;
	background-color: transparent;
	background-image: none;
	border-color: #f55f5f;
}
.btn-outline-orange:hover {
	background-color: #f55f5f;
	border-color: #f55f5f;
	color: #fff;
}
.btn-orange {
	color: #fff;
	background-color: #f55f5f;
	border-color: #f55f5f;
}
.btn-orange:hover {
	color: #fff;
	background-color: #dc6548;
	border-color: #dc6548;
}
.btn-edit {
	display: inline-block;
	background: #f55f5f;
	color: #fff;
	font-size: 15px;
	margin-bottom: 9px;
	padding: 3px 13px;
	border-radius: 6px;
}
.up-file {
	display: block;
	background: #f55f5f;
	color: #fff;
	position: relative;
	padding: 7px 0;
	text-align: center;
}
.up-file input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.types-holder {
	display: block;
}
.types-holder span {
	font-size: 13px;
	margin-right: 4px;
	display: inline-block;
	margin-bottom: 4px;
	font-weight: 600;
}
.more-click {
	cursor: pointer;
}
.more-list {
	text-align: left;
	background: #fe876a;
	position: absolute;
	min-width: 203px;
	z-index: 4;
	top: 100%;
	display: none;
}
.more-list.drop {
	display: block;
}
.more-list ul {
	display: block;
}
.more-list:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #fe876a transparent;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.more-list ul li {
	display: block;
	text-align: left;
	color: #fff;
	padding: 6px 6px;
	border-bottom: 1px solid #fff;
}
/*-----custom style----*/

header {
	background: #fff;
	padding: 15px 0;
	position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}
.header.dashboard-header .container .logo {
	margin: 0 auto 0 0;
}
.logo {
	display: block;
}
.logo a {
    outline: 0;
}
.button-list {
	display: block;
	font-size: 0;
	text-align: right;
}
.button-list li:last-child {
    margin-right: 0;
}
.button-list li {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #f55f5f;
	margin-right: 5px;
}
.button-list li a {
	font-size: 14px;
	color: #f55f5f;
	border: 1px solid #f55f5f;
	text-align: center;
	padding: 10px 12px;
	font-weight: 500;
	display: inline-block;
}
.button-list li a:hover {
	border-color: #98999b;
	color: #98999b;
}
.button-list li.login a {
	display: block;
	background: #f55f5f;
	color: #fff;
	border: 1px solid #f55f5f;
}
.button-list li.login a:hover {
	background: #98999b;
	color: #fff;
}
.header .user-img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
}
.header .user-items li {
	vertical-align: middle;
}
.header .logout {
	width: 29px;
	height: 29px;
	background-position: top center;
}
.banner {
	/* height:527px; */
	position: relative;
	z-index: 5;
	padding-bottom: 61%;
}
.banner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right top, #f55f5f, #f45a5a, #f35454, #f24f4f, #f14949);
	opacity: 0.6;
	z-index: 1;
}
.banner-caption {
	position: absolute;
	z-index: 6;
	top: 50%;
	transform: translatey(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: 800;
}
.medium-heading {
	color: #fff;
	font-size: 28px;
	line-height: 28px;
	font-weight: 800;
	margin-bottom: 28px;
}
.medium-heading span {
	font-size: 38px;
}
.big-heading {
	font-size: 50px;
	line-height: 50px;
	font-weight: 800;
}
.search-place {
	max-width: 849px;
	width: 100%;
	margin: 0 auto 0 auto;
	background: rgba(255, 255, 255, 0.4);
	padding: 11px;
	margin-top: 29px;
}
.input-style {
	border-radius: 0;
	border: none;
	box-shadow: none;
	height: 44px;
	font-size: 14px;
	font-weight: 400;
	color: #34302d;
}
.input-style::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #34302d;
	text-transform: capitalize;
}
.input-style::-moz-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #34302d;
	text-transform: capitalize;
}
.input-style:-ms-input-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #34302d;
	text-transform: capitalize;
}
.input-style:-moz-placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #34302d;
	text-transform: capitalize;
}
.select-style {
	border-radius: 0;
	border: none;
	box-shadow: none;
	background: #fff url(../images/dropdown.png) no-repeat 95% center;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 14px;
	font-weight: 400;
	color: #34302d;
}
select.select-style.form-control:not([size]):not([multiple]) {
	height: 44px;
}
.select-styles {
	border-radius: 0;
	border: none;
	box-shadow: none;
	background: url(../images/dropdowns.png) no-repeat 95% center!important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 14px;
	font-weight: 400;
	color: #34302d;
	background-color: rgba(255, 255, 255, 0.4)!important;
}
select.select-styles.amount-items-area.row:not([size]):not([multiple]) {
	height: 44px;
}
.search-btm-style {
	color: #fff;
	display: block;
	background: #f55f5f;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	padding: 15px 0;
	transition: all 0.4s ease-in-out;
}
.select-style:focus,
.input-style:focus {
	box-shadow: none;
	outline: none;
	border: none;
}
.search-btm-style:hover {
	background: #98999b;
	color: #fff;
}
/*--category place--*/

.category-place {
	display: block;
	margin-top: 42px;
	margin-bottom: 69px;
}
.page-heading {
	display: block;
	text-align: center;
	font-size: 25px;
	line-height: 30px;
	color: #f55f5f;
	font-weight: 700;
	margin-bottom: 10px
}
.page-heading-tagline {
	text-align: center;
	color: #979799;
	font-size: 20px;
	line-height: 20px;
}
.page-heading.white,
.page-heading-tagline.white {
	color: #7e7e7e;
}
.cat-list {
	display: block;
	font-size: 0;
	margin-top: 32px;
	text-align: center;
}
.cat-list li {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	width: 20%;
	padding: 11px 11px;
	text-align: center;
}
.cat-list li .holder {
	position: relative;
	z-index: 6;
	border-radius: 50%;
	overflow: hidden;
	width: 240px;
	height: 240px;
	margin: auto;
}
.cat-list li .cat-heahing-place {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	z-index: 4;
	color: #fff;
	left: 0;
	width: 100%;
	font-size: 30px;
	font-weight: 300;
	line-height: 33px;
}
.cat-list li .cat-heahing-place span {
	display: block;
	font-weight: 700;
}
.cat-list li .holder:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-image: linear-gradient(to right top, #f55f5f, #f45a5a, #f35454, #f24f4f, #f14949);
	opacity: 0.5;
	transition: all 0.4s ease-in-out;
}
.cat-list li .holder:hover:after {
	opacity: 0.7;
	transition: all 0.4s ease-in-out;
}
/*---create profile---*/

.profile-place {
	background: #e0e1e5 url('../images/profile-background.jpg') no-repeat left top;
	position: relative;
	z-index: 6;
	min-height: 510px;
	background-size: cover;
}
.profile-content {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: 0;
	text-align: center;
	padding: 0 92px;
	color: #fff;
	max-width: 835px;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
}
.prifile-heading {
	font-size: 43px;
	font-weight: 800;
	line-height: 56px;
	margin-bottom: 29px;
	color: #7e7e7e;
}
.prifile-heading span {
	display: block;
	color: #f55f5f;
	text-transform: capitalize;
}
.prifile-heading h2 {
	display: block;
	color: #f55f5f;
	font-size: 2.5rem;
	text-transform: capitalize;
}
.profile-btm {
	display: inline-block;
	vertical-align: middle;
	color: #98999b;
	border: 1px solid #98999b;
	font-size: 14px;
	font-weight: 500;
	padding: 15px 49px;
	transition: all 0.4s ease-in-out;
}
.profile-btm.fillcolor {
    border: 1px solid #f55f5f;
}
.profile-btm:hover {
	color: #98999b;
	border-color: #98999b;
}
.fillcolor {
	background: #f55f5f;
	color: #fff;
	border: none;
}
.fillcolor:hover {
	background: #98999b;
	color: #fff;
}
/*---footer---*/

footer {
	background: #f55f5f;
	color: #fff;
	padding: 35px 0;
}
.footer-nav {
	display: block;
	font-size: 0;
	text-align: center;
	margin-bottom: 30px;
}
.footer-nav li {
	display: inline-block;
	vertical-align: middle;
}
.footer-nav li a {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	display: block;
	padding: 0 24px;
	transition: all 0.4s ease-in-out;
}
.footer-nav li a:hover {
	color: #000000;
}
.social-list {
	display: block;
	font-size: 0;
	text-align: center;
	margin-bottom: 30px;
}
.social-list li {
	display: inline-block;
	vertical-align: middle;
}
.social-list li a {
	font-size: 21px;
	padding: 0 15px;
	color: #fff;
	transition: all 0.4s ease-in-out;
}
.social-list li a:hover {
	color: #d55335;
}
.copyright {
	text-align: center;
}
.signup-wrapper {
	background: #f55f5f;
	color: #fff;
	max-width: 552px;
	width: 100%;
	position: relative;
	padding: 35px;
}
.signup-place {
	position: relative;
	z-index: 8;
	padding: 52px 0;
}
.form-heading {
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 21px;
}
.note {
	display: block;
	text-align: center;
	padding-left: 124px;
	font-size: 13px;
	font-weight: 300;
	width: 100%;
	margin-bottom: 15px;
}
.form-input {
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	border: 0;
	height: 45px;
	background: rgba(255, 255, 255, 0.4);
}
.form-input:focus {
	background: rgba(255, 255, 255, 0.4);
	box-shadow: none;
	color: #fff;
}
.form-input::-webkit-input-placeholder {
	color: #fff;
}
.form-input::-moz-placeholder {
	color: #fff;
}
.form-input:-ms-input-placeholder {
	color: #fff;
}
.form-input:-moz-placeholder {
	color: #fff;
}
.join-btm {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	display: block;
	font-size: 15px;
	border-radius: 0;
	transition: all 0.4s ease-in-out;
	margin: 0 auto;
	padding: 10px 22px;
	font-weight: 500;
}
.join-btm:hover {
	color: #98999b;
	border-color: #fff;
	background: #fff;
}
.join-btm:focus {
	box-shadow: none;
}
.or-place {
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: relative;
	text-align: center;
	margin: 30px auto;
	max-width: 293px;
}
.or-place span {
	display: inline-block;
	background: #f55f5f;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	position: absolute;
	top: 50%;
	padding: 9px;
	line-height: 30px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.join-face-btm {
	display: block;
	vertical-align: middle;
	background: #3b5998;
	color: #fff;
	border-radius: 3px;
	overflow: hidden;
	padding: 13px 0px 13px 0;
	font-weight: 600;
	font-size: 13px;
	margin: 0 auto 26px auto;
	max-width: 258px;
	width: 100%;
	transition: all 0.4s ease-in-out;
}
.join-face-btm span {
	background: #293e6a;
	font-size: 17px;
	line-height: 20px;
	padding: 15px 15px;
	margin-right: 8px;
}
.join-face-btm:hover {
	background: #3b5998;
	color: #fff;
}
.join-face-btm:hover span {
	background: #3b5998;
	color: #fff;
}
.amount-items-area.row {
	margin: 0 -5px;
}
.amount-items-area.row > div {
	padding: 0 5px;
}
.amount-items-area .pink-button {
	max-width: 100%;
	width: 100%;
}
.signup-link {
	text-align: center;
	font-size: 15px;
}
.signup-link a {
	display: block;
	color: #000;
	text-decoration: underline;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 13px;
	line-height: 23px;
	transition: all 0.4s ease-in-out;
}
.signup-link a:hover {
	color: #fff;
}
.form-check {
	font-size: 13px;
	font-weight: 300;
}
.form-check a {
	color: #fff;
	text-decoration: underline;
}
.checkbox {
	position: relative;
}
.checkbox input[type="checkbox"] {
	opacity: 0;
}
.checkbox i {
	position: absolute;
	right: 102%;
	border: 1px solid #fff;
	width: 14px;
	height: 14px;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
}
.checkbox i:before {
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #fff;
	opacity: 0;
}
.checkbox i:after {
	content: "\f00c";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #f55f5f;
	font-size: 10px;
	font-family: FontAwesome;
	opacity: 0;
	line-height: 10px;
	left: 0;
}
.checkbox input:checked + i:before,
.checkbox input:checked + i:after {
	opacity: 1;
}
.free-place {
	background: #98999b;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	z-index: 3;
	top: -45px;
	left: -7px;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	font-size: 19px;
	text-align: center;
	font-weight: 300;
	padding: 18px 0 0;
}
.free-place span {
	display: block;
	font-weight: 600;
	line-height: 16px;
}
/*---client signup place---*/

.client-signup-place {
	position: relative;
	padding: 58px 0;
}
.client-signup-wrapper {
	max-width: 412px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 30px 36px;
	position: relative;
}
.pink-form-input {
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	border: 0;
	height: 45px;
	background: #f55f5f;
}
.pink-form-input:focus {
	background: #f55f5f;
	box-shadow: none;
	color: #fff;
}
.pink-form-input::-webkit-input-placeholder {
	color: #fff;
}
.pink-form-input::-moz-placeholder {
	color: #fff;
}
.pink-form-input:-ms-input-placeholder {
	color: #fff;
}
.pink-form-input:-moz-placeholder {
	color: #fff;
}
/*---LOGIN PLACE---*/

.login-place {
	padding: 52px 0;
	z-index: 9;
	position: relative;
}
.login-place .login-wrapper {
	width: 400px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	padding: 30px;
	position: relative;
	margin: 0;
	z-index: 1;
}
.black-or-place {
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
	margin: 37px auto 69px auto;
	max-width: 293px;
}
.black-or-place:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 1px;
	background: #fff;
	width: calc(100% - 167px);
}
.black-or-place:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	height: 1px;
	background: #fff;
	width: calc(100% - 167px);
}
.black-or-place span {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	position: absolute;
	top: 50%;
	padding: 9px;
	line-height: 22px;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}
.white-signup-link {} .white-signup-link {
	text-align: center;
	font-size: 15px;
}
.white-signup-link a {
	display: block;
	color: #fff;
	text-decoration: underline;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 13px;
	line-height: 23px;
	transition: all 0.4s ease-in-out;
}
.white-signup-link a:hover {
	color: #fff;
	background: #808080;
}
/*--post a job place--*/

.post-job-place {
	position: relative;
	min-height: 536px;
}
.post-job-inner {
	position: relative;
	max-width: 920px;
	width: 100%;
	margin: -142px auto 49px auto;
	background: #fff;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 40px 93px 25px;
}
.bold-heading {
	display: block;
	text-align: center;
	font-weight: 800;
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 15px;
}
.graycolor {
	color: #98999b;
}
.sml-heading {
	font-size: 20px;
	color: #f55f5f;
	line-height: 20px;
	font-weight: 400;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.location-maker {
	position: relative;
}
.location-maker span {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	font-size: 21px;
	color: #ff876b;
}
.outline-input {
	border: 1px solid #f55f5f;
	border-radius: 0;
	background: #fff;
	height: 45px;
	font-size: 16px;
	color: #98999b;
	font-weight: 400;
}
.outline-input-job-type {
	border: 1px solid #f55f5f;
	border-radius: 0;
	background: #fff;
	
	font-size: 16px;
	color: #98999b;
	font-weight: 400;
}
.outline-input:placeholder-shown {
	color: #ccc;
}
.outline-text-area {
	border: 1px solid #f55f5f;
	border-radius: 0;
	background: #fff;
	height: 150px;
	font-size: 16px;
	color: #98999b;
	font-weight: 400;
	resize: none;
}
.outline-input:focus,
.outline-text-area:focus {
	background: #fff;
	box-shadow: none;
	outline: none;
	border-color: #f55f5f;
}
.outline-input::-webkit-input-placeholder {
	font-size: 16px;
	color: #98999b;
}
.outline-input::-moz-placeholder {
	font-size: 16px;
	color: #98999b;
}
.outline-input:-ms-input-placeholder {
	font-size: 16px;
	color: #98999b;
}
.outline-input:-moz-placeholder {
	font-size: 16px;
	color: #98999b;
}
.custom-checkbox {
	position: relative;
	margin-bottom: 12px;
}
.custom-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.custom-checkbox i {
	background: #eaeaea;
	font-size: 13px;
	color: #98999b;
	padding: 5px 10px;
	border-radius: 3px;
	font-style: normal;
}
.custom-checkbox input[type="checkbox"]:checked + i {
	background: #f55f5f;
	color: #fff;
}
.job-title {
	color: #98999b;
	font-size: 15px;
	display: block;
	font-weight: 500;
	margin-bottom: 14px;
	line-height: 16px;
	margin-left: 10px;
    margin-top: 5px;
}
.pink-button {
	display: block;
	background: #f55f5f;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border-radius: 0;
	padding: 10px 0;
	max-width: 132px;
	width: 100%;
	margin: auto;
	transition: all 0.4s ease-in-out;
}
.pink-button:hover {
	background: #98999b;
}
.pink-button:focus {
	box-shadow: none;
	outline: none;
}
/*---model profile place---*/

.model-profile-place {
	background: #ffffff;
	color: #f55f5f;
	padding-top: 21px;
	margin-bottom: 47px;
}
.model-name {
	display: block;
	color: #f55f5f;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 23px;
}
.model-name span {
	display: block;
	font-weight: 400;
	font-size: 15px;
	line-height: 29px;
}
.model-image {
	width: 100%;
	min-height: 241px;
	max-height: 241px;
	overflow: hidden;
	box-shadow: 0 0 13px 4px rgba(0, 0, 0, 0.1);
}
.acidjs-rating-stars,
.acidjs-rating-stars label::before {
	display: inline-block;
}
.acidjs-rating-stars label:hover,
.acidjs-rating-stars label:hover ~ label {
	color: #189800;
}
.acidjs-rating-stars * {
	margin: 0 0 0 0;
	padding: 0;
}
.acidjs-rating-stars input {
	display: none;
}
.acidjs-rating-stars {
	unicode-bidi: bidi-override;
	direction: rtl;
}
.acidjs-rating-stars label {
	color: #000;
}
.acidjs-rating-stars label::before {
	content: "\f005";
	width: 13px;
	line-height: 16px;
	text-align: center;
	font-family: 'FontAwesome';
	font-size: 13px;
	cursor: pointer;
}
.acidjs-rating-stars input:checked ~ label {
	color: #f55f5f;
}
.acidjs-rating-disabled {
	opacity: 1;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}
.cus-text {
	display: block;
	text-align: left;
	font-size: 11px;
	font-weight: 300;
	text-decoration: underline;
	cursor: pointer;
}
.model-details-list {
	display: block;
	font-size: 0;
	margin: 77px 0 0;
}
.model-details-list li {
	display: table;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 21px;
	line-height: 13px;
}
.model-details-list li span {
	display: table-cell;
	vertical-align: middle;
}
.model-details-list li span:last-child {
	padding: 0 0 0 8px;
	text-align: left;
}
.model-brief {
	margin-top: 25px;
}
.brief-heading {
	text-transform: uppercase;
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	padding: 0px;
	margin-bottom: 16px;
}
.brief-matter {
	font-size: 13px;
	line-height: 22px;
	font-weight: 400;
	display: block;
	border-top: 1px solid #f55f5f;
	border-left: 1px solid #f55f5f;
	padding: 13px 0 4px 32px;
}
.gallery-place {
	text-align: center;
	margin-bottom: 46px;
}
.heading {
	color: #f55f5f;
	font-size: 22px;
	font-weight: 500;
	border-bottom: 2px solid #f2f2f2;
	padding-bottom: 24px;
	margin-bottom: 15px;
	position: relative;
}
.heading:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	max-width: 98px;
	width: 100%;
	height: 5px;
	background: #f55f5f;
	margin: auto;
	top: 93%;
}
.heading:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #f55f5f transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 100%;
}
.gal-list {
	display: block;
	font-size: 0;
}
.gal-list li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	width: 25%;
	margin-bottom: 10px;
}
.gal-list li .image-box {
	height: 320px;
}
.imagelightbox-arrow {
	width: 50px;
	height: 50px;
	background-color: #f55f5f;
	border: 3px solid #97989a;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
}
.imagelightbox-arrow:focus {
	outline: none;
}
.imagelightbox-arrow:hover {
	border-color: #f55f5f;
	background-color: #97989a;
}
.imagelightbox-arrow:before {
	width: 0;
	height: 0;
	border: 0.6em solid transparent;
	content: '';
	display: inline-block;
	margin-bottom: -0.125em;
}
.imagelightbox-arrow-left:before {
	border-left: none;
	border-right-color: #fff;
	margin-left: -0.313em;
}
.imagelightbox-arrow-right:before {
	border-right: none;
	border-left-color: #fff;
	margin-right: -0.313em;
}
.imagelightbox-close {
	background-color: #f55f5f;
}
.imagelightbox-close:focus {
	outline: none;
}
.imagelightbox-close:hover {
	background: #97989a;
}
#imagelightbox {
	box-shadow: 0 0 16px 6px rgba(0, 0, 0, 0.1);
}
/*--job details--*/

.common-place {
	margin: 54px 0;
}
.details-place {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 41px auto;
	border: 1px solid #f55f5f;
	box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 41px 0 0;
	position: relative;
}
.details-listing {
	display: block;
	font-size: 0;
	text-align: left;
}
.details-listing li {
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	color: #b7b7b7;
	margin-right: 10px;
}
.details-listing li:last-child {
	margin-right: 0;
}
.details-listing li span {
	color: #f55f5f;
	padding: 0 5px;
}
.details-listing li .acidjs-rating-stars label {
	color: #97989a;
}
.details-listing li .acidjs-rating-stars input:checked ~ label {
	color: #f55f5f;
}
.details-listing li .acidjs-rating-stars label:before {
	width: 9px;
	font-size: 11px;
}
.job-post {
	display: block;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 500;
	color: #b7b7b7;
}
.job-post span {
	color: #f55f5f;
}
.details-heading {
	color: #f55f5f;
	font-size: 32px;
	line-height: 32px;
	font-weight: 800;
}
.place {
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: 800;
}
.date {
	display: block;
	color: #97989a;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 18px;
}
.matter-place {
	color: #707071;
	font-size: 16px;
	font-weight: 400;
	padding: 0 103px;
	margin-bottom: 40px;
}
.details-list {
	display: block;
	font-size: 0;
	border-top: 1px solid #f55f5f;
}
.details-list li {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	font-weight: 400;
	line-height: 24px;
	padding: 20px 10px;
	width: 100%;
    min-width: 237px;
}
.details-list li span {
	display: block;
	font-weight: 700;
}
.details-list li span i {
	font-style: normal;
	font-weight: 400;
}
.offer-btm {
	display: block;
	background: #f55f5f;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding: 13px 0;
	max-width: 216px;
	width: 100%;
	margin: 0 auto;
	transition: all 0.4s ease-in-out;
}
.offer-btm:hover {
	color: #fff;
	background: #98999b;
}
.pop-heading {
	display: block;
	text-transform: uppercase;
	color: #98999b;
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 16px
}
.cross {
	font-size: 18px;
	color: #98999b;
	display: inline-block;
	text-align: right;
	padding: 4px 10px;
	transition: all 0.4s ease-in-out;
}
.cross:hover {
	color: #f55f5f;
}
.cross:focus {
	outline: none;
}
/*---VIEW STAR RATING---*/

span.view-stars-rating,
span.view-stars-rating span {
	display: block;
	background: url(../images/stars.png) 0 -16px repeat-x;
	width: 80px;
	height: 16px;
}
span.view-stars-rating span {
	background-position: 0 0;
}
/*---job-listing---*/

.total-job {
	display: block;
	border-bottom: 1px solid #e7e7e7;
	font-size: 29px;
	line-height: 32px;
	font-weight: 600;
	padding-bottom: 24px;
	margin-bottom: 33px;
}
.total-job span {
	color: #98999b;
	font-weight: 300;
	display: inline-block;
	vertical-align: text-top;
	margin-left: 6px;
}
.left-box {
	box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.1);
	padding: 22px 30px;
	margin-bottom: 25px;
}
.left-box h3 {
	display: block;
	color: #f55f5f;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}
.left-listing {
	display: block;
}
.left-listing li {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #969799;
	margin-bottom: 11px;
	position: relative;
}
.check-style input[type="checkbox"] {
	opacity: 0;
}
.check-style i {
	width: 12px;
	height: 12px;
	border: 1px solid #d4d4d4;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.check-style input:checked + i {
	border-color: #f55f5f;
	background: #f55f5f;
}
.listing-box {
	border: 1px solid #f55f5f;
	padding: 20px 43px;
	box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.17);
	margin-bottom: 28px;
}
.listing-heading {
	display: block;
	color: #f55f5f;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
}
.listing-place {
	font-size: 14px;
	color: #96979a;
	font-weight: 400;
	display: block;
}
.heading-small {
	font-size: 14px;
	display: block;
	font-weight: 500;
	margin-bottom: 8px;
}
.pink-color {
	color: #f55f5f;
}
.heading-small span {
	color: #96979a;
	font-size: 12px;
}
.heading-extra-small {
	color: #96979a;
	font-size: 12px;
}
.make-btm {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #f55f5f;
	color: #f55f5f;
	font-size: 14px;
	font-weight: 500;
	padding: 9px 23px;
	margin-right: 8px;
	transition: all 0.4s ease-in-out;
}
.make-btm:hover {
	color: #98999b;
	border-color: #98999b;
}
.custom-pagination li a {
	border: none;
	color: #000;
	font-size: 19px;
	font-weight: 500;
}
.custom-pagination li.active a {
	background-color: #ffd9d0 !important;
	color: #000 !important;
}
/********DASHBOARD********/

.dashboard-area > .container > .row {
	margin: 0;
}
.dashboard-area > .container > .row > div,
.dashboard-area > .container > .row > aside,
.dashboard-area > .container > .row > section {
	padding: 0;
}
.dashboard-area .left-sidebar {
	background: #f55f5f;
	color: #fff;
	box-shadow: 0 0 30px #e4e4e4;
}
.sprites-icons {
	background: url(../images/sprites-icons.png) no-repeat;
}
.dashboard-area .user-area {
	padding: 20px 0;
	max-width: 119px;
	margin: 0 auto;
}
.dashboard-area .btn,
.dashboard-area .right-sidebar .form-control,
.dashboard-area .left-sidebar,
.dashboard-area .right-sidebar,
.dashboard-area .table {
	font-size: 14px;
}
.dashboard-area .right-sidebar .form-control {
	border-radius: 0;
}
.dashboard-area .user-area .user-img {
	border-radius: 100%;
	margin-bottom: 20px;
}
.dashboard-area .user-edit-area {
	position: relative;
}
.dashboard-area .user-edit-area .btn-edit {
	position: absolute;
	top: 0;
	right: 0;
}
.dashboard-nav li a {
	color: #c04a2d;
	display: block;
	padding: 23px 0;
	border-left: 5px solid transparent;
	font-size: 13px;
}
.dashboard-nav li a:hover,
.dashboard-nav li.active a {
	background: #f55f5f;
	border-color: #aa2a0b;
	color: #fff;
}
.dashboard-nav li a .sprites-icons {
	width: 34px;
	height: 30px;
	margin: 0 auto 10px auto;
}
.dashboard-nav li a .sprites-icons.profile {
	background-position: center 0;
}
.dashboard-nav li a:hover .sprites-icons.profile,
.dashboard-nav li.active a .sprites-icons.profile {
	background-position: center -32px;
}
.dashboard-nav li a .sprites-icons.jobs {
	background-position: center -64px;
}
.dashboard-nav li a:hover .sprites-icons.jobs,
.dashboard-nav li.active a .sprites-icons.jobs {
	background-position: center -96px;
}
.dashboard-nav li a .sprites-icons.settings {
	background-position: center -128px;
}
.dashboard-nav li a:hover .sprites-icons.settings,
.dashboard-nav li.active a .sprites-icons.settings {
	background-position: center -159px;
}
.dashboard-nav li a .sprites-icons.subscription {
	background-position: center -190px;
}
.dashboard-nav li a:hover .sprites-icons.subscription,
.dashboard-nav li.active a .sprites-icons.subscription {
	background-position: center -222px;
}
.cancellation-policy-box {
	height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}
.chat-box-area.row {
	margin: 0;
	font-size: 14px;
}
.chat-box-area {
	border: 1px solid #ebebeb;
	padding: 0px 0px;
}
.chat-box-area.row > div {
	padding: 0;
}
.chat-box-area.row > div.chat-message-area {
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 22px;
}
.chat-box-area.row .chat-list-area,
.chat-box-area.row .chat-message-box {
	height: 364px;
	overflow-x: hidden;
	overflow-y: auto;
	overflow-y: scroll !important;
}
.chat-box-area.row .chat-list-area {
	height: 451px;
	border-right: 1px #f2f2f2 solid;
	padding: 9px;
}
#ascrail2000 .nicescroll-cursors {
	margin-right: -3px;
}
#ascrail2001 .nicescroll-cursors {
	margin-right: -10px;
}
.chat-list li {
	padding: 15px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	position: relative;
}
.chat-list li figcaption {
	display: block;
}
.chat-list li figcaption span {
	display: block;
}
.chat-list li figcaption i {
	display: block;
	font-size: 12px;
	color: #dc3545;
}
.chat-list li .user-img {
	height: 50px;
	width: 50px;
	border-radius: 100%;
	margin: 0 15px 0 0;
}
.chat-list li:hover {
	background: #ffe1da;
}
.chat-list li.active:before {
	background: #4bb33d;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: absolute;
	left: 55px;
	bottom: 20px;
	content: '';
	border: 1px #fff solid;
}
.comment-box,
.comoment-box-client {
	border: 4px #ebebeb solid;
}
.comment-box textarea,
.comoment-box-client textarea {
	resize: none;
}
.comment-box .form-control,
.comoment-box-client .form-control {
	border: 0;
	box-shadow: none;
	border-radius: 0;
	font-size: 14px;
	height: 43px;
}
.comment-box .emojionearea .emojionearea-editor,
.comoment-box-client .emojionearea .emojionearea-editor {
	min-height: 43px;
	max-height: 43px;
}
.comment-box .emojionearea .emojionearea-button,
.comoment-box-client .emojionearea .emojionearea-button {
	top: 50%;
	opacity: 1;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
.chat-message-list li {
	/* 	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start; */
	display: block;
	margin-bottom: 15px;
}
.chat-message-list li.right .comment {
	margin: 0 0 0 auto;
	background-color: #929292;
	color: #fff;
	width: calc(100% - 103px);
	display: inline-block;
	vertical-align: top;
}
.chat-message-list li .user-img {
	width: 62px;
	height: 62px;
	border-radius: 100%;
	margin: 0 18px 0 0;
}
.chat-message-list li.right .user-img {
	margin: 0 0 0 18px;
}
.chat-message-list li .comment {
	display: inline-block;
	padding: 8px 80px 8px 20px;
	background: #ffe1da;
	position: relative;
	border-radius: 4px;
	width: calc(100% - 100px);
	vertical-align: top;
}
.chat-message-list li .comment .date {
	position: absolute;
	top: 10px;
	right: 15px;
}
.chat-message-list li.right .comment .date {
	color: #fff;
}
.chat-message-list li .comment:before {
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 9px solid #ffe1da;
	position: absolute;
	top: 9px;
	left: -9px;
	content: '';
}
.chat-message-list li .btn-danger {
	padding: 6px 7px;
	line-height: 1;
	border-radius: 100%;
}
.chat-message-list li.right .comment:before {
	border-right: 0;
	border-left: 9px solid #929292;
	right: -9px;
	left: auto;
}
.comment-box-area {
	padding-right: 102px;
	position: relative;
}
.comment-box-area .submit-area {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	right: 0;
	width: 102px;
}
.comment-box-area .submit-area .btn {
	border-radius: 0;
	vertical-align: top;
}
.comment-box-area .submit-area label {
	margin-bottom: 0;
}
.comment-box {
	border: 4px #ebebeb solid;
}
.user-details-top .row {
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
}
.user-details-top {
	position: relative;
}
.user-details-top .edit {
	position: absolute;
	top: 0;
	right: 0;
	background: #888888;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	padding: 5px;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
}
.table.responsive-table {
	border-collapse: separate;
	border-spacing: 0 9px;
}
.table.responsive-table thead th,
.table.responsive-table td,
.table.responsive-table th {
	border: 0;
}
.table.responsive-table tbody tr {
	background: #fff;
	box-shadow: 0 0 30px #e4e4e4;
}
.table.responsive-table thead th {
	text-transform: uppercase;
	font-size: 13px;
	white-space: nowrap;
}
.table.responsive-table tbody td {
	vertical-align: middle;
	font-size: 13px;
	font-weight: 500;
}
.table.responsive-table .btn {
	border-radius: .25rem;
}
.sml-icon {
	display: inline-block;
	vertical-align: middle;
	padding: 2px 7px;
	border-radius: 50%;
	font-size: 12px;
	line-height: 20px;
	width: 25px;
	height: 25px;
}
.gray {
	background: #949494;
	color: #fff;
}
.black {
	background: #000;
	color: #fff;
}
.red {
	background: #f72a2a;
	color: #fff;
}
.smill-fill-btm {
	white-space: nowrap;
	color: #808080;
	font-size: 12px;
	padding: 5px 7px;
	border: 1px solid #f55f5f;
	position: relative;
}
.smill-fill-btm span.count {
	position: absolute;
	background: #fe876a;
	width: 20px;
	height: 20px;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	border-radius: 50%;
	line-height: 20px;
	font-size: 12px;
	bottom: 67%;
	left: 84%;
}
.smill-fill-btm:hover {
	color: #808080;
	border: 1px solid #808080;
}
.badge {
	display: inline-block;
	padding: 5px;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
}
.payment-details-list li {
	border-bottom: 1px #d7d7d7 solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.payment-details-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.payment-details-list li p {
	margin: 0;
}
.reservation-cost-table.table.responsive-table thead th {
	text-transform: capitalize;
	font-weight: normal;
	padding-top: 0;
}
.reservation-cost-table.table.responsive-table {
	border-collapse: unset;
	border-spacing: 0;
}
.table.responsive-table .closed {
	width: 30px;
	height: 30px;
	display: inline-block;
	background-position: center -416px;
	float: right;
	margin-right: -68px;
}
.table.tours-table {
	padding-right: 56px;
}
.btn-add-tour {
	position: absolute;
	top: 0;
	right: 15px;
	padding: .6rem 2rem;
}
.btn-add-tour .icon-plus {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-position: center -448px;
	vertical-align: middle;
	margin-right: 8px;
}
.dashboard-area .right-sidebar .dashboard-settings .form-control {
	background: #ffe1da;
	border-radius: 4px;
	border: 0;
}
.dashboard-settings .btn-success {
	border-radius: 4px;
	background-color: #71c487;
	border-color: #71c487;
	width: 100%;
	text-align: center;
}
.jobs-details-area {
	color: #98999b;
}
.jobs-details-items li {
	border-bottom: 1px #e8e8e8 solid;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.jobs-details-items li p {
	margin: 0;
}
.jobs-details-area .dancers-items {
	border-bottom: 1px #fe876a solid;
	margin-bottom: 25px;
}
.jobs-details-area .dancers-items .items {
	font-size: 17px;
}
/* .jobs-details-area .dancers-items .row > div{
	margin: 0 0 20px 0;
} */

.jobs-details-area .dancers-items .items strong {
	display: block;
}
.jobs-details-area .posted-details li {
	margin-bottom: 5px;
	font-size: 12px;
}
.jobs-details-area .posted-details .stars {
	font-size: 13px;
	display: block;
}
.jobs-details-area .posted-details li .btn {
	border-radius: 0;
}
.popup-box-area {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	content: '';
	background: rgba(0, 0, 0, 0.5);
}
.popup-box-area .closed {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.popup-box-area .popup-box {
	width: 365px;
	background: #fff;
	padding: 20px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	z-index: 1;
}
.popup-box-area.finish-chat-popup .popup-box .form-control {
	border-color: #f55f5f;
	border-radius: 0;
}
.popup-box-area.finish-chat-popup .popup-box .btn-submit {
	padding: 15px 55px;
}
.right-sidebar .right-side-shadow-block {
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 30px #e4e4e4;
	-webkit-box-shadow: 0 0 30px #e4e4e4;
	-moz-box-shadow: 0 0 30px #e4e4e4;
	-ms-box-shadow: 0 0 30px #e4e4e4;
	-o-box-shadow: 0 0 30px #e4e4e4;
}
.profile_back {
	display: none !important;
}
.count-area {
	position: relative;
}
.count-area .count {
	position: absolute;
	top: -10px;
	right: -20px;
	display: inline-block;
	background: #fe876a;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	line-height: 25px;
	text-align: center;
	color: #fff;
	font-weight: 600;
}
.upload-tour-block .form-control,
.upload-tour-block .uploader__box .names {
	border: 1px #4ecee8 solid;
	box-shadow: 0 0 20px #e4e4e4;
	border-radius: 0;
	height: 43px;
	position: relative;
	font-size: 14px;
	text-align: left;
	padding: .375rem .75rem;
	line-height: 1.5;
}
.upload-tour-block .form-control.description {
	height: auto;
}
.upload-tour-block .uploader__box .names {
	height: auto;
	min-height: 43px;
	padding-right: 90px;
}
.uploader__box {
	position: relative;
}
.upload-tour-block label {
	font-size: 1rem;
	color: #0b6623;
}
.uploader__box {
	background-color: transparent;
	box-shadow: none;
	text-align: left;
	margin-bottom: 0;
}
.l-center-box {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-left: 0;
}
.file-list__text,
.uploader__file-list__text,
.uploader__file-list__size,
.add-title.active .icon-plus:after,
.add-another-box,
.upload-tour-block .uploader__box .names .coma:last-child,
.button--big-bottom,
.uploader__submit-button,
.uploader__further-instructions,
.upload-tour-block .uploader__file-list__text,
.upload-tour-block .uploader__file-list__size,
.upload-tour-block .uploader__file-list__button {
	display: none;
}
.uploader__file-label {
	background-color: transparent;
	border: 1px #ffd9d0 solid;
	color: #a7a7a7;
	display: block;
	font-size: 18px;
	padding: 35px 0 0 0;
	width: 145px;
	height: 145px;
	background: transparent;
	position: static;
	margin: 0;
	border-radius: 0;
	text-align: center;
}
.uploader__file-label .fa {
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	border: 1px #a7a7a7 solid;
	line-height: 38px;
	text-align: center;
	margin: 0 auto 8px auto;
}
.uploader__file-label:hover,
.uploader__file-label:focus,
.uploader__file-label:active {
	background: #ffd9d0;
	color: #a7a7a7;
}
.upload-tour-block .file-list__thumbnail,
.upload-tour-block .uploader__file-list__thumbnail {
	width: auto;
}
.file-list__thumbnail,
.uploader__file-list__thumbnail,
.file-list__size,
.file-list__button,
.uploader__file-list__button {
	display: inline-block;
}
.file-list__item:nth-child(2n),
.uploader__file-list__item:nth-child(2n) {
	background-color: transparent;
}
.file-list__item,
.uploader__file-list__item {
	display: inline-block;
	padding: 0;
	width: auto;
	margin: 0 15px 15px 0;
}
.file-list__thumbnail,
.uploader__file-list__thumbnail,
.file-list__button,
.uploader__file-list__button {
	width: auto;
}
.uploader__file-list__item {
	position: relative;
}
.uploader__file-list__item:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	content: '';
	opacity: 0;
	visibility: hidden;
}
.uploader__file-list__item .uploader__file-list__button {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
.uploader__file-list__item:hover:after,
.uploader__file-list__item:hover .uploader__file-list__button {
	opacity: 1;
	visibility: visible;
}
.uploader__file-list__thumbnail .thumbnail {
	height: 145px;
}
.uploader__file-list {
	margin-top: 15px;
}
.icon-button,
.uploader__icon-button {
	color: #ffffff;
	font-size: 20px;
	padding: 0;
	cursor: pointer;
}
.icon-button:hover,
.uploader__icon-button:hover {
	color: #ffffff;
}
.upload-tour-block .calender .calender-icon {
	top: 44px;
	transform: translate(0, 0%);
	-webkit-transform: translate(0, 0%);
	-moz-transform: translate(0, 0%);
	-ms-transform: translate(0, 0%);
	-o-transform: translate(0, 0%);
}
.rating-loading {
	width: 25px;
	height: 25px;
	font-size: 0;
	color: #fff;
	background: url(../img/loading.gif) top left no-repeat;
	border: none
}
.rating-container .rating-stars {
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	font-size: 1.6rem;
}
.rating-container .rating-input {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	font-size: 1px;
	border: none;
	background: 0 0;
	padding: 0;
	margin: 0
}
.rating-disabled .rating-input,
.rating-disabled .rating-stars {
	cursor: not-allowed;
}
.rating-container .star {
	display: inline-block;
	margin: 0 3px;
	text-align: center
}
.rating-container .empty-stars {
	color: #aaa
}
.rating-container .filled-stars {
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
	color: #f55f5f;
	white-space: nowrap;
	overflow: hidden;
	-webkit-text-stroke: 1px #777;
	text-shadow: 1px 1px #999
}
.rating-rtl {
	float: right;
}
.rating-animate .filled-stars {
	transition: width .25s ease;
	-o-transition: width .25s ease;
	-moz-transition: width .25s ease;
	-webkit-transition: width .25s ease
}
.rating-rtl .filled-stars {
	left: auto;
	right: 0;
	-moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
	-o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
	transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0)
}
.rating-rtl.is-star .filled-stars {
	right: .06em
}
.rating-rtl.is-heart .empty-stars {
	margin-right: .07em
}
.rating-container .clear-rating {
	color: #aaa;
	cursor: not-allowed;
	display: inline-block;
	vertical-align: middle;
	font-size: 60%;
	padding-right: 5px;
}
.clear-rating-active {
	cursor: pointer!important
}
.clear-rating-active:hover {
	color: #843534
}
.rating-container .caption {
	color: #999;
}
.rating-rtl .caption {
	margin-right: 5px;
	margin-left: 0
}

@media print {
	.rating-container .clear-rating {
		display: none;
	}
}
/*******BLOG********/

.blog-list {
	font-size: 0;
	margin: 0 -15px;
}
.blog-list li {
	display: inline-block;
	margin-bottom: 30px;
	font-size: 15px;
	vertical-align: top;
	width: 33.333%;
	padding: 0 15px;
}
.blog-list li a {
	color: #f55f5f;
	text-decoration: none;
}
.blog-list li .image-box {
	height: 200px;
}
.blog-details-area .blog-banner {
	/* height: 350px; */
	padding-bottom: 43%;
}
.abs_load {
	width: 100%;
	float: left;
	text-align: center;
	background: #2f2d2d1a;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 99;
}
.loaders {
	width: 100px;
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
.page-height {
	padding: 220px 0;
}
.modal-content2 {
	text-align: center;
	padding: 0 66px;
}
.modal-content2 h1 {
	color: #f55f5f;
	font-size: 27px;
	line-height: 30px;
}
.cookie-notification {
	display: none;
	padding-right: 10px;
	padding-left: 10px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	opacity: 1;
	z-index: 6;
	width: 100%;
	font-size: 13px;
	padding: 14px 0;
}
.cheak-cont {
	font-size: 13px;
	text-align: left;
}
.cheak-cont a {
	color: #f55f5f;
	text-decoration: underline;
}
.comment-list-popup {
	display: block;
	font-size: 0;
	height: 300px;
	overflow-y: auto;
}
.comment-list-popup li {
	font-size: 14px;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.comment-list-popup li figure {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
}
.comment-list-popup li figure img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.comment-list-popup li figcaption {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 100px);
	padding: 0 0 0 7px;
}
.comment-list-popup li figcaption h4 {
	color: #f55f5f;
	font-size: 18px;
	display: block;
	margin-bottom: 0;
}
.comment-list-popup li figcaption .comment-seen {} .comment-list-popup li figcaption .date {} .page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #808080;
	border-color: #cccccc;
}
.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #808080;
	background-color: #fff;
	border: 1px solid #ccc;
}
.sml-strap {
	background: #ababab;
	font-size: 12px;
	white-space: nowrap;
	padding: 1px 5px;
	color: #fff;
	margin-bottom: 6px;
	display: inline-block;
}
.user-items {
	text-align: right;
}
.banner-form-list {
	display: block;
	font-size: 0;
}
.banner-form-list li {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	width: 20%;
	padding: 0 3px;
}
.card-box {
	display: inline-block;
	max-width: 350px;
	color: #fff;
	background: #f55f5f;
	margin-left: 15px;
	box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
	font-size: 16px;
	border-radius: 6px;
}
.card-box p {
	margin-bottom: 4px;
}
.card-box span {
	font-weight: 600;
	font-size: 13px;
	margin-right: 8px;
}
.reset-place {
	padding: 230px 0;
}
.back-btm-details {
	background: #f55f5f;
	color: #fff;
	font-size: 14px;
	padding: 7px 13px;
	position: absolute;
	top: 0;
	left: 0;
}
.back-btm-details:hover {
	background: #808080;
	color: #fff;
}
.profile-image {
	width: 100px;
	height: 100px;
}
.profile-image img {
	width: 100%;
	height: 100%;
}
/*******RESPONSIVE CSS********/

/*kallol css */

select.form-control.form-input > option {
	color: #000;
}
a.models_clients {
	display: block;
	background: #f93232;
	color: #fff;
	border: none;
	text-align: center;
	padding: 15px 39px;
	font-weight: 500;
	text-decoration: none;
	margin: 5px 0;
}
.cropper-container {
	/*width: 500px !important;
    height: 500px !important;*/
	margin: auto;
}
.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
.alert.warning {
    background-color: #ff9800;
    width: 200px;
    position: absolute;
    right: 180px;
    bottom: 129px;
    z-index: 1;
}
.alert.warning::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: #ff9800;
    left: -10px;
    top: 15px;
    transform: rotate(45deg);
}

.thank-modle {
	background: #f9f6d4;
	width: 60%;
	padding: 2rem 1rem;
	border-radius: 10px;
	text-align: center;
  }
  
  .thank-modle h1{
  font-size: 36px;
  }
  
  .thank-modle h1 span{
  color: #f55f5f;
  }
  .thank-modle p {
	margin: auto;
  }
  .thank-modle .verify-msg {
	width: 75%;
	border-radius: 6px;
	padding: 20px 10px;
	color: #f55f5f;
	font-size: 20px;
	border: 1px solid #f55f5f;
	margin: 2rem auto 1rem;
  }
  
  .thank-modle .check-svg {
	font-size: 6rem;
	color: #f55f5f;
  }
  
  .thank-modle .modle-btn {
	color: #fff;
	background: #f55f5f;
	padding: 10px 1rem;
	margin-top: 1rem;
	display: inline-block;
	border-radius: 6px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  }
  
  .thank-modle .modle-btn:hover {
	background: #d64141;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  }
  
  .thankyou-wrapper {
  padding: 4rem 0;
  }

  .modal-btn_footer {
	display: flex;
	justify-content: center;
	flex-flow: row;
  }

  .modal-btn_footer button {
	font-size: 12px;
	margin: 2px 0;
  }

  .modal-btn_footer .row {
	margin: 0 2px;
  }
  .modal-mobile-space{
	top: 7rem;
  }
@media(min-width:1199px) {
	.top-menu .navbar-light .navbar-nav .nav-link {
	   
	    padding: 6px 6px;
	}
	.button-list li a {
	    padding: 6px 6px;
	}
}

@media(max-width:1199px) {
	.top-menu .navbar-light .navbar-nav .nav-link {
	    font-size: 13px;
	}
	.header-logo {
	    max-width: 250px;
	}
	header .container {
	    max-width: 100%;
	    padding: 0 10px;
	}
	.button-list li a {
		padding: 7px 8px;
	}
	.top-menu .navbar-light .navbar-nav .nav-link {
	    padding: 6px 6px;
	}
	.cat-list li .cat-heahing-place {
		font-size: 20px;
		line-height: 1.2
	}
	.profile-btm {
		padding: 15px 24px
	}
	.make-btm {
		padding: 8px 14px;
		margin-right: 0px
	}
	.cat-list li .holder {
		width: 210px;
		height: 210px;
	}
	.cat-list li {
		width: 25%;
	}
}
@media(max-width:1024px) {
	.cat-list li .holder {
		height: 206px;
		width: 204px
	}
}


@media(max-width:992px){
	.modal-btn_footer {
        display: flex;
        justify-content: center;
        flex-flow: column;
    }
}
@media(min-width:992px) {
	.amount-items-area.row .col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
}

@media(max-width:991px) {
	/*HEADER CSS*/
	.menu-row {
	    flex-direction: row-reverse;
	}
	#navbarNavDropdown {
	    position: absolute;
	    top: 100%;
	    width: 100%;
	    background: #fff;
	    left: 0;
	}
	.navbar.navbar-expand-lg.navbar-light {
	    position: static;
	    padding: 0 0 0 8px;
	}
	#navbarNavDropdown ul.navbar-nav {
	    padding: 0 10px 10px;
	}
	.navbar-light .navbar-toggler {
	    padding: 2px 4px;
	    border: 1px solid #f55f5f;
	    outline: 0;
	}
	.navbar-light .navbar-toggler-icon {
	    filter: invert(54%) sepia(8%) saturate(5680%) hue-rotate(317deg) brightness(96%) contrast(101%);
	}
	.top-menu .navbar-light .navbar-nav .nav-link {
	    padding: 10px;
	}
	.top-menu .dropdown:hover .dropdown-menu {
	    border: none;
	    padding: 0;
	}


	.cat-list li .holder {
		height: 190px;
		width: 190px
	}
	.cat-list li .cat-heahing-place {
		font-size: 16px
	}
	.profile-content {
		padding: 0 50px;
		max-width: 660px;
		text-align: right;
	}
	.profile-content .page-heading.white {
		text-align: right;
	}
	.profile-content .page-heading-tagline.white {
		text-align: right;
	}
	.prifile-heading {
		font-size: 39px;
		line-height: 43px
	}
	.medium-heading {
		font-size: 21px;
		line-height: 37px;
		margin-bottom: 8px
	}
	.medium-heading span {
		font-size: 31px
	}
	.big-heading {
		font-size: 38px;
		line-height: 42px
	}
	.details-heading {
		font-size: 26px;
		line-height: 29px
	}
	.matter-place {
		padding: 0 41px
	}
	.job-post {
		text-align: center
	}
	.details-listing {
		text-align: center
	}
	.details-list li {
		font-size: 18px;
		line-height: 19px;
		padding: 20px 0px;
	}
	.listing-box .details-listing {
		text-align: left
	}
	.model-image {
		min-height: 455px
	}
	.model-details-list li {
		font-size: 16px;
		line-height: 22px
	}
	.gal-list li {
		height: 237px
	}
	.post-job-inner {
		padding: 40px 44px 25px
	}
	.table-striped {
		display: block;
		font-size: 0
	}
	.table-striped tbody {
		display: block;
		font-size: 0;
		width: 100%
	}
	.table-striped tr:first-child {
		width: 30%;
		display: inline-block
	}
	.table-striped tr th {
		display: block;
		font-size: 12px;
		padding: 0px 11px;
		height: 48px
	}
	.table-striped tr:last-child {
		width: 70%;
		display: inline-block
	}
	.table-striped tr td {
		display: block;
		font-size: 13px;
		height: 48px;
		padding: 0px 11px;
		white-space: initial;
		word-break: break-all
	}
	.table-striped tr td .profile-btm {
		padding: 8px 14px
	}
	.alert.warning {
    bottom: 254px;
    right: 0;
}
}
@media(max-width:910px) {
	.cat-list li .holder {
		height: 174px;
		width: 174px
	}
	.cat-list li {
		padding: 0px 3px
	}
	.modal-btn_footer {
		display: flex;
		justify-content: center;
		flex-flow: column;
	  }
	  .modal-mobile-space{
		top: 9rem;
	  }
}
@media(max-width:863px) {
	.profile-place {
		min-height: 573px
	}
	.prifile-heading {
		font-size: 29px;
		line-height: 39px;
		margin-bottom: 11px
	}
	.page-heading-tagline {
		font-size: 18px;
		line-height: 18px
	}
	.page-heading {
		font-size: 20px;
		line-height: 26px
	}
	.profile-btm {
		padding: 10px 15px;
		font-size: 12px
	}
	.footer-nav li a {
		padding: 0 13px
	}
}
@media(max-width:800px) {
	.cat-list li .holder {
		height: 148px;
		width: 148px
	}
	.client-signup-wrapper {
		margin: auto
	}
}

@media (min-width: 768px) and (max-width: 990px) {

	.row.no-gutters.align-items-center.nav--inner {
	    display: flex;
	    flex-direction: column;
	    align-content: flex-end;
	}

}

@media (min-width: 768px) {
	.dashboard-area>.container>.row>.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 22.4%;
		flex: 0 0 22.4%;
		max-width: 22.4%
	}
	.dashboard-area>.container>.row>.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 77.6%;
		flex: 0 0 77.6%;
		max-width: 77.6%
	}
	.dashboard-area>.container>.row>.right-sidebar {
		padding-left: 40px
	}
	.dashboard-nav-icon,
	.nav-icon,
	.signup-place .image-box,
	.client-signup-place .image-box,
	.banner .image-box,
	.login-place .image-box {
		display: none
	}
	.mobile-view {
		display: none!important
	}
}

@media(max-width:767px) {

	.inner-main h5{
		line-height: normal;
		font-size: 18px;
	}
	.inner-main h4 {
	    font-size: 18px;
	    line-height: 26px;
	}
	.inner-main h3 {
	    font-size: 16px;
	    line-height: 24px;
	}
	.page-title {
	    font-size: 20px;
	}
	.inner-main p {
	    padding: 10px 0 15px 10px;
	    font-size: 14px;
	    line-height: 22px;
	}
	.details-list h4 {
	    padding: 0 0 5px;
	}
	.modal-content2 h1{
		font-size: 22px;
	}
	.modal-content2 p {
		font-size: 14px;
		line-height: normal;
	}
	.above_18_popup .modal-dialog {
	    width: 95%;
	}
	.above_18_popup .modal-content2 {
	    padding: 0 30px;
	}
	.profile-content {
		max-width: 100%;
		text-align: center;
		padding: 0 15px;
	}
	section.profile-place:after {
	    content: '';
	    position: absolute;
	    background-color: #000;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    opacity: .45;
	    z-index: -1;
	}
	section.profile-place {
	    position: relative;
	    background-size: cover;
	}
	.button-list li.login a, .button-list li.login a:hover {
	    background: transparent;
	    color: #f55f5f;
	    border: none;
	}
	.button-list li a {
	    display: block;
	    padding: 2px;
	    border: unset;
	    text-decoration: underline;
	}
	.header-logo {
	    max-width: 200px;
	}
	.profile_back {
		display: inline-block !important
	}
	.dextop-view {
		display: none !important
	}
	.blog-list li {
		width: 100%
	}
	.search-place .no-gutters>.col,
	.search-place .no-gutters>[class*=col-] {
		padding-right: 3px;
		padding-left: 3px
	}
	.search-place .row.no-gutters {
		margin-right: -3px;
		margin-left: -3px
	}
	.search-place .form-group {
		margin-bottom: 6px
	}
	.banner {
		height: auto
	}
	.login-place {
		background-position: center bottom !important;
		background: none !important;
		padding: 0px 0 52px 0
	}
	.login-place .login-wrapper {
		background: rgba(0, 0, 0, 0.95)
	}
	.signup-place .image-box,
	.client-signup-place .image-box,
	.banner .image-box,
	.login-place .image-box {
		height: 400px
	}
	.login-place .image-box {
		background-position: center right !important
	}
	.banner .image-box {
		position: relative
	}
	.banner-caption {
		top: auto;
		bottom: 0;
		transform: translatey(0%);
		text-align: center;
		padding: 15px
	}
	.client-signup-place .image-box {
		background-position: top center !important
	}
	.signup-place,
	.client-signup-place {
		padding: 0px 0 50px 0;
		background-attachment: fixed !important;
		background: none !important
	}.thankyou-wrapper
	.signup-wrapper {
		background: #F55F5F;
		padding: 20px;
		margin-top: -100px
	}
	.login-place .login-wrapper {
		padding: 20px;
		margin-top: -100px;
		margin-left: auto;
		margin-right: auto
	}
	.client-signup-wrapper {
		background: rgba(0, 0, 0, 0.95);
		padding: 20px;
		margin-top: -100px
	}
	.free-place {
		top: -70px;
		right: -3px;
		left: auto;
		background: rgba(152, 153, 155, 0.5)
	}
	.form-input {
		color: #333;
		background: rgba(255, 255, 255, 0.6)
	}
	.or-place span {
		background: rgb(243, 183, 169)
	}
	.checkbox i {
		border-color: #333
	}
	.checkbox i:before {
		background: #333
	}
	.signup-wrapper,
	.form-check a {
		color: #333
	}
	.form-input::-webkit-input-placeholder {
		color: #333
	}
	.form-input::-moz-placeholder {
		color: #333
	}
	.form-input:-ms-input-placeholder {
		color: #333
	}
	.form-input:-moz-placeholder {
		color: #333
	}
	.post-job-inner {
		margin: -150px auto 49px auto;
		background: rgba(255, 255, 255, 0.5)
	}
	.post-job-inner .graycolor,
	.post-job-inner .sml-heading {
		color: #333
	}
	.button-list li a {
		display: block
	}
	.header .row>div {
		display: flex;
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center
	}
	.header .row > div .logo {
		margin: 0 auto 0 0
	}
	.dashboard-area .user-edit-area {
		text-align: center
	}
	.dashboard-area .left-sidebar {
		margin-bottom: 40px
	}
	.dashboard-nav,
	.main-nav {
		display: none
	}
	.dashboard-nav-icon {
		color: #fff;
		padding: 8px 20px;
		border: 1px #fff solid;
		display: inline-block;
		cursor: pointer;
		margin: 0 auto 20px auto;
		font-size: 18px
	}
	.nav-icon {
		color: #fe876a !important;
		padding: 8px 15px;
		border: 1px #fe876a solid;
		display: inline-block;
		cursor: pointer;
		margin: 0;
		font-size: 18px
	}
	.nav-icon.active {
		color: #fff !important;
		background: #fe876a
	}
	.guide-profile-area .right-side {
		border-left: 0;
		border-top: 1px #e0e0e0 solid
	}
	.guide-profile-area .left-side,
	.guide-profile-area .right-side {
		padding: 0 15px
	}
	.guide-profile-area .left-side {
		padding-top: 20px
	}
	.guide-profile-area .right-side {
		padding-top: 20px;
		margin-top: 20px
	}
	.button-list {
	    display: flex;
	}
	.search-place {
		max-width: 522px;
		width: 100%;
		margin-top: 20px
	}
	.select-style {
		background: #fff url(../images/dropdown.png) no-repeat 98% center
	}
	.profile-place {
		z-index: 5
	}
	.listing-box {
		padding: 20px 20px
	}
	.listing-box .details-listing li {
		display: block;
		margin-right: 0;
		margin-bottom: 4px
	}
	.listing-box .job-post {
		text-align: left
	}
	.listing-heading {
		font-size: 20px
	}
	.model-details-list {
		margin: 16px 0 0
	}
	.gal-list li {
		height: 327px;
		width: 50%
	}
	table.responsive-table {
		border: 0
	}
	table.responsive-table caption {
		font-size: 1.3em
	}
	table.responsive-table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px
	}
	table.responsive-table tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em
	}
	table.responsive-table td {
		border-bottom: 1px solid #ddd;
		display: block;
		text-align: right
	}
	table.responsive-table td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase
	}
	table.responsive-table td:last-child {
		border-bottom: 0
	}
	table.responsive-table .text-center {
		text-align: right !important
	}
	.cart-area table.responsive-table.cart-table .img-user {
		display: inline-block
	}
	.cart-area table.responsive-table.cart-table .quantity {
		display: inline-block
	}
	table.responsive-table .title {
		font-size: 14px
	}
	.medium-heading {
		line-height: 27px;
		margin-bottom: 0
	}

	.profile-place {
		min-height: 370px;
	}
	.prifile-heading {
		font-size: 26px;
		line-height: 33px;
		margin-bottom: 4px
	}
	.banner {
		padding-bottom: 78%
	}
	.header.dashboard-header .container .logo {
		margin: 0 auto 15px
	}
	.user-items {
		text-align: center;
		display: block;
		width: 100%
	}
	.banner-form-list li {
		display: block;
		width: 100%
	}
	.uploader__file-list__item .uploader__file-list__button {
		opacity: 1;
		visibility: visible
	}
	.profile-image {
		max-width: 160px;
		margin-bottom: 15px
	}
	
}

@media(max-width:680px) {
	.cat-list li .holder {
		height: 124px;
		width: 124px
	}
	.footer-nav li a {
		padding: 0 10px;
		font-size: 13px
	}
	.profile-place {
		min-height: 650px;
		background-size: 100%;
		background-position: bottom left;
	}
	.profile-content .page-heading.white, .profile-content .page-heading-tagline.white {
		text-align: center;
	}
}

@media(max-width:643px) {
	.login-place {
		background-size: 129% !important
	}
}

@media(max-width:580px) {
	.cat-list li .holder {
		height: 160px;
		width: 160px;
	}
	.cat-list li {
		padding: 0px 15px;
		width: 48%;
		margin-bottom: 15px;
	}
	.medium-heading {
		line-height: 25px;
		margin-bottom: 0;
		font-size: 17px
	}
	.big-heading {
		font-size: 32px;
		line-height: 40px
	}
	.footer-nav li {
		display: block;
		margin-bottom: 12px
	}
	.banner {
		padding-bottom: 94%
	}
	.login-place {
		background-size: 142% !important
	}
	.profile-place {
		min-height: 590px;
	}
}
@media(max-width:575px) {
	.chat-box-area.row .chat-list-area {
		height: 178px;
		border-bottom: 1px solid #e4e4e4;
		background: #f3f3f3
	}
	.chat-box-area.row .chat-message-box {
		height: 297px
	}
}
@media(max-width:520px) {
	.profile-place {
		min-height: 560px;
	}
	.matter-place {
		padding: 0 21px;
		font-size: 15px;
		line-height: 25px
	}
	.details-heading {
		font-size: 19px;
		line-height: 27px
	}
	.place {
		font-size: 15px
	}
	.details-list li {
		font-size: 15px;
		line-height: 18px
	}
	.prifile-heading {
		font-size: 21px;
		line-height: 31px
	}
	.page-heading {
		font-size: 17px;
		line-height: 25px
	}
	.page-heading-tagline {
		font-size: 16px;
		line-height: 19px
	}
	.login-place {
		background-size: 160% !important
	}
}
@media(max-width:496px) {
	.banner {
		padding-bottom: 122%;
		background-size: 192% !important;
		background-position: 68% center !important
	}
}
@media(max-width: 480px) {
	.login-place .login-wrapper{
		width: 100%;
	}
	.top-menu .navbar {
	    padding: 0 0 0 5px;
	}
	.navbar-light .navbar-toggler{
		font-size: 10px;
	}
	.navbar-light .navbar-toggler-icon {
	    width: 16px;
    	height: 16px;
	}
	.profile-place {
		min-height: 540px;
	}
	.cat-list li {
		padding: 0px 10px;
		width: 49%;
	}
	.logo img {
		width: 110px;
	}
	.cat-list li .holder {
		height: 140px;
		width: 140px;
	}
	.cat-list {
		margin: 30px -15px 0 -15px
	}
	.search-place .input-style,
	.search-place select.select-style.form-control:not([size]):not([multiple]),
	.search-place .search-btm-style {
		height: 36px
	}
	.search-place .search-btm-style {
		padding: 11px 0
	}
	.login-place {
		background-size: 178% !important
	}
	.button-list li a {
		font-size: 10px;
		padding: 0;
	}
	.details-listing li {
		font-size: 13px;
		display: block;
		margin-right: 0;
		margin-bottom: 10px
	}
}
@media(max-width:456px) {
	.login-place .login-wrapper {
		width: 100%;
		padding: 20px
	}
	.medium-heading {
		font-size: 19px;
		line-height: 31px
	}
	.medium-heading span {
		font-size: 28px
	}
	.big-heading {
		font-size: 34px;
		line-height: 35px
	}
	.page-heading-tagline {
		font-size: 16px;
		line-height: 17px
	}
	.profile-btm {
		padding: 11px 11px;
		font-size: 12px
	}
	.footer-nav li {
		display: block;
		margin-bottom: 14px
	}
	.gal-list li {
		height: 274px;
		width: 46%
	}
}

@media(max-width:388px) {
	.profile-place {
		min-height: 510px;
	}
	.medium-heading {
		font-size: 16px;
		line-height: 28px;
	}
	.medium-heading span {
		font-size: 18px
	}
	.big-heading {
		font-size: 29px;
		line-height: 31px
	}
	.page-heading {
		font-size: 18px;
		line-height: 23px
	}
	.page-heading-tagline {
		font-size: 14px;
		line-height: 24px
	}
	.prifile-heading {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 15px
	}
	.category-place {
		margin-bottom: 42px
	}
	.gal-list li {
		height: auto;
		width: 100%
	}
	.post-job-inner {
		padding: 28px 23px 25px
	}
	.popup-box-area .popup-box {
		width: auto;
		margin: 0 15px
	}
	.banner {
		padding-bottom: 153%;
		background-size: 246% !important
	}
	.prifile-heading {
		font-size: 17px;
		line-height: 22px
	}
	.page-heading {
		font-size: 16px;
		line-height: 23px
	}
	.big-heading {
		font-size: 25px;
		line-height: 26px
	}
	.copyright {
		font-size: 12px
	}
	.login-place {
		background-size: 218% !important
	}
}
@media(max-width:350px) {
	.login-place {
		background-size: 244% !important
	}
}
ul.pagination li {
    padding: 5px;
}
.hmee {
    margin-top: 30px;
    margin-bottom: 0px;
}
.hmee li a{
	color:#f55f5f;
	font-weight: 500;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 5000;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdownservices:hover .dropdown-content {display: block;}

/* thank you modle */
