*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


html, body
{
  margin: 0;
  padding: 0;
  font-family: helvetica;
  overflow-x: hidden;
}


a{
  color: white;
  text-decoration: none;
}
.logo{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  max-width: 100vw;
}
nav{
  flex-wrap: wrap;
  position:fixed;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.158);
  width: 100%;
  z-index: 100000;
  background: white;
}
nav ul{
  
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  list-style: none;
  text-align: center;
}
nav li{
  padding: 5px;
}
nav a{
  text-decoration: none;
  font-size: 15px;
  color: #000000;

}
.register{

  margin-top: 0;

  color: rgb(255, 255, 255);
  font-size: 12px;
  display: none;
  text-align: center;
  justify-content: center;
 
}
.container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  
  
  }
.doctorimage{
 position: relative;
 max-width: 90vw;
 max-height: 200px;
 display: flex;
 align-self: center;
 flex-direction: column;
 margin-bottom: 100px;
 justify-content: space-around;
 margin-top: 100px;

}


.home-hero{
  height: 700px;
  background-color: #008484;
  background-position: center;
  background-size: cover;
  background-image: url(img/background.png);
  display: flex;
  justify-content: center;
  
}


.home-hero2{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #F8F8F8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;


 
}
.cards{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    text-align: center;
}
.card{
  padding: 20px;
}
.base-cta{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
}
.hero-text2{
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 20px;
}
.description{
  display: flex;
  flex-direction: column;
 
}

