.button {
  background: coral;
  padding: 1em 2em;
  color: #fff;
  border: 0;
}

.button:hover {
  background: #333;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fff;
  margin: 120px auto;
  padding: 20px;
  max-width: 500px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  animation-name:modalopen;
  animation-duration:1s;
}

.closeBtn {
  color: #ccc;
  float: right;
  font-size: 30px;
}

.closeBtn:hover,
.closeBtn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@keyframes modalopen {
  from{opacity: 0}
  to{opacity: 1}
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: scroll;
}

#pricing {
padding: 40px 0;
}

.box {
  margin-bottom: 20px;
  text-align: center;
}

.price-head {
  background-color: #4b403c;
  width: 100%;
  padding: 0;
  color: #fff;
}

.price-head p {
    font-size: 35px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
}

.body {
  padding: 15px;
  border: 1px solid #eee;
  height: 190px;
}

.body.in {
    height: 190px;
}

.modal-header .close {
    margin: 0;
    font-size: 40px;
}

.close {
    opacity: .9;
}

div#navbar-collapse-02 {
    padding-right: 0;
}

.modal-header {
    padding: 0 0 15px 24px;
    border-bottom: 2px solid #ebedef;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, .7);
}

h4.title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 8px 8px 0 0;
  margin-top: 0;
  margin-bottom: 10;
}

.card-footer {
  padding: 20px 0;
  margin-bottom: 20px;
  background-color: #c8af9d;
}

.card-footer a:focus {
  color: #fff;
}

.buy {
  padding: 10px 25px;
  margin-bottom: 5px;
  border-radius: 0px;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 500;
  background-color: #c8af9d;
  color: rgb(255, 255, 255);
  border: 2px solid #c8af9d;
  outline: none;
  text-transform: uppercase;
}

.buy-btn {
  font-size: 13px;
}

.buy:hover {
    opacity: .85;
    text-decoration: none;
    color: #fff;
}

#mobile {
  text-align: center;
}
.hide {
  display: none;
}

select.div-toggle {
  padding-left: 0;
  width: 180px;
}

select {
  height: 50px;
  text-transform: uppercase;
  text-align: center;
  border: none;
}


.select {
    width: 180px;
    margin: 0 auto 20px;
    border: 2px solid #000;
    text-align: center;
}

.modal-title {
  font-size: 30px;
}



/*** Media Queries ***/

@media (min-width: 1444px) {
  .body {
      height: 232px;
  }
}

@media (max-width: 1199px) {
  /* .body {
    height: 380px;
  } */
}

@media (min-width: 1200px) {
  .body {
    height: 190px;
  }

  .body.in {
    height: 180px;
}
}

@media (max-width: 1035px) and (min-width: 992px){

}

@media (max-width: 597px) {
  /* #mobile .body {
   height: 220px;
  } */
  .body.home {
      height: 210px;
  }
  .body {
    padding: 20px;
}

  #mobile .body.in {
    height: 190px;
  }

}

@media (max-width: 500px) {
  button.btn.btn-primary.btn-md.buy-btn.announce-btn {
    width: 70%;
  }

  #mobile .body {
   height: 220px;
  }
  .modal-content {
      margin: 110px 15px;
  }

  .modal-title {
    font-size: 25px;
  }
  .modal-body {
    padding: 20px 0 0 0;
  }

  button.btn.btn-primary.btn-md.buy-btn {
    width: 100%;
  }

  a.btn.btn-default.btn-md.btn-huge {
    width: 100%;
  }
}


@media (max-width: 430px) {
  #paultripp h2 {
    text-align: center!important;
  }

  #mobile .body {
    height: 245px;
  }

  #mobile .body.in {
    height: 220px;
  }
}

@media (max-width: 380px) {
  #mobile .body.in {
    height: 245px;
  }

  #mobile .body {
    height: 275px;
}
}

@media (max-width: 340px) {
  .close {
    font-size: 26px;
  }
}
