/* desktop view */


@media (min-width: 768px) {
    
    
    .sizes{
        font-size:20px;
        
    }


    .desktop-d-none{
        display: none;
    }


    
    /* font style and size */

    .bigfont{
        letter-spacing:2; font-size:130px;
    }
    
    .subheading{
        color: #58595b;
                
        font-size: 30px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        text-align: center;
    
        font-family:cardparagraph;
        font-weight: 400;
    
        line-height:1.2;
    }
    
    .heading{
        font-family:heading;
        font-size: 100px;
        
        font-weight: 100;
        font-style: normal;
        letter-spacing: normal;
        line-height: 117.73px;
    }
    
    
    
    
    /* header and hero  for pregnency*/
    
    
    .pregnencyheader{
        background-image: url("/assests/img/Pregnancy/Vector_Smart_Object_13.png");
        background-repeat: no-repeat;
        background-size: cover;
        height: 950px;
    }

    .pregnencyprehero{
        background-image: url("/assests/img/Pregnancy/Vector_Smart_Object_13_copy_6.png");
        height: 900px;
        background-size: cover;
    }
    
    .pregnencyhero{
        background-image: url("/assests/img/Pregnancy/Vector_Smart_Object\ \(1\).png");
        height: 900px;
        background-size: cover;
    }
    /* .herofooterimg{
        background-image: url("img/home/Vector\ Smart\ Object_17c.png");
        bottom: 0;
        /* position: absolute; */
        /* margin-top: 600px;
        
        
        background-size: cover;
        height: 250px;
    } */ 


    /* planning */

   
    
    .logo img{
        height: 50px;
        width: 200px;
        margin: 30px;
        margin-left: 50px;
    }
    .navlink ul{
        
        list-style-type: none;
        margin-top: 40px;
        margin-left: 70px;
        margin-right: 70px;
        
        
    }
    .navbarNav ul li a{
        color: #7a797c;
        text-decoration: none;
        text-transform: uppercase;
        
    
    }
    
    .pregnencycontent {
        float: left;
        max-width: 50%; 
        margin-right: 70px;
        margin-left: 30px;
        padding: 20px; 
        text-align: justify;
        margin-top: 160px;
        
    }
    

    
    .mobilenav,#mobilenavbar{
        display: none;
    }
    
    .herosubhead{
        color: #58595b;
        font-family: cardparagraph;
        font-size: 35px;
        
        font-style: normal;
        letter-spacing: normal;
        
        text-align: left;
    }
    
    
    .herohead{
        color: #58595b;
        font-family: heading;
        font-size: 100px;
        font-weight: 200;
        font-style: normal;
        letter-spacing: normal;
        letter-spacing:3px;
        line-height: 1;
        text-align: left;
    }
    
    
    .herobody{
        color: #58595b;
        font-family: cardparagraph;
        font-size: 18px;
        
        font-style: normal;
        letter-spacing: normal;
        line-height: 1.5;
        text-align: left;
        margin-top:15px;
    }
    
    .herofooter{
        margin-top: 30px;  
        color: #58595b;
        font-family: cardparagraph;
        font-size: 20px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        border-bottom:1px solid #58595b;
        width:fit-content;
        text-align: left;
    }





    .expertbox {
        background-color: hsla(139, 22%, 68%, 0.3);
        min-height: 600px;
        max-width: 32rem;
        border-radius: 20px;
        border: 1px solid transparent; /* Set initial border to transparent */
        position: relative;
    }
    
    .expertbox::before {
        content: '';
        position: absolute;
        top: 10px; /* 20px inside on top */
        right: 10px; /* 20px inside on right */
        bottom: -13px; /* 20px outside on bottom */
        left: -13px; /* 20px outside on left */
        border: 2px solid #9fbda4; /* Color of the border */
        border-radius: 20px; /* Same as the container's border-radius */
    }

    .expertcontent{
        padding:50px;
  
    }

    .expertli{
        color: black;
       
    }

    .expertcol1{
        margin-right: 60px;
    }


    /* booknow */

    .bookcontent{
        font-family: italic;
        color:white;
     
        font-size: 30px;
        margin-left: 30px;
        margin-top: 90px;
    }

    .bookbtn1{
        display: none;
     
    }

   /* faq */

   .faq {
  
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;


  
  }

  .faq-container {
    width: 100%;
   
 
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .faq-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #000000;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2a695;
    font-family: cardparagraph;
    font-size: 16px;
    padding: 5px;
 
  }

  .question::before {
    content: '•';
    color: #dfb19f;
    margin-right: 10px;
    
  }


  .faq-icon {
    margin-left: auto;
    color: black;
    font-size: 20px;

  }

  .faq-item .answer {
    display: none; 
    padding-left: 20px; 
    padding-right: 20px;
    padding-bottom: 10px;
    text-align: justify;
    font-size: 14px;
    line-height: 2;
    color: #58595b;
    }



  .contacthero{
    background-image: url("/assests/img/contacthero.png");
    height: 1000px;
    background-size: cover;
}

