
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai+Looped:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
  section {
    padding: 6rem 0;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none !important;
    
  }

  img {
    pointer-events: none;
  }

  :root {
    --main: #000;
    --secondary: #0272c3;
    --third: #2ca5e5;  
    --four: #ff0000;
    --five: #AF9994;
    --white: #fff;
    --gray: #222;
    --six: #ff3131;
  }

  .bg-nav {
    background-color: rgba(255, 255, 255, 0.8);
    color: var(--white) !important;
    height: 85px;
  }

  .header{
    padding: 0 7rem;
  }
  .navbar {    
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.7);
    z-index: 999;
    padding: 0 6rem;
  }


  
  
  .header p {
    color: #fff;
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
  }
  
  .header .co-no p {
  text-align: right;
  }
  .bg-dark {
    background-color: var(--secondary) !important;
  }

  .text-menu {
    text-decoration: none;
    color: var(--secondary) !important;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;

  }
  ul li.menu-ml {
    margin-left: 1.5rem;
  }

  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.35rem 2.5rem;  
    font-size: 1.2rem;  
    font-weight: 500;
    color: var(--secondary);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

  .navbar-toggler span {
    color: var(--white);
  }

  .navbar-light .navbar-toggler {
    border-color: var(--secondary);
}

i.fa.fa-bars.fa-1x {
  color: black !important;  
}


.insurance ul li {
  list-style-type: circle;
  font-size: 1.2rem;
  line-height: 2.4rem;
}


img.img-sha {
  filter: drop-shadow(-30px 25px 0px  var(--five));
  border-radius: 10px;
  padding-left: 4rem ;
}

img.img-sha-right {
  filter: drop-shadow(30px 25px 0px var(--five));
  border-radius: 10px;
}

.image-with-shadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 1s;
}
 
.image-with-shadow:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  scale: 105%;
}

  span.carousel-control-next-icon {
    border: 2px solid #fff;
    padding: 0.7rem;
    background-color: #222;
  }
  span.carousel-control-prev-icon {
    border: 2px solid #fff;
    padding: 0.7rem;
    background-color: #222;
  }
  h1, h2, h3 {
    font-family: "Titillium Web", sans-serif;
    text-transform: capitalize !important;
  }
  h1 span, h2 span, h3 span {
    font-weight: 300;
  }
  h1 {
   
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--secondary) ;
    text-align: center;
  }
  
 
  
  h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--secondary);
  }
  
  h3 {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--secondary);
  }
  h3 span, h2 span, h1 span {
    color: var(--four);
  }
  /* h4 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 50px 0 20px 0;
    color: var(--fourth);
  } */

  h5, h4 {
    font-size: 1.35rem;
    color: var(--four);
     font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }

  
  p {
   font-size: 1.2rem;
    font-weight: 500;
    color: var(--gray);
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;
    text-align: justify;
  }
  
  p span  {
    color: #07689f;
    font-weight: 600;
  }

p.slogan {
  font-size: 2rem;
  font-family: 'Satisfy', sans-serif;
  color: #fff;
}
p.quote {
  font-size: 1.5rem;
  color: var(--secondary);
  font-weight: 600;
}

p.quote span{
  font-size: 3.5rem;
  line-height: 2rem;
} 


  .btn-info {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: white;
    padding: 0.5rem 1.8rem;
    transition: all 1s;
    border-radius: 0 15px 0 15px;
  }
  
  .btn-info:hover {
    background-color: var(--six);
    color: var(--white);
    border-color: var(--six);    
  }

 .btn-call {
    background-color: var(--secondary) ;
    border-color: var(--secondary);
    color: white;
    padding: 0.3rem 1.5rem;
    border-radius: 2rem;
    transition: all 1s;
  }

  .btn-call:hover {
    background-color: var(--four);
      border-color: var(--four);
      color: var(--secondary);    
  }

  .btn-menu {
    background-color: #d41616;
      border-color: var(--four);
      color: var(--white) !important; 
      transition: all 1s ease;
      font-weight: 400;
      border-radius: 5px 10px;
      padding: 12px 25px;
  }
  .btn-menu:hover {
    background-color: var(--four);
    border-color: var(--third);
    color: var(--five);    
  }

  .btn-app {
    background-color: var(--four) ;
    border-color: #e85810;
    color: white;
    padding: 0.3rem 1.5rem;
    border-radius: 2rem;
    transition: all 1s;
  }

  .btn-app:hover {
    background-color: #e85810;
    border-color: var(--four);    
  }
