
.inlinkToDisease p{
  color :blue !important;
}
.navbar-transparent{
  background-color: none;
  box-shadow: none;
}

.navbar{
  height: 90px;
}

.navbar-transparent .navbar-brand{
  color: black;
}

.form-control-signup
{
  display: block;
  width: 100%;
  height: calc(1.5em + 0.9375rem + 2px);
  padding: 0.46875rem 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #596882;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid white;
  border-radius: 9px;
  box-shadow:  20px 20px 60px #bebebe,-20px -20px 60px #ffffff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}






/*css additions*/
.nav-link
{
  color: black;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover
{
  background: -webkit-linear-gradient(#fd1d1d, #fcb045);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-header
{
  margin-top: 150px;
}


.header-content
{
  margin-top: 80px;
}

.header-content h1
{
  font-size: 75px;
  font-weight: bold;

}

.header-content .btn
{
  padding: 10px;
  margin-top: 15px;
  background-image: linear-gradient(to right, #fd1d1d, #fcb045);
  width: 120px;
  border: 2px solid white;
}

.header-content .btn:hover
{
   box-shadow: 10px 0 35px 10px rgba(0, 0, 0, 0.2);
   transition: 0.5s ease-in-out;
}
.custom-btn
{
  padding: 10px;
  background-image: linear-gradient(to right, #fd1d1d, #fcb045);
  border: 2px solid white;
  box-shadow: 5px 0 25px 10px rgba(0, 0, 0, 0.2);
  width: 120px;
}

.custom-btn-outline
{
  padding: 10px;
  border: 2px solid linear-gradient(#fd1d1d, #fcb045);;
  box-shadow: 10px 0 35px 10px rgba(0, 0, 0, 0.2);
  width: 120px;
}

.custom-btn-outline:hover
{
  background-image: linear-gradient(to right, #fd1d1d, #fcb045);
}

.custom-btn:hover
{
  box-shadow: 5px 0 20px 5px rgba(0,0,0,0);
  border: 2px solid white;
  transition: 1s ease-in-out;
}


.header-content h4
{
  font-size: 17px;
  letter-spacing: 1.4px;
  font-weight: 300;
  line-height: 28px;
}


.img img
{
  width: 450px;
  margin-left: 70px;
}

.section-2
{
  margin-top: 100px;
}

.section-2-header h1
{
  font-size: 55px;
  font-weight: bold;
}


.content-1
{
 background: rgba( 255, 255, 255, 0.95 );
 box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
 border-radius: 5px;
 padding: 20px;
 max-height: 400px;
}

.content-1 i
{
  font-size: 2.4rem;
  margin: 10px 0 10px 0;
  background: -webkit-linear-gradient(#fd1d1d, #fcb045);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 4px 4px 2px rgba(0,0,0,0.11);
}

.about-card
{
  padding: 25px;
}

.vision-card
{
 padding: 20px;
}

.about-card-hr
{
  border: none;
  height: 5px;
  width: 80px;
  background-image: linear-gradient(to right, #fd1d1d, #fcb045);
  margin-left: 0px;
}

.content-footer
{
  background: white;
}

.download-section
{
  margin-top: 100px;
}

.download-section h1
{
  font-size: 60px;
  font-weight: 800;
  margin-top: 120px;
}
/*end of css additions*/













.form-control-profile
{
  display: block;
  width: 100%;
  height: calc(1.5em + 0.9375rem + 2px);
  padding: 0.46875rem 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #596882;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid white;
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 29px 29px 74px #d6d6d6,
             -29px -29px 74px #ffffff;
}


.signup-page-right
{
  margin-top: 62px;
}

.signup-footer
{
  margin-bottom: -300px;
}


.signin-container
{
  margin-top: 130px;
}

.signin-form
{
  width: 400px;
}


.user-dashboard-overview .card
{
  border-radius: 15px;
}

.user-dashboard-overview .card .card-header span
{
  font-size: 18px;
}



.card-head-content
{
  font-size: 18px;
  font-weight: 500;
}

.disease-card
{
  border-radius: 30px;
}

.disease-card h3:before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: #EB3349;
  border-radius: 30px;
  opacity: .3;
  z-index: 1;
  transition: 0.5s ease-in-out;
}

.disease-card h3:hover:before
{
  width: 100%;
  height: 100%;
}


.sidebar-main-menu-heads
{
  font-weight: 500;
  font-size: 18px;
}


.overview-card
{
   color: white;
   background: rgb(235,51,73);
   background: linear-gradient(310deg, rgba(235,51,73,1) 0%, rgba(244,92,67,1) 100%);
}


.sub-cat-area
{
  height: 600px;
  overflow-y: scroll;
}

.profile-img i
{
  font-size: 35px;
  margin: 20px;
  padding: 18px;
  background: lightgrey;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}


/*landing page css*/
@keyframes spin_circle
{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}

@keyframes bounceTop_01
{
  0%,100%
  {
    transform: translateY(-30px);
  }
  50%{
    transform: translateY(0px);
  }
}


.effect-wrap .effect
{
  position: absolute;
}

.effect-wrap .effect-1
{
  right: 50%;
  top: 20%;
  font-size: 20px;
  color: rgba(253,29,29,0.4);
  animation: spin_circle 4s linear infinite;
  position: fixed;
}


.effect-wrap .effect-2
{
  right: 10%;
  bottom: 20%;
  font-size: 15px;
  color: red;
  opacity: 0.4;
  animation: bounceTop_01 4s linear infinite;
  position: fixed;
}

.effect-wrap .effect-3
{
  left: 5%;
  bottom: 25%;
  font-size: 15px;
  color: white;
  animation: spin_circle 4s linear infinite;
  position: fixed;
}


.effect-wrap .scroll-btn
{
  right: 50%;
  bottom: 0;
  font-size: 15px;
  color: red;
  animation: bounceTop_01 2s linear infinite;
  position: fixed;
  border-radius: 50%;
}

.no-display
{
  display: none;
}

.home
{
  min-height:  100vh;
  padding: 100px 0;
  overflow-x: hidden;
}

.home .home-btn
{
  margin-top: 40px;
}

.home-img img{
  max-width: 300px;
  width: 100%;
  margin-top: 50px;
  margin-left: 140px;
  border-radius: 32px;
  animation: bounceTop_01 2s ease infinite;
}

.home-img
{
  position: relative;
}

.home-img .circle
{
  position: absolute;
  z-index: 1;
  margin-left: 50px;
  height: 400px;
  width: 400px;
  border: 1px solid rgba(253,29,29,0.2);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.home-img .circle::before
{
  content: '';
  position: absolute;
  height: 60px;
  width: 60px;
  background-color: rgba(253,29,29,0.1);
  border-radius: 50%;
  left: 30px;
  top: 30px;
  transform-origin: 170px 170px;
  animation: spin_circle 10s linear infinite;
}

.home-img-about img{
  width: 300px;
  width: 100%;
  padding: 15px;
  margin-top: 50px;
  border-radius: 35px;
  animation: bounceTop_01 2s ease infinite;
}

.home-img-about
{
  position: relative;
}

.home-img-about .circle
{
  position: absolute;
  z-index: 1;
  margin-left: 50px;
  height: 400px;
  width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.home-img-about .circle::before
{
  content: '';
  position: absolute;
  height: 60px;
  width: 60px;
  background-color: rgba(253,29,29,0.1);
  border-radius: 50%;
  left: 30px;
  top: 30px;
  transform-origin: 170px 170px;
  animation: spin_circle 10s linear infinite;
}

.about-page-section
{
  margin-top: -140px;
}


.home-text h1
{
  margin-top: 20px;
  font-size: 30px;
  font-weight: 300;
  color: #000;
  opacity: 0.7;
  line-height: 50px;
  text-transform: capitalize;
}

.home-text h4
{
  font-size: 25px;
  font-weight: 400;
}

.home-text p
{
  font-size: 14px;
  line-height: 28px;
  color: #1b1e23;
  text-align: justify;
  font-weight: 300;
}

.main-hr {
    border: none;
    height: 3px;
    width: 40px;
    background-image: linear-gradient(to right, #fd1d1d, #fcb045);
    margin-left: 0px;
}

.main-hr-3 {
    border: none;
    height: 3px;
    width: 120px;
    background-image: linear-gradient(to right, #fd1d1d, #fcb045);
    margin: auto;
}

.btn-1
{
  background-color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 30px;
  color: darkgrey;
  font-size: 16px;
  margin: 0 0 20px 40px;
  transition: all 0.5s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  font-weight: 500;
}


.download-btns-about
{
  margin-top: 30px;
}

.main-hr-2 {
    border: none;
    height: 5px;
    width: 80px;
    background-image: linear-gradient(to right, #fd1d1d, #fcb045);
    margin-left: 0px;
}

.store-btn
{
  width: 150px;
  display: inline-block;
  border-radius: 30px;
}

.store-btn:hover
{
   box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}

.store-btn-about
{
  width: 150px;
  display: inline-block;
  border-radius: 30px;
}

.store-btn-about:hover
{
   box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}

.btn-1:focus
{
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.btn-1:hover
{
  color: #fff;
  background-color: #d34001;
}
/*end of landing css*/

.cards-list {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  overflow-x: scroll;
}

.boxed:first-child
{
  margin-left: 20px;
}

.boxed
{
  margin-right: 10px;
  width: 280px;
  height: 250px;
  border-radius: 10px;
  box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.05), -5px -5px 30px 7px rgba(0,0,0,0.02);
  cursor: pointer;
  transition: 0.4s;

}

.boxed .boxed_image {
  width: inherit;
  height: inherit;
  border-radius: 10px;
   background-color: rgba(0,0,0,0.5);
}

.boxed .boxed_image img {
   background-color: rgba(0,0,0,0.5);
  width: inherit;
  height: inherit;
  border-radius: 10px;
  object-fit: cover;
}

.boxed .boxed_title {
  border-radius: 0px 0px 40px 40px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-top: -80px;
  margin-left: 10px;
  height: 40px;
}

.boxed:hover {
  transform: scale(.9, .9);
  box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.3),
    -5px -5px 30px 15px rgba(0,0,0,0.22);
}

.title-white {
  color: white;
}

.title-black {
  color: black;
}


.article-boxed
{
  margin-right: 10px;
  width: 100%;
  height: 450px;
  border-radius: 10px;
  box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.05), -5px -5px 30px 7px rgba(0,0,0,0.02);
  cursor: pointer;
  transition: 0.4s;
}

.article-boxed .boxed_image {
  width: inherit;
  height: inherit;
  border-radius: 10px;
}

.article-boxed .boxed_image img {
  width: inherit;
  height: inherit;
  border-radius: 10px;
  object-fit: cover;
}

.article-boxed .boxed_title {
  border-radius: 0px 0px 40px 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 30px;
  margin-top: -100px;
  margin-left: 10px;
  height: 60px;
}




@media all and (max-width: 500px) {
  .card-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}


@media only screen and (max-width: 600px)
{
  .signup-page-right
  {
    margin-top: 10px;
  }
  .signin-form
  {
    width: 340px;
  }

  .signin-container
  {
    margin-top: 20px;
  }

  .signup-container
  {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 992px)
{
  .signup-page-right
  {
    margin-top: 10px;
  }

  .signin-form
  {
    width: auto;
    margin-top: -100px;
  }

  .home
  {
    margin-top: -200px;
  }

  .home-text h4
  {
    font-size: 25px;
    margin-top: 25px;
    text-align: center;
  }

  .home-text h1
  {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin: 0;
    font-weight: 500;
  }

  .home-text p
  {
    margin: 30px auto;
    text-align: justify;
    font-size: 13px;
  }

  .home-img img
  {
   display: none;
  }

  .main-hr {
      border: none;
      height: 5px;
      width: 120px;
      background-image: linear-gradient(to right, #fd1d1d, #fcb045);
      margin-left: 125px;
  }


  .home-text
  {
    margin-top: 10px;
  }

  .download-btns-about
  {
    margin-top: 30px;
    margin-right: 0;
    margin-left: 0;
  }

  .store-btn-about {
      width: 140px;
      display: inline-block;
      border-radius: 30px;
      margin-top: 10px;
  }

  .img img
  {
    width: 380px;
    margin: 10px 20px 0 20px;
  }

  .circle
  {
    display: none;
  }

  .main-hr-2, .about-card-hr
  {
      margin-left: 155px;
  }

  .card-margin
  {
    margin: 10px !important;
  }

  .header-content h1
  {
    font-size: 60px;
    margin-top: -70px;
  }

  .vision-section, .main-header-row
  {
    flex-direction: column-reverse;
  }

  .about-card
  {
    padding: 20px;
    margin-top: 220px;
  }

  .vision-card
  {
    padding-left: 20px;
    padding-top: 0px;
    margin-top: 60px;
  }

  .home-img-about img
  {
    width: 250px;
    margin-top: 30px;
    margin-left: 0;
  }


}


/*Custom signin*/
.wave{
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}

.contained{
    width: 80vw;
    height: 80vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap :7rem;
    padding: 0 2rem;
    margin-top: 120px;
}



form{
  width: 360px;
}


.my-btn{
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 25px;
  outline: none;
  border: none;
  background-image: linear-gradient(to right, #fd1d1d, #fcb045);
  background-size: 200%;
  font-size: 1rem;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  margin: 1rem 0;
  cursor: pointer;
  transition: .5s;
}
.btn:hover{
  background-position: right;
}


@media screen and (max-width: 1050px){
  .contained{
    grid-gap: 5rem;
  }
}

@media screen and (max-width: 1000px){
  form{
    width: 290px;
  }

  .login-content h2{
        font-size: 2.4rem;
        margin: 8px 0;
  }

}

@media screen and (max-width: 900px){
  .contained{
    grid-template-columns: 1fr;
  }

  .wave{
    display: none;
  }

  .login-content{
    justify-content: center;
  }

}

.float-btn
{
  position:fixed;
  width:50px;
  height:50px;
  bottom:10px;
  right:10px;
  background-color: rgb(235,51,73);
  color: white;
  border-radius:50px;
  text-align:center;
  box-shadow:  20px 20px 60px #bebebe,-20px -20px 60px #ffffff;
}

.float-btn-scroll
{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  left:40px;
  background-color: rgb(235,51,73);
  color: white;
  border-radius:50px;
  text-align:center;
  box-shadow:  20px 20px 60px #bebebe,-20px -20px 60px #ffffff;
  animation: bounceTop_01 4s linear infinite;
}

.float-btn:hover
{
  color: white;
  background-color: #0168fa;
}

.my-float{
  margin-top:18px;
}


.float-btn-scroll {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: rgb(252, 249, 250);
    color: red;
    border-radius: 50px;
    text-align: center;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    animation: bounceTop_01 4s linear infinite;
  }
/*end of custom*/
