
@font-face {
  font-family: 'AvenirNext LT Pro';
  src: url('../fonts/AvenirNextLTPro-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/AvenirNextLTPro-Bold.ttf') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/AvenirNextLTPro-UltLt.woff') format('woff'), /* Modern Browsers */
       url('../fonts/AvenirNextLTPro-UltLt.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/AvenirNextLTPro-UltLt.svg#svg') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  200;
}

@font-face {
  font-family: 'AvenirNext LT Pro';
  src: url('../fonts/AvenirNextLTPro-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/AvenirNextLTPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/AvenirNextLTPro-Regular.svg#svg') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  300;
}

@font-face {
    font-family: 'cursive-sans-serif';
    src: url('../fonts/StyleScript-Regular.ttf'); 
    src: url('../fonts/StyleScript-Regular.ttf') format('embedded-opentype'),
         url('../fonts/StyleScript-Regular.ttf') format('woff');
         
    font-style:   normal;
    font-weight:  200;
  }
/* Define Color Variables */
:root {
    --white: #fff;
    --black: #000;
    --text-color: #001A2C;
    --primary-color: #E91E63;
    --secondary-color: #7B1FA2;
    --text-size: 18px;
    font-family: 'AvenirNext LT Pro', 'AvenirNext LT Pro', 'AvenirNext';
}

* {
    margin: 0;
    padding: 0;
        scrollbar-width: thin;
        scrollbar-color: #f1f1f1 #a8a8a8;
       font-family: 'AvenirNext LT Pro', 'AvenirNext LT Pro', 'AvenirNext';
      
}




html, body {
    font-family: 'AvenirNext LT Pro', 'AvenirNext LT Pro', 'AvenirNext';
        position: relative;
        letter-spacing: 1px ;
            margin: 0 !important;
            padding: 0 !important;
            margin-bottom: 0px !important;
            overflow-x: hidden;
            width: 100% !important;
        
    }
    
    h1 {
        font-family: 'AvenirNext LT Pro', 'AvenirNext LT Pro', 'AvenirNext';
        font-size: 40px !important;
        font-weight: 900 !important;
        line-height: 60px !important;
    
    }

    h2 {
        font-family: 'AvenirNext LT Pro', 'AvenirNext LT Pro', 'AvenirNext';
        font-size: 40px !important;
        font-weight: 400 !important;
        letter-spacing: 1px !important;
        color: var(--secondary-color) !important;
        text-align: center !important;
    }
    h3 {
        font-family: 'AvenirNext LT Pro', 'AvenirNext LT Pro', 'AvenirNext';
        font-size: 15px !important;
        font-weight: 600 !important;
        letter-spacing: 1px;
        /* margin: 30px 0px !important; */
      color: #ED2079 !important;
    }
     p{
        font-family: 'AvenirNext LT Pro', 'AvenirNext LT Pro', 'AvenirNext';
        font-size: 40px ;
        font-weight: 400 ;
        letter-spacing: 1px;
        color: var(--secondary-color);
        text-align: center ;
    }
    span{
        text-align: center !important;
    font-size: 12px !important;
    }
  h6{
    text-align: center !important;
    margin-top: 30px !important;
  }
  a{
    font-family: 'AvenirNext LT Pro', 'AvenirNext LT Pro', 'AvenirNext';
    text-decoration: none !important;
    font-size: 16px !important;
  }

.dn {
    display: none;
}

.db {
    display: block;
}










.mobile-menu-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background-color: var(--secondary-color);
    z-index: 101;
}
.mobile-menu div section{
 text-align: justify;
 }
 .mobile-menu div section img{
    width: 30% !important;
    text-align: justify;
    padding: 8px !important;
 }
img {
    width: 100%;
}

.p-btn{
    background-color: var(--secondary-color);
    color: var(--white);
    border: 1px solid var(--secondary-color);
    padding: 10px 30px;
}
.p-btn:hover {
    box-shadow: none;
}
.s-btn {
    background-color: transparent;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    padding: 5px 30px;

}
.s-btn2 {
    background-color: transparent;
    color: #fff;
    border: 1px solid var(--secondary-color);
    padding: 5px 30px;

}
.s-btn:hover
{
    background-color: var(--secondary-color);
    color: #fff;
}
.p-btn-small
{
    background-color: var(--secondary-color);
    color: var(--white);
    border: 1px solid var(--secondary-color);
    padding: 7px 20px; 
    font-size: 0.9rem !important;
    box-shadow: 0px 2px 15px -3px rgb(223, 145, 0, 0.4);
}
.p-btn-small:hover
{
    box-shadow: none;
}
.my-container {
    padding: 0px 100px;
}

