*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.top-menu-section{
    width:100%;
    height: auto;
    /* background-color: #0d2d3e; */
    color: black;
    background-color: #60ceaf;
}
.top-area-left{
    width:100%;
    height: 50px;
    background-color: transparent;
    display: flex;
    align-items: center;
}

.top-area-left span{
    font-size: 15px;
}
.Sunday{
    padding-left: 40px;
    text-transform: uppercase;
}
.top-area-right{
    width:100%;
    font-size: 15px;
    height: 50px;
    background-color:transparent;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px;
}




/* Navbar Styling */

.section-navbar{
    height: 80px;

    width: 100%;

    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    background-color: gainsboro
}

/* .navbar-nav{
    font-size: 20px!important;
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
} */

/* .collapse{
    display: flex;
    justify-content: flex-end!important;
} */

.navbar-brand{
    font-size: 25px!important;
   
    font-weight: 500;
    margin-top: 10px;
}

.brandLogo{
    width:160px;
    height: 70px;
    margin-left: 60px;
}
/* .nav-item{
    margin-left: 20px;
    font-size: 21px;
    font-weight: 500;
} */

nav{
    height: 70px;
    background-color: gainsboro;
}


nav ul{
    float:right;
    margin-right: 25px;
}

nav ul li{
    display: inline-block;
    /* margin: 0 15px; */
    margin-left: 25px;
    margin-top: 15px;
    font-size: 25px;
    font-weight: 500;
  
}

nav ul li a{
    position: relative;
    color: black;
    padding: 5px 0;
    text-decoration: none;
    font-size: 18px;
}

nav ul li a:before{
    content: '';
    position: absolute;
    left:0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: black;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .4s linear;


}

nav ul li a:hover:before{
transform: scaleX(1);
transform-origin: left;
}


label #btnBars,
label #cancel{
    color: black;
    font-size: 40px;
    float: left;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}

@media(max-width: 1118px){
    nav .navbar-brand{
        left: 8%;
    }

  
}


@media(max-width: 944px){
    nav .navbar-brand{
        left:6%;
        top:20px;
        
    }
    nav ul li a{
        font-size: 17px;

    }
    .top-menu-section{
        font-size:5px ;
    }
}

@media(max-width: 996px) {

    /* nav{
        width:100%;
        background: #e7f5ff;
        position: absolute;
        top:0;
        left:0;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translateX(100%);
        transition: all 0.5s linear;
    } */
    label #btnBars{
        display: block;
        color: #60ceaf;
        font-size: 30px;
        overflow: hidden;
        margin-left: 520px;
    }

        
        .brandLogo{
margin:0;
margin-bottom: 100px;
height: 65px;
        }
       
    
    ul{
       
        width:100%;
        height: 100vh;
        background: #192633;
        top:80px;
        left:0;
        text-align: center;
        
    }
    nav ul li{

        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 20px;

    }

    
    .navbar-brand{
       font-size:15px ;
    }

    .top-menu-section{
        display: none;
        visibility: none;
    }
   
}




/* NEW NAVBAR STYLING */

nav{
    height: 60px;
    /* background-color:#212129; */
    display: flex;
    background-color: #60ceaf;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 0 80px;
    width:100%;
    z-index: 9999;
    position: fixed;
    top:0;
    left:0;
    box-shadow: 10px 5px 14px 1px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 5px 14px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 5px 14px 1px rgba(0,0,0,0.75);
}

.logo{
    width:160px;
    height: 60px;

}
nav ul{
    display: flex;
    list-style: none;

}

nav ul li {
    margin: 0 7px;
    margin-top: 10px;
    
}
nav ul li a{
    color: whitesmoke;
    text-decoration: none;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 6px 10px;
    border-radius: 5px;
    
    transition:all .5s ease ;

}
nav ul li a:hover,
nav ul li a.active{
    color: black;
    background-color: white
}


.menu-btn i.fa-bars{
    color: white;
    font-size: 22px;
    cursor: pointer;
    display: none;
    
}
#click{
    display: none;
}

@media (max-width:1157px){
    nav ul li a{
        font-size: 15px;
    }
}

@media (max-width:940px) {
   nav ul{
    position: fixed;
    top:80px;
    left:-100%;
    background-color: black;
    height: 80vh;
    width: 100%;
    display: block;
    text-align: center;
    transition: all 0.4s ease;


   }

   #click:checked ~ .menu-btn i.fa-bars:before{
    content: "\f00d";

   }

   #click:checked ~ul{
    left: 0%;

}
   
   nav ul li{
    margin: 40px 0;

   }

   nav ul li a{
    font-size: 23px;
    display: block;
   }

   nav ul li a:hover,
