/* New CSS for Lightbox Gallery */
#myModal .controls{
  position: relative;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 55px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(129 125 119 / 70%);
    
  }

   /* Modal Content */
   .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 80% !important;
    max-width: 1200px;
    border: none !important;
    background-color: transparent !important;
  }

  
  .mySlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }

  /* Number text (1/3 etc) */
  .numbertext {
    color: #000;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0px;
    left: 295px;
  }
  
/* next button CSS */
.next-btn{
    position: absolute;
    right: 190px;
    bottom: 0;
    padding: 6px;
    width: 35px;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.7s ease-in-out;
    border: none;
    background-color: transparent;
}
.next-btn img, .previous-btn img{width: 100%;}

/* Close button */
.close{
    position: absolute;
    right: 283px;
    top: -20px;
    padding: 6px;
    width: 35px;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.7s ease-in-out;
    border: none;
    background-color: transparent;
    outline: none;
}
.close img{width: 125%;}

.previous-btn{
    position: absolute;
}
.modal .modal-content .previous-btn{
  top: 47% !important;
  left: 24.5% !important;
  background-color: transparent;
  border: 1px solid transparent;
  width: 3%;
}
.modal .modal-content .next-btn{
    top: 0%;
    right: 25%;
}
.modal .modal-content .previous-btn img{
    width: 100%;
}
.modal .modal-content .next-btn img{
    width: 120%;
}
.gallery-img{
    width: 100%;
}
.modal-box-image{width: 50%;}
.previous img, .next img{width: 100%;}

/* Light box Gallery CSS ends */
.gallery-img-col{
  margin-bottom: 24px;
}