.part-logo {
    flex: 0 0 auto !important;
    width: 20% !important;

}

.part-link-1 {
    flex: 0 0 auto !important;
    width: 15% !important;

}

.part-link-2 {
    flex: 0 0 auto !important;
    width: 15% !important;

}

.part-addr-1 {
    flex: 0 0 auto !important;
    width: 25% !important;

}

.part-addr-2 {
    flex: 0 0 auto !important;
    width: 25% !important;

}

#partition {
    justify-content: space-between !important;
}

#mob_mail {
    span {
        font-size: 17px !important;
    }
}






.underbannersection div{
    width: 80%; 
    margin: 0 auto;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    text-align: center; 
}
.underbannersection2 div{
    width: 100%; 
    margin: 0 auto;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    text-align: center; 
}
.underbannersection2 div h4{
    font-family: 'AvenirNext LT Pro', 'AvenirNext LT Pro', 'AvenirNext';
    font-size: 32px !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
    text-align: center  !important;
    color: var(--secondary-color) !important;
    line-height: 54px !important;
}


.desktop-menu {
    position: fixed !important;
    top: 0;
    width:100% !important;
    background-color: var(--primary-color); 
   color: white !important;
   padding: 10px;
    text-align: center;
    z-index: 1000;
    transition: background-color 0.3s ease-in-out;
}

.desktop-menu.scrolled {
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    
}
.scrolled ul li a {
   
    color: var(--secondary-color) !important;
}
nav {
    padding: 0px 0px;
   
}
.drop-item
{
    position: relative;
}
.my-drop-down {
    position: absolute;
    width: 250px;
    background-color: #ffe7f9;
    left: 0px;
    top: 100%;
    display: none;
    box-shadow: 0px 0px 15px 7px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 0px;   
}

.drop-item:hover .my-drop-down {
    display: block;
    color: white;
}
.my-drop-down div div ol li a{
    color: var(--secondary-color) !important;
}
.scrolled .my-drop-down div div ol li a{
    color: var(--secondary-color) !important;
}
nav .my-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

nav .my-container ul {
    list-style: none;
    margin-bottom: 0rem;
}
ul li a{
    color: white !important;
}
nav .my-container ol {
    list-style: none;
    margin-bottom: 0rem;
}

nav .my-container ol li {
    margin: 10px 0px !important;
}

nav .my-container ol li span {
    color: var(--primary-color);
    font-weight: bold;
}

nav .my-container ul:first-child {
    display: flex;
    height: 100%;
}

nav .my-container ul li {
    margin: 0px 15px;
    display: flex;
    align-items: center;
}
nav .my-container ul li:hover {
   border-bottom: 3px solid var(--secondary-color); 
}

nav .my-container ul li:hover a {
    color: var(--secondary-color);
 }
nav .my-container ul li:last-child {
    margin: 0px 0px 0px 15px;
}

nav .my-container ul li a {
    color: var(--text-color);
    font-size: var(--text-size);
}

nav .my-container ul li a span {
    font-size: 14px;
}

nav img {
    width: 100px;
}

.banner_mc {
 /* background-image: url("../images/photos-with-friends-having-fun-friendship-day.png"); */
    background-size: cover;
    background-repeat: no-repeat; 
    background-color: var(--primary-color);
    min-height: 500px !important;
    justify-content: center;
    align-items: center;
    width: auto !important;
   margin-top:50px;
}

.banner_mc img{
/* width: 100% !important; */
margin-top: -30px !important;
}
.banner_mc h1{
padding-top: 100px !important;
margin: auto !important;
width: 80% !important;
color: white !important;
text-align: center !important;
}
.banner_content_mc {
    padding: 10% 0% 10% 0%;
}

.banner_css_row {
    display: grid;
    grid-template-columns: 13% 13% 13% 61%;
}

.css_three_row {
    display: grid;
    grid-template-columns: 33.333% 33.333% 33.333%;
}
button a{
    color: white !important;
}
.banner_mc h1,
.banner_mc h6,
.banner_mc button,
.banner_mc p {
    color: var(--white) !important;
}

