@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Space+Mono&display=swap');

@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');


/* PLACE YOUR CUSTOM STYLES IN THIS FILE */

@font-face {
	font-family: 'Neue Montreal';
	src: url('http://first-look.net/public/assets/font/NeueMontreal-Regular.woff2') format('woff2'),
		url('http://first-look.net/public/assets/font/NeueMontreal-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Montreal';
	src: url('http://first-look.net/public/assets/font/NeueMontreal-Bold.woff2') format('woff2'),
		url('http://first-look.net/public/assets/font/NeueMontreal-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Montreal';
	src: url('http://first-look.net/public/assets/font/NeueMontreal-Medium.woff2') format('woff2'),
		url('http://first-look.net/public/assets/font/NeueMontreal-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'American Typewriter';
	src: url('http://first-look.net/public/assets/font/AmericanTypewriter.woff2') format('woff2'),
		url('http://first-look.net/public/assets/font/AmericanTypewriter.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'American Typewriter';
	src: url('http://first-look.net/public/assets/font/AmericanTypewriterMediumA.woff2') format('woff2'),
		url('http://first-look.net/public/assets/font/AmericanTypewriterMediumA.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}



::selection {
	color: #fff;
	background: #1e2022;
}

::-moz-selection {
	color: #fff;
	background: #1e2022;
}


* {
	box-sizing: border-box;
}

.main-page {
	margin: 0;
	position: relative;
	background: #fff;
}

.main_login_logo {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 0px;
}

.main_login_logo img {
	max-width: 300px;
	display: table;
	margin: 10px auto;
}

.main_login_content {
	text-align: center;
	color: #000;
}

.main_login_content .main_login_field {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	gap: 20px;
	justify-content: center;
}

.main_login_content .main_login_field .main_login_field_item {
	margin: 10px 0;
	font-size: 20px;
	background: #e1e1e1;
	border-radius: 10px;
	padding: 50px 30px;
}

.main_login_content .main_login_btn_contl a input {
	margin: 0 7px 0 0;
}

.main_login_content {
	max-width: 540px;
	margin: 0 auto;
}

.main_login_section.first-page .main_login_content {
	max-width: 1000px;
}

.main_login_content .main_login_btn_contl {
	display: flex;
	justify-content: space-evenly;
	margin-top: 30px;
}

.main_login_content .main_login_btn_contl .main_login_btn a {
	border: 1px solid #000;
	padding: 6px 20px;
	font-size: 18px;
	background: #000;
	color: #fff;
	border-radius: 40px;
	min-width: 120px;
	display: block;
}

.main_login_content .main_login_btn_contl a.login_Forgot_btn {
	border: 1px solid #fff;
	padding: 6px 20px;
	font-size: 18px;
	background: #fff;
	color: #000;
	border-radius: 40px;
	min-width: 120px;
	display: block;
}

.main_login_content .main_login_btn_contl a input {
	margin: 0 7px 0 0;
	scale: 1.3;
}

.main_login_content .login_ttl-span {
	font-size: 20px;
}

.main_login_content .main_login_field .main_login_field_item h3 {
	font-size: 25px;
	font-weight: 400;
	margin: 0 0 20px 0;
	color: black;
}

.main_login_content .main_login_field .main_login_field_item .main_login_btn a {
	border: 1px solid #fff;
	padding: 6px 20px;
	font-size: 18px;
	background: #fff;
	color: #000;
	border-radius: 40px;
	min-width: 120px;
	display: block;
}

.login_page_content .login_page_content {
	width: 100%;
	margin-bottom: 20px;
}

.login_page_content .login_page_content input {
	width: 100%;
	padding: 15px 20px;
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	font-size: 18px;
	outline: 0;
}

.main_login_inner .main_login_content.login_page {
	margin: 0px auto;
	font-size: 20px;
	background: #e1e1e1;
	border-radius: 10px;
	padding: 20px;
}

.main_login_inner #knox {
	max-width: 540px;
	margin: 30px auto;
	font-size: 20px;
	border-radius: 10px;
	padding: 20px;
	background-color: #e1e1e1;
}

.main_login_content .main_login_btn_contl.loginbtn_contl {
	display: table;
	margin: 0 auto;
}

.main_login_content .main_login_btn_contl.login_btn_contl {
	display: grid;
	gap: 20px;
}

.signup_page_content .list-group {
	display: grid;
	gap: 0;
}

.signup_page_content .list-group .list-group-item:hover {
	color: #0fa2f3;
}

.flq-navbar-top {
	margin: 0 !important;
}


.flq-navbar-top .flq-navbar-brand .flook-logo {
	max-width: 240px;
	/* filter: invert(1); */
}

.slogin_btn .sign_btn {
	margin-left: 10px;
	background: #fff;
	color: #000;
}

footer .flook-logo {
	max-width: 160px;
}


.main_dblg_sr {
	padding-top: 110px;
	padding-bottom: 60px;
}

.heading2_sr {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 30px;
}

.btn.btn-primary.Let_Talk_btn {
	margin-left: 10px;
	font-size: 12px;
	padding: 11px 20px;
	min-height: 38px;
}

.lets_talk_popup .modal-footer .btn {
	font-size: 14px;
	padding: 12px 20px;
	min-height: 40px;
}

.lets_talk_popup .modal-footer .btn::before {
	background: #242424;
	box-shadow: none;
}

.lets_talk_popup .modal-footer .btn:hover::after {
	background: #f63131;
}

.lets_talk_popup .modal-footer .btn:hover {
	color: #fff;
}

.lets_talk_popup .modal-dialog .modal-header h1 {
	color: #242424;
	font-size: 22px !important;
}

.lets_talk_popup .modal-dialog .modal-body .lets_talk_outer {
	width: 100%;
}

.lets_talk_popup .modal-dialog .modal-body .lets_talk_outer .lets_talk_item {
	margin-bottom: 10px;
	width: 100%;
}

.lets_talk_popup .modal-dialog .modal-body .lets_talk_outer .lets_talk_item input {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #000;
	border-radius: 6px;
	font-size: 16px;
	outline: 0;
}

.lets_talk_popup .modal-dialog .modal-body .lets_talk_outer .lets_talk_item textarea {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #000;
	border-radius: 6px;
	font-size: 16px;
	outline: 0;
	height: 90px;
}

.lets_talk_popup .modal-footer {
	justify-content: flex-start;
}

.content-wrap.profile_page {
	padding-top: 110px;
	padding-bottom: 90px;
}

.flq-cursor {
	display: none !important;
}

.swiper-wrapper .swiper-slide .card.flq-card-blog, .card.flq-card-blog {
	border: 1px solid #fff;
	padding: 30px 20px;
	border-radius: 6px;
}

.swiper-wrapper .swiper-slide .card.flq-card-blog .card-body, .card.flq-card-blog .card-body {
	width: 100%;
}

.swiper-wrapper .swiper-slide .card.flq-card-blog .card-body .favourites.fa, .card.flq-card-blog .card-body .favourites.fa {
	float: right;
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
}

.main_login_inner .main_login_content.login_page .login_page_content h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: black;
}

/* ---------------------  12-06-2023  --------------------- */

.lets_talk_popup .modal-dialog .modal-body .lets_talk_outer table {
	width: 100%;
	border: 1px solid #484848;
}

.lets_talk_popup .modal-dialog .modal-body .lets_talk_outer table thead th {
	background: #ececec;
	padding: 5px;
	text-align: center;
}

.lets_talk_popup .modal-dialog .modal-body .lets_talk_outer table td {
	padding: 5px;
	color: #000;
	text-transform: capitalize;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #484848;
}

.lets_talk_popup .modal-dialog .modal-body .lets_talk_outer .lets_talk_item .chat_inner .fa.fa-arrow-left.chat_back {
	color: #000;
}

.lets_talk_popup .modal-dialog .modal-body .lets_talk_outer .lets_talk_item .chat_inner #chat-form #message {
	margin-bottom: 10px;
	padding: 20px;
	vertical-align: text-top;
}

.lets_talk_popup .modal-dialog .modal-body .lets_talk_outer .lets_talk_item .chat_inner #chat-form button {
	background: white;
	border: 1px solid black;
	padding: 8px 35px;
	color: #000;
	border-radius: 5px;
	text-transform: uppercase;
}

.chat_tr .chat_btn::after, .chat_tr .chat_btn::before {
	display: none;
}

.chat_tr .chat_btn {
	background: black !important;
	color: #fff !important;
	font-size: 14px;
	border-radius: 5px !important;
	clip-path: unset;
}

.lets_talk_popup .modal-dialog .modal-body .lets_talk_outer .lets_talk_item .chat_inner #chat-messages div {
	color: black;
	font-size: 16px;
	line-height: 22px;
}

.lets_talk_popup .modal-dialog .modal-body .lets_talk_outer .lets_talk_item .chat_inner #chat-messages {
	margin: 8px 0px;
	height: 475px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.has_total_msg_count {
	background: #f6c700;
	padding: 0px 5px;
	position: absolute;
	top: -10px;
	right: -10px;
	border-radius: 50px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	z-index: 999999 !important;
	color: black;
}

.Let_Talk_btn {
	clip-path: unset !important;
	margin-left: 5px;
}

.lets_talk_popup .modal-dialog .modal-body .lets_talk_outer table td .msg_count.has_msg_count {
	background: red;
	background: #f6c700;
	padding: 0px 5px;
	border-radius: 50px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	z-index: 999999 !important;
	color: black;
	margin-right: 5px;
}

.chat_outer .status {
	width: 15px;
	height: 15px;
	background: gray;
	font-size: 0px;
	display: table;
	border-radius: 50px;
	margin: 0px auto;
}

.chat_outer .status.status-online {
	background: #16bb16;
}

.lets_talk_popup .modal-dialog .modal-body .lets_talk_outer .lets_talk_item .chat_inner #chat-messages div.msg_row.row_float_right {
	width: 100%;
	display: table;
	margin: 10px 0px;
}

.lets_talk_popup .modal-dialog .modal-body .lets_talk_outer .lets_talk_item .chat_inner #chat-messages div.msg_row.row_float_right .msg_row_inner {
	text-align: right;
	width: 100%;
	max-width: 250px;
	float: right;
}

.lets_talk_popup .modal-dialog .modal-body .lets_talk_outer .lets_talk_item .chat_inner #chat-messages div.msg_row.row_float_right .msg_row_inner strong {
	display: table;
	text-align: right;
	width: 100%;
	margin-bottom: 2px;
	font-size: 14px;
	color: #000;
}

.lets_talk_popup .modal-dialog .modal-body .lets_talk_outer .lets_talk_item .chat_inner #chat-messages div.msg_row.row_float_right .msg_row_inner span {
	display: table;
	width: 100%;
	scale: ;
	text-align: left;
	background: #1c78db;
	padding: 7px 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
}

.lets_talk_popup .modal-dialog .modal-body .lets_talk_outer .lets_talk_item .chat_inner #chat-messages div.msg_row.row_float_left {
	width: 100%;
	display: table;
	margin: 10px 0px;
}

.lets_talk_popup .modal-dialog .modal-body .lets_talk_outer .lets_talk_item .chat_inner #chat-messages div.msg_row.row_float_left .msg_row_inner {
	text-align: left;
	width: 100%;
	max-width: 250px;
	float: left;
}

.lets_talk_popup .modal-dialog .modal-body .lets_talk_outer .lets_talk_item .chat_inner #chat-messages div.msg_row.row_float_left .msg_row_inner strong {
	display: table;
	text-align: left;
	width: 100%;
	margin-bottom: 2px;
	font-size: 14px;
	color: #000;
}

.lets_talk_popup .modal-dialog .modal-body .lets_talk_outer .lets_talk_item .chat_inner #chat-messages div.msg_row.row_float_left .msg_row_inner span {
	display: table;
	width: 100%;
	text-align: left;
	background: #353535;
	padding: 7px 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
}

.lets_talk_popup .modal-content {
	background: #FAFAFA;
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.50);
	backdrop-filter: blur(2px);
	border-radius: 5px;
}

.lets_talk_popup .modal-content .modal-header h1 {
	color: #000;
}

.lets_talk_popup .modal-content .btn-close {
	background: transparent;
	opacity: 1;
	color: #000;
	font-size: 20px;
}

#voyager-loader img {
	animation: spin 1s linear infinite;
	left: 0;
	position: absolute;
	top: 35%;
	width: 100px;
	transform: translateY(-50%);
	right: 0;
	margin: 0px auto;
}

.flq-navbar-top .flq-navbar-top-toggle::before {
	background: #fff;
}

#voyager-loader {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #111113;
}

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

	to {
		transform: rotate(359deg)
	}
}

.chat_outer .chat-user-img {
	width: 40px;
}


.btn-primary::before {
	background: black !important;
	box-shadow: unset;
}

.btn-primary::before {
	background: black !important;
	box-shadow: unset;
}

.btn-danger::before {
	background: #0da2f3 !important;
	box-shadow: unset;
}

.flq-card-feature .card-icon {
	background-color: black;
}

.btn.btn-icon-sm::before {
	background: black;
	box-shadow: unset;
}

a.btn::before {
	background: black;
	box-shadow: unset;
}

.btn.btn-xs.btn-outline.btn-white::before {
	background: transparent;
	box-shadow: inset 0 0 0 calc(var(--flq-btn-hover--scale) + var(--flq-btn--border-width)) hsla(var(--flq-btn--background-color));
}

.btn.btn-block.login-button::before {
	background: black;
	box0sha: ;
	box-shadow: unset;
}

.btn.btn-primary.Let_Talk_btn {
	position: fixed;
	bottom: 15px;
	right: 10px;
	z-index: 999;
	border-radius: 50%;
	background: #fff !important;
	width: 70px;
	height: 70px;
	line-height: normal;
	font-size: 16px;
	color: #000 !important;
}

.btn.btn-primary.Let_Talk_btn::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: -11px;
	right: auto;
	top: auto;
	bottom: 2px;
	border: 22px solid;
	border-color: transparent transparent #fff transparent;
	display: block;
	z-index: 9999;
	background: transparent;
	clip-path: unset;
	opacity: 1;
	transform: rotate(-22deg);
}

.btn.btn-primary.Let_Talk_btn::before {
	display: none;
}

.flq-scroll-top-wrapper.flq-scroll-top-button-show {
	bottom: 95px;
}

.signup_page_content {
	margin-bottom: 15px;
	width: 100%;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.signup_page_content .list-group {
	display: flex;
	flex-wrap: wrap;
	gap: 3%;
	align-items: first baseline;
}

.signup_page_content .list-group .list-group-item {
	width: 100%;
	padding: 8px 5px;
	background-color: black;
	border: 1px solid #ececec;
	display: flex;
	align-items: center;
	margin-bottom: 4px;
	justify-content: center;
	border-radius: 50px;
	gap: 10px;
	margin-top: 4px;
}

.signup_page_content .list-group div.list-group-item {
	display: block;
}

.signup_page_content .list-group .list-group-item .auth-sprite {
	line-height: 0;
}

.signup_page_content .list-group .list-group-item img {
	width: 30px;
}

.signup_page_content .list-group .list-group-item .auth-provider-text {
	color: #fff;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	margin-left: 3px;
}

.signup_page_content .list-group div.list-group-item .google-btn-note {
	font-size: 10px;
	line-height: normal !important;
	margin-top: 5px;
	color: #f63131 !important;
	font-weight: bold;
}

.signup_page_content .list-group div.list-group-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.main_login_content .main_login_field .main_login_field_item .main_login_btn a {
	border: 1px solid #000;
	padding: 6px 20px;
	font-size: 18px;
	background: #000;
	color: #fff;
	border-radius: 40px;
	min-width: 120px;
	display: block;
}

.main_login_content .main_login_field .main_login_field_item .main_login_btn a:hover {
	background: #fff;
	color: #000;
}

.main_login_content .main_login_btn_contl .main_login_btn a:hover {
	background: #fff;
	color: #000;
}

.d-flex.align-items-center.ms-4.d-none.d-sm-flex.slogin_btn .btn.btn-xs.btn-outline.btn-white.d-none.d-md-flex {
	background: #000;
	color: #fff !important;
	border: 1px solid #000;
	border-radius: 5px;
	margin-left: 5px;
}

.d-flex.align-items-center.ms-4.d-none.d-sm-flex.slogin_btn .btn.btn-xs.btn-outline.btn-white.d-none.d-md-flex:hover {
	background: black !important;
	color: #fff !important;
}

.d-flex.align-items-center.ms-4.d-none.d-sm-flex.slogin_btn .btn.btn-xs.btn-outline.btn-white.d-none.d-md-flex::after {
	display: none;
}

.d-flex.align-items-center.ms-4.d-none.d-sm-flex.slogin_btn .btn.btn-xs.btn-outline.btn-white.d-none.d-md-flex::before {
	display: none;
}

.chat_inner #load-more-btn {
	background: #fff;
	border: 1px solid #fff;
	padding: 3px 15px;
	color: black;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 5px;
	border-radius: 5px;
}

.form-control, .form-select {
	background: #fff !important;
	color: #000 !important;
	outline: 0px !important;
}

.main_login_section.first-page {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}

