  .web-services-table,
  .estimate-request-form {
    font-size: 13px;
  }

  .web-services-table tbody th {
    color: #c41230;
    font-size: 13px;
  }

  .estimate-request-form select.form-control,
  .web-services-table select.form-control {
    min-width: 58px;
    height: 30px;
    padding: 3px 8px;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #999;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
  }

  .services-secondary-nav .dropdown-toggle {
    border-color: #c41230;
    border-radius: 0;
    background: #c41230;
    background-image: none;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
  }

  .services-secondary-nav .dropdown-toggle:hover,
  .services-secondary-nav .dropdown-toggle:focus,
  .services-secondary-nav.open .dropdown-toggle {
    border-color: #a50f28;
    background: #a50f28;
    background-image: none;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
  }

  .services-secondary-nav .dropdown-menu {
    background-image: none;
    box-shadow: none;
  }

  .services-secondary-nav .dropdown-menu > li > a,
  .services-secondary-nav .dropdown-menu > .active > a,
  .services-secondary-nav .dropdown-menu > .active > a:hover,
  .services-secondary-nav .dropdown-menu > .active > a:focus {
    background: #fff;
    color: #c41230;
  }

  .web-services-table select.form-control,
  #request-site-status {
    border-color: #c41230;
    background-color: #c41230;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23fff' d='M0 0h10L5 6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    padding-right: 25px;
    color: #fff;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .web-services-table select.form-control option,
  #request-site-status option {
    background: #fff;
    color: #000;
  }

  #request-timing {
    border-color: #999;
    background-color: #fff;
    background-image: none;
    color: #000;
    box-shadow: none;
  }

  .web-services-table thead th:nth-child(5),
  .web-services-table thead th:nth-child(6),
  .web-services-table .line-subtotal {
    text-align: left;
  }

  .estimate-request-form .form-control {
    font-size: 13px;
  }

  .estimate-request-form .form-group {
    margin-bottom: 10px;
  }

  .estimate-request-form input.form-control,
  .estimate-request-form select.form-control {
    height: 32px;
    padding: 5px 8px;
  }

  .selected-services-table {
    margin-bottom: 0;
  }

  .selected-services-table td,
  .selected-services-table th {
    font-size: 13px;
  }

  .selected-services-table tfoot th,
  .selected-services-table tfoot td {
    font-weight: bold;
  }

  .required-marker {
    color: #c41230;
  }

  .line-subtotal {
    white-space: nowrap;
  }

  .services-secondary-nav {
    margin: 0 0 24px;
  }

  .services-secondary-nav .dropdown-menu {
    border-radius: 0;
  }

  .web-services-table th,
  .web-services-table td {
    vertical-align: middle !important;
  }

  .web-services-table .custom-price {
    white-space: nowrap;
  }

  .estimate-totals {
    display: flex;
    min-width: 720px;
    margin: 0 0 22px;
    border: 1px solid #ddd;
    background: #f5f5f5;
  }

  .estimate-total-item {
    display: flex;
    flex: 1 1 33.333%;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border-right: 1px solid #ddd;
    white-space: nowrap;
  }

  .estimate-total-item:last-child {
    border-right: 0;
  }

  .estimate-total-item strong {
    color: #c41230;
  }

  .custom-pricing-requests {
    margin: 0 0 22px;
    padding: 16px 18px;
    border: 1px solid #ddd;
    background: #f9f9f9;
  }

  .custom-pricing-requests p {
    margin: 0 0 10px;
  }

  .custom-pricing-requests .checkbox {
    display: block;
    margin: 8px 0;
  }

  .custom-pricing-selected-item {
    display: block;
    margin: 8px 0 8px 20px;
  }

  .custom-pricing-selected-item::before {
    content: "\2022";
    margin-right: 8px;
    color: #c41230;
  }

  .estimate-form-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .estimate-reset-button {
    margin-left: auto;
    border: 1px solid #777;
    border-radius: 0;
    background: #fff;
    color: #333;
  }

  .estimate-submit-button {
    border: 1px solid #c41230;
    border-radius: 0;
    background: #c41230;
    color: #fff;
  }

  .estimate-submit-button:hover,
  .estimate-submit-button:focus {
    border-color: #a50f28;
    background: #a50f28;
    color: #fff;
  }

  .mobile-deliverable-break {
    display: none;
  }

  @media (max-width: 767px) {
    .web-services-table td:nth-child(2) {
      min-width: 240px;
      white-space: normal;
    }

    .mobile-deliverable-break {
      display: block;
    }

    .estimate-form-actions {
      flex-wrap: nowrap;
    }
  }