@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  user-select: none;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.hero{
    background-image: url("img/main_e.webp");
    width: 100%;
    height: 95vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  
  }

body{
  background: #f2f2f2;
}




.main-heading-btn {
  position: relative;
  text-align: center;
  color: white;
}
.center-heading-btn {
  position: absolute;
  top: 430px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  font-weight: 600px;
  letter-spacing: 5px;
  padding: 10px 0;
}
.above-booking-button{
  position: absolute;
  top: 560px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  font-weight: 600;
  padding: 10px;

}


nav{
  background: #fffefe;
}
nav:after{
  content: '';
  clear: both;
  display: table;
}
nav .logo{
  float: left;
  color: rgb(250, 246, 246);
  line-height: 15px;
  padding-left: 60px;
  padding-top: 1 px;
}
nav ul{
  float: right;
  margin-right: 40px;
  list-style: none;
  position: relative;
}
nav ul li{
  float: left;
  display: inline-block;
  background: white;
  margin: 0 5px;
}
nav ul li a{
  color: black;
  line-height: 70px;
  text-decoration: none;
  font-size: 18px;
  padding: 8px 15px;
}
nav ul li a:hover{
  color: cyan;
  border-radius: 5px;
  box-shadow:  0 0 5px #33ffff,
               0 0 10px #66ffff;
}
nav ul ul li a:hover{
  box-shadow: none;
}
nav ul ul{
  position: absolute;
  top: 90px;
  border-top: 3px solid cyan;
  opacity: 0;
  visibility: hidden;
  transition: top .3s;
}
nav ul ul ul{
  border-top: none;
}
nav ul li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
}
nav ul ul li{
  position: relative;
  margin: 0px;
  width: 200px;
  font-size: 12px;
  text-align: center;
  float: none;
  display: list-item;
  border-bottom: 1px solid cyan;
}
nav ul ul li a{
  line-height: 25px;
}
nav ul ul ul li{
  position: relative;
  top: -60px;
  left: 150px;
}
.show,.icon,.quicker{
  display: none;
}
.fa-plus{
  font-size: 15px;
  margin-left: 40px;
}
@media all and (max-width: 968px) {
  nav ul{
    margin-right: 0px;
    float: left;
    width: 100%;
  }
  nav .logo{
    padding-left: 30px;
    width: 100%;
  }
  .held,.show +a,ul{
   display: none;
  }
  nav ul li,nav ul ul li{
    display: block;
    width: 100%;
    border: 1px solid cyan;
  }
  nav ul li a:hover{
    box-shadow: none;
  }
  .show{
    display: block;
    color: rgb(10, 10, 10);
    font-size: 18px;
    padding: 0 20px;
    line-height: 70px;
    cursor: pointer;
    text-align: left;
  }
  .show:hover{
    color: cyan;
  }
  .icon{
    display: block;
    color: rgb(7, 7, 7);
    position: absolute;
    top: 0;
    right: 40px;
    line-height: 70px;
    cursor: pointer;
    font-size: 25px;
  }
  nav ul ul{
    top: 70px;
    border-top: 0px;
    float: none;
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  nav ul ul a{
    padding-left: 40px;
  }
  nav ul ul ul a{
    padding-left: 80px;
  }
  nav ul ul ul li{
    position: static;
  }
  [id^=btn]:checked + ul{
    display: block;
  }
  nav ul ul li{
    border-bottom: 0px;
  }
  span.cancel:before{
    content: '\f00d';
  }
}


.main-booking-btn
{

    
    position: absolute;
    top: 80%;
    left: 50%;
    text-decoration: none;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    
    font-family: sans-serif;
    box-sizing: border-box;
    background: linear-gradient(90deg, #03a9f4,#f441a5,#03a9f4,#ffeb3b);
    background-size: 700px;
    border-radius: 70px;
    
    
}

.main-booking-btn:hover
{
    animation: animate 8s linear infinite;
}
@keyframes animate
{
    0%
    {
        background-position: 0%;
    }
    100%
    {
        background-position: 400%;
    }
}


.center-heading-btn {
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: 300px;
  letter-spacing: 2px;
  padding: 8px 0;
}
.above-booking-button{
  position: absolute;
  top: 400px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  font-weight: 300;
  padding: 5px;

}




/*sarika navigation end*/





/* sarika image gallery style start*/

.Sarika-Gallery
{
    padding: 100px;
    background-image: linear-gradient(to right, #1ad1ff,#ffb3ff);
    width: 100%;
}

.gallery-Heading h2
{
    text-align: center;
    padding:20px;
    color: #fff;
    text-transform: uppercase;
    
     letter-spacing: .2rem;
     
    
    font-family: sans-serif;
    font-weight:800;

}

.mySlides {display: none}
.mySlides img 
{
    vertical-align: middle;

    height: 500px;
}

/* Slideshow container */
.slideshow-container {
  width: 90%;
  position: relative;
  border: 5px solid whitesmoke;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #717171;
}

/* Caption text */


/* Number text (1/3 etc) */
.numbertext {
  color: blue;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

@media screen and (max-width:991px)
{
    .slideshow-container
    {
        width: 100%;
        margin: 0px;
    }

    .mySlides img 
    {
        
        width: 400px;
        height: 300px;
    }

    .Sarika-Gallery
    {
        padding: 20px;
        background-color:#B3D7FF;
        width: 100%;
    }

    .gallery-Heading h2
    {

        padding:20px;
      
        
        
        
        font-family: sans-serif;
        font-weight:150;

    }
}


/* sarika image gallery style End*/

.Sarika-Video
{
    width:100%;
    display:flex;
    background-image: linear-gradient(to right,#1ad1ff,#ffb3ff);
    padding: 50px;
    box-sizing: border-box;
    flex-direction: row;
    color: #fff;
    font-weight: 500;
    font-size: 20px;

    
}

/*background: #ffc728;*/

.internalcontainerL
{
    flex:1;
    background: #6633CC;
    margin-right: 10px;
    
    
    padding: 30px;
    font-family: 'Roboto',sans-serif;


}

.internalcontainerM
{
    flex:1;
    background: #6666FF;
    padding: 30px;
    margin-right: 10px;
    font-family: 'Roboto',sans-serif;
}

.internalcontainerR
{
    flex:1;
    background: #9999FF;
    padding: 30px;
    margin-right: 10px;
    
    
    font-family: 'Roboto',sans-serif;

}

.treat-head h2
{
    text-align: center;
    padding:20px;
    
    text-transform: uppercase;
    
    
     color: blue;
     letter-spacing: .2rem;
     
    
    font-family: sans-serif;
    font-weight:800;

}


@media screen and (max-width:1400px)
{
    .Sarika-Video
    {
        flex-direction: column;
        text-align: center;
    }

}
  


/* About us style start */

.AboutUs
{
    width:100%;
    background-image: linear-gradient(to right, #1ad1ff,#ffb3ff);
    min-height: 75vh;
    overflow: hidden;

}

.section
{
    width: 90%;
    display:block;
    margin: 80px auto;

}

.left-section
{
    width: 60%;
    float:left;
    padding-right: 90px;
}

.content
{
    text-align: justify;
}

.image-section
{
    float: right;
    width: 40%;
}

.image-section img
{
    width: 450px;
    height: 450px;
    border: 2px solid #f3f0f0;
    border-radius: 10%
}

.image-section img:hover
{
    opacity: 0.5;
}

.content .title h2
{
    color: #fff;
    font-family: sans-serif;
    font-weight:800;

}

.content .title h3
{
    padding-top: 15px;
    color:#fff;
    font-family: sans-serif;
    font-weight: 800;

}

.content p
{
    font-family: sans-serif;
    padding-top: 15px;
    color:#fff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;

}

.content .ReadMore-button
{
    padding-top: 40px;
}

.content .ReadMore-button a
{
    text-decoration: none;
    padding:10px 20px;
    font-size: 16px;
    color: #fff;
    background-color:blue;
    letter-spacing: 1px;
    font-family: sans-serif;
    text-transform: uppercase;
}

.content .ReadMore-button a:hover
{
    background-color:#1ad1ff;
    transition: 2s ease;
}

.content .social
{
    padding-top: 40px;
    padding-bottom: 30px;

}

.content .social a
{
    color:#ffb3ff;
    font-size: 24px;
    padding:0px 5px;
    font-family: sans-serif;
}

.content .social a:hover
{
    color:pink;
}


@media screen and (max-width:991px)
{
    .left-section
    {
        width:100%;
        padding-right: 0px;
    }

    .content h2
    {
        text-align: center;
    }

    .content .ReadMore-button
    {
        text-align: center;
    }

    .content .social
    {
        text-align: center;
        padding: 20px;
    }

    .content .social a
    {
        padding:0px 3px;
        
    }

    .image-section
    {
        width: 100%;
        display: block;
        margin:50px auto;
        
    }

    .image-section img
    {
        
        width: 100%;
        height: 300px;
        border: 1px solid #ffffff;
        border-radius: 10%
    }


}

/* About us style end */

 /* query form style start */

.query-title
{
    text-align: center;
    background: linear-gradient(rgba(0,0,50,0.5),rgba(0,0,50,0.5)),url(img/clinic.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 75vh;
    
}

.contact-title
{
    
    color:#fff;
    text-transform: uppercase;
    transition:all 2s ease-in-out ;
}

.contact-title h1
{
    font-size: 32px;
    line-height: 10px;
    margin-bottom: 20px;
    padding:15px;

}

.contact-title h2
{
    font-size: 32px;
    margin-bottom: 20px;

}

.form-control
{
    width:600px;
    background: transparent;
    border:none;
    outline: none;
    border-bottom: 1px solid #B3D7FF;
    color:#fff;
    font-size: 18px;
    margin-bottom: 16px;

}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B3D7FF;
    opacity: 1; /* Firefox */
  }

  .form-control input
  {
      height:45px;
  }


  .submit
  {
      background: #ff5722;
      border-color: transparent;
      color:#fff;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 2px;
      height: 50px;
      margin-top: 20px;


  }

  form .submit:hover
  {
      background-color: #f44336;
      cursor: pointer;
  }

  @media screen and (max-width:991px)
  {
    .contact-title h1
    {
        font-size: 25px;
        line-height: 10px;
        margin-bottom: 15px;
    
    }
    
    .contact-title h2
    {
        font-size: 20px;
        margin-bottom: 15px;
    
    }

    .form-control
    {
        width:100%;
        background: transparent;
        border:none;
        outline: none;
        border-bottom: 1px solid #B3D7FF;
        color:#fff;
        font-size: 18px;
        margin-bottom: 16px;

    }

    .submit
    {
        background: #ff5722;
        border-color: transparent;
        color:#fff;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 2px;
        height: 50px;
        margin-top: 20px;
    }

    

    
  }

  /* query form style end */



/* footer style start*/
footer
{
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 100px;
    background-image: linear-gradient(to right,#1ad1ff,#ffb3ff);
    
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .container
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-direction: row;
}

footer .container .sec
{
    margin-right:30px;

}

footer .container .sec.aboutus
{
    width: 40%;  

}

footer .container h2
{
    position: relative;
    color:#fff;
    font-weight: 500;
    margin-bottom: 15px;

}

footer .container h2:before
{
    content: ' ';
    position: absolute;
    bottom:-5px;
    left:0;
    width: 50px;
    height: 2px;
    background: #f00;

}


footer p
{
    color: #fff;

}

.sci
{
    margin-top: 20px;
    display: flex;
}

.sci li
{
    list-style: none;

}

.sci li a
{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 4px;

}

.sci li a:hover
{
    background: cornflowerblue;
}

.sci li a .fa
{
    color: #fff;
    font-size: 20px;
}


.quickLinks
{
    position: relative;
    width: 25%;
}

.quickLinks .xyz 
{
    list-style: none;
}
.quickLinks .xyz 
{
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    display:inline-block;
}

.quickLinks .xyz li a:hover
{
    color:#f00;

}

.quickLinks li a
{
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display:inline-block;
}
/*
.contact
{
    width:calc(35% - 60px);
    margin-right: 0 !important;
}

.contact .info
{
    position: relative;

}


.contact .info
{
    display:flex;
    margin-bottom:16px ;
    
}






.contact .info li span:nth-child(1)
{
    color:#fff;
    font-size: 20px;
    margin-right: 10px;

}

.contact .info li span
{
    color:#fff;
}

.contact .info li a
{
    color:#fff;
    text-decoration: none;
}

.contact .info li a:hover
{
    color:#f00;
}
*/

.copyrightText
{
    width:100%;
    background-image: linear-gradient(to right, #1ad1ff, #1ad1ff);
    padding:8px 100px;
    text-align: center;
    color:#fff;
    border-top: 1px solid white
}

@media(max-width:991px)
{
    footer
    {
        padding: 40px;
    }

    footer .container
    {
        flex-direction: column;
    }

    footer .container .sec
    {
        margin-right: 0;
        margin-bottom: 40px;
    }

    footer .container .sec.aboutus,
    .quickLinks,
    .contact
    {
        width: 100%;
    }

    .copyrightText
    {
       
        background-image: linear-gradient(to right, #1ad1ff, #1ad1ff);
        padding:8px 100px;
       
    }




}

/* footer style end*/
