#Real_Estate_Agent {}

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

#Real_Estate_Agent .line {
	height: 1px;
	opacity: 0.6;
	width: 60px;
	position: relative;
	left: 162px;
	bottom: 42px;
}

#Real_Estate_Agent .tickContent {
	color: #000;
	font-size: 15px;
	display: flex;
	flex-direction: column;
}

#Real_Estate_Agent .tickAlignment {
	display: flex !important;
	align-items: flex-start !important;
	line-height: 1.8 !important;
	margin-bottom: 10px;
}

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

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

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

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

#Real_Estate_Agent .my-chat-2 {
	position: relative;
	width: 40%;
	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_Agent .client-chat-2 {
	width: 40%;
	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_Agent .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_Agent .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_Agent .boxhover1 {
	border-radius: 5px;
	box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
	background: #fff !important;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 30px;
	border: 2px solid #fff;
	transition: border-color 1s ease;
}

#Real_Estate_Agent .boxhover1:hover {
	border: 2px solid #fc4f02;
}

#Real_Estate_Agent .subTitle {
	color: #fc4f02;
	font-weight: bold;
}

#Real_Estate_Agent .subHeading {
	color: #fc4f02;
}

#Real_Estate_Agent .spacingtext {
	height: 167px;
}

#Real_Estate_Agent .mobile-heading {
	display: flex;
	align-items: center;
}

#Real_Estate_Agent .box_heading h5 {
	font-weight: bold;
}

#Real_Estate_Agent .mobile-heading h2 {
	font-size: 95px !important;
	color: rgba(252, 79, 2, 0.3);
	font-weight: bold;
}

#Real_Estate_Agent .mobile-heading h4 {
	font-family: "PTSans-Bold" !important;
	font-size: 28px;
}

#Real_Estate_Agent .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: 380px;
}

#Real_Estate_Agent .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_Agent .message-row.user {
	flex-direction: row-reverse;
}

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

#Real_Estate_Agent .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_Agent .user-3 {
	background-color: #6e44c0 !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_Agent .user-2 {
	background-color: #060042 !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_Agent .user-row {
	flex-direction: row-reverse;
}

#Real_Estate_Agent .bot_3 {
	background-color: #e8eff2 !important;
}

#Real_Estate_Agent .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_Agent .emoji1 {
	position: absolute;
	left: -22%;
	bottom: 40%;
	z-index: 1;
}

#Real_Estate_Agent .emoji2 {
	position: absolute;
	right: -18%;
	bottom: 58%;
	z-index: 1;
}

#Real_Estate_Agent .emoji3 {
	position: absolute;
	right: -22%;
	bottom: 9%;
	z-index: 1;
}

#Real_Estate_Agent .differentiators-cards {
	display: flex;
	gap: 40px;
}

#Real_Estate_Agent .differentiators-cards .boxhover1 {
	width: 50%;
}

#Real_Estate_Agent .boxhover2 {
	border-radius: 5px;
	box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
	background: #fff;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 22px;
	height: auto;
}

#Real_Estate_Agent .boxhover2 ul li::marker {
	color: #fc4f02;
}

@media screen and (max-width: 768px) {
	#Real_Estate_Agent .boxhover1 {
		flex-direction: column;
		padding: 20px;
	}

	#Real_Estate_Agent .emoji1,
	#Real_Estate_Agent .emoji2,
	#Real_Estate_Agent .emoji3 {
		display: none;
	}

	#Real_Estate_Agent .mobile-heading {
		flex-direction: column;
		align-items: flex-start;
	}

	#Real_Estate_Agent .spacingtext {
		height: auto !important;
	}

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

	#Real_Estate_Agent .differentiators-cards {
		flex-direction: column;
		gap: 0px;
	}

	#Real_Estate_Agent .differentiators-cards .boxhover1 {
		width: 100%;
	}

	#Real_Estate_Agent .direction {
		flex-direction: column-reverse;
	}

	#Real_Estate_Agent .bot::before {
		bottom: -10%;
	}
}