.frontImage {
    background-image: url(/img/bg.jpg);
    background-size: cover;
    margin-top: 80px !important;
    height: 680px;
}

.frontImgTxt {
    color: #fff;
    margin-top: 180px !important;
}
.map{
    width: 100%;
    opacity: 50%;
}
.deck {
    margin-top: -600px;
}
.cardz {
    margin-top: 20px !important;
    width: 30% !important;
    margin-left: 3% !important;
    border-bottom: 5px solid #176361 !important;
}
.card-header {
    background-color: #176361 !important;
    width: 105.1%;
    margin-left: -10px;
    height: 50px;
}
.card-header img {
    margin: 10px;
    width: 130px !important;
}
.cardz {
    position: relative !important;
    overflow: hidden !important;
}
.card-img {
    max-width: 350px;
    height: 250px;
}

.slide {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 270px;
    background-color: #fff;
    transition: bottom 0.3s ease;
}

.cardz:hover .slide {
    bottom: 0;
}
/* Message */
.bgM {
    margin-top: 50px;
    background-color: #eee;
    padding-top: 50px;
    padding-bottom: 50px;
}
.needs-validation {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 80%;
    margin-left: 10%;
}
.needs-validation .row {
    width: 96%;
    margin-left: 2%;
}
.infoSections {
    margin-top: 20px;
}
.btns button {
    margin-top: 15px;
    margin-left: 25px;
    border: 0 !important;
    color: #fff;
    height: 35px;
    border-radius: 5px;
}
/* cards */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #555 solid;
    border-radius: 5px;
}

.swiper-slide:hover {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.cardHead {
    display: flex;
    margin-left: 23%;
}

.cardIcon {
    background-color: red;
    color: #fff;
    border-radius: 50%;
}

.cardData img {
    width: 50px;
}

.cardInfo {
    display: flex;
}
/* MAP */
.ImgCon img {
    border-radius: 50%;
    width: 50px;
}
.cardx {
    width: 28% !important;
    margin-left: 3%;
}
/********************************************************************** MOBILE */
@media screen and (max-width: 960px) {
    .frontImage {
      height: 200px;
  }
  .frontImgTxt {
    color: #fff;
    margin-top: 20px !important;
  }
  .frontImgTxt p,
  .frontImgTxt h1,
  .frontImgTxt h4 {
    width: 60vw !important;
    font-size: xx-small !important;
  }
  .deck {
    margin-top: -200px;
}
.cardz {
    margin-top: 20px !important;
    width: 45% !important;
    height: 220px !important;
    margin-left: 3% !important;
    border-bottom: 5px solid #176361 !important;
}
.card-header {
    background-color: #176361 !important;
    width: 110%;
    margin-left: -10px;
    height: 30px;
}
.card-header img {
    margin: 4px;
    width: 50px !important;
}
.cardz {
    position: relative !important;
    overflow: hidden !important;
}
.card-img {
    max-width: 350px;
    height: auto;
}
.card-body {
    margin-top: 0 !important;
    padding: 0 !important;
}
.card-title {
    padding-top: 5px !important;
    font-size: 15px !important;
}
.card-text {
    margin-bottom: 0;
    font-size: 10px;
}
hr {
    margin: 8px !important;
}
.slide {
    display:  none;
}
.info {
    width: 100% !important;
}
.message {
    width: 100% !important;
}
.infoSections {
    margin: 0 !important;  
    margin-top: 10px !important;
}
.btns button {
    width: 100% !important;
    margin: 0 !important;
    margin-top: 10px !important;
}
.swiper-slide {
    width: 100% !important;
}
.ImgCon img {
    border-radius: 50%;
    width: 40px;
} 
.cardx {
    padding-top: 10px;
    width: 46% !important;
    margin-left: 3%;
    height: 160px !important;
}
.address {
    width: 95% !important;
    margin-top: 10px !important;
}
iframe {
    width: 100%;
    height: 200px ;
    margin-bottom: 0;
}
}
