.page-banner {
  position: relative;
  width: 100%;
  overflow: hidden;         
  min-height: 425px;        
}

.circle {
  background-color: rgba(0,0,0, 0.6);  
  color: white;
  transform: translate(-50%, -50%);          
  border-radius: 50%;
  padding-top: 100%;                          
  position: absolute;
  top:50%;                                     
  left:0;
  width:100%;
  min-width:600px;                            
  min-height:600px;
}

.page-banner-text {
  position: absolute;                         
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  padding:2em;
  width:40%;
}

#hero-hr{
    height: 2px;
    width: 60%;
    margin: 20px 0;
    background: #fff;
}

.clipped{
    clip-path: polygon(18% 0, 100% 0%, 100% 100%, 0 100%);
  }

a.btn.btn-primary {    padding: 16px 28px;    border-radius: 5;    background: #093d87;    border: none;   box-shadow: 0 4px 5px -3px #333;    transition: 0.5s;    font-weight: bold;transition: ease-out 0.4s;}
a.btn.btn-primary:hover {    box-shadow: inset 0 0 0 50px #3a639f; }

.box-wrapper {
  background-color: #fff;
  overflow: hidden;
  max-width: 320px;
  box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.48);
  padding: 0;
  text-align: center;
  position:relative;
  margin:0 auto;
}
.box-wrapper img {
  max-width: 100%;
}
.box-wrapper .success {
  position: absolute;
  top: 50%;
  left: 37%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 999;
}
.expanded .box-wrapper .success {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.6s;
  transition: opacity 0.3s 0.6s;
}
.box-wrapper .success:before, .box-wrapper .success:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
}
.box-wrapper .success:before {
  width: 40px;
  height: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.box-wrapper .success:after {
  width: 88px;
  height: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -16px;
  left: 8px;
}

.title {
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Acme', sans-serif;
}

.desc {

  font-size: 1.2em;
}

.box-content {
  position: relative;
  z-index: 1;
}
.box-content:before {
  content: '';
  width: 200%;
  height: 100px;
  position: absolute;
  display: block;
  background-color: #fff;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  top: -50px;
  left: -10%;
  z-index: -1;
}
.box-content .buy {
  display: block;
  top: -80px;
  right: 30px;
  z-index: 2;
  width: 70px;
  height: 70px;
  position: absolute;
}
.box-content .buy span {
  width: 70px;
  height: 70px;
  background-color: #06D6A0;
  display: block;
  border-radius: 50%;
  position: absolute;
  font-size: 36px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.box-content .buy span i {
  padding: 15px;
}
.expanded .box-content .buy span {
  width: 750px;
  height: 750px;
}
.expanded .box-content .buy span i {
  display: none;
}
.box-content .price {
  font-size: 1.2em;
  font-weight: 900;
  display: block;

  margin: 20px auto 0;
  position: relative;

}
.box-content .price:after, .box-content .price:before {
  content: '';
  
  display: block;
  position: absolute;
  background-color: #ddd;
  top: 18px;
}
.box-content .price:before {
  left: -50px;
}
.box-content .price:after {
  right: -50px;
}
.box-content .footer ul {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}
.box-content .footer ul li {
  color: #EFD829;
}

@media only screen and (max-width: 992px) {
  .name {
    text-align:center;
  }
.page-banner-text {
    width: 50%;
  }
}

@media only screen and (max-width: 800px) {
  .page-banner{
    min-height:400px;
}
.circle{
    padding-top:0;
    top:0;
    min-height:400px;
    min-width:100%;
    width:100%;
    transform:translate(0,0);
    border-radius:0;
    position:relative;
  }
   .page-banner-text{
    left:0;
    top:10%;
    transform:translateY(0);
    text-align:center;
    width:100%;
    position:relative;
  }
  #hero-hr{
   margin:20px auto;
    width:60%;
}
}