nav ul li a.active{
    color: #60ceaf;
    background-color:transparent ;
}

.menu-btn i.fa-bars{
    display: block;
}
}









/* Section1 Styling */


.section1{ 
margin-top: 30px;
width:100%;
background-color: transparent;
height: 600px;

  

}


.sec1Wrapper{
    width:100%;
    height: 100%;
  
   
    background-image: url(./imgs/goldenPill.jpg);
background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;

}
.sec1Content{
    width:60%;
    height: 480px;
    background-color: ;
    color: ghostwhite;
    margin-top: 100px;
}
    
.sec1Content p{
    font-size: 18px;
}

.sec1Content h1{
    font-size: 40px;
}

.sec1Btn{
    width:150px;
    height: 50px;
    background-color: transparent;
    color: #60ceaf;
    border:2px solid #60ceaf;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 15px;
}

.sec1Btn:hover{
    background-color: #60ceaf;
    color: black;
    border: 2px solid black;
}


/* Section2 Styling */


.section2{
    width:100%;
    height: auto;
    margin-top: 30px;
    background-color: gainsboro;
}


.sec2Wrapper{
    width: 100%;
    height: auto;
    background-color:transparent ;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 6px 7px 20px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 6px 7px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 7px 20px 0px rgba(0,0,0,0.75);
border:1px solid gray;
border-radius: 10px;
margin-bottom: 20px;
margin-top: 20px;
}


.sec2head{
    justify-content: center;
}
.sec2Content{
    width: 100%;
    height: 400px;
    background-color:transparent ;
    text-align: center;
    margin-top: 20px;
   
}

.iconStyle{
    width:100px;
    height: 100px;
    object-fit: cover;
    text-align: center;
    border-radius: 50%;
    background-color: #60ceaf;
    margin-bottom: 20px;
}

.sec2Para{
    font-size: 20px;
}

.sec2Wrapper:hover{
    background-color:#60ceaf ;
    color: white;
    transition-duration: 1s;
    transition-timing-function: ease-in;
  
    /* transition: all .4s ease-out 0s; */
    z-index: -1;    
} 
.sec2Wrapper:hover .iconStyle{
    background-color: gainsboro;
    color: purple;
    border:2px solid #60ceaf;
}





.serviceWrapper2{
    width: 100%;
    height: auto;
    background-color:#60ceaf ;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 6px 7px 20px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 6px 7px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 7px 20px 0px rgba(0,0,0,0.75);
/* border:1px solid gray; */
border-radius: 10px;
margin-bottom: 20px;
margin-top: 20px;
}




.serviceContent2{
    width: 100%;
    height: 400px;
    background-color:transparent ;
    text-align: center;
    margin-top: 20px;
  
   
}

.iconStyle2{
    width:100px;
    height: 100px;
   padding: 10px;
    font-size: 67px!important;
    object-fit: cover;
    text-align: center;
    color: black;
    border-radius: 55%;
    background-color: gainsboro;
    margin-bottom: 20px;
    
}

.servicePara{
    font-size: 20px;
}

.serviceWrapper2:hover{
    background-color: gainsboro;
    color: black;
    transition-duration: 1s;
    transition-timing-function: ease-in;
    z-index: -1;
}

.serviceWrapper2:hover .iconStyle2{
    background-color: white;
  
}

.section3{
    width:100%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    background: rgb(189,189,189);
    background: linear-gradient(90deg, rgba(189,189,189,1) 30%, rgba(28,214,171,1) 30%, rgba(28,219,185,1) 73%, rgba(33,185,153,1) 100%, rgba(13,226,220,1) 100%);
    
}

.sec3leftPart{
    width:100%;
    height: auto;
   background-color: blue;
   margin-top: 60px;
   margin-bottom: 30px;
    /* background-repeat: no-repeat;
    background-image: url(./imgs/pillsImg1.jpg);
    margin-top: 40px;
    background-size: contain;
    background-position: cover;
    */
}



.sec3ImgWrapper{
    width:100%;
    height:500px;
    background-color: chartreuse;
    background-size: cover;
    background-position: center;
    background-image:url(./imgs/pillsImg5.jpg);
}

