#wizard {
    padding: 50px 0;
}
#wizard h5{
    font-size: 26px;
    font-weight: 500;
    color: #646464;
    margin-bottom: 1rem;
    display: block;
}
.form-wizard {
    /* text-align: center; */
    max-width: 800px;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 14px 54px 0px rgba(0, 0, 0, 0.12);
    padding: 0;
    margin: auto;
}

.page-template-template_get_quote-php h6 {
  font-size: 18px;
  color:#646464;
  margin-top: 32px!important;
}
.form-wizard .expert_steps .form-group + .new_row {
  margin-bottom: 36px;
}
.page-template-template_get_quote-php h6,
.page-template-template_get_quote-php .get-quote-title {font-weight: 700!important;}
.form-wizard .form-wizard-header {
    text-align: center;
}
.form-wizard .wizard-fieldset {
    display: none;
}
.form-wizard .wizard-fieldset.show {
    display: block;
}
.form-wizard .form-wizard-steps {
    margin: 0;
    display: flex;
}
.form-wizard .form-wizard-steps li {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;    
    border: 1px solid #008ED4;
    background: #008ED4;
    opacity: 0.35;
    height: 10px;
}
.form-wizard .form-wizard-steps li.active, .form-wizard .form-wizard-steps li.activated{
    opacity: 1;
}
.form-wizard .form-wizard-steps li:last-child::after {
    width: 50%;
}
.form-wizard .form-wizard-steps li.activated::after {
    width: 100%;    
}
.form-wizard .expert_steps .form-group {
    position: relative;
}
.form-wizard .expert_steps .form-control {
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #CFCFCF;
  height: auto;
  padding: 15px 15px 15px 45px!important;
  color: #000 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.form-control::-ms-input-placeholder {  
  color: #aaa;
}

.form-control::placeholder {
  color: #aaa;
}



