body {
	color: #000 !important;
}

.pl {
	padding: 20px 20px 20px 0px;
}

.pr {
	padding: 20px 0px 20px 20px;
}

.pub {
	padding: 20px 0px;
}

.gap {
	height: 10px;
	width: 100%;
}

.line {
	width: 70px;
	height: 6px;
	background: #FC4F02;
	margin: 0 50%;
	margin-top: 20px;
	display: block;
	border-radius: 3px;
}

.anim {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.anim:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	background: white;
	animation: animate 2s linear infinite;
}

@keyframes animate {
	0% {
		left: 0;
	}

	50% {
		left: 100%;
	}

	0% {
		left: 0;
	}
}

.blue-text h4 {
	font-size: 25px !important;
	color: #FC4F02 !important;
	font-family: 'Poppins-Bold';
	text-align: center;
	line-height: normal;
}

.tabs {
	padding: 10px;
	display: flex;
	justify-content: center;
	gap: 70px;
	border: 2px solid #FC4F02;
	padding: 7px 0px;
	width: 50%;
	margin: 0 auto;
	border-radius: 50px;
}

.tabs .active {
	background-color: #FC4F02;
	color: #fff;
	border-radius: 70px;
}

.tab {
	padding: 15px 20px;
	border: none;
	cursor: pointer;
	font-weight: bold;
	border-radius: 25px;
	background-color: #fff;
	transition: all 0.3s;
	font-family: 'Poppins-Regular';
}

.content {
	display: none;
}

.content>.show {
	display: block;
}

.imageBg {
	display: block;
	margin: 20px auto;
}

