.row > .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column {
    float: left;
    width: 25%;
    padding: 5px;
  }
  
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.773);
    padding-top: 40px;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  
  
  .mySlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  
  .pagination00000 {
  display: flex;
  justify-content: center;
  gap: 20px; /* space between buttons */
  margin-top: 20px; /* space above buttons */
}
  
  .prev, .next {
  cursor: pointer;
  padding: 16px;
  background-color:#35364A;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius:10px;
  border: none;
  text-decoration: none;
}
.next{
    border-radius:10px;
}
  /*.prev,*/
  /*.next {*/
  /*  cursor: pointer;*/
  /*  position: absolute;*/
  /*  top: 50%;*/
  /*  width: auto;*/
  /*  padding: 16px;*/
  /*  margin-top: -50px;*/
  /*  color: white;*/
  /*  background-color: black;*/
  /*  font-weight: bold;*/
  /*  font-size: 20px;*/
  /*  transition: 0.6s ease;*/
  /*  border-radius: 0 3px 3px 0;*/
  /*  user-select: none;*/
  /*  -webkit-user-select: none;*/
  /*}*/
  
  /* Position the "next button" to the right */
  /*.next {*/
  /*  right: 0;*/
  /*  border-radius: 3px 0 0 3px;*/
  /*}*/
  
  /* On hover, add a black background color with a little bit see-through */
 
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  img {
    margin-bottom: -4px;
  }
  
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .main-propety-img {
    padding: 8px 5px;
  }
  .main-propety-img img{
    width: 100%;
  }
  @media(min-width:768px){
    .close {
      z-index: 2100215;
    }
  }

  #info-box{
    padding: 15px;
  }
  .info-box{
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
  }
  .info-box .info-icon-box{
    display: flex;
  }
  .info-box .info-icon-box li{
    font-size: 20px;
    padding-right: 30px;
    color: #969696;
    list-style: none;
  }
  .info-box .info-icon-box li span{
    font-size: 20px;
  }
  .info-box .Enquiry{
    background-color: #ff9c01;
    padding: 5px 15px;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
  }
  .info-box h5{
    color: #969696;
    text-transform: uppercase;
  }
  .info-box h4{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
  }
  .info-box img{
    width: 27.8%;
  }
  .info-box h3{
    color: #ff9c01;
    font-weight: bold;
    font-size: 18px;
  }
  .info-box .info span a{
    text-decoration: none;
    color: #ff9c01;
  }
  .info-box .info span:hover a{
    background-color: #ff9c01;
    color: #ffffff;
  }