.intro-pack {
  background-color: #f9f9f9;
}

.depart1 {
  background-color: #b8c2bf;
  padding: 4rem;
}

.depart2 {
  background-color: #e5e4e8;
  padding: 4rem;
}

.depart {
  border-left: 5px solid var(--secondary);
}

.depart h5 {
  color: var(--secondary);
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
}
.depart p {
  font-size: 1.1rem;
}

.doctor p{
  font-size: 1rem;
  font-weight: 700;
}

  .intro h4 {
      margin-bottom: 5px !important;      
  }
  .intro h2 {
    text-align: left;
    margin-bottom: 20px !important;      
  }
  .intro img {
    padding: 1rem;
  }

  .department {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)),
      url("../images/reception.jpg") no-repeat fixed center;
    background-size: cover;  
    text-align: center; 
  }
  .department h3{
    color: #fff;
  }

  .department p{
    color: #fff;
    text-align: center;
  }
  .serve {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
      url("../images/offer.jpg") no-repeat fixed center;
    background-size: cover;
  }
  .serves {
    background-color: var(--four);
  }

  .serves  {
    text-align: right;
  }
  .serve h2, .serves h2
  {
   color: var(--white);
   margin-bottom: 2rem;
 }
 
 .serve ul li {
  font-size: 1.5rem;
   line-height: 150%;
   list-style: none;
   font-weight: 500;
   color: var(--white);
 }

.card-body {
  text-align: center;
  padding: 0.6rem 0 !important;
 }

 .tour-name p {
   font-size: 1.4rem;
  font-weight: 600;
  padding: 0;
  margin: 0;
  text-align: center;

 }
.tour-call {
  padding: 0.5rem 0;
  font-size: 1rem;
  text-align: center;
    font-weight: 500; 
  border: #3d1809 1px solid;
  color: var(--secondary)
}

.packd {
  margin-bottom: 1.5rem;
}

.para-right {
  padding-left: 3.5rem;
}

.pro-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.pro-head h3 {
margin-bottom: 0.5rem;;
}

.chardham-pack {
  background: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/banner/2.jpg") no-repeat fixed center;
  background-size: cover;
  padding: 7rem 0;
}

.chardham-pack p {
  color: #f9f9f9;
}

.chardham-pack h5 {
  color: #ccc;
  font-size: 1.6rem;
  text-align: left;
}

.chardham-pack h2 {
 font-weight: 800;
 font-size: 5rem;
 text-align: left;
 margin-bottom: 2rem;
}
.feature h3{
 font-size: 2.5rem;
 font-weight: 600;
 margin-bottom: 1.5rem;
}
.feature p {
  font-size: 1.05rem;
}

.feature h4 {
  text-align: left;
  font-weight: 600;
}

.tour-feature {
  background-color: #ccc;
  padding: 2rem 0;
}
.pack-br {
  border-right: 2px solid #888;
}
 /* About Us Page Style Sheet */

 .banner-ab {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
    url("../images/reception.jpg") no-repeat ;
    background-position: center ;
  background-size: cover;
  padding: 12rem 0 8rem 0;
}

.tour-fa .fa i {
  color: var(--secondary);
}

.footer-contact {
  /* background: linear-gradient(270deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
    url("../images/co-banner.jpg") no-repeat fixed center;
  background-size: cover;
  padding: 6rem 0; */
  background-color: #000;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.footer-contact p {
  color: #f9f9f9;
  font-size: 1.1rem;
}
.footer-contact a{
  color: #f9f9f9;
  font-size: 1.1rem;
  text-decoration: none;
}
.footer-contact h4 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color:var(--four)
}


