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

.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: 200px;
}

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

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

.mobile-heading h4 {
	font-family: "PTSans-Bold" !important;
	font-size: 25px;
	color: #fc4f02;
}

.mobils-main {
	display: flex;
}

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

.mobile-screen-inner {
	border: 18px solid #000000;
	overflow: hidden;
	background: #fff;
	border-radius: 50px;
	width: 350px;
	height: 650px;
}

.chat-area-1 {
	flex: 1;
	overflow-y: scroll !important;
	padding: 15px 0px 15px 0px;
	display: flex;
	flex-direction: column;
	background-color: #f9f9f9;
	gap: 20px;
	height: 90%;
	position: relative;
}

.chat-area-2 {
	flex: 1;
	overflow-y: scroll !important;
	padding: 15px 0px 15px 0px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	background: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Travel_Hospitality/bg.png);
	overflow-y: hidden !important;
	height: 90%;
	position: relative;
}

.screen-footer_1 {
	position: absolute;
	z-index: 1;
	bottom: 5%;
}

.screen-footer_2 {
	position: absolute;
	z-index: 1;
	bottom: 0%;
}

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

.message-row {
	display: flex;
	align-items: flex-end;
	gap: 10px;
	position: relative;
	margin: 0px 10px;
}

.message.user-2 {
	background: #fc4f02 !important;
	color: #fff;
	border-radius: 0px !important;
}

.message .user-5 {
	background: #dcf7c5 !important;
	color: #000;
}

.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;
}

.user-2::after {
	content: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Travel_Hospitality/rightVec.png);
	position: absolute;
	z-index: 1;
	right: 0px;
	margin-top: 20px;
}

.message.user-4::before {
	content: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Travel_Hospitality/leftVec.png);
	position: absolute;
	z-index: 1;
	left: 0px;
	bottom: -16px;
}

.smilyIcon {
	position: absolute;
	z-index: 1;
	right: 17%;
	top: 29%;
}

.tickIcon {
	position: absolute;
	z-index: 1;
	left: -4%;
	bottom: 35%;
}

.thumbicon1 {
	position: absolute;
	z-index: 1;
	right: 22%;
	bottom: 19%;
}

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

.tickContent span img {
	margin-right: 10px;
}

.tickContent span {
	display: flex;
	align-items: center;
}

.tickAlignment {
	display: flex !important;
	align-items: flex-start !important;
	line-height: 1.8 !important;
}

.icon11 {
	position: absolute;
	z-index: 1;
	left: -5%;
	bottom: 18%;
}

.icon12 {
	position: absolute;
	z-index: 1;
	right: 18%;
	bottom: 26%;
}

.icon13 {
	position: absolute;
	z-index: 1;
	right: 22%;
	top: 27%;
}

.icon10 {
	position: absolute;
	z-index: 1;
	left: -4%;
	top: 32%;
	z-index: 1;
}

.cards-heading {
	font-family: ptsans-bold !important;
}

.acccord-tab2 {
	margin-bottom: 15px;
	border-radius: 8px;
	overflow: hidden;
	transition: background 0.3s, border 0.3s;
	border: 1px solid transparent;
}

.acccord-tab2:has(.acccord-toggle2:checked) {
	border: 1px solid #fff;
}

.acccord-tab2>.acccord-toggle2 {
	position: absolute;
	z-index: 1;
	display: none;
}

.acccord-tab2>.acccord-toggle2:checked~label,
.acccord-tab2>.acccord-toggle2:checked~.acccord-content2 {
	border: none;
}

.acccord-tab2>.acccord-toggle2:checked~* {
	border: none;
}

.acccord-tab2>.acccord-toggle2:checked~* {
	background-color: rgba(255, 255, 255, 0.1);
}

.acccord-tab2>label {
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
	padding: 25px 30px;
	cursor: pointer;
	position: relative;
	transition: background 0.3s;
	border: none;
}

.accordion-header {
	display: flex;
	align-items: center;
	gap: 16px;
	word-break: break-word;
	padding-right: 13px;
}

.acccord-tab2>.acccord-toggle2:checked+label::after {
	transform: translateY(-50%) rotate(180deg);
}

.acccord-tab2>.acccord-toggle2:checked~label:after {
	transform: rotate(0deg);
}

.acccord-tab2>label:after {
	content: "\f078";
	position: absolute;
	z-index: 1;
	top: 25px;
	right: -12px;
	font-family: fontawesome;
	transform: rotate(180deg);
	transition: transform 0.15s;
	margin-right: 25px;
}

.acccord-tab2>.acccord-toggle2:checked+label+.acccord-content2 {
	max-height: 500px;
	padding: 20px 70px;
	padding-top: 0 !important;
}

.acccord-tab2>.acccord-toggle2:checked~label,
.acccord-tab2>.acccord-toggle2:checked~.acccord-content2 {
	border: none;
}

.acccord-tab2>.acccord-toggle2:checked~* {
	border: none;
}

.acccord-tab2>.acccord-toggle2:checked~* {
	background-color: rgba(225, 225, 225, 0.1);
}

.acccord-tab2>.acccord-content2 {
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
	padding: 0 30px;
	background: transparent;
}

.acord-nrmltxt {
	color: #fff;
}

.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: 160px;
}

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

.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%;
}

.trial {
	display: flex;
	align-items: flex-start;
	gap: 25px;
	margin-top: 10px;
}

.trial h4 {
	font-size: 20px !important;
	font-family: "PTSans-Bold" !important;
	padding-bottom: 8px;
}

@media screen and (max-width: 768px) {
	.mobils-main {
		flex-direction: column;
		align-items: center;
	}

	.smilyIcon,
	.thumbicon1,
	.tickIcon,
	.icon10,
	.icon11,
	.icon12,
	.icon13 {
		display: none;
	}

	.main-box {
		flex-direction: column;
		gap: 10px;
	}

	.boxhover2,
	.boxhover3 {
		height: auto;
		width: 100%;
		flex-direction: column;
	}

	.mobile-screen-inner {
		width: 95%;
		height: 500px;
	}

	.screen-footer_1 {
		bottom: 9%;
	}

	.screen-footer_2 {
		bottom: 2%;
	}

	.tickContent {
		line-height: 1.8;
		margin-bottom: 19px;
	}

	.tickContent span {
		align-items: flex-start;
	}

	.tickContent span img {
		margin-top: 5px;
	}

	.acccord-tab2>label {
		padding: 25px 15px;
	}

	.accordion-header- {
		padding: 0px 20px;
	}

	.acccord-tab2>.acccord-toggle2:checked+label+.acccord-content2 {
		padding-right: 5px;
	}

	.mobile-screen {
		display: flex;
		justify-content: center;
	}
}