.features-container {
	padding: 10px 22px;
	border-radius: 20px;
	max-width: 1160px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.features-container2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.columnn {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.feature-item {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #000;
	font-weight: 600;
}

.feature-item2 {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #000;
}

.ul-type li {
	list-style: inside;
}

.tick-icon {
	width: 20px;
	height: 20px;
	background-image: url("https://www.streebo.com/wp-content/themes/streebo/images/atc/Webpage_Generative_AI_Chatbot_Logistics_Delivery/tick.png");
	background-size: contain;
	background-repeat: no-repeat;
	flex-shrink: 0;
}


.boxhover {
	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: column;
	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: 240px;
}

.boxhover img {
	height: 55px;
	margin-bottom: 15px;
}

.boxhover2 {
	padding: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 2px solid #fff;
	border-radius: 18px;
	box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 5%);
	transition: all 1s ease-out;
	height: 300px;
	text-align: center;
}

.boxhover2:hover,
.boxhover:hover {
	border: 2px solid #FC4F02;
}

.chat-box {
	flex: 1;
	min-width: 320px;
	max-width: 400px;
}


.chatSection2 {
	height: 380px;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: none;
}

.chat-block2 {
	margin: 5px 35px;
	width: 70%;
	float: right;
	display: flex;
	align-items: flex-start;
	position: relative;
}

.icons {
	height: 50px;
}

.chatContainerImg {
	width: 100%;
}

.chatsImg2 {
	position: absolute;
	top: 7%;
	left: 10%;
	width: 35%;
}

.chatsImg {
	position: absolute;
	top: 10%;
	left: 21%;
	width: 37%;
}

.chat-blockk2 {
	flex-direction: row-reverse;
	width: 70%;
	float: right;
	display: flex;
	align-items: flex-start;
	position: relative;
}

.chat2 {
	color: #fff;
	font-size: 12px;
	padding: 10px;
	background-color: #FC4F02;
	border-radius: 15px;
	line-height: normal;
}

.chat-block3 {
	float: right;
	margin: 5px 10px;
	display: flex;
	align-items: flex-start;
	float: left;
	width: 75%;
}

.chatt {
	color: #fff;
	font-size: 12px;
	padding: 10px;
	background-color: #252525;
	border-radius: 15px;
	line-height: normal;
}

.chat-blockk {
	float: right;
	display: flex;
	align-items: flex-start;
	float: left;
	width: 75%;
	margin: 10px 0px;
}

.chat3 {
	color: #000;
	font-size: 12px;
	padding: 10px;
	background-color: #f0f0f0;
	border-radius: 6px;
	line-height: normal;
}

.userImg {
	margin-left: 5px;
}

.botImg {
	margin-right: 5px;
	height: 35px;
}

.sideIcon {
	position: absolute;
	top: -11%;
	left: -39px;
}

.emoji {
	position: absolute;
	right: 15%;
	bottom: 7%
}



.desti1 {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	text-align: left;
}

.destiHeading {
	font-size: 32px;
	color: #000;
	font-weight: bold;
	margin: 16px 0px;
	line-height: 35px;
}

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

.alterBtn {
	padding: 7px 20px;
	width: 94%;
	background: #fff;
	border: none;
	border-radius: 11px;
}

.content.show {
	display: block;
	animation: fadeIn 0.5s ease-in-out;
}

.content {
	display: none;
}

.chat-row {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	margin: 15px 0;
}

.chat-row-reverse {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 15px 0;
}

.bot-chat2 {
	position: relative;
	word-wrap: break-word;
	background-color: #fff;
	padding: 15px 10px;
	border-radius: 10px;
	margin-right: 10px;
	font-size: 12px;
	line-height: normal;
	font-weight: 500;
	text-align: left;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 12px 0px;
}

.bot-chat3 {
	position: relative;
	word-wrap: break-word;
	background-color: #f0f0f0;
	padding: 15px 10px;
	border-radius: 10px;
	margin: 10px;
	font-size: 12px;
	line-height: normal;
	font-weight: 500;
	text-align: center;
}

.chat-row3 {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	margin: 15px 0;
	gap: 5px;
}


.chat-box_2 {
	width: 100%;
	max-width: 350px;
	height: 520px;
	background-color: #efeae2;
	border-radius: 35px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	margin: 0 auto;
}




.chats_3 {
	flex: 1;
	padding: 10px;
	font-size: 12px !important;
	overflow-y: auto;
}

.chats_3 {
	scrollbar-width: 20px solid red;
}

.bottom1 {
	padding: 0px 10px 10px 10px;
}

.client-chat3 {
	position: relative;
	width: 58%;
	word-wrap: break-word;
	background-color: #b2f4a1;
	padding: 15px 10px;
	border-radius: 10px;
	margin-left: 10px;
	font-size: 12px;
	line-height: normal;
	font-weight: 500;
	text-align: left;
}

.insta-line {
	position: absolute;
	top: 18%;
	left: 58%;
	height: 169px;
}

.chat-box2 {
	display: flex;
	z-index: 100;
	position: relative;
	background-color: #000;
	color: white;
	border-radius: 20px;
	width: 300px;
	height: 500px;
	padding: 15px;
	flex-direction: column;
	gap: 15px;
	font-size: 12px;
	margin: 30px;
}

.chat-box_3 {
	width: 100%;
	max-width: 370px;
	height: 400px;
	background-color: rgb(255, 255, 255);
	display: flex;
	flex-direction: column;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 20px;
	border-radius: 20px;
	overflow: hidden;
}


.chats::-webkit-scrollbar {
	width: 5px;
	height: 4px;
}

.chats::-webkit-scrollbar-track {
	background: #fff;
}

.chats::-webkit-scrollbar-thumb {
	background: #016AFF;
}

.chats::-webkit-scrollbar-thumb:hover {
	background: #555;
}


.chats_3::-webkit-scrollbar {
	width: 5px;
	height: 4px;
}

.chats_3::-webkit-scrollbar-track {
	background: #fff;
}

.chats_3::-webkit-scrollbar-thumb {
	background: #717070;
}


.chats {
	overflow-y: auto;
	font-size: 0.8em;
	flex: 1 1 0%;
	padding: 10px;
}

.chat-message2.user2 {
	justify-content: flex-end;
}

.chat-message2.user2 {
	justify-content: flex-end;
}

.pl20 {
	padding: 10px 20px;
}

.chat-message2 {
	display: flex;
	align-items: flex-end;
	margin-bottom: 15px;
}

.chat-message2.user2 p {
	color: white;
	line-height: normal;
	max-width: 70%;
	font-size: 12px !important;
	background: rgb(8, 102, 255);
	border-radius: 10px;
	padding: 10px 15px;
}

.chat-row1 {
	display: flex;
	align-items: center;
}

.chat-message2 img {
	margin-left: 5px;
}

.client-chat {
	width: 66%;
	overflow-wrap: break-word;
	background-color: #F6F6F6;
	margin-left: 10px;
	font-size: 12px;
	line-height: normal;
	font-weight: 500;
	text-align: left;
	position: relative;
	padding: 15px 10px;
	border-radius: 15px;
}


.chat-box_2 {
	width: 100%;
	max-width: 350px;
	height: 520px;
	background-color: #efeae2;
	border-radius: 35px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}



.sideEmoji1 {
	position: absolute;
	right: 10%;
	top: 30%;
}

.chats_2 {
	flex: 1;
	padding: 10px;
	font-size: 12px !important;
	position: relative;
	padding: 100px 0;
}

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

.my-chat2 {
	width: 55%;
	word-wrap: break-word;
	background-color: #fff3e2;
	padding: 15px 10px;
	border-radius: 10px;
	margin-right: 10px;
	font-size: 12px;
	line-height: normal;
	font-weight: 500;
	text-align: left;
	color: #000;
}

.client-chat2 {
	position: relative;
	width: 55%;
	word-wrap: break-word;
	background-color: #efeff0;
	padding: 15px 10px;
	border-radius: 10px;
	margin-left: 10px;
	font-size: 12px;
	line-height: normal;
	font-weight: 500;
	text-align: left;
	position: relative;
}

.chat-row2 {
	display: flex;
	align-items: center;
	margin: 15px 0;
}

.boxShadow {
	position: absolute;
	top: 64px;
	left: 4px;
	height: 91%;
}

.outSection {
	border: 2px solid #FC4F02;
	border-radius: 20px;

}

.outcomeSectionContainer {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.outcomeHead {
	color: #FC4F02;
}

.outcomePara {
	text-align: left;
	padding-left: 10px;
}

.outSection img {
	margin: 0 auto;
	display: block;
}

.contactbtn a {
	outline: medium none;
	text-decoration: none;
	transition: all 0.5s ease;
}


.boxhover1 {
	padding: 30px;
	border: 2px solid #fff;
	border-radius: 5px;
	display: flex;
	align-items: flex-start;
	transition: all 1s ease-out;
	margin: 40px 0px;
	box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
	border-radius: 15px;
}

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

.custom-list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 25px;
	color: #000;
	gap: 10px;
}

.custom-list li img {
	margin-top: 5px;
}

.connectBtn {
	border-radius: 24px;
	background-color: #FC4F02 !important;
	width: auto;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
}

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

.hvr-icon-wobble-horizontal {
	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;
}

.hvr-icon-wobble-horizontal .hvr-icon {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.Arrowicon {
	background: #fff;
	padding: 10px;
	border-radius: 50%;
	margin-left: 6px;
	vertical-align: middle;
}

.line2 {
	width: 70px;
	height: 6px;
	background: #FC4F02;
	margin: 0 50%;
	margin-top: 20px;
	display: block;
	border-radius: 3px;
}

.pay-per {
	margin-bottom: 190px !important;
}

@media (max-width: 768px) {

	.chats_2 {
		padding: 0;
	}

	.tabs {
		gap: 0px;
		width: 57%;
	}


	.chat-box2 {
		margin: 10px auto;
	}

	.chatbox2 {
		max-width: 45%;
		margin: 0 auto;
	}


	.boxhover2,
	.boxhover,
	.boxhover1 {
		height: auto;
	}

	.columnnn {
		flex-direction: column;
	}





	.imgg {
		margin: 0 auto;
		display: block;
	}

	.chatsImg,
	.chatsImg2 {
		width: 100%;
		left: 0;
		top: 0;
		position: relative;
	}
}

@media (max-width: 426px) {
	.pay-per {
		margin-bottom: 0 !important;
	}

	.tab {
		font-size: 10px;
	}

	.tabs {
		padding: 7px 4px;
		gap: 0px;
		width: 90%;
	}

	.boxhover1 {
		display: block;
		padding: 30px 14px;
	}

	.chatbox2 {
		max-width: 100%;
	}

	.line2 {
		width: 70px;
		height: 6px;
		background: #FC4F02;
		margin: 0 14% !important;
		margin-top: -4px;
		display: block;
		border-radius: 3px;
	}

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