.swap-line {
    border: 1.23px solid #707070;
    margin-bottom: 30px;
}
section#contact {
    padding: 50px 160px;
}
.col-md-6 .address {
    background: #fbf5ff;
    padding: 40px;
    margin-right: 50px;
}
section#contact h3 {
    color: #30629f;
    font-weight: 600;
    font-size: 26px;
}
.location-icon2 {
    width: 12%;
}
.location-icon3 {
    width: 4%;
}
.location-icon4 {
    width: 19%;
}
.location-icon {
    width: 7%;
}
.d-flex.gap-3.mt-3 p,.d-flex.gap-3.mt-3 a {
    font-size: 18px;
    line-height: 30px;
    color: #666;
    font-weight: 400;
}
.col-md-6.text-form label {
    color: #30629f;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}
section#contact input.form-control,section#contact select.form-control {
    border: 1.5px solid #30629f;
    height: 50px;
    border-radius: 10px;
}
section#contact textarea.form-control{
    border: 1.5px solid #30629f;
    height: 100px;
    border-radius: 10px;
}
section#contact input[type="submit"] {
    border: 1.5px solid #30629f;
    background: #fff;
    color: #30629f;
    padding: 10px 20px;
}
::placeholder{
    color:#666;
    font-weight:300;
}
i.fa-solid.fa-business-time,i.fa-solid.fa-phone,i.fa-solid.fa-envelope,i.fa-solid.fa-location-dot{
    font-size: 20px;
    color: #7b8496;
}

.tabs {
  margin-bottom: 20px;
}
.tab-btn {
    padding: 10px 20px;
    margin-right: 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 8px;
    font-weight: 600;
}
.tab-btn.active {
    background: #9ca3af;
    color: white;
    font-weight: 600;
}
.tab-btn:hover {
    background: #9ca3af;
    transition: .4s;
    color: #fff;
}

/* Dropdown */
select {
  padding: 8px 12px;
  font-size: 16px;
  margin-bottom: 20px;
}

section#find-location {
    padding: 50px 160px;
}
section#find-location h2 {
    font-size: 36px;
    color: #30629f;
    font-weight: 600;
    line-height: 135%;
}
.blue-title {
    display: flex;
    justify-content: space-between;
}
select#location {
    background: #f4f6f9;
    border: navajowhite;
    padding: 10px 14px;
    border-radius: 6px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}
.card-container {
    background: #f6f6f6;
    padding: 20px;
    border-radius: 5px;
    overflow: scroll;
    height: 450px;
}
.dealer-card {
    border-bottom: 1.5px solid #e5e7eb;
    margin-bottom: 20px;
    padding-bottom: 12px;
}
.dealer-card h3 {
    font-size: 24px;
    color: #30629f;
    font-weight: 700;
    margin-bottom: 10px;
}
.dealer-card p {
    margin: 5px 0;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    align-items: center;
}
.dealer-card p a{
    color: #666;
}
.dealer-card img {
    width: 4%;
    margin-right: 7px;
    height: max-content;
}
input#searchBox {
    border-radius: 7px;
    border: 1.5px solid #30629f;
    padding: 8px 20px;
    width: 35%;
    background: #fff;
}
.search-container {
      position: sticky;
      top: 0; 
      background: #f7f7f7; 
      padding: 10px 0;
      z-index: 100;
    }
    .hidden {
      display: none;
    }

@media (max-width: 1023px){
 section#contact,section#find-location {
    padding: 50px 20px;
} 
.col-md-6 .address {
    padding: 30px;
    margin-right: 0px;
}
.blue-title {
    display: block;
}
}
@media (max-width: 767px){
  .dealer-card img {
    width: 10%;
    margin-right: 7px;
    height: max-content;
}
.card-container input.text {
    width: 72%;
}
input#searchBox {
    width: 100%;
}
}