
/*.glightbox img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    transition: 0.3s;*/
    /* overflow: hidden; */
  
/*}*/

/* .gallery_product{
    margin: 0 5px 5px 5px;
} */
/*.gallery_product{*/
/*    overflow: hidden;*/
/*}*/
/* .glightbox img{
    box-shadow: 0 8px 26px 0 rgb(0 0 0 / 16%) !important;
} */


/*.glightbox img:hover{*/
/*    transform: scale(1.2);*/
  
    
/*} */
/*.gallery-title*/
/*{*/
/*    font-size: 36px;*/
/*    color: #42B32F;*/
/*    text-align: center;*/
/*    font-weight: 500;*/
/*    margin-bottom: 70px;*/
/*}*/
/*.gallery-title:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 7.5%;*/
/*    left: 46.5%;*/
/*    height: 45px;*/
/*    border-bottom: 1px solid #5e5e5e;*/
/*}*/
/*.filter-button*/
/*{*/
/*    font-size: 18px;*/
/*    border: 1px solid #002347;*/
/*    border-radius: 5px;*/
/*    text-align: center;*/
/*    color: #002347;*/
/*    margin:0 5px 15px 5px;*/
    

/*}*/
/*.filter-button:hover*/
/*{*/
/*    font-size: 18px;*/
/*    border: 1px solid #002347;*/
/*    border-radius: 5px;*/
/*    text-align: center;*/
/*    color: #ffffff;*/
/*    background-color: #002347;*/

/*}*/
/*.filter-button.active*/
/*{*/
/*    background-color: #002347;*/
/*    color: white;*/
/*}*/
/*.port-image*/
/*{*/
/*    width: 100%;*/
/*}*/

/*.gallery_product*/
/*{*/
    /* margin: 10px; */
/*    padding:10px !important;*/
/*    padding-bottom: 30px;*/
/*	-webkit-animation-duration: 1s;*/
/*            animation-duration: 1s;*/
/*            -webkit-animation-fill-mode: both;*/
/*            animation-fill-mode: both;*/
/*}*/

/*.block{*/
/*    opacity: 0;*/
/*}*/

/*@-webkit-keyframes fadeIn {*/
/*    0% {opacity: 0;}*/
/*    100% {opacity: 1;}*/
/*}*/
/*@keyframes fadeIn {*/
/*    0% {opacity: 0;}*/
/*    100% {opacity: 1;}*/
/*}*/
/*.fadeIn {*/
/*    -webkit-animation-name: fadeIn;*/
/*    animation-name: fadeIn;*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .glightbox-container .ginner-container{*/
/*        width:auto !important;*/
/*    }*/
/*    .glightbox-clean .gnext{*/
/*        top:50%  !important;*/
/*        right:1px ;*/
/*        color: white !important;*/
      
/*    }*/
/*    .glightbox-clean .gprev{*/
/*        top:50%  !important;*/
/*      color:white !important*/
      
/*    }*/
/*    .glightbox-clean .gclose{*/
       
/*      color:white !important*/
      
/*    }*/

/*    .goverlay{*/
/*        background: rgba(0, 0, 0, .92) !important;*/
/*    }*/
/*  }*/

/*  @media (min-width:780px){*/
/*    .gnext{*/
/*        font-size: 30px ;*/
/*        padding: 30px;*/
/*        top:46% !important;*/
/*    }*/
/*    .gprev{*/
/*        font-size: 30px ;*/
/*        padding: 30px;*/
/*        top:46% !important;*/

/*    }*/
/*    .gclose{*/
/*        font-size: 50px !important ;*/

/*    }*/

/*  }*/
/*.gallery{*/
/*    height: auto  !important;*/
/*    margin-top: 30px;*/
/*    margin-bottom: 30px;*/
/*}*/

.glightbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  /* overflow: hidden; */
}

/* .gallery_product{
    margin: 0 5px 5px 5px;
} */
.gallery_product {
  overflow: hidden;
}
/* .glightbox img{
    box-shadow: 0 8px 26px 0 rgb(0 0 0 / 16%) !important;
} */

/* .glightbox img:hover{
    transform: scale(1.2);
  
    
}  */
.gallery-title {
  font-size: 36px;
  color: #42b32f;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px;
}
.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #5e5e5e;
}
.filter-button {
  font-size: 18px;
  border: 1px solid #002347;
  border-radius: 5px;
  text-align: center;
  color: #002347;
  margin: 0 5px 15px 5px;
}
.filter-button:hover {
  font-size: 18px;
  border: 1px solid #002347;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #002347;
}
.filter-button.active {
  background-color: #002347;
  color: white;
}
.port-image {
  width: 100%;
}

.gallery_product {
  /* height: 300px; */
  /* margin: 10px; */
  /* padding: 10px !important; */
  padding: 0px;
  padding-bottom: 30px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.block {
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@media (max-width: 768px) {
  .glightbox-container .ginner-container {
    width: auto !important;
  }
  .glightbox-clean .gnext {
    top: 50% !important;
    right: 1px;
    color: white !important;
  }
  .glightbox-clean .gprev {
    top: 50% !important;
    color: white !important;
  }
  .glightbox-clean .gclose {
    color: white !important;
  }

  .goverlay {
    background: rgba(0, 0, 0, 0.92) !important;
  }
}

@media (min-width: 780px) {
  .gnext {
    font-size: 30px;
    padding: 30px;
    top: 46% !important;
  }
  .gprev {
    font-size: 30px;
    padding: 30px;
    top: 46% !important;
  }
  .gclose {
    font-size: 50px !important ;
  }
}
.gallery {
  height: auto !important;
  margin-top: 30px;
  margin-bottom: 30px;
}
.result-img-div {
  height: 300px !important;
}
.result-text-div {
  padding-top: 10px;
}
.result-text-div h5 {
  margin-bottom: 0px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.result-text-div h4 {
  margin-bottom: 5px !important;
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.result-text-div p {
  word-wrap: break-word;
  margin: 0px;
  line-height: 22px;
  text-align: justify;
  padding-top: 5px;
}
.result-main {
  width: 100%;
  padding: 0px 20px;
  display: inline-block;
  flex-direction: row;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.result-main-div {
  padding: 14px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 23.5%;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  display: inline-block;
}
.percentile {
  background-color: #002347;
  color: white;
  margin-bottom: 5px !important;
  padding: 3px 0;
}
@media (max-width: 980px) {
  .result-main-div {
    width: 30%;
  }
}
@media (max-width: 740px) {a
  .result-main-div {
    width: 48%;
  }
}
@media (max-width: 540px) {
  .result-main-div {
    width: 100%;
  }
  .result-img-div {
    height: 360px !important;
  }
}
