input[type="date"] {
  position: relative; /* Essential for positioning the indicator */
}

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto; /* Allow it to expand */
  height: auto; /* Allow it to expand */
  color: transparent; /* Hide the default icon if desired */
  background: transparent; /* Hide the default background */
  cursor: pointer; /* Indicate it's clickable */
}
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-error
{
    border: 2px solid red;
    padding: 20px;
    margin-top: 30px;
    display:none;
}
.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;
}



















