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

.main-box2 {
	justify-content: center;
}

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

.card-1 .flex-card {
	display: flex;
	gap: 40px;
}

.card-1 .flex-card .boxhover {
	width: 48%;
}

.card-1 .boxhover {
	border-radius: 5px;
	box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 30px;
	border: 2px solid transparent;
	transition: border-color 1s ease;
	height: 160px;
}

.card-1 .boxhover:hover {
	border: 2px solid #fff;
}

.accordion .accordion-body {
	font-family: 'Roboto-Regular';
	padding: 0 90px 40px;
	background: transparent !important;
	border-top: none;
	border-radius: 0 0 10px 10px;
	font-size: 16px;
	transition: 0.2s ease-in;
}

.accordion .accordion-button:not(.collapsed) {
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	box-shadow: none;
	background: rgba(255, 255, 255, 0.1) !important;
	color: #fff !important;


}

.accordion .accordion-button {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 500;
	background: transparent !important;
	/* box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%); */
	color: #fff !important;
}


.accordion-item .show {
	background: rgba(255, 255, 255, 0.1) !important;
	color: #fff !important;
	box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%) !important;
	box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
	background: rgba(255, 255, 255, 0.1);
}

.accordion-item {
	color: #fff !important;
	margin-bottom: 5px;
	background-color: #060042;
	background: transparent !important;
}

.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(-180deg);
	color: #fff;
}




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

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

.left-content h5 {
	font-size: 30px;
	margin-bottom: 20px;
}

.mobils-main {
	display: flex;
}

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

.mobile-screen-inner2 {
	width: 450px;
	height: 700px;
	background: #fff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 30px rgb(0 0 0 / 15%);
	position: relative;
	border: none;
	border-radius: 0;
}

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

.scrollBlock2 {
	position: absolute;
	top: 388px;
	left: 65px;
}

.chat-area-1 {
	flex: 1;
	/* overflow-y: scroll !important; */
	padding: 15px 0px 15px 0px;
	display: flex;
	flex-direction: column;
	background-color: #f9f9f9;
	gap: 30px;
	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_Call_Centres/bg.png);
	overflow-y: hidden !important;
	height: 90%;
	position: relative;
}

.screen-footer_1,
.screen-footer_3 {
	position: absolute;
	z-index: 1;
	bottom: 10%;
	/* right: 6%;
	left: 6%; */
}

.screen-footer-2 {
	position: absolute;
	z-index: 1;
	bottom: 2%;
	right: 3%;
	left: 4%;
}

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

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

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



.message {
	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: #000;

}

.user-2::after {
	content: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Call_Centres/leftVec.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_Call_Centres/rightVec.png);
	position: absolute;
	z-index: 1;
	left: 0px;
	bottom: -16px;
}

.smilyIcon {
	position: absolute;
	z-index: 100;
	right: 8%;
	top: 55%;
}

.msges {
	position: absolute;
	z-index: 100;
	left: -2%;
	bottom: 70%;
}



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

.tickContent {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 800px;
	margin: 0 auto;
	padding: 15px 0px;
}

.tickItem {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.tickItem img {
	width: 25px;
	margin-top: 7px;
}

.tickItem p {
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	margin: 0;
}

.tickItem strong {
	font-weight: 700;
}


.cards-heading {
	font-family: ptsans-bold !important;
	margin-left: 10px;
}

.acord-nrmltxt {
	color: #fff;
}


.boxhover6:hover,
.boxHover4:hover,
.boxhover2:hover,
.boxhover3:hover,
.boxhover1:hover {
	border: 2px solid #fc4f02;
}

.boxhover6 {
	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: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 20px;
	border: 2px solid #ffffff00;
	transition: border-color 0.5s ease;
	cursor: pointer;
	width: 100%;
	height: 170px;
}

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

	justify-content: flex-start;
	align-items: flex-start;
	padding: 20px;
	border: 2px solid #ffffff00;
	transition: border-color 0.5s ease;
	cursor: pointer;
	width: 100%;
}

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


.boxhover h2 {
	color: #fff;
	margin: 0;
	font-size: 50px;
	font-weight: bold;
}

.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: 40px 30px;
	border: 2px solid #ffffff00;
	transition: border-color 0.5s ease;
	cursor: pointer;
}

.boxhover1 img {
	width: 40px;
}

.direction {
	display: flex;
	align-items: center;
}

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


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

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

	.chat-area-1 {
		gap: 10px;
		padding-bottom: 103px;
		/* overflow-y: scroll !important; */
	}

	.card-1 .flex-card .boxhover {
		width: auto;
		height: auto;
	}

	.card-1 .flex-card {
		flex-direction: column;
		gap: 0;
	}

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

	.mobile-screen-inner,
	.mobile-screen-inner2 {
		width: 100%;
		height: 600px;
		margin-bottom: 23px;
	}

	.screen-footer-2 {
		position: absolute;
		bottom: 3%;
		right: 5%;
		left: 2%;
	}

	.screen-footer_3 {
		bottom: 8%;
		/* left: -1%; */
		/* right: -1%; */
		background-color: #fff;
		display: flex;
		justify-content: center;
		width: 88%;
		border-radius: 0px 0px 20px 20px;
	}

	.bottom-img {
		padding: 14px 2px;
	}

	.screen-footer_1 {
		bottom: 8%;
		/* left: -1%; */
		/* right: -1%; */
		background-color: #fff;
		display: flex;
		justify-content: center;
		width: 86%;
		border-radius: 0px 0px 20px 20px;
	}




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

	.boxhover1 {
		display: block;

	}

	.direction {
		flex-direction: column-reverse;
		display: flex;
	}


	.boxHover4 {
		display: block;
		width: 100%;
	}

	.boxhover1 {
		flex-direction: column;
		width: 100%;
		margin: 20px auto;
	}

	.main-box2 {
		flex-direction: column;
	}

	.boxhover5 {
		width: 100%;
		height: 300px;
	}

	.boxhover {
		height: auto;
		width: 100%;
		padding: 15px;
	}

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

	.items1 {
		order: 1;
	}

	.mobile-heading h4 {
		padding: 10px 0px;
	}

}

@media screen and (max-width: 768px) {}