* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}/*
body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}*/
.toggle, .toggler {
display: inline-block;
vertical-align: middle;
margin: 2px;
}

.toggler {
color: #7f7f7f;
transition: .2s;
font-weight: bold;
}

.toggler--is-active {
color: #e57f27;
}

.b {
display: block;
}

.toggle {
position: relative;
width: 80px;
height: 35px;
border-radius: 100px;
background-color: #e57f27;
overflow: hidden;
box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

.check {
position: absolute;
display: block;
cursor: pointer;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 6;
}

.check:checked ~ .switch {
right: 2px;
left: 57.5%;
transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition-property: left, right;
transition-delay: .08s, 0s;
}

.switch {
position: absolute;
left: 2px;
top: 2px;
bottom: 2px;
right: 57.5%;
background-color: #fff;
border-radius: 36px;
z-index: 1;
transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition-property: left, right;
transition-delay: 0s, .08s;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.pricing-section {
 /* padding: 40px 0 150px 0;*/
  float: left;
  width: 100%;
  text-align: center;
  height: 55px;
  background: #fff;
  border-radius: 20px;
}
.pricing-columns .wrapper-full {
  position: relative;
/*  width: 640px; */
  /*max-width: 1100px;
  min-height:400px;*/
  margin: 0 auto;
}
.pricing-columns #pricing-chart, .pricing-columns-both #pricing-chart {
  margin-top: 20px;
  float: left;
  position: relative;
  width: 100%;
}
.pricing-columns #pricing-chart #smaller-plans, .pricing-columns-both #pricing-chart #smaller-plans {
  display: block;
}
.pricing-columns #pricing-chart .plan, .pricing-columns-both #pricing-chart .plan {
  float: left;
  background-color: #fafafa;
  position: relative;
 /* color: #454545;*/
  padding: 0px 0 40px;
  border-radius:30px; margin:10px 5px;
  width: 32%; overflow:hidden;
}
.plan2 {
  width: 100% !important;
}
.plan2 ul li {
  font-weight: 500 !important;
  font-size: 15px !important;
  text-align: center !important;
  margin-bottom: 5px;
}
.plan3 {
  width: 48% !important;
}
.pricing-columns #pricing-chart .plan:first-child, .pricing-columns-both #pricing-chart .plan:first-child {
  border-left: 0px solid #e1e1e1;
}
.pricing-columns #pricing-chart .plan .price, .pricing-columns-both #pricing-chart .plan .price {
  font-size: 26px;
  float: left;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 8px;
}
.pricing-columns #pricing-chart .plan .price .dollar, .pricing-columns-both #pricing-chart .plan .price .dollar {
  top: -10px;
  letter-spacing: -1px;
  left: 3px;
}
.pricing-columns #pricing-chart .plan .price .amount, .pricing-columns-both #pricing-chart .plan .price .amount {
  font-size: 30px;
  font-weight: 600;
}
.pricing-columns #pricing-chart .plan .price .slash, .pricing-columns-both #pricing-chart .plan .price .slash {
  font-weight: 600;
  left: -2px;
}
.pricing-columns #pricing-chart .plan .price .month, .pricing-columns-both #pricing-chart .plan .price .month {
  font-weight: 600;
  left: -7px;
}
.avista {
font-size: 18px !important;
padding-bottom: 15px;
margin-bottom: 15px;
}
.pricing-columns #pricing-chart .plan ul, .pricing-columns-both #pricing-chart .plan ul {
  padding: 0 18px;
  margin-bottom: 40px;
}
.pricing-columns #pricing-chart .plan ul li, .pricing-columns-both #pricing-chart .plan ul li {
  font-weight: 600;
  font-size: 10px;
  text-align: left;
  margin-bottom: 5px;
}
.pricing-columns #pricing-chart .plan ul li span, .pricing-columns-both #pricing-chart .plan ul li span {
  color: #9e9e9e;
  display: inline-block;
  margin-left: 7px;
  font-weight: 400;
  font-size: 10px;
}
.pricing-columns #pricing-chart .plan a.sign-up, .pricing-columns-both #pricing-chart .plan a.sign-up {
width: 100%;
  padding: 13px;
  background-color: white;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #9e9e9e;
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  clear: left;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pricing-section .sign-up {
  padding: 17px 50px;
  text-transform: uppercase;
  background-color: #93cc76;
  color: white;
  letter-spacing: 0.1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  white-space: pre;
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 30px;
}

.pricing-columns #pricing-chart .popular, .pricing-columns-both #pricing-chart .popular {
  width: 274px;
  position: relative;
  top: -30px;
  background-color: white;
  margin-left: -2px;
  right: 0;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.pricing-columns #pricing-chart .popular:before, .pricing-columns-both #pricing-chart .popular:before {
  width: 274px;
  background-color: #e57f27;
  height: 7px;
}
.pricing-columns #pricing-chart .popular a.sign-up, .pricing-columns-both #pricing-chart .popular a.sign-up {
  background-color: #e57f27;
  border: none;
  color: #ffffff;
}
.pricing-columns #pricing-chart .popular .price .amount, .pricing-columns-both #pricing-chart .popular .price .amount {
  font-size: 60px;
}
.bandwidth {
  display: block;
  color: #9e9e9e;
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: -90px;
}
.pricing-columns #pricing-chart .popular p.pop-plan, .pricing-columns-both #pricing-chart .popular p.pop-plan {
  color: #454545;
  font-size: 16px;
  margin-bottom: 45px;
}
.pricing-columns #pricing-chart .popular .price, .pricing-columns-both #pricing-chart .popular .price {
  margin-bottom: 0px;
}
.pricing-columns #pricing-chart .plan a.sign-up:hover, .pricing-columns-both #pricing-chart .plan a.sign-up:hover {
  border: 0;
  color: #fff;
  opacity: 0.8;
}
.hide{
display: none;
}
          * {
box-sizing: border-box;
}

/* Create three columns of equal width */
.columns {
float: left;
width: 33.3%;
padding: 8px;
}

/* Style the list */
.price {
list-style-type: none;
margin: 0;
padding: 0;
-webkit-transition: 0.3s;
transition: 0.3s;
}

/* Add shadows on hover */
.price:hover {
box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
.price .header {
background-color: #111;
color: white;
font-size: 25px;
}

/* List items */
.price li {
border-bottom: 1px solid #eee;
padding: 20px;
text-align: center;
}

/* Grey list item */
.price .grey {
background-color: #eee;
font-size: 20px;
}

/* The "Sign Up" button */
.button {
background-color: #e57f27;
border: none;
color: white;
padding: 10px 25px;
text-align: center;
text-decoration: none;
font-size: 18px;  border-radius:5px;
}
.plan h2 {background-color: #e57f27; padding:20px; width: calc(100% - 0px); color:#fff;}


/* Change the width of the three columns to 100% 
(to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
.columns {
  width: 100%;
}
}
.box { 
  /*background:#fff; border-radius:20px; */
  text-align:center; 
  width: 100%; 
  margin:50px auto; 
  min-height: 1300px;
}
@media screen and (max-width: 900px) {
    .box {
           min-height: 2500px;
     }
     .pricing-columns #pricing-chart .plan, .pricing-columns-both #pricing-chart .plan {
  float: left;
  background-color: #fafafa;
  position: relative;
 /* color: #454545;*/
  padding: 0px 0 40px;
  border-radius:30px; margin:10px 5px;
   overflow:hidden;
   width: 100% !important;
}
}