 .menu{
    text-align: center;
    background-color: rgb(7, 7, 74);
    color: white;
    display: flex;
    justify-content: space-between;
    padding-left: 7%;
    padding-right: 7%;
    align-items: center;
 }
 .intro{
    display: flex;
    gap: 20px;
 }
.icon{
    gap:10px;
    padding-right: 4px;
    font-size: 16px;
 }
.logo{
    height: 95px;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    display: flex;
    padding-left: 4%;
    padding-right: 7%;
    font-family:Tahoma ;
}
.series ul{
    gap: 30px;
    display: flex;
}
.series li{
    list-style: none;
} 
.series li a{
    color: black;
    text-decoration: none;
}
.series li a:hover{
    color: rgb(84, 139, 84);
    cursor: pointer;
} 
.logo button{
    align-items: center;
    border: none;
    background-color: aquamarine;
    background-image: linear-gradient( 90deg,rgb(68, 181, 181), rgb(92, 205, 92));
    color:white;
    border-radius: 5px;
    height: 50px;
    width:145px;
    font-size: 17px;
}
.logo button a{
    text-decoration: none;
    color: white;
}
.logo img{
    width: 20%;
}
.logo h4{
    display: inline;
}
.Health-sync-financial-LLC-box{
    margin-top: 9%;
    text-align: center;
    width: 190%;
    font-family:Tahoma ;
    border-radius:2%;
    border-color:2px solid rgb(65, 47, 47);
    height: 330px;
    border: white;
    background-color:rgb(130, 185, 185);
    padding-right: 3%;
}
 .HealthSync img{
    padding-top: 3%;
    width: 100%;
    height: 340px;
    border-radius: 5px;
}
.HealthSync{
    padding-bottom: 5%;
    padding-left: 1%;
    padding-right:7%;  
    display: flex;
    font-family: sans-serif;
}
.regestration-form{
  display: flex;
  place-content: center;
  margin-top: 4%;
  margin-bottom: 4%;
}
.mainHeader{
  margin-top: 0%;
    font-size: 25px;
    color: white;
    text-align: center;
    background-color: rgb(172, 223, 223);
    width: 100%;
    height: 300px;
    line-height: 300px;
}
form{
  padding-left: 4%;
  width: 55%;
  height: 565px;
  border: solid grey;
  font-family:Tahoma ;
}
 fieldset{
  border: none;
 }
 label{
   font-weight: bold;
  display: block;
 }
 input{
  margin-top: 2%;
  width: 170%;
  height: 30px;
  padding-left: 5%;
 }
 .form-group{
   gap: 20%;
  display: flex;
 }

 textarea{
  width: 93%;
 }
 .textarea{
  padding-top: 3%;
  padding-left: 2%;
 }
 button{
  margin-top: 3%;
  margin-left: 2%;
  background-color: rgb(8, 8, 242);
  color: white;
  border: none;
  width: 15%;
  height: 40px;
  font-size: 15px;
  border-radius: 5px;
 }
select{
  margin-top: 2%;
  width: 175%;
  height: 36px;
 }

 .address{
  padding-top: 3%;
  margin-left: 2%;
  width: 22%;
  height: 325px;
  border-radius: 5%;
  color: white;
  background-color:rgb(145, 145, 224);
  padding-left: 3%;
 }
 .address hr{
  margin-right: 6%;
 }
 body{
    margin: 0%;
    padding: 0%;
}
 .email{
    font-family: sans-serif;
    padding: 2px;
    height: 550px;
    display: flex;
     color: white;
    background-color: rgb(3, 3, 78);
}
.menubar{
    padding-top: 4%;
    display: flex;
   margin-left: 3%;
   gap: 50px;
}
.menubar h2{
    font-size: 21px;
}
.list-icon ul{
      margin: 0%;
    padding: 0%;
    padding-top: 3%;
      font-size: 15px;
     line-height: 0%;
} 
.list-icon li{
     line-height: 45px;
    list-style:none ;
    text-decoration: none;
    font-size: 16px;
    
}
.logotype{
    padding-left: 4%;
    width: 28%;
   
}
.logotype img{
  
  width: 90%;
}
.logotype p{
    margin-top: 0;
    font-size: 17px;
   margin-left: 12%;
     line-height: 30px;
}
 .nav-section ul li:hover{
    color: rgb(84, 139, 84);
    cursor: pointer;
}
 .offers ul li:hover{
    color: rgb(84, 139, 84);
    cursor: pointer;
}
 .contactus ul li:hover{
    color: rgb(84, 139, 84);
    cursor: pointer;
}
.apps i{
    font-size: 20px;
    margin-top: 5%;
}
.footer-note{
    border-top:1px solid rgb(237, 225, 225);
    text-align: center;
   padding: 1%;
    color:white ;
background-color: rgb(3, 3, 78);

}


