/*
*
* Home page, Global page {
*
*
*/

a {
	text-decoration: none;
}

input:focus, textarea:focus, select:focus{
	outline: none;
}
inout.uppercase {
	text-transform: uppercase;
}
body.ko {
	font-family: 'Hyundai', 'Roboto', sans-serif;
}
body.en {
	font-family: 'Roboto', sans-serif;
}
div, input, textarea, img {
	box-sizing: border-box;
}
.pseudo-icon::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
}
.noSelect {
	-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Safari */
			-khtml-user-select: none; /* Konqueror HTML */
				-moz-user-select: none; /* Old versions of Firefox */
				-ms-user-select: none; /* Internet Explorer/Edge */
						user-select: none; /* Non-prefixed version, currently
																	supported by Chrome, Opera and Firefox */
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.Outline {
	max-width: 1400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0 30px;
}
.tooltip {
	display: none;
	position: absolute;
	z-index: 10000;
	text-align: center;
	background-color: white;
	min-width: 60px;
	padding: 9px 20px;
	color: #5A5A5A;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	border-radius: 7px;
}
.tooltip:after {
	content: '';
	width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid white;
	position: absolute;
	bottom: -5px;
	left: calc(50% - 2.5px);
	z-index: 1;
}
.tooltip:before {
	content: '';
	width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #dddddd;
	position: absolute;
	bottom: -7px;
	left: calc(50% - 2.5px);
	z-index: 1;
}
.blinker {
	animation: blinker 1s linear infinite;
}
.vms-btn {
	padding: 20px 40px;
	color: white;
	background-color: gray;
	font-size: 1.5rem;
	border-radius: 10px;
	font-weight: 900;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}
.vms-btn.blue {
	background-color: #3D91DD;
}

@keyframes blinker {
	50% {
		opacity: 0.5;
	}
}
#page-error {
	text-align: center;
	font-size: 3rem;
	color: #8d8d8d;
	min-height: 400px;
	padding-top: 180px;
}
#popup-msg-container {
	position: fixed;
	top: 40px;
	left: 50%;
	z-index: 10000;
	display: flex;
	flex-direction: column;
	width: 500px;
	margin-left: -250px;
	align-items: center;
	justify-content: center;
}
.popup-msg {
	top: -150px;
	/* display: none; */
	opacity: 0;
	position: absolute;
	
	border-radius: 20px;
	
	padding: 15px 30px;
	text-align: center;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
.popup-msg.blue {
	background-color: #C7E7FF;
	border: 1px solid #90D0FF;
}
.popup-msg.blue .msg-close {
	border: 2px solid #5EA7DC;
	color: #275373;
}
.popup-msg.red {
	background-color: #FFC7C9;
	border: 1px solid #FF90A2;
}
.popup-msg.red .msg-close {
	border: 2px solid #F56E72;
	background-color: #FFF4F4;
	color: #79081C;
}
.popup-msg .msg-close {
	content: 'f00d';
	background-color: white;
	border-radius: 50%;
	position: absolute;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	right: -10px;
	top: -10px;
	cursor: pointer;
	
}
.popup-msg .msg-title {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.popup-msg:not(:nth-child(1)) {
	background-color: #e6e6e6;
	border: 1px solid #b9b9b9;
}
main ._pretty-select-original {
	display: none;
}
main ._pretty-select {
	cursor: pointer;
	position: relative;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
		-khtml-user-select: none; /* Konqueror HTML */
			-moz-user-select: none; /* Old versions of Firefox */
			-ms-user-select: none; /* Internet Explorer/Edge */
					user-select: none; /* Non-prefixed version, currently
																supported by Chrome, Opera and Firefox */
}
main ._pretty-select:after {
	transition: 0.2s;
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	border-color: #8b8b8b transparent transparent transparent;
	cursor: pointer;
}
main ._pretty-select ._ps-container {
	position: relative;
}
main ._pretty-select ._ps-inp {
	text-align: center;
	font-size: 1.3rem;
	background-color: transparent;
	cursor: pointer;
	padding: 0 20px;
	height: 38px;
}
main h3 a {
	color: #25445F;
	text-decoration: underline;
}
main ._pretty-select ._ps-list {
	display: none;
	position: absolute;
	overflow-y: auto;
	max-height: 200px;
	width: 100%;
	z-index: 999;
	background-color: white;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
}
main ._pretty-select ._ps-list {
	text-align: center;

}
main ._pretty-select ._ps-list.on {
	display: block;
}
main ._pretty-select ._ps-list > div {
	line-height: 40px;
}
main ._pretty-select ._ps-list > div:hover {
	background-color: #edf8ff;
}
main ._pretty-select ._ps-list > div[data-selected=true] {
	background-color: #d6efff;
	font-weight: 700;
}
main ._pretty-select input {
	width: 100%;
	height: 100%;
	border: 0;
}

main#Form ._pretty-select ._ps-list {
	background-color: white;
	border-left: 10px solid #D6EFFF;
	border-right: 10px solid #D6EFFF;
	border-bottom: 10px solid #D6EFFF;
	top: 58px;
}
main .page-contents h1, main .page-contents h2, main .page-contents h3, main .page-contents h4 {
	display: block;
	width: 100%;
}
body.en main .sub-hero .title, main .page-contents h2 {
	font-family: 'Hyukyudae', 'Roboto', sans-serif;
}
main .page-contents h2 {
	font-size: 1.7rem;
	color: #25445F;
	font-weight: 700;
	margin-bottom: 10px;

}
main .page-contents h3 {
	color: #4B4B4B;
	font-size: 1.25rem;
	font-weight: 400;
}
main .page-contents h4 {
	color: #4B4B4B;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 100px;
}
header #topBar {
	font-size: 1rem;
	font-weight: 400;
	color: white;
	background-color: #005CAF;
	height: 50px;
	line-height: 50px;
}

