/* .........................banner.................... */
/*.banner{
    background-image: url(../images/banner.jpg);
    padding: 55px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}*/
.banner-image{
    position: relative;
}
.banner-hed{
    background-color: rgb(3 141 255 / 80%);
    padding: 55px 45px;
    width: 45%;
    color: #fff;
    margin: 0 0 25px 0;
position: absolute;
content: "";
left: 5%;
top: 25%;

}
.banner-heding{
    background-color: transparent;
    padding: 55px 45px;
    width: 50%;
position: absolute;
content: "";
left: 45%;
top: 28%;
text-align: right;

}
.banner-hedings{
text-align: right;
    background-color: transparent;
    padding: 55px 45px;
    width: 50%;
position: absolute;
content: "";
left: 50%;
top: 28%;
text-align: right;
}
.banner-hedings h5{
   color: #1d1291;
font-size: 40px;
text-align: right;
font-weight: 700; 
text-transform: uppercase;
margin-top: -18px;
}

.banner-heding h5{
color: #1d1291;
font-size: 40px;
text-align: right;
font-weight: 700;
margin-top: -18px;
}
.banner-hedings h6{
    font-size: 22px;
    color: #1d1291;
}

.banner-hedings p{
    font-size: 14px;
    text-align: right;
    margin-bottom: 20px;
}

.banner-heding p{
    font-size: 14px;
    text-align: right;
    margin-bottom: 20px;
}
.banner-heding  a{
    background-color: #3498db ;
    padding: 10px 20px;
    border-radius: 20px;
    color: #000;
    text-align: right;
}
.hold{
    color: #3498db;
    font-size: 28px;
}
.banner-hed h1{
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.banner-hed h3{
   background-color: #850303;
   font-size: 25px;
   font-family: 'Open Sans', sans-serif;
   font-weight: 600;
   padding: 15px 25px;
   margin: 0;
}
.banner-hed h4{
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    margin: 3px 0;

}
.banner-hed p{
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    color: #850303;
}
.btn-book{
    padding: 15px 35px;
    margin-right: 25px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    border: none;
    background-color: rgb(3 141 255 / 80%);
    color: #fff;
    transition: 0.3s;
    font-weight: 600;
    position: absolute;
    content: "";
left: 40%;
top: 78%;
}
.btn-book:hover{
    background-color: #850303;
}
.last{
   left: 6%;
top: 78%; 
}
.btn-membership{
    padding: 15px 35px;
    margin-right: 25px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    border: none;
    background-color: rgb(133 3 3 / 80%);
    color: #fff;
    transition: 0.3s;
    font-weight: 600;
    position: absolute;
    content: "";
left: 21%;
top: 78%;
}
.btn-membership:hover{
    background-color: #008cff;
}

* {box-sizing:border-box}

/* Slideshow container */


/* Hide the images by default */


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 52%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 36px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  color: #000;
}

/* 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: rgba(0,0,0,0.8);
}

/* Caption text */
/*.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
*/
/* Number text (1/3 etc) */

/* The dots/bullets/indicators */

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1060s;
}