.banner_mc button {
    background-color: transparent;
    border: none;
}

.my_btn {
    border: 1px solid rgb(53, 195, 219);
    padding: 15px 25px;
    border-radius: 0px 35px 0px 0px;
    background-color: rgb(53, 195, 219) !important;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: border-radius 0.5s ease-in-out, background-color 0.3s ease-in-out;
}

.my_btn:hover {
    border-radius: 0px;
    background-color: rgb(33, 150, 180) !important; /* Slightly darker shade for hover effect */
}

.banner_css_col button {
    font-size: 2rem;
}

.mobile-menu-list .icon-close-round-line-icon {
    color: black;
    font-size: 1.5rem;
}
.mobile-menu
{
    display: none;
}
.desktop-menu {
    display: block;
}
ul
{
    text-align: start;
    list-style: none;
}
ol
{
    list-style: none;
}

ul li a
{
    color: var(--white);
}
.each-section
{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
.each-section h1
{
    text-align: center;
}
.each-section h3
{
    text-align: center;
    font-size: 24px !important;

}
.sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 100vw;
    gap: 3px;
    z-index: 100 !important;
}

.svg-icon {
    width: 50px !important;
    height: 50px !important;
    padding-top: 25px !important;
}


.sidebar a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    background-color: var(--secondary-color);
    color: white;
    padding: 12px;
    border-radius: 5px 0px 0px 5px;
    transition: 0.3s ease;
    width: 40px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}


.sidebar a span {
    display: none;
    margin-left: 10px;
}


.sidebar a:hover {
    width: auto;
    padding: 10px 20px;
}


.sidebar a:hover span {
    font-size: 18px !important;
    display: inline;
    color: white;
}


.youtube {
    display: flex;
    justify-content: space-evenly;
    margin: 50px 0px !important;
    margin: auto;
    flex-wrap: wrap;
    row-gap: 80px;
}

.vedio-1 {
    width: 500px;
    height: 320px ;
}


