
body {
  font-family: Poppins !important;
}
/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
  .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  .animated-icon1 span {
    background: #e65100;
  }
  
  .animated-icon2 span {
    background: #e3f2fd;
  }
  
  .animated-icon3 span {
    background: #f3e5f5;
  }
  
  .animated-icon1 span:nth-child(1) {
   top: 0px;
  }
  
  .animated-icon1 span:nth-child(2) {
    top: 10px;
  }
  
  .animated-icon1 span:nth-child(3) {
    top: 20px;
  }
  
  .animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  .animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  
  .animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  
  /* Icon 3*/
  
  .animated-icon2 span:nth-child(1) {
    top: 0px;
  }
  
  .animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
    top: 10px;
  }
  
  .animated-icon2 span:nth-child(4) {
    top: 20px;
  }
  
  .animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
  }
  
  .animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
  }
  
  /* Icon 4 */
  
  .animated-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  .animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  .animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  .animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
  }
  
  .animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  
  .animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
  }
.benefits{
  font-size: 21px;
  font-weight: 700;
  color: #008753;
  max-width: 504px;
 }
  .blueshade{
    color: #008753;
    font-size: 21px;
    font-weight: 600;
    max-width: 500px;
    line-height: 31px;
    margin: 0 auto;
    text-transform: capitalize;
    text-align: center;

  }
  .paragraph{
    font-size: 15px; max-width: 909px;
  }
  .p1{
    max-width: 564px;
    text-align: center; 
    margin: 0 auto; 
    padding:10px 0px;
    padding-bottom: 48px;
}
.buttons{
   font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 21px;
    width: 117px;
    text-align: center;
}
  .regbtn{
  font-size: 14px;
  padding: 15px 51px;
  font-weight: 600;
  color: #008753;
  border: 2px solid #008753;
  border-radius: 50px;
  background-color: transparent;
  float: right;
}

.btnlogin, .btnaccount{
  font-size: 14px;
  font-weight: 600;
  background-color: #008753;
  color: #fff;
  border: none;
  border-radius: 50px;
}
.btnlogin{
  width:238px;
  padding: 17px 0px;
}
.btnaccount{
  width:219px;
  padding: 17px 0px;
}
.reghead{
  width: 100%;
  padding: 15px 25px;
  border-bottom: 1px solid #e4e4e4 !important;
  background-color: #F7F8FA;

}
.reghead, .regpara{
  font-size: 17px;
  padding-bottom: 10px;
}
.registerbox{
  border: 1px solid #e4e4e4;
}
.loginbox{
  border: 1px solid #e4e4e4;
  margin-top: 37px; 
}
.col-form-label {
  text-align: right;
}
/* registeration page styling */

.reg-title,.userpref-title{
  font-size: 17px;
 text-transform: capitalize;
 border-bottom: 1px solid #C8C8C8 !important;

 padding-bottom: 5px;
}
.reg-para,.detail-para{
  font-size: 15px;
  line-height: 24px;
}
.labelfont{
  font-size: 13px;
}

/* subscription page styling */

.boxes{
max-width: 367px;border-radius:35px;
text-align:center;
margin: 0 auto;
box-shadow: 0px 6px 20px 0px rgba(199,248,208,1);
-webkit-box-shadow: 0px 6px 20px 0px rgba(199,248,208,1);
-moz-box-shadow: 0px 6px 20px 0px rgba(199,248,208,1);
/* text-align: center; */
}
.box-title{
  font-size: 18px;
  font-weight: 500;
  color: #008753;
}
.permonth{
  font-size: 11px;
  font-weight: 500;
  color: #008753;
  padding-left: 8px;
}
.download{
  font-size: 11px;
  font-weight: 500;
  color: #008753;
  padding-bottom: 45px;
}
.prices{
  padding:5px 0px; 
}
.dollar{
 font-size: 26px;
 font-weight: 600;

}
.box-row{
margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .box-row{
    margin: 10px auto;
  }
  .boxes{
    margin: 10px auto;
  }
}
.planbtn{
  font-size: 14px;
  padding: 12px 41px;
  margin: 0 auto;
  font-weight: 600;
  color: #008753;
  border: 2px solid #008753;
  border-radius: 50px;
  background-color: transparent;
}
.yearlybtn,.timebtns .active{
  font-size: 14px;
  padding: 9px 20px;
  margin: 0 auto;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  background-color: #008753;
  color: #fff;
}
.timebtns{
padding-bottom: 97px;
display: flex;
}
.choose-ybtn{
  font-size: 14px;
  padding: 9px 20px;
  margin: 0 auto;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  box-shadow: 0px 6px 20px 0px rgba(199,248,208,0.5);
  -webkit-box-shadow: 0px 6px 20px 0px rgba(199,248,208,0.5);
  -moz-box-shadow: 0px 6px 20px 0px rgba(199,248,208,0.5);
  background-color: #fff;
  color: #008753;
}
.active, .planbtn:hover,.regbtn:hover{
  background-color: #008753;
  color: #fff;
}


/* range-user */

/* bottom-footer */
.bottom-footer{

background-color:   #F8F8F8;
}

.footer-heading{
  font-size: 22px;
  font-weight: bold;
  color: #222;
  padding-bottom: 20px;
}

.changecolor li a,.changecolor li{
  color: #303030;
  padding-bottom: 10px;
  font-size: 18px;

}

.quick-links{ 
padding-left: 0px;
margin-left: 0px;
}

.top-footer{
  background-color: #008753;
}
.topfooter-content{
  max-width: 1091px;
  margin: 0 auto;
  padding:35px 0px;
}