::-webkit-scrollbar {
    width: 9px; /* Thin scrollbar */
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1; /* Track background */
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #888; /* Scrollbar color */
    border-radius: 10px; /* Rounded corners */
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #555; /* Darker on hover */
  }
   
  .poppins-regular {
     font-family: var(--fontPoppins) !important;
     font-weight: var(--fontRegular);
   }
   
  .locate {
              position: relative;
              font-size: 13px;
              padding-top: 17px;
              color: #ce153f;
              cursor: pointer;
              font-weight: 400;
          }
  
          .locate:hover {
              font-weight: 500;
          }
  
          .locate-menu {
              display: block;
              position: absolute;
              background: #fff;
              color: black;
              top: 100%; /* Adjust as needed based on your layout */
              left: 0; /* Adjust positioning based on your design */
              opacity: 0;
              visibility: hidden;
              transition: opacity 0.3s ease, visibility 0.3s ease;
              z-index: 1;
              border: 0.5px solid #c2c0c0;
              padding: 10px;
              width: auto;
              min-width: 140px;
              border-radius: 5px;
          }
  
          .locate:hover .locate-menu {
              opacity: 1;
              visibility: visible;
          }
  
          .locate-menu a {
              padding: 5px 12px;
              margin: 6px 0;
              background: #fff !important;
              font-weight: 600;
              border-radius: 5px;
              color: black !important; /* Ensure default text color */
              transition: background 0.3s ease, color 0.3s ease; /* Smooth transition */
              display: inline-block;
              width: 100%;
          }
  
          .locate-menu a:hover {
              background: #ce153f !important;
              color: white !important;
              cursor: pointer;
          }
          
          
  .locate-para::before,
   .dropdown-label::before{
    font-family: "Font Awesome 6 Free";
    content: "\f078";
    /* Font Awesome arrow-down */
    font-weight: 900;
    color: var(--color-red);
    display: inline-block;
    transition: all 0.5s ease;
    position: absolute;
    left: -15px;
      bottom: 25px;
      font-size: 9px;
  }
  
  .locate:hover  .locate-para::before,
  .custom-dropdown:hover  .dropdown-label::before {
       transform: rotate(180deg);
  }
  
  
  .custom-dropdown {
              position: relative;
              font-size: 13px;
              padding-top: 17px;
              color: #ce153f;
              cursor: pointer;
              font-weight: 400;
          }
  
  
          .dropdown-menu {
              position: absolute;
              background: #fff;
              color: black;
              top: 45px;
              opacity: 0;
              visibility: hidden;
              transition: opacity 0.3s ease, visibility 0.3s ease;
              z-index: 1;
              border: 0.5px solid #c2c0c0;
              min-width: 90px;
              border-radius: 5px;
              padding: 7px;
          }
  
          .custom-dropdown:hover .dropdown-menu {
              opacity: 1;
              visibility: visible;
              display: flex;
              flex-direction: column;
          }
  
          .dropdown-item {
              padding: 3px 8px;
              margin: 5px 0;
              background: #fff;
              border-radius: 5px;
              color: black;
              cursor: pointer;
              
          }
          
          
          .dropdown-menu span:first-child{
          font-size: 14px;
          }
          
          
          
          .dropdown-menu span:nth-child(2){
          font-size: 12px;
          font-family: Arial, sans-serif;
          }
  
          .dropdown-item:hover, .dropdown-item.active {
              background: #ce153f;
              color: white !important;
          }
          
          
          .locate::after{
            display: none;
              content: "";
          }
          
          
   header .desktop-menu .navbar ul li.buyNow-btn .standard-btn::after {
    content: '';
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: var(--color-dark-3-opacity-25);
    right: -10px;
    height: 45px;
  }
  header .desktop-menu .navbar ul li::after {
    right: auto;
    left: -20px !important;
  }