header #topBar .icon-box {
	background-color: white;
	height: 25px;
	width: 25px;	
	line-height: 25px;
	text-align: center;
	border-radius: 4px;
	margin-right: 10px;
}
header #topBar .icon-box i {
	color: #005CAF;
}
header #langBlock .icon-box {
	background-color: white;
	height: 25px;
	width: 25px;	
	line-height: 25px;
	text-align: center;
	border-radius: 4px;
	margin-right: 10px;
}
header #langBlock .icon-box i {
	color: #005CAF;
	
}
header #topBar .Outline > div {
	display: flex;
	align-items: center;
	justify-content: center;
}
header #topBar .Slogan {
	float: left;
}
header #topBar .Slogan .icon-box {
	background-color: transparent;
}
header #topBar .Slogan .icon-box i {
	color: white;
}
header #topBar .Slogan i {
	font-size: 1.4rem;
}
header #topBar .Contact {
	float: right;
}
header #topBar .Contact a {
	color: white;
}
header #topBar .Language {
	margin-left: 20px;
	float: right;
	position: relative;
}

header #topBar .Language .active {
	background-color: #177DD9!important;
}
header #topBar .Language .active:hover {
	background-color: #248ce7!important;
}
header #topBar .Language.on:after {
	content: '';
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 13px;
	background-color: #4C4C4C;
}
header #topBar .Language .language-list {
	position: absolute;
	display: none;
	background-color: #6D6D6D;
	top: 63px;
	left: 50%;
	width: 160px;
	margin-left: -80px;
	border-radius: 0 0 12px 12px;
	height: 125px;
}
header #topBar .Language.on .language-list {
	display: block;
	z-index: 100;
}
header #topBar .Language.on .language-list > div {
	background-color: #8F8F8F;
	margin: 13px;
	line-height: 44px;
	padding-left: 65px;
	background-repeat: no-repeat;
	background-size: 44px 44px;
	background-position: 10px center;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}
header #topBar .Language.on .language-list > div:hover {
	background-color: #a1a1a1;
}
header #topBar .Language.on .language-list #English {
	background-image: url('/images/united-states.svg');
}
header #topBar .Language.on .language-list #Korean {
	background-image: url('/images/south-korea.svg');
}
header #topBar .Language a {
	color: white;
}
header #topBar .Language > .wrap {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 0 19px;
	transition: 0.3s;
}
header #topBar .Language:not(.on) > .wrap:hover {
	background-color: #1075ce;
}
header #topBar .Language.on > .wrap {
	background-color: #4C4C4C;
	transition: 0s;
}
header #top-nav-wrap .close {
	display: none;
	position: absolute;
	top: 0;
	right: 20px;
	color: white;
	font-size: 2rem;
	z-index: 100;
	line-height: 60px;
}
header #logoBlock {
	background-color: #EDEDED;
	height: 90px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #C7C7C7;
}
header #logoBlock #logo {
	display: block;
	background-image: url('/images/logo.svg');
	width: 182px;
	height: 60px;
	background-size: 182px 26px;
	background-repeat: no-repeat;
	background-position: center center;
}
header #logoBlock .mob {
	display: none;
}
header #logoBlock #mob-menu {
	position: absolute;
	right: 15px;
	top: 50%;
	background-color: #B1B1B1;
	color: white;
	line-height: 50px;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 2rem;
	margin-top: -25px;
	border-radius: 7px;
}
header #logoBlock #mob-request-form {
	text-align: center;
	position: absolute;
	right: 80px;
	top: 50%;
	color: white;
	height: 50px;
	line-height: 50px;
	background-color: #005CAF;
	padding: 0 30px;
	border-radius: 7px;
	font-weight: 900;
	font-size: 1.2rem;
	margin-top: -25px;
	transition: 0.5s;
}
header #logoBlock #mob-request-form i {
	display: none;
	font-size: 2rem;
	line-height: 50px;
}
header #logoBlock #mob-menu:active, header #logoBlock #mob-menu:hover {
	background-color: #005CAF;
	transition: 0.5s;
}
header nav#top {
	height: 90px;
	padding: 0 20px;
	display: flex;
	align-items: center;
}
header nav#top > a {
	color: #4B4B4B;
	line-height: 90px;
	display: block;
	margin-right: 50px;
	font-size: 1.1rem;
	height: 90px;
}
header nav#top > a:hover:not(.active) {
	color: #005CAF;
	transition: 1s;
}
header nav#top .icon {
	display: none;
	background-color: #43B2FF;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	margin-right: 10px;
}
header nav#top > a.active {
	position: relative;
	color: #00AAD2;
}
header nav .active:before {
	content: '';
	width: calc(100% + 20px);
	height: 8px;
	left: -10px;
	position: absolute;
	background-color: #A6D5FF;
	animation-name: topMenuActive;
  animation-duration: 1s;
}
@keyframes topMenuActive {
	from {background-color: white;}
	to {background-color: #A6D5FF;}
}
/*
header nav .active:before {
	content: '';
	width: 100%;
	height: 100%;
	margin-left: -15px;
	position: absolute;
	background-image: url('/images/menu-active.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
*/

.staticPopup {
	z-index: 99999;
	display: flex;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(92, 108, 141, 0.77);
	align-items: center;
	justify-content: center;
	
}
.staticPopup > div {
	min-width: 360px;
	width: 100%;
	margin: 0 15px;
	max-width: 500px;
	min-height: 250px;
	background-color: white;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.25);
}
.staticPopup .__msg {
	color: #25445F;
	font-weight: 700;
	font-size: 1.5rem;
	min-height: 180px;
	padding: 20px 0;
	display: flex;
	height: 250px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}
