
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

.form-card {
  text-align: left;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*#msform input, #msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px;
}*/

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0;
}

/*Next Buttons*/
#msform .action-button {
    width: 100px;
    background: #00aeef;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
}
#msform .f-right{
    float: right;
}
#msform .f-left{
    float: left;
}
#msform .f-center{
    float: center;
}

#msform .action-button:hover, #msform .action-button:focus {
    background-color: #086ad8;
}

/*Previous Buttons*/
#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
  
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    background-color: #000000;
}


.btn{
width:50%!important;
padding: 0px!important;

}

#msform .select-wrap {
  /*border: 1px solid #777;*/
  border-radius: 4px;
  padding: 0 5px;
  background-color:#fff;
  position:relative;
 text-align: center;
}
#msform .select-wrap label{
  font-size:12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #777;
  padding: 0 8px;  
  position: absolute;
  top:6px;
}
.flex{
  display:flex;
  text-align: center;
}
.input-wrapper{
  margin-left:28%!important;
}

.input-wrapper input {
      margin-right: 20px!important;
      box-sizing: border-box!important;
      background-color: #fff!important;
      width: 75px!important;
}

.select-wrap select, .select-wrap input {
  border: 2px solid #777;
  padding: 20px 15px 8px 15px;
  background-color: #fff;
  /*border:0px;*/
  height:50px;
  font-size: 16px;
  /*width:50%;*/
}
.select-wrap select#householdsize,.select-wrap select#householdincome, .select-wrap input#fname, .select-wrap input#lname,.select-wrap input#email,.select-wrap input#phone {
    width:50%;
}
@media only screen and (max-width: 479px) {
  .select-wrap select#householdsize,.select-wrap select#householdincome,.select-wrap input#address, .select-wrap input#fname, .select-wrap input#lname,.select-wrap input#email,.select-wrap input#phone, .select-wrap input {
    width:70%;
}
.select-wrap input#month, .select-wrap input#day, .select-wrap input#year {
    width:100%;
}
}

/*#msform .select-wrap input {
  margin:0px!important;
  }*/

/*The background card*/
.card {
    z-index: 0;
    border: none;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 28px;
    color: #14356a;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: center;
    font-weight: 600;
}

.purple-text {
  color: #673AB7;
    font-weight: normal;
}

/*Step Count*/
.steps {
  font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

/*Field names*/
.fieldlabels {
  color: gray;
  text-align: left;
}
.dob .select-wrap input{
    width:40%important;
}

input#address input{
    width:100%important;
}

/*Icon progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #673AB7;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 33.3%;
    float: left;
    position: relative;
    font-weight: 400;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\2713";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\2713";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\2713";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\2713";
}

#progressbar #quotereduest:before,
#progressbar #matchlocal:before,
#progressbar #comparequote:before{
   font-family: FontAwesome;
    content: "\2713";
}

/*Icon ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #086ad8;
}

/*Animated Progress Bar*/
.progress {
  height: 10px;
}

.progress-bar {
  background-color: #086ad8;
}

/*Fit image in bootstrap div*/
.fit-image{
    width: 100%;
    object-fit: cover;
}

#msform .talk-message-box-content .heading {
    max-width: 550px;
}

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

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


.invalid {
    border-color: #dc3545!important;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    /*padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;*/
   /* background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);*/
}

.is-valid {
    border-color: #198754!important;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    /*padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;*/
   /* background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);*/
}

.form-control {
    display: initial;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.tab {
  display: none;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}

/* Allow autocomplete dropdown to appear above other elements */
gmpx-place-autocomplete {
  position: relative;
  display: block;
  z-index: 1000; /* ensure it’s above other elements */
}
