.module-disp {
  text-align: center;
  color: #2bb8b3;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #2bb8b340;
}
.banner {
  height: 420px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .stringOffer {
  position: absolute;
  top: -20px;
  left: -97px;
  height: 150px;
  width: 300px;
  z-index: 1;
  text-align: center;
  background: #d6e438;
  color: #2bb8b3;
  transform: rotate(-45deg);
}
.banner .stringOffer .typeOffer {
  margin-top: 108px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
}
.extra {
  background: #69cdc0;
  color: #fff;
  float: left;
  padding: 5px 15px;
  border-radius: 0 0 6px 6px;
}
.carousel .image {
  position: relative;
  height: 200px;
  overflow: hidden;
  margin: 0 -15px;
}
.text {
  text-align: justify;
}
.text strong {
  color: #2bb8b3;
}
.text hr {
  margin: 10px 0;
  border-top: 1px solid #2bb8b3;
}
.text.limit {
  max-height: 605px;
  overflow: hidden;
}
.seemore {
  text-align: right;
  color: #2bb8b3;
  cursor: pointer;
}
.seemore hr {
  margin: 5px 0 10px;
  border-top: 1px solid #2bb8b3;
}
.butt .btn.btn-light-g {
  padding: 5px 12px;
  width: 29%;
  margin: 0 5px;
}
.butt .btn.btn-light-g i {
  margin-right: 5px;
}
#virtualTour iframe {
  width: 661px !important;
}
#board,
.formFeedback {
  width: 780px;
}
#board span,
.formFeedback span {
  color: #69cdc0;
  font-size: 24px;
}
#board hr,
.formFeedback hr {
  margin: 0px 0 10px;
  border-top: 1px solid #69cdc0;
}
#board table,
.formFeedback table {
  border: none;
}
#board table td,
.formFeedback table td {
  padding: 5px 15px;
}
.formFeedback {
  position: fixed;
  top: 25px;
  width: 100%;
  z-index: 1001;
}
.formFeedback form {
  background: #fff;
  padding: 15px;
  border: 1px solid #000;
}
.formFeedback .fancybox-close {
  top: -16px;
  right: 0px;
}
.formFeedback textarea {
  height: 200px;
}
.route-header {
  color: #2bb8b3;
}
.route-header span {
  font-weight: 300;
  font-size: 22px;
}
.route-header hr {
  margin: 5px 0;
  border-top: 1px solid #2bb8b3;
}
.routecontent {
  padding-top: 15px;
}
.route .nav.nav-tabs {
  text-align: center;
}
.route .nav.nav-tabs li {
  float: none;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.route .nav.nav-tabs li a {
  color: #333;
  border: none;
}
.route .nav.nav-tabs li.active {
  border-bottom: 2px solid #2bb8b3;
}
.route .nav.nav-tabs li.active a {
  color: #2bb8b3;
}
table .greenback {
  background: #8ed2c9;
}
.sendRequest .btn-light-g {
  text-transform: uppercase;
  padding: 5px 40px;
}
@media (max-width: 767px) {
  .banner {
    height: 140px;
  }
  .banner h1 {
    font-size: 22px;
  }
  .banner .stringOffer {
    width: 220px;
    height: 110px;
    top: -48px;
    left: -108px;
  }
  .banner .stringOffer .typeOffer {
    font-size: 12px;
    margin-top: 91px;
  }
  .stripenav .askinfo {
    display: block;
    margin: 5px -15px 0;
    padding: 5px 15px;
  }
}