.main_login_section {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	height: 100vh;
	overflow: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.main_login_inner {
	width: 100%;
}

.flq-navbar-top {
	padding-bottom: 10px;
	flex-wrap: wrap;
	border-bottom: 1px solid #000;
	z-index: 9999;
}

.announcement-bar-main {
	overflow: hidden;
}

nav .flq-navbar-container.container-fluid {
	border-top: 1px solid #000;
	padding-top: 12px;
	padding-bottom: 5px;
	justify-content: space-between;
	margin-top: 10px;
}

.announcement-bar {
	width: 100%;
	padding-top: 10px;
	display: flex;
	gap: 8px;
	position: relative;
	animation: marqueess 10s linear infinite;

}

.announcement-bar-main {
	width: 100%;
	/* overflow: hidden; */
	display: flex;
}

.announcement-bar-main {
	width: 100%;
	overflow: hidden;
}

.announcement-bar p {
	width: max-content;
	line-height: normal;
	margin: .5em 0;
	letter-spacing: .05em !important;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	max-width: unset;
	margin-bottom: 0
}

.announcement-bar-inner {
	flex: 0 0 auto;
	padding: 0 20px;
	/* Adjust as needed */
}

@keyframes marquee {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.first-about {
	padding-top: 50px;
}

.first-about h2 {
	text-align: center;
	font-size: 48px;
	text-transform: uppercase;
	margin: 0px 0px 16px;
	letter-spacing: 1px;
}

.about-main .about-inr .about-img {
	width: 50%;
	padding-right: 40px;
}

.about-main .about-inr .about-content {
	width: 50%;
	padding-left: 40px;
}

.about-main .about-inr .about-img img {
	width: 100%;
	border-radius: 6px;
}

.about-main .about-inr {
	display: flex;
	flex-wrap: wrap;
	margin: 65px 0px;
}

.about-main .about-inr:nth-child(even) {
	flex-direction: row-reverse;
}

.about-main .about-inr:nth-child(even) .about-content {
	padding-right: 40px;
	padding-left: 0px;
}

.about-main .about-inr:nth-child(even) .about-img {
	padding-right: 0px;
	padding-left: 40px;
}

.about-main .about-inr .about-content h3 {
	margin: 0px 0px 32px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.about-main {
	margin-top: 80px;
}

.first-podcast {
	padding-top: 50px;
}

.first-podcast h2 {
	text-align: center;
	font-size: 48px;
	text-transform: uppercase;
	margin: 0px 0px 16px;
	letter-spacing: 1px;
}

.podcast-main .podcast-inr .podcast-img {
	width: 25%;
}

.podcast-main .podcast-inr .podcast-content {
	width: 75%;
	padding-left: 25px;
}

.podcast-main .podcast-inr .podcast-img img {
	width: 100%;
	border-radius: 6px;
}

.podcast-main .podcast-inr {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0px;
}

.podcast-main .podcast-inr .podcast-content h3 {
	margin: 0px 0px 10x;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.podcast-main {
	margin-top: 80px;
}

.podcast-main .podcast-inr .podcast-content h5 {
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	color: rgb(255, 255, 255);
	margin-bottom: 10px;
	margin-top: 10px;
}

.podcast-main .podcast-inr .podcast-content h4 {
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	margin: 0px 0px 10px;
}

.podcast-main .podcast-inr .podcast-content p {
	line-height: 24px;
	margin: 0px 0px 16px;
}

.podcast-main .podcast-inr .podcast-content a {
	border-radius: 100px;
	border: inherit;
	background: rgb(15, 162, 243);
	color: rgb(255, 255, 255);
	line-height: 60px;
	width: 300px;
	height: 60px;
	font-weight: 900;
	font-size: 16px;
	min-width: inherit;
	margin-bottom: 0px;
	margin-right: 0px;
	display: table;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.podcast-main .podcast-inr .podcast-content audio {
	width: 100%;
}

.announcement-bar .announcement-bar-inner {
	padding: 0px 60px;
}

.browse-first {
	width: 100%;
	/* background-image: url('http://first-look.net/public/storage/posts/post1.jpg'); */
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 0px;
	padding: 50px 0px;
	height: auto;
	background-position: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;

}

.browse-first.first-section-slides {
	padding-top: 170px;
}

.browse-first h2 {
	text-align: center;
	font-size: 54px;
	/* text-transform: uppercase; */
	line-height: 1.167;
	/* font-family: 'Courier Prime', monospace; */
	letter-spacing: 1px;
	font-weight: 500;
	color: #000;
}

.flq-preloader-hide .flq-preloader-title span {
	font-family: 'Courier Prime', monospace;
	font-weight: bold;
	color: #000;
}

.flq-preloader-title.display-1 {
	font-family: 'Courier Prime', monospace;
	font-weight: bold;
}

.browse-first .author-name p {
	display: none;
}

.browse-first p {
	text-align: center;
	margin: 10px 0px;
	font-family: 'Courier Prime', monospace;
	font-weight: 400;
	line-height: 1.2;
	color: #000;
	font-size: 24px;
	letter-spacing: 1px;
}

.browse-first h3 {
	text-align: center;
	font-size: 54px;
	text-transform: uppercase;
	line-height: 1.167;
	font-family: 'Courier Prime', monospace;
	font-weight: 500;
	letter-spacing: 1px;
	color: #000;
}

.browse-first .butn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.browse-first .butn a {
	background: rgb(15, 162, 243);
	border-radius: 100px;
	color: #000;
	text-align: center;
	/* height: auto; */
	font-size: 16px;
	padding: 0px 15px;
	line-height: 50px;
	/* text-transform: uppercase; */
	width: 200px;
	/* font-family: 'Neue Montreal'; */
	margin: 10px 5px;
	font-weight: 500;
	letter-spacing: 1px;
}

.browse-first .butn a:last-child {
	background: transparent;
	border: 1px solid #000;
	color: #000;
}

.browse-first .butn a {
	/* background: black; */
	color: #fff;
}

.browse-first .browse-inner {
	text-align: ;
	margin: 25px 0px;
}

.browse-first .browse-inner p {
	text-align: center;
	margin-top: 20px;
}

.first-programs {
	padding-top: 50px;
}

.first-programs .first-programs-head h2 {
	text-align: center;
	font-size: 48px;
	text-transform: uppercase;
	margin: 0px 0px 16px;
	letter-spacing: 1px;
}

.first-programs .first-programs-head p {
	text-align: center;
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
}

.first-programs .first-programs-inner .first-programs-catg {
	padding-top: 120px;
}

.first-programs .first-programs-inner .first-programs-catg .first-programs-catg-head {
	width: 100%;
	max-width: 550px;
}

.first-programs .first-programs-inner .first-programs-catg .first-programs-catg-head h3 {
	font-size: 36px;
	text-transform: uppercase;
	margin: 0px 0px 20px;
	letter-spacing: 1px;
}

.first-programs .first-programs-inner .first-programs-catg .first-programs-box-main {
	display: flex;
	flex-wrap: wrap;
	width: ;
	gap: 15px;
	margin-top: 40px;
}

.first-programs .first-programs-inner .first-programs-catg .first-programs-box-main .first-programs-box {
	width: 33.3%;
	position: relative;
}

.first-programs .first-programs-inner .first-programs-catg .first-programs-box-main .first-programs-box .first-programs-content {
	position: absolute;
	bottom: 0;
	padding: 32px 20px;
	left: 0;
	right: 0;
	top: auto;
}

.first-programs.writer-resources .first-programs-inner .first-programs-catg .first-programs-box-main .first-programs-box .first-programs-content {
	bottom: auto;
	top: 0;
}

.buyers-read-full-content {
	margin-top: 20px;
}

nav .flq-navbar-container.container-fluid .nav-content-wrap {
	display: flex;
}

.content-wrap .fixed {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	left: 0;
	right: 0;
	padding-top: 0;
}

.content-wrap .fixed .container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	right: 0px;
}

.content-wrap .animation {
	/*transition: opacity 0.1s ease-in-out;*/
	padding-bottom: 0;
	opacity: 0;
}

.content-wrap .hidden {
	visibility: hidden;
}

body.home-page {
	/*background-image: url('http://first-look.net/public/storage/pages/browse/bg-static.jpg');*/
}

.flq-navbar-top-hide {
	visibility: visible;
}

.flq-navbar-top-hide .container, .flq-navbar-top-hide .container-fluid, .flq-navbar-top-hide::before {
	opacity: 1;
	-webkit-transform: unset;
	-ms-transform: unset;
	transform: unset;
}

.flq-navbar-top-cloud .container, .flq-navbar-top-cloud .container-fluid, .flq-navbar-top-cloud::before, .flq-navbar-top-scroll .container, .flq-navbar-top-scroll .container-fluid, .flq-navbar-top-scroll::before {
	transform: unset;
	backdrop-filter: unset;
}

body.home-page #bg-cover.my-7 {
	margin-top: 0px !important;
	margin-bottom: 65px !important;
}

.typewrite-head {
	text-align: center;
	font-size: 54px;
	text-transform: uppercase;
	line-height: 1.167;
	font-family: 'Courier Prime', monospace;
	letter-spacing: 1px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #000;
}

.browse-first h2.typewrite {
	font-size: 32px;
	margin-bottom: 20px;
	font-family: 'Courier Prime', monospace;
	font-weight: normal;
	color: #000;
}

.browse-first h2.typewrite span {
	background: transparent;
	color: #000;

}

/* body.home-page .flq-footer.flq-background {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	bottom: 0;
} */
.flq-image img {
	padding: 8px;
}

.tickerwrapper ul.list li {
	float: left;
	padding-left: 20px;
	font-family: 'Space Grotesk', sans-serif;
}

.tickerwrapper ul.list li span {
	letter-spacing: .05em !important;
	color: #000000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	text-transform: capitalize;
	max-width: unset;
	margin-bottom: 0;
	line-height: normal;

	position: relative;
}

.tickerwrapper ul.list li span::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
	background-color: #000000;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.tickerwrapper .list {
	list-style: none;
}

/* @keyframes marqueess { */
/* 0% { left: 0; } */
/* 100% { left: -100%; } */
/* }  */
.tickerwrapper {
	position: relative;
	top: 0;
	left: 0%;
	width: 99.9%;
	height: 45px;
	overflow: hidden;
	cursor: pointer;
	background: #000;
	background: #21c17a;
	border: 0px;
	padding: 10px 0px;
}

.tickerwrapper ul.list {
	position: relative;
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.tickerwrapper ul.list.cloned {
	position: absolute;
	top: 10px;
	left: 0px;
}

.tickerwrapper ul.list li {
	float: left;
	padding-left: 80px;
}

/* ================ 28/08/2023 ================== */

body {
	background: #fff;
}

.flq-navbar-top .flq-navbar-top-user {
	background: transparent;
}

.flq-navbar-top::before {
	background-color: #fff;
	border-radius: 0;
}

.browse-first .butn a:hover {
	background: black;
	color: #fff;
}

.dropdown-menu::before {
	background-color: #f0f0f0;
}

.flq-dropdown-nav>.dropdown-menu>.nav>.nav-item:hover>.nav-link {
	color: black;
}

.dropdown-menu ul li a span {
	color: black;
}

.flq-background>.flq-background-overlay {
	background: #f0f0f0 !important;
}

.flq-footer p {
	color: black;
}

.flq-footer ul li a {
	color: black;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
}

.flq-scroll-progress-circle {
	color: black;
}

.flq-scroll-top-button>svg {
	color: black;
}

.flq-navbar-top .flq-navbar-top-toggle>span {
	background-color: black;
}

.flq-navbar-icons>ul>li svg {
	color: black;
}

.flq-navbar-icons {
	background: #f0f0f0;
}

.flq-footer ul li a:hover {
	color: black;
}

.btn::before {
	box-shadow: unset !important;
}

.flq-dropdown .dropdown-menu span {
	color: black !important;
}

.btn.btn-danger.btn-sm .nav-link-name {
	color: #fff !important;
}

.btn.btn-danger.btn-sm:hover::after {
	background: black !important;
}

.flq-footer nav .nav .nav-item .nav-link {
	justify-content: flex-end;
	padding-bottom: 0px;
}

.flq-footer nav .nav {
	padding-bottom: 0;
}

#flq_navbar_mobile .flq-logo {
	width: 170px;
}

#flq_navbar_mobile .flq-fancybox-body .nav {
	padding-left: 0px;
}

.flq-preloader::before, .flq-preloader::after {
	background-color: #fff;
}

.flq-preloader span {
	font-family: 'Courier Prime', monospace;
}

.let_talk_mob.Let_Talk_btn {
	display: none !important;
}

.main_login_inner .main_login_content.login_page .btn.btn-link {
	color: #000;
}

.login_btn_mob {
	display: none !important;
}

.btn.btn-block.login-button::before, .btn.btn-block.login-button::after {
	display: none;
}

.btn.btn-block.login-button {
	background: #fff !important;
	color: #000;
	border-radius: 50px;
}

.btn.btn-block.login-button:hover {
	background: #fff;
	color: #000;
}

.main_login_content .form-group.row label {
	color: #fff;
}

.buyer-sign-up-page .main_login_content.login_page label {
	color: black;
}

.error-alert {
	position: fixed;
	z-index: 999;
	width: 98%;
	max-width: 500px;
	margin: 0px auto;
	display: table;
	left: 0;
	right: 0;
	background: black;
	top: 10px;
	padding: 30px;
	border-radius: 4px;
}

.error-alert .close-error-alert {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #fff;
	width: 25px;
	height: 25px;
	border-radius: 50px;
	text-align: center;
	color: red;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}

.text-danger {
	font-size: 12px;
}

.error-alert ul li {
	text-align: center;
	color: red;
	font-size: 16px;
}

.browse-first.first-section-slides h3 {
	font-size: 36px;
	margin-bottom: 15px;
}

.browse-first .home-log a {
	color: black;
	width: auto;
	margin: 15px auto 0px auto;
	display: table;
	text-decoration: unset;
	border-bottom: 2px solid black;
	line-height: normal;
	font-family: 'Neue Montreal';
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
}

.main-browse-page .browse-first.first-section-slides .all-posts {

	display: flex;
	gap: 0px;
	flex-wrap: wrap;
	margin-bottom: 0px;
	width: 100%;
}

.owl-carousel .owl-stage-outer {
	overflow: visible !important;
}

.main-browse-page .browse-first.first-section-slides .all-posts .post_btn_bkp {
	width: 24%;
	margin-bottom: 20px;
	background: #FFF;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
	padding: 15px;
	position: relative;
}

/* .main-browse-page .browse-first.first-section-slides .all-posts .post_btn_bkp .property-detail {
	position: relative;
} */
.main-browse-page .browse-first.first-section-slides .all-posts .post_btn_bkp .property-detail .view-count {
	position: absolute;
	top: 15px;
	right: 25px;
	color: black;
	font-size: 14px;
	font-weight: 600;
}

.main-browse-page .browse-first.first-section-slides .all-posts .post_btn_bkp .property-detail .property-author h2 {
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: .5px;
	position: relative;
	width: auto;
	display: table;
	text-align: center;
	margin: 20px auto;
	color: black;
	font-family: inherit;
}

.main-browse-page .browse-first.first-section-slides .all-posts .post_btn_bkp .property-detail .property-author h2 span {
	font-size: 8px;
	width: 30px;
	height: 30px;
	background: #21c17a;
	border-radius: 50px;
	position: absolute;
	line-height: 30px;
	top: -15px;
	right: -30px;
	color: black;
}

.main-browse-page .browse-first.first-section-slides .all-posts .post_btn_bkp .property-detail .property-title {
	margin-top: 10px;
}

.main-browse-page .browse-first.first-section-slides .all-posts .post_btn_bkp .property-detail .property-title h3 {
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: .5px;
	font-family: inherit;
	color: black;
}

.main-browse-page .browse-first.first-section-slides .all-posts .post_btn_bkp .property-detail .property-title h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: .5px;
	margin: 5px 0px 0px;
	color: black;
	font-family: inherit;
}

.main-browse-page .browse-first.first-section-slides .all-posts .post_btn_bkp .property-detail .property-poster span {
	text-align: center;
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: Black;
}

.main-browse-page .browse-first.first-section-slides .all-posts .post_btn_bkp .property-detail .property-poster img {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}

.main-browse-page .browse-first.first-section-slides .all-posts .post_btn_bkp .property-detail .property-poster p {
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .5px;
	color: #000;
	font-family: inherit;
}

.main-browse-page .property-detail .property-category {
	margin-top: 0px;
}

.main-browse-page .property-detail .property-category p {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .5px;
	padding-right: 5px;
	color: #000;
	font-family: inherit;
}

.main-browse-page .property-detail .property-category p label {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .5px;
	padding-right: 5px;
	color: #000;
	font-family: inherit;
}

.main-browse-page .property-detail .property-genres {
	margin-top: 0px;
}

.main-browse-page .property-detail .property-genres h3 {
	font-size: 32px;
	font-family: inherit;
	font-weight: bold;
	margin-bottom: 35px;
	text-align: center;
	color: black;
}

.main-browse-page .property-detail .property-genres .genres-inr {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin-top: 15px;
	flex-wrap: wrap;
}

.search-with-loader .trending-section {
	background: transparent;
}

.search-with-loader {
	margin: 0px -15px;
	padding: 50px 15px 0px 15px;
	/* background: #333; */
	background-color: #000000;
	/* background-image: url(../landing/img/home/trending-bg.png); */
	background-repeat: no-repeat;
	background-size: cover;
}

/* .content-wrap.main-browse-page .serach-function {
	margin-bottom: 0px;
} */
.main-browse-page .property-detail .property-genres .genres-inr span {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: black;
	font-family: inherit;
}

.main-browse-page .property-detail .property-poster p label {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .5px;
	padding-right: 5px;
	color: #000;
	font-family: inherit;
}

.main-browse-page .browse-first.first-section-slides {
	padding: 0px;
}

.main-browse-page .browse-first.first-section-slides h3 {
	font-size: 32px;
	font-family: inherit;
	font-weight: bold;
	margin-bottom: 35px;
}

.content-wrap.main-browse-page .table-responsive .table.no-footer {
	margin: 50px 0px;
}

.content-wrap.main-browse-page .table-responsive .table.no-footer tr th {
	padding: 20px 0px;
	text-align: center;
	border: 0;
}

.content-wrap.main-browse-page .table-responsive .table.no-footer tr th a {
	border-radius: 5px;
	background: #000;
	padding: 10px 100px;
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.content-wrap.main-browse-page .table-responsive .table tr {
	background: #D9D9D9;
}

.content-wrap.main-browse-page .select-filter {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0px;
	gap: 5px;
}

.content-wrap.main-browse-page .serach-function {
	margin: 0 0px 0px 0px;
}

.content-wrap.main-browse-page .select-filter p {
	color: #fff;
	font-size: 14px;
}

.content-wrap.main-browse-page .select-filter select {
	border-radius: 50px;
	background: #D9D9D9;
	color: black;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	/* line-height: normal; */
	text-transform: capitalize;
	padding: 10px 8px;
	border: 1px solid transparent;
	background-image: url('https://first-look.net/dev/public/storage/pages/icons/next%201.png');
	background-repeat: no-repeat;
	background-size: 16px;
	background-position-x: 95%;
	background-position-y: 50%;
	appearance: none;
	width: auto;
	max-width: unset;
	text-align: center;
	/*padding-right: 25px;*/
	outline: 0px;
}

.content-wrap.main-browse-page .select-filter select option {
	background: transparent;
	color: #000;
	border: 1px solid #000;
	padding: 6px 10px;
	font-weight: 500;
	border-radius: 4px;
	font-family: inherit;
}

.content-wrap.main-browse-page .serach-function .search-box {
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}

.content-wrap.main-browse-page .serach-function .search-box h3 {
	color: #fff;
	/* font-family: Inter; */
	font-size: 34px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	margin-bottom: 25px;
}

.content-wrap.main-browse-page .serach-function .search-box #search-box {
	/* width: 100%; */
	/* max-width: 800px; */
	margin: 0 auto;
	border: none;
	/* border-radius: 50px; */
	height: 35px;
	/* display: flex; */
	/* align-items: center; */
	padding: 10px 15px;
	background: transparent !important;
}

.content-wrap.main-browse-page .serach-function .search-box #search-box::placeholder {
	color: black;
}

.content-wrap.main-browse-page #bg-cover.bg-cover-img {
	margin-bottom: 0px !important;
	margin-top: 105px !important;
}

.content-wrap.main-browse-page .serach-function .all-genres h3 {
	text-align: center;
	color: black;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}

.content-wrap.main-browse-page .serach-function .all-genres .search-tab {
	display: flex;
	justify-content: center;
	margin-top: 0px;
	flex-wrap: wrap;
	gap: 10px;
	border: 1px solid #fff;
	padding: 0px;
	border-radius: 5px;
}

.content-wrap.main-browse-page .serach-function .all-genres .search-tab .genre-tab {
	width: auto;
	position: relative;
	cursor: pointer;
	margin: 0px;
}

.content-wrap.main-browse-page .serach-function .all-genres .search-tab .genre-tab input[type="radio"] {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	z-index: 9999;
	top: 0;
}

.content-wrap.main-browse-page .serach-function .all-genres .search-tab .genre-tab label {
	border-radius: 50px;
	background: #D9D9D9;
	color: #767676;
	text-align: center;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	padding: 12px 40px;
	border: 1px solid transparent;
	cursor: pointer;
}

.content-wrap.main-browse-page .serach-function .all-genres .search-tab .genre-tab input[type="radio"]:checked+label {
	background: #21c17a;
	color: white;
}

.content-wrap.main-browse-page .serach-function .all-tags h3 {
	text-align: center;
	color: black;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}

.content-wrap.main-browse-page .serach-function .all-tags .search-tab {
	display: flex;
	justify-content: center;
	margin-top: 0px;
	flex-wrap: wrap;
	gap: 10px;
	border: 1px solid #fff;
	padding: 0px;
	border-radius: 5px;
}

.content-wrap.main-browse-page .serach-function .all-tags .search-tab .genre-tab {
	width: auto;
	position: relative;
	cursor: pointer;
	margin: 0px;
}

.content-wrap.main-browse-page .serach-function .all-tags .search-tab .genre-tab input[type="checkbox"] {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	z-index: 9999;
	top: 0;
}