/* blog hero */

.bloghero{
    background-image: url("/assests/img/bloghero.png");
    height: 1000px;
    background-size: cover;
}


.blogbanner{
    background-image: url("../assests/img/blogbanner.png");
    height: 600px;
    background-size: cover;
}



/* about us hero */

.aboutushero{
    background-image: url("/assests/img/aboutushero.png");
    height: 1000px;
    background-size: cover;
}

.planninghero{
    background-image: url("/assests/img/planning/banner.png");
    height: 1000px;
    background-size: cover;

}
.postpartumhero{
    background-image: url("/assests/img/postpartum/banner.png");
    height: 1000px;
    background-size: cover;
}

.physiotheraphyhero{
    background-image: url("/assests/img/physiotheraphy/banner.png");
    height: 1000px;
    background-size: cover;
}

.lactationhero{
    background-image: url("/assests/img/lactation/banner.png");
    height: 1000px;
    background-size: cover;

}

.physioyogahero{
    background-image: url("/assests/img/physioyoga/banner.png");
    height: 1000px;
    background-size: cover;

}

.workshophero{
    background-image: url("/assests/img/workshop/banner.png");
    height: 1000px;
    background-size: cover;

}
}




/* 
mobile responsive */



@media (max-width: 768px) {


    
    /* font style and size */
    
    .subheading{
        color: #58595b;
                
        font-size: 20px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        text-align: center;
    
        font-family:cardparagraph;
        font-weight: 400;
    
    }
    
    .heading{
        font-family:heading;
        font-size: 50px;
        
        font-weight: 100;
        font-style: normal;
        letter-spacing: normal;
    
    }
    
    .herosubhead{
        font-size: 20px;
    
    }
    
    .herohead{
        font-size: 50px;
    
    }
    
   
    .pregnencyheader{
        background-image: url("img/Pregnancy/Vector_Smart_Object_13.png");
        background-repeat: no-repeat;
        background-size: cover;
        height: 950px;
        
    }

    .pregnencyprehero{
        background-image: url("img/Pregnancy/Vector_Smart_Object_13_copy_6.png");
        height: 900px;
        background-size: cover;
        
        
    }
    
    .pregnencyhero{
        background-image: url("img/Pregnancy/Vector_Smart_Object\ \(1\).png");
        height: 900px;
        background-size: cover;
        background-position:right ;
        background-position: 70% ;
    }



    .pregnencycontent {
        float: left;
        max-width: 80%; 
        margin-right: 70px;
        margin-left: 10px;
        padding: 5px; 
        text-align: justify;
        margin-top: 160px;
        
    }
    
 
    
    
    /* header and hero */
    

    #mobilenavbar {
        list-style: none;
        position:absolute;
        
        
    
    
    }
    
    #mobilenavbar li{
        padding: 10px;
    }
    
    
    
    .mnav{
        padding: 40px; 
        text-decoration:none;
        font-family: bold;
        text-transform: capitalize;
        color: #58595b;
        font-size: 18px;
    
    
    }
    
    
    /* .herosubhead{
        color: #58595b;
        font-family: cardparagraph;
        font-size: 15px;
        
        font-style: normal;
        letter-spacing: normal;
        
        text-align: left;
    }
    
    
    .herohead{
        color: #58595b;
        font-family: heading;
        font-size: 50px;
        font-weight: 200;
        font-style: normal;
        letter-spacing: normal;
        letter-spacing:3px;
        line-height: 1;
        text-align: left;
    } 
    
    
    .herobody{
        color: #58595b;
        font-family: cardparagraph;
        font-size: 15px;
        
        font-style: normal;
        letter-spacing: normal;
        line-height: 1.5;
        text-align: left;
        margin-top:15px;
    } 
    
    .herofooter{
        margin-top: 30px;  
        color: #58595b;
        font-family: cardparagraph;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        border-bottom:1px solid #58595b;
        width:fit-content;
        text-align: left;
    }  */


    
    /* pregnencycta */



    /* pregnency speciality */

    .specialitytext{
        /* margin: 10px 400px; */
     
    }

    .expertbox{
        background-color: hsla(139, 22%, 68%, 0.3);
        box-shadow: 10px -10px hsla(139, 22%, 68%, 0.3);
       
        min-height: 700px;
        width: 23rem;
        border-radius: 30px;
        border: 2px solid #9fbda4;
       
    }

    .expertcontent{
        padding:50px;
  
    }



    .expertli{
        color: black;
       
    }

    .expertcol1{
        margin-right: 60px;
        margin-bottom: 30px;
     
    }


    /* booknow */

    .bookcontent{
        font-family: italic;
        color:white;
     
        font-size: 16px;
        margin-left: 30px;
        margin-top: 40px;
    }

    .br{
        display:none;
    }

    .bookbtn1{
        display: block;
     
    }

   /* faq */

   .faq {
  
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 1800px;
  
  }

  .faq-container {
    width: 100%;
    max-width: 1100px;
 
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .faq-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #000000;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2a695;
    font-family: cardparagraph;
    font-size: 16px;
    padding: 15px;
    text-align: left;
    line-height: 2;
  }

  .question::before {
    content: '•';
    color: #dfb19f;
    margin-right: 10px;
    
  }

  .faq-icon {
    margin-left: auto;
    color: black;
    font-size: 20px;
  }

  .faq-item .answer {
    display: none; 
    padding-left: 20px; 
    padding-right: 20px;
    text-align: justify;
    color: #58595b;
    }


  /* contact hero */

  .contacthero{
    background-image: url("/assests/img/contacthero.png");
    height: 1000px;
    background-size: cover;
    background-position:center ;
    

}