.form-wizard .expert_steps select{
     moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #717E92;
}
.wizard_btngrp {
    margin-bottom: 0;
    margin-top: 2rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
}
.wizard-fieldset .custom-checkbox {
    margin-bottom: 1rem;
}
.wizard-fieldset h6 {
    text-align: left;
    font-weight: 500;
    margin: 1.5rem 0 1rem;
}
.fieldgroup {
    padding: 30px 30px;
}
.form-wizard .form-wizard-steps li:first-child{
    border-radius: 20px 0 0 0;
}
.form-wizard .form-wizard-steps li:last-child{
    border-radius: 0 20px 0 0;
}
.add_remove_blog {
    margin-bottom: 1rem;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.wizard-fieldset p {
  font-weight: 300;
}
.add_remove_blog a{
    margin-right: 10px;
    font-size: 16px;
    font-weight: 300;
    display: flex;    
    align-items: center;
}
.add_remove_blog a svg{
    margin-right: 6px;
}
.add_remove_blog a:last-child{margin-right: 0; color: #0a233a;}
.add_formgrp{
    display: none;
}
.add_formgrp.active{
    display: block;
}
.custom_radiobtn [type="radio"]:checked,
.custom_radiobtn [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom_radiobtn [type="radio"] + label
{
    position: relative;
    padding-left: 0;
    cursor: pointer;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}
.custom_radiobtn [type="radio"]:checked + label:before,
.custom_radiobtn [type="radio"]:not(:checked) + label:before {
    content: '';
    position: relative;    
    width: 20px;
    height: 20px;
    border: 1px solid #008ED4;
    border-radius: 100%;
    background: #fff;
    display: inline-block;
    margin-right: 10px;
}
.custom_radiobtn [type="radio"]:checked + label:after,
.custom_radiobtn [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #008ED4;
    position: absolute;
    top: 5px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom_radiobtn [type="radio"]:not(:checked) + label:after {
    opacity: 0;    
}
.custom_radiobtn [type="radio"]:checked + label:after {
    opacity: 1;    
}
.wizard_btngrp a svg{
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
.wizard_laststep .form-group{
    width: 60.5%;
    margin-right: auto;
    margin-left: auto;
}
.wizard_laststep .wd_nextbtn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.wizard_laststep .wd_nextbtn svg{
    margin-left: 10px;
}
.wizard_laststep .wizard_btngrp{
    justify-content: center;
}
.custom-file-input {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
/*15th March 2024*/
.date-picker {
  margin: 200px auto; }

.date-picker {
  width: 260px;
  height: auto;
  max-height: 50px;
  background: white;
  position: relative;
  overflow: hidden;
  transition: all 0.3s 0s ease-in-out; }
  .date-picker .input {
    width: 100%;
    height: 50px;
    font-size: 0;
    cursor: pointer; }
    .date-picker .input .result, .date-picker .input button {
      display: inline-block;
      vertical-align: top; }
    .date-picker .input .result {
      width: calc(100% - 50px);
      height: 50px;
      line-height: 50px;
      font-size: 16px;
      padding: 0 10px;
      color: grey;
      box-sizing: border-box; }
    .date-picker .input button {
      width: 50px;
      height: 50px;
      background-color: #8392A7;
      color: white;
      line-height: 50px;
      border: 0;
      font-size: 18px;
      padding: 0; }
      .date-picker .input button:hover {
        background-color: #68768A; }
      .date-picker .input button:focus {
        outline: 0; }
  .date-picker .calendar {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    overflow: hidden; }
  .date-picker .ui-datepicker-inline {
    position: relative;
    width: 100%; }
  .date-picker .ui-datepicker-header {
    height: 100%;
    line-height: 50px;
    background: #8392A7;
    color: #fff;
    margin-bottom: 10px; }
  .date-picker .ui-datepicker-prev, .date-picker .ui-datepicker-next {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border: 2px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px; }
  .date-picker .ui-datepicker-prev {
    float: left;
    margin-left: 12px; }
    .date-picker .ui-datepicker-prev:after {
      transform: rotate(45deg);
      margin: -43px 0px 0px 8px; }
  .date-picker .ui-datepicker-next {
    float: right;
    margin-right: 12px; }
    .date-picker .ui-datepicker-next:after {
      transform: rotate(-135deg);
      margin: -43px 0px 0px 6px; }
  .date-picker .ui-datepicker-prev:after, .date-picker .ui-datepicker-next:after {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .date-picker .ui-datepicker-prev:hover, .date-picker .ui-datepicker-next:hover, .date-picker .ui-datepicker-prev:hover:after, .date-picker .ui-datepicker-next:hover:after {
    border-color: #68768A; }
  .date-picker .ui-datepicker-title {
    text-align: center; }
  .date-picker .ui-datepicker-calendar {
    width: 100%;
    text-align: center; }
    .date-picker .ui-datepicker-calendar thead tr th span {
      display: block;
      width: 100%;
      color: #8392A7;
      margin-bottom: 5px;
      font-size: 13px; }
  .date-picker .ui-state-default {
    display: block;
    text-decoration: none;
    color: #b5b5b5;
    line-height: 40px;
    font-size: 12px; }
    .date-picker .ui-state-default:hover {
      background: rgba(0, 0, 0, 0.02); }
  .date-picker .ui-state-highlight {
    color: #68768A; }
  .date-picker .ui-state-active {
    color: #68768A;
    background-color: rgba(131, 146, 167, 0.12);
    font-weight: 600; }
  .date-picker .ui-datepicker-unselectable .ui-state-default {
    color: #eee;
    border: 2px solid transparent; }
  .date-picker.open {
    max-height: 400px; }
    .date-picker.open .input button {
      background: #68768A; }


/* new 25-05-2024 */

.custom-file .upload_btn {
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #CFCFCF;
  height: auto;
  padding: 12px 15px 12px 15px !important;
  color: #aaa  !important;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  justify-content: center !important; position: relative;
}
.custom-file .upload_btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 10px;
  border: 1px dashed #c2c2c2;
  right: 10px;
  bottom: 6px;
  border-radius: 12px;
}
.new_row .col-lg-6.col-md-12 {
  width: 50%;
}
.add_more_vehicle .col-md-12.my-auto {
  margin-top: 31px !important;
}
.form-wizard .error {
  text-align: left;
  width: 100%;
  font-size: 14px;
}

.add_remove_blog svg.addicon > path:nth-last-child(1) {
  fill: #fff;
}

#wizard {
  padding: 50px 0 180px;
}
.wizard_btngrp button[type="submit"]{
  border-radius: 10px;
}
.wizard_btngrp button[type="submit"] svg {vertical-align: sub; margin-left: 10px;}
@media(max-width: 580px){
  #wizard {
    padding: 0 0 200px !important;
}


}