.content-wrap.main-browse-page .serach-function .all-tags .search-tab .genre-tab label {
	border-radius: 50px;
	background: #D9D9D9;
	color: #767676;
	text-align: center;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	padding: 12px 40px;
	border: 1px solid transparent;
	cursor: pointer;
}

.content-wrap.main-browse-page .serach-function .all-tags .search-tab .genre-tab input[type="checkbox"]:checked+label {
	background: #21c17a;
	color: white;
}

.content-wrap.main-browse-page {
	padding: 0px 15px;
	background: #1e2022;
}

.faq-accordion.accordion-item .faq-inr {
	margin: 10px 0px;
	background: black;
	padding: 10px;
	border-radius: 5px;
}

.faq-accordion.accordion-item {
	background: transparent;
}

.faq-accordion.accordion-item .faq-inr .accordion-button {
	padding: 0px;
}

.faq-accordion.accordion-item .faq-inr .accordion-button span {
	font-size: 20px;
	font-weight: 600;
}

.faq-accordion.accordion-item .faq-inr .accordion-button::after {
	content: "\f107" !important;
	display: block;
	color: #fff;
	font-family: fontawesome;
	background-image: unset !important;
}

.buyer_browse_slider .card-body.slick-slide .card-body-inner {
	border: 1px solid #000;
	padding: 20px 20px;
	min-height: 200px;
	display: grid;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: black;
	text-align: center;
}

.buyer_browse_slider .card-body.slick-slide {
	padding: 0px 10px;
}

.buyer_browse_slider .card-body.slick-slide .card-title.h6 {
	color: black;
	font-size: 20px;
	text-transform: capitalize;
}

.buyer_browse_slider {
	margin: 25px 0px;
}

.buyer-view.custom-page .buyer_browse_slider.slick-slider .slick-arrow::before {
	font-size: 25px;
	color: black;
}

.modal-dialog {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) !important;
	left: 0;
	right: 0;
	margin: 0px auto;
}


/****** Login page SR.CSS Here ******/

#loginModal .modal-dialog, #signUpModal .modal-dialog {
	/* max-width: 1000px;
	overflow-y: auto; */
	/* transform: inherit !important;
	top: 10px; */
	/* 	 height:95vh;
	scrollbar-width:thin; */
}

#loginModal .modal-dialog .modal-content, #signUpModal .modal-dialog .modal-content {
	background: #222222;
	opacity: 1;
}

#loginModal .modal-content .modal-body, #signUpModal .modal-content #signup_container {
	width: 100%;
	display: flex;
	padding: 0;
	/* align-items: center; */
}

.modal-content .modal-body .modal-left {
	width: 100%;
	padding: 15px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.modal-content .modal-body .modal-right {
	padding: 30px 30px 0 0;
	background: #E3E1E1;
}

.modal-left .site-logo {
	width: 100%;
}

.modal-left .site-logo .flook-logo {
	max-width: 230px;
	margin: 0 auto;
	display: table;
	margin-bottom: 40px;
}

#loginModal .modal-left .content, #signUpModal .modal-left .content {
	width: 100%;
}

#loginModal .modal-left .content p, #signUpModal .modal-left .content p {
	text-align: center;
	font-family: Inter;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
}

.signup_page_content {
	max-width: 100%;
	margin-bottom: 0px;
}

.signup_page_content .list-group .list-group-item {
	background: #fff;
	color: #000;
}

.signup_page_content .list-group .list-group-item .auth-provider-text {
	color: #000;
}

/* .signup_page_content .list-group .list-group-item:nth-child(2), .signup_page_content .list-group .list-group-item:nth-child(4) {
	background: #000;
}
.signup_page_content .list-group .list-group-item:nth-child(2) .auth-provider-text, .signup_page_content .list-group .list-group-item:nth-child(4) .auth-provider-text {
	color: #fff;
} */
#loginModal .modal-left .signup-phone-text, #signUpModal .modal-left .signup-phone-text {
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	display: block;
	position: ;
	position: relative;
	margin-bottom: 20px;
}

#loginModal .modal-left .signup-phone-text::after, #signUpModal .modal-left .signup-phone-text::after {
	background: white;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 54%;
	content: '';
	left: 0;
	transform: translateY(-50%);
}

#loginModal .modal-left .signup-phone, #signUpModal .modal-left .signup-phone {
	background: #21C17A;
	border: none;
	width: 100%;
	font-family: Inter;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
	padding: 15px 0;
	border-radius: 50px;
}

#loginModal .modal-footer, #loginModal .modal-header, #signUpModal .modal-footer, #signUpModal .modal-header {
	display: none;
}


#loginModal .modal-content .modal-body .modal-right, #signUpModal .modal-content .modal-body .modal-right {
	padding: 15px 30px;
	background: #E3E1E1;
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 15px;
}

#loginModal .modal-right .login-container, #signUpModal .modal-right .login-container {
	width: 100%;
}

#loginModal .modal-right .login-container .content, #signUpModal .modal-right .login-container .content {
	width: 100%;
}

#loginModal .modal-right .login-container .content h3, #signUpModal .modal-right .login-container .content h3 {
	font-family: Inter;
	font-size: 26px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: center;
	color: #000;
	margin-bottom: 10px;
}

#loginModal .modal-right .login-container .content p, #signUpModal .modal-right .login-container .content p {
	width: 100%;
	font-family: Inter;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: center;
	color: #000;
	margin-bottom: 25px;
}

#loginModal .modal-right .login-container form, #signUpModal .modal-right .login-container form {
	width: 100%;
}

#loginModal .modal-right .login-container form .form-group, #signUpModal .modal-right .login-container form .form-group {
	margin-bottom: 0px;
}

#loginModal .modal-right .login-container form .form-group .controls, #signUpModal .modal-right .login-container form .form-group .controls {
	width: 100%;
	margin-bottom: 5px;
	position: relative;
}

#loginModal .modal-right .login-container form .form-group .controls input, #signUpModal .modal-right .login-container form .form-group .controls input {
	border: 1px solid #ccc;
	color: #000 !important;
	padding: 15px 16px;
	border-radius: 8px;
}

#loginModal .modal-right .login-container form .form-group#passwordGroup .controls, #signUpModal .modal-right .login-container form .form-group#passwordGroup .controls {
	position: relative;
}

#loginModal .modal-right .login-container form .form-group#passwordGroup .controls .fa.togglePassword, #signUpModal .modal-right .login-container form .form-group#passwordGroup .controls .fa.togglePassword {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: #000;
	font-size: 20px;
	cursor: pointer;
}

#loginModal .modal-right .login-container form .remember-group, #signUpModal .modal-right .login-container form .remember-group {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	margin-bottom: 10px;
}

#loginModal .modal-right .login-container form .remember-group #rememberMeGroup .controls, #signUpModal .modal-right .login-container form .remember-group #rememberMeGroup .controls {
	width: 100%;
}

#loginModal .modal-right .login-container form .remember-group #rememberMeGroup, #signUpModal .modal-right .login-container form .remember-group #rememberMeGroup {
	margin: 0;
}

#loginModal .modal-right .login-container form .remember-group #rememberMeGroup .controls #remember, #signUpModal .modal-right .login-container form .remember-group #rememberMeGroup .controls #remember {
	scale: 1.2;
	margin-right: 10px;
}

#loginModal .modal-right .login-container form .remember-group #rememberMeGroup .controls .remember-me-text, #signUpModal .modal-right .login-container form .remember-group #rememberMeGroup .controls .remember-me-text {
	font-family: Inter;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: center;
	color: #000000;
}

#loginModal .modal-right .login-container form .remember-group .btn.btn-link, #signUpModal .modal-right .login-container form .remember-group .btn.btn-link {
	color: #39579A;
	font-family: Inter;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
}

#loginModal .modal-right .login-container form .btn.btn-block.login-button, #signUpModal .modal-right .login-container form .btn.btn-block.login-button {
	background: #21C17A !important;
	border: none;
	width: 100%;
	font-family: Inter;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
	padding: 15px 0;
	border-radius: 50px;
}

#loginModal .signup-phone-text .signup-phone-text-inner, #signUpModal .signup-phone-text .signup-phone-text-inner {
	background: #222;
	display: table;
	margin: 0 auto;
	position: relative;
	z-index: 9;
	padding: 0 10px;
}

/* #loginModal, #signUpModal {
	background-image: url('https://first-look.net/public/storage/pages/home/login_bg_sr.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
} */
#signUpModal .modal-dialog .modal-content .modal-body {
	padding: 0;
}

#loginModal .modal-dialog .modal-content .btn-close.fa.fa-times, #signUpModal .modal-dialog .modal-content .btn-close.fa.fa-times.signup_btn_close {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 9;
	cursor: pointer;
	color: #000;
}

#signUpModal .modal-right .login-container form .btn.btn-primary {
	background: #21C17A !important;
	border: none;
	width: 100%;
	font-family: Inter;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
	padding: 15px 0;
	border-radius: 50px;
	margin-bottom: 10px;
}

#signUpModal .modal-right .login-container form .btn.btn-primary::after, #signUpModal .modal-right .login-container form .btn.btn-primary::before {
	display: none;
}


#signUpModal .modal-right .signup-phone-text::after {
	background: black;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 54%;
	content: '';
	left: 0;
	transform: translateY(-50%);
}

#signUpModal .modal-right .signup-phone-text {
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	display: block;
	position: relative;
	margin-bottom: 10px;
}

#signUpModal .modal-right .signup-phone-text .signup-phone-text-inner {
	background: #e3e1e1;
	color: #000;
}

#signUpModal .modal-right .login-container .content h2 {
	color: #000000;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0px;
}

#signUpModal .modal-right .login-container .content h4 {
	font-family: Inter;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	color: #000000;
}

#signUpModal .modal-right .login-container .content h5 {
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
	color: #000000;
	margin-top: 0px;
}

#signUpModal .modal-right .login-container form .form-group.im_group_item p {
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	color: #000000;
	margin-top: 5px;
	width: auto;
	display: table;
}

.im_group_item_outer {
	width: 100%;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-top: 5px;
}

/* .im_group_item_outer .im_group_item {
	width: 100%;
	background: #CECDCD;
	text-align: center;
	border-radius: 40px;
	padding: 10px 0;
	color: #000;
} */
.im_group_item_outer .im_group_item {
	width: 100%;
	position: relative;
	cursor: pointer;
	margin: 0px;
}

.im_group_item_outer .im_group_item input[type="radio"] {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	z-index: 9999;
	top: 0;
	cursor: pointer;
}

.im_group_item_outer .im_group_item label {
	background: #CECDCD;
	color: white;
	margin: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 5px;
	padding: 4px 20px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	border-radius: 44.5px;
	color: #696868;
}

.im_group_item_outer .im_group_item input[type="radio"]:checked+label {
	background: #21C17A;
	color: #fff;
}

/****** Login page SR.CSS Closed ******/

#signUpModal .modal-content #signup_plan_container {
	background: #E3E1E1;
	padding: 50px 80px;
	border-color: transparent;
}

#signUpModal .modal-content #signup_plan_container .content h3 {
	color: #000000;
	font-size: 26px;
	font-weight: 600;
	margin: 10px 0px;
}

#signUpModal .modal-content #signup_plan_container .content p {
	font-family: Inter;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	color: #000000;
}

#signUpModal .modal-content #signup_plan_container #plan_price_btn {
	background: #21C17A !important;
	border: none;
	width: 100%;
	font-family: Inter;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
	padding: 15px 0;
	border-radius: 10px;
	margin-bottom: 16px;
}

#signUpModal .modal-content #signup_plan_container #plan_price_btn::after, #signUpModal .modal-content #signup_plan_container #plan_price_btn::Before {
	display: none;
}

#signUpModal .modal-content #signup_plan_container .main-plan-container {
	display: flex;
	margin: 55px 0px;
	gap: 70px;
}

#signUpModal .modal-content #signup_plan_container .main-plan-container .plan-container-inr {
	border-radius: 25px;
	background: #CDCDCD;
	box-shadow: 1px 0px 4px 2px rgba(0, 0, 0, 0.25);
	padding: 50px 30px;
	width: 100%;
	position: relative;
	max-width: 300px;
}

#signUpModal .modal-content #signup_plan_container .main-plan-container .plan-container-inr label {
	color: #000;
	font-family: Inter;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

#signUpModal .modal-content #signup_plan_container .main-plan-container .plan-container-inr h3 {
	color: #000;
	font-family: Inter;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;
	margin: 10px 0px;
}

#signUpModal .modal-content #signup_plan_container .main-plan-container .plan-container-inr p {
	font-family: Inter;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	color: #000000;
}

#signUpModal .modal-content #signup_plan_container .main-plan-container .plan-container-inr input[type="radio"] {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	z-index: 9999;
	top: 0;
	cursor: pointer;
}

#signUpModal .modal-content #signup_plan_container .main-plan-container .plan-container-inr .blank-check {
	width: 35px;
	height: 35px;
	background-image: url('http://first-look.net/assets/images/white-check.png');
	background-size: cover;
	position: absolute;
	top: 42px;
	right: 17px;
}

#signUpModal .modal-content #signup_plan_container .main-plan-container .plan-container-inr input[type="radio"]:checked+.checked-plain .blank-check {
	background-image: url('http://first-look.net/assets/images/green-check.png');
}

body #signUpModal .modal-content #signup_plan_container .plan-container #stripe_container .__PrivateStripeElement iframe {
	background: #000 !important;
	height: 60px !important;
	border-radius: 10px !important;
	border: 1px solid black !important;
}

.all-posts .post_btn_bkp {
	width: 19%;
	margin-bottom: 20px;
	background: #FFF;
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
	padding: 15px;
	margin-right: 12px;
	position: relative;
}

.all-posts .post_btn_bkp .property-detail .badge-wrap {
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	padding: 0px 15px;
}

.all-posts .post_btn_bkp .property-title h2 {
	text-align: center;
	color: black;
	font-weight: 600;
	font-size: 26px;
	text-decoration: underline;
	text-transform: uppercase;
	margin: 10px 0px 0;
}

.all-posts .post_btn_bkp .property-poster p {
	color: black;
	text-align: center;
	margin: 20px 0px;
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
	min-height: 70px;
	margin-bottom: 0px;
}

.all-posts .post_btn_bkp .property-genres .genres-inr {
	text-align: center;
	color: black;
	/*	min-height: 70px;*/
	padding-top: 15px;
}

.all-posts .post_btn_bkp .property-genres .genres-inr span {
	border: 1px solid #000;
	border-radius: 20px;
	font-size: .75em;
	padding: 5px 10px;
	margin: 1px;
	text-transform: capitalize;
}

.all-posts .post_btn_bkp .status-badge {
	background: #555;
	margin: 10px auto 0px auto;
	display: table;
	font-size: 16px;
	border-radius: 50px;
	padding: 2px 12px;
	color: #fff;
}

.all-posts .post_btn_bkp .status-badge.PITCH {
	background: #21c17a;
}

.all-posts .post_btn_bkp .status-badge.PUBLISHED {
	background: #21c17a;
}

.all-posts .post_btn_bkp .property-detail .badge-wrap {
	display: table;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.all-posts .post_btn_bkp .property-detail .badge-wrap .badge-green {
	background: #21c17a;
	color: #000;
	border-radius: 50px;
	width: auto;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	display: inline-block;
	float: left;
	position: absolute;
	top: -20px;
	left: -5px;
	padding: 0 10px;
}

.ad-prop .user-info #chatModal_btn {
	margin: 0px auto;
	background: #21c17a !important;
	color: #fff !important;
	border-radius: 50px;
	font-size: 18px;
	font-weight: 600;
	padding: 0 30px;
	width: auto;
	height: auto;
	margin-top: 8px;
	display: table !important;
}

.all-posts .post_btn_bkp .property-detail .badge-wrap .badge-blue {
	background: #81bbdd;
	color: #000;
	border-radius: 50px;
	width: auto;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	display: inline-block;
	float: left;
	position: absolute;
	top: -20px;
	left: -5px;
	padding: 0 10px;
}

.all-posts .post_btn_bkp .property-detail .badge-wrap .view-count {
	color: black;
	font-weight: 600;
	float: right;
}

.all-posts .post_btn_bkp .property-detail .badge-wrap .fa.fa-eye {
	display: none;
}

.all-posts .post_btn_bkp .property-poster img {
	object-fit: contain;
	height: auto;
	width: 100%;
	object-position: center;
	display: none;
}

.admin-users .form-edit-add #addRepresentation:Hover {
	background: #000;
}

/* .flq-navbar-top .flq-navbar-container {
	padding-right: 20px;
} */

.trending-section#sortable .trending-box {
	position: relative;
	background: #1e2022;
	border-radius: 20px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	text-align: center;
	margin: 20px 10px 20px 0;
	height: 365px;
	transition: transform 0.5s;
}

.trending-section#sortable .trending-box:hover {
	/* background-color: #ffffff24; */
	transform: scale(1.05);
	box-shadow: 0 0 15px 6px rgb(255 255 255 / 14%) !important;
}

.trending-section#sortable .slick-slide {
	padding: 25px 5px;
}

.trending-section#sortable .trending-box .badge {
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0.6rem 1rem;
	color: #000000;
	background: #21c17a;
	font-size: 16px;
}

.trending-section#sortable .trending-box .look.badge {
	position: unset;
	padding: 2.5px 10px;
	color: #ffffff;
	font-size: 16px;
	transform: none;
}

.trending-section#sortable .trending-box .look.bg-success {
	background-color: #00ff8e2b !important;
}

.trending-section#sortable .trending-box .look.bg-danger {
	background-color: #dc35458f !important;
}

.trending-section#sortable .trending-box .btn:not(.btn-link)::before,
.trending-section#sortable .trending-box .btn:not(.btn-link)::after {
	content: unset !important;
}

.trending-section#sortable .trending-box .btn.delete_btn {
	border: 1px solid #ffffff;
	border-radius: 100px;
	padding: 0.6rem 1rem;
	border-color: #ff3636;
	color: #ff3636;
}

.trending-section#sortable .trending-box .btn.delete_btn:active,
.trending-section#sortable .trending-box .btn.delete_btn:hover {
	border-color: #ffffff;
}

.trending-section#sortable .trending-box h4 {
	color: #ffffff;
	font-size: 36px;
	line-height: 48px;
	padding-top: 20px;
	padding-bottom: 15px;
}

.trending-section#sortable .trending-box .btn {
	color: #ffffff;
	border-color: #ffffff;
	border-radius: 20px;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
}

.trending-section#sortable .trending-box .btn:hover,
.trending-section#sortable .trending-box .btn:active {
	background-color: #ffffff;
	color: #000000;
}

.trending-section#sortable .trending-box p {
	color: #ffffff;
	text-align: center;
	padding: 30px 15px 10px;
	font-family: "Poppins", sans-serif;
}

.trending-section#sortable .footer {
	padding-top: 60px;
}

.trending-section#sortable .footer .social-nav {
	float: right;
	margin: 0px;
}

.trending-section#sortable .footer .row {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 15px;
	align-items: center;
}

.trending-section#sortable .footer .copyright {
	padding: 20px 0;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}

.trending-section#sortable .trending-box .badge.text-bg-primary {
	background-color: #0d6efd !important;
}

.trending-section#sortable .trending-box .btn.btn-outline-primary {
	padding: 6px 12px !important;
	border: 1px solid #fff !important;

}

/* ============================ media querry ======================= */

@media (max-width:991px) {

	body.home-page .flq-footer.flq-background {
		position: relative;
	}

	.first-programs .first-programs-head h2 {
		font-size: 30px;
	}

	.first-programs .first-programs-inner .first-programs-catg .first-programs-box-main .first-programs-box {
		width: 48%;
	}

	.first-programs .first-programs-inner .first-programs-catg .first-programs-box-main .first-programs-box .first-programs-content {
		padding: 20px 15px;
	}

	.content-wrap .fixed {
		position: sticky;
		bottom: 0px;
	}

	.main-browse-page .browse-first.first-section-slides .all-posts .post_btn_bkp {
		width: 48%;
	}

	.content-wrap.main-browse-page .table-responsive .table.no-footer tr th a {
		padding: 10px 50px;
	}

}

