  @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+ExtraCondensed&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+ExtraCondensed:wght@400;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  @font-face {
    font-family: 'Proxima Nova';
    src: url('path-to-font/ProximaNova-Regular.woff2') format('woff2'),
      url('path-to-font/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Linotype Didot';
    src: url('fonts/Didot.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  html{
    overflow-x: hidden;

  }
  body {
    font-family: 'Proxima Nova', sans-serif;
    overflow: hidden;

  }
  .language-select button{
    padding: 11px 12px;
  position: absolute;
  right: 0;
  border-radius: 80px;
  border: none;
  top: 6px;
  }

  .language {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.language_cont {
  position: relative;
  background: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  max-width: 90%;
  width: 400px;
}

.language_cont .text p {
  font-size: 20px;
  margin: 10px 0;
  font-weight: 600;
  color: #333;
}

.language_cont .btn-group {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.language_cont button {
  padding: 10px 20px;
  font-size: 16px;
  background: #00abff;
  border: none;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.language_cont button:hover {
  background: #0056b3;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  background: transparent;
  border: none;
  font-size: 20px;
  color: #888;
  cursor: pointer;
}

.close-btn:hover {
  color: #000;
}


 .slide-pc{
    display: block;
  }
  .slide-mob{
    display: none;
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .blog_img2{
  /* background: red; */
  height: 270px;
  width: auto;
  border-radius: 5px;
  overflow: hidden;
}

.blog_img2 img{
  width: 100%;
  object-fit: cover;
  height: 100%;

}


  iframe{position: fixed;
    top: 0;
    z-index: 12;
    height: 100%;}


  .logo img {
    width: 290px;
    margin-top: 35px;
    margin-right: 130px;
    margin-left: 140px;

  }

  .navbar_top_main {
    padding-bottom: 8px;
    /* overflow: hidden; */
  }

  .nav_main {
    display: flex;
    /* justify-content: space-between; */
  }

  .top_nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1.5rem 0;
    border-bottom: 1px solid #ebe7e2;
    width: 100%;

  }

  .phone_number {
    display: flex;
    align-content: center;

    font-weight: bold;
    font-size: 1rem;


  }

  .phone_number i {
    margin-right: 4px;
    align-content: center;
    color: #747474;
  }

  .phone_number p {
    display: inline-block;
    font-weight: initial;


    line-height: 1.5rem;
    letter-spacing: 0.32px;
    margin-right: 1.5rem;
    color: #747474;
  }

  .both_nav {
    /* margin-top: 20px; */
    width: 100%;
    margin-right: 200px;
  }

  .btn a {

    display: inline-block;

    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.32px;
    margin-right: 1.5rem;
    background: #00abff;
    padding: 0.5em;
    color: #fff;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: bolder;
    text-decoration: none;
    margin-right: 18px;
  }

  .btn2 {
    display: inline-block;

    font-size: 1rem;
    line-height: 2.5rem;
    letter-spacing: 0.32px;
    margin-right: 1.5rem;
    background: #00abff;
    padding: 0.5em;
    color: #fff;
    font-family: 'Noto Sans Regular', sans-serif;
    /* font-weight: bolder; */
    text-decoration: none;

    font-family: 'Noto Sans Regular', sans-serif;
    font-weight: lighter;
    border-radius: 2rem;
    padding: 8px 14px;
  }

  .btn2 a {
    /* background: #00abff;
    padding: 13px 29px;
    border-radius: 188px; */
    /* font-size: 19px; */
    /* margin-right: 40px; */
    text-decoration: none;
    color: white;
    /* font-weight: bold; */
    /* font-family: "Roboto", sans-serif; */
    transition: all .2s ease-in-out;
    align-content: center;
  }

  .btn a:hover,
  .btn2 a:hover {
    /* background-color: #46c1ff; */
  }

  .book_app{
    display: none;
    background: #00abff;
    color: white;
    width: 200px;
    text-align: center;
    height: 30px;
    align-content: center;
    border-radius: 55px;
    font-weight: bold;
    cursor: pointer;
  }

  .navlist {
    display: flex;
    margin-top: 24px;

  }

  .navlist li {
    list-style: none;
    margin: 0 auto;
  }

  .navlist li a {
    position: relative;
    color: black;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    /* color: black; */
    transition: all 0.2s ease-in-out;
    padding: 20px 0px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
  }

  .navlist li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: #46c1ff;
    /* Hover color */
    transition: width 0.3s ease;
  }

  .navlist li a:hover::after {
    width: 100%;
  }





  .social_links {
    position: absolute;
    right: 289px;
    top: 118px;
    font-size: 24px;
  }



  .social_links a {
    color: black;
    margin: 0 8px;
    transition: all .2s ease-in-out;
  }

  .social_links a:hover {
    color: rgb(105, 104, 104);
    margin: 0 8px;

  }

  .burger {
    display: none;
  }

  .line {
    width: 30px;
    height: 2px;
    background-color: black;
    margin: 9px;
    cursor: pointer;

  }

  .navlist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .navlist li {
    position: relative;
    padding: 10px 15px;
  }

  .navlist a {
    text-decoration: none;
    color: #000;
    /* font-size: 16px; */
  }

  .dropdown .arrow {
    margin-left: 8px;
    transition: transform 0.3s ease;
    display: inline-block;
    transform: rotate(-90deg);
  }

  .dropdown-menu {
  /* display: none; */
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 300px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
    height: 0px;
    transition: height .3s ease-in-out;
    overflow: hidden;
  }


  .dropdown-menu li {
    padding: 10px;
    white-space: nowrap;
  }

  .dropdown-menu li a {
    color: #333;
  }

  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 300px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
    height: 0;
    transition: height 0.3s ease-in-out;
    overflow: hidden;
  }

  .dropdown.open .dropdown-menu {
    height:273px;
  }


  .dropdown.open .arrow {
    transform: rotate(90deg); /* right to down arrow */
  }








  /* === Base Styles === */

  .slider {
  position: relative;
  max-width: 100%;
  height: 650px;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 1s ease-in-out;
  width: 100%;
  height: 100%;
  position: relative;
  
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex;
  justify-content: center;
  align-content: center;

}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

/* ✅ Text Overlay Styling */
.slide-text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: white;
  z-index: 2;
  max-width: 500px;
  font-family: 'Segoe UI', sans-serif;
  
}
.slide-text h1{
 font-family: "linotype-didot";
  font-weight: bold;
  font-size: 55px;
  color: #fff !important;
  line-height: 3rem;
  font-weight: 600;
  font-size: 43px;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.57);
}
.slide-text P{
 color: rgb(255, 255, 255);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 29px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.57);
}