.staticPopup .__subdesc {
	margin-top: 10px;
	font-size: 1rem;
	color: grey;
}
.staticPopup a {
	margin-top: 30px;
	display: block;
	cursor: pointer;
	box-sizing: border-box;
	font-size: 1.2rem;
	font-weight: 700;
	color: #25445F;
	text-align: center;
	background-color: #EDEDED;
	z-index: 10;
	border-radius: 10px;
	border: 2px solid #25445F;
	padding: 10px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.staticPopup #countdownHomepage {
	color: #25445F;
	font-size: 1.2rem;
}
main#Home #hero {
	height: 540px;
	position: relative;
}
main#Home #hero .stage-wrap{
	height: 100%;
	overflow: hidden;
}
main#Home #hero .stage {
	height: 100%;
}
main#Home #hero .slide {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: none;
}
main#Home #hero .slide-contents {
	display: flex;
	width: 100%;
	align-items: center;
	height: 100%;
}
main#Home #hero .slide.active {

}
main#Home #hero .slide > * {
	position: relative;
	z-index: 1;
}
main#Home #hero .text-wrap {
	width: 100%;
	height: 400px;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.38) 0%, rgba(0,0,0,0) 100%);
	color: white;
	padding: 40px 100px;
	position: relative;
	z-index: 1;
}
main#Home #hero .text {
	float: none;
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	justify-content: space-around;
}
main#Home #hero .text:before, main#Home #hero .text:after {
	content: '';
	position: absolute;
	left: 0;
	height: 1px;
	width: 100%;
	background: rgb(255,162,0);
}
main#Home #hero .text:before {
	top: 0;
	background: linear-gradient(90deg, rgba(255,162,0,1) 40%, rgba(255,162,0,0) 100%);
	opacity: 0.5;
}
main#Home #hero .text:after {
	bottom: 0;
	background: linear-gradient(90deg, rgba(255,162,0,0) 0%, rgba(255,162,0,1) 60%);
	opacity: 0.5;
}
main#Home #hero p {
	max-width: 560px;
	font-weight: 100;
	font-size: 1.3rem;
	color: #EDF3FF;
	line-height: 2rem;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.36);
}
main#Home #hero .text a {
	display: block;
	color: white;
	background-color: #005CAF;
	padding: 20px 30px;
	border-radius: 10px;
	border: 1px solid #C7C7C7;
	font-weight: 900;
	font-size: 1.2rem;
	transition: 0.5s;
}
main#Home #hero .text a:hover {
	background-color: #005096;
}
main#Home #hero h1 {
	width: 100%;
	font-size: 2.5rem;
	font-weight: 900;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.56);
}
main#Home #hero .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

main#Home #hero .nav {
	position: absolute;
	bottom: 30px;
	width: 100%;
	height: 17px;
	z-index: 10;
	text-align: center;
}
main#Home #hero .nav > div {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: white;
	display: inline-block;
	transition: 0.5s;
	margin-right: 20px;
	border: 1px solid #C7C7C7;
	cursor: pointer;
}
main#Home #hero .nav > div:last-child {
	margin-right: 0;
}

main#Home #hero .nav > div.next {
	background-color: #A6D5FF;
}
main#Home #hero .nav > div.stopped {
	background-color: white;
}
main#Home #hero .nav > div.active {
	background-color: #0086FF;
}
main .sub-hero {
	height: 211px;
	background-size: cover;
	position: relative;
	margin-bottom: 50px;
	background-position: center center;
	background-repeat: no-repeat; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
main .sub-hero:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 8px;
	width: 100%;
	background-color: rgb(175, 217, 255, 0.6);
	background-color: rgba(175, 217, 255, 0.6);
}
main .sub-hero .title {
	text-transform: uppercase;
	background-color: rgb(109, 186, 255, 0.56);
	background-color: rgba(109, 186, 255, 0.56);
	display: inline-block;
	font-size: 1.4rem;
	color: white;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.56);
	padding: 0 100px 0 0;
	line-height: 60px;
	height: 60px;
	border-radius: 0 15px 15px 0;
	position: absolute;
	top: 32px;
	position: relative;
}
main .sub-hero .title:before {
	content: '';
	background: rgb(255,255,255,0.56);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(109,186,255,0.56) 100%);
	position: absolute;
	left: -150px;
	height: 60px;
	width: 150px;
}
main .sub-hero .title:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 60px;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.26);
	border-radius: 0 15px 15px 0;
}
main .sub-hero .title .text {
	margin-left: calc((100vw - 1400px) / 2);
	padding: 0 15px 0 30px;
	background-color: rgb(109, 186, 255);
	background-color: rgba(109, 186, 255, 0.56);

}
main#Home .hero-block {
	margin-top: 100px;
	text-align: center;
}
main#Home .hero-block img {
	max-width: 100%;
}
main#Home .hero-block h1, main#Home .hero-block h2, main#Home .hero-block p {
	display: block;
	text-align: center;
	font-weight: 300;
}
main#Home .hero-block h1 {
	color: #005CAF;
	font-size: 3rem;
	font-weight: 900;
}
main#Home .hero-block h2 {
	font-size: 1.68rem;
	font-weight: 500;
	color: #333333;
	margin-top: 40px;
}
main#Home .hero-block p {
	margin-top: 40px;
	font-size: 1.4rem;
}
main#Home .ad-style-1 img {
	margin-top: 100px;
	display: inline-block;
}
footer {
	margin-top: 100px;
	background-color: #005CAF;
	color: white;
	padding: 50px 0;
	font-weight: 300;
	font-size: 0.95rem;
	min-height: 200px;
}
footer .wrap {
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
footer .logo {
	width: 200px;
	height: 59px;
	background-image: url('/images/footer-logo.svg');
	background-size: 100% 100%;
}

footer .follow i {
	font-size: 2.5rem;
	color: #E2E2E2;
}
footer .footer-block-one {
	height: 100%;
	min-height: 165px;
}
footer .footer-block-one a {
	display: block;
}
footer .footer-block-one .title {
	font-size: 1.4rem;
	font-weight: 500;
}
footer .footer-block-one:first-child {
	display: flex;
	max-width: 200px;
	flex-direction: column;
	justify-content: space-between;
}
footer .footer-block-one:nth-child(2), footer .footer-block-one:nth-child(3){
	line-height: 2rem;
}
footer .Outline {
	height: 100%;
}
footer .follow .sns {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
footer a {
	color: white;
}
footer a.special {
	color: #E8B100;
}
.copyright {
	background-color: #333333;
	text-align: center;
	color: white;
	padding: 10px 0;
}

/*
*
* } Home page, Global page
*
*
*/

/*
*
* Form page {
*
*
*/

main#Form .sub-hero {
	background-image: url('/images/hero/WeNestIm-hero-sub-form.jpg');
}
main#Form .question {
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 5px dashed #d8d8d8;
}
main#Form .question:last-child {
	border-bottom: 0;
}
main#Form .question.closed .contents {
	display: none;
}
main#Form .question .open-close-btn > div {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	background-color: #c3c3c3;
	color: white;
	text-align: center;
	cursor: pointer;
	font-size: 1.5rem;
	text-align: center;
	transition: 0.5s;
}
main#Form #safetyCompliance_Checkbox_Block {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	padding: 5px;
	background-color: #d4d4d4;
	border-radius: 5px;
}
main#Form #safetyCompliance_Checkbox_Block.error {
	background-color: #ec4b4b;
	border: 2px solid #25445F;
	color: white;
}

