@import url('fonts2208.css');

:root {
	--theme-mainColor: rgba(233, 43, 38, 1);
	--theme-shadowMain: #012a5e4f;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

.nav-link {
	color: #282828;
	padding: 0px 15px !important;
	display: block;
	font-family: 'Gilroy-Light';
	font-size: 15px;
}

.themebtn-new.fixedhedercontact,
.themebtn-new.fixedhedercontact:hover {
	background: var(--theme-mainColor);
	color: #fff;
}

.themebtn-new {
	background: #fff;
	padding: 10px 20px;
	border-radius: 30px;
	border: 1px solid var(--theme-mainColor);
	color: var(--theme-mainColor);
	font-family: 'Gilroy-Bold';
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	padding: 10px 40px !important;
	text-align: center;
}

.themebtn-new:hover {
	color: var(--theme-mainColor);
}

header .navbar-nav {
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}

.themebtn-new:hover {
	border: 1px solid var(--theme-mainColor);
	box-shadow: 2px 2px 11px 0 rgb(233 43 38 / 20%);
	-webkit-box-shadow: 2px 2px 11px 0 rgb(233 43 38 / 20%);
}

header {
	padding: 10px 00px;
}

.banner h1 {
	color: #000 !important;
	font-family: 'Gilroy-Heavy';
	font-size: 40px;
	margin-bottom: 20px;
	line-height: normal;
}

.banner h1 span {
	color: #000 !important;
}

p {
	color: #000;
	margin-bottom: 0px;
	line-height: 28px;
	font-family: 'poppins-regular';
	font-size: 18px;
}

.banner {
	margin-top: 25px;
}

.nav-link:hover {
	color: var(--theme-mainColor);
}

.hlc-main-heading {
	font-family: 'Gilroy-Bold';
	color: #000 !important;
	font-size: 36px;
	text-transform: capitalize;
	line-height: 38px;
	letter-spacing: inherit;
	margin-bottom: 10px;
}

section.hlc-custom-padd.hlc-app-tabs.hlc-light-bg {
	background-color: #cdd5fa2e;
}

.hlc-custom-padd {
	padding: 60px 00px;
}

.features-section-one .features-content-left {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	margin-top: 25px;
}

.features-content-left .features-icon {
	width: 15%;
	text-align: center;
}

.features-section-one .row {
	align-items: center;
}

.features-section-one .features-inner-content {
	width: 85%;
}

.features-section-one .features-first-content h2 {
	font-weight: revert;
	margin: 0px;
	padding-bottom: 10px;
}

.features-section-one .features-first-content p {
	padding-bottom: 15px;
	margin: 0px;
	font-size: 16px;
}

.features-section-one .features-content-left .features-inner-content h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 10px;
}

.features-section-one .features-content-left .features-inner-content p {
	margin: 0px;
	font-size: 16px;
}

.cards-sections .multivendor-unique-features-wrap:hover {
	background-color: #e92b263b;
	cursor: pointer;
}

.hlc-custom-margin {
	margin-top: 60px;
}

.hlc-rewards {
	background: #e6272e17;
}

.hlc-main-heading.text-white {
	color: #fff !important;
}

.hlc-flex-list {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hlc-rewards-wrap p {
	font-family: 'poppins-medium';
	font-size: 16px;
	color: #282828;
	margin-bottom: 10px;
}

.hlc-rewards-text {
	color: #000;
	font-size: 48px;
	font-family: 'poppins-black';
}

.hlc-rewards-wrap {
	background: #fff;
	padding: 20px;
	text-align: center;
	border-top: 10px;
}

.main-heading-wrap {
	margin-bottom: 40px;
}

.hlc-rewards .hlc-flex-list li {
	width: 21%;
}

.banner-text p {
	margin-bottom: 30px;
}

.customwidth {
	width: 85%;
}

.footer_logo {
	text-align: right;
	padding-right: 33px;
}

/* my css */
.key_features_main {
	font-family: 'poppins-regular';
	font-size: 18px;
	color: #282828;
	margin-bottom: 30px;
}

.key_feature_head {
	font-family: 'poppins-semibold';
	font-size: 17px;
	color: #282828 !important;
	margin-bottom: 10px;
	text-transform: capitalize;
	letter-spacing: normal;
}

ul.key_features_list li {
	list-style-type: none;
}

ul.key_features_list li:not(:last-child) {
	margin-bottom: 30px;
}

ul.key_features_list {
	margin-left: 0px;
	position: relative;
	margin-bottom: 0;
}

ul.key_features_list:before {
	content: '';
	width: 1px;
	height: 75%;
	background-color: var(--theme-mainColor);
	display: inline-block;
	position: absolute;
	margin: 5px 0 0 -33px;
}

.footer_box ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

ul.key_features_list li::before {
	content: '';
	width: 15px;
	height: 15px;
	background-color: var(--theme-mainColor);
	display: inline-block;
	position: absolute;
	border-radius: 10px;
	margin: 5px 0 0 -40px;
}

p.custom_padding_hlc {
	padding: 20px 170px;
}

.center-btn {
	text-align: center;
	margin-top: 30px;
}

.hlc_card_six {
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: rgb(149 157 165 / 20%) 0 8px 24px;
	margin-bottom: 20px;
}

.hlc_card_content {
	padding: 22px;
}

.custom_bg_wrap {
	background: var(--theme-mainColor);
	padding: 50px;
	border-radius: 30px;
}

.nl_diff_box h4,
.nl_diff_box p {
	color: #000;
}

.nl-diff_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nl-diff_img {
	width: 86px;
	height: 86px;
}

.nl_diff_box .hlc-subheading {
	text-align: left;
	margin-bottom: 10px;
}

section.hlc_trusted_partners {
	background: var(--theme-mainColor);
}

.hlc_partners {
	background: #fff;
	border-radius: 30px;
	padding: 30px;
	box-shadow: rgb(33 35 38 / 10%) 0 10px 10px -10px;
	margin-top: -70px;
}

ul.hlc_four_list li {
	width: 48%;
	list-style-type: none;
}

.hlc-success li {
	width: 48%;
	margin-bottom: 20px;
}

ul.hlc_four_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.nl_diff_wrap {
	background: #fff;
	padding: 1.5rem;
	border-radius: 1rem;
}

section.hlc-success {
	background: var(--theme-mainColor);
}

.hlc-notable-features .hlc-subheading {
	font-size: 22px;
	margin-bottom: 8px;
}

/* .hlc-light-bg {
	background: #e6272e17 !important;
} */

.testimonial {
	width: 60%;
	margin: 0px auto;
}

.testimonial_img {
	height: 130px;
	width: 130px;
	margin: 0px auto;
}

.testimonial_content h5 {
	font-family: 'Gilroy-Bold';
	font-size: 24px;
}

.container_wrap {
	padding: 30px;
	background: #fff;
	border-radius: 30px;
	margin-top: -80px;
	box-shadow: rgb(33 35 38 / 10%) 0px 1px 20px 5px;
}

.partners_boxes .npci {
	background: url(../trusted_partners_.html) no-repeat;
	width: 200px;
	height: 80px;
	margin: 0 auto;
	background-position: -22px -5px;
}

.partners_boxes .idbi {
	background: url(../trusted_partners_.html) no-repeat;
	width: 200px;
	height: 80px;
	margin: 0 auto;
	background-position: -22px -110px;
}

.partners_boxes .bom {
	background: url(../trusted_partners_.html) no-repeat;
	width: 200px;
	height: 80px;
	margin: 0 auto;
	background-position: -22px -335px;
}

.partners_boxes .idfc {
	background: url(../trusted_partners_.html) no-repeat;
	width: 200px;
	height: 80px;
	margin: 0 auto;
	background-position: -22px -222px;
}

.partners_boxes .equitas {
	background: url(../trusted_partners_.html) no-repeat;
	width: 200px;
	height: 80px;
	margin: 0 auto;
	background-position: -22px -780px;
}

.partners_boxes .saraswat {
	background: url(../trusted_partners_.html) no-repeat;
	width: 200px;
	height: 80px;
	margin: 0 auto;
	background-position: -22px -452px;
}

.partners_boxes .fincare {
	background: url(../trusted_partners_.html) no-repeat;
	width: 200px;
	height: 80px;
	margin: 0 auto;
	background-position: -22px -672px;
}

.partners_boxes .jana {
	background: url(../trusted_partners_.html) no-repeat;
	width: 200px;
	height: 80px;
	margin: 0 auto;
	background-position: -22px -562px;
}

.partners_boxes .loyrep {
	background: url(../trusted_partners_.html) no-repeat;
	width: 200px;
	height: 80px;
	margin: 0 auto;
	background-position: -15px -2px;
}

.partners_boxes .fastrack {
	background: url(../trusted_partners_.html) no-repeat;
	width: 200px;
	height: 80px;
	margin: 0 auto;
	background-position: -30px -102px;
}

.partners_boxes .savanh {
	background: url(../trusted_partners_.html) no-repeat;
	width: 200px;
	height: 80px;
	margin: 0 auto;
	background-position: -30px -12px;
}

.partners_boxes .dymocks {
	background: url(../trusted_partners_.html) no-repeat;
	width: 230px;
	height: 80px;
	margin: 0 auto;
	background-position: -6px -1182px;
}

.partners_boxes {
	margin-bottom: 20px;
}

.shadow-custom .hlc-rewards-wrap {
	box-shadow: 5px 5px 12px #ccc;
	border-radius: 20px;
}

footer.footer_main {
	background: linear-gradient(to right, var(--theme-mainColor), #691dc0);
}

ul.footer_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
}

ul.footer_list li {
	list-style-type: none;
	width: 18%;
}

.footer_box ul li {
	padding: 8px 0;
	width: 100% !important;
}

.footer_box ul li a,
ul.terms_ui li a {
	color: #fff;
	font-family: 'Gilroy-Light';
	font-size: 15px;
}

.footer_box h4 {
	font-family: 'Gilroy-Bold';
	font-size: 24px;
	color: #fff;
}

.copy_right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}

.copy_right p {
	color: #fff;
	font-family: 'Gilroy-Bold';
}

ul.terms_ui {
	display: flex;
	margin: 0;
}

ul.terms_ui li {
	list-style-type: none;
}

ul.terms_ui li:first-child {
	margin-right: 20px;
	padding-right: 20px;
}

ul.terms_ui li:not(:last-child) {
	border-right: 1px solid #fff;
}

ul.media-social {
	margin-top: 20px;
}

.media-social {
	display: flex;
}

ul.media-social li {
	width: unset !important;
	margin-right: 20px;
}

ul.media-social li a {
	font-size: 18px;
}

.text_center_width h2 {
	width: 80%;
	margin: 0 auto;
}

section.hlc_driver ul.key_features_list:before {
	height: 62%;
}

section.hlc_restaurant ul.key_features_list:before {
	height: 65%;
}

section.hlc-Admin ul.key_features_list:before {
	height: 60%;
}

.hlc-darkbg {
	background: var(--theme-mainColor);
}

.whitecolor {
	color: #fff !important;
}

.hlc-loyal-list-second .hlc-flex-list {
	width: 80%;
	margin: 0 auto;
}

.hlc-loyal-list-second .hlc-flex-list li {
	width: 23%;
}

.hlc-new-cta-sec-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 33px;
	border-radius: 20px;
	border: 1px solid #d9d8da
}

section.hlc-custom-padd.hlc-new-cta-sec.button-get-tuch a.themebtn-new {
	background-color: #e92b26;
	color: #fff;
}

section.hlc-custom-padd.hlc-new-cta-sec.button-get-tuch a.themebtn-new:hover {
	background-color: transparent;
	color: #e92b26;
}

section.hlc-custom-padd.hlc-new-cta-sec.button-get-tuch h3.hlc-main-heading {
	font-size: 23px;
}

section.hlc-custom-padd.hlc-new-cta-sec.button-get-tuch p {
	font-size: 15px;
	line-height: 25px;
}

.hlc-new-cta-sec-box {
	width: 70%;
}

.hlc-new-cta-sec-button {
	width: 30%;
	text-align: right;
}

.hlc-loyal-list-second-wrap {
	text-align: center;
}

.hlc_partners_main li {
	width: 20%;
	margin-bottom: 20px;
}

.hlc-subheading {
	font-family: 'poppins-semibold';
	font-size: 20px;
	color: #282828 !important;
	margin-bottom: 00px;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: inherit;
	line-height: 25px;
}

.new-stats-hlc-dev-inner hr {
	margin: 10px 0px;
}

.hlc-grocery-layouts-img-wrap img {
	text-align: center;
}

.hlc-software-solutions-wrap .hlc-subheading {
	padding: 18px;
	background: #fff;
}

.hlc-software-solutions-wrap {
	box-shadow: -3px 2px 9px 2px #eeebeb;
	-webkit-box-shadow: -3px 2px 9px 2px #eeebeb;
}

.hlc-software-solutions-wrap img {
	width: 100%;
	max-height: 300px;
	object-fit: cover;
	object-position: top;
}

.hlc-software-solutions li {
	width: 24%;
}

.hlc-smart-computing-power-wrap {
	text-align: center;
	padding: 20px;
}

.hlc-smart-computing-power-wrap p {
	margin-top: 7px;
}

.hlc-partners-main-wrap {
	text-align: center;
}

.hlc-partners-main-wrap img {
	margin-bottom: 10px;
}

.hlc-smart-computing-power-wrap img {
	margin-bottom: 10px;
}

/* onlyfans page css */
.onlyfans-opportunities-list li {
	color: #000;
	margin-bottom: 0px;
	line-height: 27px;
	font-family: 'poppins-regular';
	font-size: 18px;
	margin-bottom: 9px;
}

.onlyfans-opportunities-list {
	margin-top: 22px;
	margin-bottom: 0;
	padding-left: 17px;
}

.hlc-onlyfans-benefits-wrap {
	background-color: #fff;
	box-shadow: 0 3px 20px 0 rgb(0 0 0 / 12%);
	display: flex;
	align-items: center;
	padding: 13px 13px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 20px 0 rgb(0 0 0 / 12%);
	text-align: center;
	justify-content: flex-start;
}

.hlc-onlyfans-benefits-wrap .hlc-subheading {
	margin-left: 8px;
	font-size: 17px;
	text-align: left;
}

.hlc-onlyfans-benefits li {
	width: 32%;
	margin-bottom: 15px;
}

.hlc-onlyfans-benefits ul {
	margin-top: 30px;
}

.hlc-onlyfans-benefits-wrap img {
	width: 42px;
	height: 42px;
	aspect-ratio: auto 42/42;
}

.hlc-new-development-process-icon-wrap img {
	aspect-ratio: auto 65/65;
}

.launch-nft-base-onlyfans-img-wrap img {
	aspect-ratio: auto 382/382;
}

.onlyfan-benefits-sec {
	aspect-ratio: auto 297/525;
}

.hlc-onlyfans-process-number {
	background-color: #fff;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: absolute;
	top: -31px;
}

section.hlc-custom-padd.offer-custom-cash-app-clone.mobile-banking-benefits ul.hlc-flex-list .offer-custom-cash-app-clone-wrap {
	transition: 0.5s ease;
}

section.hlc-custom-padd.hlc-onlyfans-process .hlc-onlyfans-process-wrap p {
	font-size: 16px;
	color: #605b5b;
}

.hlc-onlyfans-process-wrap {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	transition: 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 63px 30px 50px 20px;
	border-radius: 14px;
	text-align: left;
	position: relative;
	height: 100%;
	background-color: #fff;
}

.hlc-onlyfans-process li {
	width: 32%;
	margin-top: 66px !important;
}

.hlc-onlyfans-process-number p {
	color: #000;
	font-size: 29px !important;
	font-family: 'Gilroy-Bold';
}

.hlc-onlyfans-process-wrap:hover .hlc-onlyfans-process-number p {
	color: #e6272e !important;
}

.hlc-onlyfans-process-wrap .hlc-subheading {
	text-align: left;
	font-size: 22px;
	margin-bottom: 6px;
}

section.onlyfans-revenue-sec ul.key_features_list::before {
	height: 69%;
}

.onlyfans-revenue-wrap {
	text-align: center;
}

.onlyfans-revenue-icon {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	border: 1px solid var(--theme-mainColor);
}