/* blog hero */

.bloghero{
    background-image: url("/assests/img/bloghero.png");
    height: 1000px;
    background-size: cover;
    background-position:right ;
    background-position: 50% ;
}

.blogbanner{
    background-image: url("/assests/img/blogbanner.png");
    height: 1000px;
    background-size: cover;
    background-position:right ;
    background-position: 50% ;
}


/* aboutus hero */

.aboutushero{
    background-image: url("/assests/img/aboutushero.png");
    height: 1000px;
    background-size: cover;
    background-position:right ;
    background-position:75% ;
}

.planninghero{
    background-image: url("/assests/img/planning/banner.png");
    height: 1000px;
    background-size: cover;
    background-position:right ;
    background-position:75% ;

}

.postpartumhero{
    background-image: url("/assests/img/postpartum/banner.png");
    height: 1000px;
    background-size: cover;
    background-position:right ;
    background-position:75% ;
}


.physiotheraphyhero{
    background-image: url("/assests/img/physiotheraphy/banner.png");
    height: 1000px;
    background-size: cover;
    background-position:left ;
  
}

.lactationhero{
    background-image: url("/assests/img/lactation/banner.png");
    height: 1000px;
    background-size: cover;
    background-position:right ;

}

.physioyogahero{
    background-image: url("/assests/img/physioyoga/banner.png");
    height: 1000px;
    background-size: cover;
    background-position:center ;

}

.workshophero{
    background-image: url("/assests/img/workshop/banner.png");
    height: 1000px;
    background-size: cover;
    background-position:left ;
 

}



.mobilebottom{
 margin-top: 250px;
 background-color: rgba(255, 255, 255, 0.7);
 padding: 20px;
 width: 100%;
}

.mobilebottom2{
    margin-top: 200px;
    background-color: rgba(73, 54, 54, 0.7);
    padding: 20px;
    width: 100%;
   }

.mobile-d-block{
    display: block;
}




}