main#Form #safetyComplianceCommitment {
	flex-shrink: 0;
}
main#Form #safetyCompliance_Checkbox_Block .checkbox {
	width: 25px;
	height: 25px;
	line-height: 24px;
	border: 1px solid gray;
	margin: 0 10px;
	border-radius: 4px;
}
main#Form #safetyCompliance_Checkbox_Block .checkbox i {
	font-size: 1rem;
}
main#Form .question .open-close-btn > div:hover {
	background-color: #afafaf;
}
main#Form .question .open-close-btn i {
	display: none;
}
main#Form .question:not(.closed) .open-close-btn .closed{
	display: inline-block!important;
}
main#Form .question.closed .open-close-btn .open{
	display: inline-block!important;
}
main#Form .question.completed .open-close-btn > div {
	background-color: #a4e090;
}
main#Form .question .open-close-btn > div:first-child{
	left: 0;
}
main#Form .question .open-close-btn > div:nth-child(2){
	right: 0;
}
main#Form .question h1, main#Form .question h2, main#Form .question h3, main#Form .question h4 {
	text-align: center;
}
main#Form .question h2 {
	font-size: 1.7rem;
	color: #25445F;
	font-weight: 700;
	margin-bottom: 10px;
}
main#Form .question h3 {
	color: #4B4B4B;
	font-size: 1.4rem;
	line-height: 2.2rem;
	font-weight: 400;
}
main#Form .question h4 {
	color: #4B4B4B;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 100px;
}
main#Form .question .options {
	margin-top: 60px;
	display: flex;
	justify-content: space-around;
}
main#Form .question .option {
	cursor: pointer;
	box-sizing: border-box;
	font-size: 1.4rem;
	font-weight: 700;
	color: #25445F;
	text-align: center;
	background-color: #EDEDED;
	z-index: 10;
	width: 300px;
	height: 400px;
	border-radius: 20px;
	-webkit-box-shadow: -8px -5px 0px 2px #A5A5A5; 
	box-shadow: -8px -5px 0px 2px #A5A5A5;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
main#Form .question .option:hover {
	background-color: #e4e4e4;
}
main#Form .question .option > * {
	display: block;
}
main#Form .question .option img {
	width: 216px;
	height: 217px;
}
main#Form .question .option.Active {
	background-color: #C5E4FF;
	-webkit-box-shadow: -8px -5px 0px 2px #568CBC; 
	box-shadow: -8px -5px 0px 2px #568CBC;
}
main#Form .flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
main#Form .question .regular-btn {
	cursor: pointer;
	box-sizing: border-box;
	font-size: 1.7rem;
	font-weight: 700;
	color: #606060;
	text-align: center;
	background-color: #C5E4FF;
	z-index: 10;
	width: 300px;
	height: 100px;
	border-radius: 10px;
	-webkit-box-shadow: -8px -5px 0px 2px #568cbc; 
	box-shadow: -8px -5px 0px 2px #568cbc;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
main#Form .question .regular-btn:hover {
	background-color: #e4e4e4;
}
main#Form .question .next-btn {
	cursor: pointer;
	box-sizing: border-box;
	font-size: 2.2rem;
	font-weight: 700;
	color: #606060;
	text-align: center;
	background-color: #EDEDED;
	z-index: 10;
	
	border-radius: 10px;
	-webkit-box-shadow: -8px -5px 0px 2px #A5A5A5; 
	box-shadow: -8px -5px 0px 2px #A5A5A5;
	padding: 40px 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
main#Form .question .next-btn:hover {
	background-color: #e4e4e4;
}
main#Form .question.no-border {
	border-bottom: 0;
}
main#Form .question img.blur {
	opacity: 0.58;
}
main#Form .inputs {
	margin: 100px 0;
}
main#Form .inputs .row {
	margin-top: 65px;
	display: flex;
	align-items: stretch;
	position: relative;
}
main#Form .inputs .row.center {
	align-items: center;
	justify-content: center;
}
main#Form .inputs .row .input {
	margin-right: 30px;
	flex: 1;
	position: relative;
}
main#Form .inputs .row .input .wrap {
	position: relative;
	background-color: #F7F7F7;
	border-radius: 5px;
	border: 10px solid #D6EFFF;
	margin-top: 10px;
}
main#Form .inputs .row .input:last-child {
	margin-right: 0;
}
main#Form .inputs .row .input span {
	display: block;
	/* position: absolute;
	left: 0;
	top: -45px; */
	color: #6E6E6E;
	font-size: 1.2rem;
}
main#Form .inputs .row-group {
	margin-top: 40px;
	padding: 20px;
	border: 10px solid #D6EFFF;
}
main#Form .inputs .row-group .row:first-child {
	margin-top: 0;
}
main#Form .inputs .dashed {
	background-image: url('/images/dashed.svg');
	height: 3px;
	margin: 60px 0;
}
main#Form .inputs .dashed-vertical {
	position: absolute;
	background-image: url('/images/dashed-vertical.svg');
	background-repeat: repeat-y;
	top: 30px;
	bottom: 30px;
	width: 15px;
	margin-left: -7.5px;
	left: 50%;
}
main#Form .inputs .row .input input {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	display: block;
	/* text-align: center; */
	margin: 0;
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 1.5rem;
	background-color: #F7F7F7;
	color: #4B4B4B;
	transition: 0.3s;
}
main#Form .inputs .row .input input._ps-inp {
	padding: 10px 30px 10px 20px;
}
main#Form .inputs .row .input input:focus {
	background-color: rgb(255, 249, 231);
}