.onlyfans-revenue-icon {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	border: 2px solid var(--theme-mainColor);
	border-top-left-radius: 24px;
	border-bottom-right-radius: 24px;
	margin-bottom: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.onlyfans-revenue-wrap p {
	margin-top: 8px;
}

.onlyfans-img-animation-wrap {
	text-align: center;
	position: relative;
	z-index: 1;
}

.onlyfans-img-animation-wrap::after {
	content: '';
	position: absolute;
	width: 380px;
	height: 380px;
	background: linear-gradient(to right, #590c8e, #3049aa) !important;
	border-radius: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	top: 50%;
	box-shadow: 0 0 1px 1px #590c8e;
}

.hlc-custom-padd.launch-nft-base-onlyfans {
	background: var(--theme-mainColor);
}

.hlc-new-development-process-wrap {
	position: relative;
	background: #fff;
	padding: 10px 10px 10px 88px;
}

.hlc-new-development-process-icon-wrap {
	position: absolute;
	left: 21px;
	top: 22px;
}

.hlc-new-development-process-wrap .hlc-subheading {
	text-align: left;
	margin-bottom: 7px;
}

.hlc-new-development-process-wrap {
	position: relative;
	background: #fff;
	padding: 22px 19px 22px 109px;
}

.hlc-new-development-process li {
	margin-bottom: 19px;
}

.hlc-why-us-wrap {
	text-align: center;
	padding: 20px;
	background: #fff;
	margin-bottom: 26px;
	box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
	transition: 0.5s;
}

section.hlc-custom-padd.hlc-smart-computing-power.our-car {
	background-color: #f5f5f5;
	margin-bottom: 30px;
}

section.hlc-custom-padd.hlc-smart-computing-power.our-car h2.hlc-main-heading {
	padding-top: 50px;
}

.hlc-why-us-wrap p {
	margin-top: 8px;
}

.hlc-new-development-process li {
	margin-bottom: 30px;
	width: 48%;
}

.launch-nft-base-onlyfans-img-wrap img {
	width: 382px;
}

.advantage-ride-sharing-app .onlyfans-revenue-wrap {
	text-align: center;
	margin-bottom: 30px;
}

.hlc-loyal-list-second .ride-loyality-list.hlc-flex-list li {
	width: 100%;
}

.ride-loyality-icon {
	position: absolute;
	left: 17px;
	top: 17px;
	padding: 0;
}

.ride-loyality-wrap {
	position: relative;
	padding-left: 83px;
}

.ride-loyality-wrap .hlc-subheading {
	text-align: left;
	margin-bottom: 8px;
}

.ride-loyality-wrap {
	transition: 0.5s ease;
	position: relative;
	padding-left: 83px;
	background: #fff;
	margin: 10px 00px;
	padding: 21px 20px 21px 83px;
	box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
}

section.hlc-custom-padd.hlc-loyal-list-second.hlc-light-bg.ride-loyality.ride-new-loyality ul.hlc-flex-list.ride-loyality-list .ride-loyality-wrap {
	border-left: 3px solid #e92b26;
}

.ride-loyality .hlc-flex-list.shadow-custom {
	margin-bottom: 50px;
}

.ridesharing-customer-app-features li {
	width: 48%;
}

.ridesharing-customer-app-features .hlc-smart-computing-power-wrap.hlc-light-bg {
	margin-bottom: 25px;
}

section.hlc-food-driver ul.key_features_list::before {
	height: 68%;
}

section.hlc-restaurant-app ul.key_features_list::before {
	height: 55%;
}

section.hlc-admin-panel ul.key_features_list::before {
	height: 65%;
}

section.hlc-customized-rideshare-driver ul.key_features_list::before {
	height: 72%;
}

section.hlc-customized-rideshare-admin ul.key_features_list::before {
	height: 72%;
}

.hlc-grocery-layouts-content .themebtn-new {
	margin-top: 22px;
}

.hlc-grocery-layouts-container {
	width: 90%;
	margin: 0 auto;
}

.on-demand-delivery-industry li {
	width: 16%;
	margin-bottom: 0;
}

.on-demand-delivery-industry .hlc-software-solutions-wrap img {
	height: 160px;
}

.ridesharing-customer-app-features .hlc-smart-computing-power-wrap.hlc-light-bg img {
	width: 55px;
}

section.hlc-grocery-driver ul.key_features_list::before {
	height: 63%;
}

section.hlc-grocery-vendor-panel ul.key_features_list::before {
	height: 62%;
}

section.hlc-grocery-admin-panel ul.key_features_list::before {
	height: 62%;
}

.ubereats-edelivery-row-padd {
	margin-top: 60px;
}

section.hlc-onlyfans-user-app ul.key_features_list::before {
	height: 85%;
}

section.hlc-onlyfans-admin-app ul.key_features_list::before {
	height: 85%;
}

section.hlc-onlyfans-analytics ul.key_features_list::before {
	height: 81%;
}

.demand-grocery-delivery-services ul.key_features_list:before {
	height: 76%;
}

.hlc-grocery-vendor-dashpanel ul.key_features_list:before {
	height: 70%;
}

/* custom faq sec*/
.custom-faq-flex {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
}

.custom-faq-flex li {
	width: 50%;
}

.ride-loyality-img-center {
	text-align: center;
}

.custom-faq-wrap {
	width: 100%;
	padding: 00px 15px;
	margin-bottom: 13px;
}

.custom-faq-para {
	display: none;
}

.custom-faq-para.show-faq {
	display: block;
	border-top: 0;
	background-color: transparent;
}

.custom-faq-para {
	padding: 15px;
	background: #fbfbfb;
}

.shape-cashapp.shape-cashapp-mt {
	margin-top: 60px;
}

.custom-faq-heading {
	font-family: 'Gilroy-Bold';
	color: #000;
	font-size: 19px;
	position: relative;
	margin: 0;
	padding: 12px 33px 12px 18px;
}

.custom-faq-heading::after {
	content: "\f067";
	font: 16px/1 FontAwesome;
	top: 50%;
	position: absolute;
	right: 16px;
	transform: translateY(-50%);
	color: #e6272e;
}

.custom-faq-heading:hover {
	cursor: pointer;
}

.custom-faq-heading.rotate-arrow::after {
	content: "\f068";
}

.para-color {
	color: #3f3c3c !important;
}

.cashapp-launch {
	background: #7527f4;
	/* padding-top: 0; */
}

.cashapp-solutions-offered {
	background: #000;
	position: relative;
	z-index: 1;
	padding-bottom: 0 !important;
}

.whitetext {
	color: #fff !important;
}

.cashapp-solutions-offered-wrap {
	text-align: center;
	padding: 5px;
	margin-bottom: 30px;
	border: 1px solid #585858;
    height: 95%;
}

.shape-cashapp svg {
	height: 100%;
	width: 100%;
}

.shape-cashapp {
	top: 1px;
	position: relative;
}

.cashapp-launch-content-wrap .themebtn-new {
	display: block;
	width: max-content;
	margin-top: 28px;
	background: #fff;
	border: 1px solid #fff;
}

.hlc-cashapp-custom-padd {
	padding: 100px 00px;
}

.leading-cashapp-industry-wrap {
	background: #FF04B2;
	padding: 100px 23px;
}

.leading-cashapp-industry ul {
	padding: 0;
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 121px;
	width: 80%;
	margin: 120px auto 0 auto;
	flex-wrap: wrap;
}

.ride-loyality-icon img {
	aspect-ratio: auto 50/50;
}

.ride-loyality-img-center img {
	aspect-ratio: auto 608/522;
}

.leading-cashapp-industry-wrap img {
	margin-bottom: 10px;
	aspect-ratio: auto 80/80;
}

.leading-cashapp-industry ul li {
	width: 33%;
}

.leading-cashapp-industry ul li:nth-child(2) .leading-cashapp-industry-wrap {
	background: #A36FCC;
	padding-right: 39px;
}

.leading-cashapp-industry ul li:nth-child(3) .leading-cashapp-industry-wrap {
	background: #7527F4;
}

.leading-cashapp-industry-wrap .leading-cashapp-industry-text {
	font-family: 'Gilroy-Bold';
	font-size: 45px;
	line-height: 43px;
	margin-bottom: 24px;
	word-wrap: anywhere;
}

.leading-cashapp-industry ul li:nth-child(1) .leading-cashapp-industry-wrap {
	padding-right: 40px;
}

.leading-cashapp-industry-wrap {
	border-radius: 20px;
}

.leading-cashapp-industry ul li:nth-child(2) {
	margin-top: -58px;
	margin-left: -25px;
}

.leading-cashapp-industry ul li:nth-child(3) {
	margin-top: -116px;
	margin-left: -25px;
}

.offer-custom-cash-app-clone li {
	width: 24%;
	text-align: center;
	margin-bottom: 10px;
}

.offer-custom-cash-app-clone-wrap {
	border-radius: 15px;
	background: #058189;
	padding: 20px;
}

.offer-custom-cash-app-clone li:nth-child(2) .offer-custom-cash-app-clone-wrap {
	background: #B106CD
}

.offer-custom-cash-app-clone li:nth-child(3) .offer-custom-cash-app-clone-wrap {
	background: #DD245C;
}

.offer-custom-cash-app-clone li:nth-child(4) .offer-custom-cash-app-clone-wrap {
	background: #0C5CF7;
}

.offer-custom-cash-app-clone-wrap .hlc-subheading,
.offer-custom-cash-app-clone-wrap p {
	color: #fff !important;
}

.cashapp-solutions-offered-wrap img {
	margin-bottom: 13px;
}

.cash-app-revenue {
	background: #00D64F;
}

.p2pcashapp-wrap {
	box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
	padding: 23px;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #d9d9d9;
}

section.hlc-custom-padd.multivendor-unique-features-sec.booking-software {
	background-color: #f5f5f5;
	margin-top: 40px;
}

.p2pcashapp li {
	width: 32%;
	margin-bottom: 25px;
}

.p2pcashapp-wrap .hlc-subheading {
	margin: 11px 00px;
}

.cashapp-aims-content-wrap a {
	display: block;
	width: max-content;
	margin-top: 25px;
}

.offer-custom-cash-app-clone-icon {
	width: 130px;
	height: 130px;
	background: #fff;
	border-radius: 50%;
	margin: 0 auto 14px auto;
	padding: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.hlc-ubereats-customer ul.key_features_list::before {
	height: 60%;
}

section.hlc-ubereats-driver ul.key_features_list::before {
	height: 60%;
}

section.hlc-ubereats-restaurant ul.key_features_list::before {
	height: 62%;
}

section.hlc-ubereats-admin ul.key_features_list::before {
	height: 62%;
}

.hlc_partners_main .container_wrap {
	margin-top: -50px;
	margin-bottom: 60px;
}

#blogection .hlc-subheading {
	text-align: left;
}

.hlc-tech-stacks-wrap {
	background-color: #fff;
	border-radius: 13px;
	-webkit-box-shadow: 0 22px 50px 0 #0000001a;
	box-shadow: 0 22px 50px 0 #0000001a;
	padding: 20px;
	text-align: center;
}

.hlc-tech-stacks li {
	width: 15%;
	margin-bottom: 20px;
}

.hlc-tech-stacks-wrap img {
	margin: 0 auto 10px auto;
}

section.hlc-coinmarketcap-web ul.key_features_list::before {
	height: 74%;
}

.hlc-new-tech-stacks-wrap {
	background-color: #fff;
	border-radius: 13px;
	-webkit-box-shadow: 0 22px 50px 0 #0000001a;
	box-shadow: 0 22px 50px 0 #0000001a;
	padding: 20px;
	text-align: center;
}

.hlc-new-tech-stacks li {
	width: 15%;
	margin-bottom: 20px;
}

.hlc-gojek-clone-services .nav.nav-tabs {
	justify-content: space-between;
}

.hlc-gojek-clone-services .nav.nav-tabs li {
	width: 20%;
	text-align: center;
}

.gojek-clone-link {
	font-size: 18px;
	display: inline-block;
	width: 100% !important;
	font-family: 'Gilroy-Bold';
	padding: 7px 25px;
	color: #000 !important;
	border-right: 1px solid #ccc !important;
}

.hlc-gojek-clone-services .nav.nav-tabs li:last-child .gojek-clone-link {
	border-right: 0px solid #ccc !important;
}

.hlc-gojek-clone-services .gojek-clone-link.active {
	background-color: var(--theme-mainColor) !important;
}

.hlc-gojek-clone-services-shadow {
	-webkit-box-shadow: -3px 2px 9px 2px #eeebeb;
	box-shadow: -3px 2px 9px 2px #eeebeb;
}

.hlc-gojek-clone-services .tab-content {
	padding: 34px 23px;
	text-align: left;
	background: #fff;
}

.hlc-gojek-clone-services .tab-content .hlc-subheading {
	text-align: left;
	font-size: 28px;
	margin-bottom: 10px;
}

.hlc-gojek-clone-services .tab-content ul {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.hlc-gojek-clone-services .tab-content ul {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 24px;
}

.nav-tabs a.gojek-clone-link {
	background-color: #fff;
}

.hlc-gojek-clone-services-wrap {
	padding: 33px 20px;
	margin: 6px;
	text-align: center;
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

section.hlc-gojek-user-app ul.key_features_list::before {
	height: 61%;
}

section.hlc-gojek-merchant-app ul.key_features_list::before {
	height: 61%;
}

section.hlc-gojek-partner-app ul.key_features_list::before {
	height: 61%;
}

section.hlc-gojek-admin-panel ul.key_features_list::before {
	height: 61%;
}

section.hlc-drizly-customer ul.key_features_list::before {
	height: 59%;
}

section.hlc-drizly-driver ul.key_features_list::before {
	height: 61%;
}

section.hlc-drizly-admin ul.key_features_list::before {
	height: 66%;
}

.hlc-gojek-clone-services-wrap img {
	margin: 0 auto 8px auto;
	display: block;
	aspect-ratio: auto 45/45;

}

.hlc-multiple-integration-partners-wrap img {
	aspect-ratio: auto 70/70;
}

.uber-bidding-features-wrap img {
	aspect-ratio: auto 50/50;
}

.hlc-gojek-clone-services-wrap p {
	font-family: 'Gilroy-bold';
}

.hlc-new-tech-stacks-wrap .hlc-subheading {
	margin-top: 10px;
}

.hlc-gojek-clone-services .tab-content ul li {
	width: 20%;
	text-align: center;
}

.hlc-gojek-clone-services .gojek-clone-link:hover {
	background-color: var(--theme-mainColor) !important;
	color: #fff !important;
}

.varied-hlc-solutions.hlc-software-solutions li {
	width: 50%;
}

.varied-hlc-solutions .tab-content .hlc-flex-list li {
	width: 24% !important;
	margin: 6px;
}

.tab-content {
	padding: 22px;
}

.varied-hlc-solutions .hlc-flex-list {
	justify-content: flex-start;
}

.varied-hlc-solutions .nav-tabs a.active {
	background-color: var(--theme-mainColor) !important;
	color: #fff !important;
}

.hlc-gojek-clone-services.varied-hlc-solutions .nav.nav-tabs {
	justify-content: flex-start;
}

.hlc-gojek-clone-services.varied-hlc-solutions .nav.nav-tabs li {
	width: 50%;
	text-align: center;
}

.blog-text-wrap h6 {
	font-size: 21px;
	font-family: 'Gilroy-bold' !important;
	margin-top: 0px;
	color: #000;
	text-align: left;
	line-height: 28px;
	margin-bottom: 0;
	padding: 6px 00px;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.blog-text-wrap p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: 'poppins-regular';
	color: #000;
	font-size: 17px;
	line-height: 25px;
	margin: 0;
	text-align: left;
}

.blog-wrap {
	box-shadow: 1px 2px 19px #b9b9b942;
	-webkit-box-shadow: 1px 2px 19px #b9b9b942;
}

.blog-text-wrap {
	padding: 20px;
	text-align: center;
}

.blog-wrap img {
	width: 100%;
	height: 216px;
	object-fit: fill;
	object-position: top;
}

.hlc-gojek-clone-services.varied-hlc-solutions .tab-content ul li {
	width: 33%;
	text-align: center;
}

.hlc-gojek-clone-services-wrap a {
	font-family: 'Gilroy-bold';
	color: var(--theme-mainColor) !important;
}

.hlc-gojek-clone-services.varied-hlc-solutions .tab-content .hlc-subheading {
	text-align: center;
	font-size: 21px;
	margin-bottom: 10px;
}

.hlc-gojek-clone-services.varied-hlc-solutions .tab-content p {
	font-family: 'poppins-regular';
}

.hlc-gojek-clone-services-wrap a {
	margin-top: 8px;
	display: block;
}

.hlc-shopify-development-services li {
	width: 48%;
	margin-bottom: 30px;
}

.shopify-development-services-wrap {
	background-color: #fafafa;
	padding: 20px 38px;
	border-left: 4px solid var(--theme-mainColor);
	-o-transition: .46s ease;
	-webkit-transition: .46s ease;
	transition: .46s ease;
}

.shopify-development-services-wrap:hover {
	-webkit-box-shadow: 0 4px 22px rgba(0, 0, 0, .12);
	box-shadow: 0 4px 22px rgba(0, 0, 0, .12);
	-o-transition: .46s ease;
	-webkit-transition: .46s ease;
	transition: .46s ease;
}

.shopify-development-services-wrap .hlc-subheading {
	text-align: left;
	margin-bottom: 10px;
	font-size: 23px;
}

.hlc-portfolios-list-sec-wrap {
	background-color: #fff;
	-webkit-box-shadow: 0 22px 50px 0 #0000001a;
	box-shadow: 0 22px 50px 0 #0000001a;
	min-height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 100%;
}

.hlc-new-portfolio-content {
	width: 50%;
	padding: 36px;
}

.hlc-portfolios-list-sec-wrap .hlc-portfolio-app-details {
	position: relative;
	padding-left: 90px;
}

.hlc-portfolios-list-sec-wrap .hlc-portfolio-app-details img {
	width: 70px !important;
	height: 70px;
}

.hlc-portfolios-list-sec-wrap .hlc-portfolio-app-details h4 {
	font-family: 'Gilroy-Heavy';
	font-size: 34px;
	margin-top: 0;
	padding-top: 10px;
	text-transform: capitalize;
}

.hlc-portfolio-app-details h6 {
	font-family: 'Gilroy-Bold';
	font-size: 21px;
	line-height: 27px;
}

.hlc-portfolio-tech-list {
	padding: 0;
	list-style: none;
	display: flex;
	margin-top: 17px;
}

.hlc-new-portfolio-content h6 {
	font-family: 'Gilroy-Bold';
	font-size: 21px;
	margin-top: 15px;
}

.hlc-portfolio-app-details img {
	width: 80px !important;
	height: 80px;
	position: absolute;
	left: 0;
}

.hlc-new-portfolio-content p {
	margin-top: 28px;
}

.hlc-portfolio-app-details h5 {
	font-family: 'Gilroy-Bold';
	font-size: 19px;
	line-height: 27px;
	margin-top: 7px;
}

.hlc-portfolio-mobiles-btns {
	margin-top: 30px;
	display: flex;
}

.hlc-portfolio-tech-list li {
	margin-right: 20px;
	margin-bottom: 0 !important;
	width: auto !important;
}

.hlc-portfolio-img img {
	margin: 0 auto;
	width: auto;
}

.hlc-app-stacks li {
	width: 32%;
}

.hlc-app-stacks-wrap {
	background: #eee;
	padding: 17px;
	text-align: center;
}

.hlc-app-stacks-wrap h6 {
	margin: 0;
}

.hlc-app-stacks {
	display: flex;
	list-style: none;
	padding: 0;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 22px;
	width: 90%;
}

.hlc-app-stacks p {
	margin: 0;
	padding-top: 10px;
	font-size: 17px;
}

.hlc-portfolio-mobiles-btns img {
	width: 180px;
}

.sindabad-portfolio .hlc-portfolio-img {
	background-image: url("../sindabad-online-shopping-portfolio-bg.html");
}

.driven-nutrition-portfolio .hlc-portfolio-img {
	background-image: url("../portfolio-bg-driven-nutrition.html");
}

.estiglo-beauty-portfolio .hlc-portfolio-img {
	background-image: url("../estiglobeauty-portfolio-bg.html");
}

.ulufoods-portfolio .hlc-portfolio-img {
	background-image: url("../portfolio-bg-ulu-foods.html");
}

.hlc-portfolio-img {
	width: 50%;
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.hlc-portfolio-img::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0909099c;
	top: 0;
	left: 0;
	z-index: -1;
}

.section-link img {
	width: 25px;
	margin-right: 8px;
	padding-bottom: 1px;
}

.portfolios .hlc-flex-list>li {
	margin-bottom: 30px;
}

.hlc-portfolio-technologies {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.hlc-portfolio-technologies li {
	width: 15%;
	margin-bottom: 11px;
}

.hlc-portfolio-technologies .hlc-new-tech-stacks-wrap img {
	width: 100%;
}

.crypto-banking-solution .onlyfans-revenue-wrap {
	margin-bottom: 30px;
}

.mobile-banking-benefits .offer-custom-cash-app-clone-wrap {
	background: #012a5e !important;
}

.noafter::after {
	display: none;
}

.offer-custom-cash-app-clone-wrap .hlc-subheading {
	margin-bottom: 10px;
}

.multivendor-unique-features-wrap {
	position: relative;
}

.multivendor-unique-features-sec li {
	width: 100%;
	margin-bottom: 20px;
}

.cards-sections .multivendor-unique-features-icon {
	position: absolute;
	left: 14px;
	top: 22px;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	text-align: center;
}

.multivendor-unique-features-icon {
	position: absolute;
	left: 14px;
	top: 22px;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	text-align: center;
}

.multivendor-unique-features-wrap {
	position: relative;
	text-align: left;
	padding: 19px 21px 20px 92px;
	box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
	border-radius: 10px;
	background: #fff;
}

section.hlc-custom-padd.hlc-new-tech-app-tabs.hlc-light-bg.car-rantal {
	background-color: #f5f5f5;
}

.cards-sections .multivendor-unique-features-wrap {
	transition: 0.5s ease;
	border-bottom: 3px solid #e92b26;
	border-top: 3px solid #e92b26;
	position: relative;
	text-align: left;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 19px 21px 20px 92px;
	border-radius: 10px;
	background: #fff;
	height: calc(100% - 0px);
}

section.hlc-custom-padd.ready-go {
	background-color: #ededed;
	padding: 30px 0px;
}

section.hlc-custom-padd.ready-go h2 {
	text-align: center;
}

section.hlc-custom-padd.ready-go p {
	text-align: center;
}

.multivendor-unique-features-wrap .hlc-subheading {
	text-align: left;
	margin-bottom: 6px;
}

.multivendor-unique-features-wrap p {
	font-size: 17px;
	padding-top: 0;
}

.faq-content-list li {
	color: #000;
	margin-bottom: 0px;
	line-height: 25px;
	font-family: 'poppins-regular';
	font-size: 17px;
	margin-bottom: 4px;
}

.faq-content-list {
	padding-left: 16px;
	margin-top: 11px;
	list-style: disc;
}

.hlc-multiple-integration-partners-wrap {
	-webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	background: #fff;
}

.hlc-multiple-integration-partners li {
	width: 19%;
	margin-bottom: 20px;
}

.hlc-multiple-integration-partners-wrap img {
	margin: 0 auto 18px auto;
}

.multivendor-unique-features-app {
	text-align: center;
}

.taskrabbit-clone-app-developed-work-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px;
}

.taskrabbit-clone-app-developed-work-customer {
	width: 49%;
	background: #f2f2f280;
	padding: 22px;
}

.taskrabbit-clone-app-developed-work-service-provider {
	width: 49%;
	background: #f2f2f280;
	padding: 22px;
}

.taskrabbit-clone-app-developed-work-number {
	position: absolute;
	left: 0;
	top: 3px;
}

.taskrabbit-clone-app-developed-work-number p {
	color: #fff;
	font-family: 'Gilroy-Bold';
	font-size: 25px;
	background: var(--theme-mainColor);
	width: 45px;
	height: 45px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
}

.taskrabbit-clone-app-developed-work-wrap {
	position: relative;
	text-align: left;
	padding-left: 60px;
	margin-bottom: 34px;
}

.taskrabbit-clone-app-developed-work-wrap .hlc-subheading {
	text-align: left;
	padding-bottom: 4px;
}

.taskrabbit-clone-app-developed-work-heading {
	font-family: 'Gilroy-Bold';
	font-size: 23px;
	color: #282828 !important;
	margin-bottom: 29px;
	border-bottom: 2px solid #d9d9d9;
	padding-bottom: 14px;
	width: max-content;
}

.launch-uber-app .leading-cashapp-industry-wrap {
	background: #012A5E !important;
	border: 1px solid #fff;
}

section.hlc-uber-customer ul.key_features_list::before {
	height: 70%;
}

section.hlc-uber-driver ul.key_features_list::before {
	height: 69%;
}

section.hlc-uber-admin-console ul.key_features_list::before {
	height: 70%;
}

section.hlc-uber-corporate-console ul.key_features_list::before {
	height: 70%;
}

section.hlc-food-customer-app ul.key_features_list::before {
	height: 69%;
}

section.hlc-car-rental-customer ul.key_features_list::before {
	height: 66%;
}

section.hlc-car-rental-driver ul.key_features_list::before {
	height: 69%;
}

section.hlc-car-rental-admin ul.key_features_list::before {
	height: 61%;
}

section.hlc-roadside-customer-app ul.key_features_list::before {
	height: 61%;
}

section.hlc-roadside-services-app ul.key_features_list::before {
	height: 61%;
}

.hlc-listed-in li {
	width: 18%;
}

.hlc_card_img img {
	width: 100%;
}

.hlc-listed-in-wrap {
	background-color: #fff;
	border-radius: 13px;
	-webkit-box-shadow: 0 22px 50px 0 #0000001a;
	box-shadow: 0 22px 50px 0 #0000001a;
	padding: 20px;
	text-align: center;
}

.hlc-coirsera-process li {
	width: 24%;
	margin-top: 75px;
}

section.hlc-coursera-learner-app ul.key_features_list::before {
	height: 61%;
}

section.hlc-instructor-learner-app ul.key_features_list::before {
	height: 61%;
}

section.hlc-instructor-admin-panel ul.key_features_list::before {
	height: 61%;
}

.fiverr-addons .hlc-new-development-process-wrap {
	background: #f9f9f9;
}

section.hlc-admin-bus-reservation ul.key_features_list::before {
	height: 61%;
}

.hlc-inner-portfolios .hlc-portfolio-technologies {
	justify-content: space-between;
	margin-top: 20px;
}

.hlc-postmate-clone-features li {
	width: 25%;
}

section.hlc-car-rental-vendor ul.key_features_list::before {
	height: 60%;
}

section.hlc-online-rental-customer ul.key_features_list::before {
	height: 61%;
}

.banner-check-list {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 30px;
}

.banner-check-list li {
	font-family: 'poppins-regular';
	color: #000;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 12px;
	position: relative;
	padding-left: 36px;
}

.banner-check-list li::after {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	left: 0;
	background: var(--theme-mainColor);
	color: #fff;
	padding: 4px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.hlc_key_feature .hlc-main-heading {
	font-size: 30px;
}

.hlc-subheading a {
	color: #282828 !important;
	text-decoration: underline;
}

.hlc-subheading a:hover {
	color: var(--theme-mainColor) !important;
	text-decoration: underline;
}

.hlc-software-solutions-wrap .hlc-subheading {
	font-size: 18px;
}

.banner img {
	aspect-ratio: auto 740/426;
}

.hlc-gojek-clone-services .tab-content img {
	aspect-ratio: auto 45/45;
}

.hlc-smart-computing-power-wrap img {
	aspect-ratio: auto 70/70;
}

.hlc_key_feature img {
	aspect-ratio: auto 652/686;
}

.hlc-notable-features img {
	aspect-ratio: auto 408/248;
	transition: 0.5s all ease-in-out;
}

.hlc-new-tech-stacks-wrap img {
	aspect-ratio: auto 65/65;
}

.hlc-why-us-wrap img {
	margin-bottom: 13px;
	aspect-ratio: auto 70/70;
}

.hlc-revenue img {
	aspect-ratio: auto 740/402;
}

.hlc-partners-main-wrap img {
	aspect-ratio: auto 80/80;
}

.qomas {
	aspect-ratio: auto 64/69;
}

.home-page-clients .client-image img {
	aspect-ratio: auto 45/45;
}

.footerlogo img {
	aspect-ratio: auto 198/48;
}

.navbar-brand img {
	aspect-ratio: auto 198/48;
}

.blog-wrap img {
	aspect-ratio: auto 410/216;
}

.onlyfans-opportunities img {
	aspect-ratio: auto 525/525;
}

.onlyfans-revenue-icon img {
	aspect-ratio: auto 50/50;
}

.offer-custom-cash-app-clone-icon img {
	aspect-ratio: auto 64/64;
}

.hlc-multiple-integration-partners-wrap img {
	aspect-ratio: auto 70/70;
}

.hyper_banner_form #submit_btn {
	width: 100%;
	background: var(--theme-mainColor);
	border: 0;
	padding: 14px;
}

.hyper_banner_form #message {
	height: 100px !important;
	resize: none;
}

.multivendor-unique-features-icon img {
	aspect-ratio: auto 50/50;
}

.multivendor-unique-features-app img {
	aspect-ratio: auto 243/487;
}

.hlc-partners-main-wrap span {
	display: block;
}

.about-us-banner {
	background-image: url("../about-us-banner.html");
	background-repeat: no-repeat;
	background-position: center center;
	padding: 243px 00px 161px 00px;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.about-us-banner:after {
	content: '';
	position: absolute;
	z-index: -1;
	background: #15151575;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.about-us-banner .banner-text {
	width: 60%;
}

.white {
	color: #fff !important;
}

.about-us-banner h1 {
	font-family: 'Gilroy-Heavy';
	font-size: 60px;
	margin-bottom: 20px;
	line-height: 64px;
}

.absolute-menu-white .nav-link {
	color: #fff !important;
}

.absolute-menu-white .dropdown:hover .nav-link {
	background: transparent;
	color: #fff !important;
}

.absolute-menu-white .nav-link::before {
	background: #fdfdfd !important;
}

.absolute-menu-white .dropdown::after {
	color: #fff;
}

.absolute-menu-white .navbar-brand .logo {
	display: none;
}

.absolute-menu-white .navbar-toggler-icon {
	color: #fff;
}

.absolute-menu-white .sticky-menu .navbar-brand .logo {
	display: block;
}

.absolute-menu-white .sticky-menu .navbar-brand .logo-white {
	display: none;
}

.absolute-menu-white .sticky-menu .nav-link {
	color: #373a3b !important;
}

.absolute-menu-white .sticky-menu .dropdown:hover .nav-link {
	background: transparent;
	color: var(--theme-mainColor) !important;
}

.absolute-menu-white .sticky-menu .nav-link::before {
	background: var(--theme-mainColor) !important;
}

.absolute-menu-white .sticky-menu .dropdown::after {
	color: var(--theme-mainColor);
}

.absolute-menu-white .sticky-menu .navbar-toggler-icon {
	color: #000;
}

.what-delivery-growth-wrap {
	text-align: center;
}

.what-delivery-growth {
	background: url("../hlc-about-us-building-bg.html");
	padding: 77px 00px 00px 00px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.what-delivery-growth img {
	margin-top: 30px;
	margin-bottom: 30px;
}

.what-we-do {
	padding: 100px 00px;
}

.about-contact-us-wrap {
	padding: 50px;
	box-shadow: 0 2px 56px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 2px 56px 0 rgba(0, 0, 0, .1);
	border-radius: 40px;
	background: #f9fafb;
}

.about-contact-us-wrap textarea.form-control {
	height: 126px;
	resize: none;
}

.about-contact-us-wrap .form-control {
	height: 52px;
}

.about-contact-us {
	position: relative;
	z-index: 1;
}

.hlc-business-cutting-edge {
	background: #f2f2f2;
}

.roadmap-icon {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	padding: 2px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
	margin-bottom: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #20417a;
}

.new-web-roadmap li {
	text-align: center;
	position: relative;
	z-index: 1;
	width: 16.66%;
	height: 363px;
}

.new-web-roadmap li::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	background-color: rgb(1, 42, 94);
	left: 0;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
}

.new-web-roadmap li:nth-child(even) .roadmap-icon {
	bottom: 0px;
	top: auto;
}

.new-web-roadmap li:nth-child(even) .new-listing-heading.mt-0 {
	bottom: auto;
	top: 27%;
}

.new-web-roadmap li:nth-child(1)::before {
	width: 51%;
	right: 0;
	left: auto;
}

.new-web-roadmap li:nth-last-child(1)::before {
	width: 50%;
	left: 0;
	right: auto;
}

.new-web-roadmap li::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 50%;
	background-color: rgb(1, 42, 94);
	left: 48%;
	z-index: -1;
	top: 1%;
	transform: none;
}

.new-web-roadmap li:nth-child(even)::after {
	bottom: 0%;
	top: auto;
}

.road-map-content {
	margin-top: 215px;
}

.road-map-content p {
	font-size: 15px;
	line-height: 22px;
}

.our-vision-image-wrap {
	width: 300px;
	height: 300px;
	border: 1px solid #ccc;
	border-radius: 50%;
	margin: 0 auto 20px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9px;
}

.our-vision-image-wrap img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.our-vision-wrap {
	text-align: center;
}

.refine-ev-software {
	background: url("../redefining-ev-charging-software-bg.html");
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}

.refine-ev-software-wrap {
	width: 50%;
	margin: 0 0 0 auto;
}

.ev-bg {
	background: url("../ev-charging-bg-img.html");
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
}

.ev-bg::after {
	content: '';
	position: absolute;
	z-index: -1;
	background: #ffffffa6;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hlc-gojek-clone-services.gojek-clone-app-services.multi-services-tab .nav.nav-tabs li {
	width: 33.33%;
	text-align: center;
}

section.hlc-car-reservation-rental ul.key_features_list::before {
	height: 72%;
}

section.hlc-car-reservation-owners ul.key_features_list::before {
	height: 70%;
}

section.hlc-car-reservation-admin ul.key_features_list::before {
	height: 70%;
}

.inside-faqs-list {
	list-style: disc;
	padding-left: 17px;
	margin-top: 0;
}

.inside-faqs-list li {
	width: 100%;
	color: #000;
	margin-bottom: 0px;
	line-height: 28px;
	font-family: 'poppins-regular';
	font-size: 18px;
}

.hlc-main-heading.inherit-font-size {
	font-size: 36px;
}

.hlc-new-tect-stacks-card ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 13px;
}

.hlc-new-tect-stacks-card ul li {
	width: 48%;
	position: relative;
	padding-left: 5px;
	margin: 10px 00px;
	list-style: disc;
}

.hlc-new-tect-stacks-card .hlc-subheading {
	text-align: left;
	margin-bottom: 15px;
}

.hlc-new-tect-stacks-card {
	border: 1px solid #f2f2f2;
	background: #F7F8FF;
	padding: 19px;
	border-radius: 17px;
	margin-bottom: 20px;
}

section.hlc-food-delivery-customer-app ul.key_features_list::before {
	height: 61%;
}

section.hlc-food-delivery-driver ul.key_features_list::before {
	height: 62%;
}

section.hlc-food-delivery-restaurant-app ul.key_features_list::before {
	height: 64%;
}

.hlc-apps-list {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	flex-wrap: wrap;
	margin-top: 10px;
}

.hlc-apps-list li {
	width: 32%;
}

.hlc-app-tabs .hlc-gojek-clone-services-wrap p {
	font-family: 'poppins-regular';
	margin-top: 6px;
	font-size: 16px;
	line-height: 25px;
}

.hlc-app-tabs .nav.nav-tabs {
	width: 100%;
	margin: 0 auto;
	border: 0;
	max-width: fit-content;
	background: #fff;
	padding: 10px;
	border-radius: 50px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hlc-apps-list li {
	width: 49%;
	margin-bottom: 15px;
}

.hlc-app-tabs .nav-tabs a.gojek-clone-link {
	border-right: 3px solid #fff !important;
	background: transparent;
}

.first-gojekk {
	border-radius: 50px;
}

.hlc-app-tabs .nav-tabs a.active {
	background-color: var(--theme-mainColor) !important;
	color: #fff !important;
}

.hlc-app-tabs .hlc-gojek-clone-services-wrap {
	margin: 0;
}

.hlc-app-tabs .nav.nav-tabs li {
	width: auto !important;
}

.hlc-apps-list.three-row-app-list li {
	width: 32.5%;
}

.hlc-apps-list.three-row-app-list {
	margin-top: 0;
}

#uber-admin-panel .hlc-apps-list li {
	width: 32.5%;
	margin-bottom: 15px;
}

#uber-admin-panel .hlc-apps-list {
	margin-top: 30px;
}

.uber-bidding-features {
	background: url("../uber-bidding-features.html");
	background-size: cover;
	background-position: center center;
	position: relative;
}

.uber-bidding-features-wrap {
	background: #fff;
	text-align: center;
	padding: 23px;
	margin-bottom: 27px;
	border-radius: 15px;
}

.uber-bidding-features-wrap .hlc-subheading {
	margin-bottom: 5px;
	margin-top: 12px;
}

.uber-payment-gateway li {
	width: 32%;
	margin-bottom: 20px;
}

.full-width-faqs-tabing .custom-faq-flex li {
	width: 100%;
}

.full-width-faqs-tabing .nav.nav-tabs {
	width: 100%;
	border-bottom: 3px solid var(--theme-mainColor);
}

.full-width-faqs-tabing .nav.nav-tabs li {
	width: 25%;
}

.full-width-faqs-tabing .nav-tabs a.active {
	background-color: #e6272e !important;
	color: #fff !important;
}

.full-width-faqs-tabing .nav-tabs a.gojek-clone-link {
	background-color: #012a5e0a;
}

.full-width-faqs-tabing .tab-content {
	padding: 0;
	margin-top: 25px;
}

.full-width-faqs-tabing .custom-faq-wrap {
	padding: 00px 0px;
}

.full-width-faqs-tabing .nav.nav-tabs li:last-child .gojek-clone-link {
	border: 0 !important;
}

.portfolioslider.owl-carousel .owl-item img {
	display: block;
	width: 243px;
	height: 100%;
	object-fit: contain;
	margin: 0 auto;
}

.portfolioslider .owl-dots {
	text-align: center;
	padding-top: 26px;
}

.portfolioslider .owl-dots button.owl-dot.active {
	opacity: 1 !important;
	transform: scale(1) !important;
}

.portfolioslider .owl-dot span {
	width: 12px;
	height: 12px;
}

.portfolio-carousel-wrap {
	margin-top: 20px;
}

.eBook_feature_listing::before {
	height: 71% !important;
}

h2.hlc-submain-heading {
	font-family: 'Gilroy-Bold';
	color: #17173a !important;
	font-size: 26px;
	text-transform: capitalize;
	line-height: 38px;
	letter-spacing: inherit;
	margin-bottom: 10px;
}

.p2pcashapp-backBorder {
	border-bottom: 3px solid #012a5e;
	position: relative;
	overflow: hidden;
}

.p2pcashapp-backBorder:before {
	position: absolute;
	left: -130px;
	top: -110px;
	height: 200px;
	width: 200px;
	background-color: #012a5e12;
	content: "";
	border-radius: 100%;
}

.equal-ht-list {
	justify-content: center;
}

.equal-ht-list .hlc-onlyfans-process-wrap {
	width: 90%;
	height: 100%;
}

.equal-ht-list .uber-bidding-features-wrap {
	height: 95%;
}

.remove-heading-caps {
	text-transform: none;
}

.hlc-subleft {
	text-align: left;
	margin-bottom: 10px;
}

.key_follower_app::before {
	height: 84% !important;
}

.key_creater_app::before {
	height: 87% !important;
}

.key_fansly_panel::before {
	height: 87% !important;
}

.threads-tactics {
	margin: -10px 0 20px 0;
}

.threads-tactics p {
	margin-bottom: 14px;
}

ul.threads-key-feature {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.threads-key-feature li {
	width: 24%;
	text-align: center;
	padding: 20px;
	background: #fff;
	margin-bottom: 10px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border-radius: 10px;
	border-bottom: 10px solid #e92b26;
	transition: 0.5s ease;
}

ul.threads-key-feature li:hover {
	background-color: #f2f2f2;
}

section.hlc-custom-padd.hlc-smart-computing-power.hlc-light-bg ul.threads-key-feature {
	row-gap: 20px;
}

section.hlc-custom-padd.hlc-loyal-list-second.hlc-light-bg.ride-loyality.ride-new-loyality {
	background-color: #f5f5f5;
}

.thread-clone-app-workflow {
	justify-content: left;
}

.thread-clone-app-workflow li {
	padding: 15px;
}

.thread-clone-app-workflow .hlc-onlyfans-process-wrap {
	height: 100%;
}

.threads-multiple-profile {
	background: #f3f3f8;
	padding: 25px;
	width: 100%;
	height: 100%;
}

.threads-multiple-profile ul {
	margin-top: 30px;
	list-style: none;
	padding-left: 0;
}

.threads-multiple-profile ul li {
	position: relative;
	padding-left: 30px;
	line-height: 24px;
	margin-bottom: 10px;
}

.threads-multiple-profile ul li:before {
	content: "\f058";
	font-family: FontAwesome;
	color: #000;
	font-size: 22px;
	padding-right: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}

ul.threads-key-feature .hlc-subheading {
	margin: 10px 0 10px 0;
}

.thread_key_features_list::before {
	height: 88% !important;
}

.ecommerce-web-tech-custm ul li .hlc-new-development-process-wrap {
	box-shadow: 0px 0px 3px 0px rgba(21.999999999999982, 0, 38, 0.2823529411764706);

}

.industry-leading-caps li {
	width: 18%;
	margin-bottom: 20px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 3px 0px rgba(21.999999999999982, 0, 38, 0.2823529411764706);
}

.industry-leading-caps-inner {
	padding: 10px;
}

.ecommerce-web-service-slide .hlc_card_six {
	background: transparent;
	border: none;
	box-shadow: none;
}

.ecommerce-web-service-slide .portfolioslider.owl-carousel .owl-item img {
	width: 280px;
}

.label-responsive-space .eBook_feature_listing {
	margin-bottom: 30px;
}

.industry-leading-caps li img {
	margin-bottom: 15px;
}

.process-ecommerce-devv .hlc-smart-computing-power-wrap {
	background: #fbfaff;
	margin-bottom: 30px;
	height: 96%;
	border: 1px solid #ccc;
}

.ecommerce-web-tech-custm-inner li {
	width: 32%;
}

.ecommerce-web-tech-custm-inner li .hlc-new-development-process-wrap {
	height: 100%;
	padding: 22px 20px 22px 20px;
}

.custm-border-4box .hlc-smart-computing-power-wrap {
	border: 1px solid #c5c5c5;
	height: 100%;
	border-radius: 8px;
}

.faq-singleline h3 {
	line-height: 46px;
}

.custm-know-more {
	width: 80%;
	text-align: left;
}

.noon-clone-panel-line ul.key_features_list:before {
	height: 85% !important;
}

.custm-4nav-tabs li {
	width: 24% !important;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.onlin-order-systemm .hlc-new-development-process-wrap {
	height: 100%;
}

.key-feature-online-order li {
	width: auto !important;
	margin-left: unset;
	margin-right: unset;
}

.key-feature-online-order li a.first-gojekk {
	padding: 10px 20px 10px 20px;
}

.features-scroll-nav-tabs {
	display: flex;
	overflow-x: auto;
	flex-wrap: inherit;
	white-space: nowrap;
}

.features-scroll-nav-tabs::-webkit-scrollbar {
	width: 10px;
	height: 5px;
}

.features-scroll-nav-tabs::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.features-scroll-nav-tabs::-webkit-scrollbar-thumb {
	background: #888;
}

.features-scroll-nav-tabs::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.show-feature-order-online img {
	display: block !important;
}

.delivery-timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}

.delivery-timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #ccc;
	left: 50%;
	margin-left: -1.5px;
}

.delivery-timeline>li {
	margin-bottom: 20px;
	position: relative;
}

.delivery-timeline>li:before,
.delivery-timeline>li:after {
	content: " ";
	display: table;
}

.delivery-timeline>li>.timeline-badge {
	color: #000;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	font-weight: 600;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #ccc;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.delivery-timeline>li>.timeline-panel {
	width: 46%;
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.delivery-timeline>li>.timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}

.delivery-timeline>li.timeline-inverted>.timeline-panel {
	float: right;
}

.delivery-timeline>li.timeline-inverted>.timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.delivery-timeline>li:after {
	clear: both;
}

.hlc-apps-list-guarantee-roi p {
	font-family: 'poppins-regular';
	margin-top: 6px;
	font-size: 16px;
	line-height: 25px;
}

.hlc-new-tech-app-tabs a.first-gojekk.gojek-clone-link.active {
	color: #fff !important;
	background: var(--theme-mainColor) !important;
}

.hlc-new-tech-app-tabs a.first-gojekk.gojek-clone-link {
	background: #e1e1e1 !important;
	color: #000 !important;
	border: none !important;
}

.hlc-new-tech-app-tabs ul.custm-4nav-tabs li {
	width: auto !important;
	margin-bottom: 25px;
}

.hlc-new-tech-app-tabs ul.custm-4nav-tabs li a {
	padding: 6px 30px 6px 30px;
}

.hlc-new-tech-app-tabs .hlc-new-tech-stacks-wrap {
	height: 100%;
}

ul.trust-demand-grocery-service {
	list-style: none;
	padding: 0;
}

.trust-demand-grocery-service-inner .hlc-subheading {
	text-align: left;
	margin-bottom: 6px;
}

.trust-demand-grocery-service-inner {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.trust-demand-grocery-service-inner img {
	margin-right: 10px;
}

.scroll-grocery-appImg img {
	position: sticky;
	top: 76px;
}

.hlc-apps-list-guarantee-roi li {
	width: 32%;
}

.hlc-apps-list-guarantee-roi li .hlc-gojek-clone-services-wrap {
	height: 98%;
}

.hlc-gojek-clone-services-wrap {
	height: 95%;
}

.hlc_card_six {
	height: 96%;
}

.hlc-smart-computing-power-wrap {
	height: 95%;
}

.hlc-why-us-wrap {
	height: 95%;
}

.offer-custom-cash-app-clone-wrap {
	height: 98%;
}

.hlc-new-development-process-wrap {
	height: 98%;
}

.p2pcashapp-wrap {
	height: 97%;
}

.powered-bussiness-ecommerce-wrap {
	height: 98%;
}

.revenue-wrap {
	height: 98%;
}

.hlc-app-stacks-wrap {
	height: 98%;
}

.hlc-new-tech-stacks-wrap {
	height: 98%;
}

.hlc-rewards-wrap {
	height: 98%;
}

.hlc-multiple-integration-partners-wrap {
	height: 98%;
}

.unique-offer-car {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FF738E;
	border-radius: 50%;
	margin-bottom: 20px;
}

.unique-offer-car .hlc-subheading {
	color: #012a5e !important;
	margin-bottom: 0;
	font-size: 25px;
}

.cards4management {
	background: transparent;
}

.cards4management .hlc-rewards-wrap {
	text-align: left;
}

.cards4management .hlc-subheading {
	text-align: left;
	margin: 15px 0 10px 0;
}

.cards4management .hlc-rewards-wrap {
	text-align: left;
	/* border: 1px solid #e92b26; */
	border-radius: 5px;
	height: 95%;
	background: #fff;
	box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
}

.cards4management .hlc-flex-list li {
	width: 24%;
}

.Getaround-space {
	margin-top: 0 !important;
}

#top-head-contact {
	background: -webkit-gradient(linear, left top, right top, from(#012a5e), to(#5aa3ff));
	background: linear-gradient(90deg, #012a5e, #5aa3ff);
	border-radius: 50px;
	color: #fff !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

#top-head-contact:hover {
	background: -webkit-gradient(linear, left top, right top, from(#5aa3ff), to(#012a5e));
	background: linear-gradient(90deg, #5aa3ff, #012a5e);
	color: #fff !important;
}

.pulse-new-animate {
	position: absolute;
	right: 0;
	bottom: 28px;
	font-size: 13px !important;
	background: #fef0f1;
	color: #e6272e;
	border: 1px solid #e6272e;
	padding: 2px 7px 2px 7px;
	font-weight: 600;
	border-radius: 50px;
	line-height: normal;
	animation: pulse-new-animate 2s linear infinite;
}

@keyframes pulse-new-animate {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	50% {
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

.multiple-offering .main-heading-wrap {
	margin-left: auto;
	margin-right: auto;
}

.fixedhedercontact {
	position: fixed;
	right: -42px;
	transform: rotate(-90deg);
	z-index: 9999;
	top: 40%;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-radius: 10px;
	padding: 7px 20px 7px 20px !important;
}

.home-testimonial-arrow .owl-nav.disabled {
	display: flex !important;
	justify-content: center;
	margin-top: 40px;
}

.home-testimonial-arrow button span {
	background: #072a5d !important;
	width: 50px;
	height: 50px;
	color: #fff !important;
	display: block;
	border-radius: 50%;
	text-align: center;
	line-height: 43px !important;
	border: 1px solid #072a5d !important;
	font-size: 40px !important;
	margin: 0 2px 0 2px;
}

ul.flex-car-tech-stacks {
	list-style: none;
	padding-left: 0;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

ul.flex-car-tech-stacks li {
	width: 31%;
	text-align: center;
}

ul.flex-car-tech-stacks .car-tech-stacks-wrap {
	background-color: #fff;
	border-radius: 13px;
	-webkit-box-shadow: 0 22px 50px 0 #0000001a;
	box-shadow: 0 22px 50px 0 #0000001a;
	padding: 20px;
	text-align: center;
	border: 1px solid #ededed;
}

.main-flex-car-tech-stacks .hlc-subheading {
	text-align: left;
	margin-bottom: 15px;
}

ul.flex-car-tech-stacks li p {
	margin-top: 10px;
}

.footer-main-contact-form .footer-contact-list {
	list-style: none;
	padding-left: 0;
	text-align: left;
}

.footer-main-contact-form .footer-contact-list a {
	color: #012a5e;
}

.footer-main-contact-form #hlc-popup {
	width: 90%;
	margin: 25px auto;
	padding: 30px;
	box-shadow: 0 2px 56px 0 rgba(0, 0, 0, .1);
	border-radius: 10px;
}

.footer-main-contact-form #hlc-popup textarea.form-control {
	height: 150px;
}

.white-label-app-screens .portfolio-carousel-wrap {
	position: relative;
}

.white-label-app-screens .portfolio-carousel-wrap .iphone-cover {
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	margin: auto;
	width: 310px;
	top: -60px;
	bottom: 0;
}

.white-label-app-screens .portfolio-carousel-wrap .item img {
	width: 270px;
	height: 100%;
	object-fit: contain;
	margin: 0 auto;
}

.white-label-app-screens .portfolio-carousel-wrap button.owl-prev {
	background: #012a5e !important;
	border: 1px solid #012a5e !important;
	color: #fff !important;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.white-label-app-screens .portfolio-carousel-wrap button.owl-next {
	background: #012a5e !important;
	border: 1px solid #012a5e !important;
	color: #fff !important;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.white-label-app-screens .portfolio-carousel-wrap button span {
	font-size: 25px !important;
}

.white-label-app-screens .portfolio-carousel-wrap .owl-dots {
	text-align: center;
}

.heightbox-whitelabel-feature .uber-bidding-features-wrap {
	height: 90%;
}

.uppercase-none {
	text-transform: unset;
}

.hyperlocal-wrap-opensea {
	background: #FBFAF5;
	border-radius: 34px;
	padding: 50px;
}

.hyperlocal-wrap-opensea ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #e6272e;
	font-size: 18px;
	padding-right: 0.5em;
	position: absolute;
	top: 0;
	left: 0;
}

.hyperlocal-wrap-opensea ul {
	list-style: none;
	padding-left: 20px;
}

.hyperlocal-wrap-opensea ul li {
	line-height: 24px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
}

.fourbtntabs .nav.nav-tabs li {
	width: 24%;
}

.first-gojekk-border-color a.first-gojekk.gojek-clone-link {
	border-color: #eceef2 !important;
}

.hlc-apps-list-full li {
	width: 100%;
}

.hlc-apps-list-full li .hlc-gojek-clone-services-wrap {
	padding: 25px 15px;
}

.card-hover-up-main {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.card-hover-up-img .hlc-subheading {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-hover-up-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s ease;
	opacity: 0;
	background-color: #072a5d;
	z-index: 2;
	height: 0;
	border: 1px solid #b8b8b8;
}

.card-hover-up-content-inner {
	padding: 35px 15px;
}

.card-hover-up-main:hover .card-hover-up-content {
	opacity: 1;
	height: 100%;
}

.card-hover-up-img-before {
	position: relative;
}

.card-hover-up-img-before:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
	background-image: linear-gradient(transparent, #072a5d);
}

.card-hover-up-img-before img {
	width: 100%;
}

.hover-business-model:hover {
	transform: translateY(-0.25rem);
	box-shadow: 0 0.275rem 0.75rem -0.0625rem rgb(19 16 34 / 2%), 0 0.125rem 0.4rem -0.0625rem rgb(19 16 34 / 22%);
	transition: 0.2s;
}

.hlc_card_img {
	overflow: hidden;
}

.hlc_card_six:hover img {
	transform: scale(1.1);
}

.hlc_card_six:hover img {
	transform: scale(1.1);
	rotate: 5deg;
}

.hlc_card_img img {
	transition: 0.5s all ease-in-out;
}

.featured-offered-card li {
	transition: 0.5s ease-in-out;
	cursor: pointer;
	position: relative;
	margin-bottom: 25px;
	width: 49%;
}

.featured-offered-card li .ride-loyality-wrap {
	box-shadow: 0px 0px 6px -3px;
	border-radius: 20px;
	height: 100%;
}

.featured-offered-card li:hover .ride-loyality-wrap {
	border-radius: 20px 0 20px 0;
}

.featured-offered-card li:hover {
	transition: 0.5s ease-in-out;
}

.payment-features-single-line1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 20%;
	width: 20%;
	border-radius: 20px 0px 0px 0px;
	border-top: 2px solid;
	border-left: 2px solid;
	transition: 0.5s linear;
}

.payment-features-single-line2 {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 20%;
	width: 20%;
	border-radius: 0px 0px 20px 0px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transition: 0.5s linear;
}

.featured-offered-card li:hover .payment-features-single-line1,
.featured-offered-card li:hover .payment-features-single-line2 {
	transition: 0.5s linear;
	height: 100%;
	width: 100%;
}

.cashapp-solutions-offered-wrap:hover {
	transform: scale(1.05, 1.05);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.trust-demand-grocery-service-inner {
	padding: 15px;
}

.trust-demand-grocery-service-inner:hover {
	background: #f1f1f1;
	cursor: pointer;
}

.cashapp-solutions-offered-wrap:hover img {
	transform: rotateY(180deg);
	transition: .9s;
}

.mobile-banking-benefits .offer-custom-cash-app-clone-wrap:hover img {
	transform: rotateY(180deg);
	transition: .9s;
}

.fa-twitter-x:before {
	content: "𝕏";
}

.privacy-contact-link {
	color: #000;
}

.portfolio-bg-mealed {
	background: url(../portfolio-bg-mealed.html) center / cover no-repeat !important;
	padding: 20px 0;
}

.online-shopping-malaysia-bg {
	background: url(../online-shopping-malaysia-bg.html) center / cover no-repeat !important;
	padding: 20px 0;
}

.portfolio-b8k-bg {
	background: url(../portfolio-b8k-bg.html) center / cover no-repeat !important;
	padding: 20px 0;
}

.sastasundar-bg {
	background: url(../sastasundar-bg.html) center / cover no-repeat !important;
	padding: 20px 0;
}

.eatdelivery-bg {
	background: url(../eatdelivery-bg.html) center / cover no-repeat !important;
	padding: 20px 0;
}

.laundry-on-demand-five li {
	width: 19%;
}

.laundry-on-demand-five-inner .hlc-subheading {
	text-align: left;
	font-size: 20px;
	margin: 10px 0;
}

.laundry-on-demand-five-main {
	background-color: #f0fafe;
}

.laundry-on-demand-five-inner p {
	font-size: 16px;
}

#blogection h3.hlc-subheading {
	font-size: 20px !important;
}

#blogection h4.hlc-subheading {
	font-size: 17px !important;
}

.how-car-rental-app-work li {
	width: 100%;
}

.how-car-rental-app-work-inner {
	margin-bottom: 30px;
}

.how-car-rental-app-work-inner span {
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	background-color: #ffffff;
	width: 35px;
	height: 35px;
	display: inline-block;
	border-radius: 50px;
	text-align: center;
}

.how-car-rental-app-work-inner span:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -2px;
	left: -2px;
	right: 0;
	width: 40px;
	height: 40px;
	background-color: #072a5d;
	border-radius: 70% 40% 70% 40%;
}

.fastering-rental-flex li {
	width: 32%;
	text-align: center;
	border: 1px solid #c1c1c1;
	padding: 20px;
	background: #fff;
	margin-bottom: 10px;
}

.fastering-rental-flex li .hlc-subheading {
	margin: 10px 0;
}

.launch-car-rental-space {
	margin-bottom: 15px;
}

a.read-all-blogs:hover {
	color: #e92b26;
}

a.read-all-blogs {
	color: #000;
	font-size: 17px;
}

.contact-us-banner {
	background: url(../contact-us-banner.html) center / cover no-repeat !important;
	padding: 120px 0 120px;
	position: relative;
}

.contact-us-banner h1 {
	font-size: 40px;
}

.contactformpadd input.form-control {
	height: calc(2.5em + .75rem + 2px);
}

.contactformpadd textarea.form-control {
	height: 150px;
}

.contact-callmail {
	margin: 20px 0 0;
}

.contact-callmail a {
	color: #000;
}

.contact-callmail i.fa {
	background: #e6272e;
	color: #fff;
	padding: 9px;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	vertical-align: middle;
}

.contact-callmail i.fa-phone {
	padding: 10px;
}

ul.social-media {
	list-style: none;
	padding: 0;
}

ul.social-media i.fa {
	background: #e6272e;
	color: #fff;
	padding: 10px;
	border-radius: 30px;
	width: 35px;
	height: 35px;
}

ul.social-media i.fa-instagram {
	padding: 7px 0 10px 8px;
}

ul.social-media i.fa-linkedin {
	padding: 7px 0 0 9px;
}

.contact-callmail p {
	margin-top: 10px;
}

.contact-callmail a:hover {
	background: linear-gradient(270deg, #247be8, #012a5e);
	color: transparent;
	-webkit-background-clip: text;
}

ul.social-media i.fa-twitter-x {
	padding: 7px 0 0 10px;
}

.cta-hlc-align {
	text-align: left !important;
}

.equalize {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.equalize:nth-child(3),
.equalize:nth-child(6) {
	border-right: none;
}

.equalize:nth-child(4),
.equalize:nth-child(5),
.equalize:nth-child(6) {
	border-bottom: none;
	border-left: 1px solid #ccc;
}

.apps-key-features {
	padding: 20px;
}

.apps-key-features .hlc-subheading {
	margin: 18px 0 10px;
}

.equalize:hover img {
	transform: rotateY(360deg);
	transition-duration: 1s;
}

.process-arrow-seo {
	position: relative;
}

.process-arrow-seo:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -70px;
	width: 100%;
	height: 100%;
	background: url(../process-arrow.html);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.process-arrow-seo .hlc-flex-list li {
	width: 19%;
}

.equalize:nth-child(4) {
	border-left: unset;
}

.escooter-app-banner-bg {
	background: linear-gradient(to right, #6cb66059, #6cb66059, #ffffff);
}

.escooter-card-effect li {
	width: 31%;
	box-shadow: 0 10px 19px #bbbbbb1a;
	border: 1px solid #e0e0e0;
	border-radius: 20px;
}

.escooter-card-effect li .hlc-subheading {
	background: #f4f8ff;
	padding: 20px;
	border-radius: 20px 20px 0 0;
}

.escooter-card-effect li:hover .hlc-subheading {
	background-color: #333;
	color: #fff !important;
}

.escooter-card-effect li p {
	padding: 20px;
	border-radius: 0 0 20px 20px;
}

.business-benefit-escooter-app {
	background-image: url(../business-benefit-escooter-app.html);
	background-size: cover;
	background-position: center;
}

.testimonial-new-main li {
	width: 48%;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 25px rgba(0, 0, 0, .1);
	padding: 2rem;
	margin-bottom: 30px;
}

.testimonial-new-main {
	margin-top: 40px;
}

.testimonial-details {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

.testimonial-details .fa-star {
	color: orange;
}

.heading-removecapit {
	text-transform: inherit;
}

.top-list-highlight {
	background: #fff;
	padding-top: 8px;
}

#topheader .top-list a.nav-link:hover {
	color: var(--theme-mainColor) !important;
}

.trusted-logo-popup-main {
	position: relative;
	z-index: 1;
}

.trusted-logo-popup {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
	gap: 10px 0;
	background: #ffffff61;
	padding: 5px;
}

.trusted-logo-popup img {
	width: 28%;
}

.home-testimonial-details {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

.home-testimonial-details img {
	width: auto !important;
}

.tabcontent {
	display: none;
}

.tab.benefit-ehr-links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
	gap: 30px;
}

.benefit-ehr-links a {
	background-color: #fff;
	border: none;
	padding: 60px 20px 60px 20px;
	transition: all .2s ease;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.benefit-ehr-box .tabcontent {
	background-color: #fff;
	border: none;
	min-height: 320px;
	padding: 60px 20px 60px 20px;
	transition: all .2s ease;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.benefit-ehr-links a.active {
    background: linear-gradient(to right, #058d663d, #f2fcfe);
}

.zillo-tabs .hlc-new-development-process-wrap {
	padding: 22px 20px 22px 20px;
}

.zillo-tabs .nav-tabs a.gojek-clone-link {
	border-right: 3px solid #eceef2 !important;
}

.cab-taxi-fleet .drop-sec-padd {
	padding: 20px 20px 10px 20px;
}

.hyper-main-menu {
	padding: 0;
	list-style: none;
}

.main-menu-img {
	width: 100% !important;
}

.cab-taxi-fleet .dropdown-content.delivery-dropdown {
	right: -830%;
	min-width: 1000px;
	width: 100%;
	border-radius: 0 0 40px 40px;
}

.card-hover-up-content-inner a:hover {
	text-decoration: underline;
	color: #fff;
}

.card-hover-up-content-inner a {
	color: #fff
}

.hlc_card_content a:hover {
	text-decoration: underline;
	color: #000;
}

.hlc_card_content a {
	color: #000;
}

ul.threads-key-feature li a {
	color: #000;
}

ul.threads-key-feature li a:hover {
	text-decoration: underline;
	color: #000;
}

.marketplace-respo .dropdown-content.delivery-dropdown {
	right: -310%;
}

.fooddelivery-respo .dropdown-content.delivery-dropdown {
	right: -190%;
}

.white-label-drop-main .dropdown-content.delivery-dropdown {
	right: 0px !important;
	min-width: 1100px;
}

.why-grab-box .p2pcashapp-wrap {
	border-radius: 0;
}

.why-grab-box .flex3boxes li:nth-child(1):hover .p2pcashapp-wrap {
	background-color: #ffe6dc;
}

.why-grab-box .flex3boxes li:nth-child(2):hover .p2pcashapp-wrap {
	background-color: #ecf3fc;
}

.why-grab-box .flex3boxes li:nth-child(3):hover .p2pcashapp-wrap {
	background-color: #fff9dd;
}

.why-grab-box .flex3boxes li:nth-child(4):hover .p2pcashapp-wrap,
.why-grab-box .flex3boxes li:nth-child(10):hover .p2pcashapp-wrap {
	background-color: #e7fff9;
}

.why-grab-box .flex3boxes li:nth-child(5):hover .p2pcashapp-wrap,
.why-grab-box .flex3boxes li:nth-child(11):hover {
	background-color: #fff2f0;
}

.why-grab-box .flex3boxes li:nth-child(6):hover .p2pcashapp-wrap,
.why-grab-box .flex3boxes li:nth-child(12):hover {
	background-color: #cef9ff;
}

.why-grab-box .flex3boxes li:nth-child(7):hover .p2pcashapp-wrap {
	background-color: #ffe6dc;
}

.why-grab-box .flex3boxes li:nth-child(8):hover .p2pcashapp-wrap {
	background-color: #ecf3fc;
}

.why-grab-box .flex3boxes li:nth-child(9):hover .p2pcashapp-wrap {
	background-color: #fff9dd;
}

.zipcar-clone-banner {
	background-image: linear-gradient(#2e344b, #757c9c);
	padding: 100px 0;
	margin-top: 0;
}

.banner .white {
	color: #fff !important;
}

.custom-cta-hlc-wrap {
	background-image: linear-gradient(#2e344b, #757c9c);
	border-radius: 34px;
	padding: 50px 30px;
	overflow: hidden;
}

.custom-cta-hlc-wrap img {
    position: absolute;
    top: -225px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.zipcar-card-toggle {
	opacity: 0;
	max-height: 0;
	transition: all 0.6s, opacity calc(0.6s * 0.5);
}

.zipcar-card-inner {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: end;
	padding: 30px 30px 30px 30px;
	transition: 0.4s;
	min-height: 400px;
	position: relative;
	cursor: pointer;
	z-index: 1;
	margin-bottom: 30px;
	overflow: hidden;
}

.bike-companies {
	background-image: url(../bike-companies.html);
}

.electric-scooter-companies {
	background-image: url(../electric-scooter-companies.html);
}

.van-companies {
	background-image: url(../van-companies.html);
}

.limo-companies {
	background-image: url(../limo-companies.html);
}

.bus-companies {
	background-image: url(../bus-companies.html);
}

.truck-companies {
	background-image: url(../truck-companies.html);
}

.zipcar-card-inner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: linear-gradient(transparent, rgb(0, 0, 0));
}

.zipcar-card-inner .hlc-subheading {
	text-align: left;
}

.zipcar-card-inner:hover .zipcar-card-toggle {
	opacity: 1;
	max-height: 150px;
}

.partner-banner {
	background-image: url(../partner-banner.html);
	background-position: bottom;
}

.accelerate-business-uber-like-app-banner {
	background-image: url(../accelerate-business-uber-like-app-banner.html);
	padding: 100px 0;
	margin-top: 0;
	background-size: cover;
	background-position: center;
	position: relative;
}

.accelerate-business-uber-like-app-banner:before {
	content: '';
	background: #00000094;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


/* curve card */
.card-curve {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	padding: 0;
	list-style-type: none;
}

.card-curve-inner {
	position: relative;
	display: block;
	height: 100%;
	border-radius: calc(30 * 1px);
	overflow: hidden;
	text-decoration: none;
	border: 1px solid #cbcbcb;
}

.card-curve-image {
	width: 100%;
	height: auto;
}

.card-curve-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	border-radius: calc(30 * 1px);
	background-color: #fff;
	transform: translateY(100%);
	transition: .2s ease-in-out;
}

.card-curve-inner:hover .card-curve-overlay {
	transform: translateY(0);
}

.card-curve-header {
	position: relative;
	display: flex;
	align-items: center;
	gap: 2em;
	padding: 2em;
	border-radius: calc(40 * 1px) 0 0 0;
	background-color: #fff;
	transform: translateY(-100%);
	transition: .2s ease-in-out;
}

.card-curve-arc {
	width: 80px;
	height: 80px;
	position: absolute;
	bottom: 100%;
	right: 0;
	z-index: 1;
}

.card-curve-arc path {
	fill: #fff;
	d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
}

.card-curve-inner:hover .card-curve-header {
	transform: translateY(0);
}

.card-curve-tagline {
	display: block;
	margin: 1em 0;
	font-family: "MockFlowFont";
	font-size: .8em;
	color: #D7BDCA;
}

.card-curve-des {
	padding: 0 2em 2em;
}

/* curve card */

.justify-center-gap {
	justify-content: center;
	gap: 25px;
}

.hlc_card_six:hover a {
	text-decoration: underline;
}

.healthcare-software-dev-company-bg {
	background-image: url(../healthcare-software-dev-company-bg.html);
	padding: 100px 0;
	margin-top: 0;
	background-size: cover;
	background-position: center;
	position: relative;
}

.flex-faqs {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-faqs.collapsed img {
	transform: rotate(45deg);
}

#cards-slide .home-testimonial-main {
	border: 1px solid #072a5d;
	border-radius: 15px;
	padding: 30px;
}

#cards-slide .owl-nav.disabled {
	display: block;
}

#cards-slide .owl-nav.disabled {
	display: block;
	margin-top: 30px;
	text-align: right;
}

#cards-slide .owl-nav.disabled button span {
	background: #072a5d;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	font-size: 30px;
	margin: 0 5px;
	display: block;
}

#cards-slide .owl-dots {
	margin: -41px 0;
	width: 80%;
}

.marketable-ecommerce-app-for-sale-banner-bg {
	background: linear-gradient(to right, #7f7fd5, #86a8e7, #91eae4);
}

.petcare-app-dev-bg {
	background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
	position: relative;
}

.key-feature-pet li::marker {
	content: '✓';
	font-weight: bold;
}

.key-feature-pet li {
	width: 100% !important;
	padding-left: 7px;
}

.key-feature-pet {
	padding-left: 0;
}

.hlc-main-sub-heading {
	font-size: 22px;
	line-height: normal;
}

.custom-cta-hlc-wrap.pet-ctas {
	background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}

.key-feature-pet li .hlc-sub-heading {
	text-align: left !important;
}

.keyfeature-nextdoor ul.key_features_list:before {
	height: 80% !important;
}

.home-rating-reviews {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
	gap: 10px;
}

.build-next-gen {
	font-size: 30px;
	font-weight: 600;
}

.home-new-banner {
	padding: 70px 0;
	position: relative;
	z-index: 1;
}

.home-new-banner .themebtn-new {
	margin: 50px 0 50px;
}

.home-animate4 {
	position: relative;
	padding: 12px 60px 12px 25px !important;
}

.home-new-banner-main {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.home-new-banner:before {
	content: "";
	position: absolute;
	background-image: url(../svg/circluar-shape2.svg);
	background-size: cover;
	background-position: center;
	width: 400px;
	height: 400px;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}

.home-new-banner:after {
	content: "";
	position: absolute;
	background-image: url(../svg/circluar-shape.svg);
	background-size: cover;
	background-position: center;
	width: 400px;
	height: 400px;
	top: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}

.home-new-banner-main:before {
	content: "";
	position: absolute;
	background-image: url(../svg/c-red-shape.svg);
	background-size: cover;
	background-position: center;
	width: 600px;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0 auto;
}

.home-new-banner-main:after {
	content: "";
	position: absolute;
	background-image: url(../svg/sred-shape.svg);
	background-size: cover;
	background-position: center;
	width: 800px;
	height: 100%;
	top: 0;
	right: 0;
	margin: 0 auto;
}

.main-heading-wrap.text-left .new-stats-hlc-dev-inner .new-stats-hlc-cont img {
	width: 50px !important;
}

.new-stats-hlc-dev-inner {
	border: 1px solid rgba(232, 232, 234, 1);
	padding: 20px 20px;
	border-radius: 12.14px;
}

.new-stats-hlc-dev-inner {
	transition: 0.5s;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 20px 20px;
	border-radius: 12.14px;
	border-top: 3px solid #e92b26;
	border-bottom: 3px solid #e92b26;
}

.new-stats-hlc-dev-inner:hover {
	background-color: #e92b260f;
}

.new-stats-hlc-dev li {
	width: 48%;
}

.new-stats-hlc-main {
	background-image: url(../new-stats-hlc-main.html);
	background-size: cover;
	background-position: bottom center;
	padding: 40px 30px 100px;
	border-radius: 15px;
}

.new-cards-section-add .hlc-multiple-integration-partners-wrap {
	position: relative;
	z-index: 1;
}

section.hlc-custom-padd.uber-payment-gateway.pays {
	background-color: #f3f5f7;
}

.hlc-multiple-integration-partners-wrap .image-background-overlay {
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #e92b2621;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
	z-index: -1;
}

.hlc-multiple-integration-partners-wrap:hover .image-background-overlay {
	height: 100%;
}

.image-background-overlay h3.hlc-subheading {
	color: white !important;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}


.new-stats-hlc-cont {
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 12px;
}

.new-stats-hlc-cont .hlc-subheading {
	text-align: left;
}

/* .new-stats-hlc-main {
	background-image: url(../../images/new-stats-hlc-main.webp);
	background-size: cover;
	background-position: bottom center;
	padding: 50px 30px 50px;
	border-radius: 15px;
} */
.new-stats-hlc-main.stats-uber-clone a.themebtn-new.home-animate4:hover {
	background-color: #e92b26;
	color: #fff;
}

.new-stats-hlc-dev {
	gap: 30px 0;
}

.notable-features-hlc-bg {
	background: #FFF0F0;
}

.notable-features-hlc li {
	text-align: center;
	width: 13%;
}

.notable-features-hlc-bg .notable-features-hlc li a {
	background: #fff !important;
	width: 100%;
	height: 100%;
	display: block;
	padding: 15px 5px;
	border-radius: 8px;
}

.notable-features-hlc {
	gap: 20px;
	border: none;
	justify-content: space-between !important;
}

.notable-features-hlc-bg .notable-features-hlc li a.active .hlc-subheading {
	color: #000 !important;
}

.notable-features-hlc-bg .notable-features-hlc li a.active svg path {
	fill: #E92B26 !important;
}

.notable-features-hlc-bg .notable-features-hlc li a .hlc-subheading {
	font-size: 17px;
}

.industry-demands li {
	width: 32%;
}

.industry-demands-inner {
	border: 0.91px solid #B6B6B6;
	padding: 5px 5px 10px;
	border-radius: 15px;
	height: 100%;
}

.industry-demands-inner img {
	border-radius: 15px 15px 0 0;
}

.industry-demands {
	gap: 20px 0px;
}

.industry-demand-slide .item {
	background: #fff;
	border: 2px solid #00000026;
	padding: 20px 10px;
	border-radius: 8px;
}

.industry-demand-slide .owl-nav.disabled {
	display: block !important;
	margin-top: 40px;
}

.industry-demand .owl-carousel.industry-demand-slide .owl-nav button {
	background: #000 !important;
	color: #fff !important;
	margin: 4px !important;
	padding: 5px 12px 8px 12px !important;
	font-size: 40px !important;
	height: 35px !important;
	line-height: 0 !important;
	border-radius: 10px !important;
}

.hyperlocal-soft-tech-stack {
	width: 100%;
	gap: 20px;
	border: none;
}

.hyperlocal-soft-tech-stack li a {
	display: flex;
	background: #fff !important;
	align-items: center;
	justify-content: space-between !important;
	padding: 10px 20px 10px 20px;
	border-radius: 50px;
	margin: 0 auto;
	width: 100%;
	border: 2px solid #000;
	gap: 6px;
}

.hyperlocal-soft-tech-stack li a.active .hlc-subheading {
	color: #E92B26 !important;
}

.hyperlocal-soft-tech-stack li a svg {
	width: 44px;
	height: 40px;
	padding: 6px;
}

.hyperlocal-soft-tech-stack li a svg path {
	fill: #000 !important;
}

.hyperlocal-soft-tech-stack li a.active {
	background: transparent !important;
	border: 2px solid #E92B26;
}

.hyperlocal-soft-tech-stack li a.active svg path {
	fill: #E92B26 !important;
}

.web-tech-stacks-inner {
	border: 1px solid #D2D2D2;
	box-shadow: 0px 4px 4px 0px #00000040;
	border-radius: 14px;
	padding: 40px 20px 40px 20px;
	height: 100%;
}

.web-tech-stacks li {
	width: 21%;
}

/* .web-tech-stacks-sec li {
	width: 15%;
} */

/* .web-tech-stacks-sec-inner {
	background-color: #fff;
	border-radius: 13px;
	-webkit-box-shadow: 0 22px 50px 0 #0000001a;
	box-shadow: 0 22px 50px 0 #0000001a;
	padding: 20px 10px 20px 10px;
} */
.web-tech-stacks-sec li img {
	width: 70px !important;
	height: 70px !important;
	margin: 0 auto;
}

.web-tech-stacks-sec-inner {
	background-color: #fff;
	border-radius: 13px;
	padding: 20px 10px 20px 10px;
	border: 2px solid #00000026;
}

.web-tech-stacks-sec {
	gap: 20px;
	justify-content: center;
}

.testi-client-pic {
	width: 80px !important;
	border-radius: 50%;
	margin: 0 auto;
}

.main-box-testimonial {
	background-image: url(../main-box-testimonial.html);
	background-size: cover;
	background-position: bottom center;
	border: 1px solid #BABABA;
	border-radius: 35px;
	padding: 90px 20px;
	position: relative;
}

.main-box-testimonial-inner {
	width: 60%;
	margin: 0 auto;
}

.testimonial-main-slide {
	position: static !important;
}

.main-box-testimonial-inner .owl-dots .owl-dot {
	position: absolute;
}

.main-box-testimonial-inner .owl-dots button {
	background: transparent;
	border: none;
}

.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(1) {
	left: 10px;
	top: 10%;
}

.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(2) {
	left: 10px;
	top: 40%;
}

.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(3) {
	left: 10px;
	bottom: 10%;
}

.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(4) {
	left: 100px;
	top: 20%;
}

.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(5) {
	left: 100px;
	bottom: 27%;
}

.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(6) {
	left: 180px;
	top: 40%;
}

.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(1) button {
	background-image: url(../svg/testi1.svg);
	background-size: cover;
	background-position: bottom center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(2) button {
	background-image: url(../svg/testi2.svg);
	background-size: cover;
	background-position: bottom center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(3) button {
	background-image: url(../svg/testi3.svg);
	background-size: cover;
	background-position: bottom center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(4) button {
	background-image: url(../svg/testi4.svg);
	background-size: cover;
	background-position: bottom center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(5) button {
	background-image: url(../svg/testi5.svg);
	background-size: cover;
	background-position: bottom center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(6) button {
	background-image: url(../svg/testi6.svg);
	background-size: cover;
	background-position: bottom center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.main-box-testimonial-inner .owl-dots .owl-dot button {
	border: 2px solid #BABABA;
}

.main-box-testimonial-inner .owl-dots .owl-dot.active button {
	border: 2px solid #e6272e;
}

.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(7) {
	right: 10px;
	top: 10%;
}

.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(8) {
	right: 10px;
	top: 40%;
}

.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(9) {
	right: 10px;
	bottom: 10%;
}

.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(10) {
	right: 100px;
	top: 20%;
}

.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(11) {
	right: 100px;
	bottom: 27%;
}

.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(12) {
	right: 180px;
	top: 40%;
}


.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(7) button {
	background-image: url(../svg/testi7.svg);
	background-size: cover;
	background-position: bottom center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(8) button {
	background-image: url(../svg/testi8.svg);
	background-size: cover;
	background-position: bottom center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(9) button {
	background-image: url(../svg/testi9.svg);
	background-size: cover;
	background-position: bottom center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(10) button {
	background-image: url(../svg/testi10.svg);
	background-size: cover;
	background-position: bottom center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(11) button {
	background-image: url(../svg/testi11.svg);
	background-size: cover;
	background-position: bottom center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.main-box-testimonial-inner .owl-dots .owl-dot:nth-child(12) button {
	background-image: url(../svg/testi12.svg);
	background-size: cover;
	background-position: bottom center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.step-process-main li {
	width: 15%;
}

.step-process-main li:nth-child(odd) {
	margin-top: 100px;
}

.step-process-point {
	color: #E2E2E2;
	font-weight: bold;
	margin: 0 0 -8px 50px;
	font-size: 35px;
}

.step-process-inner {
	position: relative;
}

.step-process-main li:nth-child(odd) .step-process-inner:before {
	content: '';
	background-image: url(../svg/arrow.svg);
	background-size: cover;
	background-position: bottom center;
	position: absolute;
	top: -13px;
	right: -72px;
	width: 125px;
	height: 80px;
}

.step-process-main li:nth-child(even) .step-process-inner:after {
	content: '';
	background-image: url(../svg/arrow.svg);
	background-size: cover;
	background-position: bottom center;
	position: absolute;
	top: 70px;
	right: -75px;
	width: 125px;
	height: 80px;
	transform: rotate(69deg);
}

.step-process-main li:nth-last-child(1) .step-process-inner:after {
	display: none;
}

.choose-build-hyper {
	box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
	background: #fff;
	padding: 20px;
	border-radius: 17px;
	height: 100%;
}

.social-foot li {
	display: flex;
	align-items: center;
}

.custom-cta-hlc-wrap.secound-back-image.custom-cta-hlc-wrap {
	background: #e92b261a;
	background-image: url("../uber-clone-cta-background-two.html");
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	position: relative;
	padding: 50px 30px;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.new-cta-bg {
	background: #e92b261a;
	background-image: url("../uber-clone-cta-background-two.html");
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	position: relative;
	padding: 50px 30px;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.new-cta-bg .row.centeralign {
	width: 50%;
}

.custom-cta-hlc-wrap.new-cta-bg h2.hlc-main-heading {
	color: #fff !important;
}

.custom-cta-hlc-wrap.new-cta-bg p {
	color: #fff;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.new-cta-bg:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #00000030;
}



section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.new-caring-cta {
	background-image: url("../uber-clone-cta-background-one.html");
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	position: relative;
	padding: 50px 30px;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.new-caring-cta .row.centeralign {
	width: 50%;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.new-caring-cta h2.hlc-main-heading {
	color: #fff !important;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.new-caring-cta p {
	color: #fff;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.new-caring-cta:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #00000030;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.solutions-cta {
	background-image: url("../uber-clone-cta-background-two.html");
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	position: relative;
	padding: 50px 30px;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.solutions-cta .row.centeralign {
	width: 100%;
	text-align: center;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.solutions-cta .row.centeralign .hlc-main-heading {
	text-align: center;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.solutions-cta h2.hlc-main-heading {
	color: #fff !important;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.solutions-cta p {
	color: #fff;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.solutions-cta:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #00000030;
}


section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.smarter-cta {
	background-image: url("../uber-clone-cta-background-one.html");
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	position: relative;
	padding: 50px 30px;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.smarter-cta .row.centeralign {
	width: 50%;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.smarter-cta h2.hlc-main-heading {
	color: #fff !important;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.smarter-cta p {
	color: #fff;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.smarter-cta:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #00000030;
}


section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.users-cta {
	background-image: url("../uber-clone-cta-background-two.html");
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	position: relative;
	padding: 50px 30px;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.users-cta .row.centeralign {
	width: 50%;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.users-cta h2.hlc-main-heading {
	color: #fff !important;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.users-cta p {
	color: #fff;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg .custom-cta-hlc-wrap.users-cta:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #00000030;
}


section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.new-car-cta {
	background-image: url("../smart-car-rental-cta.html");
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	position: relative;
	padding: 50px 30px;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.new-car-cta .row.centeralign {
	width: 100%;
    text-align: center;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.new-car-cta .row.centeralign .hlc-main-heading {
    text-align: center;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.new-car-cta h2.hlc-main-heading {
	color: #fff !important;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.new-car-cta p {
	color: #fff;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.new-car-cta:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #00000030;
}


section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.robuts-cta {
	background-image: url("../car-rental-robuts-cta.html");
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	position: relative;
	padding: 50px 30px;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.robuts-cta .row.centeralign {
	width: 100%;
	text-align: center;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.robuts-cta .row.centeralign .hlc-main-heading {
	text-align: center;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.robuts-cta h2.hlc-main-heading {
	color: #fff !important;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.robuts-cta p {
	color: #fff;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.robuts-cta:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #00000030;
}


section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.booking-cta {
	background-image: url("../car-rental-booking-cta.html");
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	position: relative;
	padding: 50px 30px;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.booking-cta .row.centeralign {
	width: 100%;
	text-align: center;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.booking-cta .row.centeralign .hlc-main-heading {
	text-align: center;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.booking-cta h2.hlc-main-heading {
	color: #fff !important;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.booking-cta p {
	color: #fff;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.booking-cta:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #00000030;
}

.custom-cta-hlc-wrap.secound-back-image.custom-cta-hlc-wrap:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #00000030;
}

h2.hlc-main-heading.new-style {
	text-align: center;
	padding-bottom: 30px;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg.add-new-image .custom-cta-hlc-wrap:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #00000073;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg.add-new-image .custom-cta-hlc-wrap {
	background-image: url("../uber-clone-cta-background-one.html");
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	position: relative;
	padding: 50px 30px;
	background-position: bottom center;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg.add-new-image h2.hlc-main-heading {
	color: #fff !important;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.want-develop-uber-cta-bg.add-new-image p {
	color: #fff;
}

.custom-cta-hlc-wrap .secound-back-image .row.centeralign {
	align-items: center;
	z-index: 9999 !important;
}

.custom-cta-hlc-wrap.secound-back-image h2.hlc-main-heading {
	color: #fff !important;
}

.custom-cta-hlc-wrap.secound-back-image p {
	color: #fff;
}

.social-foot {
	justify-content: center;
	gap: 20px;
}

.social-foot i {
	color: #e6272e;
	border: 1px solid #e6272e;
	padding: 10px;
	width: 40px;
}

.home-cta .custom-cta-hlc-wrap {
	background: linear-gradient(to bottom, #fffaf5 0, #f8ecff 100%);
}

.home-cta .custom-cta-hlc-wrap img {
	top: -203px;
}

.industry-demand .owl-carousel.industry-demand-slide .owl-nav {
	margin-top: 40px;
}

.notable-features-hlc-bg .tab-content .tab-pane img {
	border: 1px solid #a7a7a7;
	border-radius: 20px;
}

.new-stats-hlc-dev .hlc-main-heading {
	font-size: 40px;
}

.web-tech-stacks-sec-inner .hlc-subheading.mt-2 {
	font-size: 16px;
}

.industry-demand-slide .item img {
	width: 150px !important;
	height: 150px;
	margin: 0 auto;
}

.home-rating-reviews-cont {
	margin: 10px 0 10px 0;
}

.home-rating-reviews-inner {
	border: 1px solid #D2D2D2;
	border-radius: 14px;
	padding: 20px 50px 20px 50px;
	width: 20%;
}

.home-rating-reviews-cont b {
	font-size: 12px;
}

.home-rating-reviews-inner p {
	font-size: 12px;
	line-height: normal;
}

.hyper-main-menu2 img {
	width: 20px;
	margin: 0 10px 0 0;
	height: auto;
}

.home-animate4 svg {
	background: var(--theme-mainColor);
	height: 35px;
	color: #fff;
	width: 35px;
	border-radius: 50%;
	padding: 10px;
	position: absolute;
	transition: .5s;
	right: 10px;
	top: 6px;
	animation: wobble 1s ease infinite;
}

.home-animate4 svg path {
	fill: #fff;
}

@keyframes wobble {
	0% {
		transform: translateX(0%);
	}

	15% {
		transform: translateX(-12%) rotate(-5deg);
	}

	30% {
		transform: translateX(10%) rotate(3deg);
	}

	45% {
		transform: translateX(-8%) rotate(-3deg);
	}

	60% {
		transform: translateX(6%) rotate(2deg);
	}

	75% {
		transform: translateX(-3%) rotate(-1deg);
	}

	100% {
		transform: translateX(0%);
	}
}

.notable-features-hlc-bg .notable-features-hlc li a:hover svg path {
	fill: #E92B26 !important;
}

.notable-features-hlc-bg .notable-features-hlc li a:hover p {
	color: #000 !important;
}

.banner h1 span {
	color: var(--theme-mainColor) !important;
}

.hlc-empowering-businesses ul li::marker {
	content: "✔";
	color: var(--theme-mainColor);
}

.hlc-empowering-businesses ul li {
	padding-left: 10px;
}

.hlc-empowering-businesses ul {
	padding-left: 20px;
}

.custom-home-cta2 {
	background-image: url(../custom-home-cta2.html) !important;
	background-size: cover !important;
	background-position: center !important;
}

/* exit form */
#warning {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999990;
	background-color: rgba(255, 255, 255, .9);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.flexible-exit {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}

.exit-content {
	max-width: 610px;
	box-shadow: 0 12px 34px 0 rgba(27, 26, 26, .37);
	padding: 35px 33px;
	text-align: center;
	background-size: cover;
	background-color: #fbfaf5;
	border-radius: 24px;
	position: relative;
}

.exit-content h4 {
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	letter-spacing: -.71px;
	color: #e92b26;
	margin: 0 0 10px;
}

.exit-content .common_trigger_form .common_form .form-control {
	font-size: 15px !important;
	border: 1px solid #c1c1c133;
	color: #000;
	height: 50px;
	border-radius: 5px !important
}

.exit-content .common_trigger_form .common_form .form-control::placeholder {
	color: #000;
	opacity: 1
}

.exit-content .common_trigger_form .common_form .form-control:-ms-input-placeholder {
	color: #000
}

.exit-content .common_trigger_form .common_form .form-control::-ms-input-placeholder {
	color: #000
}

.exit-content h3 {
	font-size: 32px;
	font-style: normal;
	color: #000;
	margin: 0;
	line-height: 36px;
	margin: 0 0 10px;
	font-weight: bold;
}

.exit-content h5 {
	margin: 25px 0 0;
	color: #000;
	font-size: 16px;
}

body .exit-content .register-form {
	margin: 10px 0
}

.exit-form-content {
	padding: 0 114px;
	margin: 20px 0;
}

.exit-hide.fitted-text {
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
	font-size: 18px;
	font-weight: 900;
}

small.fitted-text {
	color: #fff;
	display: block;
	text-align: left;
	font-size: 18px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.exit-content .exit-hide {
	position: absolute;
	top: 0;
	right: 0;
	background: #e92b26;
	border: 0;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	font-size: 20px;
	color: #fff;
}

/* exit form end */

#letsstart .modal-content {
	border-radius: 28px;
}

#letsstart .modal-body {
	border-radius: 28px;
}

.trusted-logo-popup-main h5 {
	font-weight: bold;
	font-family: 'Gilroy-Heavy';
	font-size: 30px;
}

.marvelous-features-main li {
	width: 19%;
	margin-bottom: 10px;
}

.marvelous-features-inner {
	background-color: #f3f3f2;
	padding: 2rem 1rem;
	border-radius: 14px;
	height: 100%;
}

.marvelous-features-inner:hover svg {
	fill: #e6272e;
	transform: rotateY(360deg);
	transition-duration: 1s;
}

.marvelous-features-inner:hover svg path {
	fill: #e6272e;
}

.marvelous-features-inner:hover img {
	transform: rotateY(360deg);
	transition-duration: 1s;
}

.build-massive-growth .custom-cta-hlc-wrap {
	background-image: url(../build-massive-growth.html) !important;
	background-size: cover !important;
	background-position: bottom center !important;
}

section.hlc_trusted_partners h2.hlc-main-heading.text-white {
	color: #000 !important;
}

section.hlc_trusted_partners .text-white {
	color: #000 !important;
}

section.hlc_trusted_partners {
	background: #FFF2F1 !important;
}

.social-foot i:hover {
	background: #e6272e;
	color: #fff;
}

.web-tech-stacks {
	gap: 12px;
	justify-content: center;
}

.web-tech-stacks li {
	width: 19%;
}

a.nav-link.contactus-top {
	border: 2px solid #e6272e;
	border-radius: 50px;
}

.mainpage footer ul li a:hover i {
	transform: rotateY(360deg);
	transition: 1s;
}

.single-icons .fa {
	top: -7px !important;
	font-size: 20px;
}

.blog-recent-new .blog-text-wrap {
	text-align: left;
}

.blog-recent-new .date {
	background: #00000008;
	display: inline-flex;
	justify-content: left;
	align-items: center;
	gap: 6px;
	padding: 5px 10px;
	text-align: left;
	color: #000000;
	border-radius: 8.49px;
}

.popular-blogs li:last-child {
	border: none;
	margin: 0 !important;
}

.popular-blogs {
	margin: 0 !important;
}

.mobile-banking-benefits li:nth-child(even) .offer-custom-cash-app-clone-wrap {
	background: #ffffff !important;
}

.mobile-banking-benefits li:nth-child(odd) .offer-custom-cash-app-clone-wrap {
	background: #a09fab00 !important;
}

.mobile-banking-benefits .offer-custom-cash-app-clone-wrap .hlc-subheading {
	color: #000 !important;
}

.mobile-banking-benefits .offer-custom-cash-app-clone-wrap p {
	color: #000 !important;
}

.other-cta .custom-cta-hlc-wrap {
	background: linear-gradient(to bottom, #f8ecff 0, #fffaf5 100%);
	padding: 20px 30px 20px 30px;
}

.about-us-main {
	padding: 0 0 70px;
	margin: 0 !important;
	overflow: hidden;
}

.about-us-inner {
	position: relative;
	padding: 70px 0 0;
	z-index: 1;
}

.about-us-inner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../svg/about-line-bg.svg) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center center;
	height: 75%;
	max-width: 90%;
	margin: 0 auto;
	z-index: -1;
}

.about-us-inner-circle:before {
	content: '';
	position: absolute;
	top: -30px;
	right: -70px;
	bottom: 0;
	background-image: url(../svg/about-circle.svg) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center center;
	height: 400px;
	width: 400px;
	opacity: 0.5;
	z-index: -1;
}

.about-us-inner-circle:after {
	content: '';
	position: absolute;
	top: 70px;
	left: -160px;
	bottom: 0;
	background-image: url(../svg/about-circle.svg) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center center;
	height: 200px;
	width: 200px;
	opacity: 0.5;
	z-index: -1;
}

.accelerating-growth-vision li {
	width: 23%;
	margin-bottom: 30px;
}

.about-industry-slide-box {
	position: relative;
}

.about-industry-slide-box {
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center center;
	padding: 35px 15px 100px;
	min-height: 390px;
	position: relative;
	z-index: 1;
}

.about-industry-slide-box::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: linear-gradient(#000000e0, #00000094);
	z-index: -1;
}

.software-about {
	background-image: url(../software-about.html);
}

.mobile-app-about {
	background-image: url(../mobile-app-about.html);
}

.enterprise-about {
	background-image: url(../enterprise-about.html);
}

.ecommerce-about {
	background-image: url(../ecommerce-about.html);
}

.cloud-about {
	background-image: url(../cloud-about.html);
}

.about-industry-slide-cont hr {
	background: #fff;
}

.about-industry-slide .owl-dots {
	text-align: center;
}

.about-emplyoee-slide-box img {
	width: 70px !important;
	margin: 0 auto;
}

.about-emplyoee-slide .owl-dots {
	text-align: center;
}

.about-emplyoee-slide-box {
	border: 2px solid #D4D4D4;
	border-radius: 15px;
	padding: 20px 10px;
	min-height: 340px;
}

.about-culture .owl-dots {
	text-align: center;
}

.about-roadmap-top {
	display: flex;
	justify-content: center;
	gap: 50px;
	flex-flow: row wrap;
}

.about-roadmap-top-inner {
	width: 28%;
	margin-bottom: 30px;
}

.about-roadmap-bottom {
	display: flex;
	justify-content: center;
	gap: 90px;
	flex-flow: row wrap;
}

.about-roadmap-bottom-inner {
	width: 28%;
}

.about-roadmap-point {
	width: 60px;
	height: 60px;
	background: linear-gradient(90deg, #FFD678 0.05%, #F58132 99.85%);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.about-roadmap-top-inner:nth-child(2) .about-roadmap-point {
	background: linear-gradient(130.05deg, #FFD678 -21.93%, #DC3DA8 105.8%);
}

.about-roadmap-top-inner:nth-child(3) .about-roadmap-point {
	background: linear-gradient(139.95deg, #00FF8C -3.4%, #0066E0 110.99%);
}

.about-roadmap-top-inner:nth-child(4) .about-roadmap-point {
	background: linear-gradient(130.43deg, #005BEA -2.13%, #009EFD 93.09%);
}

.about-roadmap-top-inner:nth-child(5) .about-roadmap-point {
	background: linear-gradient(137.58deg, #666DFF 7.38%, #BC02E1 91.57%);
}

.accelerating-growth-vision-main {
	position: relative;
}

.accelerating-growth-vision-main {
	background-image: url(../svg/accelerating-shape.svg) !important;
	background-size: 70% 100%;
	background-repeat: no-repeat !important;
	background-position: right;
}

.about-accelerate-stats {
	justify-content: left !important;
	gap: 100px;
}

.about-accelerate-stats .hlc-main-heading {
	font-size: 40px;
}

.accelerating-growth-vision li img {
	width: 100%;
}

.gurpreet-ceo img {
	margin: 0 auto;
	display: block !important;
	position: unset;
}

/* card flip */
.card-flip-main li {
	width: 33%;
	margin-bottom: 10px;
}

.card-flip-box {
	position: relative;
	width: 100%;
	height: 500px;
}

.card-flip-box .card-flip-front {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center;
	backface-visibility: hidden;
	transform: perspective(1000px) rotateY(0deg);
	transition: 1s;
}

.card-flip-box:hover .card-flip-front {
	/* transform: perspective(1000px) rotateY(180deg); */
	display: none;
	transition: 5s;
}

.card-flip-box .card-flip-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	backface-visibility: hidden;
	/* transform: perspective(1000px) rotateY(-180deg); */
	display: none;
	transition: 1s;
	padding: 10px 20px;
}

.card-flip-back-cont {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.card-flip-box:hover .card-flip-back {
	/* transform: perspective(1000px) rotateY(0deg); */
	display: block;
	transition: 1s;
}

.card-b8ak-handyman {
	background-image: url(../b8ak-handyman.html);
}

.mealed-food-delivery {
	background-image: url(../mealed-food-delivery.html);
}

.card-chilis-food {
	background-image: url(../card-chilis-food.html);
}

.card-radisson-hotel {
	background-image: url(../card-radisson-hotel.html);
}

.card-kucher-taxi {
	background-image: url(../card-kucher-taxi.html);
}

.card-1timeshop-delivery {
	background-image: url(../card-1timeshop-delivery.html);
}

.card-medicover-doctor {
	background-image: url(../card-medicover-doctor.html);
}

.card-insure4less {
	background-image: url(../card-insure4less.html);
}

.card-cleancloud {
	background-image: url(../card-cleancloud.html);
}

.card-hola-meds {
	background-image: url(../card-hola-meds.html);
}

.card-go-car-malaysia {
	background-image: url(../card-go-car-malaysia.html);
}

.card-obtain-spiritz {
	background-image: url(../card-obtain-spiritz.html);
}

.card-class-central {
	background-image: url(../card-class-central.html);
}

.card-propertyme {
	background-image: url(../card-propertyme.html);
}

.card-informtail {
	background-image: url(../card-informtail.html);
}

.card-cura4u {
	background-image: url(../card-cura4u.html);
}

.card-unity {
	background-image: url(../card-unity.html);
}

.card-stealthex {
	background-image: url(../card-stealthex.html);
}

.dating-app-development-company-bg {
	background: #FCECF5;
	overflow: hidden;
	padding: 30px 0;
}

.dating-app-development-company-inner {
	position: relative;
	z-index: 1;
}

.dating-app-development-company-inner:before {
	content: '';
	position: absolute;
	right: 460px;
	bottom: -46px;
	width: 350px;
	height: 176px;
	background-image: url(../dating-app-development-company-shape.html);
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center;
	z-index: -1;
}

.key-statistic-dating-bg {
	background: linear-gradient(180deg, #FFD4DA -25.62%, #FFE7EB 26.77%, #FFFFFF 94.79%);
}

.accelerate-business {
	background-image: url(../accelerate-business.html);
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: top center;
}

.types-online-dating-main {
	justify-content: center;
	gap: 20px;
}

.types-online-dating-main li {
	width: 47%;
}

.types-online-dating-inner.text-center {
	background: #FFF4F3;
	border-radius: 5px;
	border: 1px solid #AFAFAF;
	height: 100%;
	padding: 20px 10px;
}

.popular-dating-bg {
	position: relative;
	z-index: 1;
}

.popular-dating-bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60%;
	background-image: url(../popular-dating-bg.html);
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center;
}

.popular-dating-slide .hlc-multiple-integration-partners-wrap {
	padding-bottom: 0;
	box-shadow: 0px 4px 4px 0px #00000040;
}

.popular-dating-slide .owl-dots {
	text-align: center;
}

.popular-dating-slide .hlc-multiple-integration-partners-wrap img {
	width: auto !important;
}

.card-flip-back-cont img {
	width: 40px;
}

.looking-reliable-dating-app-bg {
	background-color: #FCECF5;
}

.manage-bus-reservation-ease-bg .custom-cta-hlc-wrap {
	background: #6dc3e84a;
}

.true-dating-app-dev-list {
	display: flex;
	align-items: start;
	gap: 15px;
}

.nav-tabs-box-inner {
	background: #FFFFFF;
	border-radius: 14px;
	padding: 20px 20px;
	width: 24%;
	margin-bottom: 20px;
}

.dating-diverse-plan-bg {
	background-image: linear-gradient(to right, #745cc4, #ac9efc);
}

.want-develop-uber-cta-bg .custom-cta-hlc-wrap {
	background: #e92b261a;
}

.custom-cta-hlc-wrap h2 {
	text-align: left;
}

.banner-bg-cover {
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center;
	padding: 80px 0
}

.uber-bg-cover {
	background-image: linear-gradient(145deg, #ebb14c69 18%, #3186ff40 60%, #31d4ff40 100%) !important;
}

.what-uber-clone-bg {
	background: #3186ff40;
}

.ride-sharing-bg-cover {
	background: linear-gradient(138deg, #ab281f 0, #0f3a4a 17%, #091b38 50%);
}

.why-build-ridesharing-app {
	background: linear-gradient(316deg, #ab281f 0, #0f3a4a 27%, #091b38 50%);
}

.car-rental-cover {
	background: #1e8dff17;
}

.introducing-carrental-booking {
	background: #1e8dff17;
}

.web-car-reserve-bg-cover {
	background-image: linear-gradient(to top, #48c6ef63 0%, #6f86d666 100%);
}

.iconic-web-car-reservation {
	background-image: linear-gradient(to top, #48c6ef63 0%, #6f86d666 100%);
}

.chauffer-booking-cover {
	background-image: linear-gradient(-225deg, #7085B6 0%, #87A7D9 50%, #DEF3F8 100%);
}

.cruise-reservation-cover {
	background-image: linear-gradient(-225deg, #5D9FFF 0%, #B8DCFF 48%, #6BBBFF 100%);
}

.cruise-reserve-cta-bg .custom-cta-hlc-wrap {
	background: #7bc8fdc7;
}

.intro-cruise-reservation {
	background-image: linear-gradient(-225deg, #5D9FFF 0%, #B8DCFF 48%, #6BBBFF 100%);
}

.exper-power-whitelabel {
	background-image: linear-gradient(-225deg, #DEF3F8 0%, #87A7D9 50%, #7085B6 100%);
}

.mhealth-app-development-banner-bg {
	background-image: url(../mhealth-app-development-banner-bg.html) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center;
	padding: 50px 0;
}

.hlc-listed-in li .hlc-listed-in-wrap {
	height: 100%;
}

.hlc-cta-bgcolor {
	background-image: url(../hlc-cta-bgcolor.html) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center;
}

.mhealth-appdev-plan-bg {
	background: linear-gradient(90deg, #435ED1 0%, #22306B 100%);
}

.mhealth-process .work-icon-wrap img {
	height: 70px !important;
}

.mhealth-process .work-icon-wrap {
	background: transparent;
	box-shadow: unset;
	margin-bottom: 0;
}

.work-flow-list.mhealth-process li::after {
	content: "\f101";
	background-color: transparent;
	color: #384FAF;
	font-size: 40px;
}

.work-flow-list.mhealth-process li:nth-child(4)::after {
	content: "\f103" !important;
}

.work-flow-list.mhealth-process li:nth-child(6)::after,
.work-flow-list.mhealth-process li:nth-child(5)::after {
	content: '\f100' !important;
}

.work-flow-list.mhealth-process::after {
	height: 444px;
	width: 83%;
	border-top: 2px solid #6D6D6D;
	border-bottom: 2px solid #6D6D6D;
	border-right: 2px solid #6D6D6D;
	border-radius: 0;
}

.nav-tabs-box-three .nav-tabs-box-inner {
	width: 32%;
}

.nav-tabs-box-inner img {
	margin-left: unset !important;
	display: block !important;
}

.top-benefits-mhealth-appdev li {
	width: 48%;
}

.top-benefits-mhealth-appdev-inner {
	background: #EEF1FF;
	border-radius: 14px;
	padding: 40px 40px;
	height: 100%;
}

.top-benefits-mhealth-appdev li:nth-child(2) .top-benefits-mhealth-appdev-inner,
.top-benefits-mhealth-appdev li:nth-child(4) .top-benefits-mhealth-appdev-inner,
.top-benefits-mhealth-appdev li:nth-child(6) .top-benefits-mhealth-appdev-inner {
	background: #4caf502b;
}

.hire-mhealth-app-dev-cta {
	background-image: url(../hire-mhealth-app-dev-cta.html) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center;
}

.build-custom-mhealth-cta {
	background-image: url(../build-custom-mhealth-cta.html) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center;
}

.remove-capitalize {
	text-transform: unset;
}

.tick-benefits {
	position: relative;
	padding-left: 20px;
}

.tick-benefits:before {
	content: "✔";
	color: var(--theme-mainColor);
	position: absolute;
	left: 0;
	top: 0;
}

.hlc-new-cta-sec-box p {
	color: #000 !important;
}

.top-notch-mhealth-app-bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60%;
	background: #09275F;
}

.temu-clone-banner-bg {
	background-image: url(../temu-clone-banner-bg.html) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center;
	padding: 50px 0;
}

.top-rev-temu-main li {
	width: 49%;
	margin-bottom: 20px;
}

.top-rev-temu-main li .top-rev-temu-inner {
	padding: 40px 20px;
	border-radius: 20px;
	height: 100%;
}

.top-rev-temu-main li:nth-child(1) .top-rev-temu-inner {
	background: #F1F6FF;
}

.top-rev-temu-main li:nth-child(2) .top-rev-temu-inner {
	background: #FFF1F1;
}

.top-rev-temu-main li:nth-child(3) .top-rev-temu-inner {
	background: #FFF9E4;
}

.top-rev-temu-main li:nth-child(4) .top-rev-temu-inner {
	background: #E6FFDB;
}

.top-rev-temu-main li:nth-child(5) .top-rev-temu-inner {
	background: #F1F6FF;
}

.top-rev-temu-main li:nth-child(6) .top-rev-temu-inner {
	background: #FFF1F1;
}

.reliable-temu-cta {
	background-image: url(../reliable-temu-cta.html) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center;
}

.want-cost-temu-cta {
	background-image: url(../want-cost-temu-cta.html) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center;
}

.temu-clone-height::after {
	height: 414px !important;
}

.best-real-estate-dev {
	background-image: url(../best-real-estate-dev.html) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center;
}

.listing-main {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	flex-flow: row wrap;
	box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
	background: #f8f6f6;
	position: relative;
	border-radius: 10px;
	margin-bottom: 40px;
	padding: 30px 20px 30px;
}

.listing-img {
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 5px;
}

.listing-left {
	width: 75%;
	position: relative;
}

.listing-right {
	width: 23%;
}

.listing-left:before {
	content: '';
	position: absolute;
	right: -10px;
	border-right: 1px solid #c5c5c5;
	height: 100%;
}

.listing-right .themebtn-new {
	margin-left: unset !important;
	margin-top: 10px;
}

.factors-real-estate-bg {
	background-image: url(../factors-real-estate-bg.html) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center;
}

.finding-top-realestate-cta {
	background-image: url(../finding-top-realestate-cta.html) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center;
}

.cannabis-app-development-bg {
	background: linear-gradient(to right, #11998e, #38ef7d);
}

.cannabis-service-cta .custom-cta-hlc-wrap {
	background: #11998e66;
}

.cannabis-process-height::after {
	height: 359px !important;
}

.offer-cannabis-service-bg {
	background-image: url(../offer-cannabis-service-bg.html) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center;
}

.top-software-dev-comp-banner {
	background-image: url(../top-software-dev-comp-banner.html) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center;
}

.looking-trustworthy-cta {
	background-image: url(../looking-trustworthy-cta.html) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center;
}

.postmates-clone-banner-bg {
	background-image: url(../postmates-clone-banner-bg.html) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center;
	padding: 70px 0;
}

.stats-uber-clone {
	background-image: url(../stats-uber-clone.html) !important;
	border: 1px solid #000;
}

.planning-food-postmates {
	background-image: url(../planning-food-postmates.html) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
}

.launch-tools-food-postmates {
	background-image: url(../launch-tools-food-postmates.html) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
}

.postmates-app-features-list-bg {
	background-image: url(../postmates-app-features-list-bg.html) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
}

.postmates-app-features-list-bg {
	background-image: url(../postmates-app-features-list-bg.html) !important;
	background-size: cover;
	background-position: center;
}

.postmates-app-features-list {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
}

.postmates-app-features-list li {
	width: 32%;
	margin-bottom: 30px;
	padding-left: 10px;
}

.postmates-app-features-list li::marker {
	content: "✔";
	color: var(--theme-mainColor);
}

.new-year-deal-main {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: linear-gradient(to right, #d24d4d, #7f1111);
	padding: 7px 0;   
}

.new-year-deal-main p {
	font-weight: 600;
	animation: pulse-new-animate 2s linear infinite;
}

.new-year-deal-main .themebtn-new {
	padding: 5px 20px !important;
	background: #fff !important;
	color: var(--theme-mainColor) !important;
    border-radius: 30px !important;
    border-color: var(--theme-mainColor);
}

.postmates-blue-bg {
	background-image: url(../postmates-clone-banner-bg.html) !important;
	background-size: cover;
	background-position: center;
}

.unlock-cta-food-postmates {
	background-image: url(../unlock-cta-food-postmates.html) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
}

.build-feature-tutoring-platform {
	background-image: url(../build-feature-tutoring-platform.html) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
}

.top-notch-tutoring-platform {
	background-image: url(../top-notch-tutoring-platform.html) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
}

.white-label-tutoring-platform-banner-bg {
	background-image: url(../white-label-tutoring-platform-banner-bg.html) !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	background-position: center;
	padding: 80px 0;
}

.whitelabel-tutor-types .hlc-new-development-process-wrap {
	background: #d9e6ff;
}

.tutoring-platform-features {
	background: #d9e6ff !important;
}

.tutoring-platform-benefits .types-online-dating-inner.text-center {
	background: #d9e6ff !important;
}

.pharma-app-dev-banner-bg {
	background: #1fb7cd85 !important;
}

.explore-more-links-main li {
	width: 23%;
	margin-bottom: 20px;
}

.explore-more-links-inner {
	padding: 30px 35px 31px;
	border-radius: 15px;
	box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
	height: 100%;
	background-color: #fff;
}

.explore-more-links-inner .hlc-subheading {
	text-align: left;
	margin-bottom: 20px;
}

.explore-more-links-inner a {
	color: var(--theme-mainColor);
}

.explore-more-links-inner a i {
	-webkit-text-stroke: 1px #fff;
}

.hire-pharma-dev-cta {
	background-image: url(../hire-pharma-dev-cta.html) !important;
	background-size: cover;
	background-position: center;
}

.pharma-looking-cta {
	background-image: url(../pharma-looking-cta.html) !important;
	background-size: cover;
	background-position: center;
}

.work-flow-list.mhealth-process.pharmacy-app-process::after {
	height: 359px !important;
}

.elearning-software-dev-bg {
	background: #f0f3f7 !important;
}

.why-business-elearning-soft-dev .types-online-dating-inner {
	background: #f0f3f7;
}

.elevate-business-elarning-cta {
	background-image: url(../elevate-business-elarning-cta.html) !important;
	background-size: cover;
	background-position: center;
}

.elevate-business-elarning-cta {
	background-image: url(../elevate-business-elarning-cta.html) !important;
	background-size: cover;
	background-position: center;
}

.elearning-soft-dev-cta {
	background-image: url(../elearning-soft-dev-cta.html) !important;
	background-size: cover;
	background-position: center;
}

.developers-software-dev-cta {
	background-image: url(../developers-software-dev-cta.html) !important;
	background-size: cover;
	background-position: center;
}

.who-we-serve-elearning-box .hlc-why-us-wrap {
	background: #f0f3f7;
}

.who-we-serve-elearning-box {
	background-image: url(../who-we-serve-elearning-box.html) !important;
	background-size: cover;
	background-position: center;
}

.choose-hyper-elearning {
	background-image: url(../choose-hyper-elearning.html) !important;
	background-size: cover;
	background-position: center;
}

section#contact-map iframe {
	border-radius: 30px;
}

.contact-pro-dis-build-main {
	list-style: none;
	position: relative;
}

.contact-pro-dis-build-main li:before {
	content: '';
	background: #fff;
	border: 5px solid red;
	padding: 6px;
	position: absolute;
	left: 0px;
	border-radius: 40px;
	margin-top: 3px;
	z-index: 1;
}

.contact-pro-dis-build-main li {
	margin-bottom: 35px;
}

.contact-pro-dis-build-main li:after {
	content: '';
	height: 80%;
	position: absolute;
	top: 0;
	left: 10px;
	border-radius: 40px;
	margin-top: 3px;
	border: 1px dotted #4887CC;
}

.contact-us-pro-logos li {
	width: 16%;
	text-align: center;
}

.contact-us-pro-logos li img {
	width: 70%;
}

.contactformpadd {
	border: 1px solid #CFCFCF;
	border-radius: 15px;
	padding: 70px 30px 70px 30px;
	border-top: 10px solid #E92B26;
}

.contactus-all-detail li {
	text-align: center;
	width: 30%;
}

.contactus-all-detail li .hlc-subheading {
	margin: 10px 0;
}

.contactus-all-detail li a {
	color: #000;
}

.contactus-all-detail li a:hover {
	color: var(--theme-mainColor);
}

.contactus-all-detail-inner {
	background: #F7DAE5;
	padding: 20px;
	border-radius: 11px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.portfolio-main-logos li {
	width: 15%;
}

.contactus-all-detail li:nth-child(2) .contactus-all-detail-inner {
	background: #FFF2E1;
}

.contactus-all-detail li:nth-child(3) .contactus-all-detail-inner {
	background: #C3E2E6;
}

.contactus-all-detail {
	width: 80%;
	margin: 0 auto;
}

.nda-pro-cont {
	justify-content: left;
	gap: 30px;
}

.online-rental-marketplace-banner-bg {
	background: linear-gradient(to right, #8360c3, #2ebf91);
}

.online-rental-advanced-cta {
	background-image: url(../online-rental-advanced-cta.html) !important;
	background-size: cover;
	background-position: center;
}


.online-rental-flip-card-main li {
	width: 32%;
	margin-bottom: 30px;
}

.online-rental-flip-card {
	background-color: transparent;
	width: 100%;
	height: 400px;
	perspective: 1000px;
}

.online-rental-flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.online-rental-flip-card:hover .online-rental-flip-card-inner {
	transform: rotateY(180deg);
}

.online-rental-flip-card-front,
.online-rental-flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.online-rental-flip-card-back {
	background-color: #000;
	color: white;
	transform: rotateY(180deg);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
}

.online-rental-flip-card-front .hlc-subheading {
	position: absolute;
	bottom: -10px;
	padding: 20px;
	background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .82) 44%, #000 100%) 0% 0% no-repeat padding-box;
	border-radius: 0 0 15px 15px;
	width: 100%;
}

.online-rental-flip-card-front img {
	width: 100%;
	height: 100%;
}

.what-we-offer-online-rental-bg {
	background-image: url(../what-we-offer-online-rental-bg.html) !important;
	background-size: cover;
	background-position: center;
}

.key-dev-online-rental-height::after {
	height: 359px !important;
}

.want-ideal-online-rental-cta {
	background-image: url(../want-ideal-online-rental-cta.html) !important;
	background-size: cover;
	background-position: center;
}

.rental-marketplace-owner-cta {
	background-image: url(../rental-marketplace-owner-cta.html) !important;
	background-size: cover;
	background-position: center;
}

.white-label-ecommerce-app-banner-bg {
	background-image: url(../white-label-ecommerce-app-banner-bg.html) !important;
	background-size: cover;
	background-position: center;
}

.build-apps-ecommerce-niches li {
	width: 32%;
	margin-bottom: 20px;
}

.build-apps-ecommerce-niches-wrap {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
}

.build-apps-ecommerce-niches-inner {
	position: absolute;
	height: 55px;
	left: 15px;
	right: 15px;
	bottom: 0;
	overflow: hidden;
	padding: 15px;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	background-color: rgba(0, 0, 0, 0.75);
}

.build-apps-ecommerce-niches-wrap:hover .build-apps-ecommerce-niches-inner {
	height: calc(100%);
}

.build-apps-ecommerce-niches-wrap img {
	width: 100%;
}

.feature-whitelabel-main li {
	width: 32%;
	margin-bottom: 20px;
}

.feature-whitelabel-wrap {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.feature-whitelabel-wrap:before,
.feature-whitelabel-wrap:after {
	border: 1px solid rgba(255, 255, 255, 0.5);
	content: "";
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.feature-whitelabel-wrap:before {
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

.feature-whitelabel-wrap:after {
	position: absolute;
	top: 23px;
	bottom: 23px;
	left: 23px;
	right: 23px;
}

.feature-whitelabel-wrap img {
	width: 100%;
	position: relative;
	z-index: -1;
}

.feature-whitelabel-inner {
	background-color: #ffffff;
	position: absolute;
	z-index: 2;
	top: 26px;
	bottom: 26px;
	left: 26px;
	right: 26px;
	padding: 22px;
	opacity: 0;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	display: flex;
	justify-content: center;
	align-items: center;
}

.feature-whitelabel-wrap:hover .feature-whitelabel-inner {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.feature-whitelabel-wrap * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.whitelable-unmatched-wrap li {
	width: 24%;
	margin-bottom: 20px;
}

.whitelable-unmatched-wrap li:nth-child(1) .whitelable-unmatched-inner {
	background-color: #e5f5f0;
}

.whitelable-unmatched-wrap li:nth-child(2) .whitelable-unmatched-inner {
	background-color: #fffbeb;
}

.whitelable-unmatched-wrap li:nth-child(3) .whitelable-unmatched-inner {
	background-color: #edeffe;
}

.whitelable-unmatched-wrap li:nth-child(4) .whitelable-unmatched-inner {
	background-color: #f2f9ff;
}

.whitelable-unmatched-inner {
	padding: 20px 10px;
	background: #fff;
	border-radius: 10px;
	height: 100%;
}

/* hover tabs css */
.steps-launch-ecommerce {
	background: #141414;
}

.dating_tablinks.active {
	background: linear-gradient(90deg, var(--theme-mainColor) 0%, rgba(0, 35, 56, 0) 75%);
	border-radius: 0 !important;
}

.dating_tablinks {
	display: block;
	color: #fff;
	background-color: inherit;
	width: 100%;
	outline: none;
	text-align: left;
	font-size: 18px;
	border: none;
	border-radius: 10px !important;
	padding: 18px 15px;
	margin-bottom: 10px;
}

.dating_tab_main {
	display: flex;
	flex-flow: row wrap;
	border: 1px solid #ccc;
	border-radius: 15px;
	overflow: hidden;
}

.dating_tab {
	width: 40% !important;
	border: 1px solid #4d4d4d !important;
}

.dating_tabcontent {
	width: 60%;
	border: 1px solid #232939;
	border-radius: 10px !important;
	padding: 40px 30px;
}

.dating_tabcontent {
	display: none;
}

/* hover tabs css */

.types-whitelable-ecommerce-apps-main .hlc-multiple-integration-partners-wrap {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.ecommerce-custm-launch-cta {
	background-image: url(../ecommerce-custm-launch-cta.html) !important;
	background-size: cover;
	background-position: center;
}

.grow-whitelable-ecommerce-cta {
	background-image: url(../grow-whitelable-ecommerce-cta.html) !important;
	background-size: cover;
	background-position: center;
}

.start-own-ecommerce-cta {
	background-image: url(../start-own-ecommerce-cta.html) !important;
	background-size: cover;
	background-position: center;
}

.white-label-event-software-bg {
	background-image: url(../white-label-event-software-bg.html) !important;
}

.elevate-event-business-cta {
	background-image: url(../elevate-event-business-cta.html) !important;
	background-size: cover;
	background-position: center;
}

.customize-white-event-cta {
	background-image: url(../customize-white-event-cta.html) !important;
	background-size: cover;
	background-position: center;
}

.streamline-events-cta {
	background-image: url(../streamline-events-cta.html) !important;
	background-size: cover;
	background-position: center;
}

.whitelabel-home-rental-cases li {
	margin-bottom: 15px;
	border: 1px solid #afafaf;
	padding: 15px;
	position: sticky;
	top: 120px;
	background: #fff;
	border-radius: 15px;
}

.whitelabel-home-rental-cases-img img {
	position: sticky;
	top: 120px;
}

.white-label-home-rental-app-bg {
	background-image: url(../white-label-home-rental-app-bg.html) !important;
	background-size: cover;
	background-position: center;
}

.build-home-rental-cta {
	background-image: url(../build-home-rental-cta.html) !important;
	background-size: cover;
	background-position: center;
}

.harness-home-rental-cta {
	background-image: url(../harness-home-rental-cta.html) !important;
	background-size: cover;
	background-position: center;
}

.maximize-business-rental-cta {
	background-image: url(../maximize-business-rental-cta.html) !important;
	background-size: cover;
	background-position: center;
}

.transform-home-rental .custom-cta-hlc-wrap {
	background-image: url(../transform-home-rental.html) !important;
	background-size: cover;
	background-position: center;
}

.whitelabel-vacation-software {
	position: relative;
	z-index: 1;
}

.whitelabel-vacation-software img {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.whitelabel-vacation-software:before {
	content: '';
	position: absolute;
	left: 50px;
	top: -40px;
	margin: 0 auto;
	background-color: rgb(233 43 38 / 18%);
	width: 100px;
	height: 100px;
	border-radius: 100px;
	z-index: -1;
}

.whitelabel-vacation-software:after {
	content: '';
	position: absolute;
	right: 50px;
	bottom: -70px;
	margin: 0 auto;
	background-color: rgb(233 43 38 / 18%);
	width: 200px;
	height: 200px;
	border-radius: 100px;
	z-index: -1;
}

.majestic-feature-bg {
	background: #cdd5fa2e;
}

.kayak-rewarding-software {
	background: #f6f7fe;
}

.kayak-rental-software-bg {
	background-image: url(../kayak-rental-software-bg.html) !important;
	background-size: cover;
	background-position: center;
}

.majestic-feature-main li {
	width: 24%;
	margin-bottom: 20px;
}

.majestic-feature-inner {
	background: #fff;
	padding: 30px 20px;
	border-radius: 10px;
	height: 100%;
}

.whitelabel-rental-process-kafak .whitelabel-home-rental-cases li {
	position: relative;
	top: 0;
	border: none;
	border-bottom: 1px solid #afafaf;
	border-radius: 0;
}

.whitelabel-rental-process-kafak .whitelabel-home-rental-cases-img {
	position: sticky;
	top: 120px;
}

.kafka-process-no {
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 100px !important;
	font-weight: bold;
	color: #ebebeb;
	z-index: -1;
}

.kafka-process-flex-cont {
	align-items: flex-start;
	padding-right: 100px;
	z-index: 1;
	position: relative;
}

.kafka-process-flex-cont .kafka-process-flex-cont-inner {
	width: 88%;
}

.remodel-kayak-business-bg .custom-cta-hlc-wrap {
	background-image: url(../remodel-kayak-business-bg.html) !important;
	background-size: cover;
	background-position: center;
	padding: 50px 100px 50px 100px;
}

.harness-power-cta .custom-cta-hlc-wrap {
	background-image: url(../harness-power-cta.html) !important;
	background-size: cover;
	background-position: center;
	padding: 50px 100px 50px 100px;
}

.removal-kayak-business-cta .custom-cta-hlc-wrap {
	background-image: url(../removal-kayak-business-cta.html) !important;
	background-size: cover;
	background-position: center;
}

.property-management-card-main .item {
	background: #000;
	min-height: 550px;
	padding: 70px 40px 10px;
	display: flex;
	justify-content: center;
}

.property-manag-cta1 .custom-cta-hlc-wrap img {
	position: absolute;
	top: 23px;
	bottom: 0;
	margin: auto;
	right: -84px;
}

.property-manag-cta2 .custom-cta-hlc-wrap img {
	position: absolute;
	top: 0;
	bottom: -130px;
	margin: auto;
	left: -84px;
}

.property-management-card-main .item .hlc-subheading {
	font-size: 28px;
	line-height: 32px;
}

.key-feature-property-management .hlc-flex-list li {
	width: 32%;
}

.key-feature-property-management .hlc-flex-list li:nth-child(even) .offer-custom-cash-app-clone-wrap {
	background: #c0f0db52 !important;
}

.key-feature-property-management .hlc-flex-list li:nth-child(odd) .offer-custom-cash-app-clone-wrap {
	background: #d6d2fd63 !important;
}

.uber-clone-testimonial .about-industry-slide-cont img {
	width: 70px !important;
	height: 70px !important;
}

.fa-star.checked {
	color: orange;
}

.salient-point-patient-monitoring .hlc_card_content {
	border-top: 5px solid #006eef;
}

.patient-monitoring-feature .property-management-card-main .item {
	min-height: 270px;
	border: 1px solid #fff;
	background: transparent;
	padding: 30px;
	border-radius: 10px;
}

.patient-monitoring-feature {
	background: #000;
}

.patient-monitoring-feature .property-management-card-main .owl-dot span {
	border: 1px solid #fff;
}

.benefits-remote-monitoring .whitelable-unmatched-wrap li {
	width: 48%;
}

.whitelable-unmatched-wrap li:nth-child(5) .whitelable-unmatched-inner {
	background-color: #e5f5f0;
}

.whitelable-unmatched-wrap li:nth-child(6) .whitelable-unmatched-inner {
	background-color: #fffbeb;
}

.whitelable-unmatched-wrap li:nth-child(7) .whitelable-unmatched-inner {
	background-color: #edeffe;
}

.whitelable-unmatched-wrap li:nth-child(8) .whitelable-unmatched-inner {
	background-color: #f2f9ff;
}

.benefits-sticky-remote-monitoring {
	position: sticky;
	top: 120px;
}

.client-testimonial-slide .about-industry-slide-box {
	padding: 10px 15px 10px;
	min-height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.client-testimonial-slide .owl-dots {
	text-align: center;
}

.light-bg-patient-monitoring {
	background: #006eef1f;
}

.patient-monitoring-software-bg {
	background-image: url(../patient-monitoring-software-bg.html) !important;
	background-size: cover;
	background-position: center;
}

.harness-power-patient-cta .custom-cta-hlc-wrap {
	background-image: url(../harness-power-patient-cta.html) !important;
	background-size: cover;
	background-position: center;
}

.fostering-business-cta .custom-cta-hlc-wrap {
	background-image: url(../fostering-business-cta.html) !important;
	background-size: cover;
	background-position: center;
}

.hire-vetted-patient-cta .custom-cta-hlc-wrap {
	background-image: url(../hire-vetted-patient-cta.html) !important;
	background-size: cover;
	background-position: center;
}

.new-stats-hlc-main.car-based h2.hlc-main-heading {
	text-align: center;
	padding-bottom: 30px;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.business-cta {
	background-image: url("../looking-tech-rental.html");
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	position: relative;
	padding: 50px 30px;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.business-cta .row.centeralign {
	width: 50%;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.business-cta h2.hlc-main-heading {
	color: #fff !important;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.business-cta p {
	color: #fff;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.business-cta:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #00000030;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.skyrocket-cta {
	background-image: url("../webcar-accele-book.html");
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	position: relative;
	padding: 50px 30px;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.skyrocket-cta .row.centeralign {
	width: 50%;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.skyrocket-cta h2.hlc-main-heading {
	color: #fff !important;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.skyrocket-cta p {
	color: #fff;
}

section.hlc-custom-padd.custom-cta-hlc.other-cta.car-rental-cta-bg .custom-cta-hlc-wrap.skyrocket-cta:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #00000030;
}

.new-stats-hlc-main.stats h2.hlc-main-heading {
	text-align: center;
	padding-bottom: 30px;
}

section.hlc-new-development-process.hlc-custom-padd.hlc-light-bg.successful {
	background-color: #efefef;
	padding: 30px 0px;
}

section.hlc-new-development-process.hlc-custom-padd.hlc-light-bg.successful .main-heading-wrap.text-center {
	margin-bottom: 35px;
}

.tabs-box-tech .nav-tabs-box-three {
	width: 80%;
	margin: 0 auto;
}

.tabs-box-tech .nav-tabs-box-three .nav-tabs-box-inner img {
	margin-left: auto !important;
	margin-right: auto !important;
}

.white-label-taxi-app-solution-banner {
	background-image: url("../white-label-taxi-app-solution-banner.html");
	background-repeat: no-repeat;
	background-size: cover;
}

.expand-fleet-taxi-cta .custom-cta-hlc-wrap {
	background-image: url("../expand-fleet-taxi-cta.html");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 30px;
}

.boost-revenue-taxi-cta .custom-cta-hlc-wrap {
	background-image: url("../boost-revenue-taxi-cta.html");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 30px;
}

.stats-ride-sharing-bg {
	background-image: url("../stats-ride-sharing-bg.html");
	border: 1px solid #000;
}

.stats-web-car-rental-bg {
	background-image: url("../stats-web-car-rental-bg.html");
	border: 1px solid #000;
}

.smart-fast-cruise-cta .custom-cta-hlc-wrap {
	background-image: url("../smart-fast-cruise-cta.html");
	background-position: center;
	background-size: cover;
}

.drive-business-cruise-cta .custom-cta-hlc-wrap {
	background-image: url("../drive-business-cruise-cta.html");
	background-position: center;
	background-size: cover;
}

.innovative-cruise-cta .custom-cta-hlc-wrap {
	background-image: url("../innovative-cruise-cta.html");
	background-position: center;
	background-size: cover;
}

.accelerate-bicycle-cta .custom-cta-hlc-wrap {
	background-image: url("../accelerate-bicycle-cta.html");
	background-position: center;
	background-size: cover;
}

.drive-business-bicycle-cta .custom-cta-hlc-wrap {
	background-image: url("../drive-business-bicycle-cta.html");
	background-position: center;
	background-size: cover;
}
.bicycle-sharing-system-banner-bg {
	background: #373B44;
	background: -webkit-linear-gradient(to right, #4286f4, #373B44);
	background: linear-gradient(to right, #4286f4, #373B44);
}
.launch-smartbicycle-cta .custom-cta-hlc-wrap {
	background-image: url("../launch-smartbicycle-cta.html");
	background-position: center;
	background-size: cover;
}
.whitlabel-bus-reservation-banner-bg{
	background: #6dc3e84a;
}
.employee-transport-man-sys-bg {
	background: linear-gradient(to right, #7474bf, #348ac7);
}
.reach-level-employee-cta .custom-cta-hlc-wrap {
	background-image: url(../reach-level-employee-cta.html) !important;
	background-position: center;
    background-size: cover;
}
.guarantee-employee-transport-cta .custom-cta-hlc-wrap {
	background-image: url(../guarantee-employee-transport-cta.html) !important;
	background-position: center;
    background-size: cover;
}
.multivendor-marketplace-bg{
	background: linear-gradient(to right, #007991, #78ffd6);
}
.innovate-multivendor-cta .custom-cta-hlc-wrap {
	background-image: url(../innovate-multivendor-cta.html) !important;
	background-position: center;
    background-size: cover;
}
.bringidea-multivendor-cta .custom-cta-hlc-wrap {
	background-image: url(../bringidea-multivendor-cta.html) !important;
	background-position: center;
    background-size: cover;
}
.smart-fast-multivendor-cta .custom-cta-hlc-wrap {
	background-image: url(../smart-fast-multivendor-cta.html) !important;
	background-position: center;
    background-size: cover;
}
.single-vendor-marketplace {
	background: linear-gradient(to right, #1e3c72, #2a5298);
}
.launch-single-vendor-cta .custom-cta-hlc-wrap {
	background-image: url(../launch-single-vendor-cta.html) !important;
	background-position: center;
    background-size: cover;
}
.do-you-single-vendor-cta .custom-cta-hlc-wrap {
	background-image: url(../do-you-single-vendor-cta.html) !important;
	background-position: center;
    background-size: cover;
}
.are-you-looking-single-cta .custom-cta-hlc-wrap {
	background-image: url(../are-you-looking-single-cta.html) !important;
	background-position: center;
    background-size: cover;
}
.whitelabel-elearning-plat-bg{
	background: linear-gradient(to right, #134e5e, #71b280);
}
.build-online-course-platform-cta .custom-cta-hlc-wrap {
	background: url(../build-online-course-platform-cta.html) center/cover!important;
}
.want-interactive-learning-cta .custom-cta-hlc-wrap {
	background: url(../want-interactive-learning-cta.html) center/cover!important;
}
.redefine-part-learning-cta .custom-cta-hlc-wrap {
	background: url(../redefine-part-learning-cta.html) center/cover!important;
}
.whitelabel-food-ordering-stats{
	background-image: url(../whitelabel-food-ordering-stats.html) !important;
}
.whitelabel-food-ordering-bg {
	background: linear-gradient(to right, #00b09b, #96c93d5c);
}
.want-amplify-food-cta .custom-cta-hlc-wrap {
	background-image: url(../want-amplify-food-cta.html) !important;
}
.stay-head-food-cta  .custom-cta-hlc-wrap {
	background-image: url(../stay-head-food-cta.html) !important;
}
.online-consult-market-bg {
	background: linear-gradient(to right, #2193b0, #6dd5ed); 
}
.stats-online-consultation-marketplace{
	background-image: url(../stats-online-consultation-marketplace.html) !important;
}
.reach-consult-cta .custom-cta-hlc-wrap {
	background-image: url(../reach-consult-cta.html) !important;
}
.take-business-consult-cta .custom-cta-hlc-wrap {
	background-image: url(../take-business-consult-cta.html) !important;
}
.get-tailored-consult-cta .custom-cta-hlc-wrap {
	background-image: url(../get-tailored-consult-cta.html) !important;
}
.ondemand-service-marketplace-bg {
	background-image: linear-gradient(to right, #01050e, #082775);
}
.stats-ondemand-service-marketplace {
	background-image: url(../stats-ondemand-service-marketplace.html) !important;
}
.looking-ondemand-service-market-cta .custom-cta-hlc-wrap {
	background-image: url(../looking-ondemand-service-market-cta.html) !important;
}
.start-ondemand-service-cta .custom-cta-hlc-wrap {
	background-image: url(../start-ondemand-service-cta.html) !important;
}
.talk-experts-ondemand-cta .custom-cta-hlc-wrap {
	background-image: url(../talk-experts-ondemand-cta.html) !important;
}
.stats-property-management {
	background-image: url(../stats-property-management.html) !important;
}
.widen-banking-cta .custom-cta-hlc-wrap {
	background-image: url(../widen-banking-cta.html) !important;
}
.banking-app-stats {
	background-image: url(../banking-app-stats.html) !important;
}
.white-label-mob-banking-app{
	background-image: linear-gradient(to right, #01050e, #082775);
}
.time-invest-banking-cta .custom-cta-hlc-wrap {
	background-image: url(../time-invest-banking-cta.html) !important;
}
.cashapp-clone-banner-bg {
	background: #16222A;
	background: -webkit-linear-gradient(to right, #16222A, #3A6073);
	background: linear-gradient(to right, #16222A, #3A6073);
}
.boost-business-cashapp-cta .custom-cta-hlc-wrap {
	background-image: url(../boost-business-cashapp-cta.html) !important;
}
.seamless-p2p-cashapp {
	background: #16222A;
	background: -webkit-linear-gradient(to right, #16222A, #3A6073);
	background: linear-gradient(to right, #16222A, #3A6073);
}
.develop-userfriendly-cta .custom-cta-hlc-wrap {
	background-image: url(../develop-userfriendly-cta.html) !important;
}
.food-delivery-banner-bg {
	background-image: linear-gradient(120deg, rgb(246, 211, 101) 0%, rgb(253, 160, 133) 100%);
	background: -webkit-linear-gradient(120deg, rgb(246, 211, 101) 0%, rgb(253, 160, 133) 100%);
}
.amplify-food-delivery-cta .custom-cta-hlc-wrap {
	background-image: url(../amplify-food-delivery-cta.html) !important;
}
.build-custom-food-cta .custom-cta-hlc-wrap {
	background-image: url(../build-custom-food-cta.html) !important;
}
.start-us-food-delivery-cta .custom-cta-hlc-wrap {
	background-image: url(../start-us-food-delivery-cta.html) !important;
}
.develop-today-food-delivery-cta .custom-cta-hlc-wrap {
	background-image: url(../develop-today-food-delivery-cta.html) !important;
}
.grocery-delivery-banner-bg, .hlc-success.benefits-grocery-delivery-bg {
	background: #1a9b231a;
}
.connecting-grocery-delivery-cta .custom-cta-hlc-wrap {
	background-image: url(../connecting-grocery-delivery-cta.html) !important;
}
.fuel-delivery-banner-bg {
	background: linear-gradient(275deg, rgb(186, 200, 224) 0%, rgb(106, 133, 182) 100%);
}
.embark-fuel-delivery-cta .custom-cta-hlc-wrap {
	background-image: url(../embark-fuel-delivery-cta.html) !important;
}
.innovative-fuel-delivery-cta .custom-cta-hlc-wrap {
	background-image: url(../innovative-fuel-delivery-cta.html) !important;
}
.topnotch-fuel-delivery-cta .custom-cta-hlc-wrap {
	background-image: url(../topnotch-fuel-delivery-cta.html) !important;
}
.pickup-delivery-banner-bg {
	background: linear-gradient(to left, #2980b9, #2c3e50);
}
.takebusiness-pickup-delivery-cta .custom-cta-hlc-wrap {
	background-image: url(../takebusiness-pickup-delivery-cta.html) !important;
}
.develop-launch-pickup-delivery-cta .custom-cta-hlc-wrap {
	background-image: url(../develop-launch-pickup-delivery-cta.html) !important;
}
.smart-reliable-pickup-delivery-cta .custom-cta-hlc-wrap {
	background-image: url(../smart-reliable-pickup-delivery-cta.html) !important;
}
.meat-delivery-banner-bg {
	background: linear-gradient(to right, #ff5e62, #ff9966);
}
.boost-meat-delivery-cta .custom-cta-hlc-wrap {
	background-image: url(../boost-meat-delivery-cta.html) !important;
}
.deliver-meat-delivery-cta .custom-cta-hlc-wrap {
	background-image: url(../deliver-meat-delivery-cta.html) !important;
}
.create-amazing-meat-delivery-cta .custom-cta-hlc-wrap {
	background-image: url(../create-amazing-meat-delivery-cta.html) !important;
}
.accelerate-meat-delivery-cta .custom-cta-hlc-wrap {
	background-image: url(../accelerate-meat-delivery-cta.html) !important;
}
.customized-ondemand-mobile-app-cta .custom-cta-hlc-wrap {
	background-image: url(../customized-ondemand-mobile-app-cta.html) !important;
}
.take-business-on-demand-app-cta .custom-cta-hlc-wrap {
	background-image: url(../take-business-on-demand-app-cta.html) !important;
}
.medicine-delivery-banner-bg{
	background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}
.collab-develop-med-delivery-cta .custom-cta-hlc-wrap {
	background-image: url(../collab-develop-med-delivery-cta.html) !important;
}
.transform-business-medicine-cta .custom-cta-hlc-wrap {
	background-image: url(../transform-business-medicine-cta.html) !important;
}
.reach-flower-delivery-cta .custom-cta-hlc-wrap {
	background-image: url(../reach-flower-delivery-cta.html) !important;
}
.deliver-happiness-flower-cta .custom-cta-hlc-wrap {
	background-image: url(../deliver-happiness-flower-cta.html) !important;
}
.get-ready-flower-cta .custom-cta-hlc-wrap {
	background-image: url(../get-ready-flower-cta.html) !important;
}
.smarteffective-courier-delivery-cta .custom-cta-hlc-wrap {
	background-image: url(../smarteffective-courier-delivery-cta.html) !important;
}
.launchweeks-courier-delivery-cta .custom-cta-hlc-wrap {
	background-image: url(../launchweeks-courier-delivery-cta.html) !important;
}
.doplans-courier-delivery-cta .custom-cta-hlc-wrap {
	background-image: url(../doplans-courier-delivery-cta.html) !important;
}
.alcohol-delivery-banner-bg {
	background-image: linear-gradient(270deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
}
.gainedge-alcohol-delivery-cta .custom-cta-hlc-wrap {
	background-image: url(../gainedge-alcohol-delivery-cta.html) !important;
}
.futureonline-courier-delivery-cta .custom-cta-hlc-wrap {
	background-image: url(../futureonline-courier-delivery-cta.html) !important;
}
.smart-affordable-courier-delivery-cta .custom-cta-hlc-wrap {
	background-image: url(../smart-affordable-courier-delivery-cta.html) !important;
}
.sidebar_blog_icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
}
.ondemand-roadside-banner-bg {
	background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
}
.uber-driver-roadside-cta .custom-cta-hlc-wrap {
	background-image: url(../uber-driver-roadside-cta.html) !important;
}
.leverage-delivery-cta .custom-cta-hlc-wrap {
	background-image: url(../leverage-delivery-cta.html) !important;
}
.wow-factor-demand-cta .custom-cta-hlc-wrap {
	background-image: url(../wow-factor-demand-cta.html) !important;
}
.true-potential-road-cta .custom-cta-hlc-wrap {
	background-image: url(../true-potential-road-cta.html) !important;
}
.smart-reliable-multiservice-cta .custom-cta-hlc-wrap {
	background-image: url(../smart-reliable-multiservice-cta.html) !important;
}
.ondemand-multiservice-solution-cta .custom-cta-hlc-wrap {
	background-image: url(../ondemand-multiservice-solution-cta.html) !important;
}
.double-rois-multi-cta .custom-cta-hlc-wrap {
	background-image: url(../double-rois-multi-cta.html) !important;
}
.multiservices-banner-bg {
	background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
}
.handyman-banner-bg {
	background-image: linear-gradient(to left, #e6b980 0%, #eacda3 100%);
}
.customize-handyman-cta .custom-cta-hlc-wrap {
	background-image: url(../customize-handyman-cta.html) !important;
}
.business-handyman-cta .custom-cta-hlc-wrap {
	background-image: url(../business-handyman-cta.html) !important;
}
.hire-best-handyman-cta .custom-cta-hlc-wrap {
	background-image: url(../hire-best-handyman-cta.html) !important;
}
.laundry-app-banner-bg {
	background-image: linear-gradient(to right, #accbee 0%, #e7f0fd 100%);
}
.looking-laundry-app-cta .custom-cta-hlc-wrap {
	background: url(../looking-laundry-app-cta.html) center !important;
}
.justify-content-center-gap {
    justify-content: center;
    gap: 0 20px;
}
.thumbtack-clone-banner-bg {
	background-image: linear-gradient(218deg, #96baef 0%, #B8DCFF 48%, #6bbbff69 100%);
}
.leverage-gen-thumbstack-cta .custom-cta-hlc-wrap {
	background: url(../leverage-gen-thumbstack-cta.html) center !important;
}
.whitelabel-thumbstack-cta .custom-cta-hlc-wrap {
	background: url(../whitelabel-thumbstack-cta.html) center !important;
}
.whitelabel-create-thumbstack-cta .custom-cta-hlc-wrap {
	background: url(../whitelabel-create-thumbstack-cta.html) bottom center !important;
}
.puting-tech-thumbstack-cta .custom-cta-hlc-wrap {
	background: url(../puting-tech-thumbstack-cta.html) bottom center !important;
}
.taskrabbit-clone-banner-bg {
	background: linear-gradient(to right, #ede574, #e1f5c4);
}
.explore-taskrabbit-cta .custom-cta-hlc-wrap {
	background: url(../explore-taskrabbit-cta.html) center !important;
}
.smart-effective-taskrabbit-cta .custom-cta-hlc-wrap {
	background: url(../smart-effective-taskrabbit-cta.html) bottom center !important;
}
.explore-smart-taskrabbit-cta .custom-cta-hlc-wrap {
	background: url(../explore-smart-taskrabbit-cta.html) top center !important;
}
.start-similar-taskrabbit-cta .custom-cta-hlc-wrap {
	background: url(../start-similar-taskrabbit-cta.html) center !important;
}
.gojek-clone-banner-bg {
	background: linear-gradient(to right, #000, #3c0000);
}
.reach-smarter-gojek-app-cta .custom-cta-hlc-wrap {
	background: url(../reach-smarter-gojek-app-cta.html) top center !important;
}
.smart-affor-gojek-app-cta .custom-cta-hlc-wrap {
	background: url(../smart-affor-gojek-app-cta.html) center !important;
}
.get-sol-gojek-app-cta .custom-cta-hlc-wrap {
	background: url(../get-sol-gojek-app-cta.html) center !important;
}
.gojek-clone-benefits-sticky {
    position: sticky;
    top: 80px;
}
.fiver-clone-banner-bg {
	background: #1dbf736e;
}
.launch-fiver-cta .custom-cta-hlc-wrap {
	background: url(../launch-fiver-cta.html) center !important;
}
.get-free-fiver-cta .custom-cta-hlc-wrap {
	background: url(../get-free-fiver-cta.html) center !important;
}
.build-clone-fiver-cta .custom-cta-hlc-wrap {
	background: url(../build-clone-fiver-cta.html) center !important;
}
.achieve-fiverr-cta .custom-cta-hlc-wrap {
	background: url(../achieve-fiverr-cta.html) center !important;
}
.talabat-clone-banner-bg {
	background: #fbdfd0;
}
.let-food-talabat-clone-cta .custom-cta-hlc-wrap {
	background: url(../let-food-talabat-clone-cta.html) center !important;
}
.entire-talabat-cta .custom-cta-hlc-wrap {
	background: url(../entire-talabat-cta.html) center !important;
}
.ubereats-clone-banner-bg {
    background: linear-gradient(161deg, rgba(255, 221, 212, 0.59) 0%, rgba(255, 255, 255, 0) 56.62251655629139%);
    background-color: #fafff7;
}
.advance-ubereats-cta .custom-cta-hlc-wrap {
	background: url(../advance-ubereats-cta.html) center !important;
}
.highly-ubereats-cta .custom-cta-hlc-wrap {
	background: url(../highly-ubereats-cta.html) center !important;
}
.bring-ubereats-cta .custom-cta-hlc-wrap {
	background: url(../bring-ubereats-cta.html) center !important;
}
.justeat-clone-stats {
	background: url(../justeat-clone-stats.html) center !important;
}
.effective-justeat-cta .custom-cta-hlc-wrap {
	background: url(../effective-justeat-cta.html) center !important;
}
.release-justeat-clone-cta .custom-cta-hlc-wrap {
	background: url(../release-justeat-clone-cta.html) center !important;
}
.provide-justeat-cta .custom-cta-hlc-wrap {
	background: url(../provide-justeat-cta.html) center !important;
}
.instacart-clone-banner-bg {
	background-image: linear-gradient(120deg, #84fab07a 0%, #8fd3f46e 100%);
}
.grocery-instacart-cta .custom-cta-hlc-wrap {
	background: url(../grocery-instacart-cta.html) center !important;
}
.future-ready-instacart-cta .custom-cta-hlc-wrap {
	background: url(../future-ready-instacart-cta.html) center !important;
}
.revamp-grocery-instacart-cta .custom-cta-hlc-wrap {
	background: url(../revamp-grocery-instacart-cta.html) center !important;
}
.drizly-clone-banner-bg {
	background-image: linear-gradient(to left, #f78ca0 0%, #f9748fed 19%, #fd868c8f 60%, #fe9a8b8c 100%);
}
.looking-drizly-cta .custom-cta-hlc-wrap {
	background: url(../looking-drizly-cta.html) no-repeat right center !important;
}
.ready-launch-liquor-cta .custom-cta-hlc-wrap {
	background: url(../ready-launch-liquor-cta.html) no-repeat right center !important;
}
.onlyfans-clone-banner-bg {
	background-image: linear-gradient(-225deg, #B6CEE8 0%, #F578DC 100%);
}
.onlyfans-clone-stats {
	background: url(../onlyfans-clone-stats.html) center !important;
}
.revolutionize-onlyfans-cta .custom-cta-hlc-wrap {
	background: url(../revolutionize-onlyfans-cta.html) no-repeat right center !important;
}
.hire-seasoned-onlyfans-cta .custom-cta-hlc-wrap {
	background: url(../hire-seasoned-onlyfans-cta.html) no-repeat center !important;
}
.features-section-one .align-items-unset {
	align-items: unset;
}
.signi-perks-onlyfans .signi-perks-onlyfans-inner:nth-child(1) .hlc-why-us-wrap {
    background: #F5CFC2;
}
.signi-perks-onlyfans .signi-perks-onlyfans-inner:nth-child(2) .hlc-why-us-wrap {
    background: #C3D8D1;
}
.signi-perks-onlyfans .signi-perks-onlyfans-inner:nth-child(3) .hlc-why-us-wrap {
    background: #F0BC69;
}
.signi-perks-onlyfans .signi-perks-onlyfans-inner:nth-child(4) .hlc-why-us-wrap {
    background: #A1DDDE;
}
.signi-perks-onlyfans .signi-perks-onlyfans-inner:nth-child(5) .hlc-why-us-wrap {
    background: #CAA5E8;
}
.signi-perks-onlyfans .signi-perks-onlyfans-inner:nth-child(6) .hlc-why-us-wrap {
    background: #A5C0E8;
}
.signi-perks-onlyfans .signi-perks-onlyfans-inner .hlc-why-us-wrap {
    border-radius: 15px;
}
.main-heading-wrap p a {
    color: #000;
    text-decoration: underline;
}
.main-heading-wrap p a:hover {
    color: var(--theme-mainColor);
    text-decoration: none;
}
.bespoke-subs-onlyfans-cta .custom-cta-hlc-wrap {
	background: url(../bespoke-subs-onlyfans-cta.html) no-repeat center !important;
}
.onlyfans-elevate-earnings .hlc-flex-list li {
    width: 49%;
}
.onlyfans-elevate-earnings-wrap {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 46px 0 rgb(0 0 0 / 6%);
    padding: 30px 20px;
	height: 100%;
	padding-right: 200px;
	position: relative;
}
.onlyfans-elevate-earnings .hlc-flex-list li:nth-child(1) .onlyfans-elevate-earnings-wrap {
	background: #e9ddff;
}
.onlyfans-elevate-earnings .hlc-flex-list li:nth-child(2) .onlyfans-elevate-earnings-wrap {
	background: #d6edff;
}
.onlyfans-elevate-earnings-wrap img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.threads-clone-banner-bg {
	background: #bbd0ef;
}
.utilize-threads-cta .custom-cta-hlc-wrap {
	background: url(../utilize-threads-cta.html) no-repeat center !important;
}
.revamp-social-threads-cta .custom-cta-hlc-wrap {
	background: url(../revamp-social-threads-cta.html) no-repeat center !important;
}
.reach-edge-threads-cta .custom-cta-hlc-wrap {
	background: url(../reach-edge-threads-cta.html) no-repeat center !important;
}
.fansly-clone-banner-bg {
	background: linear-gradient(to right, #92afff, #c76d6d);
}
.newera-social-fansly-cta .custom-cta-hlc-wrap {
	background: url(../newera-social-fansly-cta.html) no-repeat center !important;
}
.revamp-fansly-cta .custom-cta-hlc-wrap {
	background: url(../revamp-fansly-cta.html) no-repeat center !important;
}
.reach-edge-fansly-cta .custom-cta-hlc-wrap {
	background: url(../reach-edge-fansly-cta.html) no-repeat center !important;
}
.hlc-light-bg {
    background: #cdd5fa2e;
}
.nextdoor-clone-stats {
	background: url(../nextdoor-clone-stats.html) no-repeat center !important;
}
.grab-nextdoor-cta .custom-cta-hlc-wrap {
	background: url(../grab-nextdoor-cta.html) no-repeat center !important;
}
.reliable-nextdoor-cta .custom-cta-hlc-wrap {
	background: url(../reliable-nextdoor-cta.html) no-repeat center !important;
}
.top-rated-new-stats li {
    width: 24%;
}
.smart-bigo-cta .custom-cta-hlc-wrap {
	background: url(../smart-bigo-cta.html) no-repeat center !important;
}
.process-turo-inner .hlc-why-us-wrap {
	border-radius: 15px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.process-turo-inner:nth-child(1) .hlc-why-us-wrap, .process-turo-inner:nth-child(4) .hlc-why-us-wrap {
    background: #ffd6d67d;
}
.process-turo-inner:nth-child(2) .hlc-why-us-wrap, .process-turo-inner:nth-child(5) .hlc-why-us-wrap {
    background: #b8f6cd8a;
}
.process-turo-inner:nth-child(3) .hlc-why-us-wrap, .process-turo-inner:nth-child(6) .hlc-why-us-wrap {
    background: #bdbcff78;
}
.turo-steps-process {
    background: #EBEBFF;
}
.turo-steps-process-point {
    border: 5px solid #FF3B30;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.turo-steps-process-inner:nth-child(2) .turo-steps-process-point {
    border-color: #FF9500;
}
.turo-steps-process-inner:nth-child(3) .turo-steps-process-point {
    border-color: #4CD964;
}
.turo-steps-process-inner:nth-child(4) .turo-steps-process-point {
    border-color: #5AC8FA;
}
.turo-steps-process-inner:nth-child(5) .turo-steps-process-point {
    border-color: #007AFF;
}
.turo-steps-process-inner:nth-child(6) .turo-steps-process-point {
    border-color: #FFCC00;
}
.turo-steps-process-inner .hlc-why-us-wrap {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 15px;
}
.turo-clone-tech-stack li {
    width: 12%;
}
.turo-clone-tech-stack li .hlc-new-tech-stacks-wrap {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.transform-turo-cta .custom-cta-hlc-wrap {
	background: url(../transform-turo-cta.html) no-repeat center !important;
}
.streamlined-turo-cta .custom-cta-hlc-wrap {
	background: url(../streamlined-turo-cta.html) no-repeat center !important;
}
.related-blog {
    background-color: #f6f6f6;
    padding: 10px 20px;
    border-left: 6px solid #ED0D0D;
    margin-bottom: 20px;
}
.related-blog strong {
    font-size: 18px;
}
.related-blog strong a {
    color: #000;
    text-decoration: underline;
}
.related-blog strong a:hover {
    color: var(--theme-mainColor);
}
.future-bigo-live-cta .custom-cta-hlc-wrap {
	background: url(../future-bigo-live-cta.html) no-repeat center !important;
}
.grab-clone-banner-bg {
	background-image: linear-gradient(120deg, #84fab075 0%, #8fd3f473 100%);
}
.feature-grab-cta .custom-cta-hlc-wrap {
	background: url(../feature-grab-cta.html) no-repeat top center !important;
}
.expand-grab-cta .custom-cta-hlc-wrap {
	background: url(../expand-grab-cta.html) no-repeat center !important;
}
.market-grab-cta .custom-cta-hlc-wrap {
	background: url(../market-grab-cta.html) no-repeat center !important;
}
.tailored-uber-clone-dev-sol a {
    align-items: center;
    font-size: 16px;
    background: #3a3939;
    padding: 8px 12px;
    display: block;
    color: #fff;
    width: 100%;
    border-right: 2px solid #fff;
}
.tailored-uber-clone-dev-sol a.active {
    background: #e92b26 !important;
}
.tailored-uber-clone-dev-sol-bg {
    background-color: #EEF1FF;
}
.tailored-uber-clone-dev-sol-card {
    background: #fff;
    padding: 50px 80px;
}
.sidebar_blog_icons-inner {
	width: 32%;
    text-align: center;
}
.sidebar_blog_icons-inner img {
	width: 100%;
}
.home-animate4 img {
    background: var(--theme-mainColor);
    height: 35px;
    width: 35px;
    object-fit: contain;
    border-radius: 50%;
    padding: 8px;
    position: absolute;
    transition: .5s;
    right: 10px !important;
    top: 6px !important;
    animation: wobble 1s ease infinite;
	margin: unset;
    left: unset;
}
table {
	border-collapse: collapse;
	width: 100%;
}
td, th {
	border: 1px solid #c1c1c1;
	text-align: left;
	padding: 8px;
}
tr:nth-child(even) {
	background-color: #EEF1FF;
}
.d-flex-icons {
    display: flex;
    gap: 15px;
}
.ride-sharing-slide .about-industry-slide-box {
    background: #091b38;
}
.ride-dominate-transportation-cta .custom-cta-hlc-wrap {
	background: url(../ride-dominate-transportation-cta.html) no-repeat center !important;
}
.build-ride-app-cta .custom-cta-hlc-wrap {
	background: url(../build-ride-app-cta.html) no-repeat center !important;
}
.portfolio-app-main li {
    width: 49%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    box-shadow: 0 0 0 .05rem rgba(8, 60, 130, .06), 0 0 1.25rem rgba(30, 34, 40, .04);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}
.portfolio-app-inner {
    width: 48%;
	text-align: center;
}
.portfolio-app-inner a {
    background: #000;
    padding: 5px 6px 7px 6px;
    border-radius: 5px;
}
.web-based-car-slide-box {
    padding: 10px;
}
.build-webbased-car-reserve-systm-cta .custom-cta-hlc-wrap {
	background-image: url("../looking-tech-rental.html");
	background-repeat: no-repeat;
	background-size: cover;
}
.transform-rental-digital-cta .custom-cta-hlc-wrap {
	background-image: url("../webcar-accele-book.html");
	background-repeat: no-repeat;
	background-size: cover;
}
.web-based-car-slide-main {
	background-color: #000;
}
.card-eatmyride {
	background-image: url("../card-eatmyride.html");
}
.card-ugaoo {
	background-image: url("../card-ugaoo.html");
}
.card-theobroma {
	background-image: url("../card-theobroma.html");
}
.card-vytal {
	background-image: url("../card-vytal.html");
}
.card-eateasily {
	background-image: url("../card-eateasily.html");
}
.card-chicking {
	background-image: url("../card-chicking.html");
}
.top-course-based-main {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 10px 10px;
}
.coursera-clone-banner {
	background: linear-gradient(to left, #1c92d2, #f2fcfe);
}
.coursera-functional-cta .custom-cta-hlc-wrap {
	background: linear-gradient(to left, #1c92d2, #529aa9);
}
.card-real-estate {
	background-image: url("../card-real-estate.html");
}
.card-landlordy {
	background-image: url("../card-landlordy.html");
}
.two-row-list {
    display: flex;
    flex-wrap: wrap;
}
.two-row-list li {
    width: 49% !important;
}
.escooter-steps-process {
	background: #6cb66059;
}
.capture-escooter-app-cta {
    background: #333;
    padding: 20px 50px 20px 50px;
    border-radius: 20px;
	position: relative;
}
.cashapp-benefits {
	background: linear-gradient(to right, #16222A, #3A6073);
}
.ehr-sofware-banner-bg {
    background: linear-gradient(to right, #058d663d, #f2fcfe);
}
.amplify-ehr-software-cta .custom-cta-hlc-wrap {
	background-image: url("../amplify-ehr-software-cta.html");
	background-size: cover;
    background-position: center;
}
.ehr-light-green-bg {
	background: linear-gradient(to right, #058d663d, #f2fcfe);
}
.buy-apps-developers-bg {
	position: relative;
	background: #234dd426;
}
.buy-apps-from-dev-cta {
	background: #234dd426;
	padding: 33px;
    border-radius: 20px;
}
.custom-cta-hlc-wrap .cannabis-app-service img {
	position: unset;
}
.offer-cannabis-service-bg .hlc-smart-computing-power-wrap {
    background: #fff;
    border-radius: 15px;
}
.ecommerce-website-dev-banner {
    background: linear-gradient(to right, #f2994a80, #f2c94c8c);
}
.launch-ecommerce-web-cta .custom-cta-hlc-wrap {
	background-image: url("../launch-ecommerce-web-cta.html");
	background-size: cover;
    background-position: center;
}
.transform-ecommerce-web-cta .custom-cta-hlc-wrap {
	background-image: url("../transform-ecommerce-web-cta.html");
	background-size: cover;
    background-position: center;
}
.partner-ecommerce-web-cta .custom-cta-hlc-wrap {
	background-image: url("../partner-ecommerce-web-cta.html");
	background-size: cover;
    background-position: center;
}
.gap-2 {
    gap: 20px;
}
.launch-amazon-clone-cta .custom-cta-hlc-wrap {
	background-image: url("../launch-amazon-clone-cta.html");
	background-size: cover;
    background-position: center;
}
.launch-amazon-weeks-cta .custom-cta-hlc-wrap {
	background-image: url("../launch-amazon-weeks-cta.html");
	background-size: cover;
    background-position: center;
}
.launch-market-amazon-cta .custom-cta-hlc-wrap {
	background-image: url("../launch-market-amazon-cta.html");
	background-size: cover;
    background-position: center;
}
.onlyfans-advance-bg {
	background-image: linear-gradient(-225deg, #e2ebf5 0%, #fdcff4 100%);
}
.nft-marketplace-vision-cta .custom-cta-hlc-wrap {
	background-image: url("../nft-marketplace-vision-cta.html");
	background-size: cover;
    background-position: center;
}
.seize-pioneer-opensea-cta .custom-cta-hlc-wrap {
	background-image: url("../seize-pioneer-opensea-cta.html");
	background-size: cover;
    background-position: center;
}
.logistics-integrate-cta .custom-cta-hlc-wrap {
	background-image: url("../logistics-integrate-cta.html");
	background-size: cover;
    background-position: top center;
}
.amplify-logistic-cta .custom-cta-hlc-wrap {
	background-image: url("../amplify-logistic-cta.html");
	background-size: cover;
    background-position: top center;
}