.demo-gallery > ul {
              margin-bottom: 0;
              
            }
            .demo-gallery > ul > li {
               float: left;
                margin-bottom: 30px;
                margin-right: 0;
                
                max-width:inherit;
               
            }
            .demo-gallery > ul > li a {
              border: 3px solid #FFF;
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
             
            }
            .demo-gallery > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: auto;
              width: 100%;
            }
            .demo-gallery > ul > li a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .video .demo-gallery-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
            }
            .demo-gallery.dark > ul > li a {
              border: 3px solid #04070a;
            }
            .demo-gallery {
              padding-bottom: 0px;
            }

/************Home page carousel **************/
 #propertyFeature .owl-carousel.owl-loaded.owl-drag {
  position: relative;
}

#propertyFeature .owl-prev.disabled, #propertyFeature .owl-next.disabled{opacity:0.4;cursor:default;}
#propertyFeature .owl-prev:focus, #propertyFeature .owl-next:focus{
  outline:none;
}

#propertyFeature .owl-prev, #propertyFeature .owl-next{

  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
#propertyFeature .owl-prev span, #propertyFeature .owl-next span{
  font-size: 60px;
  color: #ff3b0f;
}
#propertyFeature .owl-prev {
 top:25px;
  left:-26px;
}
#propertyFeature .owl-next{
  top:25px;
  right: -6px;
}
/*.appartmentsTxt{padding-left: 70px}*/

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{ display: block !important; }
.propertyItem{
  padding:16px 15px !important;
  
  text-align: center;
}
/*.propertyFeatures{
  margin-left:80px;
}*/
.owl-carousel .owl-item img{
  object-fit: contain;
}
.propertyFeatures{margin-left:35px;}
@media(max-width:767px){
    #propertyFeature .owl-prev {
 top:25px;
  left: 0px;
}
.propertyFeatures{margin-left:0px;}
#propertyFeature .owl-next{
  top:25px;
  right: 0px;
}
}