@keyframes fade {
  from {opacity: 4}
  to {opacity: 1}
}
/* ....................about us............... */
.about-us{
    padding: 45px 0;
    background-color: #ebf3fa;
    
}
.about-img{
    position: relative;
    background-color: #008cff;
    width: 530px;
    height: 415px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);

}
.imgs {
    position: absolute;
    top: 10px;
    right: 17px;
    clip-path: polygon(0 0, 100% 0, 83% 100%, 0% 100%);
}
.about-desc h2{
     font-size: 25px;
     color: #008cff;
     font-family: 'Open Sans', sans-serif;
     text-transform: capitalize;
}
.line{
    border-bottom: 2px solid #008cff;
    width: 65px;
    margin: 10px 0;
}
.about-desc h3{
    font-size: 20px;
    color: #000;
    font-family: 'Lato', sans-serif;
    margin: 10px 0 0 0;
    font-weight: 600;
}
.about-list{
    padding: 0;
    margin: 10px 0px 0 20px;
}
.about-list li{
    font-size: 16px;
    color: #081340;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    margin: 0;
}
.btn-read{
    padding: 10px 35px;
    background-color: #008cff;
    color: #fff;
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    margin: 25px 0 0 0;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    transition: 0.3s;
}
.btn-read:hover{
    background-color: #850303;
}
/* ................services................... */
.services-wrap{
    padding: 45px 0;
    background-color: #fff;
}
.ser-hed{
    text-align: center;
}
.ser-hed h2{
    color: #077ad8;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;

}
.ser-hed p{
    color: #323232;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    margin: 10px 0 0 0;

}
.ser-dec{
    padding: 15px;
    background-color: #fff;
    border: 2px solid #a9a9a9;
    border-radius: 5px;
    margin: 35px 0 0 0;
}
.ser-img{
    position: relative;
}
.ser-icon{
    position: absolute;
    top: 190px;
    left: 45px;
}
.ser-dec h3{
    font-size: 16px;
    color: #081340;
    font-family: 'Open Sans', sans-serif;
    margin: 35px 0 5px 0;
    font-weight: 700;
}
.ser-dec h4{
    font-size: 16px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.ser-dec p{
    color: #3a3a3a;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-align: justify;
}
.btn-view{
    padding: 10px 25px;
    background-color: #850303;
    color: #fff;
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s;
}
.btn-view:hover{
    background-color: #077ad8;
    text-decoration: none;
    color: #fff;
}
.btn-now{
    padding: 10px 35px;
    background-color: #008cff;
    color: #fff;
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s;
    margin: 0 0 0 15px;
}
.btn-now:hover{
    background-color: #077ad8;
    text-decoration: none;
    color: #fff;
}

/* ...........................carausel............... */
.ser-img1{
    position: relative;
}
.ser-icon1{
    position: absolute;
    top: 150px;
    left: 30px; 
}
.btn-views{
    padding: 10px 15px;
    background-color: #850303;
    color: #fff;
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s;
}
.btn-views:hover{
    color: #fff;
    text-decoration: none;
    background-color: #0076d6;
}
.btn-nows{
    padding: 10px 25px;
    background-color: #008cff;
    color: #fff;
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s;
    margin: 0 0px 10px 0px;
}
.btn-nows:hover{
    color: #fff;
    text-decoration: none;
    background-color: #0076d6;
}
.ser-dec1{
    padding: 10px;
    background-color: #fff;
    border: 2px solid #a9a9a9;
    border-radius: 5px;
    margin: 35px 0 0 0;
    height: 365px;
} 

.ser-dec1 h3{
    font-size: 16px;
    color: #081340;
    font-family: 'Open Sans', sans-serif;
    margin: 25px 0 5px 0;
    font-weight: 700;
    text-transform: capitalize;
}
.ser-dec1 p{
    color: #3a3a3a;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-align: justify;
}
.ser-dec1 h4{
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.owl-prev{
    position: absolute;
    top: 100px;
    left: -20px;
    font-size: 45px !important;
}
.owl-next{
    position: absolute;
    top: 100px;
    right: -20px;
    font-size: 45px !important;
}




/* .....................plans wrap................. */
.plans-wrap{
    padding: 45px 0;
    background-color: #ebf3fa;
}
.plans{
    background-color: #fff;
    padding: 15px;
    border: 2px solid #a9a9a9;
    border-radius: 5px;
    margin: 35px 0 0 0;
}
.plans-details{
    text-align: center;
}
.lines{
    border-bottom: 2px solid #008cff;
    width: 30px;
    margin: 10px auto;
}
.plans-details h4{
    color: #081340;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 15px 0 0 0;
}
.plans-details p{
    font-size: 13px;
    color: #000;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 600;

}
.btn-details{
    display: block;
    text-align: center;
}
.btn-details{
    text-align: center;
    padding: 7px 55px;
    font-size: 14px;
    color: #fff;
    background-color: #008cff;
    font-family: 'Lato', sans-serif;
    border: none;
    border-radius: 7px;
    margin: 10px auto 15px auto;
    transition: 0.3s;
    width: 100%;
}
.btn-details:hover{
    background-color: #077ad8;
    text-decoration: none;
    color: #fff;
}
.btn-detailss{
    text-align: center;
    padding: 7px 55px;
    font-size: 14px;
    color: #fff;
    background-color: #008cff;
    font-family: 'Lato', sans-serif;
    border: none;
    border-radius: 7px;
    transition: 0.3s;
    width: 100%;
    display: block;
}
.btn-detailss:hover{
    background-color: #077ad8;
    text-decoration: none;
    color: #fff;
}
/* ......................doctor wrap...................... */
.doctor-wrap{
    padding: 45px 0;
}
.doctor-sec{
    /* background-color: #077ad8; */
    margin: 35px 0 0px 0;
}
.doctor-desc{
    background-color: #fff;
    padding: 15px;
    border-bottom: 2px solid #a9a9a9;
    border-left: 2px solid #a9a9a9;
    border-right: 2px solid  #a9a9a9;
}
.doctor-desc h3{
   font-size: 16px;
   color: #081340;
   font-family: 'Open Sans', sans-serif;
   font-weight: 600;
   text-transform: capitalize;
   margin: 0;
}
.doctor-desc p{
    font-size: 14px;
    color: #6a6a6a;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
/* ........................us wrap................... */
.us-wrap{
    padding: 45px 0;
    background-color: #ebf3fa;
}
.us-des{
    background-color: #fff;
    padding: 15px;
    margin: 35px 0;
    display: flex;
    justify-content: space-between;
}
.us-hed h4{
    font-size: 18px;
    color: #077ad8;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.us-list{
    padding: 0;
    margin: 0;
}
.us-list li{
    font-size: 12px;
    color: #3a3a3a;
    font-family: 'Lato', sans-serif;
    padding: 0 0 0 0;
    margin: 0 25px 0 18px;
    font-weight: 600;
}
.us-hed a{
    color: #077ad8;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin: 25px 0 0 0;
    transition: 0.3s;
}
.us-hed a:hover{
    text-decoration: none;
    color: #850303;
}
/* ...................testimonial.......................... */
.testimonial-wrap{
    padding: 45px 0;
    background: linear-gradient(90deg, rgba(255,255,255,1) 40%, rgba(0,140,255,1) 40%);
}
.testi-hed{
    text-align: center;
}
.testi-hed h2{
    color: #fff;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;

}
.t-line{
    border-bottom: 2px solid #fff;
    width: 50px;
    margin: 10px auto;
}

/* ...................testimonial css....................... */

.testimonial-section2{
    position: relative;
  }
  
  .testim .wrap {
      position: relative;
      width: 100%;
      max-width: 1020px;
      padding: 40px 20px;
      margin: auto;
  }
  
  .testim .arrow {
      display: block;
      position: absolute;
      color: #eee;
      cursor: pointer;
      font-size: 2em;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all .3s ease-in-out;    
      -ms-transition: all .3s ease-in-out;    
      -moz-transition: all .3s ease-in-out;    
      -o-transition: all .3s ease-in-out;    
      transition: all .3s ease-in-out;
      padding: 5px;
      z-index: 22222222;
  }
  
  .testim .arrow:before {
      cursor: pointer;
  }
  
  .testim .arrow:hover {
      color: #2b288d;
  }
      
  
  .testim .arrow.left {
      left: 10px;
  }
  
  .testim .arrow.right {
      right: 10px;
  }
  
  .testim .dots {
      text-align: center;
      position: absolute;
      width:95%;
      bottom: 60px;
      left: 0;
      display: block;
      z-index: 3333;
      height: 12px;
  }
  
  .testim .dots .dot {
      list-style-type: none;
      display: inline-block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border: 1px solid #008cff;
      background-color: #008cff;
      margin: 0 3px;
      cursor: pointer;
      -webkit-transition: all .5s ease-in-out;    
      -ms-transition: all .5s ease-in-out;    
      -moz-transition: all .5s ease-in-out;    
      -o-transition: all .5s ease-in-out;    
      transition: all .5s ease-in-out;
      position: relative;
  }
  
  .testim .dots .dot.active,
  .testim .dots .dot:hover {
      background: #850303;
      border-color:#850303;
  }
  
  .testim .dots .dot.active {
      -webkit-animation: testim-scale .5s ease-in-out forwards;   
      -moz-animation: testim-scale .5s ease-in-out forwards;   
      -ms-animation: testim-scale .5s ease-in-out forwards;   
      -o-animation: testim-scale .5s ease-in-out forwards;   
      animation: testim-scale .5s ease-in-out forwards;   
  }
      
  .testim .cont {
      position: relative;
      overflow: hidden;
      background-color: rgb(255 255 255 / 80%);
      margin: 0 auto;
      width: 60%;
      padding: 15px;
  }
  
  .testim .cont > div {
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      padding: 0 0 70px 0;
      opacity: 0;
  }
  
  .testim .cont > div.inactive {
      opacity: 1;
  }
      
  
  .testim .cont > div.active {
      position: relative;
      opacity: 1;
  }
      
  
  .testim .cont div .img img {
      display: block;
      width: 100px;
      height: 100px;
      margin: auto;
      border-radius: 50%;
  }
  
  .testim .cont div .h4 {
      color: #000;
      font-size: 16px;
      margin: 15px 0;
      font-family: 'Open Sans', sans-serif;
  }
  
  .testim .cont div p {
      font-size: 16px;
      color: #323232;
      width: 80%;
      margin: auto;
  }
  
  .testim .cont div.active .img img {
      -webkit-animation: testim-show .5s ease-in-out forwards;            
      -moz-animation: testim-show .5s ease-in-out forwards;            
      -ms-animation: testim-show .5s ease-in-out forwards;            
      -o-animation: testim-show .5s ease-in-out forwards;            
      animation: testim-show .5s ease-in-out forwards;            
  }
  
  .testim .cont div.active .h4 {
      -webkit-animation: testim-content-in .4s ease-in-out forwards;    
      -moz-animation: testim-content-in .4s ease-in-out forwards;    
      -ms-animation: testim-content-in .4s ease-in-out forwards;    
      -o-animation: testim-content-in .4s ease-in-out forwards;    
      animation: testim-content-in .4s ease-in-out forwards;    
  }
  
  .testim .cont div.active p {
      -webkit-animation: testim-content-in .5s ease-in-out forwards;    
      -moz-animation: testim-content-in .5s ease-in-out forwards;    
      -ms-animation: testim-content-in .5s ease-in-out forwards;    
      -o-animation: testim-content-in .5s ease-in-out forwards;    
      animation: testim-content-in .5s ease-in-out forwards;    
  }
  
  .testim .cont div.inactive .img img {
      -webkit-animation: testim-hide .5s ease-in-out forwards;            
      -moz-animation: testim-hide .5s ease-in-out forwards;            
      -ms-animation: testim-hide .5s ease-in-out forwards;            
      -o-animation: testim-hide .5s ease-in-out forwards;            
      animation: testim-hide .5s ease-in-out forwards;            
  }
  
  .testim .cont div.inactive .h4 {
      -webkit-animation: testim-content-out .4s ease-in-out forwards;        
      -moz-animation: testim-content-out .4s ease-in-out forwards;        
      -ms-animation: testim-content-out .4s ease-in-out forwards;        
      -o-animation: testim-content-out .4s ease-in-out forwards;        
      animation: testim-content-out .4s ease-in-out forwards;        
  }
  
  .testim .cont div.inactive p {
      -webkit-animation: testim-content-out .5s ease-in-out forwards;    
      -moz-animation: testim-content-out .5s ease-in-out forwards;    
      -ms-animation: testim-content-out .5s ease-in-out forwards;    
      -o-animation: testim-content-out .5s ease-in-out forwards;    
      animation: testim-content-out .5s ease-in-out forwards;    
  }
  .img img{
      width: 20%;
  }
  
  @-webkit-keyframes testim-scale {
      0% {
          -webkit-box-shadow: 0px 0px 0px 0px #eee;
          box-shadow: 0px 0px 0px 0px #eee;
      }
  
      35% {
          -webkit-box-shadow: 0px 0px 10px 5px #eee;        
          box-shadow: 0px 0px 10px 5px #eee;        
      }
  
      70% {
          -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
          box-shadow: 0px 0px 10px 5px #ea830e;        
      }
  
      100% {
          -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
          box-shadow: 0px 0px 0px 0px #ea830e;        
      }
  }
  
  @-moz-keyframes testim-scale {
      0% {
          -moz-box-shadow: 0px 0px 0px 0px #eee;
          box-shadow: 0px 0px 0px 0px #eee;
      }
  
      35% {
          -moz-box-shadow: 0px 0px 10px 5px #eee;        
          box-shadow: 0px 0px 10px 5px #eee;        
      }
  
      70% {
          -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
          box-shadow: 0px 0px 10px 5px #ea830e;        
      }
  
      100% {
          -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
          box-shadow: 0px 0px 0px 0px #ea830e;        
      }
  }
  
  @-ms-keyframes testim-scale {
      0% {
          -ms-box-shadow: 0px 0px 0px 0px #eee;
          box-shadow: 0px 0px 0px 0px #eee;
      }
  
      35% {
          -ms-box-shadow: 0px 0px 10px 5px #eee;        
          box-shadow: 0px 0px 10px 5px #eee;        
      }
  
      70% {
          -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
          box-shadow: 0px 0px 10px 5px #ea830e;        
      }
  
      100% {
          -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
          box-shadow: 0px 0px 0px 0px #ea830e;        
      }
  }
  
  @-o-keyframes testim-scale {
      0% {
          -o-box-shadow: 0px 0px 0px 0px #eee;
          box-shadow: 0px 0px 0px 0px #eee;
      }
  
      35% {
          -o-box-shadow: 0px 0px 10px 5px #eee;        
          box-shadow: 0px 0px 10px 5px #eee;        
      }
  
      70% {
          -o-box-shadow: 0px 0px 10px 5px #ea830e;        
          box-shadow: 0px 0px 10px 5px #ea830e;        
      }
  
      100% {
          -o-box-shadow: 0px 0px 0px 0px #ea830e;        
          box-shadow: 0px 0px 0px 0px #ea830e;        
      }
  }
  
  @keyframes testim-scale {
      0% {
          box-shadow: 0px 0px 0px 0px #eee;
      }
  
      35% {
          box-shadow: 0px 0px 10px 5px #eee;        
      }
  
      70% {
          box-shadow: 0px 0px 10px 5px #ea830e;        
      }
  
      100% {
          box-shadow: 0px 0px 0px 0px #ea830e;        
      }
  }
  
  @-webkit-keyframes testim-content-in {
      from {
          opacity: 0;
          -webkit-transform: translateY(100%);
          transform: translateY(100%);
      }
      
      to {
          opacity: 1;
          -webkit-transform: translateY(0);        
          transform: translateY(0);        
      }
  }
  
  @-moz-keyframes testim-content-in {
      from {
          opacity: 0;
          -moz-transform: translateY(100%);
          transform: translateY(100%);
      }
      
      to {
          opacity: 1;
          -moz-transform: translateY(0);        
          transform: translateY(0);        
      }
  }
  
  @-ms-keyframes testim-content-in {
      from {
          opacity: 0;
          -ms-transform: translateY(100%);
          transform: translateY(100%);
      }
      
      to {
          opacity: 1;
          -ms-transform: translateY(0);        
          transform: translateY(0);        
      }
  }
  
  @-o-keyframes testim-content-in {
      from {
          opacity: 0;
          -o-transform: translateY(100%);
          transform: translateY(100%);
      }
      
      to {
          opacity: 1;
          -o-transform: translateY(0);        
          transform: translateY(0);        
      }
  }
  
  @keyframes testim-content-in {
      from {
          opacity: 0;
          transform: translateY(100%);
      }
      
      to {
          opacity: 1;
          transform: translateY(0);        
      }
  }
  
  @-webkit-keyframes testim-content-out {
      from {
          opacity: 1;
          -webkit-transform: translateY(0);
          transform: translateY(0);
      }
      
      to {
          opacity: 0;
          -webkit-transform: translateY(-100%);        
          transform: translateY(-100%);        
      }
  }
  
  @-moz-keyframes testim-content-out {
      from {
          opacity: 1;
          -moz-transform: translateY(0);
          transform: translateY(0);
      }
      
      to {
          opacity: 0;
          -moz-transform: translateY(-100%);        
          transform: translateY(-100%);        
      }
  }
  
  @-ms-keyframes testim-content-out {
      from {
          opacity: 1;
          -ms-transform: translateY(0);
          transform: translateY(0);
      }
      
      to {
          opacity: 0;
          -ms-transform: translateY(-100%);        
          transform: translateY(-100%);        
      }
  }
  
  @-o-keyframes testim-content-out {
      from {
          opacity: 1;
          -o-transform: translateY(0);
          transform: translateY(0);
      }
      
      to {
          opacity: 0;
          transform: translateY(-100%);        
          transform: translateY(-100%);        
      }
  }
  
  @keyframes testim-content-out {
      from {
          opacity: 1;
          transform: translateY(0);
      }
      
      to {
          opacity: 0;
          transform: translateY(-100%);        
      }
  }
  
  @-webkit-keyframes testim-show {
      from {
          opacity: 0;
          -webkit-transform: scale(0);
          transform: scale(0);
      }
      
      to {
          opacity: 1;
          -webkit-transform: scale(1);       
          transform: scale(1);       
      }
  }
  
  @-moz-keyframes testim-show {
      from {
          opacity: 0;
          -moz-transform: scale(0);
          transform: scale(0);
      }
      
      to {
          opacity: 1;
          -moz-transform: scale(1);       
          transform: scale(1);       
      }
  }
  
  @-ms-keyframes testim-show {
      from {
          opacity: 0;
          -ms-transform: scale(0);
          transform: scale(0);
      }
      
      to {
          opacity: 1;
          -ms-transform: scale(1);       
          transform: scale(1);       
      }
  }
  
  @-o-keyframes testim-show {
      from {
          opacity: 0;
          -o-transform: scale(0);
          transform: scale(0);
      }
      
      to {
          opacity: 1;
          -o-transform: scale(1);       
          transform: scale(1);       
      }
  }
  
  @keyframes testim-show {
      from {
          opacity: 0;
          transform: scale(0);
      }
      
      to {
          opacity: 1;
          transform: scale(1);       
      }
  }
  
  @-webkit-keyframes testim-hide {
      from {
          opacity: 1;
          -webkit-transform: scale(1);       
          transform: scale(1);       
      }
      
      to {
          opacity: 0;
          -webkit-transform: scale(0);
          transform: scale(0);
      }
  }
  
  @-moz-keyframes testim-hide {
      from {
          opacity: 1;
          -moz-transform: scale(1);       
          transform: scale(1);       
      }
      
      to {
          opacity: 0;
          -moz-transform: scale(0);
          transform: scale(0);
      }
  }
  
  @-ms-keyframes testim-hide {
      from {
          opacity: 1;
          -ms-transform: scale(1);       
          transform: scale(1);       
      }
      
      to {
          opacity: 0;
          -ms-transform: scale(0);
          transform: scale(0);
      }
  }
  
  @-o-keyframes testim-hide {
      from {
          opacity: 1;
          -o-transform: scale(1);       
          transform: scale(1);       
      }
      
      to {
          opacity: 0;
          -o-transform: scale(0);
          transform: scale(0);
      }
  }
  
  @keyframes testim-hide {
      from {
          opacity: 1;
          transform: scale(1);       
      }
      
      to {
          opacity: 0;
          transform: scale(0);
      }
  }
  
  @media all and (max-width: 300px) {
    body {
      font-size: 14px;
    }
  }
  
  @media all and (max-width: 500px) {
    .testim .arrow {
      font-size: 1.5em;
    }
    
    .testim .cont div p {
      line-height: 25px;
    }
  
  }
  .wrap span{
      color: #000 !important;
  }

  /* ..........................contact page.............. */
.contact-banner{
    background-image: url(../images/contact-banner.jpg);
    height: 340px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cont-details{
    padding: 45px 0;
    background-color: #ebf3fa;
}
.cont-d{
    text-align: center;
}
.contact-img{
    padding: 15px 0;
}
.cont-d i{
    font-size: 35px;
    color: #081340;
}
.cont-d h4{
    font-size: 18px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin: 15px 0 0 0;
}
.cont-d p{
    font-size: 16px;
    color: #3a3a3a;
    font-family: 'Lato', sans-serif;
    margin: 0;

}
.com1 h3{
    font-size: 20px;
    color: #081340;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}
.com1 p{
    font-size: 18px;
    color: #850303;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding: 0;
}
.com1 p b{
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.com2{
    margin: 10px 0 0 0;
}
.com2 h3{
    font-size: 16px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-weight: 600;
}
.com2 p{
    font-size: 14px;
    color: #3a3a3a;
    font-family: 'Lato', sans-serif;
    padding: 0;
    margin: 0;
}

.cont-form{
    padding: 45px 0;
   
}
.pakage-hed{
    text-align: center;
    padding: 110px 0;
}
.pakage-hed h1{
    font-size: 30px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.pakage-hed p{
    font-size: 16px;
    color: #fff;
    font-family: 'Lato', sans-serif;
}
.pakage-hed p a{
    color: #fff;
    transition: 0.3s;

}
.pakage-hed p a:hover{
   text-decoration: none;
   color: #008cff;
}
/* .pakage-2{
    padding: 45px 0;
} */
.contact-form{
    background-color: #fff;
    padding: 15px 20px;
}
.contact-form h3{
    font-size: 24px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.contact-form h3 b{
    color: #850303;
    text-transform: uppercase;
    font-weight: 600;
}
.conrt-form{
    padding: 10px 0;
}
.name{
    display: block;
    color: #3a3a3a;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 6px 0;
}
.f-name{
    width: 70%;
    display: block;
    padding: 5px 15px;
    font-size: 16px;
    color: #323232;
    font-family: 'Lato', sans-serif;
    border: 1px solid #a9a9a9;
    border-radius: 3px;
}
.f-name::placeholder{
    font-size: 15px;
    color: #323232;
    font-family: 'Lato', sans-serif;
}
.f-name:focus{
    outline: none;
    border: 1px solid #008cff;
}
.t-name:focus{
    outline: none;
    border: 1px solid #008cff;
}
 
.t-name{
    width: 100%;
    display: block;
    padding: 5px 15px;
    font-size: 16px;
    color: #323232;
    font-family: 'Lato', sans-serif;
    border: 1px solid #a9a9a9;
    border-radius: 3px;
    height: 130px;
}
.t-name::placeholder{
    font-size: 15px;
    color: #323232;
    font-family: 'Lato', sans-serif;
}
.btn-send{
    background-color: #008cff;
    font-size: 16px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    padding: 6px 20px;
    border-radius: 3px;
    border: none;
    transition: 0.3s;
    margin: 15px 0 0 0;

}
.btn-send:hover{
    background-color: #850303;
}
/* ........service page........................ */
.medical-banner{
    height: 350px;
    background-image: url(../images/non-service.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* .............................view page............. */
.view-banner{
    height: 300px;
    background-image: url(../images/view-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.view-wrap{
    padding: 45px 0;
    background-color: #fff;
}
.view-details h2{
    font-size: 22px;
    color: #008cff;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0 0 3px 0;
    font-weight: 600;
}
.v-line{
    border-bottom: 2px solid #008cff;
    width: 45px;
    margin: 10px 0;
}
.view-details a{
    margin: 25px 0 0 0;
}
.view-details h3{
    font-size: 18px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    margin: 10px 0 10px 0;
}
.view-details ul{
    padding: 0 0 0 20px;
}
.view-img img{
    width: 100%;
    height: auto;
}


.view-details ul li{
    font-size: 14px;
    color: #000;
    font-family: 'Lato', sans-serif;
    margin: 0 0 5px 0;
    text-align: justify;
}
.view-details p{
    font-size: 18px;
    color: #081340;
    font-family: 'Lato', sans-serif;
    margin: 0 0 0px 0;
    text-align: justify;
    font-weight: 500;
}
/* ...........accrodian style start............ */

/* Label */
.ac-wrap {
    padding: 45px 0 45px 0;
    background-color: #dbeeff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .ac-wrap label {
    font-size: 16px;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    color: #fff;
    background: #008cff;
    font-family: 'Open Sans', sans-serif;
  }
  .ac-wrap {
    width: 100%;
    margin: 0px auto;
  }
  .ac-wrap label:hover {
    background: #077ad8;
  }
  .ac-wrap input {
    display: none;
  }
  
  /* Contents */
  .ac-wrap article {
    overflow: hidden;
    height: 0;
    transition: 0.6s;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);    
    margin: 0 0 15px 0;
  }
  .ac-wrap article p {
    padding: 20px;
    font-size: 16px;
    color: #000;
    font-family: 'Lato', sans-serif;
  }
  .ac-wrap input:checked ~ article {
    height: 120px;
  }
  .btn-books{
    padding: 10px 45px;
    background-color: #0076d6;
    color: #fff;
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s;
    text-align: center;
  }
  .btn-books:hover{
      background-color: #850303;
      text-decoration: none;
      color: #fff;
  }
  .ac-btn{
      text-align: center;
      margin: 8px 0 0 0;
  }
/* ............................form page...................... */
.book-banner{
    background-image: url(../images/form-banner.jpg);
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.book-wrap{
    padding: 45px 0;
    background-color: #fff;
}

.service-hed h2{
    font-size: 24px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}
/* ............................. */
.form-hed{
    padding: 10px 25px;
    background-color: #fff;
    border: 1px solid #6a6a6a;
    border-radius: 5px;
    margin: 25px 0 0 0;
    
}

.one {
    margin: auto;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    margin: 25px 0 0 0;
  }
  .one h3{
      font-size: 18px;
      font-family: 'Open Sans', sans-serif;
      color: #000;
      font-weight: 600;
      margin: 0 0 15px 0;
    }
.s-from{
    margin: 15px 0;
}
  
  /*Checkboxes styles*/
  input[type="checkbox"] { display: none; }
  
  input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 16px 'Lato Sans',sans-serif;
    color: #000;
    cursor: pointer;
    /* -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; */
  }
  input[type="checkbox"] + label b{
      color: #0076d6;
      font-weight: 500;
  }
  input[type="checkbox"] + label:last-child { margin-bottom: 0; }
  
  input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 3px solid #0076d6;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
  }
  
  input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* .from-wrap{
      position: fixed;
  } */
  .from-wrap h3{
    font-size: 24px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px 0 25px 0;
  }
  .b-name{
      width: 45% !important;
      margin: 0 15px 30px 0;
      padding: 8px 15px;
      border-radius: 3px;
      border: 1px solid #949393;
      font-family: 'Lato', sans-serif;
      font-size: 16px;
      color: #323232;
      float: left;
  }
  .b-name::placeholder{
      color: #323232;
      font-size: 16px;
      font-family: 'Lato', sans-serif;
  }
  .b-name:focus{
      outline: none !important;
      border: 1px solid #0076d6 !important;
  }
  .form-control:focus{
     outline: none !important;
     box-shadow: none !important;
  }
  .btn-sub{
      background-color: #008cff;
      padding: 8px 25px;
      border: none;
      outline: none;
      border-radius: 5px;
      font-size: 16px;
      font-family: 'Lato', sans-serif;
      color: #fff;
      transition: 0.3s;

  }
  .btn-sub:hover{
      background-color: #850303;
  }
  .total-amount{
      font-size: 22px;
      font-family: 'Lato', sans-serif;
      color: #081340;
  }
  .formerror{
      display: block;
      width: 50%;
      float: left;
  }
  /* .....................abnout page.............. */
.about-banner{
    background-image: url(../images/about-banner.jpg);
    height: 340px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-wrap{
    padding: 45px 0;
}
.wrap2-des h3{
    font-size: 24px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.wrap2-des p{
    font-size: 16px;
    color: #000;
    text-align: justify;
    font-family: 'Lato', sans-serif;
    margin: 0 0 15px 0;
}
.about-sec2{
    padding: 45px 0;
    background-color: #ebf3fa;
}
.a-sec2 h4{
    font-size: 20px;
    color: #0076d6;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.a-sec2 p{
    font-size: 16px;
    color: #000;
    font-family: 'Lato', sans-serif;
    text-align: justify;
    margin: 0 0 20px 0;
}
.about-lists{
    padding: 0;
    margin: 0 0 25px 20px;
    padding: 0;
}
.about-lists li{
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #000;
    margin: 0 0 5px 0;

}
.about-sec3{
    padding: 45px 0;
    background-color: #fff;
}
#MyModal .embed-responsive-16by9::before {
    padding-top: 0;
}
#MyModal img {
    width:100%;
}
.btn-book a {
color: #fff;
}
.btn-membership a {
    color: #fff;
}
.btn-book a:hover {
color: #fff;
}
.btn-membership a:hover {
    color: #fff;
}

