/*
    Part of     :   OpenTel - opentel.co.za
    By          :   Emmanuel Adigun (emmanuel@zignal.net)
    Date        :   20 May 2023
*/
div.iso-package {
  border-radius: .5rem;
  padding: .5rem !important;
  margin: .5rem !important;
}

div.iso-package {
  width: 250px !important;
}

.item-box {
  position: relative;
  overflow: hidden;
  display: block;
}

div.portfolioContainer .modal-content {
  border: 0px;
}

div.portfolioContainer .modal-body {
  padding: 0px;
}

.packages-area-header {
  background: url(/static/web/images/hero-blank-bg.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  height: 350px;
  width: 100%;
}

.packages-area {
  background-color: #fff;
  position: relative;
  width: 1140px;
  width: 80%;
  margin: auto;
}

.packages-section {
  border-radius: 5px;
  box-shadow: 8px 9px 35px 0px rgb(145 145 145 / 24%);
  transition: 0.3s;
  padding: 59px;
  background: #fff;
  margin-top: -139px;
  margin-bottom: 0px;
  z-index: 2;
  min-height: 700px;
}

div.gallery-nav {
  float: left !important;
}

ul.container-filter {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
}

ul.container-filter li {
  list-style: none;
  display: inline-block;
}

ul.container-filter a {
  display: block;
  font-size: 14px;
  margin: 10px 10px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 400;
  line-height: 30px;
  -webkit-transition: all 0.6s;
}

div.gallery-nav ul li a {
  font-size: 1.0em;
  font-weight: 400;
}

div.gallery-nav ul li a.active {
  color: #207dff !important;
  border-bottom: 3px solid #207dff;
}

.block-package {
  border-radius: .35rem;
  padding: 0px;
  padding-top: 30px;
  background: #fff;
  background-color: rgb(255, 255, 255);
  width: 100%;
  text-align: center !important;
}

div.block-package {
  background-color: #fff !important;
}

.block-package .heading-wrapper {
  margin-bottom: 30px;
}

.block-package .heading {
  font-size: 1.0em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #207dff;
}

div.heading-wrapper {
  margin-bottom: 20px;
}

h4.heading {
  margin-top: 0px;
}

h4.heading.caption {
  font-size: 16px;
}

h4.heading.subcaption {
  margin-top: 5px;
  font-size: 12px;
  color: #333;
}

.block-package .price {
  margin: 0;
  padding: 0;
  display: block;
}

.block-package .price .number {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  display: inline-block;
  margin-top: 10px;
}

.ribbon {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
}

.ribbon-top-right {
  right: -10px;
  top: -20px;
}

div.iso-package .modal-footer {
  padding: 0px !important;
  border: 0px;
  background-color: #fff !important;
}

div.portfolioContainer .btn-sign-up-wrapper {
  display: table;
  margin: auto;
  padding: 10px;
}

div.portfolioContainer .btn-sign-up-wrapper {
  padding: 0px;
  padding-top: 10px;
}

div.col-package-summary {
  margin-bottom: 20px;
}

a.openzone-button-large {
  width: 40%;
  display: inline-block;
  font-size: 24px;
  margin-top: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
  div.text-center.gallery-nav {
    display: none;
  }

  .breatcome-title h1 {
    font-size: 24px;
  }

  .packages-section {
    padding: 10px;
  }

  a.openzone-button-large {
    font-size: 14px;
  }
  
}