.banner-ab h1, .contact h1 {
  font-size: 3.2rem;
  color: #fff;
  text-align: left;
}
.breadcrumb {
  background-color: transparent;
}
.breadcrumb-item a{
  color: #f9f9f9;
  font-size: 1.2rem;
}

.breadcrumb-item.active {
  color: #fff;
  font-size: 1.2rem;
}

.mission ul li {
  font-size: 1.5rem;
  list-style-type: circle; 
  padding-left: 0;
}

.mission-drop ol li {
  font-size: 1.2rem;
  list-style-type: 1; 
  padding-left: 0;
}

.mission-drop ol li a{
  text-decoration: none;
  color: var(--gray);
}
.card a{
  text-decoration: none;
  color: var(--fourth);
  }
 .card .fa {
  text-decoration: none;
  color: var(--secondary);
}

.banner-para {
  font-size: 2.5rem !important;
  text-align: center;
  color: #fff;
}



.service-items {
  padding: 10px 0px 10px 0px;
}

.icon {
  width: 40px;
  height: 40px;
  display: table;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  background-color: var(--secondary);
  line-height: 40px;
  text-align: center;
  margin-right: 30px;
  transition: 0.5s;
  box-shadow: 0px 2px 2px 0.5px rgba(0, 0, 0, 0.2);
}

.icon:hover {
  width: 40px;
  height: 40px;
  display: table;
  font-size: 12px;
  color: #000;
  border-radius: 50%;
  background-color: var(--third);
  line-height: 40px;
  text-align: center;
  margin-right: 30px;
}
.contact-card {
  border: 1px solid #ccc;
 
}

.sicon {
  width: 40px;
  height: 40px;
  display: table;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  margin-right: 30px;
  
}

 .fa-facebook {
  background-color: #3b5998 ;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  box-shadow: 0px 2px 2px 0.5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.fa-facebook:hover {
border-radius: 50%;
font-weight: bold;

}

.fa-linkedin {
  background-color: #0e76a8 ;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  box-shadow: 0px 2px 2px 0.5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.fa-linkedin:hover {
  border-radius: 50%;
  font-weight: bold;
  
  }

.fa-twitter {
  background-color:#1DA1F2 ;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  box-shadow: 0px 2px 2px 0.5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.fa-twitter:hover {
  border-radius: 50%;
  font-weight: bold;
  
  }

