@media (min-width: 361px) and (max-width: 375px) {
	 .header-user-menu {
    /*top: -18px !important;*/
  }
  .list-single-stats li span {
  	padding: 8px 13px !important;
  }
  .respimg{
    height: 116px !important;
  }
}
@media (min-width: 320px) and (max-width: 360px) {
.no-top-padding{
padding: 30px 0 0px !important;
}
  #margin_div {
    margin-bottom: 25px !important;
  }
  .respimg{
    height: 116px !important;
  }
   .header-user-menu {
    /*top: -9px !important;*/
  }
  .list-single-stats li {
    margin-right: 4px !important;
  }
  .list-single-stats li span {
  	padding: 8px 10px !important;
  }
}
@media (max-width: 810px) {
 .listing-hero-section {
    padding: 5px 0 0 !important;
  }
  .respimg{
    height: 116px !important;
  }
  .no-top-padding{
  	padding: 30px 0 0px !important;
  }
    #margin_div {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
/*.header-user-menu {
    top: 5px !important;
    left: 10px !important;
  }*/
      .list-single-stats li span {
        padding: 8px 6px !important;
    }
    .respimg{
    height: 116px !important;
  }
}

@media (max-width: 991px) {
	.usage-card{
		margin-top: 10px !important;
	}
  .respimg{
    height: 116px !important;
  }
}
.listing-hero-section {
  margin-bottom: -15px !important;
}
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v294/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 40;
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}

.bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background: #ffffff;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
  display: flex;
  justify-content: center;
  z-index: 99;
}

.bottom-bar__list {
  flex-basis: 32rem;
  display: flex;
  position: relative;
  cursor: pointer;
}

.bottom-bar__active-indicator {
  width: 25%;
  position: absolute;
  display: flex;
  justify-content: center;
  transform: translate(0, -0.5rem);
  pointer-events: none;
  transition: transform 0.3s var(--easing);
}

.bottom-bar__active-indicator::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: #ffadad;
  border-radius: 1.5rem;
  border: 4px solid white;
}

.bottom-bar__active-indicator.active--1::before {
  animation: Stretch 0.18s linear;
}
.bottom-bar__active-indicator.active--2::before {
  animation: Stretch2 0.2s linear;
}
.bottom-bar__active-indicator.active--3::before {
  animation: Stretch3 0.2s linear;
}
/*.bottom-bar__active-indicator.active--4::before {
  animation: Stretch4 0.225s linear;
}*/

.bottom-bar__active-indicator.active-left::before {
  transform-origin: center right;
}

.bottom-bar__active-indicator.active-right::before {
  transform-origin: center left;
}

.bottom-bar__link {
  flex: 1;
  /*font-size: 0.675rem;*/
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.025rem;
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  z-index: 2;
}

.bottom-bar__link.active {
  font-weight: 500;
  letter-spacing: 0.0125rem;
  color: #d8232a;
}

.bottom-bar__link.active .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 40;
  font-size: 24px;
  transform: translateY(-0.25rem);
  transition: color 0.2s 0.1s ease-in-out, transform 0.3s var(--easing),
    font-variation-settings 0.2s 0.1s ease-in-out;
}

/*@keyframes Stretch {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(2.25, 0.65);
    border-radius: 1.25rem;
  }
  0% {
    transform: scale(1, 1);
  }
}

@keyframes Stretch2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(2.75, 0.625);
    border-radius: 1.125rem;
  }
  0% {
    transform: scale(1, 1);
  }
}

@keyframes Stretch3 {
  0% { transform: scale(1, 1); }
  50% { transform: scale(4, 0.55); border-radius: 1.125rem; }
  0% { transform: scale(1, 1); }
}*/


/*@keyframes Stretch4 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(4.5, 0.55);
    border-radius: 1.125rem;
  }
  0% {
    transform: scale(1, 1);
  }
}*/
@media (min-width: 190px) and (max-width: 283px) {

.header-user-menu{
  top: 0px!important;
}
}

@media (max-width: 285px) {

.header-user-menu{
  top: 22px;
}
}

@media (min-width: 650px) and (max-width: 768px) {

  .header-user-menu{
    top: 13px;
  }
}