.about-us
{
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.about-us img
{
    border-radius: 10px;
}
footer{
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    margin: 0px !important;
    padding: 0px !important;
   height: auto !important;
}
footer h3{
    margin: 0px !important;
}

.copy-right-mc h6{
    margin-top: 0px !important;
    margin: 0px !important;
    color: white !important;
}
footer img
{
    width: 150px;
    margin-top: 5% !important;
}
footer ul
{
    padding-left: 0rem !important;
}
footer ul li
{
    margin-top: 10px;
}
footer ul li a
{
    color: var(--text-color) !important;
    display: flex;
    align-items: center;
}
footer ul li a span:last-child
{
    margin-left: 10px;
}
.copy-right-mc
{
    background-color: var(--secondary-color);
    padding: 8px 0px;
}
.copy-right-mc p
{
    margin-bottom: 0px !important;
    color: var(--white);
}



.age-groups {
    background: #ffe7f9;
    padding: 60px 0;
 }
 
 .age-groups-h1{
    text-align: center;
    color: black !important;
    margin-top: 0px !important;
 }

 .age-groups-img{
    width: 90px !important;
    margin-left: 45% !important;
 }
 
 .age-groups .container {
    display: flex;
    justify-content: center;
    gap: 20px;
    text-align: center;
    flex-wrap: wrap;
 }
 .age-group {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 0px !important;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 23% !important;
    position: relative;
    overflow: hidden;
    margin-top: 30px !important;
    text-align: center;
}

.age-group::before {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(233, 30, 99, 0.8); 
    opacity: 0;
    transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.age-group:hover::before {
    bottom: 0;
    opacity: 1;
}

.age-group .overlay {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: white;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.age-group:hover .overlay {
    opacity: 1;
}

.age-group-content {
    position: relative;
    z-index: 2;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.age-group:hover .age-group-content {
    opacity: 0;
    visibility: hidden;
}

.overlay h3 {
    color: white !important;
}
.overlay button {
    color: white !important;
    border: solid 1px white !important;
}
.age-group:hover::before {
    background-color: rgba(233, 30, 99, 0.8) !important;


    bottom: 0; 
    opacity: 1;
}

.age-group:hover::after {
    bottom: 0; /* Move up on hover */
}

.age-group-content h3{

    margin-top: -10px !important;

}
.age-group:hover .age-group-content {
    opacity: 0;
}
.view-more2 {
    margin-top: 10px !important;
    display: inline-block;
    height: 40px !important; /* Smaller height */
    width: 100px !important; /* Smaller width */
    padding: 5px 10px !important; /* Adjust padding */
    font-size: 14px; /* Smaller font size */
    text-align: center;
    /* background-color:var(--secondary-color); */
    color: black !important;
    border:solid var(--secondary-color) 1px !important;
    cursor: pointer;
    /* transition: background 0.3s ease-in-out; */
}

.view-more2:hover {
    background-color: #c2185b; 
}

.connect_now {
    margin-top: 30px !important;
    display: inline-block !important;
    height: 40px !important; 
    width: 125px !important; 
    padding: 5px 10px !important; 
    font-size: 14px; 
    text-align: center;
    color: black !important;
    border:solid var(--secondary-color) 1px !important;
    cursor: pointer;
   
}
.connect_now:hover{
    margin-top: 30px !important;
    display: inline-block;
    height: 40px !important; 
    width: 120px !important; 
    padding: 5px 10px !important; 
    font-size: 14px; 
    text-align: center;
    color: white !important;
    border:solid var(--secondary-color) 1px !important;
    cursor: pointer;
   
}
/*  */
 .age-group div{
    text-align: center;
    position: absolute;
    bottom: 45% !important;
    left: 15% !important;
 }
 .age-group img {
    padding-top: 50px !important;
    width: 100%;
    height: auto;
    border-radius: 10px;
 }
 
 
 /*  */

 .progress2{
padding: 50px !important;
 }

.trusted-brands {
    text-align: center;
    /* padding: 50px 20px; */
    background-color:white !important; 
}
.trusted-brands p{
    text-align: center;
    margin-top: 0px !important;
    margin-bottom: 50px !important;

}


.brands-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    max-width: 900px;
    margin: auto;
    margin-top: 50px;
}

.brand-logo img {
    width: 250px !important;
    height: auto;
    transition: 0.3s ease-in-out;
}


.ask_an_expert {
    background: url('../images/women-back.png');
    /* background-color: #E9ECEF !important; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
 
}
.expert_grid{
    display: grid !important;
    grid-template-columns:  60% 40% !important;
    padding:0px 50px !important;
    padding-top: 80px !important;

    gap: 100px !important;
}
.expert_grid h4{
    font-weight: 700 !important;
    margin: 20px 0px !important;
    line-height: 35px !important;
    color: var(--secondary-color);
}
.expert_grid button{
margin-top: 30px !important;
}
.expert_grid h3{
    text-align: left!important;
}
.expert_img{
   display: flex !important;
   position: relative !important;
    }
    .expert_img img:first-of-type{
    
        position: absolute !important;
        top: 0;
        left: -2%;
         }
    @keyframes moveImage {
        0% { transform: translateX(0); }
        50% { transform: translateX(10px); }
        100% { transform: translateX(0); }
        0% { transform: translateY(0); }
        50% { transform: translateY(10px); }
        100% { transform: translateY(0); }
    }
    
    .expert_grid div img:last-of-type {
        width: 100px !important;
        height: 100px !important;
        margin-left: -18% !important;
        animation: moveImage 5s infinite ease-in-out;
    }
    
    .expert_grid div img:first-of-type {
        width: 90px !important;
        height: 90px !important;
margin-right: 10% !important;
        animation: moveImage 5s infinite ease-in-out;
    } 
.expert_grid div img{
width: 70% !important;
margin-left: -1% !important;
}






/*  */

/*  */


.logo-light {
    display: flex;
}
.logo-dark {
    display: none;
}

.scrolled .logo-light {
    display: none;
}
.scrolled .logo-dark {
    display: flex;
}

/* innerpage_align */

.innerpage_align{
    margin-top: 160px;
    margin-bottom: 40px;
}

.innerpage_align h3 {
    font-size: 25px !important;
    line-height: 48px;
    text-align: left;
}





/* innerpage_align end  */


/* our_approach */

.vidh_mb {
    display: none;
}

.our_approch_p{
    background-color: #ffe7f9;
    padding: 50px !important;
}

.prevent-block h3{
    font-size: 30px !important;
    margin: 0;
    line-height: 40px;
    margin-bottom: 30px;
}

.our_approch_p p{
width: 80% !important;
margin: auto;
font-size: 28px !important;
line-height: 48px !important;
}

.approach_align p {
    font-size: 30px !important;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    width: 80% !important;
    margin: auto;
    line-height: 48px !important;
}

.approach-card-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    margin-top: 30px;
    background-color: #ffe7f9;
    padding: 50px;
}

.approach-card {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 20px;
    flex: 1 1 calc(33% - 20px);
    max-width: calc(33% - 20px);
    text-align: center;
    transition: transform 0.3s ease;
}

.connect_now {
    a {
        color: black !important;
    }
}


.approach_align h4 {
    font-size: 25px;
    color: var(--primary-color);
}

.approach-card-row p {
    font-size: 22px !important;
    line-height: 40px !important;
    width: 100% !important;
}

.approach-icon {
    width: 100px;
    margin-bottom: 20px;
}


.our_approch_p span{
    font-size: 28px !important;
    color: var(--primary-color);
}


.our_approch_p h1{
line-height: 64px !important;
}


/* our_approach */

/* womens_health_resources */

.approach-card-section {
     display: flex;
     text-align: center;
     justify-content: center;
     background-color: #fff;
     border: 1px solid #eee;
     border-radius: 8px;
     max-width: 1150px;
     margin: auto;
     height: 400px

}

.age-heading h1 {
    margin-top: 160px;
    color: var(--primary-color);
    text-align: center;
}

.age-heading span {
    font-size: 40px !important;
    color: var(--secondary-color);

}

.card-img {
height: 400px ;
}

.approach-card-img {
    flex: 1 1 50%;
    max-width: 575px;
    padding: 0 !important;
}

.approach-card-text {
    flex: 1 1 50%;
    min-width: 250px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.approach-card-text h6 {
    text-align: left !important;
}

/* .approach-card-text ul {
    list-style: disc;
    font-size: 20px;
} */

.text-purple {
    margin: 0px 20px !important;
    color: var(--secondary-color);
    padding: 0;
    list-style: disc !important;
    font-size: 20px !important;

}

/* womens_health_resources end  */

/* gallery_page */




/* gallery_page_end */


/* contactus_align */


.contactus_align p {
    font-size: 18px ;
    line-height: 35px !important;
}

.rahul {
    margin: 50px;
    margin-bottom: 0px;
}

.contactus_align h1 {
    color: var(--primary-color);
    text-align: center;
}

.center-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    align-items: stretch;
    padding: 60px;
    margin-bottom: 0;
}

.map {
    flex: 1 1 400px;
    min-height: 400px;
}

.details {
    flex: 1 1 400px;
    background-color: #fffdfc;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    text-align: left;
}

.details h4 {
    text-align: center;
    font-size: 25px;    
    font-weight: 600;
    margin-bottom: 40px
}

.buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
}

.form-container {
    width: 100%;
    padding: 50px 500px !important;

}
 
.contact-form {
    display: flex;
    flex-direction: column
}


.form-container{
        
    #max-width : 800px;
    width: 100%;
    padding: 50px 500px !important;
    justify-content: center !important;
 
 
 .contact-form {
   display: flex;
   flex-direction: column;
 }
 
 label {
   margin: 10px 0 5px;
   color: #555;
   font-weight: 500;
 }
 
 .required {
   color: red;
   margin-left: 4px;
 }
 
 input,
 textarea {
   padding: 15px;
   border: 1px solid #888;
   border-radius: 4px;
   font-size: 16px;
   margin-bottom: 15px;
   transition: border 0.3s;
 }
 
 input:focus,
 textarea:focus {
   border-color: #2196f3;
   outline: none;
 }
 
 button {
   padding: 15px;
   background: linear-gradient(to right, #4caf50, #2196f3);
   color: white;
   font-size: 18px;
   font-weight: bold;
   border: none;
   border-radius: 4px;
   cursor: pointer;
   letter-spacing: 2px;
   transition: background 0.3s;
 }
 
 button:hover {
   background: linear-gradient(to right, #45a049, #1e88e5);
 }
}
 



/* contactus_align end */


/* blog page start */

.blog_page {
   width: 80%;
   justify-content: center;
   justify-self: center;
}


.blog_grid {
    display: grid;
   grid-template-columns:  repeat(3, minmax(300px, 1fr));
   gap: 40px;
   
}

.card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.card-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-img11 {
    height: 450px;
    overflow: hidden;
}

.card-content 
 h3 {
    font-size: 28px;
 }
 p {
    font-size: 18px;

 }

 .card .btn {
  background: linear-gradient(90deg, #7c1fa3, #e81e61);
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  align-self: flex-start;
  transition: 0.3s;
}

.card .btn:hover {
  background: linear-gradient(90deg, #e81e61, #7c1fa3);
}

.date {
    text-align: left;
}



/* blog page end */



/* test blog page start */
    .test_blog {
        width: 80%;
        justify-self: center;
        justify-content: center;
        justify-items: center;
        padding-top: 0 px;
        padding-bottom: 80px;

    }

    .authored{
        
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        gap: 30px;
        align-items: flex-end;
        margin-top: 60px;

        
    }

    .auther-img{
        display: flex !important;
        width: 10% !important;
        border-radius: 100px;
        overflow: hidden;
       
    }
     
    .authored
     p{
        
            text-align: center !important;
            margin-bottom: 0px;

    }

    .blog_img{
        width: 40%;
        justify-content: center;
        min-height: 700px;
        max-height: 700px;
        overflow: hidden;
        margin-top: 60px;

    }

    .sup-cont{
        margin: 40px 0px;
    }
    .sup-cont
      a {
          font-size: 20px !important;
          font-weight: 900;
          color:var(--secondary-color);
      }
    
    .sup-cont 
      ul {
        padding-left: 30px;

      }


    .blog_content{
        margin-top: 40px;
        margin-bottom: 40px;
        width: 80%;
    }

    .blog_content{
        p{
            font-size: 20px;
            text-align: left;
        }
    }


/* test blog page end */

@media screen and (max-width: 1300px) {
    a{
        font-size: 15px !important;
      }
      nav .my-container ul li {
        margin: 0px 8px;
    }
}

@media screen   and (max-width: 992px) {
    body {
        width: 100% !important;
        overflow-x: hidden;
    }

    section,
    div,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        text-align: center;
    }

    .icon-three-horizontal-lines-outline-icon {
        font-size: 35px !important;
        margin-right: 15px !important;
    }

    .expert_grid {
        grid-template-columns: 1fr !important;
        padding: 0px 20px !important;
     }
    .top-bar ul li a span:nth-child(2) {
        display: none;
    }

    .my-container {
        padding: 0px 30px;
    }

    .desktop-menu {
        display: none;
    }

    nav img {
        width: 100px;
    }

    .icon-three-horizontal-lines-outline-icon {
        font-size: 1.5rem;
    }

    h1 {
        font-size: 1.6rem !important;
    }

    h6 {
        font-size: 1.1rem !important;
    }
    h3{
        font-size: 1.4rem !important;
        font-weight: 600;
    }
    .mobile-menu
    {
        display: block;
    }
    .banner_css_col button {
        font-size: 1.5rem;
    }
    footer ul li
    {
        text-align: center !important;
    }
    footer ul li a
    {
        justify-content: center;
    }
    .copy-right-mc p
{
    font-size: 0.8rem !important;
}

#mob_mail {
    span {
        font-size: 20px !important;
    }
}


/* homepage */

.banner_mc {
    margin-top: 0px !important;
}

.banner_mc h1 {
 padding-top: 50px !important;
}

.underbannersection div {
    width: 90% !important;
}

.age-groups-img {
    margin-left: 0px !important;
}

.age-group {
    width: 50% !important;
}

.expert_img {
    justify-content: center !important;
}

.expert_img img:first-of-type {
    left: 15%;
}

.expert_grid div img:last-of-type {
    margin-left: -15% !important;
}

/* homepage end */


/* aboutpage */

.innerpage_align {
    margin-top: 10px !important;
}
 
.about-para {
    padding: 0 20px !important;
}

.about-image {
    padding: 0 20px !important;
}




/* aboutpage end */

/* contact us page  */

.form-container {
    padding: 50px !important;
}

.contactus_align p {
    font-size: 25px !important;
}

.cantact-para h2 {
    margin-bottom: 20px !important;
}


/* contact us page end  */


/* womenshealth page  */


.age-heading h1 {
    margin-top: 10px !important;
    font-size: 40px !important;

}

.approach-card-section{
    width: 85%;
}

.approach-card-img {
    max-width: 650px !important;
}

.approach-card-text {
    margin-bottom: 20px !important;
}

.approach-card-text h6 {
    font-size: 22px !important;
    text-align: center !important;
}

.approach-card-text h3 {
    font-size: 30px !important;
    text-align: center !important;
}

.approach-card-text ul {
    font-size: 28px !important;
    list-style: disc !important;
}


.card-img {
    height: 400px !important;
}

#age13to18 {
    flex-direction: column !important;
    height: auto !important;
}

#age19to30 {
    flex-direction: column-reverse !important;
    height: auto !important;
}

#age31to45 {
    flex-direction: column !important;
    height: auto !important;
}

#age46to60 {
    flex-direction: column-reverse !important;
    height: auto !important;
}


/* womens health page end  */



/* our approch page  */


.our_approch_p {
    margin-top: 0px !important;
}

.vidh h1 {
    font-size: 40px !important;
}

.vidh span {
    font-size: 40px !important;
}

.approach_align p {
    width: 100% !important;
}

.prevent-block h3 {
    font-size: 40px !important;
}


.approach-card-row {
    flex-wrap: nowrap !important;
    flex-direction: column !important;
}

.approach_align h4 {
    font-size: 35px !important;
}

.approach-card-row p {
    font-size: 30px !important;
}

.approach-card {
    padding: 40px;
}

.blue-content {
    padding: 20px 0px !important;
}



/* our approch page end  */

.age-groups .container {
    flex-direction: column;
    align-items: center;
 }

 .age-group{
    max-width: 90%;
 }
 /* @media tab end */
}

