.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mt-1 {
  margin-top: 1rem;
}

.img-shadow {
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.5);
  width: 75%;
  margin-bottom: 10px;
}

.error {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: none;
}

.is-invalid {
  border-color: #dc3545 !important;
  border-width: 2px !important;
}

#submit-quote:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.alert {
  display: none;
  margin-top: 15px;
}

.container-section {
  margin-top: 25px;
}

#commercialDrop .card-body .row,
#quoteForm2 .card-body .row {
  gap: 10px 0;
}

#commercialDrop .card-body h4,
#quoteForm2 .card-body h4 {
  padding-top: 25px;
  margin-bottom: 0;
}

.bg-color {
  background-color: var(--pltt4);
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px;
}
.section-header {
  border-bottom: 3px solid #a29060;
  margin: 15px 0 30px;
}

#quoteForm .form-control,
#quoteForm2 .form-control {
  border: 1px solid #a29060;
  color: #371d0f;
}

#quoteForm input[type="tel"]:focus,
#quoteForm2 input[type="tel"]:focus {
  color: #371d0f !important;
}

#quoteForm .form-control:focus,
#quoteForm2 .form-control:focus {
  box-shadow: 0 0 0 0.1rem #a29060;
}
#submit-quote:hover {
  background: #a29060;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background: none !important;
}

.form-label.required-field + .form-control:focus,
select:required,
.form-label.required-field + .form-control:focus {
  box-shadow: 0 0 0 0.1rem #d0111199 !important;
}

.comments h4 {
  margin-bottom: 1rem !important;
}
#quoteForm .comments h4 {
  margin-top: 0 !important;
  padding-top: 0.5rem;
}

#quoteForm2 #street2 {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .comments h4 {
    margin-top: 0.5rem !important;
  }
}

@media (max-width: 576px) {
  .pl-sm-0,
  .pr-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #quoteForm2 #street2 {
    margin-bottom: 0;
  }
}
