*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  font-family: 'Poppins';
  text-decoration: none;
  /* list-style: none; */
}

a{
    cursor: pointer;
}
.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* justify-content: center; */
    /* padding: 10px 20px; */
}

.navbar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
   /* width: 31.62%; */
    padding: 10px 20px;
}

.navbar-link {
    display: flex;
    flex-direction: column;
   /* width: 61.88%; */
}

.navbar-icon img {
    width: 100px;
    height: auto;
    margin-right: 10px;
     /* padding: 10px 20px; */
}

.navbar-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.navbar-name .f-40{
    padding: 0;
    color: #000;
}


/* CSS */
.nav-item {
    color: #006F71;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    margin: 10px 20px;
    border-radius: 0 20px 0 20px;
    transition: background-color 0.3s, color 0.3s;
}

.nav-item:hover {
    background-color: #006F71;
    color: #FFFFFF;
    text-decoration: none;
}

/* Active state styling */
.nav-item.active {
    background-color: #006F71;
    color: #FFFFFF;
}




.contact-info {
    padding: 20px;
    display: flex;
    justify-content: space-around;
    
}
.contact-info p{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    font-size: 20px;
    color: #757575;
    text-decoration: none;
}
.contact-info p a{
    font-weight: 500;
    font-size: 20px;
    color: #757575;
    text-decoration: none;
}
.contact-info p a:hover{
 
    color: #00A1A3;
    
}

.menu-icon {
    display: none;
    
    cursor: pointer;
}
.menu-icon img{
    width: 30px;
    height: 30px;
}
.cross-icon img{
    width: 30px;
    height: 30px;
} 
.cross-icon{
    /* font-size: 30px; */
    cursor: pointer;
    margin-right: 20px;
}

.links {
    width: 100%;
    background-color: #D8FFFF;
    padding:  15px 0;
    /* gap: 20px; */
    display: flex;
    justify-content: space-around;
}
.res-nav{
    display: none;
}
.menu-icon{
    display: none;
}
.navbar-name .f-22{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.links a{
    font-size: 25px;
    font-weight: 600;
    color: #00A1A3;
}
@media (max-width: 1050px) {
   
    .navbar-icon img{
        width: 80px;
    }
    .navbar-name .f-40{
        font-size: 30px;
    }
    .navbar-name .f22{
        font-size: 1rem;
    }
}
@media (max-width: 1141.60px) {

    .navbar-icon img{
        width: 80px;
    }
    .navbar-name .f-40{
        font-size: 30px;
    }
    .navbar-name .f-22{
        font-size: 16px;
    } 
    .navbar-container {
        flex-direction: row;
    }

    .navbar-link {
        display: none !important;
    }

    .menu-icon {
        display: block;
        margin-right: 20px;
    }

    #cross-icon {
        display: none;
    }

    .res-nav {
        display: none;
        width: 100%;
        background-color: #D8FFFF;
        
    }

    .res-nav-links {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .res-nav-links a{
        color: #006F71;
        text-decoration: none;
        font-size: 22px;
        font-weight: 500;
        padding: 10px;
       
        transition: background-color 0.3s, color 0.3s;
        margin: 10px 0;
    }

    .res-nav-links a:hover {
        background-color: #006F71;
        color: #FFFFFF;
        border-radius: 0 20px 0 20px;
    }

  
}

@media (max-width: 985px) {
    .res-nav {
        display: none;
    }
    .cross-icon {
        display: none;
    }
    
}

@media (min-width:1141.60px) {
    #res-nav {
        display: block; 
    }
    #menu-icon, #cross-icon {
        display: none; 
    }
    
}

@media (max-width: 1099px) {
    #res-nav {
        display: none; 
    }
    #menu-icon {
        display: block; 
    }
    #cross-icon {
        display: none;
    }
}





.home{

}
.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner {
    display: flex;
    transition: transform 0.9s ease-in-out;
    width: 100%;
}