@media screen and 
(min-width: 250px) and 
(max-width: 460px) {
    body {
        width: 100% !important;
        overflow-x: hidden;
    }
    a {
        font-size: 16px !important;
    }

    nav .my-container ul li {
        margin: 0px 8px;
    }

    h1 {
        font-size: 30px !important;
        font-weight: 900 !important;
        line-height: 40px !important;
    }

    h2 {
        font-size: 24px !important;
        font-weight: 400 !important;
        letter-spacing: 1px !important;
        color: var(--secondary-color);
        text-align: center !important;
    }

    h3 {
        font-size: 15px !important;
        font-weight: 600 !important;
        letter-spacing: 1px;
        color: #ED2079 !important;
    }

    p {
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 1px;
        color: var(--secondary-color);
        text-align: center;
    }

    
    #mob_mail {
        span {
            font-size: 18px !important;
        }
    }

    .copy-right-mc h6 {
       font-size: 12px !important;
    }

    span {
        text-align: center !important;
        font-size: 12px !important;
    }

    h6 {
        text-align: center !important;
        margin-top: 30px !important;
    }

    .each-section {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .underbannersection div {
        width: 100% !important;
    }
    .underbannersection h2 {
        line-height: 38px;
    }


    .age-groups-h2 {
        width: 80%;
        margin: auto;
    }
    .progress2 {
        padding: 0px !important;
        width: 100% !important;
    }

    .my-container {
        padding: 0px 20px;
    }

    

    .youtube {
        flex-direction: column;
        align-items: center;
        margin :20px 0px !important;
       
    }
    

    .vedio-1 {
        width: 360px;
        height: 200px;
        margin-top: 30px;
    }
    

    .banner_mc {
           background-size: cover;
           background-repeat: no-repeat; 
           background-color: var(--primary-color);
           min-height: 400px !important;
           justify-content: center;
           align-items: center;
           width: 100% !important;
           margin-top: 0px !important;
          
       }
       
       .banner_mc img{
       width: 100% !important;
       margin-top: 10px !important;
      
       }
       .banner_mc h1{
       padding-top: 60px !important;
       margin: auto !important;
       width: 100% !important;
       color: white !important;
       text-align: center !important;
       }

    .age-group {
        width: 100% !important;
    }
    .age-groups-img{
        width: 90px !important;
        margin-left: 0% !important;
        margin-top: 20px;
     }
     .expert_grid {
        grid-template-columns: 1fr !important;
        padding: 0px 20px !important;
     }
     .expert_grid div h3{
        text-align: center !important;
     }
     .expert_grid div img {
        width: 100% !important;
        margin-left: 0% !important;
     }

    .expert_grid div img:last-of-type {
        margin-left: -25% !important;
    }


     .expert_img img:first-of-type {
        left: 0% !important;
     }
     .underbannersection2 div h4{
        font-size: 18px !important;
        line-height: 28px !important;
    }
    .underbannersection2 div {
        margin: 10px !important;
        padding: 0px 15px  !important;
    }

    footer img
{
    width: 40% !important;
    margin-top: 0% !important;
    margin-bottom: 18px !important;

}
.foot{
    margin-top: 0px !important;
}

.hide-mb {
    display: none !important;
}

.part-logo {
    flex: 0 0 auto !important;
    width: 100% !important;

}

.part-link-1 {
    flex: 0 0 auto !important;
    width: 100% !important;

}

.part-link-2 {
    flex: 0 0 auto !important;
    width: 100% !important;

}

.part-addr-1 {
    flex: 0 0 auto !important;
    width: 100% !important;

}

.part-addr-2 {
    flex: 0 0 auto !important;
    width: 100% !important;

}


.addr a { 
    font-size: 18px !important;
    line-height: 20px !important;
}
.addr div {
    margin: 10px 5px 10px 5px !important;
}

.icon-three-horizontal-lines-outline-icon {
    font-size: 1.6rem !important;
}

.svg-icon {
    width: 25px !important;
    height: 25px !important;
    padding: 0px !important;
    margin-bottom: 10px !important;
}
.sidebar a {
    padding: 6px !important;
}

.contactus_align p {
    font-size: 18px !important;
    line-height: 30px !important;
}



.innerpage_align {
    margin-top: 10px;
    margin-bottom: 10px;
}

.innerpage_align h3 {
    line-height: 35px !important;
    text-align: center !important;
}

.approach-card p {
    font-size: 20px !important;
}


.approach-card {
    padding: 10px;
}

.approach-card-row {
    padding: 25px !important;
}

.approach-card-text h6 {
    font-size: 18px !important;
    text-align: center !important;
}

.form-container {
    padding: 50px !important;
}
.approach-card-text ul {
    font-size: 20px !important;
}

.center-info {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.details {
    padding: 10px !important;
}

.email {
    font-size: 15px !important;
}

.form-container {
    label {
        text-align: left !important;
    }
}

/* gallery page  */





/* gallery page end  */

/* Blog page start */

.blog_grid {
    display: block;
}


/* blog page END */

/* our_approch_page */

.our_approch_p {
    margin-top: 0px !important;
    padding: 20px 0px 20px 0px !important
}

.vidh{
    display: none;
}

.approach-icon {
    width: 85px !important;
}

.vidh_mb{
    display: block;
        text-align: center !important;
        font-size: 28px !important;
        line-height: 35px;
        margin-bottom: 30px;
    
}

.vidh_mb h1 {
    margin-bottom: 0px !important;
}

.vidh_mb span{
    font-size: 28px !important;
}


.our_approch_p h1 {
    line-height: 40px !important;
}

.approach_align p {
    font-size: 24px !important;
    line-height: 35px !important;
    margin: 0px 15px !important;
    width: 90% !important;
}

.prevent-block h3 {
    font-size: 28px !important;
}

.approach_align h4 {
    font-size: 28px !important;
}

.age-heading h1 {
    margin-top: 0 !important;
    font-size: 25px !important;
}

.age-heading span {
    font-size: 25px !important;
}

.approach-card-section{
    width: 85%;
} 
.approach-card {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}    

.approach-card {
    p {
        margin: 0px !important;
    }
}

.approach-card-text {
    margin-bottom: 20px !important;
    padding-left: 0px !important;
}

.text-purple {
    padding-left: 20px !important;
}

.approach-card-text h3 {
    font-size: 25px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.card-img {
    height: 250px !important;
}

#age13to18 {
    flex-direction: column !important;
    height: auto !important;
}

#age19to30 {
    flex-direction: column-reverse !important;
    height: auto !important;
}

#age31to45 {
    flex-direction: column !important;
    height: auto !important;
}

#age46to60 {
    flex-direction: column-reverse !important;
    height: auto !important;
}
.section-title {
    font-size: 28px !important;
}

/* our_approch_page end  */

/* testblog page start */

.blog_img{
    width: 80%;
    min-height: 300px;
}

.test_blog {
    width: 100%;

}

.authored {
    flex-direction: column;
    align-items: center;
}

.auther-img {
    width: 40% !important;
}


/* testblog page end */

/* @media screen and 
 250 to 400 end */

}
