 .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{
    color: aqua;
    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;
}
.Professionalbilling{
    margin-top: 0%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    font-family:sans-serif;
}
.Professionalbilling h1{
    color:rgb(23, 23, 143) ;
    font-size: 45px;
}
.Professionalbilling p{
    line-height: 30px;
}
.medicalservices{
    box-sizing: border-box;
    margin-top: 0%;
}
.services{
    place-items: center;
    display: flex;
    gap: 20px;

    flex-wrap: wrap;
    padding-left: 5%;
}
.flex-box{
    font-family: sans-serif;
    border-radius: 5%;
    text-align: center;
    width: 260px;
    height: 280px;
    background-color:whitesmoke;
    box-shadow: 0 0 1rem rgb(117, 111, 111);
}

.medicalservices img{
   padding-top: 30%;
    width: 50%;
}
 .footer-note{
    border-top:1px solid rgb(237, 225, 225);
    text-align: center;
    padding: 1%;
    color:white ;
    background-color: rgb(3, 3, 78);
}