main#Form input.error, main#Form .inputs .row.error input, ._pretty-select.error input._ps-inp, input[data-isselected="no"] {
	background-color: #ffdfdf!important;
}
input[data-isselected="yes"] {
	background-color: #e8ffdf!important;
}
main#Form .inputs .row.error .error-msg {
	top: -50px;
}
main#Form .inputs .error-msg {
	position: absolute;
	color: white;
	padding: 5px;
	border-radius: 5px;
	top: -37px;
	left: 0;
	background-color: #ffb4b4;
}
main#Form .inputs .row.error {
	border: 10px solid  #ffdfdf!important;
	padding: 15px;
	border-radius: 10px;
}
main#Form .inputs .input.selection.select-on:after {
	border-width: 0 5px 7px 5px;
	border-color: transparent transparent #8b8b8b transparent;
	cursor: pointer;
}
main#Form .inputs .input.selection * {
	cursor: pointer;
}
main#Form .question .box {
	margin-top: 50px;
	background-color: #F7F7F7;
	border: 12px solid #EBEBEB;
	position: relative;
	padding: 50px;
	border-radius: 20px;
}
main#Form .question .box.box-id-scan {
	display: flex;
	justify-content: space-around;
}
main#Form .question .box.box-upload {
	margin-top: 70px;
	border: 12px solid #D6EFFF;
}
main#Form .question .box.box-upload:not(h2) {
	color: #6E6E6E;
}
main#Form .question .box.box-upload h3{
	margin-top: 30px;
}
main#Form .question .box-uploaded-files {
	border: 8px solid #D8D8D8;
	text-align: center;
	padding: 30px 15px;
	margin-top: 40px;
	font-size: 1.3rem;
	font-weight: 300;
	width: 100%;
	max-width: 1000px;
	float: none;
	margin: 0 auto;
	border-radius: 20px;
	margin-top: 40px;
}
main#Form .question .box .inner-box {
	float: none;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	max-width: 500px;
	width: 100%;
	min-height: 400px;
	text-align: center;
}
main#Form .question .box .inner-box h5 {
	color: #4B4B4B;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 20px;
}
main#Form .question .box .inner-box p {
	font-size: 1.2rem;
	color: #6E6E6E;
	margin-bottom: 10px;
}
main#Form .question .box .inner-box img {
	max-width: 180px;
	max-height: 180px;
	width: 100%;
	height: 100%;
}
main#Form .question .arrow {
	position: absolute;
	bottom: -130px;
	left: 50%;
	width: 160px;
	margin-left: -80px;
	z-index: 10;
}
main#Form .question .video-wrap {
	max-width: 960px;
	max-height: 540px;
	width: 100%;
	float: none;
	margin: 100px auto;
}
main#Form .question .hide {
	display: none;
}
main#Form .hide {
	display: none;
}
main#Form .question .waitingResponse {
	font-size: 1.4rem;
	background-color: #f0f0f0;
	border-radius: 10px;
	width: 100%;
	padding: 40px 20px;
	text-align: center;
	line-height: 2rem;
}
main#Form .input.disabled input {
	background-color: #C9C9C9!important;
}
main#Form #Badge_identificationFiles {
	display: none;
}
main#Form .question .waitingResponse i {
	margin-right: 10px;
}
main#Form .question .waitingResponse span {
	font-size: 1rem;
	color: #6d6d6d;
}
main#Form .question h2.thankyouText {
	margin-bottom: 40px;
}
main#Form .pop-search-result {
	position: absolute;
	width: calc(100% + 20px);
	max-height: 410px;
	top: 48px;
	left: -10px;
	border-left: 10px solid #D6EFFF;
	border-right: 10px solid #D6EFFF;
	border-bottom: 10px solid #D6EFFF;
	background-color: white;
	z-index: 10;
	overflow: auto;
}
main#Form .pop-search-result.off {
	display: none;
}
main#Form .pop-search-result .msg-box {
	text-align: center;
	color: #d0d0d0;
	padding: 30px 0;
}
main#Form .pop-search-result .r {
	padding: 10px 20px;
	font-size: 1.1rem;
	color: #545454;
	cursor: pointer;
}
main#Form .pop-search-result .r:hover {
	background-color: #D6EFFF;
	transition: 0.3s;
}
main#Form .pop-search-result .r:active {
	background-color: #b8e4ff;
}
main#Form .uploadTriggerBTN {
	cursor: pointer;
	text-decoration: underline;
}
main#Form .uploadTriggerBTN:hover {
	text-decoration: underline;
}
main#Form .imageWillUpload {
	padding: 20px;
	display: flex;
	justify-content: space-between;
	background-color: #f0f0f0;
	margin-bottom: 10px;
	border-radius: 20px;
	transition: 0.3s;
}
main#Form .imageWillUpload:hover {
	background-color: #D6EFFF;
}
main#Form .imageWillUpload:last-child {
	margin-bottom: 0;
}
main#Form .imageWillUpload img {
	width: 100%;
	max-height: 100%;
	padding: 5px;
}
main#Form .imageWillUpload .c1 {
	font-size: 3rem;
	color: #ef8989;
	width: 100px;
	height: 100px;
	border: 3px solid #afafaf;
	overflow: hidden;
}
main#Form .imageWillUpload .c2 {
	margin: 0 20px;
	background-color: aliceblue;
	padding: 10px;
	flex-grow: 1;
	border: 6px solid white;
	font-weight: 500;
}
main#Form .imageWillUpload .c3 {
	width: 50px;
	cursor: pointer;
	background-color: #e0e0e0;
	transition: 0.3s;
}
main#Form .imageWillUpload .c3:hover {
	background-color: #fec3c3;
	color: white;
}
main#Form .imageWillUpload > div {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}
main#Form #thankyou {
	border-bottom: 0;
	margin-top: 200px;
}
main#Form .checkbox {
	width: 48px;
	height: 48px;
	cursor: pointer;
	background-color: #fdfdea;
	text-align: center;
	line-height: 48px;
	font-size: 1.2rem;
	color: #0f75d0;
	transition: 0.3s;
}
main#Form .checkbox:hover {
	background-color: #fff3bf;
}
main#Form .checkbox:active {
	background-color: #0f75d0;
	color: white;
}
main#Form .checkbox[data-checked="0"] i {
	display: none;
}
main#Form .inputs .row .input.checkbox-input {
	flex: 0;
}
main#Form .inputs .row .input.checkbox-input span {
	white-space: nowrap;
}
main#Form .inputs .row .input.checkbox-input .wrap {
	width: 68px;
}
main#Form .inputs .row .text-block {
	font-size: 1.1rem;
	background-color: #f0f0f0;
	border-radius: 10px;
	width: 100%;
	padding: 40px 30px;
	line-height: 2rem;
}
main#Form .inputs .row .text-block h2 {
	margin-bottom: 40px;
	text-align: center;
}
main#Form .inputs .row .text-block p {
	text-align: left;
	margin-bottom: 15px;
}
main#Form .inputs .row .text-block > ol {
	padding: 0 20px;
}
main#Form .inputs .row .text-block > ol > li {
	margin-bottom: 10px;
}
main#Form .inputs .row .text-block ol.nested {
	counter-reset: list;
}
main#Form .inputs .row .text-block ol.nested li {
	list-style: none;
}
main#Form .inputs .row .text-block ol.nested li:before {
	content: counter(list) ") ";
	counter-increment: list;
}
main#Form .finish-submit-btn .loading {
	display: none;
}
main#Form .finish-submit-btn.disabled {
	background-color: #e4e4e4;
	color: #606060;
	-webkit-box-shadow: -8px -5px 0px 2px #A5A5A5; 
	box-shadow: -8px -5px 0px 2px #A5A5A5;
}
main#Form .finish-submit-btn.disabled .default {
	display: none;
}
main#Form .finish-submit-btn.disabled .loading {
	display: inline;
}
main#Form #Badge_State {
	text-transform: uppercase;
}

