.vfx-item-green {
	background: #4ba000;
}
.vfx-item-orange {
	background: #f91;
}
.vfx-item-blue-violet {
	background: #19c5f9;
}
.vfx-item-blue {
	background: #3519f9;
}
.vfx-dashboard-top-header {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 275px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
	right: 0;
}
.vfx-dashboard-top-header .vfx-site-navbar-area.vfx2 {
	margin-left: -28px;
	border-bottom: none;
}
.vfx-dashboard-top-header .vfx-mobile-navigation-menu {
	left: 0;
	transform: translateX(-110%);
}
.offcanvas-menu .vfx-mobile-navigation-menu {
	transform: translateX(0%);
}
.mobile-bar span {
	padding: 0;
	margin-right: 0;
}
.vfx-dashboard-top-header .section__content {
	top: 50%;
	transform: translateY(-50%);
}
.sub-header-mobile-2 .header__tool .vfx-header-button-item {
	color: #a9b3c9;
}
.bootstrap-tagsinput .label-info {
    background-color: #4ba000;
	border-radius: 12px;
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 10px;
}
.header-button {
	float: right;
	display: inline-flex;
}
.header-button .vfx-header-button-item {
	cursor: pointer;
}
.header-button .vfx-header-button-item:first-child {
	padding-left: 0;
	margin-right: 15px;
}
.header-button .vfx-header-button-item>i {
	font-size: 24px;
	margin-top: 0px;
	background: #ececec;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	line-height: 42px;
	font-weight: 600;
}
.header-button .vfx-header-button-item .search-dropdown {
	top: 52px;
}
.header-button .vfx-header-button-item .vfx-notifi-dropdown {
	top: 56px;
	left: auto;
	right: -68px;
	border-radius:6px;
	transform-origin: right top;
}
.vfx-header-button-item {
	/*position: relative;*/
	display: flex;
	align-items: center;
}
.vfx-header-button-item img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}
.vfx-header-button-item span {
	font-weight: 400;
	color: #999;
	position: relative;
	text-transform:capitalize;
	display: flex;
	align-items: center;
	text-align:left;
}
.vfx-header-button-item span div{
	text-transform:capitalize;	
}
.vfx-header-button-item span i {
	margin-left: 5px;
}
.has-noti>i {
	position: relative;
}
.has-noti>i:after {
	content: '';
	height:10px;
	width:10px;
	background: #ff4b5a;
	position: absolute;
	border-radius: 100%;
	top: 2px;
	right: 2px;
}
.bg-c1 {
	display: flex;
	margin-top: 10px;
}
.bg-c1 i {
	font-size: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	color: #fff !important;
}
.bg-c1.red i {
	background: #E91E63;
}
.bg-c1.orange i {
	background: #f91;
}
.bg-c1.green i {
	background: #1ec38b;
}
.vfx-setting-menu {
	position: absolute;
	min-width: 200px;
	top: 55px;
	right:0;
	background: #fff;
	text-align: left;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	opacity:0;
	display:none !important;
	transition: all .5s ease;
	border: 5px solid #e6e6e6;
}
.vfx-setting-menu .vfx-account-dropdown-item-area a {
	color: #555;
}
.vfx-setting-menu .vfx-account-dropdown-item-area a:hover {
	color: #fff;
}
.show-sidebar {
	top: 55px;
	opacity:1;
	z-index:9;
	display:block !important;
}
.section-padding {
    padding: 50px 0 40px;
}
.profile-sec-1 {
    background-color: #f5f6f7;
    padding: 25px 15px;
	margin:30px 0;
    border-radius: 4px;
	box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.12);
}
.img-profile img.img-rounded {
    border-radius: 80px;
    width: 150px;
    display: block;
    margin: 0 auto;
    text-align: center;
    height: auto;
}
.profile_title_item {
    color: #464646;
    text-align: center;
    margin-top: 15px;
	margin-bottom:20px;
}
.profile_title_item h5 {
    margin-bottom: 3px;
}
.profile_title_item p {
    margin-bottom: 15px;
}
.profile_title_item a, .membership_plan_dtl a {
    background: #4ba000;
    padding: 6px 20px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    border: 0px solid transparent;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    color: #ffffff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.profile_title_item a:hover, .membership_plan_dtl a:hover {
    background: #424242;
    color: #fff;
    border: 0px solid #4ba000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.member-ship-option {
    border-radius: 10px;
    background: #fff;
    color: #464646;
    padding: 20px;
	margin-bottom:20px;
    border: 3px solid rgba(0, 0, 0, 0.1);
}
.member-ship-option h5 {
    margin-top: 0;
    margin-bottom: 15px;
}
.member-ship-option p {
    color: #6a6a6a;
    margin-bottom: 3px;
}
.member-ship-option div a {
    background: #4ba000;
    border: 2px solid transparent;
    color: #ffffff;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 5px;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
    border-radius: 6px;
    padding: 5px 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    display: inline-block;
}
.member-ship-option div a:hover {
    background: #ffffff;
	background-color: rgb(255, 255, 255);
    color: #4ba000;
    background-color: transparent;
    border: 2px solid #4ba000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.vfx-header-button-item {
	cursor: pointer;
}
.vfx-notifi-dropdown--no-bor {
	border: none;
}
.vfx-notifi-dropdown .vfx-notification-item {
	cursor: pointer;
}
.vfx-account-dropdown-item-area{
	border-bottom:1px solid #ddd;
}
.vfx-account-dropdown-item-area:last-child{
	border-bottom:0;
}
.vfx-account-dropdown-item-area a {
	display: block;
	color: #333;
	padding: 6px 10px;
	font-size: 14px;
	font-weight: 400;
	transition: 0.5s;
}
.vfx-account-dropdown-item-area a:hover {
	background: #4ba000;
	color: #fff;
}
.vfx-account-dropdown-item-area a i {
	background: rgba(0, 0, 0, 0.06);
    font-size: 18px;
    position: relative;
    padding: 6px 11px;
    border-radius: 30px;
    margin-right: 6px;
    color: #666;
    -webkit-font-smoothing: antialiased;
    transition: 0.3s;
    width: 34px;
    height: 34px;
    line-height: 22px;
	display: inline-block;
}
.vfx-account-dropdown-item-area a:hover i {
	background: #ffffff;
	color: #323232;
}
.vfx-account-dropdown-footer {
	border-top: 1px solid #f2f2f2;
}
.vfx-account-dropdown-footer a {
	display: block;
	color: #333;
	padding: 15px 25px;
	font-size: 14px;
}
.vfx-account-dropdown-footer a:hover {
	background: #4272d7;
	color: #fff;
}
.vfx-account-dropdown-footer a i {
	line-height: 1;
	margin-right: 20px;
	font-size: 18px;
	vertical-align: middle;
}
.vfx-notifi-dropdown, .setting-dropdown {
	position: absolute;
	z-index: 9999;
	min-width: 340px;
	background: #fff;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	transform: scale(0);
	transition: all 0.4s ease;
	transform-origin: left top;
	top: 100%;
	left: 0;
}
.vfx-notifi-title {
	padding: 22px;
	border-bottom: 1px solid #f2f2f2;
	cursor: default;
}
.vfx-notifi-title p {
	line-height: calc(29/14);
	font-size: 14px;
	color: #808080;
}
.vfx-notifi-footer a {
	display: block;
	text-transform: capitalize;
	text-align: center;
	font-size: 14px;
	color: #4272d7;
	padding: 24px 0;
}
.vfx-notifi-footer a:hover {
	color: #3868cd;
}
.vfx-notifi-dropdown {
	left: -117px;
	top: 49px;
}
.vfx-notifi-dropdown::before {
	left: 63px;
}
.vfx-notification-item {
	display: flex;
	padding: 19px 22px;
	padding-bottom: 14px;
	border-bottom: 1px solid #f2f2f2;
	transition: all 0.5s ease;
}
.vfx-notification-item:hover {
	background: #f7f7f7;
	border-radius:6px 6px 0 0;
}
.vfx-notification-item .img-cir {
	position: relative;
	margin-right: 15px;
}
.vfx-notification-item .img-cir i {
	font-size: 22px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.vfx-notification-item .content {
	width: calc(100% - 55px);
	text-align: left;
	font-size: 14px;
}
.vfx-notification-item .content p {
	color: #555;
	line-height: 1.5;
	padding-top: 0;
	margin-bottom: 5px;
}
.vfx-notification-item .content p b{
	font-weight:600;
}
.vfx-notification-item .content .date {
	font-size: 12px;
	color: #999;
}
.vfx-notification-bottom-btn a {
	color: #666;
	font-weight: 400;
}
.vfx-dashboard-content-area {
    background: linear-gradient(to bottom,rgba(0,0,0,0.02) 0%,rgba(255,255,255,1));
	padding-top:30px;
}
.vfx-sidebar-menu {
	width: 275px;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	overflow-y: auto;
	height: 100vh;
	transition: all 0.5s ease;
	z-index: 1000;
}
.vfx-sidebar-menu .logo {
	text-align: center;
	padding: 20px 0 21px 0;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.vfx-sidebar-menu .logo a img {
	max-width: 178px;
}
.navbar-sidebar {
	padding: 35px;
	padding-bottom: 0;
}
.navbar-sidebar .vfx-navbar-list li a {
	display: block;
	color: #555;
	font-size: 16px;
	padding: 15px 0;
}
.navbar-sidebar .vfx-navbar-list li a i {
	margin-right: 19px;
}
.navbar-sidebar .vfx-navbar-list li a:hover {
	color: #4272d7;
}
.navbar-sidebar .vfx-navbar-list li.active>a {
	color: #4272d7;
}
.vfx-sub-has {
	position: relative;
}
.vfx-navbar-mobile-sub-list {
	display: none;
	padding-left: 30px;
	background: #fff;
}
.header-mobile .navbar-mobile .vfx-navbar-mobile-sub-list li a {
	padding-left: 15px;
}
.hamburger.is-active .hamburger-box .hamburger-inner:after {
	transform: translate3d(0, -12px, 0) rotate(-90deg);
}
.show-dropdown .js-dropdown {
	transform: scale(1);
}
.account-img {
	padding: 25px 25px 10px 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.account-img img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.vfx-menu-sidebar-content {
	height: calc(100vh - 72px);
	/*border-right: 1px solid #e5e5e5;*/
	position: relative;
	background: #323232;
	padding-top: 15px;
}
.vfx-menu-sidebar-content .name {
	text-transform: capitalize;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 40px;
	color: #aeb7c2;
	text-align: center;
}
.vfx-menu-sidebar-content>a {
	font-size: 14px;
	color: #999;
}
.vfx-menu-sidebar-content>a:hover {
	color: #666;
}
.navbar-sidebar2 .vfx-navbar-list li {
	position: relative;
	cursor: pointer;
	transition: 0.5s;
}
.navbar-sidebar2 .vfx-navbar-list li .arrow {
	position: absolute;
	right: 15px;
	top: 0;
	text-align: center;
	vertical-align: middle;
	height: 63px;
	width: 63px;
	line-height: 63px;
	transition: all 0.5s ease;
}
.navbar-sidebar2 .vfx-navbar-list li .arrow.up {
	transform: rotate(-180deg);
}
.navbar-sidebar2 .vfx-navbar-list li .arrow i {
	font-size: 16px;
	color: #999;
}
.navbar-sidebar2 .vfx-navbar-list li a.active, .navbar-sidebar2 .vfx-navbar-list li:hover {
	color: #4ba000;
	background:rgba(255, 255, 255, 0.1);
}
.navbar-sidebar2 .vfx-navbar-list li a {
	font-size: 15px;
	color: #ffffff;
	display: block;
	padding: 8px 15px;
	border-bottom:1px solid rgba(255, 255, 255, 0.12);
}
.navbar-sidebar2 .vfx-navbar-list li a:hover{
	color: #4ba000;
}
.navbar-sidebar2 .vfx-navbar-list li a>i {
	margin-right: 15px;
	width: 20px;
	font-size: 18px;
	display: inline-block;
	text-align: center;
}
.navbar-sidebar2 .vfx-navbar-list li.active>a {
	color: #4ba000;
}
.navbar-sidebar2 .vfx-navbar-sub-list {
	display: none;
}
.vfx-navbar-sub-list.vfx-js-sub-list {
	background-color: #323232;
}
.vfx-navbar-sub-list.vfx-js-sub-list li {
	padding-left: 0;
}
.vfx-navbar-sub-list.vfx-js-sub-list li a {
	padding: 6px 20px 6px 50px;
	font-size: 14px;
}
.navbar-sidebar2 .vfx-navbar-list li.vfx-sub-has>a {
	position: relative;
}
.navbar-sidebar2 .vfx-navbar-list li.vfx-sub-has>a:after {
	position: absolute;
	top: 16%;
	left: 90%;
	content: "\f3d0";
	font-family: "Ionicons";
	font-size: 18px;
}
.inbox-num {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 22px;
	font-size: 11px;
	color: #fff;
	border-radius: 4px;
	font-weight: 600;
}
.inbox-num.active {
	background: #4ba000;
}
.inbox-num.pending {
	background: #FFBB28;
}
.inbox-num.expired {
	background: #f91942;
}
.review-rate {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #1CBBB4;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 1.9;
	font-size: 13px;
	font-weight: 500;
}
.header-wrap2 {
	display: flex;
	justify-content: flex-end;
}
#vfx-dashboard-titlebar {
    position: relative;
    background-image: url(../images/breadcrumb-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#vfx-dashboard-titlebar::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .2;
}
.utf-dashboard-headline-item {
    display: block;
    position: relative;
    margin-bottom: 0px;
    padding: 40px 35px;
    border-bottom: 1px solid #eeeeee;
}
.utf-dashboard-headline-item h3 {
    display: block;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
	margin:0;
}
#breadcrumbs {
    position: absolute;
    right: 15px;
    display: inline-block;
    font-size: 14.7px;
    top: 50%;
    transform: translateY(-51%);
    font-weight: 600;
    border-radius: 4px;
    color: #ffffff;
	z-index:99;
}
#breadcrumbs ul {
    margin: 0;
    padding: 0;
    line-height: 24px;
}
#breadcrumbs ul li:first-child {
    margin-left: 0;
}
#breadcrumbs ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 7px;
        margin-left: 7px;
}
#breadcrumbs ul li:first-child::before {
	display:none
}
#breadcrumbs ul li::before {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #f9f9f9;
    font-size: 14px;
    margin-right: 12px;
}
#breadcrumbs ul li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #ffffff;
    font-weight: 500;
}
#breadcrumbs ul li a:hover{
	color: #4ba000;
}
@media (max-width: 768px) {
.utf-dashboard-headline-item {
    text-align: center;
    padding: 20px 10px;
    margin:15px;
    border-radius: 4px;    
}
#vfx-dashboard-titlebar::before {
    border-radius: 4px;
}
#titlebar #breadcrumbs, .utf-dashboard-headline-item #breadcrumbs {
    right: 0;
    position: relative;
    top: 0;
    transform: none;
    margin-top: 3px;
    max-width: 100%;
}
}
.vfx-dashboard-bookings, .vfx-dashboard-review-wrap, .dash-add-listing, .vfx-recent-activity, .vfx-dashboard-invoice-panel, .vfx-dashboard-add-list-wrap, .inbox-wrap, .vfx-popular-listing {
	border-radius: 4px;
}
.review-title h5, .inbox-title h5, .vfx-act-title h5 {
	color: #ffffff;
	margin-bottom: 0;
	line-height: 1;
	font-size: 18px;
	font-weight: 600;
	text-transform:capitalize;
}
.review-title h5 i, .inbox-title h5 i, .vfx-act-title h5 i {
	margin-right: 10px;
	color: #999;
}
.vfx-act-title {
	background-color: #424242;
	border-radius: 4px;
	padding:15px 20px;
	margin-top:0px;
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
}
.act-desc {
	font-size: 15px;
	font-weight: 400;
}
.vfx-recent-activity .act-wrap .act-desc {
	margin-bottom: 20px;
}
.vfx-recent-activity .act-wrap .alert:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.vfx-recent-activity .act-wrap .alert {
	margin-bottom: 25px;
	background: #f5f6f7;
	position: relative;
	border-radius: 4px;
	color: #666;
	padding-top:15px;
	padding-bottom:15px;
}
.vfx-recent-activity .act-wrap .alert.br-o {
	border-left: 5px solid #f91;
}
.vfx-recent-activity .act-wrap .alert.br-b {
	border-left: 5px solid #4ba000;
}
.act-wrap .alert>i {
	font-size: 20px;
	background: #f1f1f1;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
}
.act-wrap li {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}
.act-wrap li span.review-stat {
	font-weight: 600;
    color: #4ba000;
    text-transform: capitalize;
}
.act-wrap button.close span i {
	font-size: 22px;	
}
#buyers {
	height: 400px !important;
	width: 100% !important;
}
.vfx-most-viewed-item {
	display: flex;
	position: relative;
	border-bottom: 1px solid #ddd;
	padding-bottom: 18px;
	margin-bottom: 18px;
}
.vfx-most-viewed-img {
	flex: 1;
	max-width: 180px;
	position: relative;
}
.vfx-most-viewed-img a {
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.vfx-most-viewed-img a img {
	object-fit: cover;
	height: 125px;
	width: 100%;
	border-radius: 4px;
}
.fileupload_block .gallery{
	position:relative;
}
.vfx-most-viewed-img .vfx-feature-text {
	top: 10px;
	right: 3px;
	left: 10px;
	z-index: 10;
}
.vfx-most-view-detail h3 {
	font-size: 18px;
	position: relative;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 1.2;
}
.vfx-most-view-detail h3 a:hover{
	color:#4ba000;
}
.vfx-most-view-detail span {
	font-size: 15px;
	font-weight: 300;
	display: inline-block;
}
.vfx-most-view-detail .vfx-list-address i {
	margin-right: 5px;
	color:#ec2b2b;
}
.vfx-most-view-detail {
	flex: 1;
	padding-left: 25px;
}
.vfx-most-view-detail p{
	font-size:14px;
}
.vfx-most-view-detail .vfx-trend-open-price {
	padding: 7px 12px;
	line-height: 1;
	background: #4ba000;
	color:#ffffff;
	margin-top: 0px;
	border-radius: 4px;
}
.vfx-most-view-detail .category .list-bg {
	width: 25px;
	height: 25px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
}
.list-bg.violate {
	background: #990099;
}
.list-bg.red {
	background: #FF8580;
}
.list-bg.aqua {
	background: #1CBBB4;
}
.vfx-most-view-detail .category span i {
	font-size: 14px;
}
.vfx-most-view-detail .ratings, .vfx-most-view-detail .views {
	display: inline-block;
	margin-top: 5px;
}
.vfx-most-view-detail .views {
	padding-left: 20px;
	position: relative;
}
.vfx-most-view-detail .views:before {
	position: absolute;
	top: 0;
	left: 10%;
	content: "|";
}
.vfx-most-view-detail .views span {
	font-weight: 500;
}
.vfx-most-view-detail .ratings i {
	color: #FFB52D;
}
.vfx-most-view-detail a.category {
	color: #777;
	font-weight: 400;
}
.vfx-most-viewed-item .vfx-listing-button .btn.vfx2 {
	margin-right: 10px;
}
.vfx-listing-button {
	position: absolute;
	right: 10px;
	top: 20%;
}
.vfx-listing-button .btn.vfx3 {
	padding: 6px 10px;
	font-weight: 600;
	background: transparent;
	border: 2px solid #4ba000;
	color: #4ba000 !important;
	transition: 0.5s;
}
.vfx-listing-button .btn.vfx3 i, .vfx-listing-button .btn.vfx4 i{
	margin-right:0;
}
.vfx-listing-button .btn.vfx3:hover {
	background: #4ba000;
	color: #fff !important;
	border: 2px solid transparent;
}
.vfx-listing-button a:first-child {
	margin-right: 10px;
}
.vfx-listing-button .btn.vfx4 {
	padding:3px;
	font-weight: 400;
	width:36px;
	height:36px;
	text-align:center;
	line-height:26px;
	background: #4ba000;
	border: 2px solid transparent;
	color: #fff !important;
	transition: 0.5s;
}
.vfx-listing-button .btn.vfx4:hover {
	background: transparent;
	color: #4ba000 !important;
	border: 2px solid #4ba000;
}
.vfx-listing-button .btn.vfx4:hover i {
	color: #4ba000;
}
.vfx-dashboard-review-wrap .vfx-single-review-item {
	border-top: none;
	border-left: none;
	border-right: none;
	box-shadow: none;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.vfx-dashboard-review-item-wrap .vfx-customer-review {
	margin-bottom: 10px;
}
.vfx-dashboard-review-item-wrap .vfx-single-review-item:last-child {
	border-bottom: none !important;
	margin-bottom: 0;
	padding-bottom: 0;
}
.vfx-dashboard-review-wrap .vfx-single-review-item .vfx-customer-review-wrap-item {
	border-bottom: none;
	padding: 0;
}
.vfx-dashboard-review-wrap .vfx-single-review-item .vfx-customer-review-wrap-item .review-img {
	margin-top: 20px;
}
.vfx-dashboard-review-wrap .vfx-single-review-item .vfx-customer-review-wrap-item .list-ratings i {
	color: #FFB52D;
	font-size: 16px;
}
.vfx-dashboard-review-wrap .vfx-single-review-item .review-item__description {
	margin-top: 10px;
}
.vfx-dashboard-review-wrap .vfx-single-review-item .review-header {
	margin-bottom: 0;
}
.vfx-dashboard-review-wrap .vfx-single-review-item .review-header .review-item__content {
	margin: 5px 0 0 0;
}
#reply-review .modal-content {
	padding: 0;
}
#reply-review .modal-header {
	padding: 35px;
}
#reply-review .modal-dialog {
	max-width: 600px;
}
#reply-review .modal-body {
	padding: 35px;
}
#reply-review .modal-body textarea {
	border-radius: 5px;
	border: 1px solid #d9d9d9;
	width: 100%;
}
#reply-review .modal-header .close span {
	background: #ddd;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: inline-block;
}
#reply-review .modal-header .close span i {
	font-size: 30px;
	line-height: 36px;
}
.vfx-dashboard-review-item-wrap .review-item__image {
	border-radius: 5px;
	height: 100px;
	width: 120px;
}
.vfx-dashboard-review-item-wrap .review-item__post-title {
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1.2;
}
.vfx-dashboard-review-item-wrap .list-ratings {
	line-height: 1;
}
.vfx-dashboard-review-item-wrap .review-item__date {
	margin: 12px 0 0;
}
.vfx-dashboard-review-item-wrap .vfx-customer-content p {
	margin: 6px 0 10px;
}
.inbox-title {
	padding: 0 30px;
}
.au-inbox-wrap.show-chat-box {
	transform: translateX(-50%);
}
.au-inbox-wrap {
	display: flex;
	width: 200%;
	transition: all 0.5s ease;
}
.au-chat {
	width: 50%;
	padding: 30px;
	background: #fff;
}
.au-chat__title {
	border-bottom: 1px solid #f2f2f2;
}
.au-chat-info {
	display: flex;
	align-items: center;
	padding: 12px 40px;
}
.au-chat-info .avatar-wrap {
	float: none;
	display: inline-block;
	margin-bottom: 0;
}
.avatar-wrap {
	position: relative;
	float: left;
}
.avatar--small {
	height: 50px;
	width: 50px;
}
.avatar {
	height: 60px;
	width: 60px;
	border-radius: 100%;
	overflow: hidden;
}
.online .avatar::after {
	background: #63c76a;
}
.avatar::after {
	content: '';
	display: block;
	height: 15px;
	width: 15px;
	background: #ccc;
	border: 2px solid #fff;
	border-radius: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.au-chat-info .nick {
	margin-left: 15px;
}
.au-chat-info .nick a {
	font-weight: 600;
	font-size: 16px;
	color: #333;
}
.au-chat-info .nick a:hover {
	color: #666;
}
.au-chat__content {
	overflow: auto;
	padding: 30px 40px;
	padding-bottom: 30px;
	padding-bottom: 0;
	position: relative;
}
.recei-mess-wrap {
	text-align: center;
	position: relative;
}
.recei-mess__inner {
	display: flex;
	margin-top: 6px;
}
.recei-mess__inner .avatar--tiny {
	align-self: flex-end;
	justify-self: flex-start;
	margin-right: 10px;
}
.recei-mess-list {
	width: calc(100% - 42px);
}
.recei-mess {
	background: #f2f2f2;
	border-radius: 8px;
	padding: 12px 25px;
	max-width: 390px;
	margin-bottom: 2px;
	text-align: left;
}
.recei-mess-list .recei-mess:last-child {
	margin-bottom: 0;
}
.send-mess-wrap {
	text-align: center;
	margin-top: 20px;
	position: relative;
}
.send-mess__inner {
	margin-top: 6px;
	display: flex;
	justify-content: flex-end;
}
.send-mess {
	background: #4ba000;
	color: #fff;
	border-radius: 8px;
	padding: 12px 25px;
	max-width: 390px;
	margin-bottom: 4px;
	text-align: left;
}
.au-chat-textfield {
	padding: 40px;
}
.au-form-icon {
	position: relative;
}
.au-form-icon .au-input {
	padding-right: 80px;
	margin-bottom: 25px;
}
.au-input--h65 {
	line-height: 63px;
	font-size: 16px;
	color: #808080;
}
.au-input--full {
	width: 100%;
}
.au-input {
	line-height: 43px;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	color: #666;
	padding: 0 17px;
	padding-right: 17px;
	border-radius: 3px;
	transition: all 0.5s ease;
}
.au-input-icon {
	position: absolute;
	top: 1px;
	right: 12px;
	text-align: center;
	display: block;
}
.au-input-icon i {
	font-size: 20px;
	color: #999;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.au-message {
	width: 48.5%;
	background: #fff;
}
.au-message p {
	color: #808080;
}
.au-message__footer {
	text-align: center;
	padding-top: 15px;
}
.au-message-list {
	height: auto;
	position: relative;
	padding: 0 30px 30px 0;
}
.au-message__noti {
	padding: 25px 15px;
	padding-left: 40px;
	padding-bottom: 22px;
	border-bottom: 1px solid #f2f2f2;
}
.au-message__noti p {
	font-size: 14px;
}
.au-message__noti p span {
	font-weight: 600;
}
.au-message__item {
	border-bottom: 1px solid #f2f2f2;
	cursor: pointer;
	transition: all 0.5s ease;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.au-message-list .au-message__item:last-child {
	margin-bottom: 0;
}
.au-message__item.unread h5.name {
	position: relative;
	display: inline-block;
}
.au-message__item.unread h5.name:after {
	position: absolute;
	content: "New";
	top: 0;
	right: -50px;
	background: #f91;
	padding: 0 5px;
	color: #fff;
	font-size: 13px;
	border-radius: 5px;
}
.au-message__item-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.au-message__item-time {
	margin-top: 26px;
}
.au-message__item-time span {
	font-size: 14px;
	color: #808080;
}
.au-message__item-text .text {
	margin-left: 60px;
	padding: 7px 0;
	padding-left: 23px;
}
.au-message__item-text .text .name {
	font-size: 16px;
	font-weight: 600;
	color: #666;
	margin-bottom: 2px;
}
.au-message__item-text .text p {
	color: #808080;
}
.avatar--tiny {
	height: 32px;
	width: 32px;
}
.avatar--tiny::after {
	display: none;
}
.au-message__item.unread .au-message__item-text .text .name {
	color: #333;
}
.au-message__item.unread .au-message__item-text .text p {
	color: #333;
}
.au-chat--border .au-chat__title {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.au-chat--border .au-chat__content {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.au-chat--border .au-chat-textfield {
	border: 1px solid #e5e5e5;
	border-top: none;
}
.au-chat-info {
	display: flex;
	align-items: center;
}
.au-chat__content2 .recei-mess {
	max-width: 240px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.au-chat__content2 .send-mess {
	max-width: 240px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.select_plan {
    background: #ffffff;
    border-radius: 10px;
    border: 3px solid rgba(0, 0, 0, 0.05);
    padding: 30px 10px;
    text-align: center;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.select_plan h5.color-up {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: none;
}
.member-ship-option p {
    color: #6a6a6a;
    margin-bottom: 5px;
}
.member-ship-option a {
    background: #4ba000;
    padding: 6px 20px;
    border: 0px solid #4ba000;
    border-radius: 30px;
    color: #ffffff;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.member-ship-option a:hover {
    background: #ffffff;
    color: #4ba000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.select_plan:hover h5, .select_plan:hover h5 span, .select_plan:hover p {
    color: #fff;
}
.select_plan:hover {
    background: rgba(0, 0, 0, 0.9) !important;
    border: 3px solid rgba(255, 255, 255, 0.30);
    box-shadow: 0 2px 25px rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.membership_plan_block {
    background-color: #f5f6f7;
	padding: 25px 15px;
	border-radius: 4px;
	width:100%;
	box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.12);
    display: inline-block;
}
.membership_plan_dtl {
    text-align: left;
}
.membership_plan_dtl h5 {
    font-size: 20px;
    color: #464646;
    text-transform: none;
    font-weight: 600;
    line-height: 28px;
    margin-top: 0;
    position: relative;
    margin-bottom: 30px;
}
.membership_plan_dtl h5::before {
    background: #4ba000;
    content: "";
    height: 3px;
    width: 40px;
    position: absolute;
    bottom: -8px;
}
.membership_plan_dtl p {
    color: #464646;
}
.membership_plan_dtl p b {
    color: #4ba000;
    font-weight: 600;
}
.membership_plan_dtl p a {
    color: #4ba000;
    background: none;
    padding: 0;
    border: 0;
	font-weight: 600;
	box-shadow:none;
    font-size: 14px;
	display: inline-block;
	margin-top: 0 !important;
}
.membership_plan_dtl p a:hover {
    color: #505050;
    border: 0;
    box-shadow: none;
    background: transparent;
    text-decoration: underline;
}
.membership_plan_dtl a:last-child {
    margin-top: 10px;
}
@media only screen and (max-width:767px) {
.membership_plan_dtl {
    margin-bottom: 40px;
}
}
.membership_plan_block .filter-input{
	margin-top:0;
	margin-bottom:5px;
}
.vfx-dashboard-booking-wrap tr {
	color: #333;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.vfx-dashboard-booking-wrap tr:last-child {
	border-bottom: none;
}
.vfx-dashboard-booking-wrap .table thead th {
	border: 1px solid #ddd;
}
.db-booking-item {
	margin: 0 -30px 30px -30px;
	position: relative;
	padding: 0 30px 35px 140px;
	border-bottom: 1px solid #ddd;
}
.vfx-dashboard-booking-wrap table td {
	/*text-transform: capitalize;*/
	border: 1px solid #ddd;
}
.vfx-dashboard-booking-wrap.table-content .vfx-property-location {
	display: block;
}
.vfx-dashboard-booking-wrap .db-booking-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 5px;
}
.vfx-dashboard-booking-wrap .db-booking-item .booking-img {
	width: 80px;
	height: 80px;
	border-radius: 5px;
	overflow: hidden;
	position: absolute;
	left: 35px;
	top: 5px;
}
.vfx-dashboard-booking-wrap .vfx-listing-button .btn {
	display: block;
}
.vfx-dashboard-invoice-panel .vfx-dashboard-booking-wrap .vfx-listing-button .btn:first-child {
    margin-right: 10px;
}
.vfx-dashboard-invoice-panel .vfx-dashboard-booking-wrap .vfx-listing-button .btn {
	display: inline-block;
}
.vfx-dashboard-invoice-panel .vfx-dashboard-booking-wrap .vfx-listing-button .btn:first-child {
    margin-bottom: 0;
}
.vfx-dashboard-booking-wrap .vfx-listing-button .btn:first-child {
	margin-bottom: 10px;
}
.vfx-dashboard-booking-wrap .vfx-listing-button {
	position: relative;
	right: 0;
	top: 0;
}
.vfx-dashboard-booking-wrap .vfx-listing-button a:first-child {
	margin-right: 0;
}
.db-booking-item .booking-info h6 {
	display: inline-block;
	color: #666;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-size: 15px;
	width: 150px;
}
.vfx-dashboard-booking-wrap .vfx-property-title-box-area {
	padding: 0;
	background: transparent;
}
.vfx-dashboard-booking-wrap .vfx-property-title-box-area h4 a {
	font-size: 16px;
	font-weight: 600;
}
.vfx-dashboard-booking-wrap .vfx-property-location i {
	position: relative;
	font-size: 14px;
	margin-right: 5px;
	top: 0px;
}
.vfx-dashboard-booking-wrap .vfx-property-location p {
	font-size: 13px;
}
.vfx-dashboard-booking-wrap .vfx-contact-info .text, .vfx-dashboard-booking-wrap .vfx-contact-info .text a {
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400 !important;
}
.booking_list {
	display: inline-block;
	border-radius: 5px;
	padding: 0 10px;
	z-index: -1;
}
.booking_list li {
	line-height: 1.8;
}
.booking_list li span {
	color: #777;
	z-index: 2;
	font-weight: 400;
	font-size: 14px;
}
.vfx-dashboard-booking-wrap .db-booking-item .booking-img img {
	width: 100%;
	height: 100%;
}
.book-pending, .book-cancel, .book-approved {
	background-color: #dc3545;
	border-radius: 50px;
	font-size: 12px;
	font-size: 0.75rem;
	color: #fff;
	font-style: normal;
	padding: 3px 12px 2px 12px;
	margin-left: 10px;
	position: relative;
	top: -3px;
	line-height: 1;
}
.book-approved {
	background-color: #28a745;
}
.book-pending {
	background-color: #fd7e14;
}
.book-cancel {
	background-color: #f91942;
}
ul.buttons {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	position: absolute;
	top: 30px;
	right: 30px;
}
ul.buttons li {
	display: inline-block;
	margin-right: 3px;
}
.vfx-dashboard-booking-wrap.favourite .vfx-most-view-detail {
	flex: none;
	text-align: left;
}
.vfx-dashboard-invoice-panel {
	border-radius: 3px;
	margin-bottom: 0px;
}
.vfx-dashboard-invoice-panel .panel-heading {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.vfx-dashboard-invoice-panel .panel-heading .panel-title {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #232323;
}
.invoice-table {
	position: relative;
	width: 100%;
}
.vfx-dashboard-invoice-panel th {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 15px;
}
.vfx-dashboard-invoice-panel tr {
	transition: 0.5s;
	padding: 15px 0;
}
.vfx-dashboard-invoice-panel tbody tr:last-child {
	border-bottom: none;
}
.invoice-action {
	color: #777;
	font-size: 20px;
}
.invoice-action:first-child i {
	padding-right: 20px;
}
.dashboard-list-box {
	margin: 30px 0 0;
	margin-top: 30px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .06);
	border-radius: 4px;
}
.dashboard-list-box h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 25px 30px;
	color: #333;
	background-color: #fff;
	display: block;
	border-bottom: 1px solid #eaeaea;
	border-radius: 4px 4px 0 0;
}
.dashboard-list-box-static {
	padding: 30px;
	background-color: #fff;
}
.vfx-change-photo-btn-item {
	margin-bottom: 30px;
	position: relative;
}
.change-photo-btn {
	position: absolute;
	margin-top:0px;
	cursor: pointer;
	width:100%;
}
.vfx-change-photo-btn-item .vfx-contact-upload-btn span {
	background:#4ba000;
	color:#ffffff;
	padding: 12px 10px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	text-align: center;
}
.photoUpload {
	position: relative;
	overflow: hidden;
	padding: 3px 12px;
	cursor: pointer;
}
.change-photo-btn i {
	margin-right: 2px;
}
.photoUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0;
}
.my-profile {
	display: block;
	padding: 30px;
}
.my-profile label {
	margin-top: 27px;
	font-size: 15px;
	font-weight: 600;
	color: #333;
	margin-bottom: 9px;
}
.vfx-profile-wrap-area .vfx-change-photo-btn-item img, .vfx-dashboard-add-listing .vfx-change-photo-btn-item img {
	width: 100%;
}
.vfx-dashboard-add-listing .vfx-change-photo-btn-item img {
	border-radius:4px 4px 0 0; 
}
.vfx-dashboard-add-listing .vfx-change-photo-btn-item .vfx-contact-input-file {
	width: 100%;
	height:42px;
}
.db-profile-info>li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	display: table;
	width: 100%;
}
.db-profile-info li:last-child {
	border-bottom: none;
}
.db-profile-info li h6 {
	display: table-cell;
	margin-right: 13px;
	color: #555;
	width: 120px;
	font-weight: 400;
	font-size: 14px;
}
.db-profile-info li span {
	font-size: 16px;
	color: #222;
	font-weight: 400;
	display: table-cell;
}
.db-profile-info li>ul.social-profile, .db-profile-info li>ul.social-profile li {
	display: inline-block;
}
.db-profile-info li>ul.social-profile li {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	margin-right: 5px;
}
.db-profile-info li>ul.social-profile li a i {
	color: #fff;
	font-size: 18px;
	line-height: 35px;
}
.vfx-dashboard-add-list-wrap {
	margin-bottom: 30px;
}
.vfx-dashboard-add-listing .listing-input.vfx_hero_form_area_input.vfx-custom-select-area, .vfx-dashboard-add-listing .filter-input.nice-select {
	background: #fff;
	margin-bottom:20px;
}
.vfx-dashboard-add-listing .filter-input {
	margin-top: 0;
}
.vfx-dashboard-add-listing .form-group {
	margin-bottom: 20px;
}
textarea.form-control {
    padding-top: 10px;
}
.vfx-dashboard-add-listing label{
	color: #484848;
	font-weight: 700;
	font-size: 16px;
	margin-bottom:10px;
}
.vfx-dashboard-add-listing .filter-checkbox label {
	color: #484848;
	font-weight: 600;
	font-size: 15px;
	margin-bottom:10px;
}
.vfx-dashboard-add-listing .form-control {
	border:2px solid #ddd;
	font-weight: 400;
	border-radius: 4px;
	font-size:15px;
}
.vfx-dashboard-footer-area {
	border-top: 1px solid #ddd;
	background: #f9f9f9;
	margin-top: 55px;
}
.copyright {
	padding: 35px 0;
	text-align: center;
}
.copyright p {
	font-size: 14px;
	color: #666;
	margin:0;
	line-height: calc(24/14);
}
.vfx-statistic-wrap-area {
	position: relative;
	margin-bottom: 10px;
	z-index: 1;
}
.vfx-statistic-item {
	padding: 10px 10px 10px 70px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 6px;
	text-align:left;
	box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
}
.vfx-statistic-item h2 {
	font-weight: 700;
	color: #fff;
	font-size: 32px;
	margin-bottom: 0;
	line-height: 1.2;
}
.vfx-statistic-item .desc {
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 500;
	color: #fff;
}
.vfx-statistic-item .icon {
	display: inline-block;
    position: absolute;
    margin-bottom: 15px;
    left: 10px;
    top: 10px;
}
.vfx-statistic-item .icon i {
	color: #fff;
	font-size: 36px;
	line-height: 1.2;
}
.vfx-statistic-item .icon img {
	opacity: 0.6;
	max-width: 40px;
}
@media only screen and (min-width: 992px) {
.vfx-dashboard-content-wrap-area {
	margin-left: 275px;
	padding-top: 70px;
	background: #fff;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
.au-message__item-inner {
	padding: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
}
}
 @media (max-width: 1199px) {
.vfx-popular-listing {
	margin:0 0 20px 0;
}
}
 @media (max-width: 991px) {
.vfx-dashboard-top-header .vfx-lg-none.sm-right {
	float: left !important;
	margin-left: 28px;
	padding-bottom: 10px;
}
.vfx-sidebar-menu {
	top: 0;
	right: -300px;
	left: auto;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.vfx-header-button-item {
    margin-left: 20px;
}
.header-button .vfx-header-button-item:first-child {
    margin-right: 10px;
}
.vfx-mobile-navigation-menu .site-nav-wrap a {
    padding: 6px 10px;
}
.vfx-mobile-navigation-menu .site-nav-wrap .arrow-collapse {
    top: 6px;
}
.vfx-mobile-navigation-menu .site-nav-wrap>li>ul>li>a {
    padding: 5px 8px 5px 20px;
}	
.vfx-sidebar-menu.show-sidebar {
	right: 0;
}
.header-wrap2 {
	justify-content: space-between;
}
.vfx-dashboard-top-header {
	left: 0;
	position: relative;
}
.dash-breadcrumb {
	padding: 35px 0;
}
.header-button .vfx-header-button-item .search-dropdown {
	top: 63px;
	right: -75px;
	transform-origin: 70% top;
}
.header-button .vfx-header-button-item .search-dropdown::before {
	right: 79px;
}
.header-button .vfx-header-button-item .vfx-notifi-dropdown {
	top: 55px;
	right: -145px;
	transform-origin: 80% top;
}
.header-button .vfx-header-button-item .vfx-notifi-dropdown::before {
	margin-left: 0;
	left: auto;
	right: 45px;
}
.vfx-dashboard-booking-wrap table td {
	min-width: 220px;
}
.vfx-dashboard-booking-wrap .table thead th, .vfx-dashboard-booking-wrap table td {
	text-align: left;
}
.vfx-dashboard-booking-wrap tr, .vfx-dashboard-booking-wrap th {
	padding: 20px 10px;
}
}
 @media (max-width: 767px) {
.container-fluid {
	padding: 0 15px;
}
.vfx-header-button-item span {
	font-size: 15px;
}
.copyright {
    padding: 20px 0;
}
.vfx-most-viewed-img a img {
    object-fit: cover;
    height: 200px;
    width: 100%;
    border-radius: 4px;
}
.list_general>ul>li {
	padding-left: 30px;
}
.list_general>ul span {
	float: right;
	display: inline-block;
}
.vfx-dashboard-add-listing .form-group {
	margin-bottom: 0px;
}
.vfx-most-viewed-item {
	display: block;
}
.vfx-most-view-detail {
	padding-left: 0;
	margin: 15px 0 0 0;
}
.vfx-most-viewed-img {
	max-width: 100%;
}
.review-title h5, .inbox-title h5, .vfx-act-title h5{
	font-size:18px;
}
.au-message__item-text .text {
	margin: 0;
	padding: 0;
}
.au-message__item-time {
	margin-top: 10px;
}
.vfx-listing-button {
	position: relative;
	right: auto;
	top: 0;
	transform: none;
	margin: 10px 0 0 0;
}
.avatar-wrap {
	float: none;
	display: inline-block;
	margin-bottom: 20px;
}
.au-message__item-inner {
	padding: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	flex-direction: column;
	align-items: flex-start;
}
.vfx-header-button-item {
	font-size: 22px;
}
ul.buttons {
	position: relative;
	right: 0;
	top: 20px;
}
.vfx-dashboard-add-listing #datepicker-from, .vfx-dashboard-add-listing .filter-checkbox{
	margin-bottom:15px;
}
.vfx-change-photo-btn-item {
    margin-bottom: 80px;
}
.vfx-dashboard-add-listing label {
	margin-top: 5px;
	font-weight: 500;
	color: #333;
}
.vfx-dashboard-add-listing .filter-input {
	margin-bottom: 15px;
}
.vfx-notification-bottom-btn a {
	font-size: 15px;
}
.sm-left {
	float: left !important;
}
.vfx-dashboard-review-item-wrap .vfx-reviewer-img img {
	min-width: 140px;
}
}
 @media (max-width: 575px) {
.vfx-dashboard-booking-wrap .db-booking-item .booking-img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	position: relative;
	left: 0;
	top: 5px;
	margin-bottom: 20px;
}
.db-booking-item {
	margin: 0 -30px 30px -30px;
	padding: 0 30px 35px 35px;
}
.db-booking-item .booking-info h6 {
	width: 120px;
}
.vfx-dashboard-review-item-wrap .vfx-reviewer-img img {
	min-width: 100px;
}
.vfx-dashboard-review-item-wrap a.rate-review {
	padding: 6px 10px;
	margin-right: 0;
	margin-top: 40px;
}
.vfx-dashboard-content-area .vfx-agent-details {
	margin-top: 20px;
}
.vfx-profile-wrap-area img {
	width: 100%;
}
}
 @media (max-width: 480px) {
.act-wrap .alert>i {
	font-size: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.fileupload_block #fileupload {
    float: left;
    width: 150px;
}
.vfx-footer-bottom-copyright-area p, .copyright p {
    font-size: 12px;    
}
.act-wrap button.close span i {
	right: 0%;
}
.dash-breadcrumb-left .breadcrumb-menu ul li a, .dash-breadcrumb-left .breadcrumb-menu ul li {
	font-size: 14px;
}
.vfx-dashboard-invoice-panel th {
	font-size: 12px;
	font-weight: 500;
}
.vfx-dashboard-invoice-panel tr td {
	font-size: 13px;
	width: 150px;
}
.header-button .vfx-header-button-item:first-child {
	margin-right: 0px;
}
.vfx-dashboard-review-wrap .review-img img {
	margin-bottom: 10px;
}
.au-chat__content {
	padding: 30px 15px;
}
.send-mess {
	padding: 12px 15px;
}
.au-chat-textfield {
	padding: 10px;
}
.vfx-customer-content p {
	margin-top: 15px;
}
.vfx-customer-text {
	margin: 30px 0 0;
}
.vfx-customer-review {
	margin-bottom: 0;
}
}