@media (max-width: 847px) {

	.let_talk_mob.Let_Talk_btn {
		background: #fff;
		color: #000;
		border: 1px solid #000;
		border-radius: 5px;
		font-size: 14px;
		margin: 0px 5px !important;
		padding: 8px 8px;
		height: auto !important;
		font-weight: normal;
		display: block !important;
	}

	.let_talk_mob.Let_Talk_btn:hover {
		background: #000 !important;
		color: #fff !important;
	}

	.flq-navbar-top-toggle.btn.btn-link.ms-4.d-flex.d-lg-none {
		margin: 0px 0px 0px 5px !important;
	}

	.login_btn_mob {
		display: block !important;
		background: #000 !important;
		color: #fff !important;
		border: 1px solid #000;
		border-radius: 5px;
		padding: 5px;
		margin-left: 10px;
	}

	.login_btn_mob::after, .login_btn_mob::before {
		display: none;
	}
}

@media (max-width: 635.98px) {
	.btn.btn-primary.Let_Talk_btn {
		bottom: 95px;
	}

	.tickerwrapper ul.list li span {
		font-size: 14px !important;
	}

	.tickerwrapper {
		height: 40px;
		padding: 5px 0px;
	}

	.flq-navbar-container .auto-container {
		padding: 0px 30px !important;
	}

	.admin-property .page-content {
		margin-top: 88px;
	}

	.admin-property .panel.panel-bordered .container-text {
		justify-content: center !important;
	}

	/* .trending-carousel#sortable .trending-box {
	height: 350px !important;
} */
	.admin-property .page-content .btn.btn-success.btn-add-new {
		padding: 15px;
	}
}


@media (max-width: 767px) {

	.dev-banner {
		margin-top: 0px !important;
	}

	#inviteModal .modal-body .favourites #other_email #other_email_field {
		width: 80%;
	}

	#inviteModal .modal-body .favourites #other_email #other_email_btn {
		width: 140px;
	}

	/* .all-posts .post_btn_bkp{
	margin-right:0px;
} */
	.ftr .ftr-top .ftr-logo a {
		margin: 0px auto;
		display: table;
	}

	.admin-users .form-edit-add #addRepresentation {
		padding: 10px 25px;
		margin-bottom: 10px;
		width: 100%;
	}

	.prf-edit-form .profile-submit {
		width: 92%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.content-wrap.main-browse-page .table-responsive .table.no-footer {
		margin: 20px 0px;
	}

	.content-wrap.main-browse-page .table-responsive .table.no-footer tr th a {
		padding: 10px 20px !important;
		font-size: 12px;
	}

	.content-wrap.main-browse-page .table-responsive .table.no-footer tr th {
		padding: 10px 0px;
	}

	.content-wrap.main-browse-page .select-filter select {
		padding: 10px 5px;
		background-image: unset;
		appearance: auto;
	}

	.content-wrap.main-browse-page .serach-function {
		margin: 20px 0px 0px 0px;
	}

	.content-wrap.main-browse-page .serach-function .search-box h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	/* .content-wrap.main-browse-page .serach-function .search-box #search-box {
	margin: 20px auto;
	height: 48px;
} */

	.content-wrap.main-browse-page .select-filter {
		gap: 5px;
	}

	.main-browse-page .browse-first.first-section-slides .all-posts .post_btn_bkp {
		width: 100%;
	}

	.faq-accordion.accordion-item .faq-inr .accordion-button span {
		font-size: 16px;
	}

	/* .content-wrap.main-browse-page .serach-function .all-genres .search-tab {
	display: grid;
	grid-template-columns: auto auto auto;
} */
	.content-wrap.main-browse-page .serach-function .all-genres .search-tab .genre-tab label {
		font-size: 16px;
		padding: 8px 12px;
	}

	/* .content-wrap.main-browse-page .serach-function .all-tags .search-tab{
	display: grid;
	grid-template-columns: auto auto auto;
} */
	.content-wrap.main-browse-page .serach-function .all-tags .search-tab .genre-tab label {
		font-size: 16px;
		padding: 8px 12px;
	}

	.flq-footer nav .nav .nav-item .nav-link {
		justify-content: center;
	}

	.flq-footer .col-12.col-md-4.col-lg.col-xl-2 {
		margin-top: 20px;
	}

	.flq-footer .nav .nav-item .nav-link {
		text-align: center;
		justify-content: center;
	}

	.typewrite-head {
		font-size: 28px;
		margin-top: 80px;
	}

	.browse-first h2.typewrite {
		font-size: 20px;

	}

	.first-programs {
		padding-top: 20px;
	}

	.first-programs .first-programs-head h2 {
		font-size: 22px;
	}

	.first-programs .first-programs-inner .first-programs-catg .first-programs-box-main .first-programs-box {
		width: 100%;
	}

	.first-programs .first-programs-inner .first-programs-catg {
		padding-top: 60px;
	}

	.first-programs .first-programs-inner .first-programs-catg .first-programs-catg-head h3 {
		font-size: 22px;
		margin: 0px 0px 15px;
	}

	.first-programs .first-programs-inner .first-programs-catg .first-programs-box-main .first-programs-box .first-programs-content {
		padding: 20px 15px;
	}

	.browse-first h3 {
		font-size: 28px;
	}

	.main_login_section .main_login_inner img {
		max-width: 275px;
		margin: 0px auto;
	}

	.main_login_section {
		padding: 0px 20px;
	}

	.main_login_content .main_login_field {
		gap: 10px;
	}

	.main_login_content .main_login_field .main_login_field_item {
		padding: 30px 15px;
		width: 48%;
	}

	.main_login_content .main_login_field .main_login_field_item h3 {
		font-size: 16px;
	}

	.main_login_logo {
		padding-top: 0px;
	}

	.main_login_content .login_ttl-span {
		line-height: normal;
	}

	.main_login_content .main_login_field .main_login_field_item .main_login_btn a {
		padding: 4px 20px;
		font-size: 16px;
	}

	.main_login_content .main_login_btn_contl .main_login_btn a {
		padding: 4px 20px;
		font-size: 16px;
	}

	.main_login_content .login_ttl-span {
		font-size: 18px;
	}

	.first-about {
		padding-top: 20px;
	}

	.first-about h2 {
		font-size: 22px;
	}

	.about-main {
		margin-top: 40px;
	}

	.about-main .about-inr {
		display: flex;
		flex-wrap: wrap;
		margin: 45px 0px;
	}

	.about-main .about-inr .about-img {
		width: 100%;
		padding-right: 0;
		padding-bottom: 30px;
	}

	.about-main .about-inr .about-content {
		width: 100%;
		padding-left: 0;
	}

	.about-main .about-inr .about-content h3 {
		margin: 0px 0px 10px;
		font-size: 20px;
	}

	.about-main .about-inr:nth-child(2n) .about-img {
		padding-right: 0px;
		padding-left: 0;
	}

	.about-main .about-inr:nth-child(2n) .about-content {
		padding-right: 0;
		padding-left: 0px;
	}

	.first-podcast {
		padding-top: 20px;
	}

	.first-podcast h2 {
		font-size: 22px;
	}

	.podcast-main {
		margin-top: 40px;
	}

	.podcast-main .podcast-inr {
		display: flex;
		flex-wrap: wrap;
		margin: 45px 0px;
	}

	.podcast-main .podcast-inr .podcast-img {
		width: 100%;
		padding-right: 0;
		padding-bottom: 30px;
	}

	.podcast-main .podcast-inr .podcast-content {
		width: 100%;
		padding-left: 0;
	}

	.podcast-main .podcast-inr .podcast-content h3 {
		margin: 0px 0px 10px;
		font-size: 20px;
	}

	.browse-first {
		padding: 20px 0px;
	}

	.browse-first.first-section-slides {
		padding-top: 140px;
	}

	.browse-first h2 {
		font-size: 28px;
	}

	.browse-first p {
		font-size: 18px;
	}

	.browse-first .butn a {
		height: 50px;
		font-size: 11px;
		padding: 6px 5px;
		line-height: 35px;
	}

	.browse-first .home-log a {
		margin: 10px auto 0px auto;
	}

	#signUpModal .modal-content #signup_plan_container {
		padding: 35px;
	}

	#signUpModal .modal-content #signup_plan_container .content h3 {
		font-size: 24px;
	}

	#signUpModal .modal-content #signup_plan_container .content p {
		font-size: 16px;
		line-height: normal;
	}

	#signUpModal .modal-content #signup_plan_container .main-plan-container {
		display: block;
		margin: 20px 0px;
	}

	#signUpModal .modal-content #signup_plan_container .main-plan-container .plan-container-inr {
		padding: 30px;
		margin: 20px 0px;
	}

	#signUpModal .modal-content #signup_plan_container .main-plan-container .plan-container-inr h3 {
		font-size: 38px;
		line-height: normal;
		margin: 0px;
	}

	#signUpModal .modal-content #signup_plan_container .main-plan-container .plan-container-inr .blank-check {
		width: 30px;
		height: 30px;
		top: 20px;
	}

	.home-page.logged-in .bnr-slider.slick-dotted.slick-slider {
		margin-top: 110px;
	}

	.home-page.logged-in .bnr-slider.slick-dotted.slick-slider .slick-slide {
		margin-top: 0 !important;
	}

}

/* body{
    --flq-scrollbar__background-color: white !important;
}
html:not(.is-mobile) ::-webkit-scrollbar-thumb {
    border-radius: 0px;
}
 */



.switch-head.switch {
	position: relative;
	display: inline-block;
	width: 175px;
	height: 40px;
	margin-right: 12px;
}

.switch-head.switch input {
	display: none;
}

.switch-head .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}

.switch-head .slider::before {
	position: absolute;
	content: "";
	height: 40px;
	width: 50%;
	left: 0;
	bottom: -1px;
	background-color: black;
	border: 2px solid transparent;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 0;
	border-radius: 34px;
}

/* Change the background color of the slider to green when checked */
input:checked+.slider {
	background-color: #ccc;
}

/* Move the slider to the right when checked */
input:checked+.slider:before {
	-webkit-transform: translateX(66px);
	-ms-transform: translateX(66px);
	transform: translateX(76px);
	width: 57%;
}

/* Style the label text on the slider */
.switch-head .label-text {
	position: absolute;
	display: inline-block;
	color: #fff;
	z-index: 1;
	line-height: normal;
	width: auto;
	top: 50%;
	transform: translateY(-50%);
	padding: 0px 5px;
	text-align: center;
	width: 45%;
	text-align: center;
}

/* Style the label text for "On" */
.switch-head .label-text:first-child {
	left: 4px;
}

/* Style the label text for "Off" */
.switch-head .label-text:last-child {
	right: 9px;
	height: auto;
}

.home-page .content-wrap {
	height: calc(100vh - 230px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.flq-preloader-title {
	display: block;
	text-align: center;
}

.flq-preloader-title img {
	filter: invert(1);
}

.flq-preloader-title .loader-spin img {
	width: 100%;
	max-width: 100px;
}

.flq-preloader-title .loader-logo img {
	width: 100%;
	max-width: 250px;
}

.flq-preloader-title .loader-spin img {
	width: 100%;
	max-width: 100px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.faq .browse-first h2 {
	font-family: inter;
	text-align: center;
	font-size: 48px;
	font-weight: normal;
	line-height: normal;
	width: 100%;
	max-width: 850px;
	margin: 0px auto;
	text-transform: inherit;
}

.faq .browse-first .butn a {
	font-family: inter;
	margin-top: 20px;
	width: 200px;
	background: black;
	color: #fff;
}

.faq .browse-first .butn a:hover {
	background: #fff;
	color: #000;
}

.content-wrap.main-browse-page .serach-function .all-genres .search-tab span {
	color: black;
	font-weight: 600;
	text-decoration: underline;
}

.content-wrap.main-browse-page .serach-function .all-tags .search-tab .genre-tab .search-tab span {
	color: black;
	font-weight: 600;
	text-decoration: underline;
}

.main_login_section .main_login_inner .main_login_content p {
	margin-top: 0px;
	width: 100%;
	font-family: Inter;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: center;
	color: #000;
	margin-bottom: 25px;
}

.login-container .dashboard {
	background: #21C17A !important;
	font-size: 18px;
	color: #fff;
	padding: 12px;
	border-radius: 50px;
	text-decoration: none;
}

.main_login_section .main_login_inner .main_login_content form label {
	display: none;
}

.main_login_section .main_login_inner .main_login_content form input {
	border: 1px solid #ccc;
	color: #000 !important;
	padding: 15px 16px;
	border-radius: 8px;
	width: 100%;
	font-size: 16px;
	margin-bottom: 8px;
}

.main_login_section .main_login_inner .main_login_content form #rememberMeGroup .controls {
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	align-items: center;
}

.main_login_section .main_login_inner .main_login_content form #rememberMeGroup .controls #remember {
	width: ;
	width: 20px;
	height: 20px;
	margin: 0px;
}

.main_login_section .main_login_inner .main_login_content form #rememberMeGroup .remember-me-text {
	display: block;
	font-size: 16px;
	font-family: inter;
}

.main_login_section .main_login_inner .main_login_content form .login-button {
	background: #21C17A !important;
	border: none;
	width: 100%;
	font-family: Inter;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
	padding: 12px 0;
	border-radius: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

.main_login_section .main_login_inner .main_login_content form .btn.btn-link {
	font-family: inter;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	display: table;
	text-align: ;
	margin-left: auto;
	margin-right: auto;
}

.main_login_section .main_login_inner .main_login_content .btn.btn-success {
	font-family: inter;
	font-size: 16px;
	font-weight: 600;
	color: black;
	margin-left: 9px;
	text-decoration: unset;
}

.main_login_section .main_login_inner .main_login_content {
	font-family: inter;
}

.main_login_section .main_login_inner .main_login_content .btn.btn-primary {
	background: #21C17A !important;
	border: none;
	width: 100%;
	font-family: Inter;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
	padding: 12px 0;
	border-radius: 50px;
	margin-top: 0;
	margin-bottom: 0;
	cursor: pointer;
}

.otp-login .card-header {
	text-align: center;
	color: black;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.otp-login .card-body form .btn.btn-primary {
	margin-bottom: 30px;
}

.otp-login .card-body .col-md-4.col-form-label.text-md-end {
	display: none;
}

.otp-login .card-body .col-md-6 {
	margin: 0pc auto;
}

.otp-login .card-body .col-md-8.offset-md-4 {
	margin: 0px auto;
	width: 100%;
	text-align: center;
}

.admin-property .edit-add .panel .footer-terms h3 {
	text-align: left;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
	font-family: inter;
}

.admin-property .edit-add .panel .footer-terms p {
	color: #000;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 15px;
}

.admin-property .edit-add .panel .footer-terms {
	margin-bottom: 50px;
}

.faq-accordion.accordion-item .accordion-item {
	background: transparent;
	border: 1px solid black;
	padding: 0px 20px;
	margin-top: 10px;
}

.faq-accordion.accordion-item .accordion-item .accordion-header .accordion-button::before {
	display: none;
}

.faq-accordion.accordion-item .accordion-item .accordion-header .accordion-button {
	color: #000;
	font-weight: 600;
	font-size: 22px;
	padding: 12px 0px;
	/* text-align: center; */
	justify-content: center;
}

.faq-accordion.accordion-item .accordion-item .accordion-collapse {
	color: black;
	padding: 0px;
	font-family: inter;
	line-height: 26px;
	font-size: 18px;
}

.faq-accordion.accordion-item .accordion-item .accordion-collapse .accordion-body {
	padding-right: 0px;
	padding-left: 0px;
}

.faq-accordion.accordion-item .accordion-item .accordion-header .accordion-button::after {
	content: "\f078";
	font-family: fontawesome;
	position: absolute;
	color: #000;
	display: block;
	right: 0;
	background-image: unset;
	font-size: 12px;
	top: 17px;
	display: none
}

.property .page-content .buyers-read .middle .seller-profile-link {
	color: #fff;
	text-decoration: underline;
}

#autocomplete-suggestions {
	position: absolute;
	top: 145px;
	margin: 0px;
	width: 100%;
	left: 0;
	z-index: 999;
}

a.browse_btn {
	width: auto;
	display: table !important;
	margin: 30px auto 0px auto;
	background: #21C17A !important;
	font-size: 20px;
	font-weight: normal;
	border-radius: 5px;
	line-height: 40px;
	height: 50px;
	padding: 5px 25px;
	color: #fff;
}

a.browse_btn::after, a.browse_btn::before {
	display: none;
}

a.browse_btn:hover {
	background: #21c17a !important;
}

.favourites.row .page-content p {
	width: 100%;
	text-align: center;
	color: black;
	font-size: 20px;
	font-weight: bold;
}

.admin-property .buyer-view.custom-page a .feature-text .view-count {
	display: table;
	width: auto;
	background: transparent;
	border: 0px;
	font-size: 16px;
	font-weight: 600;
	padding: 0;
}



/* .admin-chats .lets_talk_outer {
	margin-top: 100px;
	width: 100%;
	display: table;
} */
.admin-chats .lets_talk_outer .chat_outer-page {
	width: 275px;
	float: left;
	background: #f7f7f7;
	/* border-top-left-radius: 25px; */
	padding: 15px;
	/* border-top-right-radius: 25px; */
	height: 85vh;
	position: fixed;
	left: 15px;
	z-index: 999;
	overflow: scroll;
	scrollbar-width: none;
	border-radius: 15px;
	box-shadow: 0px 0px 10px 0px #ccc;
}

.admin-chats .lets_talk_outer .chat_outer-page .chat_tr .chat-user-img {
	width: 38px;
	margin-right: 10px;
	border-radius: 50px;
}

.admin-chats .lets_talk_outer .chat_outer-page .chat_tr .chat-bage-cls .chat-user-img {
	width: 24px;
	border-radius: 0;
	margin-right: 0;
	margin-left: 5px;
}

.admin-chats .lets_talk_outer .chat_outer-page table {
	width: 100%;
}

.admin-chats .lets_talk_outer .chat_outer-page .chat_tr {
	background: transparent;
	width: 100%;
	margin-bottom: 15px;
	display: table;
	border-radius: 20px;
	padding: 10px;
	cursor: pointer;
}

.admin-chats .lets_talk_outer .chat_outer-page .chat_tr td {
	color: black;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 10px;
	padding: 5px;
	position: relative;
}

.admin-chats .lets_talk_outer .chat_outer-page .chat_tr td .msg_count.unread_msg {
	position: absolute;
	top: 39%;
	line-height: 20px;
	right: 50px;
}

.admin-chats .lets_talk_outer .chat_outer-page .chat_tr td .msg_count.unread_msg {
	width: 10px;
	height: 10px;
	border-radius: 50px;
	background: #16b316;
}

.admin-chats .lets_talk_outer .chat_outer-page .chat_tr.active td {
	background: #d2d2d2;
}

.admin-chats .lets_talk_outer .lets_talk_item {
	width: 100%;
	position: relative;
	display: table;
	height: 100vh;
}

.admin-chats .lets_talk_outer .chat_outer-page .chat_tr td .status {
	width: 10px;
	height: 10px;
	background: transparent;
	border-radius: 50px;
	display: inline-block;
	margin-left: 10px;
}

.admin-chats .lets_talk_outer .chat_outer-page .chat_tr td .status.status-online {
	background: #16b316;
}

.admin-chats .lets_talk_outer .chat_inner-page {
	width: calc(100% - 275px);
	margin-left: 275px;
	padding-left: 25px;
	position: relative;
	height: 100%;
	overflow: auto;
	z-index: 9;
	padding-top: 10px;
	margin-top: -10px;
	padding-right: 5px;
}

.admin-chats .lets_talk_outer .chat_inner-page .chat_inner-header {
	background-color: #f7f7f7;
	padding: 15px 15px;
	border-radius: 15px;
	box-shadow: 0px 0px 10px 0px #ccc;
}

.admin-chats .lets_talk_outer .chat_inner-page .chat_inner-header .chat-header-user-img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 50px;
}

