/*** ======= // TABLE OF CONTENT // ============================
01- Google Fonts
02- General Variables
03- General Styling

===================================================== ***/

/*=== Google Fonts ===*/
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,200;0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital@0;1&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap);

/*=== General Variables ===*/
:root {
	--color1: #303030;
	--color2: #40403F;
	--color3: #949797;
	--transition: all 0.2s cubic-bezier(0.19, 0.68, 0.49, 1.21);
	--transition2: all 0.3s linear;
	--pill: 2.5rem;
	--curve: 3px;
	--full: 100%;
}

.bg-color1 {
	background-color: var(--color1);
}

.bg-color2 {
	background-color: var(--color2);
}

.bg-color3 {
	background-color: var(--color3);
}

.text-color1 {
	color: var(--color1);
}

.text-color2 {
	color: var(--color2);
}

.text-color3 {
	color: var(--color3);
}

strong {
	font-weight: 600;
}

/*=== General Styling ===*/
body,
html {
	overflow-x: hidden;
	/*scroll-behavior: smooth;*/
}

body {
	margin: 0;
	/*font-family: Roboto;*/
	position: relative;
	width: 100%;
	max-width: 100%;
	color: var(--color1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Roboto;
	color: var(--bs-light);
	/*font-weight: 700;*/
	/*letter-spacing: -0.25px;*/
}

p {
	font-family: Roboto;
	color: var(--color1);
	line-height: 1.75rem;
	font-size: 1.1rem;
	/*letter-spacing: 0.25px;*/
}

ul li,
ol li {
	font-family: Roboto;
	color: var(--color1);
	/*line-height: 1.75rem;*/
	/*font-size: 1.25rem;*/
}

a {
	color: inherit;
}

a,
a:hover,
a:focus,
ins {
	text-decoration: none;
	outline: none;
}

input,
textarea,
select,
button {
	border: 0;
}

button,
input[type="submit"],
.fileContainer,
input[type="file"] {
	cursor: pointer;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
a,
a:focus,
.form-wrp fieldset p a:focus,
.page-link:focus,
.btn.focus,
.btn:focus,
.bootstrap-select .dropdown-toggle:focus {
	border-color: transparent;
	outline: none !important;
	-webkit-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}

textarea {
	resize: none;
}

main,
section,
footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
	position: relative;
	width: 100%;
}

/*=== Container ===*/
.container {
	padding: 0;
}



/*=== Parallax Background ===*/
.fixed-bg {
	/*background-image: url(/Sheila/images/page-bg.jpg);*/
	background-position: center;
	height: 100%;
	width: 100%;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	background-color: #f4f4f4;
}


.rightAlign {
	display: flex;
	justify-content: end;
}

.RightLine {
	border-right: 2px solid #000000;
}
.fixed-bg {
	background-attachment: scroll;
	background-size: cover;
}


/*=== Background Layer ===*/
.gray-layer:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.gray-layer:before {
	background-color: #f8f8f8;
}

/*=== Iframe ===*/
iframe {
	border: 0;
	width: 100%;
}

/*=== Image ===*/
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.wow {
	visibility: hidden;
}

/*=== Row Gap ===*/
.mrg30 {margin: 0 -.9375rem;}

.mrg30 > div {padding: 0 .9375rem;}

/*=== Cross Browser Compatibility ===*/
i,
a,
img,
input,
button,
textarea,
:before,
:after,
label,
span {
	-webkit-transition: var(--transition2);
	-ms-transition: var(--transition2);
	-o-transition: var(--transition2);
	transition: var(--transition2);
}

a i,
button i {
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/*=== Border Radius ===*/
.brd-rd8 {
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.brd-rd5 {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.brd-rd3 {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/*===== Page Style =====*/

/*=== Header Style ===*/
header {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 0.9375rem;
	z-index: 99;
}

.header-inner {
	padding: 1rem 10rem;
}

.language {
	position: absolute;
	right: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.language > li {
	font-size: 1.125rem;
	color: #000000;
	font-weight: 500;
}

.language > li + li {
	margin-left: 7px;
}

/*===== Form Section Style =====*/
.dx-signup-sec {
	padding-top: 2rem;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.circleImg {
	position: absolute;
	top: 0%;
	left: 50%;
}


.dx-wrap {
	padding: 15%;
	position: relative;
	z-index: 22;
}

.LeftUl {
	font-size: 1rem !important;
	margin-left: 6rem
}
.leftbottomLogo {
	margin-left: 6rem !important;
	margin-top: 2rem;
}

.resHeader{
	display:none
}
.mainTablet1{
	display: none
}
.MainImg1{
	display: none;
}

.mainTablet {
	position: absolute;
	right: -13%;
	bottom: 20%;
	width: 35%;
}

.Text-Left {
	text-align: left !important;
}

/*.MainImg {
	position: absolute;
	top: 0;
	right: -35rem;
	width: 140%;
	max-width:none !important
}*/

.BottomCallMain {
	color: white;
	font-size: 18px;
}
.CallNumber {
	font-size: 27px;
	font-weight: bold;
	color: white;
}


@media (max-width:2561px) {
	.CustomImage {
		position: fixed;
		bottom: 0;
		left: 325px;
		z-index: 11111;
	}

	.MainImg {
		position: absolute;
		top: 0;
		right: -35rem;
		width: 105%;
		max-width: none !important
	}
	.dx-title > h2 {
		font-size: 2.25rem !important;
		font-size: 2.25rem !important;
	}
}
@media (max-width:2350px) {

	.MainImg {
		right: -32rem;
	}
}

@media (max-width:2250px) {
	.CustomImage {
		left: 250px;
	}
	.MainImg {
		right: -31rem;
	}
}@media (max-width:2100px) {

	.MainImg {
		right: -29rem;
	}
	}

@media(max-width:2000px) {
	.MainImg {
		right: -28rem;
	}
}
@media (max-width:1950px) {
	.CustomImage {
		left: 190px;
	}
	.MainImg {
		right: -35.5rem;
		width: 140%;
	}
	}


@media (max-width:1900px) {
	.circleImg {
		position: absolute;
		top: 0%;
		left: 45%;
		width: 110% !important;
		max-width: unset !important
	}


	.signup-wrap, .mcg-form-wrap {

		margin: 0rem 0rem 0rem 0rem;

	}

	.dx-wrap {
		padding: 15%;
		position: relative;
		z-index: 22;
	}

	.LeftUl {
		font-size: 1rem !important;
		margin-left: 6rem
	}

	.leftbottomLogo {
		margin-left: 6rem !important
	}

	.mainTablet {
		position: absolute;
		right: -13%;
		bottom: 20%;
		width: 35%;
	}
	.MainImg {
		right: -35rem;
		width: 140%;
	}

}

@media (max-width:1850px) {

	.MainImg {
		right: -34rem;
		width: 140%;
	}
}
@media (max-width:1800px) {
	.MainImg {
		right: -33rem;
		width: 140%;
	}
}
@media (max-width:1750px) {
	.CustomImage {
		left: 200px;
		width: 12%;
	}
	.MainImg {
		right: -32rem;
		width: 140%;
	}
}
@media (max-width:1700px) {
	.MainImg {
		right: -31rem;
		width: 140%;
	}
}@media (max-width:1650px) {
	.MainImg {
		right: -30rem;
		width: 140%;
	}
}
@media (max-width:1600px) {
	.MainImg {
		right: -29rem;
		width: 140%;
	}
	.dx-title > h2 {
		font-size: 2rem !important;
		text-align: center;
		color: white !important
	}
	.dx-title > h3 {
		font-size: 1.5rem !important;
		text-align:center;
		color: white;
	}
	.dx-giveaway-info > p {
		font-weight: 300;
		font-size: 1rem;
		color: #fff;
		line-height: 1.5;
		margin-bottom: 0;
		text-align: center;
	}


}
	@media (max-width:1550px) {
		.MainImg {
			right: -28rem;
			width: 140%;
		}
	}
@media (max-width:1500px) {
	.CustomImage {
		left: 180px;
	}
	.MainImg {
		right: -27rem;
		width: 140%;
	}
}

@media (max-width: 1440px) {
	.dx-title > h2 {
		font-size: 2rem !important;
	}
		.dx-title > h2 + h3 {
			margin-top: 5px !important;
		}
	
	.dx-wrap {
		padding: 20% 9% !important;
		position: relative !important;
		z-index: 22 !important;
	}
	.language > li {
		font-size: 1rem !important;
	}
	.MainImg {
		right: -22.5rem;
		width: 120%;
	}


	.dx-giveaway-info > p {
		font-size: 0.9rem !important;
		text-align: center;
	}
	.leftbottomLogo {
		width:40% !important
	}

	.dx-title > h3 {
		font-size: 1.5rem !important;
	}

	.dx-giveaway-info > ul li {
		font-size: 1rem !important;
	}

	.dx-title > * {
		color: #fff;
	}

	.dx-title > h2 {
		font-size: 3rem;
		font-family: Roboto Condensed;
		margin-bottom: 0;
		line-height: 1;
	}

		.dx-title > h2 + h3 {
			margin-top: 5px;
		}

	.dx-title > h3 {
		margin-bottom: 0;
		font-weight: 400;
		letter-spacing: 4px;
	}

	.dx-title > h4 {
		margin-bottom: 0;
		font-size: 1.75rem;
		font-weight: 300;
	}

	.dx-title + .dx-giveaway {
		margin-top: 2.5rem;
	}
}

	@media (max-width: 1400px) {
		.MainImg {
			right: -22rem;
			width: 120%;
		}
	}

@media (max-width: 1350px) {
	.MainImg {
		right: -21rem;
		width: 120%;
	}
}@media (max-width: 1300px) {
	.CustomImage {
		left: 150px;
	}
	.MainImg {
		right: -20.5rem;
		width: 120%;
	}
}

@media (max-width: 1250px) {
	.MainImg {
		right: -19.5rem;
		width: 120%;
	}
	.mainTablet {
		bottom: 25%;
	}
}@media (max-width: 1200px) {
	.MainImg {
		right: -19rem;
		width: 120%;
	}
}@media (max-width: 1150px) {
	.MainImg {
		right: -18rem;
		width: 120%;
	}
}

@media (max-width: 1100px) {
	.CustomImage {
		left: 120px;
	}
	.MainImg {
		right: -17rem;
		width: 120%;
	}
	.BottomCallMain {
		font-size: 15px;
	}

	.CallNumber {
		font-size: 23px;
	}


}@media (max-width: 1030px) {
	.resHeader {
		display: block
	}
	.dx-wrap {
		padding: 2% 1% !important;
	}
	.largerHeader{
		display: none
	}
/*	.dx-signup-sec {
		padding-top: 0rem !important
	}*/
	.language > li {
		font-size: 1rem !important;
		color: white;
	}
	.resLeft {
		display: flex;
		align-items: center;
	}

	.mainTablet1 {
		display: block;
		position: unset;
		width: 100%;
	}
	.ImgContainer{
		display:none !important;
	}
	.dx-giveaway-info > p {
		text-align: left;
	}
	.MainImg1 {
		display: block;
		position: unset;
		/*margin-left: 37%;*/
	}
	.thisP{
		text-align:initial !important;
		padding-top:20px
	}
	.leftbottomLogo{	
		display:none
	}
	.headerLarge {
		display: none
	}
	.signup-wrap, .mcg-form-wrap {
/*		 margin-left: 1rem !important; 
		margin-right: 1rem !important;*/
		/*margin-top: 2rem;*/
	}
	.TopImgDiv{
		display:flex;
		justify-content:center;
	}
	.BottomCallMain {
		font-size: 18px;
		width: 100%;
		text-align: center;
	}

	.CallNumber {
		font-size: 28px;
	}

}

 @media (max-width: 900px) {
	.CustomImage {
		left: 100px;
	}
 }

 @media (max-width: 768px) {
	.CustomImage {
		left: 85px;
	}
	.resHeader{
		text-align:left !important;
		padding:1rem !important
	}
.resLeft{
		flex-direction:column !important
	}
	.BottomCallMain {
		margin-bottom:5%;
	}
 }

 @media(max-width: 576px) {
	.dx-title > h2 {
		font-size: 1.5rem !important;
	}
	.headerLarge{
		display:none !important
	}
	.BottomCallMain {
		font-size: 16px;
	}

	.CallNumber {
		font-size: 24px;
	}
 }

 @media (max-width: 600px) {
	.CustomImage {
		left: 65px;
	}
 }
@media(max-width: 425px) {
	.CustomImage {
		left: 55px;
	}
	.dx-giveaway-info > p {
		font-size: 1rem !important;
	}

	.language > li {
		font-size: 14px !important;
	}
}

	@media (max-width: 380px) {
		.CustomImage {
			left: 40px;
		}
		.BottomCallMain {
			font-size: 14px;
		}

		.CallNumber {
			font-size: 20px;
		}
	}

	

	.dx-giveaway-img {
		flex: 0 0 30%;
		max-width: 30%;
		/* margin-bottom: -4rem; */
		position: relative;
		/* bottom: -0.9375rem; */
	}

		.dx-giveaway-img + .dx-giveaway-info {
			flex: 1 0 0;
			padding-left: 1.875rem;
		}

	.dx-giveaway-info > p {
		font-weight: 300;
		font-size: 1.0625rem;
		color: #fff;
		line-height: 1.5;
		margin-bottom: 0;
	}

		.dx-giveaway-info > p + p,
		.dx-giveaway-info > p + ul {
			margin-top: 2rem;
		}

		.dx-giveaway-info > p strong {
			text-decoration: underline;
		}

	.dx-giveaway-info > ul {
		padding-left: 0;
		list-style: none;
		/*margin-top: 2rem;*/
	}

		.dx-giveaway-info > ul li {
			/* font-family: Roboto Condensed; */
			color: #fff;
			position: relative;
			padding-left: 1.0625rem;
			font-weight: 300;
			font-size: 1.0625rem;
		}

		.dx-giveaway-info > ul > li:before {
			content: "";
			position: absolute;
			left: 0;
			height: 6px;
			width: 6px;
			background-color: #fff;
			-webkit-border-radius: 50%;
			border-radius: 50%;
			top: 11px;
		}

	/* .dx-giveaway-info > ul li + li {
  margin-top: 12px;
} */

.el-step__title.is-process {
	font-weight: 700;
	color: #303133;
}

.field-box .el-radio__input.is-checked + .el-radio__label,
.req_list .el-radio__input.is-checked + .el-radio__label,
.req_list .el-checkbox__input.is-checked + .el-checkbox__label {
	color: #606266;
}

.field-box .el-radio__input.is-checked .el-radio__inner,
.req_list .el-radio__input.is-checked .el-radio__inner,
.req_list .el-checkbox .el-checkbox__input.is-checked .el-checkbox__inner {
	border-color: var(--color2);
	background-color: var(--color2);
}



.field-box .el-form-item__content .el-radio,
.req_list .el-form-item__content .el-radio,
.req_list .el-checkbox {
	font-weight: 400;
	font-size: inherit;
	color: #606266;
}

.field-box input[type="file"] {
	z-index: 1;
}



.ApplyNowBody{
	padding:2rem;
}


.signup-wrap,
.mcg-form-wrap {
	background-color: #fff;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
	max-width: calc(100%);
	/*margin-left: 3.125rem;*/
	/*padding: 2.1875rem 2.5rem;*/
	margin-bottom: 1.875rem;
	min-height: 770px;
	position: relative;
}

	.ThisLabel::after {
		content: '*';
		color: red;
		margin-right: 4px;
	}
.el-radio__original {
	position: relative;
	top: 2px;
}

input[type="radio"] {
	margin-right: 10px
}

	.succerrCase {
		display: none;
	}

	.errorCase {
		display: none;
	}

	.char-count {
		position: absolute;
		top: 30%;
		right: 10px;
		font-size: 12px;
		color: #999;
	}

	.char-count-right {
		/* right: 12% !important; */
	}

#state, #Zipcode, #PhoneType, #childrenNumber {
	/* Move the dropdown arrow to the left */
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	/*	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M64 192h320c17.7 0 26.7 21.5 14.1 34.1L256 376.1 49.9 226.1C37.3 213.5 46.3 192 64 192z'/%3E%3C/svg%3E");*/
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px; /* Adjust the value as needed */
}

/*input[type="date"]::-webkit-calendar-picker-indicator {
	color: rgba(0, 0, 0, 0);
	opacity: 1;
	display: block;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	border-width: thin
}

input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	left: 2%;
}

input[type="date"]::-webkit-datetime-edit-fields-wrapper {
	position: relative;
	left: 10%;
}

input[type="date"]::-webkit-datetime-edit {
	position: relative;*/
	/*left: 10%;*/
/*}*/



.calendar-icon:hover {
	cursor:pointer;
}
.signup-wrap > span {
	display: block;
}

	.el-button--primary {
		color: #FFF;
		background-color: #409EFF;
		border-color: #409EFF;
	}

	.el-button + .el-button {
		margin-left: 10px;
	}

	.el-button {
		display: inline-block;
		line-height: 1;
		white-space: nowrap;
		cursor: pointer;
		background: #FFF;
		border: 1px solid #DCDFE6;
		color: #606266;
		-webkit-appearance: none;
		text-align: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		outline: 0;
		margin: 0;
		-webkit-transition: .1s;
		transition: .1s;
		font-weight: 500;
		padding: 12px 20px;
		font-size: 14px;
		border-radius: 4px;
	}

.signup-wrap form h3,
.mcg-form-wrap form h3 {
	font-size: 2.25em;
	font-weight: 300;
	margin-bottom: 10px;
	color: #003791 !important;
}
.showhouseList {
	display: none !important;
}

.error-container {
	font-size: 15px;
	color: red;
	display: none;
	transition: 0.3s ease-in;
	/*transform:translateY(20px)*/
}

	.step-box h3 {
		font-size: 2.25em;
		font-weight: 300;
		margin-bottom: 10px;
		color: var(--color2);
	}

	.field-box {
		margin-top: 0.9375rem;
		margin-bottom: 0;
	}

	.SelectInput > option {
		word-wrap: break-word;
	}

	.checkcontain {
		display: none !important;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
	}

	.cehckIcon {
		display: none !important;
		font-size: 12px;
		line-height: 1;
		vertical-align: middle;
		color: #c0c0c0 !important;
		transition: 1s ease-in;
	}
	.error_border {
		border: 2px solid #ff1f1f !important;
	}


.field-box input:not([type="checkbox"]):not([type="radio"]),
.field-box .input-container > select {
	background-color: #fff;
	width: 100%;
	height: 2.5rem;
	border: 2px solid #d8d8d8;
	padding: 4px 10px;
	-webkit-border-radius: 8px;
	border-radius: 5px;
	font-size: .9375rem;
	padding-right: 26px !important;
	cursor: pointer;
	color: #40403f;
	margin-bottom: 5px;
}

	.SelectInput {
		background-color: #fff;
		width: 100%;
		height: 2.5rem;
		border: 2px solid #c0c0c0 !important;
		padding: 7px 10px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		font-size: .9375rem;
		color: #40403f;
		appearance: none;
		padding-right: 40px;
	}

		.SelectInput > select {
			background-color: #fff;
			width: 100%;
			height: 2.5rem;
			border: 2px solid #c0c0c0 !important;
			padding: 7px 10px;
			-webkit-border-radius: 8px;
			border-radius: 8px;
			font-size: .9375rem;
			color: #77777a;
			padding-right: 30px !important;
		}




	.field-box .el-input.is-active .el-input__inner,
	.field-box .el-input__inner:focus,
	.field-box .el-select .el-input.is-focus .el-input__inner {
		border-color: var(--color2);
	}

.field-box .el-form-item__content {
	line-height: initial;
	font-size: 0.9375rem;
	/*display: flex !important;*/
}

	.field-box .el-input,
	.field-box .el-select {
		width: 100%;
	}

	.field-box .el-form-item__error {
		display: none;
	}

	.signup-wrap form div.row {
		margin: 0 -7.5px;
	}

		.signup-wrap form div.row > div {
			padding: 0 7.5px;
		}

	.address-radio {
		display: flex;
		flex-wrap: wrap;
		padding-left: 0;
		list-style: none;
		margin: 13px 0 0;
	}

		.address-radio > li + li {
			margin-left: 1.5625rem;
		}

	.radio-btn {
		font-size: 1.125rem;
		color: #6a6a6a;
	}

		.radio-btn > label {
			cursor: pointer;
		}

	.upload-file {
		margin-top: 0.9375rem;
	}

		.upload-file .fileContainer {
			width: 100%;
			-webkit-border-radius: 8px;
			border-radius: 8px;
			border: 2px solid #c0c0c0;
			height: 3rem;
			padding: 7px 10px;
			line-height: 1.9375rem;
			color: #777777;
		}

			.upload-file .fileContainer input {
				cursor: pointer;
				width: 100%;
				opacity: 0;
				position: absolute;
				left: 0;
				right: 0;
				top: 0;
				bottom: 0;
				z-index: 3;
			}

	.sml-font {
		font-size: 14px;
		line-height: 1.7;
		color: #77777a;
	}

	form p {
		margin-top: 5px;
	}

	.agrement-check {
		position: relative;
		overflow: hidden;
		display: block;
		margin: 1.75rem 0 0;
	}

		.agrement-check > input {
			position: absolute;
			left: -9999px;
		}

		.agrement-check > label {
			cursor: pointer;
			position: relative;
			padding-left: 2.1875rem;
			font-size: 1.0625rem;
			color: #77777a;
		}

			.agrement-check > label:before,
			.agrement-check > label:after {
				content: "";
				left: 0;
			}

			.agrement-check > label:before {
				border: 2px solid #c0c0c0;
				height: 1.5625rem;
				width: 1.5625rem;
				position: absolute;
				-webkit-border-radius: 5px;
				border-radius: 5px;
			}

			.agrement-check > label:after {
				content: "✔";
				left: 0;
				position: absolute;
				height: 1.5625rem;
				width: 1.5625rem;
				text-align: center;
				-webkit-transform: scale(0.5);
				transform: scale(0.5);
				opacity: 0;
				color: var(--color2);
			}

	.field-box > select {
		cursor: pointer;
		padding-right: 1.875rem;
		-webkit-appearance: none;
		-moz-appearance: none;
	}

	.slc-box:before {
		content: "";
		background-image: url(../images/down-arrow.png);
		height: 12px;
		width: 13px;
		position: absolute;
		right: 10px;
		z-index: 1;
		cursor: pointer;
		top: 1.0625rem;
	}

	.agrement-check > input:checked + label:after {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	.signup-wrap form button {
		color: #fff;
		height: 3rem;
		width: 12rem;
		font-size: 1.125rem;
		margin-top: 20px;
	}

		.signup-wrap form button:hover,
		.signup-wrap form button:focus {
			background-color: var(--color1);
			color: #fff;
		}

	/*===== Page Bottom Style =====*/
	.page-bottom {
		background-size: contain;
		background-position: center;
		background-repeat: repeat;
	}

/*.CustomImage {
	position: fixed;
	bottom: 0;
	left: 113px;
	z-index: 11111;
}*/
	

.secondPage {
	background-color: #003791 !important;
	color: #fff;
}
.secondPageH2 {
	color: #003791 !important;
}

	.page-bottom-left > h4 {
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 0;
		font-size: 1.25rem;
		font-weight: 400;
	}

	.page-bottom-left > img.mg-img {
		margin: -3.3rem 10px 0 -2.5rem;
		max-width: 45%;
		position: relative;
	}

	.page-bottom-left > img:not(.mg-img) {
		height: 7.9375rem;
	}

	.page-bottom-right > h3 {
		color: #fff;
		margin-bottom: 0;
		font-size: 1.875rem;
	}

		.page-bottom-right > h3 span {
			font-size: 1.125rem;
			font-weight: 400;
		}

	.bottom-bar > p {
		font-size: 14px;
		color: #4c4c4c;
	}

		.bottom-bar > p a:hover,
		.bottom-bar > p a:focus {
			color: var(--color2);
		}

	.signup-wrap form h3,
	.mcg-form-wrap form h3 {
		color: var(--color2);
	}

	.field-box .el-radio__input.is-checked + .el-radio__label,
	.req_list .el-radio__input.is-checked + .el-radio__label,
	.req_list .el-checkbox__input.is-checked + .el-checkbox__label {
		color: #606266;
	}

	.field-box .el-radio__input.is-checked .el-radio__inner,
	.req_list .el-radio__input.is-checked .el-radio__inner,
	.req_list .el-checkbox .el-checkbox__input.is-checked .el-checkbox__inner {
		border-color: var(--color2);
		background-color: var(--color2);
	}

.field-box .el-form-item__content .el-radio,
.req_list .el-form-item__content .el-radio,
.req_list .el-checkbox {
	font-weight: 400;
	font-size: inherit;
	color: #606266;
	padding-right: 10px;
/*	display: flex;
	align-items: center;*/
}

	.field-box input[type="file"] {
		z-index: 1;
	}

	.upload_box > label input[type="file"] {
		position: absolute;
		inset: 0;
		height: initial !important;
		opacity: 0;
	}

	.signup-wrap form button {
		background-color: var(--color2);
		border: 0;
	}

	.field-box .el-checkbox__input.is-checked .el-checkbox__inner,
	.field-box .el-checkbox__input.is-indeterminate .el-checkbox__inner {
		border-color: var(--color2);
		background-color: var(--color2);
	}

	.field-box .el-checkbox__input.is-checked + .el-checkbox__label {
		color: #77777a;
	}

	.field-box .el-checkbox__label {
		font-size: 1rem;
		color: #77777a;
	}

	.field-box .el-checkbox__inner {
		border: 2px solid #c0c0c0;
		height: 1.5625rem;
		width: 1.5625rem;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

		.field-box.el-checkbox__inner::after {
			border-width: 2px;
		}

		.field-box .el-checkbox__inner::after {
			border-width: 2px;
			height: 10px;
			left: 8px;
			top: 3px;
		}

	.signup-wrap .thankyou-wrap {
		position: absolute;
		inset: 0;
		z-index: 99;
	}

.dx-giveaway-success-message {
	position: relative;
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #fff;
	-webkit-border-radius: 1.5rem;
	border-radius: 1.5rem;
	-webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
	padding: 1.875rem 2.5rem;
	min-height: 770px;
	/* margin-bottom: 1.875rem; */
/*	margin-right: 4% !important;
	margin-left: 10rem;*/
}

		.dx-giveaway-success-message > div {
			flex: 1 0 0;
		}

	.dx-giveaway-success-message-img {
		order: 1;
		text-align: end;
		flex: 0 0 40%;
		max-width: 40%;
	}

.dx-giveaway-success-message-info > h2 {
	font-size: 1.85rem;
	color: #242424;
}

	.dx-giveaway-success-message-info > p {
		font-size: 1.0625rem;
		margin-bottom: 0;
		line-height: 1.5;
	}

		.dx-giveaway-success-message-info > p + p,
		.dx-giveaway-success-message-info > strong + p {
			margin-top: 1.25rem;
		}

	/* .dx-giveaway-success-message-info > p:last-of-type {
  font-size: 1.5rem;
} */

	.dx-giveaway-success-message-info > strong {
		font-size: 2rem;
	}

	.field-box .el-radio__label {
		vertical-align: middle;
		font-size: 1rem;
	}

	.field-box input + .el-input {
		opacity: 0;
		position: absolute;
	}

	.driver-id > label,
	.id_proof > label,
	.proof > label {
		border: 2px solid #c0c0c0;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		color: #77777a;
		text-align: initial;
		padding: 7px 10px;
		font-size: 1rem;
		height: 2.5rem;
		line-height: 2;
		width: 100%;
		cursor: pointer;
		margin-bottom: 0 !important;
	}

		.driver-id > label:before,
		.id_proof > label:before,
		.proof > label:before {
			display: none;
		}

		.driver-id > label .el-input,
		.id_proof > label .el-input,
		.proof > label .el-input {
			position: absolute;
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
			opacity: 0;
			z-index: 11;
		}

	/*===== Popup Style =====*/
	.crop_active:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: #000;
		opacity: .8;
		z-index: 999;
	}

	.modal-dialog {
		display: flex;
		flex-wrap: wrap;
		max-width: 100%;
		padding: 2.5rem;
		align-items: center;
		justify-content: center;
		min-height: 100vh;
		margin: 0;
	}

	.modal-content {
		max-width: 750px;
	}

	.modal-body .col-md-8 {
		width: 100%;
	}

	.croppie-container .cr-boundary {
		width: 100% !important;
	}

	.croppie-container {
		margin-top: 10px;
	}

	.signup-wrap form div.row > div:last-child {
		text-align: end;
	}


	/*===== Spanish Page Style =====*/
	/*.spanish .dx-title > h2 {
  font-size: 4.2rem;
}
.spanish .dx-title > h3 {
  font-size: 2.3rem;
  letter-spacing: initial;
}
.spanish .dx-title > h4 {
  font-size: 2rem;
}*/

	.spanish .dx-title > h3 {
		letter-spacing: initial;
	}

	.spanish .dx-giveaway-info > ul li {
		font-size: 1.0625rem;
	}

	.spanish .page-bottom-left > img.mg-img {
		margin-top: -3.9rem;
	}

	/*
.spanish .dx-giveaway-info > ul {
  margin-left: -9rem;
  min-width: 29rem;
}*/

	.field-box > label {
		display: block;
		text-align: initial;
		width: 100%;
		line-height: initial;
		margin-bottom: 5px;
		/*padding-right: 1.25rem;*/
		float: none;
		font-size: 1rem;
	}
	/* Hide number input arrows */
	/* input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
} */

	/* input[type="number"] {
  -moz-appearance: textfield; 
} */
	.field-box span.tip1 {
		content: '';
		position: absolute;
		right: 0px;
		top: -1.375rem;
		z-index: 11;
		cursor: pointer;
	}


	.input-container {
		position: relative;
	}
	/* #SSN::-webkit-inner-spin-button,
	#SSN::-webkit-outer-spin-button{
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;


  } */
	#checkTerm {
		height: 1.25rem !important;
		width: 1.25rem !important;
		cursor: pointer;
	}

	.icon-container {
		display: none;
		position: absolute;
		top: 50%;
		right: 10px; /* Adjust this value to position the icon */
		transform: translateY(-50%);
	}




.modal {
	display: none ;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
	z-index:999999 !important
}

.modal-content {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	background-color: white !important;
	padding: 20px !important;
	border-radius: 5px !important;
}

/* Style for the Croppie container */
#croppie-container {
	width: 100% !important;

	margin: 0 auto !important;
}






	.icon-container1 {
		display: none;
		font-size: 12px;
		line-height: 1;
		vertical-align: middle;
	}

	.icon-container2:hover {
		display: inline-block;
	}

	.show-icon {
		display: inline-block;
	}

	/* Optional styles to adjust icon size and alignment */
	.icon-container i {
		font-size: 12px;
		line-height: 1;
		vertical-align: middle;
		color: red !important;
	}

	.el-icon-info:before {
		content: "\e7a1";
	}

	.hide {
		display: none;
	}

	.tips2:hover + .hide {
		display: block;
		/* color: red; */
		position: absolute;
		background: #FFF;
		min-width: 150px;
		border-radius: 4px;
		border: 1px solid #EBEEF5;
		padding: 12px;
		z-index: 2000;
		color: #606266;
		line-height: 1.4;
		text-align: justify;
		font-size: 14px;
		box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
		word-break: break-all;
		left: 19%;
		margin-top: -9%;
	}

	.tips1:hover + .hide {
		display: block;
		/* color: red; */
		position: absolute;
		background: #FFF;
		min-width: 150px;
		border-radius: 4px;
		border: 1px solid #EBEEF5;
		padding: 12px;
		z-index: 2000;
		color: #606266;
		line-height: 1.4;
		text-align: justify;
		font-size: 14px;
		box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
		word-break: break-all;
		left: 19.5%;
		margin-top: -9%;
	}

	.field-box a {
		display: inline-block;
		margin-top: 1.25rem;
		color: var(--color2);
		font-weight: 700;
	}

	/* Define a CSS class for the full-height section */
.full-height-section {
    min-height: 100vh; /* Set a minimum height of 100% of the viewport height */
    position: relative; /* Ensure relative positioning for child elements */
    background-image: url(/Sheila/images/feat-banner-bg.jpg);
    background-size: cover;
}

/* Style the container inside the section */
.full-height-section .container {
    padding-top: 165px; /* Add top padding to push content down by 165px */
}

/* Style the footer area */
.full-height-section footer {
    position: absolute; /* Position the footer absolutely */
    bottom: 0; /* Place it at the bottom of the section */
    left: 0; /* Align it to the left edge */
    right: 0; /* Align it to the right edge */
    background: transparent;
}
	html.popup_active {
		overflow-y: hidden;
	}

	.popup_active .terms_popup_wrap {
		opacity: 1;
		visibility: visible;
	}
	.pl-25px {
		padding-left: 35px;
	}
	.terms_popup_wrap {
		position: fixed;
		inset: 0;
		z-index: 9999;
		opacity: 0;
		visibility: hidden;
		background-color: rgba(0, 0, 0, .9);
		display: flex;
		justify-content: center;
		padding: 1.25rem;
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
	}

	a.terms_popup_close {
		position: absolute;
		top: 5px;
		right: 5px;
		height: 2.5rem;
		width: 2.5rem;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background-color: #f8002c;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 1.5rem;
		color: #fff;
	}

		a.terms_popup_close:hover,
		a.terms_popup_close:focus {
			background-color: var(--color2);
			color: #fff;
		}

	.terms_popup_inner {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		gap: 1.25rem;
		background-color: #fff;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		max-width: 80%;
		padding: 2.5rem;
		width: 100%;
		overflow-y: auto;
		position: relative;
		z-index: 1;
	}

		.terms_popup_inner:before {
			content: "";
			position: absolute;
			background-image: url(../images/miami-dade-county.webp);
			background-size: contain;
			background-position: top right;
			background-repeat: no-repeat;
			opacity: .05;
			height: 17rem;
			width: 32rem;
			right: 0;
			top: 50%;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			z-index: -1;
		}

		.terms_popup_inner > h3 {
			font-size: 2.5rem;
			margin-bottom: 1.25rem;
			position: relative;
			padding-left: 3.125rem;
		}

			.terms_popup_inner > h3 svg {
				height: 2.5rem;
				position: absolute;
				left: 0;
				top: 3px;
				fill: var(--color2);
			}

		.terms_popup_inner > strong {
			font-size: 1.125rem;
		}

		.terms_popup_inner * {
			margin-bottom: 0;
		}

		.terms_popup_inner > strong + h4,
		.terms_popup_inner > ol + h4,
		.el-car-col > ol + h4 {
			margin-top: 1.5rem;
		}

		.terms_popup_inner ul li,
		.terms_popup_inner ol li {
			line-height: 1.5;
			font-size: 1.125rem;
		}

		.terms_popup_inner ul,
		.terms_popup_inner ol {
			display: flex;
			flex-direction: column;
			gap: 8px;
		}

	.el-car-wrap {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 3.75rem;
		margin-top: 1.25rem;
	}

		.el-car-wrap > div {
			position: relative;
			display: flex;
			flex-direction: column;
			gap: 1.25rem;
			padding-left: 3rem;
		}

			.el-car-wrap > div svg {
				position: absolute;
				height: 2rem;
				left: 0;
				top: 0;
				fill: var(--color2);
			}

			.el-car-wrap > div:not(:first-child):before {
				content: "";
				position: absolute;
				left: -1.875rem;
				top: 0;
				bottom: 0;
				width: 1px;
				background-color: #000;
				opacity: .15;
			}

	.terms_popup_inner ul ul,
	.terms_popup_inner ol ul,
	.terms_popup_inner ul ol,
	.terms_popup_inner ol ol {
		margin: 10px 0;
	}

	.dx-giveaway-info > p a {
		font-weight: 700;
		text-decoration: underline;
	}

		.dx-giveaway-info > p a:hover,
		.dx-giveaway-info > p a:focus {
			color: #fff;
		}

	.field-box a:hover, .field-box a:focus,
	.terms_popup_inner > a:not(.terms_popup_close):hover,
	.terms_popup_inner > a:not(.terms_popup_close):focus {
		text-decoration: underline;
	}

	.terms_popup_inner > h5 {
		padding: 12px 10px;
		background-color: #fbfbfb;
		width: 100%;
		text-align: center;
	}

	.terms_popup_inner > a:not(.terms_popup_close) {
		color: var(--color2);
	}

	.terms_popup_inner table {
		width: 100%;
	}

		.terms_popup_inner table th {
			background-color: #fbfbfb;
			font-size: 1.125rem;
		}

		.terms_popup_inner table td {
			font-size: 1rem;
		}

		.terms_popup_inner table th,
		.terms_popup_inner table td {
			padding: 10px;
			border: 1px solid #eaeaea;
		}

	.terms_popup_inner > a + h4 {
		margin-top: 1.25rem;
	}

	.terms_popup_inner li a:hover,
	.terms_popup_inner li a:focus {
		color: inherit;
	}

	.terms_popup_inner li a {
		color: var(--color2);
		text-decoration: underline;
	}

	.field-box .el-form-item__content {
		text-align: initial;
	}

	.step-box {
		min-height: 560px;
		padding-bottom: 3.125rem;
		position: relative;
	}


	/*.signup-wrap .el-scrollbar__wrap {*/
	/*	overflow-x: hidden;*/
	/*	padding-right: 1.25rem;*/
	/*}*/

	/*.signup-wrap .el-scrollbar .el-scrollbar__bar.is-horizontal {*/
	/*	display: none;*/
	/*}*/

	ul.req_list {
		list-style: none;
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: .9375rem;
	}

		ul.req_list > li .field-box, ul.req_list > li .field-box label {
			margin: 0;
		}

	.step-box h3 + p {
		margin-top: 1.25rem;
	}

	ul.req_list > li .field-box label.el-checkbox {
		white-space: normal;
		display: flex;
	}

		ul.req_list > li .field-box label.el-checkbox .el-checkbox__label {
			line-height: 1.5;
		}

	ol.req_list_child {
		padding-left: 55px;
		margin-top: 7px;
	}

		ol.req_list_child > li {
			font-size: .9375rem;
			color: #606266;
		}

	/*.id_proof {*/
	/*	display: flex;*/
	/*	flex-direction: column;*/
	/*}*/

	/*.id_proof > label {*/
	/*	order: 1;*/
	/*	margin-top: 10px;*/
	/*}*/

	/*.id_proof .el-form-item__content {*/
	/*	min-height: 2.25rem;*/
	/*}*/

	.upload_image input {
		min-height: 100%;
	}

	.step-btns {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 10px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.signup-wrap form .step-btns button {
		width: initial;
		font-size: 1rem;
		height: initial;
	}

		.signup-wrap form .step-btns button + button {
			margin-left: 0;
		}

		.signup-wrap form .step-btns button.el-button--secondary {
			background-color: var(--color1);
		}

			.signup-wrap form .step-btns button.el-button--secondary:hover,
			.signup-wrap form .step-btns button.el-button--secondary:focus {
				background-color: var(--color2);
			}

	.req_list {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

		.req_list label.el-radio {
			white-space: normal;
			display: flex;
			margin-right: 0;
			font-weight: 400;
			font-size: 1.125rem;
			line-height: 1.35;
		}

			.req_list label.el-radio span.el-radio__label {
				line-height: inherit;
				font-size: inherit;
				margin-top: -2px;
				display: flex;
				flex-direction: column;
			}

				.req_list label.el-radio span.el-radio__label ol {
					order: 1;
					padding-left: 1.875rem;
				}

	.upload_box > label {
		border-style: dashed;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 10rem;
		flex-direction: column;
		background-color: #f9fafd;
		gap: 10px;
		text-align: center;
		padding: 10px;
	}

		.upload_box > label > i {
			font-size: 2.25rem;
			color: var(--color2);
		}

		.upload_box > label > svg {
			height: 2.5rem;
			fill: var(--color2);
		}

		.upload_box > label strong {
			font-weight: 500;
			font-size: 1rem;
		}

			.upload_box > label strong small {
				font-weight: 400;
			}

		.upload_box > label > span {
			font-size: 12px;
			line-height: 1.5;
			margin: 0;
			color: #777;
			max-width: 90%;
		}

	.field-box .el-select-dropdown__item {
		white-space: normal;
		text-overflow: initial;
		height: initial;
		line-height: 1.5;
		padding: 10px 1.25rem;
	}

		.field-box .el-select-dropdown__item.selected {
			color: var(--color2);
		}


	.field-box.upload_box .el-form-item__error,
	.field-box .el-checkbox-group + .el-form-item__error {
		display: block;
	}

	.el-form-item .el-form-item__error {
		margin-top: 10px;
		font-size: 14px;
	}

	.el-form-item .el-radio-group .el-radio__inner {
		border-color: #999;
	}

	.signup-wrap .el-steps {
		background-color: #f0f0f0;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		display: flex;
		align-items: center;
		gap: 0.9375rem;
		padding: 0.9375rem;
		margin-bottom: 1.25rem;
		justify-content: center;
	}

	.mcg-form-wrap .el-step {
		display: flex;
		align-items: center;
		gap: 10px;
		position: relative;
		padding-right: 0.9375rem;
		flex: 0 0 12.75rem;
		max-width: 12.75rem !important;
	}

		.mcg-form-wrap .el-step .el-step__line {
			display: none;
		}

		.mcg-form-wrap .el-step .el-step__head {
			width: initial;
		}

	.navchange {
		color: #888 !important
	}

	.mcg-form-wrap .el-step .el-step__head .el-step__icon {
		height: 2.5rem;
		width: 2.5rem;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		background-color: #fff;
		font-size: 1.125rem !important;
		font-weight: 700;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.mcg-form-wrap .el-step .el-step__head.is-success .el-step__icon {
		background-color: var(--color2);
		color: #fff;
	}

	.mcg-form-wrap .el-step .el-step__title.is-success {
		color: var(--color2);
	}

	.mcg-form-wrap .el-step .el-step__head .el-step__icon i {
		font-size: inherit;
		font-weight: inherit;
	}

	.mcg-form-wrap .el-step:not(:first-child):before {
		content: "\00BB";
		position: absolute;
		left: -1.875rem;
		font-size: 1.875rem;
	}

	/*.mcg-form-wrap .el-step .el-step__main .is-wait {
	color: #888;
}*/

	.img-view {
		margin-top: 1.875rem;
		text-align: center;
		width: 100%;
	}

		.img-view > img {
			border: 2px solid #c0c0c0;
			-webkit-border-radius: 5px;
			border-radius: 5px;
		}

	.req_list .el-checkbox {
		margin: 0;
		line-height: initial;
		display: flex;
		gap: 10px;
	}

		.req_list .el-checkbox .el-checkbox__input {
			margin-top: 2px;
		}

			.req_list .el-checkbox .el-checkbox__input .el-checkbox__inner {
				border: 2px solid #d1cdcd;
				-webkit-border-radius: 5px;
				border-radius: 5px;
				height: 1.125rem;
				width: 1.125rem;
			}

				.req_list .el-checkbox .el-checkbox__input .el-checkbox__inner:after {
					left: 5px;
					top: 2px;
				}

		.req_list .el-checkbox .el-checkbox__label {
			font-size: .9375rem;
			white-space: normal;
			line-height: 1.5;
			padding: 0;
			display: inline-flex;
			flex-direction: column;
		}

			.req_list .el-checkbox .el-checkbox__label ol.req_list_child {
				order: 1;
				padding-left: 1.875rem;
			}

			.req_list .el-checkbox .el-checkbox__label a {
				color: var(--color2);
				text-decoration: underline
			}

	.field-box .el-date-editor input {
		padding-left: 2rem !important;
	}

	.note {
		text-align: initial;
		margin-top: 1.25rem;
		padding: 1.875rem 1.875rem 1.875rem 7.5rem;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background-color: #f8d7da;
		color: #842029;
		position: relative;
		gap: 5px;
		display: flex;
		flex-direction: column;
	}

		.note > i {
			position: absolute;
			font-size: 5rem;
			left: 1.875rem;
			top: 2.8rem;
		}

		.note > h5 {
			color: inherit;
			display: block;
			margin-bottom: 10px;
		}

		.note > p {
			font-size: 1.125rem;
			color: inherit;
			margin: 0;
		}

	.tables-wrap {
		width: 100%;
	}

		.tables-wrap h4 {
			margin-bottom: 1.875rem;
		}

	.el-message-box {
		width: 100%;
		max-width: 30rem;
		text-align: center;
		padding: 1.875rem 1.25rem;
		position: relative;
	}

		.el-message-box .el-message-box__content {
			padding: 0;
		}

		.el-message-box .el-message-box__status {
			position: static;
			font-size: 1.875rem !important;
			-webkit-transform: translate(0);
			transform: translate(0);
			margin-bottom: 10px;
		}

		.el-message-box .el-message-box__message {
			padding: 0 !important;
			margin-bottom: .9375rem;
		}

			.el-message-box .el-message-box__message p {
				line-height: inherit;
			}

		.el-message-box .el-message-box__btns {
			text-align: inherit;
		}

			.el-message-box .el-message-box__btns button.el-button--primary {
				background-color: var(--color2);
				border-color: var(--color2);
			}

				.el-message-box .el-message-box__btns button.el-button--primary:hover,
				.el-message-box .el-message-box__btns button.el-button--primary:focus {
					background-color: transparent;
					color: var(--color2);
				}

		.el-message-box .el-message-box__header {
			padding: 0;
			position: static;
		}

		.el-message-box button.el-message-box__headerbtn {
			top: 10px;
			right: 10px;
		}

	@media (max-width: 1210px) {


		.tips2:hover + .hide {
			left: 28.5%;
			margin-top: -12%;
		}

		.tips1:hover + .hide {
			left: 10.5%;
			margin-top: -12%;
		}
	}

	@media (max-width: 1024px) {
		/*.howtoApplyRadio .el-radio__input {
			position: relative;
			top: 16px;
			left: 12px;
		}*/
		.tips1:hover + .hide {
			left: 25.5%;
			margin-top: -7%;
		}

		.tips2:hover + .hide {
			left: 36.5%;
			margin-top: -7%;
		}
	}

	@media (max-width: 850px) {
		.tips1:hover + .hide {
			left: 20.5%;
			margin-top: -8.5%;
		}

		.tips2:hover + .hide {
			left: 33.5%;
			margin-top: -8.5%;
		}
	}

	@media (max-width: 768px) {
		.tips1:hover + .hide {
			left: 16.5%;
			margin-top: -10.5%;
		}

		.tips2:hover + .hide {
			left: 31.5%;
			margin-top: -10.5%;
		}
	}

	@media (max-width: 600px) {
		.tips1:hover + .hide {
			left: 6.5%;
			margin-top: -13.5%;
		}

		.tips2:hover + .hide {
			left: 26.5%;
			margin-top: -13.5%;
		}
	}

	@media (max-width: 576px) {
		.step-btns {
			max-width: 100% !important;
		}

		.tips1:hover + .hide {
			margin-top: -13%;
			right: 0;
			left: unset
		}

		.tips2:hover + .hide {
			margin-top: -13%;
			right: 0;
			left: unset
		}
	}

	@media (max-width: 576px) {

		.tips1:hover + .hide {
			margin-top: -16%;
		}

		.tips2:hover + .hide {
			margin-top: -16%;
		}

		.dx-signup-inner {
			margin-top: 0%;
		}
	}

	@media (max-width: 492px) {

		.tips1:hover + .hide {
			margin-top: -22%;
		}

		.tips2:hover + .hide {
			margin-top: -17%;
		}
	}

	@media (max-width: 425px) {

		.tips1:hover + .hide {
			margin-top: -25%;
		}

		.tips2:hover + .hide {
			margin-top: -20%;
		}
	}

	@media (max-width: 425px) {

		.tips1:hover + .hide {
			margin-top: -30%;
		}

		.tips2:hover + .hide {
			margin-top: -23%;
		}
	}

	@media (max-width: 320px) {
		.tips1:hover + .hide {
			margin-top: -35%;
		}

		.tips2:hover + .hide {
			margin-top: -26%;
		}

		.el-checkbox__label {
			font-size: 0.9rem !important;
		}

		#checkTerm {
			height: 1rem;
			width: 1rem;
			cursor: pointer;
		}

		.step-box h3 {
			font-size: 1.65em;
		}

		.el-step__title {
			line-height: 1.5;
			font-size: 11px !important;
		}
	}


.el-loading-mask {
	position: absolute;
	z-index: 2000;
	background-color: rgba(255, 255, 255, 0.9);
	margin: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: opacity 0.3s;
}

.el-loading-spinner {
	top: 50%;
	margin-top: -21px;
	width: 100%;
	text-align: center;
	position: absolute;
}

	.el-loading-spinner .circular {
		height: 42px;
		width: 42px;
		animation: loading-rotate 2s linear infinite, loading-dash 1.5s ease-in-out infinite;
	}

	.el-loading-spinner .path {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: 0;
		stroke-width: 2;
		stroke: #409EFF;
		stroke-linecap: round;
	}

@keyframes loading-dash {
	0%, 100% {
		stroke-dashoffset: 0;
	}

	40% {
		stroke-dashoffset: -40px;
	}

	80%, 120% {
		stroke-dashoffset: -120px;
	}

	160% {
		stroke-dashoffset: -160px;
	}
}

@keyframes loading-rotate {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}


.form-pointer{
	cursor:pointer;
}
.mt-20 {
	margin-top: 20px;
}
.op-90 {
	opacity: 90%;
}