.Wid {
	width: 100%;
}

.Wid2 {
	width: 50%;
	float: left;
}

ol,
ul {
	padding-left: 0rem;
}

.center {
	text-align: center;
}

.rounded-3 {
	transition: border-color 1s ease;
}

.pr2 {
	padding: 0px 115px 0px 180px;
}

.left {
	text-align: left;
}

.title {
	font-family: "Roboto Slab" !important;
	font-size: 40px;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 0.5rem !important;
}

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

.scrollBlock {
	color: #000;
	position: relative;
	top: 7px !important;
	left: -8%;
}

.scrollBlock img {
	top: 8px;
	position: relative;
	left: -5px;
}



.connectBtn {
	border: 1px solid #fc4f02;
	width: auto;
	padding: 10px 40px;
	font-size: 16px;
	color: #000;
	margin: 20px 0;
	text-decoration: none;
	text-align: left;
	position: relative;
	left: -20px;
}

.connectBtn1:hover,
.connectBtn:hover {
	background-color: #fc4f02;
	margin-left: 5px;
	transition: 0.3s;
	color: #fff;
}

.img-responsive {
	max-width: 100%;
	height: auto;
}

img {
	border: medium none;
	vertical-align: middle;
	outline: medium none;
}

.slider {
	display: flex;
	transition: transform 0.8s ease-in-out;
}

.slide {
	flex: 0 0 100%;
	display: flex;
	float: left !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: flex-end;
	margin-top: -20px;
}

ul {
	padding-left: 20px;
}

ul li {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.6;
}

.cards-heading {
	line-height: normal;
	font-family: "PTSans-Bold" !important;
}

.orangeclr {
	color: #fc4f02;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	display: block;
	line-height: 50px;
}

.dyk-left__content,
.dyk-right__content {
	color: #fff;
}


