@font-face {
    font-family: 'hyundai_sans_bold';
    src: url('../fonts/hyundaisansheadoffice-bold-webfont.eot');
    src: url('../fonts/hyundaisansheadoffice-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hyundaisansheadoffice-bold-webfont.woff2') format('woff2'),
         url('../fonts/hyundaisansheadoffice-bold-webfont.woff') format('woff'),
         url('../fonts/hyundaisansheadoffice-bold-webfont.ttf') format('truetype'),
         url('../fonts/hyundaisansheadoffice-bold-webfont.svg#hyundai_sans_head_officebold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'hyundai_sans_medium';
    src: url('../fonts/hyundaisansheadoffice-medium-webfont.eot');
    src: url('../fonts/hyundaisansheadoffice-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hyundaisansheadoffice-medium-webfont.woff2') format('woff2'),
         url('../fonts/hyundaisansheadoffice-medium-webfont.woff') format('woff'),
         url('../fonts/hyundaisansheadoffice-medium-webfont.ttf') format('truetype'),
         url('../fonts/hyundaisansheadoffice-medium-webfont.svg#hyundai_sans_head_officeMd') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'hyundai_sans_regular';
    src: url('../fonts/hyundaisansheadoffice-regular-webfont.eot');
    src: url('../fonts/hyundaisansheadoffice-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hyundaisansheadoffice-regular-webfont.woff2') format('woff2'),
         url('../fonts/hyundaisansheadoffice-regular-webfont.woff') format('woff'),
         url('../fonts/hyundaisansheadoffice-regular-webfont.ttf') format('truetype'),
         url('../fonts/hyundaisansheadoffice-regular-webfont.svg#hyundai_sans_head_officeRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1.mainhead {
    font-family: 'hyundai_sans_bold';
    font-size: 30px;
    text-align: center;
}

h3.zcwf_title {
    font-family: 'hyundai_sans_medium' !important; text-align:center;
}

ul.zcwf_formdiv {
    list-style: none;
    padding: 0;
}

@media only screen and (min-width: 768px) {
ul.zcwf_formdiv li {
    grid-template-columns: 1fr 1fr;
}
}
ul.zcwf_formdiv li {
    display: grid;
    gap: 15px;
    font-family: 'hyundai_sans_regular';
    width: 100%;
}
ul.zcwf_formdiv li .zcwf_row {margin:0 !important;}

ul.zcwf_formdiv li .zcwf_col_lab, ul.zcwf_formdiv li .zcwf_col_fld, ul.zcwf_formdiv li .zcwf_col_fld input, ul.zcwf_formdiv li .zcwf_col_fld select {
    width: 100% !important;
}

#webform h1.mainhead span {
    color: #3758f9;
}

#webform ul {
	display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    border-radius: 10px;
    background: linear-gradient(100deg,rgba(55,88,249,.05) 47.8%,rgba(55,88,249,0) 96%) !important;
    border: 1px solid rgb(55 88 249/10%);
    box-shadow: 0px 7px 32px 0px rgba(11,16,41,.05);
}

#webform ul li label {
    color: rgb(0 0 0);
    font-size: 14px;
    line-height: 20px;
	font-family: 'hyundai_sans_regular' !important;
}

#webform ul li input, #webform ul li select {
    padding: 15px;
    border-radius: 5px;
    background: rgb(0 0 0 / 5%);
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
	position: relative;
}

#webform ul li input:focus, #webform ul li input:hover {
    border: 1px solid #3f3f3f !important;
    outline: none
}

#webform ul li input[type="submit"], #webform ul li input[type="reset"] {
    padding: 14px 30px 10px 30px;
    border-radius: 30px;
    background: #3758f9;
    color: #fff;
    border: 1px solid #3758f9 !important;
    box-shadow: 0px 6px 25px 0px rgba(11,16,41,.1);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'hyundai_sans_regular';
}

#webform ul li input[type="submit"]:hover, #webform ul li input[type="reset"]:hover {
    color: #3758f9;
    background: #fff;
}

ul.zcwf_formdiv li .zcwf_privacy {
    display: flex;
    align-items: center;
    padding: 4px 0;
}

ul.zcwf_formdiv li div {
    margin: 0 !important;
}

ul.zcwf_formdiv li:last-child input[type="checkbox"] {
    margin: 12px 10px 0 0 !important;
}

.hyundai {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.wrapper {
			max-width: : 940px;
			margin: 0 auto;
			width:100%;
		}
@media only screen and (max-width: 990px) {
.Interested {
    width: 100%;
}

}

@media only screen and (max-width: 950px) {
.hyundai-logo {
    text-align: center;
    width: 100%;
}
.ncc-logo {
    float: none;
    text-align: center;
    width: 100%;
}
.hyundai-logo img {
    margin-top: 2px;
}
.ncc-logo > img {
    margin-top: -37px;
}
.wrapper {
    margin: 0 auto;
    max-width: 940px;
    width: 100% !important;
}
.Interested {
    width: 100%;
}
}
@media only screen and (min-width: 768px) {
.wrapper {
	width: 940px;
	margin: 0 auto;
}
.full-wrapper {
width: 90%;
}


}
@font-face {
	font-family: ModernH-Medium;
	src: url('../fonts/ModernH-Medium.ttf');
}
	
body {
		
font-family: ModernH-Medium;
overflow-x:hidden;
}
.wrapper {
width: 100%;
margin: 0 auto;
}

	.warrenty-add {
		padding-bottom: 30px;
	}
	.safety {
		border-right: 1px solid #557EB2;
	}
	.logo-banner {
		width: 100%;
		background-color: #505050;
		position: relative;
		top: 0;
	}

	.caption {
		position: relative;
		margin-top: 5px;
	}
	.caption img {
		width: 100%;
	}
	.footer {
		background-color: #505050;
		color: #fff;
	}
	.copyright {
		position: relative;
		top: 15px;
	}
	.social-icons {
		position: relative;
		margin-top: 6px;
		float: right;
	}
	.social-icons ul {
		display:inline-block;
		display: -webkit-inline-box;
		display: -moz-inline-box;
		display: -o-inline-box;
		display: -ms-inline-box;
		list-style-type: none;
	}

	.social-icons ul li {
		padding: 10px 15px;
	}
	.social-icons ul li a i {
		color: #fff;
	}
	.terms {
		float: right;
	  position: relative;
	  top: 15px;
	}
	tr {
	 padding:10px 10px;
	border-spacing:0px;
	border-width:0px;
	}
	 td {
	 padding:6px 10px;
	border-spacing:0px;
	border-width:0px;
	}
	table tr td input , table tr td select, table tr td textarea{
		background-color: #fff;
		border: 1px solid #CDD7D8;
		height: 38px;
		position: relative;
		margin-top: -10px;
	}
	textarea {
    resize: none;
    }
	@media only screen and (min-width: 768px) {
		.wrapper {
			max-width: 940px;
			margin: 0 auto;
			width:100%;
		}
		.full-wrapper {
			max-width: 940px;
			width: 100%;
		}
		.row {
			margin-left: 0px;
			margin-right: 0px;
		}
	}
	@media only screen and (max-width: 580px) {
		.national-car {
		    font-size: 15px;
		}
		.first-section {
		    float: left;
		    width: 100% !important;
		}
		.second-section {
		    float: left;
		    width: 100% !important;
		}
		.copyright {
		    margin-bottom: 12px;
		    position: relative;
		    text-align: center;
		    top: 15px;
		}
		.social-icons {
		    float: none;
		    margin-top: 6px;
		    position: relative;
		    text-align: center;
		}
	}
