#government_2 {}

body {
	color: #000 !important;
}

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

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

#government_2 .line2 {
	width: 70px;
	height: 6px;
	background-color: #fc4f02;
	margin: 0 8%;
	margin-top: 0px;
	display: block;
	border-radius: 3px;
}

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

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

#government_2 .firstImg {
	display: block;
	margin: 0 auto;
	position: relative;
}

#government_2 .chat-box_1 {
	position: absolute;
	width: 100%;
	max-width: 300px;
	height: 300px;
	background-color: #fff;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	bottom: 23%;
	right: 63%;
}

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

#government_2 .chats {
	scrollbar-width: thin;
	scrollbar-color: #fc4f02 #fff;
}

#government_2 .chat-row {
	display: flex;
	align-items: flex-end !important;
	margin: 15px 0;
	position: relative;
}

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

#government_2 .chat-row {
	display: flex;
	align-items: flex-start;
	margin: 15px 0;
}

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

#government_2 .my-chat {
	position: relative;
	width: 75%;
	word-wrap: break-word;
	background-color: #fc4f02;
	padding: 15px 10px;
	border-radius: 15px 15px 0 15px;
	margin-right: 10px;
	font-size: 12px;
	line-height: normal;
	font-weight: 500;
	text-align: left;
	color: #fff;
}

#government_2 .boxhover1 {
	display: flex;
	align-items: flex-start;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 12px 0px;
	padding: 30px;
	border: 2px solid transparent;
	border-radius: 10px;
	transition: 1s ease-out;
	margin: 10px 0px;
}

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

strong {
	font-weight: bold;
}

#government_2 .performance {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

#government_2 .performance p {
	padding-left: 10px;
}

#government_2 .threeBoxSection {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

#government_2 .boxhover2 {
	padding: 25px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	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;
	margin-bottom: 25px;
}

#government_2 .boxhover2 h5 {
	font-size: 20px;
	color: #fc4f02;
	font-family: "poppins-bold";
	margin-bottom: 20px;
}

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

#government_2 .chatContainer2 {
	background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Government_State_Level_2/bg1.png) no-repeat left center;
	background-size: contain;
	height: auto;
	width: 100%;
}

#government_2 .chatContainer3 {
	background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Government_State_Level_2/bg2.png) no-repeat left center;
	background-size: contain;
	height: auto;
	width: 100%;
}

#government_2 .chatContainer4 {
	background: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Government_State_Level_2/bg3.png) no-repeat left center;
	background-size: contain;
	height: auto;
	width: 100%;
}

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

#government_2 .chat-row {
	display: flex;
	align-items: flex-end !important;
	margin: 15px 0;
	position: relative;
}

#government_2 .my-chat-2 {
	position: relative;
	width: 50%;
	word-wrap: break-word;
	background-color: #2cb740;
	padding: 15px 10px;
	border-radius: 15px 15px 0 15px;
	margin-right: 10px;
	font-size: 12px;
	line-height: normal;
	font-weight: 500;
	text-align: left;
	color: #fff;
}

#government_2 .my-chat-3 {
	position: relative;
	width: 50%;
	word-wrap: break-word;
	background-color: #fc4f02;
	padding: 15px 10px;
	border-radius: 15px 15px 0 15px;
	margin-right: 10px;
	font-size: 12px;
	line-height: normal;
	font-weight: 500;
	text-align: left;
	color: #fff;
}

#government_2 .client-chat-2 {
	position: relative;
	width: 50%;
	word-wrap: break-word;
	background-color: #fff;
	padding: 15px 10px;
	border-radius: 15px 15px 15px 0;
	margin-left: 10px;
	font-size: 12px;
	line-height: normal;
	font-weight: 500;
	text-align: left;
	position: relative;
	box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 5%);
}

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

#government_2 .alignment {
	display: flex;
	align-items: center;
}

#government_2 .heading h3 {
	font-size: 40px;
	font-family: "Poppins-Bold";
	margin: 0px;
}

#government_2 .heading h2 {
	font-size: 30px;
	font-family: "poppins-bold";
}

#government_2 .outcome {
	margin-top: 20px;
}

#government_2 .outcome span {
	font-family: "Poppins-bold";
	color: #fc4f02;
	padding-bottom: 10px;
}

#government_2 .swipe {
	margin: 25px 0px;
}

#government_2 .accordion {
	margin: auto;
}

#government_2 .accordion-header {
	width: 100%;
	background: none;
	border: none;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
	text-align: left;
}

#government_2 .accordion-item-2 {
	border-bottom: 2px solid #c8d3de;
}

#government_2 .accordion-header .arrow {
	width: 18px;
	transition: transform 0.3s ease;
}

#government_2 .accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

#government_2 .accordion-content p {
	padding-bottom: 20px;
}

#government_2 .prospects {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin-bottom: 40px;
}

#government_2 .transformation-starts {
	background-image: url(https://www.streebo.com/wp-content/themes/streebo/images/atc/Streebo_Webpage_Government_State_Level_2/img9.png);
	background-size: cover;
}

#government_2 .footerHead {
	font-size: 45px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-align: left;
	width: 70%;
}

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

#government_2 .connectBtn1 {
	width: auto;
	font-size: 16px;
	color: rgb(255, 255, 255);
	background-color: #fc4f02 !important;
	border-radius: 24px;
	padding: 10px 20px;
}

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

#government_2 .Arrowicon {
	margin-left: 6px;
	vertical-align: middle;
	background: rgb(255, 255, 255);
	padding: 10px;
	border-radius: 50%;
}

#government_2 .header1 {
	width: 100%;
}

#government_2 .prospects span {
	font-family: "Poppins-bold";
}

@media (max-width: 768px) {
	#government_2 .alignment {
		flex-direction: column;
	}

	#government_2 .swipe {
		flex-direction: column-reverse;
		margin: 0px;
	}

	#government_2 .chat-box_1 {
		position: relative;
		right: 0;
		bottom: 0;
		margin: 20px auto;
		max-width: 90%;
	}

	#government_2 .boxhover1 {
		flex-direction: column;
		gap: 20px;
	}

	#government_2 .boxhover2 {
		height: auto;
	}

	#government_2 .threeBoxSection {
		flex-direction: column;
		gap: 0px;
	}

	#government_2 .line2 {
		margin: 0 14%;
	}
}