
.box {
  background: #fff;
  box-shadow: 1px 1px 20px 1px #ADB0B0;
  border: 1px solid #E3E2E1;
  height:100%;
  width: 300px;
  padding: 15px;
  max-width:100%;
  display:inline-block;
  position: relative;
    
}

.alightment{
  position: relative;
  bottom:0;
}
.button-alignment{
    bottom: 0 !important;
    display: block;

}
.button-alignment p{
  font-size: 1em;
}

.membership-section .row{
  padding-top:25px;

}
 
.box ul li {
    color: #212121;
    font-family: inherit;
    
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 10px;
    padding-top:10px;
    list-style: none;
    border-bottom: 1px solid #eee;
  }

.line-spacing li {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }

h3 {
  font-weight: bold;
  line-height:1em;

}
table {
    box-shadow: 1px 1px 20px 1px #ADB0B0;   
    color: #343A3A;
    background-color:white;
    padding:15px;
    margin-top: 50px;


    color: #212121;
    font-family: inherit;
}
.member-pricing td, .member-pricing tr, .member-pricing th {
  border: 1px solid #E3E2E1;
  text-align: center;
  padding: 10px;

}
td{
  padding: 10px;
}
th {
  color: #7E8282;
  vertical-align: bottom;
}

.vert-table th{
  color: white;
  text-transform: uppercase; 
  padding: 25px 20px;
  font-size:24px;
  font-weight: bold;
}

.vert-table td{
  vertical-align: middle !important;
}

.vert-header {
  background-color:#616565;
  border-color:#616565;
  border-radius:5px;
}
.vert-row-outline td{
  border-bottom:1px solid #E6E8E8;;
}




.fiveyear-premium .card-button span{
    background-color: #ED8102 !important;
}
.fiveyear-premium .card-button {
    background-color: #ED8102 !important;
}
.fiveyear-member .card-button {
    background-color: #4EB236 !important;
}

.fiveyear-member .card-button span {
    background-color: #4EB236 !important;
}

.yearly-premium .card-button span {
    background-color: #ED8102 !important;
}
.yearly-premium .card-button  {
    background-color: #ED8102 !important;
}

.yearly-member .card-button span {
    background-color: #4EB236 !important;
}

.yearly-member .card-button {
    background-color: #4EB236 !important;
}

 .card-button{
    width: 100%;
    margin-right:10px;
    margin-top:10px;
    margin-bottom:10px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    border: 0;
    text-decoration: none !important;
    border-radius: 5px;
    height: 50px !important;
    min-height: 30px;

    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    text-align:center;
    display: block; 
    font-family:inherit;
    font-weight: lighter;
    color: black;
    font-size: 15px;
    line-height: 25px !important;

  }
.card-button u{
    font-weight: bold;
    color: white;
    text-shadow:none;
    font-size: 18px;
  }

.card-button:hover {
    -webkit-filter: opacity(50%);
  }
.download-footer-1 {
    width: 100%;
    margin-right:10px;
    margin-top:10px;
    margin-bottom:10px;
    overflow: hidden;
    background-color: #097789;
    -webkit-font-smoothing: antialiased;
    border: 0;
    text-decoration: none !important;
    border-radius: 5px;
    height: 50px !important;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    text-align:center;
  }

.download-footer-1 span {
    min-height: 30px;
    height: 50px !important;
    padding-top:15px;
    background-color:#097789;
    display:block;
    font-family:inherit;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25) ;
    color: white;
  }

.download-footer-1:hover {
    -webkit-filter: opacity(50%);
  }

.pricing-section {
    padding-top: 60px;
    padding-bottom: 80px;
}
.pricing-section-heading h2 {
    color: #212121;
    text-align: center;
    font-family: inherit;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 10px;
}
.pricing-section-heading p {
    color: #212121;
    text-align: center;
    font-family: inherit;
	  line-height:32px;
	  opacity:0.9;
    font-weight: 300;
    padding-bottom: 50px;
}

.pricing-footer {
    padding-top: 30px;
    position:absolute;
    bottom:0;
    right:5px;
    left:5px;
}

.pricing-footer a {
    margin-top: 15px;
}

.pricing-footer p{
    padding-bottom: 25px;
}

.pricing-footer-1 {
    background: none;
    width: 100%;
    margin: 0px auto;
    border: 2px solid #64D44C;
    color: #2ecc71;
    border-radius: 30px 5px;
    color: #212121;
    display: block;
    text-align: center;
    font-family: inherit;
    font-weight: 500;
    padding: 16px 40px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.pricing-footer-1:hover {
    background: #64D44C;
    text-decoration: none;
    border-radius: 5px 30px;
    color: #fff;
}

@media only screen and (min-width: 320px){
table {
    margin:auto;
}

.vert-header th{
    font-size: 15px;
    padding: 15px 10px;

}

.vert-header td{
  font-size: 15px;
  padding: 10px 5px;
}

.member-pricing td, .member-pricing tr{

  text-align: center;
  padding: 5px;
  font-size: 10px;
}
.member-pricing th{
  text-align: center;
  padding: 5px;
  font-size:12px;
  font-weight: 200;
}
.pricing-section-heading p {
  font-size:15px;
}
.box{
  min-height:500px;
  margin-bottom: 30px;
}
.membership-section .row{
    padding-bottom: 25px;

}
.box ul li {
    font-size: 15px;
}
.vertical-section p {
    font-size: 15px;
  }

.download-footer-1 span {
    font-size: 18px;
    }

@media only screen and (min-width: 768px) {
  table {
    padding:15px;
    width:100%;
    

}
.vert-header th{
    padding: 25px 20px;
    font-size: 24px;
}

.vert-table td{
  padding:10px 20px;
  font-size:18px;
}

.member-pricing td, .member-pricing tr{
  padding: 10px;
  font-size: 16px;
  font-weight: 400;

}


.member-pricing th {
  font-size:20px;
  font-weight: bold;
  padding: 10px;
  
}
.pricing-section-heading p {
  font-size:19px;
}

.membership-section .row{
    padding-bottom: 50px;

}
.box {
    min-height:600px;
}
.box ul li {
    font-size: 18px;

}
.vertical-section p {
    font-size: 18px;
  }

.card-button {
  font-size:12px;
}
.download-footer-1 span {
    font-size: 20px;
    }
  }
@media only screen and (min-width: 992px){
  .card-button {
    font-size:15px;
  }
}