.admin-chats .lets_talk_outer .chat_inner-page .chat_back-page {
	color: #000;
	display: none;
}

.admin-chats .lets_talk_outer .chat_inner-page #chat-form-page {
	display: flex;
	align-items: center;
	position: fixed;
	bottom: 40px;
	width: calc(100% - 330px);
	box-shadow: 0px 0px 5px 0px #ccc;
	border-radius: 10px;
	padding: 15px 5px 15px 15px;
	z-index: 999;
	background: #fff;
	height: 125px;
	overflow: hidden;
}

.admin-chats .lets_talk_outer .chat_inner-page #chat-form-page #message-page {
	width: 100%;
	height: 100px;
	border: 0px;
	color: black;
	font-size: 16px;
	outline: 0px;
	scrollbar-width: none;
}

.admin-chats .lets_talk_outer .chat_inner-page #chat-form-page #chat-form-page-btn {
	width: auto;
	float: right;
	background: #353535;
	border: 1px solid black;
	padding: 8px 35px;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-right: 5px;
	/* position: relative; */
	bottom: 17px;
}

#voyager-chat-loader-page img {
	animation: spin 1s linear infinite;
	left: 0;
	position: absolute;
	top: 50%;
	width: 75px;
	transform: translateY(-50%);
	right: 0;
	margin: 0px auto;
}

#voyager-chat-loader-page {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}

.admin-chats .lets_talk_outer .chat_inner-page #chat-messages-page .row_float_left {
	width: 100%;
	display: table;
	margin: 10px 0px;
	color: black;
	font-size: 16px;
	line-height: 22px;
}

.admin-chats .lets_talk_outer .chat_inner-page #chat-messages-page .row_float_left .msg_row_inner {
	text-align: left;
	width: 100%;
	max-width: 350px;
	float: left;
}

.admin-chats .lets_talk_outer .chat_inner-page #chat-messages-page .row_float_left .msg_row_inner strong {
	display: table;
	text-align: left;
	width: 100%;
	margin-bottom: 2px;
	font-size: 12px;
	color: #adadad;
}

.admin-chats .lets_talk_outer .chat_inner-page #chat-messages-page .row_float_left .msg_row_inner span {
	display: inline-block;
	text-align: left;
	background: #353535;
	padding: 7px 12px;
	border-radius: 15px 15px 15px 0;
	color: #fff;
	font-size: 14px;
	position: relative;
	max-width: 75%;
	word-wrap: break-word;
	margin: 0 10px 5px 10px;
}

.admin-chats .lets_talk_outer .chat_inner-page #chat-messages-page .row_float_left .msg_row_inner span:before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: -8px;
	width: 16px;
	height: 15px;
	background: #353535;
	border-bottom-right-radius: 50%;
	transform: rotate(-10deg);
}

.admin-chats .lets_talk_outer .chat_inner-page #chat-messages-page .row_float_left .msg_row_inner span:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: -10px;
	width: 10px;
	height: 18px;
	background: white;
	border-bottom-right-radius: 50%;
	transform: rotate(0deg);
}

.admin-chats .lets_talk_outer .chat_inner-page #chat-messages-page .msg_row.row_float_right {
	width: 100%;
	display: table;
	margin: 10px 0px;
	color: black;
	font-size: 16px;
	line-height: 22px;
}

.admin-chats .lets_talk_outer .chat_inner-page #chat-messages-page .msg_row.row_float_right .msg_row_inner {
	text-align: right;
	width: 100%;
	max-width: 350px;
	float: right;
}

.admin-chats .lets_talk_outer .chat_inner-page #chat-messages-page .msg_row.row_float_right .msg_row_inner strong {
	display: table;
	text-align: right;
	width: 100%;
	margin-bottom: 2px;
	font-size: 12px;
	color: #adadad;
}

.admin-chats .lets_talk_outer .chat_inner-page #chat-messages-page .msg_row.row_float_right .msg_row_inner span {
	display: inline-block;
	text-align: left;
	background: #1c78db;
	padding: 7px 12px;
	border-radius: 15px 15px 0;
	color: #fff;
	font-size: 14px;
	position: relative;
	max-width: 75%;
	word-wrap: break-word;
	margin: 0 10px 5px 10px;
}

.admin-chats .lets_talk_outer .chat_inner-page #chat-messages-page .msg_row.row_float_right .msg_row_inner span:before {
	content: "";
	position: absolute;
	bottom: -3px;
	right: -8px;
	width: 16px;
	height: 15px;
	background: #1c78db;
	border-bottom-left-radius: 50%;
	transform: rotate(10deg);
}

.admin-chats .lets_talk_outer .chat_inner-page #chat-messages-page .msg_row.row_float_right .msg_row_inner span:after {
	content: "";
	position: absolute;
	bottom: -3px;
	right: -10px;
	width: 10px;
	height: 18px;
	background: white;
	border-bottom-left-radius: 50%;
	transform: rotate(0deg);
}

.admin-chats .flq-footer {
	display: none;
}

.alert.alert-red ul {
	list-style: none;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}

.alert.alert-red ul li {
	color: red;
	font-size: 18px;
	font-weight: 500;
}

.admin-chats {
	overflow: hidden;
}

.admin-chats .page-content {
	margin-top: 80px;
}

.admin-chats .lets_talk_outer .chat_inner-page #chat-messages-page {
	height: calc(100vh - 330px);
	overflow: auto;
	scrollbar-width: thin;
	padding-bottom: 25px;
	margin-top: 10px;
}

.admin-chats .content .header {
	display: none;
}

.admin-chats .page-content .body {
	padding-top: 20px;
}

.switch-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}

.switch-wrap span {
	color: #000;
	font-size: 16px;
	font-family: inherit;
}

.feature-text .status-badge.PUBLISHED {
	background: #39a230;
	color: #fff !important;
	font-size: 12px !important;
	padding: 4px 15px;
	display: table;
	border-radius: 50px;
	margin-top: 5px;
}

.feature-text .status-badge.DRAFT {
	background: black;
	color: #fff !important;
	font-size: 12px !important;
	padding: 4px 15px;
	display: table;
	border-radius: 50px;
	margin-top: 5px;
}

.admin-users .form-edit-add .image_area {
	margin-bottom: 25px;
}

.image_area .overlay .text {
	position: unset;
	transition: ;
	transform: unset;
	font-size: 20px;
	line-height: normal;
	margin: 15px 0px;
	font-weight: 600;
	color: black;
}

.image_area .overlay {
	width: 100%;
	text-align: center;
}

.property .page-content .buyers-read .right .form-group {
	width: 100%;
	display: table;
	padding-top: 18px;
	text-align: right;
	color: black;
	font-size: 16px;
}

.related-post .related-post-slider .slick-track .slick-slide .feature-img img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: center;
}

.modal-title {
	color: black;
}

.home-page #autocomplete-suggestions p {
	display: none;
}

.admin-property .edit-add .panel .panel-body .form-group#field_video_link .form-control::placeholder {
	opacity: .5;
}

.dev-home-slider.dev-home-cstm .slick-arrow {
	display: none !important;
}

.otp-register .card {
	padding: 30px 0px 60px 0px;
}

.otp-register .card .card-header {
	color: black;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 35px;
}

.otp-register .card .card-body input {
	margin: 10px 0px;
}

.otp-register .card .card-body .btn.btn-primary::after, .otp-register .card .card-body .btn.btn-primary::before {
	display: none;
}

.otp-register .card .card-body .btn.btn-primary {
	background: black;
	color: #fff;
	clip-path: unset;
	margin: 0px 8px;
	border-radius: 8px;
}

.otp-register .card .card-body .col-md-8.offset-md-4 {
	margin: 0px;
	width: 100%;
	max-width: 100%;
	display: flex;
	justify-content: center;
}

.otp-register .card .card-body .btn.btn-primary:hover {
	background: #21C17A;
}

.otp-register .card .card-body .controls {
	position: relative;
}

.fa.togglePassword.fa-eye,
.fa.togglePassword.fa-eye-slash {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: black;
}

.home-demo .slick-list {
	z-index: 8;
}

.search-with-loader {
	position: relative;
}

.admin-property #voyager-chat-loader-page {
	height: 100%;
	/* background: #333; */
	/* background-image: url(../landing/img/home/trending-bg.png); */
	background-color: #000000;
	background-repeat: no-repeat;
	background-size: cover;

}

.admin-property #voyager-chat-loader-page img {
	top: 15%;
}

#signUpModal .modal-content .modal-body .modal-right .user-name {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 5px;
}

.dev-home-slider.dev-home-cstm .home-demo .slick-dots {
	display: none !important;
}

#imageModal .modal-dialog {
	width: 97%;
	max-width: 100%;
}

#imageModal .modal-dialog .modal-body .tab-content #home img {
	border: 2px solid transparent;
	border-radius: 15px;
}

#imageModal .modal-dialog .modal-body .tab-content #home img.current_image {
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
	border: 2px solid black;
}

#imageModal .modal-body .unsplash-link {
	color: black;
	text-decoration: underline;
	margin-top: 5px;
}

#imageModal .modal-dialog .modal-body .tab-content #home {
	display: grid;
	grid-template-columns: auto auto auto auto;
	gap: 10px;
	height: 400px;
	overflow-x: scroll;
	scrollbar-width: thin;
}

#imageModal .modal-body .gy-5 {
	--bs-gutter-y: unset;
}

#imageModal .modal-body .favourites p {
	color: black;
	font-weight: bold;
	font-size: 18px;
}

#imageModal .modal-body .favourites span {
	color: black;
	font-size: 14px;
}

#imageModal .modal-content .modal-footer {
	display: block;
}

#imageModal .modal-content .modal-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#imageModal .modal-content .modal-footer .btn.btn-secondary::after, #imageModal .modal-content .modal-footer .btn.btn-secondary::before {
	display: none;
}

#imageModal .modal-content .modal-footer .btn.btn-secondary {
	color: black;
	text-decoration: underline;
	font-size: 20px;
	padding: 0px 0px;
}

#imageModal .modal-content .modal-footer #insertImageBtn::after, #imageModal .modal-content .modal-footer #insertImageBtn::before {
	display: none;
}

#imageModal .modal-content .modal-footer #insertImageBtn {
	background: #c6c6c6;
	padding: 18px 25px;
	font-size: 18px;
	color: #464646;
	border-radius: 10px;
}

#imageModal .modal-content .modal-body .image-area-wrap {
	background: #eee;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #aeaeae85;
	padding: 15px 30px;
	border-bottom: 1px solid #aeaeae85;
}

.admin-property .edit-add .panel .my_wrapper .form-group#field_excerpt .form-control {
	height: 100px;
	overflow: auto;
	scrollbar-width: none;
}

.admin-property .imageModalwrap {
	margin-bottom: 15px;
	text-align: center;
	color: black;
}

.admin-property .imageModalwrap #imageModalBtn {
	width: auto;
	background: #f1eeee;
	padding: 12px 25px;
	border-radius: 50px;
	border: 1px solid #cccc;
	cursor: pointer;
}

.property .page-content .property-video-box .non-logged-in {
	padding-top: 30px;
}

.property .page-content .property-video-box .non-logged-in img {
	width: 100%;
	border-radius: 20px;
	box-shadow: 0px 0px 20px 10px rgba(173, 173, 173, 0.15);
}

.content-wrap.main-browse-page .serach-function #searched-tags {
	position: relative;
	width: auto;
	display: table;
	margin: 0px auto 25px auto;
}

.content-wrap.main-browse-page .serach-function #searched-tags input[type="checkbox"] {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	z-index: 9999;
	top: 0;
	cursor: pointer;
}

.content-wrap.main-browse-page .serach-function #searched-tags label {
	margin: 0px;
	color: #767676;
	font-size: 18px;
	font-weight: 500;
	border: 1px solid #dbdbdb;
	border-radius: 50px;
	padding: 8px 40px;
	width: 100%;
	text-align: center;
	background: #D9D9D9;
}

.content-wrap.main-browse-page .serach-function #searched-tags input[type="checkbox"]:checked+label {
	background: #21c17a;
	color: #fff;
	border-color: transparent;
}

.admin-property .favourite-ad .buyer-view .post_btn_bkp {
	position: relative;
}

.admin-property .favourite-ad .buyer-view .post_btn_bkp .list_remove {
	position: absolute;
	right: 15px;
	top: 15px;
	color: white;
	background: black;
	width: 20px;
	border-radius: 50px;
	font-size: 14px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}

.admin-property .favourite-ad .buyer-view .post_btn_bkp .property-poster p {
	font-weight: normal;
}

.admin-property .favourite-ad .buyer-view .post_btn_bkp #chatModal_btn {
	background: #21c17a !important;
	margin: 0px auto;
	color: #fff !important;
	font-size: 18px;
	display: table !important;
}

.admin-property .content-wrap.main-browse-page .serach-function #searched-tags {
	width: 100%;
	max-width: 800px;
	display: flex;
	align-items: center;
	gap: 15px;
	flex-direction: row;
}

.admin-property .content-wrap.main-browse-page .serach-function #searched-tags .tag-container {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.admin-property .content-wrap.main-browse-page .serach-function #searched-tags .fltr-tag-wrap {
	background: #21c17a;
	border-radius: 50px;
	padding: 8px 25px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
}

.admin-property .content-wrap.main-browse-page .serach-function #searched-tags .filter-options {
	display: flex;
	align-items: center;
	margin-left: auto;
}

.admin-property .content-wrap.main-browse-page .serach-function #searched-tags .filter-options .btn {
	border: 1px solid #000000;
	color: #000000;
	background: transparent;
	border-radius: 40px;
	padding: 12px 25px;
	font-size: 1rem;
	font-weight: 400;
}

.admin-property .content-wrap.main-browse-page .serach-function #searched-tags .filter-options .btn:after,
.admin-property .content-wrap.main-browse-page .serach-function #searched-tags .filter-options .btn:before {
	content: none;
}

.admin-property .content-wrap.main-browse-page .serach-function #searched-tags .filter-options .btn:hover {
	background: #000000 !important;
	color: #FFFFFF !important;
}

.admin-property .content-wrap.main-browse-page .serach-function #searched-tags .fltr-tag-wrap {
	background: #21c17a;
	border-radius: 50px;
	padding: 8px 25px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
	position: Relative;
	margin-right: 10px;
}

.admin-property .content-wrap.main-browse-page .serach-function #searched-tags .fltr-tag-wrap .fltr-tag-close {
	display: none;
	position: absolute;
	top: -5px;
	right: 0px;
	color: #fff;
	width: 20px;
	height: 20px;
	background: black;
	border-radius: 50px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

.admin-property .content-wrap.main-browse-page .serach-function #searched-tags .fltr-tag-wrap:hover .fltr-tag-close {
	display: block;
}

.admin-property .content-wrap.main-browse-page .serach-function .search-box #search-box {
	margin-bottom: 0px;
}

.admin-favorites .favourite-ad .favourites .post_btn_bkp .property-detail .badge-wrap .view-count {
	float: left;
}

.tab-wrap.seller-tabs {
	width: 100%;
	padding: 35px 15px;
	background: #fff;
}

.tab-wrap.seller-tabs .nav-tabs {
	border-bottom: 1px solid #b9b9b9;
}

.tab-wrap.seller-tabs .nav-tabs li button {
	color: black !important;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.tab-wrap.seller-tabs .nav-tabs li button.active {
	background: #d9d7d7;
}

.tab-wrap.seller-tabs .tab-content {
	padding-top: 20px;
}

.tab-wrap.seller-tabs .tab-content .tab-pane {
	color: black;
}

.tab-wrap.seller-tabs .tab-content .tab-pane .buyer-view.custom-page .post_btn_bkp .property-detail .list_remove {
	color: #fff;
	background: black;
	border-radius: 50px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	cursor: pointer;
	float: right;
}

.tab-wrap.seller-tabs .tab-content .tab-pane .buyer-view.custom-page .post_btn_bkp .property-detail #chatModal_btn {
	background: #21c17a !important;
	margin: 0px auto;
	color: #fff !important;
	font-size: 18px;
	display: table !important;
}

.admin-property .bro-fav .my-fvrt {
	padding: 50px 0px;
	min-height: 55vh;
	display: flex;
	align-items: center;
}

.admin-property .bro-fav .my-fvrt h2 {
	margin-bottom: 22px;
	font-weight: 600;
}

.admin-property .bro-fav .my-fvrt .custom-page.all-posts .post_btn_bkp .list_remove {
	color: #fff;
	position: ;
	background: black;
	border-radius: 50px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	cursor: pointer;
	float: right;
}

.admin-property .bro-fav .my-fvrt .custom-page.all-posts .post_btn_bkp #chatModal_btn {
	border-radius: 5px;
	background: #21C17A !important;
	color: #FFF !important;
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 12px 30px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	display: table !important;
}

.admin-property .bro-fav .my-fvrt .custom-page.all-posts {
	margin: 0px;
}

.admin-property .msg-cntr {
	padding: 50px 0px;
}

.admin-property .msg-cntr h2 {
	color: black;
	margin-bottom: 22px;
	font-weight: 600;
}

.admin-property .msg-cntr .msg-cntr-boxes {
	margin-bottom: 30px;
}

.admin-property .msg-cntr .msg-cntr-boxes:last-child {
	margin-bottom: 0px;
}

.admin-property .msg-cntr .msg-cntr-boxes p {
	color: black;
	margin-top: 0;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: normal;
}

.admin-property .msg-cntr .msg-cntr-boxes .btn::after, .admin-property .msg-cntr .msg-cntr-boxes .btn::before {
	display: none;
}

.admin-property .msg-cntr .msg-cntr-boxes .btn {
	border-radius: 5px;
	background: #21C17A !important;
	color: #FFF !important;
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 10px 18px;
	display: table !important;
}

.tab-wrap.seller-tabs .tab-content .tab-pane .msg-cntr-boxes {
	margin-bottom: 30px;
}

.tab-wrap.seller-tabs .tab-content .tab-pane .msg-cntr-boxes:last-child {
	margin-bottom: 0px;
}

.tab-wrap.seller-tabs .tab-content .tab-pane .msg-cntr-boxes p {
	color: black;
	margin-top: 0;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: normal;
}

.tab-wrap.seller-tabs .tab-content .tab-pane .msg-cntr-boxes .btn::after, .tab-wrap.seller-tabs .tab-content .tab-pane .msg-cntr-boxes .btn::before {
	display: none;
}

.tab-wrap.seller-tabs .tab-content .tab-pane .msg-cntr-boxes .btn {
	border-radius: 5px;
	background: #21C17A !important;
	color: #FFF !important;
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 10px 18px;
	display: table !important;
}

.dev-home-slider.dev-home-cstm .slick-track .home-demo-img img {
	border-radius: 25px;
}

.home-page #autocomplete-suggestions {
	top: 90px;
}

.admin-property .bro-fav .buyer-view.custom-page a:nth-child(4n) {
	margin-right: 0px;
}

.admin-property .buyer-view.custom-page a:nth-child(4n) {
	margin-right: 0px;
}

.accept-link-page .main_login_content.login_page h2 {
	font-size: 20px;
}

.accept-link-page .main_login_content.login_page .iti {
	width: 100%;
	margin-bottom: 8px;
}

