
/* header start */

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    opacity: 75%;
  }
  #dropdownMenuButton {
    /* background-color:#FFC94A ;  */
    background-color:black;
    margin-top:20px;
    margin-left:px;
   
  }
  
  .dropdown button{
    color:white;
  }
  /* Set width to 100% and center carousel images */
  .carousel-inner img {
    width: 100%;
    margin: auto;
    min-height: 200px;
  }
  
  /* Hide the carousel text when the screen is less than 600 pixels wide */
  
  
  /* Style logo text */
  .logo .logo-text {
    color: #ffffff;
    margin-left: 10px;
    font-size: 30px;
    font-family: "DM Serif Display", serif;
  }
  
  /* Style navbar buttons */
  #id {
    margin-left: 10px;
    margin-top: 10px;
  }
  
  @media (min-width: 992px) {
    .navbar-nav {
      margin: 0 auto;
      display: table;
      table-layout: fixed;
    }
  }
  
  .buttons {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 20px;
    gap: 20px;
  }
  
  .navbar-buttons .btn {
    margin: 0;
  }
  
  .home {
    /* background-color: #FFC94A; */
    background-color:;
    text-decoration-color: rgb(255, 255, 255);
  }
  
  .btn-default {
    font-size: 16px;
    justify-content: center;
  }
  
  .sign {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    padding: 20px;
    gap: 10px;
    align-items: flex-start;
  }
  .sign button a{
    text-decoration: none;
    color:white;
  }
  .buttons button{
    background-color: black;
  
  }
  .buttons button a{
    color:white;
  }
  #myNavbar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  
  .btn-default a {
    color:black;
    text-decoration: none;
  }
  .btn-outline-warning{
    background-color: #F57D1F;
  }
  /* header end */
    
  /* footer start */
  
    footer {
      background-color:black;
      padding: 20px;
      text-align: center;
      opacity:80%;
  }
  
  .footer-content {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  
  .footer-section {
      flex: 1;
      margin: 0 20px;
  }
  
  .footer-section h3 {
      margin-bottom: 10px;
      color:#FFC94A;
  }
  
  .footer-section ul {
      list-style: none;
      padding: 0;
  }
  
  .footer-section ul li {
      margin-bottom: 5px;
  }
  
  .footer-bottom {
      width: 100%;
      margin-top: 20px;
      background-color: black;
      padding:10px;
  }
  .footer-content{
    display:flex;
    justify-content: space-around;
    
  }
  .footer-content p{
    color:white;
  }
  .footer-bottom p{
    color:white;
  }
  .social-icons {
    list-style-type: none;
    margin: 0;
    padding: 0;
    
  }
  
  .social-icons li {
    display: inline-block;
    margin-right: 10px; /* Adjust spacing between icons */
   
  }
  .social-icons a{
    color:white;
  }
   .blog img{
    border-radius:50%;
  }
  
  .col-md-6 img {
    display: block;
    margin: 0 auto;
    box-shadow:5px 5px 20px black;
    margin-top:60px;
    margin-bottom:40px;
  }
  
  
  .healthy-life-text {
    margin-left: 20px;
    margin-top:10px;
    padding:30px;
  }
  
  .healthy-life-text h2 {
    font-size: 40px;
    font-weight: bold;
    color:Black;
  }
  
  .healthy-life-text p {
    font-size: 19px;
    line-height: 2;
    color: #000; 
  }
  
  .healthy-life-text .btn {
    margin-top: 20px;
  }
  #box{
    padding-left: 0px;
  } 

  /*register page styling*/
  *{
    margin: 0;
    padding: 0;
    font-family:'Poppins', sans-serif; 
    box-sizing:border-box;
}
 body{
      background-image: linear-gradient(rgba(0,0,50,0.8), rgba(0,0,50,0.8)), url(bgImage.jpg);
      background-position: center;
      background-size: cover;
      position: relative;
 }  
 .my_container{
    /* width: 100%; */
    position: relative;
    justify-content: center;
    text-align: center;
    /* height: 100vh; */
    /* background-position: center;
    background-size: cover;
    position: relative; */
    padding: 50px 60px 70px;
    margin-left: 700px;
    margin-top: 60px;
    margin-bottom: 10px;
    /* top: 50%;
    left: 50%; */
}
.my_form-box{
    width: 90%;
    max-width: 450px;
    /* position:;  */
     /* top: 50%;
    left: 50%; */
    transform: translate(-50%, 2%);
    background: #fff;
    padding: 5px 30px 30px;
    text-align: center;
}
.my_form-box h1{
    font-size: 30px;
    margin-bottom: 60px;
    color: #3c00a0;
    position: relative;
}

.my_form-box h1::after{
    content: '';
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background: #3c00a0;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.my_input-field{
    background: #eaeaea;
    margin: 15PX 0;
    border-radius: 3px;
    display:flex;
    align-items: center;
}

input{
    width:100%;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 18px 15px;
}

.my_input-field i{
    margin-left: 15px;
    color: #999;
}

.btn-field{
    width: 100%;
    display: flex;
    justify-content: center;
}

.btn-field button{
 flex-basis: 48%;
 background: #3c00a0;
 color: #fff;
 height: 40px;
 border-radius: 20px;
 border: 0;
 outline: 0;
 cursor: pointer;
 transition: backgroundimage 1s;
}

.select_box{
    border: none;
    appearance: none;
    padding: 0 50px 0 15px;
    height: 50px;
    width: 100%;
    font-size: 14px;
    color: #717070;
    background-color: #eaeaea;
}

.my_container .icon{
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    display: flex;  
    align-items: center;  
    justify-content: center; 
}

.ccc {
    display: flex;
    justify-content: space-between;
}

.ddd {
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ece6e6;
}

.ddd i{
    margin-left: 10px;
    color: #979595;
}