body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	background: #FFFFFF;
}


nav ul {
	list-style: none
}


img {
	max-width: 100%;
	height: auto;
}


ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

/*================================= 3  Inputs ( #input ) =================================*/


:focus {
	outline: none;
}

input:focus {
	outline: none;
}

/*================================= 4 Global Styles (#glob) =================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1 {
	color: #e19e1d;
	font-weight: 300;
	font-size: 36px;
	line-height: 1.1;
}

h2 {
	font-weight: 600;
	line-height: 140%;
	;
	font-size: 22px;
}

h3 {
	font-weight: 600;
	line-height: 135%;
	font-size: 30px;
}

h4 {
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 22px;
}

a {
	color: #337ab7;
	text-decoration: none;
	transition: all 0.4s;
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline;

}

p {
	line-height: 1.4;
	margin: 0;
	margin-bottom: 22px;
}

p:last-child {
	margin-bottom: 0px;
}


.container {
	max-width: 1170px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	display: block;
	clear: both;
}

.btn-thame {
	background: #db9e1d;
	color: #ffffff;
	font-size: 24px;
	line-height: 145%;
	border-radius: 6px;
	display: inline-block;
	padding: 6px 26px;
	outline: none;
	border: none;
	cursor: pointer;
}

.btn-thame:hover,
.btn-thame:focus {
	background: #c18c1a;
	text-decoration: none;
	color: #fff;
}

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

.divider {
	border-top: 1px solid #D7D7D7;
}

label.error {
	color: red;
	position: absolute;
	left: 0;
	bottom: 4px;
	right: 0;
	font-size: 14px;
}

/* ================================= 6 Custom CSS #custome ================================= */
/* header css start */
.header-sec {
	background: #0d334c;
}

.header-content-top {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.header-content-top p {
	color: #fff;

}

.header-bottom {
	position: relative;
	padding: 10px 0 15px 0;
}

.header-bottom .custom-row {
	display: flex;
	align-items: center;
}

.header-bottom .logo-left {
	width: 30%;
}

.header-bottom .logo-left a img {
	max-width: 138px;
	width: 100%;
}

.header-bottom .menu-right-block {
	width: 70%;
}

.menu-right-block {
	text-align: right;
}

.menu-right-block #menu-icon {
	display: none;
}

.menu {
	display: flex;
	justify-content: flex-end;
}

.menu li {
	display: block;

}

.menu li a {
	color: #ffffff;
	padding: 10px 15px;
	border-bottom: 2px #ffffff00 solid;
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
}

.menu li a:hover {
	background-color: #eee;
	border-bottom: 2px #f2bb48 solid;
}

.menu li a.active {
	color: #ffffff;
	border-bottom: 2px #f2bb48 solid;
}

.hamburger {
	width: 30px;
	margin: 0 auto;
	margin-right: 0;
	display: none;
}

.hamburger .line {
	width: 30px;
	height: 2px;
	background-color: #ecf0f1;
	display: block;
	margin: 7px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hamburger:hover {
	cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
	opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
	-webkit-transform: translateY(9px) rotate(45deg);
	-ms-transform: translateY(9px) rotate(45deg);
	-o-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	-o-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}

/* header css end */

/* footer css start */
.footer-top-block {
	padding-top: 40px;
	padding-bottom: 30px;
	font-size: 13px;
	background: #585f69;
	color: #ffffff;
}

.footer-top-content {
	padding-bottom: 10px;
}

.footer-top-content p {
	text-transform: uppercase;
}

.footer-menu-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.footer-column {
	margin-top: 20px;
	width: calc(50% - 10px);
}

.footer-column .h3 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
}

.footer-menu-list {
	padding-left: 40px;
}

.footer-menu-list li {
	list-style: disc;
}

.footer-menu-list li+li {
	padding-top: 5px;
}

.footer-menu-list li a {
	color: #f2bb48;
}

.footer-menu-list li a:hover {
	color: #23527c;
}

.footer-bottom-block {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #3e4753;
}

.footer-bottom-block p {
	font-size: 13px;
	color: #ffffff;
}

/* footer css end */

/* statelookup css start */
.statelookup {
	text-transform: capitalize;
}
/* statelookup css end */

