*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    transition: .2s linear;
    
}
html{
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
    
}
section{
    padding: 2rem 7%;
}
header{
    position: relative;
    left: 0;
    right: 0;
    margin: .5rem;
    background: #fff;
    padding: 2rem 6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    box-shadow: 0.5rem 1rem rgba(0,0,0,.1);
}
header a img{
    width: 70%;
    height: 60px;
}
header .navbar a{
    font-size: 2rem ;
    padding: 1rem;
    color: #000;
    font-weight: bold;
}
header .navbar a:hover{
    color: rgb(46, 104, 239);
}
header .icons a{
    font-size: 2.2rem ;
    margin-left: 1.5rem;
    color: #333;
}
header .icons a:hover{
    color: rgb(46, 104, 239);
}
header #toggler{
    display: none;
}
header .fa-bars{
    font-size: 3rem;
    color: #333;
    border-radius: 5rem;
    padding: .5rem 1.5rem;
    cursor: pointer;
    border: .1rem solid rgba(0,0,0,.3);
    display: none;
}

.pricing-table{
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}
.pricing-table .columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}

.pricing-table .price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.2s;
}
  
  
.pricing-table .price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}
  
 
.pricing-table .price .header {
    background-color: #5b97c5;
    color: #ffffff;
    font-size: 25px;
}
  

.pricing-table .price li {
    border-bottom: 1px solid #c6cbd0;
    padding: 20px;
    text-align: center;
    font-size: 15px;
}
.pricing-table .price li img{
  width: 50%;
} 
 
.pricing-table .price .grey {
    background-color: #c6cbd0;
    font-size: 20px;
}
  
.pricing-table .button {
    background-color: rgb(245, 49, 49);
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}
  
@media only screen and (max-width: 600px) {
    .pricing-table .columns {
      width: 100%;
}

} 
.pay-form{
    width: 60%;
    padding: 20px;
  
}
.pay-form  .container {
    padding: 16px;
    
}
.pay-form .container input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
  text-transform: lowercase;
}

.pay-form .container input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

.pay-form .container hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

.pay-form .container button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

button:hover {
  opacity:1;
}
.signupbtn {
  float:left;
  width: 30%;
}


.clearfix::after {
  content: "";
  clear: both;
  display: table;
  padding: 20px;
  text-align: center;

}
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}


.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom { 
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}