.accept-link-page .list-unstyled {
	width: 95%;
	max-width: 540px;
	margin: 30px auto 0px auto;
	background: red;
	border-radius: 50px;
	text-align: center;
	list-style: none;
	padding: 12px 5px;
	font-size: 20px;
	font-weight: 500;
	font-family: arial;
	color: #fff;
}

.faq-accordion .container {
	max-width: calc(var(--flq-container--max-width) + var(--flq-container--padding) + var(--flq-container--padding));
}

.faq-accordion.accordion-item .container {
	display: flex;
	flex-wrap: wrap;
	/* gap: 2%; */
}

.faq-accordion.accordion-item .container .accordion {
	width: 49%;
	float: none;
	margin: 0 auto;
	text-align: center;
}

.faq-accordion .are-you-section {
	display: flex;
	align-items: center;
	margin: 40px;
	justify-content: space-evenly;
}

.faq-accordion .are-you-section a {
	color: #000;
}

.faq-accordion .are-you-section a:hover {
	color: #21c17a;
}

#faqBuyerModal .modal-dialog .modal-content .modal-body .row,
#faqSellerModal .modal-dialog .modal-content .modal-body .row,
#faqNeverModal .modal-dialog .modal-content .modal-body .row {
	color: #767676 !important;
}

#faqBuyerModal .modal-dialog .modal-content .modal-header i,
#faqSellerModal .modal-dialog .modal-content .modal-header i,
#faqNeverModal .modal-dialog .modal-content .modal-header i {
	cursor: pointer;
}

#faqBuyerModal .modal-dialog .modal-content,
#faqSellerModal .modal-dialog .modal-content,
#faqNeverModal .modal-dialog .modal-content {
	border-radius: 1rem;
}

.ftr-fixed.dev-note {
	position: fixed;
	bottom: 0px;
	height: 50px;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	z-index: 9999;
	color: #fff;
	margin: auto;
	padding-top: 0px;
	text-align: center;
	line-height: 55px;
}

.dev-hom-feature h2 select {
	color: #fff;
	background: transparent;
	border: 0px;
	font-size: 36px;
	font-weight: normal;
	line-height: normal;
}

.dev-hom-feature h2 select option {
	background: transparent;
	color: black;
	font-size: 16px;
}

.dev-home-slider .home-demo .search-with-loader #voyager-chat-loader-home-page img {
	width: 100%;
	max-width: 75px;
	margin: 0px auto;
	display: table;
	animation: spin 1s linear infinite;
}

.not-found {
	width: 100%;
	text-align: center;
	color: #fff;
	display: table;
}

#loginModal .modal-right input:focus {
	box-shadow: 0px 0px 5px 0px #c8c8c8;
	/* border-color: #b9b9b9 !important; */
	background: #eee !important;
}

#signUpModal .modal-right input:focus {
	box-shadow: 0px 0px 5px 0px #c8c8c8;
	/* border-color: #b9b9b9 !important; */
	background: #eee !important;
}

.feedback .side-body .form-edit-add .form-group {
	max-width: 800px;
}

.feedback .side-body .page-title {
	padding-left: 30px;
}

.feedback .side-body .form-edit-add .form-group input[name="feedback"] {
	height: 130px;
}

.admin-property .edit-add .panel .panel-body .form-group .accordion .accordion-item {
	background: transparent;
	padding: 0px;
}

.admin-property .edit-add .panel .panel-body .form-group .accordion .accordion-item .accordion-header .accordion-button {
	width: auto;
	margin: 0px auto;
	padding: 0px;
	color: #191919;
	font-family: Inter;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 20px;
}

.admin-property .edit-add .panel .panel-body .form-group .accordion .accordion-item .accordion-header .accordion-button .fa {
	margin-left: 5px;
}

.admin-property .edit-add .panel .panel-body .form-group .accordion .accordion-item .accordion-header .accordion-button::before {
	display: none;
}

.related-post h5 {
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.related-post .btn.btn-primary::after, .related-post .btn.btn-primary::before {
	display: none;
}

.related-post .btn.btn-primary {
	background: #21c17a;
	border-radius: 5px;
	padding: 20px 50px;
	font-size: 18px;
	margin: 15px auto 0px auto;
	display: table;
}

.related-post .btn.btn-primary:hover {
	background: #21c17a;
}

.admin-property .edit-add .panel .panel-body .form-group .accordion .accordion-item .accordion-header .accordion-button::after {
	display: block;
	margin-left: 15px;
	width: 28px;
	height: 28px;
	background-size: 28px;
	color: black;
}

.property .page-content .buyers-read .middle .synopsis .logged-in {
	color: #fff;
	font-family: 'Space Grotesk';
	font-size: 18px;
	text-align: justify;
	/* font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%;
	max-width: 500px; */
}

.property .page-content .buyers-read .right img {
	width: 100%;
}

.tab-wrap.seller-tabs #profile-tab-pane {
	background: #fff;
	padding: 20px 35px;
	margin: 0px -15px;
	margin-top: -20px;
	margin-bottom: -35px;
}

.admin-property #modal {
	background: #0000009e;
	z-index: 99999;
}

/* .cropper-canvas {
	height: 555px !important;
	transform: unset !important;
}
.cropper-canvas img {
	width: 100% !important;
	height: 555px !important;
	width: 100% !important;
	object-fit: contain;
}
 */

.dev-banner .dev-bnr-text h2 a {
	background: transparent;
	padding: 0px;
	font-weight: 700;
	font-size: 48px;
	line-height: normal;
	text-decoration: underline;
	border-radius: 0px;
	padding-bottom: 2px;
}

.dev-banner .dev-bnr-text h2 a:hover {
	background: transparent !important;
	color: #fff;
}

a:focus {
	color: #fff;
}

.how-section {
	padding: 20px 0px 60px 0px;
}

.why-section {
	padding: 60px 0px 60px 0px;
	margin-bottom: 0px;
}

.why-section h2 {
	color: black;
	text-align: left;
	font-size: 36px;
	line-height: normal;
	margin-bottom: 0px;
	font-weight: 600;
}

.why-section p {
	color: black;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 10px;
}

.why-section .lrn-mr-wrap {
	margin-top: 15px;
}

.why-section .lrn-mr-wrap .lrn-mr-box a {
	color: black;
	width: auto;
	font-size: 18px;
	font-weight: 500;
	margin-left: 5px;
	text-decoration: underline;
}

.why-section .lrn-mr-wrap .lrn-mr-box {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 15px;
	flex-wrap: wrap;
	line-height: normal;
	margin-bottom: 10px;
}

.why-section .lrn-mr-wrap .lrn-mr-box::after {
	content: '';
	width: 7px;
	height: 7px;
	background: black;
	border-radius: 50px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.why-section .lrn-mr-wrap .lrn-mr-box a:Hover {
	color: #000;
}

.how-section h2 {
	color: black;
	text-align: center;
	font-size: 36px;
	line-height: normal;
	margin-bottom: 0px;
	font-weight: 600;
}

.how-section ul {
	padding-left: 15px;
	margin: 0px;
	color: black;
	font-size: 18px;
	font-weight: 500;
	line-height: 36px;
	text-align: left;
	width: auto;
	margin: 0px auto;
	display: table;
}

.faq .are-you-section {
	width: 100%;
	margin-top: 35px;
}

.faq .are-you-section a {
	background: #21C17A;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 40px;
	height: 50px;
	padding: 5px 20px;
	border-radius: 50px;
}

.faq .are-you-section {
	width: 100%;
	margin-top: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.faq .are-you-section a:hover {
	color: #000;
}

.faq .modal-dialog .modal-body p {
	color: black;
}

.property .page-content .buyers-read .left .badge-blue {
	background: #81bbdd;
	color: #000;
	border-radius: 50px;
	width: 140px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	padding: 0 10px;
}

.tab-wrap.seller-tabs #profile-tab-pane .no-fvrt p {
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
}

.tab-wrap.seller-tabs #profile-tab-pane .no-fvrt .btn::after, .tab-wrap.seller-tabs #profile-tab-pane .no-fvrt .btn::before {
	display: none;
}

.tab-wrap.seller-tabs #profile-tab-pane .no-fvrt .btn {
	background: #21c17a;
	margin: 0px auto;
	display: table;
	clip-path: unset;
	border-radius: 5px;
}

.list_cls.fa.fa-heart {
	color: red;
	border-color: red;
}

body .tooltip {
	z-index: 999 !important;
}

.msg-wrapper {
	padding: 30px 0px 0px 0px;
}

/* .non-logged-in .bnr-slider.slick-slider .slick-track section.dev-banner {
    margin-top: 0 !important;
} */
.msg-wrapper .container {
	display: grid;
	width: 100%;
	grid-template-columns: auto auto auto;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.msg-wrapper .container .msg-box {
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
	position: relative;
	border: medium;
	cursor: pointer;
	max-width: 100%;
	background-color: rgb(255, 255, 255);
	box-sizing: border-box;
	transition: all 200ms ease-in-out 0s;
	border-radius: 4px;
	background: #21c17a;
	height: 100%;
}

.msg-wrapper .container .msg-box img {
	width: 60px;
	margin: 0px auto;
	display: table;
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.msg-wrapper .container .msg-box h3 {
	color: white;
	text-align: center;
	margin: 20px 0px;
	font-weight: 600;
	font-size: 26px;
}

.msg-wrapper .container .msg-box p {
	color: white;
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}

.msg-wrapper .container .msg-box .msg-box-btn {
	color: #fff;
	border: 2px solid #fff;
	padding: 7px 34px;
	border-radius: 4px;
	margin: 20px auto;
	display: table;
	font-size: 18px;
	font-weight: 600;
}

.msg-wrapper .container .msg-box .btn-wrap {
	display: flex;
	justify-content: center;
	gap: 15px;
	align-items: center;
	flex-wrap: wrap;
}

.dev-bnr-img {
	position: relative;
}

.msg-wrapper .container .msg-box:hover {
	transform: scale(1.015) translate(0px, -8px);
	transition: all 200ms ease-in-out 0s;
}

.msg-wrapper .container .msg-box:hover .msg-box-btn {
	background: #21c17a;
	color: #fff;
}

.faq .modal-backdrop {
	z-index: 9999 !important;
}

.faq .modal {
	z-index: 99999;
}

.search-section {
	padding: 60px 0px 0px 0px;
}

.search-section h2 {
	color: black;
	text-align: center;
	margin-bottom: 0px;
	font-size: 30px;
}

.search-section .bnr-input #search-form {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 0px 10px;
	position: relative;
}

.search-section .bnr-input #search-form #search-box {
	border: 0px;
	padding-left: 5px;
	background: transparent !important;
	color: #fff !important;
}

.search-section .bnr-input #search-form .btn.flq-search-btn svg {
	height: 25px;
	width: 25px;
}

.search-section .bnr-input #search-form .btn.flq-search-btn svg path {
	color: #fff;
}

.search-section .bnr-input #search-form #search-box::placeholder {
	color: #fff;
	opacity: 1;
}

.faq .legal-section {
	padding-top: 60px;
}

.faq .legal-section h3 {
	color: black;
	font-size: 26px;
	margin-bottom: 20px;
}

.faq .legal-section ul {
	padding-left: 15px;
	margin-bottom: 0px;
}

.faq .legal-section ul li {
	color: black;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}

.admin-property .edit-add .example-btn-wrap {
	padding-top: 20px;
}

.admin-property .edit-add .example-btn-wrap a {
	background: #21c17a;
	margin: 0px auto;
	display: table;
	border-radius: 50px;
	padding: 8px 25px;
	font-size: 18px;
}

.admin-property .edit-add .example-btn-wrap a:hover {
	color: black;
}

#signUpModal .modal-right .login-container form #agree_Group .controls label {
	color: black;
	font-size: 12px;
	line-height: normal;
}

#signUpModal .modal-right .login-container form #agree_Group .controls label a {
	color: black;
	text-decoration: underline;
}

#signUpModal .modal-right .login-container form #agree_Group {
	margin: 10px 0px;
}

#signUpModal .modal-right .login-container form #agree_Group .controls {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.legal-privacy-policy h2 {
	color: black;
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 35px;
	margin-top: 20px;
}

.legal-privacy-policy h4 {
	color: black;
	margin-bottom: 20px;
	font-size: 26px;
}

.legal-privacy-policy p {
	color: black;
	font-size: 18px;
	margin-bottom: 25px;
	line-height: 24px;
}

.legal-use-policy h2 {
	color: black;
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 35px;
	margin-top: 20px;
}

.legal-use-policy h4 {
	color: black;
	margin-bottom: 20px;
	font-size: 26px;
}

.legal-use-policy p {
	color: black;
	font-size: 18px;
	margin-bottom: 25px;
	line-height: 24px;
}

.legal-use-policy p a {
	color: rgb(15, 162, 243);
}

.admin-property .buyer-view.custom-page.all-posts {
	justify-content: flex-start;
}

/* .admin-property .panel.panel-bordered .container-text {
	justify-content: flex-start;
} */

.admin-property .buyer-view.custom-page.all-posts .property-detail .btn.btn-primary.delete_btn {
	display: table;
	margin: 0 auto;
	margin-top: 10px;
}

.blurb-section {
	padding: 60px 0px 0px 0px;
	display: none;
}

.blurb-section p {
	color: black;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 10px;
}

.blurb-section .msg-box-btn {
	color: #fff;
	border: 2px solid #21c17a;
	padding: 6px 30px;
	border-radius: 4px;
	margin: 20px 0px;
	display: table;
	font-size: 18px;
	font-weight: 600;
	background: #21c17a;
}

.blurb-section .msg-box-btn:hover {
	color: #000;
}

.d-flex.align-items-center.ms-4.d-none.d-sm-flex.slogin_btn .btn.btn-xs.btn-outline.btn-white.d-none.d-md-flex.active {
	background: #21c17a;
	border-color: transparent;
}

.faq-accordion.accordion-item .accordion-item .accordion-collapse .accordion-body .btn.btn-primary:nth-child(2)::before {
	background: #21c17a !important;
}

.faq-accordion.accordion-item .accordion-item .accordion-collapse .accordion-body .btn.btn-primary:nth-last-child(1) {
	display: table;
	margin: 0 auto;
	margin-top: 10px;
}

.new-btn-css .btn::after,
.new-btn-css .btn::before,
.new-btn-css a.btn::before {
	display: none;
}

.new-btn-css .btn-xs.btn-outline {
	border-radius: 40px !important;
	padding: 1rem 2rem;
	font-size: 1rem;
	font-weight: 400;
}

.new-btn-css .btn.btn-outline-primary {
	border: 1px solid #000000;
	color: #000000;
	background: transparent;
	border-radius: 40px;
	padding: 1rem 2rem;
	font-size: 1rem;
	margin-left: 10px;
	font-weight: 400;
}

.new-btn-css .btn.btn-outline-primary:hover {
	background: #000000 !important;
	color: #FFFFFF !important;
}

.new-btn-css .chatModal_btn.let_talk_btn_cls {
	border-radius: 100%;
	font-size: 16px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	padding: 0px;
	align-items: center;
	justify-content: center;
	border-color: #21c17a;
	background-color: #21c17a !important;
	color: #ffffff !important;
}

.new-btn-css .let_talk_btn_cls i {
	display: block !important;
	font-size: 20px;
}

.new-btn-css .flq-image img {
	max-width: 46px;
	border-radius: 50%;
	padding: 0px !important;
}

.new-btn-css span.flq-image.flq-navbar-top-user {
	width: 50px;
	height: 50px;
	margin-left: 10px;
}

.post_btn_bkp .property-poster img {
	object-fit: cover !important;
	height: 300px !important;
}

.main-browse-page .browse-first.first-section-slides #load-more-container #load-more-button {
	background: #21C17A;
	border: 1px solid #21C17A;
	color: #fff;
	border-radius: 10px;
	padding: 10px 20px;
	font-size: 16px;
}

.dev-home-slider.dev-home-cstm {
	padding: 60px 0px;
	background: #333;
	margin-top: 0px;
}

.home-page.non-logged-in .dev-home-slider.dev-home-cstm {
	padding-top: 0;
}

.home-page.logged-in .bnr-slider.slick-dotted.slick-slider {
	margin-bottom: 0px;
}

.dev-home-slider.dev-home-cstm h2 {
	color: #fff;
}

.dev-home-slider.dev-home-cstm .home-demo {
	padding: 0;
}

.dev-home-slider.dev-home-cstm .home-demo .home-slider-slick-find {
	margin: 0px;
}

.search-section .bnr-input .btn.btn-primary::after, .search-section .bnr-input .btn.btn-primary::before {
	display: none;
}

.search-section .bnr-input .btn.btn-primary {
	background: #21C17A;
	font-size: 20px;
	font-weight: normal;
	border-radius: 5px;
	line-height: 40px;
	height: 50px;
	padding: 5px 25px;
}

.search-section-wrap {
	padding: 50px 0px 0px 0px;
	display: flex;
	grid-template-columns: auto auto;
	gap: 30px;
}

.search-section-wrap .search-section {
	padding: 0px;
}

.search-section-wrap .search-section.writer {
	margin-top: 0px;
}

.why-section-wrap {
	padding: 60px 0px;
}

.why-section-wrap .why-section {
	padding: 0px;
}

.why-section-wrap .how-section {
	padding: 0px;
	margin-top: 10px;
}

.admin-property .buyer-view.custom-page a .delete_btn::after, .admin-property .buyer-view.custom-page a .delete_btn::before {
	display: none;
}

.admin-property .buyer-view.custom-page a .delete_btn {
	background: transparent;
	color: black;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 0px 5px 0px;
}

.admin-property .modal-footer #crop::after, .admin-property .modal-footer #crop::before {
	display: none;
}

.admin-property .modal-footer #crop {
	background: black;
	font-size: 18px;
	font-weight: normal;
	border-radius: 5px;
	line-height: 40px;
	height: 50px;
	padding: 5px 25px;
}

.admin-property .modal-footer #crop:hover {
	color: #fff;
}

.admin-property .modal-footer .btn.btn-secondary::after, .admin-property .modal-footer .btn.btn-secondary::before {
	display: none;
}

.admin-property .modal-footer .btn.btn-secondary {
	background: #21C17A;
	font-size: 18px;
	font-weight: normal;
	border-radius: 5px;
	line-height: 40px;
	height: 50px;
	padding: 5px 25px;
}

.browse-category .content-wrap.main-browse-page {
	padding-top: 40px;
}

.flq-navbar-top.hidden {
	transform: translateY(-100%);
}

.flq-navbar-top.sticky {
	position: sticky;
	top: 0;
	transition: transform .15s ease-out;
}

.how-section ul li::after {
	content: '';
	position: absolute;
	left: -12px;
	width: 6px;
	height: 6px;
	background: black;
	border-radius: 50px;
	top: 50%;
	transform: translateY(-50%);
}

.how-section ul li {
	width: auto;
	margin: 0px auto;
	display: table;
	position: relative;
}

.msg-wrapper .container .msg-box .accordion {
	width: 100%;
}

.msg-wrapper .container .msg-box .accordion .accordion-item {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.msg-wrapper .container .msg-box .accordion .accordion-item .accordion-button {
	color: #fff;
	font-size: 18px;
	padding: 0px;
	text-align: center;
	list-style: none;
	text-align: center;
}

.msg-wrapper .container .msg-box .accordion .accordion-item .accordion-button.carrot-up-icon {
	display: block;
}

.msg-wrapper .container .msg-box .accordion .accordion-item .accordion-button:before {
	display: none;
}

.msg-wrapper .container .msg-box .accordion .accordion-item button.accordion-button.collapsed {
	display: flex;
	text-align: center;
}

.msg-wrapper .container .msg-box .accordion .accordion-item .accordion-button::after {
	color: #fff;
}

.search-section-wrap .search-section h3 {
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}

.search-section-wrap .search-section .bnr-input .btn.btn-primary {
	margin: 0px auto;
	display: table;
}

.search-section-wrap .search-section.writer {
	background: #333;
}

.search-section-wrap .search-section {
	background: #333;
	padding: 30px 20px;
	width: 100%;
}

.search-section .bnr-input #search-form #search-box {
	border: 0px;
	padding-left: 5px;
	background: transparent !important;
	color: #fff !important;
}

