.home-page {
	position: relative;
	width: 100%;
	height: auto !important;
	overflow: hidden !important;
	text-align: left;
}

.data-mobile-display {
	display: none !important;
}

.data-desktop-display {
	display: block !important;
}

.title-page {
	letter-spacing: 0.01em;
	line-height: 1.25rem;
	font-weight: 500;
	font-size: 1.13rem;
}

.tableData td,
.tableData th {
	vertical-align: top !important;
	width: 23%;
}


.svg-background {
	position: relative;
	height: 300px;
	margin-top: -205px;
}


/* Set a fixed height for the cell */


.svg-background::before {
	content: "";
	position: absolute;
	top: 42px;
	left: -12px;
	right: 0;
	bottom: 0;
	opacity: 1;
	/*	background: url(\assets\images\half-circle-col.svg) no-repeat;*/
	background-size: contain;
	height: 100%;
	background-position: 53% 8%;
}

.svg-background-reverse {
	position: relative;
	height: 300px;
	/* Set a fixed height for the cell */
}

#circleId {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #EFB495;
}

.blockTitle {
	letter-spacing: 0.05em;
	font-weight: 600;
	font-size: 12px;
	margin-top: 15px;
}

.blockTitleText {

	font-size: 12px;
	line-height: 1.25rem;
	display: inline-block;
	width: auto !important;
	height: 5.88rem;
	margin-top: 15px;
	letter-spacing: 0.01em;
}

body {
	font-family: "Montserrat", sans-serif !important;
}

.dashed-border-hori {
	position: relative;
	top: 2rem;
	left: -0.82rem;
	border-top: 1px dashed rgba(0, 0, 0, 0.75);
	box-sizing: border-box;
	width: 100% !important;
	height: 0.06rem
}

.circleStep {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	/*border: 2px solid #00A0E3;*/
	border: 2px solid var(--primaryColor) !important;
	padding: 14px 18px;
}

body {
	width: 100%;
	/*overflow-x: hidden !important;*/
}

html {
	width: 100%;
	/*overflow-x: hidden !important;*/
}

.vl {
	display: none;
}

.mobile-row {
	margin-top: 62px;
}

.mobile-row54 {
	margin-top: 54px;
}

.dataMobile {
	display: none;
}

@media only screen and (max-width:768px) {
	.dashed-border-hori {
		display: none;
	}

	.vl {
		display: block;
		border-left: 2px dashed rgba(0, 0, 0, 0.75);
		height: 73px;
		margin-left: 23px;
		width: 0%;
		justify-content: center;
		margin: auto;
	}

	body {
		width: 100%;
		overflow-x: hidden !important;
	}

	.mainCol {
		margin: auto;
		width: 100%;

		padding: 0px 50px;
	}

	.mobile-align {
		text-align: center;
	}

	#circleId {
		justify-content: center;
		margin: auto;
	}

	.circleStep {
		justify-content: center;
		margin: auto;
	}

	.half-circle {
		display: none;
	}

	.half-circlereverse {
		display: none;
	}

	.mobile-row {
		margin-top: 0px !important;
	}

	.mobile-row54 {
		margin-top: 0px !important;
	}

	.secondCol {
		flex-direction: column-reverse;
		grid-column-start: 1;
		display: flex;
	}

	.dataMobile {
		display: block;
	}
}

@media only screen and (min-width:1023px) and (max-width:1366px) and (orientation:portrait) {
	.dashed-border-hori {
		position: relative;
		top: 2rem;
		left: 1.18rem !important;
		border-top: 1px dashed rgba(0, 0, 0, 0.75);
		box-sizing: border-box;
		width: 100% !important;
		height: 0.06rem;
	}

	.blockTitleText {
		width: auto !important;
	}
}

@media only screen and (min-width:1023px) and (max-width:1365px) and (orientation:landscape) {
	.dashed-border-hori {
		position: relative;
		top: 2rem;
		left: 0.08rem !important;
		border-top: 1px dashed rgba(0, 0, 0, 0.75);
		box-sizing: border-box;
		width: 100% !important;
		height: 3.06rem;
	}

	.blockTitleText {
		width: auto;
	}

}

@media only screen and (min-width:820px) and (max-width:1180px) and (orientation:landscape) {
	.dashed-border-hori {
		width: 100% !important;
		height: 0.06rem;
		left: 1.08rem !important;
	}

	.blockTitleText {
		width: auto !important;
	}

}

@media only screen and (min-width:820px) and (max-width:1180px) and (orientation:portrait) {
	.dashed-border-hori {
		display: none;
	}

	.vl {
		display: block;
		border-left: 2px dashed rgba(0, 0, 0, 0.75);
		height: 73px;
		margin-left: 23px;
		width: 0%;
		justify-content: center;
		margin: auto;
	}

	.mainCol {
		margin: auto;
		width: 100%;

		padding: 0px 30px;
	}

	.mobile-align {
		text-align: center;
	}

	#circleId {
		justify-content: center;
		margin: auto;
	}

	.circleStep {
		justify-content: center;
		margin: auto;
	}



	.mobile-row {
		margin-top: 0px !important;
	}

	.mobile-row54 {
		margin-top: 0px !important;
	}

	.secondCol {
		flex-direction: column-reverse;
		grid-column-start: 1;
		display: flex;
	}

	.dataMobile {
		display: block;
	}
}

@media only screen and (min-width:1024px) and (max-width:1366px) and (orientation:portrait) {
	.dashed-border-hori {
		display: block;
		width: 100% !important;
		height: 0.06rem;
		left: 1.08rem !important;
	}

	.blockTitleText {
		width: auto !important;
	}

	.dataMobile {
		display: none;
	}

	.mobile-align {
		text-align: left;
	}

	.secondCol {
		flex-direction: initial !important;
	}

	.vl {
		display: none;
	}


}



@media screen and (max-width: 900px) {
	.data-mobile-display {
		display: block !important;
	}

	.data-desktop-display {
		display: none !important;
	}

	.data-mobile-display .mainCol .col-md-3 {
		min-width: 100% !important;
	}
}

@media only screen and (max-width:1024px) {
	.dashed-border-hori {
		display: none;
	}

	/*hide the image ipad view*/
	#half-circle {
		opacity: 0;
	}

	.svg-background::before {
		opacity: 0;
	}

	.mainCol .col-md-3 {
		min-width: 100% !important;
	}

	.vl {
		display: block;
		border-left: 2px dashed rgba(0, 0, 0, 0.75);
		height: 73px;
		margin-left: 23px;
		width: 0%;
		justify-content: center;
		margin: auto;
	}

	.mainCol {
		margin: auto;
		width: 100%;

		padding: 0px 30px;
	}

	.mobile-align {
		text-align: center;
	}

	#circleId {
		justify-content: center;
		margin: auto;
	}

	.circleStep {
		justify-content: center;
		margin: auto;
	}

	.half-circle {
		display: none;
	}

	.half-circlereverse {
		display: none;
	}

	.mobile-row {
		margin-top: 0px !important;
	}

	.mobile-row54 {
		margin-top: 0px !important;
	}

	.secondCol {
		flex-direction: column-reverse;
		grid-column-start: 1;
		display: flex;
	}

	.dataMobile {
		display: block;
	}
}