.carousel-item {
    min-width: 100%;
    box-sizing: border-box;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: black;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 2;
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

.home-banner, .home-banner1, .home-banner2 {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    overflow: hidden; /* Ensure video doesn't overflow */
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure video covers the entire div */
    z-index: -1; /* Place the video behind the content */
}

.home-banner-content {
    position: relative; /* Ensure content appears on top of the video */
    z-index: 1; /* Place content above the video */
    color: white; /* Adjust text color if necessary */
    padding: 20px;
}


.home-banner-content p {
    font-size: 30px;
    color: #2F2F2F;
    font-weight: 600;
}


.home-banner-content p span {
    color: #00A1A3;
}
.home-whoWe{
    width: 90%;
    margin: 0 auto;
    
}
.home-whoWe-container {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center; /* Optional: Align items vertically in the center */
}


.home-whoWe-img {
   
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-whoWe-img img{
 width: 70%;
  
}

 .f-40 {
    color: #006F71;
    font-size: 36px;
    font-weight: 600;
   padding-bottom: 20px;
}

.f-23 {
    padding-bottom: 20px;
    color: #006F71;
    font-size: 23px; /* Assuming this is the intended size */
}
.home-whoWe-content{
   line-height: 1.4;
}
.f-35 {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.5;
    padding: 20px 0 ;
}
.f-30{
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
}

.f-22 {
    font-size: 22px;
padding-bottom: 20px;
color: #5B5B5B;
font-weight: 400;
line-height: 1.5;
}
.f-35 span{
    color: #006F71;
}

.home-medicines{
    width: 85%;
    margin: 0 auto;
    padding: 40px 0;
}
.home-medicines-head{
    text-align: center;
    padding-bottom: 20px;
}
.home-medicines-content
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; /* Distribute space evenly */
    gap: 20px; /* Optional: space between items */

}
.medicines{
    flex: 1 1 calc(20% - 20px); 
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    
}
.medicines, .home-success-head{
    text-align: center;
}
.home-success{
    background-image: url('../Assert/success.jpeg');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    padding: 40px 0;  
    background-color: rgba(216, 255, 255, 0.4); 
    background-blend-mode: overlay; 
}
.home-success-container{
    width: 85%;
    margin: 0 auto;
}
.home-success-content{
    display: flex;
    justify-content: space-between;
}
.success-card {
   
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.success-border {
    background-color: #ffffff;
    text-align: center;
    border: 20px solid #00A1A3;
    border-radius: 50%;
    width: 200px;
    height: 200px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px; 
}

.success-border p.f-40 {
    padding: 0;
    font-size: 40px;
}

.success-border p.f-22 {
    padding: 0;
    font-size: 22px; 
}

.success-text {
    text-align: center;
}
.medicines img {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    max-width: 150px; /* Optional: control the size of the images */
}
@media screen and (min-width : 300px) {
    .home-banner , .home-banner1, .home-banner2{
        height: 500px; 
    }
   
    
    .home-banner-content{
        position: relative;
        top: 280px; 
        background-color: #FFFFFFB8;
        padding: 20px;
        
    }
    .home-whoWe-container{
        flex-direction: column;
    }
    .home-whoWe-text, .home-whoWe-img{
        width: 100%;
    }
    .home-medicines-content{
        flex-direction: column;
    }
    .home-success-content{
        flex-direction: column;
    }
    .success-card{
        width: 100%;
    }
  
}
@media screen and (min-width : 600px) {
    .home-banner-content {
        border-radius:0 0  250px 0;
    }
    .home-whoWe-container{
        flex-direction: column;
    }
    .home-whoWe-text, .home-whoWe-img{
        width: 100%;
    }
    .home-medicines-content{
        flex-direction: column;
    }
    .home-success-content{
        flex-direction: column;
    }
    .success-card{
        width: 100%;
    }
  
}
@media screen and (min-width : 1024px) {
    .home-banner , .home-banner1, .home-banner2{
        height: 500px; 
    }
    .home-banner-content {
        position: relative;
        top: 270px; 
        text-align: center;
        width: 55%;
        background-color: #FFFFFFB8;
        padding: 20px;
        border-radius:0 0  250px 0;
        
    }
  

    .home-whoWe-container{
        flex-direction: row;
    }
.home-whoWe-text, .home-whoWe-img{
    width: calc(50% - 20px);
    
 }
 .home-medicines-content{
    flex-direction: row;
}
.home-success-content{
    flex-direction: row;
}
.success-card{
    width: calc(33.33% - 20px);
}
}

/* about */

.about{

}
.about-container{

}
.banner-head{
    background-image: url('../Assert/about.png');
height: 40vh;
background-color: rgba(216, 255, 255, 0.4); 
background-blend-mode: overlay; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
   
}
.banner-head .f-40{
    position: relative;
    top: 170px; 
    padding-left: 110px;
    
}
.banner-head .f-center{
    position: relative;
    top: 50%; 
    padding-left: 45%;
    color: #006F71;
    font-size: 36px;
    font-weight: 600;
   padding-bottom: 20px;
}
.about-content{
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.about-text ,.about-img{
/* width: calc(50% - 20px); */

display: flex;
flex-direction: column;
justify-content: center;
}





@media screen and (min-width :300px) {
    .about-content{
        flex-direction: column;
    }
    .about-text ,.about-img{
        width: 100%;
    }
    .about-img img{
        width: 100%;
        height: 100%;
    }
    
}

@media screen and (min-width :600px) {
    .about-content{
        flex-direction: column;
    }
    .about-text ,.about-img{
        width: 100%;
    }
    .about-img img{
        width: 100%;
        height: 50%;
    }
    
}
@media screen and (min-width :1024px) {
    .about-content{
        flex-direction: row;
    }
    .about-text ,.about-img{
        width: calc(50% - 20px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .about-img img{
        width: 500px;
        height: 600px;
    }
    
}
/* end about */

/* Our Products */


.hover-border-effect {
    text-decoration: none;
    color: #333;
    display: inline-block;
    position: relative;
    overflow: hidden;
}


.hover-border-effect .f-22 {
    font-size: 22px; 
    margin: 0;
    padding: 10px;
}


.hover-border-effect::before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #006F71;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}


.hover-border-effect:hover::before {
    transform: translateX(0);
}

.product-head{
   
    background-color: #00A1A3;
    margin: 40px 0;
}
.p-head{
    padding: 20px 80px;
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 600;
 
}
.product-content{
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 20px; 
}
.product-card{
    text-align: center;
}
.product-card img{
width: 250px;
}
@media screen and (min-width: 300px) {
    .product-content{
        flex-direction: column;
    } 
    .product-card{
        width: 100%;
    }
    .product-head{
        width: 100%;
    }

}
@media screen and (min-width: 600px) {
    .product-content{
        flex-direction: row;
    } 
    .product-card{
        width: calc(50% - 20px); 
    }
    .product-head{
        width: 80%;
    }

}
@media screen and (min-width: 1024px) {
    .product-content{
        flex-direction: row;
    } 
    .product-card{
        width: calc(33.33% - 20px);
    }
    .product-head{
        width: 70%;
    }
}

/* Our Products End */




.contact{

}
.contact-container{

}
.contact-content{
   width: 85%;
   margin: 40px auto;
   background-color: #626262;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 10px;
}
.contact-form{
  display: flex;
  flex-direction: column;
  width: 85%;

 padding: 40px 0;
}
.contact-form input,textarea{
    padding:10px 20px;
    border-radius: 5px;
    border: none;
    font-size: 22px;
    font-weight: 400;
    outline: none;
}
.form-input{
  
    display: flex;
    flex-direction: column;
    
    display: flex;
    justify-content: space-between;
   
}
.form-input1{
  
    display: flex;
    flex-direction: column;
    width:100%;
}
.form-input1 , .form-input{
margin-bottom: 20px;
} 
.form2{
    display: flex;
    gap: 20px;
}
.btn {
    text-align: center;
}

.btn button {
    background-color: #ffffff;
    color: #626262;
    padding: 10px 25px;
    border: none;
    border-radius: 4px;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
}

.btn button:hover {
    background-color: #FFFFFFB8;
}

@media screen and ( min-width :300px) {
    .form2{
        flex-direction: column;
    }
    .form-input{
        width: 100%;
    }
}
@media screen and ( min-width :600px) {
    .form2{
        flex-direction: column;
    }
    .form-input{
        width: 100%;
    }
}
@media screen and ( min-width :1024px) {
    .form2{
        flex-direction: row;
    }
    .form-input{
        width:50%;
    }
}
/* contact end */

.list-component{
padding-bottom: 20px;
}
.banner-head1 {
    background-image: url('../Assert/about.png');
    height: 40vh;
    background-color: rgba(216, 255, 255, 0.4);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 0 20px;
    flex-direction: column;
}

.banner-head1 .f-center {
    text-align: center;
    color: #006F71;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    position: relative;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
}

.banner-head1 img {
    height: auto;
    max-width: 100%;
    margin: 20px 0;
    position: relative;
    top: 0;
    left: 0;
}

@media (min-width: 1100px) {
    .banner-head1 {
        flex-direction: row;
        justify-content: flex-start;
    }

    .banner-head1 .f-center {
        font-size: 32px;
        left: 10%;
        top: 50px;
        transform: none;
    }

    .banner-head1 img {
        margin-left: 20px;
        position: relative;
        top: 120px;
        left: 56px;
        width: 300px;
        height: 300px;
    }
   
}

@media (max-width: 1100px) {
    .banner-head1 {
        height: auto;
        padding: 10px;
    }

    .banner-head1 .f-center {
        font-size: 28px;
        top: 0;
        left: 0;
        transform: none;
    }

    .banner-head1 img {
        margin-left: 0;
        top: 0;
        left: 0;
        max-width: 150px;
    }
  
}

@media (max-width: 480px) {
    .banner-head1 .f-center {
        font-size: 24px;
    }

    .banner-head1 img {
        max-width: 120px;
    }
}



.list-component-content1{
    width: 85%;
    margin: 0 auto;
}
.list-component-content2{
    width: 85%;
    margin: 20px auto;
}
.list-component-content2-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list-component-content .f-22{
padding: 20px 0;
}
.anemia {
   
    line-height: 1.2;
}
.tip{
    background-color: #BFEEEF;
   padding: 20px;
   line-height: 2;
   margin: 20px 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
}
.anemia{
    padding: 0;
    /* padding: 20px; */
}


.tip-content  p{
    color: #5B5B5B;
    font-size: 20px;
    font-weight: 400;
}
.anemia-content p{
    color: #5B5B5B;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 20px;
}

.tip-head , .anemia-head{
  
}
.anemia-head .f-35{
    font-size: 25px;
    color: #5B5B5B;
    font-weight: 600;
}
.tip-head  .f-35{
    font-size: 25px;
    color: #5B5B5B;
    font-weight: 600;
}
@media screen and (min-width :300px) {
    .list-component-content2-content{
        flex-direction: column;
    }
    .anemia , .tip{
        width:100%;
    }
    .list-component-content{
        width: 85%;
        margin: 0 auto;
      
    }
}
@media screen and (min-width :600px) {
    .list-component-content2-content{
        flex-direction: column;
    }
    .anemia , .tip{
        width: 100%;
    }
    .list-component-content{
        width: 85%;
        margin: 0 auto;
      
    }
}
@media screen and (min-width :1024px) {
    .list-component-content2-content{
        flex-direction: row;
    }
    .anemia , .tip{
        width: calc(50% - 20px);
    }
    .list-component-content{
        width: 85%;
        margin: 0 auto;
        width: 60%;
        display: flex;
        position: relative;
        left: 200px
    }
}
/* Footer */
.footer {
    background-image: url('../Assert/footerbg.jpeg');
    background-color: rgba(0, 0, 0, 0.5); /* Black background with 50% opacity */
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    color: #FFFFFF;
    
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
}

.footer-icon, .footer-links, .footer-contactInfo {
    width: calc(33.33% - 20px);
    margin-bottom: 20px;
}

.footer-logo {
    display: flex;
    gap: 10px;
}

.footer-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.footer-name .f-40{
    padding: 0;
}

.footer-links, .footer-contactInfo {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    
}
.footer-content{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}
.footer-content-head{
    text-align: center;
}
.footer-content-head .f-23{
padding: 0;
}
.white {
    color: #ffffff;
}
.contactInfo-content p a{
    color: #ffffff;
    text-decoration: none;
}
.contactInfo-content p a:hover{
    color: #00A1A3;
  
}

.social-media-icons {
    margin-top: 10px;
}

.f-link {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    list-style: none;
}
.f-links li{
    list-style: none;
}
.f-links li a:hover{
    color: #00A1A3;
}

.social-icon {
    margin-right: 15px;
    color: white; 
    font-size: 24px; 
}

.social-icon:hover {
    color: #ff6b6b; 
}
.contactInfo-content p{
color: #ffffff;

}

@media (max-width: 1024px) {
    .footer-container {
        width: 100%;
        padding: 0 10px;
    }
    
    .footer-icon, .footer-links, .footer-contactInfo {
        width: 100%;
        text-align: center;
    }
    
    .footer-logo {
        justify-content: center;
    }
    
    .footer-name {
        align-items: center;
    }
    
    .footer-content .f-20 {
        text-align: center;
        line-height: 2;
    }
    
   
    
    .f-link:hover {
        color: #ff6b6b;
    }
}

@media (max-width: 768px) {
    .f-link {
        font-size: 18px;
    }

    .footer-logo img {
        width: 100px;
    }
    
    .footer-name .f-40 {
        font-size: 24px;
    }
    
    .footer-name .f-20 {
        font-size: 16px;
    }
    
    .social-icon {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .footer-logo img {
        width: 120px;
    }
    
    .footer-name .f-40 {
        font-size: 20px;
    }
    
    .footer-name .f-20 {
        font-size: 14px;
    }
    
   
    
    .social-icon {
        font-size: 18px;
        margin-right: 10px;
    }
}
.anemia-content li {
   padding-bottom: 10px;
   font-size: 20px;
   color: #5B5B5B;
   font-size: 400;
    }