html, body {
    background: #f2f4f6;
    height: 100%;
    /*font-family: "Helvetica","Arial",sans-serif;*/
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: #051d42;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 0%);
    font-weight: 500;
    margin: 0;
    width: 100%;
}

#sticky-footer .head-text{
    font-size:16px; 
    line-height:18px; 
    padding: 15px 30px;
}

.footer-bottom {
    max-width: 1320px;
    padding: 0 20px;
    border-top: 1px solid #506380;
    padding-top: 16px;
    padding-bottom: 24px;
    margin-bottom: 0;
    clear: both;
}

.footer-bottom ul{
    padding-left: 0px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

a {
    text-decoration: none;
    background-color: transparent;
}

.footer-nav {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 27px;
    list-style: none;
}

/*hero image*/
.hero-image {
  height: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text a {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text a:hover {
  color: white;
}

.intro-card{
    text-align: center;
}

.intro-card i{
    font-size: 2rem;
    color: #408b00;
    background: #ffffff;
    padding: 1rem;
    border-radius: 99px;   
}

.intro-card h5{
    margin-top: 15px;
    margin-bottom: 0px;
}

.latest-main-product img{
    width: 100%;
}

.latest-main-product .product-btn{
    display: inline-block;
    text-align: center;
    background: #FFC107;
    padding: 0.5rem 1rem;
    border-bottom: 3px solid #d6a208;
    color: #010101;
    font-weight: 700;    
}

.review-section img{
    width: 100%;
}

.product-review-comment{
    background: #fff;
    color: #222;
    padding: 1rem;
    list-style-type: none;
    margin: 1rem 0;
    border-bottom: 3px solid #e4e4e4;
}

.product-review-comment .fa{
    font-size: .75rem;
    color: #d4537f;
    vertical-align: top;
    padding: 0.25rem;
}

.latest-articles-info-div{
    background-color: #cdcdcd;
}

.article-card img{
    width: 100%;
}

.article-card h5{
    font-size: 17px;
    font-weight: bold;
    color: black;
 }

.article-card p{
    font-size: 16px;
    margin-bottom: 0px;
}

.company-card{
    text-align: center;
}

.company-card img{
    width: 100%;
    max-width: 100px;
}

/*floor plan image*/
.index-floor-div .level{
    fill: #0000004d;
    cursor: pointer;
}

.index-floor-div .level:hover{
    fill: #0072d0;
}

.c-dashboardInfo {
  margin-bottom: 15px;
}
.c-dashboardInfo .wrap {
  box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 40px 25px 20px;
  height: 100%;
}
.c-dashboardInfo__title,
.c-dashboardInfo__subInfo {
  font-size: 1.18em;
}
.c-dashboardInfo span {
  display: block;
}
.c-dashboardInfo__count {
  font-weight: 600;
  font-size: 30px;
  line-height: 64px;
}
.c-dashboardInfo .wrap:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
}

.bg-available{
    background-color: #06c24d;
      color: white;
}

.bg-reserved{
    background-color:  #f1b704;
      color: white;
}

.bg-hold{
    background-color: #0dcaf0;
    color: white;
}

.bg-contract{
    background-color: #015dd4;
      color: white;
}

.bg-sold{
    background-color: #cc1100;
      color: white;
}

.bg-unavailable{
    background-color: #d8d8d8;
      color: white;
}

.bg-payment{
    background-color: #06c24d;
      color: white;
}

.likes-div{
    background-color: #ffffff;
    color: blue;
}

.likes-div:hover{
    background-color: blue;
    color: #ffffff;
}
