.online-form__file-block {
	padding: 0 7.5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-bottom: 30px
}

@media (min-width:576px) {
	.online-form__file-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.online-form__file-desc {
	padding: 0 7.5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-bottom: 30px
}

@media (min-width:992px) {
	.online-form__file-desc {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 35%;
		flex: 0 0 35%
	}
}

.online-form__file-desc-svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15px;
	flex: 0 0 15px;
	height: 15px;
	width: 15px;
	fill: #29a5de;
	margin-top: 5px;
	margin-right: 10px
}

.online-form__file-desc-p {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	margin: 0
}

.online-form__file-text {
	margin-right: 15px;
	font-size: 16px;
	color: #556171;
	margin-bottom: 15px
}

@media (min-width:576px) {
	.online-form__file-text {
		margin-bottom: 0
	}
}

.online-form__file-item {
	margin-right: 10px;
	display: inline-block
}

.online-form__file-item:last-child {
	margin-right: 0
}

.online-form__file {
	position: absolute;
	z-index: -1;
	opacity: 0;
	overflow: hidden;
	width: .1px;
	height: .1px;
	display: none
}

.online-form__label-for-file {
	cursor: pointer;
	border: 1px dashed #d8d8d8;
	height: 45px;
	width: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0
}

@media (min-width:576px) {
	.online-form__label-for-file {
		height: 55px;
		width: 55px
	}
}

.online-form__label-for-file.on {
	border-color: #29a5de
}

.online-form__label-for-file-svg {
	height: 20px;
	width: 20px;
	fill: #000
}

@media (min-width:576px) {
	.online-form__label-for-file-svg {
		height: 25px;
		width: 25px
	}
}

.company-timing ul li {
	margin-bottom: 12px;
	line-height: 18px;
	padding-left: 28px;
}

.company-timing ul li::after {
	top: 8px;
}

@media (max-width:576px) {
	.excellence-counter-item p {
		font-size: 12px;
	}
}

@media (max-width:576px) {
	.phone {
		flex-wrap: wrap;
		gap: 0;
		column-gap: 10px;
		row-gap: 0;
	}
}

.footer-sogl {
	text-align: center;
}

@media (min-width:768px) {
	.footer-sogl {
		text-align: right;
	}
}



@media (max-width:576px) {
	.footer-links ul {
		gap: 10px;
	}

	.footer-links ul li {
		flex: 0 0 calc(50% - 5px);
	}
}

@media (max-width:767px) {
	.cta-box-btn {
		position: relative;
		top: 80px;
	}
}

.work-step-image::before {
	/* content: '';
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--divider-color);
	width: 111%;
	height: 1px; */
}

@media (max-width:767px) {
	.work-steps-box {
		position: relative;
		z-index: 1;
		gap: 20px;
	}

	.work-steps-box:before {
		content: '';
		position: absolute;
		z-index: 1;
		width: 1px;
		height: 91%;
		background-color: var(--divider-color);
		top: 20px;
		left: calc(50% - 1px)
	}
}

@media (max-width:575px) {
	.footer-contact-content {
		width: auto;
	}

	.footer-contact-item {
		justify-content: center;

	}
}