@import url('https://fonts.googleapis.com/css2?family=Poppins: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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
    height: 20px;
    max-height: 20px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .container-fluid {
    width: 96%;
    margin: 0 auto;
  }

  body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #fff;
  }

  .overflow-y {
    overflow: hidden;
  }

  a {
    text-decoration: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Roboto', sans-serif;
  }

  .header-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    gap: 0.5rem 0.75rem;
  }

  main.content {
    overflow-x: hidden !important;
  }

  #resturant-list-wrapper h1 {
    font-size: calc(1.25rem + 1.25vw) !important;
  }

  #resturant-list-wrapper {
    background: #FFFFFF;
  }

  .header {
    background: #00AEEF;
    width: 100%;
    padding: 15px 0;
    z-index: 19;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: -webkit-fixed;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 5px 10px 5px rgb(0 0 0 / 8%);
  }

  .header-sm {
    background: #00AEEF;
    width: 100%;
    padding: 15px 0;
    z-index: 19;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 5px 10px 5px rgb(0 0 0 / 8%);
  }

  .btn-con {
    border-radius: 100vh;
    background: #ffffff;
    padding: 5px;
  }

  .primary {
    background-color: #00AEEF;
    color: #FFFFFF;
  }

  .group-btn {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }

  @media screen and (max-width: 992px) {
    .filter-con {
      background: #00AEEF;
      width: 100%;
      padding: 0.75rem 0 !important;
    }

    .stiky-con {
      position: -webkit-fixed;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100;
    }

    .group-btn {
      flex: auto;
    }
  }

  #togle-DP button {
    border-radius: 100vh;
  }

  .btn:focus {
    box-shadow: none;
    outline: none;
  }

  .pro-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .pro-list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-bottom: 1.5rem;
    flex: auto;
  }

  #sticky {
    height: 100vh;

  }

  .filter_sticky {
    position: fixed !important;
    top: 80px;
    background-color: #ffffff;
    overflow-y: auto;
  }

  @media screen and (max-width: 1062px) {
    main.content {
      margin-top: 3%;
    }

    .filter_sticky {
      top: 135px;
    }
  }

  .pro-list ul li {
    max-width: 95px;
    display: block;
  }

  .pro-item a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
  }

  .pro-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-direction: column;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
  }

  .pro-item:hover>div {
    background: #00AEEF;
    border-radius: 100vh;
  }

  .pro-item div {
    height: 60px;
    width: 60px;
    border-radius: 100vh;
  }

  .pro-item div img {
    width: 100%;
    height: 100%;
  }

  .input-search {
    background: transparent;
    padding: 10px;
    outline: none;
    border: none;
    border-radius: 100vh;
  }

  .accordion {
    background-color: #fff;
    color: #000000;
    cursor: pointer;
    padding: 0.25rem;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    transition: 0.4s;
  }

  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .accordion.active:after {
    content: "\2212";
  }
  
  .panel {
    padding: 1rem;
    background-color: white;
    display: none;
    overflow: hidden;
    transition: all 0.2s ease-out;
  }

  .accordion.active+.panel {
    display: block;
    border-radius: 0 0 10px 10px;
  }

  /* The filter_radio */
  .filter_radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.1;
  }

  /* Hide the browser's default radio button */
  .filter_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: none;
    border: 2px solid #00AEEF;
    border-radius: 50%;
  }


  /* When the radio button is checked, add a blue background */
  .filter_radio input:checked~.checkmark {
    background-color: #00AEEF;
  }

  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the indicator (dot/circle) when checked */
  .filter_radio input:checked~.checkmark:after {
    display: block;
  }

  /* Style the indicator (dot/circle) */
  .filter_radio .checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  }
  @media(min-width: 767px) {
    .search-form-fixed {
      top: 9px !important;
    }
  }
  @media only screen and (max-width: 400px) {
    .logo {
      width: 150px;
    }

    .logo svg {
      width: 100%;
    }

    .group-btn {
      justify-content: center;
      gap: 0.25rem;
    }

    .cart-btn {
      margin-left: auto;
    }
  }

  /* The switch - the box around the slider */
  .switch {
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 17px;
    float: right;
  }

  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* The slider */
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E2E2E2;
    transition: .4s;
    border-radius: 30px;
  }

  .switch .slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    border-radius: 20px;
    left: 1%;
    bottom: 0;
    background-color: #00AEEF;
    transition: .4s;
  }

  .switch input:checked+.slider {
    background-color: #007bff;
  }

  .switch input:focus+.slider {
    box-shadow: 0 0 1px #007bff;
  }

  .switch input:checked+.slider:before {
    transform: translateX(125%);
    background-color: #fff;
  }

  .modal-fullscreen {
    min-width: 100vw;
  }

  /* #list-drop {
            position: relative;
        } */

  .search_list {
    background-color: #fff;
    border-radius: 0 0 1rem 1rem;
    padding: 1rem;
    /* position: absolute;
            left: 0; */
    width: 100%;
    max-height: 40vh;
    overflow-y: auto;
  }


  /* Styles go here for google search sugessions */

  .pac-container {
    z-index: 1062;
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }

  .pac-item {
    font-size: 14px;
    font-family: Helvetica;
    width: 100%;
    color: #3d3d3d;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    white-space: nowrap;
    background: none;
    border: 0;
  }

  .pac-item:hover,
  .pac-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #2574A9;
  }

  .pac-item-selected {
    text-decoration: none;
    background-color: #f0f0f0;
  }

  .pac-icon {
    display: none;
    /*
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 17px 18px;
  background-image:url("http://www.free-icons-download.net/images/map-marker-icons-95201.png");
*/
  }

  .pac-matched {}

  .pac-item-query {
    font-size: 18px;
    color: #2e2e2e;
    font-weight: bold;
    margin-left: 1em;
  }

  /* read this before use
        https://developers.google.com/maps/terms#9-license-requirements#section_9_4
        .pac-container:after {
            background-image: none;
            height: 0;
        }
        */
  .pac-container:after {
    display: none;
  }

  .clear-button {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 100vh;
    padding: 0px 3rem;
    background-color: transparent !important;
  }

  .clear-button:hover {
    background-color: #d5d5d5;
  }

  /* Your provided loader styles */
  .loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 25px !important;
    height: 20px !important;
    margin: 0px 1rem;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
  }

  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
    }
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  .search-form .search .apply-search {
    border: none;
    background-color: transparent !important;
  }

  .input-group.search {
    align-items: center;
  }

  .d-n {
    font-size: 13px;
    font-weight: normal;
    line-height: 2;
    margin: 0;
    color: #fff;
  }

  .title {
    font-family: Lato;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
  }
  .card-img-top {
    max-height: 220px;
  }
  .resturant-list .retain-row .card-body {
    text-align: left;
  } 
  .container-fluid.cus {
    max-width: 1360px;
    margin: 0 auto;
  }
 
  