/* responsive css start */
@media all and (max-width: 991px) {
	.btn-thame {
		font-size: 20px;
	}

	h1 {
		font-size: 28px;
	}

	h3 {
		font-size: 24px;
	}
}

@media all and (max-width: 767px) {
	.header-bottom .logo-left {
		width: 70%;
	}

	.header-bottom .menu-right-block {
		width: 30%;
	}

	.footer-menu-list {
		padding-left: 20px;
	}

	.header-bottom {
		padding: 6px 0 10px 0;
	}

	.header-bottom .logo-left a img {
		max-width: 105px;
	}

	nav.navbar {
		position: absolute;
		top: 57px;
		background: #0d334c;
		left: 0;
		right: 0;
		text-align: left;
		display: none;
	}

	.menu {
		padding: 10px 0 20px 0;
		display: block;
		border-top: 1px solid #b8b8b826;
	}

	.menu li {
		padding: 0 15px;
	}

	.menu li a {
		padding: 9px 0px;

	}

	.hamburger {
		display: block;
	}

	.footer-column {
		margin-top: 10px;
		width: 100%;
	}

}

/* responsive css end */

/* content section css start */
.content-main-sec {
	padding-top: 40px;
	padding-bottom: 60px;
}

.content-main-sec .custom-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.content-main-sec .content-wrap {
	width: calc(66% - 10px);
}

.content-main-sec .content-right-block {
	width: calc(34% - 10px);
}

.content-main-sec .content-wrap h1 {
	margin: 0 0 20px 0;
}

.content-main-sec .content-wrap h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.content-main-sec .content-wrap h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.content-wrap h3 {
	transition:0.5s all ease;
	position: relative;
    padding-right: 25px;
}
.content-wrap h3 > i{
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
	transition:0.3s all ease;
	font-size: 40px;
}
.content-wrap h3 > i.rotate{
	transform: rotate(180deg);
}
.content-main-sec .content-wrap p {
	line-height: 1.7;
}

.banner-img {
	height: 396px;
	object-fit: cover;
}

.content-wrap-row {
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	padding-bottom: 15px;
}

.content-inner ul {
	padding-bottom: 10px;
}

.content-inner ul li {
	margin-bottom: 25px;

}

.content-inner img {
	width: auto;
	margin: 0 auto;
	display: block;
}

.content-inner .view-content {
    font-size: 20px;
    color: #e19e1d;
	margin-bottom: 10px;
	display: inline-block;
}
.btn-content{
	padding: 10px 20px;
    font-size: 18px;
    background: #e19e1d;
    border-color: #e19e1d;
    color: #ffffff;
    cursor: pointer;
    border: aquamarine;
    border-radius: 4px;
	margin-bottom: 10px;
}
.content-inner .btn-thame {
	margin-bottom: 20px;
}

.callout-warning-block {
	color: #5f5f5f;
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
	background: #fafafa;
	border-left-color: #f0ad4e;
}

.redirect-peptivclk {
	margin-bottom: 30px;
	display: inline-block;
}

.social-media-block {
	margin-top: 60px;
}

.top-banner {
	margin-top: 20px;
}

.content-main-sec .social-media-block h2 {
	margin-top: 20px;
	text-align: center;
}

#st-2.st-has-labels .st-btn.st-remove-label {
	min-width: 50px;
}

.content-inner .content-wrap-block {
	width: calc(50% - 13px);
}

.mutly-btn-block {
	padding-bottom: 70px;
}

.mutly-btn-block-row {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	row-gap: 20px;
	margin-bottom: 20px;
}

