.block_page_body .nav.nav-tabs{
   justify-content: center;
}
.block_page_body .nav.nav-tabs .active, .block_page_body .nav.nav-tabs .active:hover{
   border: 1px solid transparent !important;
   border-bottom: 2px solid #9EBAA0 !important;
}
#nav-tabContent {
  background-color: transparent !important;
  border: 1px solid transparent !important;
}
.gallery-img-wrapper{
  padding-bottom: 12px;
  height: 275px;
  overflow: hidden;
  margin-bottom: 12px;
}
.gallery-column{
  padding-left: 6px !important;
  padding-right: 6px !important;
  padding-bottom: 12px;
  height: 255px;
  overflow: hidden;
  margin-bottom: 12px;
}
#prevButton img{
  width: 26%;
}
#prevButton{
  background-color: transparent;
  border: 1px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 22%;
}
#nextButton{
  top: -5px;
  right: 1px;
  width: 22%;
}
.modal-header {
/*  position: relative; */
}
.modal-header .close{
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}

.block_page_body .nav.nav-tabs .nav-link{
    color: #495057;
}
.block_page_body .nav.nav-tabs .nav-link:hover{
   border: 1px solid transparent;
}

/* New CSS for Lightbox Gallery */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
/*    padding-top: 55px;  */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
/*    background-color: #F2E3C7; */
    
 }

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


  .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;
    bottom: 0;
    right: 230px;
}
.modal .modal-content .previous-btn{
   
}
.modal .modal-content .next-btn{
   
}
/*.modal .modal-content .previous-btn img{
    width: 125%;
}
*/
.modal .modal-content .next-btn img{
    width: 26%;
}
.gallery-img{
    width: 100%;
}
.gallery-img:hover{
   cursor: pointer;
}
.gallery-image-modal{
   max-width: 60% !important;
}
.modal-box-image{width: 50%;}
/* .previous img, .next img{width: 100%;} */
/* Light box Gallery CSS ends */

