.line {
	height: 1px;
	opacity: 0.6;
	width: 60px;
	position: relative;
	left: 162px;
	bottom: 42px;
}
.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;
	width: 48%;
	height: 220px;
}
.main-box {
	display: flex;
	gap: 40px;
	width: 100%;
}
.boxhover2:hover,
.boxhover3:hover,
.boxhover4:hover,
.boxhover5:hover,
.boxhover:hover,
.boxhover6:hover {
	border: 2px solid #fc4f02;
}
.dothover ul li::marker {
	color: #fc4f02;
	font-size: 20px;
}

.chat-container {
	max-width: 600px;
	margin: 50px auto;
	padding: 20px;
}

.chat-row {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
	gap: 5px;
}

.chat-row.bot {
	justify-content: flex-start;
}

.chat-row.user {
	justify-content: flex-end;
}

.bot-msg,
.user-msg,
.bot-msg-2,
.user-msg-2 {
	max-width: 55%;
	padding: 12px 16px;
	border-radius: 18px;
	font-size: 12px !important;
}

.bot-msg {
	background-color: #ff5c00;
	color: white;
}

.user-msg {
	background-color: #0d0b52;
	color: white;
}
a.track-link {
	color: white;
	text-decoration: none;
}

a.track-link:hover {
	color: #e5e5e5;
}

.user-msg-2 {
	background-color: #dcf7c5;
	color: #000;
}

.bot-msg-2 {
	background-color: #fafafa;
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 10%);
	color: #000;
}

.mobile-heading {
	display: flex;
	align-items: center;
}
.mobile-heading h2 {
	font-size: 95px !important;
	color: rgba(252, 79, 2, 0.3);
	font-weight: bold;
}
.mobile-heading h4 {
	font-family: "PTSans-Bold" !important;
	font-size: 28px;
}
.mobils-main {
	display: flex;
}

.mobile-screen {
	display: flex !important
;
	align-items: center;
	position: relative;
	flex-direction: column;
}
.mobile-screen-inner {
	width: 100%;
	height: 650px;
	background: #fff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative;
}
.chat-area {
	flex: 1;
	overflow-y: auto;
	scrollbar-width: none;
	padding: 15px 15px 15px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 15px;
	overflow-y: hidden;
}
.message-row.user {
	flex-direction: row-reverse;
}

.message-row {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
}
.message.user {
	background: #060042 !important;
	color: #fff;
	max-width: 250px;
}
.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;
}
.mobile-screen-inner-2 {
	border: 18px solid #000000;
	overflow: hidden;
	background: #000;
	border-radius: 50px;
	width: 380px;
	height: 650px;
}
.chat-area-1 {
	flex: 1;
	overflow-y: scroll;
	padding: 15px 15px 15px 15px;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	gap: 20px;
	scrollbar-width: none;
}

.user-1 {
	background-color: #dcf7c5 !important;
}

.mobile-content-1 {
	width: 100%;
	float: left;
	padding: 52px 28px 22px 0;
	height: 280px;
}
.mobile-content-2 {
	width: 100%;
	float: left;
	padding: 15px 0 22px 15px;
}

.mobile-content-1 h4,
.mobile-content-2 h4 {
	color: #fc4f02;
	font-size: 22px;
	font-weight: bold;
}
.waitIcon {
	margin: 0 auto;
}
.emoji1 {
	position: absolute;
	right: 7%;
	top: 14%;
	z-index: 1;
}
.emoji2 {
	top: 40%;
	position: absolute;
	left: 5%;
	z-index: 1;
}
.emoji3 {
	position: absolute;
	right: 5%;
	top: 36%;
	z-index: 1;
}
.message_container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}
.message_container_start {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.message_box {
	width: 70%;
	display: flex;
}
.message_icon {
	padding: 8px 14px;
	background-color: #efeeff;
}
.message_content {
	background-color: #efeff0;
	padding: 10px 10px;
}

.message_title {
	display: flex;
	justify-content: space-between;
}

.message_title span {
	font-weight: bold;
	font-size: 18px;
}
.message_title a {
	color: black !important;
	text-decoration: none;
	font-size: 18px;
}

.message_about {
	font-size: 12px !important ;
}

.mobile-screen-inner-3 {
	overflow: hidden;
	border-radius: 50px;
	height: 650px;
}

.message_2 {
	background: #e8eff2 !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;
	color: #3e3e3e !important;
}

.user-2 {
	background: #fc4f02 !important;
	color: #fff !important;
}

.userSpan {
	content: "";
	position: absolute;
	border: 10px solid transparent;
	right: 0px;
	border-right-color: #fc4f02;
	bottom: -8%;
	transform: rotate(0deg);
}

.agentSpan {
	content: "";
	position: absolute;
	border: 10px solid transparent;
	left: 0px;
	border-right-color: #e8eff2;
	bottom: -16%;
	transform: rotate(180deg);
}
.emoji4 {
	position: absolute;
	left: 5%;
	top: 14%;
	z-index: 1;
}

.emoji5 {
	position: absolute;
	right: 5%;
	top: 40%;
	z-index: 1;
}

.message-row_2 {
	display: flex;
	align-items: flex-end;
	gap: 10px;
	position: relative;
}
.boxhover3 {
	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: 150px;
}

.boxhover4 {
	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: 120px;
}
.boxhover5 {
	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: 255px;
}
.boxhover {
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 10%);
	border: 2px solid #ffff;
	transition: border-color 1s ease;
	height: 250px;
	cursor: pointer;
	margin: 20px 0px !important;
	margin-right: 20px !important;
}
.boxhover .title {
	font-size: 35px;
	font-weight: bold;
	color: #fc4f02;
}

.boxhover .source {
	color: #fc4f02;
	font-weight: bold;
}

.boxhover6 {
	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: 150px;
}
.boxhover1 {
	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);
	align-items: flex-start;
	padding: 30px;
	border: 2px solid #ffffff00;
	transition: border-color 0.5s ease;
	cursor: pointer;
}
.connectBtn {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 14px;
	font-size: 16px;
	min-width: 190px;
	border-radius: 5px;
	width: fit-content;
	color: #000;
	margin: 20px 0;
	text-decoration: none;
	text-align: left;
}

.hvr-forward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.connectBtn {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 14px;
	font-size: 16px;
	min-width: 190px;
	border-radius: 5px;
	width: fit-content;
	color: #000;
	margin: 20px 0;
	text-decoration: none;
	text-align: left;
}

.btn-outline-primary:hover {
	color: #fff !important;
	background-color: #fc4f02;
	border-color: #fc4f02;
}
.screen-footer_1 {
	background: #f6f6f6;
	display: flex;
	justify-content: center;
}
.screen-footer {
	background: #ffff;
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.boxhover2,
	.boxhover3,
	.boxhover4,
	.boxhover5,
	.boxhover6,
	.boxhover {
		height: auto;
		width: 100%;
		flex-direction: column;
	}

	.main-box {
		flex-direction: column;
		gap: 10px;
	}
	.mobile-heading {
		flex-direction: column;
		align-items: flex-start;
	}
	.mobile-screen,
	.mobile-screen-inner-2 {
		width: 100%;
	}

	.mobile-screen-inner-3 {
		width: 100%;
		height: auto;
	}
	.mobile-content-1 {
		height: auto;
		padding: 0px 0px;
	}
	.mobile-content-2 {
		padding: 20px 0px;
	}
	.chat-container {
		margin: 0px auto;
		padding: 0px;
	}
	.column_Class {
		flex-direction: column-reverse;
	}
}
