.contact-top-section {
  padding-top: 20px;
  background-image: url("../../img/footer/Ask-our-Experts.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-top-col:nth-child(odd) {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 992px) {
  .contact-top .row {
    align-items: center;
    justify-content: center;
  }

  .contact-top-col {
    margin: 20px 0;
  }

  .contact-top-col:nth-child(even) {
    padding: 2rem 0 1.5rem;
    border-top: #ffffff 3px solid;
    border-bottom: #ffffff 3px solid;
  }
}

.contact-top-col {
  text-align: center;
}

.contact-top-col i {
  margin-bottom: 20px;
  color: #ffffff;
}

.contact-top-col a:hover,
.contact-top-col a {
  color: #ffffff;
  text-decoration: none;
}

.contact-top .redbtn-lng-fill:hover {
  color: #ffffff;
}

.location-card-nav {
  display: flex;
  justify-content: space-around;
}

.location-card-nav-item {
  text-align: center !important;
  font-size: 1.2rem;
  cursor: pointer;
  width: 150px;
}

.location-card-nav-item:hover,
.location-card-nav-item.selected {
  font-size: 1.2rem;
  font-weight: 600;
  border-bottom: #f44336 2px solid;
}

.location-card {
  height: 100%;
  background-image: url("../img111/header-pattern.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #2a363a;
  border-radius: 30px;
  border: none;
  transition: all 0.7s ease;
}

.location-card:hover {
  background-color: #f44336;
}

.location-card .card-top-bar {
  background-color: #f44336;
  border-radius: 30px 30px 0px 0px;
  border: 1px solid #f44336;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.location-card .card-top-bar .jayabheri-logo {
  width: 130px;
}

.location-card .card-top-bar .maruti-logo {
  width: 150px;
  filter: brightness(0) invert(1);
}

.location-card .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.location-card .card-body .number-direction {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 20px;
}

.location-card .card-body h2 {
  margin-bottom: 20px;
}

.location-card .card-body a,
.location-card .card-body p,
.location-card .card-body h2 {
  color: #ffffff;
  text-align: center;
}

.location-card .card-body .address-number {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
}

.location-card .card-body .row {
  min-height: 100px;
}

.location-card .vertical a {
  background-color: #f44336;
  border-radius: 5px;
  padding: 5px 10px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  border: 1px solid #f44336;
  transition: all 0.5s ease;
}

.location-card:hover .vertical a {
  border: 1px solid #ffffff;
}

.location-card:hover .vertical a:hover {
  background-color: #ffffff;
  color: #f44336;
}

.form-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}