@media (max-width: 75em){
    
    .hero-container img {
       
        height: 36rem;
    }
    .about-section {
        max-width: 700px;
       
    }
}
@media (max-width: 65em){
.container{
    padding: 0 2rem;
}
.hero-img-div {
   display: none;
}
.hero-flex {
    display:block;
}
.hero-container{
   padding: 7rem 2rem;
    
}
.hero-container img {
    display: none;
}
.img-about{
    display: none;
}
.about-section {
    max-width: 600px;
}
.profile-card{
    margin: auto 0;
}
.choose-text-content{
    text-align: center;
}
.choose-text-content ul li {
    margin: 20px 0;
    border-bottom: 1px solid #999;
  }
.remove-on-large{
    display: none;
}
.header-content{
    padding: 1.5rem 0;
}
.container-serv {
   
    padding: 10px;
   
}
}
@media (max-width: 55em){
    .contact-options {
        display:block;
    
    }
    .contact-or {
    width: fit-content;
    margin:3px auto;
    }
.contact-section{
    margin: 0 auto;
    
}
.contact-option{
    margin: 0 auto;
}
.profile-card{
    display: none;
}
.about-section {
    max-width:100%;
    padding: 1rem 1.6rem;
}

}
@media (max-width: 48em){
.hero-text h1{
    font-size: 2.4rem;
}
.hero-text h2{
 font-size: 1.8rem;   
}
.hero-btn{
    align-items: center;
    justify-content: center;
}
.hero-container{
    padding: 5rem 2rem;
}
.choose-grids{
    grid-template-columns: 1fr 1fr;
}
.about-content{
    flex-direction: column;
}
.divider{
    height: 1px;
    width: 100px;
}
.form-container {
flex-direction: column;
  }

  .hero-content{

    width: 100%;
    margin: 0 auto;
   
   }
   .hero-text{
width: 100%;
   }
   .hero-flex {
    display: block; /* or any other display property you prefer */
}

}
@media (max-width: 27em){
.hero-btn{
    display:inline;
}
.hero-btn button{
    width: 100%;
}
.hero-container {
    padding: 5rem 1rem;
}
.container {
    padding: 0 1rem;
}
.choose-grids {
    grid-template-columns: 1fr;
}
.quick-links,
.services,
.address{
    text-align: center;
}
.hero-text h1 {
    font-size: 2.2rem;
    color: white;
}
.about-heading h2 {
    font-size: 26px;

 
}
.header-logo a {
 font-size: 1rem;
}
.hero {
    background-image: url(images/reliable-medical-record-reviews.jpg.webp);
    background-size: cover; /* Ensures the image covers the entire area without stretching */
    background-position: center; /* Centers the image within the container */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-attachment: fixed; /* Keeps the background fixed while scrolling (optional) */
    background-color: #f8f9fa; /* Provides a fallback background color */
     /* Example: Full viewport height */
    width: 100%; /* Ensures the element spans the full width */
}
.hero-bg{
    background-color: rgba(0, 0, 0, 0.6);
   
}

.hero-bg {
    background-image: none !important;
  }
}
@media (max-width: 27em){
    .hero-container {
        padding-left: 0.5rem;
        padding-right:0.5rem;
        padding-top: 4rem;
        padding-bottom: 3rem;
    }
    .hero-text {
        padding-top: 4rem;
       
    }
    .hero-text h1 {
        font-size: 2.0rem;
    }
    .hero-text h2 {
        font-size: 1.6rem;
        color: white;
    }
    .choose-content {
        width:100%;
      
    }
    .about-us-section {
        padding:0;
    
    }
.choose-us-section .container{
    padding: 0;
}
   
.contact-form {
  
    padding: 10px;
  
}
.form-container {
    margin: 10px 0;

}
.contact-info {

    padding: 10px;

}
.hero-text p {
    color:white;
}
.about-section {
    max-width: 100%;
    padding: 1rem 0rem;
}
.goal-section {
    padding: 20px 0px;
}
.ms-content h1{
    font-size: 2rem;
}
.ms-content{
    padding: 4rem 0;
}
.container-card{
    padding: 20px 0;
}
.contact-icon {
   
    margin-right: 5px;
}
.contact-option{
    
    width: 100%;
}
.contact-section h2 {
    font-size: 20px;
}
}

@media (max-width: 20em){
  
    .contact-info {
        padding: 10px;
    }


.contactus-form .container{
    padding: 0;
}

.contact-section h2{
    font-size: 18px;
}

.contact-option p {
 
    font-size: 14px;
    
}
.contact-option{
    padding: 20px 10px;

}

}
