#real_estate_1 {}

#real_estate_1 .banner {
	max-height: 100%;
}

#real_estate_1 .box {
	position: relative;
	left: 30%;
	margin: 30px 0px;
}

#real_estate_1 .colorText {
	color: #fc4f02;
	font-weight: bold;
}

#real_estate_1 .box-shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#real_estate_1 ul li::marker {
	color: #fc4f02;
	font-size: 20px;
}

#real_estate_1 ul li {
	margin-bottom: 20px;
}

#real_estate_1 .mobile-screen-inner {
	width: 100%;
	height: 650px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative;
	border: 18px solid #000000;
	background: #000;
	border-radius: 50px;
	width: 70%;
}

#real_estate_1 .chat-area-1 {
	flex: 1;
	overflow-y: auto;
	padding: 15px 15px 15px 15px;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	gap: 20px;
}

#real_estate_1 .chat-area-1::-webkit-scrollbar {
	width: 8px;
}

#real_estate_1 .chat-area-1::-webkit-scrollbar-thumb {
	background: rgb(252, 79, 2);
	border-radius: 8px;
}

#real_estate_1 .message-row.user {
	flex-direction: row-reverse;
}

#real_estate_1 .message-row {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
}

#real_estate_1 .user::before {
	content: "";
	position: absolute;
	border: 10px solid transparent;
	right: 0px;
	border-right-color: rgb(252, 79, 2);
	bottom: -8%;
	transform: rotate(0deg);
}

#real_estate_1 .user-1 {
	background-color: #fc4f02 !important;
	color: #ffff !important;
	padding: 10px 15px;
	border-radius: 5px;
	max-width: 75%;
	word-wrap: break-word;
	font-size: 12px;
	font-family: "Poppins", sans-serif;
	line-height: 1.4;
}

#real_estate_1 .message {
	background: #e7ebf1 !important;
	padding: 10px 15px;
	border-radius: 5px;
	max-width: 75%;
	word-wrap: break-word;
	font-size: 12px;
	font-family: "Poppins", sans-serif;
	line-height: 1.4;
	position: relative;
}

#real_estate_1 .bot::before {
	content: "";
	position: absolute;
	border: 10px solid transparent;
	left: 0px;
	border-right-color: #e8eff2;
	bottom: -13%;
	z-index: 1;
	transform: rotate(180deg);
}

#real_estate_1 .bot_1 {
	background-color: #e8eff2 !important;
}

#real_estate_1 .icon_1 {
	position: absolute;
	top: 30%;
	right: 8%;
	z-index: 1;
}

#real_estate_1 .icon_2 {
	position: absolute;
	bottom: 21%;
	left: 9%;
	z-index: 1;
}

#real_estate_1 .icon_3 {
	position: absolute;
	top: 55%;
	right: 7%;
	z-index: 1;
}

#real_estate_1 .boxhover2 {
	border-radius: 10px;
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 10%);
	display: flex;
	color: #000000;
	background-color: rgba(255, 255, 255, 0.1);
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 30px;
	border: 2px solid #ffffff00;
	transition: border-color 0.5s ease;
	cursor: pointer;
	height: auto;
}

#real_estate_1 .boxhover2:hover {
	border-color: #fc4f02;
}

#real_estate_1 .box_heading {
	font-size: 20px !important;
	font-family: "PTSans-Bold" !important;
	padding-bottom: 8px;
}

#real_estate_1 .main-box {
	display: flex;
	gap: 40px;
	width: 100%;
}

#real_estate_1 .boxhover1 {
	border-radius: 10px;
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 10%);
	display: flex;
	color: #000000;
	background-color: rgba(255, 255, 255, 0.1);
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 30px;
	border: 2px solid #ffffff00;
	transition: border-color 0.5s ease;
	cursor: pointer;
	width: 48%;
	height: 200px;
}

#real_estate_1 .boxhover1:hover {
	border-color: #fc4f02;
}

#real_estate_1 .chatContainer1 {
	height: auto;
	width: 100%;
	max-width: 80%;
	background: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Real_Estate_Level_1/bg1.png) center center / auto no-repeat;
	background-size: auto;
}

#real_estate_1 .chats {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#real_estate_1 .my-chat-row {
	display: flex;
	flex-direction: row-reverse;
}

#real_estate_1 .chat-row {
	display: flex;
	position: relative;
	align-items: flex-end !important;
	margin: 15px 0px;
	width: 100%;
}

#real_estate_1 .my-chat-2 {
	position: relative;
	width: 55%;
	overflow-wrap: break-word;
	background-color: rgb(252, 79, 2);
	margin-right: 10px;
	font-size: 12px;
	line-height: normal;
	font-weight: 500;
	text-align: left;
	color: rgb(255, 255, 255);
	padding: 15px 10px;
}

#real_estate_1 .client-chat-2 {
	width: 55%;
	overflow-wrap: break-word;
	background-color: #e8eff2;
	margin-left: 10px;
	font-size: 12px;
	line-height: normal;
	font-weight: 500;
	text-align: left;
	position: relative;
	padding: 15px 10px;
}

#real_estate_1 .boxhover4 {
	border-radius: 5px;
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 10%);
	display: flex;
	color: #000000;
	background-color: rgba(255, 255, 255, 0.1);
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 20px;
	border: 2px solid #ffffff00;
	transition: border-color 0.5s ease;
	cursor: pointer;
	width: 100%;
}

#real_estate_1 .btn-outline-primary {
	color: #fc4f02;
	border-color: #fc4f02;
	padding: 14px;
	font-size: 16px;
	min-width: 190px;
	text-align: center;
}

#real_estate_1 .btn-outline-primary:hover {
	color: #fff;
	background-color: #fc4f02;
	border-color: #fc4f02;
	font-size: 16px;
	min-width: 190px;
	text-align: center;
}

#real_estate_1 .hvr-forward:hover,
.hvr-forward:focus,
.hvr-forward:active {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}

#real_estate_1 .faq-item {
	border-bottom: 1px solid #e5e7eb;
}

#real_estate_1 .faq-question {
	width: 100%;
	background: none;
	border: none;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
}

#real_estate_1 .faq-question span {
	text-align: left;
}

#real_estate_1 .faq-answer {
	padding: 0 0 20px 0;
}

#real_estate_1 .arrow-icon {
	width: 18px;
	transition: transform 0.3s ease;
}

#real_estate_1 .faq-question:not(.collapsed) .arrow-icon {
	transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
	#real_estate_1 .main-box {
		flex-direction: column;
		gap: 10px;
	}

	#real_estate_1 .boxhover1 {
		height: auto;
		width: 100%;
		flex-direction: column;
	}

	#real_estate_1 .boxhover2 {
		width: 90%;
		margin: 0 auto;
		flex-direction: column;
	}

	#real_estate_1 .chatContainer1 {
		max-width: 75%;
		margin: 0 auto;
	}

	#real_estate_1 .my-chat-2 {
		width: auto;
	}

	#real_estate_1 .client-chat-2 {
		width: auto;
	}

	#real_estate_1 .mobile-screen-inner {
		width: 100%;
	}

	#real_estate_1 .chat-row {
		margin-left: 15px !important;
	}
}