
.banner img{
    width:100%;
}
header {
    /* height: 56px; */
    background-color: #fff;
  }
  
  
  .footer {
    color: #fff;
    padding: 1rem; background-color: #0e4a89;
    text-align: center;
  }
  
  .footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
  
  .footer li {
    padding: 0 0.5rem;
  }
  
  .footer a {
    color: #fff;
  }
  .hed-top {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    font-weight: 600;
}
.hed-top {
    background: #2160ad;
    color: #fff;
}
.hed-top ul {
    margin-bottom: 0px;
    padding-left: 0rem;
}
.hed-top ul li {
    display: inline-block;
    padding-left: 15px;
}
.hed-top ul li .fa {
    padding-right: 10px;
}
.hed-top a {
    color: #fff;
    text-decoration: none;  font-weight: 600;
}
.hed-top ul {
    margin-bottom: 0px;
    padding-left: 0rem;
}	
.hed-top h6 {
    margin-bottom: 0px;
    padding: 5px 0;
    padding-left: 15px;
    font-weight: 300;
    font-size: 14px;
}
.hed-top a {
    color: #fff;
    text-decoration: none;
}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar {
    z-index: 9 !important;
}
.about .content {
  background-color: #f6f9ff;
  padding: 40px;
}
.about h3 {
  font-size: 14px;
  font-weight: 700;
  color: #4154f1;
  text-transform: uppercase;
}
 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
}
.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.about .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}
.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
.about .form-box {
  max-width: 500px;
  margin: auto;
  padding: 50px;
  background: #ffffff;
  border: 10px solid #f2f2f2;
}

.about input, textarea {
  width: 100%;
}
label {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 5px;
}
.form-control { border-radius: 0; margin-bottom: 10px;}
.why-us {
  padding: 100px 0;
  background: #e7eefd;
}
.about {
  padding: 70px 0;
}
.retirement {
  padding: 100px 10px 50px;
}
.location {
  padding: 50px 0;
}
.tz-gallery {
  padding: 20px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
  height:320px;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: 'Glyphicons Halflings';
  content: '\e003';
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}


.tz-gallery .lightbox:after {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; */
  opacity: 0;
  background-color: rgba(46, 132, 206, 0.7);
  content: '';
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}
.location-hilates ul li {
  list-style: circle;
  font-size: 18px;
  padding-bottom: 17px;
}
.location-hilates ul {
  padding-left: 20px;
}
.location-hilates {
  background-color: #f1f1f1;
  min-height: 450px;
  padding: 45px;
}
.location-hilates ul {

  margin-top: 30px;
}
.btn-primary {
  color: #fff;
  background-color: #e91919;
  border-color: #e91919;
}
.btn { border-radius:0 ; font-weight: 600;}
.why-waiting p {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  color: #0e4a89;
}
.why-waiting {
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .why-us h2 { margin-top: 30px;}
}
   