body{
    margin: 0%;
    padding: 0%;
    margin-top: 1%;
}

.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:5%;
    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:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.series ul{
    font-size: 17px;
    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 img{
    width: 20%;
}
.logo h4{
    display: inline;
}
.aboutus{
    margin-top: 0%;
    font-size: 25px;
    color: white;
    text-align: center;
    background-color: rgb(172, 223, 223);
    width: 100%;
    height: 300px;
    line-height: 300px;
}
button a{
    text-decoration: none;
    color: white;
}
.info {
    padding: 3%;
    text-align: center;
}
.info h1{
  font-size: 45px;
}

.info span{
  color: rgb(3, 138, 3);
}
.info p{
    line-height: 25px;
}
.healthcare-intro{
    padding: 7%;
    display: flex;
    background-color: rgb(197, 222, 222);
}
.healthcare-intro p{
    line-height: 30px;
}
.image img{
    width: 500px;
}
.billing{
    margin-left: 7%;
    margin-top: 5%;
    border-radius: 5px;
    border: 1px solid black;
    width: 85%;
    height: 90px;  
}
.billing i{
    font-size: 40px;
    padding-left: 3%; 
}
.billing p{ 
    font-size: 17px;
    padding-left: 3%;
}
.finance{
    padding-left: 7%;
    padding-right: 7%;
}
.finance p{
    padding-top: 2%;
    line-height: 28px;
}
.finance h4{
    color: rgb(45, 148, 45);
}
.list-active{
    padding: 3%;
    padding-bottom: 5%;
}
.list-active ul{    
    margin: 0%;
    padding: 0%;
}
.list-active li{
   
    font-size: 17px;
}
.social-list{
    
    padding-top: 10%;
    height: 500px;
      background-image: linear-gradient( 90deg,rgb(68, 181, 181), rgb(109, 201, 109));
}


.validation{
    /* gap: 8%; */
    display: flex;
    margin-right: 20%;
}
.validation img{
    padding-left: 2%;
  height: 500px;
    width: 80%;
}
.success{
    padding-left: 5%;
     
}
.passrate{
    
    margin-top: 30px;
    border: 1px solid grey;
    width: 250px;
    height:150px;
    background-color: whitesmoke;
    font-size: 16px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 0 1rem rgb(67, 66, 66); 
}
.passrate h1{

    font-size: 45px;
}
.passrate p{
    padding: 0%;
}
.approval{
    padding-left: 2%;
    height: auto;
    padding-bottom: 7%;
}
.contact{
    height: 600px;
    color: white;
    background-color: rgb(3, 3, 78);
}
.email{
    font-family: sans-serif;
    padding: 2px;
    
    display: flex;
}
.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;
}
.list-icon li a{
    color: white;
    text-decoration: none;
}
.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{
   border-top: 1px solid white;
    padding:3px;
   
    text-align: center;
        color: white;
    background-color: rgb(3, 3, 78);
}


