body {
    font-family: "Overpass", sans-serif;
}

p,
ul,
li,
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    appearance: tetfield;
    -moz-appearance: textfield;
}

/* ----- Primary header style ----- */
.primary-header-section {
    padding: 10px 0;
}

.admin-login-btn {
    color: #000000;
}


/* ----- Secondary header style ----- */
.secondary-header-section {
    margin-top: 30px;
}

.secondary-header-section .header-wrapper {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
}

.secondary-header-section ul li {
    padding: 0px 20px;

}

.secondary-header-section ul li:first-child {
    padding-left: 0px;
}

.secondary-header-section ul li a {
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 20px;
    transition: all 0.3s linear;
}
.secondary-header-section ul li a:hover,
.secondary-header-section ul li a.active{
    color: #847112;
}


/* ----- Warranty resigtration form style ----- */
.warranty-resigtration-form {
    margin-top: 30px;
}

.warranty-resigtration-form .form-container {
    width: 80%;
    margin: 0px auto;
}

.warranty-resigtration-form .form-containerl {
    width: 60%;
    margin: 0px auto;
}

.warranty-resigtration-form .form-containerc {
    width: 70%;
    margin: 0px auto;
}

.warranty-resigtration-form .heading {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.warranty-resigtration-form .description {
    font-size: 15px;
}

.warranty-resigtration-form .form-tabs {
    margin-top: 30px;
}

.warranty-resigtration-form .form-tabs button {
    flex: 1;
    padding: 15px 0px;
    background-color: #FFF;
    border: none;
    border-bottom: 1px solid #847112;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s linear;
}

.warranty-resigtration-form .form-tabs button.active {
    color: #847112;
    border: 1px solid #847112;
    border-bottom: 1px solid #f6f6f6;
}

.warranty-resigtration-form .form-area {
    background-color: #f6f6f6;
    padding: 20px;
    border: 1px solid #847112;
    border-radius: 5px;
    /* border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; */
}

.warranty-resigtration-form .form-area label {
    display: block;
    font-size: 14px;
    margin-bottom: 7px;
}

.warranty-resigtration-form .form-area .form-control{
    border: none;
    border-bottom: 1px solid #DDDDDD;
    border-radius: 0px;
    background-color: transparent;
    padding-left: 0px;
    font-size: 13px;
}


textarea{
    height: 100px;
}


.warranty-resigtration-form .form-area .form-control::placeholder {
    font-size: 13px;
}


.warranty-resigtration-form .form-area .form-control:focus {
    box-shadow: none;
    border-color: #847112;
}

.warranty-resigtration-form .input-group-prepend .input-group-text {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.submit-btn-home {
    background-color: #847112;
    border: 1px solid #847112;
    color: #FFFFFF;
    padding: 7px 15px;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s linear;
    margin-left: 40%;
}

.submit-btn-home2 {
    background-color: #847112;
    border: 1px solid #847112;
    color: #FFFFFF;
    padding: 7px 15px;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s linear;
}

.submit-btn {
    background-color: #847112;
    border: 1px solid #847112;
    color: #FFFFFF;
    padding: 7px 15px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s linear;
}

.warranty-resigtration-form .form-steps {
    display: none;
}

/* use class active to show form steps */
.warranty-resigtration-form .form-steps.active {
    display: block;
}

.warranty-resigtration-form .form-steps .col-12 {
    margin-bottom: 15px;
}

.warranty-resigtration-form .image-drag-drop-overlay{
    width: 100%;
    height: 200px;
    border: 1px solid var(--bs-border-color);
    /* background-color: #FFFFFF; */
    border-radius: 5px;
    position: relative;
}
.warranty-resigtration-form .image-drag-drop-overlay input{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.warranty-resigtration-form .image-drag-drop-overlay i{
    font-size: 20px;
}
.warranty-resigtration-form .image-drag-drop-overlay .after-img-upload{
    width: 150px;
    height: 150px;
}
.warranty-resigtration-form .image-drag-drop-overlay .after-img-upload img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer_bottom{
    margin-top: 20px;
    padding: 10px 0;
    background-color: #847112;
}
.footer_bottom p{
    font-size: 14px;
    color: #FFFFFF;
}
.footer_bottom p a{
    color: #FFFFFF;
    text-decoration: underline;
}

/* Admin login style */
.admin-login-section{
    width: 100%;
    height: 100vh;
}
.admin-container{
    max-width: 500px;
    margin: 0px auto;
}

/****** Style Star Rating Widget *****/

.rating { 
    border: none;
    float: left;
     }
   
   .rating > input { display: none; } 
   .rating > label:before { 
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
     }
   
    .rating > .half:before { 
     content: "\f089";
     position: absolute;
      }
   
      .rating > label { 
       color: #ddd; 
       float: right; 
        }
   
        /***** CSS Magic to Highlight Stars on Hover *****/
   
       .rating > input:checked ~ label, /* show gold star when clicked */
        .rating:not(:checked) > label:hover, /* hover current star */
         .rating:not(:checked) > label:hover ~ label { color: #FFD700;  } 
          /*        hover previous stars in list */
   
          .rating > input:checked + label:hover,
          .rating > input:checked ~ label:hover,
          .rating > label:hover ~ input:checked ~ label, 
          .rating > input:checked ~ label:hover ~ label { color: #FFD700;  }