.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  outline: none !important;
}

.quote-section {
  padding: 30px 0 60px;
  background: #fff;
}
.quote-section .title {
  text-align: left;
  font-size: 24px;
  color: #000;
  margin-bottom: 30px;
  font-weight: 500;
}
.quote-section .quote-form .form-group {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.quote-section .quote-form .form-group.two-col .input-box {
  flex: 1;
}
.quote-section .quote-form .table-row input {
  width: 100%;
  max-width: 40px;
  outline: none;
  font-size: 13px;
  font-weight: 400 !important;
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
  padding: 5px;
  border: 1px solid #cecece;
  border-radius: 0;
}
.quote-section .quote-form .input-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
.quote-section .quote-form .input-box label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #000;
}
.quote-section .quote-form .input-box input {
  outline: none;
  font-size: 13px;
  font-weight: 400 !important;
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px;
  border: 2px solid #eee;
  border-radius: 0;
}
.quote-section .quote-form .input-box input:focus {
  outline: none;
}
.quote-section .quote-form .sub-title {
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #084121;
  border-left: 4px solid #084121;
  padding-left: 10px;
  font-weight: 600;
}
.quote-section .quote-form .table-wrap {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 25px;
}
.quote-section .quote-form .table-wrap .table-row {
  display: grid;
  grid-template-columns: 1fr 140px 140px;
  border-bottom: 1px solid #e2e2e2;
}
.quote-section .quote-form .table-wrap .table-row:last-child {
  border-bottom: none;
}
.quote-section .quote-form .table-wrap .table-row.table-head {
  background: #084121;
  color: #fff;
  font-weight: 600;
}
.quote-section .quote-form .table-wrap .table-row .col {
  padding: 12px 14px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.quote-section .quote-form .submit-btn {
  width: 100%;
  background: #084121;
  color: #fff;
  padding: 12px 15px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 30px;
  max-width: 300px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  justify-content: center;
}
.quote-section .quote-form .submit-btn:hover {
  background: rgb(4.0876712329, 33.2123287671, 16.8616438356);
}

.form-container {
  display: flex;
  gap: 30px;
}

.form-desc {
  width: 50%;
}

.form-field {
  width: 50%;
}

.list-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.list-container .fruit-list, .list-container .veg-list {
  width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
  .quote-section .quote-form .table-row {
    grid-template-columns: 1fr 100px 100px;
  }
  .form-group {
    flex-direction: column !important;
  }
}/*# sourceMappingURL=custom.css.map */