/*
*
* } Form page
*
*
*/

/*
*
* How To Find Us page {
*
*
*/

main#HowToFindUs .sub-hero {
	background-image: url('/images/hero/WeNestIm-hero-sub-contactus.jpg');
}
main#HowToFindUs .map-bg {
	display: block;
	height: 320px;
	background-image: url('/images/WeNestIm-Map.jpg');
	border: 8px solid #C9E6FF;
	border-radius: 8px;
	background-size: cover;
	margin-top: 30px;
	background-position: center;
}
main#HowToFindUs .location {
	display: flex;
	margin-top: 50px;
}
main#HowToFindUs .location .icon {
	margin-right: 30px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 131px;
	height: 131px;
	background-color: #F7F7F7;
	border: 1px solid #BFBFBF;
	border-radius: 10px;
	text-align: center;
	transition: 0.3s ease;
}
main#HowToFindUs .location .icon:hover {
	background-color: #006FCD;
	
}
main#HowToFindUs .location .icon:hover i, main#HowToFindUs .location .icon:hover span {
	color: white;
}
main#HowToFindUs .location .icon i {
	font-size: 3.7rem;
	color: #006FCD;
	vertical-align: middle;
}
main#HowToFindUs .location .icon span {
	display: inline-block;
	line-height: 2rem;
	vertical-align: middle;
	color: #004784;
	font-size: 1.2rem;
	font-weight: 600;
	margin-top: 5px;
}
main#HowToFindUs .location .wrap {

}
main#HowToFindUs .location .location-name {
	display: block;
	margin-top: 4px;
	color: #006FCD;
	font-size: 1.4rem;
	font-weight: 500;
}
main#HowToFindUs .location .location-address {
	margin-top: 15px;
	color: #4B4B4B;
	font-size: 1.3rem;
	line-height: 1.8rem;
}
main#HowToFindUs .direction {
	margin-top: 50px;
}
main#HowToFindUs .direction .title {
	background-color: #7EC2FF;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	clear: both;
	padding: 10px 30px 10px 58px;
	font-size: 1.4rem;
	font-weight: 500;
	color: white;
	border-radius: 15px 15px 0 0;
	position: relative;
}
main#HowToFindUs .direction .title::before {
	left: 25px;
	top: 10px;
	font-size: 1.8rem;
	color: white;
	content: "\f3c5";
}
main#HowToFindUs .direction .title i {
	margin-right: 10px;
	font-size: 1.8rem;
}

main#HowToFindUs .direction .title span.bold {
	margin-left: 10px;
	color: #005890;
	font-weight: 600;
	font-size: 1.5rem;
}
main#HowToFindUs .direction .wrap {
	background-color: #AED9FF;
	border-radius: 0 20px 20px 20px;
	overflow: hidden;
	padding-top: 10px;
}
main#HowToFindUs .direction .box {
	background-color: #EDEDED;
	padding: 30px;
	border-radius: 20px 20px 0 0;
	position: relative;
}
main#HowToFindUs .direction .box::before {
	right: 100px;
	top: 50%;
	margin-top: -160px;
	font-size: 20rem;
	color: #fafafa;
	content: "\f5de";
}
main#HowToFindUs .direction .route {
	font-size: 1.5rem;
	min-height: 60px;
	line-height: 40px;
	color: #5C5C5C;
	font-weight: 400;
	margin-bottom: 10px;
	padding-left: 55px;
	position: relative;
}
main#HowToFindUs .direction .route span {
	vertical-align: middle;
}
main#HowToFindUs .direction .route::before {
	left: 0;
	font-size: 2.5rem;
	color: #5E9DA7;
	content: "\f5eb";
}
main#HowToFindUs .direction .route b {
	font-weight: 600;
}
/*
*
* } How To Find Us page
*
*
*/

/*
*
* Contact Us page {
*
*
*/

main#ContactUs .sub-hero {
	background-image: url('/images/hero/WeNestIm-hero-sub-contactus.jpg');
}

main#ContactUs .forms {
	margin-top: 80px;
}
main#ContactUs .input-2 {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: stretch;
}
main#ContactUs .input-2 .input-wrap:first-child {
	margin-right: 40px;
}
main#ContactUs .input-wrap {
	width: 100%;
	margin-top: 50px;
	position: relative;
}