.slider-btn {
  display: inline-block;
  background-color: #fcd900;
  color: black;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.slider-btn:hover {
  background-color: #e6c700;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat;
  color: white;
  border: none;
  padding: 12px;
  cursor: pointer;
  font-size: 49px;
  z-index: 3;
  transition: all 0.2s ease-in-out;
}

.nav-btn:hover {
  color: #00abff;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.dots {
  text-align: center;
  position: absolute;
  bottom: 15px;
  width: 100%;
  z-index: 2;
}

.dots button {
  border: none;
  background: #ffffff;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s ease;
}

.dots button.active {
  background: #46c1ff;
}


  .faq-blog{
    display: flex;
    justify-content: center;
    align-content: center;
    /* align-items: center; */
    gap: 120px;
    background-color: white;
  }











  .containor_main {
    background-color: #f3f3f3;
  }



  .contant-cont {
    margin: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 51px 0px;
  }


  .intro {
    width: 195px;
    /* margin: auto; */
    padding: 33px 0px;
  }


  .cont_img{
    width: auto;
    height: 396px;
    overflow: hidden;
    border-radius: 11px;
  }

  .cont_img img{object-fit: cover;
    width: 100%;
    height: 100%;}



  .intro h1 {
    font-family: "linotype-didot";
    font-weight: bold;
   font-size: 38px;
    color: #1e1e1e !important;
    line-height: 3rem;
    font-weight: 600;
    margin-bottom: 10px;

  }

  .intro h3 {
    color: #777;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 10px;
  }

  .intro p {
    width: 489px;
    text-align: justify;
    margin-bottom: 23px;
    font-size: 18px;
    line-height: 1.3;
     color: #545454;
    font-family: "Barlow Condensed", sans-serif;
  }

  .intro_service button {
    display: flex;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    line-height: 1.5rem;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 19px;
    border-radius: 145px;
    border: none;
    background: #EBE7E2;
    margin-top: 30px;
  }

  .intro_service button:hover {
    background-color: #E1CAB7;
  }

  .intro_service a{
    text-decoration: none;
  }

  .intro_service {
    width: 577px;
    background: #e6e3e3;
    padding: 12px 32px;
    margin-top: 30px;
    margin-bottom: 37px;

  }

  .intro_service h1 {
    font-family: "linotype-didot";
    font-weight: bold;
    font-size: 30px;
    color: #1e1e1e !important;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 10px;

  }

  .intro_service h3 {
   color: #777;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 23px;
    font-weight: normal;
   margin-bottom: 10px;
  }

  .intro_service p {
    width: 489px;
    text-align: justify;
    /* margin-bottom: 23px; */
    font-size: 18px;
    line-height: 1.3;
    color: #545454;
    font-family: "Barlow Condensed", sans-serif;
  }
  .contant-cont {
    margin: auto;
    display: flex;
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
    justify-content: center;
    padding: 51px 20px; /* Add side padding for mobile view */
    gap: 30px;
  }

  .intro,
  .intro_service {
    flex: 1 1 100%; /* Full width on small screens */
    max-width: 600px; /* Restrict on larger screens */
    box-sizing: border-box;
  }
  .intro p,
  .intro_service p,
  .intro_service ul li p {
    width: 100%; /* Make text containers responsive */
  }

  .intro_service ul {
    padding: 0;
    margin: 25px 0;
  }

  .intro_service ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0px;
  }

  .intro_service ul li img {
    width: 60px; /* Slightly smaller on smaller screens */
    flex-shrink: 0;
  }


  .faq-section1 {
      max-width: 1180px;
      margin: auto;
      /* background: rgb(245, 252, 255); */
      padding: 30px;
      /* border-radius: 8px; */
      /* box-shadow: 0 4px 20px rgba(0,0,0,0.1); */
      background-color: white;
  }

  .faq-section1 h1 {
     font-size: 40px;
      margin-bottom: 10px;
      text-align: center;
      font-family: "linotype-didot";
      text-align: left;
      color: #1e1e1e !important;
  }

  .faq-section1 h2 {
      font-size: 24px;
      color: #a06948;
      margin-bottom: 20px;
      text-align: center;
      font-family: "Barlow Condensed", sans-serif;
      text-align: left;
  }



  .faq-item2{
    background: #e8e8e8;
  /* height: 100%; */
    padding: 9px 18px;
    /* font-family: "Barlow Condensed", sans-serif; */
  }

  .faq-item2 h1{
    color: #3d3d3d;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
  }

  .faq-item2 p{
    width: 489px;
    text-align: justify;
    margin-bottom: 23px;
    font-size: 18px;
    line-height: 1.3;
    color: #1e1e1e;
    font-family: "Barlow Condensed", sans-serif;
    margin-top: 20px;
  }
  .faq-item2 button{
    border: none;
    margin: 15px 0;
    /* color: #8a8a8a; */
  }


  .read_more{
    display: flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  line-height: 1.5rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 19px;
  border-radius: 145px;
  border: none;
  background: #EBE7E2;
  color: black;
  }


  .read_more:hover{
    background-color: #E1CAB7;
  }

  .faq a{
    text-decoration: none;
  }





  


  .services {
    padding-top: 40px;
    padding-left: 75px;
  }

  .services h1 {
    font-family: "linotype-didot";
    font-weight: 600;
    font-size: 38px;
    color: #1e1e1e !important;
    line-height: 3rem;
  }

  .services h3 {
    color: #777;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 25px;
  }

  .success_cont {
    padding-bottom: 10px;
    background-color: #f3f3f3;
  }

  .services_cont {
    padding-bottom: 50px;
  }

  .card_cont {
    font-family: "Barlow Condensed", sans-serif;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
    gap: 20px;
    padding: 0 15px;
  }

  .card_wrap {
    background: #7bd0fa;
    width: 210px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    border-radius: 5px;
  }

  .card_wrap p {
   font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 0 10px;
  }

  .card_success {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 15px;
  }

  .card_main {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 290px;
    height: auto;
    margin: 20px;
    box-shadow: -2px -2px 16px -9px black;
    border-radius: 5px;
  }

  .card_main img {
    width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
  }

  .card_main img:hover {
    transform: scale(1.1);
  }



  .card_main a {
    background: #00abff;
    height: 59px;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    transition: all .3s ease-in-out;
    z-index: 5;
  }

  .card_main a:hover {
    background: #58c6fd;
  }

  .image_container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .image_container img {
    width: 100%;
  height: 100%;
    transition: transform 0.3s ease-in-out;
  }

  .image_container:hover img {
    transform: scale(1.1);
  }

  .overlay_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* semi-transparent black */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  .image_container:hover .overlay_logo {
    opacity: 1;
  }

  .insta_logo {
    width: 50px;
    height: 50px;
  }

  /* RESPONSIVE MEDIA QUERIES */




  



  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(200px);
    }

    to {
      opacity: 1;
      transform: translateY(-100px);
    }
  }

  .slider_content {
    opacity: 0;
  }

  .slider_content.animate {
    animation: fadeInUp 1s ease forwards;
  }



  /* footer */
  .footer {
    background-color: #eeeeee;
    padding: 40px 20px 20px;
    color: #333;
    font-family: 'Segoe UI', sans-serif;
  }

  .footer_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }

  .footer_logo {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
  }

  .footer_logo img {
    width: 150px;
    margin-bottom: 10px;
  }

  .social_icons a {
    margin-right: 10px;
    font-size: 20px;
    color: #333;
    transition: color 0.3s;
  }

  .social_icons a:hover {
    color: #00abff;
  }

  .footer_links,
  .footer_contact {
    flex: 1;
    min-width: 200px;
    margin-bottom: 20px;
  }

  .footer_links h3,
  .footer_contact h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .footer_links ul {
    list-style: none;
    padding: 0;
  }

  .footer_links ul li {
    margin-bottom: 8px;
  }

  .footer_links ul li a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
  }

  .footer_links ul li a:hover {
    color: #00abff;
  }

  .footer_contact p {
    margin: 6px 0;
  }

  .footer_bottom {
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    font-size: 14px;
    color: #777;
  }


  #appointmentContainer{
    width: auto;
    margin: auto;
    /* position: absolute; */
    margin: auto;
    transition: all 0.3s ease;
    z-index:95;
    /* left: 0; */
    /* margin: 0 50px; */
    /* right: 0; */
    /* top: 50px; */
  }
  

  .book_app{
   color: white;
 position: absolute;
 top: 18px;
  right: 52px;
  width: 133px;
  text-align: center;
  height: 49px;
  z-index: 55;
  /* height: 70px; */
  text-align: center;
  animation: animate 0.5s ease-in-out infinite alternate;
  }
    .book_app a{
      text-decoration: none;
    }