.why-how-section-wrap {
	width: 100%;
	padding: 50px 0px 0px;
}

.why-how-section-wrap .why-how-section {
	display: flex;
	gap: 30px;
}

.why-how-section-wrap .why-how-section .left {
	/*background: #21c17a;*/
	background: #333;
	width: 50%;
	padding: 40px 40px;
}

.why-how-section-wrap .why-how-section .right {
	width: 50%;
	/*background: #21c17a;*/
	background: #333;
	padding: 40px 40px;
	text-align: center;
}

.why-how-section-wrap .why-how-section .right .content {
	width: 100%;
}

.why-how-section-wrap .why-how-section .left .content h3, .why-how-section-wrap .why-how-section .right .content h3 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
}

.why-how-section-wrap .why-how-section .right .content ul {
	list-style: none;
	padding: 0;
}

.why-how-section-wrap .why-how-section .right .content ul li {
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
}

.why-how-section-wrap .why-how-section .left p {
	font-size: 24px;
	color: #fff;
}

.search-section-wrap .search-section.writer .bnr-input .btn.btn-primary {
	background: #21c17a;
	color: #fff;
	border: none !important;
	clip-path: none;
}

.search-section-wrap .search-section.writer .bnr-input .btn.btn-primary:hover {
	color: #000;
}

.faq-accordion.accordion-item .accordion-item .accordion-header .accordion-button::after {
	top: 17px;
}

.admin-property .modal-dialog .modal-content .modal-footer .btn.btn-secondary.seller-dashboard-button {
	padding: 0 20px !important;
	color: #fff !important;
	text-decoration: none !important;
}




/*******************8-1-24**************/
.dev-banner .dev-bnr-text h2.bnr-or {
	font-size: 20px;
}

#pdfModal .modal-dialog {
	height: 90% !important;
	max-width: 80vw !important;
}

.lets_talk_popup .modal-dialog .modal-content, .lets_talk_popup .modal-dialog .modal-content .modal-body .row.justify-content-center {
	height: 97% !important;
}

.lets_talk_popup .modal-dialog .modal-content .modal-body .row.justify-content-center iframe {
	height: 100% !important;
}

.lets_talk_popup {
	background: #0000009e !important;
	z-index: 1111;
}

/*************10-1-24*************/
.faq-signup-btn {
	text-align: center;
}


.main-browse-page .browse-first.first-section-slides .all-posts .owl-item .post_btn_bkp {
	width: 100%;
	position: relative;
	display: table;
}

.feature-main.home-slider-slick-most-and-featured.all-posts .owl-item .post_btn_bkp {
	display: table;
	width: 100%;
}

.main-browse-page .browse-first.first-section-slides .all-posts.owl-carousel, .dev-home-slider .home-demo .feature-main.home-slider-slick-most-and-featured.all-posts.owl-carousel1.owl-loaded.owl-drag {
	position: relative;
}

.main-browse-page .browse-first.first-section-slides .all-posts.owl-carousel .owl-dots. .dev-home-slider .home-demo .feature-main.home-slider-slick-most-and-featured.all-posts.owl-carousel1.owl-loaded.owl-drag .owl-dots {
	display: none;
}

.main-browse-page .browse-first.first-section-slides .all-posts.owl-carousel .owl-nav button, .dev-home-slider .home-demo .feature-main.home-slider-slick-most-and-featured.all-posts.owl-carousel1.owl-loaded.owl-drag .owl-nav button {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 45px;
	background: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	color: #000;
	border: 1px solid #000;
}

.main-browse-page .browse-first.first-section-slides .all-posts.owl-carousel .owl-nav button.owl-next, .dev-home-slider .home-demo .feature-main.home-slider-slick-most-and-featured.all-posts.owl-carousel1.owl-loaded.owl-drag .owl-nav button.owl-next {
	right: 10px;
	left: auto;
}

.main-browse-page .browse-first.first-section-slides .all-posts.owl-carousel .owl-nav button span, .dev-home-slider .home-demo .feature-main.home-slider-slick-most-and-featured.all-posts.owl-carousel1.owl-loaded.owl-drag .owl-nav button span {
	width: 100%;
	height: auto;
	margin-top: -5px;
}



.related-post .related-post-slider .slick-list {
	padding-top: 22px;
}

.main-header-filter {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0px 30px;
}

.content-wrap.main-browse-page .main-header-filter .select-script-filter {
	justify-content: flex-start;
}


.edit-user-profile.page-content .page-content .prf-edit {
	padding-top: 145px;
}

.edit-user-profile.page-content .page-content .prf-edit .page-title {
	color: #000;
	font-size: 24px;
	font-weight: 400;
}

.edit-user-profile.page-content .page-content .prf-edit-form {
	width: 100%;
	margin-top: 10px;
}

.edit-user-profile.page-content .page-content .prf-edit-form .form-edit-add .btn.btn-primary.pull-right.save.profile-submit {
	margin-top: 10px;
}

.edit-user-profile.page-content .page-content .prf-edit-form .form-edit-add .panel .prf-edit-inr .form-group, .page-content .page-content .prf-edit-form .form-edit-add .panel .panel-body .form-group {
	width: 100%;
	margin-bottom: 12px;
}

.edit-user-profile.page-content .page-content .prf-edit-form .form-edit-add .panel .prf-edit-inr .form-group label, .page-content .page-content .prf-edit-form .form-edit-add .panel .panel-body .form-group label {
	color: #000;
}

.edit-user-profile.page-content .page-content .prf-edit .profile-completeness p {
	color: #000;
}

.edit-user-profile.page-content .page-content .prf-edit-form .form-edit-add .panel .prf-edit-inr .form-group small {
	color: #000;
}

.Edit_My_Profile_desc {
	border: 1px solid #ccc;
	margin: 0 auto;
	display: table;
	padding: 10px 20px;
	margin-top: 40px;
	color: #000;
	width: 96%;
	max-width: 500px;
	box-shadow: #b5b5b5 2px 3px 5px;
	border-radius: 10px;
}

.Edit_My_Profile_desc p.mt-2 {
	margin-top: 5px !important;
}

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

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

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


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

	.main-browse-page .browse-first.first-section-slides .all-posts .post_btn_bkp {
		width: 31%;
	}

}

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

	.home-page .content-wrap {
		height: auto;
		display: unset;
	}

	/*  .modal-dialog {
	position: unset;
	top: 50%;
	transform: unset !important;
	left: 0;
	right: 0;
	margin: 0px auto;
} */
	.all-posts .post_btn_bkp .property-genres .genres-inr {
		text-align: center;
		color: black;
		/*	min-height: 81px;*/
		padding-top: 15px;
		margin-top: 0;
	}

	.all-posts .post_btn_bkp .property-poster p {
		font-size: 16px;
		line-height: 23px;
		min-height: 70px;
	}

	.all-posts .post_btn_bkp .property-genres .genres-inr span {
		padding: 5px 7px;
	}
}

@media screen and (max-width: 1400px) {
	.all-posts .post_btn_bkp .property-poster p {
		font-size: 16px;
		line-height: 23px;
		min-height: 100px;
	}
}

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

	.dev-banner .dev-bnr-text h2 a {
		font-size: 30px;
	}

	.all-posts .post_btn_bkp .property-genres .genres-inr span {
		white-space: nowrap;
		word-wrap: break-word;
		word-break: break-all;
	}

	.edit-user-profile.page-content .page-content .prf-edit {
		padding-top: 120px;
	}

	.flq-navbar-container .container .nav-content-wrap {
		display: flex !important;
	}

	.flq-navbar-container .container .nav-content-wrap .d-sm-flex.slogin_btn .btn.btn-xs.btn-outline.btn-white.d-none.d-md-flex:nth-child(1) {
		display: block !important;
	}

	.flq-navbar-container .container .nav-content-wrap .d-sm-flex.slogin_btn {
		display: flex !important;
	}

	.flq-navbar-container .container .nav-content-wrap .flq-dropdown.flq-dropdown-nav.ms-4.d-none.d-sm-flex {
		display: none !important;
	}
}

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

	.search-section-wrap {
		padding: 30px 0px;
		grid-template-columns: auto;
		display: grid;
		gap: 0px;
	}

	.search-section-wrap .search-section h3 {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.search-section-wrap .search-section.writer {
		margin-top: 25px;
	}

	.dev-home-slider.dev-home-cstm {
		padding: 40px 0px;
		margin-top: 0px;
	}

	.msg-wrapper .container .msg-box:hover {
		transform: scale(1.0) translate(0px, -8px);
	}

	.faq .legal-section h3 {
		font-size: 20px;
	}

	.msg-wrapper .container .msg-box .btn-wrap {
		gap: 10px;
		margin-top: 20px;
	}

	.msg-wrapper .container .msg-box .msg-box-btn {
		margin: 0;
	}

	.legal-use-policy h2 {
		font-size: 28px;
		margin-bottom: 25px;
	}

	.legal-use-policy h4 {
		margin-bottom: 10px;
		font-size: 22px;
	}

	.legal-use-policy p {
		font-size: 16px;
		margin-bottom: 20px;
		line-height: 22px;
	}

	.legal-privacy-policy h2 {
		font-size: 28px;
		margin-bottom: 25px;
	}

	.legal-privacy-policy h4 {
		margin-bottom: 10px;
		font-size: 22px;
	}

	.legal-privacy-policy p {
		font-size: 16px;
		margin-bottom: 20px;
		line-height: 22px;
	}

	.search-section {
		padding: 30px 0px 0px 0px;
	}

	.search-section h2 {
		font-size: 24px;
	}

	.faq .are-you-section a {
		font-size: 14px;
		padding: 5px 14px;
		text-align: center;
	}

	.msg-wrapper .container {
		grid-template-columns: auto;
	}

	.dev-banner .dev-bnr-img img {
		height: auto !important;
	}

	.dev-banner .dev-bnr-text h2 a {
		font-size: 24px;
	}

	.how-section ul {
		line-height: normal;
	}

	.how-section ul li {
		margin-bottom: 10px;
	}

	.why-section {
		padding: 30px 0px 0px 0px;
	}

	.how-section {
		padding: 30px 0px 0px 0px;
	}

	.dev-hom-feature h2 select {
		font-size: 24px !important;
	}

	.ftr-fixed.dev-note {
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}

	.faq-accordion.accordion-item .container {
		gap: 0%;
	}

	.faq-accordion.accordion-item .container .accordion {
		width: 100%;
	}

	.tab-wrap.seller-tabs .tab-content .tab-pane .msg-cntr-boxes p {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.tab-wrap.seller-tabs .tab-content .tab-pane .msg-cntr-boxes .btn {
		font-size: 18px;
		padding: 8px 15px;
	}

	.tab-wrap.seller-tabs .tab-content .tab-pane .msg-cntr-boxes {
		margin-bottom: 25px;
	}

	.admin-property .bro-fav .my-fvrt {
		padding: 30px 0px;
	}

	.admin-property .msg-cntr {
		padding: 30px 0px;
	}

	.admin-property .msg-cntr .msg-cntr-boxes {
		margin-bottom: 25px;
	}

	.admin-property .bro-fav .my-fvrt h2 {
		margin-bottom: 15px;
		font-size: 28px;
	}

	.admin-property .msg-cntr h2 {
		margin-bottom: 15px;
		font-size: 28px;
	}

	.admin-property .msg-cntr .msg-cntr-boxes p {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.admin-property .msg-cntr .msg-cntr-boxes .btn {
		font-size: 18px;
		padding: 8px 15px;
	}

	.tab-wrap.seller-tabs .nav-tabs li button {
		font-size: 16px;
		padding: 12px 15px;
	}

	#imageModal .modal-content .modal-body .image-area-wrap {
		padding: 12px 15px;
		flex-wrap: wrap;
	}

	#imageModal .modal-dialog .modal-body .tab-content #home {
		grid-template-columns: auto auto;
		height: auto;
	}

	#imageModal .modal-content .modal-footer #insertImageBtn {
		padding: 16px 20px;
		font-size: 16px;
	}

	#imageModal .modal-content .modal-footer .btn.btn-secondary {
		font-size: 16px;
	}

	#signUpModal .modal-content .modal-body .modal-right .user-name {
		display: block;
	}

	.faq .browse-first h2 {
		font-size: 24px;
	}

	.faq-accordion.accordion-item .accordion-item .accordion-header .accordion-button {
		font-size: 18px;
	}

	.faq-accordion.accordion-item .accordion-item .accordion-collapse {
		line-height: 22px;
		font-size: 16px;
	}

	.add_new_property .get_started_btn {
		padding: 8px 24px;
		font-size: 14px;
	}

	.admin-property .edit-add .panel .footer-terms h3 {
		text-align: center;
		margin-bottom: 15px;
	}

	.admin-property .edit-add .panel .footer-terms p {
		font-size: 18px;
		line-height: normal;
		margin-bottom: 15px;
		text-align: center;
	}

	.like-dis-btn {
		justify-content: flex-start;
	}

	.admin-chats .lets_talk_outer .lets_talk_item .this-not-active {
		display: none;
	}

	.admin-chats .lets_talk_outer .chat_outer-page {
		width: 95%;
		left: 0;
		right: 0;
		margin: 0px auto;
	}

	.admin-chats .lets_talk_outer .chat_inner-page {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	}

	.admin-chats .lets_talk_outer .lets_talk_item .this-active {
		display: block;
	}

	.admin-chats .lets_talk_outer .chat_inner-page #chat-form-page {
		width: 95%;
		left: 0;
		right: 0;
		margin: 0px auto;
	}

	.admin-chats .lets_talk_outer .chat_inner-page .chat_back-page {
		display: block;
	}

	.admin-chats .page-content .body {
		padding-top: 30px;
	}

	.my-7 {
		margin-bottom: 40px !important;
	}

	.dev-banner .dev-bnr-text .bnr-input input {
		padding-right: 15px;
	}

	.admin-property #autocomplete-suggestions ul {
		margin: 12px auto 0px auto;
	}

	.content-wrap.main-browse-page .serach-function .search-box #search-box::placeholder {
		opacity: .7;
		font-size: 12px;
	}

	.image_area #custom_avatar {
		text-align: center;
	}

	#flq_navbar_mobile .nav-content-wrap .slogin_btn .navbar-login .switch-wrap {
		padding: 20px 0px;
		border-bottom: 1px solid #fff;
	}

	#flq_navbar_mobile .nav-content-wrap .slogin_btn .navbar-login .switch-wrap .switch.switch-head {
		margin: 0px;
	}

	#flq_navbar_mobile .nav-content-wrap .slogin_btn .navbar-login .switch-wrap span {
		color: #fff;
	}

	#flq_navbar_mobile .nav-content-wrap .slogin_btn .navbar-login #inviteModalBtn {
		margin-top: 15px;
		margin-bottom: 10px;
		width: 100%;
		max-width: 150px;
	}

	#flq_navbar_mobile .nav-content-wrap .slogin_btn a.btn {
		background: #000;
	}

	#flq_navbar_mobile .nav-content-wrap .slogin_btn a.btn {
		background: #000;
		max-width: 150px;
		width: 100%;
	}

	.why-how-section-wrap {
		width: 100%;
		padding: 15px 0px;
	}

	.why-how-section-wrap .why-how-section {
		display: grid;
		gap: 15px;
	}

	.why-how-section-wrap .why-how-section .left {
		width: 100%;
		padding: 40px 20px;
		text-align: center;
	}

	.why-how-section-wrap .why-how-section .right {
		width: 100%;
		padding: 40px 20px;
		text-align: center;
	}

	.why-how-section-wrap .why-how-section .right .content ul li {
		font-size: 20px;
		color: #fff;
		margin-bottom: 20px;
	}

	.why-how-section-wrap .why-how-section .left p {
		font-size: 18px;
		color: #fff;
	}


	.main-header-filter {
		display: grid;
		justify-content: center;
		width: 100%;
		gap: 10px;
	}

	.content-wrap.main-browse-page .main-header-filter .select-script-filter {
		justify-content: center;
		flex-wrap: wrap;
	}

	.content-wrap.main-browse-page .main-header-filter .select-script-filter button {
		margin: 0;
		padding: 8px 18px;
	}

	.content-wrap.main-browse-page .select-filter {
		flex-wrap: wrap;
		justify-content: center;
	}
}

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

.dev-banner .dev-bnr-text .btn.seller-dashboard-button {
	margin: 0 auto;
	display: table !important;
	margin-top: 20px;
	background: #21c17a !important;
}

.lets_talk_popup .modal-dialog .modal-content .modal-body a.btn.btn-primary.unsplash-link {
	background: #21c17a;
	color: #fff !important;
	font-size: 16px;
	border-radius: 5px;
	width: auto;
	display: block;
	margin: 0;
	text-decoration: none !important;
	clip-path: inherit;
	max-width: 200px;
}

.lets_talk_popup .modal-dialog .modal-content .modal-body a.btn.btn-primary.unsplash-link:after, .lets_talk_popup .modal-dialog .modal-content .modal-body a.btn.btn-primary.unsplash-link:before {
	display: none;
}

.lets_talk_popup .modal-dialog .modal-content .modal-body .row.justify-content-center .unsplash-link-wrap {
	display: grid;
	justify-content: flex-start;
	gap: 5px;
}

.admin-property .modal-footer .btn.btn-secondary.cancel-seller-img-button {
	background: #c6c6c6;
	color: #000 !important;
	font-size: 16px;
	border-radius: 5px;
	text-decoration: none !important;
	width: 100%;
	max-width: 200px;
	clip-path: inherit;
}

.property-views .status.unread-view {
	width: 10px;
	height: 10px;
	border-radius: 50px;
	display: inline-block;
	margin-left: 10px;
	background: #16b316;
}

.admin-chats .lets_talk_outer .chat_outer-page .post-heading {
	color: #000;
	font-size: 24px;
	font-weight: 600;
}

.all-posts .post_btn_bkp .property-detail .badge-wrap .status.status-unseen-view {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50px;
	background: #16b316;
	top: 2px;
	right: 2px;
}

.all-posts .post_btn_bkp .property-detail .badge-wrap .view-count.dash {
	line-height: 1;
	font-size: 12px;
}

.all-posts .post_btn_bkp .property-detail .badge-wrap .view-count.dash .new-look {
	color: #16b316;
}

.msg-wrapper .container .msg-box .accordion .accordion-item .accordion-button {
	display: none;
}

.msg-wrapper .container .msg-box.collapsed .accordion .accordion-item .accordion-button {
	display: block;
}

.admin-property #delete_form .btn.btn-danger.pull-right.delete-confirm {
	float: left;
	background: #21c17a;
}

.admin-property .btn.btn-default.pull-right::before {
	background: #555;
}

.property .seller-profile-link {
	display: flex;
	width: fit-content;
}

.home-page .msg-wrapper .bnr-input {
	display: flex;
	justify-content: center;
}

.home-page .msg-wrapper .bnr-input .sign-up-btn {
	margin: 30px;
	color: #fff;
	border: none !important;
	display: table;
	background: #21C17A;
	font-size: 20px;
	font-weight: normal;
	border-radius: 5px;
	line-height: 40px;
	height: 50px;
	padding: 5px 25px;
}

.admin-property .additional-btn-wrap {
	display: flex;
}

.admin-property .btn.btn-primary.additional-btn {
	margin-left: auto;
	color: #fff;
	background: #21C17A;
	height: 50px;
	padding: 5px 10px;
	margin-top: 20px;
}

