#common-slider-section-block_e81ee9a75ecf6992c5189055f32e55cd.hotspot-slider .image-slide-bg:after {
    background-color: var(--bg-color2);
 }

 #common-slider-section-block_e81ee9a75ecf6992c5189055f32e55cd.hotspot-slider {
    padding-bottom: 315px;
 }

 #common-slider-section-block_e81ee9a75ecf6992c5189055f32e55cd::after {
    content: '';
    background-image: url('../../../assets/images/background-wave-desktop.svg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    height: 348px;
    width: 100%;
    position: absolute;
    z-index: -1;
 }

 @media only screen and (min-width: 1025px) and (max-width:1199px) {
    #common-slider-section-block_e81ee9a75ecf6992c5189055f32e55cd.hotspot-slider {
       padding-bottom: 190px;
    }
 }

 @media only screen and (min-width: 768px) and (max-width:1024px) {
    #common-slider-section-block_e81ee9a75ecf6992c5189055f32e55cd.hotspot-slider {
       padding-bottom: 175px;
    }
 }

 @media only screen and (max-width: 767px) {
    #common-slider-section-block_e81ee9a75ecf6992c5189055f32e55cd.hotspot-slider::after {
       background-image: url('../../../assets/images/background-wave-mobile.svg');
    }

    #common-slider-section-block_e81ee9a75ecf6992c5189055f32e55cd.hotspot-slider {
       padding-bottom: 170px;
    }
 }

 .next-door-slider{
   margin: 0px;
   padding: 180px 0 0;
}
@media only screen and (max-width: 767px) {
   .next-door-slider{
       padding: 100px 0 0;
   }
   .slick-dots{
      bottom: -50px;
  }
}