/*styles*/
.theftguard_logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#secn_1 {
	padding-top: 140px;
	padding-bottom: 30px;
}

#secn_1 h6 {
	font-size: 30px;
	font-weight: 600;
	font-family: 'ProximaNova-Regular';
}

#secn_1 h4 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'ProximaNova-Regular';
}

#secn_1 p {
	font-size: 20px;
	font-family: 'ProximaNova-Regular';
}

label, select {
	font-family: "ProximaNova-Regular", sans-serif !important;
}

span {
	color: red;
	font-family: "ProximaNova-Regular", sans-serif;
}

.form-group input {
	border-radius: 10px !important;
	border: 1px solid #cbd6e2;
	color: #33475b;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	background-color: #f5f8fa;
	outline: none;
	font-family: "ProximaNova-Regular", sans-serif;
}

.form-group input:focus {
	box-shadow: none !important;
}

.error {
	color: red;
	font-family: "ProximaNova-Regular", sans-serif;
}

#submit_btn {
	background: #ff7a59;
	border-color: #ff7a59;
	color: #ffffff;
	font-size: 24px;
	line-height: 19px;
	font-family: "ProximaNova-Regular", sans-serif;
	padding: 14px 53px;
	border-radius: 12px;
	margin-bottom: 25px;
	outline: none !important;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	border: 0;
	margin-top: 10px;
	cursor: pointer;
}

#submit_btn:hover, #submit_btn:active, #submit_btn:focus {
	outline: none !important;
	box-shadow: none !important;
}

.submit-btn {
	background: #ff7a59;
	border-color: #ff7a59;
	color: #ffffff;
	font-size: 24px;
	line-height: 19px;
	font-family: "ProximaNova-Regular", sans-serif;
	padding: 14px 53px;
	border-radius: 12px;
	margin-bottom: 25px;
	outline: none !important;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	border: 0;
	margin-top: 10px;
	cursor: pointer;
}

.submit-btn:hover, .submit-btn:active, .submit-btn:focus {
	outline: none !important;
	box-shadow: none !important;
}

#submit_btn2 {
	position: fixed;
	bottom: -38px;
	cursor: pointer;
}

::placeholder {
	font-family: "ProximaNova-Regular", sans-serif;
}

#secnd_secn p {
	font-size: 17px !important;
}

#secnd_secn ul li {
	font-size: 17px;
	font-family: 'ProximaNova-Regular';
}

#secnd_secn h6 {
	font-size: 20px !important;
	text-align: center;
}

#secnd_secn h5 {
	font-size: 23px !important;
	font-family: 'ProximaNova-Regular';
}


#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	color: lightgrey;
}

#progressbar .active {
	color: #2F8D46;
}

#progressbar li {
	list-style-type: none;
	font-size: 15px;
	width: 25%;
	float: left;
	position: relative;
	font-weight: 400;
	font-family: 'ProximaNova-Regular';
    text-align: center;
}

#progressbar #step1:before {
	content: "1";
}

#progressbar #step2:before {
	content: "2";
}

#progressbar #step3:before {
	content: "3";
}

#progressbar #step4:before {
	content: "4";
}

#progressbar li:before {
	width: 35px;
	height: 35px;
	line-height: 36px;
	display: block;
	font-size: 20px;
	color: #ffffff;
	background: lightgray;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	padding: 2px;
	/* padding-left: 20px; */
}

#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: lightgray;
	position: absolute;
	left: 0;
	top: 17px;
	z-index: -1;
}

#progressbar li.active:before {
	background: #2F8D46;
}

#progressbar li.active:after {
	background: #2F8D46;
}

#progressbar li.active:after {
	background: #2F8D46;
}

.progress {
	height: 20px;
}

.pbar {
	background-color: #2F8D46;
}