<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.stps-sep {
	display: -webkit-flex;
	-webkit-justify-content: center;
	display: flex;
	justify-content: space-around;
	position: relative;
	font-size: 16px;
}
.stp-line {
	position: absolute;
    border: 1px solid #e8e8e8;
    width: 73%;
    top: 125px;
    z-index: -1;
	
}
.round-out.active .stps-round {
    border: 1px solid #238de9;	
}
.round-out.active .dwn-cnt {
    color: #238de9;
}
#getting_started, #sign_up_demo, #sign_up_1n1 {
	display: none;
}
.stps-round {
	display: flex;
	margin: 0 auto;
	background: #f8f7f7;
	width: 165px;
	height: 165px;
	border-radius: 50%;
     box-shadow: 0px 0px 12px 0px #ccc;
    border: 1px solid #dcdcdc4f;
	cursor: pointer;
	transition: .5s ease;
/*	transition: 300ms linear;*/
}
.stps-round:hover {
	background: #fbfbfb;
    box-shadow: 0px 0px 22px 0px #238de99c;
	transition: 300ms linear;
/*
    -moz-box-shadow: inset 0 0 6px #238de99c;
    -webkit-box-shadow: inset 0 0 6px #238de99c;
    box-shadow: inset 0 0 6px #238de99c;
*/
	transition: .5s ease;
/*	transition: 300ms linear;*/
}
.stps-round img {
	margin: auto;
}
.round-out:nth-child(1) .stps-round img {
	width: 45%;
}
.round-out:nth-child(2) .stps-round img {
	width: 55%;
}
.round-out:nth-child(3) .stps-round img {
	width: 60%;
}
.dwn-stp {
	font-size: 18px;
	margin-bottom: 15px;
	font-style: italic;
}
.dwn-cnt {
	margin-top: 17px;
}
.cust-dtl-bg {
	background: #f8f7f7;
	text-align: center;
	padding: 80px 0 50px 0;
}
.cus-qut {
	width: 50%;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 35px;
	font-size: 17px;
	line-height: 2;
     text-align: justify;
}
.cust-dtl-bg .cust-details p {
	font-size: 16px;
	font-style: italic;
	color: #525252 !important;
}
.cust-dtl-bg .cust-name-section strong {
	color: #525252 !important;
}
.sign-ud {
    margin: 30px auto;
    width: 433px;
    margin-bottom: 70px;
}
.sign-ud .dwn-form select {
    width: 380px !important;
}
.dwn-form input {
    width: 360px;
}
.submit-half, .reset-half {
    width: 190px !important;
}
.sign1_1 {
    margin: 30px auto;
    width: 30%;
    margin-bottom: 15px;	
}
.get-stt {
    margin: 30px auto;
    width: 34%;
    margin-bottom: 70px;
}
.get-stat-video, .sign-11 {
	text-align: center;
}
.get-stat-video img {
	background: #d9d9d9;
    padding: 6px;
}
.cust-dtl-bg .cust-img-section {
	width: 100px;
    height: 100px;
}</pre></body></html>