.sec3rightPart{
    width:100%;
    height: auto;
    background-color: transparent;
    margin-top: 60px;
    padding: 20px;
}

.sec3rightPart h2{
    font-weight: bold;
    font-size: 40px;
}


.sec3rightPart p{
    margin-top: 15px;
    font-size: 17px;
}

.sec3rightPart button{
    width:150px;
    height: 50px;
    background-color: ghostwhite;
    color:black ;
    border:2px solid black;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 5px;
    border-radius: 20px;
}





/* Section4 Style */


.section4{

width:100%;
height: 500px;
background-color: transparent;
position: relative;
margin-bottom: 30px;
}

.bgVideo{
    width: 100%;
    height: 100%;
    position: absolute;
    top:20px;
    bottom: 90px;
    left: 0px;
    object-fit: cover;
    margin-bottom: 30px;
}



.section5{
    width:100%;
    height: auto;
    background-color:gainsboro ;
    margin-top: 40px;
    margin-bottom: 40px;
    

}

.section5 h1{
    text-align: center;
}


.sec5Wrapper{
    width:100%;
    height:auto;
    font-size: 18px;
    margin-top: 20px;
   background-color: ;
   display: flex;
   align-items: center;
   justify-content: center;
   
}

.sec5Content{
    width:100%;
    height: auto;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid black;
    background-color: #60ceaf;
    box-shadow: 7px 6px 14px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 7px 6px 14px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 6px 14px 0px rgba(0,0,0,0.75);

}
.sec5Wrapper input{
padding-left: 15px;
background-color: gainsboro;
}

.sec5Wrapper label{
    font-size: 22px;
    margin-top: 10px;
}


.sec5Wrapper button{
    width:100px;
    height: 45px;
    color: black;
    border:2px solid black;
    background-color: gainsboro;
    border-radius: 10px;
  text-align: center;
  margin-top: 0;

}


.sec5RightImg{
    width:100%;
    height: 480px;
    background-color: bisque;
    margin-top: 20px;
}
.nameStyle{
    font-size: 20px;
    
}

.formText{
    width:100%;
    height: 50px;
    background-color: whitesmoke;
    border-radius: 10px;
}


/* Footer Styling */


.footer-section{

    width:100%;
    height: auto;
    margin-top: 50px!important;
    background-image: url(./imgs/wave\ \(1\).svg);
    background-position: contain;
    background-repeat: no-repeat;
    background-size: cover;
      
      

}

.footerp1Wrapper{
    width:100%;
    height: auto;
    background-color: ;
    display: flex;
    align-items: center;
    justify-content: center;
   
}

.footerp1Content{
    width:100%;
    height: 300px;
    background-color: ;
    margin-top: 20px;
    padding: 20px;
}

.footerp1Wrapper h1{
    font-weight: bold;

}

.top-area-right{
    width:100%;
    height: 50px;
    background-color:transparent;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
}
.link-wrapper{
    width:180px;
    height: 50px;
    background-color: ;
    display:flex;
    justify-content: space-between;
    align-items: center;
    
}

.link-wrapper i{
    font-size: 25px;
    
}

.link-wrapper i:hover{
    transform: rotate(360deg);
    transition: 0.7s;
    color: #60ceaf;
}

.footerp1Wrapper h4{
    margin-top: 20px;
}



.footerp2Wrapper{
    width:100%;
    height: auto;
    background-color: ;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerp2Content{
    width:100%;
    height: 300px;
    background-color: ;
    text-align: center;
    padding: 20px;
}

.footerp3Wrapper{
width: 100%;
height: 400px;
background-color: ;
display: flex;
justify-content: center;
align-items: center;

}

.footerp3Content{

    width:100%;
    height: 300px;
    background-color: ;
    padding: 20px;
   
    
}

.footerp3Content input{
    width:100%;
    height:50px;
    margin-top:20px;
}

.footerp3Content p{
    font-size:25px;
}

.footerp3Content .sec1Btn{
    width:100px;
    height: 40px;
    background-color: white;
    color: black;
    border:1px solid black;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 15px;
}

.footerp3Content .sec1Btn:hover{
    background-color: #60ceaf;
    color: black;
    border: 2px solid black;
}
form input{
    width:100%;
    height: 50px;
    margin-bottom: 20px;
}


.footerName{
    font-size: 20px;
    padding-left: 10px;
    border-radius: 10px;

}