h1{
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

h2{
  font-size: 40px;
  color: #005C5C;
  font-weight: bold;
}
h3{
  color: white;
  text-align: center;
  padding: 25px;
}

h4{
  font-size: 40px;
    color: #008484;
    text-align: center;
    padding: 20px;
}
span{
  font-weight: bold;
  font-size: 48px;
  font-style: normal;
  line-height: 50px;

}


button{
 
  font-size: 35px;
  border-radius: 10px;
  background-color: #26B223;
  padding: .5em .8em;
  text-align: center;
  color:  #fff;
  border: none;
  cursor: pointer;
  margin-top: 10px
}


.unordered-list{
  text-decoration: none;
  list-style: none;
  line-height: 50px;
  text-align: left;

}
.who-we-are{
  padding: 50px;
  text-align: center;
}

.who-we-are2{
  padding: 30px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background-color: #008484;
}
.video-section{
  margin-top: 100px;
  width: 100%;
  height: 300px;
  background: #008484;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  color: white;
  text-align: center;
}
.video{
max-width: 200px;
display: flex;
align-content: center;
justify-content: center;

}
.investors-partners{
  width: 100%;
  height: 660px;
  background: #FFFFFF;
  padding: 50px;
  
}
.investors{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-align: center;
}
.partner-logos img{

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 300px;
  flex-wrap: wrap;
 
}
.base-prompt{
  width: 100%;
  height: 206px;
  background: #008484;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 50px;
  position: relative;
  
}
.base-paragraph{
  color: #f0f0f0;
  text-align: center;
  padding: 0;
}
footer{
  /*line-height:50px;*/
  color: white;
  padding: 100px;
  background-color: #130F26;
  
}

.footer-heading{
  color: white;
  text-align: left;
  padding: 0;
 
}
.col-1{
  color: #ffffff;
;
}

/** MEDIA QUERIES
---------------------------

**/
@media(min-width:70em){
  .home-hero{
    background-color: #008484;
    background-image: url(img/background.png);
    background-size: cover;
  }
  
  nav{

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 200px;
    padding-right: 200px;
    position:fixed;
    flex-direction: row;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.158);
    width: 100%;
    z-index: 100;
    background: white;
    height: 4em;
   

  }
  nav ul{
    max-width: 50vw;
    margin-bottom: 0;
  
  }
  nav li{
    margin-left: 20px;
  }
  .logo{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-self: center;
    max-width: 100vw;
    cursor: pointer;
  }
  nav a:hover{
   border-bottom: 5px solid #008484;
    color: #008484;
    transition: 0.2s;
  }
  
  .container{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 100vw;  
    }
  button{
  width: 250px;
  background-color: #26B223;
  }
  button:hover{
    background-color: #4adb48;
    transition: 0.5s;
  }
  .get-started-2{
    width: 250px;
    background-color: #26B223;
    margin-top: 40px;
 
  margin-left: 200px;
    margin-right: 200px;
  }
  
  .register{
    font-size: 12px;
    width: 100px;
    margin-top: 0;
    display: flex;
  }
  .line{
     border: 1px solid #008484;
    }
  .container2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    }
   h1{
      font-size: 60px;
      color: #fcfcfc;
      text-align: left;
    }
    h2{
      font-size: 80px;
      color: #005C5C;
      font-weight: bold;
    }
  h4{
    font-size: 40px;
      color: #008484;
      text-align: center;
      font-weight: bold;
      padding: 0;
  }
  h5{
    font-size: 20px;
    color: #008484;
    text-align: center;
    background-color: white;
    padding: 5px;
    border-radius: 10px;
  }
  
  .home-hero2{
   padding: 0em 5em;
  }

  .doctorimage {
   
    min-width: 500px;
    min-height: 333px;
    margin-left: 50px;
  }
  .who-we-are {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(img/doodles.jpg);
    width: 100%;
    padding: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-left: 200px;
    margin-right: 200px; */
  
  }
  
  p{
  
    min-width: 10vw;
    text-align: center;
    font-size: 20px;
    padding: 20px;
  }
  .home-about{
    padding: 0;
  }
  .home-about-textbox{
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    
  }
  .phone{
    margin-right: 100px;
  }
  .oval-shape{
    height: 50px;
    width: 50px;
    background-image:
    linear-gradient(
      #03A6A6, #88E2B5
    );
    border-bottom-left-radius: 30px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 5px;
    margin-bottom: 30vh;

    
  }
  .circles-div{
    display: flex;
    flex-direction: row;
    justify-content: center;
   
  }
  .circle{
    border: 1px solid #03A6A6;
    border-radius: 360px;
    height: 200px;
    width: 200px;
    margin: 40px;
    margin-bottom: 0;
  }
  .cards{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 50px;

  }
  .card{
    width: 216px;
    height: 357px;
    background: #FFFFFF;
    box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 50px;
    margin: 20px;
    margin-top: -100px;

  }
  .card:hover{
    background-color: #03A6A6;
    color: white;
    box-shadow: 0px 10px 100px rgba(20, 172, 134, 0.445);
  }
  .vector{
    display: flex;
    justify-content: center;
    width: 93px;
    height: 93px;
    border: 1px solid #88E2B5;
    border-radius: 100%;
    padding: 25px;
    background-color: white;
    
  }
  .card-text{
    display: inline-block;
  }
  .card-paragraph{
    position: relative;
    font-size: 13px;
    font-weight: lighter;
    max-width: 20px;
   
    width: 10px;
  
    
  }
  .base-cta{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  
  }
  .video-section{
    margin-top: 100px;
    width: 100%;
    height: 512px;
    background: #008484;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 300px;
    color: #FFFFFF;
  }
  .video-text{
   
    text-align: left;
  }
  .video{
    max-width: 900px;
    display: flex;
    align-content: center;
    justify-content: center;
    
    }
  .investors-partners{
    width: 100%;
    height: 660px;
    background: #FFFFFF;
    padding: 50px;
    
  }
  .investors{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .partner-logos img{
position: relative;
   width: 700px;
 
  }
  .base-prompt{
    width: 100%;
    height: 206px;
    background: #008484;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    margin-top: 0;
  
  }
  .base-heading{
    margin: 0;
    padding: 0;
    text-align: left;
    }
    .base-paragraph{
      color: #f0f0f0;
      text-align: left;
      padding: 0;
    }
  footer{
  width: 100%;
  height: 694px;
  background: #130F26;
  padding: 5%;
  }
  .footer-line{
    border: 1px solid white;
    margin: 50px;
  }
  .footer-base{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
 .btn-secondary {
    color: #000;
    background: none;
    border: none;
    margin-left: 5px;
  }
  .btn-secondary:hover{
    color: #fff;
    background: #26B223;
    border: none;
    
  }
  .btn-secondary:focus{
    color: #fff;
    background: #26B223;
    
}
/*a, .dropdown-item:target{
  background-color: none;
  list-style: none;
} */


.app-download-button-div{
  margin: 0;
  padding: 0;
}


.footer-heading{
  color: white;
text-align: center;
}


a{
  color: white;
  text-decoration: none;
}
.tagline{
  padding-top: 50px;
  font-size: 15px;
  text-align: center;
}
}