.admin-property .btn.btn-primary.additional-btn:hover {
	color: #000;
	background: unset;
}

.admin-property .btn.btn-primary.additional-btn::before {
	display: table;
}

.admin-additional-properties .page-content {
	margin-top: 150px;
}

.admin-additional-properties .page-title {
	color: #000;
	display: flex;
	justify-content: center;
	font-weight: 600;
}

.admin-additional-properties .table-responsive {
	margin-top: 30px;
	margin-bottom: 30px;
}

.admin-additional-properties th {
	color: #000;
}

.admin-additional-properties td {
	color: #000;
}

.admin-additional-properties table {
	margin-bottom: 10px !important;
}

.admin-additional-properties p.no-posts {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 30px !important;
	font-size: 20px;
	color: #000;
}

.admin-additional-properties .invitation-btn {
	color: #fff;
	background: #000;
	width: fit-content;
	margin-bottom: 7px;
	font-weight: normal;
}


.tab-wrap.seller-tabs .tab-content div#project-tab-pane .tab-wrap h3 {
	color: #000;
}

.tab-wrap.seller-tabs .tab-content div#project-tab-pane .tab-wrap p {
	color: black;
	margin-top: 0;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: normal;
}

.tab-wrap.seller-tabs .tab-content div#project-tab-pane .tab-wrap form {
	width: 100%;
}

.tab-wrap.seller-tabs .tab-content div#project-tab-pane .tab-wrap form label {
	display: block;
	font-size: 20px;
}

.tab-wrap.seller-tabs .tab-content div#project-tab-pane .tab-wrap form textarea {
	border: 2px solid #ccc;
	padding: 11px 11px;
	width: 100%;
	max-width: 500px;
	display: table;
	margin-bottom: 12px;
	box-shadow: none;
}

.tab-wrap.seller-tabs .tab-content div#project-tab-pane .tab-wrap form button {
	background: #54c276;
	color: #fff;
	border: 1px solid #54c276;
	font-size: 20px;
	padding: 2px 21px;
	border-radius: 30px;
}

.admin-chats .lets_talk_outer .chat_outer-page .post-heading td a {
	color: #000;
}

.admin-property #field_new_status ul.radio {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	list-style: none;
	padding: 0;
}

.admin-property #field_new_status ul.radio li {
	position: relative;
}

.admin-property #field_new_status ul.radio li input {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	z-index: 9999;
	top: 0;
	cursor: pointer;
}

.admin-property #field_new_status ul.radio li label {
	margin: 0px;
	color: #767676;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #dbdbdb;
	border-radius: 50px;
	padding: 4px 20px;
	width: 100%;
	text-align: center;
	background: #D9D9D9;
}

div#field_new_status ul.radio li input[type="radio"]:checked+label {
	background: #21c17a;
	color: #fff;
	border-color: transparent;
}



.table.tab-data-table td {
	color: #000 !important;
	padding: 10px 20px;
	vertical-align: middle;
}

.table.tab-data-table {
	border: 1px solid #000;
	margin: 30px auto;
}

.table.tab-data-table th {
	color: #fff;
	padding: 10px 20px;
	background-color: #000;
	border-right: 1px solid #fff;
}

.table.tab-data-table td .btn.btn-primary {
	float: right;
	margin-right: 10px;
}

.table.tab-data-table {
	border: 1px solid #000;
	margin: 30px auto;
	width: 80%;
}

.table.tab-data-table td .btn.btn-primary {
	margin-bottom: 10px;
}

#tab-dataTable_length {
	display: inline-block;
}

.table.tab-data-table td {
	vertical-align: middle;
	border-right: 1px solid #000;
}

.tab-wrap #tab-dataTable_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.tab-wrap #tab-dataTable_length {
	margin-top: 3px;
}

#tab-dataTable_info {
	width: 100%;
	text-align: center;
}

input::selection {
	background-color: #000 !important;
	color: #fff !important;
}

#hide_vetted_wrap .btn.btn-primary {
	margin-top: 5px;
	width: 100%;
}

#vetted_property input[type="checkbox"] {
	float: left;
}

#vetted_property label {
	float: left;
	margin-top: -7px;
	margin-left: 5px;
}

.seller-views {
	display: flex;
}

.seller-views p {
	color: #000;
	margin-top: 17px;
	margin-left: 5px;
}

.buyer-badge.badge-pga {
	background: #21c17a;
	color: #000;
	border-radius: 50px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	display: inline-block;
	width: 45px;
}

.buyer-badge.badge-signatory {
	background: #81bbdd;
	color: #000;
	border-radius: 50px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	display: inline-block;
	width: 80px;
}

#chat-form-block p {
	margin-top: 50px;
	display: flex;
	color: #000;
	justify-content: center;
	font-size: 24px;
	font-weight: 600;
}

.admin-chats .block_cls {
	font-size: 22px;
	float: right;
	margin-right: 5px;
	margin-top: 8px;
	color: #888;
}


.admin-chats .block_cls {
	display: none;
}

.admin-chats .lets_talk_outer .chat_outer-page .chat_tr:hover .block_cls {
	display: block;
}

.admin-chats .block_cls.fa.fa-close {
	font-size: 19px;
	color: #888;
	border: 3px solid #888;
	border-radius: 40px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 14.1px;
}

.dev-banner .dev-bnr-text h3 {
	text-align: center;
	font-size: 44px;
	font-weight: normal;
	line-height: normal;
	width: 100%;
	max-width: 665px;
	margin: 0px auto;
}

.dev-banner .dev-bnr-text p {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	line-height: normal;
	width: 100%;
	max-width: 665px;
	margin: 0px auto;
	color: #fff;
}

.who-section-wrap .who-section {
	margin-top: 60px;
}

.who-section-wrap .who-section h3 {
	text-align: center;
	font-size: 44px;
	font-weight: normal;
	line-height: normal;
	width: 100%;
	margin: 0px auto;
	color: #000;
}

.who-section-wrap .who-section p {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	width: 100%;
	max-width: 800px;
	margin: 5px auto;
	color: #000;
}

#field_post_belongsto_user_relationship {
	display: grid;
	justify-content: center;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #000 !important;
}

.browse #view_all_btn {
	padding: 10px 8px 10px 8px;
	font-size: 12px;
}

.admin-property .content-wrap.main-browse-page .serach-function .search-box .search-data-box {
	width: 100%;
	max-width: 800px;
	margin: 40px auto;
	border: 1px solid #fff;
	border-radius: 50px;
	height: 55px;
	display: flex;
	align-items: center;
	padding: 15px 20px 15px 10px;
}

.admin-property .content-wrap.main-browse-page .serach-function .search-box .search-data-box select#badges {
	border: none;
	padding: 15px 11px;
	border-radius: 30px;
	background: transparent;
	outline: 0;
	box-shadow: none;
}

/* ***************** */
.serach-function .search-data-box #search-box {
	color: #fff !important;
}

.serach-function .search-data-box #search-box::placeholder {
	color: #fff !important;
}

.non-logged-in .content-wrap.main-browse-page .serach-function .search-box .search-data-box {
	width: 100%;
	max-width: 800px;
	margin: 40px auto;
	border: 1px solid #fff;
	border-radius: 50px;
	height: 55px;
	display: flex;
	align-items: center;
	padding: 15px 20px 15px 10px;
}

.non-logged-in .content-wrap.main-browse-page .serach-function .search-box .search-data-box select#badges {
	border: none;
	padding: 15px 11px;
	border-radius: 30px;
	background: transparent;
	outline: 0;
	box-shadow: none;
}

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

.dev-home-slider.dev-home-cstm .home-demo .home-slider-slick-find .slick-track .slick-slide .item .home-demo-img img {
	border: 2px solid #fff;
	border-radius: 30px;
	/* overflow: hidden; */
}

.dev-home-slider.dev-home-cstm .home-demo .home-slider-slick-find .slick-track .slick-slide .item .home-demo-text {
	padding-bottom: 22px;
	padding-left: 22px;
}

.dev-home-slider.dev-home-cstm h2.typewrite {
	font-size: 20px;
}

.browse .feature-main.home-slider-slick-most-and-featured.all-posts .post_btn_bkp {
	display: none;
	width: 100%;
}

.browse .feature-main.home-slider-slick-most-and-featured.all-posts {
	display: flex;
	flex-wrap: wrap;
	display: grid;
	grid-gap: 24px;
	grid-template-columns: repeat(4, 1fr);
}

.browse .feature-main.home-slider-slick-most-and-featured.all-posts .post_btn_bkp:nth-child(1), .browse .feature-main.home-slider-slick-most-and-featured.all-posts .post_btn_bkp:nth-child(2), .browse .feature-main.home-slider-slick-most-and-featured.all-posts .post_btn_bkp:nth-child(3), .browse .feature-main.home-slider-slick-most-and-featured.all-posts .post_btn_bkp:nth-child(4) {
	display: block;
}

.flq-navbar-container .container .nav-content-wrap .d-sm-flex.slogin_btn .btn.btn-xs.d-md-flex:nth-last-child(1) {
	background: #21c17a !important;
	border-color: #21c17a !important;
}

.flq-navbar-container .container .nav-content-wrap .d-sm-flex.slogin_btn .btn.btn-xs.d-md-flex:nth-last-child(1):hover {
	border-color: #000 !important;
}

.flq-navbar.flq-navbar-top.flq-navbar-top-fixed {
	position: fixed;
	top: 0;
	z-index: 9999;
	transform: inherit;
}

.bnr-slider.slick-slider .slick-prev {
	display: block;
	left: 20px;
	width: 50px;
	height: 50px;
	z-index: 99;
}

.bnr-slider.slick-slider .slick-next.slick-arrow {
	display: block;
	right: 20px;
	width: 50px;
	height: 50px;
	z-index: 99;
}

.bnr-slider.slick-slider .slick-arrow::before {
	font-size: 38px;
}


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

	.admin-property .content-wrap.main-browse-page .serach-function .search-box .search-data-box select#badges {
		padding: 15px 2px;
		font-size: 12px;
	}

	.admin-property .content-wrap.main-browse-page .serach-function .search-box #search-box {
		margin-bottom: 0px;
		padding-right: 0;
		padding-left: 0;
		padding-top: 7px;
	}

	.admin-property .content-wrap.main-browse-page .serach-function .search-box .search-data-box {
		padding: 15px 5px 15px 10px;
	}

	.flq-navbar-top .flq-navbar-container {
		padding-right: 0px;
	}

	.dev-banner .dev-bnr-text h3 {
		font-size: 26px;
	}

	.dev-banner .dev-bnr-text .container {
		max-width: 410px;
	}

	.bnr-slider.slick-slider .slick-prev {
		left: 0px;
		width: 30px;
		height: 30px;
	}

	.bnr-slider.slick-slider .slick-next.slick-arrow {
		right: 10px;
		width: 30px;
		height: 30px;
	}

	.dev-banner .dev-bnr-text p {
		font-size: 18px;
		margin-top: 10px;
	}

}

@media screen and (max-width: 600px) {
	.tickerwrapper ul.list li span {
		font-size: 14px;
	}

	.flq-navbar-top .flq-navbar-brand .flook-logo {
		max-width: 140px;
	}

	.main-browse-page .browse-first.first-section-slides .all-posts .post_btn_bkp {
		width: 100%;
		margin-right: 0;
	}

	.dev-banner .dev-bnr-text .container {
		max-width: 90%;
	}

}

.selected-badge {
	background-color: #21c17a !important;
	color: #fff !important;
}

.select-filter button {
	background: #D9D9D9;
	border: 1px solid #fff;
	border-radius: 20px;
	margin: 0 0 5px 5px;
	font-size: 12px;
	padding: 10px 20px;
}

.tooltip {
	position: relative;
	cursor: pointer;
	opacity: 1 !important;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 180px;
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	margin-left: -60px;
	opacity: 1;
	transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
	transform: rotate(180deg);
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.search-by-section .dev-home-slider .home-demo .item .home-demo-text h2 {
	text-align: center;
}

.feature-main.home-slider-slick-most-and-featured.all-posts {
	display: flex;
	flex-wrap: wrap;
}

.feature-main.home-slider-slick-most-and-featured.all-posts .post_btn_bkp {
	width: 31%;
	margin-top: 15px;
}

/*.home-demo .feature-main.home-slider-slick-most-and-featured.all-posts a.post_btn_bkp:nth-child(n+5) {
    display: none;
}*/
.content-wrap.main-browse-page .search-box .select-filter.search_center {
	justify-content: center;
}

@media (max-width: 767px) {
	.feature-main.home-slider-slick-most-and-featured.all-posts .post_btn_bkp {
		width: 100%;
		/* margin: 0; */
	}

	.dev-bnr-img {
		display: none;
	}

	.home-page .bnr-slider.slick-slider.slick-dotted {
		margin-bottom: 0;
		margin-top: 110px;
	}

	html {
		overflow-x: hidden;
	}

	.dev-banner .dev-bnr-text .bnr-input form {
		margin: 10px auto !important;
	}

	.dev-banner .dev-bnr-text .bnr-input {
		margin: 0 auto !important;
	}

	.flq-navbar-top-toggle.btn.btn-link.ms-4.d-flex.d-lg-none {
		width: auto;
	}

}

ul.slick-dots {
	display: none !important;
}

@media (max-width: 400px) {
	.select-filter button {
		margin: 0 0 5px 0px;
		font-size: 12px;
		padding: 7px 11px;
	}

	.dev-bnr-img {
		display: none;
	}

	.flq-navbar-container .container .nav-content-wrap .d-sm-flex.slogin_btn .btn.btn-xs.btn-outline.btn-white.d-none.d-md-flex:nth-child(1) {
		font-size: 12px;
		padding: 10px 15px;
	}

	.dev-banner .dev-bnr-text .container {
		max-width: 90%;
	}

	.bnr-slider.slick-slider .slick-arrow::before {
		font-size: 28px;
	}
}


.author-name p {
	font-size: 16px !important;
}

.author-name button {
	background: #21c17a;
	border: 1px solid #21c17a;
	color: #fff;
	border-radius: 5px;
	padding: 6px 50px;
	font-size: 20px;
	font-weight: 500;
	width: auto;
	display: table;
	margin: 20px auto 0;
}

.author-name button:hover {
	background: #000;
	border-color: #000;
}

.home-demo.all-posts .feature-main.home-slider-slick-most-and-featured.all-posts .owl-item .post_btn_bkp .property-detail .author-name p {
	text-align: center;
	margin: 10px 0px;
	font-family: 'Courier Prime', monospace;
	font-weight: 400;
	line-height: 1.2;
	color: #000;
	font-size: 24px;
	letter-spacing: 1px;
}

.all-posts .post_btn_bkp .property-detail .property-poster p {
	/*	min-height: 200px;*/
}

.owl-carousel1, .owl-carousel1 .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel1 {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel1 .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel1 .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel1 .owl-stage-outer {
	position: relative;
	overflow: visible;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel1 .owl-item, .owl-carousel1 .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel1 .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel1 .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel1 .owl-dots.disabled, .owl-carousel1 .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel1, .owl-carousel1.owl-loaded {
	display: block
}

.owl-carousel1 .owl-dot, .owl-carousel1 .owl-nav .owl-next, .owl-carousel1 .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel1 .owl-nav button.owl-next, .owl-carousel1 .owl-nav button.owl-prev, .owl-carousel1 button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.owl-carousel1.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel1.owl-hidden {
	opacity: 0
}

.owl-carousel1.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel1.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel1.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel1.owl-rtl {
	direction: rtl
}

.owl-carousel1.owl-rtl .owl-item {
	float: right
}

.owl-carousel1 .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel1 .owl-animated-in {
	z-index: 0
}

.owl-carousel1 .owl-animated-out {
	z-index: 1
}

.owl-carousel1 .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel1 .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel1 .owl-item .owl-lazy:not([src]), .owl-carousel1 .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel1 .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel1 .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel1 .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel1 .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel1 .owl-video-playing .owl-video-play-icon, .owl-carousel1 .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel1 .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel1 .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}


.home-demo.all-posts .feature-main.home-slider-slick-most-and-featured .post_btn_bkp {
	display: block;
	width: 100%;
}

.all-posts .owl-nav button, .all-posts .owl-nav button {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 45px !important;
	background: #fff !important;
	width: 50px;
	height: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	color: #000 !important;
	border: 1px solid #000 !important;
}

.all-posts .owl-nav button.owl-next, .all-posts .owl-nav button.owl-next {
	right: 10px;
	left: auto;
}

.all-posts .owl-nav button span, .all-posts .owl-nav button span {
	width: 100%;
	height: auto;
	margin-top: -5px;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: block !important;
}

.owl-carousel1 .owl-dots.disabled, .owl-carousel1 .owl-nav.disabled {
	display: block !important;
}

.dev-home-slider .home-demo .feature-main p {
	text-align: center !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	letter-spacing: .5px;
	color: #000;
	font-family: inherit;
}

.dev-home-slider .home-demo .feature-main .author-name p {
	display: none;
	text-align: center;
	margin: 10px 0px;
	font-family: 'Courier Prime', monospace;
	font-weight: 400 !important;
	line-height: 1.2;
	color: #000;
	font-size: 16px !important;
	letter-spacing: 1px;
}

.select-script-filter button {
	background: #D9D9D9;
	border: 1px solid #fff;
	border-radius: 20px;
	margin: 0 0 5px 5px;
	font-size: 12px;
	padding: 10px 20px;
}

.selected-script-badge {
	background-color: #21c17a !important;
	color: #fff !important;
}

.content-wrap.main-browse-page .select-script-filter {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0px;
	gap: 5px;
}

.content-wrap.main-browse-page .search-box .select-script-filter.search_script_center {
	justify-content: center;
}

.main-browse-page .browse-first.first-section-slides .dataused .owl-nav {
	display: none !important;
}

.main-browse-page .browse-first.first-section-slides .dataused .owl-stage-outer {
	margin: 0 auto;
	width: auto;
	display: table;
}

.dev-home-slider .home-demo .feature-main.dataused .owl-nav {
	display: none !important;
}

.dev-home-slider .home-demo .feature-main.dataused .owl-stage-outer {
	margin: 0 auto;
	width: auto;
	display: table;
}

.dataused {
	justify-content: center;
}

.ad-prop .favourites.row.gy-5.justify-content-center .seller-all-posts.all-posts .slick-list {
	overflow: visible;
}

.container-text #add-property-btn {
	background: #21c17a !important;
	padding: 7px;
	border-radius: 5px;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.container-text #add-property-btn:hover {
	color: #FFFFFF;
	background-color: #057b47;
}

.container-text #add-property {
	background: #21c17a !important;
	padding: 12px;
	border-radius: 25px;
	font-size: 14px;
}

.container-text #add-property:hover {
	color: #FFFFFF;
	background: #057b47 !important;
}

@media (min-width: 1400px) {

	.auto-container {
		width: 100%;
		max-width: 1320px !important;
	}
}

.StripeElement {
	box-sizing: border-box;
	height: 45px;
	padding: 10px 12px;
	border: 1px solid #ced4da;
	border-radius: 8px;
	background-color: white;
	/* margin: 0 0 14px 0; */
	display: flex;
	flex-direction: column;
}

.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
	border-color: red;
}

.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}

.alert-success {
	position: relative;
	padding: 1rem;
	margin-bottom: 1rem;
	color: #0a3622;
	background-color: #d1e7dd;
	border: 1px solid #a3cfbb;
	border-radius: 0.375rem;
}

.main_login_section .main_login_inner .main_login_content form .logout-button {
	background: #000000 !important;
	border: none;
	width: 100%;
	font-family: Inter;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: center;
	color: #fff;
	padding: 12px 0;
	border-radius: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}