section > .with-shadow > .plan-details {
  padding-top: 90px;
  box-shadow: 0px 2px 5px 0px #888888;
  background-color: #f5f4f8;
}
section > .with-shadow > {
  box-shadow: 0px 2px 5px 0px #888888;
}
section > .container-fluid > img {
  /* padding-top: 160px; */
  top: 0px;
  width: 100%;
  height: auto;
  box-shadow: 0px 2px 5px 0px #888888;
}
.get-a-quote {
  border-radius: 10px;
}
@media only screen and (min-width: 1000px) {
  section > .container-fluid {
    position: relative;
    padding-top: 50px;
  }
  section > .container-fluid > .product-decription {
    position: absolute;
    top: 93%;
    left: 15%;
    width: 70%;
    background-color: white;
    padding: 35px 3% 15px 3%;
    border-radius: 10px;
    margin-bottom: 100px;
    box-shadow: 0px 2px 5px 0px #888888;
  }
  section > .container-fluid > .product-decription > center > h4 {
    font-size: 16px;
  }
  section > .container-fluid > a {
    position: absolute;
    top: 75%;
    right: 15%;
  }
  section > .container-fluid > .get_a_quote_2 {
    position: absolute;
    top: 75%;
    right: 20%;
    border-radius: 10px;
  }
  section > .with-shadow > .plan-details > .row > .col-md-1 > img {
    position: absolute;
    top: 100%;
    right: 1%;
    width: 40%;
    height: auto;
  }
}
@media only screen and (max-width: 999px) {
  section > .container-fluid {
    position: relative;
    padding-top: 20px;
  }
  section > .container-fluid > .product-decription {
    position: absolute;
    top: 90%;
    width: 100%;
    background-color: white;
    padding: 20px 5% 5px 5%;
    border-radius: 10px;
    margin-bottom: 100px;
    box-shadow: 0px 2px 5px 0px #888888;
  }
  section > .container-fluid > .product-decription > center > h4 {
    font-size: 12px;
  }
  section > .container-fluid > a {
    display: none;
  }
  section > .with-shadow > .plan-details > .pads > .mobile-space {
    padding-bottom: 20px;
  }
  section > .with-shadow > .plan-details > .row > .col-md-1 > img {
    display: none;
  }
}
