/* HOME */
.contactUs-banner{
  background: url(/assets/img/images/contactus/contactus-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

 /* .banner-container{
   height: 450px;
   padding: 20px 0;
 }

 .banner{
   z-index: 10;
   position: relative;
 } */

.contact-card{
  background: #EBF6FD!important;
  height: 208px!important;
  border-color: #bdd7e7!important;
}

.contact-card:hover{
  box-shadow: 2px 2px 250px -123px #2799D5 inset;
}

.form-card{
  box-shadow: 0px 0px 55.64px 27.82px #00000008;
}

.breadcrumb-item, .breadcrumb-item a{
  color: #b6b0b0 !important;
  font-size: 16px!important;
  font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #949494 !important;
}

/* .contact-card-img{
  height: 600px!important;
} */

#map {
  height: 400px; /* Set the height of the map */
  width: 100%; /* Make the map responsive */
}

.blue-banner-card{
  background: url(/assets/img/images/blue-banner-card.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
}