.hero-module {
    padding-top:0px !important;
    position: relative;
    height: 100% !important;
    overflow: hidden;
    margin-bottom: 120px;
}
.slider-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-shadow: 0 0 4px rgb(0 0 0 / 20%);
    padding-bottom: 60px;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.slider-txt:before {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 20vh;
    content: '';
    display: block;
    position: absolute;
    bottom: -20vh;
    left: 0;
    -webkit-box-shadow: 0 0 20vh 16vh rgb(0 0 0 / 70%);
    box-shadow: 0 0 20vh 16vh rgb(0 0 0 / 70%);
    border-radius: 100%;
}

.footer {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fff;
    font-size: 10px;
}

.footer a,.menu-holder a {
    color: black;
}

.message-item .img-holder {
    height: 100px;
    width: 100px;
}
.messaging-panel .message-item:nth-child(odd) .message-cover{
    padding: 32% 0 0 0;
}
.messaging-panel .message-item:nth-child(even) .message-cover{
    padding: 32% 0 0 5%;
}
.messaging-panel .message-body {
    padding-top: 0;
    padding-bottom: 60px;
}
.message-intro{
    text-align: justify;
    font-family: 'Crimson Text', serif !important;
    font-size:15px !important;
}
.contact-us li{
   margin-bottom: 5px;
    text-transform: none;
    font-size: 13px;
}
.blank-space{
    min-height: 150px;
}
.line-title{
    color:#000;
    font-size: 25px;
    font-weight: bold !important;
    font-family: 'Crimson Text', serif !important;
}
.maison-hero .maison-tagline {
    font-size: 24px;
    font-style: normal;
    margin-top: 25px;
}
.contact_form .form-group{
    text-align: left !important;
}
.welcome-ag {
    padding-top: 0px;
    padding-bottom: 20px;
}
.message-item {
    padding-bottom: 40px;
}
.text-bold{
    font-weight: bold !important;
}
.title-font{
    font-family: 'Crimson Text', serif !important;
}
.contact-us ul li{
    line-height: 30px;
}
.about-us{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    text-align: justify;
    font-size: 13px !important;
}
.footer-list .internal-link{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.4;
    text-transform: capitalize !important;
}
.footer .line-title {
    margin-bottom: 20px;
    font-size:16px;
}
.slider-image{
    height: 100hv !important;
}
/*Style for Map*/
.site-main{
    background-image: linear-gradient(to bottom, #FFFFFF , #FAFAF9);
}
.hotspot-container{
    background-image: linear-gradient(to bottom, #FFFFFF , #FAFAF9);
}
.cq-hotspot-tooltip i.cq-hotspot-icon {
    padding: 8px 16px !important;
    font-size: 16px !important;
    visibility: hidden !important;
 }
 .listing-item .img-holder .img-src {
    padding-bottom: 80.63%;
}
.listing-item{
    float:left;
}
 @media screen and (min-width: 2000px) {
    .container {
      width: 1870px;
    }
      .tooltipster-shadow {
         width: 35% !important;
      }
      .popover-image {
         width: 1458px;
      }
      .cq-hotspot-tooltip i.cq-hotspot-icon {
          padding: 15px 37px !important;
          font-size: 16px !important;
      }
  }
  @media (min-width: 1200px) and (max-width: 1400px){ 
	h4.scroll {
		font-size: 12px;
		top:10px;
		margin-right:10px;
	}
	.mainmneu_container .menu li a {
		padding: 16px 25px;
	}
	.colapsmenu {
		font-size: 16px;
	}
    .tooltipster-shadow {
	    width: 81% !important;
    }
    .cq-hotspot-tooltip i.cq-hotspot-icon {
	   padding: 8px 16px !important;
	   font-size: 16px !important;
       visibility: hidden !important;
    }   
    
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container{
        width: 970px;
    }
	.cq-hotspot-tooltip i.cq-hotspot-icon {
	padding: 8px 16px !important;
	font-size: 16px !important;
    visibility: hidden !important;
    }
    
}
 /*End Style for Map*/
@media (max-width: 1079px){
    .hero-module {
        height: 250px;
        margin-bottom: 50px;
    }
    .slider-image{
        height: 250px !important;
    }
    .about-us{
        padding:0px 10px;
    }
    .contact-us .footer-list li{
        padding:0 0 0 20px;
    }
}
@media (min-width: 960px){
    .messaging-panel .message-body, .messaging-panel .message-cover {
        width: 100%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}
@media (max-width: 600px){
    .menu-logo{
        left:33% !important;
        font-size: 14px !important;
    }
    .messaging-panel .message-item:nth-child(odd) .message-cover {
        padding: 5% 0 0 0;
    }
    .map-image{
        top:0px;
        left:0px;
        width:100%;
    }
    #map {
        height: 250px !important;
    }
}
@media (min-width: 1462px){
    .hero-module{
        height:65vh;
        min-height:600px
    }
    .hero-module .hero-img .video-content{
        width:102%;
        min-width:154vh;
        height:auto
    }
    .hero-module .hero-img.media-constrain .video-content{
        width:auto;
        min-width:0
    }
}