.baseMapShape {
  position: absolute;
  bottom: 0;
  left: 2%;
  width: 30%;
}

.rtl .baseMapShape {
  left: auto;
  right: 2%;
}

.compatibilityImages {
  width: 60%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  height: 400px;
  padding: 15px;
  margin: auto;
  align-items: center;
}
.compatibility {
  padding: 50px 0 20px;
  background-image: url("../images/BaseMaps/compatabiliy_bar.jpg");
  background-position: top left;
  background-size: cover;
  position: relative;
  height: 100%;
}
.compatibility .mainTitle {
  color: white;
}

.compatibility img {
  width: 170px;
}
/* swiper */
.slideShowBox {
  position: relative;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0 0 40px;
}
.swiperTitle {
  padding-top: 50px;
}
.swiper {
  width: 90%;
  margin: 35px auto 50px;
  min-height: 350px;
  direction: ltr;
  overflow: hidden;
}

.swiper-slide {
  height: 100%;
  display: flex;
  justify-content: space-between;
  color: white;
  flex-direction: column;
  padding: 0% !important;
  height: 85%;
  border-radius: 7px;
}
.basemap-swiper .swiper-slide {
  background-color: var(--petrol);
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 80%;
  object-fit: fill;
}

.swiperCardContent {
  padding: 10px 20px 0px !important;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  overflow: hidden;
}

.swiperCardContent h5 {
  font-weight: 700;
  font-size: 1.5rem;
}

/* bg */

.topTitleBaseMapBg {
  background-image: url("../images/content_topbar.jpg");
}

.featureImg {
  background-image: url("../images/BaseMaps/base-maps2.png");
}
.mainJopImg {
  background-image: url("../images/BaseMaps/base-maps3.png");
}
.uniqueBaseMapImg {
  background-image: url("../images/BaseMaps/base_maps.png");
}
@media screen and (min-width: 768px) {
  .compatibilityImages {
    flex-direction: row;
    height: 250px;
    z-index: 3;
    justify-content: space-between;
  }
  .swiper {
    width: 90%;
  }
  img.baseMapShape {
    left: 10px;
    width: 150px;
  }
  .rtl img.baseMapShape {
    left: auto;
    right: 10%;
  }
}
@media screen and (min-width: 1100px) {
  img.baseMapShape {
    left: 30px;
  }

  .rtl img.baseMapShape {
    left: auto;
    right: 30px;
  }
}