.fa-share-alt {
  background-color: none ;
  color: #444;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.contact-card h4 {
  margin-top: 15px;

}
label {
  font-weight: 600;
}
    label span { 
      color: red;
     
      
    }
    .footer-div {
      background-color: #000;    
    }
    .footer-flex p {
      font-size: 1rem;
    }
    .footer-flex p{
      margin-bottom: 0;
    }
    
    .footer-flex {
      display: flex;
      flex-direction: row;
      justify-content:center ;
      background-color: #888;
      padding: .5rem 10rem .2rem 10rem;
   
    }
    
    .footer-div p span {
      color: var(--main);
      
    }




  /* Extra small devices (portrait phones)*/
  @media (max-width: 575.98px) { 
    section {
        padding: 6rem 0;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;   
            
      }

      .header{
        padding: 0;
        justify-content: center;
        text-align: center !important;
      }
      .navbar { 
        padding: 0;
      }

      .header p{
        font-size: 1rem;
        text-align: center;
    }
    .header .co-no p {
      text-align: center;
  }

      .footer-flex {
        display: flex;
        flex-direction: column;
        padding: .5rem 0rem .2rem 0rem;
      }

.bg-nav {
        height: 75px;
  }

  .navbar-brand img {
    width: 60%;
  }

  span.carousel-control-next-icon {
    display: none;
  }
  span.carousel-control-prev-icon {
    display: none;
  }
   



   
      .navbar-collapse  {
        background-color:  var(--white);
        text-align: center;       
      }
    h1 {
        font-size: 1.8rem;
    }

    h4 {
        font-size: 1.5rem;
    }
    h5 {
      font-size: 1.2rem;
  }
    p {
        font-size: 1.2rem;
        text-align: center;
    }

    .serve ul li {
      font-size: 1.3rem;
    }
    .btn-ga {
        text-align: center;
    }
    .banner-ab h1, .contact h1 {
      font-size: 3rem;
    }
    .m-top {
      margin-top: 2.5rem;
    }

    img.img-sha {
         padding-left: 2rem;
    }

    .btn-menu {
      background-color: var(--secondary);
      margin-bottom: 1rem;
    }

    .btn-menu:hover {
      background-color: var(--four);
      
    }

    .footer-contact {
      padding: 6rem 1rem;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; 
    }
 
   }
  
  /* Small devices (landscape phones)*/
  @media (min-width: 576px) and (max-width: 767.98px) { 
    section {
        padding: 6rem 0;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;        
      }

      .header{
        padding: 0;
        justify-content: center;
        text-align: center !important;
      }
      .navbar { 
        padding: 0 1rem;
      }

      .navbar-brand img {
        width: 35%;
      }
       .navbar-collapse  {
        background-color:  var(--secondary);
        text-align: center;
       
      }


      h4 {
        font-size: 1.2rem;
    }
    .header p{
      font-size: 1.2rem;
      text-align: center;
  }
  .header .co-no p {
    text-align: center;
}

      .serve ul li {
        font-size: 1rem;
      }

      .banner-ab h1, .contact h1 {
        font-size: 2rem;

      }
      .m-top {
        margin-top: 2rem;
      }
      img.img-sha {
        padding-left: 2.5rem;
   }
      .footer-contact {
        padding: 6rem 0;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto; 
      }
   }
  
  /* Medium devices (tablets)*/
  @media (min-width: 768px) and (max-width: 991.98px) { 
    section {
        padding: 6rem 1rem;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;        
      }
      .header{
        padding: 0;
        justify-content: center;
        text-align: center !important;
      }
      .navbar { 
        padding: 1rem;
      }
     
      .navbar-brand img {
        width: 75%;
      }
       .navbar-collapse  {
        background-color:  var(--secondary);
        text-align: center;
       
      }
    h1 {
        font-size: 3.2rem;
    }
    h4 {
      font-size: 3.5rem;
  }
    p {
        font-size: 2rem;
        padding: 0 2rem;
        text-align: justify;
    }

    img {
      width: 100%;
    }

    .serve ul li {
      font-size: 1.8rem;
    } 
    .btn-ga {
        text-align: center;
    }
    .btn {
        font-size: 2rem;
    }
   }
  
  /* Large devices (desktops)*/
  @media (min-width: 992px) and (max-width: 1199.98px) { 
    section {
        padding: 6rem 1rem;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;        
      }
      .navbar-brand img {
        width: 75%;
      }
      .header{
        padding: 0;
        
      }
      .navbar { 
        padding: 1rem;
      }

      ul li.menu-ml {
        margin-left: 0.2rem;
      }
      .text-menu {
        font-size: 0.8rem;
      }
      h4 {
        font-size: 2rem;
    }
      p {
        font-size: 1.5rem;
    }
    .btn {
        font-size: 1.3rem;
    }
   }
  
  /* Extra large devices (large desktops)*/
  @media (max-width: 1280px) { 
    section {
        padding: 6rem 1rem;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        
      }

      .navbar-brand img {
        width: 75%;
      }

      ul li.menu-ml {
        margin-left: 0.2rem;
      }
      .text-menu {
        font-size: 0.9rem;
      }
      .header{
        padding: 0  2rem;
        
      }
      .navbar { 
        padding: 2rem;
      }
 
    .btn {
        font-size: 1rem;
    }
   } 

      



@media screen and (max-width: 991px) {

    section {
        padding: 6rem 1rem;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        
      }

      .header{
        padding: 0;
        
      }
      .navbar { 
        padding: 1rem;
      }

      ul li.menu-ml {
        margin-left: 0.2rem;
      }
      .text-menu {
        font-size: 0.6rem;
      }

    h1 {
        font-size: 1.8rem;
    }

    h5 {
        font-size: 1.5rem;
    }

    p {
        font-size: 1.2rem;
    }

    img {
        width: 100%;
    }
}