main#ContactUs .input-wrap .title {
	font-size: 1.5rem;
	color: #4B4B4B;
	font-weight: 600;
}
main#ContactUs .input-wrap .sub-title {
	font-size: 1.2rem;
	color: #4B4B4B;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 400;
}
main#ContactUs .input-wrap .input {
	height: 60px;
	border-radius: 10px;
	border: 1px solid #BFBFBF;
	background-color: #F7F7F7;
	padding: 10px 0;
}
main#ContactUs .input-wrap input:not(._ps-inp) {
	width: 100%;
	border: 0;
	background-color: #F7F7F7;
	height: 100%;
	font-size: 1.3rem;
	padding: 0 20px;
}
main#ContactUs .input-wrap textarea {
	background-color: white;
	width: 100%;
	border: 0;
	height: 100%;
	font-size: 1.3rem;
	padding: 10px 20px;
	resize: none;
}
main#ContactUs .input-wrap .input.textarea {
	background-color: white;
	min-height: 400px;
}
main#ContactUs ._pretty-select ._ps-list {
	width: calc(100% + 2px);
	left: -1px;
	top: 42px;
	background-color: #fdfdfd;
	font-size: 1.1rem;
	color: #4B4B4B;
}
main#ContactUs ._pretty-select ._ps-inp {
	font-weight: bold;
	text-align: left;
}
main#ContactUs .button {
	background-color: #1D71BC;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 1.3rem;
	padding: 0 20px;
	color: white;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
	font-weight: 500;
}
main#ContactUs .button:hover {
	background-color: #2d82cc;
}
main#ContactUs .error-msg {
	position: absolute;
	color: white;
	padding: 5px;
	border-radius: 5px;
	top: -32px;
	left: 0;
	background-color: #ffb4b4;
}
main#ContactUs .input-wrap.error input, main#ContactUs .input-wrap.error .input, main#ContactUs .input-wrap.error textarea, main#ContactUs .input-wrap.error .textarea {
	background-color: #ffdfdf!important;
}
/*
*
* } Contact Us page
*
*
*/

/*
*
* Check Status page {
*
*
*/

main#CheckStatus .sub-hero {
	background-image: url('/images/hero/WeNestIm-hero-sub-contactus.jpg');
}

main#CheckStatus .forms {
	margin-top: 60px;
}
main#CheckStatus .msg {
	border-radius: 10px;
	background-color: rgb(230, 230, 230);
	text-align: center;
	padding: 30px;
}
main#CheckStatus .input-2 {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: stretch;
}
main#CheckStatus .input-2 .input-wrap:first-child {
	margin-right: 40px;
}
main#CheckStatus .input-wrap {
	width: 100%;
	margin-top: 50px;
	position: relative;
}

main#CheckStatus .input-wrap .title {
	font-size: 1.5rem;
	color: #4B4B4B;
	font-weight: 600;
}
main#CheckStatus .input-wrap .sub-title {
	font-size: 1.2rem;
	color: #4B4B4B;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 400;
}
main#CheckStatus .input-wrap .input {
	height: 60px;
	line-height: 40px;
	border-radius: 10px;
	border: 1px solid #BFBFBF;
	background-color: #F7F7F7;
	padding: 10px 20px;
	color: #777777;
	font-size: 1.3rem;
	font-weight: 700;
}

main#CheckStatus .input-wrap input:not(._ps-inp) {
	width: 100%;
	border: 0;
	background-color: #F7F7F7;
	height: 100%;
	font-size: 1.3rem;
	padding: 0 20px;
}
main#CheckStatus .input-wrap textarea {
	background-color: white;
	width: 100%;
	border: 0;
	height: 100%;
	font-size: 1.3rem;
	padding: 10px 20px;
	resize: none;
}
main#CheckStatus .input-wrap .input.textarea {
	background-color: white;
	min-height: 400px;
}
main#CheckStatus ._pretty-select ._ps-list {
	width: calc(100% + 2px);
	left: -1px;
	top: 42px;
	background-color: #fdfdfd;
	font-size: 1.1rem;
	color: #4B4B4B;
}
main#CheckStatus ._pretty-select ._ps-inp {
	font-weight: bold;
	text-align: left;
}
main#CheckStatus .button {
	background-color: #1D71BC;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 1.3rem;
	padding: 0 20px;
	color: white;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
	font-weight: 500;
}
main#CheckStatus .button:hover {
	background-color: #2d82cc;
}
main#CheckStatus .error-msg {
	position: absolute;
	color: white;
	padding: 5px;
	border-radius: 5px;
	top: -32px;
	left: 0;
	background-color: #ffb4b4;
}
main#CheckStatus .input-wrap.error input, main#CheckStatus .input-wrap.error .input, main#CheckStatus .input-wrap.error textarea, main#CheckStatus .input-wrap.error .textarea {
	background-color: #ffdfdf!important;
}
/*
*
* } Check Status page
*
*
*/

