/* Style the list */
.contact ul.breadcrumb {
    padding: 0px;
    list-style: none;
    background-color: #52ADD9;
    display: block;
    width: 160px;
    border-radius: 6px;
    height: 28px;
  }

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width:900px) {
.mail img{
width:40px !important;
}
.maps img{
width:40px !important;
}
.mx5{
    margin-right:0rem !important;
    margin-left:0rem !important;
}
}
  
  /* Display list items side by side */
  .contact ul.breadcrumb li {
   display: inline;
    font-size: 14px;
  }
  
  /* Add a slash symbol (/) before/behind each list item */
  .contact ul.breadcrumb li+li:before {
    padding: 8px;
    color: white;
    content: "/\00a0";
  }
  
  /* Add a color to all links inside the list */
  .contact ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
  }
  
  /* Add a color on mouse-over */
  .contact ul.breadcrumb li a:hover {
    color: #fff;
    text-decoration: underline;
  }



.contact-bg{
    background: linear-gradient(0deg, rgba(0, 22, 65, 0.7), rgba(0, 22, 65, 0.7)), url(../images/contact/banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.touch-card{
    background: #F8F8F8;
        border-radius: 20px;
        padding: 30px;
}
.form-control{
    background-color: #E9E9E9;
}
.form-check-input:checked {
    background-color: #415E9A;
    border-color: #415E9A;
}
.form-label {
color: black;
}