section.en__listing {
  position: relative;
  padding-top: 191px;
  padding-bottom: 0px;
}
section.en__listing::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40vw;
  height: 100%;
  background-color: #9ed6df;
  z-index: -1;
  opacity: 0.44;
  max-height: 835px;
}
section.en__listing .sub-title {
  margin: 15px 0 50px;
}
section.en__listing .imgbox img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 350px;
}
section.en__listing .en__listing {
  padding: 0 25px;
  margin-bottom: 50px;
}
section.en__listing .en__listing_item_details {
  padding: 25px 0px 0px;
}
section.en__listing .en__listing_item_details p {
  font-weight: 500;
  font-size: 20px;
  font-family: "Gotham Medium";
}
section.en__listing .en__listing_item_details strong {
  font-size: 18px;
  font-weight: 400;
  color: #707070;
}
section.en__listing .en__listing_item_details a {
  background-color: #000000;
  color: #ffffff;
  margin: 0px;
  font-size: 15px;
  padding: 15px;
  float: right;
}

.en__subscription {
  padding: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.en__subscription .infobox {
  background-color: #000000;
  padding: 40px;
  position: relative;
}
.en__subscription .infobox::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  width: 50vw;
  height: 100%;
  background-color: black;
  z-index: 1;
}
.en__subscription .infobox::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -30px;
  width: 150px;
  height: 80px;
  background-image: url(../images/dots.svg);
  z-index: 1;
  background-repeat: no-repeat;
}
.en__subscription .infobox .sub-title {
  margin: 0px 0px 15px;
  font-size: 2.5vw;
  word-break: initial;
}
.en__subscription .infobox .lighttitle {
  text-transform: uppercase;
  display: block;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  max-width: 380px;
}
.en__subscription .detailblock {
  max-width: 800px;
  margin-left: 100px;
}
.en__subscription .infoboxtxt {
  padding: 30px 10px;
  background-color: #ffffff;
  margin: 0 30px 30px;
  border-radius: 30px;
  box-shadow: 0px 0px 15px -9px #000000;
  text-align: center;
}
.en__subscription .infoboxtxt h2 {
  font-size: 35px;
  margin: 0px 0px 15px;
}
.en__subscription .infoboxtxt strong {
  color: #83c6d1;
  font-size: 16px;
  max-width: 200px;
  display: block;
  font-weight: 600;
  margin: 0 auto 20px;
  font-family: "Gotham Black";
}
.en__subscription .infoboxtxt p {
  font-size: 12px;
  max-width: 200px;
  margin: 0 auto;
}
.en__subscription .subscription-img {
  position: absolute;
  bottom: 0;
  right: -160px;
  z-index: -1;
  width: 35vw;
}
.en__subscription .subscription-back {
  position: absolute;
  left: 30%;
  top: 50%;
  z-index: -1;
  width: 35vw;
  transform: translate(-50%, -50%);
}

section.en__listing .titlebox + .row {
  margin: 0 -25px;
}

section.en__listing .en__listing .imgbox {
  position: relative;
  padding-top: 78.3%;
}

section.en__listing .en__listing .imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  section.en__listing .titlebox + .row {
    margin: 0;
  }
}/*# sourceMappingURL=pricing.css.map */