/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;

}

/* --------------- */

/* xZoom Styles below */
.xzoom-container {
  display: inline-block;
}

.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.xzoom-thumbs a {
  display: inline-block;
}

.access-content {
  padding-left: 30px;
}

.access-content h2 {
  font-size: 36px;
  margin-top: 0px;
  font-weight: 600;
  font-family: 'Exo 2', sans-serif;
}

.access-content h4 {
  font-size: 24px;
  margin-top: 10px;
  font-weight: 400;
  color: var(--bg-color);
  margin-bottom: 0px;
  font-family: 'Exo 2', sans-serif;
}

.access-content p {
  font-size: 16px !important;
  margin-top: 0px;
  font-weight: 400;
}

.access-content h3 {
  font-size: 28px !important;
  margin-top: 10px !important;
  font-weight: 600 !important;
  color: #000 !important;
  margin-bottom: 0px !important;
  font-family: 'Exo 2', sans-serif;
  padding: 15px 0 16px 0px;
}

.access-content p {
  line-height: 24px;
  padding-top: 7px;
}

.video-pop {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}

.xzoom {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.xzoom2,
.xzoom3,
.xzoom4,
.xzoom5 {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

/* Thumbs */
.xzoom-gallery,
.xzoom-gallery2,
.xzoom-gallery3,
.xzoom-gallery4,
.xzoom-gallery5 {
  width: 150px;
  height: 120px;
  margin-right: 15px;
  object-fit: contain;

}

/*.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}*/

/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
  background: #fff !important;
}

/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: -0px -0px 0px rgba(0, 0, 0, 0.50);
  background: #fff !important;
}

/* Lens */
.xzoom-lens {
  border: 0px solid #555;
  box-shadow: -0px -0px 0px rgba(0, 0, 0, 0.50);
  cursor: crosshair !important;
  /* background-image: url(../img/tile._CB483369964_.gif);  z-index: 9!important;*/
}

/* .bo-izom
{
  width: 690px; z-index: -999!important;

} */
.bo-izom {
  width: 100%;
  height: 450px;
  object-fit: contain;

}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: .7;
  background: url(../example/images/xloading.gif);
  width: 48px;
  height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(74, 169, 210, 1);
  -moz-box-shadow: 0px 0px 0px 0px rgba(74, 169, 210, 1);
  box-shadow: 0px 0px 0px 0px rgba(74, 169, 210, 1);
  border: 1px solid #333;
  background: #fff !important;
}



/* developed by - aA-Abdul anas {abdulanaspnweb@gmail.com}*/

/*Rasponsive Code*/
/*1920*/
@media only screen and (min-width : 1920px) and (max-width : 2560px) {}

/*1600*/
@media only screen and (min-width : 1600px) and (max-width : 1919px) {}

/*1500*/
@media only screen and (min-width : 1500px) and (max-width : 1599px) {}

/*1440*/
@media only screen and (min-width : 1440px) and (max-width : 1500px) {}

/*1440*/
@media only screen and (max-width : 1440px) {}

/*1366*/
@media only screen and (min-width : 1366px) and (max-width : 1439px) {
  .bo-izom {
    width: 550px;
  }
}

/*1280*/
@media only screen and (min-width : 1280px) and (max-width : 1365px) {}

/*1200*/
@media only screen and (min-width : 1200px) and (max-width : 1279px) {}

/*1024*/
@media only screen and (min-width : 1024px) and (max-width : 1199px) {

  .bo-izom {
    width: 100% !important;
  }

  .xzoom-gallery,
  .xzoom-gallery2,
  .xzoom-gallery3,
  .xzoom-gallery4,
  .xzoom-gallery5 {
    width: 170px;
    height: 100px;
    object-fit: cover;
  }




}

/*tab*/
@media only screen and (min-width : 768px) and (max-width :1023px) {}



/*mobile*/
@media only screen and (min-width : 150px) and (max-width : 767px) {


  .bo-izom {
    height: auto;
  }

  .xzoom-gallery,
  .xzoom-gallery2,
  .xzoom-gallery3,
  .xzoom-gallery4,
  .xzoom-gallery5 {
    width: 100px;
    height: 60px;
    object-fit: cover;
  }



}

@media only screen and (max-width: 690px) {}

@media only screen and (max-width: 450px) {}

@media only screen and (max-width : 376px) {}

@media only screen and (max-width : 320px) {}