* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hero-unit h1 {
    text-align: center;
}

.row-flex {
    display: flex;
    justify-content: space-between;
}

.warranty_form {
    box-shadow: 0px 4px 12px #e1e1e1;
    width: 90%;
    margin: auto;
    padding-bottom: 40px;
    overflow: hidden;
}

.warranty_form fieldset {
    width: 80%;
    padding: 40px 40px 40px;
    margin: auto;
}

.header-section {
    display: flex;
    width: 80%;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.heading-area h2 {
    margin: 40px 0px;
}

@media(max-width:415px) {
    .heading-area h2 {
        font-size: 18px;
    }
}

.image-area {
    height: 200px;
}

.image-area img {
    width: 60%;
    display: flex;
    height: 100% !important;
    margin: auto;
}





input[type=text]:focus,
input[type=email]:focus,
input[type=phone]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus,
input[type=number]:focus,
input[type=file]:focus {
    border-color: #046bd2;
    outline: 0;
    outline: none;
}

.warranty_form input[type=button] {
    width: 200px;
}

.warranty_form .control-group {
    margin-bottom: 30px;
    position: relative;
}
.warranty_form .control-group .control-label {
    font-size: .9em;
        color: #333;
        position: absolute;
        bottom: 32px;
        top: -12px;
            display: table;
        left: 4px;
        padding: 0 6px;
        background-color: #ffffff;
}
.controls input, select{
        width: 100%;
            font-size: 1em;
            border: 1px solid #dcdcdc;
            padding: 10px;
            background-color: #fff;
            color: #333;
            outline: none;
            background-color: #ffffff!important;
}
.warranty_form .control-group .product-code-heading{
bottom: 60px!important;
display: table;
}
.control-group {
    width: 324px;
}

.control-group input {
    width: 100%;
}

.width-full {
    width: 100% !important;
}
.width-initial{
    display: flex;
    align-items: center;
}
.width-initial input {
    width: initial !important;
    margin-right: 8px;
}

.error-validation {
    color: red !important;
    font-size: 14px !important;
}

.mb-30 {
    margin-bottom: 30px;
}

@media(max-width:1095px) {
    .control-group input {
        width: 280px;
    }
}

@media(max-width:767px) {
    .row-flex {
        flex-direction: column !important;
    }
        .warranty_form, .warranty_form fieldset {
            width: 100%;
        }

    .control-group {
        width: 100%;
    }

    .control-group input {
        width: 100%;
    }
}

@media(max-width:748px){
    .width-initial{
        display: block;
    }
}


/*  */


.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 40%;
    border-radius: 0.5rem;
}

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

.close-button:hover {
    background-color: darkgray;
}

.show-modal {
    z-index: 99;
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.modal img {
    width: 100%
}
          input.larger {
              width: 20px!important;
              height: 20px;
              border-radius: 12px;
          }
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
}