.locate_dealer_form .form-group
{
  margin-bottom: 0rem;
}
.locate_dealer_form .form-group input, .locate_dealer_form .form-group select
    {
            height: 45px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    }
    .locate_dealer_tabs
    {
      
      width: 100%;
    background-color: #ececec;
    padding: 0.5rem;
    }
    .locate_dealer_tabs .nav-item
    {
         width: 50%;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    padding: 0.5rem;
    color: #000;
    }
    .locate_dealer_tabs .nav-item:hover
    {
      border-color:transparent;
    }
    .locate_dealer_tabs .nav-link.active
    {
      border:none;
    }
    .single_dealer_div
    {
      padding: 1.5rem 0rem;
    border-bottom: 1px solid lightgray;
    }
    .single_dealer_div h4
    {
          font-size: 18px;
    font-weight: 700;
    color: #eca015;
    margin-bottom: 0.2rem;
    }
    .single_dealer_div h5
    {
          font-size: 16px;
          margin-bottom: 0.5rem;
    font-weight: 700;
    }
    .single_dealer_div p
    {
      font-size: 14px;
      margin-bottom: 0.5rem
    }
    .single_dealer_div p span
    {
          color: #41aa82;
    font-size: 14px;
    font-weight: 700;
    }
    .sales_dealer_div
    {
      height: 30rem;
      overflow-y: scroll;
    }
    .locate_dealer_map iframe
    {
      width: 100%;
      height: 30rem;
    }
    .single_dealer_div p img
    {
        width: 0.875rem;
    
      margin-right: 0.5rem;
    }
    .single_dealer_div
    {
      padding: 1rem;
      border-bottom: 1px solid lightgray;
      background-color: #f7f7f7;
      margin-top: 1rem;
    }