.aih-hero-title {
	font-size: 38px;
	text-align: center;
	padding-bottom: 20px;
}

.aih-bg-color {
	padding: 15px 34px;
}

.aih-hero-counter h5 {
	font-size: 45px;
}

.ai-home-hero-area {
	/* padding-top: 20px; */
}

.connected-app-content h5 {
	text-decoration: underline;
}

.mobile-logo img {
	width: 80%;
}


/* RESPONSIVE CSS CODE */

@media (max-width: 820px) {
	.ai-home-hero-area {
		display: none;
	}

	.ah-bg {
		padding-top: 10px !important;
	}

	.carousel {
		display: block;
	}

	.about-company-img .img1 {
		position: absolute;
		top: 39px;
	}

	.about-company-img .img2 {
		position: absolute;
		top: -74px;
		right: 0px;
	}

	.about-company-img .img3,
	.about-company-img .img4,
	.about-company-img .img5 {
		display: none;
	}

	.aih-info-card-area {
		padding-top: 10px;
	}

	.aih-process-item {
		background: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
		margin-bottom: 12px;
	}

	.bg-white {
		/* background-color: transparent !important; */
	}

	.btn-sm {
		padding: 6px;
	}

	.px-5 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.testimonial-section {
		padding-top: 0px !important;
	}

}


@media (min-width: 821px) {
	.carousel {
		display: none;
	}
}


@media (max-width: 990px) {
	.mobile-info {
		display: block;
	}

	.destop-info {
		display: none;
	}

	.mobile-process {
		display: block;
	}

	.desktop-process {
		display: none;
	}
}


@media (min-width: 991px) {
	.mobile-info {
		display: none;
	}

	.mobile-process {
		display: none;
	}
}


.documentation {
	color: #fd264f;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
	outline: none;
}

.tabs {
	display: block;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	overflow: hidden;
}

.tabs [class^="tab"] label,
.tabs [class*=" tab"] label {
	/* color: #efedef; */
	cursor: pointer;
	display: block;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1em;
	padding: 1rem 0;
}

.tabs [class^="tab"] [type="radio"],
.tabs [class*=" tab"] [type="radio"] {
	border-bottom: 1px solid rgba(239, 237, 239, 0.5);
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tabs [class^="tab"] [type="radio"]:hover,
.tabs [class^="tab"] [type="radio"]:focus,
.tabs [class*=" tab"] [type="radio"]:hover,
.tabs [class*=" tab"] [type="radio"]:focus {
	border-bottom: 1px solid #fd264f;
}

.tabs [class^="tab"] [type="radio"]:checked,
.tabs [class*=" tab"] [type="radio"]:checked {
	border-bottom: 2px solid #fd264f;
}

.tabs [class^="tab"] [type="radio"]:checked+div,
.tabs [class*=" tab"] [type="radio"]:checked+div {
	opacity: 1;
}

.tabs [class^="tab"] [type="radio"]+div,
.tabs [class*=" tab"] [type="radio"]+div {
	display: block;
	opacity: 0;
	padding: 2rem 0;
	width: 90%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tabs .tab-2 {
	width: 50%;
}

.tabs .tab-2 [type="radio"]+div {
	width: 200%;
	margin-left: 200%;
}

.tabs .tab-2 [type="radio"]:checked+div {
	margin-left: 0;
}

.tabs .tab-2:last-child [type="radio"]+div {
	margin-left: 100%;
}

.tabs .tab-2:last-child [type="radio"]:checked+div {
	margin-left: -100%;
}

#forget-password,
#getlogin {
	display: none;
}