.slide-image {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

.boxhover3 {
	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: 30px;
	border: 2px solid #ffffff00;
	transition: border-color 0.5s ease;
	cursor: pointer;
	width: 100%;
	height: 140px;
}

.card,
.boxborder {
	border: 2px solid transparent;
}

.boxhover3:hover,
.card:hover {
	border: 2px solid #FC4F02;
}

.boxborder:hover {
	border: 2px solid #fff;
}

.boxborder {
	background-color: rgba(255, 255, 255, 0.1);
}

.btn-mess-2 {
	background-color: #FC4F02;
	color: #fff;
	border: 1px solid #FC4F02;
}

.btn-mess-1 {
	background-color: transparent;
	color: #FC4F02;
	border: 1px solid #FC4F02;
}





.scroll-box {
	overflow: auto;
	/* Enable scrolling */
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.scroll-box::-webkit-scrollbar {
	display: none;
	/* For Chrome, Safari, and Opera */
}


.mobile-screen {
	display: flex !important;
	align-items: center;
	position: relative;
	flex-direction: column;
}

.mobils-main {
	display: flex;
}

.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 !important;
	padding: 15px 15px 15px 15px;
	display: flex;
	flex-direction: column;
	background-color: #f9f9f9;
	gap: 20px;
	z-index: 1;
	scrollbar-width: none;
	overflow-x: hidden;
}

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

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

.user-2::after {
	content: url(https://rybo.ai/wp-content/themes/Rybo/images/atc//Rybo_Webpage_Automobile_Commercial_Vehicle_Services_Dealer/tringle-icon.png);
	position: absolute;
	right: 0px;
	margin-top: 12px;
}

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

.message.user {
	background: #060042 !important;
	color: #fff;
	max-width: 270px;
}

.message.user-4::before {
	content: url(https://rybo.ai/wp-content/themes/Rybo/images/atc//Rybo_Webpage_Automobile_Commercial_Vehicle_Services_Dealer/tringle-icon-2.png);
	position: absolute;
	left: 0px;
	bottom: -16px;
}

.screen-footer {
	background: #f1f1f1;
	border-top: 1px solid #ddd;
	display: flex;
	gap: 10px;
	align-items: center;
}

.mobile-content {
	width: 100%;
	float: left;
	padding: 52px 28px 22px 0;
}

.mobile-content h4 {
	color: #FC4F02;
	font-size: 22px;
	font-weight: bold;
}

.mobile-content ul li::marker {
	color: #FC4F02;
	font-size: 20px;
}


.mobile-screen-inner-2 {
	border: 18px solid #000000;
	overflow: hidden;
	/* background: #000; */
	border-radius: 50px;
	width: 380px;
	height: 650px;
}

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

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

.message.user-4 {
	background: #E8EFF2 !important;
	color: #000000;
	border-radius: 0px !important;
}

.message.user-3,
.mobile-screen-inner-3 .message.user-3 {
	background: #DCF7C5 !important;
	color: #000000;
}

.mobile-screen-inner-3 .message {
	background-color: #fafafa !important;
}

.mobils-main {
	display: flex;
}

.chatbox-x {
	display: flex !important;
	align-items: center;
	position: relative;
}

.chatbox1,
.chatbox2 {
	border: 15px solid #000;
	border-width: 15px 12px;
	width: 62%;
	border-radius: 30px;
	box-shadow: 0px 0px 32px 0px rgb(0 0 0 / 10%);
}

.chatbox1 {
	width: 64%;
	border-radius: 10px;
	box-shadow: 0px 0px 32px 0px rgb(0 0 0 / 10%);
	position: relative;
	top: -1px;
}

.chat-block2 {
	float: left;
	margin: 5px 40px 5px 5px;
	position: relative;
	list-style: inside;
}


.chat2 {
	padding: 10px;
	font-size: 12px;
	line-height: normal;
	background-color: #d9d9d9;
	color: #000;
	width: 209px;
}

.chat-block1 {
	float: right;
	margin: 5px 5px 5px 40px;
	position: relative;
}

.chat1 {
	padding: 10px;
	font-size: 12px;
	line-height: normal;
	background-color: #060042;
	color: #fff;
	width: 200px;
}

.web-bottom {
	position: relative;
	top: -13px;
	border-radius: 0px 0px 10px 10px;
	width: 92%;
	left: 10px;
}



.chat-block8 {
	float: left;
	margin: 5px 30px 5px 0px;
}



.chat8 {
	padding: 10px;
	font-size: 12px;
	background-color: #f1f1f1;
	color: #000;
	line-height: normal;
	border-radius: 10px;
	display: flex;
	align-items: center;
	position: relative;
	width: 217px;
}

.chat-block7 {
	float: right;
	margin: 5px 0px 5px 30px;
}

.chat7 {
	padding: 10px;
	font-size: 12px;
	background-color: #5b5fc7;
	color: #fff;
	line-height: normal;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 201px;
}

.web-bottom {
	position: relative;
	top: -13px;
	border-radius: 0px 0px 10px 10px;
	width: 92%;
	left: 10px;
}

.card {
	font-family: Roboto Slab;
}


.price-card {
	border: 2px solid #ff5e00;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	background: #fff;
	max-width: 320px;
	margin: 40px auto;
}

.custom-tabs {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 20px;
	border: 2px solid #888;
	border-radius: 20px;

}

.custom-tab {
	border: none;
	background: #eee;
	padding: 6px 14px;
	border-radius: 20px;
	cursor: pointer;
	font-weight: 500;
	transition: 0.3s;
}

.custom-tab.active {
	background-color: #ff5e00;
	color: white;
}

.price {
	font-size: 32px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;

}

.price-box {
	gap: 16px;
}

.price-left {
	font-size: 32px;
	font-weight: bold;
}

.price-left .dollar {
	font-size: 24px;
	vertical-align: top;
}

.price-left sup {
	font-size: 16px;
	top: -0.5em;
	position: relative;
}

.divider {
	width: 1px;
	height: 40px;
	background-color: #aaa;
}

.price-right {
	color: #888;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
}

.feature-list {
	padding-left: 0;
	list-style: none;
}

.feature-list li::before {
	content: "●";
	color: #ff5e00;
	display: inline-block;
	width: 1em;
	margin-right: 5px;
}


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

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

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

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

.emoji {
	position: absolute;
	right: 54px;
	z-index: 1000;
	bottom: 60%;
}

.emoji-2 {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 71%;
	top: 12%;
	z-index: 1000;
}

.waicon {
	width: 115px;
	height: 111px;
	position: absolute;
	left: 72%;
	top: 22%;
	z-index: 1000;
}


.msg {
	width: 117px;
	height: 118px;
	position: absolute;
	left: 3%;
	top: 4%;
	z-index: 1000;
}

.smiley2 {
	position: absolute;
	left: 73%;
	top: 41%;
	z-index: 1000;
}

.smiley1 {
	width: 107px;
	height: 110px;
	position: absolute;
	left: 72%;
	z-index: 1000;
	top: 41%;
}

.like {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 12%;
	top: 26%;
	z-index: 1000;
}

.sign {
	position: absolute;
	left: 72%;
	top: 39%;
	z-index: 1000;
}

.sign2 {
	position: absolute;
	left: 7%;
	top: 22%;
	z-index: 1000;
}

.okkh {
	position: absolute;
	left: 10%;
	top: 13%;
	z-index: 1000;
}

.web-bottom1 {
	bottom: -145px;
	position: absolute;

	left: 6%;
}

.floatBottom {
	bottom: -84px;
	position: absolute;
	left: 6%;
}

.web-bottom3 {
	bottom: -82px;
	position: absolute;

	left: 6%;
}

.web-bottom4 {
	bottom: -87px;
	position: absolute;

	left: 6%;
}

.web-bottom7 {
	position: relative;
	top: 182px;
	left: 2%;

	width: 387px;
}

.web-bottom6 {
	position: relative;
	top: -12px;
	left: 2%;

	width: 387px;
}


.web-bottom2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-radius: 0 0 33px 33px;
	z-index: 10;
}


.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;
	font-weight: bold;
}

.web-top2 {
	max-width: 393px;
	border-radius: 40px 40px 0px 0px;
	position: absolute;
	left: -2%;
}

.chat-block3 {
	float: right;
	margin: 5px 5px 5px 40px;
	position: relative;
}

.wabotom {
	position: absolute;
	bottom: -18%;
	width: 94%
}

.mobile-screen {
	display: flex !important;
	align-items: center;
	position: relative;
	flex-direction: column;
}

.mobile-screen-inner {
	width: 400px;
	height: 600px;
	background: #fff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 30px rgb(0 0 0 / 15%);
	position: relative;
}

.chat-area {
	flex: 1;
	overflow-y: auto;
	padding: 15px;
	background: #f9f9f9;
	display: flex;
	flex-direction: column;
	gap: 20px;
	overflow-y: scroll;
	overflow-x: hidden;
}

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

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

.message {
	background: #E7EBF1;
	padding: 10px 15px;
	border-radius: 3px;
	max-width: 75%;
	word-wrap: break-word;
	font-size: 12px;
}

.message.user {
	background: #060042;
	color: #fff;
}

.message.user-2 {
	background: #FC4F02;
	color: #fff;
	position: relative;
}

.message.user-3 {
	background: #DCF7C5;
	color: #000000;
}

.screen-footer {
	padding: 10px;

	border-top: 1px solid #ddd;
	display: flex;
	gap: 10px;
	align-items: center;
}

.mobile-screen-inner-2 {
	border: 18px solid #000000;
	overflow: hidden;
	/* background: #000; */
	border-radius: 60px;
	width: 380px;
	height: 650px;
}

.omni-box {
	border: 2px solid #ff6a00;
	border-radius: 15px;
	padding: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}


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

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

.left {
	text-align: left;
}

.ExploreBtn2 {
	min-width: 150px !important;
	max-width: 150px !important;
}

.ExploreBtn2:hover {
	min-width: 150px !important;
	max-width: 150px !important;
}

.web-bottom9 {
	position: absolute;
	bottom: -17%;
	left: 0%;
	width: 99%;
}


.phone-frame3 {
	position: absolute;
	top: -2%;
	left: 30.9%;
	transform: translateX(-37%);
	width: 262px;


}

.phone-img {
	width: 100%;
	display: block;
	height: 540px;
	border-radius: 44px;
}

.chat-screen {
	position: absolute;
	top: 7.5%;
	left: 7.5%;
	width: 85%;
	background-color: white;
	border-radius: 30px;
	padding-top: 40px;
	box-sizing: border-box;
	height: 77%;
}

.chat-header {
	position: absolute;
	top: -47px;
	left: -25px;


}

.chat-body {
	height: 100%;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 10px;
	scrollbar-width: none;
}

.chat-bubble.user {
	background-color: #FC4F02;
	color: #fff;
	align-self: flex-end;
}

.chat-bubble.agent {
	background-color: #E8EFF2;
	color: #111;
	align-self: flex-start;
	border-radius: 18px 18px 18px 0px;
	width: 70%;
}

.chat-bubble {
	max-width: 80%;
	padding: 10px 14px;
	border-radius: 18px;
	font-size: 12px;
	line-height: 1.4;
	word-wrap: break-word;
}

.chat-bottom {
	position: absolute;
	bottom: -11%;
	width: 100%;
}



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

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

	.p-5,
	.pb-5,
	.pt-5 {
		padding: 1rem !important;
	}

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

	.boxhover1 {
		display: block;
	}

	.emoji,
	.msg,
	.like,
	.smiley1,
	.emoji3,
	.emoji-2,
	.smiley2,
	.sign,
	.sign2,
	.waicon,
	.okkh {
		display: none;
	}

	.img2 {
		flex: none;
		width: 100%;
		place-items: center;
	}

	.mobile-screen-inner {
		width: 100%;
		top: 0px;
		box-shadow: 0px 0px 52px 0px rgb(0 0 0 / 10%);
		position: relative;
		width: 340px;
	}

	.p-5 {
		padding: 1rem !important;
	}

	.pb {
		padding-bottom: 20px;
	}

	.boxhover3 {
		height: auto;
	}

	.mobile-content {
		width: 100%;
	}


	.accordion-button {
		font-family: 'PTSans-Bold';
		font-size: 20px;
		color: #000 !important;
		padding: 15px 25px !important;
	}



	.mobils-main {
		gap: 20px;
	}

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

	.mobile-hide {
		display: none !important;
	}

	.custom-tab {
		padding: 5px 10px;
	}

	.price-card {
		margin: 40px -10px;
		width: 250px;
	}

	.phone-frame3 {
		position: relative;
		margin: 0 auto;

	}

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

@media (min-width: 0px) and (max-width: 768px) {


	.p20 {
		padding: 10px;
		display: block;
	}

	.pl {
		padding: 10px 0px;
	}

	.pl2 {
		padding: 10px 10px 10px 10px;
	}

	.pr {
		padding: 10px 0px;
	}

	.pr2 {
		padding: 0px;
	}

	.p30 {
		padding: 0px;
		display: block;
	}

	.block33 {
		width: 100%;
		float: left;
	}


	.mobile-screen-inner {
		width: 100%;
		top: 0px;
		position: relative;
		margin-top: 20px;
	}

	.mobile-screen {
		align-items: center;
	}

	.container {
		padding: 10px !important;
	}

	.web-bottom {
		width: 90%;
		left: 10px;
	}
}


@media (max-width: 1025px) {
	.hero-section h1 {
		width: 100% !important;
		font-size: 30px;
		margin: 50px 0 0 0 !important;
	}
}

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


	.mobils-main {
		flex-direction: column;
		display: flex;
		align-items: stretch;
	}

}