@import url("https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/metropolis.min.css");
body {
  position: static; 
 top: 0px !important; 
}
iframe.skiptranslate {
  display: none !important;
  }

.top-first {
  padding: 32px 0px 32px 0px;
  display: flex;
  justify-content: center;
  color: var(--Headline-Font, #333);
  font-family: Metropolis;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
}
.comp-sty {
  padding: 0px 20px 32px 20px;
  color: var(--Body-Font, #555);
  text-align: justify;
  /* Desktop/Body */
  font-family: Metropolis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.user-pri {
  padding: 0px 20px 32px 20px;
  color: var(--Headline-Font, #333);
 
  font-family: Metropolis;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.user-pritxt {
  padding: 0px 20px 32px 20px;
  color: var(--Body-Font, #555);
  text-align: justify;

  font-family: Metropolis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.personal-txt {
  padding: 0px 20px 32px 20px;
  color: var(--Headline-Font, #333);
  font-family: Metropolis;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.infor-txt {
  padding: 0px 20px 16px 20px;
  color: var(--Body-Font, #555);
  text-align: justify;
  font-family: Metropolis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.infor-txt ul li {
  margin-bottom: 16px;
  
}
.infor-txt p {
  margin-bottom: 16px;
}
.cookie-txt {
  padding: 0px 20px 32px 20px;
  color: var(--Headline-Font, #333);
  font-family: Metropolis;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cookie-txtbig {
  padding: 0px 20px 16px 20px;
  color: var(--Body-Font, #555);
  text-align: justify;

  font-family: Metropolis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cookie-txtbig p {
  margin-bottom: 16px;
}
.proce-txt {
  padding: 0px 20px 32px 20px;
  color: var(--Headline-Font, #333);
  font-family: Metropolis;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.proc-txtbig {
  padding: 0px 20px 32px 20px;
  color: var(--Body-Font, #555);
  text-align: justify;

  font-family: Metropolis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cont-txt {
  padding: 0px 20px 32px 20px;
  color: var(--Headline-Font, #333);
  
  font-family: Metropolis;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cont-me {
  padding: 0px 20px 32px 20px;
  color: var(--Body-Font, #555);
  text-align: justify;
  font-family: Metropolis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.num-f {
  color: var(--Body-Font, #555);
  font-family: Metropolis;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.join-f {
  color: var(--Body-Font, #555);
  font-family: Metropolis;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media only screen and (max-width: 768px) {
  .top-first {
    padding: 16px 0px 16px 0px;
    font-family: Metropolis;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
  }
  .comp-sty {
    padding: 0px 16px 16px 16px;
  }
  .user-pri {
    padding: 0px 16px 16px 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .user-pritxt{
    padding: 0px 16px 16px 16px;
  }
  .personal-txt{
    padding: 0px 16px 16px 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

  }
  .infor-txt{
    padding: 0px 16px 0px 16px;
    color: var(--Body-Font, #555);
    text-align: justify;
    font-family: Metropolis;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .cookie-txt{
    padding: 0px 16px 16px 16px;
    color: var(--Headline-Font, #333);

font-family: Metropolis;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;

  }
  .cookie-txtbig{
    padding: 0px 16px 0px 16px;
  }
  .proce-txt{
    padding: 0px 16px 16px 16px;
    color: var(--Headline-Font, #333);
    font-family: Metropolis;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .proc-txtbig{
    padding: 0px 16px 16px 16px;
  }
  .cont-txt{
    padding: 0px 16px 16px 16px;
    color: var(--Headline-Font, #333);

    font-family: Metropolis;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .cont-me{
    padding: 0px 16px 16px 16px;
  }
}

@media screen and (min-width: 768px) {
  #Main-desk {
    height: 500px;
  }
  .what-up.sticky {
    bottom: 10px;
    right: 10px; 
  }
}
.what-up.sticky {
  position: fixed; 
  bottom: 0px; 
  right: 12px; 
  z-index: 1;
}
.what-up img{
width: 60px;
height: 60px;
}
/* widget css*/
.appointment-main{
  display: flex;
  /* width: 100%; */
  justify-content: end;
  /* position: fixed; */
  /* bottom: 0; */
right: 0;

}
.appointment-form{
  background: white;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  font-size: 18px;
  position: absolute;
  z-index: 1;
  right: 13%;
  top: 60px;
  /* width: 282px; */
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px 

}
.appointment-section{
display: flex;
}
.form-sec{
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.siuu{
  background-color: #f9ad1c;
  border: none;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  color:#fff

}
.name-sec input{
  border: none;
 height: 48px;
    background: #fff;
    margin: 0px;
    padding: 0 0 0 5px;
    border-radius: 8px;
    border: 0.5px solid #555555;
    outline:none;
 
    
}
.num-sec input{
  border:none;
  height: 48px;
    background: #fff;
    margin: 0px;
    padding: 0 0 0 5px;
    border-radius: 8px;
    border: 0.5px solid #555555;
    outline: none;
    
}
.heading-appoint span{
font-size: 22px;
}


/* header book appointment css*/
.consul-ting{
  background-color: #f9ad1c;
    border: none;
    width: 213px;
    border-radius: 8px;
    padding: 6px;
    font-size: 16px;
    font-family: "Metropolis", sans-serif;
    color:#fff;
}

.loading-spinner{
  position: absolute;
  top: 81px;
  right: 24%;
}

/* translate css*/
.VIpgJd-ZVi9od-l4eHX-hSRGPd{
display: none;
}
.google_translate_element{
padding-bottom: 8px;
}
/* .translate-el{
  width: 130px;

} */
.navigation ul{
margin-bottom: 0 !important;
}
/*css for new button*/

@media only screen and (max-width:768px){
#top-line{
  display: flex;
  padding: 16px 16px 16px 16px;
  width: 100%;
  gap: 19px;
  background: linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgb(255, 255, 255) 20.28%);
    position: fixed;
    bottom: 0;
    z-index: 9;
}
.first-button{
  display: flex;
    width: 50%;
    justify-content: center;
    text-align: center;
}
.fly-kick{
  background: #FCDB9C;
  /* padding: 16px 10px 16px 10px; */
  border-radius: 8px;
  width: 100%;
  font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #5D6B2F;
}
.second-button{
  display: flex;
  width: 50%; 
  justify-content: center;
  text-align: center;
}
.drop-kick{
  background: #F9AD1C;
  /* padding: 16px 10px 16px 10px; */
  border-radius: 8px;
  width: 100%;
  height: 48px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color:#ffff;
}
.c-b{
  display: block !important;
}
.mobile-search{
  width: 60px;
}
.goog-te-gadget .goog-te-combo{
  border-radius: 8px;
  width: 61px;
}

}

.c-b{
  display: none
}
#google_translate_element .skiptranslate:nth-child(2){
  display: none;
}
.skiptranslate div select:nth-child(2){
  display: none;
}

.goog-te-gadget .goog-te-combo{
  border-radius: 8px;
  outline: none;
}
.nav-nav{
  font-size: 18px;
  font-family: Metropolis,sans-serif;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  }
  #treat-nav{
  position: relative;
  }
  .inside-sec{
    position: absolute;
    top:42px;
    z-index:99;
    width: 750px;
    /* right: -300px; */
    left: -116px;
    height: 231px;
    background: rgba(255, 255, 255, 1);
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    padding:24px 24px
  
  }
  .services-sec{
  font-size: 17px;
  font-family: Metropolis,sans-serif;
  font-weight: 400;
  line-height: 18px;
  flex:0 0 19%;
  cursor: pointer;
  }
  .poco-fo{
    display: flex;
    gap: 24px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  @media only screen and (max-width:768px){
    .services-sec{
      flex:0 0 45% !important;
      font-size: 16px !important;
      font-weight: 500 !important;
      padding: 0px !important;
      /* margin-top: 20px; */
    }
    .inside-sec{
      width: 100% !important;  
      height: 100% !important;
      right: 0 !important;
      margin-top:20px;
      padding:0px !important;
      position:static !important
    }
    .poco-fo{
      gap:16px !important
    }
    .line-pth{
      display: none;
    }
    .new-lotus{
      flex-direction: column;

    }
    .putty-r{
      display: flex ;
       flex-direction: column;
       gap: 10px;
 }
  
  }
  .error-mobile-widget{
    color: red;
    font-size: 14px !important;
    position: absolute;
    top: 67%;
    left: 9%;
  }
  
  .error-mobile-name{
    color: red;
    font-size: 14px !important;
    position: absolute;
    top: 37%;
    left: 9%;
  }
  .spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #1a73e8; /* Change color as needed */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
  .services-sec:hover {
   
    color: #BD6132;
    font-weight: 600;
  }
  .tab-list {
    list-style: none;
    padding: 0;
    display: flex;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* gap: 48px; */
    display: flex;
    justify-content: space-around;
    
  }
  .navigation{
    width: 100%;
  }
  /* .header-se{
    gap:50px
  } */

  .mpi-top iframe{
    width: 214px ;
  }
  .new-lotus{
    display: flex;
    gap: 30px;
  }
  
  .line-pth{
    height: 178px;
    border: 0.4px solid #7B853A;
}
  