.coming-soon .section-title{
  margin-bottom: 0;
}
h2{
  font-size: 40px;
}
.book-now h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 48px;
}
h2 span {
    font-weight: bold;
}
ul.list li:after{
    color: #FFF
}
ul.list li{
    line-height: 20px;
}
.book-now{
    background-repeat: no-repeat !important;
}
@media screen and (max-width:700px){
  .map-google{
    display: none;
  }
}
.promo .box-green{
    background-color: #8DC042;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px;
}
.promo .box-green span{
    display: block;
    font-size: 50px;
}
.mobile{
    display: none;
}

@media screen and (max-width:901px){
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
}
#whatsapp-icon .whatsapp {
    z-index: 999;
    position: fixed;
    margin: 0px;
    color: #fff;
    transition: all .5s ease-in-out;
    position: fixed;
    bottom: 105px;
    right: 15px;
    border-radius: 3px;
    z-index: 999;
    background: transparent;
    font-size: 14px;
    background: #2daae1;
    width: 40px;
    height: 40px;
    text-align: center;
}