@import url('https://fonts.googleapis.com/css2?family=Baskervville+SC&family=Tangerine:wght@400;700&display=swap');

*{
    margin: 0;
    padding: 0;
  
}

.firsthead{
    display:flex;
    align-items: center;
    justify-content: space-around;
}

.b-menu{
    display:none;
}

.rel-menu{
    display:flex;
    position:fixed;
    top:0;
    left:0;
    background:rgba(145, 143, 143, 0.9);
    height:100%;
    width:100vw;
    z-index: 100;
    display:none;
}

.rel-menu-main{
    position:fixed;
    top:0;
    left:0;
    background:white;
    height:100%;
    width:80%;
    z-index: 100;
}

.b-menu-img{
    background-color: white;
    padding: 5px;
}

.b-menu-img img{
    width:50px;
    height: 50px;
    cursor:pointer;
}

.b_menus h3{
    padding: 5px;
}

.b_menus ul li{
    padding: 10px;
}
.b-login{
    display:flex;
    justify-content: space-between;
    border: 1px solid lightgrey;
    padding: 5px;
}

.logoimg img{
    width:250px;
    height: 120px;
}

.heading{
    text-align: center;
    font-family: "Baskervville SC", serif;
    font-weight: 800;
    font-style: normal;
    font-size:x-large;
    margin-bottom: 20px;
    margin-top: 10px;
}