@media only screen and (max-width: 1000px) {
	main#Form .question .option {
		width: 200px;
		height: 300px;
		font-size: 1.4rem;
	}
	main#Form .inputs .row {
		flex-wrap: wrap;
	}
	main#Form .inputs .row .input {
		width: calc(50% - 30px);
		margin-bottom: 20px;
		flex: auto;
	}
	main#Form .inputs .row .input:nth-child(even) {
		margin-right: 0;
	}
	main#Form .inputs .row span.long-text {
		font-size: 1rem;
		line-height: 1rem;
	}
	main#Form .question .box.box-id-scan {
		flex-direction: column;
		align-items: center;
	}
	#Form_UploadIdenfication .dashed-vertical {
		display: none;
	}
	main#Form .question .box .inner-box {
		height: 300px;
	}
	main#Form .question .box .inner-box:first-child {
		margin-bottom: 40px;
	}
	main#Form .question .box .inner-box img {
		max-width: 150px;
	}
	main#Form .question .box {
		padding: 50px 25px;
	}
	main#Form .question .box .inner-box p {
		font-size: 1rem;
	}
	main#Form .question .arrow {
		bottom: -150px;
	}

}
@media only screen and (max-width: 900px) {
	main#Form .question > h2, main#Form .question > h3 {
		width: calc(100% - 150px);
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 800px) {
	header #topBar {
		font-size: 0.9rem;
	}
	header #logoBlock .mob {
		display: block;
	}
	header #top-nav-wrap {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: fixed;
		background-color: rgb(0, 92, 173, 0.85);
		z-index: 100;
		overflow: auto;
	}
	header #top-nav-wrap {
		padding: 0;
	}
	header #top-nav-wrap.off {
		display: none;
	}
	header nav#top {
		flex-direction: column;
		margin-top: 60px;
	}
	header nav#top:before {
		content: 'NAVIGATION';
		height: 60px;
		line-height: 60px;
		text-align: center;
		color: #FFC76B;
		font-size: 1.5rem;
		font-weight: bold;
		width: 100%;
		background-color: rgb(62, 62, 62, 0.78);
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		font-family: 'Tahoma', 'Roboto', sans-serif;
	}
	header nav#top a {
		color: white;
		font-weight: 500;
		font-size: 1.5rem;
		margin-right: 0;
		position: relative;
		line-height: 70px;
	}
	header nav#top a:after {
		content: '';
		border-bottom: 1px solid white;
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		opacity: 0.57;
	}
	header nav#top .icon {
		display: inline-block;
		margin-left: 10px;
	}
	header nav .active:before {
		background-image: none;
	}
	main#Home #hero {
		height: 400px;
	}
	main .sub-hero {
		height: 150px;
	}
	main#Home #hero .text-wrap {
		height: 300px;
		padding: 20px 50px;
	}
	main#Home #hero .text {
		align-items: center;
	}
	main#Home #hero .nav {
		bottom: 18px;
	}
	main#Home #hero h1 {
		font-size: 2rem;
		text-align: center;
	}
	main#Home #hero .text a {
		padding: 15px 30px;

	}
	main#Home #hero p {
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	main#Home #hero #hero-1 .text {
		text-align: center;
	}

	main#Home .hero-block h1 {
		font-size: 2.4rem;
	}
	main#Home .hero-block h2 {
		font-size: 1.3rem;
	}
	main#Home .hero-block p {
		font-size: 1rem;
	}
	footer .footer-block-one:nth-child(2) {
		display: none;
	}
	main#Form .question h2 {
		margin-bottom: 10px;
	}
	main#ContactUs .input-2 {
		flex-direction: column;
	}
	header nav .active:before {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	header #topBar .Contact {
		display: none!important;
	}
	main#Form .question .options {
		flex-direction: column;
	}
	main#Form .question .option {
		width: 100%;
		flex-direction: row;
		height: 200px;
		font-size: 1.7rem;
	}
	main#Form .question .option img {
		width: 150px;
	}
	main#Form .question .option {
		margin-bottom: 30px;
	}
	main#Form .question .option span {
		width: calc(100% - 150px);
	}
	main#HowToFindUs .location .location-name {
		font-size: 1.2rem;
	}
	main#HowToFindUs .location .location-address {
		font-size: 1.1rem;
	}
	main#HowToFindUs .direction .route {
		font-size: 1.2rem;
	}
	main#HowToFindUs .direction .title {
		font-size: 1rem;
		padding-left: 50px;
	}
	main#HowToFindUs .direction .title span.from {
		display: none;
	}
	main#HowToFindUs .direction .title span.bold:before {
		content: 'From';
		font-family: 'Roboto', sans-serif;
		font-size: 1rem;
		color: white;
		margin-right: 5px;
	}
	main#HowToFindUs .direction .title span.bold {
		font-size: 1rem;
		margin-left: 0;
	}
	main#HowToFindUs .direction .title::before {
		top: 7px;
		left: 20px;
		font-size: 1.5rem;
	}

}
@media only screen and (max-width: 650px) {
	header #logoBlock #mob-request-form {
		padding: 0;
		width: 50px;
		height: 50px;
	}
	header #logoBlock #mob-request-form i {
		display: inline-block;
	}
	header #logoBlock #mob-request-form span {
		display: none;
	}
	main#Form .inputs .row .input {
		width: 100%;
		margin-right: 0;
	}
	main#HowToFindUs .location {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	main#HowToFindUs .location .icon {
		margin-right: 0;
	}
	main#HowToFindUs .location .wrap {
		text-align: center;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 600px) {
	header #topBar .Slogan {
		width: 100%;
		text-align: center;
	}
	header #topBar .Language {
		display: none!important;
	}
	main#Home .hero-block h1 {
		font-size: 2rem;
	}
	main#Home #hero h1 {
		font-size: 1.6rem;
	}
	main#Home .hero-block h2 {
		font-size: 1.2rem;
	}
	main#Home .hero-block p {
		font-size: 1rem;
	}
	main#Home #hero p {
		font-size: 1rem;
	}
	footer .wrap {
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	footer .footer-block-one .title {
		display: none;
	}
	footer .footer-block-one:nth-child(3) {
		text-align: center;
	}
	main#Form .question .option {
		width: 100%;
		flex-direction: row;
		height: 200px;
		font-size: 1.4rem;
	}
	main#Form .question .option img {
		width: 100px;
	}
	main#Form .question .option span {
		width: calc(100% - 100px);
	}
	main#Form .question h2 {
		font-size: 1.5rem;
	}
	main#Form .question .box-uploaded-files {
		border: 0;
		padding: 0;
	}
	main#Form .imageWillUpload {
		position: relative;
		padding: 10px;
	}
	main#Form .imageWillUpload .c2 {
		font-size: 1rem;
		margin: 0 0 0 10px;
	}
	main#Form .imageWillUpload .c3 {
		position: absolute;
		top: -10px;
		right: -10px;
		width: 40px;
		height: 40px;
		border: 1px solid gray;
	}
}
@media only screen and (max-width: 450px) {
	main#Form .question > h2, main#Form .question > h3 {
		width: 100%;
	}
	main .sub-hero .title {
		font-size: 1.4rem;
		padding: 0 40px 0 0;
	}
	main#Form #thankyou {
		border-bottom: 0;
		margin-top: 100px;
	}
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 

	main#ContactUs .sub-hero {
		background-image: url('/images/hero/hero-sub-contactus@2x.jpg');
	}
}