
 .menu{
    margin-top: 1%;
    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;
}
.specialities{
    padding-top: 2%;
    display: flex;
    place-content: center;
    text-align: start;
    gap: 20px;
    font-family: sans-serif;
}

.Mindcare{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-weight: bold;
}
.medicalbilling{
    width: 100%;
    height: auto;
    display: flex;
    gap: 20px;
}
.mentalhealth{
    border: 1px solid grey;
    width: 190px;
    height: 190px;
    background-color: whitesmoke;
    font-size: 16px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 0 1rem rgb(67, 66, 66);
    margin-top: 4%; 
}
.mentalhealth img{
    margin-top: 28%;
    padding: 0%;
    width: 58%;
}
.skincare{
    border: 1px solid grey;
    width: 190px;
    height: 190px;
    background-color: whitesmoke;
    font-size: 16px;
    text-align: center;
    border-radius: 20px;
     box-shadow: 0 0 1rem rgb(67, 66, 66); 
    margin-top: 4%;
}
.skincare img{
    margin-top: 28%;
    padding: 0%;
    width: 37%;
}
.behavioralhealth{
    margin-top: 5%;
    width: 100%;
    height: auto;
    display: flex;
    gap: 20px;
}
.diagnosis img{
    margin-top: 38%;
    padding: 0%;
    width: 58%;
}
.diagnosis{
    border: 1px solid grey;
    width: 190px;
    height:190px;
    background-color: whitesmoke;
    font-size: 16px;
    text-align: center;
    border-radius: 20px; 
     box-shadow: 0 0 1rem rgb(80, 79, 79);   
}
body{
 
    margin: 0%;
    padding: 0%;
}
.Contact_Us{
    padding-top: 5%;
}
 .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%;
}
.list-icon li a{
    text-decoration: none;
    color: white;
}
.footer-note{
    border-top:1px solid rgb(237, 225, 225);
    text-align: center;
   padding: 1%;
    color:white ;
background-color: rgb(3, 3, 78);

}