header .desktop-menu .drop-menu-inner-content ul {
    width: 18%;
    list-style-type: none;
    padding: 0 20px 0 0;
    margin: 0;
    float: left;
    margin-right: 2%;
}
header .desktop-menu .drop-menu-inner-content li{font-size: 16px;
    font-family: var(--fontPoppins);
    font-weight: 400; text-decoration: none; color: #222;}

header .desktop-menu .drop-menu-inner-content li {
   padding: 8px 0;
}

header .desktop-menu .drop-menu-inner-content li a {
    font-size: 16px;
    padding: 20px 0;
    padding: 15px 0;
    font-family: var(--fontPoppins);
    font-weight: 400; text-decoration: none; color: #222;
}

header .desktop-menu .drop-menu-inner-content h5 {
    font-size: 21px;
    color: #000;
    font-weight: 600;
    font-family: var(--fontPoppins);
    margin-top: 10px;
    float: left;
    width: 100%;
}
header .desktop-menu .drop-menu-inner-content h5 span {
    color: #ce153f;

}
header .desktop-menu .dropdown-content {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin-top: 25px;
    /* height: 440px; */
    height: 70vh;
    border-radius: 5px;
    overflow-y: auto;
    position: relative;
    border-top: 1px solid #ddd; border: none;
}
header .desktop-menu .menu-down .dropdown-ul li a .new-client-icon, header .desktop-menu .menu-down .dropdown-ul li a .existing-client-icon {
    padding-right: 8px;
}
header .desktop-menu .dropdown-content {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin-top: 25px;
    height: 100%;
    border-radius: 5px;
    position: relative;
    border-top: 1px solid #ddd; overflow: hidden;
    border: none;
}
header .desktop-menu .dropdown {
    display: none;
    position: absolute;
    top: 99%;
    left: 50%;
    /* height: 495px; */
    height: 70vh;
    transform: translateX(-50%);
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 9px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-top: 1px solid #ccc; overflow-y: auto; overflow-x: hidden;
}
header .desktop-menu {
    padding-bottom: 0;
    border-bottom: 1px solid #ccc;
}
.inner-banner-sec.new-plan {
    padding: 190px 0;
    margin-top: 111px !important;
}
.close-btn{ right: 0;}
.menu {
   width: 1000% !important;
}
 
 header .desktop-menu .navbar ul li{
 margin-right: 28px !important;
 }
 
 header .desktop-menu .menu-down .dropdown-ul li a{
 padding: 0 !important;
 margin-right: 3px !important;
 }
 
 header .urdu-submit-btn{
 font-family: var(--fontPoppins) !important;
 }
 
 
     .health-tabs-sec.inner .xk-sec-tab-content-bx h5 {
     font-size: var(--font-size-24);
   }
 
 
.drop-menu-inner-content h5 a{ text-decoration: none; color: #222;}
@media screen and (max-width: 1699px) {
   header .desktop-menu .drop-menu-inner-content h5 {font-size:17px;}
   header .desktop-menu .drop-menu-inner-content li,
   header .desktop-menu .drop-menu-inner-content li a {
    font-size: 12px;
   }
   header .desktop-menu .drop-menu-inner-content li a{ color: var(--bs-body-color); text-decoration: none;}
   header .desktop-menu .drop-menu-inner-content li a:hover{color: #ce153f;}
   header .desktop-menu .drop-menu-inner-content ul {
       padding: 0 15px 0 0;}
   }
@media screen and (max-width: 1399px) {
  header .desktop-menu .drop-menu-inner-content h5 {font-size:15px;}
  header .desktop-menu .drop-menu-inner-content li,
  header .desktop-menu .drop-menu-inner-content li a {
    font-size: 12px;}

}

@media (min-width: 1200px) and (max-width: 1400px) {
   header .desktop-menu .navbar ul li{
       margin-right: 20px !important;
   }
}

@media (min-width: 1200px) and (max-width: 1699px){
    header .desktop-menu .navbar ul li{
       margin: 0 !importnat;
   }
}

@media (max-width: 767px) {
    header .mobile-menu .hamburger-area ul li a {
          font-size: var(--font-size-12);
     }
   header .mobile-menu .hamburger-area ul li .select2 {
       width:95px !important;
   }
 
}