.heading h5{
    margin-top:5px;
    text-align: right;
}
.searchbox{
    display:flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid lightgrey;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.box1{
    display:flex;
    align-items: center;
    gap:1px;
    border: 2px solid lightgrey;
    text-align: center;
    padding: 1px;
    background-color: lightgrey;
}

.box1 input{
    width:500px;
    height: 15px;
    background-color: lightgrey;
    padding: 10px;
    border:none;
}

.box1 a img{
    width:25px;
    height:25px;
}

.box2 ul{
    display:flex;
    justify-content: space-evenly;
    gap: 5px;
    color: red;
}

li{
    list-style: none;
    color: black;
    cursor:pointer;
}

a{
    text-decoration: none;
    color: black;
}

.mainnav{
    padding: 10px;
}

.mainnav ul{
    display:flex;
    justify-content: space-around;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:1.1em;
    font-weight: bold;
    cursor: pointer;
}

.mainnav ul li:hover{
    color: rgb(39, 150, 152);
}

a:hover{
    color:rgb(39, 150, 152);
}

.slideshow-container{
    width:100vw;
    margin: auto;
}

.slideshow-container .mySlides img{
    width:100%;
    height: 50vh;
    margin: 20px 0;
}

.mySlides{
    display:none;
}

  .dotclass{
    margin: -45px 0 10px 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }

  .tagline{
    padding: 20px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:1.5em;
    font-weight: bold;
  }

  hr{
    border: 1px solid lightgrey;
  }

  .main-bnr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(19, 131, 124);
    width: 80vw;
    margin: 35px auto;
    padding: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

.banner{
    display: flex;
    align-items: center;
}

.banner .bnr-img img{
    width: 160px;
    height: 100px;
}

.banner .bnr-txt{
  
  font-size: 1.2em;
  color:white;
}

.banner .bnr-txt .p1{
    font-weight: bold;
}

.main-bnr .bnr-btn input{
    padding: 10px;
    background-color: rgb(7, 66, 67) ;
    color: white;
    font-size: 1.1em;
    cursor:pointer;
}

.categories{
    width:80vw;
    margin: auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   
}

.cat-text{
    
    font-size: 1.1em;
    padding: 10px;
    font-weight: bold;
}

.grid-cat{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items:center;
    margin: 20px;
    padding: 20px;
    
}

.grid-cat .cat img{
    width: 150px;
    height:150px;
}

.grid-cat .cat p{
    text-align: center;
}

.our-expert{
    background-color: rgb(19, 131, 124); ;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 20px;
    width: 80vw;
    margin: auto;
    color:white;
}

.our-expert h2{
    text-align: center;   
}

.expert{
    display: flex;
    justify-content: space-around;
    margin: 20px 20px 0 20px;
    gap: 50px;
}

.expert-img img{
    width:150px;
    height:200px;
}

.expert-text{
    text-align: right;
}

.expert-text p{
    text-align:justify;
}

.expert-text input{
    padding: 10px;
    background-color: rgb(7, 66, 67) ;
    color: white;
    font-size: 1.1em;
    margin-top: 50px;
}

.supplements{
    margin: 20px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.supp-head{
    background-color: rgb(243, 239, 239);
    padding: 20px;
}

.supp-head p{
    width: 80vw;
    margin: auto;
    font-weight: bold;
}

.grid-supp{
    display:grid;
    grid-template-columns: repeat(6, 1fr) ;
    width: 80vw;
    margin: auto;
    padding: 20px;
    justify-content: space-between;
    gap: 15px;
    
}


.grid-supp .supp img{
    width: 200px;
    height: 200px;
    align-content: center;
}

.foot{
    border: 1px solid lightgrey;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    padding: 20px;
}

.foot1-head p{
    font-size: 2em;
    padding: 10px;
}

.foot1-body{
    display:flex;
    justify-content: space-around;
    align-items: center;
    width: 70vw;
    margin: 20px auto;
}

.foot1-text .bold-p{
    font-size: 1.7em;
    font-weight: bold;
}

.foot1-text .nrml-p{
    font-size: 1.2em;
}

.foot1{
    background-color: rgb(243, 239, 239);
}
.foot2-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 70vw;
    margin: auto;
}

.foot2-grid-items img{
    width: 175px;
    height: 150px;
    cursor: pointer;
}

.foot2-grid-items p{
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
    color: rgb(39, 150, 152) ;
}
.foot3{
    border:none;
    padding: 70px;
    border: 1px solid lightgrey;
}

.foot3-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.foot3-grid-items{
    text-align: left;
}

.foot3-grid-items p{
    font-weight: 500;
    font-size: 1.1em;
    margin-bottom: 15px;
}

.foot3-grid-items ul li{
    padding: 5px 5px 5px 0;
    font-size: 0.9em;
    cursor: pointer;
    transition: 1s;
}
.foot3-grid-items ul li:hover{
    font-size: 1em;
}

.social{
    display: flex;
    align-items: center;
    gap: 10px;
}
.social img{
    width: 30px;
    height: 30px;
}

.foot4-main{
    border:1px solid lightgrey;
}

.foot4{
    width: 85vw;
    margin: auto;
    border:none;
    padding: 50px;
}

.foot4-grid{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.foot4-grid-items{
    display:flex;
    align-items: center;
    width: 400px;
}

.foot4-grid-items img{
    width: 100px;
    height: 70px;
}
.foot4-grid-items-p{
    text-align: left;
}

.foot4-grid-items-p p{
    color: grey;
    font-size: 0.8em;
}
.foot5-flex{
    margin-bottom: 50px;
}
.foot5-flex p{
    font-size: 0.9em;
    color: grey;
    padding: 5px;
}

.mobile-foot{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width:100vw;
    z-index: 100;
    background-color: white;
    display:none;
}

.mobile-bar{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:0 5px;
}
.home{
    padding: 5px;
    display:flex;
    flex-direction: column;
    cursor: pointer;
}

.home img{
    width: 30px;
    height: 30px;
}

.home p{
    text-align: center;
}
.banner-2{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(243, 239, 239);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 20px 0;
    gap: 2vw;
}

.cnslt-bnr-img img{
    width: 100px;
    height: 120px;
}

.cnslt-bnr-txt p{
    font-size: 1.2em;
    font-weight: bold;
    margin: 4px;
}

.cnslt-bnr-txt a{
    color: rgb(39, 150, 152);
    font-family: cursive;
}

.cnslt-package{
    width: 80vw;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    gap: 3vw;
}


.pack-image img{
    width: 250px;
    height: 200px;
}

.package-benefits{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10vw;
    row-gap: 20px;
    margin: 20px 0;
}

.benefits{
    display: flex;
    justify-content: left;
    gap: 10px;
}

.benefits img{
    width: 40px;
    height: 40px;
}

.package-head input{
    padding: 5px 15px;
    background-color: rgb(7, 66, 67) ;
    color: white;
    font-size: 1.1em;
}
.package-head h1{
    font-size:xx-large;
}

.package-option{
    width: 80vw;
    margin: 20px 15vw;
    display: flex;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 20px;
}

.option1{
    width: 32vw;
    padding: 10px;
    text-align: center;
    border:2px solid black;
}

.option1 input{
    padding: 5px 15px;
    background-color: rgb(7, 66, 67) ;
    color: white;
    font-size: 1.1em;
    margin: 10px;
    cursor: pointer;
}

.option1 h2{
    padding: 5px;
}

.option1 .p3{
    font-weight: bold;
    padding: 10px;
}

.foreign{
    background-color: rgb(243, 239, 239);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 10px;
    margin: 20px 0;
}

.foreign p{
    font-weight:bold;
    width: 65vw;
    text-align: left;
    padding: 10px;
    margin: auto;
    font-size: 1.2em;
}

.cnslt-tracker{
    text-align: center;
    display: flex;
    justify-content: space-around;
    padding: 40px;
    border: 1px solid lightgrey;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.track-text .bold-p{
    font-size:3em;
    color: rgb(7, 66, 67);
    font-weight: bold;
}

.track-text .nrml-p{
    font-size: 1.5em;
}

.dropdown{
    display:none;
}

.mainnav ul li:hover .dropdown{
    display:block;
    position: absolute;
}

.dropdown ul{
    display:block;
    background-color: rgb(39, 150, 152);
}
.dropdown ul li{
    display: block;
    padding: 5px;
}

.soon{
    text-align:center;
    font-size:75px;
    color:rgb(39, 150, 152);
    height: 45vh;
    margin-top: 15vh;
}

.soon span{
    font-size:45px;
}