.mutly-btn-block .btn-thame {
	display: flex;
	height: 48px;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.mutly-btn-block-row .btn-thame {
	width: calc(50% - 15px);
}

.main_step_form {
	background: #FFFFFF;
	box-shadow: 0px 2px 4px rgba(10, 37, 64, 0.25);
	border-radius: 13px;
	max-width: 780px;
	min-height: 271px;
	margin: 0 auto;
	position: relative;
	padding: 23px 16px 28px 16px;
	margin-top: 24px;
	margin-bottom: 16px;
}

.main_step_form .active {
	display: block;
}

.form-content-inner {
	padding-bottom: 23px;
	max-width: 420px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#step5 .form-content-inner {
	max-width: 620px;
}

.content-main-sec .main_step_form h3 {
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
}

.content-inner .main_step_form .btn-thame {
	text-align: center;
	font-size: 20px;
	height: 48px;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	display: block;
}

.next-btn-main {
	display: flex;
	gap: 12px;
}

.main_step_form .form-select {
	background-image: url('../images/dropdown_arrow.svg');
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
}

.form-select {
	padding: 14px 15px 14px 15px;
	width: 100%;
	box-sizing: border-box;
	color: #2C3E50;
	font-size: 16px;
	letter-spacing: 0;
	background-color: #F6F9FC;
	text-transform: capitalize;
	border: 1px solid #697386;
	border-radius: 4px;
	appearance: none;
}

.last-step-content {
	padding-top: 30px;
}

.form-content-inner p {
	font-size: 22px;
	font-weight: 600;
	padding-top: 30px;
}

.last-step-content span {
	font-size: 30px;
	color: #0d334c;
	font-weight: 700;
}

.loader img {
	width: 45px;
	height: 45px;
}


.form-step {
	display: none;
}

.loader {
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
}


.rg-steps .rg-progressbar {
	height: 12px;
	width: 100%;
	overflow: hidden;
	max-width: 100%;
	background: #0d334c40;
	border-radius: 30px;
}

.rg-steps .rg-text {
	white-space: nowrap;
	margin-left: 11px;
	vertical-align: middle;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #0d334c;
}

.rg-steps>div {
	display: inline-flex;
}

.main-header .rg-steps {
	padding-left: 20px;
}

.rg-steps {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
}

.step-1non2 {
	display: none;
}

.step-1non2.progress-show {
	display: block;
}

.rg-steps .rg-progress {
	background: #0d334c;
	-webkit-transition: width 2s;
	transition: width 2s;
	border-radius: 30px;
	width: 20%;
}

.rg-steps .rg-text strong {
	margin-right: 2px;
}

.form-content-inner .yes-debt {
	display: none;
	padding: 0;
}
.form-content-inner .yesqualify {
	display: block;
}
.paramimage-dynamic {
	margin-bottom: 15px;
}
.paramimage-dynamic img {
	display: none;
}
.paramimage-dynamic.men-image .men-img,
.paramimage-dynamic.women-image .women-img,
.paramimage-dynamic.default-image .default-img {
	display: block;
}

.hidden {
	display: none;
}


/* responsive css start */

@media all and (max-width: 1199px) {
	.banner-img {
		height: 335px;
		;
	}
}

@media all and (max-width: 991px) {
	.social-media-block .st-icon .st-label {
		display: none;
	}

	.content-inner .content-wrap-block {
		width: 100%;
	}

	.banner-img {
		height: 255px;
	}
}

@media all and (max-width: 767px) {

	.banner-img {
		height: auto;
	}

	.content-main-sec .content-wrap {
		width: 100%;
	}

	.content-main-sec .content-right-block {
		width: 100%;
	}

	.content-main-sec .content-wrap h2 {
		margin-bottom: 15px;
	}

	.content-inner ul {
		padding-bottom: 0px;
	}

	.mutly-btn-block {
		padding-bottom: 35px;
	}

	.mutly-btn-block-row {
		gap: 15px;
		row-gap: 15px;
		margin-bottom: 15px;
	}

	.mutly-btn-block-row .btn-thame {
		width: calc(50% - 8px);
	}

	.mutly-btn-block .btn-thame {
		font-size: 20px;
		height: 45px;
	}

	.social-media-block {
		margin-top: 30px;
	}

	.rg-steps {
		/*display: flex !important;*/
		margin: 0px auto 34px;
	}

	.bottom-bar.progress-holder .rg-steps {
		display: none !important
	}

	.rg-steps.d-flex.d-block.d-sm-none {
		display: flex !important;
		max-width: 100%;
		justify-content: center;
	}

	.content-main-sec .main_step_form h3 {
		font-size: 20px;
	}

	.form-content-inner p {
		font-size: 20px;
	}

	.last-step-content span {
		font-size: 25px;
	}
	.form-content-inner .yesqualify {
		font-size: 17px;
	}

}

@media all and (max-width: 575px) {
	.rg-steps .rg-progressbar {
		border-color: transparent;
		max-width: 100%;
	}
}