.plan {
  max-width: 100%;
  margin: 0 auto;
 
}

.strip
{
	width:100%;
	background:#e8f9f0;
}

.price {
  height: 100px;
  /*width: 100px;*/
  text-align: center;
  line-height: 100px;
  color: rgb(77, 77, 77);
  font-size: 27px;
  font-weight: 500;
  margin: 20px auto;
}

.fagreen{
	color: #76c125 !important;
    background: #dcf3db !important;
    border-radius: 50% !important;
	font-size: 10px !important;
    padding: 2px !important;
}
 .plat {
  float: left;
  width:32%;
  position: relative;
  text-align: center;
  border-left: 0;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
  box-shadow: -1px 1px 12px 0px #dadada
}

.silver{
	float: left;
	width:32%;
    position: relative;
  text-align: center;
  border-radius: 5px;
  border-right: 0;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  box-shadow: -1px 1px 12px 0px #dadada
}


.gold > .price {
  background: #e8f9f0;
  color: rgb(77, 77, 77);
      margin-bottom: 4px;
}

.gold > .price {
  background: #e8f9f0;
  color: rgb(77, 77, 77);
      margin-bottom: 4px;
}


.gold {
    float: left;
    position: relative;
    width: 36%;
    top: -35px;
	z-index: 99;
    background: #e8f9f0;
    text-align: center;
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
    box-shadow: -1px 1px 12px 0px #dadada;
    
	    min-height: 540px;
}
.plat > .price {

      margin-bottom: 4px;
}
.gold > h1{
  color: rgb(77, 77, 77);
  background:rgb(211, 244, 227);
  padding: 20px;
  margin: 0;
  font-size: 2em;
  padding-bottom: 30px;
  padding-top: 30px;
}
 .gold > h2, .gold > p, .gold > span {
  color: rgb(77, 77, 77);
}
.plat > h1 {
    margin: 0;
    font-size: 1.25em;
    color: rgb(77, 77, 77);
    background: #e8f9f0;
    padding: 20px;
}


.plat > h2 {
  font-size: .75em;
  color: rgb(77, 77, 77);
  font-weight: 100;
  letter-spacing: 1px;
}

.plat > p {
    color: rgb(77, 77, 77) !important;
    font: 300 16px/1.5em 'Lato', sans-serif !important;
    width: 99% !important;
    text-align: left !important;
    padding-left: 10px;
    margin: 0 !important;
    line-height: 1.8em !important;
}

.plat > span {
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: inline-block;
  width: 85%;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 1px;
  color: rgb(77, 77, 77);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}



.plat > button {
	position:absolute;
	bottom:-2%;
	left:50%;
	transform: translate(-50%, -50%);
  display: block;
  margin: 20px auto;
  width: 150px;
  height: 35px;
  border-bottom: 5px solid #c0392b;
  background: #25c16f;
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 1em;
  font-weight: 300;
  transition: all ease-in-out .2s;
}


.silver > h1 {
    margin: 0;
    font-size: 1.25em;
    color: rgb(77, 77, 77);
    background: #e8f9f0;
    padding: 20px;
}


.silver > h2 {
  font-size: .75em;
  color: rgb(77, 77, 77);
  font-weight: 100;
  letter-spacing: 1px;
}

.silver > p {
    color: rgb(77, 77, 77) !important;
    font: 300 16px/1.5em 'Lato', sans-serif !important;
    width: 99% !important;
    text-align: left !important;
    padding-left: 10px;
    margin: 0 !important;
    line-height: 1.8em !important;
}

.silver > span {
  margin-bottom: 15px;
  padding-bottom: 10px;
  display: inline-block;
  width: 85%;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 1px;
  color: rgb(77, 77, 77);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}



.silver > button {
	position: absolute;
    bottom: -2%;
    left: 50%;
    transform: translate(-50%, -50%);
  display: block;
  margin: 20px auto;
  width: 150px;
  height: 35px;
  border-bottom: 5px solid #c0392b;
  background: #25c16f;
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 1em;
  font-weight: 300;
  transition: all ease-in-out .2s;
}

.gold > p {
    color: rgb(77, 77, 77) !important;
    font: 300 16px/1.5em 'Lato', sans-serif !important;
    width: 99% !important;
    text-align: left !important;
    padding-left: 10px;
    margin: 0 !important;
    line-height: 1.8em !important;
}

.gold > button {
	position:absolute;
	bottom:25px;
	left:50%;
	transform: translate(-50%, -50%);
  display: block;
  margin: 20px auto;
  width: 150px;
  height: 35px;
  border-bottom: 5px solid #c0392b;
  background: #25c16f;
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 1em;
  font-weight: 300;
  transition: all ease-in-out .2s;

}


.gold > span {
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: inline-block;
  width: 85%;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 1px;
  color: rgb(77, 77, 77);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.gold > span, .silver > span, .plat > span {
	height:35px;
	padding: 6px 0px;
}

@media (max-width: 768px){ 
.plat { 
 width: 100% !important;

 top: 35px;
    position: relative;
}

.gold { 
 width: 100% !important;
 top: 15px;
}

.silver { 
 width: 100% !important;
 
}
}
