.ins-entry {
  position: relative;
  z-index: 2;
  background: white;
  padding: 0 15px;
  border-radius: 10px;
  border: 1px solid #0D6CAA;
  margin-top: 30px;
}

.ins-entry label {
  opacity: 1 !important;
}

.ins-entry #error-car,
.ins-entry #error-phone,
.ins-entry #error-company {
  font-size: 14px;
}

.ins-entry .form-label {
  color: #878585;
  /* font-size: 18px; */
  border-radius: 10px !important;
  position: relative;
  top: 13px;
  background: white;
  padding: 0 10px;
  left: 5%;
  margin-bottom: 0;
}

.ins-entry .form-group input {
  border-color: #36b37e;
  font-size: 14px;
}

.ins-entry .form-group label span {
  font-size: 16px;
  color: #36b37e;
}

.ins-entry .tax-benefit h6 {
  font-size: 14px;
  color: #0D6CAA;
}

.form-check .form-check-input {
  /* height: 15px!important; */
  /* width: 15px!important; */
}

.ins-entry .form-control::-moz-placeholder {
  color: #fff !important;
}

.ins-entry .form-control::placeholder {
  color: #fff !important;
}

.ins-entry .view-price {
  margin: 30px 0;
}

/* shankar changes    */

.nextprev-btn {
  width: 100px;
  font-size: 18px;
  background-color: #36b37e;
  border: none;
  color: #ffffff;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px !important;

}

.viewprice-btn {
  width: 130px;
  font-size: 18px;
  background-color: #36b37e;
  border: none;
  color: #ffffff;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px !important;

}

.next_prev_btn {
  text-align: end;
}

.next1-btn {
  width: 30%;
  background-color: #36b37e;
  color: #ffffff;
  border: none;
}

.next1-btn:hover, .viewprice-btn:hover { 
  background-color: #1acc8d !important;
  color: #ffffff;
}

.viewprice-btn:hover { 
  background-color: #E3963E !important;
  color: #ffffff;
}

.nextprev-btn:hover {
  background-color: #1acc8d !important;
  color: #ffffff;
}

.next1-btn:active, .viewprice-btn:active { 
  background-color: #1acc8d !important;
  color: #ffffff;
}

.viewprice-btn:active { 
  background-color: #E3963E !important;
  color: #ffffff;
}

.nextprev-btn:active {
  background-color: #1acc8d !important;
  color: #ffffff;
}

.form1_paragraph {
  color: #0E6CAA;
  font-weight: bold;
  font-size: 16px;
}


.first_nextbtn {
  margin-top: 15px !important;
  margin-bottom: 30px !important;
  text-align: end;
}



/* shankar changes    */
.inbannerproceed {
  margin: 30px 0;
}

.ins-entry .view-price a,
.inbannerproceed {
  width: 100%;
  font-size: 18px;
  background-color: #E3963E;
  border: none;
  color: #000;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px !important;
}

.ins-entry .view-price #view {
  width: 100%;
  font-size: 18px;
  background-color: #E3963E;
  border: none;
  color: #000;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px !important;
}



.ins-entry .inbannerproceed {
  padding: 15px;
  font-size: 18px !important;
}

.ins-entry .forgot-num {
  text-align: center;
  margin-bottom: 20px;
}

.ins-entry .forgot-num a {
  background-color: #d9d8d8;
  border: none;
  border-radius: 20px !important;
  color: #000;
  font-size: 18px;
  padding: 7px 18px;
}

.ins-entry .policy-instantly {
  text-align: center;
}

.ins-entry .policy-instantly a {
  background: none;
  color: #E3963E;
  border: none;
  font-size: 20px;
  font-weight: 400;
}

.ins-entry .policy-instantly i {
  font-size: 18px;
  font-weight: 700;
}

.ins-entry.tacbox #checkbox {
  width: 18px !important;
  height: 18px !important;
}

/* .wizard-form-text-label {
    position: absolute;
    left: 10px;
    top: 10px;
    transition: 0.2s linear all;
    padding: 0 5px;
  
  } */
.wizard-form-error {
  display: flex;
}

.focus-input .wizard-form-text-label {
  color: #000;
  top: -8px;
  transition: 0.2s linear all;
  font-size: 16px;
  /* background: #fff; */
  /* padding: 0 2px; */
  box-shadow: none !important;
  border-color: transparent !important;
}

.focus-input .form-control {
  box-shadow: none !important;
  /* border-color: transparent!important; */
}

.focus-input label {
  padding-left: 16px;
  padding-top: 6px;
}

.focus-input label .floating-text {
  font-size: 16px !important;
  padding: 0 6px;
  background-color: #fff;
}

/* .focus-input label span{
    font-size: 16px!important;
    padding: 0 6px;
    background-color: #fff;
  } */
.form-group {
  position: relative;
  margin-top: 20px;
  margin-right: 1px;
}

input:-webkit-autofill {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}

input:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
  background-color: #fff !important;
}

.ins-entry .tacbox {
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  .form-health {
    display: block;
    margin-top: 10px;
  }

  .ins-entry {
    margin-bottom: 20px;
    /* width: 50%; */
    /* margin: auto; */
  }

  .form-health h1 {
    color: #0D6CAA;
  }
}

@media screen and (max-width: 767px) {
  .discount {
    display: none;
  }

  .ins-entry {
    margin-bottom: 20px;
  }

  .ins-entry .form-label {
    font-size: 16px;
  }

  .ins-entry .form-group {
    margin-right: 1px !important;
  }

  .ins-entry .tacbox {
    /* display: flex; */
  }

  /* .ins-entry input{
      font-size: 18px;
      padding: 6px;
    } */
}

/*# sourceMappingURL=form.css.map */