/* 
  @keyframes animate {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
} */




@media (max-width: 768px) {
    .intro h1,
    .intro_service h1 {
      font-size: 40px;
      line-height: 1;
      margin-bottom: 10px;
    }

    .intro h3,
    .intro_service h3 {
      font-size: 28px;
    }

    .intro p,
    .intro_service p,
    .intro_service ul li p {
      font-size: 20px;
      text-align: left;
    }

    .intro button {
      width: 100%;
      font-size: 18px;
      padding: 14px 20px;
    }
    .contant-cont{
      padding: 0px 20px;
    }
    .intro img {
    /* width: 417px; */
    border-radius: 8px;
  } 
  .blog_img2{
    height: 137px;
  }

  .slider {
 
  height: 100vh;}

  .slides img {
  width: auto;}

  .book_app{
    width: 101px;
    font-size: 13px;
  }

  
 .slide-pc{
    display: none;
  }
  .slide-mob{
    display: block;
  }
  }

  @media (max-width: 1024px) {
    .services {
      padding-left: 40px;
    }

    .card_wrap,
    .card_main {
      width: 45%;
    }

    .card_main {
      height: auto;
    }
  }

  @media (max-width: 768px) {
    .services {
      padding-left: 20px;
    }

    .services h1 {
      font-size: 40px;
    margin-bottom: 10px;
    }

    .services h3 {
      font-size: 24px;
    }

    .card_wrap,
    .card_main {
      width: 100%;
      max-width: 100%;
    }

    .card_wrap p,
    .card_main a {
      /* font-size: 16px; */
    }

    .card_main {
      height: auto;
    }

      .navlist li {
    position: relative;
    /* padding: 0px 0px; */

    
  }
  .slide-text {
  position: absolute;
  top: 84%;}
    #appointmentContainer{
  
    margin: 0 50px;
    /* right: 0; */
    /* top: 50px; */
  }
  
  }

  @media (max-width: 480px) {
    .services {
      padding-left: 10px;
    }

    .services h1 {
      /* font-size: 24px; */
      line-height: 2rem;
    }

 

    .card_wrap {
      height: auto;
      padding: 10px;
    }

    .card_wrap p {
      /* font-size: 15px; */
    }

    .card_main {
      width: 100%;
      margin: 15px 0;
      height: auto;
    }

    .card_main a {
      font-size: 15px;
      height: 50px;
    }
  }






  


  @media (max-width: 1358px) {
    .logo img {
      width: 290px;
      margin-top: 35px;
      margin-right: 92px;
      margin-left: auto;
    }

    .both_nav {
      margin-right: auto;
      width: 100%;
      margin-left: 0;
    }


  }

  @media (max-width: 1016px) {
    .logo img {
      width: 290px;
      margin-top: 35px;
      margin-right: auto;
      margin-left: auto;
    }
  }


  @media (max-width: 960px) {
    .logo img {
      width: 287px;
      margin-top: 35px;
      margin-right: auto;
      margin-left: -29px;
    }
  }

  @media (max-width: 870px) {
    .both_nav {
      height: 92px;
      transition: all .5s ease-in-out;
    }

    .both_nav_show {
      height: 463px;
    }

    .bottom_nav {
      /* display: none; */
    }

    .show_nav {
      display: block;
    }

    .navbar_top_main {
      padding-bottom: 0px;
      overflow: hidden;
    }

    .logo img {
      width: 193px;
      margin-top: 20px;
      margin-right: 40px;
      margin-left: -22px;
    }

    .navlist {
      display: flex;
      margin-top: auto;
      flex-direction: column;
      justify-content: space-between;
      /* margin-right: 220px; */
      margin-left: -223px;
      height: 315px;
    }

    .btn a {

      display: none;
    }


    .top_nav {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding: 1.5rem 0;
      border-bottom: 0px solid #ebe7e2;
      width: 100%;
    }

  }

  @media (max-width: 1371px) {
    .btn2 a {
      margin-right: 13px;
      font-size: 18px;
    }

    .navlist li {
      list-style: none;
      margin: 0 auto;
    }
  }

  @media (max-width: 866px) {
    .burger {
      display: block;

    }

    .navlist li {
    position: relative;
    /* padding: 0px 0px; */
  }
  }

  @media (max-width: 700px) {
    .logo img {
      /* width: 185px; */
    }

    .navbar_top_main {
      /* padding: 0; */
      overflow: hidden;
    }

    .phone_number {
      display: none;
      align-content: center;
      margin-right: auto;
    }
  }





  @media (max-width: 737px) {
    .navlist {
      display: flex;
      margin-top: auto;
    }

    .btn2 {
      display: none;
    }
    .book_app{
      display: block;
      padding: 0px 0px;
      text-align: center;
  align-content: center;
  margin: auto;
  color: white;
    }
    .both_nav {
      height: 77px;
    
    }
      .both_nav_show {
      height: 463px;
    }
  .dropdown-menu {
    /* display: none; */
    position: absolute;
    top: 100%;
    left: -89px;
    background: white;
    min-width: 293px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
    height: 0px;
    transition: height .3s ease-in-out;
    overflow: hidden;
    text-align: center;
  }

  }


  .faq{
  /* width: 600px; */
  }


  @media (max-width: 950px) {
  .faq-blog{
    flex-direction: column;
    justify-content: center;
    margin: auto;
    align-content: center;
  }

  .faq{
  
    
  }
  .faq_blog{
    width: auto;
  }
  }




  @media (max-width: 768px) {
    .slides img {
      /* height: auto; */
      max-height: 100vh;
    }

  .next, .prev {
      display: none;
    }
  .faq-item2 p {
    width: auto;
  }
  }



    @media (max-width: 400px) {
      
  
    }