/*** review-info ***/
.review-info {
	padding-bottom: 160px;
}

.review-info .head h3 {
	color: #000;
	font-size: 26px;
	font-weight: 500;
	font-family: "Ubuntu", sans-serif;
	letter-spacing: 0.5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.review-info .head h3 span {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0px;
	margin-left: 8px;
	position: relative;
	top: -4px;
}

.review-info .see-btn {
	color: #000;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	font-family: "Ubuntu", sans-serif;
	margin-bottom: 20px;
}

.review-info .see-btn i {
	margin-left: 15px;
	font-size: 19px;
	position: relative;
	top: 2px;
}

.review-box {
	border: 1px solid #000000;
	border-radius: 8px;
	padding: 12px 15px 10px 15px;
	margin-bottom: 15px;
}

.review-box .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.review-box .head .stars img {
	margin-right: -6px;
}

.review-box .head .date {
	margin-left: auto;
	font-style: italic;
	font-size: 12px;
	color: #000;
	padding-right: 15px;
}

.review-box p {
	font-style: italic;
	color: #000;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}

.review-box .user-name {
	display: flex;
	align-items: center;
}

.review-box .name {
	margin-left: 35px;
	color: #000;
	font-size: 16px;
	font-style: italic;
}

.review-box .user-img {
	width: 40px;
	height: 40px;
	border: 1px solid #F397A9;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	margin-right: -20px;
	text-align: center;
}

.review-box .user-img>img {
	width: 38px;
	height: 38px;
	object-fit: cover;
	border-radius: 50%;
}

.review-box .user-img span {
	background: #F397A9;
	display: inline-block;
	border-radius: 7px;
	line-height: 12px;
	text-align: center;
	font-size: 11px;
	color: #222;
	font-family: "Staatliches", sans-serif;
	padding: 2px 5px 0px 5px;
	font-weight: 400;
	position: absolute;
	bottom: -7px;
	right: 0px;
}

.review-box .user-img:first-child span {
	right: 4px;
}

.review-box .down {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-top: 25px;
	margin-bottom: 5px;
}

.review-box .down .btn-default {
	line-height: 35px;
	font-size: 24px;
	padding-top: 5px;
}

.review-box .down .btn-default.fill {
	background: #BEEF00;
	min-width: 52%;
}

.review-box .down .btn-default.fill:hover {
	background: #BEEF00;
	color: #000;
}

/*** ***/
.infonew .item.guest-details {
	padding: 10px 8px 15px 8px;
	overflow: hidden;
}

.infonew .item.guest-details h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 25px;
	line-height: 20px;
	display: flex;
	align-items: center;
}

.infonew .item.guest-details h3 em {
	text-align: center;
	font-style: normal;
	padding-left: 5px;
	padding-right: 5px;
}

.infonew .item.guest-details .head {
	border-bottom: 1px solid #222222;
	margin-bottom: 15px;
}

.infonew .item.guest-details .label {
	display: inline-block;
	background: #93C572;
	color: #000;
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	border-radius: 8px;
	min-width: 95px;
	text-align: center;
	padding: 2px 0px 0px 0px;
	font-family: "Staatliches", sans-serif;
	margin-bottom: 10px;
}

.infonew .item.guest-details .label.yellow {
	background: #FECB00;
}

.infonew .item.guest-details .label.pink {
	background: #FE56C0;
}

.infonew .item.guest-details p {
	color: #222;
	font-size: 24px;
	line-height: 32px;  
}

.infonew .item.guest-details p .star-label {
	border-radius: 48px;
	min-width: 33px;
	line-height: 23px;
	text-align: center;
	top: -3px;
	position: relative;
}

.infonew .item.guest-details p .star-label i {
	margin: 0;
}

.infonew .item.guest-details .btn-default {
	min-width: 148px;
	line-height: 34px;
	border-width: 1px;
	font-size: 20px;
	background: #BEEF00;
	margin-bottom: 35px;
}

.infonew .item.guest-details .guestbtn {
	color: #222;
	font-family: "Staatliches", sans-serif;
	font-size: 20px;
	display: inline-block;
	width: 100%;
}

.infonew .item.guest-details .guestbtn img {
	margin-right: 5px;
	margin-top: -2px;
}

.infonew .item.guest-details hr {
	border-color: #222;
	opacity: 1;
	margin-bottom: 20px;
}

/*** info-short ***/
.info-short .btn-default.green {
	font-size: 24px;
	margin-bottom: 15px;
}

.info-short .btn-default.green img {
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.info-short .item {
	border: 1px solid #000000;
	border-radius: 8px;
	padding: 20px 14px;
	margin-bottom: 15px;
	background: #F397A9;
}

.info-short .item h2 {
	color: #000;
	font-size: 28.5px;
	line-height: 32px;
	font-style: italic;
	font-family: "DM Serif Text", serif;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 25px;
}

.info-short .date-text {
	display: inline-block;
	width: 100%;
	line-height: 54px;
	border: 1px solid #222;
	background: #B4E90D;
	color: #000;
	border-radius: 40px;
	font-size: 24px;
	font-style: italic;
	font-family: "DM Serif Text", serif;
	font-weight: 400;
	letter-spacing: 0.5px;
	border-width: 0px, 4px, 4px, 0px;
	box-shadow: 2px 3px 0px 0px #B4E90D;
}

.info-short .date-text img {
	margin-right: 5px;
	top: -2px;
	position: relative;
}

.info-short hr {
	border-color: #222;
	opacity: 1;
	margin: 24px 0px;
}

.info-short .link {
	display: inline-block;
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.info-short .link i {
	margin-left: 12px;
	margin-top: 2px;
}

.saved-place .price-card .head {
	padding: 0px 0px;
	overflow: hidden;
	position: relative;
	background: none;
}

.saved-place .price-card .head .align {
	position: absolute;
	top: 15px;
	right: 0;
	padding-right: 10px;
	z-index: 3;
}

.saved-place .price-card .head img {
	min-height: 136px;
	object-fit: cover;
	opacity: 85%;
}

.saved-place .price-card .head .label {
	border: 1px solid #FF9933;
	background: #FF9933;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	min-width: 62px;
	margin-left: 5px;
}

.saved-place .price-card .head .label.white {
	border: 1px solid #000;
	background: #fff;
	color: #000;
}

.saved-place .price-card .head .label.green {
	border: 1px solid #006341;
	background: #006341;
	color: #fff;
}

.saved-place .price-card .head .label.yellow {
	border: 1px solid #FECB00;
	background: #FECB00;
	color: #fff;
}

.saved-place .price-card .text h4 {
	font-size: 36px;
	line-height: 36px;
}

.saved-place .price-card .text h5 {
	font-size: 16px;
	line-height: 30px;
	border-bottom:1px solid #93C572;
	min-height: 78px;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	padding-bottom: 7px;
}

.saved-place .price-card .text h5 span {
	font-size: 32px;
	line-height: 32px;
}

.saved-place .price-card .user-small {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	min-height: 40px;
}

.saved-place .price-card .user-small>img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 10px;
}

.saved-place .price-card .user-small span {
	color: #000;
	font-family: "DM Serif Text", serif;
	font-size: 24px;
	font-style: italic;
	letter-spacing: 0.5px;
}

.new-topbar .uesr-top {
	display: inline-block;
	border: 1px solid #222222;
	line-height: 35px;
	min-width: 90px;
	text-align: center;
	border-radius: 32px;
	padding-bottom: 3px;
	color: #000;
	font-family: "Staatliches", sans-serif;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0.5px;
	padding: 0px 10px 0px 5px;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: end;
	width: fit-content;
}

.new-topbar .uesr-top img {
	margin-right: 10px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
}

.infonew.profilecarousel .saved-place .price-card .text h4 {
	position: relative;
	margin-bottom: 30px;
}

.infonew.profilecarousel .saved-place .price-card .text h4 a {
	position: absolute;
	top: 0;
	right: 0;
}

.infonew.profilecarousel .saved-place .price-card .text hr {
	border-top:1px solid #93C572;
	opacity: 1;
	margin: 10px 0px 15px 0px;
}

.infonew.profilecarousel .saved-place .price-card .text .user-small {
	margin-bottom: 8px;
}

.infonew.profilecarousel .saved-place .price-card .text h6 {
	color: #222;
	font-family: "Staatliches", sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 32px;
}

.infonew.profilecarousel .saved-place .price-card .share-btn {
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.infonew.profilecarousel .saved-place .price-card .share-btn i {
	margin-left: 10px;
	margin-bottom: 25px;
	font-size: 19px;
	top: 1px;
	position: relative;
}

/**/
.content-info.home.homenew {
	padding-bottom: 150px;
}

.content-info.home.homenew .bottombar ul {
	justify-content: start;
}

.content-info.home.homenew .bottombar ul li:last-child {
	margin-left: auto;
}

.content-info.home.homenew .bottombar ul li a {
	display: inline-block;
	margin-right: 25px;
}

.content-info.home.homenew .bottombar ul li:last-child a {
	margin-right: 0px;
	margin-left: 25px;
}

.infonew .item.user-card .bg-notes {
	background: #fff;
	background: #fffdf5;
	border-radius: 10px;
	padding: 15px 15px 10px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.infonew .item.user-card .bg-notes h4 {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 17px;
	color: #333333;
	font-weight: bold;
}

.infonew .item.user-card .bg-notes p {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 12px;
	margin-top: 9px;
}

.btn-default.newblack {
	background: #333333;
	border: none;
	border-radius: 7px;
	color: #FDF9EF;
	font-size: 16px;
	line-height: 45px;
}

.about-user {
	border:1px solid #fff5ea;
	border-radius: 5px;
	overflow: hidden;
	padding: 15px;
}

.user-new {
	background: #fffcf4;
	background: #FFFDF5D1;
	display: inline-block;
	width: 100%;
	padding: 20px 20px;
	border-radius: 5px;
	border:1px solid #fff5ea;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.user-new.small {
	background: #FDF9EF;
}

.user-new .img>img {
	min-width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 25px;
}

.user-new .text p {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 17px;
	color: #333333;
	font-weight: 500;
}

.user-new .text p span {
	color: #333333;
	font-weight: bold;
	padding-top: 10px;
	display: inline-block;
}

.about-user .abt-text {
	background: #fffcf4;
	display: inline-block;
	width: 100%;
	padding: 12px 12px;
	border-radius: 5px;
	border:1px solid #fff5ea;
	margin-bottom: 25px;
}

.about-user .abt-text h4 {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 17px;
	color: #333333;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.about-user .abt-text h4 img {
	margin-right: 7px;
	vertical-align: middle;
}

.about-user .abt-text h4 span {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight: 400;
	margin: 0;
	padding-top: 9px;
	display: inline-block;
}

.about-user .abt-text p {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight: 400;
	margin-top: 11px;
}

.infonew .twoparts {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

.about-user .btns {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}

.about-user .btns a {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 12px;
	color: #1c1b1f;
	font-weight: 400;
	display: inline-block;
	background: #beef00;
	border-radius: 6px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 7px 7px;
}

.about-user .btns a img {
	margin-right: 4px;
}

.prev-stay {
	box-shadow: 0px 1px 3px 1px #00000026;
	box-shadow: 0px 4px 8px 0px #71706B29;
	border: 1px solid #FEEFE1;
	display: flex;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 17px;
	flex-wrap: wrap;
	background: #fff;
}

.prev-stay .text {
	padding: 20px 20px;
	background: #fff;
}

.prev-stay .img {
	min-width: 116px;
	max-width: 116px;
	margin-left: auto;
}

.prev-stay .img img {
	min-width: 116px;
	max-width: 116px;
	object-fit: cover;
	height: 100%;
	border-radius: 0px 8px 8px 0px;
}

.prev-stay p {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
}

.prev-stay p.grey {
	color: #000000;
	font-weight: 700;
	opacity: .5;
}

.prev-stay p span {
	font-weight: bold;
}

.btn-default.green.searchbtn {
	border: none;
	border-radius: 7px;
	font-size: 22px;
	margin-bottom: 15px;
	line-height: 50px;
	padding: 0px 20px;
}

.info-short .bgimg {
	padding: 90px 15px 180px 15px;
	position: relative;
	overflow: hidden;
	background: #000;
}

.info-short .bgimg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .8;
	background: url(../images/bg-img.jpg) 50% 50% no-repeat;
	background-size: cover;
	z-index: 1;
}

.info-short .bgimg * {
	position: relative;
	z-index: 2;
}

.info-short .bgimg h4 {
	color: #fff;
	font-size: 25px;
	line-height: 22px;
	letter-spacing: 1px;
	margin-bottom: 40px;
	width: 70%;
}

.info-short .radius {
	border-radius: 5px;
}

.saved-place.newprice-card {
	padding: 0;
	border: none;
	border-radius: 0;
	margin-bottom: 0px;
}

.saved-place.newprice-card .price-card {
	margin-bottom: 15px;
}

.saved-place.newprice-card .price-card .head .align {
	top: 15px;
	right: auto;
	left: 0;
	padding-left: 10px;
}

.saved-place.newprice-card .price-card .head .align .label {
	margin-left: 0px;
	margin-right: 5px;
}

.saved-place.newprice-card .price-card .head img {
	height: 294px;
	object-fit: cover;
}

.saved-place.newprice-card .price-card .text h4 {
	position: relative;
	margin-bottom: 10px;
}

.saved-place.newprice-card .price-card .text h4 a {
	position: absolute;
	top: 6px;
	right: 0;
}

.saved-place.newprice-card .price-card .text h5 div {
	display: inline-block;
	width: 100%;
}

.infonew .space-left-right {
	padding: 0px 25px;
}


/**/
.searchform {
	position: relative;
	background: #fffff3;
	width: 100%;
	border-radius: 0px 0px 20px 20px;
	position: relative;
	z-index: 99;
	padding: 0px 10px;
	margin-bottom: 45px;
}

.searchform form {
	background: #fffff3;
	width: 100%;
	padding: 20px 12px;
	border:1px solid #000;
	border-radius: 0px 0px 20px 20px;
	position: relative;
	z-index: 99;
}

.searchform:before {
	content: '';
	width: 100%;
	height: 102%;
	background: #fffff3;
	position: absolute;
	top: 1px;
	left: 0px;
	border-radius: 0px 0px 20px 20px;
	z-index: 9;
}

.searchform:after {
	content: '';
	width: 100%;
	height: 104%;
	background-image:  linear-gradient(270deg, #0086FF 13.2%, #BEEF00 62%);
	position: absolute;
	top: 1px;
	left: 0px;
	border-radius: 0px 0px 20px 20px;
	z-index: -999;
}

.searchform label {
	color: #000;
	font-size: 14px;
}

.filter-btn {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #000;
	padding-top: 30px;
	margin-top: 22px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	font-family: "Ubuntu", sans-serif;
}

.filter-btn img {
	margin-right: 5px;
	margin-top: -2px;
}

.filter-btn:hover,
.filter-btn.active {
	color: #BEEF00;
}

.filter-btn:hover img,
.filter-btn.active img {
	filter: invert(79%) sepia(69%) saturate(593%) hue-rotate(17deg) brightness(99%) contrast(102%);
}

.form-control.map {
	background: none;
	background-image:url(../images/map-icon.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	padding-left: 40px;
}

.form-control.date-icon {
	background: none;
	background-image:url(../images/date-icon.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	padding-left: 40px;
}

.info-short .filter-section {
	padding-bottom: 50px;
}

.info-short .filter-section h3 {
	color: #222222;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}

.info-short .filter-section h3 img {
	margin-right: 10px;
}

.info-short .filter-section .tags a {
	display: inline-block;
	background: #808080;
	border-radius: 25px;
	text-align: center;
	font-family: "Staatliches", sans-serif;
	font-size: 15px;
	line-height: 33px;
	color: #FFFFFF;
	padding: 0px 11px;
	margin-bottom: 10px;
}

.info-short .filter-section hr {
	margin: 15px 0px 24px 0px;
}

.infonew .edit-profile {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.infonew .edit-profile a {
	display: inline-block;
	color: #000;
	font-size: 16px;
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	margin-bottom: 30px;
}

.infonew .edit-profile a img {
	margin-left: 5px;
}

.infonew .heading {
	display: inline-block;
	width: 100%;
	font-family: "Staatliches", sans-serif;
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	padding: 0px 20px;
	margin-top: 30px;
}

.infonew.profilecarousel.profile-view {
	background:#fff;
	padding-top: 30px;
}

.infonew.profilecarousel.profile-view .head {
	display: flex;
	align-items: center;
}

.infonew.profilecarousel.profile-view .text h4 {
	font-size: 22px;
	line-height: 20px;
}

.infonew.profilecarousel.profile-view .head h3 {
	color: #000;
	font-size: 16px;
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	text-transform: inherit;
	display: flex;
	align-items: center;
}

.infonew.profilecarousel.profile-view .head h3 img {
	margin-right: 7px;
}

.infonew.profilecarousel.profile-view .head .rt {
	color: #000;
	font-size: 14px;
	font-family: "Ubuntu", sans-serif;
	font-weight: 600;
	min-width: 50%;
	text-align: right;
}

.infonew.profilecarousel.profile-view .head .rt .form-switch {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.infonew.profilecarousel.profile-view .head .rt .form-switch .form-check-input {
	width: 36px;
	height: 24px;
}

.infonew.profilecarousel.profile-view .head .rt .form-switch .form-check-input:checked {
	background-color: #00B3A4;
	border-color: #00B3A4;
}


.infonew.profilecarousel.profile-view .item.saved-place {
	background: #FDF9EF;
	border: 1px solid #FEEFE180;
}

.infonew.profilecarousel.profile-view .item.saved-place .btn-default.green {
	border: none;
	border-radius: 8px;
	margin-bottom: 3px;
}

.infonew.profilecarousel.profile-view .item.saved-place .share-btn {
	text-transform: inherit;
	padding-bottom: 15px;
	display: inline-block;
}

.infonew.profilecarousel.profile-view .headis h3 {
	color: #000;
	font-size: 20px;
	font-family: "Ubuntu", sans-serif;
	font-weight: 600;
	border-top: 1px solid #BEEF00;
	padding-top: 20px;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.infonew.profilecarousel.profile-view .headis h3 a {
	margin-left: auto;
	display: inline-block;
	border: 1px solid #1C1C1C;
	color: #1C1C1C;
	font-family: "Ubuntu Sans", sans-serif;
	font-weight: 500;
	font-size: 15px;
	border-radius: 22px;
	padding: 11px 13px;
}

.infonew.profilecarousel.profile-view .saved-place .price-card .user-small span {
	font-style: normal;
	font-size: 16px;
}

.infonew .user-new.small .img>img {
	min-width: 40px;
	height: 40px;
	margin-right: 18px;
	margin-top: 6px;
}

.infonew .dbtns .btn-default {
	background: #BEEF00;
	color: #222222;
	border-radius: 8px;
	line-height: 48px;
	font-size: 16px;
	border: none;
}

.infonew .dbtns .link {
	display: inline-block;
	font-family: "Staatliches", sans-serif;
	color: #222222;
	border-radius: 8px;
	line-height: 48px;
	font-size: 16px;
	border: none;
}

.infonew .prev-stay .btn-default {
	background: #BEEF0080;
	margin-top: 20px;
	width: calc(100% - 36px);
	margin-left: 18px
}

.infonew .shead.dbtns .btn-default {
	margin: 0;
	margin-left: 5px;
	padding: 0px 20px;
}

.infonew .listinfo {
	display: flex;
	align-items: center;
	border-radius: 8px;
	padding: 8px 9px;
	border: 1px solid #FEEFE1;
	background: #FEFDFA;
	box-shadow: 0px 4px 8px 0px #71706B29;
	margin-top: 15px;
}

.infonew .listinfo .img>img {
	min-width: 40px;
	height: 40px;
	margin-right: 15px;
}

.infonew .listinfo  .text p {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 11px;
	color: rgba(0, 0, 0, .4);
	font-weight: 400;
}

.infonew .listinfo  .text p span {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: 600;
}

/*** main-info ***/
.main {
	padding: 0px 0px 0px 0px;
	background: #fff;
}

.sidemenu {
	background: #FFFDF5;
	box-shadow: 0px 4px 4px 0px #71706B29;
	border-radius: 0px 0px 8px 8px;
	padding: 105px 35px;
	height: 100%;
}

.sidemenu h3 {
	color: #333333;
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.4px;
	margin-bottom: 15px;
}

.sidemenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}

.sidemenu ul li {
	margin: 5px 0px;
}

.sidemenu ul li a {
	display: inline-block;
	width: 100%;
	line-height: 42px;
	padding-right: 12px;
	padding-left: 16px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	font-family: "Ubuntu Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.15px;
	text-decoration:none;
}

.sidemenu ul li:hover a,
.sidemenu ul li.active a {
	background: #BEEF00;
}

.sidemenu ul li a img {
	margin-right: 5px;
}

.desktop-topbar {
	margin-bottom: 30px;
	background: #FAFAFA;
	/* background: red; */
	padding: 12px 12px 12px 24px;
	margin-left: -24px;
	margin-right: -12px;
}

.desktop-topbar .select-home {
	display: inline-block;
	width: 100%;
	height: 56px;
	border-radius: 8px;
	border-right-width: 1px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 50px;
	border: none;
	font-family: "Ubuntu Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.15px;
	color: #333333;
	background: #fff url(https://stayaltered.com/wp-content/uploads/2025/06/home.png) 15px 50% no-repeat;
}

.desktop-topbar .form-control {
	width: 100%;
	height: 56px;
	border-radius: 8px;
	border: none;
	font-family: "Ubuntu Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.15px;
	color: #333;
	margin: 0;
	padding-left: 25px;
	background:#fff url(https://nyc3.digitaloceanspaces.com/stayaltered/2025/06/search-submit.png) 97% 50% no-repeat;
}

.desktop-topbar .form-control::-webkit-input-placeholder {
	color: rgba(51,51,51,.5);
}

.desktop-topbar .list-right a {
	margin-left: 10px;
}

.desktop-topbar .list-right a.user-maintop {
	display: inline-block;
	background: #333333;
	width: 40px;
	height: 40px;
	border-radius: 49.5px;
	position: relative;
}

.desktop-topbar .list-right a.user-maintop span {
	position: absolute;
	width: 15px;
	line-height: 15px;
	height: 15px;
	bottom: -2px;
	right: 0px;
	border-radius: 49.5px;
	background: #BEEF00;
	color: #000;
	font-family: "Ubuntu Sans", sans-serif;
	font-weight: 500;
	font-size: 13px;
	text-align: center;
}

.desktop-topbar .list-right a.btn-default.green {
	font-family: "Ubuntu Sans", sans-serif;
	font-weight: 600;
	width: 121px;
	line-height: 48px;
	border-radius: 8px;
	font-size: 16px;
	vertical-align: middle;
	border: none;
	margin: 5px 0px 5px 20px;
}

.desktop-topbar .list-right a.btn-default.green:hover {
	background: #000;
	color: #fff;
}

.main .rightinfo {
	padding-bottom: 20px;
}

.content-box {
	box-shadow: 0px 1px 3px 1px #00000026;
	box-shadow: 0px 4px 8px 0px #71706B29;
	border: 1px solid #FEEFE1;
	background: #FAFAFA;
	border-radius: 8px;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	min-height: 135vh;
}

.bulleted {
	font-family: "Ubuntu", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	padding-left: 25px;
}

.main .infonew .listinfo .text p span {
	font-weight: 700;
}

.bulleted li {
	margin-bottom: 20px;
}

.bulleted ul li {
	font-style: italic;
	list-style-type: disc;
}

.bulleted-numberic {
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	padding-left: 25px;
}

.content-box h1 {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: 0;
	color: rgba(76, 78, 100, 0.6);
	text-transform: inherit;
	margin-bottom: 15px;
}

.content-box p {
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}

.btn-default.green.newstyle {
	font-family: "Ubuntu Sans", sans-serif;
	font-weight: 600;
	line-height: 48px;
	border-radius: 8px;
	font-size: 16px;
	vertical-align: middle;
	border: none;
	margin: 12px 10px 5px 0px;
}

.btn-default.green.newstyle:hover {
	background: #000;
	color: #fff;
}

.content-box.centerbox {
	height: calc(100% - 120px);
	padding-left: 40px;
	padding-right: 40px;
}

.sticky-menu-btns {
	background: #222222;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	padding: 35px 0px 35px 0px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}
.sticky-menu-btns a {
	color: #fff;
	font-size: 16px;
	font-family: "Staatliches", sans-serif;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	padding: 0px 10px;
}

.sticky-menu-btns.newbtns a {
	border-radius: 100px;
	min-width: 100px;
	padding: 10px 0px;
}

.sticky-menu-btns.newbtns .active,
.sticky-menu-btns.newbtns a:hover {
	color: #222222;    
	background: #FFFFF3;
}

.sticky-menu-btns.newbtns .active img,
.sticky-menu-btns.newbtns a:hover img {
	filter: invert(82%) sepia(13%) saturate(20%) hue-rotate(355deg) brightness(103%) contrast(96%);
}

.sticky-menu-btns.newbtns a.middle {
	border: none !important;
	border-radius: 100px;
	padding: 10px 45px;
}

.content-box {
	min-height: inherit;
	margin-bottom: 20px;
}
.main .infonew .accordion-item {
	border: none;
	background: none;
	padding: 0;
	border-radius: 0;
	margin: 0;
	margin-top: 4px;
}

.main .infonew .accordion-item .accordion-button {
	border: none !important;
	padding: 0;
	border-radius: 0px !important;
	background: none !important;
	width: 100%;
	display: inline-block;
}

.main .infonew .accordion-item .listinfo {
	margin: 0;
	box-shadow: 0px 1px 3px 1px #00000026;
	box-shadow: 0px 4px 8px 0px #71706B29;
}

.main .infonew .accordion-item .accordion-button::before {
	display: none !important;
}

.main .infonew .accordion-item .accordion-body {
	padding: 20px 0px !important;
	border: none !important;
}

.infonew .listinfo .text p.btn-default.green {
	background: #BEEF00;
	color: #222222;
	border-radius: 8px;
	line-height: 48px;
	font-size: 16px;
	border: none;
}

.infonew .listinfo .text p.btn-default.green span {
	font-family: "Staatliches", sans-serif;
	font-weight: 400;
}

.main .infonew .accordion-item.first .accordion-button .listinfo {
	border: none;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
}

.main .infonew .accordion-item {
	margin-top: 4px;
	margin-bottom: 8px;
}


.main.add-place>.container-fluid {
	padding-left: 12px;
	padding-right: 12px;
}

.main.add-place .sidemenu ul li a {
	text-decoration: none;
	color: #222222;
	font-size: 16px;
	font-weight: 500;
}

.main.add-place .outside-container {
	background: none;
	max-width: 100%;
}

.main.add-place .form-input {
	background: none;
}

.main.add-place .create-place-container .back-link {
	color: #222222;
	text-decoration: none;
}

.main.add-place .create-place-container .back-link:hover {
	text-decoration: underline;
}

.main.add-place .btn-questions {
	background: #beef00;
	color: #000;
}

.main.add-place .btn-questions:hover {
	background: #beef00;
	color: #000 !important;
	text-decoration: underline;
}



.progressbar .icon {
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #93c572;
	align-items: center;
	justify-content: center;
}


.icon {
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #93c572;
	align-items: center;
	justify-content: center;
}

body.page-template-template-crmhome .smallinfobox, body.page-template-template-app .smallinfobox{
	background: #FFFFF3;
	border: 1px solid #000;
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 30px;
}

body.page-template-template-crmhome .smallinfobox h3, body.page-template-template-app .smallinfobox h3 {
	font-size: 24px;
	font-weight: 400;
}

body.page-template-template-crmhome .smallinfobox .btn-default, body.page-template-template-app .smallinfobox .btn-default{
	width: 100%;
	margin-bottom: 0px;
	padding: 0px 7px;
}

body.page-template-template-crmhome .smallinfobox .btn-default img, body.page-template-template-app .smallinfobox .btn-default img{
	max-width: 20px;
	margin-right: 5px;
}

body.page-template-template-crmhome .smallinfobox p, body.page-template-template-app .smallinfobox p {
	font-weight: 400;
	margin-bottom: 20px;
}

body.page-template-template-crmhome .smallinfobox .btns, body.page-template-template-app  .smallinfobox .btns {
	display: flex;
	align-items: center;
	gap: 20px;
}

body.page-template-template-crmhome .smallinfobox .btn-default.transparent, body.page-template-template-app  .smallinfobox .btn-default.transparent{
	max-width: 120px;
	min-width: 120px;
}

body.page-template-template-crmhome .smallinfobox .img img, body.page-template-template-app  .smallinfobox .img img{
	border-radius: 15px;
	margin-top: 15px;
}

body.page-template-template-crmhome .smallinfobox .img + p, body.page-template-template-app .smallinfobox .img + p{
	margin-top: 15px;
}


.form-step .accordion-body label.text-primary {
	color: #000 !important;
	margin-bottom: 20px;
}

.form-step .accordion-body .form-input {
	background: none !important;
}

.form-step .accordion-body select {
	background: none;
}

.form-step .accordion-body textarea {
	border: 1px solid #222;
	border-radius: 3px !important;
}

.form-step .accordion-body textarea {
	border: 1px solid #222;
	border-radius: 3px !important;
}

.form-step .form-step .accordion-body input[type="checkbox"] {
	margin-right: 5px;
}
.form-step .accordion-body input[type="checkbox"] {
	margin-right: 5px;
}

.form-step .accordion-body label.d-inline-block {
	margin-bottom: 10px;
}
.content-box p.text-muted{
	font-size:14px;
}
#createPlaceListingForm .btn-default,
#createPlaceListingForm .btn-edit {
	padding: 0px 20px;
	background: #BEEF00;
	color: #222222;
	border-radius: 8px;
	line-height: 48px;
	font-size: 16px;
	border: none;
	font-family: "Staatliches", sans-serif;
	min-width: 150px;
}

.collapsemedia p.text-muted{
	margin-top:15px;
}
ul.content-tabs {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	width: 100%;
	border: 1px solid #FEEFE1;
	background: #FFFFF3;
	box-shadow: 0px 4px 8px 0px #71706B29;
	padding: 13px;
	border-radius: 8px;
	margin-bottom: 18px;
}

ul.content-tabs li:first-child {
	background: #D9D9D9;
}

ul.content-tabs li:first-child label {
	background: #D9D9D9;
	font-style: italic;
	color: #333;
}

ul.content-tabs li:first-child {
	font-style: italic;
	color: #333;
	font-weight: 400;
}

ul.content-tabs li {
	width: 25%;
	border: 1px solid #FEEFE1;
	box-shadow: 0px 4px 8px 0px #71706B29;
	background: #FEFDFA;
	border-radius: 8px;
	display: flex;
	align-items: center;
	padding: 8px 10px;
	font-family: "Ubuntu Sans", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 0.5px;
	vertical-align: middle;
	color: #000;
}

ul.content-tabs li label {
	min-width: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
	background: #BEEF00;
	color: #000000;
	font-family: "Ubuntu Sans", sans-serif;
	font-weight: 700;
	font-size: 25px;
}

ul.content-tabs li:hover, ul.content-tabs li.active {
	background: #BEEF00;
}

ul.content-tabs li:hover label,  ul.content-tabs li.active label  {
	background: #fff;
	color: #000000;
}

.about-user {
	border: 1px solid #000000 !important;
	background: #FDF9EF;
	border-radius: 8px;
	padding: 0px 16px 0px 8px !important;
}

.about-user .row {
	align-items: center;
}

.about-user .img {
	display: inline-block;
	vertical-align: middle;
}

.about-user .img img {
	line-height: 40px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 10px;
	height:40px;
	width:40px;
}

.about-user .text {
	display: inline-block;
	vertical-align: middle;
}

.about-user .text p {
	font-size: 16px;
	color: #1D1B20;
	font-weight: 400;
}

.about-user .btn-default {
	margin: 20px 0px;
	font-family: "Ubuntu Sans", sans-serif;
	text-transform: inherit;
	color: #333;
	font-weight: bold;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	float: right;
	line-height: 38px;
}

.about-user .btn-default:hover {
	background: #000;
	color: #fff;
}

.place-info {
	box-shadow: 0px 1px 3px 1px #00000026;
	box-shadow: 0px 4px 8px 0px #71706B29;
	background: #FEFDFA;
	border: 1px solid #FEEFE1;
	border-radius: 8px;
	padding: 0px 14px;
}

.place-info>.row {
	align-items: center;
}

.place-info h5 {
	font-family: "Ubuntu Sans", sans-serif;
	color: #000;
	font-size: 16px;
	letter-spacing: 0.5px;
}

.place-info h6 {
	font-family: "Ubuntu Sans", sans-serif;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.5px;
}

.place-info>.row>div:last-child img {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-right: -14px;
	max-width: 116px;
	height: 131px;
	object-fit: cover;
}

.place-info .place-link {
	font-family: "Ubuntu Sans", sans-serif;
	color: #000;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
}

.place-info .place-buttons {
	border: 1px solid #FEEFE1;
	background: #FEFDFA;
	box-shadow: 0px 4px 8px 0px #71706B29;
	border-radius: 8px;
	padding: 15px 11px 0px 11px;
	margin-bottom: 14px;
}

.place-info .place-buttons .row>div:first-child .btn-default {
	text-transform: inherit;
	color: #333;
	border: none;
	border-radius: 8px;
	border: none;
	font-size: 18px;
	line-height: 42px;
	letter-spacing: 0;
	width: 100%;
}

.place-info .place-buttons .row>div:first-child .btn-default:hover {
	background: #000;
	color: #fff;
}

.place-info .place-buttons .row>div:last-child .btn-default {
	font-family: "Ubuntu Sans", sans-serif;
	text-transform: inherit;
	color: #333;
	font-weight: bold;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	float: right;
	line-height: 38px;
}

.place-info .place-buttons .row>div:last-child .btn-default:hover {
	background: #000;
	color: #fff;
}
.main .infonew .accordion-item .listinfo .text .btns {
	margin-left: auto;
}

.main .infonew .accordion-item .listinfo .text {
	width: calc(100% - 55px);
	display: flex;
	align-items: center;
}

.main .infonew .accordion-item .listinfo .text p {
	margin: 0;
}

.main .infonew #createPlaceListingForm .accordion-item .listinfo .text .btn-default {
	margin-bottom: 0;
	margin-left: 15px;
	font-family: "Ubuntu Sans", sans-serif;
	text-transform: inherit;
	color: #333;
	font-weight: bold;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	float: right;
	line-height: 38px;
}

.main .infonew #createPlaceListingForm .accordion-item .listinfo .text .btn-default:hover {
	background: #000;
	color: #fff;
}

.accordion-item .listinfo .details {
	display: flex;
	align-items: center;
}

.accordion-item .listinfo a.btn-default.green{
	margin-bottom:0px;
}

.main .infonew #createPlaceListingForm .accordion-item .listinfo .btns .btn-default {
	margin-bottom: 0;
	margin-left: 10px;
	font-family: "Ubuntu Sans", sans-serif;
	text-transform: inherit;
	color: #333;
	font-weight: bold;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	line-height: 38px;
	min-width: inherit;
}

.main .infonew #createPlaceListingForm .accordion-item .listinfo .btns .btn-default:hover {
	background: #000;
	color: #fff;
}
.o--Widget--widget.o--App--profileWidget {
	max-width: 100%!important;
	border-width: 0px!important;
}

.main .tabinfo .sbtns .btn-default {
	font-family: "Ubuntu Sans", sans-serif;
	font-weight: 600;
	line-height: 56px;
	border-radius: 8px;
	font-size: 16px;
	vertical-align: middle;
	border: none;
	margin: 5px 0px 5px 15px;
	min-width: 176px;
}

.main .tabinfo .sbtns .btn-default:hover {
	background: #BEEF00;
	color: #000;
}

.main .tabinfo .sbtns .btn-default.blue {
	background: #0086FF;
	color: #fff;
}

.main .tabinfo .cards {
	background: #FAFAFA;
	border: 1px solid #FEEFE1;
	box-shadow: 0px 4px 8px 0px #71706B29;
	border-radius: 8px;
	margin-bottom: 20px;
}

.main .tabinfo .cards h4 {
	font-family: "Ubuntu", sans-serif;
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	margin: 0;
}

.main .tabinfo .cards h4 img {
	margin-left: 10px;
	margin-right: auto;
}

.main .tabinfo .cards h4 span.mid {
	font-family: "Ubuntu Sans", sans-serif;
	color: #333333;
	font-size: 36px;
	letter-spacing: .5px;
	font-weight: 700;
	margin: 0 auto;
	padding-right: 10px;
}

.main .tabinfo .cards h4 .star-label {
	display: inline-block;
	vertical-align: middle;
	color: #FF9933;
	font-size: 16px;
	font-weight: 500;
	border-radius: 48px;
	min-width: 70px;
	line-height: 23px;
	text-align: center;
	padding: 0px 7px;
	font-family: "Staatliches", sans-serif;
	background: #FECB001A;
	border: 0.5px solid #FF993380;
}

.main .tabinfo .cards h4 .star-label span {
	font-family: "Ubuntu", sans-serif;
}

.main .tabinfo .cards.congrats {
	padding: 30px 30px;
}

.main .tabinfo .cards.congrats h3 {
	font-family: "Ubuntu", sans-serif;
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.main .tabinfo .cards.congrats p {
	font-family: "Ubuntu Sans", sans-serif;
	color: #4C4E6499;
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
}

.main .tabinfo .cards.congrats .btn-default {
	font-family: "Ubuntu Sans", sans-serif;
	font-weight: 600;
	line-height: 48px;
	border-radius: 8px;
	font-size: 16px;
	vertical-align: middle;
	border: none;
	margin: 5px 0px 0px 0px;
	min-width: 156px;
}

.main .tabinfo .cards.congrats .btn-default:hover {
	background: #BEEF00;
	color: #000;
}

.main .tabinfo .cards.congrats .btn-default:hover {
	background: #BEEF00;
	color: #000;
}


.main .tabinfo .cards.guest {
	padding: 30px 30px;
}

.main .tabinfo .cards.guest h3 {
	font-family: "Ubuntu", sans-serif;
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 15px;
}

.main .tabinfo .cards.guest h3 img {
	margin-left: 12px;
}

.main .tabinfo .cards.guest p {
	font-family: "Ubuntu Sans", sans-serif;
	color: #333333;
	font-size: 36px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: .5px;
}

.main .tabinfo table thead th {
	padding: 20px 8px;
	box-shadow: 0px -1px 0px 0px #4C4E641F inset;
	font-family: "Ubuntu Sans", sans-serif;
	color: #333333DE;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: .15px;
	text-align: left;
	text-transform: uppercase;
	background: #5757571F;
}

.main .tabinfo table thead th:first-child {
}

.main .tabinfo table tbody td {
	padding: 20px 15px;
	box-shadow: 0px -1px 0px 0px #4C4E641F inset;
	background: #FFFFFF01;
	font-family: "Ubuntu Sans", sans-serif;
	color: #333333DE;
	/* color: #333333; */
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	text-align: left;
	letter-spacing: .15px;
    box-shadow: none !important;
}

.main .tabinfo .bg-grey {
    background: #FAFAFA;
    border-radius: 16px;
    padding: 15px 0px;
}

.main .tabinfo table tbody td input[type="checkbox"],
.main .tabinfo table thead th input[type="checkbox"] {
	width: 15px;
	height: 15px;
	margin-right: 0px;
}

.main .tabinfo table thead th input[type="checkbox"] {
	margin-right: 14px;
	margin-left: 3px;
}

.main .tabinfo .dt-layout-row .dt-search {
	display: none;
}

.main .tabinfo table tbody tr.selected td {
	background: #BEEF0029;
	color: #333;
}

.main .tabinfo .dt-info {
	font-family: "Ubuntu Sans", sans-serif;
	color: #333333;
	padding: 20px 0px;
}

.main .tabinfo .right .user-new {
	margin-bottom: 20px;
}

.main .tabinfo .right .labels .label {
	display: inline-block;
	background: #01C2D1;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	border-radius: 48px;
	min-width: 70px;
	line-height: 31px;
	text-align: center;
	padding: 2px 12px 0px 12px;
	font-family: "Staatliches", sans-serif;
	margin-left: 10px;
	margin-bottom: 10px;
}

.main .tabinfo .right .labels .label.yellow {
	border: 1px solid #FECB00;
	background: #FECB00;
}

.main .tabinfo .right .labels .star-label {
	font-size: 14px;
	line-height: 22px;
	font-family: "DM Serif Text", serif;
	border-top: 1px solid #000;
	min-width: 33px;
	border-color: #FF9933;
	padding: 0px 7px;
	text-align: center;
	margin-left: 5px;
	position: relative;
	top: -1px;
	display: inline-block;
	border: 1px solid #FF9933;
	background: #FECB00;
	color: #000;
	font-weight: 500;
	border-radius: 48px;
}

.main .tabinfo .right .about-user {
	background: #fafafa;
	border-radius: 16px;
	border: none !important;
	padding: 16px !important;
}

.main .tabinfo .right .about-user .abt-text {
	border: 1px solid #FEEFE180;
}

.main .tabinfo .right .about-user .abt-text h4 em {
	font-style: normal;
	float: right;
}

.main .tabinfo .right .twoparts {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

.main .tabinfo .right .about-user .btns {
	margin-bottom: 10px;
}

.main .tabinfo .right .about-user .btns a {
	background: #CEB9A5;
}


.main .tabinfo .right .about-user .btns .btn-bg {
	font-family: "Ubuntu Sans", sans-serif;
    font-size: 12px;
    color: #1c1b1f;
    font-weight: 400;
    display: inline-block;
    background: #CEB9A5;
    border-radius: 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 7px 7px;
}

.main .tabinfo .right .about-user .twoparts.small h4 {
	display: flex;
	align-items: start;
}

.main .tabinfo .right .about-user .twoparts.small h4 span.wid {
	font-family: "Ubuntu Sans", sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	margin-top: 0;
	padding: 0;
	padding-left: 2px;
}

.main .tabinfo .right .about-user .twoparts.small h4 span.wid span {
	font-size: 13px;
}

.main .tabinfo .right .about-user .abt-text.inline h4 {
	display: flex;
	align-items: center;
	line-height: 1.5;
}

.main .tabinfo .right .about-user .abt-text.inline h4 span  {
	line-height: 1.5;
	padding-bottom: 5px;
	width: 70%;
	margin-left: auto;
}

.main .tabinfo .right .about-user .abt-text.inline.big h4 span  {
	width: 85%;
}

.main .tabinfo.active .cardsdiv {
	width: 66.66666667%;
}

.main .tabinfo.active .cardsdiv .cardbtnbar>div:last-child {
	display: none;
}

.main .tabinfo.active .cardsdiv .cardbtnbar>div:first-child {
	width: 80%;
}

.main .tabinfo.active .rightsidebar {
	width: 33.33333333%;
}
.main .tabinfo .dt-layout-start {
    margin-left: auto !important;
    margin-right: 0 !important;
    justify-content: end;
}
.main .tabinfo .cards {
	height: inherit;
	margin-top: 0;
}

.main .tabinfo table tbody tr.selected td {
	background: #BEEF0029 !important;
	box-shadow: none !important;
}

.main .tabinfo .dt-layout-start {
	margin-left: auto !important;
	margin-right: 20px !important;
	justify-content: end;
}

.main .tabinfo .right .user-new .img img{
	line-height: 40px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 10px;
	height: 64px;
	width: 64px;
	min-width: unset;
}

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


	/*** ***/
	.main {
		background: #FFFDF5;
		padding-bottom: 140px;
	}

	.new-topbar.active {
		position: fixed;
		top: 0px;
		left: 0%;
		z-index: 999;
		width: 100%;
		background: #FFFDF5;
		padding: 30px 12px;
	}

	.sidemenu {
		position: fixed;
		top: 90px;
		left: -100%;
		transition: all .3s;
		z-index: 999;
		height: calc(100vh - 90px);
		width: 100%;
		overflow-y: scroll;
		padding: 75px 35px;
	}

	.sidemenu.active {
		display: block;
		left: 0px;
	}

	body.active {
		overflow: hidden;
	}

	.desktop-topbar {
		display: none;
	}

	.user-new.small {
		padding: 12px 8px 18px 8px;
	}


	.user-new .text p {
		font-size: 16px;
	}

	.bulleted {
		font-size: 14px;
	}

	.content-box.centerbox {
		display: inline-block;
		width: 100%;
		height: inherit;
		padding-top: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.content-box h1 {
		font-size: 29px;
		line-height: 38px;
	}

	.content-box p {
		font-size: 14px;
		line-height: 20px;
	}

	.bulleted-numberic {
		font-size: 14px;
	}
	.content-box.accordian-content {
		min-height: inherit;
		margin-bottom: 20px;
		background: none;
		box-shadow: none;
		border-radius: 0;
		border: none;
		padding: 12px 12px;
	}

	.main .infonew .accordion-item.first .accordion-button .text {
		min-width: 80%;
	}

	.main .infonew .accordion-item.first .accordion-button .text p.btn-default.green {
		width: 100%;
		line-height: 40px;
	}

	.new-topbar {
		padding: 30px 0px !important;
	}

	.new-topbar.active {
		padding: 30px 12px !important;
	}
	.content-box.accordian-content{
		display:block !important;
	}

	body.page-template-template-crmhome  .smallinfobox {
		padding: 15px 15px;
	}
	ul.content-tabs {
		display: none;
	}

	.about-user {
		border-radius: 5px;
		padding: 9px 16px 8px 8px !important;
	}

	.about-user .img img {
		margin-top: 0px !important;
	}

	.about-user .row>div:last-child {
		display: none;
	}

	.place-info h5 {
		font-size: 14px;
	}

	.place-info h6 {
		font-size: 14px !important;
	}

	.place-info .place-link {
		font-size: 13px;
	}

	.place-info .place-buttons .row>div:first-child .btn-default {
		font-size: 16px;
		line-height: 40px;
		width: 100%;
	}
	form#createPlaceListingForm .accordion-header .ms-auto.text-end{
		display:none;
	}

	.main .tabinfo.active .cardsdiv {
		width: 100%;
	}

	.main .tabinfo.active .cardsdiv .cardbtnbar>div:first-child {
		width: 100%;
	}

	.main .tabinfo.active .rightsidebar {
		width: 100%;
	}

	.main .tabinfo table tbody td.dtfc-fixed-left {
		background: #fff;
	}

	.main .tabinfo table tbody td.dtfc-fixed-start.dtfc-fixed-left,
	.main .tabinfo table thead th.dtfc-fixed-left {
		background: #fff;
	}

	.main .tabinfo .sbtns {
		margin-bottom: 15px;
	}

	.main .tabinfo .sbtns .btn-default {
		line-height: 50px;
		font-size: 14px;
		margin: 5px 0px 5px 15px;
		min-width: 146px;
	}
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
	.bulleted {
		font-size: 14px;
	}

	.content-box.centerbox {
		height: calc(100% - 144px);
	}

	.main .tabinfo .sbtns {
		margin-bottom: 15px;
	}

	.main .tabinfo.active .cardsdiv {
		width: 50%;
	}

	.main .tabinfo.active .cardsdiv .cardbtnbar>div:first-child {
		width: 100%;
	}

	.main .tabinfo.active .rightsidebar {
		width: 50%;
	}

}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
	.bulleted {
		font-size: 16px;
	}

	.content-box.centerbox {
		height: calc(100% - 88px);
	}
	.main .tabinfo .sbtns {
		margin-bottom: 15px;
	}

	.main .tabinfo.active .cardsdiv {
		width: 60%;
	}

	.main .tabinfo .cardsdiv .cardbtnbar>div:first-child {
		width: 70%;
	}

	.main .tabinfo .cardsdiv .cardbtnbar>div:last-child {
		width: 30%;
	}

	.main .tabinfo.active .cardsdiv .cardbtnbar>div:first-child {
		width: 100%;
	}

	.main .tabinfo.active .rightsidebar {
		width: 40%;
	}


}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.content-box.centerbox {
		height: calc(100% - 86px);
	}

	.main .tabinfo.active .cardsdiv {
		width: 60%;
	}

	.main .tabinfo .cardsdiv .cardbtnbar>div:first-child {
		width: 70%;
	}

	.main .tabinfo .cardsdiv .cardbtnbar>div:last-child {
		width: 30%;
	}

	.main .tabinfo.active .cardsdiv .cardbtnbar>div:first-child {
		width: 100%;
	}

	.main .tabinfo.active .rightsidebar {
		width: 40%;
	}	
}



@media only screen and (min-width:1400px) and (max-width:1579px) {
	.content-box.centerbox {
		height: calc(100% - 86px);
	}
}