
body{
  margin-left: 0px;
  margin-right: 0px;
    line-height: 1.7;
    color: gray;
    font-weight: 300;
    font-size: 1rem;
    font-family: Montserrat;
    background-color: white !important;
}



.video img{
    width: 100%;
    height: auto;
}


.details {
    
    font-size: 16px;
    font-weight: 500;
    
}
.detail {
    
  font-size: 3.5rem;
  font-weight: 700;
  
}
.header{
    height: 50px;
}
.header h2{
    font-size: 2rem;
    font-family: Montserrat;
}
.p2{
    font-weight: 300;
    font-size: 1rem;
}
.btn{
    background-color: #00d2b5 !important;
    border-color: #00d2b5 !important;
    border-radius: 30px !important;
    width: 8rem;
    height: 3rem;
    color: #F6F6F6;
    
}
.btn:hover{
    
    background-color: white !important;
    color: black !important;
    
}
.p3{
    font-weight: 300;
    font-size: 1rem;
    margin-top: 20px;
    
}
.features{
    background-color: #F6F6F6;
    height: auto;
   
}
.features .box{
    background-color: #fff;
    margin: 20px 0px;
    height: 74%;

}



.ic{
background-color:#00d2b5 ;
height: 2rem;
padding: 4px;
width: 2rem;
border-radius: 1rem;
color: white;
}
.box:hover{
    
    background-color: #00d2b5 !important;
    color: black !important;
    transition: 0.3s all ease !important;
    color: #F6F6F6;
    
  
}
.circle {
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 50%;
    background-color: #00d2b5;
    color:white;
    max-height: 50px;
    z-index: 2;
  }
  
  .how-it-works.row {
    display: flex;
  }
  .how-it-works.row .col-2 {
    display: inline-flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
  }
  .how-it-works.row .col-2::after {
    content: "";
    position: absolute;
    border-left: 3px solid #00d2b5;
    z-index: 1;
  }
  .how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: 50%;
    top: 50%;
  }
  .how-it-works.row .col-2.full::after {
    height: 100%;
    left: calc(50% - 3px);
  }
  .how-it-works.row .col-2.top::after {
    height: 50%;
    left: 50%;
    top: 0;
  }
  .timeline div {
  padding: 0;
  height: 40px;
}
.timeline hr {
  border-top: 3px solid#00d2b5;
  margin: 0;
  top: 17px;
  position: relative;
  opacity: 1;
  background-color: NONE;
}
.timeline .col-2 {
  display: flex;
  overflow: hidden;
}
.timeline .corner {
  border: 3px solid#00d2b5;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.timeline .top-right {
  left: 50%;
  top: -50%;
}
.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}
.timeline .top-left {
  left: -50%;
  top: -50%;
}
.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}
hr {
    margin: 1rem 0;
    
    border: 0;
    opacity: .25;
}

.card :hover{
    background-color:#00d2b5 ;
    border-radius: 1rem;
    transition: 0.3s all ease !important;
    top: -7px;
    color: #F6F6F6;
}
.section{
    background-color: white !important;
}
.lifeatsps{
    background-color: white !important;
}
.section2{
    background-color: white !important;
}
#bt-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    color: white;
    background-color: #00d2b5;
    border: none;
    width: 3rem;
    height: 3.5rem;
    border-radius: 5%;
  }


  .faq-message {
    border-radius: 0.25rem;
    font-family: "SanFrancisco";
    font-size: 1.25rem;
    padding: 0.5rem 1.5rem;
  }
  
  .faq-message p {
    border-radius: 25px;
    font-size: 16px;
    line-height: 1.25;
    padding: 0.5rem .875rem;
    position: relative;
    word-wrap: break-word;
    padding: 10px 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  
  .faq-message p::before,
  .faq-message p::after {
    bottom: -0.1rem;
    content: "";
    height: 1rem;
    position: absolute;
  }
  
  p.from-me {
    /* align-self: flex-end; */
    background-color: #22d1b5;
    color: #fff; 
    text-align: right;
    min-width: fit-content;
    max-width: 400px;
    position: relative;
    transition: all .5s;
  }
  p.from-me:hover{
    transition: all .3s ease;
    bottom: -10px;
  }
  p.from-me::before {
    border-bottom-left-radius: 0.8rem 0.7rem;
    border-right: 1rem solid #22d1b5;
    right: -0.35rem;
    transform: translate(0, -0.1rem);
  }
  
  p.from-me::after {
    background-color: #fff;
    border-bottom-left-radius: 0.5rem;
    right: -40px;
    transform:translate(-30px, -2px);
    width: 10px;
  }
  
  p[class^="from-"] {
    margin: 0.5rem 0;
    /* width: fit-content; */
  }
  
  p.from-me ~ p.from-me {
    margin: 0.25rem 0 0;
  }
  
  p.from-me ~ p.from-me:not(:last-child) {
    margin: 0.25rem 0 0;
  }
  
  p.from-me ~ p.from-me:last-child {
    margin-bottom: 0.5rem;
  }
  
  p.from-them {
    align-items: flex-start;
    background-color: #e5e5ea;
    color: #000;
    transition: all .5s;
  }
  p.from-them:hover{
    transition: all .5s;
    bottom: -10px;
  }
  
  p.from-them:before {
    border-bottom-right-radius: 0.8rem 0.7rem;
    border-left: 1rem solid #e5e5ea;
    left: -0.35rem;
    transform: translate(0, -0.1rem);
  }
  
  p.from-them::after {
    background-color: #fff;
    border-bottom-right-radius: 0.5rem;
    left: 20px;
    transform: translate(-30px, -2px);
    width: 10px;
  }
.f{
  text-align: center;
}
.social i{
  padding: 1rem;
}
.dot{
  color: #00d2b5;
}