h2.warranty-subheading
{
    letter-spacing: 0;
    line-height: 100%;
    font-size: 28px;
    font-weight: 500;
    margin: 2rem 0 1.5rem 0;
    white-space: nowrap;
    margin-right: 0px;
    text-transform: uppercase;
    font-family: "Akshar", sans-serif;
}
.wm-form .row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.wm-form .col-md-6, .wm-form .col-md-12
{
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px)
{
    .wm-form .col-md-6
    {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.wm-form .input-block
{
    margin-bottom: 30px;
    display: flex;
    align-items: start;
    flex-flow: column;
}
.wm-form .input-block label
{
    font-family: "Akshar", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: normal;
    color: #2e2e2e;
    letter-spacing: 0px;
}
.wm-form input, .wm-form select
{
    font-family: "Akshar", sans-serif;
    border: 0 solid #ced4da !important;
    border-style:solid !important;
    border-bottom: 1px solid #282828 !important;
    outline: none;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #3d3d3d;
    border-radius: 0;
    padding: 1px;
    background: transparent !important;
}
.wm-error
{
    color: red;
    font-family: "Akshar", sans-serif;
    text-transform: none;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: normal;
    margin-top: 5px;
}
.wm-success
{
	margin-top: 25px;
    background: #00897B;
    color: #fff;
    padding: 20px 20px 10px 20px;
}
.wm-success p
{
	color: #fff;
    font-family: "Akshar", sans-serif;
    text-transform: none;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: normal;
    margin-top: 0;
}

#wm-download-result
{
    border: 2px solid #46b450;
    padding: 30px 20px;
    border-radius: 5px;
    text-align: center;
    max-width: 500px;
    margin: auto;
    display: none
}

#wm-download-result .wm-success
{
	margin-top: 0;
    background: transparent;
    color: #fff;
    padding: 0;
    margin-bottom: 20px;
    color: #fff;
    font-family: "Akshar", sans-serif;
    text-transform: none;
    font-size: 17px;
    font-weight: 400;
    line-height:normal;
}
#wm-download-result #wm-download-btn
{
    background: #034B96;
    border: 1px solid #034B96 !important;
    color: #fff;
    width: auto;
    height: auto;
    font-size: 17px !important;
    line-height: 1;
    font-weight: 500 !important;
    font-style: italic !important;
    display: inline-flex;
    justify-content: center;
    -webkit-transform: perspective(0) translateZ(0);
    transform: perspective(0) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    border-radius: 30px;
    align-items: center;
    padding: 12px 30px 14px 30px;
    margin-top: 0px;
    font-family: "Akshar", sans-serif;
    text-transform: capitalize !important;
}

/* ===== Roll Scan ===== */
.wm-roll-scan-wrap
{
	display: flex;
	gap: 8px;
	align-items: stretch;
}
.wm-roll-scan-wrap input
{
	flex: 1;
	min-width: 0;
}
.wm-scan-btn
{
	display: flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
	padding: 0 14px;
	background: #0073aa;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
}
.wm-scan-btn:hover
{
	background: #005177;
}
.wm-scanner-modal
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}
.wm-scanner-box
{
	background: #fff;
	border-radius: 8px;
	width: 100%;
	max-width: 420px;
	overflow: hidden;
}
.wm-scanner-header
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
	background: #0073aa;
	color: #fff;
	font-weight: 600;
}
.wm-scan-close
{
	background: none;
	border: none;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
}
#wm-scanner-reader
{
	width: 100%;
	min-height: 260px;
}
.wm-scanner-hint
{
	text-align: center;
	font-size: 13px;
	color: #555;
	margin: 10px 0 4px;
	padding: 0 16px;
}
.wm-scanner-error
{
	text-align: center;
	font-size: 13px;
	color: #c0392b;
	margin: 0 0 12px;
	padding: 0 16px;
}
.wm-uploading
{
	padding: 10px 14px;
	background: #eef6fc;
	color: #1a5276;
	border: 1px solid #bde0f5;
	border-radius: 4px;
	font-size: 14px;
}
















